cross-country 1.2.8 → 1.2.10
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 +25 -179
- package/dist/CheckCircle-gl03mB4s.js +41 -0
- package/dist/CheckSquare-B8fUZqrA.js +47 -0
- package/dist/{Color-6VNJS4EI-3JDZvzXi.js → Color-6VNJS4EI-B9-nAxis.js} +213 -235
- package/dist/{GithubLogo-dbNM-bil.js → GithubLogo-DaHldhv-.js} +1 -1
- package/dist/PencilSimple-DU_T6Ptd.js +47 -0
- package/dist/{PlusSquare-9jIfbmkB.js → PlusSquare-CaD_uX2-.js} +1 -1
- package/dist/Trash-BliI0xZV.js +41 -0
- package/dist/{TwitterLogo-oo4JOGK4.js → TwitterLogo-CX7LwqxD.js} +1 -1
- package/dist/WithTooltip-V3YHNWJZ-D2Tuqs5S.js +6 -0
- package/dist/bolt-B3uz5Pcd.js +45 -0
- package/dist/branch-list-THhuLuIv.js +73 -0
- package/dist/bundle.css +673 -111
- package/dist/button-themed-CzUZMnEw.js +57 -0
- package/dist/components/atoms/button/index.d.ts +1 -0
- package/dist/components/atoms/button/index.js +4 -0
- package/dist/components/atoms/button/pill-button.js +1 -1
- package/dist/components/atoms/checkbox/checkbox.js +1 -1
- package/dist/components/atoms/column/__tests__/column.test.js +6 -9
- package/dist/components/atoms/column/column.js +1 -1
- package/dist/components/atoms/column/index.js +2 -5
- package/dist/components/atoms/form/form.js +2 -2
- package/dist/components/atoms/form/index.js +2 -5
- package/dist/components/atoms/grid/index.d.js +2 -3
- package/dist/components/atoms/grid/index.js +2 -3
- package/dist/components/atoms/horizontal-line/horizontal-line.js +11 -4
- package/dist/components/atoms/horizontal-line/index.js +2 -5
- package/dist/components/atoms/image/__story__/image-story.js +2 -5
- package/dist/components/atoms/image/cross-country-image.js +2 -2
- package/dist/components/atoms/image/index.js +2 -6
- package/dist/components/atoms/link/link.d.ts +2 -1
- package/dist/components/atoms/link/link.js +21 -17
- package/dist/components/atoms/logo/cross-country.d.ts +5 -0
- package/dist/components/atoms/logo/cross-country.js +14 -0
- package/dist/components/atoms/logo/headwinds.d.ts +5 -0
- package/dist/components/atoms/logo/headwinds.js +14 -0
- package/dist/components/atoms/logo/index.d.ts +1 -0
- package/dist/components/atoms/logo/index.js +4 -0
- package/dist/components/atoms/radio/index.d.js +2 -6
- package/dist/components/atoms/radio/index.js +2 -6
- package/dist/components/atoms/radio/radio.js +3 -5
- package/dist/components/atoms/row/index.d.ts +1 -0
- package/dist/components/atoms/row/index.js +4 -0
- package/dist/components/atoms/row/row.js +5 -6
- package/dist/components/atoms/select/index.d.ts +1 -0
- package/dist/components/atoms/select/index.js +4 -0
- package/dist/components/atoms/select/select.d.ts +10 -0
- package/dist/components/atoms/select/select.js +29 -0
- package/dist/components/atoms/text/input/__stories__/perplexity-service.d.ts +2 -0
- package/dist/components/atoms/text/input/__stories__/perplexity-service.js +38 -0
- package/dist/components/atoms/text/input/__stories__/state-machine-fetch-dragons.d.ts +20 -0
- package/dist/components/atoms/text/input/__stories__/state-machine-fetch-dragons.js +118 -0
- package/dist/components/atoms/text/input/index.js +2 -5
- package/dist/components/atoms/text/input/input-text-machine.d.ts +95 -0
- package/dist/components/atoms/text/input/input-text-machine.js +123 -0
- package/dist/components/atoms/text/input/state-machine-text-input.d.ts +14 -0
- package/dist/components/atoms/text/input/state-machine-text-input.js +86 -0
- package/dist/components/atoms/text/input/text-input.d.ts +12 -7
- package/dist/components/atoms/text/input/text-input.js +36 -32
- package/dist/components/atoms/text/label/index.d.js +2 -5
- package/dist/components/atoms/text/label/index.js +2 -5
- package/dist/components/atoms/text/label/label.js +2 -2
- package/dist/components/atoms/text/span/__stories__/span-story.js +37 -20
- package/dist/components/atoms/text/span/index.js +2 -5
- package/dist/components/atoms/text/span/span.js +2 -2
- package/dist/components/atoms/text/text-area/index.js +2 -5
- package/dist/components/atoms/text/text-area/text-area.js +22 -23
- package/dist/components/index.d.ts +14 -3
- package/dist/components/index.js +144 -172
- package/dist/components/lab/chat/chat.d.ts +5 -0
- package/dist/components/lab/chat/chat.js +45 -0
- package/dist/components/lab/chat/index.d.ts +1 -0
- package/dist/components/lab/chat/index.js +4 -0
- package/dist/components/lab/xstate/template-machine.d.ts +9 -0
- package/dist/components/lab/xstate/template-machine.js +26 -0
- package/dist/components/lab/xstate/template-manage-states.d.ts +11 -0
- package/dist/components/lab/xstate/template-manage-states.js +19 -0
- package/dist/components/lab/xstate/template-service-events.d.ts +29 -0
- package/dist/components/lab/xstate/template-service-events.js +38 -0
- package/dist/components/molecules/autocomplete/autocomplete-machine.d.ts +113 -0
- package/dist/components/molecules/autocomplete/autocomplete-machine.js +219 -0
- package/dist/components/molecules/autocomplete/autocomplete.d.ts +6 -0
- package/dist/components/molecules/autocomplete/autocomplete.js +72 -0
- package/dist/components/molecules/autocomplete/database.json.d.ts +90 -0
- package/dist/components/molecules/card/amazon/amazon-card.d.ts +12 -0
- package/dist/components/molecules/card/amazon/amazon-card.js +93 -0
- package/dist/components/molecules/card/amazon/index.d.ts +1 -0
- package/dist/components/molecules/card/amazon/index.js +4 -0
- package/dist/components/molecules/card/amazon/types.d.ts +10 -0
- package/dist/components/molecules/card/builder/card-builder-machine/card-builder-machine.d.ts +19 -0
- package/dist/components/molecules/card/builder/card-builder-machine/card-builder-machine.js +38 -0
- package/dist/components/molecules/card/builder/card-builder-machine/card-service-events.d.ts +37 -0
- package/dist/components/molecules/card/builder/card-builder-machine/card-service-events.js +48 -0
- package/dist/components/molecules/card/builder/card-builder-machine/card-states.d.ts +14 -0
- package/dist/components/molecules/card/builder/card-builder-machine/card-states.js +9 -0
- package/dist/components/molecules/card/builder/card-builder-machine/platform-states-amazon.d.ts +8 -0
- package/dist/components/molecules/card/builder/card-builder-machine/platform-states-amazon.js +15 -0
- package/dist/components/molecules/card/builder/card-builder-machine/platform-states-common.d.ts +8 -0
- package/dist/components/molecules/card/builder/card-builder-machine/platform-states-common.js +15 -0
- package/dist/components/molecules/card/builder/card-builder.d.ts +4 -0
- package/dist/components/molecules/card/builder/card-builder.js +19 -0
- package/dist/components/molecules/card/builder/card-editor.d.ts +5 -0
- package/dist/components/molecules/card/builder/card-editor.js +94 -0
- package/dist/components/molecules/card/builder/card-view-default.d.ts +2 -0
- package/dist/components/molecules/card/builder/card-view-default.js +6 -0
- package/dist/components/molecules/card/builder/card-view.d.ts +9 -0
- package/dist/components/molecules/card/builder/card-view.js +19 -0
- package/dist/components/molecules/card/card.d.ts +2 -1
- package/dist/components/molecules/card/card.js +52 -13
- package/dist/components/molecules/card/index.js +2 -7
- package/dist/components/molecules/day-number/__stories__/day-number-story.js +2 -24
- package/dist/components/molecules/day-number/day-number.js +39 -19
- package/dist/components/molecules/day-number/index.js +2 -25
- package/dist/components/molecules/error/error-story.js +2 -3
- package/dist/components/molecules/error/error.js +1 -1
- package/dist/components/molecules/error/index.js +2 -4
- package/dist/components/molecules/field/__stories__/field-story.js +4 -27
- package/dist/components/molecules/field/field.js +52 -34
- package/dist/components/molecules/field/field.types.d.ts +4 -0
- package/dist/components/molecules/field/index.js +2 -26
- package/dist/components/molecules/footer/__stories__/footer.stories-notready.d.ts +0 -0
- package/dist/components/molecules/footer/footer.d.ts +4 -0
- package/dist/components/molecules/footer/footer.js +5 -0
- package/dist/components/molecules/footer/index.d.ts +1 -0
- package/dist/components/molecules/footer/index.js +4 -0
- package/dist/components/molecules/gold-leaf/__stories___/gold-leaf-story.js +3 -31
- package/dist/components/molecules/gold-leaf/gold-leaf-view/__stories__/gold-leaf-view-story.js +4 -31
- package/dist/components/molecules/gold-leaf/gold-leaf-view/__tests__/gold-leaf-view.test.js +12 -41
- package/dist/components/molecules/gold-leaf/gold-leaf-view/controls/__stories___/gold-leaf-controls-story.js +2 -27
- package/dist/components/molecules/gold-leaf/gold-leaf-view/controls/gold-leaf-view-controls.js +64 -46
- package/dist/components/molecules/gold-leaf/gold-leaf-view/gold-leaf-view.js +37 -22
- package/dist/components/molecules/gold-leaf/gold-leaf-view/index.js +2 -29
- package/dist/components/molecules/gold-leaf/gold-leaf-view/title-image/gold-leaf-image.js +59 -0
- package/dist/components/molecules/gold-leaf/gold-leaf-view/title-image/gold-title-image-card.d.ts +2 -2
- package/dist/components/molecules/gold-leaf/gold-leaf-view/title-image/gold-title-image-card.js +41 -24
- package/dist/components/molecules/gold-leaf/gold-leaf.js +6 -32
- package/dist/components/molecules/gold-leaf/index.js +2 -30
- package/dist/components/molecules/header/__stories__/header.stories-notready.d.ts +0 -0
- package/dist/components/molecules/header/{Header.d.ts → header.d.ts} +2 -2
- package/dist/components/molecules/header/header.js +64 -0
- package/dist/components/molecules/header/index.d.ts +1 -0
- package/dist/components/molecules/header/index.js +4 -0
- package/dist/components/molecules/hero/hero.js +38 -20
- package/dist/components/molecules/hero/index.js +2 -26
- package/dist/components/molecules/icons/x/index.js +2 -25
- package/dist/components/molecules/icons/x/x.js +36 -18
- package/dist/components/molecules/key-value-pairs/__stories__/key-value-pairs-story.js +4 -29
- package/dist/components/molecules/key-value-pairs/__tests__/key-value-pairs.js +8 -33
- package/dist/components/molecules/key-value-pairs/index.js +2 -28
- package/dist/components/molecules/key-value-pairs/key-value-pairs.js +38 -22
- package/dist/components/molecules/keywords/__stories__/keywords-story.js +4 -31
- package/dist/components/molecules/keywords/index.js +2 -30
- package/dist/components/molecules/keywords/keywords.js +44 -30
- package/dist/components/molecules/loading/__tests__/loading.test.js +7 -10
- package/dist/components/molecules/loading/index.js +2 -4
- package/dist/components/molecules/loading/loading-story.js +2 -3
- package/dist/components/molecules/loading/loading.js +1 -1
- package/dist/components/molecules/log-error-boundary/__stories__/log-error-boundary-story.js +2 -24
- package/dist/components/molecules/log-error-boundary/__tests__/log-error-boundary.test.js +10 -32
- package/dist/components/molecules/log-error-boundary/index.js +2 -24
- package/dist/components/molecules/log-error-boundary/log-error-boundary.js +37 -18
- package/dist/components/molecules/page/index.js +2 -6
- package/dist/components/molecules/page/page.js +10 -11
- package/dist/components/molecules/policies/privacy-policy.js +71 -51
- package/dist/components/molecules/policies/terms-of-use.js +64 -44
- package/dist/components/molecules/radiogroup/__stories__/radio-group-form-story.js +63 -47
- package/dist/components/molecules/radiogroup/__stories__/radio-group-react-hook-form-story.js +60 -44
- package/dist/components/molecules/radiogroup/index.js +2 -12
- package/dist/components/molecules/radiogroup/radiogroup.d.ts +13 -6
- package/dist/components/molecules/radiogroup/radiogroup.js +20 -26
- package/dist/components/molecules/screen/screen.d.ts +1 -1
- package/dist/components/molecules/screen/screen.js +48 -17
- package/dist/components/molecules/stagger/index.js +2 -25
- package/dist/components/molecules/stagger/stagger.d.ts +15 -13
- package/dist/components/molecules/stagger/stagger.js +52 -29
- package/dist/components/molecules/tile/corner.js +1 -1
- package/dist/components/molecules/tile/corners.js +23 -25
- package/dist/components/molecules/tile/tile-color.js +13 -14
- package/dist/components/molecules/tile/tile-interactive.js +43 -93
- package/dist/components/molecules/tile/tile.d.ts +2 -2
- package/dist/components/molecules/tile/tile.js +4 -36
- package/dist/components/molecules/time-progress/__stories__/progress-story.js +2 -24
- package/dist/components/molecules/time-progress/__tests__/progress.test.js +6 -29
- package/dist/components/molecules/time-progress/index.js +2 -25
- package/dist/components/molecules/time-progress/pilot/index.js +1 -1
- package/dist/components/molecules/time-progress/progress-over-year.js +38 -19
- package/dist/components/molecules/time-progress/progress.js +38 -19
- package/dist/components/molecules/user/__stories__/user-story.d.ts +5 -0
- package/dist/components/molecules/user/__stories__/user-story.js +6 -0
- package/dist/components/molecules/user/anon-user.d.ts +4 -0
- package/dist/components/molecules/user/anon-user.js +82 -0
- package/dist/components/molecules/user/index.d.js +1 -0
- package/dist/components/molecules/user/index.d.ts +1 -0
- package/dist/components/molecules/user/index.js +4 -0
- package/dist/components/molecules/user/typings.d.js +1 -0
- package/dist/components/molecules/user/user.d.ts +3 -0
- package/dist/components/molecules/{profile-porthole/profile-porthole.js → user/user.js} +45 -26
- package/dist/components/molecules/user/user.types.d.ts +11 -0
- package/dist/components/molecules/user/user.types.js +1 -0
- package/dist/components/molecules/wallpaper/index.d.ts +1 -0
- package/dist/components/molecules/wallpaper/index.js +4 -0
- package/dist/components/molecules/wallpaper/wallpaper-here-be-taverns.d.ts +2 -0
- package/dist/components/molecules/wallpaper/wallpaper-here-be-taverns.js +16 -0
- package/dist/components/molecules/wallpaper/wallpaper.d.ts +14 -0
- package/dist/components/molecules/wallpaper/wallpaper.js +118 -0
- package/dist/components/molecules/wrapper/__stories__/wrapper-children-story.d.ts +2 -0
- package/dist/components/molecules/wrapper/__stories__/wrapper-children-story.js +64 -0
- package/dist/components/molecules/wrapper/index.js +2 -6
- package/dist/components/molecules/wrapper/wrapper.d.ts +1 -1
- package/dist/components/molecules/wrapper/wrapper.js +22 -15
- package/dist/components/organisms/actors/actor/actor.d.ts +2 -1
- package/dist/components/organisms/actors/actor/actor.js +37 -17
- package/dist/components/organisms/actors/actor/index.js +2 -23
- package/dist/components/organisms/actors/animal/__stories__/animal-story.d.ts +3 -0
- package/dist/components/organisms/actors/animal/__stories__/animal-story.js +7 -0
- package/dist/components/organisms/actors/animal/animal.d.ts +22 -0
- package/dist/components/organisms/actors/animal/animal.js +38 -0
- package/dist/components/organisms/actors/party/cleric/cleric.js +15 -35
- package/dist/components/organisms/actors/party/cleric/index.js +2 -24
- package/dist/components/organisms/actors/party/hunter/__stories__/hunter-next-meeting.store.d.ts +8 -0
- package/dist/components/organisms/actors/party/hunter/__stories__/hunter-next-meeting.store.js +170 -0
- package/dist/components/organisms/actors/party/warrior/index.js +2 -24
- package/dist/components/organisms/actors/party/warrior/warrior.js +14 -34
- package/dist/components/organisms/actors/party/wizard/index.js +2 -24
- package/dist/components/organisms/actors/party/wizard/wizard.js +14 -34
- package/dist/components/organisms/actors/wisp/index.js +2 -24
- package/dist/components/organisms/actors/wisp/wisp.js +7 -27
- package/dist/components/organisms/ads/ad-card.d.ts +5 -0
- package/dist/components/organisms/ads/ad-card.js +77 -0
- package/dist/components/organisms/ads/ads.d.ts +7 -0
- package/dist/components/organisms/ads/ads.js +21 -0
- package/dist/components/organisms/ads/index.d.ts +1 -0
- package/dist/components/organisms/ads/index.js +4 -0
- package/dist/components/organisms/animation/animate-actor/animate-actor.d.ts +2 -0
- package/dist/components/organisms/animation/animate-actor/animate-actor.js +58 -0
- package/dist/components/organisms/animation/one-day/index.d.ts +1 -0
- package/dist/components/organisms/animation/one-day/index.js +4 -0
- package/dist/components/organisms/animation/one-day/one-day.d.ts +9 -0
- package/dist/components/organisms/animation/one-day/one-day.js +136 -0
- package/dist/components/organisms/animation/reverse-text-animation/index.d.ts +1 -0
- package/dist/components/organisms/animation/reverse-text-animation/index.js +4 -0
- package/dist/components/organisms/animation/reverse-text-animation/reverse-text-animation.d.ts +11 -0
- package/dist/components/organisms/animation/reverse-text-animation/reverse-text-animation.js +77 -0
- package/dist/components/organisms/bento/bento.d.ts +9 -0
- package/dist/components/organisms/bento/bento.js +23 -0
- package/dist/components/organisms/bento/index.d.ts +1 -0
- package/dist/components/organisms/bento/index.js +4 -0
- package/dist/components/organisms/bento/layouts/five-by-four/bento-five-by-four.d.ts +20 -0
- package/dist/components/organisms/bento/layouts/five-by-four/bento-five-by-four.js +180 -0
- package/dist/components/organisms/bento/layouts/four-by-four/bento-four-by-four.d.ts +20 -0
- package/dist/components/organisms/bento/layouts/four-by-four/bento-four-by-four.js +171 -0
- package/dist/components/organisms/bento/layouts/three-by-three/bento-three-by-three.d.ts +16 -0
- package/dist/components/organisms/bento/layouts/three-by-three/bento-three-by-three.js +135 -0
- package/dist/components/organisms/bento/layouts/two-by-two/bento-two-by-two.d.ts +14 -0
- package/dist/components/organisms/bento/layouts/two-by-two/bento-two-by-two.js +144 -0
- package/dist/components/organisms/blog/__stories__/blog-story.d.ts +2 -0
- package/dist/components/organisms/blog/__stories__/blog-story.js +66 -0
- package/dist/components/organisms/blog/blog-post/__stories__/blog-post-story.d.ts +2 -0
- package/dist/components/organisms/blog/blog-post/__stories__/blog-post-story.js +55 -0
- package/dist/components/organisms/blog/blog-post/blog-post-machine/build-listicle-machine.d.ts +22 -0
- package/dist/components/organisms/blog/blog-post/blog-post-machine/build-listicle-machine.js +51 -0
- package/dist/components/organisms/blog/blog-post/blog-post-machine/delete-listicle-item.d.ts +35 -0
- package/dist/components/organisms/blog/blog-post/blog-post-machine/delete-listicle-item.js +88 -0
- package/dist/components/organisms/blog/blog-post/blog-post-machine/index.d.ts +1 -0
- package/dist/components/organisms/blog/blog-post/blog-post-machine/index.js +4 -0
- package/dist/components/organisms/blog/blog-post/blog-post-machine/load-listicle.d.ts +37 -0
- package/dist/components/organisms/blog/blog-post/blog-post-machine/load-listicle.js +82 -0
- package/dist/components/organisms/blog/blog-post/blog-post-machine/manage-listicle-items.d.ts +52 -0
- package/dist/components/organisms/blog/blog-post/blog-post-machine/manage-listicle-items.js +135 -0
- package/dist/components/organisms/blog/blog-post/blog-post-machine/save-listicle-item.d.ts +34 -0
- package/dist/components/organisms/blog/blog-post/blog-post-machine/save-listicle-item.js +81 -0
- package/dist/components/organisms/blog/blog-post/blog-post-machine/save-listicle.js +59 -0
- package/dist/components/organisms/blog/blog-post/blog-post-machine/update-listice-item.d.ts +42 -0
- package/dist/components/organisms/blog/blog-post/blog-post-machine/update-listice-item.js +74 -0
- package/dist/components/organisms/blog/blog-post/blog-post-machine/update-listicle-title.d.ts +0 -0
- package/dist/components/organisms/blog/blog-post/blog-post-machine/update-listicle-title.js +1 -0
- package/dist/components/organisms/blog/blog-post/blog-post-machine/util.d.ts +8 -0
- package/dist/components/organisms/blog/blog-post/blog-post-machine/util.js +12 -0
- package/dist/components/organisms/blog/blog-post/blog-post.d.ts +3 -0
- package/dist/components/organisms/blog/blog-post/blog-post.js +129 -0
- package/dist/components/{molecules/gold-leaf/gold-leaf-post/gold-leaf-post.types.js → organisms/blog/blog-post/blog-post.types.js} +1 -1
- package/dist/components/organisms/blog/blog-post-list.d.ts +6 -0
- package/dist/components/organisms/blog/blog-post-list.js +62 -0
- package/dist/components/organisms/blog/blog.d.ts +4 -0
- package/dist/components/organisms/blog/blog.js +58 -0
- package/dist/components/organisms/blog/blog.types.d.ts +5 -0
- package/dist/components/organisms/blog/blog.types.js +1 -0
- package/dist/components/organisms/blog/index.d.ts +1 -0
- package/dist/components/organisms/blog/index.js +4 -0
- package/dist/components/organisms/branches/__stories__/branches-story.js +2 -37
- package/dist/components/organisms/branches/__tests__/branch-list.test.js +13 -44
- package/dist/components/organisms/branches/branch-list.js +39 -26
- package/dist/components/organisms/branches/branches.js +40 -31
- package/dist/components/organisms/branches/index.js +2 -38
- package/dist/components/organisms/calendar/__stories__/calendar-story.d.ts +2 -0
- package/dist/components/organisms/calendar/__stories__/calendar-story.js +6 -0
- package/dist/components/organisms/calendar/calendar-util.d.ts +4 -0
- package/dist/components/organisms/calendar/calendar-util.js +30 -0
- package/dist/components/organisms/calendar/calendar.d.ts +4 -0
- package/dist/components/organisms/calendar/calendar.js +102 -0
- package/dist/components/organisms/calendar/index.d.ts +1 -0
- package/dist/components/organisms/calendar/index.js +4 -0
- package/dist/components/organisms/charts/axis/bottom-axis/bottom-axis.js +3 -3
- package/dist/components/organisms/charts/axis/bottom-axis/index.js +2 -7
- package/dist/components/organisms/charts/chart/__stories__/chart-story.js +12 -41
- package/dist/components/organisms/charts/chart/__stories__/data-set.js +3 -4
- package/dist/components/organisms/charts/chart/chart-gold-leaf/chart-gold-leaf.js +35 -16
- package/dist/components/organisms/charts/chart/chart-gold-leaf/index.js +2 -24
- package/dist/components/organisms/charts/chart/chart.js +18 -40
- package/dist/components/organisms/charts/chart/index.js +2 -31
- package/dist/components/organisms/charts/line/index.js +2 -7
- package/dist/components/organisms/charts/line/line-chart.js +3 -3
- package/dist/components/organisms/charts/scatterplot/__stories__/scatterplot-story.js +2 -7
- package/dist/components/organisms/charts/scatterplot/index.js +2 -8
- package/dist/components/organisms/charts/scatterplot/scatterplot.js +4 -4
- package/dist/components/organisms/clusters/cluster.js +37 -18
- package/dist/components/organisms/listicle/__stories__/andor-right-click-story.d.ts +2 -0
- package/dist/components/organisms/listicle/__stories__/andor-right-click-story.js +60 -0
- package/dist/components/organisms/listicle/__stories__/listicle-builder-story.d.ts +2 -0
- package/dist/components/organisms/listicle/__stories__/listicle-builder-story.js +6 -0
- package/dist/components/organisms/listicle/__stories__/listicle-fb-v-canada-story.d.ts +2 -0
- package/dist/components/organisms/listicle/__stories__/listicle-fb-v-canada-story.js +63 -0
- package/dist/components/organisms/listicle/__stories__/listicle-story.d.ts +2 -0
- package/dist/components/organisms/listicle/__stories__/listicle-story.js +85 -0
- package/dist/components/organisms/listicle/build-listicle-machine/build-listicle-machine.d.ts +21 -0
- package/dist/components/organisms/listicle/build-listicle-machine/build-listicle-machine.js +50 -0
- package/dist/components/organisms/listicle/build-listicle-machine/delete-listicle-item.d.ts +35 -0
- package/dist/components/organisms/listicle/build-listicle-machine/delete-listicle-item.js +88 -0
- package/dist/components/organisms/listicle/build-listicle-machine/index.d.ts +1 -0
- package/dist/components/organisms/listicle/build-listicle-machine/index.js +4 -0
- package/dist/components/organisms/listicle/build-listicle-machine/load-listicle.d.ts +37 -0
- package/dist/components/organisms/listicle/build-listicle-machine/load-listicle.js +82 -0
- package/dist/components/organisms/listicle/build-listicle-machine/manage-listicle-items.d.ts +52 -0
- package/dist/components/organisms/listicle/build-listicle-machine/manage-listicle-items.js +135 -0
- package/dist/components/organisms/listicle/build-listicle-machine/save-listicle-item.d.ts +34 -0
- package/dist/components/organisms/listicle/build-listicle-machine/save-listicle-item.js +81 -0
- package/dist/components/organisms/listicle/build-listicle-machine/save-listicle.js +59 -0
- package/dist/components/organisms/listicle/build-listicle-machine/update-listice-item.d.ts +42 -0
- package/dist/components/organisms/listicle/build-listicle-machine/update-listice-item.js +74 -0
- package/dist/components/organisms/listicle/build-listicle-machine/update-listicle-title.d.ts +0 -0
- package/dist/components/organisms/listicle/build-listicle-machine/update-listicle-title.js +1 -0
- package/dist/components/organisms/listicle/build-listicle-machine/util.d.ts +8 -0
- package/dist/components/organisms/listicle/build-listicle-machine/util.js +12 -0
- package/dist/components/organisms/listicle/edit-listicle/edit-listicle.d.ts +5 -0
- package/dist/components/organisms/listicle/edit-listicle/edit-listicle.js +59 -0
- package/dist/components/organisms/listicle/edit-listicle/index.d.ts +0 -0
- package/dist/components/organisms/listicle/edit-listicle/index.js +1 -0
- package/dist/components/organisms/listicle/edit-listicle-item-list/edit-listicle-item-list.d.ts +14 -0
- package/dist/components/organisms/listicle/edit-listicle-item-list/edit-listicle-item-list.js +108 -0
- package/dist/components/organisms/listicle/edit-listicle-item-list/index.d.ts +1 -0
- package/dist/components/organisms/listicle/edit-listicle-item-list/index.js +4 -0
- package/dist/components/organisms/listicle/edit-listicle-item-list/listicle-item-input.d.ts +9 -0
- package/dist/components/organisms/listicle/edit-listicle-item-list/listicle-item-input.js +135 -0
- package/dist/components/organisms/listicle/edit-listicle-item-list/listicle-item.d.ts +3 -0
- package/dist/components/organisms/listicle/edit-listicle-item-list/listicle-item.js +52 -0
- package/dist/components/organisms/listicle/edit-listicle-item-list/types.d.ts +9 -0
- package/dist/components/organisms/listicle/edit-listicle-item-list/types.js +1 -0
- package/dist/components/organisms/listicle/index.d.ts +1 -0
- package/dist/components/organisms/listicle/index.js +4 -0
- package/dist/components/organisms/listicle/listicle-builder.d.ts +4 -0
- package/dist/components/organisms/listicle/listicle-builder.js +199 -0
- package/dist/components/organisms/listicle/listicle-item-list.d.ts +5 -0
- package/dist/components/organisms/listicle/listicle-item-list.js +64 -0
- package/dist/components/organisms/listicle/listicle.js +59 -0
- package/dist/components/organisms/listicle/post-link.js +67 -0
- package/dist/components/organisms/listicle/types.d.ts +13 -0
- package/dist/components/organisms/listicle/types.js +1 -0
- package/dist/components/organisms/login/__stories__/login-story.d.ts +5 -0
- package/dist/components/organisms/login/__stories__/login-story.js +62 -0
- package/dist/components/organisms/login/login-feedback-transition.d.ts +0 -6
- package/dist/components/organisms/login/login-feedback-transition.js +1 -40
- package/dist/components/organisms/login/login-fetching-transition.js +37 -20
- package/dist/components/organisms/login/login-fields-transition.js +115 -38
- package/dist/components/organisms/login/login-response-transition.d.ts +2 -1
- package/dist/components/organisms/login/login-response-transition.js +43 -53
- package/dist/components/organisms/login/login-submit-transition.d.ts +1 -1
- package/dist/components/organisms/login/login-submit-transition.js +69 -34
- package/dist/components/organisms/login/login-view.d.ts +4 -1
- package/dist/components/organisms/login/login-view.js +116 -76
- package/dist/components/organisms/login/login.d.ts +2 -4
- package/dist/components/organisms/login/login.js +165 -186
- package/dist/components/organisms/metrics/index.js +2 -26
- package/dist/components/organisms/metrics/metrics.js +37 -19
- package/dist/components/organisms/palettes/__stories__/palettes-story.js +2 -31
- package/dist/components/organisms/palettes/index.js +2 -32
- package/dist/components/organisms/palettes/palettes.js +46 -34
- package/dist/components/organisms/registration/index.d.ts +1 -0
- package/dist/components/organisms/registration/index.js +4 -0
- package/dist/components/organisms/registration/password-strength-helper.d.ts +5 -0
- package/dist/components/organisms/registration/password-strength-helper.js +149 -0
- package/dist/components/organisms/registration/post-registration.d.ts +45 -0
- package/dist/components/organisms/registration/post-registration.js +68 -0
- package/dist/components/organisms/registration/registration-form.d.ts +10 -0
- package/dist/components/organisms/registration/registration-form.js +252 -0
- package/dist/components/organisms/registration/registration-machine.d.ts +15 -0
- package/dist/components/organisms/registration/registration-machine.js +117 -0
- package/dist/components/organisms/registration/registration-response.d.ts +5 -0
- package/dist/components/organisms/registration/registration-response.js +111 -0
- package/dist/components/organisms/registration/registration-util.d.ts +8 -0
- package/dist/components/organisms/registration/registration-util.js +17 -0
- package/dist/components/organisms/registration/registration.d.ts +11 -0
- package/dist/components/organisms/registration/registration.js +121 -0
- package/dist/components/organisms/stage/index.js +2 -26
- package/dist/components/organisms/stage/stage.d.ts +10 -24
- package/dist/components/organisms/stage/stage.js +39 -19
- package/dist/components/organisms/survey/__stories__/build-form-story.js +58 -55
- package/dist/components/organisms/survey/build-form-machine.d.ts +2 -28
- package/dist/components/organisms/survey/build-form-machine.js +49 -48
- package/dist/components/organisms/survey/build-form.js +78 -61
- package/dist/components/organisms/survey/final-form.d.ts +3 -3
- package/dist/components/organisms/survey/final-form.js +69 -80
- package/dist/components/organisms/survey/question/edit/__stories__/edit-question-story.js +49 -44
- package/dist/components/organisms/survey/question/edit/add-media.d.ts +2 -0
- package/dist/components/organisms/survey/question/edit/add-media.js +49 -0
- package/dist/components/organisms/survey/question/edit/add-question/__stories__/add-question-story.js +44 -15
- package/dist/components/organisms/survey/question/edit/add-question/add-question.d.ts +11 -5
- package/dist/components/organisms/survey/question/edit/add-question/add-question.js +155 -66
- package/dist/components/organisms/survey/question/edit/add-question/index.js +2 -38
- package/dist/components/organisms/survey/question/edit/answer/answer-input.js +65 -43
- package/dist/components/organisms/survey/question/edit/answer/index.js +2 -27
- package/dist/components/organisms/survey/question/edit/answer-input.d.ts +5 -1
- package/dist/components/organisms/survey/question/edit/answer-input.js +115 -43
- package/dist/components/organisms/survey/question/edit/edit-multiple-choice.js +59 -44
- package/dist/components/organisms/survey/question/edit/edit-option-list/__stories__/edit-option-list-story.d.ts +1 -3
- package/dist/components/organisms/survey/question/edit/edit-option-list/__stories__/edit-option-list-story.js +3 -2
- package/dist/components/organisms/survey/question/edit/edit-option-list/edit-option-list-machine.d.ts +1 -1
- package/dist/components/organisms/survey/question/edit/edit-option-list/edit-option-list-machine.js +22 -17
- package/dist/components/organisms/survey/question/edit/edit-option-list/edit-option-list.d.ts +11 -2
- package/dist/components/organisms/survey/question/edit/edit-option-list/edit-option-list.js +104 -53
- package/dist/components/organisms/survey/question/edit/edit-option-list/index.js +2 -30
- package/dist/components/organisms/survey/question/edit/edit-option-list/option-input.d.ts +2 -1
- package/dist/components/organisms/survey/question/edit/edit-option-list/option-input.js +77 -78
- package/dist/components/organisms/survey/question/edit/edit-option-list/option.d.ts +2 -3
- package/dist/components/organisms/survey/question/edit/edit-option-list/option.js +61 -3
- package/dist/components/organisms/survey/question/edit/edit-question-list.js +8 -40
- package/dist/components/organisms/survey/question/edit/edit-question.js +14 -44
- package/dist/components/organisms/survey/question/edit/edit-title-input.d.ts +7 -0
- package/dist/components/organisms/survey/question/edit/edit-title-input.js +48 -0
- package/dist/components/organisms/survey/question/edit/question-answer-input.d.ts +7 -0
- package/dist/components/organisms/survey/question/edit/question-answer-input.js +121 -0
- package/dist/components/organisms/survey/question/take/__stories__/multiple-choice-story.js +53 -45
- package/dist/components/organisms/survey/question/take/__stories__/take-answer-date-time-input-story.d.ts +2 -0
- package/dist/components/organisms/survey/question/take/__stories__/take-answer-date-time-input-story.js +62 -0
- package/dist/components/organisms/survey/question/take/__stories__/take-answer-input-story.d.ts +2 -0
- package/dist/components/organisms/survey/question/take/__stories__/take-answer-input-story.js +62 -0
- package/dist/components/organisms/survey/question/take/index.js +2 -32
- package/dist/components/organisms/survey/question/take/inputs/date-time-input.d.ts +5 -0
- package/dist/components/organisms/survey/question/take/inputs/date-time-input.js +62 -0
- package/dist/components/organisms/survey/question/take/inputs/input-manager.d.ts +10 -0
- package/dist/components/organisms/survey/question/take/inputs/input-manager.js +61 -0
- package/dist/components/organisms/survey/question/take/multiple-choice.d.ts +13 -6
- package/dist/components/organisms/survey/question/take/multiple-choice.js +60 -40
- package/dist/components/organisms/survey/question/take/question-list.d.ts +1 -2
- package/dist/components/organisms/survey/question/take/question-list.js +7 -35
- package/dist/components/organisms/survey/question/take/question.d.ts +1 -1
- package/dist/components/organisms/survey/question/take/question.js +12 -39
- package/dist/components/organisms/survey/question/take/take-answer-input.d.ts +11 -0
- package/dist/components/organisms/survey/question/take/take-answer-input.js +122 -0
- package/dist/components/organisms/survey/question/types.d.ts +6 -0
- package/dist/components/organisms/survey/question/types.js +8 -1
- package/dist/components/organisms/tile-grid/__stories__/island-util.d.ts +9 -0
- package/dist/components/organisms/tile-grid/__stories__/island-util.js +34 -0
- package/dist/components/organisms/tile-grid/grid-row.d.ts +5 -0
- package/dist/components/organisms/tile-grid/grid-row.js +45 -0
- package/dist/components/organisms/tile-grid/index.d.ts +1 -0
- package/dist/components/organisms/tile-grid/index.js +4 -0
- package/dist/components/organisms/tile-grid/island-tile-grid.d.ts +5 -0
- package/dist/components/organisms/tile-grid/island-tile-grid.js +69 -0
- package/dist/components/organisms/tile-grid/tile-grid.d.ts +27 -0
- package/dist/components/organisms/tile-grid/tile-grid.js +45 -0
- package/dist/components/organisms/worlds/area-of-effect/__stories__/area-of-affect-story.js +46 -0
- package/dist/components/organisms/worlds/area-of-effect/area-of-affect.d.ts +4 -4
- package/dist/components/organisms/worlds/area-of-effect/area-of-affect.js +71 -59
- package/dist/components/organisms/worlds/island/island-story.js +52 -40
- package/dist/components/organisms/worlds/island/island-util.js +70 -58
- package/dist/components/pages/home/__stories__/home-story.js +2 -25
- package/dist/components/pages/home/headwinds/__story__/headwinds-story.js +2 -57
- package/dist/components/pages/home/headwinds/header/headwinds-header.js +41 -23
- package/dist/components/pages/home/headwinds/headwinds-footer.js +40 -22
- package/dist/components/pages/home/headwinds/headwinds-hero.js +37 -42
- package/dist/components/pages/home/headwinds/headwinds-sidequest.js +77 -59
- package/dist/components/pages/home/headwinds/home.js +39 -50
- package/dist/components/pages/home/headwinds/index.js +2 -58
- package/dist/components/pages/home/home.js +4 -26
- package/dist/components/pages/home/index.js +2 -26
- package/dist/components/pages/profile/headwinds/__stories__/headwinds-profile-story.js +2 -31
- package/dist/components/pages/profile/headwinds/headwinds-profile.js +80 -61
- package/dist/components/pages/profile/headwinds/index.js +2 -32
- package/dist/components/templates/home/__stories__/home-story.js +3 -25
- package/dist/components/templates/home/__tests__/home.test.js +10 -33
- package/dist/components/templates/home/headwinds/__stories__/headwinds-home-hero-story.js +4 -26
- package/dist/components/templates/home/headwinds/__stories__/headwinds-home-story.js +4 -26
- package/dist/components/templates/home/headwinds/headwinds-home-hero.js +40 -20
- package/dist/components/templates/home/headwinds/headwinds-home.js +44 -24
- package/dist/components/templates/home/headwinds/index.js +2 -25
- package/dist/components/templates/home/home.js +38 -18
- package/dist/components/templates/home/index.js +2 -25
- package/dist/{continuous-uUIulEAD.js → continuous-CrZDdlkj.js} +34 -34
- package/dist/cross-country-config-private-fO-GbIZy.js +8 -0
- package/dist/cross-country-image.module-C30GzdxP.js +6 -0
- package/dist/{error.module-ZjH1vsd8.js → error.module-HrQc7U4R.js} +1 -1
- package/dist/{feed-util-5st-Wf74.js → feed-util-C-8ZheDJ.js} +39 -43
- package/dist/{formatter-SWP5E3XI-qy5D7_hU.js → formatter-SWP5E3XI-CU5wZ3Iv.js} +4 -32
- package/dist/gold-leaf-view-CiNrHK2c.js +93 -0
- package/dist/{headline-NE0WZHlf.js → headline-D5xcfEaq.js} +1 -1
- package/dist/headwinds-header.module-B7KW3cJl.js +1176 -0
- package/dist/hooks/useListicle.js +34 -59
- package/dist/hooks/useLoginLocalStorage.d.ts +11 -0
- package/dist/hooks/useLoginLocalStorage.js +22 -0
- package/dist/hooks/useRapidApi.d.ts +1 -0
- package/dist/hooks/useRapidApi.js +24 -22
- package/dist/horizontal-line.module-D6riS2tF.js +8 -0
- package/dist/{index-IZePk-zH.js → index-CgpPy9sP.js} +18094 -18094
- package/dist/index.esm-B9zbvvPz.js +2277 -0
- package/dist/index.esm-ByOQrMDe.js +923 -0
- package/dist/index.js +168 -177
- package/dist/key-value-pairs-C5-bJ42G.js +88 -0
- package/dist/{linear-G6zMHWml.js → linear-CvgK39IQ.js} +1 -1
- package/dist/list-dQFw1wUd.js +14 -0
- package/dist/list-item-Cq03W7zp.js +8 -0
- package/dist/log-2a4cc478.esm-OBpROLZo.js +1685 -0
- package/dist/{log-error-boundary-story-izQKog3m.js → log-error-boundary-story-BrC-aXjB.js} +1719 -1638
- package/dist/login-response-transition-BeDSgzAg.js +133 -0
- package/dist/login.module-CqspwyQc.js +19 -0
- package/dist/logo.module-DzpDMKNJ.js +6 -0
- package/dist/{magic-string.es-MkJpr82N.js → magic-string.es-CdQqM4J9.js} +51 -32
- package/dist/models/ActorModel.d.ts +34 -2
- package/dist/models/ActorModel.js +6 -20
- package/dist/models/BookModel.d.ts +10 -0
- package/dist/models/BookModel.js +12 -0
- package/dist/models/ChapterModel.d.ts +19 -0
- package/dist/models/ChapterModel.js +21 -0
- package/dist/models/EnemyModel.d.ts +47 -0
- package/dist/models/EnemyModel.js +19 -0
- package/dist/models/ItemModel.d.ts +10 -0
- package/dist/models/ItemModel.js +12 -0
- package/dist/models/LeafModel.d.ts +105 -0
- package/dist/models/LeafModel.js +241 -0
- package/dist/models/LevelModel.d.ts +10 -0
- package/dist/models/LevelModel.js +12 -0
- package/dist/models/NPCModel.d.ts +22 -0
- package/dist/models/NPCModel.js +20 -0
- package/dist/models/NeutralModel.d.ts +14 -0
- package/dist/models/NeutralModel.js +16 -0
- package/dist/models/ObstacleModel.d.ts +13 -0
- package/dist/models/ObstacleModel.js +15 -0
- package/dist/models/PlayerModel.d.ts +38 -0
- package/dist/models/PlayerModel.js +43 -0
- package/dist/models/PortholeBranchModel.d.ts +27 -0
- package/dist/models/PortholeBranchModel.js +31 -0
- package/dist/models/PostModel.d.ts +20 -0
- package/dist/models/PostModel.js +13 -0
- package/dist/models/QuestModel.d.ts +16 -0
- package/dist/models/QuestModel.js +18 -0
- package/dist/models/QuestStepModel.d.ts +7 -0
- package/dist/models/QuestStepModel.js +9 -0
- package/dist/models/SettingsModel.d.ts +10 -0
- package/dist/models/SettingsModel.js +12 -0
- package/dist/models/ShieldModel.d.ts +11 -0
- package/dist/models/ShieldModel.js +13 -0
- package/dist/models/TileModel.d.ts +15 -0
- package/dist/models/TileModel.js +17 -0
- package/dist/models/UserModel.d.ts +12 -1
- package/dist/models/UserModel.js +1 -1
- package/dist/models/WeaponModel.d.ts +11 -0
- package/dist/models/WeaponModel.js +13 -0
- package/dist/models/WorldModel.d.ts +20 -0
- package/dist/models/WorldModel.js +22 -0
- package/dist/models/index.d.ts +17 -1
- package/dist/models/index.js +18 -129
- package/dist/{paragraph-Kv1xuYrn.js → paragraph-Do8DRvKF.js} +1 -1
- package/dist/{radio-lzlHnD6G.js → radio-BK3SUT0c.js} +11 -11
- package/dist/{react-spring_web.modern-CtKVbxsY.js → react-spring_web.modern-CMvS_3Pt.js} +1 -1
- package/dist/{react.esm-PnzKYl9d.js → react.esm-Dc_dAzKY.js} +3821 -3780
- package/dist/related-articles-DuYszSB8.js +125 -0
- package/dist/select.module-DKBf2nlv.js +6 -0
- package/dist/services/image-service.d.ts +1 -0
- package/dist/services/image-service.js +602 -0
- package/dist/services/index.d.ts +2 -0
- package/dist/services/index.js +6 -0
- package/dist/services/login-service.d.ts +1 -0
- package/dist/services/login-service.js +27 -0
- package/dist/services/pusher-service.d.ts +0 -0
- package/dist/services/pusher-service.js +1 -0
- package/dist/stage-QzK7_w3F.js +104 -0
- package/dist/{subheadline-YoPQ1UWB.js → subheadline-CBYZHZ2J.js} +1 -1
- package/dist/syntaxhighlighter-B5GMVT5T-DEu-iU5b.js +6 -0
- package/dist/text-input.module-BJmXef0w.js +6 -0
- package/dist/{time-yFtNLsdr.js → time-Cz0Oj2bl.js} +1 -1
- package/dist/utils/server-side-util.d.ts +11 -0
- package/dist/utils/server-side-util.js +15 -0
- package/dist/vi.C5mroSoP-B8kyO_Gj.js +12054 -0
- package/dist/xstate-actors.esm-dxRi5utj.js +70 -0
- package/dist/xstate-react.esm-Ct0C1GZT.js +296 -0
- package/dist/xstate.esm-BKHGg3s5.js +385 -0
- package/package.json +10 -6
- package/dist/WithTooltip-V3YHNWJZ--LUmVRig.js +0 -30
- package/dist/bolt-yv1IuL_M.js +0 -23
- package/dist/branch-list-gU07EQN1.js +0 -50
- package/dist/button-themed-EN8vdQPe.js +0 -51
- package/dist/card.module-Xa2b1kmC.js +0 -6
- package/dist/colour-util-iLRikC27.js +0 -775
- package/dist/components/molecules/gold-leaf/gold-leaf-post/__stories__/gold-leaf-post-story.d.ts +0 -6
- package/dist/components/molecules/gold-leaf/gold-leaf-post/__stories__/gold-leaf-post-story.js +0 -62
- package/dist/components/molecules/gold-leaf/gold-leaf-post/gold-leaf-post.d.ts +0 -3
- package/dist/components/molecules/gold-leaf/gold-leaf-post/gold-leaf-post.js +0 -100
- package/dist/components/molecules/gold-leaf/gold-leaf-post/gold-leaf-post.types.d.ts +0 -39
- package/dist/components/molecules/gold-leaf/gold-leaf-view/title-image/golf-leaf-image.d.ts +0 -9
- package/dist/components/molecules/gold-leaf/gold-leaf-view/title-image/golf-leaf-image.js +0 -31
- package/dist/components/molecules/gold-leaf/gold-leaf.types.d.ts +0 -9
- package/dist/components/molecules/header/Header.js +0 -30
- package/dist/components/molecules/listicle/listicle.d.ts +0 -4
- package/dist/components/molecules/listicle/listicle.js +0 -53
- package/dist/components/molecules/listicle/post-link.js +0 -56
- package/dist/components/molecules/profile-porthole/__stories__/profile-porthole-story.d.ts +0 -2
- package/dist/components/molecules/profile-porthole/__stories__/profile-porthole-story.js +0 -30
- package/dist/components/molecules/profile-porthole/__tests__/profile-porthole.test.d.ts +0 -1
- package/dist/components/molecules/profile-porthole/__tests__/profile-porthole.test.js +0 -42
- package/dist/components/molecules/profile-porthole/index.d.ts +0 -1
- package/dist/components/molecules/profile-porthole/index.js +0 -29
- package/dist/components/molecules/profile-porthole/profile-porthole.d.ts +0 -3
- package/dist/components/molecules/profile-porthole/profile-porthole.types.d.ts +0 -3
- package/dist/components/organisms/survey/question/edit/question-input.d.ts +0 -6
- package/dist/components/organisms/survey/question/edit/question-input.js +0 -71
- package/dist/components/organisms/worlds/area-of-effect/area-of-affect-story.js +0 -57
- package/dist/cross-country-image.module-jdnP4cDs.js +0 -6
- package/dist/gold-leaf-view-qYP-L01J.js +0 -61
- package/dist/headwinds-header.module-1luB2i14.js +0 -148
- package/dist/hooks/useLocalStorage.d.ts +0 -2
- package/dist/hooks/useLocalStorage.js +0 -15
- package/dist/horizontal-line.module-d9KlXS07.js +0 -6
- package/dist/index.esm-uzH8VEEv.js +0 -899
- package/dist/key-value-pairs-bVxz8QNo.js +0 -66
- package/dist/list-item-GFGZHtSj.js +0 -14
- package/dist/listicle.module-xiAQD_B1.js +0 -7
- package/dist/login.module-HI3xoJq9.js +0 -19
- package/dist/server-side-util-bjkIJYFi.js +0 -6
- package/dist/stage-jqllsawu.js +0 -74
- package/dist/syntaxhighlighter-V7JZZA35-p-2yWKOb.js +0 -30
- package/dist/text-input.module-gGfc9UkE.js +0 -6
- package/dist/tile-grid-GAoajjQV.js +0 -1296
- package/dist/vi.pk4NToBt-mJUSJVkq.js +0 -9540
- package/dist/xstate-react.esm-iu4BYu11.js +0 -309
- package/dist/xstate.esm-FvGqHI2D.js +0 -1968
- /package/dist/{IconBase-WptwR6ai.js → IconBase-DEMV1w2X.js} +0 -0
- /package/dist/{clsx.m-7d8NmkQq.js → clsx.m-Cltuu7PN.js} +0 -0
- /package/dist/components/{organisms/schedule → atoms}/index.d.ts +0 -0
- /package/dist/components/{organisms/schedule → atoms}/index.js +0 -0
- /package/dist/components/{organisms/schedule/schedule.d.ts → lab/chat/types.d.ts} +0 -0
- /package/dist/components/{molecules/profile-porthole/index.d.js → lab/chat/types.js} +0 -0
- /package/dist/components/molecules/{profile-porthole/profile-porthole.types.js → card/amazon/types.js} +0 -0
- /package/dist/components/molecules/{profile-porthole/typings.d.js → footer/__stories__/footer.stories-notready.js} +0 -0
- /package/dist/components/{organisms/schedule/schedule.js → molecules/header/__stories__/header.stories-notready.js} +0 -0
- /package/dist/components/{molecules → organisms}/listicle/post-link.d.ts +0 -0
- /package/dist/components/organisms/worlds/area-of-effect/{area-of-affect-story.d.ts → __stories__/area-of-affect-story.d.ts} +0 -0
- /package/dist/{fetch-util-gfEt47RD.js → fetch-util-qpEEpf_8.js} +0 -0
- /package/dist/{form.module-HJBDd7B3.js → form.module-CygLuDQW.js} +0 -0
- /package/dist/{fp-util-_t1mVqZ2.js → fp-util-4N0NK_eU.js} +0 -0
- /package/dist/{image-find-util-ZefqaUr_.js → image-find-util-Cl2ZJHfC.js} +0 -0
- /package/dist/{immutable.es-30KbP9Qe.js → immutable.es-CsRFR9Ph.js} +0 -0
- /package/dist/{index-ctQABQuc.js → index-DGl1HeGK.js} +0 -0
- /package/dist/{label.module-x8pgvLEC.js → label.module-fryX3Ykl.js} +0 -0
- /package/dist/{loading.module-9nzhvDD8.js → loading.module-C5X0w8lG.js} +0 -0
- /package/dist/{pill-button.module-b20EAdXt.js → pill-button.module-C1LGe5N2.js} +0 -0
- /package/dist/{progress.module-6jcWJ2jN.js → progress.module-C6em3UWI.js} +0 -0
- /package/dist/{radio.module-z0jcbB3i.js → radio.module-e86PeLEn.js} +0 -0
- /package/dist/{span.module-LlG4jp2r.js → span.module-lP4FvObe.js} +0 -0
- /package/dist/{text-area.module-i7BpLN8B.js → text-area.module-CpdU59mT.js} +0 -0
- /package/dist/{tile.module-m1TEwLbT.js → tile.module-DWYaYExr.js} +0 -0
- /package/dist/{transform-4HoD0Utl.js → transform-DUx5TM8Q.js} +0 -0
package/README.md
CHANGED
|
@@ -11,9 +11,9 @@ Core Tech
|
|
|
11
11
|
- D3
|
|
12
12
|
- Storybook 7
|
|
13
13
|
- Typescript 5
|
|
14
|
-
- Vite
|
|
14
|
+
- Vite
|
|
15
15
|
|
|
16
|
-
Do you pour over your personal stats from Github, Strava or Spotify? Is your year always in review?! By experimenting with code, you can hone your developer skills while exploring subject matter that interests you.
|
|
16
|
+
Do you pour over your personal stats from Github, Strava or Spotify? Is your year always in review?! By experimenting with code, you can hone your developer skills while exploring subject matter that interests you.
|
|
17
17
|
|
|
18
18
|
[storybook](https://cross-country-storybook.vercel.app/)
|
|
19
19
|
|
|
@@ -31,27 +31,23 @@ import { Column, Row, Paragraph, Table, Chart } from "cross-country"
|
|
|
31
31
|
|
|
32
32
|
### NextJS Support
|
|
33
33
|
|
|
34
|
-
For this third-party library to work within NextJS,
|
|
34
|
+
For this third-party library to work within NextJS, there is one change required to import it's single css bundle.
|
|
35
|
+
|
|
36
|
+
Edit the \_app.js file to:
|
|
35
37
|
|
|
36
|
-
Edit the _app.js file to:
|
|
37
38
|
```
|
|
38
|
-
import "
|
|
39
|
+
import type { Metadata } from "next";
|
|
40
|
+
import { Inter } from "next/font/google";
|
|
41
|
+
import "./globals.css";
|
|
39
42
|
import "cross-country/dist/bundle.css";
|
|
40
|
-
|
|
41
|
-
function MyApp({ Component, pageProps }) {
|
|
42
|
-
return <Component {...pageProps} />;
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
export default MyApp;
|
|
43
|
+
import { GoogleAnalytics } from "@next/third-parties/google";
|
|
46
44
|
```
|
|
47
45
|
|
|
48
|
-
### Tailwind CSS Support
|
|
46
|
+
### Tailwind CSS Support
|
|
49
47
|
|
|
50
48
|
Each component provides a `customClass` propertity where you can supply your own tailwind css classes.
|
|
51
49
|
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
### Example Page
|
|
50
|
+
### Example Page
|
|
55
51
|
|
|
56
52
|
By wrapping html, each component is augmented for building accessible experiences across screens. A simple page may look like this:
|
|
57
53
|
|
|
@@ -69,49 +65,6 @@ By wrapping html, each component is augmented for building accessible experience
|
|
|
69
65
|
</Wrapper>
|
|
70
66
|
```
|
|
71
67
|
|
|
72
|
-
### Generating New Components
|
|
73
|
-
|
|
74
|
-
I've included a handy NodeJS util file under `generate-component` folder. Instead of copy pasting components to create a new component, you can instead run this command to generate all the files you need to plan & start building out a new component. To use it:
|
|
75
|
-
|
|
76
|
-
```
|
|
77
|
-
yarn new YourComponentName YourAtomicType
|
|
78
|
-
```
|
|
79
|
-
|
|
80
|
-
example
|
|
81
|
-
|
|
82
|
-
```
|
|
83
|
-
yarn new accordion molecules
|
|
84
|
-
```
|
|
85
|
-
|
|
86
|
-
This will generate the following files and your component name will also be captilized (ie import { Accordion } from "country-country"):
|
|
87
|
-
|
|
88
|
-
```
|
|
89
|
-
/src
|
|
90
|
-
/YourComponentName
|
|
91
|
-
/__stories__
|
|
92
|
-
YourComponentName.stories.tsx
|
|
93
|
-
/__tests__
|
|
94
|
-
YourComponentName.test.tsx
|
|
95
|
-
index.ts
|
|
96
|
-
YourComponentName.tsx
|
|
97
|
-
YourComponentName.types.ts
|
|
98
|
-
YourComponentName.module.css
|
|
99
|
-
index.d.ts
|
|
100
|
-
typings.d.ts
|
|
101
|
-
```
|
|
102
|
-
|
|
103
|
-
When you ready, remember to expose the component in the index.ts file at the root.
|
|
104
|
-
|
|
105
|
-
## SCSS to CSS modules
|
|
106
|
-
|
|
107
|
-
Originally, I started with SCSS Module but "downgraded" to CSS to upgrade Node from 12 to 18. I'm currently experimenting PostCSS variables and Tailwind, and have found that both are supported via the existing `customClass` prop.
|
|
108
|
-
|
|
109
|
-
[n 14.20.1](https://www.npmjs.com/package/n)
|
|
110
|
-
|
|
111
|
-
## Webpack 4 migration to 5
|
|
112
|
-
|
|
113
|
-
[Storybook support for Webpack 5](https://github.com/storybookjs/storybook/issues/19692)
|
|
114
|
-
|
|
115
68
|
## Server Side Rendering
|
|
116
69
|
|
|
117
70
|
Part of my dogfooding process is to use my library on my own site, [headwinds](https://headwinds.vercel.app).
|
|
@@ -128,45 +81,35 @@ export const privateConfig = {
|
|
|
128
81
|
};
|
|
129
82
|
```
|
|
130
83
|
|
|
131
|
-
##
|
|
132
|
-
|
|
133
|
-
```
|
|
134
|
-
yarn add cross-country
|
|
135
|
-
```
|
|
84
|
+
## Storybook
|
|
136
85
|
|
|
137
|
-
|
|
86
|
+
While creating compoents, you can use Storybook
|
|
138
87
|
|
|
139
88
|
```
|
|
140
|
-
npm
|
|
89
|
+
npm run storybook
|
|
141
90
|
```
|
|
142
91
|
|
|
143
|
-
|
|
92
|
+
Open your browser to http://localhost:6006/
|
|
144
93
|
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
94
|
+
## Build the Static Site for Storybook
|
|
95
|
+
|
|
96
|
+
After running `npm run build-storybook`, I had to make one change to the iframe.html file in the storybook-static folder.
|
|
148
97
|
|
|
149
|
-
|
|
98
|
+
The bundle.css isn't added so I had to add it manually.
|
|
150
99
|
|
|
151
100
|
```
|
|
152
|
-
|
|
101
|
+
<link rel="stylesheet" href="./bundle.css" />
|
|
153
102
|
```
|
|
154
103
|
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
## Build the Static Site
|
|
158
|
-
|
|
159
|
-
After running `npm run build-storybook`, I had to make one change to the iframe.html file in the storybook-static folder.
|
|
160
|
-
|
|
161
|
-
The bundle.css isn't added so I had to add it manually.
|
|
104
|
+
## Before Publishing Check Types
|
|
162
105
|
|
|
163
106
|
```
|
|
164
|
-
|
|
107
|
+
npx tsc --noEmit
|
|
165
108
|
```
|
|
166
109
|
|
|
167
110
|
## Publish to NPM
|
|
168
111
|
|
|
169
|
-
|
|
112
|
+
Update the version number before publishing via `npm version patch`
|
|
170
113
|
|
|
171
114
|
```
|
|
172
115
|
npm login
|
|
@@ -176,106 +119,9 @@ now-your-email
|
|
|
176
119
|
npm publish
|
|
177
120
|
```
|
|
178
121
|
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
## Inspiration
|
|
182
|
-
|
|
183
|
-
- [Create a Component Library Fast🚀(using Vite's library mode)](https://dev.to/receter/how-to-create-a-react-component-library-using-vites-library-mode-4lma)
|
|
184
|
-
- [creating your own react component library](https://blog.harveydelaney.com/creating-your-own-react-component-library/)
|
|
185
|
-
- [Shopify polaris-viz](https://polaris-viz.shopify.com/)
|
|
186
|
-
- [create-react-library](https://www.npmjs.com/package/create-react-library)
|
|
187
|
-
- [mobile-first media queries](https://medium.com/codeartisan/breakpoints-and-media-queries-in-scss-46e8f551e2f2)
|
|
188
|
-
- [pure-css-accessible-checkboxes-and-radios-buttons](https://medium.com/claritydesignsystem/pure-css-accessible-checkboxes-and-radios-buttons-54063e759bb3)
|
|
189
|
-
- [multiple-classnames-css-modules-react](https://zeph.co/multiple-classnames-css-modules-react)
|
|
190
|
-
- [a-guide-to-js-docs-for-react-js](https://www.inkoop.io/blog/a-guide-to-js-docs-for-react-js/)
|
|
191
|
-
- [wattenberger react-and-d3](https://wattenberger.com/blog/react-and-d3)
|
|
192
|
-
- [tile corner reticle](https://codepen.io/NyX/pen/JYOzWW)
|
|
193
|
-
- [flexboxpatterns](https://www.flexboxpatterns.com/)
|
|
194
|
-
- [nextra](https://nextra.vercel.app/)
|
|
195
|
-
- [XState & React](https://xstate.js.org/docs/packages/xstate-react/#quick-start)
|
|
196
|
-
- [Typescript & SCSS](https://lwebapp.com/en/post/cannot-find-module-scss)
|
|
197
|
-
- [usehooks](https://usehooks.com/)
|
|
198
|
-
|
|
199
|
-
## Fullstack
|
|
200
|
-
|
|
201
|
-
- [Flask & React](https://blog.appseed.us/flask-react-full-stack-seed-projects/)
|
|
202
|
-
|
|
203
|
-
## TILE
|
|
204
|
-
|
|
205
|
-
- [mapeditor](https://www.mapeditor.org/)
|
|
206
|
-
- [phase3 tile demo](https://itnext.io/modular-game-worlds-in-phaser-3-tilemaps-3-procedural-dungeon-3bc19b841cd)
|
|
207
|
-
|
|
208
|
-
## MODELS & DATASETS
|
|
209
|
-
|
|
210
|
-
- [tensorflowjs model](https://www.tensorflow.org/js/models)
|
|
211
|
-
- [tidy models](https://www.tidymodels.org/)
|
|
212
|
-
- [fivethirtyeight](https://fivethirtyeight.com/)
|
|
213
|
-
- [Public APIs](https://github.com/public-apis/public-apis)
|
|
214
|
-
|
|
215
|
-
## ALGORITHMS
|
|
216
|
-
|
|
217
|
-
- [Javascript The Algorithms](https://github.com/TheAlgorithms/Javascript)
|
|
218
|
-
- [New Years Gift 75 Leetcode Questions](https://www.teamblind.com/post/New-Year-Gift---Curated-List-of-Top-75-LeetCode-Questions-to-Save-Your-Time-OaM1orEU)
|
|
219
|
-
|
|
220
|
-
## Maps
|
|
221
|
-
|
|
222
|
-
- [stygiangen](https://github.com/slashman/stygiangen/)
|
|
223
|
-
- [Fantasy-Map-Generator](https://azgaar.github.io/Fantasy-Map-Generator/)
|
|
224
|
-
- [react plotly mapbox](https://towardsdatascience.com/a-step-by-step-guide-to-develop-a-map-based-application-part-i-757766b04f77)
|
|
225
|
-
|
|
226
|
-
## Automation
|
|
227
|
-
|
|
228
|
-
- [Playwright & Github Actions](https://maciekpalmowski.dev/buying-a-bicycle-using-playwright/)
|
|
229
|
-
- [Vercel cronjobs](https://vercel.com/blog/cron-jobs)
|
|
230
|
-
|
|
231
|
-
## Functional Programming
|
|
232
|
-
|
|
233
|
-
- [practical-functional-programming-in-javascript-side-effects-and-purity](https://dev.to/richytong/practical-functional-programming-in-javascript-side-effects-and-purity-revised-420h)
|
|
234
|
-
|
|
235
|
-
## Graph
|
|
236
|
-
|
|
237
|
-
- [networkx](https://networkx.org/documentation/stable/auto_examples/index.html)
|
|
238
|
-
|
|
239
|
-
## Learning Python
|
|
240
|
-
|
|
241
|
-
- [realpython quizzes](https://realpython.com/quizzes/)
|
|
242
|
-
|
|
243
|
-
## Data Visualization
|
|
244
|
-
|
|
245
|
-
- [Seeing Theory](https://seeing-theory.brown.edu/)
|
|
246
|
-
- [Setosa](https://setosa.io/)
|
|
247
|
-
- [moebio](http://moebio.com/)
|
|
248
|
-
|
|
249
|
-
## Stats, NLP & Machine Learning
|
|
250
|
-
|
|
251
|
-
- [what is machine learning anway](https://boingboing.net/2021/11/08/what-is-machine-learning-anyway-this-three-minute-animation-delivers-an-excellent-simple-explanation.html)
|
|
252
|
-
- [build a basic model](https://towardsdatascience.com/building-a-basic-machine-learning-model-in-python-d7cca929ee62)
|
|
253
|
-
- [Spacey](https://spacy.io/)
|
|
254
|
-
- [Open AI](https://openai.com/)
|
|
255
|
-
- [Hugging Face](https://huggingface.co/)
|
|
256
|
-
- [Kaggle](https://www.kaggle.com/)
|
|
257
|
-
- [Rasa](https://rasa.com/)
|
|
258
|
-
- [Harvest Entities in Text with Wolfram](https://www.wolfram.com/language/12/natural-language-processing/harvest-entities-in-text.html?product=mathematica)
|
|
259
|
-
- [Storytelling](https://pudding.cool/process/how-to-make-dope-shit-part-3/)
|
|
260
|
-
- [Contextual Bandit](https://towardsdatascience.com/contextual-bandits-and-reinforcement-learning-6bdfeaece72a)
|
|
261
|
-
- [Deep Learning Drizzle](https://deep-learning-drizzle.github.io/)
|
|
262
|
-
- [Intro to Tensorflow](https://www.youtube.com/watch?v=LwM7xabuiIc)
|
|
263
|
-
- [Distill](https://distill.pub/)
|
|
264
|
-
- [Creative Applications](https://www.creativeapplications.net/)
|
|
265
|
-
- [Making of an AI Storyteller](https://towardsdatascience.com/the-making-of-an-ai-storyteller-c3b8d5a983f5)
|
|
266
|
-
- [Ivy: a mission to unify all ML frameworks](https://lets-unify.ai/)
|
|
267
|
-
- [Replicate](https://replicate.com/)
|
|
268
|
-
|
|
269
|
-
### Gaming
|
|
270
|
-
|
|
271
|
-
- [Crafter](https://danijar.com/project/crafter/)
|
|
272
|
-
- [TextWorldExpress](https://github.com/cognitiveailab/TextWorldExpress)
|
|
273
|
-
- [Fari](https://fari.app/)
|
|
274
|
-
|
|
275
|
-
## Goal Setting
|
|
122
|
+
## Wiki
|
|
276
123
|
|
|
277
|
-
- [
|
|
278
|
-
- [Jack Dorsey's Don't do list](https://www.cnbc.com/2018/10/22/twitter-ceo-jack-dorsey-writes-a-wont-do-list-every-day.html)
|
|
124
|
+
- [cross country wiki](https://github.com/headwinds/cross-country/wiki)
|
|
279
125
|
|
|
280
126
|
## License
|
|
281
127
|
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import e, { forwardRef as m } from "react";
|
|
2
|
+
import { P as c } from "./IconBase-DEMV1w2X.js";
|
|
3
|
+
const o = /* @__PURE__ */ new Map([
|
|
4
|
+
[
|
|
5
|
+
"bold",
|
|
6
|
+
/* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement("path", { d: "M176.49,95.51a12,12,0,0,1,0,17l-56,56a12,12,0,0,1-17,0l-24-24a12,12,0,1,1,17-17L112,143l47.51-47.52A12,12,0,0,1,176.49,95.51ZM236,128A108,108,0,1,1,128,20,108.12,108.12,0,0,1,236,128Zm-24,0a84,84,0,1,0-84,84A84.09,84.09,0,0,0,212,128Z" }))
|
|
7
|
+
],
|
|
8
|
+
[
|
|
9
|
+
"duotone",
|
|
10
|
+
/* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement("path", { d: "M224,128a96,96,0,1,1-96-96A96,96,0,0,1,224,128Z", opacity: "0.2" }), /* @__PURE__ */ e.createElement("path", { d: "M173.66,98.34a8,8,0,0,1,0,11.32l-56,56a8,8,0,0,1-11.32,0l-24-24a8,8,0,0,1,11.32-11.32L112,148.69l50.34-50.35A8,8,0,0,1,173.66,98.34ZM232,128A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88,88,0,1,0-88,88A88.1,88.1,0,0,0,216,128Z" }))
|
|
11
|
+
],
|
|
12
|
+
[
|
|
13
|
+
"fill",
|
|
14
|
+
/* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement("path", { d: "M128,24A104,104,0,1,0,232,128,104.11,104.11,0,0,0,128,24Zm45.66,85.66-56,56a8,8,0,0,1-11.32,0l-24-24a8,8,0,0,1,11.32-11.32L112,148.69l50.34-50.35a8,8,0,0,1,11.32,11.32Z" }))
|
|
15
|
+
],
|
|
16
|
+
[
|
|
17
|
+
"light",
|
|
18
|
+
/* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement("path", { d: "M172.24,99.76a6,6,0,0,1,0,8.48l-56,56a6,6,0,0,1-8.48,0l-24-24a6,6,0,0,1,8.48-8.48L112,151.51l51.76-51.75A6,6,0,0,1,172.24,99.76ZM230,128A102,102,0,1,1,128,26,102.12,102.12,0,0,1,230,128Zm-12,0a90,90,0,1,0-90,90A90.1,90.1,0,0,0,218,128Z" }))
|
|
19
|
+
],
|
|
20
|
+
[
|
|
21
|
+
"regular",
|
|
22
|
+
/* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement("path", { d: "M173.66,98.34a8,8,0,0,1,0,11.32l-56,56a8,8,0,0,1-11.32,0l-24-24a8,8,0,0,1,11.32-11.32L112,148.69l50.34-50.35A8,8,0,0,1,173.66,98.34ZM232,128A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88,88,0,1,0-88,88A88.1,88.1,0,0,0,216,128Z" }))
|
|
23
|
+
],
|
|
24
|
+
[
|
|
25
|
+
"thin",
|
|
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
|
+
]
|
|
28
|
+
]);
|
|
29
|
+
var p = Object.defineProperty, i = Object.defineProperties, Z = Object.getOwnPropertyDescriptors, r = Object.getOwnPropertySymbols, A = Object.prototype.hasOwnProperty, f = Object.prototype.propertyIsEnumerable, n = (t, a, l) => a in t ? p(t, a, { enumerable: !0, configurable: !0, writable: !0, value: l }) : t[a] = l, E = (t, a) => {
|
|
30
|
+
for (var l in a || (a = {}))
|
|
31
|
+
A.call(a, l) && n(t, l, a[l]);
|
|
32
|
+
if (r)
|
|
33
|
+
for (var l of r(a))
|
|
34
|
+
f.call(a, l) && n(t, l, a[l]);
|
|
35
|
+
return t;
|
|
36
|
+
}, d = (t, a) => i(t, Z(a));
|
|
37
|
+
const u = m((t, a) => /* @__PURE__ */ e.createElement(c, d(E({ ref: a }, t), { weights: o })));
|
|
38
|
+
u.displayName = "CheckCircle";
|
|
39
|
+
export {
|
|
40
|
+
u as k
|
|
41
|
+
};
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import e, { forwardRef as m } from "react";
|
|
2
|
+
import { P as c } from "./IconBase-DEMV1w2X.js";
|
|
3
|
+
const o = /* @__PURE__ */ new Map([
|
|
4
|
+
[
|
|
5
|
+
"bold",
|
|
6
|
+
/* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement("path", { d: "M79.51,144.49a12,12,0,1,1,17-17L112,143l47.51-47.52a12,12,0,0,1,17,17l-56,56a12,12,0,0,1-17,0ZM228,48V208a20,20,0,0,1-20,20H48a20,20,0,0,1-20-20V48A20,20,0,0,1,48,28H208A20,20,0,0,1,228,48Zm-24,4H52V204H204Z" }))
|
|
7
|
+
],
|
|
8
|
+
[
|
|
9
|
+
"duotone",
|
|
10
|
+
/* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement(
|
|
11
|
+
"path",
|
|
12
|
+
{
|
|
13
|
+
d: "M216,48V208a8,8,0,0,1-8,8H48a8,8,0,0,1-8-8V48a8,8,0,0,1,8-8H208A8,8,0,0,1,216,48Z",
|
|
14
|
+
opacity: "0.2"
|
|
15
|
+
}
|
|
16
|
+
), /* @__PURE__ */ e.createElement("path", { d: "M173.66,98.34a8,8,0,0,1,0,11.32l-56,56a8,8,0,0,1-11.32,0l-24-24a8,8,0,0,1,11.32-11.32L112,148.69l50.34-50.35A8,8,0,0,1,173.66,98.34ZM224,48V208a16,16,0,0,1-16,16H48a16,16,0,0,1-16-16V48A16,16,0,0,1,48,32H208A16,16,0,0,1,224,48ZM208,208V48H48V208H208Z" }))
|
|
17
|
+
],
|
|
18
|
+
[
|
|
19
|
+
"fill",
|
|
20
|
+
/* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement("path", { d: "M208,32H48A16,16,0,0,0,32,48V208a16,16,0,0,0,16,16H208a16,16,0,0,0,16-16V48A16,16,0,0,0,208,32Zm-34.34,77.66-56,56a8,8,0,0,1-11.32,0l-24-24a8,8,0,0,1,11.32-11.32L112,148.69l50.34-50.35a8,8,0,0,1,11.32,11.32Z" }))
|
|
21
|
+
],
|
|
22
|
+
[
|
|
23
|
+
"light",
|
|
24
|
+
/* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement("path", { d: "M172.24,99.76a6,6,0,0,1,0,8.48l-56,56a6,6,0,0,1-8.48,0l-24-24a6,6,0,0,1,8.48-8.48L112,151.51l51.76-51.75A6,6,0,0,1,172.24,99.76ZM222,48V208a14,14,0,0,1-14,14H48a14,14,0,0,1-14-14V48A14,14,0,0,1,48,34H208A14,14,0,0,1,222,48Zm-12,0a2,2,0,0,0-2-2H48a2,2,0,0,0-2,2V208a2,2,0,0,0,2,2H208a2,2,0,0,0,2-2Z" }))
|
|
25
|
+
],
|
|
26
|
+
[
|
|
27
|
+
"regular",
|
|
28
|
+
/* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement("path", { d: "M173.66,98.34a8,8,0,0,1,0,11.32l-56,56a8,8,0,0,1-11.32,0l-24-24a8,8,0,0,1,11.32-11.32L112,148.69l50.34-50.35A8,8,0,0,1,173.66,98.34ZM224,48V208a16,16,0,0,1-16,16H48a16,16,0,0,1-16-16V48A16,16,0,0,1,48,32H208A16,16,0,0,1,224,48ZM208,208V48H48V208H208Z" }))
|
|
29
|
+
],
|
|
30
|
+
[
|
|
31
|
+
"thin",
|
|
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
|
+
]
|
|
34
|
+
]);
|
|
35
|
+
var p = Object.defineProperty, H = Object.defineProperties, V = Object.getOwnPropertyDescriptors, r = Object.getOwnPropertySymbols, i = Object.prototype.hasOwnProperty, Z = Object.prototype.propertyIsEnumerable, n = (t, a, l) => a in t ? p(t, a, { enumerable: !0, configurable: !0, writable: !0, value: l }) : t[a] = l, A = (t, a) => {
|
|
36
|
+
for (var l in a || (a = {}))
|
|
37
|
+
i.call(a, l) && n(t, l, a[l]);
|
|
38
|
+
if (r)
|
|
39
|
+
for (var l of r(a))
|
|
40
|
+
Z.call(a, l) && n(t, l, a[l]);
|
|
41
|
+
return t;
|
|
42
|
+
}, f = (t, a) => H(t, V(a));
|
|
43
|
+
const u = m((t, a) => /* @__PURE__ */ e.createElement(c, f(A({ ref: a }, t), { weights: o })));
|
|
44
|
+
u.displayName = "CheckSquare";
|
|
45
|
+
export {
|
|
46
|
+
u as q
|
|
47
|
+
};
|