mautourco-components 0.1.1
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 +187 -0
- package/dist/components/atoms/Avatar/Avatar.d.ts +14 -0
- package/dist/components/atoms/Avatar/Avatar.js +31 -0
- package/dist/components/atoms/Button/Button.d.ts +27 -0
- package/dist/components/atoms/Button/Button.js +35 -0
- package/dist/components/atoms/Checkbox/Checkbox.d.ts +13 -0
- package/dist/components/atoms/Checkbox/Checkbox.js +33 -0
- package/dist/components/atoms/Icon/Icon.d.ts +10 -0
- package/dist/components/atoms/Icon/Icon.js +102 -0
- package/dist/components/atoms/Icon/icons/ArrivalIcon.d.ts +8 -0
- package/dist/components/atoms/Icon/icons/ArrivalIcon.js +31 -0
- package/dist/components/atoms/Icon/icons/CalendarIcon.d.ts +12 -0
- package/dist/components/atoms/Icon/icons/CalendarIcon.js +41 -0
- package/dist/components/atoms/Icon/icons/CarIcon.d.ts +8 -0
- package/dist/components/atoms/Icon/icons/CarIcon.js +30 -0
- package/dist/components/atoms/Icon/icons/Check.d.ts +8 -0
- package/dist/components/atoms/Icon/icons/Check.js +30 -0
- package/dist/components/atoms/Icon/icons/CheckCircleIcon.d.ts +8 -0
- package/dist/components/atoms/Icon/icons/CheckCircleIcon.js +30 -0
- package/dist/components/atoms/Icon/icons/Chevron.d.ts +9 -0
- package/dist/components/atoms/Icon/icons/Chevron.js +54 -0
- package/dist/components/atoms/Icon/icons/ChevronDownIcon.d.ts +8 -0
- package/dist/components/atoms/Icon/icons/ChevronDownIcon.js +30 -0
- package/dist/components/atoms/Icon/icons/Close.d.ts +8 -0
- package/dist/components/atoms/Icon/icons/Close.js +30 -0
- package/dist/components/atoms/Icon/icons/DeleteIcon.d.ts +8 -0
- package/dist/components/atoms/Icon/icons/DeleteIcon.js +30 -0
- package/dist/components/atoms/Icon/icons/DepartureIcon.d.ts +8 -0
- package/dist/components/atoms/Icon/icons/DepartureIcon.js +30 -0
- package/dist/components/atoms/Icon/icons/EyeIcon.d.ts +8 -0
- package/dist/components/atoms/Icon/icons/EyeIcon.js +30 -0
- package/dist/components/atoms/Icon/icons/FacebookIcon.d.ts +8 -0
- package/dist/components/atoms/Icon/icons/FacebookIcon.js +36 -0
- package/dist/components/atoms/Icon/icons/InfoIcon.d.ts +8 -0
- package/dist/components/atoms/Icon/icons/InfoIcon.js +30 -0
- package/dist/components/atoms/Icon/icons/LinkedInIcon.d.ts +8 -0
- package/dist/components/atoms/Icon/icons/LinkedInIcon.js +36 -0
- package/dist/components/atoms/Icon/icons/MapPinIcon.d.ts +8 -0
- package/dist/components/atoms/Icon/icons/MapPinIcon.js +30 -0
- package/dist/components/atoms/Icon/icons/MautoucoLogo.d.ts +8 -0
- package/dist/components/atoms/Icon/icons/MautoucoLogo.js +37 -0
- package/dist/components/atoms/Icon/icons/MenuIcon.d.ts +8 -0
- package/dist/components/atoms/Icon/icons/MenuIcon.js +37 -0
- package/dist/components/atoms/Icon/icons/MoreIcon.d.ts +8 -0
- package/dist/components/atoms/Icon/icons/MoreIcon.js +30 -0
- package/dist/components/atoms/Icon/icons/Search.d.ts +8 -0
- package/dist/components/atoms/Icon/icons/Search.js +30 -0
- package/dist/components/atoms/Icon/icons/Settings.d.ts +8 -0
- package/dist/components/atoms/Icon/icons/Settings.js +30 -0
- package/dist/components/atoms/Icon/icons/StrollerIcon.d.ts +8 -0
- package/dist/components/atoms/Icon/icons/StrollerIcon.js +30 -0
- package/dist/components/atoms/Icon/icons/TwitterIcon.d.ts +8 -0
- package/dist/components/atoms/Icon/icons/TwitterIcon.js +36 -0
- package/dist/components/atoms/Icon/icons/User.d.ts +8 -0
- package/dist/components/atoms/Icon/icons/User.js +30 -0
- package/dist/components/atoms/Icon/icons/UserIcon.d.ts +12 -0
- package/dist/components/atoms/Icon/icons/UserIcon.js +41 -0
- package/dist/components/atoms/Icon/icons/Youtube.d.ts +8 -0
- package/dist/components/atoms/Icon/icons/Youtube.js +36 -0
- package/dist/components/atoms/Inputs/DropdownInput/DropdownInput.d.ts +12 -0
- package/dist/components/atoms/Inputs/DropdownInput/DropdownInput.js +53 -0
- package/dist/components/atoms/Inputs/Input/Input.d.ts +15 -0
- package/dist/components/atoms/Inputs/Input/Input.js +27 -0
- package/dist/components/atoms/Inputs/Textarea/Textarea.d.ts +14 -0
- package/dist/components/atoms/Inputs/Textarea/Textarea.js +15 -0
- package/dist/components/atoms/Link/Link.d.ts +44 -0
- package/dist/components/atoms/Link/Link.js +76 -0
- package/dist/components/atoms/SelectedValue/SelectedValue.d.ts +11 -0
- package/dist/components/atoms/SelectedValue/SelectedValue.js +29 -0
- package/dist/components/atoms/Spinner/Spinner.d.ts +9 -0
- package/dist/components/atoms/Spinner/Spinner.js +38 -0
- package/dist/components/atoms/Spinner/variants/ButtonSpinner.d.ts +8 -0
- package/dist/components/atoms/Spinner/variants/ButtonSpinner.js +19 -0
- package/dist/components/atoms/Spinner/variants/LoadingSpinner.d.ts +7 -0
- package/dist/components/atoms/Spinner/variants/LoadingSpinner.js +7 -0
- package/dist/components/atoms/Tab/Tab.d.ts +22 -0
- package/dist/components/atoms/Tab/Tab.js +54 -0
- package/dist/components/atoms/Typography/Heading/Heading.d.ts +9 -0
- package/dist/components/atoms/Typography/Heading/Heading.js +25 -0
- package/dist/components/atoms/Typography/Text/Text.d.ts +10 -0
- package/dist/components/atoms/Typography/Text/Text.js +77 -0
- package/dist/components/atoms/Typography/Typography.d.ts +24 -0
- package/dist/components/atoms/Typography/Typography.js +100 -0
- package/dist/components/molecules/MultiSelectDropdown/MultiSelectDropdown.d.ts +29 -0
- package/dist/components/molecules/MultiSelectDropdown/MultiSelectDropdown.js +106 -0
- package/dist/components/molecules/UserCard/UserCard.d.ts +20 -0
- package/dist/components/molecules/UserCard/UserCard.js +57 -0
- package/dist/components/organisms/Footer/Footer.d.ts +38 -0
- package/dist/components/organisms/Footer/Footer.js +74 -0
- package/dist/components/organisms/TopNavigation/DesktopNav.d.ts +33 -0
- package/dist/components/organisms/TopNavigation/DesktopNav.js +26 -0
- package/dist/components/organisms/TopNavigation/MobileNav.d.ts +32 -0
- package/dist/components/organisms/TopNavigation/MobileNav.js +45 -0
- package/dist/components/organisms/TopNavigation/TopNavigation.d.ts +33 -0
- package/dist/components/organisms/TopNavigation/TopNavigation.js +20 -0
- package/dist/hooks/useMobile.d.ts +5 -0
- package/dist/hooks/useMobile.js +26 -0
- package/dist/index.d.ts +23 -0
- package/dist/index.js +28 -0
- package/dist/styles/tokens/tokens.d.ts +3108 -0
- package/dist/styles/tokens/tokens.js +2652 -0
- package/package.json +90 -0
- package/src/components/atoms/Avatar/Avatar.tsx +60 -0
- package/src/components/atoms/Button/Button.css +200 -0
- package/src/components/atoms/Button/Button.tsx +82 -0
- package/src/components/atoms/Checkbox/Checkbox.tsx +69 -0
- package/src/components/atoms/Icon/Icon.tsx +135 -0
- package/src/components/atoms/Icon/icons/ArrivalIcon.tsx +52 -0
- package/src/components/atoms/Icon/icons/CalendarIcon.tsx +63 -0
- package/src/components/atoms/Icon/icons/CarIcon.tsx +44 -0
- package/src/components/atoms/Icon/icons/Check.tsx +36 -0
- package/src/components/atoms/Icon/icons/CheckCircleIcon.tsx +48 -0
- package/src/components/atoms/Icon/icons/Chevron.tsx +73 -0
- package/src/components/atoms/Icon/icons/ChevronDownIcon.tsx +46 -0
- package/src/components/atoms/Icon/icons/Close.tsx +40 -0
- package/src/components/atoms/Icon/icons/DeleteIcon.tsx +44 -0
- package/src/components/atoms/Icon/icons/DepartureIcon.tsx +50 -0
- package/src/components/atoms/Icon/icons/EyeIcon.tsx +44 -0
- package/src/components/atoms/Icon/icons/FacebookIcon.tsx +50 -0
- package/src/components/atoms/Icon/icons/InfoIcon.tsx +44 -0
- package/src/components/atoms/Icon/icons/LinkedInIcon.tsx +50 -0
- package/src/components/atoms/Icon/icons/MapPinIcon.tsx +44 -0
- package/src/components/atoms/Icon/icons/MautoucoLogo.tsx +93 -0
- package/src/components/atoms/Icon/icons/MenuIcon.tsx +49 -0
- package/src/components/atoms/Icon/icons/MoreIcon.tsx +44 -0
- package/src/components/atoms/Icon/icons/Search.tsx +37 -0
- package/src/components/atoms/Icon/icons/Settings.tsx +38 -0
- package/src/components/atoms/Icon/icons/StrollerIcon.tsx +44 -0
- package/src/components/atoms/Icon/icons/TwitterIcon.tsx +50 -0
- package/src/components/atoms/Icon/icons/User.tsx +37 -0
- package/src/components/atoms/Icon/icons/UserIcon.tsx +63 -0
- package/src/components/atoms/Icon/icons/Youtube.tsx +50 -0
- package/src/components/atoms/Inputs/DropdownInput/DropdownInput.tsx +96 -0
- package/src/components/atoms/Inputs/Input/Input.tsx +66 -0
- package/src/components/atoms/Inputs/Textarea/Textarea.tsx +51 -0
- package/src/components/atoms/Link/Link.tsx +168 -0
- package/src/components/atoms/SelectedValue/SelectedValue.tsx +59 -0
- package/src/components/atoms/Spinner/Spinner.tsx +56 -0
- package/src/components/atoms/Spinner/variants/ButtonSpinner.tsx +37 -0
- package/src/components/atoms/Spinner/variants/LoadingSpinner.tsx +22 -0
- package/src/components/atoms/Tab/Tab.css +147 -0
- package/src/components/atoms/Tab/Tab.tsx +96 -0
- package/src/components/atoms/Typography/Typography.tsx +153 -0
- package/src/components/molecules/MultiSelectDropdown/MultiSelectDropdown.tsx +245 -0
- package/src/components/molecules/UserCard/UserCard.stories.tsx +36 -0
- package/src/components/molecules/UserCard/UserCard.tsx +173 -0
- package/src/components/organisms/Footer/Footer.tsx +290 -0
- package/src/components/organisms/TopNavigation/DesktopNav.tsx +122 -0
- package/src/components/organisms/TopNavigation/MobileNav.tsx +212 -0
- package/src/components/organisms/TopNavigation/TopNavigation.tsx +45 -0
- package/src/styles/components/avatar.css +58 -0
- package/src/styles/components/checkbox.css +132 -0
- package/src/styles/components/dropdown.css +214 -0
- package/src/styles/components/forms.css +147 -0
- package/src/styles/components/multiselect-dropdown.css +231 -0
- package/src/styles/components/organism/footer.css +113 -0
- package/src/styles/components/organism/topnavigation.css +162 -0
- package/src/styles/components/scrollbar.css +63 -0
- package/src/styles/components/selected-value.css +80 -0
- package/src/styles/components/typography.css +251 -0
- package/src/styles/tokens/_tokens.scss +2072 -0
- package/src/styles/tokens/tokens.css +2075 -0
- package/src/styles/tokens/tokens.js +2653 -0
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
/* SelectedValue Component Styles */
|
|
2
|
+
.selected-value {
|
|
3
|
+
display: inline-flex;
|
|
4
|
+
align-items: center;
|
|
5
|
+
gap: var(--chip-spacing-gap);
|
|
6
|
+
padding: var(--chip-spacing-sm-padding-y) var(--chip-spacing-sm-padding-x);
|
|
7
|
+
border-radius: var(--chip-border-radius-pill);
|
|
8
|
+
/* Typography is now handled by the Text component */
|
|
9
|
+
background: var(--chip-color-accent-filled-background);
|
|
10
|
+
color: var(--color-neutral-white);
|
|
11
|
+
cursor: default;
|
|
12
|
+
user-select: none;
|
|
13
|
+
max-width: 200px;
|
|
14
|
+
width: auto;
|
|
15
|
+
opacity: var(--opacity-opacity-100);
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
/* Variant: text-only (no background, no padding) */
|
|
19
|
+
.selected-value--text {
|
|
20
|
+
background: transparent;
|
|
21
|
+
padding: 0;
|
|
22
|
+
color: var(--color-neutral-900);
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.selected-value__text {
|
|
26
|
+
color: inherit;
|
|
27
|
+
overflow: hidden;
|
|
28
|
+
text-overflow: ellipsis;
|
|
29
|
+
white-space: nowrap;
|
|
30
|
+
flex: 1;
|
|
31
|
+
/* Typography styles are now handled by the Text component */
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.selected-value__remove {
|
|
35
|
+
display: flex;
|
|
36
|
+
align-items: center;
|
|
37
|
+
justify-content: center;
|
|
38
|
+
width: 16px;
|
|
39
|
+
height: 16px;
|
|
40
|
+
border: none;
|
|
41
|
+
background: none;
|
|
42
|
+
cursor: pointer;
|
|
43
|
+
border-radius: 2px;
|
|
44
|
+
flex-shrink: 0;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.selected-value__remove:hover {
|
|
48
|
+
background-color: rgba(255, 255, 255, 0.1);
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.selected-value__remove:focus {
|
|
52
|
+
outline: 2px solid var(--color-primary-500);
|
|
53
|
+
outline-offset: 1px;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.selected-value__remove-icon {
|
|
57
|
+
color: var(--color-neutral-white);
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
/* Size variants */
|
|
61
|
+
.selected-value--xs {
|
|
62
|
+
padding: var(--chip-spacing-xs-padding-y) var(--chip-spacing-xs-padding-x);
|
|
63
|
+
gap: var(--chip-spacing-xs-gap);
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.selected-value--sm {
|
|
67
|
+
padding: var(--chip-spacing-sm-padding-y) var(--chip-spacing-sm-padding-x);
|
|
68
|
+
gap: var(--chip-spacing-sm-gap);
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.selected-value--md {
|
|
72
|
+
padding: var(--chip-spacing-md-padding-y) var(--chip-spacing-md-padding-x);
|
|
73
|
+
gap: var(--chip-spacing-md-gap);
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.selected-value--lg {
|
|
77
|
+
padding: var(--chip-spacing-lg-padding-y) var(--chip-spacing-lg-padding-x);
|
|
78
|
+
gap: var(--chip-spacing-lg-gap);
|
|
79
|
+
}
|
|
80
|
+
|
|
@@ -0,0 +1,251 @@
|
|
|
1
|
+
.heading-3xl {
|
|
2
|
+
margin: 0;
|
|
3
|
+
color: var(--color-text-default, #262626);
|
|
4
|
+
font-family: var(--font-font-family-heading, "Satoshi"), "Satoshi", "Inter", "Segoe UI", "system-ui", sans-serif;
|
|
5
|
+
font-size: calc(var(--font-size-text-7xl, 72rem) / 16);
|
|
6
|
+
line-height: calc(var(--font-leading-leading-7xl, 72) / 16 * 1rem);
|
|
7
|
+
font-weight: var(--font-weight-font-normal, 400);
|
|
8
|
+
}
|
|
9
|
+
.heading-3xl--light { font-weight: var(--font-weight-font-light, 300); }
|
|
10
|
+
.heading-3xl--regular { font-weight: var(--font-weight-font-normal, 400); }
|
|
11
|
+
.heading-3xl--medium { font-weight: var(--font-weight-font-medium, 500); }
|
|
12
|
+
.heading-3xl--bold { font-weight: var(--font-weight-font-bold, 700); }
|
|
13
|
+
.heading-3xl--black { font-weight: var(--font-weight-font-black, 900); }
|
|
14
|
+
|
|
15
|
+
.heading-2xl {
|
|
16
|
+
margin: 0;
|
|
17
|
+
color: var(--color-text-default, #262626);
|
|
18
|
+
font-family: var(--font-font-family-heading, "Satoshi"), "Satoshi", "Inter", "Segoe UI", "system-ui", sans-serif;
|
|
19
|
+
font-size: calc(var(--font-size-text-6xl, 60rem) / 16);
|
|
20
|
+
line-height: calc(var(--font-leading-leading-6xl, 64) / 16 * 1rem);
|
|
21
|
+
font-weight: var(--font-weight-font-normal, 400);
|
|
22
|
+
}
|
|
23
|
+
.heading-2xl--light { font-weight: var(--font-weight-font-light, 300); }
|
|
24
|
+
.heading-2xl--regular { font-weight: var(--font-weight-font-normal, 400); }
|
|
25
|
+
.heading-2xl--medium { font-weight: var(--font-weight-font-medium, 500); }
|
|
26
|
+
.heading-2xl--bold { font-weight: var(--font-weight-font-bold, 700); }
|
|
27
|
+
.heading-2xl--black { font-weight: var(--font-weight-font-black, 900); }
|
|
28
|
+
|
|
29
|
+
.heading-xl {
|
|
30
|
+
margin: 0;
|
|
31
|
+
color: var(--color-text-default, #262626);
|
|
32
|
+
font-family: var(--font-font-family-heading, "Satoshi"), "Satoshi", "Inter", "Segoe UI", "system-ui", sans-serif;
|
|
33
|
+
font-size: calc(var(--font-size-text-5xl, 48rem) / 16);
|
|
34
|
+
line-height: calc(var(--font-leading-leading-5xl, 52) / 16 * 1rem);
|
|
35
|
+
font-weight: var(--font-weight-font-normal, 400);
|
|
36
|
+
}
|
|
37
|
+
.heading-xl--light { font-weight: var(--font-weight-font-light, 300); }
|
|
38
|
+
.heading-xl--regular { font-weight: var(--font-weight-font-normal, 400); }
|
|
39
|
+
.heading-xl--medium { font-weight: var(--font-weight-font-medium, 500); }
|
|
40
|
+
.heading-xl--bold { font-weight: var(--font-weight-font-bold, 700); }
|
|
41
|
+
.heading-xl--black { font-weight: var(--font-weight-font-black, 900); }
|
|
42
|
+
|
|
43
|
+
.heading-lg {
|
|
44
|
+
margin: 0;
|
|
45
|
+
color: var(--color-text-default, #262626);
|
|
46
|
+
font-family: var(--font-font-family-heading, "Satoshi"), "Satoshi", "Inter", "Segoe UI", "system-ui", sans-serif;
|
|
47
|
+
font-size: calc(var(--font-size-text-4xl, 36rem) / 16);
|
|
48
|
+
line-height: calc(var(--font-leading-leading-3xl, 40) / 16 * 1rem);
|
|
49
|
+
font-weight: var(--font-weight-font-normal, 400);
|
|
50
|
+
}
|
|
51
|
+
.heading-lg--light { font-weight: var(--font-weight-font-light, 300); }
|
|
52
|
+
.heading-lg--regular { font-weight: var(--font-weight-font-normal, 400); }
|
|
53
|
+
.heading-lg--medium { font-weight: var(--font-weight-font-medium, 500); }
|
|
54
|
+
.heading-lg--bold { font-weight: var(--font-weight-font-bold, 700); }
|
|
55
|
+
.heading-lg--black { font-weight: var(--font-weight-font-black, 900); }
|
|
56
|
+
|
|
57
|
+
.heading-md {
|
|
58
|
+
margin: 0;
|
|
59
|
+
color: var(--color-text-default, #262626);
|
|
60
|
+
font-family: var(--font-font-family-heading, "Satoshi"), "Satoshi", "Inter", "Segoe UI", "system-ui", sans-serif;
|
|
61
|
+
font-size: calc(var(--font-size-text-3xl, 30rem) / 16);
|
|
62
|
+
line-height: calc(var(--font-leading-leading-2xl, 36) / 16 * 1rem);
|
|
63
|
+
font-weight: var(--font-weight-font-normal, 400);
|
|
64
|
+
}
|
|
65
|
+
.heading-md--light { font-weight: var(--font-weight-font-light, 300); }
|
|
66
|
+
.heading-md--regular { font-weight: var(--font-weight-font-normal, 400); }
|
|
67
|
+
.heading-md--medium { font-weight: var(--font-weight-font-medium, 500); }
|
|
68
|
+
.heading-md--bold { font-weight: var(--font-weight-font-bold, 700); }
|
|
69
|
+
.heading-md--black { font-weight: var(--font-weight-font-black, 900); }
|
|
70
|
+
|
|
71
|
+
.heading-sm {
|
|
72
|
+
margin: 0;
|
|
73
|
+
color: var(--color-text-default, #262626);
|
|
74
|
+
font-family: var(--font-font-family-heading, "Satoshi"), "Satoshi", "Inter", "Segoe UI", "system-ui", sans-serif;
|
|
75
|
+
font-size: calc(var(--font-size-text-2xl, 24rem) / 16);
|
|
76
|
+
line-height: calc(var(--font-leading-leading-2xl, 36) / 16 * 1rem);
|
|
77
|
+
font-weight: var(--font-weight-font-normal, 400);
|
|
78
|
+
}
|
|
79
|
+
.heading-sm--light { font-weight: var(--font-weight-font-light, 300); }
|
|
80
|
+
.heading-sm--regular { font-weight: var(--font-weight-font-normal, 400); }
|
|
81
|
+
.heading-sm--medium { font-weight: var(--font-weight-font-medium, 500); }
|
|
82
|
+
.heading-sm--bold { font-weight: var(--font-weight-font-bold, 700); }
|
|
83
|
+
.heading-sm--black { font-weight: var(--font-weight-font-black, 900); }
|
|
84
|
+
|
|
85
|
+
.body-xs-leading-5 {
|
|
86
|
+
margin: 0;
|
|
87
|
+
color: var(--color-text-default, #262626);
|
|
88
|
+
font-family: var(--font-font-family-body, "Satoshi"), "Satoshi", "Inter", "Segoe UI", "system-ui", sans-serif;
|
|
89
|
+
font-size: calc(var(--font-size-text-xs, 12rem) / 16);
|
|
90
|
+
line-height: calc(var(--font-leading-leading-sm, 20) / 16 * 1rem);
|
|
91
|
+
font-weight: var(--font-weight-font-normal, 400);
|
|
92
|
+
}
|
|
93
|
+
.body-xs-leading-5--light { font-weight: var(--font-weight-font-light, 300); }
|
|
94
|
+
.body-xs-leading-5--regular { font-weight: var(--font-weight-font-normal, 400); }
|
|
95
|
+
.body-xs-leading-5--medium { font-weight: var(--font-weight-font-medium, 500); }
|
|
96
|
+
.body-xs-leading-5--bold { font-weight: var(--font-weight-font-bold, 700); }
|
|
97
|
+
.body-xs-leading-5--black { font-weight: var(--font-weight-font-black, 900); }
|
|
98
|
+
|
|
99
|
+
.body-xs-leading-4 {
|
|
100
|
+
margin: 0;
|
|
101
|
+
color: var(--color-text-default, #262626);
|
|
102
|
+
font-family: var(--font-font-family-body, "Satoshi"), "Satoshi", "Inter", "Segoe UI", "system-ui", sans-serif;
|
|
103
|
+
font-size: calc(var(--font-size-text-xs, 12rem) / 16);
|
|
104
|
+
line-height: calc(var(--font-leading-leading-xs, 18) / 16 * 1rem);
|
|
105
|
+
font-weight: var(--font-weight-font-normal, 400);
|
|
106
|
+
}
|
|
107
|
+
.body-xs-leading-4--light { font-weight: var(--font-weight-font-light, 300); }
|
|
108
|
+
.body-xs-leading-4--regular { font-weight: var(--font-weight-font-normal, 400); }
|
|
109
|
+
.body-xs-leading-4--medium { font-weight: var(--font-weight-font-medium, 500); }
|
|
110
|
+
.body-xs-leading-4--bold { font-weight: var(--font-weight-font-bold, 700); }
|
|
111
|
+
.body-xs-leading-4--black { font-weight: var(--font-weight-font-black, 900); }
|
|
112
|
+
|
|
113
|
+
.body-xs-leading-none {
|
|
114
|
+
margin: 0;
|
|
115
|
+
color: var(--color-text-default, #262626);
|
|
116
|
+
font-family: var(--font-font-family-body, "Satoshi"), "Satoshi", "Inter", "Segoe UI", "system-ui", sans-serif;
|
|
117
|
+
font-size: calc(var(--font-size-text-xs, 12rem) / 16);
|
|
118
|
+
line-height: calc(var(--font-leading-leading-xxxs, 12) / 16 * 1rem);
|
|
119
|
+
font-weight: var(--font-weight-font-normal, 400);
|
|
120
|
+
}
|
|
121
|
+
.body-xs-leading-none--light { font-weight: var(--font-weight-font-light, 300); }
|
|
122
|
+
.body-xs-leading-none--regular { font-weight: var(--font-weight-font-normal, 400); }
|
|
123
|
+
.body-xs-leading-none--medium { font-weight: var(--font-weight-font-medium, 500); }
|
|
124
|
+
.body-xs-leading-none--bold { font-weight: var(--font-weight-font-bold, 700); }
|
|
125
|
+
.body-xs-leading-none--black { font-weight: var(--font-weight-font-black, 900); }
|
|
126
|
+
|
|
127
|
+
.body-sm-leading-6 {
|
|
128
|
+
margin: 0;
|
|
129
|
+
color: var(--color-text-default, #262626);
|
|
130
|
+
font-family: var(--font-font-family-body, "Satoshi"), "Satoshi", "Inter", "Segoe UI", "system-ui", sans-serif;
|
|
131
|
+
font-size: calc(var(--font-size-text-sm, 14rem) / 16);
|
|
132
|
+
line-height: calc(var(--font-leading-leading-md, 24) / 16 * 1rem);
|
|
133
|
+
font-weight: var(--font-weight-font-normal, 400);
|
|
134
|
+
}
|
|
135
|
+
.body-sm-leading-6--light { font-weight: var(--font-weight-font-light, 300); }
|
|
136
|
+
.body-sm-leading-6--regular { font-weight: var(--font-weight-font-normal, 400); }
|
|
137
|
+
.body-sm-leading-6--medium { font-weight: var(--font-weight-font-medium, 500); }
|
|
138
|
+
.body-sm-leading-6--bold { font-weight: var(--font-weight-font-bold, 700); }
|
|
139
|
+
.body-sm-leading-6--black { font-weight: var(--font-weight-font-black, 900); }
|
|
140
|
+
|
|
141
|
+
.body-sm-leading-5 {
|
|
142
|
+
margin: 0;
|
|
143
|
+
color: var(--color-text-default, #262626);
|
|
144
|
+
font-family: var(--font-font-family-body, "Satoshi"), "Satoshi", "Inter", "Segoe UI", "system-ui", sans-serif;
|
|
145
|
+
font-size: calc(var(--font-size-text-sm, 14rem) / 16);
|
|
146
|
+
line-height: calc(var(--font-leading-leading-sm, 20) / 16 * 1rem);
|
|
147
|
+
font-weight: var(--font-weight-font-normal, 400);
|
|
148
|
+
}
|
|
149
|
+
.body-sm-leading-5--light { font-weight: var(--font-weight-font-light, 300); }
|
|
150
|
+
.body-sm-leading-5--regular { font-weight: var(--font-weight-font-normal, 400); }
|
|
151
|
+
.body-sm-leading-5--medium { font-weight: var(--font-weight-font-medium, 500); }
|
|
152
|
+
.body-sm-leading-5--bold { font-weight: var(--font-weight-font-bold, 700); }
|
|
153
|
+
.body-sm-leading-5--black { font-weight: var(--font-weight-font-black, 900); }
|
|
154
|
+
|
|
155
|
+
.body-sm-leading-none {
|
|
156
|
+
margin: 0;
|
|
157
|
+
color: var(--color-text-default, #262626);
|
|
158
|
+
font-family: var(--font-font-family-body, "Satoshi"), "Satoshi", "Inter", "Segoe UI", "system-ui", sans-serif;
|
|
159
|
+
font-size: calc(var(--font-size-text-sm, 14rem) / 16);
|
|
160
|
+
line-height: calc(var(--font-leading-leading-xxs, 14) / 16 * 1rem);
|
|
161
|
+
font-weight: var(--font-weight-font-normal, 400);
|
|
162
|
+
}
|
|
163
|
+
.body-sm-leading-none--light { font-weight: var(--font-weight-font-light, 300); }
|
|
164
|
+
.body-sm-leading-none--regular { font-weight: var(--font-weight-font-normal, 400); }
|
|
165
|
+
.body-sm-leading-none--medium { font-weight: var(--font-weight-font-medium, 500); }
|
|
166
|
+
.body-sm-leading-none--bold { font-weight: var(--font-weight-font-bold, 700); }
|
|
167
|
+
.body-sm-leading-none--black { font-weight: var(--font-weight-font-black, 900); }
|
|
168
|
+
|
|
169
|
+
.body-md-leading-6 {
|
|
170
|
+
margin: 0;
|
|
171
|
+
color: var(--color-text-default, #262626);
|
|
172
|
+
font-family: var(--font-font-family-body, "Satoshi"), "Satoshi", "Inter", "Segoe UI", "system-ui", sans-serif;
|
|
173
|
+
font-size: calc(var(--font-size-text-base, 16rem) / 16);
|
|
174
|
+
line-height: calc(var(--font-leading-leading-md, 24) / 16 * 1rem);
|
|
175
|
+
font-weight: var(--font-weight-font-normal, 400);
|
|
176
|
+
}
|
|
177
|
+
.body-md-leading-6--light { font-weight: var(--font-weight-font-light, 300); }
|
|
178
|
+
.body-md-leading-6--regular { font-weight: var(--font-weight-font-normal, 400); }
|
|
179
|
+
.body-md-leading-6--medium { font-weight: var(--font-weight-font-medium, 500); }
|
|
180
|
+
.body-md-leading-6--bold { font-weight: var(--font-weight-font-bold, 700); }
|
|
181
|
+
.body-md-leading-6--black { font-weight: var(--font-weight-font-black, 900); }
|
|
182
|
+
|
|
183
|
+
.body-md-leading-7 {
|
|
184
|
+
margin: 0;
|
|
185
|
+
color: var(--color-text-default, #262626);
|
|
186
|
+
font-family: var(--font-font-family-body, "Satoshi"), "Satoshi", "Inter", "Segoe UI", "system-ui", sans-serif;
|
|
187
|
+
font-size: calc(var(--font-size-text-base, 16rem) / 16);
|
|
188
|
+
line-height: calc(var(--font-leading-leading-lg, 28) / 16 * 1rem);
|
|
189
|
+
font-weight: var(--font-weight-font-normal, 400);
|
|
190
|
+
}
|
|
191
|
+
.body-md-leading-7--light { font-weight: var(--font-weight-font-light, 300); }
|
|
192
|
+
.body-md-leading-7--regular { font-weight: var(--font-weight-font-normal, 400); }
|
|
193
|
+
.body-md-leading-7--medium { font-weight: var(--font-weight-font-medium, 500); }
|
|
194
|
+
.body-md-leading-7--bold { font-weight: var(--font-weight-font-bold, 700); }
|
|
195
|
+
.body-md-leading-7--black { font-weight: var(--font-weight-font-black, 900); }
|
|
196
|
+
|
|
197
|
+
.body-md-leading-none {
|
|
198
|
+
margin: 0;
|
|
199
|
+
color: var(--color-text-default, #262626);
|
|
200
|
+
font-family: var(--font-font-family-body, "Satoshi"), "Satoshi", "Inter", "Segoe UI", "system-ui", sans-serif;
|
|
201
|
+
font-size: calc(var(--font-size-text-base, 16rem) / 16);
|
|
202
|
+
line-height: calc(var(--font-leading-leading-base, 16) / 16 * 1rem);
|
|
203
|
+
font-weight: var(--font-weight-font-normal, 400);
|
|
204
|
+
}
|
|
205
|
+
.body-md-leading-none--light { font-weight: var(--font-weight-font-light, 300); }
|
|
206
|
+
.body-md-leading-none--regular { font-weight: var(--font-weight-font-normal, 400); }
|
|
207
|
+
.body-md-leading-none--medium { font-weight: var(--font-weight-font-medium, 500); }
|
|
208
|
+
.body-md-leading-none--bold { font-weight: var(--font-weight-font-bold, 700); }
|
|
209
|
+
.body-md-leading-none--black { font-weight: var(--font-weight-font-black, 900); }
|
|
210
|
+
|
|
211
|
+
.body-lg-leading-7 {
|
|
212
|
+
margin: 0;
|
|
213
|
+
color: var(--color-text-default, #262626);
|
|
214
|
+
font-family: var(--font-font-family-body, "Satoshi"), "Satoshi", "Inter", "Segoe UI", "system-ui", sans-serif;
|
|
215
|
+
font-size: calc(var(--font-size-text-lg, 18rem) / 16);
|
|
216
|
+
line-height: calc(var(--font-leading-leading-lg, 28) / 16 * 1rem);
|
|
217
|
+
font-weight: var(--font-weight-font-normal, 400);
|
|
218
|
+
}
|
|
219
|
+
.body-lg-leading-7--light { font-weight: var(--font-weight-font-light, 300); }
|
|
220
|
+
.body-lg-leading-7--regular { font-weight: var(--font-weight-font-normal, 400); }
|
|
221
|
+
.body-lg-leading-7--medium { font-weight: var(--font-weight-font-medium, 500); }
|
|
222
|
+
.body-lg-leading-7--bold { font-weight: var(--font-weight-font-bold, 700); }
|
|
223
|
+
.body-lg-leading-7--black { font-weight: var(--font-weight-font-black, 900); }
|
|
224
|
+
|
|
225
|
+
.body-lg-leading-6 {
|
|
226
|
+
margin: 0;
|
|
227
|
+
color: var(--color-text-default, #262626);
|
|
228
|
+
font-family: var(--font-font-family-body, "Satoshi"), "Satoshi", "Inter", "Segoe UI", "system-ui", sans-serif;
|
|
229
|
+
font-size: calc(var(--font-size-text-lg, 18rem) / 16);
|
|
230
|
+
line-height: calc(var(--font-leading-leading-md, 24) / 16 * 1rem);
|
|
231
|
+
font-weight: var(--font-weight-font-normal, 400);
|
|
232
|
+
}
|
|
233
|
+
.body-lg-leading-6--light { font-weight: var(--font-weight-font-light, 300); }
|
|
234
|
+
.body-lg-leading-6--regular { font-weight: var(--font-weight-font-normal, 400); }
|
|
235
|
+
.body-lg-leading-6--medium { font-weight: var(--font-weight-font-medium, 500); }
|
|
236
|
+
.body-lg-leading-6--bold { font-weight: var(--font-weight-font-bold, 700); }
|
|
237
|
+
.body-lg-leading-6--black { font-weight: var(--font-weight-font-black, 900); }
|
|
238
|
+
|
|
239
|
+
.body-lg-leading-none {
|
|
240
|
+
margin: 0;
|
|
241
|
+
color: var(--color-text-default, #262626);
|
|
242
|
+
font-family: var(--font-font-family-body, "Satoshi"), "Satoshi", "Inter", "Segoe UI", "system-ui", sans-serif;
|
|
243
|
+
font-size: calc(var(--font-size-text-lg, 18rem) / 16);
|
|
244
|
+
line-height: calc(var(--font-leading-leading-xs, 18) / 16 * 1rem);
|
|
245
|
+
font-weight: var(--font-weight-font-normal, 400);
|
|
246
|
+
}
|
|
247
|
+
.body-lg-leading-none--light { font-weight: var(--font-weight-font-light, 300); }
|
|
248
|
+
.body-lg-leading-none--regular { font-weight: var(--font-weight-font-normal, 400); }
|
|
249
|
+
.body-lg-leading-none--medium { font-weight: var(--font-weight-font-medium, 500); }
|
|
250
|
+
.body-lg-leading-none--bold { font-weight: var(--font-weight-font-bold, 700); }
|
|
251
|
+
.body-lg-leading-none--black { font-weight: var(--font-weight-font-black, 900); }
|