cross-country 1.3.1 → 1.3.2

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 (226) hide show
  1. package/dist/{bolt-BG48O0Tn.js → bolt-BPKeh2UY.js} +3 -5
  2. package/dist/bundle.css +30 -32
  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/row/row.d.ts +1 -0
  7. package/dist/components/atoms/row/row.js +15 -14
  8. package/dist/components/atoms/text/animate-text/index.js +0 -11
  9. package/dist/components/atoms/text/animate-text/scramble-text/scramble-text.js +27 -39
  10. package/dist/components/atoms/text/index.js +0 -11
  11. package/dist/components/atoms/text/paragraph/paragraph.js +4 -4
  12. package/dist/components/atoms/text/span/__stories__/span-story.js +3 -5
  13. package/dist/components/atoms/text/text-area/text-area.js +20 -20
  14. package/dist/components/index.js +87 -99
  15. package/dist/components/molecules/animated/animated-column/__tests__/animated-column.test.js +1 -1
  16. package/dist/components/molecules/animated/animated-column/animated-column.js +6 -8
  17. package/dist/components/molecules/card/amazon/amazon-card.js +8 -10
  18. package/dist/components/molecules/card/builder/card-editor.js +18 -21
  19. package/dist/components/molecules/card/card.js +3 -5
  20. package/dist/components/molecules/carousel/carousel.js +5 -7
  21. package/dist/components/molecules/checkboxlabel/__stories__/checkboxlabel.stories.d.ts +7 -0
  22. package/dist/components/molecules/day-number/day-number.js +11 -13
  23. package/dist/components/molecules/field/field.js +16 -18
  24. package/dist/components/molecules/gold-leaf/gold-leaf-view/__tests__/gold-leaf-view.test.js +3 -3
  25. package/dist/components/molecules/gold-leaf/gold-leaf-view/controls/gold-leaf-view-controls.js +3 -5
  26. package/dist/components/molecules/gold-leaf/gold-leaf-view/email/gold-leaf-email-view.js +9 -11
  27. package/dist/components/molecules/gold-leaf/gold-leaf-view/gold-leaf-view.js +4 -5
  28. package/dist/components/molecules/gold-leaf/gold-leaf-view/index.js +1 -1
  29. package/dist/components/molecules/gold-leaf/gold-leaf-view/title-image/gold-leaf-image.d.ts +1 -1
  30. package/dist/components/molecules/gold-leaf/gold-leaf-view/title-image/gold-leaf-image.js +3 -5
  31. package/dist/components/molecules/gold-leaf/gold-leaf-view/title-image/gold-title-card.js +38 -11
  32. package/dist/components/molecules/gold-leaf/gold-leaf-view/title-image/gold-title-image-card.js +54 -12
  33. package/dist/components/molecules/gold-leaf/gold-leaf.js +1 -1
  34. package/dist/components/molecules/header/cc-header.js +16 -18
  35. package/dist/components/molecules/hero/hero.js +4 -6
  36. package/dist/components/molecules/icons/index.js +1 -3
  37. package/dist/components/molecules/icons/x/x.js +3 -5
  38. package/dist/components/molecules/index.js +42 -44
  39. package/dist/components/molecules/key-value-pairs/__tests__/key-value-pairs.js +1 -1
  40. package/dist/components/molecules/key-value-pairs/key-value-pair.js +6 -8
  41. package/dist/components/molecules/key-value-pairs/key-value-pairs.js +6 -8
  42. package/dist/components/molecules/keywords/keywords.js +3 -5
  43. package/dist/components/molecules/loading/__tests__/loading.test.js +1 -1
  44. package/dist/components/molecules/log-error-boundary/__tests__/log-error-boundary.test.js +2 -2
  45. package/dist/components/molecules/log-error-boundary/log-error-boundary.js +3 -5
  46. package/dist/components/molecules/modal/modal.js +13 -15
  47. package/dist/components/molecules/policies/index.js +1 -3
  48. package/dist/components/molecules/policies/privacy-policy/privacy-policy.js +3 -5
  49. package/dist/components/molecules/policies/terms-of-use/terms-of-use.js +3 -5
  50. package/dist/components/molecules/quote/quote.js +3 -5
  51. package/dist/components/molecules/radio-group/__stories__/radio-group-form-story.js +14 -16
  52. package/dist/components/molecules/radio-group/__stories__/radio-group-react-hook-form-story.js +8 -10
  53. package/dist/components/molecules/related-articles/related-articles.js +3 -5
  54. package/dist/components/molecules/search/search.js +3 -5
  55. package/dist/components/molecules/stagger/stagger.js +3 -5
  56. package/dist/components/molecules/tile/index.js +1 -1
  57. package/dist/components/molecules/tile/tile-interactive.js +2 -4
  58. package/dist/components/molecules/tile/tile.js +1 -1
  59. package/dist/components/molecules/time-progress/__tests__/progress.test.js +1 -1
  60. package/dist/components/molecules/time-progress/progress-over-year.js +3 -5
  61. package/dist/components/molecules/time-progress/progress.js +3 -5
  62. package/dist/components/molecules/user/anon-user.js +3 -5
  63. package/dist/components/molecules/user/user.js +4 -6
  64. package/dist/components/molecules/venn-diagram/__tests__/venn-diagram.tests.js +1 -1
  65. package/dist/components/molecules/venn-diagram/venn-diagram-circle.js +3 -5
  66. package/dist/components/molecules/venn-diagram/venn-diagram.js +9 -11
  67. package/dist/components/molecules/wallpaper/__tests__/wallpaper.tests.js +2 -2
  68. package/dist/components/molecules/wallpaper/wallpaper.js +11 -11
  69. package/dist/components/molecules/wrapper/__stories__/wrapper-children-story.js +8 -10
  70. package/dist/components/molecules/wrapper/wrapper.js +10 -10
  71. package/dist/components/organisms/actors/actor/actor-builder.js +3 -5
  72. package/dist/components/organisms/actors/actor/actor.js +12 -14
  73. package/dist/components/organisms/actors/actor-speech/actor-speech.js +8 -10
  74. package/dist/components/organisms/actors/monsters/troll/troll.js +10 -12
  75. package/dist/components/organisms/ads/ad-card.js +3 -5
  76. package/dist/components/organisms/animation/animate-actor/animate-actor.js +3 -5
  77. package/dist/components/organisms/animation/one-day/one-day.js +14 -16
  78. package/dist/components/organisms/animation/reverse-text-animation/reverse-text-animation.js +12 -14
  79. package/dist/components/organisms/bento/layouts/five-by-four/bento-five-by-four.js +6 -8
  80. package/dist/components/organisms/bento/layouts/four-by-four/bento-four-by-four.js +11 -13
  81. package/dist/components/organisms/bento/layouts/three-by-three/bento-three-by-three.js +6 -8
  82. package/dist/components/organisms/bento/layouts/two-by-two/bento-two-by-two.js +7 -9
  83. package/dist/components/organisms/blog/__stories__/blog-story.js +11 -13
  84. package/dist/components/organisms/blog/blog-post/__stories__/blog-post-story.js +9 -11
  85. package/dist/components/organisms/blog/blog-post/blog-post.js +11 -13
  86. package/dist/components/organisms/blog/blog-post-list.js +6 -8
  87. package/dist/components/organisms/blog/blog.js +6 -8
  88. package/dist/components/organisms/branch/__stories__/branch.stories.d.ts +7 -0
  89. package/dist/components/organisms/branch/branch.js +3 -5
  90. package/dist/components/organisms/branches/__tests__/branch-list.test.js +1 -1
  91. package/dist/components/organisms/branches/branch-list.js +26 -28
  92. package/dist/components/organisms/branches/branches.js +23 -24
  93. package/dist/components/organisms/calendar/calendar.js +18 -20
  94. package/dist/components/organisms/charts/chart/chart-gold-leaf/chart-gold-leaf.js +1 -3
  95. package/dist/components/organisms/clusters/cluster.js +4 -6
  96. package/dist/components/organisms/index.d.ts +0 -12
  97. package/dist/components/organisms/index.js +31 -43
  98. package/dist/components/organisms/json-map-tile-grid/index.js +1 -1
  99. package/dist/components/organisms/json-map-tile-grid/json-map-tile-grid.js +2 -4
  100. package/dist/components/organisms/listicle/__stories__/andor-right-click-story.js +3 -5
  101. package/dist/components/organisms/listicle/__stories__/listicle-fb-v-canada-story.js +3 -5
  102. package/dist/components/organisms/listicle/__stories__/listicle-story.js +3 -5
  103. package/dist/components/organisms/listicle/edit-listicle/edit-listicle.js +14 -17
  104. package/dist/components/organisms/listicle/edit-listicle-item-list/edit-listicle-item-list.js +3 -5
  105. package/dist/components/organisms/listicle/edit-listicle-item-list/listicle-item-input.js +149 -69
  106. package/dist/components/organisms/listicle/edit-listicle-item-list/listicle-item.js +8 -10
  107. package/dist/components/organisms/listicle/listicle-builder.js +61 -64
  108. package/dist/components/organisms/listicle/listicle-item-list.js +3 -5
  109. package/dist/components/organisms/listicle/listicle.js +3 -5
  110. package/dist/components/organisms/listicle/post-link.js +3 -5
  111. package/dist/components/organisms/login/login-fetching-transition.js +6 -8
  112. package/dist/components/organisms/login/login-fields-transition.js +3 -5
  113. package/dist/components/organisms/login/login-response-transition.js +3 -5
  114. package/dist/components/organisms/login/login-submit-transition.js +15 -17
  115. package/dist/components/organisms/login/login-view.js +9 -11
  116. package/dist/components/organisms/metrics/metrics.js +3 -5
  117. package/dist/components/organisms/palettes/palettes.js +6 -8
  118. package/dist/components/organisms/player/player.js +3 -5
  119. package/dist/components/organisms/registration/password-strength-helper/password-strength-helper.js +7 -9
  120. package/dist/components/organisms/registration/registration-feedback.js +7 -9
  121. package/dist/components/organisms/registration/registration-form.js +3 -5
  122. package/dist/components/organisms/registration/registration.js +24 -26
  123. package/dist/components/organisms/registration/social-email.js +5 -7
  124. package/dist/components/organisms/stage/stage.js +17 -19
  125. package/dist/components/organisms/tile-grid/__tests__/tile-grid.tests.js +2 -2
  126. package/dist/components/organisms/tile-grid/grid-row.js +3 -5
  127. package/dist/components/organisms/tile-grid/index.js +1 -1
  128. package/dist/components/organisms/tile-grid/island-tile-grid.js +9 -11
  129. package/dist/components/organisms/tile-grid/tile-grid.js +2 -4
  130. package/dist/components/pages/home/headwinds/header/headwinds-header.js +7 -9
  131. package/dist/components/pages/home/headwinds/headwinds-footer.js +7 -9
  132. package/dist/components/pages/home/headwinds/headwinds-hero.js +3 -5
  133. package/dist/components/pages/home/headwinds/headwinds-sidequest.js +21 -23
  134. package/dist/components/pages/home/headwinds/home.js +6 -8
  135. package/dist/components/pages/profile/headwinds/headwinds-profile.js +26 -28
  136. package/dist/components/pages/profile/index.js +1 -3
  137. package/dist/components/templates/articles/article/article.js +6 -8
  138. package/dist/components/templates/home/headwinds/headwinds-home-hero.js +8 -10
  139. package/dist/components/templates/home/headwinds/headwinds-home.js +7 -9
  140. package/dist/components/templates/home/home.js +27 -29
  141. package/dist/gold-leaf-view-ijOmeogY.js +58 -0
  142. package/dist/{index-BoPmlL_S.js → index-BajRXg7z.js} +6 -8
  143. package/dist/index.js +99 -111
  144. package/dist/models/ActorModel.d.ts +13 -0
  145. package/dist/models/index.d.ts +1 -1
  146. package/dist/{react.esm-Bye9Ji1o.js → react.esm-CrvCoXQG.js} +2228 -2215
  147. package/dist/vi.YFlodzP_-D3L0jBYz.js +9674 -0
  148. package/package.json +2 -2
  149. package/dist/CheckSquare-C_aF5apI.js +0 -47
  150. package/dist/PencilSimple-twwsOT3p.js +0 -47
  151. package/dist/components/organisms/survey/__stories__/build-form-story.d.ts +0 -2
  152. package/dist/components/organisms/survey/__stories__/build-form-story.js +0 -40
  153. package/dist/components/organisms/survey/__stories__/survey.stories.d.ts +0 -7
  154. package/dist/components/organisms/survey/build-form-machine.d.ts +0 -11
  155. package/dist/components/organisms/survey/build-form-machine.js +0 -108
  156. package/dist/components/organisms/survey/question/edit/__stories__/edit-question.stories.d.ts +0 -7
  157. package/dist/components/organisms/survey/question/edit/add-question/__stories__/add-question.stories.d.ts +0 -7
  158. package/dist/components/organisms/survey/question/edit/add-question/add-question.d.ts +0 -16
  159. package/dist/components/organisms/survey/question/edit/add-question/add-question.js +0 -148
  160. package/dist/components/organisms/survey/question/edit/add-question/index.d.ts +0 -2
  161. package/dist/components/organisms/survey/question/edit/add-question/index.js +0 -4
  162. package/dist/components/organisms/survey/question/edit/answer-input/__stories__/answer-input.stories.d.ts +0 -7
  163. package/dist/components/organisms/survey/question/edit/answer-input/answer-input.d.ts +0 -8
  164. package/dist/components/organisms/survey/question/edit/answer-input/answer-input.js +0 -80
  165. package/dist/components/organisms/survey/question/edit/answer-input/index.d.ts +0 -2
  166. package/dist/components/organisms/survey/question/edit/answer-input/index.js +0 -4
  167. package/dist/components/organisms/survey/question/edit/answer-input.d.ts +0 -19
  168. package/dist/components/organisms/survey/question/edit/answer-input.js +0 -96
  169. package/dist/components/organisms/survey/question/edit/edit-multiple-choice.d.ts +0 -9
  170. package/dist/components/organisms/survey/question/edit/edit-multiple-choice.js +0 -39
  171. package/dist/components/organisms/survey/question/edit/edit-option-list/__stories__/edit-option-list-story.d.ts +0 -2
  172. package/dist/components/organisms/survey/question/edit/edit-option-list/__stories__/edit-option-list-story.js +0 -6
  173. package/dist/components/organisms/survey/question/edit/edit-option-list/__stories__/edit-option-list.stories.d.ts +0 -7
  174. package/dist/components/organisms/survey/question/edit/edit-option-list/add-media/__stories__/add-media.stories.d.ts +0 -7
  175. package/dist/components/organisms/survey/question/edit/edit-option-list/add-media/add-media.d.ts +0 -2
  176. package/dist/components/organisms/survey/question/edit/edit-option-list/add-media/add-media.js +0 -22
  177. package/dist/components/organisms/survey/question/edit/edit-option-list/edit-option-list-machine.d.ts +0 -6
  178. package/dist/components/organisms/survey/question/edit/edit-option-list/edit-option-list-machine.js +0 -55
  179. package/dist/components/organisms/survey/question/edit/edit-option-list/edit-option-list.d.ts +0 -13
  180. package/dist/components/organisms/survey/question/edit/edit-option-list/edit-option-list.js +0 -85
  181. package/dist/components/organisms/survey/question/edit/edit-option-list/index.d.ts +0 -2
  182. package/dist/components/organisms/survey/question/edit/edit-option-list/index.js +0 -4
  183. package/dist/components/organisms/survey/question/edit/edit-option-list/option-input.d.ts +0 -15
  184. package/dist/components/organisms/survey/question/edit/edit-option-list/option-input.js +0 -55
  185. package/dist/components/organisms/survey/question/edit/edit-option-list/option.d.ts +0 -4
  186. package/dist/components/organisms/survey/question/edit/edit-option-list/option.js +0 -38
  187. package/dist/components/organisms/survey/question/edit/edit-option-list/types.d.ts +0 -4
  188. package/dist/components/organisms/survey/question/edit/edit-option-list/types.js +0 -1
  189. package/dist/components/organisms/survey/question/edit/edit-question-list.d.ts +0 -6
  190. package/dist/components/organisms/survey/question/edit/edit-question-list.js +0 -11
  191. package/dist/components/organisms/survey/question/edit/edit-question.d.ts +0 -6
  192. package/dist/components/organisms/survey/question/edit/edit-question.js +0 -21
  193. package/dist/components/organisms/survey/question/edit/edit-title-input.d.ts +0 -7
  194. package/dist/components/organisms/survey/question/edit/edit-title-input.js +0 -48
  195. package/dist/components/organisms/survey/question/edit/question-answer-input.d.ts +0 -13
  196. package/dist/components/organisms/survey/question/edit/question-answer-input.js +0 -95
  197. package/dist/components/organisms/survey/question/take/__stories__/take-answer-input.stories.d.ts +0 -8
  198. package/dist/components/organisms/survey/question/take/index.d.ts +0 -6
  199. package/dist/components/organisms/survey/question/take/index.js +0 -8
  200. package/dist/components/organisms/survey/question/take/inputs/date-time-input.d.ts +0 -5
  201. package/dist/components/organisms/survey/question/take/inputs/date-time-input.js +0 -62
  202. package/dist/components/organisms/survey/question/take/inputs/input-manager.d.ts +0 -13
  203. package/dist/components/organisms/survey/question/take/inputs/input-manager.js +0 -50
  204. package/dist/components/organisms/survey/question/take/multiple-choice.d.ts +0 -15
  205. package/dist/components/organisms/survey/question/take/multiple-choice.js +0 -39
  206. package/dist/components/organisms/survey/question/take/option.d.ts +0 -5
  207. package/dist/components/organisms/survey/question/take/option.js +0 -5
  208. package/dist/components/organisms/survey/question/take/question-list.d.ts +0 -6
  209. package/dist/components/organisms/survey/question/take/question-list.js +0 -10
  210. package/dist/components/organisms/survey/question/take/question-options.d.ts +0 -6
  211. package/dist/components/organisms/survey/question/take/question-options.js +0 -5
  212. package/dist/components/organisms/survey/question/take/question.d.ts +0 -14
  213. package/dist/components/organisms/survey/question/take/question.js +0 -18
  214. package/dist/components/organisms/survey/question/take/take-answer-input.d.ts +0 -11
  215. package/dist/components/organisms/survey/question/take/take-answer-input.js +0 -80
  216. package/dist/components/organisms/survey/question/types.d.ts +0 -30
  217. package/dist/components/organisms/survey/question/types.js +0 -8
  218. package/dist/components/organisms/survey/survey-builder.d.ts +0 -6
  219. package/dist/components/organisms/survey/survey-builder.js +0 -60
  220. package/dist/components/organisms/survey/survey.d.ts +0 -13
  221. package/dist/components/organisms/survey/survey.js +0 -75
  222. package/dist/components/organisms/survey/types.d.ts +0 -5
  223. package/dist/components/organisms/survey/types.js +0 -1
  224. package/dist/gold-leaf-view-yJc4vmAY.js +0 -160
  225. package/dist/index.esm-DINKtp6l.js +0 -2267
  226. package/dist/vi.DgezovHB-CFs32wG7.js +0 -11916
@@ -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,9 +295,9 @@
295
295
  font-size: 32px;
296
296
  }
297
297
 
298
- ._paragraph_1mpth_1 {
299
- margin: 8px 0px;
300
- padding: 8px;
298
+ ._paragraph_19qgs_1 {
299
+ margin: 4px 0px;
300
+ padding: 4px;
301
301
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif,
302
302
  "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
303
303
  font-size: 16px;
@@ -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
  }
@@ -1214,32 +1213,31 @@ li._listicle_wcjwf_9 {
1214
1213
  }
1215
1214
 
1216
1215
  /* general styles */
1217
- ._body_zux7l_2 {
1216
+ ._body_qcuj7_2 {
1218
1217
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
1219
- background: whitesmoke;
1220
1218
  font-family: Arial, Helvetica, sans-serif;
1221
1219
  overflow-x: hidden;
1222
1220
  }
1223
- ._ul_zux7l_8 {
1221
+ ._ul_qcuj7_7 {
1224
1222
  list-style-type: none;
1225
1223
  margin: 0px;
1226
1224
  }
1227
1225
 
1228
- ._Porthole_zux7l_13 {
1226
+ ._Porthole_qcuj7_12 {
1229
1227
  padding: 0px;
1230
1228
  margin: 0px;
1231
1229
  width: 100%;
1232
1230
  overflow: hidden;
1233
1231
  z-index: 1;
1234
1232
  }
1235
- ._div_zux7l_20 {
1233
+ ._div_qcuj7_19 {
1236
1234
  font-size: 18px !important;
1237
1235
  font-family: Arial, Helvetica, sans-serif;
1238
1236
  }
1239
1237
 
1240
1238
  /* column styles */
1241
1239
 
1242
- ._column__list_zux7l_27 {
1240
+ ._column__list_qcuj7_26 {
1243
1241
  display: grid;
1244
1242
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
1245
1243
  grid-gap: 8px;
@@ -1250,68 +1248,68 @@ li._listicle_wcjwf_9 {
1250
1248
  width: 100%;
1251
1249
  }
1252
1250
 
1253
- ._card__column_zux7l_38 {
1254
- margin: 0px;
1255
- padding: 0px;
1251
+ ._card__column_qcuj7_37 {
1252
+ padding: 16px;
1256
1253
  align-items: center;
1257
1254
  padding-top: 16px;
1258
1255
  padding-bottom: 16px;
1256
+ overflow: hidden;
1259
1257
  }
1260
1258
 
1261
- ._column__item_zux7l_46 {
1259
+ ._column__item_qcuj7_45 {
1262
1260
  border-radius: 0.2rem;
1263
- background-color: whitesmoke;
1261
+ background-color: transparent;
1264
1262
  padding: 0px;
1265
1263
  margin: 0px;
1266
1264
  align-items: center;
1267
1265
  display: flex;
1268
1266
  }
1269
1267
 
1270
- ._column__title--wrapper_zux7l_55 {
1268
+ ._column__title--wrapper_qcuj7_54 {
1271
1269
  display: grid;
1272
1270
  grid-template-columns: repeat(2, 1fr);
1273
1271
  padding: 0.25rem;
1274
1272
  align-items: center;
1275
1273
  }
1276
1274
 
1277
- ._column__title--wrapper_zux7l_55 h2 {
1275
+ ._column__title--wrapper_qcuj7_54 h2 {
1278
1276
  color: #17394d;
1279
1277
  font-weight: 700;
1280
1278
  font-size: 0.9rem;
1281
1279
  }
1282
1280
 
1283
- ._column__title--wrapper_zux7l_55 i {
1281
+ ._column__title--wrapper_qcuj7_54 i {
1284
1282
  text-align: right;
1285
1283
  color: #798d99;
1286
1284
  }
1287
1285
 
1288
- ._column__item--cta_zux7l_73 {
1286
+ ._column__item--cta_qcuj7_72 {
1289
1287
  padding: 0.25rem;
1290
1288
  display: flex;
1291
1289
  color: #798d99;
1292
1290
  }
1293
1291
 
1294
- ._column__item--cta_zux7l_73 i {
1292
+ ._column__item--cta_qcuj7_72 i {
1295
1293
  margin-right: 0.25rem;
1296
1294
  }
1297
1295
 
1298
1296
  /* card styles */
1299
1297
 
1300
- ._card__list_zux7l_85 {
1298
+ ._card__list_qcuj7_84 {
1301
1299
  display: grid;
1302
1300
  grid-template-rows: auto;
1303
1301
  grid-gap: 0.5rem;
1304
1302
  margin: 0px;
1305
1303
  padding: 0px;
1306
1304
  overflow: hidden;
1307
- background: whitesmoke;
1305
+ background: transparent;
1308
1306
  width: auto;
1309
1307
  padding-top: 16px;
1310
1308
  padding-bottom: 16px;
1311
1309
  }
1312
1310
 
1313
- ._card__item_zux7l_98 {
1314
- background-color: whitesmoke;
1311
+ ._card__item_qcuj7_97 {
1312
+ background-color: transparent;
1315
1313
  border-radius: 0.25rem;
1316
1314
  width: 98%;
1317
1315
  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-CrvCoXQG.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-CrvCoXQG.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_-D3L0jBYz.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
+ };
@@ -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,8 +1,8 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
2
  import { c as o } from "../../../../clsx.m-BMVuQnLY.js";
3
- const c = "_paragraph_1mpth_1", h = {
3
+ const c = "_paragraph_19qgs_1", g = {
4
4
  paragraph: c
5
- }, g = ({
5
+ }, l = ({
6
6
  children: a,
7
7
  customClass: r = "",
8
8
  customStyle: p = {},
@@ -10,11 +10,11 @@ const c = "_paragraph_1mpth_1", h = {
10
10
  }) => /* @__PURE__ */ t(
11
11
  "p",
12
12
  {
13
- className: o(h.paragraph, r),
13
+ className: o(g.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
  };