Skip to content

Commit

Permalink
fix: pass attributes renamed to state
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Nov 24, 2023
1 parent c61865c commit e4fa08b
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 69 deletions.
24 changes: 12 additions & 12 deletions demo/CoCreate-card.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,20 +72,20 @@
</li>
<li class="margin-right:15px">
<a
actions="pass, openModal"
actions="state, openModal"
modal-src="render.html"
pass-array="modules"
pass-object=""
pass_to="builder"
state-array="modules"
state-object=""
state_to="builder"
modal-width="100%"
pass_id="render">
state_id="render">
<i
class="display:flex height:18px fill:#505050"
src="/assets/svg/palette.svg"></i>
<div
pass-array="modules"
pass-object=""
pass_to="render"
state-array="modules"
state-object=""
state_to="render"
class="sessionBuilderUI_Id"></div>
</a>
</li>
Expand All @@ -95,7 +95,7 @@
actions="deleteDocument, closeModal"
array="modules"
object=""
pass_id="form-fields"
state_id="form-fields"
><i
class="height:18px fill:#505050"
src="/assets/svg/trash-alt.svg"></i
Expand All @@ -112,7 +112,7 @@
array="module_activity"
object=""
key="image"
pass_id="me1234"
state_id="me1234"
src="https://via.placeholder.com/150"
width="100%" />
<button
Expand All @@ -127,7 +127,7 @@
array="module_activity"
object=""
key="name"
pass_id="me1234"
state_id="me1234"
>Template Name</span
>
</div>
Expand All @@ -137,7 +137,7 @@
array="module_activity"
object=""
key="description"
pass_id="me1234">
state_id="me1234">
Description
</p>
</div>
Expand Down
38 changes: 19 additions & 19 deletions demo/CoCreate-navbar.1.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,20 +55,20 @@
<!-- Render Builder -->
<li class="margin-right:15px">
<a
actions="pass, openModal"
actions="state, openModal"
modal-src="render.html"
pass-array="modules"
pass-object=""
pass_to="builder"
state-array="modules"
state-object=""
state_to="builder"
modal-width="100%"
class="sessionAdminUI_Id">
<i
class="display:flex height:18px fill:#505050"
src="/assets/svg/palette.svg"></i>
<div
pass-array="modules"
pass-object=""
pass_to="render"
state-array="modules"
state-object=""
state_to="render"
class="sessionBuilderUI_Id"></div>
</a>
</li>
Expand All @@ -78,11 +78,11 @@
>4</span
>
<a
actions="pass, openModal"
actions="state, openModal"
modal-src="render.html"
pass-array="modules"
pass-object=""
pass_to="render"
state-array="modules"
state-object=""
state_to="render"
modal-width="100%"
modal-height="100%"
modal-color="#229954">
Expand All @@ -97,11 +97,11 @@
>4</span
>
<a
actions="pass, openModal"
actions="state, openModal"
modal-src="render.html"
pass-array="modules"
pass-object="5dc846ebcddd6b0de2c40b80"
pass_to="render"
state-array="modules"
state-object="5dc846ebcddd6b0de2c40b80"
state_to="render"
modal-width="100%"
modal-height="100%"
modal-color="#229954">
Expand All @@ -120,11 +120,11 @@
<div class="avatar-wrapper margin:5px_0px margin-right:10px">
<a
class="avatar round"
actions="pass, openModal"
actions="state, openModal"
modal-src="render.html"
pass-array="modules"
pass-object="5dd010bccbc25f0cdb1a4d9f"
pass_to="render"
state-array="modules"
state-object="5dd010bccbc25f0cdb1a4d9f"
state_to="render"
modal-width="300px"
modal-height="375px"
modal-color="#229954">
Expand Down
38 changes: 19 additions & 19 deletions demo/CoCreate-navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,20 +58,20 @@
<!-- Render Builder -->
<li class="margin-right:15px">
<a
actions="pass, openModal"
actions="state, openModal"
modal-src="render.html"
pass-array="modules"
pass-object=""
pass_to="builder"
state-array="modules"
state-object=""
state_to="builder"
modal-width="100%"
class="sessionAdminUI_Id">
<i
class="display:flex height:18px fill:#505050"
src="/assets/svg/palette.svg"></i>
<div
pass-array="modules"
pass-object=""
pass_to="render"
state-array="modules"
state-object=""
state_to="render"
class="sessionBuilderUI_Id"></div>
</a>
</li>
Expand All @@ -81,11 +81,11 @@
>4</span
>
<a
actions="pass, openModal"
actions="state, openModal"
modal-src="render.html"
pass-array="modules"
pass-object=""
pass_to="render"
state-array="modules"
state-object=""
state_to="render"
modal-width="100%"
modal-height="100%"
modal-color="#229954">
Expand All @@ -100,11 +100,11 @@
>4</span
>
<a
actions="pass, openModal"
actions="state, openModal"
modal-src="render.html"
pass-array="modules"
pass-object="5dc846ebcddd6b0de2c40b80"
pass_to="render"
state-array="modules"
state-object="5dc846ebcddd6b0de2c40b80"
state_to="render"
modal-width="100%"
modal-height="100%"
modal-color="#229954">
Expand All @@ -123,11 +123,11 @@
<div class="avatar-wrapper margin:5px_0px margin-right:10px">
<a
class="avatar round"
actions="pass, openModal"
actions="state, openModal"
modal-src="render.html"
pass-array="modules"
pass-object="5dd010bccbc25f0cdb1a4d9f"
pass_to="render"
state-array="modules"
state-object="5dd010bccbc25f0cdb1a4d9f"
state_to="render"
modal-width="300px"
modal-height="375px"
modal-color="#229954">
Expand Down
38 changes: 19 additions & 19 deletions demo/CoCreate-smooth-scroll.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,20 +59,20 @@
<!-- Render Builder -->
<li class="margin-right:15px">
<a
actions="pass, openModal"
actions="state, openModal"
modal-src="render.html"
pass-array="modules"
pass-object=""
pass_to="builder"
state-array="modules"
state-object=""
state_to="builder"
modal-width="100%"
class="sessionAdminUI_Id">
<i
class="display:flex height:18px fill:#505050"
src="/assets/svg/palette.svg"></i>
<div
pass-array="modules"
pass-object=""
pass_to="render"
state-array="modules"
state-object=""
state_to="render"
class="sessionBuilderUI_Id"></div>
</a>
</li>
Expand All @@ -82,11 +82,11 @@
>4</span
>
<a
actions="pass, openModal"
actions="state, openModal"
modal-src="render.html"
pass-array="modules"
pass-object=""
pass_to="render"
state-array="modules"
state-object=""
state_to="render"
modal-width="100%"
modal-height="100%"
modal-color="#229954">
Expand All @@ -101,11 +101,11 @@
>4</span
>
<a
actions="pass, openModal"
actions="state, openModal"
modal-src="render.html"
pass-array="modules"
pass-object="5dc846ebcddd6b0de2c40b80"
pass_to="render"
state-array="modules"
state-object="5dc846ebcddd6b0de2c40b80"
state_to="render"
modal-width="100%"
modal-height="100%"
modal-color="#229954">
Expand All @@ -124,11 +124,11 @@
<div class="avatar-wrapper margin:5px_0px margin-right:10px">
<a
class="avatar round"
actions="pass, openModal"
actions="state, openModal"
modal-src="render.html"
pass-array="modules"
pass-object="5dd010bccbc25f0cdb1a4d9f"
pass_to="render"
state-array="modules"
state-object="5dd010bccbc25f0cdb1a4d9f"
state_to="render"
modal-width="300px"
modal-height="375px"
modal-color="#229954">
Expand Down

0 comments on commit e4fa08b

Please sign in to comment.