@preply/ds-web-lib 1.4.6 → 1.5.0
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.d.ts +2 -0
- package/dist/components/Button/Button.d.ts.map +1 -1
- 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-DeaW0ui4.js +27 -0
- package/dist/layout-gap.module-DLR1C9EV.js +139 -0
- package/dist/{layout-grid.module-DTuOZLrK.js → layout-grid.module-YxQ1leYH.js} +97 -97
- package/dist/layout-hide.module-rFpj-qdB.js +55 -0
- package/dist/{layout-relative.module-DB0GH6jo.js → layout-relative.module-BIEPDZE2.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-CW2-XKB6.js +0 -27
- package/dist/layout-gap.module-Clr_EqLr.js +0 -139
- package/dist/layout-hide.module-CZqKFhT7.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-BIEPDZE2.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_1gjuc_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_1gjuc_3",
|
|
6
|
+
"TextAccent--accent-primary": "_TextAccent--accent-primary_1gjuc_6",
|
|
7
|
+
"TextAccent--accent-secondary": "_TextAccent--accent-secondary_1gjuc_9",
|
|
8
|
+
"TextAccent--accent-tertiary": "_TextAccent--accent-tertiary_1gjuc_12",
|
|
9
|
+
"TextAccent--accent-accentDark": "_TextAccent--accent-accentDark_1gjuc_15",
|
|
10
|
+
"TextAccent--accent-placeholder": "_TextAccent--accent-placeholder_1gjuc_18",
|
|
11
|
+
"TextAccent--accent-inverted": "_TextAccent--accent-inverted_1gjuc_21",
|
|
12
|
+
"TextAccent--accent-positive": "_TextAccent--accent-positive_1gjuc_24",
|
|
13
|
+
"TextAccent--accent-info": "_TextAccent--accent-info_1gjuc_27",
|
|
14
|
+
"TextAccent--accent-warning": "_TextAccent--accent-warning_1gjuc_30",
|
|
15
|
+
"TextAccent--accent-critical": "_TextAccent--accent-critical_1gjuc_33",
|
|
16
|
+
"TextAccent--accent-branded": "_TextAccent--accent-branded_1gjuc_36",
|
|
17
|
+
"TextAccent--accent-error": "_TextAccent--accent-error_1gjuc_39",
|
|
18
|
+
"TextAccent--accent-selected": "_TextAccent--accent-selected_1gjuc_42",
|
|
19
|
+
"TextAccent--accent-disabled": "_TextAccent--accent-disabled_1gjuc_45",
|
|
20
|
+
"TextAccent--accent-accent": "_TextAccent--accent-accent_1gjuc_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_fr3ja_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_fr3ja_2",
|
|
6
|
+
"TextCentered--initial": "_TextCentered--initial_fr3ja_5",
|
|
7
|
+
"TextCentered--narrow-l--centered": "_TextCentered--narrow-l--centered_fr3ja_9",
|
|
8
|
+
"TextCentered--narrow-l--initial": "_TextCentered--narrow-l--initial_fr3ja_12",
|
|
9
|
+
"TextCentered--medium-s--centered": "_TextCentered--medium-s--centered_fr3ja_17",
|
|
10
|
+
"TextCentered--medium-s--initial": "_TextCentered--medium-s--initial_fr3ja_20",
|
|
11
|
+
"TextCentered--medium-l--centered": "_TextCentered--medium-l--centered_fr3ja_25",
|
|
12
|
+
"TextCentered--medium-l--initial": "_TextCentered--medium-l--initial_fr3ja_28",
|
|
13
|
+
"TextCentered--wide-s--centered": "_TextCentered--wide-s--centered_fr3ja_33",
|
|
14
|
+
"TextCentered--wide-s--initial": "_TextCentered--wide-s--initial_fr3ja_36",
|
|
15
|
+
"TextCentered--wide-l--centered": "_TextCentered--wide-l--centered_fr3ja_41",
|
|
16
|
+
"TextCentered--wide-l--initial": "_TextCentered--wide-l--initial_fr3ja_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_n6jme_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_n6jme_3",
|
|
6
|
+
"TextWeight--weight-500": "_TextWeight--weight-500_n6jme_6",
|
|
7
|
+
"TextWeight--weight-700": "_TextWeight--weight-700_n6jme_9",
|
|
8
|
+
"TextWeight--weight-normal": "_TextWeight--weight-normal_n6jme_12",
|
|
9
|
+
"TextWeight--weight-medium": "_TextWeight--weight-medium_n6jme_15",
|
|
10
|
+
"TextWeight--weight-bold": "_TextWeight--weight-bold_n6jme_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.
|
|
3
|
+
"version": "1.5.0",
|
|
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.
|
|
38
|
-
"@preply/ds-media-icons": "1.
|
|
39
|
-
"@preply/ds-visual-coverage-preply-component-names": "1.
|
|
40
|
-
"@preply/ds-web-core": "1.
|
|
41
|
-
"@preply/ds-web-root": "1.
|
|
37
|
+
"@preply/ds-core": "1.5.0",
|
|
38
|
+
"@preply/ds-media-icons": "1.5.0",
|
|
39
|
+
"@preply/ds-visual-coverage-preply-component-names": "1.5.0",
|
|
40
|
+
"@preply/ds-web-core": "1.5.0",
|
|
41
|
+
"@preply/ds-web-root": "1.5.0",
|
|
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.
|
|
48
|
-
"@preply/ds-docs-toolkit": "1.
|
|
49
|
-
"@preply/ds-media-icons": "1.
|
|
50
|
-
"@preply/ds-visual-coverage-preply-component-names": "1.
|
|
51
|
-
"@preply/ds-web-core": "1.
|
|
52
|
-
"@preply/ds-web-root": "1.
|
|
47
|
+
"@preply/ds-core": "1.5.0",
|
|
48
|
+
"@preply/ds-docs-toolkit": "1.5.0",
|
|
49
|
+
"@preply/ds-media-icons": "1.5.0",
|
|
50
|
+
"@preply/ds-visual-coverage-preply-component-names": "1.5.0",
|
|
51
|
+
"@preply/ds-web-core": "1.5.0",
|
|
52
|
+
"@preply/ds-web-root": "1.5.0",
|
|
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": "dc47eaee1e634d1932b2d6fa36d9ff1191236052"
|
|
69
69
|
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import './assets/index.css';const InputText = "_InputText_1yxph_4";
|
|
2
|
-
const InputPassword = "_InputPassword_1yxph_11";
|
|
3
|
-
const InputDate = "_InputDate_1yxph_18";
|
|
4
|
-
const InputTime = "_InputTime_1yxph_25";
|
|
5
|
-
const InputNumber = "_InputNumber_1yxph_32";
|
|
6
|
-
const Textarea = "_Textarea_1yxph_39";
|
|
7
|
-
const Checkbox = "_Checkbox_1yxph_58";
|
|
8
|
-
const Radio = "_Radio_1yxph_61";
|
|
9
|
-
const Select = "_Select_1yxph_64";
|
|
10
|
-
const styles = {
|
|
11
|
-
InputText,
|
|
12
|
-
InputPassword,
|
|
13
|
-
InputDate,
|
|
14
|
-
InputTime,
|
|
15
|
-
InputNumber,
|
|
16
|
-
Textarea,
|
|
17
|
-
"Textarea--resize-none": "_Textarea--resize-none_1yxph_46",
|
|
18
|
-
"Textarea--resize-vertical": "_Textarea--resize-vertical_1yxph_49",
|
|
19
|
-
"Textarea--resize-horizontal": "_Textarea--resize-horizontal_1yxph_52",
|
|
20
|
-
"Textarea--resize-both": "_Textarea--resize-both_1yxph_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_1a4b0_442";
|
|
2
|
-
const styles = {
|
|
3
|
-
LayoutGap,
|
|
4
|
-
"LayoutGap--gap-none": "_LayoutGap--gap-none_1a4b0_442",
|
|
5
|
-
"LayoutGap--gap-3xs": "_LayoutGap--gap-3xs_1a4b0_445",
|
|
6
|
-
"LayoutGap--gap-2xs": "_LayoutGap--gap-2xs_1a4b0_448",
|
|
7
|
-
"LayoutGap--gap-xs": "_LayoutGap--gap-xs_1a4b0_451",
|
|
8
|
-
"LayoutGap--gap-s": "_LayoutGap--gap-s_1a4b0_454",
|
|
9
|
-
"LayoutGap--gap-m": "_LayoutGap--gap-m_1a4b0_457",
|
|
10
|
-
"LayoutGap--gap-l": "_LayoutGap--gap-l_1a4b0_460",
|
|
11
|
-
"LayoutGap--gap-xl": "_LayoutGap--gap-xl_1a4b0_463",
|
|
12
|
-
"LayoutGap--gap-0": "_LayoutGap--gap-0_1a4b0_466",
|
|
13
|
-
"LayoutGap--gap-1": "_LayoutGap--gap-1_1a4b0_469",
|
|
14
|
-
"LayoutGap--gap-2": "_LayoutGap--gap-2_1a4b0_448",
|
|
15
|
-
"LayoutGap--gap-4": "_LayoutGap--gap-4_1a4b0_475",
|
|
16
|
-
"LayoutGap--gap-8": "_LayoutGap--gap-8_1a4b0_478",
|
|
17
|
-
"LayoutGap--gap-12": "_LayoutGap--gap-12_1a4b0_481",
|
|
18
|
-
"LayoutGap--gap-16": "_LayoutGap--gap-16_1a4b0_484",
|
|
19
|
-
"LayoutGap--gap-20": "_LayoutGap--gap-20_1a4b0_487",
|
|
20
|
-
"LayoutGap--gap-24": "_LayoutGap--gap-24_1a4b0_490",
|
|
21
|
-
"LayoutGap--gap-32": "_LayoutGap--gap-32_1a4b0_493",
|
|
22
|
-
"LayoutGap--gap-48": "_LayoutGap--gap-48_1a4b0_496",
|
|
23
|
-
"LayoutGap--gap-64": "_LayoutGap--gap-64_1a4b0_499",
|
|
24
|
-
"LayoutGap--gap-96": "_LayoutGap--gap-96_1a4b0_502",
|
|
25
|
-
"LayoutGap--gap-160": "_LayoutGap--gap-160_1a4b0_505",
|
|
26
|
-
"LayoutGap--narrow-l--gap-none": "_LayoutGap--narrow-l--gap-none_1a4b0_509",
|
|
27
|
-
"LayoutGap--narrow-l--gap-3xs": "_LayoutGap--narrow-l--gap-3xs_1a4b0_512",
|
|
28
|
-
"LayoutGap--narrow-l--gap-2xs": "_LayoutGap--narrow-l--gap-2xs_1a4b0_515",
|
|
29
|
-
"LayoutGap--narrow-l--gap-xs": "_LayoutGap--narrow-l--gap-xs_1a4b0_518",
|
|
30
|
-
"LayoutGap--narrow-l--gap-s": "_LayoutGap--narrow-l--gap-s_1a4b0_521",
|
|
31
|
-
"LayoutGap--narrow-l--gap-m": "_LayoutGap--narrow-l--gap-m_1a4b0_524",
|
|
32
|
-
"LayoutGap--narrow-l--gap-l": "_LayoutGap--narrow-l--gap-l_1a4b0_527",
|
|
33
|
-
"LayoutGap--narrow-l--gap-xl": "_LayoutGap--narrow-l--gap-xl_1a4b0_530",
|
|
34
|
-
"LayoutGap--narrow-l--gap-0": "_LayoutGap--narrow-l--gap-0_1a4b0_533",
|
|
35
|
-
"LayoutGap--narrow-l--gap-1": "_LayoutGap--narrow-l--gap-1_1a4b0_536",
|
|
36
|
-
"LayoutGap--narrow-l--gap-2": "_LayoutGap--narrow-l--gap-2_1a4b0_515",
|
|
37
|
-
"LayoutGap--narrow-l--gap-4": "_LayoutGap--narrow-l--gap-4_1a4b0_542",
|
|
38
|
-
"LayoutGap--narrow-l--gap-8": "_LayoutGap--narrow-l--gap-8_1a4b0_545",
|
|
39
|
-
"LayoutGap--narrow-l--gap-12": "_LayoutGap--narrow-l--gap-12_1a4b0_548",
|
|
40
|
-
"LayoutGap--narrow-l--gap-16": "_LayoutGap--narrow-l--gap-16_1a4b0_551",
|
|
41
|
-
"LayoutGap--narrow-l--gap-20": "_LayoutGap--narrow-l--gap-20_1a4b0_554",
|
|
42
|
-
"LayoutGap--narrow-l--gap-24": "_LayoutGap--narrow-l--gap-24_1a4b0_557",
|
|
43
|
-
"LayoutGap--narrow-l--gap-32": "_LayoutGap--narrow-l--gap-32_1a4b0_560",
|
|
44
|
-
"LayoutGap--narrow-l--gap-48": "_LayoutGap--narrow-l--gap-48_1a4b0_563",
|
|
45
|
-
"LayoutGap--narrow-l--gap-64": "_LayoutGap--narrow-l--gap-64_1a4b0_566",
|
|
46
|
-
"LayoutGap--narrow-l--gap-96": "_LayoutGap--narrow-l--gap-96_1a4b0_569",
|
|
47
|
-
"LayoutGap--narrow-l--gap-160": "_LayoutGap--narrow-l--gap-160_1a4b0_572",
|
|
48
|
-
"LayoutGap--medium-s--gap-none": "_LayoutGap--medium-s--gap-none_1a4b0_577",
|
|
49
|
-
"LayoutGap--medium-s--gap-3xs": "_LayoutGap--medium-s--gap-3xs_1a4b0_580",
|
|
50
|
-
"LayoutGap--medium-s--gap-2xs": "_LayoutGap--medium-s--gap-2xs_1a4b0_583",
|
|
51
|
-
"LayoutGap--medium-s--gap-xs": "_LayoutGap--medium-s--gap-xs_1a4b0_586",
|
|
52
|
-
"LayoutGap--medium-s--gap-s": "_LayoutGap--medium-s--gap-s_1a4b0_589",
|
|
53
|
-
"LayoutGap--medium-s--gap-m": "_LayoutGap--medium-s--gap-m_1a4b0_592",
|
|
54
|
-
"LayoutGap--medium-s--gap-l": "_LayoutGap--medium-s--gap-l_1a4b0_595",
|
|
55
|
-
"LayoutGap--medium-s--gap-xl": "_LayoutGap--medium-s--gap-xl_1a4b0_598",
|
|
56
|
-
"LayoutGap--medium-s--gap-0": "_LayoutGap--medium-s--gap-0_1a4b0_601",
|
|
57
|
-
"LayoutGap--medium-s--gap-1": "_LayoutGap--medium-s--gap-1_1a4b0_604",
|
|
58
|
-
"LayoutGap--medium-s--gap-2": "_LayoutGap--medium-s--gap-2_1a4b0_583",
|
|
59
|
-
"LayoutGap--medium-s--gap-4": "_LayoutGap--medium-s--gap-4_1a4b0_610",
|
|
60
|
-
"LayoutGap--medium-s--gap-8": "_LayoutGap--medium-s--gap-8_1a4b0_613",
|
|
61
|
-
"LayoutGap--medium-s--gap-12": "_LayoutGap--medium-s--gap-12_1a4b0_616",
|
|
62
|
-
"LayoutGap--medium-s--gap-16": "_LayoutGap--medium-s--gap-16_1a4b0_619",
|
|
63
|
-
"LayoutGap--medium-s--gap-20": "_LayoutGap--medium-s--gap-20_1a4b0_622",
|
|
64
|
-
"LayoutGap--medium-s--gap-24": "_LayoutGap--medium-s--gap-24_1a4b0_625",
|
|
65
|
-
"LayoutGap--medium-s--gap-32": "_LayoutGap--medium-s--gap-32_1a4b0_628",
|
|
66
|
-
"LayoutGap--medium-s--gap-48": "_LayoutGap--medium-s--gap-48_1a4b0_631",
|
|
67
|
-
"LayoutGap--medium-s--gap-64": "_LayoutGap--medium-s--gap-64_1a4b0_634",
|
|
68
|
-
"LayoutGap--medium-s--gap-96": "_LayoutGap--medium-s--gap-96_1a4b0_637",
|
|
69
|
-
"LayoutGap--medium-s--gap-160": "_LayoutGap--medium-s--gap-160_1a4b0_640",
|
|
70
|
-
"LayoutGap--medium-l--gap-none": "_LayoutGap--medium-l--gap-none_1a4b0_645",
|
|
71
|
-
"LayoutGap--medium-l--gap-3xs": "_LayoutGap--medium-l--gap-3xs_1a4b0_648",
|
|
72
|
-
"LayoutGap--medium-l--gap-2xs": "_LayoutGap--medium-l--gap-2xs_1a4b0_651",
|
|
73
|
-
"LayoutGap--medium-l--gap-xs": "_LayoutGap--medium-l--gap-xs_1a4b0_654",
|
|
74
|
-
"LayoutGap--medium-l--gap-s": "_LayoutGap--medium-l--gap-s_1a4b0_657",
|
|
75
|
-
"LayoutGap--medium-l--gap-m": "_LayoutGap--medium-l--gap-m_1a4b0_660",
|
|
76
|
-
"LayoutGap--medium-l--gap-l": "_LayoutGap--medium-l--gap-l_1a4b0_663",
|
|
77
|
-
"LayoutGap--medium-l--gap-xl": "_LayoutGap--medium-l--gap-xl_1a4b0_666",
|
|
78
|
-
"LayoutGap--medium-l--gap-0": "_LayoutGap--medium-l--gap-0_1a4b0_669",
|
|
79
|
-
"LayoutGap--medium-l--gap-1": "_LayoutGap--medium-l--gap-1_1a4b0_672",
|
|
80
|
-
"LayoutGap--medium-l--gap-2": "_LayoutGap--medium-l--gap-2_1a4b0_651",
|
|
81
|
-
"LayoutGap--medium-l--gap-4": "_LayoutGap--medium-l--gap-4_1a4b0_678",
|
|
82
|
-
"LayoutGap--medium-l--gap-8": "_LayoutGap--medium-l--gap-8_1a4b0_681",
|
|
83
|
-
"LayoutGap--medium-l--gap-12": "_LayoutGap--medium-l--gap-12_1a4b0_684",
|
|
84
|
-
"LayoutGap--medium-l--gap-16": "_LayoutGap--medium-l--gap-16_1a4b0_687",
|
|
85
|
-
"LayoutGap--medium-l--gap-20": "_LayoutGap--medium-l--gap-20_1a4b0_690",
|
|
86
|
-
"LayoutGap--medium-l--gap-24": "_LayoutGap--medium-l--gap-24_1a4b0_693",
|
|
87
|
-
"LayoutGap--medium-l--gap-32": "_LayoutGap--medium-l--gap-32_1a4b0_696",
|
|
88
|
-
"LayoutGap--medium-l--gap-48": "_LayoutGap--medium-l--gap-48_1a4b0_699",
|
|
89
|
-
"LayoutGap--medium-l--gap-64": "_LayoutGap--medium-l--gap-64_1a4b0_702",
|
|
90
|
-
"LayoutGap--medium-l--gap-96": "_LayoutGap--medium-l--gap-96_1a4b0_705",
|
|
91
|
-
"LayoutGap--medium-l--gap-160": "_LayoutGap--medium-l--gap-160_1a4b0_708",
|
|
92
|
-
"LayoutGap--wide-s--gap-none": "_LayoutGap--wide-s--gap-none_1a4b0_713",
|
|
93
|
-
"LayoutGap--wide-s--gap-3xs": "_LayoutGap--wide-s--gap-3xs_1a4b0_716",
|
|
94
|
-
"LayoutGap--wide-s--gap-2xs": "_LayoutGap--wide-s--gap-2xs_1a4b0_719",
|
|
95
|
-
"LayoutGap--wide-s--gap-xs": "_LayoutGap--wide-s--gap-xs_1a4b0_722",
|
|
96
|
-
"LayoutGap--wide-s--gap-s": "_LayoutGap--wide-s--gap-s_1a4b0_725",
|
|
97
|
-
"LayoutGap--wide-s--gap-m": "_LayoutGap--wide-s--gap-m_1a4b0_728",
|
|
98
|
-
"LayoutGap--wide-s--gap-l": "_LayoutGap--wide-s--gap-l_1a4b0_731",
|
|
99
|
-
"LayoutGap--wide-s--gap-xl": "_LayoutGap--wide-s--gap-xl_1a4b0_734",
|
|
100
|
-
"LayoutGap--wide-s--gap-0": "_LayoutGap--wide-s--gap-0_1a4b0_737",
|
|
101
|
-
"LayoutGap--wide-s--gap-1": "_LayoutGap--wide-s--gap-1_1a4b0_740",
|
|
102
|
-
"LayoutGap--wide-s--gap-2": "_LayoutGap--wide-s--gap-2_1a4b0_719",
|
|
103
|
-
"LayoutGap--wide-s--gap-4": "_LayoutGap--wide-s--gap-4_1a4b0_746",
|
|
104
|
-
"LayoutGap--wide-s--gap-8": "_LayoutGap--wide-s--gap-8_1a4b0_749",
|
|
105
|
-
"LayoutGap--wide-s--gap-12": "_LayoutGap--wide-s--gap-12_1a4b0_752",
|
|
106
|
-
"LayoutGap--wide-s--gap-16": "_LayoutGap--wide-s--gap-16_1a4b0_755",
|
|
107
|
-
"LayoutGap--wide-s--gap-20": "_LayoutGap--wide-s--gap-20_1a4b0_758",
|
|
108
|
-
"LayoutGap--wide-s--gap-24": "_LayoutGap--wide-s--gap-24_1a4b0_761",
|
|
109
|
-
"LayoutGap--wide-s--gap-32": "_LayoutGap--wide-s--gap-32_1a4b0_764",
|
|
110
|
-
"LayoutGap--wide-s--gap-48": "_LayoutGap--wide-s--gap-48_1a4b0_767",
|
|
111
|
-
"LayoutGap--wide-s--gap-64": "_LayoutGap--wide-s--gap-64_1a4b0_770",
|
|
112
|
-
"LayoutGap--wide-s--gap-96": "_LayoutGap--wide-s--gap-96_1a4b0_773",
|
|
113
|
-
"LayoutGap--wide-s--gap-160": "_LayoutGap--wide-s--gap-160_1a4b0_776",
|
|
114
|
-
"LayoutGap--wide-l--gap-none": "_LayoutGap--wide-l--gap-none_1a4b0_781",
|
|
115
|
-
"LayoutGap--wide-l--gap-3xs": "_LayoutGap--wide-l--gap-3xs_1a4b0_784",
|
|
116
|
-
"LayoutGap--wide-l--gap-2xs": "_LayoutGap--wide-l--gap-2xs_1a4b0_787",
|
|
117
|
-
"LayoutGap--wide-l--gap-xs": "_LayoutGap--wide-l--gap-xs_1a4b0_790",
|
|
118
|
-
"LayoutGap--wide-l--gap-s": "_LayoutGap--wide-l--gap-s_1a4b0_793",
|
|
119
|
-
"LayoutGap--wide-l--gap-m": "_LayoutGap--wide-l--gap-m_1a4b0_796",
|
|
120
|
-
"LayoutGap--wide-l--gap-l": "_LayoutGap--wide-l--gap-l_1a4b0_799",
|
|
121
|
-
"LayoutGap--wide-l--gap-xl": "_LayoutGap--wide-l--gap-xl_1a4b0_802",
|
|
122
|
-
"LayoutGap--wide-l--gap-0": "_LayoutGap--wide-l--gap-0_1a4b0_805",
|
|
123
|
-
"LayoutGap--wide-l--gap-1": "_LayoutGap--wide-l--gap-1_1a4b0_808",
|
|
124
|
-
"LayoutGap--wide-l--gap-2": "_LayoutGap--wide-l--gap-2_1a4b0_787",
|
|
125
|
-
"LayoutGap--wide-l--gap-4": "_LayoutGap--wide-l--gap-4_1a4b0_814",
|
|
126
|
-
"LayoutGap--wide-l--gap-8": "_LayoutGap--wide-l--gap-8_1a4b0_817",
|
|
127
|
-
"LayoutGap--wide-l--gap-12": "_LayoutGap--wide-l--gap-12_1a4b0_820",
|
|
128
|
-
"LayoutGap--wide-l--gap-16": "_LayoutGap--wide-l--gap-16_1a4b0_823",
|
|
129
|
-
"LayoutGap--wide-l--gap-20": "_LayoutGap--wide-l--gap-20_1a4b0_826",
|
|
130
|
-
"LayoutGap--wide-l--gap-24": "_LayoutGap--wide-l--gap-24_1a4b0_829",
|
|
131
|
-
"LayoutGap--wide-l--gap-32": "_LayoutGap--wide-l--gap-32_1a4b0_832",
|
|
132
|
-
"LayoutGap--wide-l--gap-48": "_LayoutGap--wide-l--gap-48_1a4b0_835",
|
|
133
|
-
"LayoutGap--wide-l--gap-64": "_LayoutGap--wide-l--gap-64_1a4b0_838",
|
|
134
|
-
"LayoutGap--wide-l--gap-96": "_LayoutGap--wide-l--gap-96_1a4b0_841",
|
|
135
|
-
"LayoutGap--wide-l--gap-160": "_LayoutGap--wide-l--gap-160_1a4b0_844"
|
|
136
|
-
};
|
|
137
|
-
export {
|
|
138
|
-
styles as s
|
|
139
|
-
};
|
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
import './assets/layout-hide.css';const LayoutHide = "_LayoutHide_rk78l_164";
|
|
2
|
-
const styles = {
|
|
3
|
-
LayoutHide,
|
|
4
|
-
"LayoutHide--hide": "_LayoutHide--hide_rk78l_164",
|
|
5
|
-
"LayoutHide--initial": "_LayoutHide--initial_rk78l_167",
|
|
6
|
-
"LayoutHide--inline": "_LayoutHide--inline_rk78l_170",
|
|
7
|
-
"LayoutHide--block": "_LayoutHide--block_rk78l_173",
|
|
8
|
-
"LayoutHide--inline-block": "_LayoutHide--inline-block_rk78l_176",
|
|
9
|
-
"LayoutHide--flex": "_LayoutHide--flex_rk78l_179",
|
|
10
|
-
"LayoutHide--inline-flex": "_LayoutHide--inline-flex_rk78l_182",
|
|
11
|
-
"LayoutHide--grid": "_LayoutHide--grid_rk78l_185",
|
|
12
|
-
"LayoutHide--narrow-l--hide": "_LayoutHide--narrow-l--hide_rk78l_189",
|
|
13
|
-
"LayoutHide--narrow-l--initial": "_LayoutHide--narrow-l--initial_rk78l_192",
|
|
14
|
-
"LayoutHide--narrow-l--inline": "_LayoutHide--narrow-l--inline_rk78l_195",
|
|
15
|
-
"LayoutHide--narrow-l--block": "_LayoutHide--narrow-l--block_rk78l_198",
|
|
16
|
-
"LayoutHide--narrow-l--inline-block": "_LayoutHide--narrow-l--inline-block_rk78l_201",
|
|
17
|
-
"LayoutHide--narrow-l--flex": "_LayoutHide--narrow-l--flex_rk78l_204",
|
|
18
|
-
"LayoutHide--narrow-l--inline-flex": "_LayoutHide--narrow-l--inline-flex_rk78l_207",
|
|
19
|
-
"LayoutHide--narrow-l--grid": "_LayoutHide--narrow-l--grid_rk78l_210",
|
|
20
|
-
"LayoutHide--medium-s--hide": "_LayoutHide--medium-s--hide_rk78l_215",
|
|
21
|
-
"LayoutHide--medium-s--initial": "_LayoutHide--medium-s--initial_rk78l_218",
|
|
22
|
-
"LayoutHide--medium-s--inline": "_LayoutHide--medium-s--inline_rk78l_221",
|
|
23
|
-
"LayoutHide--medium-s--block": "_LayoutHide--medium-s--block_rk78l_224",
|
|
24
|
-
"LayoutHide--medium-s--inline-block": "_LayoutHide--medium-s--inline-block_rk78l_227",
|
|
25
|
-
"LayoutHide--medium-s--flex": "_LayoutHide--medium-s--flex_rk78l_230",
|
|
26
|
-
"LayoutHide--medium-s--inline-flex": "_LayoutHide--medium-s--inline-flex_rk78l_233",
|
|
27
|
-
"LayoutHide--medium-s--grid": "_LayoutHide--medium-s--grid_rk78l_236",
|
|
28
|
-
"LayoutHide--medium-l--hide": "_LayoutHide--medium-l--hide_rk78l_241",
|
|
29
|
-
"LayoutHide--medium-l--initial": "_LayoutHide--medium-l--initial_rk78l_244",
|
|
30
|
-
"LayoutHide--medium-l--inline": "_LayoutHide--medium-l--inline_rk78l_247",
|
|
31
|
-
"LayoutHide--medium-l--block": "_LayoutHide--medium-l--block_rk78l_250",
|
|
32
|
-
"LayoutHide--medium-l--inline-block": "_LayoutHide--medium-l--inline-block_rk78l_253",
|
|
33
|
-
"LayoutHide--medium-l--flex": "_LayoutHide--medium-l--flex_rk78l_256",
|
|
34
|
-
"LayoutHide--medium-l--inline-flex": "_LayoutHide--medium-l--inline-flex_rk78l_259",
|
|
35
|
-
"LayoutHide--medium-l--grid": "_LayoutHide--medium-l--grid_rk78l_262",
|
|
36
|
-
"LayoutHide--wide-s--hide": "_LayoutHide--wide-s--hide_rk78l_267",
|
|
37
|
-
"LayoutHide--wide-s--initial": "_LayoutHide--wide-s--initial_rk78l_270",
|
|
38
|
-
"LayoutHide--wide-s--inline": "_LayoutHide--wide-s--inline_rk78l_273",
|
|
39
|
-
"LayoutHide--wide-s--block": "_LayoutHide--wide-s--block_rk78l_276",
|
|
40
|
-
"LayoutHide--wide-s--inline-block": "_LayoutHide--wide-s--inline-block_rk78l_279",
|
|
41
|
-
"LayoutHide--wide-s--flex": "_LayoutHide--wide-s--flex_rk78l_282",
|
|
42
|
-
"LayoutHide--wide-s--inline-flex": "_LayoutHide--wide-s--inline-flex_rk78l_285",
|
|
43
|
-
"LayoutHide--wide-s--grid": "_LayoutHide--wide-s--grid_rk78l_288",
|
|
44
|
-
"LayoutHide--wide-l--hide": "_LayoutHide--wide-l--hide_rk78l_293",
|
|
45
|
-
"LayoutHide--wide-l--initial": "_LayoutHide--wide-l--initial_rk78l_296",
|
|
46
|
-
"LayoutHide--wide-l--inline": "_LayoutHide--wide-l--inline_rk78l_299",
|
|
47
|
-
"LayoutHide--wide-l--block": "_LayoutHide--wide-l--block_rk78l_302",
|
|
48
|
-
"LayoutHide--wide-l--inline-block": "_LayoutHide--wide-l--inline-block_rk78l_305",
|
|
49
|
-
"LayoutHide--wide-l--flex": "_LayoutHide--wide-l--flex_rk78l_308",
|
|
50
|
-
"LayoutHide--wide-l--inline-flex": "_LayoutHide--wide-l--inline-flex_rk78l_311",
|
|
51
|
-
"LayoutHide--wide-l--grid": "_LayoutHide--wide-l--grid_rk78l_314"
|
|
52
|
-
};
|
|
53
|
-
export {
|
|
54
|
-
styles as s
|
|
55
|
-
};
|