Skip to content

Commit 0c4185a

Browse files
committed
fix: replace -target -selector
1 parent b2295cd commit 0c4185a

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

docs/index.html

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
id="menuL"
5252
class="position:fixed top:0px left:0px overflow:hidden background:whitesmoke height:100vh width:0px width:300px@xl"
5353
resizable
54-
resize-target="[content_id='content']"
54+
resize-selector="[content_id='content']"
5555
resize-property="margin-left"
5656
resize-value="width">
5757
<menu
@@ -80,7 +80,7 @@ <h2>CoCreate-utils</h2>
8080
share-width="700"
8181
share-media="https://cdn.cocreate.app/docs/utils.png"
8282
hover="display:block!important"
83-
hover-target=".social-networks">
83+
hover-selector=".social-networks">
8484
<div class="display:none social-networks">
8585
<a
8686
class="margin-right:15px"
@@ -139,11 +139,11 @@ <h2>CoCreate-utils</h2>
139139
class="border-bottom:1px_solid_lightgrey"
140140
scroll
141141
scroll-intersect="color:dodgerblue"
142-
scroll-target="#utils-install-section">
142+
scroll-selector="#utils-install-section">
143143
<span
144144
class="display:flex align-items:center width:fit-content"
145145
hover="display:block!important"
146-
hover-target="[href='#utils-install']">
146+
hover-selector="[href='#utils-install']">
147147
<h2 class="padding:5px_0px">Install</h2>
148148
<a
149149
class="margin-left:10px display:none"
@@ -166,11 +166,11 @@ <h2 class="padding:5px_0px">Install</h2>
166166
class="margin-top:80px border-bottom:1px_solid_lightgrey"
167167
scroll
168168
scroll-intersect="color:dodgerblue"
169-
scroll-target="#utils-usage-section">
169+
scroll-selector="#utils-usage-section">
170170
<span
171171
class="display:flex align-items:center width:fit-content"
172172
hover="display:block!important"
173-
hover-target="[href='#utils-usage']">
173+
hover-selector="[href='#utils-usage']">
174174
<h2 class="padding:5px_0px">Usage</h2>
175175
<a
176176
class="margin-left:10px display:none"
@@ -191,11 +191,11 @@ <h2 class="padding:5px_0px">Usage</h2>
191191
class="margin-top:80px border-bottom:1px_solid_lightgrey"
192192
scroll
193193
scroll-intersect="color:dodgerblue"
194-
scroll-target="#utils-attributes-section">
194+
scroll-selector="#utils-attributes-section">
195195
<span
196196
class="display:flex align-items:center width:fit-content"
197197
hover="display:block!important"
198-
hover-target="[href='#utils-attributes']">
198+
hover-selector="[href='#utils-attributes']">
199199
<h2 class="padding:5px_0px">Attributes</h2>
200200
<a
201201
class="margin-left:10px display:none"
@@ -244,11 +244,11 @@ <h4>
244244
class="border-bottom:1px_solid_lightgrey"
245245
scroll
246246
scroll-intersect="color:dodgerblue"
247-
scroll-target="#utils-demo-section">
247+
scroll-selector="#utils-demo-section">
248248
<span
249249
class="display:flex align-items:center width:fit-content"
250250
hover="display:block!important"
251-
hover-target="[href='#utils-demo']">
251+
hover-selector="[href='#utils-demo']">
252252
<h2 class="padding:5px_0px">Demo</h2>
253253
<a
254254
class="margin-left:10px display:none"
@@ -277,7 +277,7 @@ <h2 class="padding:5px_0px">Demo</h2>
277277
name="demo"
278278
save="false"
279279
id="demo"
280-
input-target=".demopreview"
280+
input-selector=".demopreview"
281281
input-attribute="value"
282282
input-events="input, onload"
283283
class="height:100% width:100% outline:none border:none resize:none padding:5px"></textarea>
@@ -300,7 +300,7 @@ <h2 class="padding:5px_0px">Demo</h2>
300300
show="#eye-slash"
301301
hide="#eye, #demo-preview"
302302
toggle="code-height"
303-
toggle-target="#demo-code"
303+
toggle-selector="#demo-code"
304304
><i
305305
class="height:18px fill:#505050"
306306
src="/assets/svg/eye.svg"></i
@@ -312,7 +312,7 @@ <h2 class="padding:5px_0px">Demo</h2>
312312
show="#eye, #demo-preview"
313313
hide="#eye-slash"
314314
toggle="code-height"
315-
toggle-target="#demo-code"
315+
toggle-selector="#demo-code"
316316
><i
317317
class="height:20px fill:#505050"
318318
src="/assets/svg/eye-slash.svg"></i
@@ -339,7 +339,7 @@ <h2 class="padding:5px_0px">Demo</h2>
339339
<a
340340
class="margin-right:5px"
341341
fullscreen
342-
fullscreen-target="#playground"></a>
342+
fullscreen-selector="#playground"></a>
343343
</div>
344344
</div>
345345
<!-- End SandBox -->

0 commit comments

Comments
 (0)