@preply/ds-web-lib 1.4.1 → 1.4.2
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-iACyovpJ.js +27 -0
- package/dist/layout-gap.module-DwYAmZqy.js +139 -0
- package/dist/{layout-grid.module-BLJUirw-.js → layout-grid.module-DvWR2pve.js} +97 -97
- package/dist/layout-hide.module-CVaoro6S.js +55 -0
- package/dist/{layout-relative.module-B5e88crD.js → layout-relative.module-yZwngsDw.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-DD85j9FG.js +0 -27
- package/dist/layout-gap.module-epqpmsIJ.js +0 -139
- package/dist/layout-hide.module-IAC5mhAt.js +0 -55
|
@@ -0,0 +1,139 @@
|
|
|
1
|
+
import './assets/layout-gap.css';const LayoutGap = "_LayoutGap_1qe0d_442";
|
|
2
|
+
const styles = {
|
|
3
|
+
LayoutGap,
|
|
4
|
+
"LayoutGap--gap-none": "_LayoutGap--gap-none_1qe0d_442",
|
|
5
|
+
"LayoutGap--gap-3xs": "_LayoutGap--gap-3xs_1qe0d_445",
|
|
6
|
+
"LayoutGap--gap-2xs": "_LayoutGap--gap-2xs_1qe0d_448",
|
|
7
|
+
"LayoutGap--gap-xs": "_LayoutGap--gap-xs_1qe0d_451",
|
|
8
|
+
"LayoutGap--gap-s": "_LayoutGap--gap-s_1qe0d_454",
|
|
9
|
+
"LayoutGap--gap-m": "_LayoutGap--gap-m_1qe0d_457",
|
|
10
|
+
"LayoutGap--gap-l": "_LayoutGap--gap-l_1qe0d_460",
|
|
11
|
+
"LayoutGap--gap-xl": "_LayoutGap--gap-xl_1qe0d_463",
|
|
12
|
+
"LayoutGap--gap-0": "_LayoutGap--gap-0_1qe0d_466",
|
|
13
|
+
"LayoutGap--gap-1": "_LayoutGap--gap-1_1qe0d_469",
|
|
14
|
+
"LayoutGap--gap-2": "_LayoutGap--gap-2_1qe0d_448",
|
|
15
|
+
"LayoutGap--gap-4": "_LayoutGap--gap-4_1qe0d_475",
|
|
16
|
+
"LayoutGap--gap-8": "_LayoutGap--gap-8_1qe0d_478",
|
|
17
|
+
"LayoutGap--gap-12": "_LayoutGap--gap-12_1qe0d_481",
|
|
18
|
+
"LayoutGap--gap-16": "_LayoutGap--gap-16_1qe0d_484",
|
|
19
|
+
"LayoutGap--gap-20": "_LayoutGap--gap-20_1qe0d_487",
|
|
20
|
+
"LayoutGap--gap-24": "_LayoutGap--gap-24_1qe0d_490",
|
|
21
|
+
"LayoutGap--gap-32": "_LayoutGap--gap-32_1qe0d_493",
|
|
22
|
+
"LayoutGap--gap-48": "_LayoutGap--gap-48_1qe0d_496",
|
|
23
|
+
"LayoutGap--gap-64": "_LayoutGap--gap-64_1qe0d_499",
|
|
24
|
+
"LayoutGap--gap-96": "_LayoutGap--gap-96_1qe0d_502",
|
|
25
|
+
"LayoutGap--gap-160": "_LayoutGap--gap-160_1qe0d_505",
|
|
26
|
+
"LayoutGap--narrow-l--gap-none": "_LayoutGap--narrow-l--gap-none_1qe0d_509",
|
|
27
|
+
"LayoutGap--narrow-l--gap-3xs": "_LayoutGap--narrow-l--gap-3xs_1qe0d_512",
|
|
28
|
+
"LayoutGap--narrow-l--gap-2xs": "_LayoutGap--narrow-l--gap-2xs_1qe0d_515",
|
|
29
|
+
"LayoutGap--narrow-l--gap-xs": "_LayoutGap--narrow-l--gap-xs_1qe0d_518",
|
|
30
|
+
"LayoutGap--narrow-l--gap-s": "_LayoutGap--narrow-l--gap-s_1qe0d_521",
|
|
31
|
+
"LayoutGap--narrow-l--gap-m": "_LayoutGap--narrow-l--gap-m_1qe0d_524",
|
|
32
|
+
"LayoutGap--narrow-l--gap-l": "_LayoutGap--narrow-l--gap-l_1qe0d_527",
|
|
33
|
+
"LayoutGap--narrow-l--gap-xl": "_LayoutGap--narrow-l--gap-xl_1qe0d_530",
|
|
34
|
+
"LayoutGap--narrow-l--gap-0": "_LayoutGap--narrow-l--gap-0_1qe0d_533",
|
|
35
|
+
"LayoutGap--narrow-l--gap-1": "_LayoutGap--narrow-l--gap-1_1qe0d_536",
|
|
36
|
+
"LayoutGap--narrow-l--gap-2": "_LayoutGap--narrow-l--gap-2_1qe0d_515",
|
|
37
|
+
"LayoutGap--narrow-l--gap-4": "_LayoutGap--narrow-l--gap-4_1qe0d_542",
|
|
38
|
+
"LayoutGap--narrow-l--gap-8": "_LayoutGap--narrow-l--gap-8_1qe0d_545",
|
|
39
|
+
"LayoutGap--narrow-l--gap-12": "_LayoutGap--narrow-l--gap-12_1qe0d_548",
|
|
40
|
+
"LayoutGap--narrow-l--gap-16": "_LayoutGap--narrow-l--gap-16_1qe0d_551",
|
|
41
|
+
"LayoutGap--narrow-l--gap-20": "_LayoutGap--narrow-l--gap-20_1qe0d_554",
|
|
42
|
+
"LayoutGap--narrow-l--gap-24": "_LayoutGap--narrow-l--gap-24_1qe0d_557",
|
|
43
|
+
"LayoutGap--narrow-l--gap-32": "_LayoutGap--narrow-l--gap-32_1qe0d_560",
|
|
44
|
+
"LayoutGap--narrow-l--gap-48": "_LayoutGap--narrow-l--gap-48_1qe0d_563",
|
|
45
|
+
"LayoutGap--narrow-l--gap-64": "_LayoutGap--narrow-l--gap-64_1qe0d_566",
|
|
46
|
+
"LayoutGap--narrow-l--gap-96": "_LayoutGap--narrow-l--gap-96_1qe0d_569",
|
|
47
|
+
"LayoutGap--narrow-l--gap-160": "_LayoutGap--narrow-l--gap-160_1qe0d_572",
|
|
48
|
+
"LayoutGap--medium-s--gap-none": "_LayoutGap--medium-s--gap-none_1qe0d_577",
|
|
49
|
+
"LayoutGap--medium-s--gap-3xs": "_LayoutGap--medium-s--gap-3xs_1qe0d_580",
|
|
50
|
+
"LayoutGap--medium-s--gap-2xs": "_LayoutGap--medium-s--gap-2xs_1qe0d_583",
|
|
51
|
+
"LayoutGap--medium-s--gap-xs": "_LayoutGap--medium-s--gap-xs_1qe0d_586",
|
|
52
|
+
"LayoutGap--medium-s--gap-s": "_LayoutGap--medium-s--gap-s_1qe0d_589",
|
|
53
|
+
"LayoutGap--medium-s--gap-m": "_LayoutGap--medium-s--gap-m_1qe0d_592",
|
|
54
|
+
"LayoutGap--medium-s--gap-l": "_LayoutGap--medium-s--gap-l_1qe0d_595",
|
|
55
|
+
"LayoutGap--medium-s--gap-xl": "_LayoutGap--medium-s--gap-xl_1qe0d_598",
|
|
56
|
+
"LayoutGap--medium-s--gap-0": "_LayoutGap--medium-s--gap-0_1qe0d_601",
|
|
57
|
+
"LayoutGap--medium-s--gap-1": "_LayoutGap--medium-s--gap-1_1qe0d_604",
|
|
58
|
+
"LayoutGap--medium-s--gap-2": "_LayoutGap--medium-s--gap-2_1qe0d_583",
|
|
59
|
+
"LayoutGap--medium-s--gap-4": "_LayoutGap--medium-s--gap-4_1qe0d_610",
|
|
60
|
+
"LayoutGap--medium-s--gap-8": "_LayoutGap--medium-s--gap-8_1qe0d_613",
|
|
61
|
+
"LayoutGap--medium-s--gap-12": "_LayoutGap--medium-s--gap-12_1qe0d_616",
|
|
62
|
+
"LayoutGap--medium-s--gap-16": "_LayoutGap--medium-s--gap-16_1qe0d_619",
|
|
63
|
+
"LayoutGap--medium-s--gap-20": "_LayoutGap--medium-s--gap-20_1qe0d_622",
|
|
64
|
+
"LayoutGap--medium-s--gap-24": "_LayoutGap--medium-s--gap-24_1qe0d_625",
|
|
65
|
+
"LayoutGap--medium-s--gap-32": "_LayoutGap--medium-s--gap-32_1qe0d_628",
|
|
66
|
+
"LayoutGap--medium-s--gap-48": "_LayoutGap--medium-s--gap-48_1qe0d_631",
|
|
67
|
+
"LayoutGap--medium-s--gap-64": "_LayoutGap--medium-s--gap-64_1qe0d_634",
|
|
68
|
+
"LayoutGap--medium-s--gap-96": "_LayoutGap--medium-s--gap-96_1qe0d_637",
|
|
69
|
+
"LayoutGap--medium-s--gap-160": "_LayoutGap--medium-s--gap-160_1qe0d_640",
|
|
70
|
+
"LayoutGap--medium-l--gap-none": "_LayoutGap--medium-l--gap-none_1qe0d_645",
|
|
71
|
+
"LayoutGap--medium-l--gap-3xs": "_LayoutGap--medium-l--gap-3xs_1qe0d_648",
|
|
72
|
+
"LayoutGap--medium-l--gap-2xs": "_LayoutGap--medium-l--gap-2xs_1qe0d_651",
|
|
73
|
+
"LayoutGap--medium-l--gap-xs": "_LayoutGap--medium-l--gap-xs_1qe0d_654",
|
|
74
|
+
"LayoutGap--medium-l--gap-s": "_LayoutGap--medium-l--gap-s_1qe0d_657",
|
|
75
|
+
"LayoutGap--medium-l--gap-m": "_LayoutGap--medium-l--gap-m_1qe0d_660",
|
|
76
|
+
"LayoutGap--medium-l--gap-l": "_LayoutGap--medium-l--gap-l_1qe0d_663",
|
|
77
|
+
"LayoutGap--medium-l--gap-xl": "_LayoutGap--medium-l--gap-xl_1qe0d_666",
|
|
78
|
+
"LayoutGap--medium-l--gap-0": "_LayoutGap--medium-l--gap-0_1qe0d_669",
|
|
79
|
+
"LayoutGap--medium-l--gap-1": "_LayoutGap--medium-l--gap-1_1qe0d_672",
|
|
80
|
+
"LayoutGap--medium-l--gap-2": "_LayoutGap--medium-l--gap-2_1qe0d_651",
|
|
81
|
+
"LayoutGap--medium-l--gap-4": "_LayoutGap--medium-l--gap-4_1qe0d_678",
|
|
82
|
+
"LayoutGap--medium-l--gap-8": "_LayoutGap--medium-l--gap-8_1qe0d_681",
|
|
83
|
+
"LayoutGap--medium-l--gap-12": "_LayoutGap--medium-l--gap-12_1qe0d_684",
|
|
84
|
+
"LayoutGap--medium-l--gap-16": "_LayoutGap--medium-l--gap-16_1qe0d_687",
|
|
85
|
+
"LayoutGap--medium-l--gap-20": "_LayoutGap--medium-l--gap-20_1qe0d_690",
|
|
86
|
+
"LayoutGap--medium-l--gap-24": "_LayoutGap--medium-l--gap-24_1qe0d_693",
|
|
87
|
+
"LayoutGap--medium-l--gap-32": "_LayoutGap--medium-l--gap-32_1qe0d_696",
|
|
88
|
+
"LayoutGap--medium-l--gap-48": "_LayoutGap--medium-l--gap-48_1qe0d_699",
|
|
89
|
+
"LayoutGap--medium-l--gap-64": "_LayoutGap--medium-l--gap-64_1qe0d_702",
|
|
90
|
+
"LayoutGap--medium-l--gap-96": "_LayoutGap--medium-l--gap-96_1qe0d_705",
|
|
91
|
+
"LayoutGap--medium-l--gap-160": "_LayoutGap--medium-l--gap-160_1qe0d_708",
|
|
92
|
+
"LayoutGap--wide-s--gap-none": "_LayoutGap--wide-s--gap-none_1qe0d_713",
|
|
93
|
+
"LayoutGap--wide-s--gap-3xs": "_LayoutGap--wide-s--gap-3xs_1qe0d_716",
|
|
94
|
+
"LayoutGap--wide-s--gap-2xs": "_LayoutGap--wide-s--gap-2xs_1qe0d_719",
|
|
95
|
+
"LayoutGap--wide-s--gap-xs": "_LayoutGap--wide-s--gap-xs_1qe0d_722",
|
|
96
|
+
"LayoutGap--wide-s--gap-s": "_LayoutGap--wide-s--gap-s_1qe0d_725",
|
|
97
|
+
"LayoutGap--wide-s--gap-m": "_LayoutGap--wide-s--gap-m_1qe0d_728",
|
|
98
|
+
"LayoutGap--wide-s--gap-l": "_LayoutGap--wide-s--gap-l_1qe0d_731",
|
|
99
|
+
"LayoutGap--wide-s--gap-xl": "_LayoutGap--wide-s--gap-xl_1qe0d_734",
|
|
100
|
+
"LayoutGap--wide-s--gap-0": "_LayoutGap--wide-s--gap-0_1qe0d_737",
|
|
101
|
+
"LayoutGap--wide-s--gap-1": "_LayoutGap--wide-s--gap-1_1qe0d_740",
|
|
102
|
+
"LayoutGap--wide-s--gap-2": "_LayoutGap--wide-s--gap-2_1qe0d_719",
|
|
103
|
+
"LayoutGap--wide-s--gap-4": "_LayoutGap--wide-s--gap-4_1qe0d_746",
|
|
104
|
+
"LayoutGap--wide-s--gap-8": "_LayoutGap--wide-s--gap-8_1qe0d_749",
|
|
105
|
+
"LayoutGap--wide-s--gap-12": "_LayoutGap--wide-s--gap-12_1qe0d_752",
|
|
106
|
+
"LayoutGap--wide-s--gap-16": "_LayoutGap--wide-s--gap-16_1qe0d_755",
|
|
107
|
+
"LayoutGap--wide-s--gap-20": "_LayoutGap--wide-s--gap-20_1qe0d_758",
|
|
108
|
+
"LayoutGap--wide-s--gap-24": "_LayoutGap--wide-s--gap-24_1qe0d_761",
|
|
109
|
+
"LayoutGap--wide-s--gap-32": "_LayoutGap--wide-s--gap-32_1qe0d_764",
|
|
110
|
+
"LayoutGap--wide-s--gap-48": "_LayoutGap--wide-s--gap-48_1qe0d_767",
|
|
111
|
+
"LayoutGap--wide-s--gap-64": "_LayoutGap--wide-s--gap-64_1qe0d_770",
|
|
112
|
+
"LayoutGap--wide-s--gap-96": "_LayoutGap--wide-s--gap-96_1qe0d_773",
|
|
113
|
+
"LayoutGap--wide-s--gap-160": "_LayoutGap--wide-s--gap-160_1qe0d_776",
|
|
114
|
+
"LayoutGap--wide-l--gap-none": "_LayoutGap--wide-l--gap-none_1qe0d_781",
|
|
115
|
+
"LayoutGap--wide-l--gap-3xs": "_LayoutGap--wide-l--gap-3xs_1qe0d_784",
|
|
116
|
+
"LayoutGap--wide-l--gap-2xs": "_LayoutGap--wide-l--gap-2xs_1qe0d_787",
|
|
117
|
+
"LayoutGap--wide-l--gap-xs": "_LayoutGap--wide-l--gap-xs_1qe0d_790",
|
|
118
|
+
"LayoutGap--wide-l--gap-s": "_LayoutGap--wide-l--gap-s_1qe0d_793",
|
|
119
|
+
"LayoutGap--wide-l--gap-m": "_LayoutGap--wide-l--gap-m_1qe0d_796",
|
|
120
|
+
"LayoutGap--wide-l--gap-l": "_LayoutGap--wide-l--gap-l_1qe0d_799",
|
|
121
|
+
"LayoutGap--wide-l--gap-xl": "_LayoutGap--wide-l--gap-xl_1qe0d_802",
|
|
122
|
+
"LayoutGap--wide-l--gap-0": "_LayoutGap--wide-l--gap-0_1qe0d_805",
|
|
123
|
+
"LayoutGap--wide-l--gap-1": "_LayoutGap--wide-l--gap-1_1qe0d_808",
|
|
124
|
+
"LayoutGap--wide-l--gap-2": "_LayoutGap--wide-l--gap-2_1qe0d_787",
|
|
125
|
+
"LayoutGap--wide-l--gap-4": "_LayoutGap--wide-l--gap-4_1qe0d_814",
|
|
126
|
+
"LayoutGap--wide-l--gap-8": "_LayoutGap--wide-l--gap-8_1qe0d_817",
|
|
127
|
+
"LayoutGap--wide-l--gap-12": "_LayoutGap--wide-l--gap-12_1qe0d_820",
|
|
128
|
+
"LayoutGap--wide-l--gap-16": "_LayoutGap--wide-l--gap-16_1qe0d_823",
|
|
129
|
+
"LayoutGap--wide-l--gap-20": "_LayoutGap--wide-l--gap-20_1qe0d_826",
|
|
130
|
+
"LayoutGap--wide-l--gap-24": "_LayoutGap--wide-l--gap-24_1qe0d_829",
|
|
131
|
+
"LayoutGap--wide-l--gap-32": "_LayoutGap--wide-l--gap-32_1qe0d_832",
|
|
132
|
+
"LayoutGap--wide-l--gap-48": "_LayoutGap--wide-l--gap-48_1qe0d_835",
|
|
133
|
+
"LayoutGap--wide-l--gap-64": "_LayoutGap--wide-l--gap-64_1qe0d_838",
|
|
134
|
+
"LayoutGap--wide-l--gap-96": "_LayoutGap--wide-l--gap-96_1qe0d_841",
|
|
135
|
+
"LayoutGap--wide-l--gap-160": "_LayoutGap--wide-l--gap-160_1qe0d_844"
|
|
136
|
+
};
|
|
137
|
+
export {
|
|
138
|
+
styles as s
|
|
139
|
+
};
|
|
@@ -1,102 +1,102 @@
|
|
|
1
|
-
import './assets/layout-grid.css';const LayoutGrid = "
|
|
1
|
+
import './assets/layout-grid.css';const LayoutGrid = "_LayoutGrid_9zrms_4";
|
|
2
2
|
const styles = {
|
|
3
3
|
LayoutGrid,
|
|
4
|
-
"LayoutGrid--justify-content-center": "_LayoutGrid--justify-content-
|
|
5
|
-
"LayoutGrid--justify-content-start": "_LayoutGrid--justify-content-
|
|
6
|
-
"LayoutGrid--justify-content-end": "_LayoutGrid--justify-content-
|
|
7
|
-
"LayoutGrid--justify-content-space-between": "_LayoutGrid--justify-content-space-
|
|
8
|
-
"LayoutGrid--justify-content-space-around": "_LayoutGrid--justify-content-space-
|
|
9
|
-
"LayoutGrid--justify-content-space-evenly": "_LayoutGrid--justify-content-space-
|
|
10
|
-
"LayoutGrid--narrow-l--justify-content-center": "_LayoutGrid--narrow-l--justify-content-
|
|
11
|
-
"LayoutGrid--narrow-l--justify-content-start": "_LayoutGrid--narrow-l--justify-content-
|
|
12
|
-
"LayoutGrid--narrow-l--justify-content-end": "_LayoutGrid--narrow-l--justify-content-
|
|
13
|
-
"LayoutGrid--narrow-l--justify-content-space-between": "_LayoutGrid--narrow-l--justify-content-space-
|
|
14
|
-
"LayoutGrid--narrow-l--justify-content-space-around": "_LayoutGrid--narrow-l--justify-content-space-
|
|
15
|
-
"LayoutGrid--narrow-l--justify-content-space-evenly": "_LayoutGrid--narrow-l--justify-content-space-
|
|
16
|
-
"LayoutGrid--medium-s--justify-content-center": "_LayoutGrid--medium-s--justify-content-
|
|
17
|
-
"LayoutGrid--medium-s--justify-content-start": "_LayoutGrid--medium-s--justify-content-
|
|
18
|
-
"LayoutGrid--medium-s--justify-content-end": "_LayoutGrid--medium-s--justify-content-
|
|
19
|
-
"LayoutGrid--medium-s--justify-content-space-between": "_LayoutGrid--medium-s--justify-content-space-
|
|
20
|
-
"LayoutGrid--medium-s--justify-content-space-around": "_LayoutGrid--medium-s--justify-content-space-
|
|
21
|
-
"LayoutGrid--medium-s--justify-content-space-evenly": "_LayoutGrid--medium-s--justify-content-space-
|
|
22
|
-
"LayoutGrid--medium-l--justify-content-center": "_LayoutGrid--medium-l--justify-content-
|
|
23
|
-
"LayoutGrid--medium-l--justify-content-start": "_LayoutGrid--medium-l--justify-content-
|
|
24
|
-
"LayoutGrid--medium-l--justify-content-end": "_LayoutGrid--medium-l--justify-content-
|
|
25
|
-
"LayoutGrid--medium-l--justify-content-space-between": "_LayoutGrid--medium-l--justify-content-space-
|
|
26
|
-
"LayoutGrid--medium-l--justify-content-space-around": "_LayoutGrid--medium-l--justify-content-space-
|
|
27
|
-
"LayoutGrid--medium-l--justify-content-space-evenly": "_LayoutGrid--medium-l--justify-content-space-
|
|
28
|
-
"LayoutGrid--wide-s--justify-content-center": "_LayoutGrid--wide-s--justify-content-
|
|
29
|
-
"LayoutGrid--wide-s--justify-content-start": "_LayoutGrid--wide-s--justify-content-
|
|
30
|
-
"LayoutGrid--wide-s--justify-content-end": "_LayoutGrid--wide-s--justify-content-
|
|
31
|
-
"LayoutGrid--wide-s--justify-content-space-between": "_LayoutGrid--wide-s--justify-content-space-
|
|
32
|
-
"LayoutGrid--wide-s--justify-content-space-around": "_LayoutGrid--wide-s--justify-content-space-
|
|
33
|
-
"LayoutGrid--wide-s--justify-content-space-evenly": "_LayoutGrid--wide-s--justify-content-space-
|
|
34
|
-
"LayoutGrid--wide-l--justify-content-center": "_LayoutGrid--wide-l--justify-content-
|
|
35
|
-
"LayoutGrid--wide-l--justify-content-start": "_LayoutGrid--wide-l--justify-content-
|
|
36
|
-
"LayoutGrid--wide-l--justify-content-end": "_LayoutGrid--wide-l--justify-content-
|
|
37
|
-
"LayoutGrid--wide-l--justify-content-space-between": "_LayoutGrid--wide-l--justify-content-space-
|
|
38
|
-
"LayoutGrid--wide-l--justify-content-space-around": "_LayoutGrid--wide-l--justify-content-space-
|
|
39
|
-
"LayoutGrid--wide-l--justify-content-space-evenly": "_LayoutGrid--wide-l--justify-content-space-
|
|
40
|
-
"LayoutGrid--align-items-center": "_LayoutGrid--align-items-
|
|
41
|
-
"LayoutGrid--align-items-start": "_LayoutGrid--align-items-
|
|
42
|
-
"LayoutGrid--align-items-end": "_LayoutGrid--align-items-
|
|
43
|
-
"LayoutGrid--align-items-stretch": "_LayoutGrid--align-items-
|
|
44
|
-
"LayoutGrid--align-items-baseline": "_LayoutGrid--align-items-
|
|
45
|
-
"LayoutGrid--narrow-l--align-items-center": "_LayoutGrid--narrow-l--align-items-
|
|
46
|
-
"LayoutGrid--narrow-l--align-items-start": "_LayoutGrid--narrow-l--align-items-
|
|
47
|
-
"LayoutGrid--narrow-l--align-items-end": "_LayoutGrid--narrow-l--align-items-
|
|
48
|
-
"LayoutGrid--narrow-l--align-items-stretch": "_LayoutGrid--narrow-l--align-items-
|
|
49
|
-
"LayoutGrid--narrow-l--align-items-baseline": "_LayoutGrid--narrow-l--align-items-
|
|
50
|
-
"LayoutGrid--medium-s--align-items-center": "_LayoutGrid--medium-s--align-items-
|
|
51
|
-
"LayoutGrid--medium-s--align-items-start": "_LayoutGrid--medium-s--align-items-
|
|
52
|
-
"LayoutGrid--medium-s--align-items-end": "_LayoutGrid--medium-s--align-items-
|
|
53
|
-
"LayoutGrid--medium-s--align-items-stretch": "_LayoutGrid--medium-s--align-items-
|
|
54
|
-
"LayoutGrid--medium-s--align-items-baseline": "_LayoutGrid--medium-s--align-items-
|
|
55
|
-
"LayoutGrid--medium-l--align-items-center": "_LayoutGrid--medium-l--align-items-
|
|
56
|
-
"LayoutGrid--medium-l--align-items-start": "_LayoutGrid--medium-l--align-items-
|
|
57
|
-
"LayoutGrid--medium-l--align-items-end": "_LayoutGrid--medium-l--align-items-
|
|
58
|
-
"LayoutGrid--medium-l--align-items-stretch": "_LayoutGrid--medium-l--align-items-
|
|
59
|
-
"LayoutGrid--medium-l--align-items-baseline": "_LayoutGrid--medium-l--align-items-
|
|
60
|
-
"LayoutGrid--wide-s--align-items-center": "_LayoutGrid--wide-s--align-items-
|
|
61
|
-
"LayoutGrid--wide-s--align-items-start": "_LayoutGrid--wide-s--align-items-
|
|
62
|
-
"LayoutGrid--wide-s--align-items-end": "_LayoutGrid--wide-s--align-items-
|
|
63
|
-
"LayoutGrid--wide-s--align-items-stretch": "_LayoutGrid--wide-s--align-items-
|
|
64
|
-
"LayoutGrid--wide-s--align-items-baseline": "_LayoutGrid--wide-s--align-items-
|
|
65
|
-
"LayoutGrid--wide-l--align-items-center": "_LayoutGrid--wide-l--align-items-
|
|
66
|
-
"LayoutGrid--wide-l--align-items-start": "_LayoutGrid--wide-l--align-items-
|
|
67
|
-
"LayoutGrid--wide-l--align-items-end": "_LayoutGrid--wide-l--align-items-
|
|
68
|
-
"LayoutGrid--wide-l--align-items-stretch": "_LayoutGrid--wide-l--align-items-
|
|
69
|
-
"LayoutGrid--wide-l--align-items-baseline": "_LayoutGrid--wide-l--align-items-
|
|
70
|
-
"LayoutGrid--justify-items-stretch": "_LayoutGrid--justify-items-
|
|
71
|
-
"LayoutGrid--justify-items-center": "_LayoutGrid--justify-items-
|
|
72
|
-
"LayoutGrid--justify-items-start": "_LayoutGrid--justify-items-
|
|
73
|
-
"LayoutGrid--justify-items-end": "_LayoutGrid--justify-items-
|
|
74
|
-
"LayoutGrid--narrow-l--justify-items-stretch": "_LayoutGrid--narrow-l--justify-items-
|
|
75
|
-
"LayoutGrid--narrow-l--justify-items-center": "_LayoutGrid--narrow-l--justify-items-
|
|
76
|
-
"LayoutGrid--narrow-l--justify-items-start": "_LayoutGrid--narrow-l--justify-items-
|
|
77
|
-
"LayoutGrid--narrow-l--justify-items-end": "_LayoutGrid--narrow-l--justify-items-
|
|
78
|
-
"LayoutGrid--medium-s--justify-items-stretch": "_LayoutGrid--medium-s--justify-items-
|
|
79
|
-
"LayoutGrid--medium-s--justify-items-center": "_LayoutGrid--medium-s--justify-items-
|
|
80
|
-
"LayoutGrid--medium-s--justify-items-start": "_LayoutGrid--medium-s--justify-items-
|
|
81
|
-
"LayoutGrid--medium-s--justify-items-end": "_LayoutGrid--medium-s--justify-items-
|
|
82
|
-
"LayoutGrid--medium-l--justify-items-stretch": "_LayoutGrid--medium-l--justify-items-
|
|
83
|
-
"LayoutGrid--medium-l--justify-items-center": "_LayoutGrid--medium-l--justify-items-
|
|
84
|
-
"LayoutGrid--medium-l--justify-items-start": "_LayoutGrid--medium-l--justify-items-
|
|
85
|
-
"LayoutGrid--medium-l--justify-items-end": "_LayoutGrid--medium-l--justify-items-
|
|
86
|
-
"LayoutGrid--wide-s--justify-items-stretch": "_LayoutGrid--wide-s--justify-items-
|
|
87
|
-
"LayoutGrid--wide-s--justify-items-center": "_LayoutGrid--wide-s--justify-items-
|
|
88
|
-
"LayoutGrid--wide-s--justify-items-start": "_LayoutGrid--wide-s--justify-items-
|
|
89
|
-
"LayoutGrid--wide-s--justify-items-end": "_LayoutGrid--wide-s--justify-items-
|
|
90
|
-
"LayoutGrid--wide-l--justify-items-stretch": "_LayoutGrid--wide-l--justify-items-
|
|
91
|
-
"LayoutGrid--wide-l--justify-items-center": "_LayoutGrid--wide-l--justify-items-
|
|
92
|
-
"LayoutGrid--wide-l--justify-items-start": "_LayoutGrid--wide-l--justify-items-
|
|
93
|
-
"LayoutGrid--wide-l--justify-items-end": "_LayoutGrid--wide-l--justify-items-
|
|
94
|
-
"LayoutGrid--columns": "_LayoutGrid--
|
|
95
|
-
"LayoutGrid--columns-narrow-l": "_LayoutGrid--columns-narrow-
|
|
96
|
-
"LayoutGrid--columns-medium-s": "_LayoutGrid--columns-medium-
|
|
97
|
-
"LayoutGrid--columns-medium-l": "_LayoutGrid--columns-medium-
|
|
98
|
-
"LayoutGrid--columns-wide-s": "_LayoutGrid--columns-wide-
|
|
99
|
-
"LayoutGrid--columns-wide-l": "_LayoutGrid--columns-wide-
|
|
4
|
+
"LayoutGrid--justify-content-center": "_LayoutGrid--justify-content-center_9zrms_14",
|
|
5
|
+
"LayoutGrid--justify-content-start": "_LayoutGrid--justify-content-start_9zrms_17",
|
|
6
|
+
"LayoutGrid--justify-content-end": "_LayoutGrid--justify-content-end_9zrms_20",
|
|
7
|
+
"LayoutGrid--justify-content-space-between": "_LayoutGrid--justify-content-space-between_9zrms_23",
|
|
8
|
+
"LayoutGrid--justify-content-space-around": "_LayoutGrid--justify-content-space-around_9zrms_26",
|
|
9
|
+
"LayoutGrid--justify-content-space-evenly": "_LayoutGrid--justify-content-space-evenly_9zrms_29",
|
|
10
|
+
"LayoutGrid--narrow-l--justify-content-center": "_LayoutGrid--narrow-l--justify-content-center_9zrms_33",
|
|
11
|
+
"LayoutGrid--narrow-l--justify-content-start": "_LayoutGrid--narrow-l--justify-content-start_9zrms_36",
|
|
12
|
+
"LayoutGrid--narrow-l--justify-content-end": "_LayoutGrid--narrow-l--justify-content-end_9zrms_39",
|
|
13
|
+
"LayoutGrid--narrow-l--justify-content-space-between": "_LayoutGrid--narrow-l--justify-content-space-between_9zrms_42",
|
|
14
|
+
"LayoutGrid--narrow-l--justify-content-space-around": "_LayoutGrid--narrow-l--justify-content-space-around_9zrms_45",
|
|
15
|
+
"LayoutGrid--narrow-l--justify-content-space-evenly": "_LayoutGrid--narrow-l--justify-content-space-evenly_9zrms_48",
|
|
16
|
+
"LayoutGrid--medium-s--justify-content-center": "_LayoutGrid--medium-s--justify-content-center_9zrms_53",
|
|
17
|
+
"LayoutGrid--medium-s--justify-content-start": "_LayoutGrid--medium-s--justify-content-start_9zrms_56",
|
|
18
|
+
"LayoutGrid--medium-s--justify-content-end": "_LayoutGrid--medium-s--justify-content-end_9zrms_59",
|
|
19
|
+
"LayoutGrid--medium-s--justify-content-space-between": "_LayoutGrid--medium-s--justify-content-space-between_9zrms_62",
|
|
20
|
+
"LayoutGrid--medium-s--justify-content-space-around": "_LayoutGrid--medium-s--justify-content-space-around_9zrms_65",
|
|
21
|
+
"LayoutGrid--medium-s--justify-content-space-evenly": "_LayoutGrid--medium-s--justify-content-space-evenly_9zrms_68",
|
|
22
|
+
"LayoutGrid--medium-l--justify-content-center": "_LayoutGrid--medium-l--justify-content-center_9zrms_73",
|
|
23
|
+
"LayoutGrid--medium-l--justify-content-start": "_LayoutGrid--medium-l--justify-content-start_9zrms_76",
|
|
24
|
+
"LayoutGrid--medium-l--justify-content-end": "_LayoutGrid--medium-l--justify-content-end_9zrms_79",
|
|
25
|
+
"LayoutGrid--medium-l--justify-content-space-between": "_LayoutGrid--medium-l--justify-content-space-between_9zrms_82",
|
|
26
|
+
"LayoutGrid--medium-l--justify-content-space-around": "_LayoutGrid--medium-l--justify-content-space-around_9zrms_85",
|
|
27
|
+
"LayoutGrid--medium-l--justify-content-space-evenly": "_LayoutGrid--medium-l--justify-content-space-evenly_9zrms_88",
|
|
28
|
+
"LayoutGrid--wide-s--justify-content-center": "_LayoutGrid--wide-s--justify-content-center_9zrms_93",
|
|
29
|
+
"LayoutGrid--wide-s--justify-content-start": "_LayoutGrid--wide-s--justify-content-start_9zrms_96",
|
|
30
|
+
"LayoutGrid--wide-s--justify-content-end": "_LayoutGrid--wide-s--justify-content-end_9zrms_99",
|
|
31
|
+
"LayoutGrid--wide-s--justify-content-space-between": "_LayoutGrid--wide-s--justify-content-space-between_9zrms_102",
|
|
32
|
+
"LayoutGrid--wide-s--justify-content-space-around": "_LayoutGrid--wide-s--justify-content-space-around_9zrms_105",
|
|
33
|
+
"LayoutGrid--wide-s--justify-content-space-evenly": "_LayoutGrid--wide-s--justify-content-space-evenly_9zrms_108",
|
|
34
|
+
"LayoutGrid--wide-l--justify-content-center": "_LayoutGrid--wide-l--justify-content-center_9zrms_113",
|
|
35
|
+
"LayoutGrid--wide-l--justify-content-start": "_LayoutGrid--wide-l--justify-content-start_9zrms_116",
|
|
36
|
+
"LayoutGrid--wide-l--justify-content-end": "_LayoutGrid--wide-l--justify-content-end_9zrms_119",
|
|
37
|
+
"LayoutGrid--wide-l--justify-content-space-between": "_LayoutGrid--wide-l--justify-content-space-between_9zrms_122",
|
|
38
|
+
"LayoutGrid--wide-l--justify-content-space-around": "_LayoutGrid--wide-l--justify-content-space-around_9zrms_125",
|
|
39
|
+
"LayoutGrid--wide-l--justify-content-space-evenly": "_LayoutGrid--wide-l--justify-content-space-evenly_9zrms_128",
|
|
40
|
+
"LayoutGrid--align-items-center": "_LayoutGrid--align-items-center_9zrms_132",
|
|
41
|
+
"LayoutGrid--align-items-start": "_LayoutGrid--align-items-start_9zrms_135",
|
|
42
|
+
"LayoutGrid--align-items-end": "_LayoutGrid--align-items-end_9zrms_138",
|
|
43
|
+
"LayoutGrid--align-items-stretch": "_LayoutGrid--align-items-stretch_9zrms_141",
|
|
44
|
+
"LayoutGrid--align-items-baseline": "_LayoutGrid--align-items-baseline_9zrms_144",
|
|
45
|
+
"LayoutGrid--narrow-l--align-items-center": "_LayoutGrid--narrow-l--align-items-center_9zrms_148",
|
|
46
|
+
"LayoutGrid--narrow-l--align-items-start": "_LayoutGrid--narrow-l--align-items-start_9zrms_151",
|
|
47
|
+
"LayoutGrid--narrow-l--align-items-end": "_LayoutGrid--narrow-l--align-items-end_9zrms_154",
|
|
48
|
+
"LayoutGrid--narrow-l--align-items-stretch": "_LayoutGrid--narrow-l--align-items-stretch_9zrms_157",
|
|
49
|
+
"LayoutGrid--narrow-l--align-items-baseline": "_LayoutGrid--narrow-l--align-items-baseline_9zrms_160",
|
|
50
|
+
"LayoutGrid--medium-s--align-items-center": "_LayoutGrid--medium-s--align-items-center_9zrms_165",
|
|
51
|
+
"LayoutGrid--medium-s--align-items-start": "_LayoutGrid--medium-s--align-items-start_9zrms_168",
|
|
52
|
+
"LayoutGrid--medium-s--align-items-end": "_LayoutGrid--medium-s--align-items-end_9zrms_171",
|
|
53
|
+
"LayoutGrid--medium-s--align-items-stretch": "_LayoutGrid--medium-s--align-items-stretch_9zrms_174",
|
|
54
|
+
"LayoutGrid--medium-s--align-items-baseline": "_LayoutGrid--medium-s--align-items-baseline_9zrms_177",
|
|
55
|
+
"LayoutGrid--medium-l--align-items-center": "_LayoutGrid--medium-l--align-items-center_9zrms_182",
|
|
56
|
+
"LayoutGrid--medium-l--align-items-start": "_LayoutGrid--medium-l--align-items-start_9zrms_185",
|
|
57
|
+
"LayoutGrid--medium-l--align-items-end": "_LayoutGrid--medium-l--align-items-end_9zrms_188",
|
|
58
|
+
"LayoutGrid--medium-l--align-items-stretch": "_LayoutGrid--medium-l--align-items-stretch_9zrms_191",
|
|
59
|
+
"LayoutGrid--medium-l--align-items-baseline": "_LayoutGrid--medium-l--align-items-baseline_9zrms_194",
|
|
60
|
+
"LayoutGrid--wide-s--align-items-center": "_LayoutGrid--wide-s--align-items-center_9zrms_199",
|
|
61
|
+
"LayoutGrid--wide-s--align-items-start": "_LayoutGrid--wide-s--align-items-start_9zrms_202",
|
|
62
|
+
"LayoutGrid--wide-s--align-items-end": "_LayoutGrid--wide-s--align-items-end_9zrms_205",
|
|
63
|
+
"LayoutGrid--wide-s--align-items-stretch": "_LayoutGrid--wide-s--align-items-stretch_9zrms_208",
|
|
64
|
+
"LayoutGrid--wide-s--align-items-baseline": "_LayoutGrid--wide-s--align-items-baseline_9zrms_211",
|
|
65
|
+
"LayoutGrid--wide-l--align-items-center": "_LayoutGrid--wide-l--align-items-center_9zrms_216",
|
|
66
|
+
"LayoutGrid--wide-l--align-items-start": "_LayoutGrid--wide-l--align-items-start_9zrms_219",
|
|
67
|
+
"LayoutGrid--wide-l--align-items-end": "_LayoutGrid--wide-l--align-items-end_9zrms_222",
|
|
68
|
+
"LayoutGrid--wide-l--align-items-stretch": "_LayoutGrid--wide-l--align-items-stretch_9zrms_225",
|
|
69
|
+
"LayoutGrid--wide-l--align-items-baseline": "_LayoutGrid--wide-l--align-items-baseline_9zrms_228",
|
|
70
|
+
"LayoutGrid--justify-items-stretch": "_LayoutGrid--justify-items-stretch_9zrms_232",
|
|
71
|
+
"LayoutGrid--justify-items-center": "_LayoutGrid--justify-items-center_9zrms_235",
|
|
72
|
+
"LayoutGrid--justify-items-start": "_LayoutGrid--justify-items-start_9zrms_238",
|
|
73
|
+
"LayoutGrid--justify-items-end": "_LayoutGrid--justify-items-end_9zrms_241",
|
|
74
|
+
"LayoutGrid--narrow-l--justify-items-stretch": "_LayoutGrid--narrow-l--justify-items-stretch_9zrms_245",
|
|
75
|
+
"LayoutGrid--narrow-l--justify-items-center": "_LayoutGrid--narrow-l--justify-items-center_9zrms_248",
|
|
76
|
+
"LayoutGrid--narrow-l--justify-items-start": "_LayoutGrid--narrow-l--justify-items-start_9zrms_251",
|
|
77
|
+
"LayoutGrid--narrow-l--justify-items-end": "_LayoutGrid--narrow-l--justify-items-end_9zrms_254",
|
|
78
|
+
"LayoutGrid--medium-s--justify-items-stretch": "_LayoutGrid--medium-s--justify-items-stretch_9zrms_259",
|
|
79
|
+
"LayoutGrid--medium-s--justify-items-center": "_LayoutGrid--medium-s--justify-items-center_9zrms_262",
|
|
80
|
+
"LayoutGrid--medium-s--justify-items-start": "_LayoutGrid--medium-s--justify-items-start_9zrms_265",
|
|
81
|
+
"LayoutGrid--medium-s--justify-items-end": "_LayoutGrid--medium-s--justify-items-end_9zrms_268",
|
|
82
|
+
"LayoutGrid--medium-l--justify-items-stretch": "_LayoutGrid--medium-l--justify-items-stretch_9zrms_273",
|
|
83
|
+
"LayoutGrid--medium-l--justify-items-center": "_LayoutGrid--medium-l--justify-items-center_9zrms_276",
|
|
84
|
+
"LayoutGrid--medium-l--justify-items-start": "_LayoutGrid--medium-l--justify-items-start_9zrms_279",
|
|
85
|
+
"LayoutGrid--medium-l--justify-items-end": "_LayoutGrid--medium-l--justify-items-end_9zrms_282",
|
|
86
|
+
"LayoutGrid--wide-s--justify-items-stretch": "_LayoutGrid--wide-s--justify-items-stretch_9zrms_287",
|
|
87
|
+
"LayoutGrid--wide-s--justify-items-center": "_LayoutGrid--wide-s--justify-items-center_9zrms_290",
|
|
88
|
+
"LayoutGrid--wide-s--justify-items-start": "_LayoutGrid--wide-s--justify-items-start_9zrms_293",
|
|
89
|
+
"LayoutGrid--wide-s--justify-items-end": "_LayoutGrid--wide-s--justify-items-end_9zrms_296",
|
|
90
|
+
"LayoutGrid--wide-l--justify-items-stretch": "_LayoutGrid--wide-l--justify-items-stretch_9zrms_301",
|
|
91
|
+
"LayoutGrid--wide-l--justify-items-center": "_LayoutGrid--wide-l--justify-items-center_9zrms_304",
|
|
92
|
+
"LayoutGrid--wide-l--justify-items-start": "_LayoutGrid--wide-l--justify-items-start_9zrms_307",
|
|
93
|
+
"LayoutGrid--wide-l--justify-items-end": "_LayoutGrid--wide-l--justify-items-end_9zrms_310",
|
|
94
|
+
"LayoutGrid--columns": "_LayoutGrid--columns_9zrms_314",
|
|
95
|
+
"LayoutGrid--columns-narrow-l": "_LayoutGrid--columns-narrow-l_9zrms_318",
|
|
96
|
+
"LayoutGrid--columns-medium-s": "_LayoutGrid--columns-medium-s_9zrms_323",
|
|
97
|
+
"LayoutGrid--columns-medium-l": "_LayoutGrid--columns-medium-l_9zrms_328",
|
|
98
|
+
"LayoutGrid--columns-wide-s": "_LayoutGrid--columns-wide-s_9zrms_333",
|
|
99
|
+
"LayoutGrid--columns-wide-l": "_LayoutGrid--columns-wide-l_9zrms_338"
|
|
100
100
|
};
|
|
101
101
|
export {
|
|
102
102
|
styles as s
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import './assets/layout-hide.css';const LayoutHide = "_LayoutHide_1hfro_164";
|
|
2
|
+
const styles = {
|
|
3
|
+
LayoutHide,
|
|
4
|
+
"LayoutHide--hide": "_LayoutHide--hide_1hfro_164",
|
|
5
|
+
"LayoutHide--initial": "_LayoutHide--initial_1hfro_167",
|
|
6
|
+
"LayoutHide--inline": "_LayoutHide--inline_1hfro_170",
|
|
7
|
+
"LayoutHide--block": "_LayoutHide--block_1hfro_173",
|
|
8
|
+
"LayoutHide--inline-block": "_LayoutHide--inline-block_1hfro_176",
|
|
9
|
+
"LayoutHide--flex": "_LayoutHide--flex_1hfro_179",
|
|
10
|
+
"LayoutHide--inline-flex": "_LayoutHide--inline-flex_1hfro_182",
|
|
11
|
+
"LayoutHide--grid": "_LayoutHide--grid_1hfro_185",
|
|
12
|
+
"LayoutHide--narrow-l--hide": "_LayoutHide--narrow-l--hide_1hfro_189",
|
|
13
|
+
"LayoutHide--narrow-l--initial": "_LayoutHide--narrow-l--initial_1hfro_192",
|
|
14
|
+
"LayoutHide--narrow-l--inline": "_LayoutHide--narrow-l--inline_1hfro_195",
|
|
15
|
+
"LayoutHide--narrow-l--block": "_LayoutHide--narrow-l--block_1hfro_198",
|
|
16
|
+
"LayoutHide--narrow-l--inline-block": "_LayoutHide--narrow-l--inline-block_1hfro_201",
|
|
17
|
+
"LayoutHide--narrow-l--flex": "_LayoutHide--narrow-l--flex_1hfro_204",
|
|
18
|
+
"LayoutHide--narrow-l--inline-flex": "_LayoutHide--narrow-l--inline-flex_1hfro_207",
|
|
19
|
+
"LayoutHide--narrow-l--grid": "_LayoutHide--narrow-l--grid_1hfro_210",
|
|
20
|
+
"LayoutHide--medium-s--hide": "_LayoutHide--medium-s--hide_1hfro_215",
|
|
21
|
+
"LayoutHide--medium-s--initial": "_LayoutHide--medium-s--initial_1hfro_218",
|
|
22
|
+
"LayoutHide--medium-s--inline": "_LayoutHide--medium-s--inline_1hfro_221",
|
|
23
|
+
"LayoutHide--medium-s--block": "_LayoutHide--medium-s--block_1hfro_224",
|
|
24
|
+
"LayoutHide--medium-s--inline-block": "_LayoutHide--medium-s--inline-block_1hfro_227",
|
|
25
|
+
"LayoutHide--medium-s--flex": "_LayoutHide--medium-s--flex_1hfro_230",
|
|
26
|
+
"LayoutHide--medium-s--inline-flex": "_LayoutHide--medium-s--inline-flex_1hfro_233",
|
|
27
|
+
"LayoutHide--medium-s--grid": "_LayoutHide--medium-s--grid_1hfro_236",
|
|
28
|
+
"LayoutHide--medium-l--hide": "_LayoutHide--medium-l--hide_1hfro_241",
|
|
29
|
+
"LayoutHide--medium-l--initial": "_LayoutHide--medium-l--initial_1hfro_244",
|
|
30
|
+
"LayoutHide--medium-l--inline": "_LayoutHide--medium-l--inline_1hfro_247",
|
|
31
|
+
"LayoutHide--medium-l--block": "_LayoutHide--medium-l--block_1hfro_250",
|
|
32
|
+
"LayoutHide--medium-l--inline-block": "_LayoutHide--medium-l--inline-block_1hfro_253",
|
|
33
|
+
"LayoutHide--medium-l--flex": "_LayoutHide--medium-l--flex_1hfro_256",
|
|
34
|
+
"LayoutHide--medium-l--inline-flex": "_LayoutHide--medium-l--inline-flex_1hfro_259",
|
|
35
|
+
"LayoutHide--medium-l--grid": "_LayoutHide--medium-l--grid_1hfro_262",
|
|
36
|
+
"LayoutHide--wide-s--hide": "_LayoutHide--wide-s--hide_1hfro_267",
|
|
37
|
+
"LayoutHide--wide-s--initial": "_LayoutHide--wide-s--initial_1hfro_270",
|
|
38
|
+
"LayoutHide--wide-s--inline": "_LayoutHide--wide-s--inline_1hfro_273",
|
|
39
|
+
"LayoutHide--wide-s--block": "_LayoutHide--wide-s--block_1hfro_276",
|
|
40
|
+
"LayoutHide--wide-s--inline-block": "_LayoutHide--wide-s--inline-block_1hfro_279",
|
|
41
|
+
"LayoutHide--wide-s--flex": "_LayoutHide--wide-s--flex_1hfro_282",
|
|
42
|
+
"LayoutHide--wide-s--inline-flex": "_LayoutHide--wide-s--inline-flex_1hfro_285",
|
|
43
|
+
"LayoutHide--wide-s--grid": "_LayoutHide--wide-s--grid_1hfro_288",
|
|
44
|
+
"LayoutHide--wide-l--hide": "_LayoutHide--wide-l--hide_1hfro_293",
|
|
45
|
+
"LayoutHide--wide-l--initial": "_LayoutHide--wide-l--initial_1hfro_296",
|
|
46
|
+
"LayoutHide--wide-l--inline": "_LayoutHide--wide-l--inline_1hfro_299",
|
|
47
|
+
"LayoutHide--wide-l--block": "_LayoutHide--wide-l--block_1hfro_302",
|
|
48
|
+
"LayoutHide--wide-l--inline-block": "_LayoutHide--wide-l--inline-block_1hfro_305",
|
|
49
|
+
"LayoutHide--wide-l--flex": "_LayoutHide--wide-l--flex_1hfro_308",
|
|
50
|
+
"LayoutHide--wide-l--inline-flex": "_LayoutHide--wide-l--inline-flex_1hfro_311",
|
|
51
|
+
"LayoutHide--wide-l--grid": "_LayoutHide--wide-l--grid_1hfro_314"
|
|
52
|
+
};
|
|
53
|
+
export {
|
|
54
|
+
styles as s
|
|
55
|
+
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import './assets/layout-relative.css';const LayoutRelative = "
|
|
1
|
+
import './assets/layout-relative.css';const LayoutRelative = "_LayoutRelative_k9ql0_46";
|
|
2
2
|
const styles = {
|
|
3
3
|
LayoutRelative,
|
|
4
|
-
"LayoutRelative--relative": "_LayoutRelative--
|
|
4
|
+
"LayoutRelative--relative": "_LayoutRelative--relative_k9ql0_46"
|
|
5
5
|
};
|
|
6
6
|
export {
|
|
7
7
|
styles as s
|
|
@@ -1,31 +1,31 @@
|
|
|
1
1
|
import { moduleClassNames, stringClassNames } from "@preply/ds-web-core";
|
|
2
|
-
import '../../assets/align-self.css';const AlignSelf = "
|
|
2
|
+
import '../../assets/align-self.css';const AlignSelf = "_AlignSelf_bzge0_2";
|
|
3
3
|
const styles = {
|
|
4
4
|
AlignSelf,
|
|
5
|
-
"AlignSelf--align-self-start": "_AlignSelf--align-self-
|
|
6
|
-
"AlignSelf--align-self-center": "_AlignSelf--align-self-
|
|
7
|
-
"AlignSelf--align-self-end": "_AlignSelf--align-self-
|
|
8
|
-
"AlignSelf--align-self-stretch": "_AlignSelf--align-self-
|
|
9
|
-
"AlignSelf--narrow-l--align-self-start": "_AlignSelf--narrow-l--align-self-
|
|
10
|
-
"AlignSelf--narrow-l--align-self-center": "_AlignSelf--narrow-l--align-self-
|
|
11
|
-
"AlignSelf--narrow-l--align-self-end": "_AlignSelf--narrow-l--align-self-
|
|
12
|
-
"AlignSelf--narrow-l--align-self-stretch": "_AlignSelf--narrow-l--align-self-
|
|
13
|
-
"AlignSelf--medium-s--align-self-start": "_AlignSelf--medium-s--align-self-
|
|
14
|
-
"AlignSelf--medium-s--align-self-center": "_AlignSelf--medium-s--align-self-
|
|
15
|
-
"AlignSelf--medium-s--align-self-end": "_AlignSelf--medium-s--align-self-
|
|
16
|
-
"AlignSelf--medium-s--align-self-stretch": "_AlignSelf--medium-s--align-self-
|
|
17
|
-
"AlignSelf--medium-l--align-self-start": "_AlignSelf--medium-l--align-self-
|
|
18
|
-
"AlignSelf--medium-l--align-self-center": "_AlignSelf--medium-l--align-self-
|
|
19
|
-
"AlignSelf--medium-l--align-self-end": "_AlignSelf--medium-l--align-self-
|
|
20
|
-
"AlignSelf--medium-l--align-self-stretch": "_AlignSelf--medium-l--align-self-
|
|
21
|
-
"AlignSelf--wide-s--align-self-start": "_AlignSelf--wide-s--align-self-
|
|
22
|
-
"AlignSelf--wide-s--align-self-center": "_AlignSelf--wide-s--align-self-
|
|
23
|
-
"AlignSelf--wide-s--align-self-end": "_AlignSelf--wide-s--align-self-
|
|
24
|
-
"AlignSelf--wide-s--align-self-stretch": "_AlignSelf--wide-s--align-self-
|
|
25
|
-
"AlignSelf--wide-l--align-self-start": "_AlignSelf--wide-l--align-self-
|
|
26
|
-
"AlignSelf--wide-l--align-self-center": "_AlignSelf--wide-l--align-self-
|
|
27
|
-
"AlignSelf--wide-l--align-self-end": "_AlignSelf--wide-l--align-self-
|
|
28
|
-
"AlignSelf--wide-l--align-self-stretch": "_AlignSelf--wide-l--align-self-
|
|
5
|
+
"AlignSelf--align-self-start": "_AlignSelf--align-self-start_bzge0_2",
|
|
6
|
+
"AlignSelf--align-self-center": "_AlignSelf--align-self-center_bzge0_5",
|
|
7
|
+
"AlignSelf--align-self-end": "_AlignSelf--align-self-end_bzge0_8",
|
|
8
|
+
"AlignSelf--align-self-stretch": "_AlignSelf--align-self-stretch_bzge0_11",
|
|
9
|
+
"AlignSelf--narrow-l--align-self-start": "_AlignSelf--narrow-l--align-self-start_bzge0_15",
|
|
10
|
+
"AlignSelf--narrow-l--align-self-center": "_AlignSelf--narrow-l--align-self-center_bzge0_18",
|
|
11
|
+
"AlignSelf--narrow-l--align-self-end": "_AlignSelf--narrow-l--align-self-end_bzge0_21",
|
|
12
|
+
"AlignSelf--narrow-l--align-self-stretch": "_AlignSelf--narrow-l--align-self-stretch_bzge0_24",
|
|
13
|
+
"AlignSelf--medium-s--align-self-start": "_AlignSelf--medium-s--align-self-start_bzge0_29",
|
|
14
|
+
"AlignSelf--medium-s--align-self-center": "_AlignSelf--medium-s--align-self-center_bzge0_32",
|
|
15
|
+
"AlignSelf--medium-s--align-self-end": "_AlignSelf--medium-s--align-self-end_bzge0_35",
|
|
16
|
+
"AlignSelf--medium-s--align-self-stretch": "_AlignSelf--medium-s--align-self-stretch_bzge0_38",
|
|
17
|
+
"AlignSelf--medium-l--align-self-start": "_AlignSelf--medium-l--align-self-start_bzge0_43",
|
|
18
|
+
"AlignSelf--medium-l--align-self-center": "_AlignSelf--medium-l--align-self-center_bzge0_46",
|
|
19
|
+
"AlignSelf--medium-l--align-self-end": "_AlignSelf--medium-l--align-self-end_bzge0_49",
|
|
20
|
+
"AlignSelf--medium-l--align-self-stretch": "_AlignSelf--medium-l--align-self-stretch_bzge0_52",
|
|
21
|
+
"AlignSelf--wide-s--align-self-start": "_AlignSelf--wide-s--align-self-start_bzge0_57",
|
|
22
|
+
"AlignSelf--wide-s--align-self-center": "_AlignSelf--wide-s--align-self-center_bzge0_60",
|
|
23
|
+
"AlignSelf--wide-s--align-self-end": "_AlignSelf--wide-s--align-self-end_bzge0_63",
|
|
24
|
+
"AlignSelf--wide-s--align-self-stretch": "_AlignSelf--wide-s--align-self-stretch_bzge0_66",
|
|
25
|
+
"AlignSelf--wide-l--align-self-start": "_AlignSelf--wide-l--align-self-start_bzge0_71",
|
|
26
|
+
"AlignSelf--wide-l--align-self-center": "_AlignSelf--wide-l--align-self-center_bzge0_74",
|
|
27
|
+
"AlignSelf--wide-l--align-self-end": "_AlignSelf--wide-l--align-self-end_bzge0_77",
|
|
28
|
+
"AlignSelf--wide-l--align-self-stretch": "_AlignSelf--wide-l--align-self-stretch_bzge0_80"
|
|
29
29
|
};
|
|
30
30
|
const ALIGN_SELF = "AlignSelf";
|
|
31
31
|
const getAlignSelfClassNames = (alignSelf) => {
|
|
@@ -1,44 +1,44 @@
|
|
|
1
1
|
import { moduleClassNames, stringClassNames } from "@preply/ds-web-core";
|
|
2
|
-
import '../../assets/color.css';const Color = "
|
|
2
|
+
import '../../assets/color.css';const Color = "_Color_8td7l_3";
|
|
3
3
|
const styles = {
|
|
4
4
|
Color,
|
|
5
|
-
"Color--color-white": "_Color--color-
|
|
6
|
-
"Color--color-gray-100": "_Color--color-gray-
|
|
7
|
-
"Color--color-gray-200": "_Color--color-gray-
|
|
8
|
-
"Color--color-gray-300": "_Color--color-gray-
|
|
9
|
-
"Color--color-gray-400": "_Color--color-gray-
|
|
10
|
-
"Color--color-gray-500": "_Color--color-gray-
|
|
11
|
-
"Color--color-gray-600": "_Color--color-gray-
|
|
12
|
-
"Color--color-teal-100": "_Color--color-teal-
|
|
13
|
-
"Color--color-teal-200": "_Color--color-teal-
|
|
14
|
-
"Color--color-teal-300": "_Color--color-teal-
|
|
15
|
-
"Color--color-teal-400": "_Color--color-teal-
|
|
16
|
-
"Color--color-teal-500": "_Color--color-teal-
|
|
17
|
-
"Color--color-green-100": "_Color--color-green-
|
|
18
|
-
"Color--color-green-200": "_Color--color-green-
|
|
19
|
-
"Color--color-green-300": "_Color--color-green-
|
|
20
|
-
"Color--color-green-400": "_Color--color-green-
|
|
21
|
-
"Color--color-green-500": "_Color--color-green-
|
|
22
|
-
"Color--color-yellow-100": "_Color--color-yellow-
|
|
23
|
-
"Color--color-yellow-200": "_Color--color-yellow-
|
|
24
|
-
"Color--color-yellow-300": "_Color--color-yellow-
|
|
25
|
-
"Color--color-yellow-400": "_Color--color-yellow-
|
|
26
|
-
"Color--color-yellow-500": "_Color--color-yellow-
|
|
27
|
-
"Color--color-red-100": "_Color--color-red-
|
|
28
|
-
"Color--color-red-200": "_Color--color-red-
|
|
29
|
-
"Color--color-red-300": "_Color--color-red-
|
|
30
|
-
"Color--color-red-400": "_Color--color-red-
|
|
31
|
-
"Color--color-red-500": "_Color--color-red-
|
|
32
|
-
"Color--color-blue-100": "_Color--color-blue-
|
|
33
|
-
"Color--color-blue-200": "_Color--color-blue-
|
|
34
|
-
"Color--color-blue-300": "_Color--color-blue-
|
|
35
|
-
"Color--color-blue-400": "_Color--color-blue-
|
|
36
|
-
"Color--color-blue-500": "_Color--color-blue-
|
|
37
|
-
"Color--color-magenta-100": "_Color--color-magenta-
|
|
38
|
-
"Color--color-magenta-200": "_Color--color-magenta-
|
|
39
|
-
"Color--color-magenta-300": "_Color--color-magenta-
|
|
40
|
-
"Color--color-magenta-400": "_Color--color-magenta-
|
|
41
|
-
"Color--color-magenta-500": "_Color--color-magenta-
|
|
5
|
+
"Color--color-white": "_Color--color-white_8td7l_3",
|
|
6
|
+
"Color--color-gray-100": "_Color--color-gray-100_8td7l_6",
|
|
7
|
+
"Color--color-gray-200": "_Color--color-gray-200_8td7l_9",
|
|
8
|
+
"Color--color-gray-300": "_Color--color-gray-300_8td7l_12",
|
|
9
|
+
"Color--color-gray-400": "_Color--color-gray-400_8td7l_15",
|
|
10
|
+
"Color--color-gray-500": "_Color--color-gray-500_8td7l_18",
|
|
11
|
+
"Color--color-gray-600": "_Color--color-gray-600_8td7l_21",
|
|
12
|
+
"Color--color-teal-100": "_Color--color-teal-100_8td7l_24",
|
|
13
|
+
"Color--color-teal-200": "_Color--color-teal-200_8td7l_27",
|
|
14
|
+
"Color--color-teal-300": "_Color--color-teal-300_8td7l_30",
|
|
15
|
+
"Color--color-teal-400": "_Color--color-teal-400_8td7l_33",
|
|
16
|
+
"Color--color-teal-500": "_Color--color-teal-500_8td7l_36",
|
|
17
|
+
"Color--color-green-100": "_Color--color-green-100_8td7l_39",
|
|
18
|
+
"Color--color-green-200": "_Color--color-green-200_8td7l_42",
|
|
19
|
+
"Color--color-green-300": "_Color--color-green-300_8td7l_45",
|
|
20
|
+
"Color--color-green-400": "_Color--color-green-400_8td7l_48",
|
|
21
|
+
"Color--color-green-500": "_Color--color-green-500_8td7l_51",
|
|
22
|
+
"Color--color-yellow-100": "_Color--color-yellow-100_8td7l_54",
|
|
23
|
+
"Color--color-yellow-200": "_Color--color-yellow-200_8td7l_57",
|
|
24
|
+
"Color--color-yellow-300": "_Color--color-yellow-300_8td7l_60",
|
|
25
|
+
"Color--color-yellow-400": "_Color--color-yellow-400_8td7l_63",
|
|
26
|
+
"Color--color-yellow-500": "_Color--color-yellow-500_8td7l_66",
|
|
27
|
+
"Color--color-red-100": "_Color--color-red-100_8td7l_69",
|
|
28
|
+
"Color--color-red-200": "_Color--color-red-200_8td7l_72",
|
|
29
|
+
"Color--color-red-300": "_Color--color-red-300_8td7l_75",
|
|
30
|
+
"Color--color-red-400": "_Color--color-red-400_8td7l_78",
|
|
31
|
+
"Color--color-red-500": "_Color--color-red-500_8td7l_81",
|
|
32
|
+
"Color--color-blue-100": "_Color--color-blue-100_8td7l_84",
|
|
33
|
+
"Color--color-blue-200": "_Color--color-blue-200_8td7l_87",
|
|
34
|
+
"Color--color-blue-300": "_Color--color-blue-300_8td7l_90",
|
|
35
|
+
"Color--color-blue-400": "_Color--color-blue-400_8td7l_93",
|
|
36
|
+
"Color--color-blue-500": "_Color--color-blue-500_8td7l_96",
|
|
37
|
+
"Color--color-magenta-100": "_Color--color-magenta-100_8td7l_99",
|
|
38
|
+
"Color--color-magenta-200": "_Color--color-magenta-200_8td7l_102",
|
|
39
|
+
"Color--color-magenta-300": "_Color--color-magenta-300_8td7l_105",
|
|
40
|
+
"Color--color-magenta-400": "_Color--color-magenta-400_8td7l_108",
|
|
41
|
+
"Color--color-magenta-500": "_Color--color-magenta-500_8td7l_111"
|
|
42
42
|
};
|
|
43
43
|
const COLOR = "Color";
|
|
44
44
|
const getColorClassNames = (color) => {
|