@preply/ds-web-lib 0.100.0 → 0.100.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/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/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/LayoutFlexItem.css +14 -14
- package/dist/assets/Link.css +32 -32
- package/dist/assets/Loader.css +4 -4
- package/dist/assets/PreplyLogo.css +9 -9
- package/dist/assets/SelectFieldLayout.css +18 -18
- package/dist/assets/Spinner.css +26 -26
- 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/align-self.css +25 -25
- package/dist/assets/color.css +39 -39
- package/dist/assets/index.css +16 -16
- package/dist/assets/layout-flex.css +100 -100
- 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/text-accent.css +18 -18
- package/dist/assets/text-centered.css +13 -13
- package/dist/assets/text-weight.css +8 -8
- 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/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/LayoutFlexItem/LayoutFlexItem.js +13 -13
- package/dist/components/Link/Link.js +18 -18
- package/dist/components/Loader/Loader.js +3 -3
- package/dist/components/PreplyLogo/PreplyLogo.js +2 -2
- 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/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-B-whHMcH.js +27 -0
- package/dist/{layout-grid.module-ap-Sxhav.js → layout-grid.module-DEhjGYxG.js} +97 -97
- package/dist/shared-styles/align-self/align-self.js +25 -25
- package/dist/shared-styles/color/color.js +38 -38
- package/dist/shared-styles/layout-flex/layout-flex.js +97 -97
- package/dist/shared-styles/layout-gap/layout-gap.js +133 -133
- 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 +49 -49
- package/dist/shared-styles/layout-padding/layout-padding.js +529 -529
- 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 +14 -14
- package/dist/index.module-Cd7gOnx6.js +0 -27
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import './assets/index.css';const InputText = "_InputText_7tm5a_4";
|
|
2
|
+
const InputPassword = "_InputPassword_7tm5a_11";
|
|
3
|
+
const InputDate = "_InputDate_7tm5a_18";
|
|
4
|
+
const InputTime = "_InputTime_7tm5a_25";
|
|
5
|
+
const InputNumber = "_InputNumber_7tm5a_32";
|
|
6
|
+
const Textarea = "_Textarea_7tm5a_39";
|
|
7
|
+
const Checkbox = "_Checkbox_7tm5a_58";
|
|
8
|
+
const Radio = "_Radio_7tm5a_61";
|
|
9
|
+
const Select = "_Select_7tm5a_64";
|
|
10
|
+
const styles = {
|
|
11
|
+
InputText,
|
|
12
|
+
InputPassword,
|
|
13
|
+
InputDate,
|
|
14
|
+
InputTime,
|
|
15
|
+
InputNumber,
|
|
16
|
+
Textarea,
|
|
17
|
+
"Textarea--resize-none": "_Textarea--resize-none_7tm5a_46",
|
|
18
|
+
"Textarea--resize-vertical": "_Textarea--resize-vertical_7tm5a_49",
|
|
19
|
+
"Textarea--resize-horizontal": "_Textarea--resize-horizontal_7tm5a_52",
|
|
20
|
+
"Textarea--resize-both": "_Textarea--resize-both_7tm5a_55",
|
|
21
|
+
Checkbox,
|
|
22
|
+
Radio,
|
|
23
|
+
Select
|
|
24
|
+
};
|
|
25
|
+
export {
|
|
26
|
+
styles as s
|
|
27
|
+
};
|
|
@@ -1,102 +1,102 @@
|
|
|
1
|
-
import './assets/layout-grid.css';const LayoutGrid = "
|
|
1
|
+
import './assets/layout-grid.css';const LayoutGrid = "_LayoutGrid_23krq_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_23krq_14",
|
|
5
|
+
"LayoutGrid--justify-content-start": "_LayoutGrid--justify-content-start_23krq_17",
|
|
6
|
+
"LayoutGrid--justify-content-end": "_LayoutGrid--justify-content-end_23krq_20",
|
|
7
|
+
"LayoutGrid--justify-content-space-between": "_LayoutGrid--justify-content-space-between_23krq_23",
|
|
8
|
+
"LayoutGrid--justify-content-space-around": "_LayoutGrid--justify-content-space-around_23krq_26",
|
|
9
|
+
"LayoutGrid--justify-content-space-evenly": "_LayoutGrid--justify-content-space-evenly_23krq_29",
|
|
10
|
+
"LayoutGrid--narrow-l--justify-content-center": "_LayoutGrid--narrow-l--justify-content-center_23krq_33",
|
|
11
|
+
"LayoutGrid--narrow-l--justify-content-start": "_LayoutGrid--narrow-l--justify-content-start_23krq_36",
|
|
12
|
+
"LayoutGrid--narrow-l--justify-content-end": "_LayoutGrid--narrow-l--justify-content-end_23krq_39",
|
|
13
|
+
"LayoutGrid--narrow-l--justify-content-space-between": "_LayoutGrid--narrow-l--justify-content-space-between_23krq_42",
|
|
14
|
+
"LayoutGrid--narrow-l--justify-content-space-around": "_LayoutGrid--narrow-l--justify-content-space-around_23krq_45",
|
|
15
|
+
"LayoutGrid--narrow-l--justify-content-space-evenly": "_LayoutGrid--narrow-l--justify-content-space-evenly_23krq_48",
|
|
16
|
+
"LayoutGrid--medium-s--justify-content-center": "_LayoutGrid--medium-s--justify-content-center_23krq_53",
|
|
17
|
+
"LayoutGrid--medium-s--justify-content-start": "_LayoutGrid--medium-s--justify-content-start_23krq_56",
|
|
18
|
+
"LayoutGrid--medium-s--justify-content-end": "_LayoutGrid--medium-s--justify-content-end_23krq_59",
|
|
19
|
+
"LayoutGrid--medium-s--justify-content-space-between": "_LayoutGrid--medium-s--justify-content-space-between_23krq_62",
|
|
20
|
+
"LayoutGrid--medium-s--justify-content-space-around": "_LayoutGrid--medium-s--justify-content-space-around_23krq_65",
|
|
21
|
+
"LayoutGrid--medium-s--justify-content-space-evenly": "_LayoutGrid--medium-s--justify-content-space-evenly_23krq_68",
|
|
22
|
+
"LayoutGrid--medium-l--justify-content-center": "_LayoutGrid--medium-l--justify-content-center_23krq_73",
|
|
23
|
+
"LayoutGrid--medium-l--justify-content-start": "_LayoutGrid--medium-l--justify-content-start_23krq_76",
|
|
24
|
+
"LayoutGrid--medium-l--justify-content-end": "_LayoutGrid--medium-l--justify-content-end_23krq_79",
|
|
25
|
+
"LayoutGrid--medium-l--justify-content-space-between": "_LayoutGrid--medium-l--justify-content-space-between_23krq_82",
|
|
26
|
+
"LayoutGrid--medium-l--justify-content-space-around": "_LayoutGrid--medium-l--justify-content-space-around_23krq_85",
|
|
27
|
+
"LayoutGrid--medium-l--justify-content-space-evenly": "_LayoutGrid--medium-l--justify-content-space-evenly_23krq_88",
|
|
28
|
+
"LayoutGrid--wide-s--justify-content-center": "_LayoutGrid--wide-s--justify-content-center_23krq_93",
|
|
29
|
+
"LayoutGrid--wide-s--justify-content-start": "_LayoutGrid--wide-s--justify-content-start_23krq_96",
|
|
30
|
+
"LayoutGrid--wide-s--justify-content-end": "_LayoutGrid--wide-s--justify-content-end_23krq_99",
|
|
31
|
+
"LayoutGrid--wide-s--justify-content-space-between": "_LayoutGrid--wide-s--justify-content-space-between_23krq_102",
|
|
32
|
+
"LayoutGrid--wide-s--justify-content-space-around": "_LayoutGrid--wide-s--justify-content-space-around_23krq_105",
|
|
33
|
+
"LayoutGrid--wide-s--justify-content-space-evenly": "_LayoutGrid--wide-s--justify-content-space-evenly_23krq_108",
|
|
34
|
+
"LayoutGrid--wide-l--justify-content-center": "_LayoutGrid--wide-l--justify-content-center_23krq_113",
|
|
35
|
+
"LayoutGrid--wide-l--justify-content-start": "_LayoutGrid--wide-l--justify-content-start_23krq_116",
|
|
36
|
+
"LayoutGrid--wide-l--justify-content-end": "_LayoutGrid--wide-l--justify-content-end_23krq_119",
|
|
37
|
+
"LayoutGrid--wide-l--justify-content-space-between": "_LayoutGrid--wide-l--justify-content-space-between_23krq_122",
|
|
38
|
+
"LayoutGrid--wide-l--justify-content-space-around": "_LayoutGrid--wide-l--justify-content-space-around_23krq_125",
|
|
39
|
+
"LayoutGrid--wide-l--justify-content-space-evenly": "_LayoutGrid--wide-l--justify-content-space-evenly_23krq_128",
|
|
40
|
+
"LayoutGrid--align-items-center": "_LayoutGrid--align-items-center_23krq_132",
|
|
41
|
+
"LayoutGrid--align-items-start": "_LayoutGrid--align-items-start_23krq_135",
|
|
42
|
+
"LayoutGrid--align-items-end": "_LayoutGrid--align-items-end_23krq_138",
|
|
43
|
+
"LayoutGrid--align-items-stretch": "_LayoutGrid--align-items-stretch_23krq_141",
|
|
44
|
+
"LayoutGrid--align-items-baseline": "_LayoutGrid--align-items-baseline_23krq_144",
|
|
45
|
+
"LayoutGrid--narrow-l--align-items-center": "_LayoutGrid--narrow-l--align-items-center_23krq_148",
|
|
46
|
+
"LayoutGrid--narrow-l--align-items-start": "_LayoutGrid--narrow-l--align-items-start_23krq_151",
|
|
47
|
+
"LayoutGrid--narrow-l--align-items-end": "_LayoutGrid--narrow-l--align-items-end_23krq_154",
|
|
48
|
+
"LayoutGrid--narrow-l--align-items-stretch": "_LayoutGrid--narrow-l--align-items-stretch_23krq_157",
|
|
49
|
+
"LayoutGrid--narrow-l--align-items-baseline": "_LayoutGrid--narrow-l--align-items-baseline_23krq_160",
|
|
50
|
+
"LayoutGrid--medium-s--align-items-center": "_LayoutGrid--medium-s--align-items-center_23krq_165",
|
|
51
|
+
"LayoutGrid--medium-s--align-items-start": "_LayoutGrid--medium-s--align-items-start_23krq_168",
|
|
52
|
+
"LayoutGrid--medium-s--align-items-end": "_LayoutGrid--medium-s--align-items-end_23krq_171",
|
|
53
|
+
"LayoutGrid--medium-s--align-items-stretch": "_LayoutGrid--medium-s--align-items-stretch_23krq_174",
|
|
54
|
+
"LayoutGrid--medium-s--align-items-baseline": "_LayoutGrid--medium-s--align-items-baseline_23krq_177",
|
|
55
|
+
"LayoutGrid--medium-l--align-items-center": "_LayoutGrid--medium-l--align-items-center_23krq_182",
|
|
56
|
+
"LayoutGrid--medium-l--align-items-start": "_LayoutGrid--medium-l--align-items-start_23krq_185",
|
|
57
|
+
"LayoutGrid--medium-l--align-items-end": "_LayoutGrid--medium-l--align-items-end_23krq_188",
|
|
58
|
+
"LayoutGrid--medium-l--align-items-stretch": "_LayoutGrid--medium-l--align-items-stretch_23krq_191",
|
|
59
|
+
"LayoutGrid--medium-l--align-items-baseline": "_LayoutGrid--medium-l--align-items-baseline_23krq_194",
|
|
60
|
+
"LayoutGrid--wide-s--align-items-center": "_LayoutGrid--wide-s--align-items-center_23krq_199",
|
|
61
|
+
"LayoutGrid--wide-s--align-items-start": "_LayoutGrid--wide-s--align-items-start_23krq_202",
|
|
62
|
+
"LayoutGrid--wide-s--align-items-end": "_LayoutGrid--wide-s--align-items-end_23krq_205",
|
|
63
|
+
"LayoutGrid--wide-s--align-items-stretch": "_LayoutGrid--wide-s--align-items-stretch_23krq_208",
|
|
64
|
+
"LayoutGrid--wide-s--align-items-baseline": "_LayoutGrid--wide-s--align-items-baseline_23krq_211",
|
|
65
|
+
"LayoutGrid--wide-l--align-items-center": "_LayoutGrid--wide-l--align-items-center_23krq_216",
|
|
66
|
+
"LayoutGrid--wide-l--align-items-start": "_LayoutGrid--wide-l--align-items-start_23krq_219",
|
|
67
|
+
"LayoutGrid--wide-l--align-items-end": "_LayoutGrid--wide-l--align-items-end_23krq_222",
|
|
68
|
+
"LayoutGrid--wide-l--align-items-stretch": "_LayoutGrid--wide-l--align-items-stretch_23krq_225",
|
|
69
|
+
"LayoutGrid--wide-l--align-items-baseline": "_LayoutGrid--wide-l--align-items-baseline_23krq_228",
|
|
70
|
+
"LayoutGrid--justify-items-stretch": "_LayoutGrid--justify-items-stretch_23krq_232",
|
|
71
|
+
"LayoutGrid--justify-items-center": "_LayoutGrid--justify-items-center_23krq_235",
|
|
72
|
+
"LayoutGrid--justify-items-start": "_LayoutGrid--justify-items-start_23krq_238",
|
|
73
|
+
"LayoutGrid--justify-items-end": "_LayoutGrid--justify-items-end_23krq_241",
|
|
74
|
+
"LayoutGrid--narrow-l--justify-items-stretch": "_LayoutGrid--narrow-l--justify-items-stretch_23krq_245",
|
|
75
|
+
"LayoutGrid--narrow-l--justify-items-center": "_LayoutGrid--narrow-l--justify-items-center_23krq_248",
|
|
76
|
+
"LayoutGrid--narrow-l--justify-items-start": "_LayoutGrid--narrow-l--justify-items-start_23krq_251",
|
|
77
|
+
"LayoutGrid--narrow-l--justify-items-end": "_LayoutGrid--narrow-l--justify-items-end_23krq_254",
|
|
78
|
+
"LayoutGrid--medium-s--justify-items-stretch": "_LayoutGrid--medium-s--justify-items-stretch_23krq_259",
|
|
79
|
+
"LayoutGrid--medium-s--justify-items-center": "_LayoutGrid--medium-s--justify-items-center_23krq_262",
|
|
80
|
+
"LayoutGrid--medium-s--justify-items-start": "_LayoutGrid--medium-s--justify-items-start_23krq_265",
|
|
81
|
+
"LayoutGrid--medium-s--justify-items-end": "_LayoutGrid--medium-s--justify-items-end_23krq_268",
|
|
82
|
+
"LayoutGrid--medium-l--justify-items-stretch": "_LayoutGrid--medium-l--justify-items-stretch_23krq_273",
|
|
83
|
+
"LayoutGrid--medium-l--justify-items-center": "_LayoutGrid--medium-l--justify-items-center_23krq_276",
|
|
84
|
+
"LayoutGrid--medium-l--justify-items-start": "_LayoutGrid--medium-l--justify-items-start_23krq_279",
|
|
85
|
+
"LayoutGrid--medium-l--justify-items-end": "_LayoutGrid--medium-l--justify-items-end_23krq_282",
|
|
86
|
+
"LayoutGrid--wide-s--justify-items-stretch": "_LayoutGrid--wide-s--justify-items-stretch_23krq_287",
|
|
87
|
+
"LayoutGrid--wide-s--justify-items-center": "_LayoutGrid--wide-s--justify-items-center_23krq_290",
|
|
88
|
+
"LayoutGrid--wide-s--justify-items-start": "_LayoutGrid--wide-s--justify-items-start_23krq_293",
|
|
89
|
+
"LayoutGrid--wide-s--justify-items-end": "_LayoutGrid--wide-s--justify-items-end_23krq_296",
|
|
90
|
+
"LayoutGrid--wide-l--justify-items-stretch": "_LayoutGrid--wide-l--justify-items-stretch_23krq_301",
|
|
91
|
+
"LayoutGrid--wide-l--justify-items-center": "_LayoutGrid--wide-l--justify-items-center_23krq_304",
|
|
92
|
+
"LayoutGrid--wide-l--justify-items-start": "_LayoutGrid--wide-l--justify-items-start_23krq_307",
|
|
93
|
+
"LayoutGrid--wide-l--justify-items-end": "_LayoutGrid--wide-l--justify-items-end_23krq_310",
|
|
94
|
+
"LayoutGrid--columns": "_LayoutGrid--columns_23krq_314",
|
|
95
|
+
"LayoutGrid--columns-narrow-l": "_LayoutGrid--columns-narrow-l_23krq_318",
|
|
96
|
+
"LayoutGrid--columns-medium-s": "_LayoutGrid--columns-medium-s_23krq_323",
|
|
97
|
+
"LayoutGrid--columns-medium-l": "_LayoutGrid--columns-medium-l_23krq_328",
|
|
98
|
+
"LayoutGrid--columns-wide-s": "_LayoutGrid--columns-wide-s_23krq_333",
|
|
99
|
+
"LayoutGrid--columns-wide-l": "_LayoutGrid--columns-wide-l_23krq_338"
|
|
100
100
|
};
|
|
101
101
|
export {
|
|
102
102
|
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_zwjql_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_zwjql_2",
|
|
6
|
+
"AlignSelf--align-self-center": "_AlignSelf--align-self-center_zwjql_5",
|
|
7
|
+
"AlignSelf--align-self-end": "_AlignSelf--align-self-end_zwjql_8",
|
|
8
|
+
"AlignSelf--align-self-stretch": "_AlignSelf--align-self-stretch_zwjql_11",
|
|
9
|
+
"AlignSelf--narrow-l--align-self-start": "_AlignSelf--narrow-l--align-self-start_zwjql_15",
|
|
10
|
+
"AlignSelf--narrow-l--align-self-center": "_AlignSelf--narrow-l--align-self-center_zwjql_18",
|
|
11
|
+
"AlignSelf--narrow-l--align-self-end": "_AlignSelf--narrow-l--align-self-end_zwjql_21",
|
|
12
|
+
"AlignSelf--narrow-l--align-self-stretch": "_AlignSelf--narrow-l--align-self-stretch_zwjql_24",
|
|
13
|
+
"AlignSelf--medium-s--align-self-start": "_AlignSelf--medium-s--align-self-start_zwjql_29",
|
|
14
|
+
"AlignSelf--medium-s--align-self-center": "_AlignSelf--medium-s--align-self-center_zwjql_32",
|
|
15
|
+
"AlignSelf--medium-s--align-self-end": "_AlignSelf--medium-s--align-self-end_zwjql_35",
|
|
16
|
+
"AlignSelf--medium-s--align-self-stretch": "_AlignSelf--medium-s--align-self-stretch_zwjql_38",
|
|
17
|
+
"AlignSelf--medium-l--align-self-start": "_AlignSelf--medium-l--align-self-start_zwjql_43",
|
|
18
|
+
"AlignSelf--medium-l--align-self-center": "_AlignSelf--medium-l--align-self-center_zwjql_46",
|
|
19
|
+
"AlignSelf--medium-l--align-self-end": "_AlignSelf--medium-l--align-self-end_zwjql_49",
|
|
20
|
+
"AlignSelf--medium-l--align-self-stretch": "_AlignSelf--medium-l--align-self-stretch_zwjql_52",
|
|
21
|
+
"AlignSelf--wide-s--align-self-start": "_AlignSelf--wide-s--align-self-start_zwjql_57",
|
|
22
|
+
"AlignSelf--wide-s--align-self-center": "_AlignSelf--wide-s--align-self-center_zwjql_60",
|
|
23
|
+
"AlignSelf--wide-s--align-self-end": "_AlignSelf--wide-s--align-self-end_zwjql_63",
|
|
24
|
+
"AlignSelf--wide-s--align-self-stretch": "_AlignSelf--wide-s--align-self-stretch_zwjql_66",
|
|
25
|
+
"AlignSelf--wide-l--align-self-start": "_AlignSelf--wide-l--align-self-start_zwjql_71",
|
|
26
|
+
"AlignSelf--wide-l--align-self-center": "_AlignSelf--wide-l--align-self-center_zwjql_74",
|
|
27
|
+
"AlignSelf--wide-l--align-self-end": "_AlignSelf--wide-l--align-self-end_zwjql_77",
|
|
28
|
+
"AlignSelf--wide-l--align-self-stretch": "_AlignSelf--wide-l--align-self-stretch_zwjql_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_nobcl_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_nobcl_3",
|
|
6
|
+
"Color--color-gray-100": "_Color--color-gray-100_nobcl_6",
|
|
7
|
+
"Color--color-gray-200": "_Color--color-gray-200_nobcl_9",
|
|
8
|
+
"Color--color-gray-300": "_Color--color-gray-300_nobcl_12",
|
|
9
|
+
"Color--color-gray-400": "_Color--color-gray-400_nobcl_15",
|
|
10
|
+
"Color--color-gray-500": "_Color--color-gray-500_nobcl_18",
|
|
11
|
+
"Color--color-gray-600": "_Color--color-gray-600_nobcl_21",
|
|
12
|
+
"Color--color-teal-100": "_Color--color-teal-100_nobcl_24",
|
|
13
|
+
"Color--color-teal-200": "_Color--color-teal-200_nobcl_27",
|
|
14
|
+
"Color--color-teal-300": "_Color--color-teal-300_nobcl_30",
|
|
15
|
+
"Color--color-teal-400": "_Color--color-teal-400_nobcl_33",
|
|
16
|
+
"Color--color-teal-500": "_Color--color-teal-500_nobcl_36",
|
|
17
|
+
"Color--color-green-100": "_Color--color-green-100_nobcl_39",
|
|
18
|
+
"Color--color-green-200": "_Color--color-green-200_nobcl_42",
|
|
19
|
+
"Color--color-green-300": "_Color--color-green-300_nobcl_45",
|
|
20
|
+
"Color--color-green-400": "_Color--color-green-400_nobcl_48",
|
|
21
|
+
"Color--color-green-500": "_Color--color-green-500_nobcl_51",
|
|
22
|
+
"Color--color-yellow-100": "_Color--color-yellow-100_nobcl_54",
|
|
23
|
+
"Color--color-yellow-200": "_Color--color-yellow-200_nobcl_57",
|
|
24
|
+
"Color--color-yellow-300": "_Color--color-yellow-300_nobcl_60",
|
|
25
|
+
"Color--color-yellow-400": "_Color--color-yellow-400_nobcl_63",
|
|
26
|
+
"Color--color-yellow-500": "_Color--color-yellow-500_nobcl_66",
|
|
27
|
+
"Color--color-red-100": "_Color--color-red-100_nobcl_69",
|
|
28
|
+
"Color--color-red-200": "_Color--color-red-200_nobcl_72",
|
|
29
|
+
"Color--color-red-300": "_Color--color-red-300_nobcl_75",
|
|
30
|
+
"Color--color-red-400": "_Color--color-red-400_nobcl_78",
|
|
31
|
+
"Color--color-red-500": "_Color--color-red-500_nobcl_81",
|
|
32
|
+
"Color--color-blue-100": "_Color--color-blue-100_nobcl_84",
|
|
33
|
+
"Color--color-blue-200": "_Color--color-blue-200_nobcl_87",
|
|
34
|
+
"Color--color-blue-300": "_Color--color-blue-300_nobcl_90",
|
|
35
|
+
"Color--color-blue-400": "_Color--color-blue-400_nobcl_93",
|
|
36
|
+
"Color--color-blue-500": "_Color--color-blue-500_nobcl_96",
|
|
37
|
+
"Color--color-magenta-100": "_Color--color-magenta-100_nobcl_99",
|
|
38
|
+
"Color--color-magenta-200": "_Color--color-magenta-200_nobcl_102",
|
|
39
|
+
"Color--color-magenta-300": "_Color--color-magenta-300_nobcl_105",
|
|
40
|
+
"Color--color-magenta-400": "_Color--color-magenta-400_nobcl_108",
|
|
41
|
+
"Color--color-magenta-500": "_Color--color-magenta-500_nobcl_111"
|
|
42
42
|
};
|
|
43
43
|
const COLOR = "Color";
|
|
44
44
|
const getColorClassNames = (color) => {
|