cross-country 1.2.21 → 1.2.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Color-F6OSRLHC-BbLcUd-T.js +575 -0
- package/dist/{bolt-Bw4E_fgS.js → bolt-BLbYxvOV.js} +6 -5
- package/dist/bundle.css +36 -31
- package/dist/colour-util-Bzfca_cM.js +775 -0
- 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/index.js +1 -1
- package/dist/components/atoms/list/index.js +4 -0
- package/dist/components/atoms/list/list-item/index.js +4 -0
- package/dist/components/atoms/list/list-item/list-item.js +20 -0
- package/dist/components/atoms/list/list.js +33 -0
- package/dist/components/atoms/radio/index.js +2 -2
- package/dist/components/atoms/radio/radio.js +42 -3
- package/dist/components/atoms/text/animate-number/animate-number.js +1 -1
- 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 -3
- package/dist/components/atoms/text/input/state-machine-text-input.js +1 -1
- package/dist/components/atoms/text/span/__stories__/span-story.js +6 -5
- package/dist/components/index.js +116 -116
- package/dist/components/molecules/autocomplete/autocomplete-machine.js +3 -3
- package/dist/components/molecules/autocomplete/autocomplete.js +1 -1
- package/dist/components/molecules/card/amazon/amazon-card.js +7 -6
- 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 +2 -2
- 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 +7 -6
- package/dist/components/molecules/card/card.js +6 -5
- package/dist/components/molecules/carousel/carousel.js +6 -5
- package/dist/components/molecules/day-number/day-number.js +6 -5
- package/dist/components/molecules/field/field.js +6 -5
- 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 +8 -7
- package/dist/components/molecules/gold-leaf/gold-leaf-view/email/gold-leaf-email-view.js +7 -6
- package/dist/components/molecules/gold-leaf/gold-leaf-view/gold-leaf-view.js +7 -6
- package/dist/components/molecules/gold-leaf/gold-leaf-view/index.js +1 -1
- package/dist/components/molecules/gold-leaf/gold-leaf-view/title-image/gold-leaf-image.js +7 -6
- package/dist/components/molecules/gold-leaf/gold-leaf-view/title-image/gold-title-card.js +40 -0
- package/dist/components/molecules/gold-leaf/gold-leaf-view/title-image/gold-title-image-card.js +8 -7
- package/dist/components/molecules/gold-leaf/gold-leaf.js +1 -1
- package/dist/components/molecules/header/Header.js +10 -9
- package/dist/components/molecules/hero/hero.js +7 -6
- package/dist/components/molecules/icons/index.js +4 -3
- package/dist/components/molecules/icons/x/x.js +6 -5
- package/dist/components/molecules/index.js +8 -7
- package/dist/components/molecules/key-value-pairs/__tests__/key-value-pairs.js +1 -1
- package/dist/components/molecules/key-value-pairs/key-value-pairs.js +10 -9
- package/dist/components/molecules/keywords/keywords.js +6 -5
- package/dist/components/molecules/loading/__tests__/loading.test.js +1 -1
- package/dist/components/molecules/log-error-boundary/__stories__/log-error-boundary-story.js +1 -1
- package/dist/components/molecules/log-error-boundary/__tests__/log-error-boundary.test.js +2 -2
- package/dist/components/molecules/log-error-boundary/log-error-boundary.js +6 -5
- package/dist/components/molecules/modal/modal.js +6 -5
- package/dist/components/molecules/policies/index.js +4 -3
- package/dist/components/molecules/policies/privacy-policy.js +8 -7
- package/dist/components/molecules/policies/terms-of-use.js +8 -7
- package/dist/components/molecules/quote/quote.js +6 -5
- package/dist/components/molecules/radiogroup/__stories__/radio-group-form-story.js +12 -11
- package/dist/components/molecules/radiogroup/__stories__/radio-group-react-hook-form-story.js +15 -14
- package/dist/components/molecules/radiogroup/radiogroup.js +9 -9
- package/dist/components/molecules/related-articles/related-articles.js +15 -14
- package/dist/components/molecules/search/search.js +6 -5
- package/dist/components/molecules/stagger/stagger.js +6 -5
- package/dist/components/molecules/tile/corners.js +1 -1
- package/dist/components/molecules/tile/index.js +1 -1
- package/dist/components/molecules/tile/tile-interactive.js +5 -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 +2 -3
- package/dist/components/molecules/time-progress/progress-over-year.js +6 -5
- package/dist/components/molecules/time-progress/progress.js +6 -5
- package/dist/components/molecules/user/anon-user.js +6 -5
- package/dist/components/molecules/user/user.js +7 -6
- package/dist/components/molecules/venn-diagram/__tests__/venn-diagram.tests.js +2 -2
- package/dist/components/molecules/venn-diagram/venn-diagram-circle.js +6 -5
- package/dist/components/molecules/venn-diagram/venn-diagram.js +6 -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 +6 -5
- package/dist/components/organisms/actors/actor/actor-builder-machine.js +2 -2
- package/dist/components/organisms/actors/actor/actor-builder.js +6 -5
- package/dist/components/organisms/actors/actor/actor.js +5 -4
- package/dist/components/organisms/actors/actor/index.js +1 -1
- package/dist/components/organisms/actors/animal/animal.js +1 -1
- package/dist/components/organisms/actors/monsters/troll/troll-machine.js +2 -2
- package/dist/components/organisms/actors/monsters/troll/troll.js +6 -5
- package/dist/components/organisms/actors/party/cleric/cleric.js +1 -1
- package/dist/components/organisms/actors/party/hunter/hunter.js +1 -1
- package/dist/components/organisms/actors/party/warrior/warrior.js +1 -1
- package/dist/components/organisms/actors/party/wizard/wizard.js +1 -1
- package/dist/components/organisms/actors/wisp/wisp.js +1 -1
- package/dist/components/organisms/ads/ad-card.js +6 -5
- package/dist/components/organisms/animation/animate-actor/animate-actor.js +6 -5
- package/dist/components/organisms/animation/one-day/one-day.js +15 -14
- package/dist/components/organisms/animation/reverse-text-animation/reverse-text-animation.js +6 -5
- package/dist/components/organisms/bento/layouts/five-by-four/bento-five-by-four.js +9 -8
- package/dist/components/organisms/bento/layouts/four-by-four/bento-four-by-four.js +6 -5
- package/dist/components/organisms/bento/layouts/three-by-three/bento-three-by-three.js +6 -5
- package/dist/components/organisms/bento/layouts/two-by-two/bento-two-by-two.js +6 -5
- package/dist/components/organisms/blog/__stories__/blog-story.js +9 -8
- package/dist/components/organisms/blog/blog-post/__stories__/blog-post-story.js +6 -5
- 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 +6 -5
- package/dist/components/organisms/blog/blog-post-list.js +12 -11
- package/dist/components/organisms/blog/blog.js +6 -5
- package/dist/components/organisms/branch/branch.js +6 -5
- package/dist/components/organisms/branches/__tests__/branch-list.test.js +6 -4
- package/dist/components/organisms/branches/branch-list.js +61 -39
- package/dist/components/organisms/branches/branches.js +7 -6
- package/dist/components/organisms/calendar/calendar.js +6 -5
- package/dist/components/organisms/charts/chart/__stories__/data-set.js +1 -1
- package/dist/components/organisms/charts/chart/chart-gold-leaf/chart-gold-leaf.js +4 -3
- package/dist/components/organisms/clusters/cluster.js +6 -5
- 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 +6 -4
- package/dist/components/organisms/listicle/__stories__/andor-right-click-story.js +6 -5
- package/dist/components/organisms/listicle/__stories__/listicle-fb-v-canada-story.js +6 -5
- package/dist/components/organisms/listicle/__stories__/listicle-story.js +6 -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 +13 -12
- package/dist/components/organisms/listicle/edit-listicle-item-list/edit-listicle-item-list.js +6 -5
- package/dist/components/organisms/listicle/edit-listicle-item-list/listicle-item-input.js +12 -11
- package/dist/components/organisms/listicle/edit-listicle-item-list/listicle-item.js +6 -5
- package/dist/components/organisms/listicle/listicle-builder.js +14 -13
- package/dist/components/organisms/listicle/listicle-item-list.js +12 -11
- package/dist/components/organisms/listicle/listicle.js +6 -5
- package/dist/components/organisms/listicle/post-link.js +7 -6
- package/dist/components/organisms/login/__stories__/login-story.js +6 -5
- package/dist/components/organisms/login/login-fetching-transition.js +6 -5
- package/dist/components/organisms/login/login-fields-transition.js +21 -20
- package/dist/components/organisms/login/login-response-transition.js +66 -11
- package/dist/components/organisms/login/login-submit-transition.js +6 -5
- package/dist/components/organisms/login/login-view.js +7 -6
- package/dist/components/organisms/metrics/metrics.js +6 -5
- package/dist/components/organisms/palettes/palettes.js +14 -12
- package/dist/components/organisms/player/player.js +6 -5
- package/dist/components/organisms/registration/password-strength-helper.js +11 -10
- package/dist/components/organisms/registration/post-registration.js +2 -2
- package/dist/components/organisms/registration/registration-form.js +6 -5
- package/dist/components/organisms/registration/registration-machine.js +2 -2
- package/dist/components/organisms/registration/registration-response.js +6 -5
- package/dist/components/organisms/registration/registration.js +7 -6
- package/dist/components/organisms/stage/stage.js +9 -8
- package/dist/components/organisms/survey/__stories__/build-form-story.js +6 -5
- package/dist/components/organisms/survey/build-form-machine.js +2 -2
- package/dist/components/organisms/survey/build-form.js +8 -7
- package/dist/components/organisms/survey/final-form.js +8 -7
- package/dist/components/organisms/survey/question/edit/__stories__/edit-question-story.js +6 -5
- package/dist/components/organisms/survey/question/edit/add-media.js +6 -5
- package/dist/components/organisms/survey/question/edit/add-question/__stories__/add-question-story.js +6 -5
- package/dist/components/organisms/survey/question/edit/add-question/add-question.js +30 -29
- package/dist/components/organisms/survey/question/edit/answer/answer-input.js +6 -5
- package/dist/components/organisms/survey/question/edit/answer-input.js +6 -5
- package/dist/components/organisms/survey/question/edit/edit-multiple-choice.js +6 -5
- 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 +7 -6
- package/dist/components/organisms/survey/question/edit/edit-option-list/option-input.js +6 -5
- package/dist/components/organisms/survey/question/edit/edit-option-list/option.js +7 -6
- package/dist/components/organisms/survey/question/edit/question-answer-input.js +6 -5
- package/dist/components/organisms/survey/question/take/__stories__/multiple-choice-story.js +6 -5
- package/dist/components/organisms/survey/question/take/__stories__/take-answer-date-time-input-story.js +6 -5
- package/dist/components/organisms/survey/question/take/__stories__/take-answer-input-story.js +6 -5
- package/dist/components/organisms/survey/question/take/inputs/input-manager.js +6 -5
- package/dist/components/organisms/survey/question/take/multiple-choice.js +6 -5
- package/dist/components/organisms/survey/question/take/take-answer-input.js +12 -11
- package/dist/components/organisms/tile-grid/__tests__/tile-grid.tests.js +3 -3
- package/dist/components/organisms/tile-grid/grid-row.js +6 -5
- package/dist/components/organisms/tile-grid/index.js +1 -1
- package/dist/components/organisms/tile-grid/island-tile-grid.js +12 -11
- package/dist/components/organisms/tile-grid/tile-grid.js +6 -4
- package/dist/components/organisms/worlds/area-of-effect/__stories__/area-of-affect-story.js +6 -5
- package/dist/components/organisms/worlds/area-of-effect/area-of-affect.js +31 -29
- package/dist/components/organisms/worlds/island/__stories__/island-story.js +18 -16
- package/dist/components/organisms/worlds/island/__stories__/island-util.js +25 -23
- package/dist/components/pages/home/headwinds/header/headwinds-header.js +6 -5
- package/dist/components/pages/home/headwinds/headwinds-footer.js +6 -5
- package/dist/components/pages/home/headwinds/headwinds-hero.js +6 -5
- package/dist/components/pages/home/headwinds/headwinds-sidequest.js +35 -34
- package/dist/components/pages/home/headwinds/home.js +9 -8
- package/dist/components/pages/index.js +6 -5
- package/dist/components/pages/profile/headwinds/headwinds-profile.js +21 -20
- package/dist/components/pages/profile/index.js +4 -3
- package/dist/components/templates/articles/article/article.js +6 -5
- package/dist/components/templates/home/headwinds/headwinds-home-hero.js +6 -5
- package/dist/components/templates/home/headwinds/headwinds-home.js +6 -5
- package/dist/components/templates/home/home.js +10 -9
- package/dist/fp-util-DZLSTUg5.js +8 -0
- package/dist/gold-leaf-view-CgRraK2i.js +183 -0
- package/dist/gold-leaf-view.module-p3mWnO60.js +17 -0
- package/dist/headline-DzDFQZ3e.js +11 -0
- package/dist/image-find-util-DMX6BcO-.js +1036 -0
- package/dist/index-BTF1caLu.js +2529 -0
- package/dist/{index-COQaJqs5.js → index-OdyFkztm.js} +3670 -2660
- package/dist/{index-DsigmIMS.js → index-_cvPLH70.js} +1 -1
- package/dist/index.esm-DGm91C_6.js +944 -0
- package/dist/index.js +143 -140
- package/dist/lib/components/atoms/list/index.d.ts +2 -0
- package/dist/lib/components/atoms/list/list-item/index.d.ts +2 -0
- package/dist/lib/components/atoms/list/list-item/list-item.d.ts +10 -0
- package/dist/lib/components/atoms/list/list.d.ts +12 -0
- package/dist/lib/components/molecules/gold-leaf/gold-leaf-view/title-image/gold-title-card.d.ts +4 -0
- package/dist/lib/components/organisms/branch/branch.d.ts +3 -1
- package/dist/lib/components/organisms/branches/__stories__/branches.stories.d.ts +7 -0
- package/dist/lib/components/organisms/branches/branch-list.d.ts +4 -1
- package/dist/lib/models/TreeModel.d.ts +12 -0
- package/dist/lib/models/index.d.ts +1 -0
- package/dist/lib/utils/golds/feed-util.d.ts +17 -0
- package/dist/lib/utils/index.d.ts +5 -0
- package/dist/list.module-pjS_KHqp.js +10 -0
- package/dist/{log-2a4cc478.esm-HFv7vQ7j.js → log-2a4cc478.esm-BdzQp5f-.js} +15 -15
- package/dist/{log-error-boundary-story-BF8rmHhr.js → log-error-boundary-story-CcyM__Yt.js} +6541 -7185
- package/dist/{magic-string.es-VsGWiGpd.js → magic-string.es-QkQE39Zh.js} +11 -6
- package/dist/{radio-BTUtRmLM.js → mobile-detect-CWVWWCSg.js} +12 -51
- package/dist/models/TreeModel.js +12 -0
- package/dist/models/index.js +3 -2
- package/dist/{react-spring_web.modern-nSq5Xzxb.js → react-spring_web.modern-ClBJWBW2.js} +281 -273
- package/dist/{react.esm-BEaxtOYu.js → react.esm-BpVcViTQ.js} +2197 -2181
- package/dist/string-util-D7tmqJRS.js +35 -0
- package/dist/table-data-BnRZ5F7y.js +16 -0
- package/dist/utils/golds/feed-util.js +240 -0
- package/dist/utils/index.js +12 -0
- package/dist/{vi.YFlodzP_-CjWVzrI3.js → vi.YFlodzP_-C3qjkUdf.js} +2 -2
- package/dist/{xstate-actors.esm-Ba6reXm_.js → xstate-actors.esm-CcLF5JHw.js} +1 -1
- package/dist/{xstate-react.esm-Ct8KIFgA.js → xstate-react.esm-DWdE0_Ay.js} +1 -1
- package/dist/{xstate.esm-Bo02HSs2.js → xstate.esm-COAqQ2fq.js} +11 -11
- package/package.json +4 -2
- package/dist/Color-ERTF36HU-DRLqcX19.js +0 -358
- package/dist/_getTag-CqbPZ7Cl.js +0 -449
- package/dist/components/organisms/branches/__stories__/branches-story.js +0 -6
- package/dist/components/organisms/branches/branch-list.types.js +0 -1
- package/dist/feed-util-CZfVh6cR.js +0 -244
- package/dist/fp-util-4N0NK_eU.js +0 -8
- package/dist/gold-leaf-view-BAGw5McJ.js +0 -117
- package/dist/gold-leaf-view.module-BTNjKEeW.js +0 -17
- package/dist/headline-DuHL8hAt.js +0 -11
- package/dist/image-find-util-Cl2ZJHfC.js +0 -41
- package/dist/index-BsYJgl86.js +0 -3853
- package/dist/index-Cdg9lY68.js +0 -542
- package/dist/index.esm-BrPDxyfz.js +0 -933
- package/dist/lib/components/organisms/branches/__stories__/branches-story.d.ts +0 -2
- package/dist/lib/components/organisms/branches/branch-list.types.d.ts +0 -5
- package/dist/list-BkQjCFcb.js +0 -14
- package/dist/list-item-DyDjznkQ.js +0 -8
- package/dist/login-response-transition-Dws0eBbH.js +0 -123
- package/dist/table-data-PGM-_ef9.js +0 -16
package/dist/bundle.css
CHANGED
|
@@ -587,19 +587,19 @@ a:not([class]):focus {
|
|
|
587
587
|
background-color: transparent;
|
|
588
588
|
}
|
|
589
589
|
|
|
590
|
-
.
|
|
590
|
+
._GoldLeaf_zcgqw_1 {
|
|
591
591
|
display: block;
|
|
592
592
|
margin: 0px;
|
|
593
593
|
padding: 0px;
|
|
594
594
|
}
|
|
595
595
|
|
|
596
|
-
.
|
|
596
|
+
._GoldLeafView_zcgqw_7 {
|
|
597
597
|
display: block;
|
|
598
|
-
margin:
|
|
598
|
+
margin: 0px;
|
|
599
599
|
padding: 0px;
|
|
600
600
|
}
|
|
601
601
|
|
|
602
|
-
.
|
|
602
|
+
._GoldLeaf__controls_zcgqw_13 {
|
|
603
603
|
display: grid;
|
|
604
604
|
grid-template-columns: repeat(6, 1fr);
|
|
605
605
|
grid-gap: 4px;
|
|
@@ -608,7 +608,7 @@ a:not([class]):focus {
|
|
|
608
608
|
padding: 0px;
|
|
609
609
|
opacity: 0.4;
|
|
610
610
|
}
|
|
611
|
-
.
|
|
611
|
+
._GoldLeaf__item_zcgqw_22 {
|
|
612
612
|
display: block;
|
|
613
613
|
position: relative;
|
|
614
614
|
background: transparent;
|
|
@@ -618,13 +618,13 @@ a:not([class]):focus {
|
|
|
618
618
|
cursor: pointer;
|
|
619
619
|
padding: 4px;
|
|
620
620
|
}
|
|
621
|
-
.
|
|
621
|
+
._GoldLeaf__images_zcgqw_32 {
|
|
622
622
|
display: flex;
|
|
623
623
|
flex-direction: column;
|
|
624
624
|
overflow: hidden;
|
|
625
625
|
overflow-x: auto;
|
|
626
626
|
}
|
|
627
|
-
.
|
|
627
|
+
._GoldLeaf__total_zcgqw_38 {
|
|
628
628
|
display: block;
|
|
629
629
|
position: absolute;
|
|
630
630
|
top: 6px;
|
|
@@ -633,7 +633,7 @@ a:not([class]):focus {
|
|
|
633
633
|
border-radius: 4px;
|
|
634
634
|
padding: 0px 2px;
|
|
635
635
|
}
|
|
636
|
-
.
|
|
636
|
+
._GoldLeaf__total__text_zcgqw_47 {
|
|
637
637
|
display: flex;
|
|
638
638
|
justify-content: center;
|
|
639
639
|
align-items: center;
|
|
@@ -642,12 +642,12 @@ a:not([class]):focus {
|
|
|
642
642
|
opacity: 0.6;
|
|
643
643
|
}
|
|
644
644
|
|
|
645
|
-
.
|
|
645
|
+
._GoldLeaf__GoldTitleImageCard_zcgqw_56 {
|
|
646
646
|
margin: 0px;
|
|
647
647
|
padding: 0px;
|
|
648
648
|
}
|
|
649
649
|
|
|
650
|
-
.
|
|
650
|
+
._GoldLeaf__image_zcgqw_32 {
|
|
651
651
|
display: flex;
|
|
652
652
|
flex-direction: row;
|
|
653
653
|
overflow: hidden;
|
|
@@ -659,24 +659,24 @@ a:not([class]):focus {
|
|
|
659
659
|
padding: 0px !important;
|
|
660
660
|
}
|
|
661
661
|
|
|
662
|
-
.
|
|
662
|
+
._GoldLeaf__image_zcgqw_32 img {
|
|
663
663
|
width: 100%;
|
|
664
664
|
height: auto;
|
|
665
665
|
}
|
|
666
666
|
|
|
667
|
-
.
|
|
668
|
-
font-family:
|
|
667
|
+
._GoldLeaf__title_zcgqw_78 {
|
|
668
|
+
font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
|
|
669
669
|
font-size: 20px;
|
|
670
670
|
color: #888;
|
|
671
671
|
width: 100%;
|
|
672
672
|
}
|
|
673
|
-
.
|
|
673
|
+
._GoldLeaf__titleLink_zcgqw_84 {
|
|
674
674
|
text-decoration: none;
|
|
675
675
|
pointer-events: all;
|
|
676
676
|
font-family: Arial, Helvetica, sans-serif;
|
|
677
677
|
line-height: 10px;
|
|
678
678
|
}
|
|
679
|
-
.
|
|
679
|
+
._code_zcgqw_90 {
|
|
680
680
|
padding: 3px 8px;
|
|
681
681
|
background-color: #a257ff;
|
|
682
682
|
box-shadow: none;
|
|
@@ -1172,32 +1172,32 @@ li._listicle_wcjwf_9 {
|
|
|
1172
1172
|
}
|
|
1173
1173
|
|
|
1174
1174
|
/* general styles */
|
|
1175
|
-
.
|
|
1176
|
-
font-family:
|
|
1175
|
+
._body_zux7l_2 {
|
|
1176
|
+
font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
|
|
1177
1177
|
background: whitesmoke;
|
|
1178
1178
|
font-family: Arial, Helvetica, sans-serif;
|
|
1179
1179
|
overflow-x: hidden;
|
|
1180
1180
|
}
|
|
1181
|
-
.
|
|
1181
|
+
._ul_zux7l_8 {
|
|
1182
1182
|
list-style-type: none;
|
|
1183
1183
|
margin: 0px;
|
|
1184
1184
|
}
|
|
1185
1185
|
|
|
1186
|
-
.
|
|
1186
|
+
._Porthole_zux7l_13 {
|
|
1187
1187
|
padding: 0px;
|
|
1188
1188
|
margin: 0px;
|
|
1189
1189
|
width: 100%;
|
|
1190
1190
|
overflow: hidden;
|
|
1191
1191
|
z-index: 1;
|
|
1192
1192
|
}
|
|
1193
|
-
.
|
|
1193
|
+
._div_zux7l_20 {
|
|
1194
1194
|
font-size: 18px !important;
|
|
1195
1195
|
font-family: Arial, Helvetica, sans-serif;
|
|
1196
1196
|
}
|
|
1197
1197
|
|
|
1198
1198
|
/* column styles */
|
|
1199
1199
|
|
|
1200
|
-
.
|
|
1200
|
+
._column__list_zux7l_27 {
|
|
1201
1201
|
display: grid;
|
|
1202
1202
|
grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
|
|
1203
1203
|
grid-gap: 8px;
|
|
@@ -1208,13 +1208,15 @@ li._listicle_wcjwf_9 {
|
|
|
1208
1208
|
width: 100%;
|
|
1209
1209
|
}
|
|
1210
1210
|
|
|
1211
|
-
.
|
|
1211
|
+
._card__column_zux7l_38 {
|
|
1212
1212
|
margin: 0px;
|
|
1213
1213
|
padding: 0px;
|
|
1214
1214
|
align-items: center;
|
|
1215
|
+
padding-top: 16px;
|
|
1216
|
+
padding-bottom: 16px;
|
|
1215
1217
|
}
|
|
1216
1218
|
|
|
1217
|
-
.
|
|
1219
|
+
._column__item_zux7l_46 {
|
|
1218
1220
|
border-radius: 0.2rem;
|
|
1219
1221
|
background-color: whitesmoke;
|
|
1220
1222
|
padding: 0px;
|
|
@@ -1223,37 +1225,37 @@ li._listicle_wcjwf_9 {
|
|
|
1223
1225
|
display: flex;
|
|
1224
1226
|
}
|
|
1225
1227
|
|
|
1226
|
-
._column__title--
|
|
1228
|
+
._column__title--wrapper_zux7l_55 {
|
|
1227
1229
|
display: grid;
|
|
1228
1230
|
grid-template-columns: repeat(2, 1fr);
|
|
1229
1231
|
padding: 0.25rem;
|
|
1230
1232
|
align-items: center;
|
|
1231
1233
|
}
|
|
1232
1234
|
|
|
1233
|
-
._column__title--
|
|
1235
|
+
._column__title--wrapper_zux7l_55 h2 {
|
|
1234
1236
|
color: #17394d;
|
|
1235
1237
|
font-weight: 700;
|
|
1236
1238
|
font-size: 0.9rem;
|
|
1237
1239
|
}
|
|
1238
1240
|
|
|
1239
|
-
._column__title--
|
|
1241
|
+
._column__title--wrapper_zux7l_55 i {
|
|
1240
1242
|
text-align: right;
|
|
1241
1243
|
color: #798d99;
|
|
1242
1244
|
}
|
|
1243
1245
|
|
|
1244
|
-
._column__item--
|
|
1246
|
+
._column__item--cta_zux7l_73 {
|
|
1245
1247
|
padding: 0.25rem;
|
|
1246
1248
|
display: flex;
|
|
1247
1249
|
color: #798d99;
|
|
1248
1250
|
}
|
|
1249
1251
|
|
|
1250
|
-
._column__item--
|
|
1252
|
+
._column__item--cta_zux7l_73 i {
|
|
1251
1253
|
margin-right: 0.25rem;
|
|
1252
1254
|
}
|
|
1253
1255
|
|
|
1254
1256
|
/* card styles */
|
|
1255
1257
|
|
|
1256
|
-
.
|
|
1258
|
+
._card__list_zux7l_85 {
|
|
1257
1259
|
display: grid;
|
|
1258
1260
|
grid-template-rows: auto;
|
|
1259
1261
|
grid-gap: 0.5rem;
|
|
@@ -1261,13 +1263,16 @@ li._listicle_wcjwf_9 {
|
|
|
1261
1263
|
padding: 0px;
|
|
1262
1264
|
overflow: hidden;
|
|
1263
1265
|
background: whitesmoke;
|
|
1264
|
-
width:
|
|
1266
|
+
width: auto;
|
|
1267
|
+
padding-top: 16px;
|
|
1268
|
+
padding-bottom: 16px;
|
|
1265
1269
|
}
|
|
1266
1270
|
|
|
1267
|
-
.
|
|
1271
|
+
._card__item_zux7l_98 {
|
|
1268
1272
|
background-color: whitesmoke;
|
|
1269
1273
|
border-radius: 0.25rem;
|
|
1270
1274
|
width: 98%;
|
|
1275
|
+
margin: 0px;
|
|
1271
1276
|
}
|
|
1272
1277
|
|
|
1273
1278
|
._container_7ikcw_1 {
|