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.
- package/dist/{bolt-BG48O0Tn.js → bolt-BPKeh2UY.js} +3 -5
- package/dist/bundle.css +30 -32
- package/dist/components/atoms/circle/__tests__/circle.test.js +1 -1
- package/dist/components/atoms/column/__tests__/column.test.js +2 -2
- package/dist/components/atoms/link/__stories__/link.stories.d.ts +9 -0
- package/dist/components/atoms/row/row.d.ts +1 -0
- package/dist/components/atoms/row/row.js +15 -14
- package/dist/components/atoms/text/animate-text/index.js +0 -11
- package/dist/components/atoms/text/animate-text/scramble-text/scramble-text.js +27 -39
- package/dist/components/atoms/text/index.js +0 -11
- package/dist/components/atoms/text/paragraph/paragraph.js +4 -4
- package/dist/components/atoms/text/span/__stories__/span-story.js +3 -5
- package/dist/components/atoms/text/text-area/text-area.js +20 -20
- package/dist/components/index.js +87 -99
- package/dist/components/molecules/animated/animated-column/__tests__/animated-column.test.js +1 -1
- package/dist/components/molecules/animated/animated-column/animated-column.js +6 -8
- package/dist/components/molecules/card/amazon/amazon-card.js +8 -10
- package/dist/components/molecules/card/builder/card-editor.js +18 -21
- package/dist/components/molecules/card/card.js +3 -5
- package/dist/components/molecules/carousel/carousel.js +5 -7
- package/dist/components/molecules/checkboxlabel/__stories__/checkboxlabel.stories.d.ts +7 -0
- package/dist/components/molecules/day-number/day-number.js +11 -13
- package/dist/components/molecules/field/field.js +16 -18
- package/dist/components/molecules/gold-leaf/gold-leaf-view/__tests__/gold-leaf-view.test.js +3 -3
- package/dist/components/molecules/gold-leaf/gold-leaf-view/controls/gold-leaf-view-controls.js +3 -5
- package/dist/components/molecules/gold-leaf/gold-leaf-view/email/gold-leaf-email-view.js +9 -11
- package/dist/components/molecules/gold-leaf/gold-leaf-view/gold-leaf-view.js +4 -5
- package/dist/components/molecules/gold-leaf/gold-leaf-view/index.js +1 -1
- package/dist/components/molecules/gold-leaf/gold-leaf-view/title-image/gold-leaf-image.d.ts +1 -1
- package/dist/components/molecules/gold-leaf/gold-leaf-view/title-image/gold-leaf-image.js +3 -5
- package/dist/components/molecules/gold-leaf/gold-leaf-view/title-image/gold-title-card.js +38 -11
- package/dist/components/molecules/gold-leaf/gold-leaf-view/title-image/gold-title-image-card.js +54 -12
- package/dist/components/molecules/gold-leaf/gold-leaf.js +1 -1
- package/dist/components/molecules/header/cc-header.js +16 -18
- package/dist/components/molecules/hero/hero.js +4 -6
- package/dist/components/molecules/icons/index.js +1 -3
- package/dist/components/molecules/icons/x/x.js +3 -5
- package/dist/components/molecules/index.js +42 -44
- package/dist/components/molecules/key-value-pairs/__tests__/key-value-pairs.js +1 -1
- package/dist/components/molecules/key-value-pairs/key-value-pair.js +6 -8
- package/dist/components/molecules/key-value-pairs/key-value-pairs.js +6 -8
- package/dist/components/molecules/keywords/keywords.js +3 -5
- package/dist/components/molecules/loading/__tests__/loading.test.js +1 -1
- package/dist/components/molecules/log-error-boundary/__tests__/log-error-boundary.test.js +2 -2
- package/dist/components/molecules/log-error-boundary/log-error-boundary.js +3 -5
- package/dist/components/molecules/modal/modal.js +13 -15
- package/dist/components/molecules/policies/index.js +1 -3
- package/dist/components/molecules/policies/privacy-policy/privacy-policy.js +3 -5
- package/dist/components/molecules/policies/terms-of-use/terms-of-use.js +3 -5
- package/dist/components/molecules/quote/quote.js +3 -5
- package/dist/components/molecules/radio-group/__stories__/radio-group-form-story.js +14 -16
- package/dist/components/molecules/radio-group/__stories__/radio-group-react-hook-form-story.js +8 -10
- package/dist/components/molecules/related-articles/related-articles.js +3 -5
- package/dist/components/molecules/search/search.js +3 -5
- package/dist/components/molecules/stagger/stagger.js +3 -5
- package/dist/components/molecules/tile/index.js +1 -1
- package/dist/components/molecules/tile/tile-interactive.js +2 -4
- package/dist/components/molecules/tile/tile.js +1 -1
- package/dist/components/molecules/time-progress/__tests__/progress.test.js +1 -1
- package/dist/components/molecules/time-progress/progress-over-year.js +3 -5
- package/dist/components/molecules/time-progress/progress.js +3 -5
- package/dist/components/molecules/user/anon-user.js +3 -5
- package/dist/components/molecules/user/user.js +4 -6
- package/dist/components/molecules/venn-diagram/__tests__/venn-diagram.tests.js +1 -1
- package/dist/components/molecules/venn-diagram/venn-diagram-circle.js +3 -5
- package/dist/components/molecules/venn-diagram/venn-diagram.js +9 -11
- package/dist/components/molecules/wallpaper/__tests__/wallpaper.tests.js +2 -2
- package/dist/components/molecules/wallpaper/wallpaper.js +11 -11
- package/dist/components/molecules/wrapper/__stories__/wrapper-children-story.js +8 -10
- package/dist/components/molecules/wrapper/wrapper.js +10 -10
- package/dist/components/organisms/actors/actor/actor-builder.js +3 -5
- package/dist/components/organisms/actors/actor/actor.js +12 -14
- package/dist/components/organisms/actors/actor-speech/actor-speech.js +8 -10
- package/dist/components/organisms/actors/monsters/troll/troll.js +10 -12
- package/dist/components/organisms/ads/ad-card.js +3 -5
- package/dist/components/organisms/animation/animate-actor/animate-actor.js +3 -5
- package/dist/components/organisms/animation/one-day/one-day.js +14 -16
- package/dist/components/organisms/animation/reverse-text-animation/reverse-text-animation.js +12 -14
- package/dist/components/organisms/bento/layouts/five-by-four/bento-five-by-four.js +6 -8
- package/dist/components/organisms/bento/layouts/four-by-four/bento-four-by-four.js +11 -13
- package/dist/components/organisms/bento/layouts/three-by-three/bento-three-by-three.js +6 -8
- package/dist/components/organisms/bento/layouts/two-by-two/bento-two-by-two.js +7 -9
- package/dist/components/organisms/blog/__stories__/blog-story.js +11 -13
- package/dist/components/organisms/blog/blog-post/__stories__/blog-post-story.js +9 -11
- package/dist/components/organisms/blog/blog-post/blog-post.js +11 -13
- package/dist/components/organisms/blog/blog-post-list.js +6 -8
- package/dist/components/organisms/blog/blog.js +6 -8
- package/dist/components/organisms/branch/__stories__/branch.stories.d.ts +7 -0
- package/dist/components/organisms/branch/branch.js +3 -5
- package/dist/components/organisms/branches/__tests__/branch-list.test.js +1 -1
- package/dist/components/organisms/branches/branch-list.js +26 -28
- package/dist/components/organisms/branches/branches.js +23 -24
- package/dist/components/organisms/calendar/calendar.js +18 -20
- package/dist/components/organisms/charts/chart/chart-gold-leaf/chart-gold-leaf.js +1 -3
- package/dist/components/organisms/clusters/cluster.js +4 -6
- package/dist/components/organisms/index.d.ts +0 -12
- package/dist/components/organisms/index.js +31 -43
- package/dist/components/organisms/json-map-tile-grid/index.js +1 -1
- package/dist/components/organisms/json-map-tile-grid/json-map-tile-grid.js +2 -4
- package/dist/components/organisms/listicle/__stories__/andor-right-click-story.js +3 -5
- package/dist/components/organisms/listicle/__stories__/listicle-fb-v-canada-story.js +3 -5
- package/dist/components/organisms/listicle/__stories__/listicle-story.js +3 -5
- package/dist/components/organisms/listicle/edit-listicle/edit-listicle.js +14 -17
- package/dist/components/organisms/listicle/edit-listicle-item-list/edit-listicle-item-list.js +3 -5
- package/dist/components/organisms/listicle/edit-listicle-item-list/listicle-item-input.js +149 -69
- package/dist/components/organisms/listicle/edit-listicle-item-list/listicle-item.js +8 -10
- package/dist/components/organisms/listicle/listicle-builder.js +61 -64
- package/dist/components/organisms/listicle/listicle-item-list.js +3 -5
- package/dist/components/organisms/listicle/listicle.js +3 -5
- package/dist/components/organisms/listicle/post-link.js +3 -5
- package/dist/components/organisms/login/login-fetching-transition.js +6 -8
- package/dist/components/organisms/login/login-fields-transition.js +3 -5
- package/dist/components/organisms/login/login-response-transition.js +3 -5
- package/dist/components/organisms/login/login-submit-transition.js +15 -17
- package/dist/components/organisms/login/login-view.js +9 -11
- package/dist/components/organisms/metrics/metrics.js +3 -5
- package/dist/components/organisms/palettes/palettes.js +6 -8
- package/dist/components/organisms/player/player.js +3 -5
- package/dist/components/organisms/registration/password-strength-helper/password-strength-helper.js +7 -9
- package/dist/components/organisms/registration/registration-feedback.js +7 -9
- package/dist/components/organisms/registration/registration-form.js +3 -5
- package/dist/components/organisms/registration/registration.js +24 -26
- package/dist/components/organisms/registration/social-email.js +5 -7
- package/dist/components/organisms/stage/stage.js +17 -19
- package/dist/components/organisms/tile-grid/__tests__/tile-grid.tests.js +2 -2
- package/dist/components/organisms/tile-grid/grid-row.js +3 -5
- package/dist/components/organisms/tile-grid/index.js +1 -1
- package/dist/components/organisms/tile-grid/island-tile-grid.js +9 -11
- package/dist/components/organisms/tile-grid/tile-grid.js +2 -4
- package/dist/components/pages/home/headwinds/header/headwinds-header.js +7 -9
- package/dist/components/pages/home/headwinds/headwinds-footer.js +7 -9
- package/dist/components/pages/home/headwinds/headwinds-hero.js +3 -5
- package/dist/components/pages/home/headwinds/headwinds-sidequest.js +21 -23
- package/dist/components/pages/home/headwinds/home.js +6 -8
- package/dist/components/pages/profile/headwinds/headwinds-profile.js +26 -28
- package/dist/components/pages/profile/index.js +1 -3
- package/dist/components/templates/articles/article/article.js +6 -8
- package/dist/components/templates/home/headwinds/headwinds-home-hero.js +8 -10
- package/dist/components/templates/home/headwinds/headwinds-home.js +7 -9
- package/dist/components/templates/home/home.js +27 -29
- package/dist/gold-leaf-view-ijOmeogY.js +58 -0
- package/dist/{index-BoPmlL_S.js → index-BajRXg7z.js} +6 -8
- package/dist/index.js +99 -111
- package/dist/models/ActorModel.d.ts +13 -0
- package/dist/models/index.d.ts +1 -1
- package/dist/{react.esm-Bye9Ji1o.js → react.esm-CrvCoXQG.js} +2228 -2215
- package/dist/vi.YFlodzP_-D3L0jBYz.js +9674 -0
- package/package.json +2 -2
- package/dist/CheckSquare-C_aF5apI.js +0 -47
- package/dist/PencilSimple-twwsOT3p.js +0 -47
- package/dist/components/organisms/survey/__stories__/build-form-story.d.ts +0 -2
- package/dist/components/organisms/survey/__stories__/build-form-story.js +0 -40
- package/dist/components/organisms/survey/__stories__/survey.stories.d.ts +0 -7
- package/dist/components/organisms/survey/build-form-machine.d.ts +0 -11
- package/dist/components/organisms/survey/build-form-machine.js +0 -108
- package/dist/components/organisms/survey/question/edit/__stories__/edit-question.stories.d.ts +0 -7
- package/dist/components/organisms/survey/question/edit/add-question/__stories__/add-question.stories.d.ts +0 -7
- package/dist/components/organisms/survey/question/edit/add-question/add-question.d.ts +0 -16
- package/dist/components/organisms/survey/question/edit/add-question/add-question.js +0 -148
- package/dist/components/organisms/survey/question/edit/add-question/index.d.ts +0 -2
- package/dist/components/organisms/survey/question/edit/add-question/index.js +0 -4
- package/dist/components/organisms/survey/question/edit/answer-input/__stories__/answer-input.stories.d.ts +0 -7
- package/dist/components/organisms/survey/question/edit/answer-input/answer-input.d.ts +0 -8
- package/dist/components/organisms/survey/question/edit/answer-input/answer-input.js +0 -80
- package/dist/components/organisms/survey/question/edit/answer-input/index.d.ts +0 -2
- package/dist/components/organisms/survey/question/edit/answer-input/index.js +0 -4
- package/dist/components/organisms/survey/question/edit/answer-input.d.ts +0 -19
- package/dist/components/organisms/survey/question/edit/answer-input.js +0 -96
- package/dist/components/organisms/survey/question/edit/edit-multiple-choice.d.ts +0 -9
- package/dist/components/organisms/survey/question/edit/edit-multiple-choice.js +0 -39
- package/dist/components/organisms/survey/question/edit/edit-option-list/__stories__/edit-option-list-story.d.ts +0 -2
- package/dist/components/organisms/survey/question/edit/edit-option-list/__stories__/edit-option-list-story.js +0 -6
- package/dist/components/organisms/survey/question/edit/edit-option-list/__stories__/edit-option-list.stories.d.ts +0 -7
- package/dist/components/organisms/survey/question/edit/edit-option-list/add-media/__stories__/add-media.stories.d.ts +0 -7
- package/dist/components/organisms/survey/question/edit/edit-option-list/add-media/add-media.d.ts +0 -2
- package/dist/components/organisms/survey/question/edit/edit-option-list/add-media/add-media.js +0 -22
- package/dist/components/organisms/survey/question/edit/edit-option-list/edit-option-list-machine.d.ts +0 -6
- package/dist/components/organisms/survey/question/edit/edit-option-list/edit-option-list-machine.js +0 -55
- package/dist/components/organisms/survey/question/edit/edit-option-list/edit-option-list.d.ts +0 -13
- package/dist/components/organisms/survey/question/edit/edit-option-list/edit-option-list.js +0 -85
- package/dist/components/organisms/survey/question/edit/edit-option-list/index.d.ts +0 -2
- package/dist/components/organisms/survey/question/edit/edit-option-list/index.js +0 -4
- package/dist/components/organisms/survey/question/edit/edit-option-list/option-input.d.ts +0 -15
- package/dist/components/organisms/survey/question/edit/edit-option-list/option-input.js +0 -55
- package/dist/components/organisms/survey/question/edit/edit-option-list/option.d.ts +0 -4
- package/dist/components/organisms/survey/question/edit/edit-option-list/option.js +0 -38
- package/dist/components/organisms/survey/question/edit/edit-option-list/types.d.ts +0 -4
- package/dist/components/organisms/survey/question/edit/edit-option-list/types.js +0 -1
- package/dist/components/organisms/survey/question/edit/edit-question-list.d.ts +0 -6
- package/dist/components/organisms/survey/question/edit/edit-question-list.js +0 -11
- package/dist/components/organisms/survey/question/edit/edit-question.d.ts +0 -6
- package/dist/components/organisms/survey/question/edit/edit-question.js +0 -21
- package/dist/components/organisms/survey/question/edit/edit-title-input.d.ts +0 -7
- package/dist/components/organisms/survey/question/edit/edit-title-input.js +0 -48
- package/dist/components/organisms/survey/question/edit/question-answer-input.d.ts +0 -13
- package/dist/components/organisms/survey/question/edit/question-answer-input.js +0 -95
- package/dist/components/organisms/survey/question/take/__stories__/take-answer-input.stories.d.ts +0 -8
- package/dist/components/organisms/survey/question/take/index.d.ts +0 -6
- package/dist/components/organisms/survey/question/take/index.js +0 -8
- package/dist/components/organisms/survey/question/take/inputs/date-time-input.d.ts +0 -5
- package/dist/components/organisms/survey/question/take/inputs/date-time-input.js +0 -62
- package/dist/components/organisms/survey/question/take/inputs/input-manager.d.ts +0 -13
- package/dist/components/organisms/survey/question/take/inputs/input-manager.js +0 -50
- package/dist/components/organisms/survey/question/take/multiple-choice.d.ts +0 -15
- package/dist/components/organisms/survey/question/take/multiple-choice.js +0 -39
- package/dist/components/organisms/survey/question/take/option.d.ts +0 -5
- package/dist/components/organisms/survey/question/take/option.js +0 -5
- package/dist/components/organisms/survey/question/take/question-list.d.ts +0 -6
- package/dist/components/organisms/survey/question/take/question-list.js +0 -10
- package/dist/components/organisms/survey/question/take/question-options.d.ts +0 -6
- package/dist/components/organisms/survey/question/take/question-options.js +0 -5
- package/dist/components/organisms/survey/question/take/question.d.ts +0 -14
- package/dist/components/organisms/survey/question/take/question.js +0 -18
- package/dist/components/organisms/survey/question/take/take-answer-input.d.ts +0 -11
- package/dist/components/organisms/survey/question/take/take-answer-input.js +0 -80
- package/dist/components/organisms/survey/question/types.d.ts +0 -30
- package/dist/components/organisms/survey/question/types.js +0 -8
- package/dist/components/organisms/survey/survey-builder.d.ts +0 -6
- package/dist/components/organisms/survey/survey-builder.js +0 -60
- package/dist/components/organisms/survey/survey.d.ts +0 -13
- package/dist/components/organisms/survey/survey.js +0 -75
- package/dist/components/organisms/survey/types.d.ts +0 -5
- package/dist/components/organisms/survey/types.js +0 -1
- package/dist/gold-leaf-view-yJc4vmAY.js +0 -160
- package/dist/index.esm-DINKtp6l.js +0 -2267
- 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-
|
|
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",
|
|
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
|
-
|
|
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
|
-
.
|
|
299
|
-
margin:
|
|
300
|
-
padding:
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
503
|
-
width:
|
|
504
|
-
height:
|
|
501
|
+
._wrapper_16a8e_3 {
|
|
502
|
+
width: 100%;
|
|
503
|
+
height: 100%;
|
|
505
504
|
margin: 0px;
|
|
506
505
|
padding: 0px;
|
|
507
506
|
}
|
|
508
507
|
|
|
509
|
-
.
|
|
508
|
+
._wallpaper_kojh5_1 {
|
|
510
509
|
display: flex;
|
|
511
510
|
background-color: #fdf3ff;
|
|
512
|
-
width:
|
|
513
|
-
height:
|
|
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
|
-
.
|
|
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
|
-
.
|
|
1221
|
+
._ul_qcuj7_7 {
|
|
1224
1222
|
list-style-type: none;
|
|
1225
1223
|
margin: 0px;
|
|
1226
1224
|
}
|
|
1227
1225
|
|
|
1228
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
1254
|
-
|
|
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
|
-
.
|
|
1259
|
+
._column__item_qcuj7_45 {
|
|
1262
1260
|
border-radius: 0.2rem;
|
|
1263
|
-
background-color:
|
|
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--
|
|
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--
|
|
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--
|
|
1281
|
+
._column__title--wrapper_qcuj7_54 i {
|
|
1284
1282
|
text-align: right;
|
|
1285
1283
|
color: #798d99;
|
|
1286
1284
|
}
|
|
1287
1285
|
|
|
1288
|
-
._column__item--
|
|
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--
|
|
1292
|
+
._column__item--cta_qcuj7_72 i {
|
|
1295
1293
|
margin-right: 0.25rem;
|
|
1296
1294
|
}
|
|
1297
1295
|
|
|
1298
1296
|
/* card styles */
|
|
1299
1297
|
|
|
1300
|
-
.
|
|
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:
|
|
1305
|
+
background: transparent;
|
|
1308
1306
|
width: auto;
|
|
1309
1307
|
padding-top: 16px;
|
|
1310
1308
|
padding-bottom: 16px;
|
|
1311
1309
|
}
|
|
1312
1310
|
|
|
1313
|
-
.
|
|
1314
|
-
background-color:
|
|
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-
|
|
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-
|
|
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.
|
|
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(() => {
|
|
@@ -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
|
|
2
|
-
import { c
|
|
3
|
-
const
|
|
4
|
-
row:
|
|
5
|
-
},
|
|
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:
|
|
9
|
+
hasChildrenCentered: f = !0,
|
|
10
10
|
customClass: o = "",
|
|
11
11
|
customStyle: t = {},
|
|
12
|
-
|
|
13
|
-
|
|
12
|
+
dataTestId: s = "row",
|
|
13
|
+
...a
|
|
14
|
+
}, l) => /* @__PURE__ */ w(
|
|
14
15
|
"div",
|
|
15
16
|
{
|
|
16
|
-
...
|
|
17
|
+
...a,
|
|
17
18
|
key: e,
|
|
18
|
-
className:
|
|
19
|
+
className: c(n.row, o),
|
|
19
20
|
style: t,
|
|
20
|
-
ref:
|
|
21
|
-
"data-testid":
|
|
21
|
+
ref: l,
|
|
22
|
+
"data-testid": s
|
|
22
23
|
},
|
|
23
24
|
r
|
|
24
25
|
)
|
|
25
26
|
);
|
|
26
|
-
|
|
27
|
+
i.displayName = "Row";
|
|
27
28
|
export {
|
|
28
|
-
|
|
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
|
|
2
|
-
import { useState as v, useRef as
|
|
3
|
-
import { u as
|
|
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
|
-
|
|
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:
|
|
21
|
-
scrambleDuration:
|
|
22
|
-
autoPlay:
|
|
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(""), [
|
|
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:
|
|
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
|
|
38
|
-
const
|
|
39
|
-
[r[
|
|
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] !== " " && !
|
|
33
|
+
t[r] !== " " && !f.current.has(r) && (t[r] = w());
|
|
46
34
|
u(t.join(""));
|
|
47
|
-
}, [e]),
|
|
48
|
-
g(!0), n.current && clearInterval(n.current),
|
|
49
|
-
const t = d.current, r =
|
|
50
|
-
t.forEach((
|
|
51
|
-
const
|
|
52
|
-
|
|
53
|
-
}, r * (
|
|
54
|
-
|
|
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
|
-
|
|
59
|
-
|
|
46
|
+
m,
|
|
47
|
+
h,
|
|
60
48
|
A,
|
|
61
49
|
y
|
|
62
|
-
]),
|
|
63
|
-
n.current && clearInterval(n.current),
|
|
50
|
+
]), a = l(() => {
|
|
51
|
+
n.current && clearInterval(n.current), c.current.forEach(clearTimeout), c.current = [];
|
|
64
52
|
}, []);
|
|
65
|
-
return I(() => (
|
|
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
|
-
|
|
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 = "
|
|
3
|
+
const c = "_paragraph_19qgs_1", g = {
|
|
4
4
|
paragraph: c
|
|
5
|
-
},
|
|
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(
|
|
13
|
+
className: o(g.paragraph, r),
|
|
14
14
|
style: { maxWidth: s, ...p },
|
|
15
15
|
children: a
|
|
16
16
|
}
|
|
17
17
|
);
|
|
18
18
|
export {
|
|
19
|
-
|
|
19
|
+
l as default
|
|
20
20
|
};
|