@caseparts-org/caseblocks 0.0.70 → 0.0.72
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/Text.module-Dzhzk2fH.js +39 -0
- package/dist/assets/BannerCard.css +1 -1
- package/dist/assets/Footer.css +1 -0
- package/dist/assets/Root.css +1 -1
- package/dist/assets/Text.css +1 -1
- package/dist/atoms/Button/buttonClassName.js +1 -1
- package/dist/atoms/Link/Link.js +1 -1
- package/dist/atoms/Text/Text.d.ts +2 -1
- package/dist/atoms/Text/Text.js +14 -12
- package/dist/atoms/Text/Text.stories.d.ts +1 -0
- package/dist/atoms/Text/Text.stories.js +87 -27
- package/dist/main-client.d.ts +2 -0
- package/dist/main-client.js +4 -2
- package/dist/main-server.d.ts +1 -0
- package/dist/molecules/Avatar/Avatar.js +1 -1
- package/dist/molecules/BannerCard/BannerCard.js +21 -21
- package/dist/molecules/Logo/Logo.d.ts +4 -1
- package/dist/molecules/Logo/Logo.js +13 -11
- package/dist/molecules/Logo/Logo.stories.d.ts +540 -0
- package/dist/molecules/Logo/Logo.stories.js +26 -7
- package/dist/organisms/Footer/Footer.d.ts +5 -0
- package/dist/organisms/Footer/Footer.js +160 -0
- package/dist/organisms/Footer/Footer.stories.d.ts +36 -0
- package/dist/organisms/Footer/Footer.stories.js +72 -0
- package/dist/styles/tokens.css +1 -0
- package/package.json +1 -1
- package/dist/Text.module-smM1g1J4.js +0 -25
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import './assets/Text.css';const t = {
|
|
2
|
+
"text-body": "_text-body_1x8xm_1",
|
|
3
|
+
"text-display": "_text-display_1x8xm_4",
|
|
4
|
+
"text-xxs": "_text-xxs_1x8xm_8",
|
|
5
|
+
"text-xs": "_text-xs_1x8xm_12",
|
|
6
|
+
"text-sm": "_text-sm_1x8xm_16",
|
|
7
|
+
"text-md": "_text-md_1x8xm_20",
|
|
8
|
+
"text-lg": "_text-lg_1x8xm_24",
|
|
9
|
+
"text-xl": "_text-xl_1x8xm_28",
|
|
10
|
+
"text-2xl": "_text-2xl_1x8xm_32",
|
|
11
|
+
"text-3xl": "_text-3xl_1x8xm_36",
|
|
12
|
+
"text-4xl": "_text-4xl_1x8xm_40",
|
|
13
|
+
"text-5xl": "_text-5xl_1x8xm_44",
|
|
14
|
+
"text-6xl": "_text-6xl_1x8xm_48",
|
|
15
|
+
"text-thin": "_text-thin_1x8xm_53",
|
|
16
|
+
"text-extra-light": "_text-extra-light_1x8xm_56",
|
|
17
|
+
"text-light": "_text-light_1x8xm_59",
|
|
18
|
+
"text-regular": "_text-regular_1x8xm_62",
|
|
19
|
+
"text-medium": "_text-medium_1x8xm_65",
|
|
20
|
+
"text-semibold": "_text-semibold_1x8xm_68",
|
|
21
|
+
"text-bold": "_text-bold_1x8xm_71",
|
|
22
|
+
"text-color-inherit": "_text-color-inherit_1x8xm_75",
|
|
23
|
+
"text-color-warning": "_text-color-warning_1x8xm_76",
|
|
24
|
+
"text-color-disabled": "_text-color-disabled_1x8xm_77",
|
|
25
|
+
"text-color-error-warning": "_text-color-error-warning_1x8xm_78",
|
|
26
|
+
"text-color-default-inverted": "_text-color-default-inverted_1x8xm_79",
|
|
27
|
+
"text-color-links": "_text-color-links_1x8xm_80",
|
|
28
|
+
"text-color-links-hover-press": "_text-color-links-hover-press_1x8xm_81",
|
|
29
|
+
"text-color-primary": "_text-color-primary_1x8xm_82",
|
|
30
|
+
"text-color-quaternary": "_text-color-quaternary_1x8xm_83",
|
|
31
|
+
"text-color-search-bar": "_text-color-search-bar_1x8xm_84",
|
|
32
|
+
"text-color-secondary": "_text-color-secondary_1x8xm_85",
|
|
33
|
+
"text-color-success": "_text-color-success_1x8xm_86",
|
|
34
|
+
"text-color-tertiary": "_text-color-tertiary_1x8xm_87",
|
|
35
|
+
"text-color-footer": "_text-color-footer_1x8xm_88"
|
|
36
|
+
};
|
|
37
|
+
export {
|
|
38
|
+
t
|
|
39
|
+
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._root_ntcay_2{position:relative;display:grid;grid-template-columns:repeat(4,1fr);background-size:cover;background-position:center;overflow:hidden;box-sizing:border-box;align-items:center}._content_ntcay_13{box-sizing:border-box;width:100%;display:flex;flex-direction:column;gap:var(--spacing-spacing-default, 16px)}@media (max-width: 768px){._content_ntcay_13{gap:var(--spacing-spacing-3xs)}}._variant_hero_ntcay_26._align_left_ntcay_26 ._content_ntcay_13{grid-column:1 / span 2;padding:var(--spacing-spacing-2xl, 3rem)}@media (max-width: 1280px){._variant_hero_ntcay_26._align_left_ntcay_26 ._content_ntcay_13{grid-column:1 / span 3}}@media (max-width: 768px){._variant_hero_ntcay_26._align_left_ntcay_26 ._content_ntcay_13{padding:var(--spacing-spacing-2xs)}}._variant_hero_ntcay_26._align_right_ntcay_37 ._content_ntcay_13{grid-column:3 / span 2;padding:var(--spacing-spacing-2xl, 3rem)}@media (max-width: 1280px){._variant_hero_ntcay_26._align_right_ntcay_37 ._content_ntcay_13{grid-column:2 / span 3}}@media (max-width: 768px){._variant_hero_ntcay_26._align_right_ntcay_37 ._content_ntcay_13{padding:var(--spacing-spacing-default)}}._variant_promo_ntcay_48._align_left_ntcay_26 ._content_ntcay_13{grid-column:1 / span 3;padding:var(--spacing-spacing-default, 1rem)}._variant_promo_ntcay_48._align_right_ntcay_37 ._content_ntcay_13{grid-column:2 / span 3;padding:var(--spacing-spacing-default, 1rem)}@media (max-width: 1280px){._variant_hero_ntcay_26 ._header_ntcay_59{font-size:var(--font-size-4xl);line-height:var(--line-height-4xl)}}@media (max-width: 768px){._variant_hero_ntcay_26 ._header_ntcay_59{font-size:var(--font-size-xl);line-height:var(--line-height-xl)}}@media (max-width: 1280px){._variant_hero_ntcay_26 ._description_ntcay_70{font-size:var(--font-size-sm);line-height:var(--line-height-sm);margin-top:-12px}}@media (max-width: 768px){._variant_hero_ntcay_26 ._description_ntcay_70{font-size:var(--font-size-xxs);line-height:var(--line-height-xxs);margin-top:0}}._align_left_ntcay_26 ._content_ntcay_13{align-items:flex-start;text-align:left;justify-self:start}._align_right_ntcay_37 ._content_ntcay_13{align-items:flex-end;text-align:right;justify-self:end}._content_ntcay_13>*{position:relative;z-index:1}._overlay_dark_ntcay_102 ._header_ntcay_59,._overlay_dark_ntcay_102 ._description_ntcay_70,._overlay_none_ntcay_104 ._header_ntcay_59,._overlay_none_ntcay_104 ._description_ntcay_70{color:var(--color-neutrals-neutral-1)}._overlay_light_ntcay_109 ._header_ntcay_59{color:var(--color-brand-primary-primary-teal-blue)}._overlay_light_ntcay_109 ._description_ntcay_70{color:#000}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._footer_1r911_2{background-color:var(--surface-surface-quaternary);padding-block:var(--spacing-2)}._footer_1r911_2 a{color:var(--text-text-footer);font-size:var(--font-size-sm);font-weight:var(--font-weight-extra-light);text-decoration:none}._footer_1r911_2 a:hover{text-decoration:underline}._grid_1r911_18,._bottom-grid_1r911_19{padding-block:var(--spacing-2-5);padding-inline:var(--spacing-1-5);width:100%;max-width:1440px;margin:0 auto;box-sizing:border-box;overflow:hidden}._title_1r911_31{margin-top:var(--spacing-1);margin-bottom:var(--spacing-2)}._title-help_1r911_36{margin-left:var(--spacing-2)}._columnContent_1r911_40{gap:var(--spacing-1)}._columnContentMain_1r911_44{padding-left:var(--spacing-3-5)}._history_1r911_48{min-width:0;padding-left:1rem;max-width:295px;width:100%;box-sizing:border-box;overflow-wrap:anywhere}._history-text_1r911_57{min-width:0;line-height:1.75rem}._logo_1r911_62{padding-bottom:var(--spacing-2);width:256px;height:44px}._icon-gap_1r911_68{gap:var(--spacing-0-5)}._copyright-text_1r911_72{white-space:normal;overflow-wrap:anywhere;word-break:break-word}@media (max-width: 1281px){._title-help_1r911_36{margin-left:0}._grid_1r911_18,._bottom-grid_1r911_19{padding-inline:var(--spacing-4)}._history-text_1r911_57{line-height:1.25rem}._logo_1r911_62{padding-bottom:var(--spacing-2);width:200px}}@media (max-width: 768px){._history_1r911_48{max-width:100%;max-width:295px;padding-left:0;margin-top:var(--spacing-1);margin-bottom:var(--spacing-2)}}
|