@preply/ds-web-lib 2.0.0 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/AlertDialog.css +17 -17
- package/dist/assets/Avatar.css +79 -79
- package/dist/assets/AvatarWithStatus.css +12 -12
- package/dist/assets/Badge.css +24 -24
- package/dist/assets/Box.css +171 -171
- package/dist/assets/Button.css +7 -7
- package/dist/assets/ButtonBase.css +245 -245
- package/dist/assets/Chips.css +16 -16
- package/dist/assets/Dialog.css +91 -91
- package/dist/assets/FieldAdditionalText.css +6 -6
- package/dist/assets/FieldButton.css +8 -8
- package/dist/assets/FieldLabel.css +8 -8
- package/dist/assets/FieldLayout.css +29 -29
- package/dist/assets/FieldLayoutBase.css +4 -4
- package/dist/assets/Heading.css +100 -100
- package/dist/assets/Icon.css +14 -14
- package/dist/assets/LayoutFlex.css +1 -1
- package/dist/assets/LayoutFlexItem.css +14 -14
- package/dist/assets/Link.css +32 -32
- package/dist/assets/Loader.css +4 -4
- package/dist/assets/OnboardingTooltip.css +17 -17
- package/dist/assets/OnboardingTour.css +2 -2
- package/dist/assets/PreplyLogo.css +9 -9
- package/dist/assets/ProgressBar.css +3 -3
- package/dist/assets/ProgressSteps.css +7 -7
- package/dist/assets/SelectFieldLayout.css +18 -18
- package/dist/assets/Spinner.css +26 -26
- package/dist/assets/Steps.css +5 -5
- package/dist/assets/Text.css +227 -227
- package/dist/assets/TextHighlighted.css +14 -14
- package/dist/assets/TextInline.css +5 -5
- package/dist/assets/Toast.css +12 -12
- package/dist/assets/Tooltip.css +14 -14
- package/dist/assets/align-self.css +25 -25
- package/dist/assets/color.css +39 -39
- package/dist/assets/exp-color.css +58 -58
- package/dist/assets/index.css +16 -16
- package/dist/assets/layout-gap.css +135 -135
- package/dist/assets/layout-grid.css +100 -100
- package/dist/assets/layout-hide.css +49 -49
- package/dist/assets/layout-padding.css +531 -531
- package/dist/assets/layout-relative.css +2 -2
- package/dist/assets/text-accent.css +18 -18
- package/dist/assets/text-centered.css +13 -13
- package/dist/assets/text-weight.css +8 -8
- package/dist/components/AlertDialog/AlertDialog.js +4 -4
- package/dist/components/Avatar/Avatar.js +74 -74
- package/dist/components/AvatarWithStatus/AvatarWithStatus.js +10 -10
- package/dist/components/Badge/Badge.js +1 -1
- package/dist/components/Box/Box.js +150 -150
- package/dist/components/Button/Button.js +1 -1
- package/dist/components/Chips/Chips.js +4 -4
- package/dist/components/Dialog/Dialog.js +35 -35
- package/dist/components/FieldAdditionalText/FieldAdditionalText.js +3 -3
- package/dist/components/FieldButton/FieldButton.js +1 -1
- package/dist/components/FieldLayout/FieldLayout.js +7 -7
- package/dist/components/Heading/Heading.js +97 -97
- package/dist/components/Icon/Icon.js +10 -10
- package/dist/components/LayoutFlex/LayoutFlex.js +3 -3
- package/dist/components/LayoutFlexItem/LayoutFlexItem.js +13 -13
- package/dist/components/Link/Link.js +18 -18
- package/dist/components/Loader/Loader.js +3 -3
- package/dist/components/OnboardingTooltip/OnboardingTooltip.js +5 -5
- package/dist/components/OnboardingTour/OnboardingTour.js +1 -1
- package/dist/components/PreplyLogo/PreplyLogo.js +2 -2
- package/dist/components/ProgressBar/ProgressBar.js +1 -1
- package/dist/components/ProgressSteps/ProgressSteps.js +2 -2
- package/dist/components/Steps/Steps.js +4 -4
- package/dist/components/Text/Text.js +224 -224
- package/dist/components/TextHighlighted/TextHighlighted.js +11 -11
- package/dist/components/TextInline/TextInline.js +2 -2
- package/dist/components/Toast/Toast.js +5 -5
- package/dist/components/Tooltip/Tooltip.js +2 -2
- package/dist/components/private/ButtonBase/ButtonBase.js +173 -173
- package/dist/components/private/FieldLabel/FieldLabel.js +5 -5
- package/dist/components/private/FieldLayoutBase/FieldLayoutBase.js +1 -1
- package/dist/components/private/Input/Checkbox.js +1 -1
- package/dist/components/private/Input/InputDate.js +1 -1
- package/dist/components/private/Input/InputNumber.js +1 -1
- package/dist/components/private/Input/InputPassword.js +1 -1
- package/dist/components/private/Input/InputText.js +1 -1
- package/dist/components/private/Input/InputTime.js +1 -1
- package/dist/components/private/Input/Radio.js +1 -1
- package/dist/components/private/Input/Select.js +1 -1
- package/dist/components/private/Input/Textarea.js +1 -1
- package/dist/components/private/SelectFieldLayout/SelectFieldLayout.js +8 -8
- package/dist/components/private/Spinner/Spinner.js +16 -16
- package/dist/index.module-DUJul0uw.js +27 -0
- package/dist/layout-gap.module-BdXCPCGM.js +139 -0
- package/dist/{layout-grid.module-CKp47Yfz.js → layout-grid.module-BIHGcx1g.js} +97 -97
- package/dist/layout-hide.module-CKIK6Snf.js +55 -0
- package/dist/{layout-relative.module-DIaUqnvq.js → layout-relative.module-BhIMNlTS.js} +2 -2
- package/dist/shared-styles/align-self/align-self.js +25 -25
- package/dist/shared-styles/color/color.js +38 -38
- package/dist/shared-styles/exp-color/exp-color.js +57 -57
- package/dist/shared-styles/layout-gap/layout-gap.js +1 -1
- package/dist/shared-styles/layout-grid/layout-grid.js +1 -1
- package/dist/shared-styles/layout-grid-responsive-columns/layout-grid-responsive-columns.js +1 -1
- package/dist/shared-styles/layout-hide/layout-hide.js +1 -1
- package/dist/shared-styles/layout-padding/layout-padding.js +529 -529
- package/dist/shared-styles/layout-relative/layout-relative.js +1 -1
- package/dist/shared-styles/text-accent/text-accent.js +17 -17
- package/dist/shared-styles/text-centered/text-centered.js +13 -13
- package/dist/shared-styles/text-weight/text-weight.js +7 -7
- package/package.json +13 -13
- package/dist/index.module-v4nAc-_q.js +0 -27
- package/dist/layout-gap.module-BRl-r4iq.js +0 -139
- package/dist/layout-hide.module-CxXbAgTg.js +0 -55
|
@@ -0,0 +1,139 @@
|
|
|
1
|
+
import './assets/layout-gap.css';const LayoutGap = "_LayoutGap_6kjre_442";
|
|
2
|
+
const styles = {
|
|
3
|
+
LayoutGap,
|
|
4
|
+
"LayoutGap--gap-none": "_LayoutGap--gap-none_6kjre_442",
|
|
5
|
+
"LayoutGap--gap-3xs": "_LayoutGap--gap-3xs_6kjre_445",
|
|
6
|
+
"LayoutGap--gap-2xs": "_LayoutGap--gap-2xs_6kjre_448",
|
|
7
|
+
"LayoutGap--gap-xs": "_LayoutGap--gap-xs_6kjre_451",
|
|
8
|
+
"LayoutGap--gap-s": "_LayoutGap--gap-s_6kjre_454",
|
|
9
|
+
"LayoutGap--gap-m": "_LayoutGap--gap-m_6kjre_457",
|
|
10
|
+
"LayoutGap--gap-l": "_LayoutGap--gap-l_6kjre_460",
|
|
11
|
+
"LayoutGap--gap-xl": "_LayoutGap--gap-xl_6kjre_463",
|
|
12
|
+
"LayoutGap--gap-0": "_LayoutGap--gap-0_6kjre_466",
|
|
13
|
+
"LayoutGap--gap-1": "_LayoutGap--gap-1_6kjre_469",
|
|
14
|
+
"LayoutGap--gap-2": "_LayoutGap--gap-2_6kjre_448",
|
|
15
|
+
"LayoutGap--gap-4": "_LayoutGap--gap-4_6kjre_475",
|
|
16
|
+
"LayoutGap--gap-8": "_LayoutGap--gap-8_6kjre_478",
|
|
17
|
+
"LayoutGap--gap-12": "_LayoutGap--gap-12_6kjre_481",
|
|
18
|
+
"LayoutGap--gap-16": "_LayoutGap--gap-16_6kjre_484",
|
|
19
|
+
"LayoutGap--gap-20": "_LayoutGap--gap-20_6kjre_487",
|
|
20
|
+
"LayoutGap--gap-24": "_LayoutGap--gap-24_6kjre_490",
|
|
21
|
+
"LayoutGap--gap-32": "_LayoutGap--gap-32_6kjre_493",
|
|
22
|
+
"LayoutGap--gap-48": "_LayoutGap--gap-48_6kjre_496",
|
|
23
|
+
"LayoutGap--gap-64": "_LayoutGap--gap-64_6kjre_499",
|
|
24
|
+
"LayoutGap--gap-96": "_LayoutGap--gap-96_6kjre_502",
|
|
25
|
+
"LayoutGap--gap-160": "_LayoutGap--gap-160_6kjre_505",
|
|
26
|
+
"LayoutGap--narrow-l--gap-none": "_LayoutGap--narrow-l--gap-none_6kjre_509",
|
|
27
|
+
"LayoutGap--narrow-l--gap-3xs": "_LayoutGap--narrow-l--gap-3xs_6kjre_512",
|
|
28
|
+
"LayoutGap--narrow-l--gap-2xs": "_LayoutGap--narrow-l--gap-2xs_6kjre_515",
|
|
29
|
+
"LayoutGap--narrow-l--gap-xs": "_LayoutGap--narrow-l--gap-xs_6kjre_518",
|
|
30
|
+
"LayoutGap--narrow-l--gap-s": "_LayoutGap--narrow-l--gap-s_6kjre_521",
|
|
31
|
+
"LayoutGap--narrow-l--gap-m": "_LayoutGap--narrow-l--gap-m_6kjre_524",
|
|
32
|
+
"LayoutGap--narrow-l--gap-l": "_LayoutGap--narrow-l--gap-l_6kjre_527",
|
|
33
|
+
"LayoutGap--narrow-l--gap-xl": "_LayoutGap--narrow-l--gap-xl_6kjre_530",
|
|
34
|
+
"LayoutGap--narrow-l--gap-0": "_LayoutGap--narrow-l--gap-0_6kjre_533",
|
|
35
|
+
"LayoutGap--narrow-l--gap-1": "_LayoutGap--narrow-l--gap-1_6kjre_536",
|
|
36
|
+
"LayoutGap--narrow-l--gap-2": "_LayoutGap--narrow-l--gap-2_6kjre_515",
|
|
37
|
+
"LayoutGap--narrow-l--gap-4": "_LayoutGap--narrow-l--gap-4_6kjre_542",
|
|
38
|
+
"LayoutGap--narrow-l--gap-8": "_LayoutGap--narrow-l--gap-8_6kjre_545",
|
|
39
|
+
"LayoutGap--narrow-l--gap-12": "_LayoutGap--narrow-l--gap-12_6kjre_548",
|
|
40
|
+
"LayoutGap--narrow-l--gap-16": "_LayoutGap--narrow-l--gap-16_6kjre_551",
|
|
41
|
+
"LayoutGap--narrow-l--gap-20": "_LayoutGap--narrow-l--gap-20_6kjre_554",
|
|
42
|
+
"LayoutGap--narrow-l--gap-24": "_LayoutGap--narrow-l--gap-24_6kjre_557",
|
|
43
|
+
"LayoutGap--narrow-l--gap-32": "_LayoutGap--narrow-l--gap-32_6kjre_560",
|
|
44
|
+
"LayoutGap--narrow-l--gap-48": "_LayoutGap--narrow-l--gap-48_6kjre_563",
|
|
45
|
+
"LayoutGap--narrow-l--gap-64": "_LayoutGap--narrow-l--gap-64_6kjre_566",
|
|
46
|
+
"LayoutGap--narrow-l--gap-96": "_LayoutGap--narrow-l--gap-96_6kjre_569",
|
|
47
|
+
"LayoutGap--narrow-l--gap-160": "_LayoutGap--narrow-l--gap-160_6kjre_572",
|
|
48
|
+
"LayoutGap--medium-s--gap-none": "_LayoutGap--medium-s--gap-none_6kjre_577",
|
|
49
|
+
"LayoutGap--medium-s--gap-3xs": "_LayoutGap--medium-s--gap-3xs_6kjre_580",
|
|
50
|
+
"LayoutGap--medium-s--gap-2xs": "_LayoutGap--medium-s--gap-2xs_6kjre_583",
|
|
51
|
+
"LayoutGap--medium-s--gap-xs": "_LayoutGap--medium-s--gap-xs_6kjre_586",
|
|
52
|
+
"LayoutGap--medium-s--gap-s": "_LayoutGap--medium-s--gap-s_6kjre_589",
|
|
53
|
+
"LayoutGap--medium-s--gap-m": "_LayoutGap--medium-s--gap-m_6kjre_592",
|
|
54
|
+
"LayoutGap--medium-s--gap-l": "_LayoutGap--medium-s--gap-l_6kjre_595",
|
|
55
|
+
"LayoutGap--medium-s--gap-xl": "_LayoutGap--medium-s--gap-xl_6kjre_598",
|
|
56
|
+
"LayoutGap--medium-s--gap-0": "_LayoutGap--medium-s--gap-0_6kjre_601",
|
|
57
|
+
"LayoutGap--medium-s--gap-1": "_LayoutGap--medium-s--gap-1_6kjre_604",
|
|
58
|
+
"LayoutGap--medium-s--gap-2": "_LayoutGap--medium-s--gap-2_6kjre_583",
|
|
59
|
+
"LayoutGap--medium-s--gap-4": "_LayoutGap--medium-s--gap-4_6kjre_610",
|
|
60
|
+
"LayoutGap--medium-s--gap-8": "_LayoutGap--medium-s--gap-8_6kjre_613",
|
|
61
|
+
"LayoutGap--medium-s--gap-12": "_LayoutGap--medium-s--gap-12_6kjre_616",
|
|
62
|
+
"LayoutGap--medium-s--gap-16": "_LayoutGap--medium-s--gap-16_6kjre_619",
|
|
63
|
+
"LayoutGap--medium-s--gap-20": "_LayoutGap--medium-s--gap-20_6kjre_622",
|
|
64
|
+
"LayoutGap--medium-s--gap-24": "_LayoutGap--medium-s--gap-24_6kjre_625",
|
|
65
|
+
"LayoutGap--medium-s--gap-32": "_LayoutGap--medium-s--gap-32_6kjre_628",
|
|
66
|
+
"LayoutGap--medium-s--gap-48": "_LayoutGap--medium-s--gap-48_6kjre_631",
|
|
67
|
+
"LayoutGap--medium-s--gap-64": "_LayoutGap--medium-s--gap-64_6kjre_634",
|
|
68
|
+
"LayoutGap--medium-s--gap-96": "_LayoutGap--medium-s--gap-96_6kjre_637",
|
|
69
|
+
"LayoutGap--medium-s--gap-160": "_LayoutGap--medium-s--gap-160_6kjre_640",
|
|
70
|
+
"LayoutGap--medium-l--gap-none": "_LayoutGap--medium-l--gap-none_6kjre_645",
|
|
71
|
+
"LayoutGap--medium-l--gap-3xs": "_LayoutGap--medium-l--gap-3xs_6kjre_648",
|
|
72
|
+
"LayoutGap--medium-l--gap-2xs": "_LayoutGap--medium-l--gap-2xs_6kjre_651",
|
|
73
|
+
"LayoutGap--medium-l--gap-xs": "_LayoutGap--medium-l--gap-xs_6kjre_654",
|
|
74
|
+
"LayoutGap--medium-l--gap-s": "_LayoutGap--medium-l--gap-s_6kjre_657",
|
|
75
|
+
"LayoutGap--medium-l--gap-m": "_LayoutGap--medium-l--gap-m_6kjre_660",
|
|
76
|
+
"LayoutGap--medium-l--gap-l": "_LayoutGap--medium-l--gap-l_6kjre_663",
|
|
77
|
+
"LayoutGap--medium-l--gap-xl": "_LayoutGap--medium-l--gap-xl_6kjre_666",
|
|
78
|
+
"LayoutGap--medium-l--gap-0": "_LayoutGap--medium-l--gap-0_6kjre_669",
|
|
79
|
+
"LayoutGap--medium-l--gap-1": "_LayoutGap--medium-l--gap-1_6kjre_672",
|
|
80
|
+
"LayoutGap--medium-l--gap-2": "_LayoutGap--medium-l--gap-2_6kjre_651",
|
|
81
|
+
"LayoutGap--medium-l--gap-4": "_LayoutGap--medium-l--gap-4_6kjre_678",
|
|
82
|
+
"LayoutGap--medium-l--gap-8": "_LayoutGap--medium-l--gap-8_6kjre_681",
|
|
83
|
+
"LayoutGap--medium-l--gap-12": "_LayoutGap--medium-l--gap-12_6kjre_684",
|
|
84
|
+
"LayoutGap--medium-l--gap-16": "_LayoutGap--medium-l--gap-16_6kjre_687",
|
|
85
|
+
"LayoutGap--medium-l--gap-20": "_LayoutGap--medium-l--gap-20_6kjre_690",
|
|
86
|
+
"LayoutGap--medium-l--gap-24": "_LayoutGap--medium-l--gap-24_6kjre_693",
|
|
87
|
+
"LayoutGap--medium-l--gap-32": "_LayoutGap--medium-l--gap-32_6kjre_696",
|
|
88
|
+
"LayoutGap--medium-l--gap-48": "_LayoutGap--medium-l--gap-48_6kjre_699",
|
|
89
|
+
"LayoutGap--medium-l--gap-64": "_LayoutGap--medium-l--gap-64_6kjre_702",
|
|
90
|
+
"LayoutGap--medium-l--gap-96": "_LayoutGap--medium-l--gap-96_6kjre_705",
|
|
91
|
+
"LayoutGap--medium-l--gap-160": "_LayoutGap--medium-l--gap-160_6kjre_708",
|
|
92
|
+
"LayoutGap--wide-s--gap-none": "_LayoutGap--wide-s--gap-none_6kjre_713",
|
|
93
|
+
"LayoutGap--wide-s--gap-3xs": "_LayoutGap--wide-s--gap-3xs_6kjre_716",
|
|
94
|
+
"LayoutGap--wide-s--gap-2xs": "_LayoutGap--wide-s--gap-2xs_6kjre_719",
|
|
95
|
+
"LayoutGap--wide-s--gap-xs": "_LayoutGap--wide-s--gap-xs_6kjre_722",
|
|
96
|
+
"LayoutGap--wide-s--gap-s": "_LayoutGap--wide-s--gap-s_6kjre_725",
|
|
97
|
+
"LayoutGap--wide-s--gap-m": "_LayoutGap--wide-s--gap-m_6kjre_728",
|
|
98
|
+
"LayoutGap--wide-s--gap-l": "_LayoutGap--wide-s--gap-l_6kjre_731",
|
|
99
|
+
"LayoutGap--wide-s--gap-xl": "_LayoutGap--wide-s--gap-xl_6kjre_734",
|
|
100
|
+
"LayoutGap--wide-s--gap-0": "_LayoutGap--wide-s--gap-0_6kjre_737",
|
|
101
|
+
"LayoutGap--wide-s--gap-1": "_LayoutGap--wide-s--gap-1_6kjre_740",
|
|
102
|
+
"LayoutGap--wide-s--gap-2": "_LayoutGap--wide-s--gap-2_6kjre_719",
|
|
103
|
+
"LayoutGap--wide-s--gap-4": "_LayoutGap--wide-s--gap-4_6kjre_746",
|
|
104
|
+
"LayoutGap--wide-s--gap-8": "_LayoutGap--wide-s--gap-8_6kjre_749",
|
|
105
|
+
"LayoutGap--wide-s--gap-12": "_LayoutGap--wide-s--gap-12_6kjre_752",
|
|
106
|
+
"LayoutGap--wide-s--gap-16": "_LayoutGap--wide-s--gap-16_6kjre_755",
|
|
107
|
+
"LayoutGap--wide-s--gap-20": "_LayoutGap--wide-s--gap-20_6kjre_758",
|
|
108
|
+
"LayoutGap--wide-s--gap-24": "_LayoutGap--wide-s--gap-24_6kjre_761",
|
|
109
|
+
"LayoutGap--wide-s--gap-32": "_LayoutGap--wide-s--gap-32_6kjre_764",
|
|
110
|
+
"LayoutGap--wide-s--gap-48": "_LayoutGap--wide-s--gap-48_6kjre_767",
|
|
111
|
+
"LayoutGap--wide-s--gap-64": "_LayoutGap--wide-s--gap-64_6kjre_770",
|
|
112
|
+
"LayoutGap--wide-s--gap-96": "_LayoutGap--wide-s--gap-96_6kjre_773",
|
|
113
|
+
"LayoutGap--wide-s--gap-160": "_LayoutGap--wide-s--gap-160_6kjre_776",
|
|
114
|
+
"LayoutGap--wide-l--gap-none": "_LayoutGap--wide-l--gap-none_6kjre_781",
|
|
115
|
+
"LayoutGap--wide-l--gap-3xs": "_LayoutGap--wide-l--gap-3xs_6kjre_784",
|
|
116
|
+
"LayoutGap--wide-l--gap-2xs": "_LayoutGap--wide-l--gap-2xs_6kjre_787",
|
|
117
|
+
"LayoutGap--wide-l--gap-xs": "_LayoutGap--wide-l--gap-xs_6kjre_790",
|
|
118
|
+
"LayoutGap--wide-l--gap-s": "_LayoutGap--wide-l--gap-s_6kjre_793",
|
|
119
|
+
"LayoutGap--wide-l--gap-m": "_LayoutGap--wide-l--gap-m_6kjre_796",
|
|
120
|
+
"LayoutGap--wide-l--gap-l": "_LayoutGap--wide-l--gap-l_6kjre_799",
|
|
121
|
+
"LayoutGap--wide-l--gap-xl": "_LayoutGap--wide-l--gap-xl_6kjre_802",
|
|
122
|
+
"LayoutGap--wide-l--gap-0": "_LayoutGap--wide-l--gap-0_6kjre_805",
|
|
123
|
+
"LayoutGap--wide-l--gap-1": "_LayoutGap--wide-l--gap-1_6kjre_808",
|
|
124
|
+
"LayoutGap--wide-l--gap-2": "_LayoutGap--wide-l--gap-2_6kjre_787",
|
|
125
|
+
"LayoutGap--wide-l--gap-4": "_LayoutGap--wide-l--gap-4_6kjre_814",
|
|
126
|
+
"LayoutGap--wide-l--gap-8": "_LayoutGap--wide-l--gap-8_6kjre_817",
|
|
127
|
+
"LayoutGap--wide-l--gap-12": "_LayoutGap--wide-l--gap-12_6kjre_820",
|
|
128
|
+
"LayoutGap--wide-l--gap-16": "_LayoutGap--wide-l--gap-16_6kjre_823",
|
|
129
|
+
"LayoutGap--wide-l--gap-20": "_LayoutGap--wide-l--gap-20_6kjre_826",
|
|
130
|
+
"LayoutGap--wide-l--gap-24": "_LayoutGap--wide-l--gap-24_6kjre_829",
|
|
131
|
+
"LayoutGap--wide-l--gap-32": "_LayoutGap--wide-l--gap-32_6kjre_832",
|
|
132
|
+
"LayoutGap--wide-l--gap-48": "_LayoutGap--wide-l--gap-48_6kjre_835",
|
|
133
|
+
"LayoutGap--wide-l--gap-64": "_LayoutGap--wide-l--gap-64_6kjre_838",
|
|
134
|
+
"LayoutGap--wide-l--gap-96": "_LayoutGap--wide-l--gap-96_6kjre_841",
|
|
135
|
+
"LayoutGap--wide-l--gap-160": "_LayoutGap--wide-l--gap-160_6kjre_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_1xr0r_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_1xr0r_14",
|
|
5
|
+
"LayoutGrid--justify-content-start": "_LayoutGrid--justify-content-start_1xr0r_17",
|
|
6
|
+
"LayoutGrid--justify-content-end": "_LayoutGrid--justify-content-end_1xr0r_20",
|
|
7
|
+
"LayoutGrid--justify-content-space-between": "_LayoutGrid--justify-content-space-between_1xr0r_23",
|
|
8
|
+
"LayoutGrid--justify-content-space-around": "_LayoutGrid--justify-content-space-around_1xr0r_26",
|
|
9
|
+
"LayoutGrid--justify-content-space-evenly": "_LayoutGrid--justify-content-space-evenly_1xr0r_29",
|
|
10
|
+
"LayoutGrid--narrow-l--justify-content-center": "_LayoutGrid--narrow-l--justify-content-center_1xr0r_33",
|
|
11
|
+
"LayoutGrid--narrow-l--justify-content-start": "_LayoutGrid--narrow-l--justify-content-start_1xr0r_36",
|
|
12
|
+
"LayoutGrid--narrow-l--justify-content-end": "_LayoutGrid--narrow-l--justify-content-end_1xr0r_39",
|
|
13
|
+
"LayoutGrid--narrow-l--justify-content-space-between": "_LayoutGrid--narrow-l--justify-content-space-between_1xr0r_42",
|
|
14
|
+
"LayoutGrid--narrow-l--justify-content-space-around": "_LayoutGrid--narrow-l--justify-content-space-around_1xr0r_45",
|
|
15
|
+
"LayoutGrid--narrow-l--justify-content-space-evenly": "_LayoutGrid--narrow-l--justify-content-space-evenly_1xr0r_48",
|
|
16
|
+
"LayoutGrid--medium-s--justify-content-center": "_LayoutGrid--medium-s--justify-content-center_1xr0r_53",
|
|
17
|
+
"LayoutGrid--medium-s--justify-content-start": "_LayoutGrid--medium-s--justify-content-start_1xr0r_56",
|
|
18
|
+
"LayoutGrid--medium-s--justify-content-end": "_LayoutGrid--medium-s--justify-content-end_1xr0r_59",
|
|
19
|
+
"LayoutGrid--medium-s--justify-content-space-between": "_LayoutGrid--medium-s--justify-content-space-between_1xr0r_62",
|
|
20
|
+
"LayoutGrid--medium-s--justify-content-space-around": "_LayoutGrid--medium-s--justify-content-space-around_1xr0r_65",
|
|
21
|
+
"LayoutGrid--medium-s--justify-content-space-evenly": "_LayoutGrid--medium-s--justify-content-space-evenly_1xr0r_68",
|
|
22
|
+
"LayoutGrid--medium-l--justify-content-center": "_LayoutGrid--medium-l--justify-content-center_1xr0r_73",
|
|
23
|
+
"LayoutGrid--medium-l--justify-content-start": "_LayoutGrid--medium-l--justify-content-start_1xr0r_76",
|
|
24
|
+
"LayoutGrid--medium-l--justify-content-end": "_LayoutGrid--medium-l--justify-content-end_1xr0r_79",
|
|
25
|
+
"LayoutGrid--medium-l--justify-content-space-between": "_LayoutGrid--medium-l--justify-content-space-between_1xr0r_82",
|
|
26
|
+
"LayoutGrid--medium-l--justify-content-space-around": "_LayoutGrid--medium-l--justify-content-space-around_1xr0r_85",
|
|
27
|
+
"LayoutGrid--medium-l--justify-content-space-evenly": "_LayoutGrid--medium-l--justify-content-space-evenly_1xr0r_88",
|
|
28
|
+
"LayoutGrid--wide-s--justify-content-center": "_LayoutGrid--wide-s--justify-content-center_1xr0r_93",
|
|
29
|
+
"LayoutGrid--wide-s--justify-content-start": "_LayoutGrid--wide-s--justify-content-start_1xr0r_96",
|
|
30
|
+
"LayoutGrid--wide-s--justify-content-end": "_LayoutGrid--wide-s--justify-content-end_1xr0r_99",
|
|
31
|
+
"LayoutGrid--wide-s--justify-content-space-between": "_LayoutGrid--wide-s--justify-content-space-between_1xr0r_102",
|
|
32
|
+
"LayoutGrid--wide-s--justify-content-space-around": "_LayoutGrid--wide-s--justify-content-space-around_1xr0r_105",
|
|
33
|
+
"LayoutGrid--wide-s--justify-content-space-evenly": "_LayoutGrid--wide-s--justify-content-space-evenly_1xr0r_108",
|
|
34
|
+
"LayoutGrid--wide-l--justify-content-center": "_LayoutGrid--wide-l--justify-content-center_1xr0r_113",
|
|
35
|
+
"LayoutGrid--wide-l--justify-content-start": "_LayoutGrid--wide-l--justify-content-start_1xr0r_116",
|
|
36
|
+
"LayoutGrid--wide-l--justify-content-end": "_LayoutGrid--wide-l--justify-content-end_1xr0r_119",
|
|
37
|
+
"LayoutGrid--wide-l--justify-content-space-between": "_LayoutGrid--wide-l--justify-content-space-between_1xr0r_122",
|
|
38
|
+
"LayoutGrid--wide-l--justify-content-space-around": "_LayoutGrid--wide-l--justify-content-space-around_1xr0r_125",
|
|
39
|
+
"LayoutGrid--wide-l--justify-content-space-evenly": "_LayoutGrid--wide-l--justify-content-space-evenly_1xr0r_128",
|
|
40
|
+
"LayoutGrid--align-items-center": "_LayoutGrid--align-items-center_1xr0r_132",
|
|
41
|
+
"LayoutGrid--align-items-start": "_LayoutGrid--align-items-start_1xr0r_135",
|
|
42
|
+
"LayoutGrid--align-items-end": "_LayoutGrid--align-items-end_1xr0r_138",
|
|
43
|
+
"LayoutGrid--align-items-stretch": "_LayoutGrid--align-items-stretch_1xr0r_141",
|
|
44
|
+
"LayoutGrid--align-items-baseline": "_LayoutGrid--align-items-baseline_1xr0r_144",
|
|
45
|
+
"LayoutGrid--narrow-l--align-items-center": "_LayoutGrid--narrow-l--align-items-center_1xr0r_148",
|
|
46
|
+
"LayoutGrid--narrow-l--align-items-start": "_LayoutGrid--narrow-l--align-items-start_1xr0r_151",
|
|
47
|
+
"LayoutGrid--narrow-l--align-items-end": "_LayoutGrid--narrow-l--align-items-end_1xr0r_154",
|
|
48
|
+
"LayoutGrid--narrow-l--align-items-stretch": "_LayoutGrid--narrow-l--align-items-stretch_1xr0r_157",
|
|
49
|
+
"LayoutGrid--narrow-l--align-items-baseline": "_LayoutGrid--narrow-l--align-items-baseline_1xr0r_160",
|
|
50
|
+
"LayoutGrid--medium-s--align-items-center": "_LayoutGrid--medium-s--align-items-center_1xr0r_165",
|
|
51
|
+
"LayoutGrid--medium-s--align-items-start": "_LayoutGrid--medium-s--align-items-start_1xr0r_168",
|
|
52
|
+
"LayoutGrid--medium-s--align-items-end": "_LayoutGrid--medium-s--align-items-end_1xr0r_171",
|
|
53
|
+
"LayoutGrid--medium-s--align-items-stretch": "_LayoutGrid--medium-s--align-items-stretch_1xr0r_174",
|
|
54
|
+
"LayoutGrid--medium-s--align-items-baseline": "_LayoutGrid--medium-s--align-items-baseline_1xr0r_177",
|
|
55
|
+
"LayoutGrid--medium-l--align-items-center": "_LayoutGrid--medium-l--align-items-center_1xr0r_182",
|
|
56
|
+
"LayoutGrid--medium-l--align-items-start": "_LayoutGrid--medium-l--align-items-start_1xr0r_185",
|
|
57
|
+
"LayoutGrid--medium-l--align-items-end": "_LayoutGrid--medium-l--align-items-end_1xr0r_188",
|
|
58
|
+
"LayoutGrid--medium-l--align-items-stretch": "_LayoutGrid--medium-l--align-items-stretch_1xr0r_191",
|
|
59
|
+
"LayoutGrid--medium-l--align-items-baseline": "_LayoutGrid--medium-l--align-items-baseline_1xr0r_194",
|
|
60
|
+
"LayoutGrid--wide-s--align-items-center": "_LayoutGrid--wide-s--align-items-center_1xr0r_199",
|
|
61
|
+
"LayoutGrid--wide-s--align-items-start": "_LayoutGrid--wide-s--align-items-start_1xr0r_202",
|
|
62
|
+
"LayoutGrid--wide-s--align-items-end": "_LayoutGrid--wide-s--align-items-end_1xr0r_205",
|
|
63
|
+
"LayoutGrid--wide-s--align-items-stretch": "_LayoutGrid--wide-s--align-items-stretch_1xr0r_208",
|
|
64
|
+
"LayoutGrid--wide-s--align-items-baseline": "_LayoutGrid--wide-s--align-items-baseline_1xr0r_211",
|
|
65
|
+
"LayoutGrid--wide-l--align-items-center": "_LayoutGrid--wide-l--align-items-center_1xr0r_216",
|
|
66
|
+
"LayoutGrid--wide-l--align-items-start": "_LayoutGrid--wide-l--align-items-start_1xr0r_219",
|
|
67
|
+
"LayoutGrid--wide-l--align-items-end": "_LayoutGrid--wide-l--align-items-end_1xr0r_222",
|
|
68
|
+
"LayoutGrid--wide-l--align-items-stretch": "_LayoutGrid--wide-l--align-items-stretch_1xr0r_225",
|
|
69
|
+
"LayoutGrid--wide-l--align-items-baseline": "_LayoutGrid--wide-l--align-items-baseline_1xr0r_228",
|
|
70
|
+
"LayoutGrid--justify-items-stretch": "_LayoutGrid--justify-items-stretch_1xr0r_232",
|
|
71
|
+
"LayoutGrid--justify-items-center": "_LayoutGrid--justify-items-center_1xr0r_235",
|
|
72
|
+
"LayoutGrid--justify-items-start": "_LayoutGrid--justify-items-start_1xr0r_238",
|
|
73
|
+
"LayoutGrid--justify-items-end": "_LayoutGrid--justify-items-end_1xr0r_241",
|
|
74
|
+
"LayoutGrid--narrow-l--justify-items-stretch": "_LayoutGrid--narrow-l--justify-items-stretch_1xr0r_245",
|
|
75
|
+
"LayoutGrid--narrow-l--justify-items-center": "_LayoutGrid--narrow-l--justify-items-center_1xr0r_248",
|
|
76
|
+
"LayoutGrid--narrow-l--justify-items-start": "_LayoutGrid--narrow-l--justify-items-start_1xr0r_251",
|
|
77
|
+
"LayoutGrid--narrow-l--justify-items-end": "_LayoutGrid--narrow-l--justify-items-end_1xr0r_254",
|
|
78
|
+
"LayoutGrid--medium-s--justify-items-stretch": "_LayoutGrid--medium-s--justify-items-stretch_1xr0r_259",
|
|
79
|
+
"LayoutGrid--medium-s--justify-items-center": "_LayoutGrid--medium-s--justify-items-center_1xr0r_262",
|
|
80
|
+
"LayoutGrid--medium-s--justify-items-start": "_LayoutGrid--medium-s--justify-items-start_1xr0r_265",
|
|
81
|
+
"LayoutGrid--medium-s--justify-items-end": "_LayoutGrid--medium-s--justify-items-end_1xr0r_268",
|
|
82
|
+
"LayoutGrid--medium-l--justify-items-stretch": "_LayoutGrid--medium-l--justify-items-stretch_1xr0r_273",
|
|
83
|
+
"LayoutGrid--medium-l--justify-items-center": "_LayoutGrid--medium-l--justify-items-center_1xr0r_276",
|
|
84
|
+
"LayoutGrid--medium-l--justify-items-start": "_LayoutGrid--medium-l--justify-items-start_1xr0r_279",
|
|
85
|
+
"LayoutGrid--medium-l--justify-items-end": "_LayoutGrid--medium-l--justify-items-end_1xr0r_282",
|
|
86
|
+
"LayoutGrid--wide-s--justify-items-stretch": "_LayoutGrid--wide-s--justify-items-stretch_1xr0r_287",
|
|
87
|
+
"LayoutGrid--wide-s--justify-items-center": "_LayoutGrid--wide-s--justify-items-center_1xr0r_290",
|
|
88
|
+
"LayoutGrid--wide-s--justify-items-start": "_LayoutGrid--wide-s--justify-items-start_1xr0r_293",
|
|
89
|
+
"LayoutGrid--wide-s--justify-items-end": "_LayoutGrid--wide-s--justify-items-end_1xr0r_296",
|
|
90
|
+
"LayoutGrid--wide-l--justify-items-stretch": "_LayoutGrid--wide-l--justify-items-stretch_1xr0r_301",
|
|
91
|
+
"LayoutGrid--wide-l--justify-items-center": "_LayoutGrid--wide-l--justify-items-center_1xr0r_304",
|
|
92
|
+
"LayoutGrid--wide-l--justify-items-start": "_LayoutGrid--wide-l--justify-items-start_1xr0r_307",
|
|
93
|
+
"LayoutGrid--wide-l--justify-items-end": "_LayoutGrid--wide-l--justify-items-end_1xr0r_310",
|
|
94
|
+
"LayoutGrid--columns": "_LayoutGrid--columns_1xr0r_314",
|
|
95
|
+
"LayoutGrid--columns-narrow-l": "_LayoutGrid--columns-narrow-l_1xr0r_318",
|
|
96
|
+
"LayoutGrid--columns-medium-s": "_LayoutGrid--columns-medium-s_1xr0r_323",
|
|
97
|
+
"LayoutGrid--columns-medium-l": "_LayoutGrid--columns-medium-l_1xr0r_328",
|
|
98
|
+
"LayoutGrid--columns-wide-s": "_LayoutGrid--columns-wide-s_1xr0r_333",
|
|
99
|
+
"LayoutGrid--columns-wide-l": "_LayoutGrid--columns-wide-l_1xr0r_338"
|
|
100
100
|
};
|
|
101
101
|
export {
|
|
102
102
|
styles as s
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import './assets/layout-hide.css';const LayoutHide = "_LayoutHide_9ww6t_164";
|
|
2
|
+
const styles = {
|
|
3
|
+
LayoutHide,
|
|
4
|
+
"LayoutHide--hide": "_LayoutHide--hide_9ww6t_164",
|
|
5
|
+
"LayoutHide--initial": "_LayoutHide--initial_9ww6t_167",
|
|
6
|
+
"LayoutHide--inline": "_LayoutHide--inline_9ww6t_170",
|
|
7
|
+
"LayoutHide--block": "_LayoutHide--block_9ww6t_173",
|
|
8
|
+
"LayoutHide--inline-block": "_LayoutHide--inline-block_9ww6t_176",
|
|
9
|
+
"LayoutHide--flex": "_LayoutHide--flex_9ww6t_179",
|
|
10
|
+
"LayoutHide--inline-flex": "_LayoutHide--inline-flex_9ww6t_182",
|
|
11
|
+
"LayoutHide--grid": "_LayoutHide--grid_9ww6t_185",
|
|
12
|
+
"LayoutHide--narrow-l--hide": "_LayoutHide--narrow-l--hide_9ww6t_189",
|
|
13
|
+
"LayoutHide--narrow-l--initial": "_LayoutHide--narrow-l--initial_9ww6t_192",
|
|
14
|
+
"LayoutHide--narrow-l--inline": "_LayoutHide--narrow-l--inline_9ww6t_195",
|
|
15
|
+
"LayoutHide--narrow-l--block": "_LayoutHide--narrow-l--block_9ww6t_198",
|
|
16
|
+
"LayoutHide--narrow-l--inline-block": "_LayoutHide--narrow-l--inline-block_9ww6t_201",
|
|
17
|
+
"LayoutHide--narrow-l--flex": "_LayoutHide--narrow-l--flex_9ww6t_204",
|
|
18
|
+
"LayoutHide--narrow-l--inline-flex": "_LayoutHide--narrow-l--inline-flex_9ww6t_207",
|
|
19
|
+
"LayoutHide--narrow-l--grid": "_LayoutHide--narrow-l--grid_9ww6t_210",
|
|
20
|
+
"LayoutHide--medium-s--hide": "_LayoutHide--medium-s--hide_9ww6t_215",
|
|
21
|
+
"LayoutHide--medium-s--initial": "_LayoutHide--medium-s--initial_9ww6t_218",
|
|
22
|
+
"LayoutHide--medium-s--inline": "_LayoutHide--medium-s--inline_9ww6t_221",
|
|
23
|
+
"LayoutHide--medium-s--block": "_LayoutHide--medium-s--block_9ww6t_224",
|
|
24
|
+
"LayoutHide--medium-s--inline-block": "_LayoutHide--medium-s--inline-block_9ww6t_227",
|
|
25
|
+
"LayoutHide--medium-s--flex": "_LayoutHide--medium-s--flex_9ww6t_230",
|
|
26
|
+
"LayoutHide--medium-s--inline-flex": "_LayoutHide--medium-s--inline-flex_9ww6t_233",
|
|
27
|
+
"LayoutHide--medium-s--grid": "_LayoutHide--medium-s--grid_9ww6t_236",
|
|
28
|
+
"LayoutHide--medium-l--hide": "_LayoutHide--medium-l--hide_9ww6t_241",
|
|
29
|
+
"LayoutHide--medium-l--initial": "_LayoutHide--medium-l--initial_9ww6t_244",
|
|
30
|
+
"LayoutHide--medium-l--inline": "_LayoutHide--medium-l--inline_9ww6t_247",
|
|
31
|
+
"LayoutHide--medium-l--block": "_LayoutHide--medium-l--block_9ww6t_250",
|
|
32
|
+
"LayoutHide--medium-l--inline-block": "_LayoutHide--medium-l--inline-block_9ww6t_253",
|
|
33
|
+
"LayoutHide--medium-l--flex": "_LayoutHide--medium-l--flex_9ww6t_256",
|
|
34
|
+
"LayoutHide--medium-l--inline-flex": "_LayoutHide--medium-l--inline-flex_9ww6t_259",
|
|
35
|
+
"LayoutHide--medium-l--grid": "_LayoutHide--medium-l--grid_9ww6t_262",
|
|
36
|
+
"LayoutHide--wide-s--hide": "_LayoutHide--wide-s--hide_9ww6t_267",
|
|
37
|
+
"LayoutHide--wide-s--initial": "_LayoutHide--wide-s--initial_9ww6t_270",
|
|
38
|
+
"LayoutHide--wide-s--inline": "_LayoutHide--wide-s--inline_9ww6t_273",
|
|
39
|
+
"LayoutHide--wide-s--block": "_LayoutHide--wide-s--block_9ww6t_276",
|
|
40
|
+
"LayoutHide--wide-s--inline-block": "_LayoutHide--wide-s--inline-block_9ww6t_279",
|
|
41
|
+
"LayoutHide--wide-s--flex": "_LayoutHide--wide-s--flex_9ww6t_282",
|
|
42
|
+
"LayoutHide--wide-s--inline-flex": "_LayoutHide--wide-s--inline-flex_9ww6t_285",
|
|
43
|
+
"LayoutHide--wide-s--grid": "_LayoutHide--wide-s--grid_9ww6t_288",
|
|
44
|
+
"LayoutHide--wide-l--hide": "_LayoutHide--wide-l--hide_9ww6t_293",
|
|
45
|
+
"LayoutHide--wide-l--initial": "_LayoutHide--wide-l--initial_9ww6t_296",
|
|
46
|
+
"LayoutHide--wide-l--inline": "_LayoutHide--wide-l--inline_9ww6t_299",
|
|
47
|
+
"LayoutHide--wide-l--block": "_LayoutHide--wide-l--block_9ww6t_302",
|
|
48
|
+
"LayoutHide--wide-l--inline-block": "_LayoutHide--wide-l--inline-block_9ww6t_305",
|
|
49
|
+
"LayoutHide--wide-l--flex": "_LayoutHide--wide-l--flex_9ww6t_308",
|
|
50
|
+
"LayoutHide--wide-l--inline-flex": "_LayoutHide--wide-l--inline-flex_9ww6t_311",
|
|
51
|
+
"LayoutHide--wide-l--grid": "_LayoutHide--wide-l--grid_9ww6t_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_y020g_46";
|
|
2
2
|
const styles = {
|
|
3
3
|
LayoutRelative,
|
|
4
|
-
"LayoutRelative--relative": "_LayoutRelative--
|
|
4
|
+
"LayoutRelative--relative": "_LayoutRelative--relative_y020g_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_1us84_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_1us84_2",
|
|
6
|
+
"AlignSelf--align-self-center": "_AlignSelf--align-self-center_1us84_5",
|
|
7
|
+
"AlignSelf--align-self-end": "_AlignSelf--align-self-end_1us84_8",
|
|
8
|
+
"AlignSelf--align-self-stretch": "_AlignSelf--align-self-stretch_1us84_11",
|
|
9
|
+
"AlignSelf--narrow-l--align-self-start": "_AlignSelf--narrow-l--align-self-start_1us84_15",
|
|
10
|
+
"AlignSelf--narrow-l--align-self-center": "_AlignSelf--narrow-l--align-self-center_1us84_18",
|
|
11
|
+
"AlignSelf--narrow-l--align-self-end": "_AlignSelf--narrow-l--align-self-end_1us84_21",
|
|
12
|
+
"AlignSelf--narrow-l--align-self-stretch": "_AlignSelf--narrow-l--align-self-stretch_1us84_24",
|
|
13
|
+
"AlignSelf--medium-s--align-self-start": "_AlignSelf--medium-s--align-self-start_1us84_29",
|
|
14
|
+
"AlignSelf--medium-s--align-self-center": "_AlignSelf--medium-s--align-self-center_1us84_32",
|
|
15
|
+
"AlignSelf--medium-s--align-self-end": "_AlignSelf--medium-s--align-self-end_1us84_35",
|
|
16
|
+
"AlignSelf--medium-s--align-self-stretch": "_AlignSelf--medium-s--align-self-stretch_1us84_38",
|
|
17
|
+
"AlignSelf--medium-l--align-self-start": "_AlignSelf--medium-l--align-self-start_1us84_43",
|
|
18
|
+
"AlignSelf--medium-l--align-self-center": "_AlignSelf--medium-l--align-self-center_1us84_46",
|
|
19
|
+
"AlignSelf--medium-l--align-self-end": "_AlignSelf--medium-l--align-self-end_1us84_49",
|
|
20
|
+
"AlignSelf--medium-l--align-self-stretch": "_AlignSelf--medium-l--align-self-stretch_1us84_52",
|
|
21
|
+
"AlignSelf--wide-s--align-self-start": "_AlignSelf--wide-s--align-self-start_1us84_57",
|
|
22
|
+
"AlignSelf--wide-s--align-self-center": "_AlignSelf--wide-s--align-self-center_1us84_60",
|
|
23
|
+
"AlignSelf--wide-s--align-self-end": "_AlignSelf--wide-s--align-self-end_1us84_63",
|
|
24
|
+
"AlignSelf--wide-s--align-self-stretch": "_AlignSelf--wide-s--align-self-stretch_1us84_66",
|
|
25
|
+
"AlignSelf--wide-l--align-self-start": "_AlignSelf--wide-l--align-self-start_1us84_71",
|
|
26
|
+
"AlignSelf--wide-l--align-self-center": "_AlignSelf--wide-l--align-self-center_1us84_74",
|
|
27
|
+
"AlignSelf--wide-l--align-self-end": "_AlignSelf--wide-l--align-self-end_1us84_77",
|
|
28
|
+
"AlignSelf--wide-l--align-self-stretch": "_AlignSelf--wide-l--align-self-stretch_1us84_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_x0688_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_x0688_3",
|
|
6
|
+
"Color--color-gray-100": "_Color--color-gray-100_x0688_6",
|
|
7
|
+
"Color--color-gray-200": "_Color--color-gray-200_x0688_9",
|
|
8
|
+
"Color--color-gray-300": "_Color--color-gray-300_x0688_12",
|
|
9
|
+
"Color--color-gray-400": "_Color--color-gray-400_x0688_15",
|
|
10
|
+
"Color--color-gray-500": "_Color--color-gray-500_x0688_18",
|
|
11
|
+
"Color--color-gray-600": "_Color--color-gray-600_x0688_21",
|
|
12
|
+
"Color--color-teal-100": "_Color--color-teal-100_x0688_24",
|
|
13
|
+
"Color--color-teal-200": "_Color--color-teal-200_x0688_27",
|
|
14
|
+
"Color--color-teal-300": "_Color--color-teal-300_x0688_30",
|
|
15
|
+
"Color--color-teal-400": "_Color--color-teal-400_x0688_33",
|
|
16
|
+
"Color--color-teal-500": "_Color--color-teal-500_x0688_36",
|
|
17
|
+
"Color--color-green-100": "_Color--color-green-100_x0688_39",
|
|
18
|
+
"Color--color-green-200": "_Color--color-green-200_x0688_42",
|
|
19
|
+
"Color--color-green-300": "_Color--color-green-300_x0688_45",
|
|
20
|
+
"Color--color-green-400": "_Color--color-green-400_x0688_48",
|
|
21
|
+
"Color--color-green-500": "_Color--color-green-500_x0688_51",
|
|
22
|
+
"Color--color-yellow-100": "_Color--color-yellow-100_x0688_54",
|
|
23
|
+
"Color--color-yellow-200": "_Color--color-yellow-200_x0688_57",
|
|
24
|
+
"Color--color-yellow-300": "_Color--color-yellow-300_x0688_60",
|
|
25
|
+
"Color--color-yellow-400": "_Color--color-yellow-400_x0688_63",
|
|
26
|
+
"Color--color-yellow-500": "_Color--color-yellow-500_x0688_66",
|
|
27
|
+
"Color--color-red-100": "_Color--color-red-100_x0688_69",
|
|
28
|
+
"Color--color-red-200": "_Color--color-red-200_x0688_72",
|
|
29
|
+
"Color--color-red-300": "_Color--color-red-300_x0688_75",
|
|
30
|
+
"Color--color-red-400": "_Color--color-red-400_x0688_78",
|
|
31
|
+
"Color--color-red-500": "_Color--color-red-500_x0688_81",
|
|
32
|
+
"Color--color-blue-100": "_Color--color-blue-100_x0688_84",
|
|
33
|
+
"Color--color-blue-200": "_Color--color-blue-200_x0688_87",
|
|
34
|
+
"Color--color-blue-300": "_Color--color-blue-300_x0688_90",
|
|
35
|
+
"Color--color-blue-400": "_Color--color-blue-400_x0688_93",
|
|
36
|
+
"Color--color-blue-500": "_Color--color-blue-500_x0688_96",
|
|
37
|
+
"Color--color-magenta-100": "_Color--color-magenta-100_x0688_99",
|
|
38
|
+
"Color--color-magenta-200": "_Color--color-magenta-200_x0688_102",
|
|
39
|
+
"Color--color-magenta-300": "_Color--color-magenta-300_x0688_105",
|
|
40
|
+
"Color--color-magenta-400": "_Color--color-magenta-400_x0688_108",
|
|
41
|
+
"Color--color-magenta-500": "_Color--color-magenta-500_x0688_111"
|
|
42
42
|
};
|
|
43
43
|
const COLOR = "Color";
|
|
44
44
|
const getColorClassNames = (color) => {
|