@preply/ds-web-lib 1.4.3 → 1.4.4
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-BS0Uqwt2.js +27 -0
- package/dist/layout-gap.module-D6neqy11.js +139 -0
- package/dist/{layout-grid.module-CPHI8Yyu.js → layout-grid.module-r1QJQ0OA.js} +97 -97
- package/dist/layout-hide.module-CNnAuwzK.js +55 -0
- package/dist/{layout-relative.module-CpQbo91e.js → layout-relative.module-BNXaOnm9.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-DXJFz2vV.js +0 -27
- package/dist/layout-gap.module-BXKUpskL.js +0 -139
- package/dist/layout-hide.module-D7M9PwD0.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-BNXaOnm9.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_1wufr_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_1wufr_3",
|
|
6
|
+
"TextAccent--accent-primary": "_TextAccent--accent-primary_1wufr_6",
|
|
7
|
+
"TextAccent--accent-secondary": "_TextAccent--accent-secondary_1wufr_9",
|
|
8
|
+
"TextAccent--accent-tertiary": "_TextAccent--accent-tertiary_1wufr_12",
|
|
9
|
+
"TextAccent--accent-accentDark": "_TextAccent--accent-accentDark_1wufr_15",
|
|
10
|
+
"TextAccent--accent-placeholder": "_TextAccent--accent-placeholder_1wufr_18",
|
|
11
|
+
"TextAccent--accent-inverted": "_TextAccent--accent-inverted_1wufr_21",
|
|
12
|
+
"TextAccent--accent-positive": "_TextAccent--accent-positive_1wufr_24",
|
|
13
|
+
"TextAccent--accent-info": "_TextAccent--accent-info_1wufr_27",
|
|
14
|
+
"TextAccent--accent-warning": "_TextAccent--accent-warning_1wufr_30",
|
|
15
|
+
"TextAccent--accent-critical": "_TextAccent--accent-critical_1wufr_33",
|
|
16
|
+
"TextAccent--accent-branded": "_TextAccent--accent-branded_1wufr_36",
|
|
17
|
+
"TextAccent--accent-error": "_TextAccent--accent-error_1wufr_39",
|
|
18
|
+
"TextAccent--accent-selected": "_TextAccent--accent-selected_1wufr_42",
|
|
19
|
+
"TextAccent--accent-disabled": "_TextAccent--accent-disabled_1wufr_45",
|
|
20
|
+
"TextAccent--accent-accent": "_TextAccent--accent-accent_1wufr_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_1flis_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_1flis_2",
|
|
6
|
+
"TextCentered--initial": "_TextCentered--initial_1flis_5",
|
|
7
|
+
"TextCentered--narrow-l--centered": "_TextCentered--narrow-l--centered_1flis_9",
|
|
8
|
+
"TextCentered--narrow-l--initial": "_TextCentered--narrow-l--initial_1flis_12",
|
|
9
|
+
"TextCentered--medium-s--centered": "_TextCentered--medium-s--centered_1flis_17",
|
|
10
|
+
"TextCentered--medium-s--initial": "_TextCentered--medium-s--initial_1flis_20",
|
|
11
|
+
"TextCentered--medium-l--centered": "_TextCentered--medium-l--centered_1flis_25",
|
|
12
|
+
"TextCentered--medium-l--initial": "_TextCentered--medium-l--initial_1flis_28",
|
|
13
|
+
"TextCentered--wide-s--centered": "_TextCentered--wide-s--centered_1flis_33",
|
|
14
|
+
"TextCentered--wide-s--initial": "_TextCentered--wide-s--initial_1flis_36",
|
|
15
|
+
"TextCentered--wide-l--centered": "_TextCentered--wide-l--centered_1flis_41",
|
|
16
|
+
"TextCentered--wide-l--initial": "_TextCentered--wide-l--initial_1flis_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_wp7ff_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_wp7ff_3",
|
|
6
|
+
"TextWeight--weight-500": "_TextWeight--weight-500_wp7ff_6",
|
|
7
|
+
"TextWeight--weight-700": "_TextWeight--weight-700_wp7ff_9",
|
|
8
|
+
"TextWeight--weight-normal": "_TextWeight--weight-normal_wp7ff_12",
|
|
9
|
+
"TextWeight--weight-medium": "_TextWeight--weight-medium_wp7ff_15",
|
|
10
|
+
"TextWeight--weight-bold": "_TextWeight--weight-bold_wp7ff_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": "1.4.
|
|
3
|
+
"version": "1.4.4",
|
|
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": "1.4.
|
|
38
|
-
"@preply/ds-media-icons": "1.4.
|
|
39
|
-
"@preply/ds-visual-coverage-component-names": "1.4.
|
|
40
|
-
"@preply/ds-web-core": "1.4.
|
|
41
|
-
"@preply/ds-web-root": "1.4.
|
|
37
|
+
"@preply/ds-core": "1.4.4",
|
|
38
|
+
"@preply/ds-media-icons": "1.4.4",
|
|
39
|
+
"@preply/ds-visual-coverage-component-names": "1.4.4",
|
|
40
|
+
"@preply/ds-web-core": "1.4.4",
|
|
41
|
+
"@preply/ds-web-root": "1.4.4",
|
|
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": "1.4.
|
|
48
|
-
"@preply/ds-docs-toolkit": "1.4.
|
|
49
|
-
"@preply/ds-media-icons": "1.4.
|
|
50
|
-
"@preply/ds-visual-coverage-component-names": "1.4.
|
|
51
|
-
"@preply/ds-web-core": "1.4.
|
|
52
|
-
"@preply/ds-web-root": "1.4.
|
|
47
|
+
"@preply/ds-core": "1.4.4",
|
|
48
|
+
"@preply/ds-docs-toolkit": "1.4.4",
|
|
49
|
+
"@preply/ds-media-icons": "1.4.4",
|
|
50
|
+
"@preply/ds-visual-coverage-component-names": "1.4.4",
|
|
51
|
+
"@preply/ds-web-core": "1.4.4",
|
|
52
|
+
"@preply/ds-web-root": "1.4.4",
|
|
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": "447cd8bc15841ad26a4e2e6220c061e0f8fa5c90"
|
|
69
69
|
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import './assets/index.css';const InputText = "_InputText_19n6j_4";
|
|
2
|
-
const InputPassword = "_InputPassword_19n6j_11";
|
|
3
|
-
const InputDate = "_InputDate_19n6j_18";
|
|
4
|
-
const InputTime = "_InputTime_19n6j_25";
|
|
5
|
-
const InputNumber = "_InputNumber_19n6j_32";
|
|
6
|
-
const Textarea = "_Textarea_19n6j_39";
|
|
7
|
-
const Checkbox = "_Checkbox_19n6j_58";
|
|
8
|
-
const Radio = "_Radio_19n6j_61";
|
|
9
|
-
const Select = "_Select_19n6j_64";
|
|
10
|
-
const styles = {
|
|
11
|
-
InputText,
|
|
12
|
-
InputPassword,
|
|
13
|
-
InputDate,
|
|
14
|
-
InputTime,
|
|
15
|
-
InputNumber,
|
|
16
|
-
Textarea,
|
|
17
|
-
"Textarea--resize-none": "_Textarea--resize-none_19n6j_46",
|
|
18
|
-
"Textarea--resize-vertical": "_Textarea--resize-vertical_19n6j_49",
|
|
19
|
-
"Textarea--resize-horizontal": "_Textarea--resize-horizontal_19n6j_52",
|
|
20
|
-
"Textarea--resize-both": "_Textarea--resize-both_19n6j_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_nsl4s_442";
|
|
2
|
-
const styles = {
|
|
3
|
-
LayoutGap,
|
|
4
|
-
"LayoutGap--gap-none": "_LayoutGap--gap-none_nsl4s_442",
|
|
5
|
-
"LayoutGap--gap-3xs": "_LayoutGap--gap-3xs_nsl4s_445",
|
|
6
|
-
"LayoutGap--gap-2xs": "_LayoutGap--gap-2xs_nsl4s_448",
|
|
7
|
-
"LayoutGap--gap-xs": "_LayoutGap--gap-xs_nsl4s_451",
|
|
8
|
-
"LayoutGap--gap-s": "_LayoutGap--gap-s_nsl4s_454",
|
|
9
|
-
"LayoutGap--gap-m": "_LayoutGap--gap-m_nsl4s_457",
|
|
10
|
-
"LayoutGap--gap-l": "_LayoutGap--gap-l_nsl4s_460",
|
|
11
|
-
"LayoutGap--gap-xl": "_LayoutGap--gap-xl_nsl4s_463",
|
|
12
|
-
"LayoutGap--gap-0": "_LayoutGap--gap-0_nsl4s_466",
|
|
13
|
-
"LayoutGap--gap-1": "_LayoutGap--gap-1_nsl4s_469",
|
|
14
|
-
"LayoutGap--gap-2": "_LayoutGap--gap-2_nsl4s_448",
|
|
15
|
-
"LayoutGap--gap-4": "_LayoutGap--gap-4_nsl4s_475",
|
|
16
|
-
"LayoutGap--gap-8": "_LayoutGap--gap-8_nsl4s_478",
|
|
17
|
-
"LayoutGap--gap-12": "_LayoutGap--gap-12_nsl4s_481",
|
|
18
|
-
"LayoutGap--gap-16": "_LayoutGap--gap-16_nsl4s_484",
|
|
19
|
-
"LayoutGap--gap-20": "_LayoutGap--gap-20_nsl4s_487",
|
|
20
|
-
"LayoutGap--gap-24": "_LayoutGap--gap-24_nsl4s_490",
|
|
21
|
-
"LayoutGap--gap-32": "_LayoutGap--gap-32_nsl4s_493",
|
|
22
|
-
"LayoutGap--gap-48": "_LayoutGap--gap-48_nsl4s_496",
|
|
23
|
-
"LayoutGap--gap-64": "_LayoutGap--gap-64_nsl4s_499",
|
|
24
|
-
"LayoutGap--gap-96": "_LayoutGap--gap-96_nsl4s_502",
|
|
25
|
-
"LayoutGap--gap-160": "_LayoutGap--gap-160_nsl4s_505",
|
|
26
|
-
"LayoutGap--narrow-l--gap-none": "_LayoutGap--narrow-l--gap-none_nsl4s_509",
|
|
27
|
-
"LayoutGap--narrow-l--gap-3xs": "_LayoutGap--narrow-l--gap-3xs_nsl4s_512",
|
|
28
|
-
"LayoutGap--narrow-l--gap-2xs": "_LayoutGap--narrow-l--gap-2xs_nsl4s_515",
|
|
29
|
-
"LayoutGap--narrow-l--gap-xs": "_LayoutGap--narrow-l--gap-xs_nsl4s_518",
|
|
30
|
-
"LayoutGap--narrow-l--gap-s": "_LayoutGap--narrow-l--gap-s_nsl4s_521",
|
|
31
|
-
"LayoutGap--narrow-l--gap-m": "_LayoutGap--narrow-l--gap-m_nsl4s_524",
|
|
32
|
-
"LayoutGap--narrow-l--gap-l": "_LayoutGap--narrow-l--gap-l_nsl4s_527",
|
|
33
|
-
"LayoutGap--narrow-l--gap-xl": "_LayoutGap--narrow-l--gap-xl_nsl4s_530",
|
|
34
|
-
"LayoutGap--narrow-l--gap-0": "_LayoutGap--narrow-l--gap-0_nsl4s_533",
|
|
35
|
-
"LayoutGap--narrow-l--gap-1": "_LayoutGap--narrow-l--gap-1_nsl4s_536",
|
|
36
|
-
"LayoutGap--narrow-l--gap-2": "_LayoutGap--narrow-l--gap-2_nsl4s_515",
|
|
37
|
-
"LayoutGap--narrow-l--gap-4": "_LayoutGap--narrow-l--gap-4_nsl4s_542",
|
|
38
|
-
"LayoutGap--narrow-l--gap-8": "_LayoutGap--narrow-l--gap-8_nsl4s_545",
|
|
39
|
-
"LayoutGap--narrow-l--gap-12": "_LayoutGap--narrow-l--gap-12_nsl4s_548",
|
|
40
|
-
"LayoutGap--narrow-l--gap-16": "_LayoutGap--narrow-l--gap-16_nsl4s_551",
|
|
41
|
-
"LayoutGap--narrow-l--gap-20": "_LayoutGap--narrow-l--gap-20_nsl4s_554",
|
|
42
|
-
"LayoutGap--narrow-l--gap-24": "_LayoutGap--narrow-l--gap-24_nsl4s_557",
|
|
43
|
-
"LayoutGap--narrow-l--gap-32": "_LayoutGap--narrow-l--gap-32_nsl4s_560",
|
|
44
|
-
"LayoutGap--narrow-l--gap-48": "_LayoutGap--narrow-l--gap-48_nsl4s_563",
|
|
45
|
-
"LayoutGap--narrow-l--gap-64": "_LayoutGap--narrow-l--gap-64_nsl4s_566",
|
|
46
|
-
"LayoutGap--narrow-l--gap-96": "_LayoutGap--narrow-l--gap-96_nsl4s_569",
|
|
47
|
-
"LayoutGap--narrow-l--gap-160": "_LayoutGap--narrow-l--gap-160_nsl4s_572",
|
|
48
|
-
"LayoutGap--medium-s--gap-none": "_LayoutGap--medium-s--gap-none_nsl4s_577",
|
|
49
|
-
"LayoutGap--medium-s--gap-3xs": "_LayoutGap--medium-s--gap-3xs_nsl4s_580",
|
|
50
|
-
"LayoutGap--medium-s--gap-2xs": "_LayoutGap--medium-s--gap-2xs_nsl4s_583",
|
|
51
|
-
"LayoutGap--medium-s--gap-xs": "_LayoutGap--medium-s--gap-xs_nsl4s_586",
|
|
52
|
-
"LayoutGap--medium-s--gap-s": "_LayoutGap--medium-s--gap-s_nsl4s_589",
|
|
53
|
-
"LayoutGap--medium-s--gap-m": "_LayoutGap--medium-s--gap-m_nsl4s_592",
|
|
54
|
-
"LayoutGap--medium-s--gap-l": "_LayoutGap--medium-s--gap-l_nsl4s_595",
|
|
55
|
-
"LayoutGap--medium-s--gap-xl": "_LayoutGap--medium-s--gap-xl_nsl4s_598",
|
|
56
|
-
"LayoutGap--medium-s--gap-0": "_LayoutGap--medium-s--gap-0_nsl4s_601",
|
|
57
|
-
"LayoutGap--medium-s--gap-1": "_LayoutGap--medium-s--gap-1_nsl4s_604",
|
|
58
|
-
"LayoutGap--medium-s--gap-2": "_LayoutGap--medium-s--gap-2_nsl4s_583",
|
|
59
|
-
"LayoutGap--medium-s--gap-4": "_LayoutGap--medium-s--gap-4_nsl4s_610",
|
|
60
|
-
"LayoutGap--medium-s--gap-8": "_LayoutGap--medium-s--gap-8_nsl4s_613",
|
|
61
|
-
"LayoutGap--medium-s--gap-12": "_LayoutGap--medium-s--gap-12_nsl4s_616",
|
|
62
|
-
"LayoutGap--medium-s--gap-16": "_LayoutGap--medium-s--gap-16_nsl4s_619",
|
|
63
|
-
"LayoutGap--medium-s--gap-20": "_LayoutGap--medium-s--gap-20_nsl4s_622",
|
|
64
|
-
"LayoutGap--medium-s--gap-24": "_LayoutGap--medium-s--gap-24_nsl4s_625",
|
|
65
|
-
"LayoutGap--medium-s--gap-32": "_LayoutGap--medium-s--gap-32_nsl4s_628",
|
|
66
|
-
"LayoutGap--medium-s--gap-48": "_LayoutGap--medium-s--gap-48_nsl4s_631",
|
|
67
|
-
"LayoutGap--medium-s--gap-64": "_LayoutGap--medium-s--gap-64_nsl4s_634",
|
|
68
|
-
"LayoutGap--medium-s--gap-96": "_LayoutGap--medium-s--gap-96_nsl4s_637",
|
|
69
|
-
"LayoutGap--medium-s--gap-160": "_LayoutGap--medium-s--gap-160_nsl4s_640",
|
|
70
|
-
"LayoutGap--medium-l--gap-none": "_LayoutGap--medium-l--gap-none_nsl4s_645",
|
|
71
|
-
"LayoutGap--medium-l--gap-3xs": "_LayoutGap--medium-l--gap-3xs_nsl4s_648",
|
|
72
|
-
"LayoutGap--medium-l--gap-2xs": "_LayoutGap--medium-l--gap-2xs_nsl4s_651",
|
|
73
|
-
"LayoutGap--medium-l--gap-xs": "_LayoutGap--medium-l--gap-xs_nsl4s_654",
|
|
74
|
-
"LayoutGap--medium-l--gap-s": "_LayoutGap--medium-l--gap-s_nsl4s_657",
|
|
75
|
-
"LayoutGap--medium-l--gap-m": "_LayoutGap--medium-l--gap-m_nsl4s_660",
|
|
76
|
-
"LayoutGap--medium-l--gap-l": "_LayoutGap--medium-l--gap-l_nsl4s_663",
|
|
77
|
-
"LayoutGap--medium-l--gap-xl": "_LayoutGap--medium-l--gap-xl_nsl4s_666",
|
|
78
|
-
"LayoutGap--medium-l--gap-0": "_LayoutGap--medium-l--gap-0_nsl4s_669",
|
|
79
|
-
"LayoutGap--medium-l--gap-1": "_LayoutGap--medium-l--gap-1_nsl4s_672",
|
|
80
|
-
"LayoutGap--medium-l--gap-2": "_LayoutGap--medium-l--gap-2_nsl4s_651",
|
|
81
|
-
"LayoutGap--medium-l--gap-4": "_LayoutGap--medium-l--gap-4_nsl4s_678",
|
|
82
|
-
"LayoutGap--medium-l--gap-8": "_LayoutGap--medium-l--gap-8_nsl4s_681",
|
|
83
|
-
"LayoutGap--medium-l--gap-12": "_LayoutGap--medium-l--gap-12_nsl4s_684",
|
|
84
|
-
"LayoutGap--medium-l--gap-16": "_LayoutGap--medium-l--gap-16_nsl4s_687",
|
|
85
|
-
"LayoutGap--medium-l--gap-20": "_LayoutGap--medium-l--gap-20_nsl4s_690",
|
|
86
|
-
"LayoutGap--medium-l--gap-24": "_LayoutGap--medium-l--gap-24_nsl4s_693",
|
|
87
|
-
"LayoutGap--medium-l--gap-32": "_LayoutGap--medium-l--gap-32_nsl4s_696",
|
|
88
|
-
"LayoutGap--medium-l--gap-48": "_LayoutGap--medium-l--gap-48_nsl4s_699",
|
|
89
|
-
"LayoutGap--medium-l--gap-64": "_LayoutGap--medium-l--gap-64_nsl4s_702",
|
|
90
|
-
"LayoutGap--medium-l--gap-96": "_LayoutGap--medium-l--gap-96_nsl4s_705",
|
|
91
|
-
"LayoutGap--medium-l--gap-160": "_LayoutGap--medium-l--gap-160_nsl4s_708",
|
|
92
|
-
"LayoutGap--wide-s--gap-none": "_LayoutGap--wide-s--gap-none_nsl4s_713",
|
|
93
|
-
"LayoutGap--wide-s--gap-3xs": "_LayoutGap--wide-s--gap-3xs_nsl4s_716",
|
|
94
|
-
"LayoutGap--wide-s--gap-2xs": "_LayoutGap--wide-s--gap-2xs_nsl4s_719",
|
|
95
|
-
"LayoutGap--wide-s--gap-xs": "_LayoutGap--wide-s--gap-xs_nsl4s_722",
|
|
96
|
-
"LayoutGap--wide-s--gap-s": "_LayoutGap--wide-s--gap-s_nsl4s_725",
|
|
97
|
-
"LayoutGap--wide-s--gap-m": "_LayoutGap--wide-s--gap-m_nsl4s_728",
|
|
98
|
-
"LayoutGap--wide-s--gap-l": "_LayoutGap--wide-s--gap-l_nsl4s_731",
|
|
99
|
-
"LayoutGap--wide-s--gap-xl": "_LayoutGap--wide-s--gap-xl_nsl4s_734",
|
|
100
|
-
"LayoutGap--wide-s--gap-0": "_LayoutGap--wide-s--gap-0_nsl4s_737",
|
|
101
|
-
"LayoutGap--wide-s--gap-1": "_LayoutGap--wide-s--gap-1_nsl4s_740",
|
|
102
|
-
"LayoutGap--wide-s--gap-2": "_LayoutGap--wide-s--gap-2_nsl4s_719",
|
|
103
|
-
"LayoutGap--wide-s--gap-4": "_LayoutGap--wide-s--gap-4_nsl4s_746",
|
|
104
|
-
"LayoutGap--wide-s--gap-8": "_LayoutGap--wide-s--gap-8_nsl4s_749",
|
|
105
|
-
"LayoutGap--wide-s--gap-12": "_LayoutGap--wide-s--gap-12_nsl4s_752",
|
|
106
|
-
"LayoutGap--wide-s--gap-16": "_LayoutGap--wide-s--gap-16_nsl4s_755",
|
|
107
|
-
"LayoutGap--wide-s--gap-20": "_LayoutGap--wide-s--gap-20_nsl4s_758",
|
|
108
|
-
"LayoutGap--wide-s--gap-24": "_LayoutGap--wide-s--gap-24_nsl4s_761",
|
|
109
|
-
"LayoutGap--wide-s--gap-32": "_LayoutGap--wide-s--gap-32_nsl4s_764",
|
|
110
|
-
"LayoutGap--wide-s--gap-48": "_LayoutGap--wide-s--gap-48_nsl4s_767",
|
|
111
|
-
"LayoutGap--wide-s--gap-64": "_LayoutGap--wide-s--gap-64_nsl4s_770",
|
|
112
|
-
"LayoutGap--wide-s--gap-96": "_LayoutGap--wide-s--gap-96_nsl4s_773",
|
|
113
|
-
"LayoutGap--wide-s--gap-160": "_LayoutGap--wide-s--gap-160_nsl4s_776",
|
|
114
|
-
"LayoutGap--wide-l--gap-none": "_LayoutGap--wide-l--gap-none_nsl4s_781",
|
|
115
|
-
"LayoutGap--wide-l--gap-3xs": "_LayoutGap--wide-l--gap-3xs_nsl4s_784",
|
|
116
|
-
"LayoutGap--wide-l--gap-2xs": "_LayoutGap--wide-l--gap-2xs_nsl4s_787",
|
|
117
|
-
"LayoutGap--wide-l--gap-xs": "_LayoutGap--wide-l--gap-xs_nsl4s_790",
|
|
118
|
-
"LayoutGap--wide-l--gap-s": "_LayoutGap--wide-l--gap-s_nsl4s_793",
|
|
119
|
-
"LayoutGap--wide-l--gap-m": "_LayoutGap--wide-l--gap-m_nsl4s_796",
|
|
120
|
-
"LayoutGap--wide-l--gap-l": "_LayoutGap--wide-l--gap-l_nsl4s_799",
|
|
121
|
-
"LayoutGap--wide-l--gap-xl": "_LayoutGap--wide-l--gap-xl_nsl4s_802",
|
|
122
|
-
"LayoutGap--wide-l--gap-0": "_LayoutGap--wide-l--gap-0_nsl4s_805",
|
|
123
|
-
"LayoutGap--wide-l--gap-1": "_LayoutGap--wide-l--gap-1_nsl4s_808",
|
|
124
|
-
"LayoutGap--wide-l--gap-2": "_LayoutGap--wide-l--gap-2_nsl4s_787",
|
|
125
|
-
"LayoutGap--wide-l--gap-4": "_LayoutGap--wide-l--gap-4_nsl4s_814",
|
|
126
|
-
"LayoutGap--wide-l--gap-8": "_LayoutGap--wide-l--gap-8_nsl4s_817",
|
|
127
|
-
"LayoutGap--wide-l--gap-12": "_LayoutGap--wide-l--gap-12_nsl4s_820",
|
|
128
|
-
"LayoutGap--wide-l--gap-16": "_LayoutGap--wide-l--gap-16_nsl4s_823",
|
|
129
|
-
"LayoutGap--wide-l--gap-20": "_LayoutGap--wide-l--gap-20_nsl4s_826",
|
|
130
|
-
"LayoutGap--wide-l--gap-24": "_LayoutGap--wide-l--gap-24_nsl4s_829",
|
|
131
|
-
"LayoutGap--wide-l--gap-32": "_LayoutGap--wide-l--gap-32_nsl4s_832",
|
|
132
|
-
"LayoutGap--wide-l--gap-48": "_LayoutGap--wide-l--gap-48_nsl4s_835",
|
|
133
|
-
"LayoutGap--wide-l--gap-64": "_LayoutGap--wide-l--gap-64_nsl4s_838",
|
|
134
|
-
"LayoutGap--wide-l--gap-96": "_LayoutGap--wide-l--gap-96_nsl4s_841",
|
|
135
|
-
"LayoutGap--wide-l--gap-160": "_LayoutGap--wide-l--gap-160_nsl4s_844"
|
|
136
|
-
};
|
|
137
|
-
export {
|
|
138
|
-
styles as s
|
|
139
|
-
};
|
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
import './assets/layout-hide.css';const LayoutHide = "_LayoutHide_10ork_164";
|
|
2
|
-
const styles = {
|
|
3
|
-
LayoutHide,
|
|
4
|
-
"LayoutHide--hide": "_LayoutHide--hide_10ork_164",
|
|
5
|
-
"LayoutHide--initial": "_LayoutHide--initial_10ork_167",
|
|
6
|
-
"LayoutHide--inline": "_LayoutHide--inline_10ork_170",
|
|
7
|
-
"LayoutHide--block": "_LayoutHide--block_10ork_173",
|
|
8
|
-
"LayoutHide--inline-block": "_LayoutHide--inline-block_10ork_176",
|
|
9
|
-
"LayoutHide--flex": "_LayoutHide--flex_10ork_179",
|
|
10
|
-
"LayoutHide--inline-flex": "_LayoutHide--inline-flex_10ork_182",
|
|
11
|
-
"LayoutHide--grid": "_LayoutHide--grid_10ork_185",
|
|
12
|
-
"LayoutHide--narrow-l--hide": "_LayoutHide--narrow-l--hide_10ork_189",
|
|
13
|
-
"LayoutHide--narrow-l--initial": "_LayoutHide--narrow-l--initial_10ork_192",
|
|
14
|
-
"LayoutHide--narrow-l--inline": "_LayoutHide--narrow-l--inline_10ork_195",
|
|
15
|
-
"LayoutHide--narrow-l--block": "_LayoutHide--narrow-l--block_10ork_198",
|
|
16
|
-
"LayoutHide--narrow-l--inline-block": "_LayoutHide--narrow-l--inline-block_10ork_201",
|
|
17
|
-
"LayoutHide--narrow-l--flex": "_LayoutHide--narrow-l--flex_10ork_204",
|
|
18
|
-
"LayoutHide--narrow-l--inline-flex": "_LayoutHide--narrow-l--inline-flex_10ork_207",
|
|
19
|
-
"LayoutHide--narrow-l--grid": "_LayoutHide--narrow-l--grid_10ork_210",
|
|
20
|
-
"LayoutHide--medium-s--hide": "_LayoutHide--medium-s--hide_10ork_215",
|
|
21
|
-
"LayoutHide--medium-s--initial": "_LayoutHide--medium-s--initial_10ork_218",
|
|
22
|
-
"LayoutHide--medium-s--inline": "_LayoutHide--medium-s--inline_10ork_221",
|
|
23
|
-
"LayoutHide--medium-s--block": "_LayoutHide--medium-s--block_10ork_224",
|
|
24
|
-
"LayoutHide--medium-s--inline-block": "_LayoutHide--medium-s--inline-block_10ork_227",
|
|
25
|
-
"LayoutHide--medium-s--flex": "_LayoutHide--medium-s--flex_10ork_230",
|
|
26
|
-
"LayoutHide--medium-s--inline-flex": "_LayoutHide--medium-s--inline-flex_10ork_233",
|
|
27
|
-
"LayoutHide--medium-s--grid": "_LayoutHide--medium-s--grid_10ork_236",
|
|
28
|
-
"LayoutHide--medium-l--hide": "_LayoutHide--medium-l--hide_10ork_241",
|
|
29
|
-
"LayoutHide--medium-l--initial": "_LayoutHide--medium-l--initial_10ork_244",
|
|
30
|
-
"LayoutHide--medium-l--inline": "_LayoutHide--medium-l--inline_10ork_247",
|
|
31
|
-
"LayoutHide--medium-l--block": "_LayoutHide--medium-l--block_10ork_250",
|
|
32
|
-
"LayoutHide--medium-l--inline-block": "_LayoutHide--medium-l--inline-block_10ork_253",
|
|
33
|
-
"LayoutHide--medium-l--flex": "_LayoutHide--medium-l--flex_10ork_256",
|
|
34
|
-
"LayoutHide--medium-l--inline-flex": "_LayoutHide--medium-l--inline-flex_10ork_259",
|
|
35
|
-
"LayoutHide--medium-l--grid": "_LayoutHide--medium-l--grid_10ork_262",
|
|
36
|
-
"LayoutHide--wide-s--hide": "_LayoutHide--wide-s--hide_10ork_267",
|
|
37
|
-
"LayoutHide--wide-s--initial": "_LayoutHide--wide-s--initial_10ork_270",
|
|
38
|
-
"LayoutHide--wide-s--inline": "_LayoutHide--wide-s--inline_10ork_273",
|
|
39
|
-
"LayoutHide--wide-s--block": "_LayoutHide--wide-s--block_10ork_276",
|
|
40
|
-
"LayoutHide--wide-s--inline-block": "_LayoutHide--wide-s--inline-block_10ork_279",
|
|
41
|
-
"LayoutHide--wide-s--flex": "_LayoutHide--wide-s--flex_10ork_282",
|
|
42
|
-
"LayoutHide--wide-s--inline-flex": "_LayoutHide--wide-s--inline-flex_10ork_285",
|
|
43
|
-
"LayoutHide--wide-s--grid": "_LayoutHide--wide-s--grid_10ork_288",
|
|
44
|
-
"LayoutHide--wide-l--hide": "_LayoutHide--wide-l--hide_10ork_293",
|
|
45
|
-
"LayoutHide--wide-l--initial": "_LayoutHide--wide-l--initial_10ork_296",
|
|
46
|
-
"LayoutHide--wide-l--inline": "_LayoutHide--wide-l--inline_10ork_299",
|
|
47
|
-
"LayoutHide--wide-l--block": "_LayoutHide--wide-l--block_10ork_302",
|
|
48
|
-
"LayoutHide--wide-l--inline-block": "_LayoutHide--wide-l--inline-block_10ork_305",
|
|
49
|
-
"LayoutHide--wide-l--flex": "_LayoutHide--wide-l--flex_10ork_308",
|
|
50
|
-
"LayoutHide--wide-l--inline-flex": "_LayoutHide--wide-l--inline-flex_10ork_311",
|
|
51
|
-
"LayoutHide--wide-l--grid": "_LayoutHide--wide-l--grid_10ork_314"
|
|
52
|
-
};
|
|
53
|
-
export {
|
|
54
|
-
styles as s
|
|
55
|
-
};
|