@preply/ds-web-lib 1.5.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-YxQ1leYH.js → layout-grid.module-BIHGcx1g.js} +97 -97
- package/dist/layout-hide.module-CKIK6Snf.js +55 -0
- package/dist/{layout-relative.module-BIEPDZE2.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-DeaW0ui4.js +0 -27
- package/dist/layout-gap.module-DLR1C9EV.js +0 -139
- package/dist/layout-hide.module-rFpj-qdB.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": "
|
|
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": "
|
|
38
|
-
"@preply/ds-media-icons": "
|
|
39
|
-
"@preply/ds-visual-coverage-preply-component-names": "
|
|
40
|
-
"@preply/ds-web-core": "
|
|
41
|
-
"@preply/ds-web-root": "
|
|
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": "
|
|
48
|
-
"@preply/ds-docs-toolkit": "
|
|
49
|
-
"@preply/ds-media-icons": "
|
|
50
|
-
"@preply/ds-visual-coverage-preply-component-names": "
|
|
51
|
-
"@preply/ds-web-core": "
|
|
52
|
-
"@preply/ds-web-root": "
|
|
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_11b18_4";
|
|
2
|
-
const InputPassword = "_InputPassword_11b18_11";
|
|
3
|
-
const InputDate = "_InputDate_11b18_18";
|
|
4
|
-
const InputTime = "_InputTime_11b18_25";
|
|
5
|
-
const InputNumber = "_InputNumber_11b18_32";
|
|
6
|
-
const Textarea = "_Textarea_11b18_39";
|
|
7
|
-
const Checkbox = "_Checkbox_11b18_58";
|
|
8
|
-
const Radio = "_Radio_11b18_61";
|
|
9
|
-
const Select = "_Select_11b18_64";
|
|
10
|
-
const styles = {
|
|
11
|
-
InputText,
|
|
12
|
-
InputPassword,
|
|
13
|
-
InputDate,
|
|
14
|
-
InputTime,
|
|
15
|
-
InputNumber,
|
|
16
|
-
Textarea,
|
|
17
|
-
"Textarea--resize-none": "_Textarea--resize-none_11b18_46",
|
|
18
|
-
"Textarea--resize-vertical": "_Textarea--resize-vertical_11b18_49",
|
|
19
|
-
"Textarea--resize-horizontal": "_Textarea--resize-horizontal_11b18_52",
|
|
20
|
-
"Textarea--resize-both": "_Textarea--resize-both_11b18_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_kugyj_442";
|
|
2
|
-
const styles = {
|
|
3
|
-
LayoutGap,
|
|
4
|
-
"LayoutGap--gap-none": "_LayoutGap--gap-none_kugyj_442",
|
|
5
|
-
"LayoutGap--gap-3xs": "_LayoutGap--gap-3xs_kugyj_445",
|
|
6
|
-
"LayoutGap--gap-2xs": "_LayoutGap--gap-2xs_kugyj_448",
|
|
7
|
-
"LayoutGap--gap-xs": "_LayoutGap--gap-xs_kugyj_451",
|
|
8
|
-
"LayoutGap--gap-s": "_LayoutGap--gap-s_kugyj_454",
|
|
9
|
-
"LayoutGap--gap-m": "_LayoutGap--gap-m_kugyj_457",
|
|
10
|
-
"LayoutGap--gap-l": "_LayoutGap--gap-l_kugyj_460",
|
|
11
|
-
"LayoutGap--gap-xl": "_LayoutGap--gap-xl_kugyj_463",
|
|
12
|
-
"LayoutGap--gap-0": "_LayoutGap--gap-0_kugyj_466",
|
|
13
|
-
"LayoutGap--gap-1": "_LayoutGap--gap-1_kugyj_469",
|
|
14
|
-
"LayoutGap--gap-2": "_LayoutGap--gap-2_kugyj_448",
|
|
15
|
-
"LayoutGap--gap-4": "_LayoutGap--gap-4_kugyj_475",
|
|
16
|
-
"LayoutGap--gap-8": "_LayoutGap--gap-8_kugyj_478",
|
|
17
|
-
"LayoutGap--gap-12": "_LayoutGap--gap-12_kugyj_481",
|
|
18
|
-
"LayoutGap--gap-16": "_LayoutGap--gap-16_kugyj_484",
|
|
19
|
-
"LayoutGap--gap-20": "_LayoutGap--gap-20_kugyj_487",
|
|
20
|
-
"LayoutGap--gap-24": "_LayoutGap--gap-24_kugyj_490",
|
|
21
|
-
"LayoutGap--gap-32": "_LayoutGap--gap-32_kugyj_493",
|
|
22
|
-
"LayoutGap--gap-48": "_LayoutGap--gap-48_kugyj_496",
|
|
23
|
-
"LayoutGap--gap-64": "_LayoutGap--gap-64_kugyj_499",
|
|
24
|
-
"LayoutGap--gap-96": "_LayoutGap--gap-96_kugyj_502",
|
|
25
|
-
"LayoutGap--gap-160": "_LayoutGap--gap-160_kugyj_505",
|
|
26
|
-
"LayoutGap--narrow-l--gap-none": "_LayoutGap--narrow-l--gap-none_kugyj_509",
|
|
27
|
-
"LayoutGap--narrow-l--gap-3xs": "_LayoutGap--narrow-l--gap-3xs_kugyj_512",
|
|
28
|
-
"LayoutGap--narrow-l--gap-2xs": "_LayoutGap--narrow-l--gap-2xs_kugyj_515",
|
|
29
|
-
"LayoutGap--narrow-l--gap-xs": "_LayoutGap--narrow-l--gap-xs_kugyj_518",
|
|
30
|
-
"LayoutGap--narrow-l--gap-s": "_LayoutGap--narrow-l--gap-s_kugyj_521",
|
|
31
|
-
"LayoutGap--narrow-l--gap-m": "_LayoutGap--narrow-l--gap-m_kugyj_524",
|
|
32
|
-
"LayoutGap--narrow-l--gap-l": "_LayoutGap--narrow-l--gap-l_kugyj_527",
|
|
33
|
-
"LayoutGap--narrow-l--gap-xl": "_LayoutGap--narrow-l--gap-xl_kugyj_530",
|
|
34
|
-
"LayoutGap--narrow-l--gap-0": "_LayoutGap--narrow-l--gap-0_kugyj_533",
|
|
35
|
-
"LayoutGap--narrow-l--gap-1": "_LayoutGap--narrow-l--gap-1_kugyj_536",
|
|
36
|
-
"LayoutGap--narrow-l--gap-2": "_LayoutGap--narrow-l--gap-2_kugyj_515",
|
|
37
|
-
"LayoutGap--narrow-l--gap-4": "_LayoutGap--narrow-l--gap-4_kugyj_542",
|
|
38
|
-
"LayoutGap--narrow-l--gap-8": "_LayoutGap--narrow-l--gap-8_kugyj_545",
|
|
39
|
-
"LayoutGap--narrow-l--gap-12": "_LayoutGap--narrow-l--gap-12_kugyj_548",
|
|
40
|
-
"LayoutGap--narrow-l--gap-16": "_LayoutGap--narrow-l--gap-16_kugyj_551",
|
|
41
|
-
"LayoutGap--narrow-l--gap-20": "_LayoutGap--narrow-l--gap-20_kugyj_554",
|
|
42
|
-
"LayoutGap--narrow-l--gap-24": "_LayoutGap--narrow-l--gap-24_kugyj_557",
|
|
43
|
-
"LayoutGap--narrow-l--gap-32": "_LayoutGap--narrow-l--gap-32_kugyj_560",
|
|
44
|
-
"LayoutGap--narrow-l--gap-48": "_LayoutGap--narrow-l--gap-48_kugyj_563",
|
|
45
|
-
"LayoutGap--narrow-l--gap-64": "_LayoutGap--narrow-l--gap-64_kugyj_566",
|
|
46
|
-
"LayoutGap--narrow-l--gap-96": "_LayoutGap--narrow-l--gap-96_kugyj_569",
|
|
47
|
-
"LayoutGap--narrow-l--gap-160": "_LayoutGap--narrow-l--gap-160_kugyj_572",
|
|
48
|
-
"LayoutGap--medium-s--gap-none": "_LayoutGap--medium-s--gap-none_kugyj_577",
|
|
49
|
-
"LayoutGap--medium-s--gap-3xs": "_LayoutGap--medium-s--gap-3xs_kugyj_580",
|
|
50
|
-
"LayoutGap--medium-s--gap-2xs": "_LayoutGap--medium-s--gap-2xs_kugyj_583",
|
|
51
|
-
"LayoutGap--medium-s--gap-xs": "_LayoutGap--medium-s--gap-xs_kugyj_586",
|
|
52
|
-
"LayoutGap--medium-s--gap-s": "_LayoutGap--medium-s--gap-s_kugyj_589",
|
|
53
|
-
"LayoutGap--medium-s--gap-m": "_LayoutGap--medium-s--gap-m_kugyj_592",
|
|
54
|
-
"LayoutGap--medium-s--gap-l": "_LayoutGap--medium-s--gap-l_kugyj_595",
|
|
55
|
-
"LayoutGap--medium-s--gap-xl": "_LayoutGap--medium-s--gap-xl_kugyj_598",
|
|
56
|
-
"LayoutGap--medium-s--gap-0": "_LayoutGap--medium-s--gap-0_kugyj_601",
|
|
57
|
-
"LayoutGap--medium-s--gap-1": "_LayoutGap--medium-s--gap-1_kugyj_604",
|
|
58
|
-
"LayoutGap--medium-s--gap-2": "_LayoutGap--medium-s--gap-2_kugyj_583",
|
|
59
|
-
"LayoutGap--medium-s--gap-4": "_LayoutGap--medium-s--gap-4_kugyj_610",
|
|
60
|
-
"LayoutGap--medium-s--gap-8": "_LayoutGap--medium-s--gap-8_kugyj_613",
|
|
61
|
-
"LayoutGap--medium-s--gap-12": "_LayoutGap--medium-s--gap-12_kugyj_616",
|
|
62
|
-
"LayoutGap--medium-s--gap-16": "_LayoutGap--medium-s--gap-16_kugyj_619",
|
|
63
|
-
"LayoutGap--medium-s--gap-20": "_LayoutGap--medium-s--gap-20_kugyj_622",
|
|
64
|
-
"LayoutGap--medium-s--gap-24": "_LayoutGap--medium-s--gap-24_kugyj_625",
|
|
65
|
-
"LayoutGap--medium-s--gap-32": "_LayoutGap--medium-s--gap-32_kugyj_628",
|
|
66
|
-
"LayoutGap--medium-s--gap-48": "_LayoutGap--medium-s--gap-48_kugyj_631",
|
|
67
|
-
"LayoutGap--medium-s--gap-64": "_LayoutGap--medium-s--gap-64_kugyj_634",
|
|
68
|
-
"LayoutGap--medium-s--gap-96": "_LayoutGap--medium-s--gap-96_kugyj_637",
|
|
69
|
-
"LayoutGap--medium-s--gap-160": "_LayoutGap--medium-s--gap-160_kugyj_640",
|
|
70
|
-
"LayoutGap--medium-l--gap-none": "_LayoutGap--medium-l--gap-none_kugyj_645",
|
|
71
|
-
"LayoutGap--medium-l--gap-3xs": "_LayoutGap--medium-l--gap-3xs_kugyj_648",
|
|
72
|
-
"LayoutGap--medium-l--gap-2xs": "_LayoutGap--medium-l--gap-2xs_kugyj_651",
|
|
73
|
-
"LayoutGap--medium-l--gap-xs": "_LayoutGap--medium-l--gap-xs_kugyj_654",
|
|
74
|
-
"LayoutGap--medium-l--gap-s": "_LayoutGap--medium-l--gap-s_kugyj_657",
|
|
75
|
-
"LayoutGap--medium-l--gap-m": "_LayoutGap--medium-l--gap-m_kugyj_660",
|
|
76
|
-
"LayoutGap--medium-l--gap-l": "_LayoutGap--medium-l--gap-l_kugyj_663",
|
|
77
|
-
"LayoutGap--medium-l--gap-xl": "_LayoutGap--medium-l--gap-xl_kugyj_666",
|
|
78
|
-
"LayoutGap--medium-l--gap-0": "_LayoutGap--medium-l--gap-0_kugyj_669",
|
|
79
|
-
"LayoutGap--medium-l--gap-1": "_LayoutGap--medium-l--gap-1_kugyj_672",
|
|
80
|
-
"LayoutGap--medium-l--gap-2": "_LayoutGap--medium-l--gap-2_kugyj_651",
|
|
81
|
-
"LayoutGap--medium-l--gap-4": "_LayoutGap--medium-l--gap-4_kugyj_678",
|
|
82
|
-
"LayoutGap--medium-l--gap-8": "_LayoutGap--medium-l--gap-8_kugyj_681",
|
|
83
|
-
"LayoutGap--medium-l--gap-12": "_LayoutGap--medium-l--gap-12_kugyj_684",
|
|
84
|
-
"LayoutGap--medium-l--gap-16": "_LayoutGap--medium-l--gap-16_kugyj_687",
|
|
85
|
-
"LayoutGap--medium-l--gap-20": "_LayoutGap--medium-l--gap-20_kugyj_690",
|
|
86
|
-
"LayoutGap--medium-l--gap-24": "_LayoutGap--medium-l--gap-24_kugyj_693",
|
|
87
|
-
"LayoutGap--medium-l--gap-32": "_LayoutGap--medium-l--gap-32_kugyj_696",
|
|
88
|
-
"LayoutGap--medium-l--gap-48": "_LayoutGap--medium-l--gap-48_kugyj_699",
|
|
89
|
-
"LayoutGap--medium-l--gap-64": "_LayoutGap--medium-l--gap-64_kugyj_702",
|
|
90
|
-
"LayoutGap--medium-l--gap-96": "_LayoutGap--medium-l--gap-96_kugyj_705",
|
|
91
|
-
"LayoutGap--medium-l--gap-160": "_LayoutGap--medium-l--gap-160_kugyj_708",
|
|
92
|
-
"LayoutGap--wide-s--gap-none": "_LayoutGap--wide-s--gap-none_kugyj_713",
|
|
93
|
-
"LayoutGap--wide-s--gap-3xs": "_LayoutGap--wide-s--gap-3xs_kugyj_716",
|
|
94
|
-
"LayoutGap--wide-s--gap-2xs": "_LayoutGap--wide-s--gap-2xs_kugyj_719",
|
|
95
|
-
"LayoutGap--wide-s--gap-xs": "_LayoutGap--wide-s--gap-xs_kugyj_722",
|
|
96
|
-
"LayoutGap--wide-s--gap-s": "_LayoutGap--wide-s--gap-s_kugyj_725",
|
|
97
|
-
"LayoutGap--wide-s--gap-m": "_LayoutGap--wide-s--gap-m_kugyj_728",
|
|
98
|
-
"LayoutGap--wide-s--gap-l": "_LayoutGap--wide-s--gap-l_kugyj_731",
|
|
99
|
-
"LayoutGap--wide-s--gap-xl": "_LayoutGap--wide-s--gap-xl_kugyj_734",
|
|
100
|
-
"LayoutGap--wide-s--gap-0": "_LayoutGap--wide-s--gap-0_kugyj_737",
|
|
101
|
-
"LayoutGap--wide-s--gap-1": "_LayoutGap--wide-s--gap-1_kugyj_740",
|
|
102
|
-
"LayoutGap--wide-s--gap-2": "_LayoutGap--wide-s--gap-2_kugyj_719",
|
|
103
|
-
"LayoutGap--wide-s--gap-4": "_LayoutGap--wide-s--gap-4_kugyj_746",
|
|
104
|
-
"LayoutGap--wide-s--gap-8": "_LayoutGap--wide-s--gap-8_kugyj_749",
|
|
105
|
-
"LayoutGap--wide-s--gap-12": "_LayoutGap--wide-s--gap-12_kugyj_752",
|
|
106
|
-
"LayoutGap--wide-s--gap-16": "_LayoutGap--wide-s--gap-16_kugyj_755",
|
|
107
|
-
"LayoutGap--wide-s--gap-20": "_LayoutGap--wide-s--gap-20_kugyj_758",
|
|
108
|
-
"LayoutGap--wide-s--gap-24": "_LayoutGap--wide-s--gap-24_kugyj_761",
|
|
109
|
-
"LayoutGap--wide-s--gap-32": "_LayoutGap--wide-s--gap-32_kugyj_764",
|
|
110
|
-
"LayoutGap--wide-s--gap-48": "_LayoutGap--wide-s--gap-48_kugyj_767",
|
|
111
|
-
"LayoutGap--wide-s--gap-64": "_LayoutGap--wide-s--gap-64_kugyj_770",
|
|
112
|
-
"LayoutGap--wide-s--gap-96": "_LayoutGap--wide-s--gap-96_kugyj_773",
|
|
113
|
-
"LayoutGap--wide-s--gap-160": "_LayoutGap--wide-s--gap-160_kugyj_776",
|
|
114
|
-
"LayoutGap--wide-l--gap-none": "_LayoutGap--wide-l--gap-none_kugyj_781",
|
|
115
|
-
"LayoutGap--wide-l--gap-3xs": "_LayoutGap--wide-l--gap-3xs_kugyj_784",
|
|
116
|
-
"LayoutGap--wide-l--gap-2xs": "_LayoutGap--wide-l--gap-2xs_kugyj_787",
|
|
117
|
-
"LayoutGap--wide-l--gap-xs": "_LayoutGap--wide-l--gap-xs_kugyj_790",
|
|
118
|
-
"LayoutGap--wide-l--gap-s": "_LayoutGap--wide-l--gap-s_kugyj_793",
|
|
119
|
-
"LayoutGap--wide-l--gap-m": "_LayoutGap--wide-l--gap-m_kugyj_796",
|
|
120
|
-
"LayoutGap--wide-l--gap-l": "_LayoutGap--wide-l--gap-l_kugyj_799",
|
|
121
|
-
"LayoutGap--wide-l--gap-xl": "_LayoutGap--wide-l--gap-xl_kugyj_802",
|
|
122
|
-
"LayoutGap--wide-l--gap-0": "_LayoutGap--wide-l--gap-0_kugyj_805",
|
|
123
|
-
"LayoutGap--wide-l--gap-1": "_LayoutGap--wide-l--gap-1_kugyj_808",
|
|
124
|
-
"LayoutGap--wide-l--gap-2": "_LayoutGap--wide-l--gap-2_kugyj_787",
|
|
125
|
-
"LayoutGap--wide-l--gap-4": "_LayoutGap--wide-l--gap-4_kugyj_814",
|
|
126
|
-
"LayoutGap--wide-l--gap-8": "_LayoutGap--wide-l--gap-8_kugyj_817",
|
|
127
|
-
"LayoutGap--wide-l--gap-12": "_LayoutGap--wide-l--gap-12_kugyj_820",
|
|
128
|
-
"LayoutGap--wide-l--gap-16": "_LayoutGap--wide-l--gap-16_kugyj_823",
|
|
129
|
-
"LayoutGap--wide-l--gap-20": "_LayoutGap--wide-l--gap-20_kugyj_826",
|
|
130
|
-
"LayoutGap--wide-l--gap-24": "_LayoutGap--wide-l--gap-24_kugyj_829",
|
|
131
|
-
"LayoutGap--wide-l--gap-32": "_LayoutGap--wide-l--gap-32_kugyj_832",
|
|
132
|
-
"LayoutGap--wide-l--gap-48": "_LayoutGap--wide-l--gap-48_kugyj_835",
|
|
133
|
-
"LayoutGap--wide-l--gap-64": "_LayoutGap--wide-l--gap-64_kugyj_838",
|
|
134
|
-
"LayoutGap--wide-l--gap-96": "_LayoutGap--wide-l--gap-96_kugyj_841",
|
|
135
|
-
"LayoutGap--wide-l--gap-160": "_LayoutGap--wide-l--gap-160_kugyj_844"
|
|
136
|
-
};
|
|
137
|
-
export {
|
|
138
|
-
styles as s
|
|
139
|
-
};
|
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
import './assets/layout-hide.css';const LayoutHide = "_LayoutHide_f7ekn_164";
|
|
2
|
-
const styles = {
|
|
3
|
-
LayoutHide,
|
|
4
|
-
"LayoutHide--hide": "_LayoutHide--hide_f7ekn_164",
|
|
5
|
-
"LayoutHide--initial": "_LayoutHide--initial_f7ekn_167",
|
|
6
|
-
"LayoutHide--inline": "_LayoutHide--inline_f7ekn_170",
|
|
7
|
-
"LayoutHide--block": "_LayoutHide--block_f7ekn_173",
|
|
8
|
-
"LayoutHide--inline-block": "_LayoutHide--inline-block_f7ekn_176",
|
|
9
|
-
"LayoutHide--flex": "_LayoutHide--flex_f7ekn_179",
|
|
10
|
-
"LayoutHide--inline-flex": "_LayoutHide--inline-flex_f7ekn_182",
|
|
11
|
-
"LayoutHide--grid": "_LayoutHide--grid_f7ekn_185",
|
|
12
|
-
"LayoutHide--narrow-l--hide": "_LayoutHide--narrow-l--hide_f7ekn_189",
|
|
13
|
-
"LayoutHide--narrow-l--initial": "_LayoutHide--narrow-l--initial_f7ekn_192",
|
|
14
|
-
"LayoutHide--narrow-l--inline": "_LayoutHide--narrow-l--inline_f7ekn_195",
|
|
15
|
-
"LayoutHide--narrow-l--block": "_LayoutHide--narrow-l--block_f7ekn_198",
|
|
16
|
-
"LayoutHide--narrow-l--inline-block": "_LayoutHide--narrow-l--inline-block_f7ekn_201",
|
|
17
|
-
"LayoutHide--narrow-l--flex": "_LayoutHide--narrow-l--flex_f7ekn_204",
|
|
18
|
-
"LayoutHide--narrow-l--inline-flex": "_LayoutHide--narrow-l--inline-flex_f7ekn_207",
|
|
19
|
-
"LayoutHide--narrow-l--grid": "_LayoutHide--narrow-l--grid_f7ekn_210",
|
|
20
|
-
"LayoutHide--medium-s--hide": "_LayoutHide--medium-s--hide_f7ekn_215",
|
|
21
|
-
"LayoutHide--medium-s--initial": "_LayoutHide--medium-s--initial_f7ekn_218",
|
|
22
|
-
"LayoutHide--medium-s--inline": "_LayoutHide--medium-s--inline_f7ekn_221",
|
|
23
|
-
"LayoutHide--medium-s--block": "_LayoutHide--medium-s--block_f7ekn_224",
|
|
24
|
-
"LayoutHide--medium-s--inline-block": "_LayoutHide--medium-s--inline-block_f7ekn_227",
|
|
25
|
-
"LayoutHide--medium-s--flex": "_LayoutHide--medium-s--flex_f7ekn_230",
|
|
26
|
-
"LayoutHide--medium-s--inline-flex": "_LayoutHide--medium-s--inline-flex_f7ekn_233",
|
|
27
|
-
"LayoutHide--medium-s--grid": "_LayoutHide--medium-s--grid_f7ekn_236",
|
|
28
|
-
"LayoutHide--medium-l--hide": "_LayoutHide--medium-l--hide_f7ekn_241",
|
|
29
|
-
"LayoutHide--medium-l--initial": "_LayoutHide--medium-l--initial_f7ekn_244",
|
|
30
|
-
"LayoutHide--medium-l--inline": "_LayoutHide--medium-l--inline_f7ekn_247",
|
|
31
|
-
"LayoutHide--medium-l--block": "_LayoutHide--medium-l--block_f7ekn_250",
|
|
32
|
-
"LayoutHide--medium-l--inline-block": "_LayoutHide--medium-l--inline-block_f7ekn_253",
|
|
33
|
-
"LayoutHide--medium-l--flex": "_LayoutHide--medium-l--flex_f7ekn_256",
|
|
34
|
-
"LayoutHide--medium-l--inline-flex": "_LayoutHide--medium-l--inline-flex_f7ekn_259",
|
|
35
|
-
"LayoutHide--medium-l--grid": "_LayoutHide--medium-l--grid_f7ekn_262",
|
|
36
|
-
"LayoutHide--wide-s--hide": "_LayoutHide--wide-s--hide_f7ekn_267",
|
|
37
|
-
"LayoutHide--wide-s--initial": "_LayoutHide--wide-s--initial_f7ekn_270",
|
|
38
|
-
"LayoutHide--wide-s--inline": "_LayoutHide--wide-s--inline_f7ekn_273",
|
|
39
|
-
"LayoutHide--wide-s--block": "_LayoutHide--wide-s--block_f7ekn_276",
|
|
40
|
-
"LayoutHide--wide-s--inline-block": "_LayoutHide--wide-s--inline-block_f7ekn_279",
|
|
41
|
-
"LayoutHide--wide-s--flex": "_LayoutHide--wide-s--flex_f7ekn_282",
|
|
42
|
-
"LayoutHide--wide-s--inline-flex": "_LayoutHide--wide-s--inline-flex_f7ekn_285",
|
|
43
|
-
"LayoutHide--wide-s--grid": "_LayoutHide--wide-s--grid_f7ekn_288",
|
|
44
|
-
"LayoutHide--wide-l--hide": "_LayoutHide--wide-l--hide_f7ekn_293",
|
|
45
|
-
"LayoutHide--wide-l--initial": "_LayoutHide--wide-l--initial_f7ekn_296",
|
|
46
|
-
"LayoutHide--wide-l--inline": "_LayoutHide--wide-l--inline_f7ekn_299",
|
|
47
|
-
"LayoutHide--wide-l--block": "_LayoutHide--wide-l--block_f7ekn_302",
|
|
48
|
-
"LayoutHide--wide-l--inline-block": "_LayoutHide--wide-l--inline-block_f7ekn_305",
|
|
49
|
-
"LayoutHide--wide-l--flex": "_LayoutHide--wide-l--flex_f7ekn_308",
|
|
50
|
-
"LayoutHide--wide-l--inline-flex": "_LayoutHide--wide-l--inline-flex_f7ekn_311",
|
|
51
|
-
"LayoutHide--wide-l--grid": "_LayoutHide--wide-l--grid_f7ekn_314"
|
|
52
|
-
};
|
|
53
|
-
export {
|
|
54
|
-
styles as s
|
|
55
|
-
};
|