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.
- package/dist/{bolt-BG48O0Tn.js → bolt-BPKeh2UY.js} +3 -5
- package/dist/bundle.css +54 -49
- 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/list/__stories__/list.stories.d.ts +8 -0
- package/dist/components/atoms/list/list-item/list-item.d.ts +2 -1
- package/dist/components/atoms/list/list-item/list-item.js +11 -9
- 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 +7 -7
- 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 +4 -6
- 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 +5 -6
- 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 +4 -6
- 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 +5 -7
- package/dist/components/organisms/branches/__tests__/branch-list.test.js +1 -1
- package/dist/components/organisms/branches/branch-list.js +59 -51
- 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-CkM4fILh.js +58 -0
- package/dist/gold-leaf-view.module-Bnt7E33j.js +15 -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/BookModel.d.ts +1 -0
- package/dist/models/ChapterModel.d.ts +1 -0
- package/dist/models/ItemModel.d.ts +15 -1
- package/dist/models/PageModel.d.ts +10 -0
- package/dist/models/QuestModel.d.ts +3 -6
- package/dist/models/QuestModel.js +3 -4
- package/dist/models/QuestStepModel.d.ts +3 -5
- package/dist/models/QuestStepModel.js +3 -4
- package/dist/models/SceneModel.d.ts +31 -0
- package/dist/models/SpellModel.d.ts +7 -0
- package/dist/models/UserModel.d.ts +1 -1
- package/dist/models/UserModel.js +1 -1
- package/dist/models/WorldModel.d.ts +3 -2
- package/dist/models/index.d.ts +5 -1
- package/dist/{react.esm-Bye9Ji1o.js → react.esm-CwScrc_1.js} +2309 -2285
- package/dist/vi.YFlodzP_-DM4pKyMj.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-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/gold-leaf-view-yJc4vmAY.js +0 -160
- package/dist/gold-leaf-view.module-rpbnPw4v.js +0 -15
- package/dist/immutable.es-CLPKhcew.js +0 -3052
- package/dist/index.esm-DINKtp6l.js +0 -2267
- package/dist/vi.DgezovHB-CFs32wG7.js +0 -11916
- /package/dist/{components/organisms/survey/question/edit/edit-option-list/types.js → models/PageModel.js} +0 -0
- /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-
|
|
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,15 +295,15 @@
|
|
|
295
295
|
font-size: 32px;
|
|
296
296
|
}
|
|
297
297
|
|
|
298
|
-
.
|
|
299
|
-
|
|
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
|
-
.
|
|
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
|
}
|
|
@@ -628,19 +627,28 @@ a:not([class]):focus {
|
|
|
628
627
|
background-color: transparent;
|
|
629
628
|
}
|
|
630
629
|
|
|
631
|
-
.
|
|
630
|
+
._GoldLeaf_1eb97_1 {
|
|
632
631
|
display: block;
|
|
633
632
|
margin: 0px;
|
|
634
633
|
padding: 0px;
|
|
635
634
|
}
|
|
636
635
|
|
|
637
|
-
.
|
|
636
|
+
._GoldLeafView_1eb97_7 {
|
|
638
637
|
display: block;
|
|
639
638
|
margin: 0px;
|
|
640
639
|
padding: 0px;
|
|
641
640
|
}
|
|
642
641
|
|
|
643
|
-
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
694
|
+
._GoldLeaf__GoldTitleImageCard_1eb97_65 {
|
|
687
695
|
margin: 0px;
|
|
688
696
|
padding: 0px;
|
|
689
697
|
}
|
|
690
698
|
|
|
691
|
-
.
|
|
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
|
-
.
|
|
711
|
+
._GoldLeaf__image_1eb97_41 img {
|
|
704
712
|
width: 100%;
|
|
705
713
|
height: auto;
|
|
706
714
|
}
|
|
707
715
|
|
|
708
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
1230
|
+
._ul_1ra4h_7 {
|
|
1224
1231
|
list-style-type: none;
|
|
1225
1232
|
margin: 0px;
|
|
1226
1233
|
}
|
|
1227
1234
|
|
|
1228
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
1249
|
+
._column__list_1ra4h_26 {
|
|
1243
1250
|
display: grid;
|
|
1244
|
-
grid-template-columns: repeat(auto-fill, minmax(
|
|
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
|
-
.
|
|
1254
|
-
margin: 0px;
|
|
1260
|
+
._card__column_1ra4h_37 {
|
|
1255
1261
|
padding: 0px;
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1262
|
+
margin: 0px;
|
|
1263
|
+
overflow: hidden;
|
|
1264
|
+
width: 300px
|
|
1259
1265
|
}
|
|
1260
1266
|
|
|
1261
|
-
.
|
|
1267
|
+
._column__item_1ra4h_44 {
|
|
1262
1268
|
border-radius: 0.2rem;
|
|
1263
|
-
background-color:
|
|
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--
|
|
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--
|
|
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--
|
|
1288
|
+
._column__title--wrapper_1ra4h_52 i {
|
|
1284
1289
|
text-align: right;
|
|
1285
1290
|
color: #798d99;
|
|
1286
1291
|
}
|
|
1287
1292
|
|
|
1288
|
-
._column__item--
|
|
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--
|
|
1299
|
+
._column__item--cta_1ra4h_70 i {
|
|
1295
1300
|
margin-right: 0.25rem;
|
|
1296
1301
|
}
|
|
1297
1302
|
|
|
1298
1303
|
/* card styles */
|
|
1299
1304
|
|
|
1300
|
-
.
|
|
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:
|
|
1312
|
+
background: transparent;
|
|
1308
1313
|
width: auto;
|
|
1309
1314
|
padding-top: 16px;
|
|
1310
1315
|
padding-bottom: 16px;
|
|
1311
1316
|
}
|
|
1312
1317
|
|
|
1313
|
-
.
|
|
1314
|
-
background-color:
|
|
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-
|
|
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-
|
|
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.
|
|
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,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
|
|
2
|
-
import { s as
|
|
3
|
-
import { c as
|
|
4
|
-
const
|
|
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
|
-
|
|
9
|
-
|
|
8
|
+
id: o,
|
|
9
|
+
...e
|
|
10
|
+
}) => /* @__PURE__ */ l(
|
|
10
11
|
"li",
|
|
11
12
|
{
|
|
12
|
-
...
|
|
13
|
-
className: r
|
|
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
|
-
|
|
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
|
|
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,20 +1,20 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { c as
|
|
3
|
-
const c = "
|
|
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
|
-
},
|
|
5
|
+
}, l = ({
|
|
6
6
|
children: a,
|
|
7
7
|
customClass: r = "",
|
|
8
8
|
customStyle: p = {},
|
|
9
9
|
maxWidth: s = 600
|
|
10
|
-
}) => /* @__PURE__ */
|
|
10
|
+
}) => /* @__PURE__ */ o(
|
|
11
11
|
"p",
|
|
12
12
|
{
|
|
13
|
-
className:
|
|
13
|
+
className: t(e.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
|
};
|