@preply/ds-web-lib 2.0.0 → 2.0.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/dist/assets/AlertDialog.css +17 -17
- package/dist/assets/Avatar.css +79 -79
- package/dist/assets/AvatarWithStatus.css +12 -12
- package/dist/assets/Badge.css +24 -24
- package/dist/assets/Box.css +171 -171
- package/dist/assets/Button.css +7 -7
- package/dist/assets/ButtonBase.css +245 -245
- package/dist/assets/Chips.css +16 -16
- package/dist/assets/Dialog.css +91 -91
- package/dist/assets/FieldAdditionalText.css +6 -6
- package/dist/assets/FieldButton.css +8 -8
- package/dist/assets/FieldLabel.css +8 -8
- package/dist/assets/FieldLayout.css +29 -29
- package/dist/assets/FieldLayoutBase.css +4 -4
- package/dist/assets/Heading.css +100 -100
- package/dist/assets/Icon.css +14 -14
- package/dist/assets/LayoutFlex.css +1 -1
- package/dist/assets/LayoutFlexItem.css +14 -14
- package/dist/assets/Link.css +32 -32
- package/dist/assets/Loader.css +4 -4
- package/dist/assets/OnboardingTooltip.css +17 -17
- package/dist/assets/OnboardingTour.css +2 -2
- package/dist/assets/PreplyLogo.css +9 -9
- package/dist/assets/ProgressBar.css +3 -3
- package/dist/assets/ProgressSteps.css +7 -7
- package/dist/assets/SelectFieldLayout.css +18 -18
- package/dist/assets/Spinner.css +26 -26
- package/dist/assets/Steps.css +5 -5
- package/dist/assets/Text.css +227 -227
- package/dist/assets/TextHighlighted.css +14 -14
- package/dist/assets/TextInline.css +5 -5
- package/dist/assets/Toast.css +12 -12
- package/dist/assets/Tooltip.css +14 -14
- package/dist/assets/align-self.css +25 -25
- package/dist/assets/color.css +39 -39
- package/dist/assets/exp-color.css +58 -58
- package/dist/assets/index.css +16 -16
- package/dist/assets/layout-gap.css +135 -135
- package/dist/assets/layout-grid.css +100 -100
- package/dist/assets/layout-hide.css +49 -49
- package/dist/assets/layout-padding.css +531 -531
- package/dist/assets/layout-relative.css +2 -2
- package/dist/assets/text-accent.css +18 -18
- package/dist/assets/text-centered.css +13 -13
- package/dist/assets/text-weight.css +8 -8
- package/dist/components/AlertDialog/AlertDialog.js +4 -4
- package/dist/components/Avatar/Avatar.js +74 -74
- package/dist/components/AvatarWithStatus/AvatarWithStatus.js +10 -10
- package/dist/components/Badge/Badge.js +1 -1
- package/dist/components/Box/Box.js +150 -150
- package/dist/components/Button/Button.js +1 -1
- package/dist/components/Chips/Chips.js +4 -4
- package/dist/components/Dialog/Dialog.js +35 -35
- package/dist/components/FieldAdditionalText/FieldAdditionalText.js +3 -3
- package/dist/components/FieldButton/FieldButton.js +1 -1
- package/dist/components/FieldLayout/FieldLayout.js +7 -7
- package/dist/components/Heading/Heading.js +97 -97
- package/dist/components/Icon/Icon.js +10 -10
- package/dist/components/LayoutFlex/LayoutFlex.js +3 -3
- package/dist/components/LayoutFlexItem/LayoutFlexItem.js +13 -13
- package/dist/components/Link/Link.js +18 -18
- package/dist/components/Loader/Loader.js +3 -3
- package/dist/components/OnboardingTooltip/OnboardingTooltip.js +5 -5
- package/dist/components/OnboardingTour/OnboardingTour.js +1 -1
- package/dist/components/PreplyLogo/PreplyLogo.js +2 -2
- package/dist/components/ProgressBar/ProgressBar.js +1 -1
- package/dist/components/ProgressSteps/ProgressSteps.js +2 -2
- package/dist/components/Steps/Steps.js +4 -4
- package/dist/components/Text/Text.js +224 -224
- package/dist/components/TextHighlighted/TextHighlighted.js +11 -11
- package/dist/components/TextInline/TextInline.js +2 -2
- package/dist/components/Toast/Toast.js +5 -5
- package/dist/components/Tooltip/Tooltip.js +2 -2
- package/dist/components/private/ButtonBase/ButtonBase.js +173 -173
- package/dist/components/private/FieldLabel/FieldLabel.js +5 -5
- package/dist/components/private/FieldLayoutBase/FieldLayoutBase.js +1 -1
- package/dist/components/private/Input/Checkbox.js +1 -1
- package/dist/components/private/Input/InputDate.js +1 -1
- package/dist/components/private/Input/InputNumber.js +1 -1
- package/dist/components/private/Input/InputPassword.js +1 -1
- package/dist/components/private/Input/InputText.js +1 -1
- package/dist/components/private/Input/InputTime.js +1 -1
- package/dist/components/private/Input/Radio.js +1 -1
- package/dist/components/private/Input/Select.js +1 -1
- package/dist/components/private/Input/Textarea.js +1 -1
- package/dist/components/private/SelectFieldLayout/SelectFieldLayout.js +8 -8
- package/dist/components/private/Spinner/Spinner.js +16 -16
- package/dist/index.module-DUJul0uw.js +27 -0
- package/dist/layout-gap.module-BdXCPCGM.js +139 -0
- package/dist/{layout-grid.module-CKp47Yfz.js → layout-grid.module-BIHGcx1g.js} +97 -97
- package/dist/layout-hide.module-CKIK6Snf.js +55 -0
- package/dist/{layout-relative.module-DIaUqnvq.js → layout-relative.module-BhIMNlTS.js} +2 -2
- package/dist/shared-styles/align-self/align-self.js +25 -25
- package/dist/shared-styles/color/color.js +38 -38
- package/dist/shared-styles/exp-color/exp-color.js +57 -57
- package/dist/shared-styles/layout-gap/layout-gap.js +1 -1
- package/dist/shared-styles/layout-grid/layout-grid.js +1 -1
- package/dist/shared-styles/layout-grid-responsive-columns/layout-grid-responsive-columns.js +1 -1
- package/dist/shared-styles/layout-hide/layout-hide.js +1 -1
- package/dist/shared-styles/layout-padding/layout-padding.js +529 -529
- package/dist/shared-styles/layout-relative/layout-relative.js +1 -1
- package/dist/shared-styles/text-accent/text-accent.js +17 -17
- package/dist/shared-styles/text-centered/text-centered.js +13 -13
- package/dist/shared-styles/text-weight/text-weight.js +7 -7
- package/package.json +13 -13
- package/dist/index.module-v4nAc-_q.js +0 -27
- package/dist/layout-gap.module-BRl-r4iq.js +0 -139
- package/dist/layout-hide.module-CxXbAgTg.js +0 -55
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { moduleClassNames, booleanClassNames } from "@preply/ds-web-core";
|
|
2
|
-
import { s as styles } from "../../layout-relative.module-
|
|
2
|
+
import { s as styles } from "../../layout-relative.module-BhIMNlTS.js";
|
|
3
3
|
const LAYOUT_RELATIVE = "LayoutRelative";
|
|
4
4
|
const getLayoutRelativeClassnames = (relative) => {
|
|
5
5
|
return moduleClassNames(styles, LAYOUT_RELATIVE, [booleanClassNames("relative", void 0, relative)]);
|
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
import { moduleClassNames, stringClassNames } from "@preply/ds-web-core";
|
|
2
|
-
import '../../assets/text-accent.css';const TextAccent = "
|
|
2
|
+
import '../../assets/text-accent.css';const TextAccent = "_TextAccent_122zr_3";
|
|
3
3
|
const styles = {
|
|
4
4
|
TextAccent,
|
|
5
|
-
"TextAccent--accent-default": "_TextAccent--accent-
|
|
6
|
-
"TextAccent--accent-primary": "_TextAccent--accent-
|
|
7
|
-
"TextAccent--accent-secondary": "_TextAccent--accent-
|
|
8
|
-
"TextAccent--accent-tertiary": "_TextAccent--accent-
|
|
9
|
-
"TextAccent--accent-accentDark": "_TextAccent--accent-
|
|
10
|
-
"TextAccent--accent-placeholder": "_TextAccent--accent-
|
|
11
|
-
"TextAccent--accent-inverted": "_TextAccent--accent-
|
|
12
|
-
"TextAccent--accent-positive": "_TextAccent--accent-
|
|
13
|
-
"TextAccent--accent-info": "_TextAccent--accent-
|
|
14
|
-
"TextAccent--accent-warning": "_TextAccent--accent-
|
|
15
|
-
"TextAccent--accent-critical": "_TextAccent--accent-
|
|
16
|
-
"TextAccent--accent-branded": "_TextAccent--accent-
|
|
17
|
-
"TextAccent--accent-error": "_TextAccent--accent-
|
|
18
|
-
"TextAccent--accent-selected": "_TextAccent--accent-
|
|
19
|
-
"TextAccent--accent-disabled": "_TextAccent--accent-
|
|
20
|
-
"TextAccent--accent-accent": "_TextAccent--accent-
|
|
5
|
+
"TextAccent--accent-default": "_TextAccent--accent-default_122zr_3",
|
|
6
|
+
"TextAccent--accent-primary": "_TextAccent--accent-primary_122zr_6",
|
|
7
|
+
"TextAccent--accent-secondary": "_TextAccent--accent-secondary_122zr_9",
|
|
8
|
+
"TextAccent--accent-tertiary": "_TextAccent--accent-tertiary_122zr_12",
|
|
9
|
+
"TextAccent--accent-accentDark": "_TextAccent--accent-accentDark_122zr_15",
|
|
10
|
+
"TextAccent--accent-placeholder": "_TextAccent--accent-placeholder_122zr_18",
|
|
11
|
+
"TextAccent--accent-inverted": "_TextAccent--accent-inverted_122zr_21",
|
|
12
|
+
"TextAccent--accent-positive": "_TextAccent--accent-positive_122zr_24",
|
|
13
|
+
"TextAccent--accent-info": "_TextAccent--accent-info_122zr_27",
|
|
14
|
+
"TextAccent--accent-warning": "_TextAccent--accent-warning_122zr_30",
|
|
15
|
+
"TextAccent--accent-critical": "_TextAccent--accent-critical_122zr_33",
|
|
16
|
+
"TextAccent--accent-branded": "_TextAccent--accent-branded_122zr_36",
|
|
17
|
+
"TextAccent--accent-error": "_TextAccent--accent-error_122zr_39",
|
|
18
|
+
"TextAccent--accent-selected": "_TextAccent--accent-selected_122zr_42",
|
|
19
|
+
"TextAccent--accent-disabled": "_TextAccent--accent-disabled_122zr_45",
|
|
20
|
+
"TextAccent--accent-accent": "_TextAccent--accent-accent_122zr_15"
|
|
21
21
|
};
|
|
22
22
|
const TEXT_ACCENT = "TextAccent";
|
|
23
23
|
const getTextAccentClassnames = (fallbackToDefault, accent) => {
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import { moduleClassNames, booleanClassNames } from "@preply/ds-web-core";
|
|
2
|
-
import '../../assets/text-centered.css';const TextCentered = "
|
|
2
|
+
import '../../assets/text-centered.css';const TextCentered = "_TextCentered_9mriv_2";
|
|
3
3
|
const styles = {
|
|
4
4
|
TextCentered,
|
|
5
|
-
"TextCentered--centered": "_TextCentered--
|
|
6
|
-
"TextCentered--initial": "_TextCentered--
|
|
7
|
-
"TextCentered--narrow-l--centered": "_TextCentered--narrow-l--
|
|
8
|
-
"TextCentered--narrow-l--initial": "_TextCentered--narrow-l--
|
|
9
|
-
"TextCentered--medium-s--centered": "_TextCentered--medium-s--
|
|
10
|
-
"TextCentered--medium-s--initial": "_TextCentered--medium-s--
|
|
11
|
-
"TextCentered--medium-l--centered": "_TextCentered--medium-l--
|
|
12
|
-
"TextCentered--medium-l--initial": "_TextCentered--medium-l--
|
|
13
|
-
"TextCentered--wide-s--centered": "_TextCentered--wide-s--
|
|
14
|
-
"TextCentered--wide-s--initial": "_TextCentered--wide-s--
|
|
15
|
-
"TextCentered--wide-l--centered": "_TextCentered--wide-l--
|
|
16
|
-
"TextCentered--wide-l--initial": "_TextCentered--wide-l--
|
|
5
|
+
"TextCentered--centered": "_TextCentered--centered_9mriv_2",
|
|
6
|
+
"TextCentered--initial": "_TextCentered--initial_9mriv_5",
|
|
7
|
+
"TextCentered--narrow-l--centered": "_TextCentered--narrow-l--centered_9mriv_9",
|
|
8
|
+
"TextCentered--narrow-l--initial": "_TextCentered--narrow-l--initial_9mriv_12",
|
|
9
|
+
"TextCentered--medium-s--centered": "_TextCentered--medium-s--centered_9mriv_17",
|
|
10
|
+
"TextCentered--medium-s--initial": "_TextCentered--medium-s--initial_9mriv_20",
|
|
11
|
+
"TextCentered--medium-l--centered": "_TextCentered--medium-l--centered_9mriv_25",
|
|
12
|
+
"TextCentered--medium-l--initial": "_TextCentered--medium-l--initial_9mriv_28",
|
|
13
|
+
"TextCentered--wide-s--centered": "_TextCentered--wide-s--centered_9mriv_33",
|
|
14
|
+
"TextCentered--wide-s--initial": "_TextCentered--wide-s--initial_9mriv_36",
|
|
15
|
+
"TextCentered--wide-l--centered": "_TextCentered--wide-l--centered_9mriv_41",
|
|
16
|
+
"TextCentered--wide-l--initial": "_TextCentered--wide-l--initial_9mriv_44"
|
|
17
17
|
};
|
|
18
18
|
const TEXT_CENTERED = "TextCentered";
|
|
19
19
|
const getTextCenteredClassnames = (centered) => {
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { moduleClassNames, stringClassNames } from "@preply/ds-web-core";
|
|
2
|
-
import '../../assets/text-weight.css';const TextWeight = "
|
|
2
|
+
import '../../assets/text-weight.css';const TextWeight = "_TextWeight_h9mkd_3";
|
|
3
3
|
const styles = {
|
|
4
4
|
TextWeight,
|
|
5
|
-
"TextWeight--weight-400": "_TextWeight--weight-
|
|
6
|
-
"TextWeight--weight-500": "_TextWeight--weight-
|
|
7
|
-
"TextWeight--weight-700": "_TextWeight--weight-
|
|
8
|
-
"TextWeight--weight-normal": "_TextWeight--weight-
|
|
9
|
-
"TextWeight--weight-medium": "_TextWeight--weight-
|
|
10
|
-
"TextWeight--weight-bold": "_TextWeight--weight-
|
|
5
|
+
"TextWeight--weight-400": "_TextWeight--weight-400_h9mkd_3",
|
|
6
|
+
"TextWeight--weight-500": "_TextWeight--weight-500_h9mkd_6",
|
|
7
|
+
"TextWeight--weight-700": "_TextWeight--weight-700_h9mkd_9",
|
|
8
|
+
"TextWeight--weight-normal": "_TextWeight--weight-normal_h9mkd_12",
|
|
9
|
+
"TextWeight--weight-medium": "_TextWeight--weight-medium_h9mkd_15",
|
|
10
|
+
"TextWeight--weight-bold": "_TextWeight--weight-bold_h9mkd_18"
|
|
11
11
|
};
|
|
12
12
|
const TEXT_WEIGHT = "TextWeight";
|
|
13
13
|
const getTextWeightClassNames = (weight) => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@preply/ds-web-lib",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -34,22 +34,22 @@
|
|
|
34
34
|
"sonner": "^1.7.4"
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {
|
|
37
|
-
"@preply/ds-core": "2.0.
|
|
38
|
-
"@preply/ds-media-icons": "2.0.
|
|
39
|
-
"@preply/ds-visual-coverage-preply-component-names": "2.0.
|
|
40
|
-
"@preply/ds-web-core": "2.0.
|
|
41
|
-
"@preply/ds-web-root": "2.0.
|
|
37
|
+
"@preply/ds-core": "2.0.1",
|
|
38
|
+
"@preply/ds-media-icons": "2.0.1",
|
|
39
|
+
"@preply/ds-visual-coverage-preply-component-names": "2.0.1",
|
|
40
|
+
"@preply/ds-web-core": "2.0.1",
|
|
41
|
+
"@preply/ds-web-root": "2.0.1",
|
|
42
42
|
"react": "^16 || ^18",
|
|
43
43
|
"react-dom": "^16 || ^18",
|
|
44
44
|
"react-intl": "^6.5.5"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@preply/ds-core": "2.0.
|
|
48
|
-
"@preply/ds-docs-toolkit": "2.0.
|
|
49
|
-
"@preply/ds-media-icons": "2.0.
|
|
50
|
-
"@preply/ds-visual-coverage-preply-component-names": "2.0.
|
|
51
|
-
"@preply/ds-web-core": "2.0.
|
|
52
|
-
"@preply/ds-web-root": "2.0.
|
|
47
|
+
"@preply/ds-core": "2.0.1",
|
|
48
|
+
"@preply/ds-docs-toolkit": "2.0.1",
|
|
49
|
+
"@preply/ds-media-icons": "2.0.1",
|
|
50
|
+
"@preply/ds-visual-coverage-preply-component-names": "2.0.1",
|
|
51
|
+
"@preply/ds-web-core": "2.0.1",
|
|
52
|
+
"@preply/ds-web-root": "2.0.1",
|
|
53
53
|
"@storybook/react": "8.5.8",
|
|
54
54
|
"@testing-library/react": "16.2.0",
|
|
55
55
|
"@types/react-is": "^18.2.0",
|
|
@@ -65,5 +65,5 @@
|
|
|
65
65
|
"vite-plugin-svgr": "4.3.0",
|
|
66
66
|
"vitest-browser-react": "^0.1.1"
|
|
67
67
|
},
|
|
68
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "98d68015b765e0e3f5ca59f5d16bdc262f271341"
|
|
69
69
|
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import './assets/index.css';const InputText = "_InputText_7pwbu_4";
|
|
2
|
-
const InputPassword = "_InputPassword_7pwbu_11";
|
|
3
|
-
const InputDate = "_InputDate_7pwbu_18";
|
|
4
|
-
const InputTime = "_InputTime_7pwbu_25";
|
|
5
|
-
const InputNumber = "_InputNumber_7pwbu_32";
|
|
6
|
-
const Textarea = "_Textarea_7pwbu_39";
|
|
7
|
-
const Checkbox = "_Checkbox_7pwbu_58";
|
|
8
|
-
const Radio = "_Radio_7pwbu_61";
|
|
9
|
-
const Select = "_Select_7pwbu_64";
|
|
10
|
-
const styles = {
|
|
11
|
-
InputText,
|
|
12
|
-
InputPassword,
|
|
13
|
-
InputDate,
|
|
14
|
-
InputTime,
|
|
15
|
-
InputNumber,
|
|
16
|
-
Textarea,
|
|
17
|
-
"Textarea--resize-none": "_Textarea--resize-none_7pwbu_46",
|
|
18
|
-
"Textarea--resize-vertical": "_Textarea--resize-vertical_7pwbu_49",
|
|
19
|
-
"Textarea--resize-horizontal": "_Textarea--resize-horizontal_7pwbu_52",
|
|
20
|
-
"Textarea--resize-both": "_Textarea--resize-both_7pwbu_55",
|
|
21
|
-
Checkbox,
|
|
22
|
-
Radio,
|
|
23
|
-
Select
|
|
24
|
-
};
|
|
25
|
-
export {
|
|
26
|
-
styles as s
|
|
27
|
-
};
|
|
@@ -1,139 +0,0 @@
|
|
|
1
|
-
import './assets/layout-gap.css';const LayoutGap = "_LayoutGap_11zq4_442";
|
|
2
|
-
const styles = {
|
|
3
|
-
LayoutGap,
|
|
4
|
-
"LayoutGap--gap-none": "_LayoutGap--gap-none_11zq4_442",
|
|
5
|
-
"LayoutGap--gap-3xs": "_LayoutGap--gap-3xs_11zq4_445",
|
|
6
|
-
"LayoutGap--gap-2xs": "_LayoutGap--gap-2xs_11zq4_448",
|
|
7
|
-
"LayoutGap--gap-xs": "_LayoutGap--gap-xs_11zq4_451",
|
|
8
|
-
"LayoutGap--gap-s": "_LayoutGap--gap-s_11zq4_454",
|
|
9
|
-
"LayoutGap--gap-m": "_LayoutGap--gap-m_11zq4_457",
|
|
10
|
-
"LayoutGap--gap-l": "_LayoutGap--gap-l_11zq4_460",
|
|
11
|
-
"LayoutGap--gap-xl": "_LayoutGap--gap-xl_11zq4_463",
|
|
12
|
-
"LayoutGap--gap-0": "_LayoutGap--gap-0_11zq4_466",
|
|
13
|
-
"LayoutGap--gap-1": "_LayoutGap--gap-1_11zq4_469",
|
|
14
|
-
"LayoutGap--gap-2": "_LayoutGap--gap-2_11zq4_448",
|
|
15
|
-
"LayoutGap--gap-4": "_LayoutGap--gap-4_11zq4_475",
|
|
16
|
-
"LayoutGap--gap-8": "_LayoutGap--gap-8_11zq4_478",
|
|
17
|
-
"LayoutGap--gap-12": "_LayoutGap--gap-12_11zq4_481",
|
|
18
|
-
"LayoutGap--gap-16": "_LayoutGap--gap-16_11zq4_484",
|
|
19
|
-
"LayoutGap--gap-20": "_LayoutGap--gap-20_11zq4_487",
|
|
20
|
-
"LayoutGap--gap-24": "_LayoutGap--gap-24_11zq4_490",
|
|
21
|
-
"LayoutGap--gap-32": "_LayoutGap--gap-32_11zq4_493",
|
|
22
|
-
"LayoutGap--gap-48": "_LayoutGap--gap-48_11zq4_496",
|
|
23
|
-
"LayoutGap--gap-64": "_LayoutGap--gap-64_11zq4_499",
|
|
24
|
-
"LayoutGap--gap-96": "_LayoutGap--gap-96_11zq4_502",
|
|
25
|
-
"LayoutGap--gap-160": "_LayoutGap--gap-160_11zq4_505",
|
|
26
|
-
"LayoutGap--narrow-l--gap-none": "_LayoutGap--narrow-l--gap-none_11zq4_509",
|
|
27
|
-
"LayoutGap--narrow-l--gap-3xs": "_LayoutGap--narrow-l--gap-3xs_11zq4_512",
|
|
28
|
-
"LayoutGap--narrow-l--gap-2xs": "_LayoutGap--narrow-l--gap-2xs_11zq4_515",
|
|
29
|
-
"LayoutGap--narrow-l--gap-xs": "_LayoutGap--narrow-l--gap-xs_11zq4_518",
|
|
30
|
-
"LayoutGap--narrow-l--gap-s": "_LayoutGap--narrow-l--gap-s_11zq4_521",
|
|
31
|
-
"LayoutGap--narrow-l--gap-m": "_LayoutGap--narrow-l--gap-m_11zq4_524",
|
|
32
|
-
"LayoutGap--narrow-l--gap-l": "_LayoutGap--narrow-l--gap-l_11zq4_527",
|
|
33
|
-
"LayoutGap--narrow-l--gap-xl": "_LayoutGap--narrow-l--gap-xl_11zq4_530",
|
|
34
|
-
"LayoutGap--narrow-l--gap-0": "_LayoutGap--narrow-l--gap-0_11zq4_533",
|
|
35
|
-
"LayoutGap--narrow-l--gap-1": "_LayoutGap--narrow-l--gap-1_11zq4_536",
|
|
36
|
-
"LayoutGap--narrow-l--gap-2": "_LayoutGap--narrow-l--gap-2_11zq4_515",
|
|
37
|
-
"LayoutGap--narrow-l--gap-4": "_LayoutGap--narrow-l--gap-4_11zq4_542",
|
|
38
|
-
"LayoutGap--narrow-l--gap-8": "_LayoutGap--narrow-l--gap-8_11zq4_545",
|
|
39
|
-
"LayoutGap--narrow-l--gap-12": "_LayoutGap--narrow-l--gap-12_11zq4_548",
|
|
40
|
-
"LayoutGap--narrow-l--gap-16": "_LayoutGap--narrow-l--gap-16_11zq4_551",
|
|
41
|
-
"LayoutGap--narrow-l--gap-20": "_LayoutGap--narrow-l--gap-20_11zq4_554",
|
|
42
|
-
"LayoutGap--narrow-l--gap-24": "_LayoutGap--narrow-l--gap-24_11zq4_557",
|
|
43
|
-
"LayoutGap--narrow-l--gap-32": "_LayoutGap--narrow-l--gap-32_11zq4_560",
|
|
44
|
-
"LayoutGap--narrow-l--gap-48": "_LayoutGap--narrow-l--gap-48_11zq4_563",
|
|
45
|
-
"LayoutGap--narrow-l--gap-64": "_LayoutGap--narrow-l--gap-64_11zq4_566",
|
|
46
|
-
"LayoutGap--narrow-l--gap-96": "_LayoutGap--narrow-l--gap-96_11zq4_569",
|
|
47
|
-
"LayoutGap--narrow-l--gap-160": "_LayoutGap--narrow-l--gap-160_11zq4_572",
|
|
48
|
-
"LayoutGap--medium-s--gap-none": "_LayoutGap--medium-s--gap-none_11zq4_577",
|
|
49
|
-
"LayoutGap--medium-s--gap-3xs": "_LayoutGap--medium-s--gap-3xs_11zq4_580",
|
|
50
|
-
"LayoutGap--medium-s--gap-2xs": "_LayoutGap--medium-s--gap-2xs_11zq4_583",
|
|
51
|
-
"LayoutGap--medium-s--gap-xs": "_LayoutGap--medium-s--gap-xs_11zq4_586",
|
|
52
|
-
"LayoutGap--medium-s--gap-s": "_LayoutGap--medium-s--gap-s_11zq4_589",
|
|
53
|
-
"LayoutGap--medium-s--gap-m": "_LayoutGap--medium-s--gap-m_11zq4_592",
|
|
54
|
-
"LayoutGap--medium-s--gap-l": "_LayoutGap--medium-s--gap-l_11zq4_595",
|
|
55
|
-
"LayoutGap--medium-s--gap-xl": "_LayoutGap--medium-s--gap-xl_11zq4_598",
|
|
56
|
-
"LayoutGap--medium-s--gap-0": "_LayoutGap--medium-s--gap-0_11zq4_601",
|
|
57
|
-
"LayoutGap--medium-s--gap-1": "_LayoutGap--medium-s--gap-1_11zq4_604",
|
|
58
|
-
"LayoutGap--medium-s--gap-2": "_LayoutGap--medium-s--gap-2_11zq4_583",
|
|
59
|
-
"LayoutGap--medium-s--gap-4": "_LayoutGap--medium-s--gap-4_11zq4_610",
|
|
60
|
-
"LayoutGap--medium-s--gap-8": "_LayoutGap--medium-s--gap-8_11zq4_613",
|
|
61
|
-
"LayoutGap--medium-s--gap-12": "_LayoutGap--medium-s--gap-12_11zq4_616",
|
|
62
|
-
"LayoutGap--medium-s--gap-16": "_LayoutGap--medium-s--gap-16_11zq4_619",
|
|
63
|
-
"LayoutGap--medium-s--gap-20": "_LayoutGap--medium-s--gap-20_11zq4_622",
|
|
64
|
-
"LayoutGap--medium-s--gap-24": "_LayoutGap--medium-s--gap-24_11zq4_625",
|
|
65
|
-
"LayoutGap--medium-s--gap-32": "_LayoutGap--medium-s--gap-32_11zq4_628",
|
|
66
|
-
"LayoutGap--medium-s--gap-48": "_LayoutGap--medium-s--gap-48_11zq4_631",
|
|
67
|
-
"LayoutGap--medium-s--gap-64": "_LayoutGap--medium-s--gap-64_11zq4_634",
|
|
68
|
-
"LayoutGap--medium-s--gap-96": "_LayoutGap--medium-s--gap-96_11zq4_637",
|
|
69
|
-
"LayoutGap--medium-s--gap-160": "_LayoutGap--medium-s--gap-160_11zq4_640",
|
|
70
|
-
"LayoutGap--medium-l--gap-none": "_LayoutGap--medium-l--gap-none_11zq4_645",
|
|
71
|
-
"LayoutGap--medium-l--gap-3xs": "_LayoutGap--medium-l--gap-3xs_11zq4_648",
|
|
72
|
-
"LayoutGap--medium-l--gap-2xs": "_LayoutGap--medium-l--gap-2xs_11zq4_651",
|
|
73
|
-
"LayoutGap--medium-l--gap-xs": "_LayoutGap--medium-l--gap-xs_11zq4_654",
|
|
74
|
-
"LayoutGap--medium-l--gap-s": "_LayoutGap--medium-l--gap-s_11zq4_657",
|
|
75
|
-
"LayoutGap--medium-l--gap-m": "_LayoutGap--medium-l--gap-m_11zq4_660",
|
|
76
|
-
"LayoutGap--medium-l--gap-l": "_LayoutGap--medium-l--gap-l_11zq4_663",
|
|
77
|
-
"LayoutGap--medium-l--gap-xl": "_LayoutGap--medium-l--gap-xl_11zq4_666",
|
|
78
|
-
"LayoutGap--medium-l--gap-0": "_LayoutGap--medium-l--gap-0_11zq4_669",
|
|
79
|
-
"LayoutGap--medium-l--gap-1": "_LayoutGap--medium-l--gap-1_11zq4_672",
|
|
80
|
-
"LayoutGap--medium-l--gap-2": "_LayoutGap--medium-l--gap-2_11zq4_651",
|
|
81
|
-
"LayoutGap--medium-l--gap-4": "_LayoutGap--medium-l--gap-4_11zq4_678",
|
|
82
|
-
"LayoutGap--medium-l--gap-8": "_LayoutGap--medium-l--gap-8_11zq4_681",
|
|
83
|
-
"LayoutGap--medium-l--gap-12": "_LayoutGap--medium-l--gap-12_11zq4_684",
|
|
84
|
-
"LayoutGap--medium-l--gap-16": "_LayoutGap--medium-l--gap-16_11zq4_687",
|
|
85
|
-
"LayoutGap--medium-l--gap-20": "_LayoutGap--medium-l--gap-20_11zq4_690",
|
|
86
|
-
"LayoutGap--medium-l--gap-24": "_LayoutGap--medium-l--gap-24_11zq4_693",
|
|
87
|
-
"LayoutGap--medium-l--gap-32": "_LayoutGap--medium-l--gap-32_11zq4_696",
|
|
88
|
-
"LayoutGap--medium-l--gap-48": "_LayoutGap--medium-l--gap-48_11zq4_699",
|
|
89
|
-
"LayoutGap--medium-l--gap-64": "_LayoutGap--medium-l--gap-64_11zq4_702",
|
|
90
|
-
"LayoutGap--medium-l--gap-96": "_LayoutGap--medium-l--gap-96_11zq4_705",
|
|
91
|
-
"LayoutGap--medium-l--gap-160": "_LayoutGap--medium-l--gap-160_11zq4_708",
|
|
92
|
-
"LayoutGap--wide-s--gap-none": "_LayoutGap--wide-s--gap-none_11zq4_713",
|
|
93
|
-
"LayoutGap--wide-s--gap-3xs": "_LayoutGap--wide-s--gap-3xs_11zq4_716",
|
|
94
|
-
"LayoutGap--wide-s--gap-2xs": "_LayoutGap--wide-s--gap-2xs_11zq4_719",
|
|
95
|
-
"LayoutGap--wide-s--gap-xs": "_LayoutGap--wide-s--gap-xs_11zq4_722",
|
|
96
|
-
"LayoutGap--wide-s--gap-s": "_LayoutGap--wide-s--gap-s_11zq4_725",
|
|
97
|
-
"LayoutGap--wide-s--gap-m": "_LayoutGap--wide-s--gap-m_11zq4_728",
|
|
98
|
-
"LayoutGap--wide-s--gap-l": "_LayoutGap--wide-s--gap-l_11zq4_731",
|
|
99
|
-
"LayoutGap--wide-s--gap-xl": "_LayoutGap--wide-s--gap-xl_11zq4_734",
|
|
100
|
-
"LayoutGap--wide-s--gap-0": "_LayoutGap--wide-s--gap-0_11zq4_737",
|
|
101
|
-
"LayoutGap--wide-s--gap-1": "_LayoutGap--wide-s--gap-1_11zq4_740",
|
|
102
|
-
"LayoutGap--wide-s--gap-2": "_LayoutGap--wide-s--gap-2_11zq4_719",
|
|
103
|
-
"LayoutGap--wide-s--gap-4": "_LayoutGap--wide-s--gap-4_11zq4_746",
|
|
104
|
-
"LayoutGap--wide-s--gap-8": "_LayoutGap--wide-s--gap-8_11zq4_749",
|
|
105
|
-
"LayoutGap--wide-s--gap-12": "_LayoutGap--wide-s--gap-12_11zq4_752",
|
|
106
|
-
"LayoutGap--wide-s--gap-16": "_LayoutGap--wide-s--gap-16_11zq4_755",
|
|
107
|
-
"LayoutGap--wide-s--gap-20": "_LayoutGap--wide-s--gap-20_11zq4_758",
|
|
108
|
-
"LayoutGap--wide-s--gap-24": "_LayoutGap--wide-s--gap-24_11zq4_761",
|
|
109
|
-
"LayoutGap--wide-s--gap-32": "_LayoutGap--wide-s--gap-32_11zq4_764",
|
|
110
|
-
"LayoutGap--wide-s--gap-48": "_LayoutGap--wide-s--gap-48_11zq4_767",
|
|
111
|
-
"LayoutGap--wide-s--gap-64": "_LayoutGap--wide-s--gap-64_11zq4_770",
|
|
112
|
-
"LayoutGap--wide-s--gap-96": "_LayoutGap--wide-s--gap-96_11zq4_773",
|
|
113
|
-
"LayoutGap--wide-s--gap-160": "_LayoutGap--wide-s--gap-160_11zq4_776",
|
|
114
|
-
"LayoutGap--wide-l--gap-none": "_LayoutGap--wide-l--gap-none_11zq4_781",
|
|
115
|
-
"LayoutGap--wide-l--gap-3xs": "_LayoutGap--wide-l--gap-3xs_11zq4_784",
|
|
116
|
-
"LayoutGap--wide-l--gap-2xs": "_LayoutGap--wide-l--gap-2xs_11zq4_787",
|
|
117
|
-
"LayoutGap--wide-l--gap-xs": "_LayoutGap--wide-l--gap-xs_11zq4_790",
|
|
118
|
-
"LayoutGap--wide-l--gap-s": "_LayoutGap--wide-l--gap-s_11zq4_793",
|
|
119
|
-
"LayoutGap--wide-l--gap-m": "_LayoutGap--wide-l--gap-m_11zq4_796",
|
|
120
|
-
"LayoutGap--wide-l--gap-l": "_LayoutGap--wide-l--gap-l_11zq4_799",
|
|
121
|
-
"LayoutGap--wide-l--gap-xl": "_LayoutGap--wide-l--gap-xl_11zq4_802",
|
|
122
|
-
"LayoutGap--wide-l--gap-0": "_LayoutGap--wide-l--gap-0_11zq4_805",
|
|
123
|
-
"LayoutGap--wide-l--gap-1": "_LayoutGap--wide-l--gap-1_11zq4_808",
|
|
124
|
-
"LayoutGap--wide-l--gap-2": "_LayoutGap--wide-l--gap-2_11zq4_787",
|
|
125
|
-
"LayoutGap--wide-l--gap-4": "_LayoutGap--wide-l--gap-4_11zq4_814",
|
|
126
|
-
"LayoutGap--wide-l--gap-8": "_LayoutGap--wide-l--gap-8_11zq4_817",
|
|
127
|
-
"LayoutGap--wide-l--gap-12": "_LayoutGap--wide-l--gap-12_11zq4_820",
|
|
128
|
-
"LayoutGap--wide-l--gap-16": "_LayoutGap--wide-l--gap-16_11zq4_823",
|
|
129
|
-
"LayoutGap--wide-l--gap-20": "_LayoutGap--wide-l--gap-20_11zq4_826",
|
|
130
|
-
"LayoutGap--wide-l--gap-24": "_LayoutGap--wide-l--gap-24_11zq4_829",
|
|
131
|
-
"LayoutGap--wide-l--gap-32": "_LayoutGap--wide-l--gap-32_11zq4_832",
|
|
132
|
-
"LayoutGap--wide-l--gap-48": "_LayoutGap--wide-l--gap-48_11zq4_835",
|
|
133
|
-
"LayoutGap--wide-l--gap-64": "_LayoutGap--wide-l--gap-64_11zq4_838",
|
|
134
|
-
"LayoutGap--wide-l--gap-96": "_LayoutGap--wide-l--gap-96_11zq4_841",
|
|
135
|
-
"LayoutGap--wide-l--gap-160": "_LayoutGap--wide-l--gap-160_11zq4_844"
|
|
136
|
-
};
|
|
137
|
-
export {
|
|
138
|
-
styles as s
|
|
139
|
-
};
|
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
import './assets/layout-hide.css';const LayoutHide = "_LayoutHide_7q0xr_164";
|
|
2
|
-
const styles = {
|
|
3
|
-
LayoutHide,
|
|
4
|
-
"LayoutHide--hide": "_LayoutHide--hide_7q0xr_164",
|
|
5
|
-
"LayoutHide--initial": "_LayoutHide--initial_7q0xr_167",
|
|
6
|
-
"LayoutHide--inline": "_LayoutHide--inline_7q0xr_170",
|
|
7
|
-
"LayoutHide--block": "_LayoutHide--block_7q0xr_173",
|
|
8
|
-
"LayoutHide--inline-block": "_LayoutHide--inline-block_7q0xr_176",
|
|
9
|
-
"LayoutHide--flex": "_LayoutHide--flex_7q0xr_179",
|
|
10
|
-
"LayoutHide--inline-flex": "_LayoutHide--inline-flex_7q0xr_182",
|
|
11
|
-
"LayoutHide--grid": "_LayoutHide--grid_7q0xr_185",
|
|
12
|
-
"LayoutHide--narrow-l--hide": "_LayoutHide--narrow-l--hide_7q0xr_189",
|
|
13
|
-
"LayoutHide--narrow-l--initial": "_LayoutHide--narrow-l--initial_7q0xr_192",
|
|
14
|
-
"LayoutHide--narrow-l--inline": "_LayoutHide--narrow-l--inline_7q0xr_195",
|
|
15
|
-
"LayoutHide--narrow-l--block": "_LayoutHide--narrow-l--block_7q0xr_198",
|
|
16
|
-
"LayoutHide--narrow-l--inline-block": "_LayoutHide--narrow-l--inline-block_7q0xr_201",
|
|
17
|
-
"LayoutHide--narrow-l--flex": "_LayoutHide--narrow-l--flex_7q0xr_204",
|
|
18
|
-
"LayoutHide--narrow-l--inline-flex": "_LayoutHide--narrow-l--inline-flex_7q0xr_207",
|
|
19
|
-
"LayoutHide--narrow-l--grid": "_LayoutHide--narrow-l--grid_7q0xr_210",
|
|
20
|
-
"LayoutHide--medium-s--hide": "_LayoutHide--medium-s--hide_7q0xr_215",
|
|
21
|
-
"LayoutHide--medium-s--initial": "_LayoutHide--medium-s--initial_7q0xr_218",
|
|
22
|
-
"LayoutHide--medium-s--inline": "_LayoutHide--medium-s--inline_7q0xr_221",
|
|
23
|
-
"LayoutHide--medium-s--block": "_LayoutHide--medium-s--block_7q0xr_224",
|
|
24
|
-
"LayoutHide--medium-s--inline-block": "_LayoutHide--medium-s--inline-block_7q0xr_227",
|
|
25
|
-
"LayoutHide--medium-s--flex": "_LayoutHide--medium-s--flex_7q0xr_230",
|
|
26
|
-
"LayoutHide--medium-s--inline-flex": "_LayoutHide--medium-s--inline-flex_7q0xr_233",
|
|
27
|
-
"LayoutHide--medium-s--grid": "_LayoutHide--medium-s--grid_7q0xr_236",
|
|
28
|
-
"LayoutHide--medium-l--hide": "_LayoutHide--medium-l--hide_7q0xr_241",
|
|
29
|
-
"LayoutHide--medium-l--initial": "_LayoutHide--medium-l--initial_7q0xr_244",
|
|
30
|
-
"LayoutHide--medium-l--inline": "_LayoutHide--medium-l--inline_7q0xr_247",
|
|
31
|
-
"LayoutHide--medium-l--block": "_LayoutHide--medium-l--block_7q0xr_250",
|
|
32
|
-
"LayoutHide--medium-l--inline-block": "_LayoutHide--medium-l--inline-block_7q0xr_253",
|
|
33
|
-
"LayoutHide--medium-l--flex": "_LayoutHide--medium-l--flex_7q0xr_256",
|
|
34
|
-
"LayoutHide--medium-l--inline-flex": "_LayoutHide--medium-l--inline-flex_7q0xr_259",
|
|
35
|
-
"LayoutHide--medium-l--grid": "_LayoutHide--medium-l--grid_7q0xr_262",
|
|
36
|
-
"LayoutHide--wide-s--hide": "_LayoutHide--wide-s--hide_7q0xr_267",
|
|
37
|
-
"LayoutHide--wide-s--initial": "_LayoutHide--wide-s--initial_7q0xr_270",
|
|
38
|
-
"LayoutHide--wide-s--inline": "_LayoutHide--wide-s--inline_7q0xr_273",
|
|
39
|
-
"LayoutHide--wide-s--block": "_LayoutHide--wide-s--block_7q0xr_276",
|
|
40
|
-
"LayoutHide--wide-s--inline-block": "_LayoutHide--wide-s--inline-block_7q0xr_279",
|
|
41
|
-
"LayoutHide--wide-s--flex": "_LayoutHide--wide-s--flex_7q0xr_282",
|
|
42
|
-
"LayoutHide--wide-s--inline-flex": "_LayoutHide--wide-s--inline-flex_7q0xr_285",
|
|
43
|
-
"LayoutHide--wide-s--grid": "_LayoutHide--wide-s--grid_7q0xr_288",
|
|
44
|
-
"LayoutHide--wide-l--hide": "_LayoutHide--wide-l--hide_7q0xr_293",
|
|
45
|
-
"LayoutHide--wide-l--initial": "_LayoutHide--wide-l--initial_7q0xr_296",
|
|
46
|
-
"LayoutHide--wide-l--inline": "_LayoutHide--wide-l--inline_7q0xr_299",
|
|
47
|
-
"LayoutHide--wide-l--block": "_LayoutHide--wide-l--block_7q0xr_302",
|
|
48
|
-
"LayoutHide--wide-l--inline-block": "_LayoutHide--wide-l--inline-block_7q0xr_305",
|
|
49
|
-
"LayoutHide--wide-l--flex": "_LayoutHide--wide-l--flex_7q0xr_308",
|
|
50
|
-
"LayoutHide--wide-l--inline-flex": "_LayoutHide--wide-l--inline-flex_7q0xr_311",
|
|
51
|
-
"LayoutHide--wide-l--grid": "_LayoutHide--wide-l--grid_7q0xr_314"
|
|
52
|
-
};
|
|
53
|
-
export {
|
|
54
|
-
styles as s
|
|
55
|
-
};
|