cross-country 1.2.34 → 1.2.35
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/README.md +14 -2
- package/dist/{CheckCircle-LqF_bV6S.js → CheckCircle-Bn4sVLFq.js} +11 -11
- package/dist/{CheckSquare-CYHZY3Tl.js → CheckSquare-C_aF5apI.js} +11 -11
- package/dist/{Color-F6OSRLHC-BbLcUd-T.js → Color-YHDXOIA2-NsZfm9bU.js} +239 -239
- package/dist/DocsRenderer-CFRXHY34-BlJEIgxN.js +5 -0
- package/dist/{GithubLogo-DY2b54kE.js → GithubLogo-DNOOzhy3.js} +5 -5
- package/dist/{IconBase-BMoPr3f9.js → IconBase-B6s7eIKI.js} +19 -19
- package/dist/{PencilSimple-COxbfuhP.js → PencilSimple-twwsOT3p.js} +6 -6
- package/dist/{PlusSquare-BP6_MtyR.js → PlusSquare-DlAM9DPj.js} +6 -6
- package/dist/{Preview-B-CdvEGv.js → Preview-CO6WSP5f.js} +1 -1
- package/dist/{Trash-BYzNSUOH.js → Trash-BVkyce2j.js} +1 -1
- package/dist/{TwitterLogo-B5PvH3KU.js → TwitterLogo-Cq5YQ6ac.js} +32 -32
- package/dist/_commonjsHelpers-BkfeUUK-.js +28 -0
- package/dist/{bolt-CUzvRxsQ.js → bolt-4ERTDIX4.js} +4 -4
- package/dist/bundle.css +50 -78
- package/dist/client-BJu1Ny1l.js +26 -0
- package/dist/components/atoms/button/__stories__/{template.stories.d.ts → button.stories.d.ts} +4 -0
- package/dist/components/atoms/button/button.d.ts +4 -1
- package/dist/components/atoms/button/button.js +110 -30
- package/dist/components/atoms/circle/__tests__/circle.test.js +2 -2
- package/dist/components/atoms/column/__tests__/column.test.js +2 -2
- package/dist/components/atoms/horizontal-line/horizontal-line.js +12 -14
- package/dist/components/atoms/list/list-item/list-item.js +1 -1
- package/dist/components/atoms/list/list.js +1 -1
- package/dist/components/atoms/radio/radio.js +1 -1
- package/dist/components/atoms/row/row.js +16 -15
- package/dist/components/atoms/text/animate-number/animate-number.d.ts +1 -1
- package/dist/components/atoms/text/animate-number/animate-number.js +1 -1
- package/dist/components/atoms/text/bold/bold.js +7 -9
- package/dist/components/atoms/text/headline/headline.js +15 -17
- package/dist/components/atoms/text/index.js +1 -1
- package/dist/components/atoms/text/input/__stories__/state-machine-fetch-dragons.js +3 -3
- package/dist/components/atoms/text/input/input-text-machine.js +3 -8
- package/dist/components/atoms/text/input/state-machine-text-input.js +1 -1
- package/dist/components/atoms/text/span/__stories__/span-story.js +5 -5
- package/dist/components/index.js +2 -2
- package/dist/components/molecules/animated/animated-column/__tests__/animated-column.test.js +2 -2
- package/dist/components/molecules/animated/animated-column/animated-column.js +5 -5
- package/dist/components/molecules/autocomplete/autocomplete-machine.js +3 -8
- package/dist/components/molecules/autocomplete/autocomplete.js +1 -1
- package/dist/components/molecules/card/amazon/amazon-card.js +4 -4
- package/dist/components/molecules/card/builder/card-builder-machine/card-builder-machine.js +1 -1
- package/dist/components/molecules/card/builder/card-builder-machine/card-service-events.js +13 -13
- package/dist/components/molecules/card/builder/card-builder-machine/platform-states-amazon.js +1 -1
- package/dist/components/molecules/card/builder/card-builder-machine/platform-states-common.js +1 -1
- package/dist/components/molecules/card/builder/card-builder.js +1 -1
- package/dist/components/molecules/card/builder/card-editor.js +41 -32
- package/dist/components/molecules/card/builder/card-view.js +17 -7
- package/dist/components/molecules/card/card.js +5 -5
- package/dist/components/molecules/carousel/carousel.js +5 -5
- package/dist/components/molecules/day-number/day-number.js +5 -5
- package/dist/components/molecules/field/field.js +34 -39
- 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 +5 -5
- package/dist/components/molecules/gold-leaf/gold-leaf-view/email/gold-leaf-email-view.js +19 -19
- package/dist/components/molecules/gold-leaf/gold-leaf-view/gold-leaf-view.js +6 -6
- package/dist/components/molecules/gold-leaf/gold-leaf-view/golf-leaf-view-skeleton.js +2 -13
- 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.js +6 -6
- package/dist/components/molecules/gold-leaf/gold-leaf-view/title-image/gold-title-card.js +7 -7
- package/dist/components/molecules/gold-leaf/gold-leaf-view/title-image/gold-title-image-card.js +7 -7
- package/dist/components/molecules/gold-leaf/gold-leaf.js +1 -1
- package/dist/components/molecules/header/__stories__/header.stories.d.ts +1 -1
- package/dist/components/molecules/header/{header.js → cc-header.js} +4 -4
- package/dist/components/molecules/header/index.d.ts +2 -2
- package/dist/components/molecules/header/index.js +1 -1
- package/dist/components/molecules/hero/hero.js +5 -5
- package/dist/components/molecules/icons/index.js +5 -5
- package/dist/components/molecules/icons/x/x.js +5 -5
- package/dist/components/molecules/index.js +6 -6
- package/dist/components/molecules/key-value-pairs/__stories__/key-value-pairs.stories.d.ts +7 -0
- package/dist/components/molecules/key-value-pairs/__tests__/key-value-pairs.js +1 -1
- package/dist/components/molecules/key-value-pairs/index.d.ts +1 -1
- package/dist/components/molecules/key-value-pairs/key-value-pair.d.ts +9 -0
- package/dist/components/molecules/key-value-pairs/key-value-pair.js +53 -0
- package/dist/components/molecules/key-value-pairs/key-value-pairs.d.ts +2 -6
- package/dist/components/molecules/key-value-pairs/key-value-pairs.js +24 -43
- package/dist/components/molecules/key-value-pairs/key-value-pairs.types.d.ts +7 -4
- package/dist/components/molecules/key-value-pairs/key-value-pairs.types.js +7 -1
- package/dist/components/molecules/keywords/keywords.js +13 -15
- package/dist/components/molecules/loading/__tests__/loading.test.js +1 -1
- package/dist/components/molecules/log-error-boundary/__stories__/log-error-boundary-story.js +2 -2
- 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 +5 -5
- package/dist/components/molecules/modal/modal.js +5 -5
- package/dist/components/molecules/policies/index.js +5 -5
- package/dist/components/molecules/policies/privacy-policy/privacy-policy.js +5 -5
- package/dist/components/molecules/policies/terms-of-use/terms-of-use.js +5 -5
- package/dist/components/molecules/quote/quote.js +5 -5
- package/dist/components/molecules/radio-group/__stories__/radio-group-form-story.js +4 -4
- package/dist/components/molecules/radio-group/__stories__/radio-group-react-hook-form-story.js +21 -19
- package/dist/components/molecules/radio-group/radio-group.js +9 -10
- package/dist/components/molecules/related-articles/related-articles.js +5 -5
- package/dist/components/molecules/screen/screen.js +1 -1
- package/dist/components/molecules/search/search.js +5 -5
- package/dist/components/molecules/stagger/stagger.js +5 -5
- package/dist/components/molecules/tile/corners.js +3 -3
- package/dist/components/molecules/tile/index.js +1 -1
- package/dist/components/molecules/tile/tile-interactive.js +4 -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/pilot/index.js +3 -2
- package/dist/components/molecules/time-progress/progress-over-year.js +5 -5
- package/dist/components/molecules/time-progress/progress.js +5 -5
- package/dist/components/molecules/tree/__stories__/binary-search-tree-story.js +4 -5
- package/dist/components/molecules/user/anon-user.js +12 -13
- package/dist/components/molecules/user/user.js +8 -10
- package/dist/components/molecules/venn-diagram/__tests__/venn-diagram.tests.js +2 -2
- package/dist/components/molecules/venn-diagram/venn-diagram-circle.js +5 -5
- package/dist/components/molecules/venn-diagram/venn-diagram.js +5 -5
- package/dist/components/molecules/wallpaper/__tests__/wallpaper.tests.js +2 -2
- package/dist/components/molecules/wallpaper/wallpaper.js +1 -1
- package/dist/components/molecules/wrapper/__stories__/wrapper-children-story.js +5 -5
- package/dist/components/organisms/actors/actor/actor-builder-machine.js +6 -11
- package/dist/components/organisms/actors/actor/actor-builder.js +5 -5
- package/dist/components/organisms/actors/actor/actor.js +5 -5
- package/dist/components/organisms/actors/actor-speech/__stories__/actor-speech.stories.d.ts +7 -0
- package/dist/components/organisms/actors/actor-speech/actor-speech.d.ts +3 -1
- package/dist/components/organisms/actors/actor-speech/actor-speech.js +6 -6
- package/dist/components/organisms/actors/animal/animal.js +13 -19
- package/dist/components/organisms/actors/monsters/troll/troll-machine.js +2 -2
- package/dist/components/organisms/actors/monsters/troll/troll.js +5 -5
- package/dist/components/organisms/actors/party/hunter/__stories__/hunter-next-meeting.store.d.ts +1 -1
- package/dist/components/organisms/ads/ad-card.js +4 -4
- package/dist/components/organisms/animation/animate-actor/animate-actor.js +10 -10
- package/dist/components/organisms/animation/one-day/one-day.js +22 -23
- package/dist/components/organisms/animation/reverse-text-animation/reverse-text-animation.js +4 -4
- package/dist/components/organisms/bento/layouts/five-by-four/bento-five-by-four.js +6 -6
- package/dist/components/organisms/bento/layouts/four-by-four/bento-four-by-four.js +6 -6
- package/dist/components/organisms/bento/layouts/three-by-three/bento-three-by-three.js +6 -6
- package/dist/components/organisms/bento/layouts/two-by-two/bento-two-by-two.js +6 -6
- package/dist/components/organisms/blog/__stories__/blog-story.js +4 -4
- package/dist/components/organisms/blog/blog-post/__stories__/blog-post-story.js +4 -4
- package/dist/components/organisms/blog/blog-post/blog-post-machine/build-listicle-machine.js +1 -1
- package/dist/components/organisms/blog/blog-post/blog-post-machine/delete-listicle-item.js +2 -2
- package/dist/components/organisms/blog/blog-post/blog-post-machine/load-listicle.js +2 -2
- package/dist/components/organisms/blog/blog-post/blog-post-machine/manage-listicle-items.js +1 -1
- package/dist/components/organisms/blog/blog-post/blog-post-machine/save-listicle-item.js +2 -2
- package/dist/components/organisms/blog/blog-post/blog-post-machine/save-listicle.js +2 -2
- package/dist/components/organisms/blog/blog-post/blog-post-machine/update-listice-item.js +2 -2
- package/dist/components/organisms/blog/blog-post/blog-post.js +4 -4
- package/dist/components/organisms/blog/blog-post/blog-post.types.js +553 -450
- package/dist/components/organisms/blog/blog-post-list.js +5 -5
- package/dist/components/organisms/blog/blog.js +5 -5
- package/dist/components/organisms/branch/branch.js +5 -5
- package/dist/components/organisms/branches/__tests__/branch-list.test.js +1 -1
- package/dist/components/organisms/branches/branch-list.js +43 -49
- package/dist/components/organisms/branches/branches.js +4 -4
- package/dist/components/organisms/calendar/calendar.js +5 -5
- package/dist/components/organisms/charts/axis/bottom-axis/bottom-axis.js +3 -3
- package/dist/components/organisms/charts/chart/__stories__/data-set.js +1 -5
- package/dist/components/organisms/charts/chart/chart-gold-leaf/chart-gold-leaf.js +5 -5
- package/dist/components/organisms/charts/line/line-chart.js +3 -3
- package/dist/components/organisms/charts/scatterplot/scatterplot.js +4 -4
- package/dist/components/organisms/clusters/cluster.js +5 -5
- package/dist/components/organisms/index.js +1 -1
- 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 +4 -4
- package/dist/components/organisms/listicle/__stories__/andor-right-click-story.js +5 -5
- package/dist/components/organisms/listicle/__stories__/listicle-fb-v-canada-story.js +5 -5
- package/dist/components/organisms/listicle/__stories__/listicle-story.js +5 -5
- package/dist/components/organisms/listicle/build-listicle-machine/build-listicle-machine.js +1 -1
- package/dist/components/organisms/listicle/build-listicle-machine/delete-listicle-item.js +2 -2
- package/dist/components/organisms/listicle/build-listicle-machine/load-listicle.js +2 -2
- package/dist/components/organisms/listicle/build-listicle-machine/manage-listicle-items.js +1 -1
- package/dist/components/organisms/listicle/build-listicle-machine/save-listicle-item.js +2 -2
- package/dist/components/organisms/listicle/build-listicle-machine/save-listicle.js +2 -2
- package/dist/components/organisms/listicle/build-listicle-machine/update-listice-item.js +2 -2
- package/dist/components/organisms/listicle/edit-listicle/edit-listicle.js +5 -5
- package/dist/components/organisms/listicle/edit-listicle-item-list/edit-listicle-item-list.js +5 -5
- package/dist/components/organisms/listicle/edit-listicle-item-list/listicle-item-input.js +7 -7
- package/dist/components/organisms/listicle/edit-listicle-item-list/listicle-item.js +5 -5
- package/dist/components/organisms/listicle/listicle-builder.js +55 -55
- package/dist/components/organisms/listicle/listicle-item-list.js +6 -6
- package/dist/components/organisms/listicle/listicle.js +6 -6
- package/dist/components/organisms/listicle/post-link.js +7 -7
- package/dist/components/organisms/login/login-fetching-transition.js +4 -4
- package/dist/components/organisms/login/login-fields-transition.js +5 -5
- package/dist/components/organisms/login/login-response-transition.js +5 -5
- package/dist/components/organisms/login/login-submit-transition.js +5 -5
- package/dist/components/organisms/login/login-view.js +11 -11
- package/dist/components/organisms/login/login.js +41 -42
- package/dist/components/organisms/metrics/metrics.js +4 -4
- package/dist/components/organisms/palettes/palettes.js +5 -5
- package/dist/components/organisms/player/player.js +965 -1134
- package/dist/components/organisms/registration/password-strength-helper/password-strength-helper.js +7 -7
- package/dist/components/organisms/registration/post-registration.js +2 -2
- package/dist/components/organisms/registration/registration-feedback.js +10 -10
- package/dist/components/organisms/registration/registration-form.js +15 -15
- package/dist/components/organisms/registration/registration-machine.js +5 -5
- package/dist/components/organisms/registration/registration.js +5 -5
- package/dist/components/organisms/registration/social-email.js +5 -5
- package/dist/components/organisms/stage/stage.d.ts +3 -1
- package/dist/components/organisms/stage/stage.js +34 -24
- package/dist/components/organisms/survey/__stories__/build-form-story.js +18 -18
- package/dist/components/organisms/survey/__stories__/survey.stories.d.ts +7 -0
- package/dist/components/organisms/survey/build-form-machine.js +2 -2
- package/dist/components/organisms/survey/question/edit/__stories__/edit-question.stories.d.ts +7 -0
- package/dist/components/organisms/survey/question/edit/add-question/__stories__/add-question.stories.d.ts +7 -0
- package/dist/components/organisms/survey/question/edit/add-question/add-question.js +5 -5
- package/dist/components/organisms/survey/question/edit/answer-input/__stories__/answer-input.stories.d.ts +7 -0
- package/dist/components/organisms/survey/question/edit/{answer → answer-input}/answer-input.d.ts +3 -8
- package/dist/components/organisms/survey/question/edit/{answer → answer-input}/answer-input.js +6 -6
- package/dist/components/organisms/survey/question/edit/answer-input.js +6 -6
- package/dist/components/organisms/survey/question/edit/edit-multiple-choice.js +5 -5
- package/dist/components/organisms/survey/question/edit/edit-option-list/__stories__/edit-option-list.stories.d.ts +7 -0
- package/dist/components/organisms/survey/question/edit/edit-option-list/add-media/__stories__/add-media.stories.d.ts +7 -0
- package/dist/components/organisms/survey/question/edit/edit-option-list/add-media/add-media.js +22 -0
- package/dist/components/organisms/survey/question/edit/edit-option-list/edit-option-list-machine.js +2 -2
- package/dist/components/organisms/survey/question/edit/edit-option-list/edit-option-list.js +6 -6
- package/dist/components/organisms/survey/question/edit/edit-option-list/option-input.js +7 -7
- package/dist/components/organisms/survey/question/edit/edit-option-list/option.js +5 -5
- package/dist/components/organisms/survey/question/edit/question-answer-input.js +6 -6
- package/dist/components/organisms/survey/question/take/__stories__/take-answer-input.stories.d.ts +8 -0
- package/dist/components/organisms/survey/question/take/inputs/date-time-input.js +1 -1
- package/dist/components/organisms/survey/question/take/inputs/input-manager.d.ts +5 -2
- package/dist/components/organisms/survey/question/take/inputs/input-manager.js +37 -22
- package/dist/components/organisms/survey/question/take/multiple-choice.d.ts +9 -8
- package/dist/components/organisms/survey/question/take/multiple-choice.js +23 -23
- package/dist/components/organisms/survey/question/take/take-answer-input.d.ts +1 -1
- package/dist/components/organisms/survey/question/take/take-answer-input.js +35 -50
- package/dist/components/organisms/survey/{build-form.d.ts → survey-builder.d.ts} +2 -2
- package/dist/components/organisms/survey/{build-form.js → survey-builder.js} +12 -12
- package/dist/components/organisms/survey/survey.d.ts +13 -0
- package/dist/components/organisms/survey/survey.js +75 -0
- package/dist/components/organisms/tile-grid/__tests__/tile-grid.tests.js +3 -3
- package/dist/components/organisms/tile-grid/grid-row.js +5 -5
- package/dist/components/organisms/tile-grid/index.js +1 -1
- package/dist/components/organisms/tile-grid/island-tile-grid.js +5 -5
- package/dist/components/organisms/tile-grid/tile-grid.js +4 -4
- package/dist/components/pages/home/headwinds/header/headwinds-header.js +6 -6
- package/dist/components/pages/home/headwinds/headwinds-footer.js +6 -6
- package/dist/components/pages/home/headwinds/headwinds-hero.js +4 -4
- package/dist/components/pages/home/headwinds/headwinds-sidequest.js +8 -8
- package/dist/components/pages/home/headwinds/home.js +4 -4
- package/dist/components/pages/profile/headwinds/headwinds-profile.js +7 -7
- package/dist/components/pages/profile/index.js +5 -5
- package/dist/components/templates/articles/article/article.js +19 -20
- package/dist/components/templates/home/headwinds/headwinds-home-hero.js +5 -5
- package/dist/components/templates/home/headwinds/headwinds-home.js +5 -5
- package/dist/components/templates/home/home.js +5 -5
- package/dist/{continuous-B_zrZ6Br.js → continuous-DNZERZFm.js} +2 -2
- package/dist/{gold-leaf-view-Bj1U7ia0.js → gold-leaf-view-DlKjAnIG.js} +5 -5
- package/dist/gold-leaf-view.module-rpbnPw4v.js +15 -0
- package/dist/howler-BIK-1nKK.js +1223 -0
- package/dist/{index-DukGzmpD.js → index-4w8DXMmC.js} +6978 -7004
- package/dist/{index-fh-QwMS3.js → index-B99oFAlz.js} +495 -666
- package/dist/index-Czxgdx6l.js +728 -0
- package/dist/index-DQT-KEfa.js +23 -0
- package/dist/index-DRlMsrYs.js +55 -0
- package/dist/index-DmccpLig.js +172 -0
- package/dist/{index-OdyFkztm.js → index-ZOVD6bFe.js} +2287 -2378
- package/dist/index.esm-BsI9k0Jl.js +940 -0
- package/dist/{index.esm-DI2C2CaF.js → index.esm-DINKtp6l.js} +0 -2
- package/dist/index.js +3 -3
- package/dist/{linear-CRJiWOie.js → linear-D5b53BdI.js} +1 -1
- package/dist/list.module-BxriWrpW.js +7 -0
- package/dist/listicle.module-Dp-muoNJ.js +6 -0
- package/dist/{log-2a4cc478.esm-BdzQp5f-.js → log-2a4cc478.esm-SemJ3yQG.js} +19 -19
- package/dist/log-error-boundary-story-hYsLLLTI.js +43189 -0
- package/dist/login.module-wyGo-OEt.js +14 -0
- package/dist/{magic-string.es-QkQE39Zh.js → magic-string.es-BKBb7z-1.js} +147 -154
- package/dist/{mobile-detect-CWVWWCSg.js → mobile-detect-pX1AvJI3.js} +2 -2
- package/dist/providers/cross-country-provider.js +2 -2
- package/dist/{react-spring_web.modern-ClBJWBW2.js → react-spring_web.modern-B1rM1voo.js} +615 -655
- package/dist/{react.esm-DaKlbySY.js → react.esm-CZJdfVOy.js} +3363 -3170
- package/dist/services/login-service.js +5 -7
- package/dist/{time-QptcTWCI.js → time--5RY6TUl.js} +1 -1
- package/dist/{transform-DGclBZTD.js → transform-CAFMLvzX.js} +3 -3
- package/dist/utils/index.js +1 -1
- package/dist/vi.YFlodzP_-BudnCaEw.js +9674 -0
- package/dist/{xstate-actors.esm-CcLF5JHw.js → xstate-actors.esm-mBMoK9sk.js} +1 -1
- package/dist/xstate-react.esm-FOaqjmTh.js +295 -0
- package/dist/{xstate.esm-COAqQ2fq.js → xstate.esm-BtLWPbX_.js} +15 -15
- package/package.json +25 -22
- package/dist/components/molecules/key-value-pairs/index.d copy.d.ts +0 -6
- package/dist/components/molecules/key-value-pairs/index.d copy.js +0 -1
- package/dist/components/organisms/survey/final-form.d.ts +0 -6
- package/dist/components/organisms/survey/final-form.js +0 -57
- package/dist/components/organisms/survey/question/edit/__stories__/edit-question-story.d.ts +0 -5
- package/dist/components/organisms/survey/question/edit/__stories__/edit-question-story.js +0 -42
- package/dist/components/organisms/survey/question/edit/add-media.js +0 -22
- package/dist/components/organisms/survey/question/edit/add-question/__stories__/add-question-story.d.ts +0 -2
- package/dist/components/organisms/survey/question/edit/add-question/__stories__/add-question-story.js +0 -19
- package/dist/components/organisms/survey/question/take/__stories__/multiple-choice-story.d.ts +0 -2
- package/dist/components/organisms/survey/question/take/__stories__/multiple-choice-story.js +0 -36
- package/dist/components/organisms/survey/question/take/__stories__/take-answer-date-time-input-story.d.ts +0 -2
- package/dist/components/organisms/survey/question/take/__stories__/take-answer-date-time-input-story.js +0 -35
- package/dist/components/organisms/survey/question/take/__stories__/take-answer-input-story.d.ts +0 -2
- package/dist/components/organisms/survey/question/take/__stories__/take-answer-input-story.js +0 -35
- package/dist/components/organisms/worlds/area-of-effect/__stories__/area-of-affect-story.d.ts +0 -2
- package/dist/components/organisms/worlds/area-of-effect/__stories__/area-of-affect-story.js +0 -19
- package/dist/components/organisms/worlds/area-of-effect/area-of-affect.d.ts +0 -26
- package/dist/components/organisms/worlds/area-of-effect/area-of-affect.js +0 -77
- package/dist/components/organisms/worlds/island/__stories__/island-story.d.ts +0 -8
- package/dist/components/organisms/worlds/island/__stories__/island-story.js +0 -70
- package/dist/components/organisms/worlds/island/__stories__/island-util.d.ts +0 -30
- package/dist/components/organisms/worlds/island/__stories__/island-util.js +0 -77
- package/dist/components/pages/blog/__stories__/blog.stories.d.ts +0 -7
- package/dist/components/pages/blog/blog.d.ts +0 -2
- package/dist/components/pages/blog/blog.js +0 -39
- package/dist/gold-leaf-view.module-p3mWnO60.js +0 -17
- package/dist/index-BfWW2ojg.js +0 -2431
- package/dist/index-_cvPLH70.js +0 -49
- package/dist/index.esm-DGm91C_6.js +0 -944
- package/dist/list.module-pjS_KHqp.js +0 -10
- package/dist/listicle.module-DSV9GdYC.js +0 -7
- package/dist/log-error-boundary-story-CcyM__Yt.js +0 -30418
- package/dist/login.module-CqspwyQc.js +0 -19
- package/dist/vi.YFlodzP_-GFQpqb3V.js +0 -12553
- package/dist/xstate-react.esm-DWdE0_Ay.js +0 -291
- /package/dist/components/molecules/header/{header.d.ts → cc-header.d.ts} +0 -0
- /package/dist/components/organisms/survey/question/edit/{answer → answer-input}/index.d.ts +0 -0
- /package/dist/components/organisms/survey/question/edit/{answer → answer-input}/index.js +0 -0
- /package/dist/components/organisms/survey/question/edit/{add-media.d.ts → edit-option-list/add-media/add-media.d.ts} +0 -0
package/README.md
CHANGED
|
@@ -37,7 +37,7 @@ import { Column, Row, Paragraph, Table, Chart, Bento } from "cross-country"
|
|
|
37
37
|
|
|
38
38
|
For this third-party library to work within NextJS, there is one change required to import it's single css bundle.
|
|
39
39
|
|
|
40
|
-
#### New App Strategy
|
|
40
|
+
#### Import Styles - New App Strategy
|
|
41
41
|
|
|
42
42
|
Edit the app\layout.tsx file to:
|
|
43
43
|
|
|
@@ -49,7 +49,7 @@ import "cross-country/dist/bundle.css";
|
|
|
49
49
|
import { ScoutProviders } from "./providers/providers";
|
|
50
50
|
```
|
|
51
51
|
|
|
52
|
-
#### Old Pages Strategy
|
|
52
|
+
#### Import Styles - Old Pages Strategy
|
|
53
53
|
|
|
54
54
|
Edit the pages\_app.js file to:
|
|
55
55
|
|
|
@@ -61,6 +61,18 @@ import "cross-country/dist/bundle.css";
|
|
|
61
61
|
import { GoogleAnalytics } from "@next/third-parties/google";
|
|
62
62
|
```
|
|
63
63
|
|
|
64
|
+
### Import Styles - Storybook Support
|
|
65
|
+
|
|
66
|
+
If you use this library in your Storybook, update the .storybook/preview.tsx file
|
|
67
|
+
|
|
68
|
+
```
|
|
69
|
+
import type { Preview } from "@storybook/react";
|
|
70
|
+
import { initialize, mswLoader } from "msw-storybook-addon";
|
|
71
|
+
import "cross-country/dist/bundle.css";
|
|
72
|
+
```
|
|
73
|
+
|
|
74
|
+
I also recommend the [mock service mocker addon](https://github.com/mswjs/msw-storybook-addon) to simulate data fetching in storybook which works very well with React hooks; similar to how we can intercept and mock response data with jest or vitest.
|
|
75
|
+
|
|
64
76
|
### Tailwind CSS Support
|
|
65
77
|
|
|
66
78
|
Each component provides a `customClass` property where you can supply your own tailwind css classes.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import e, { forwardRef as m } from "react";
|
|
2
|
-
import { b as c } from "./IconBase-
|
|
2
|
+
import { b as c } from "./IconBase-B6s7eIKI.js";
|
|
3
3
|
const o = /* @__PURE__ */ new Map([
|
|
4
4
|
[
|
|
5
5
|
"bold",
|
|
@@ -26,16 +26,16 @@ const o = /* @__PURE__ */ new Map([
|
|
|
26
26
|
/* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement("path", { d: "M170.83,101.17a4,4,0,0,1,0,5.66l-56,56a4,4,0,0,1-5.66,0l-24-24a4,4,0,0,1,5.66-5.66L112,154.34l53.17-53.17A4,4,0,0,1,170.83,101.17ZM228,128A100,100,0,1,1,128,28,100.11,100.11,0,0,1,228,128Zm-8,0a92,92,0,1,0-92,92A92.1,92.1,0,0,0,220,128Z" }))
|
|
27
27
|
]
|
|
28
28
|
]);
|
|
29
|
-
var p = Object.defineProperty, i = Object.defineProperties, Z = Object.getOwnPropertyDescriptors, r = Object.getOwnPropertySymbols,
|
|
30
|
-
for (var l in
|
|
31
|
-
|
|
29
|
+
var p = Object.defineProperty, i = Object.defineProperties, Z = Object.getOwnPropertyDescriptors, r = Object.getOwnPropertySymbols, u = Object.prototype.hasOwnProperty, A = Object.prototype.propertyIsEnumerable, n = (a, t, l) => t in a ? p(a, t, { enumerable: !0, configurable: !0, writable: !0, value: l }) : a[t] = l, f = (a, t) => {
|
|
30
|
+
for (var l in t || (t = {}))
|
|
31
|
+
u.call(t, l) && n(a, l, t[l]);
|
|
32
32
|
if (r)
|
|
33
|
-
for (var l of r(
|
|
34
|
-
|
|
35
|
-
return
|
|
36
|
-
},
|
|
37
|
-
const
|
|
38
|
-
|
|
33
|
+
for (var l of r(t))
|
|
34
|
+
A.call(t, l) && n(a, l, t[l]);
|
|
35
|
+
return a;
|
|
36
|
+
}, E = (a, t) => i(a, Z(t));
|
|
37
|
+
const d = m((a, t) => /* @__PURE__ */ e.createElement(c, E(f({ ref: t }, a), { weights: o })));
|
|
38
|
+
d.displayName = "CheckCircle";
|
|
39
39
|
export {
|
|
40
|
-
|
|
40
|
+
d as k
|
|
41
41
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import e, { forwardRef as m } from "react";
|
|
2
|
-
import { b as c } from "./IconBase-
|
|
2
|
+
import { b as c } from "./IconBase-B6s7eIKI.js";
|
|
3
3
|
const o = /* @__PURE__ */ new Map([
|
|
4
4
|
[
|
|
5
5
|
"bold",
|
|
@@ -32,16 +32,16 @@ const o = /* @__PURE__ */ new Map([
|
|
|
32
32
|
/* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement("path", { d: "M170.83,101.17a4,4,0,0,1,0,5.66l-56,56a4,4,0,0,1-5.66,0l-24-24a4,4,0,0,1,5.66-5.66L112,154.34l53.17-53.17A4,4,0,0,1,170.83,101.17ZM220,48V208a12,12,0,0,1-12,12H48a12,12,0,0,1-12-12V48A12,12,0,0,1,48,36H208A12,12,0,0,1,220,48Zm-8,0a4,4,0,0,0-4-4H48a4,4,0,0,0-4,4V208a4,4,0,0,0,4,4H208a4,4,0,0,0,4-4Z" }))
|
|
33
33
|
]
|
|
34
34
|
]);
|
|
35
|
-
var p = Object.defineProperty, H = Object.defineProperties, V = Object.getOwnPropertyDescriptors,
|
|
36
|
-
for (var
|
|
37
|
-
i.call(a,
|
|
38
|
-
if (
|
|
39
|
-
for (var
|
|
40
|
-
|
|
35
|
+
var p = Object.defineProperty, H = Object.defineProperties, V = Object.getOwnPropertyDescriptors, l = Object.getOwnPropertySymbols, i = Object.prototype.hasOwnProperty, u = Object.prototype.propertyIsEnumerable, n = (t, a, r) => a in t ? p(t, a, { enumerable: !0, configurable: !0, writable: !0, value: r }) : t[a] = r, Z = (t, a) => {
|
|
36
|
+
for (var r in a || (a = {}))
|
|
37
|
+
i.call(a, r) && n(t, r, a[r]);
|
|
38
|
+
if (l)
|
|
39
|
+
for (var r of l(a))
|
|
40
|
+
u.call(a, r) && n(t, r, a[r]);
|
|
41
41
|
return t;
|
|
42
|
-
},
|
|
43
|
-
const
|
|
44
|
-
|
|
42
|
+
}, A = (t, a) => H(t, V(a));
|
|
43
|
+
const f = m((t, a) => /* @__PURE__ */ e.createElement(c, A(Z({ ref: a }, t), { weights: o })));
|
|
44
|
+
f.displayName = "CheckSquare";
|
|
45
45
|
export {
|
|
46
|
-
|
|
46
|
+
f as q
|
|
47
47
|
};
|