cross-country 1.3.1 → 1.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (245) hide show
  1. package/dist/{bolt-BG48O0Tn.js → bolt-BPKeh2UY.js} +3 -5
  2. package/dist/bundle.css +54 -49
  3. package/dist/components/atoms/circle/__tests__/circle.test.js +1 -1
  4. package/dist/components/atoms/column/__tests__/column.test.js +2 -2
  5. package/dist/components/atoms/link/__stories__/link.stories.d.ts +9 -0
  6. package/dist/components/atoms/list/__stories__/list.stories.d.ts +8 -0
  7. package/dist/components/atoms/list/list-item/list-item.d.ts +2 -1
  8. package/dist/components/atoms/list/list-item/list-item.js +11 -9
  9. package/dist/components/atoms/row/row.d.ts +1 -0
  10. package/dist/components/atoms/row/row.js +15 -14
  11. package/dist/components/atoms/text/animate-text/index.js +0 -11
  12. package/dist/components/atoms/text/animate-text/scramble-text/scramble-text.js +27 -39
  13. package/dist/components/atoms/text/index.js +0 -11
  14. package/dist/components/atoms/text/paragraph/paragraph.js +7 -7
  15. package/dist/components/atoms/text/span/__stories__/span-story.js +3 -5
  16. package/dist/components/atoms/text/text-area/text-area.js +20 -20
  17. package/dist/components/index.js +87 -99
  18. package/dist/components/molecules/animated/animated-column/__tests__/animated-column.test.js +1 -1
  19. package/dist/components/molecules/animated/animated-column/animated-column.js +6 -8
  20. package/dist/components/molecules/card/amazon/amazon-card.js +8 -10
  21. package/dist/components/molecules/card/builder/card-editor.js +18 -21
  22. package/dist/components/molecules/card/card.js +3 -5
  23. package/dist/components/molecules/carousel/carousel.js +5 -7
  24. package/dist/components/molecules/checkboxlabel/__stories__/checkboxlabel.stories.d.ts +7 -0
  25. package/dist/components/molecules/day-number/day-number.js +11 -13
  26. package/dist/components/molecules/field/field.js +16 -18
  27. package/dist/components/molecules/gold-leaf/gold-leaf-view/__tests__/gold-leaf-view.test.js +3 -3
  28. package/dist/components/molecules/gold-leaf/gold-leaf-view/controls/gold-leaf-view-controls.js +4 -6
  29. package/dist/components/molecules/gold-leaf/gold-leaf-view/email/gold-leaf-email-view.js +9 -11
  30. package/dist/components/molecules/gold-leaf/gold-leaf-view/gold-leaf-view.js +5 -6
  31. package/dist/components/molecules/gold-leaf/gold-leaf-view/index.js +1 -1
  32. package/dist/components/molecules/gold-leaf/gold-leaf-view/title-image/gold-leaf-image.d.ts +1 -1
  33. package/dist/components/molecules/gold-leaf/gold-leaf-view/title-image/gold-leaf-image.js +4 -6
  34. package/dist/components/molecules/gold-leaf/gold-leaf-view/title-image/gold-title-card.js +38 -11
  35. package/dist/components/molecules/gold-leaf/gold-leaf-view/title-image/gold-title-image-card.js +54 -12
  36. package/dist/components/molecules/gold-leaf/gold-leaf.js +1 -1
  37. package/dist/components/molecules/header/cc-header.js +16 -18
  38. package/dist/components/molecules/hero/hero.js +4 -6
  39. package/dist/components/molecules/icons/index.js +1 -3
  40. package/dist/components/molecules/icons/x/x.js +3 -5
  41. package/dist/components/molecules/index.js +42 -44
  42. package/dist/components/molecules/key-value-pairs/__tests__/key-value-pairs.js +1 -1
  43. package/dist/components/molecules/key-value-pairs/key-value-pair.js +6 -8
  44. package/dist/components/molecules/key-value-pairs/key-value-pairs.js +6 -8
  45. package/dist/components/molecules/keywords/keywords.js +3 -5
  46. package/dist/components/molecules/loading/__tests__/loading.test.js +1 -1
  47. package/dist/components/molecules/log-error-boundary/__tests__/log-error-boundary.test.js +2 -2
  48. package/dist/components/molecules/log-error-boundary/log-error-boundary.js +3 -5
  49. package/dist/components/molecules/modal/modal.js +13 -15
  50. package/dist/components/molecules/policies/index.js +1 -3
  51. package/dist/components/molecules/policies/privacy-policy/privacy-policy.js +3 -5
  52. package/dist/components/molecules/policies/terms-of-use/terms-of-use.js +3 -5
  53. package/dist/components/molecules/quote/quote.js +3 -5
  54. package/dist/components/molecules/radio-group/__stories__/radio-group-form-story.js +14 -16
  55. package/dist/components/molecules/radio-group/__stories__/radio-group-react-hook-form-story.js +8 -10
  56. package/dist/components/molecules/related-articles/related-articles.js +3 -5
  57. package/dist/components/molecules/search/search.js +3 -5
  58. package/dist/components/molecules/stagger/stagger.js +3 -5
  59. package/dist/components/molecules/tile/index.js +1 -1
  60. package/dist/components/molecules/tile/tile-interactive.js +2 -4
  61. package/dist/components/molecules/tile/tile.js +1 -1
  62. package/dist/components/molecules/time-progress/__tests__/progress.test.js +1 -1
  63. package/dist/components/molecules/time-progress/progress-over-year.js +3 -5
  64. package/dist/components/molecules/time-progress/progress.js +3 -5
  65. package/dist/components/molecules/user/anon-user.js +3 -5
  66. package/dist/components/molecules/user/user.js +4 -6
  67. package/dist/components/molecules/venn-diagram/__tests__/venn-diagram.tests.js +1 -1
  68. package/dist/components/molecules/venn-diagram/venn-diagram-circle.js +3 -5
  69. package/dist/components/molecules/venn-diagram/venn-diagram.js +9 -11
  70. package/dist/components/molecules/wallpaper/__tests__/wallpaper.tests.js +2 -2
  71. package/dist/components/molecules/wallpaper/wallpaper.js +11 -11
  72. package/dist/components/molecules/wrapper/__stories__/wrapper-children-story.js +8 -10
  73. package/dist/components/molecules/wrapper/wrapper.js +10 -10
  74. package/dist/components/organisms/actors/actor/actor-builder.js +3 -5
  75. package/dist/components/organisms/actors/actor/actor.js +12 -14
  76. package/dist/components/organisms/actors/actor-speech/actor-speech.js +8 -10
  77. package/dist/components/organisms/actors/monsters/troll/troll.js +10 -12
  78. package/dist/components/organisms/ads/ad-card.js +3 -5
  79. package/dist/components/organisms/animation/animate-actor/animate-actor.js +3 -5
  80. package/dist/components/organisms/animation/one-day/one-day.js +14 -16
  81. package/dist/components/organisms/animation/reverse-text-animation/reverse-text-animation.js +12 -14
  82. package/dist/components/organisms/bento/layouts/five-by-four/bento-five-by-four.js +6 -8
  83. package/dist/components/organisms/bento/layouts/four-by-four/bento-four-by-four.js +11 -13
  84. package/dist/components/organisms/bento/layouts/three-by-three/bento-three-by-three.js +6 -8
  85. package/dist/components/organisms/bento/layouts/two-by-two/bento-two-by-two.js +7 -9
  86. package/dist/components/organisms/blog/__stories__/blog-story.js +11 -13
  87. package/dist/components/organisms/blog/blog-post/__stories__/blog-post-story.js +9 -11
  88. package/dist/components/organisms/blog/blog-post/blog-post.js +11 -13
  89. package/dist/components/organisms/blog/blog-post-list.js +6 -8
  90. package/dist/components/organisms/blog/blog.js +6 -8
  91. package/dist/components/organisms/branch/__stories__/branch.stories.d.ts +7 -0
  92. package/dist/components/organisms/branch/branch.js +5 -7
  93. package/dist/components/organisms/branches/__tests__/branch-list.test.js +1 -1
  94. package/dist/components/organisms/branches/branch-list.js +59 -51
  95. package/dist/components/organisms/branches/branches.js +23 -24
  96. package/dist/components/organisms/calendar/calendar.js +18 -20
  97. package/dist/components/organisms/charts/chart/chart-gold-leaf/chart-gold-leaf.js +1 -3
  98. package/dist/components/organisms/clusters/cluster.js +4 -6
  99. package/dist/components/organisms/index.d.ts +0 -12
  100. package/dist/components/organisms/index.js +31 -43
  101. package/dist/components/organisms/json-map-tile-grid/index.js +1 -1
  102. package/dist/components/organisms/json-map-tile-grid/json-map-tile-grid.js +2 -4
  103. package/dist/components/organisms/listicle/__stories__/andor-right-click-story.js +3 -5
  104. package/dist/components/organisms/listicle/__stories__/listicle-fb-v-canada-story.js +3 -5
  105. package/dist/components/organisms/listicle/__stories__/listicle-story.js +3 -5
  106. package/dist/components/organisms/listicle/edit-listicle/edit-listicle.js +14 -17
  107. package/dist/components/organisms/listicle/edit-listicle-item-list/edit-listicle-item-list.js +3 -5
  108. package/dist/components/organisms/listicle/edit-listicle-item-list/listicle-item-input.js +149 -69
  109. package/dist/components/organisms/listicle/edit-listicle-item-list/listicle-item.js +8 -10
  110. package/dist/components/organisms/listicle/listicle-builder.js +61 -64
  111. package/dist/components/organisms/listicle/listicle-item-list.js +3 -5
  112. package/dist/components/organisms/listicle/listicle.js +3 -5
  113. package/dist/components/organisms/listicle/post-link.js +3 -5
  114. package/dist/components/organisms/login/login-fetching-transition.js +6 -8
  115. package/dist/components/organisms/login/login-fields-transition.js +3 -5
  116. package/dist/components/organisms/login/login-response-transition.js +3 -5
  117. package/dist/components/organisms/login/login-submit-transition.js +15 -17
  118. package/dist/components/organisms/login/login-view.js +9 -11
  119. package/dist/components/organisms/metrics/metrics.js +3 -5
  120. package/dist/components/organisms/palettes/palettes.js +6 -8
  121. package/dist/components/organisms/player/player.js +3 -5
  122. package/dist/components/organisms/registration/password-strength-helper/password-strength-helper.js +7 -9
  123. package/dist/components/organisms/registration/registration-feedback.js +7 -9
  124. package/dist/components/organisms/registration/registration-form.js +3 -5
  125. package/dist/components/organisms/registration/registration.js +24 -26
  126. package/dist/components/organisms/registration/social-email.js +5 -7
  127. package/dist/components/organisms/stage/stage.js +17 -19
  128. package/dist/components/organisms/tile-grid/__tests__/tile-grid.tests.js +2 -2
  129. package/dist/components/organisms/tile-grid/grid-row.js +3 -5
  130. package/dist/components/organisms/tile-grid/index.js +1 -1
  131. package/dist/components/organisms/tile-grid/island-tile-grid.js +9 -11
  132. package/dist/components/organisms/tile-grid/tile-grid.js +2 -4
  133. package/dist/components/pages/home/headwinds/header/headwinds-header.js +7 -9
  134. package/dist/components/pages/home/headwinds/headwinds-footer.js +7 -9
  135. package/dist/components/pages/home/headwinds/headwinds-hero.js +3 -5
  136. package/dist/components/pages/home/headwinds/headwinds-sidequest.js +21 -23
  137. package/dist/components/pages/home/headwinds/home.js +6 -8
  138. package/dist/components/pages/profile/headwinds/headwinds-profile.js +26 -28
  139. package/dist/components/pages/profile/index.js +1 -3
  140. package/dist/components/templates/articles/article/article.js +6 -8
  141. package/dist/components/templates/home/headwinds/headwinds-home-hero.js +8 -10
  142. package/dist/components/templates/home/headwinds/headwinds-home.js +7 -9
  143. package/dist/components/templates/home/home.js +27 -29
  144. package/dist/gold-leaf-view-CkM4fILh.js +58 -0
  145. package/dist/gold-leaf-view.module-Bnt7E33j.js +15 -0
  146. package/dist/{index-BoPmlL_S.js → index-BajRXg7z.js} +6 -8
  147. package/dist/index.js +99 -111
  148. package/dist/models/ActorModel.d.ts +13 -0
  149. package/dist/models/BookModel.d.ts +1 -0
  150. package/dist/models/ChapterModel.d.ts +1 -0
  151. package/dist/models/ItemModel.d.ts +15 -1
  152. package/dist/models/PageModel.d.ts +10 -0
  153. package/dist/models/QuestModel.d.ts +3 -6
  154. package/dist/models/QuestModel.js +3 -4
  155. package/dist/models/QuestStepModel.d.ts +3 -5
  156. package/dist/models/QuestStepModel.js +3 -4
  157. package/dist/models/SceneModel.d.ts +31 -0
  158. package/dist/models/SpellModel.d.ts +7 -0
  159. package/dist/models/UserModel.d.ts +1 -1
  160. package/dist/models/UserModel.js +1 -1
  161. package/dist/models/WorldModel.d.ts +3 -2
  162. package/dist/models/index.d.ts +5 -1
  163. package/dist/{react.esm-Bye9Ji1o.js → react.esm-CwScrc_1.js} +2309 -2285
  164. package/dist/vi.YFlodzP_-DM4pKyMj.js +9674 -0
  165. package/package.json +2 -2
  166. package/dist/CheckSquare-C_aF5apI.js +0 -47
  167. package/dist/PencilSimple-twwsOT3p.js +0 -47
  168. package/dist/components/organisms/survey/__stories__/build-form-story.d.ts +0 -2
  169. package/dist/components/organisms/survey/__stories__/build-form-story.js +0 -40
  170. package/dist/components/organisms/survey/__stories__/survey.stories.d.ts +0 -7
  171. package/dist/components/organisms/survey/build-form-machine.d.ts +0 -11
  172. package/dist/components/organisms/survey/build-form-machine.js +0 -108
  173. package/dist/components/organisms/survey/question/edit/__stories__/edit-question.stories.d.ts +0 -7
  174. package/dist/components/organisms/survey/question/edit/add-question/__stories__/add-question.stories.d.ts +0 -7
  175. package/dist/components/organisms/survey/question/edit/add-question/add-question.d.ts +0 -16
  176. package/dist/components/organisms/survey/question/edit/add-question/add-question.js +0 -148
  177. package/dist/components/organisms/survey/question/edit/add-question/index.d.ts +0 -2
  178. package/dist/components/organisms/survey/question/edit/add-question/index.js +0 -4
  179. package/dist/components/organisms/survey/question/edit/answer-input/__stories__/answer-input.stories.d.ts +0 -7
  180. package/dist/components/organisms/survey/question/edit/answer-input/answer-input.d.ts +0 -8
  181. package/dist/components/organisms/survey/question/edit/answer-input/answer-input.js +0 -80
  182. package/dist/components/organisms/survey/question/edit/answer-input/index.d.ts +0 -2
  183. package/dist/components/organisms/survey/question/edit/answer-input/index.js +0 -4
  184. package/dist/components/organisms/survey/question/edit/answer-input.d.ts +0 -19
  185. package/dist/components/organisms/survey/question/edit/answer-input.js +0 -96
  186. package/dist/components/organisms/survey/question/edit/edit-multiple-choice.d.ts +0 -9
  187. package/dist/components/organisms/survey/question/edit/edit-multiple-choice.js +0 -39
  188. package/dist/components/organisms/survey/question/edit/edit-option-list/__stories__/edit-option-list-story.d.ts +0 -2
  189. package/dist/components/organisms/survey/question/edit/edit-option-list/__stories__/edit-option-list-story.js +0 -6
  190. package/dist/components/organisms/survey/question/edit/edit-option-list/__stories__/edit-option-list.stories.d.ts +0 -7
  191. package/dist/components/organisms/survey/question/edit/edit-option-list/add-media/__stories__/add-media.stories.d.ts +0 -7
  192. package/dist/components/organisms/survey/question/edit/edit-option-list/add-media/add-media.d.ts +0 -2
  193. package/dist/components/organisms/survey/question/edit/edit-option-list/add-media/add-media.js +0 -22
  194. package/dist/components/organisms/survey/question/edit/edit-option-list/edit-option-list-machine.d.ts +0 -6
  195. package/dist/components/organisms/survey/question/edit/edit-option-list/edit-option-list-machine.js +0 -55
  196. package/dist/components/organisms/survey/question/edit/edit-option-list/edit-option-list.d.ts +0 -13
  197. package/dist/components/organisms/survey/question/edit/edit-option-list/edit-option-list.js +0 -85
  198. package/dist/components/organisms/survey/question/edit/edit-option-list/index.d.ts +0 -2
  199. package/dist/components/organisms/survey/question/edit/edit-option-list/index.js +0 -4
  200. package/dist/components/organisms/survey/question/edit/edit-option-list/option-input.d.ts +0 -15
  201. package/dist/components/organisms/survey/question/edit/edit-option-list/option-input.js +0 -55
  202. package/dist/components/organisms/survey/question/edit/edit-option-list/option.d.ts +0 -4
  203. package/dist/components/organisms/survey/question/edit/edit-option-list/option.js +0 -38
  204. package/dist/components/organisms/survey/question/edit/edit-option-list/types.d.ts +0 -4
  205. package/dist/components/organisms/survey/question/edit/edit-question-list.d.ts +0 -6
  206. package/dist/components/organisms/survey/question/edit/edit-question-list.js +0 -11
  207. package/dist/components/organisms/survey/question/edit/edit-question.d.ts +0 -6
  208. package/dist/components/organisms/survey/question/edit/edit-question.js +0 -21
  209. package/dist/components/organisms/survey/question/edit/edit-title-input.d.ts +0 -7
  210. package/dist/components/organisms/survey/question/edit/edit-title-input.js +0 -48
  211. package/dist/components/organisms/survey/question/edit/question-answer-input.d.ts +0 -13
  212. package/dist/components/organisms/survey/question/edit/question-answer-input.js +0 -95
  213. package/dist/components/organisms/survey/question/take/__stories__/take-answer-input.stories.d.ts +0 -8
  214. package/dist/components/organisms/survey/question/take/index.d.ts +0 -6
  215. package/dist/components/organisms/survey/question/take/index.js +0 -8
  216. package/dist/components/organisms/survey/question/take/inputs/date-time-input.d.ts +0 -5
  217. package/dist/components/organisms/survey/question/take/inputs/date-time-input.js +0 -62
  218. package/dist/components/organisms/survey/question/take/inputs/input-manager.d.ts +0 -13
  219. package/dist/components/organisms/survey/question/take/inputs/input-manager.js +0 -50
  220. package/dist/components/organisms/survey/question/take/multiple-choice.d.ts +0 -15
  221. package/dist/components/organisms/survey/question/take/multiple-choice.js +0 -39
  222. package/dist/components/organisms/survey/question/take/option.d.ts +0 -5
  223. package/dist/components/organisms/survey/question/take/option.js +0 -5
  224. package/dist/components/organisms/survey/question/take/question-list.d.ts +0 -6
  225. package/dist/components/organisms/survey/question/take/question-list.js +0 -10
  226. package/dist/components/organisms/survey/question/take/question-options.d.ts +0 -6
  227. package/dist/components/organisms/survey/question/take/question-options.js +0 -5
  228. package/dist/components/organisms/survey/question/take/question.d.ts +0 -14
  229. package/dist/components/organisms/survey/question/take/question.js +0 -18
  230. package/dist/components/organisms/survey/question/take/take-answer-input.d.ts +0 -11
  231. package/dist/components/organisms/survey/question/take/take-answer-input.js +0 -80
  232. package/dist/components/organisms/survey/question/types.d.ts +0 -30
  233. package/dist/components/organisms/survey/question/types.js +0 -8
  234. package/dist/components/organisms/survey/survey-builder.d.ts +0 -6
  235. package/dist/components/organisms/survey/survey-builder.js +0 -60
  236. package/dist/components/organisms/survey/survey.d.ts +0 -13
  237. package/dist/components/organisms/survey/survey.js +0 -75
  238. package/dist/components/organisms/survey/types.d.ts +0 -5
  239. package/dist/gold-leaf-view-yJc4vmAY.js +0 -160
  240. package/dist/gold-leaf-view.module-rpbnPw4v.js +0 -15
  241. package/dist/immutable.es-CLPKhcew.js +0 -3052
  242. package/dist/index.esm-DINKtp6l.js +0 -2267
  243. package/dist/vi.DgezovHB-CFs32wG7.js +0 -11916
  244. /package/dist/{components/organisms/survey/question/edit/edit-option-list/types.js → models/PageModel.js} +0 -0
  245. /package/dist/{components/organisms/survey/types.js → models/SceneModel.js} +0 -0
@@ -7,13 +7,11 @@ import "./react-spring_web.modern-C8ckweT7.js";
7
7
  import "./components/atoms/group/group.js";
8
8
  import "./components/molecules/wrapper/wrapper.js";
9
9
  import "./components/molecules/wallpaper/wallpaper.js";
10
- import "./index-BoPmlL_S.js";
10
+ import "./index-BajRXg7z.js";
11
11
  import "./components/organisms/registration/registration-machine.js";
12
12
  import "./transform-CAFMLvzX.js";
13
- import "./components/organisms/survey/question/edit/edit-option-list/edit-option-list-machine.js";
14
- import "./index.esm-DINKtp6l.js";
15
13
  import "./react-masonry-css.module-CJ43viV7.js";
16
- const i = "data:image/svg+xml,%3csvg%20width='220'%20height='404'%20viewBox='0%200%20220%20404'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M158%200H44L0%20168H82L24%20404L220%20104H112L158%200Z'%20fill='%23E3D597'/%3e%3c/svg%3e", f = () => /* @__PURE__ */ t(o, { a11y: "lightening bolt", url: i, width: 30, height: 30 });
14
+ const i = "data:image/svg+xml,%3csvg%20width='220'%20height='404'%20viewBox='0%200%20220%20404'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M158%200H44L0%20168H82L24%20404L220%20104H112L158%200Z'%20fill='%23E3D597'/%3e%3c/svg%3e", x = () => /* @__PURE__ */ t(o, { a11y: "lightening bolt", url: i, width: 30, height: 30 });
17
15
  export {
18
- f as B
16
+ x as B
19
17
  };
package/dist/bundle.css CHANGED
@@ -295,15 +295,15 @@
295
295
  font-size: 32px;
296
296
  }
297
297
 
298
- ._paragraph_1mpth_1 {
299
- margin: 8px 0px;
300
- padding: 8px;
298
+ ._paragraph_x7zbo_1 {
299
+ padding: 4px;
301
300
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif,
302
301
  "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
303
302
  font-size: 16px;
304
303
  text-align: left;
305
304
  font-weight: 300;
306
305
  color: #333;
306
+ margin: 4px 0px !important;
307
307
  }
308
308
 
309
309
  ._form_m1d91_1 {
@@ -319,11 +319,10 @@
319
319
  margin: 8px 0px;
320
320
  }
321
321
 
322
- ._textInput_b6buf_1 {
322
+ ._textArea_b5k91_1 {
323
323
  padding: 12px;
324
324
  margin: 4px;
325
325
  resize: vertical;
326
- min-height: 120px; /* Approximately 5 rows of text */
327
326
  width: 100%;
328
327
  border: 1px solid #ccc;
329
328
  border-radius: 4px;
@@ -333,7 +332,7 @@
333
332
  max-width: 700px;
334
333
  }
335
334
 
336
- ._textInput_b6buf_1:focus {
335
+ ._textArea_b5k91_1:focus {
337
336
  outline: none;
338
337
  }
339
338
 
@@ -499,18 +498,18 @@ a:not([class]):focus {
499
498
  }
500
499
 
501
500
 
502
- ._wrapper_lok57_3 {
503
- width: 100vw;
504
- height: 100vh;
501
+ ._wrapper_16a8e_3 {
502
+ width: 100%;
503
+ height: 100%;
505
504
  margin: 0px;
506
505
  padding: 0px;
507
506
  }
508
507
 
509
- ._wallpaper_1oa33_1 {
508
+ ._wallpaper_kojh5_1 {
510
509
  display: flex;
511
510
  background-color: #fdf3ff;
512
- width: 100vw;
513
- height: 100vh;
511
+ width: 100%;
512
+ height: 100%;
514
513
  margin-top: 0px;
515
514
  margin-bottom: 0px;
516
515
  }
@@ -628,19 +627,28 @@ a:not([class]):focus {
628
627
  background-color: transparent;
629
628
  }
630
629
 
631
- ._GoldLeaf_zcgqw_1 {
630
+ ._GoldLeaf_1eb97_1 {
632
631
  display: block;
633
632
  margin: 0px;
634
633
  padding: 0px;
635
634
  }
636
635
 
637
- ._GoldLeafView_zcgqw_7 {
636
+ ._GoldLeafView_1eb97_7 {
638
637
  display: block;
639
638
  margin: 0px;
640
639
  padding: 0px;
641
640
  }
642
641
 
643
- ._GoldLeaf__controls_zcgqw_13 {
642
+ /* Add this class to handle empty list items */
643
+ ._GoldLeafView_1eb97_7:empty {
644
+ display: none;
645
+ margin: 0;
646
+ padding: 0;
647
+ height: 0;
648
+ min-height: 0;
649
+ }
650
+
651
+ ._GoldLeaf__controls_1eb97_22 {
644
652
  display: grid;
645
653
  grid-template-columns: repeat(6, 1fr);
646
654
  grid-gap: 4px;
@@ -649,7 +657,7 @@ a:not([class]):focus {
649
657
  padding: 0px;
650
658
  opacity: 0.4;
651
659
  }
652
- ._GoldLeaf__item_zcgqw_22 {
660
+ ._GoldLeaf__item_1eb97_31 {
653
661
  display: block;
654
662
  position: relative;
655
663
  background: transparent;
@@ -659,13 +667,13 @@ a:not([class]):focus {
659
667
  cursor: pointer;
660
668
  padding: 4px;
661
669
  }
662
- ._GoldLeaf__images_zcgqw_32 {
670
+ ._GoldLeaf__images_1eb97_41 {
663
671
  display: flex;
664
672
  flex-direction: column;
665
673
  overflow: hidden;
666
674
  overflow-x: auto;
667
675
  }
668
- ._GoldLeaf__total_zcgqw_38 {
676
+ ._GoldLeaf__total_1eb97_47 {
669
677
  display: block;
670
678
  position: absolute;
671
679
  top: 6px;
@@ -674,7 +682,7 @@ a:not([class]):focus {
674
682
  border-radius: 4px;
675
683
  padding: 0px 2px;
676
684
  }
677
- ._GoldLeaf__total__text_zcgqw_47 {
685
+ ._GoldLeaf__total__text_1eb97_56 {
678
686
  display: flex;
679
687
  justify-content: center;
680
688
  align-items: center;
@@ -683,12 +691,12 @@ a:not([class]):focus {
683
691
  opacity: 0.6;
684
692
  }
685
693
 
686
- ._GoldLeaf__GoldTitleImageCard_zcgqw_56 {
694
+ ._GoldLeaf__GoldTitleImageCard_1eb97_65 {
687
695
  margin: 0px;
688
696
  padding: 0px;
689
697
  }
690
698
 
691
- ._GoldLeaf__image_zcgqw_32 {
699
+ ._GoldLeaf__image_1eb97_41 {
692
700
  display: flex;
693
701
  flex-direction: row;
694
702
  overflow: hidden;
@@ -700,24 +708,24 @@ a:not([class]):focus {
700
708
  padding: 0px !important;
701
709
  }
702
710
 
703
- ._GoldLeaf__image_zcgqw_32 img {
711
+ ._GoldLeaf__image_1eb97_41 img {
704
712
  width: 100%;
705
713
  height: auto;
706
714
  }
707
715
 
708
- ._GoldLeaf__title_zcgqw_78 {
716
+ ._GoldLeaf__title_1eb97_87 {
709
717
  font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
710
718
  font-size: 20px;
711
719
  color: #888;
712
720
  width: 100%;
713
721
  }
714
- ._GoldLeaf__titleLink_zcgqw_84 {
722
+ ._GoldLeaf__titleLink_1eb97_93 {
715
723
  text-decoration: none;
716
724
  pointer-events: all;
717
725
  font-family: Arial, Helvetica, sans-serif;
718
726
  line-height: 10px;
719
727
  }
720
- ._code_zcgqw_90 {
728
+ ._code_1eb97_99 {
721
729
  padding: 3px 8px;
722
730
  background-color: #a257ff;
723
731
  box-shadow: none;
@@ -1214,34 +1222,33 @@ li._listicle_wcjwf_9 {
1214
1222
  }
1215
1223
 
1216
1224
  /* general styles */
1217
- ._body_zux7l_2 {
1225
+ ._body_1ra4h_2 {
1218
1226
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
1219
- background: whitesmoke;
1220
1227
  font-family: Arial, Helvetica, sans-serif;
1221
1228
  overflow-x: hidden;
1222
1229
  }
1223
- ._ul_zux7l_8 {
1230
+ ._ul_1ra4h_7 {
1224
1231
  list-style-type: none;
1225
1232
  margin: 0px;
1226
1233
  }
1227
1234
 
1228
- ._Porthole_zux7l_13 {
1235
+ ._Porthole_1ra4h_12 {
1229
1236
  padding: 0px;
1230
1237
  margin: 0px;
1231
1238
  width: 100%;
1232
1239
  overflow: hidden;
1233
1240
  z-index: 1;
1234
1241
  }
1235
- ._div_zux7l_20 {
1242
+ ._div_1ra4h_19 {
1236
1243
  font-size: 18px !important;
1237
1244
  font-family: Arial, Helvetica, sans-serif;
1238
1245
  }
1239
1246
 
1240
1247
  /* column styles */
1241
1248
 
1242
- ._column__list_zux7l_27 {
1249
+ ._column__list_1ra4h_26 {
1243
1250
  display: grid;
1244
- grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
1251
+ grid-template-columns: repeat(auto-fill, minmax(300px, 300px));
1245
1252
  grid-gap: 8px;
1246
1253
  align-items: start;
1247
1254
  overflow: hidden;
@@ -1250,68 +1257,66 @@ li._listicle_wcjwf_9 {
1250
1257
  width: 100%;
1251
1258
  }
1252
1259
 
1253
- ._card__column_zux7l_38 {
1254
- margin: 0px;
1260
+ ._card__column_1ra4h_37 {
1255
1261
  padding: 0px;
1256
- align-items: center;
1257
- padding-top: 16px;
1258
- padding-bottom: 16px;
1262
+ margin: 0px;
1263
+ overflow: hidden;
1264
+ width: 300px
1259
1265
  }
1260
1266
 
1261
- ._column__item_zux7l_46 {
1267
+ ._column__item_1ra4h_44 {
1262
1268
  border-radius: 0.2rem;
1263
- background-color: whitesmoke;
1269
+ background-color: transparent;
1264
1270
  padding: 0px;
1265
1271
  margin: 0px;
1266
- align-items: center;
1267
1272
  display: flex;
1268
1273
  }
1269
1274
 
1270
- ._column__title--wrapper_zux7l_55 {
1275
+ ._column__title--wrapper_1ra4h_52 {
1271
1276
  display: grid;
1272
1277
  grid-template-columns: repeat(2, 1fr);
1273
1278
  padding: 0.25rem;
1274
1279
  align-items: center;
1275
1280
  }
1276
1281
 
1277
- ._column__title--wrapper_zux7l_55 h2 {
1282
+ ._column__title--wrapper_1ra4h_52 h2 {
1278
1283
  color: #17394d;
1279
1284
  font-weight: 700;
1280
1285
  font-size: 0.9rem;
1281
1286
  }
1282
1287
 
1283
- ._column__title--wrapper_zux7l_55 i {
1288
+ ._column__title--wrapper_1ra4h_52 i {
1284
1289
  text-align: right;
1285
1290
  color: #798d99;
1286
1291
  }
1287
1292
 
1288
- ._column__item--cta_zux7l_73 {
1293
+ ._column__item--cta_1ra4h_70 {
1289
1294
  padding: 0.25rem;
1290
1295
  display: flex;
1291
1296
  color: #798d99;
1292
1297
  }
1293
1298
 
1294
- ._column__item--cta_zux7l_73 i {
1299
+ ._column__item--cta_1ra4h_70 i {
1295
1300
  margin-right: 0.25rem;
1296
1301
  }
1297
1302
 
1298
1303
  /* card styles */
1299
1304
 
1300
- ._card__list_zux7l_85 {
1305
+ ._card__list_1ra4h_82 {
1301
1306
  display: grid;
1302
1307
  grid-template-rows: auto;
1303
1308
  grid-gap: 0.5rem;
1304
1309
  margin: 0px;
1305
1310
  padding: 0px;
1306
1311
  overflow: hidden;
1307
- background: whitesmoke;
1312
+ background: transparent;
1308
1313
  width: auto;
1309
1314
  padding-top: 16px;
1310
1315
  padding-bottom: 16px;
1311
1316
  }
1312
1317
 
1313
- ._card__item_zux7l_98 {
1314
- background-color: whitesmoke;
1318
+ ._card__item_1ra4h_95 {
1319
+ background-color: transparent;
1315
1320
  border-radius: 0.25rem;
1316
1321
  width: 98%;
1317
1322
  margin: 0px;
@@ -1,5 +1,5 @@
1
1
  import { jsx as c } from "react/jsx-runtime";
2
- import { r as o, s as i } from "../../../../react.esm-Bye9Ji1o.js";
2
+ import { r as o, s as i } from "../../../../react.esm-CwScrc_1.js";
3
3
  import "../../../../index-ZOVD6bFe.js";
4
4
  import r from "../circle.js";
5
5
  describe("Circle component", () => {
@@ -1,7 +1,7 @@
1
1
  import { jsx as m } from "react/jsx-runtime";
2
- import { r as n } from "../../../../react.esm-Bye9Ji1o.js";
2
+ import { r as n } from "../../../../react.esm-CwScrc_1.js";
3
3
  import s from "../column.js";
4
- import { d as c, b as a, i as d, g as l } from "../../../../vi.DgezovHB-CFs32wG7.js";
4
+ import { d as c, b as a, i as d, g as l } from "../../../../vi.YFlodzP_-DM4pKyMj.js";
5
5
  c("<Column />", () => {
6
6
  let o;
7
7
  a(() => {
@@ -0,0 +1,9 @@
1
+ import { Meta } from '@storybook/react';
2
+ import { default as Link } from '../link';
3
+
4
+ declare const meta: Meta<typeof Link>;
5
+ export default meta;
6
+ export declare const Default: {
7
+ render: () => import("react/jsx-runtime").JSX.Element;
8
+ name: string;
9
+ };
@@ -0,0 +1,8 @@
1
+ import { Meta, StoryObj } from '@storybook/react';
2
+ import { default as List } from '../list';
3
+
4
+ declare const meta: Meta<typeof List>;
5
+ export default meta;
6
+ type Story = StoryObj<typeof List>;
7
+ export declare const Default: Story;
8
+ export declare const WithNullComponents: Story;
@@ -5,6 +5,7 @@ export interface ListItemProps {
5
5
  customClass?: string;
6
6
  customStyle?: React.CSSProperties;
7
7
  role?: string;
8
+ id?: string;
8
9
  }
9
- declare const ListItem: ({ children, customClass, customStyle, ...rest }: ListItemProps) => import("react/jsx-runtime").JSX.Element;
10
+ declare const ListItem: ({ children, customClass, customStyle, id, ...rest }: ListItemProps) => import("react/jsx-runtime").JSX.Element;
10
11
  export default ListItem;
@@ -1,20 +1,22 @@
1
- import { jsx as e } from "react/jsx-runtime";
2
- import { s as l } from "../../../../list.module-BxriWrpW.js";
3
- import { c as r } from "../../../../clsx.m-BMVuQnLY.js";
4
- const f = ({
1
+ import { jsx as l } from "react/jsx-runtime";
2
+ import { s as r } from "../../../../list.module-BxriWrpW.js";
3
+ import { c as a } from "../../../../clsx.m-BMVuQnLY.js";
4
+ const p = ({
5
5
  children: s,
6
6
  customClass: t = "",
7
7
  customStyle: m = {},
8
- ...o
9
- }) => /* @__PURE__ */ e(
8
+ id: o,
9
+ ...e
10
+ }) => /* @__PURE__ */ l(
10
11
  "li",
11
12
  {
12
- ...o,
13
- className: r(l.listItem, t),
13
+ ...e,
14
+ className: a(r.listItem, t),
14
15
  style: m,
16
+ id: o,
15
17
  children: s
16
18
  }
17
19
  );
18
20
  export {
19
- f as default
21
+ p as default
20
22
  };
@@ -6,6 +6,7 @@ export interface RowProps extends React.HTMLAttributes<HTMLHRElement> {
6
6
  hasChildrenCentered?: boolean;
7
7
  customStyle?: React.CSSProperties;
8
8
  customClass?: string;
9
+ dataTestId?: string;
9
10
  }
10
11
  declare const Row: React.ForwardRefExoticComponent<RowProps & React.RefAttributes<HTMLDivElement>>;
11
12
  export default Row;
@@ -1,29 +1,30 @@
1
- import { forwardRef as l, createElement as d } from "react";
2
- import { c as w } from "../../../clsx.m-BMVuQnLY.js";
3
- const c = "_row_1osly_1", m = {
4
- row: c
5
- }, n = l(
1
+ import { forwardRef as d, createElement as w } from "react";
2
+ import { c } from "../../../clsx.m-BMVuQnLY.js";
3
+ const m = "_row_1osly_1", n = {
4
+ row: m
5
+ }, i = d(
6
6
  ({
7
7
  id: e,
8
8
  children: r,
9
- hasChildrenCentered: i = !0,
9
+ hasChildrenCentered: f = !0,
10
10
  customClass: o = "",
11
11
  customStyle: t = {},
12
- ...s
13
- }, a) => /* @__PURE__ */ d(
12
+ dataTestId: s = "row",
13
+ ...a
14
+ }, l) => /* @__PURE__ */ w(
14
15
  "div",
15
16
  {
16
- ...s,
17
+ ...a,
17
18
  key: e,
18
- className: w(m.row, o),
19
+ className: c(n.row, o),
19
20
  style: t,
20
- ref: a,
21
- "data-testid": "row"
21
+ ref: l,
22
+ "data-testid": s
22
23
  },
23
24
  r
24
25
  )
25
26
  );
26
- n.displayName = "Row";
27
+ i.displayName = "Row";
27
28
  export {
28
- n as default
29
+ i as default
29
30
  };
@@ -1,14 +1,3 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
3
  import "../../../../react-spring_web.modern-C8ckweT7.js";
4
- import "../../column/column.js";
5
- import "../../row/row.js";
6
- import "../../group/group.js";
7
- import "../../../molecules/wrapper/wrapper.js";
8
- import "../../../molecules/wallpaper/wallpaper.js";
9
- import "../../../../index-BoPmlL_S.js";
10
- import "../../../organisms/registration/registration-machine.js";
11
- import "../../../../transform-CAFMLvzX.js";
12
- import "../../../organisms/survey/question/edit/edit-option-list/edit-option-list-machine.js";
13
- import "../../../../index.esm-DINKtp6l.js";
14
- import "../../../../react-masonry-css.module-CJ43viV7.js";
@@ -1,32 +1,20 @@
1
- import { jsx as T } from "react/jsx-runtime";
2
- import { useState as v, useRef as a, useCallback as l, useEffect as I } from "react";
3
- import { u as H, c as N, a as U } from "../../../../../react-spring_web.modern-C8ckweT7.js";
4
- import "../../../column/column.js";
1
+ import { jsx as S } from "react/jsx-runtime";
2
+ import { useState as v, useRef as i, useCallback as l, useEffect as I } from "react";
3
+ import { u as k, c as H, a as U } from "../../../../../react-spring_web.modern-C8ckweT7.js";
5
4
  import { c as q } from "../../../../../clsx.m-BMVuQnLY.js";
6
- import "../../../row/row.js";
7
- import z from "../../span/span.js";
8
- import "../../../group/group.js";
9
- import "../../../../molecules/wrapper/wrapper.js";
10
- import "../../../../molecules/wallpaper/wallpaper.js";
11
- import "../../../../../index-BoPmlL_S.js";
12
- import "../../../../organisms/registration/registration-machine.js";
13
- import "../../../../../transform-CAFMLvzX.js";
14
- import "../../../../organisms/survey/question/edit/edit-option-list/edit-option-list-machine.js";
15
- import "../../../../../index.esm-DINKtp6l.js";
16
- import "../../../../../react-masonry-css.module-CJ43viV7.js";
17
- const R = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789!@#$%^&*()", rr = ({
5
+ const R = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789!@#$%^&*()", J = ({
18
6
  text: e,
19
7
  className: b,
20
- duration: f = 2e3,
21
- scrambleDuration: p = 100,
22
- autoPlay: h = !0,
8
+ duration: m = 2e3,
9
+ scrambleDuration: h = 100,
10
+ autoPlay: p = !0,
23
11
  customClass: C,
24
12
  customStyle: E
25
13
  }) => {
26
- const [M, u] = v(""), [B, g] = v(!1), m = a(/* @__PURE__ */ new Set()), d = a([]), n = a(null), s = a([]), j = H({
14
+ const [M, u] = v(""), [z, g] = v(!1), f = i(/* @__PURE__ */ new Set()), d = i([]), n = i(null), c = i([]), j = k({
27
15
  from: { opacity: 0, y: 10 },
28
16
  to: { opacity: 1, y: 0 },
29
- config: N.gentle
17
+ config: H.gentle
30
18
  }), w = () => R.charAt(Math.floor(Math.random() * R.length)), y = l(() => {
31
19
  const t = [];
32
20
  for (let r = 0; r < e.length; r++)
@@ -34,36 +22,36 @@ const R = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789!@#$%^&
34
22
  return t;
35
23
  }, [e]), P = (t) => {
36
24
  const r = [...t];
37
- for (let o = r.length - 1; o > 0; o--) {
38
- const c = Math.floor(Math.random() * (o + 1));
39
- [r[o], r[c]] = [r[c], r[o]];
25
+ for (let s = r.length - 1; s > 0; s--) {
26
+ const o = Math.floor(Math.random() * (s + 1));
27
+ [r[s], r[o]] = [r[o], r[s]];
40
28
  }
41
29
  return r;
42
30
  }, A = l(() => {
43
31
  const t = e.split("");
44
32
  for (let r = 0; r < t.length; r++)
45
- t[r] !== " " && !m.current.has(r) && (t[r] = w());
33
+ t[r] !== " " && !f.current.has(r) && (t[r] = w());
46
34
  u(t.join(""));
47
- }, [e]), S = l(() => {
48
- g(!0), n.current && clearInterval(n.current), s.current.forEach(clearTimeout), s.current = [], m.current = /* @__PURE__ */ new Set(), d.current = P(y()), n.current = setInterval(A, p);
49
- const t = d.current, r = f / t.length;
50
- t.forEach((o, c) => {
51
- const k = setTimeout(() => {
52
- m.current.add(o), c === t.length - 1 && (n.current && clearInterval(n.current), u(e), g(!1));
53
- }, r * (c + 1));
54
- s.current.push(k);
35
+ }, [e]), T = l(() => {
36
+ g(!0), n.current && clearInterval(n.current), c.current.forEach(clearTimeout), c.current = [], f.current = /* @__PURE__ */ new Set(), d.current = P(y()), n.current = setInterval(A, h);
37
+ const t = d.current, r = m / t.length;
38
+ t.forEach((s, o) => {
39
+ const N = setTimeout(() => {
40
+ f.current.add(s), o === t.length - 1 && (n.current && clearInterval(n.current), u(e), g(!1));
41
+ }, r * (o + 1));
42
+ c.current.push(N);
55
43
  });
56
44
  }, [
57
45
  e,
58
- f,
59
- p,
46
+ m,
47
+ h,
60
48
  A,
61
49
  y
62
- ]), i = l(() => {
63
- n.current && clearInterval(n.current), s.current.forEach(clearTimeout), s.current = [];
50
+ ]), a = l(() => {
51
+ n.current && clearInterval(n.current), c.current.forEach(clearTimeout), c.current = [];
64
52
  }, []);
65
- return I(() => (h ? S() : u(e), i), [e, h, S, i]), I(() => i, [i]), /* @__PURE__ */ T(U.div, { style: j, className: q("relative", b), children: /* @__PURE__ */ T(z, { customClass: C, customStyle: E, children: M || e }) });
53
+ return I(() => (p ? T() : u(e), a), [e, p, T, a]), I(() => a, [a]), /* @__PURE__ */ S(U.span, { style: j, className: q("relative", b), children: /* @__PURE__ */ S("span", { className: C, style: E, children: M || e }) });
66
54
  };
67
55
  export {
68
- rr as default
56
+ J as default
69
57
  };
@@ -1,14 +1,3 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
3
  import "../../../react-spring_web.modern-C8ckweT7.js";
4
- import "../column/column.js";
5
- import "../row/row.js";
6
- import "../group/group.js";
7
- import "../../molecules/wrapper/wrapper.js";
8
- import "../../molecules/wallpaper/wallpaper.js";
9
- import "../../../index-BoPmlL_S.js";
10
- import "../../organisms/registration/registration-machine.js";
11
- import "../../../transform-CAFMLvzX.js";
12
- import "../../organisms/survey/question/edit/edit-option-list/edit-option-list-machine.js";
13
- import "../../../index.esm-DINKtp6l.js";
14
- import "../../../react-masonry-css.module-CJ43viV7.js";
@@ -1,20 +1,20 @@
1
- import { jsx as t } from "react/jsx-runtime";
2
- import { c as o } from "../../../../clsx.m-BMVuQnLY.js";
3
- const c = "_paragraph_1mpth_1", h = {
1
+ import { jsx as o } from "react/jsx-runtime";
2
+ import { c as t } from "../../../../clsx.m-BMVuQnLY.js";
3
+ const c = "_paragraph_x7zbo_1", e = {
4
4
  paragraph: c
5
- }, g = ({
5
+ }, l = ({
6
6
  children: a,
7
7
  customClass: r = "",
8
8
  customStyle: p = {},
9
9
  maxWidth: s = 600
10
- }) => /* @__PURE__ */ t(
10
+ }) => /* @__PURE__ */ o(
11
11
  "p",
12
12
  {
13
- className: o(h.paragraph, r),
13
+ className: t(e.paragraph, r),
14
14
  style: { maxWidth: s, ...p },
15
15
  children: a
16
16
  }
17
17
  );
18
18
  export {
19
- g as default
19
+ l as default
20
20
  };