@preply/ds-web-lib 1.4.2 → 1.4.3
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 +19 -18
- 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 +16 -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-DXJFz2vV.js +27 -0
- package/dist/layout-gap.module-BXKUpskL.js +139 -0
- package/dist/{layout-grid.module-DvWR2pve.js → layout-grid.module-CPHI8Yyu.js} +97 -97
- package/dist/layout-hide.module-D7M9PwD0.js +55 -0
- package/dist/{layout-relative.module-yZwngsDw.js → layout-relative.module-CpQbo91e.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-iACyovpJ.js +0 -27
- package/dist/layout-gap.module-DwYAmZqy.js +0 -139
- package/dist/layout-hide.module-CVaoro6S.js +0 -55
|
@@ -5,158 +5,158 @@ import { moduleClassNames, stringClassNames, getDatasetProps } from "@preply/ds-
|
|
|
5
5
|
import { forwardRef } from "react";
|
|
6
6
|
import { filterHTMLAttributes } from "../../utils/filterHTMLAttributes.js";
|
|
7
7
|
import { getLayoutPaddingClassnames } from "../../shared-styles/layout-padding/layout-padding.js";
|
|
8
|
-
import '../../assets/Box.css';const Box$1 = "
|
|
8
|
+
import '../../assets/Box.css';const Box$1 = "_Box_8bnvr_4";
|
|
9
9
|
const styles = {
|
|
10
10
|
Box: Box$1,
|
|
11
|
-
"Box--box-radius-none": "_Box--box-radius-
|
|
12
|
-
"Box--box-radius-m": "_Box--box-radius-
|
|
13
|
-
"Box--box-radius-l": "_Box--box-radius-
|
|
14
|
-
"Box--box-radius-2": "_Box--box-radius-
|
|
15
|
-
"Box--box-radius-4": "_Box--box-radius-
|
|
16
|
-
"Box--box-radius-8": "_Box--box-radius-
|
|
17
|
-
"Box--box-radius-0": "_Box--box-radius-
|
|
18
|
-
"Box--box-radius-12": "_Box--box-radius-
|
|
19
|
-
"Box--box-radius-16": "_Box--box-radius-
|
|
20
|
-
"Box--box-radius-24": "_Box--box-radius-
|
|
21
|
-
"Box--box-radius-32": "_Box--box-radius-
|
|
22
|
-
"Box--box-radius-48": "_Box--box-radius-
|
|
23
|
-
"Box--box-radius-64": "_Box--box-radius-
|
|
24
|
-
"Box--box-radius-96": "_Box--box-radius-
|
|
25
|
-
"Box--box-radius-160": "_Box--box-radius-
|
|
26
|
-
"Box--narrow-l--box-radius-none": "_Box--narrow-l--box-radius-
|
|
27
|
-
"Box--narrow-l--box-radius-m": "_Box--narrow-l--box-radius-
|
|
28
|
-
"Box--narrow-l--box-radius-l": "_Box--narrow-l--box-radius-
|
|
29
|
-
"Box--narrow-l--box-radius-2": "_Box--narrow-l--box-radius-
|
|
30
|
-
"Box--narrow-l--box-radius-4": "_Box--narrow-l--box-radius-
|
|
31
|
-
"Box--narrow-l--box-radius-8": "_Box--narrow-l--box-radius-
|
|
32
|
-
"Box--narrow-l--box-radius-0": "_Box--narrow-l--box-radius-
|
|
33
|
-
"Box--narrow-l--box-radius-12": "_Box--narrow-l--box-radius-
|
|
34
|
-
"Box--narrow-l--box-radius-16": "_Box--narrow-l--box-radius-
|
|
35
|
-
"Box--narrow-l--box-radius-24": "_Box--narrow-l--box-radius-
|
|
36
|
-
"Box--narrow-l--box-radius-32": "_Box--narrow-l--box-radius-
|
|
37
|
-
"Box--narrow-l--box-radius-48": "_Box--narrow-l--box-radius-
|
|
38
|
-
"Box--narrow-l--box-radius-64": "_Box--narrow-l--box-radius-
|
|
39
|
-
"Box--narrow-l--box-radius-96": "_Box--narrow-l--box-radius-
|
|
40
|
-
"Box--narrow-l--box-radius-160": "_Box--narrow-l--box-radius-
|
|
41
|
-
"Box--medium-s--box-radius-none": "_Box--medium-s--box-radius-
|
|
42
|
-
"Box--medium-s--box-radius-m": "_Box--medium-s--box-radius-
|
|
43
|
-
"Box--medium-s--box-radius-l": "_Box--medium-s--box-radius-
|
|
44
|
-
"Box--medium-s--box-radius-2": "_Box--medium-s--box-radius-
|
|
45
|
-
"Box--medium-s--box-radius-4": "_Box--medium-s--box-radius-
|
|
46
|
-
"Box--medium-s--box-radius-8": "_Box--medium-s--box-radius-
|
|
47
|
-
"Box--medium-s--box-radius-0": "_Box--medium-s--box-radius-
|
|
48
|
-
"Box--medium-s--box-radius-12": "_Box--medium-s--box-radius-
|
|
49
|
-
"Box--medium-s--box-radius-16": "_Box--medium-s--box-radius-
|
|
50
|
-
"Box--medium-s--box-radius-24": "_Box--medium-s--box-radius-
|
|
51
|
-
"Box--medium-s--box-radius-32": "_Box--medium-s--box-radius-
|
|
52
|
-
"Box--medium-s--box-radius-48": "_Box--medium-s--box-radius-
|
|
53
|
-
"Box--medium-s--box-radius-64": "_Box--medium-s--box-radius-
|
|
54
|
-
"Box--medium-s--box-radius-96": "_Box--medium-s--box-radius-
|
|
55
|
-
"Box--medium-s--box-radius-160": "_Box--medium-s--box-radius-
|
|
56
|
-
"Box--medium-l--box-radius-none": "_Box--medium-l--box-radius-
|
|
57
|
-
"Box--medium-l--box-radius-m": "_Box--medium-l--box-radius-
|
|
58
|
-
"Box--medium-l--box-radius-l": "_Box--medium-l--box-radius-
|
|
59
|
-
"Box--medium-l--box-radius-2": "_Box--medium-l--box-radius-
|
|
60
|
-
"Box--medium-l--box-radius-4": "_Box--medium-l--box-radius-
|
|
61
|
-
"Box--medium-l--box-radius-8": "_Box--medium-l--box-radius-
|
|
62
|
-
"Box--medium-l--box-radius-0": "_Box--medium-l--box-radius-
|
|
63
|
-
"Box--medium-l--box-radius-12": "_Box--medium-l--box-radius-
|
|
64
|
-
"Box--medium-l--box-radius-16": "_Box--medium-l--box-radius-
|
|
65
|
-
"Box--medium-l--box-radius-24": "_Box--medium-l--box-radius-
|
|
66
|
-
"Box--medium-l--box-radius-32": "_Box--medium-l--box-radius-
|
|
67
|
-
"Box--medium-l--box-radius-48": "_Box--medium-l--box-radius-
|
|
68
|
-
"Box--medium-l--box-radius-64": "_Box--medium-l--box-radius-
|
|
69
|
-
"Box--medium-l--box-radius-96": "_Box--medium-l--box-radius-
|
|
70
|
-
"Box--medium-l--box-radius-160": "_Box--medium-l--box-radius-
|
|
71
|
-
"Box--wide-s--box-radius-none": "_Box--wide-s--box-radius-
|
|
72
|
-
"Box--wide-s--box-radius-m": "_Box--wide-s--box-radius-
|
|
73
|
-
"Box--wide-s--box-radius-l": "_Box--wide-s--box-radius-
|
|
74
|
-
"Box--wide-s--box-radius-2": "_Box--wide-s--box-radius-
|
|
75
|
-
"Box--wide-s--box-radius-4": "_Box--wide-s--box-radius-
|
|
76
|
-
"Box--wide-s--box-radius-8": "_Box--wide-s--box-radius-
|
|
77
|
-
"Box--wide-s--box-radius-0": "_Box--wide-s--box-radius-
|
|
78
|
-
"Box--wide-s--box-radius-12": "_Box--wide-s--box-radius-
|
|
79
|
-
"Box--wide-s--box-radius-16": "_Box--wide-s--box-radius-
|
|
80
|
-
"Box--wide-s--box-radius-24": "_Box--wide-s--box-radius-
|
|
81
|
-
"Box--wide-s--box-radius-32": "_Box--wide-s--box-radius-
|
|
82
|
-
"Box--wide-s--box-radius-48": "_Box--wide-s--box-radius-
|
|
83
|
-
"Box--wide-s--box-radius-64": "_Box--wide-s--box-radius-
|
|
84
|
-
"Box--wide-s--box-radius-96": "_Box--wide-s--box-radius-
|
|
85
|
-
"Box--wide-s--box-radius-160": "_Box--wide-s--box-radius-
|
|
86
|
-
"Box--wide-l--box-radius-none": "_Box--wide-l--box-radius-
|
|
87
|
-
"Box--wide-l--box-radius-m": "_Box--wide-l--box-radius-
|
|
88
|
-
"Box--wide-l--box-radius-l": "_Box--wide-l--box-radius-
|
|
89
|
-
"Box--wide-l--box-radius-2": "_Box--wide-l--box-radius-
|
|
90
|
-
"Box--wide-l--box-radius-4": "_Box--wide-l--box-radius-
|
|
91
|
-
"Box--wide-l--box-radius-8": "_Box--wide-l--box-radius-
|
|
92
|
-
"Box--wide-l--box-radius-0": "_Box--wide-l--box-radius-
|
|
93
|
-
"Box--wide-l--box-radius-12": "_Box--wide-l--box-radius-
|
|
94
|
-
"Box--wide-l--box-radius-16": "_Box--wide-l--box-radius-
|
|
95
|
-
"Box--wide-l--box-radius-24": "_Box--wide-l--box-radius-
|
|
96
|
-
"Box--wide-l--box-radius-32": "_Box--wide-l--box-radius-
|
|
97
|
-
"Box--wide-l--box-radius-48": "_Box--wide-l--box-radius-
|
|
98
|
-
"Box--wide-l--box-radius-64": "_Box--wide-l--box-radius-
|
|
99
|
-
"Box--wide-l--box-radius-96": "_Box--wide-l--box-radius-
|
|
100
|
-
"Box--wide-l--box-radius-160": "_Box--wide-l--box-radius-
|
|
101
|
-
"Box--background-white": "_Box--background-
|
|
102
|
-
"Box--background-gray-100": "_Box--background-gray-
|
|
103
|
-
"Box--background-gray-200": "_Box--background-gray-
|
|
104
|
-
"Box--background-gray-300": "_Box--background-gray-
|
|
105
|
-
"Box--background-gray-400": "_Box--background-gray-
|
|
106
|
-
"Box--background-gray-500": "_Box--background-gray-
|
|
107
|
-
"Box--background-gray-600": "_Box--background-gray-
|
|
108
|
-
"Box--background-teal-100": "_Box--background-teal-
|
|
109
|
-
"Box--background-teal-200": "_Box--background-teal-
|
|
110
|
-
"Box--background-teal-300": "_Box--background-teal-
|
|
111
|
-
"Box--background-teal-400": "_Box--background-teal-
|
|
112
|
-
"Box--background-teal-500": "_Box--background-teal-
|
|
113
|
-
"Box--background-green-100": "_Box--background-green-
|
|
114
|
-
"Box--background-green-200": "_Box--background-green-
|
|
115
|
-
"Box--background-green-300": "_Box--background-green-
|
|
116
|
-
"Box--background-green-400": "_Box--background-green-
|
|
117
|
-
"Box--background-green-500": "_Box--background-green-
|
|
118
|
-
"Box--background-yellow-100": "_Box--background-yellow-
|
|
119
|
-
"Box--background-yellow-200": "_Box--background-yellow-
|
|
120
|
-
"Box--background-yellow-300": "_Box--background-yellow-
|
|
121
|
-
"Box--background-yellow-400": "_Box--background-yellow-
|
|
122
|
-
"Box--background-yellow-500": "_Box--background-yellow-
|
|
123
|
-
"Box--background-red-100": "_Box--background-red-
|
|
124
|
-
"Box--background-red-200": "_Box--background-red-
|
|
125
|
-
"Box--background-red-300": "_Box--background-red-
|
|
126
|
-
"Box--background-red-400": "_Box--background-red-
|
|
127
|
-
"Box--background-red-500": "_Box--background-red-
|
|
128
|
-
"Box--background-blue-100": "_Box--background-blue-
|
|
129
|
-
"Box--background-blue-200": "_Box--background-blue-
|
|
130
|
-
"Box--background-blue-300": "_Box--background-blue-
|
|
131
|
-
"Box--background-blue-400": "_Box--background-blue-
|
|
132
|
-
"Box--background-blue-500": "_Box--background-blue-
|
|
133
|
-
"Box--background-magenta-100": "_Box--background-magenta-
|
|
134
|
-
"Box--background-magenta-200": "_Box--background-magenta-
|
|
135
|
-
"Box--background-magenta-300": "_Box--background-magenta-
|
|
136
|
-
"Box--background-magenta-400": "_Box--background-magenta-
|
|
137
|
-
"Box--background-magenta-500": "_Box--background-magenta-
|
|
138
|
-
"Box--background-primary": "_Box--background-
|
|
139
|
-
"Box--background-secondary": "_Box--background-
|
|
140
|
-
"Box--background-tertiary": "_Box--background-
|
|
141
|
-
"Box--background-overlay": "_Box--background-
|
|
142
|
-
"Box--background-disabled": "_Box--background-
|
|
143
|
-
"Box--background-brand": "_Box--background-
|
|
144
|
-
"Box--background-brandB2b": "_Box--background-
|
|
145
|
-
"Box--background-accentLight": "_Box--background-
|
|
146
|
-
"Box--background-accentDark": "_Box--background-
|
|
147
|
-
"Box--background-positiveLight": "_Box--background-
|
|
148
|
-
"Box--background-positiveDark": "_Box--background-
|
|
149
|
-
"Box--background-infoLight": "_Box--background-
|
|
150
|
-
"Box--background-infoDark": "_Box--background-
|
|
151
|
-
"Box--background-warningLight": "_Box--background-
|
|
152
|
-
"Box--background-warningDark": "_Box--background-
|
|
153
|
-
"Box--background-criticalLight": "_Box--background-
|
|
154
|
-
"Box--background-criticalDark": "_Box--background-
|
|
155
|
-
"Box--background-statusOnline": "_Box--background-
|
|
156
|
-
"Box--background-statusOffline": "_Box--background-
|
|
157
|
-
"Box--background-primaryInverted": "_Box--background-
|
|
158
|
-
"Box--background-secondaryInverted": "_Box--background-
|
|
159
|
-
"Box--background-tertiaryInverted": "_Box--background-
|
|
11
|
+
"Box--box-radius-none": "_Box--box-radius-none_8bnvr_16",
|
|
12
|
+
"Box--box-radius-m": "_Box--box-radius-m_8bnvr_19",
|
|
13
|
+
"Box--box-radius-l": "_Box--box-radius-l_8bnvr_22",
|
|
14
|
+
"Box--box-radius-2": "_Box--box-radius-2_8bnvr_25",
|
|
15
|
+
"Box--box-radius-4": "_Box--box-radius-4_8bnvr_28",
|
|
16
|
+
"Box--box-radius-8": "_Box--box-radius-8_8bnvr_31",
|
|
17
|
+
"Box--box-radius-0": "_Box--box-radius-0_8bnvr_34",
|
|
18
|
+
"Box--box-radius-12": "_Box--box-radius-12_8bnvr_46",
|
|
19
|
+
"Box--box-radius-16": "_Box--box-radius-16_8bnvr_49",
|
|
20
|
+
"Box--box-radius-24": "_Box--box-radius-24_8bnvr_52",
|
|
21
|
+
"Box--box-radius-32": "_Box--box-radius-32_8bnvr_55",
|
|
22
|
+
"Box--box-radius-48": "_Box--box-radius-48_8bnvr_58",
|
|
23
|
+
"Box--box-radius-64": "_Box--box-radius-64_8bnvr_61",
|
|
24
|
+
"Box--box-radius-96": "_Box--box-radius-96_8bnvr_64",
|
|
25
|
+
"Box--box-radius-160": "_Box--box-radius-160_8bnvr_67",
|
|
26
|
+
"Box--narrow-l--box-radius-none": "_Box--narrow-l--box-radius-none_8bnvr_71",
|
|
27
|
+
"Box--narrow-l--box-radius-m": "_Box--narrow-l--box-radius-m_8bnvr_74",
|
|
28
|
+
"Box--narrow-l--box-radius-l": "_Box--narrow-l--box-radius-l_8bnvr_77",
|
|
29
|
+
"Box--narrow-l--box-radius-2": "_Box--narrow-l--box-radius-2_8bnvr_80",
|
|
30
|
+
"Box--narrow-l--box-radius-4": "_Box--narrow-l--box-radius-4_8bnvr_83",
|
|
31
|
+
"Box--narrow-l--box-radius-8": "_Box--narrow-l--box-radius-8_8bnvr_86",
|
|
32
|
+
"Box--narrow-l--box-radius-0": "_Box--narrow-l--box-radius-0_8bnvr_89",
|
|
33
|
+
"Box--narrow-l--box-radius-12": "_Box--narrow-l--box-radius-12_8bnvr_101",
|
|
34
|
+
"Box--narrow-l--box-radius-16": "_Box--narrow-l--box-radius-16_8bnvr_104",
|
|
35
|
+
"Box--narrow-l--box-radius-24": "_Box--narrow-l--box-radius-24_8bnvr_107",
|
|
36
|
+
"Box--narrow-l--box-radius-32": "_Box--narrow-l--box-radius-32_8bnvr_110",
|
|
37
|
+
"Box--narrow-l--box-radius-48": "_Box--narrow-l--box-radius-48_8bnvr_113",
|
|
38
|
+
"Box--narrow-l--box-radius-64": "_Box--narrow-l--box-radius-64_8bnvr_116",
|
|
39
|
+
"Box--narrow-l--box-radius-96": "_Box--narrow-l--box-radius-96_8bnvr_119",
|
|
40
|
+
"Box--narrow-l--box-radius-160": "_Box--narrow-l--box-radius-160_8bnvr_122",
|
|
41
|
+
"Box--medium-s--box-radius-none": "_Box--medium-s--box-radius-none_8bnvr_127",
|
|
42
|
+
"Box--medium-s--box-radius-m": "_Box--medium-s--box-radius-m_8bnvr_130",
|
|
43
|
+
"Box--medium-s--box-radius-l": "_Box--medium-s--box-radius-l_8bnvr_133",
|
|
44
|
+
"Box--medium-s--box-radius-2": "_Box--medium-s--box-radius-2_8bnvr_136",
|
|
45
|
+
"Box--medium-s--box-radius-4": "_Box--medium-s--box-radius-4_8bnvr_139",
|
|
46
|
+
"Box--medium-s--box-radius-8": "_Box--medium-s--box-radius-8_8bnvr_142",
|
|
47
|
+
"Box--medium-s--box-radius-0": "_Box--medium-s--box-radius-0_8bnvr_145",
|
|
48
|
+
"Box--medium-s--box-radius-12": "_Box--medium-s--box-radius-12_8bnvr_157",
|
|
49
|
+
"Box--medium-s--box-radius-16": "_Box--medium-s--box-radius-16_8bnvr_160",
|
|
50
|
+
"Box--medium-s--box-radius-24": "_Box--medium-s--box-radius-24_8bnvr_163",
|
|
51
|
+
"Box--medium-s--box-radius-32": "_Box--medium-s--box-radius-32_8bnvr_166",
|
|
52
|
+
"Box--medium-s--box-radius-48": "_Box--medium-s--box-radius-48_8bnvr_169",
|
|
53
|
+
"Box--medium-s--box-radius-64": "_Box--medium-s--box-radius-64_8bnvr_172",
|
|
54
|
+
"Box--medium-s--box-radius-96": "_Box--medium-s--box-radius-96_8bnvr_175",
|
|
55
|
+
"Box--medium-s--box-radius-160": "_Box--medium-s--box-radius-160_8bnvr_178",
|
|
56
|
+
"Box--medium-l--box-radius-none": "_Box--medium-l--box-radius-none_8bnvr_183",
|
|
57
|
+
"Box--medium-l--box-radius-m": "_Box--medium-l--box-radius-m_8bnvr_186",
|
|
58
|
+
"Box--medium-l--box-radius-l": "_Box--medium-l--box-radius-l_8bnvr_189",
|
|
59
|
+
"Box--medium-l--box-radius-2": "_Box--medium-l--box-radius-2_8bnvr_192",
|
|
60
|
+
"Box--medium-l--box-radius-4": "_Box--medium-l--box-radius-4_8bnvr_195",
|
|
61
|
+
"Box--medium-l--box-radius-8": "_Box--medium-l--box-radius-8_8bnvr_198",
|
|
62
|
+
"Box--medium-l--box-radius-0": "_Box--medium-l--box-radius-0_8bnvr_201",
|
|
63
|
+
"Box--medium-l--box-radius-12": "_Box--medium-l--box-radius-12_8bnvr_213",
|
|
64
|
+
"Box--medium-l--box-radius-16": "_Box--medium-l--box-radius-16_8bnvr_216",
|
|
65
|
+
"Box--medium-l--box-radius-24": "_Box--medium-l--box-radius-24_8bnvr_219",
|
|
66
|
+
"Box--medium-l--box-radius-32": "_Box--medium-l--box-radius-32_8bnvr_222",
|
|
67
|
+
"Box--medium-l--box-radius-48": "_Box--medium-l--box-radius-48_8bnvr_225",
|
|
68
|
+
"Box--medium-l--box-radius-64": "_Box--medium-l--box-radius-64_8bnvr_228",
|
|
69
|
+
"Box--medium-l--box-radius-96": "_Box--medium-l--box-radius-96_8bnvr_231",
|
|
70
|
+
"Box--medium-l--box-radius-160": "_Box--medium-l--box-radius-160_8bnvr_234",
|
|
71
|
+
"Box--wide-s--box-radius-none": "_Box--wide-s--box-radius-none_8bnvr_239",
|
|
72
|
+
"Box--wide-s--box-radius-m": "_Box--wide-s--box-radius-m_8bnvr_242",
|
|
73
|
+
"Box--wide-s--box-radius-l": "_Box--wide-s--box-radius-l_8bnvr_245",
|
|
74
|
+
"Box--wide-s--box-radius-2": "_Box--wide-s--box-radius-2_8bnvr_248",
|
|
75
|
+
"Box--wide-s--box-radius-4": "_Box--wide-s--box-radius-4_8bnvr_251",
|
|
76
|
+
"Box--wide-s--box-radius-8": "_Box--wide-s--box-radius-8_8bnvr_254",
|
|
77
|
+
"Box--wide-s--box-radius-0": "_Box--wide-s--box-radius-0_8bnvr_257",
|
|
78
|
+
"Box--wide-s--box-radius-12": "_Box--wide-s--box-radius-12_8bnvr_269",
|
|
79
|
+
"Box--wide-s--box-radius-16": "_Box--wide-s--box-radius-16_8bnvr_272",
|
|
80
|
+
"Box--wide-s--box-radius-24": "_Box--wide-s--box-radius-24_8bnvr_275",
|
|
81
|
+
"Box--wide-s--box-radius-32": "_Box--wide-s--box-radius-32_8bnvr_278",
|
|
82
|
+
"Box--wide-s--box-radius-48": "_Box--wide-s--box-radius-48_8bnvr_281",
|
|
83
|
+
"Box--wide-s--box-radius-64": "_Box--wide-s--box-radius-64_8bnvr_284",
|
|
84
|
+
"Box--wide-s--box-radius-96": "_Box--wide-s--box-radius-96_8bnvr_287",
|
|
85
|
+
"Box--wide-s--box-radius-160": "_Box--wide-s--box-radius-160_8bnvr_290",
|
|
86
|
+
"Box--wide-l--box-radius-none": "_Box--wide-l--box-radius-none_8bnvr_295",
|
|
87
|
+
"Box--wide-l--box-radius-m": "_Box--wide-l--box-radius-m_8bnvr_298",
|
|
88
|
+
"Box--wide-l--box-radius-l": "_Box--wide-l--box-radius-l_8bnvr_301",
|
|
89
|
+
"Box--wide-l--box-radius-2": "_Box--wide-l--box-radius-2_8bnvr_304",
|
|
90
|
+
"Box--wide-l--box-radius-4": "_Box--wide-l--box-radius-4_8bnvr_307",
|
|
91
|
+
"Box--wide-l--box-radius-8": "_Box--wide-l--box-radius-8_8bnvr_310",
|
|
92
|
+
"Box--wide-l--box-radius-0": "_Box--wide-l--box-radius-0_8bnvr_313",
|
|
93
|
+
"Box--wide-l--box-radius-12": "_Box--wide-l--box-radius-12_8bnvr_325",
|
|
94
|
+
"Box--wide-l--box-radius-16": "_Box--wide-l--box-radius-16_8bnvr_328",
|
|
95
|
+
"Box--wide-l--box-radius-24": "_Box--wide-l--box-radius-24_8bnvr_331",
|
|
96
|
+
"Box--wide-l--box-radius-32": "_Box--wide-l--box-radius-32_8bnvr_334",
|
|
97
|
+
"Box--wide-l--box-radius-48": "_Box--wide-l--box-radius-48_8bnvr_337",
|
|
98
|
+
"Box--wide-l--box-radius-64": "_Box--wide-l--box-radius-64_8bnvr_340",
|
|
99
|
+
"Box--wide-l--box-radius-96": "_Box--wide-l--box-radius-96_8bnvr_343",
|
|
100
|
+
"Box--wide-l--box-radius-160": "_Box--wide-l--box-radius-160_8bnvr_346",
|
|
101
|
+
"Box--background-white": "_Box--background-white_8bnvr_350",
|
|
102
|
+
"Box--background-gray-100": "_Box--background-gray-100_8bnvr_353",
|
|
103
|
+
"Box--background-gray-200": "_Box--background-gray-200_8bnvr_356",
|
|
104
|
+
"Box--background-gray-300": "_Box--background-gray-300_8bnvr_359",
|
|
105
|
+
"Box--background-gray-400": "_Box--background-gray-400_8bnvr_362",
|
|
106
|
+
"Box--background-gray-500": "_Box--background-gray-500_8bnvr_365",
|
|
107
|
+
"Box--background-gray-600": "_Box--background-gray-600_8bnvr_368",
|
|
108
|
+
"Box--background-teal-100": "_Box--background-teal-100_8bnvr_371",
|
|
109
|
+
"Box--background-teal-200": "_Box--background-teal-200_8bnvr_374",
|
|
110
|
+
"Box--background-teal-300": "_Box--background-teal-300_8bnvr_377",
|
|
111
|
+
"Box--background-teal-400": "_Box--background-teal-400_8bnvr_380",
|
|
112
|
+
"Box--background-teal-500": "_Box--background-teal-500_8bnvr_383",
|
|
113
|
+
"Box--background-green-100": "_Box--background-green-100_8bnvr_386",
|
|
114
|
+
"Box--background-green-200": "_Box--background-green-200_8bnvr_389",
|
|
115
|
+
"Box--background-green-300": "_Box--background-green-300_8bnvr_392",
|
|
116
|
+
"Box--background-green-400": "_Box--background-green-400_8bnvr_395",
|
|
117
|
+
"Box--background-green-500": "_Box--background-green-500_8bnvr_398",
|
|
118
|
+
"Box--background-yellow-100": "_Box--background-yellow-100_8bnvr_401",
|
|
119
|
+
"Box--background-yellow-200": "_Box--background-yellow-200_8bnvr_404",
|
|
120
|
+
"Box--background-yellow-300": "_Box--background-yellow-300_8bnvr_407",
|
|
121
|
+
"Box--background-yellow-400": "_Box--background-yellow-400_8bnvr_410",
|
|
122
|
+
"Box--background-yellow-500": "_Box--background-yellow-500_8bnvr_413",
|
|
123
|
+
"Box--background-red-100": "_Box--background-red-100_8bnvr_416",
|
|
124
|
+
"Box--background-red-200": "_Box--background-red-200_8bnvr_419",
|
|
125
|
+
"Box--background-red-300": "_Box--background-red-300_8bnvr_422",
|
|
126
|
+
"Box--background-red-400": "_Box--background-red-400_8bnvr_425",
|
|
127
|
+
"Box--background-red-500": "_Box--background-red-500_8bnvr_428",
|
|
128
|
+
"Box--background-blue-100": "_Box--background-blue-100_8bnvr_431",
|
|
129
|
+
"Box--background-blue-200": "_Box--background-blue-200_8bnvr_434",
|
|
130
|
+
"Box--background-blue-300": "_Box--background-blue-300_8bnvr_437",
|
|
131
|
+
"Box--background-blue-400": "_Box--background-blue-400_8bnvr_440",
|
|
132
|
+
"Box--background-blue-500": "_Box--background-blue-500_8bnvr_443",
|
|
133
|
+
"Box--background-magenta-100": "_Box--background-magenta-100_8bnvr_446",
|
|
134
|
+
"Box--background-magenta-200": "_Box--background-magenta-200_8bnvr_449",
|
|
135
|
+
"Box--background-magenta-300": "_Box--background-magenta-300_8bnvr_452",
|
|
136
|
+
"Box--background-magenta-400": "_Box--background-magenta-400_8bnvr_455",
|
|
137
|
+
"Box--background-magenta-500": "_Box--background-magenta-500_8bnvr_458",
|
|
138
|
+
"Box--background-primary": "_Box--background-primary_8bnvr_461",
|
|
139
|
+
"Box--background-secondary": "_Box--background-secondary_8bnvr_464",
|
|
140
|
+
"Box--background-tertiary": "_Box--background-tertiary_8bnvr_467",
|
|
141
|
+
"Box--background-overlay": "_Box--background-overlay_8bnvr_470",
|
|
142
|
+
"Box--background-disabled": "_Box--background-disabled_8bnvr_473",
|
|
143
|
+
"Box--background-brand": "_Box--background-brand_8bnvr_476",
|
|
144
|
+
"Box--background-brandB2b": "_Box--background-brandB2b_8bnvr_479",
|
|
145
|
+
"Box--background-accentLight": "_Box--background-accentLight_8bnvr_482",
|
|
146
|
+
"Box--background-accentDark": "_Box--background-accentDark_8bnvr_485",
|
|
147
|
+
"Box--background-positiveLight": "_Box--background-positiveLight_8bnvr_488",
|
|
148
|
+
"Box--background-positiveDark": "_Box--background-positiveDark_8bnvr_491",
|
|
149
|
+
"Box--background-infoLight": "_Box--background-infoLight_8bnvr_494",
|
|
150
|
+
"Box--background-infoDark": "_Box--background-infoDark_8bnvr_497",
|
|
151
|
+
"Box--background-warningLight": "_Box--background-warningLight_8bnvr_500",
|
|
152
|
+
"Box--background-warningDark": "_Box--background-warningDark_8bnvr_503",
|
|
153
|
+
"Box--background-criticalLight": "_Box--background-criticalLight_8bnvr_506",
|
|
154
|
+
"Box--background-criticalDark": "_Box--background-criticalDark_8bnvr_509",
|
|
155
|
+
"Box--background-statusOnline": "_Box--background-statusOnline_8bnvr_512",
|
|
156
|
+
"Box--background-statusOffline": "_Box--background-statusOffline_8bnvr_515",
|
|
157
|
+
"Box--background-primaryInverted": "_Box--background-primaryInverted_8bnvr_518",
|
|
158
|
+
"Box--background-secondaryInverted": "_Box--background-secondaryInverted_8bnvr_521",
|
|
159
|
+
"Box--background-tertiaryInverted": "_Box--background-tertiaryInverted_8bnvr_524"
|
|
160
160
|
};
|
|
161
161
|
const Box = forwardRef(function BoxComponent({
|
|
162
162
|
children,
|
|
@@ -6,7 +6,7 @@ import { forwardRef } from "react";
|
|
|
6
6
|
import { renderIcon } from "../../utils/render-icon.js";
|
|
7
7
|
import { ButtonBase } from "../private/ButtonBase/ButtonBase.js";
|
|
8
8
|
import '../../assets/Button.css';const styles = {
|
|
9
|
-
"Button--icon": "_Button--
|
|
9
|
+
"Button--icon": "_Button--icon_g8mgg_5"
|
|
10
10
|
};
|
|
11
11
|
const Button = forwardRef(function ButtonComponent({
|
|
12
12
|
variant = BUTTON_VARIANT_DEFAULT,
|
|
@@ -8,13 +8,13 @@ import { Icon } from "../Icon/Icon.js";
|
|
|
8
8
|
import { filterHTMLAttributes } from "../../utils/filterHTMLAttributes.js";
|
|
9
9
|
import { useIntl } from "react-intl";
|
|
10
10
|
import { genericAriaLabels } from "../../utils/shared-strings.js";
|
|
11
|
-
import '../../assets/Chips.css';const chips = "
|
|
12
|
-
const chip = "
|
|
11
|
+
import '../../assets/Chips.css';const chips = "_chips_rugtg_3";
|
|
12
|
+
const chip = "_chip_rugtg_3";
|
|
13
13
|
const styles = {
|
|
14
14
|
chips,
|
|
15
15
|
chip,
|
|
16
|
-
"chip-toggle": "_chip-
|
|
17
|
-
"chip-remove": "_chip-
|
|
16
|
+
"chip-toggle": "_chip-toggle_rugtg_37",
|
|
17
|
+
"chip-remove": "_chip-remove_rugtg_54"
|
|
18
18
|
};
|
|
19
19
|
const SvgClose = ({
|
|
20
20
|
title,
|
|
@@ -17,17 +17,17 @@ import '../../assets/Dialog.css';const SvgClose = ({
|
|
|
17
17
|
...props
|
|
18
18
|
}, ref) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", ref, "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fillRule: "evenodd", d: "M7.207 5.793a1 1 0 0 0-1.414 1.414L10.586 12l-4.793 4.793a1 1 0 1 0 1.414 1.414L12 13.414l4.793 4.793a1 1 0 0 0 1.414-1.414L13.414 12l4.793-4.793a1 1 0 0 0-1.414-1.414L12 10.586 7.207 5.793Z", clipRule: "evenodd" }));
|
|
19
19
|
const ForwardRef = forwardRef(SvgClose);
|
|
20
|
-
const overlay = "
|
|
21
|
-
const overlayShow = "
|
|
22
|
-
const overlayHide = "
|
|
23
|
-
const Dialog$1 = "
|
|
24
|
-
const mobileContentShow = "
|
|
25
|
-
const mobileContentHide = "
|
|
26
|
-
const contentShow = "
|
|
27
|
-
const contentHide = "
|
|
28
|
-
const header = "
|
|
29
|
-
const description = "
|
|
30
|
-
const actions = "
|
|
20
|
+
const overlay = "_overlay_cuqom_56";
|
|
21
|
+
const overlayShow = "_overlayShow_cuqom_1";
|
|
22
|
+
const overlayHide = "_overlayHide_cuqom_1";
|
|
23
|
+
const Dialog$1 = "_Dialog_cuqom_70";
|
|
24
|
+
const mobileContentShow = "_mobileContentShow_cuqom_1";
|
|
25
|
+
const mobileContentHide = "_mobileContentHide_cuqom_1";
|
|
26
|
+
const contentShow = "_contentShow_cuqom_1";
|
|
27
|
+
const contentHide = "_contentHide_cuqom_1";
|
|
28
|
+
const header = "_header_cuqom_402";
|
|
29
|
+
const description = "_description_cuqom_428";
|
|
30
|
+
const actions = "_actions_cuqom_434";
|
|
31
31
|
const styles = {
|
|
32
32
|
overlay,
|
|
33
33
|
overlayShow,
|
|
@@ -35,30 +35,30 @@ const styles = {
|
|
|
35
35
|
Dialog: Dialog$1,
|
|
36
36
|
mobileContentShow,
|
|
37
37
|
mobileContentHide,
|
|
38
|
-
"Dialog--size-xs": "_Dialog--size-
|
|
39
|
-
"Dialog--narrow-l--size-xs": "_Dialog--narrow-l--size-
|
|
40
|
-
"Dialog--medium-s--size-xs": "_Dialog--medium-s--size-
|
|
41
|
-
"Dialog--medium-l--size-xs": "_Dialog--medium-l--size-
|
|
42
|
-
"Dialog--wide-s--size-xs": "_Dialog--wide-s--size-
|
|
43
|
-
"Dialog--wide-l--size-xs": "_Dialog--wide-l--size-
|
|
44
|
-
"Dialog--size-sm": "_Dialog--size-
|
|
45
|
-
"Dialog--narrow-l--size-sm": "_Dialog--narrow-l--size-
|
|
46
|
-
"Dialog--medium-s--size-sm": "_Dialog--medium-s--size-
|
|
47
|
-
"Dialog--medium-l--size-sm": "_Dialog--medium-l--size-
|
|
48
|
-
"Dialog--wide-s--size-sm": "_Dialog--wide-s--size-
|
|
49
|
-
"Dialog--wide-l--size-sm": "_Dialog--wide-l--size-
|
|
50
|
-
"Dialog--size-md": "_Dialog--size-
|
|
51
|
-
"Dialog--narrow-l--size-md": "_Dialog--narrow-l--size-
|
|
52
|
-
"Dialog--medium-s--size-md": "_Dialog--medium-s--size-
|
|
53
|
-
"Dialog--medium-l--size-md": "_Dialog--medium-l--size-
|
|
54
|
-
"Dialog--wide-s--size-md": "_Dialog--wide-s--size-
|
|
55
|
-
"Dialog--wide-l--size-md": "_Dialog--wide-l--size-
|
|
56
|
-
"Dialog--size-lg": "_Dialog--size-
|
|
57
|
-
"Dialog--narrow-l--size-lg": "_Dialog--narrow-l--size-
|
|
58
|
-
"Dialog--medium-s--size-lg": "_Dialog--medium-s--size-
|
|
59
|
-
"Dialog--medium-l--size-lg": "_Dialog--medium-l--size-
|
|
60
|
-
"Dialog--wide-s--size-lg": "_Dialog--wide-s--size-
|
|
61
|
-
"Dialog--wide-l--size-lg": "_Dialog--wide-l--size-
|
|
38
|
+
"Dialog--size-xs": "_Dialog--size-xs_cuqom_90",
|
|
39
|
+
"Dialog--narrow-l--size-xs": "_Dialog--narrow-l--size-xs_cuqom_96",
|
|
40
|
+
"Dialog--medium-s--size-xs": "_Dialog--medium-s--size-xs_cuqom_103",
|
|
41
|
+
"Dialog--medium-l--size-xs": "_Dialog--medium-l--size-xs_cuqom_110",
|
|
42
|
+
"Dialog--wide-s--size-xs": "_Dialog--wide-s--size-xs_cuqom_117",
|
|
43
|
+
"Dialog--wide-l--size-xs": "_Dialog--wide-l--size-xs_cuqom_124",
|
|
44
|
+
"Dialog--size-sm": "_Dialog--size-sm_cuqom_130",
|
|
45
|
+
"Dialog--narrow-l--size-sm": "_Dialog--narrow-l--size-sm_cuqom_136",
|
|
46
|
+
"Dialog--medium-s--size-sm": "_Dialog--medium-s--size-sm_cuqom_143",
|
|
47
|
+
"Dialog--medium-l--size-sm": "_Dialog--medium-l--size-sm_cuqom_150",
|
|
48
|
+
"Dialog--wide-s--size-sm": "_Dialog--wide-s--size-sm_cuqom_157",
|
|
49
|
+
"Dialog--wide-l--size-sm": "_Dialog--wide-l--size-sm_cuqom_164",
|
|
50
|
+
"Dialog--size-md": "_Dialog--size-md_cuqom_170",
|
|
51
|
+
"Dialog--narrow-l--size-md": "_Dialog--narrow-l--size-md_cuqom_176",
|
|
52
|
+
"Dialog--medium-s--size-md": "_Dialog--medium-s--size-md_cuqom_183",
|
|
53
|
+
"Dialog--medium-l--size-md": "_Dialog--medium-l--size-md_cuqom_190",
|
|
54
|
+
"Dialog--wide-s--size-md": "_Dialog--wide-s--size-md_cuqom_197",
|
|
55
|
+
"Dialog--wide-l--size-md": "_Dialog--wide-l--size-md_cuqom_204",
|
|
56
|
+
"Dialog--size-lg": "_Dialog--size-lg_cuqom_210",
|
|
57
|
+
"Dialog--narrow-l--size-lg": "_Dialog--narrow-l--size-lg_cuqom_216",
|
|
58
|
+
"Dialog--medium-s--size-lg": "_Dialog--medium-s--size-lg_cuqom_223",
|
|
59
|
+
"Dialog--medium-l--size-lg": "_Dialog--medium-l--size-lg_cuqom_230",
|
|
60
|
+
"Dialog--wide-s--size-lg": "_Dialog--wide-s--size-lg_cuqom_237",
|
|
61
|
+
"Dialog--wide-l--size-lg": "_Dialog--wide-l--size-lg_cuqom_244",
|
|
62
62
|
contentShow,
|
|
63
63
|
contentHide,
|
|
64
64
|
header,
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
2
|
import { webComponentNames } from "@preply/ds-visual-coverage-component-names";
|
|
3
3
|
import { moduleClassNames, stringClassNames, FIELD_ADDITIONAL_TEXT_VARIANT_DEFAULT, getDatasetProps } from "@preply/ds-web-core";
|
|
4
|
-
import '../../assets/FieldAdditionalText.css';const FieldAdditionalText$1 = "
|
|
4
|
+
import '../../assets/FieldAdditionalText.css';const FieldAdditionalText$1 = "_FieldAdditionalText_gxo8m_4";
|
|
5
5
|
const styles = {
|
|
6
6
|
FieldAdditionalText: FieldAdditionalText$1,
|
|
7
|
-
"FieldAdditionalText--variant-normal": "_FieldAdditionalText--variant-
|
|
8
|
-
"FieldAdditionalText--variant-error": "_FieldAdditionalText--variant-
|
|
7
|
+
"FieldAdditionalText--variant-normal": "_FieldAdditionalText--variant-normal_gxo8m_11",
|
|
8
|
+
"FieldAdditionalText--variant-error": "_FieldAdditionalText--variant-error_gxo8m_14"
|
|
9
9
|
};
|
|
10
10
|
const FieldAdditionalText = ({
|
|
11
11
|
id,
|
|
@@ -4,7 +4,7 @@ import { webComponentNames } from "@preply/ds-visual-coverage-component-names";
|
|
|
4
4
|
import { moduleClassNames, getDatasetProps } from "@preply/ds-web-core";
|
|
5
5
|
import { forwardRef } from "react";
|
|
6
6
|
import { filterHTMLAttributes } from "../../utils/filterHTMLAttributes.js";
|
|
7
|
-
import '../../assets/FieldButton.css';const FieldButton$1 = "
|
|
7
|
+
import '../../assets/FieldButton.css';const FieldButton$1 = "_FieldButton_e9d2w_4";
|
|
8
8
|
const styles = {
|
|
9
9
|
FieldButton: FieldButton$1
|
|
10
10
|
};
|
|
@@ -5,13 +5,13 @@ import { moduleLocals, booleanClassNames } from "@preply/ds-web-core";
|
|
|
5
5
|
import { forwardRef, useRef, useImperativeHandle } from "react";
|
|
6
6
|
import { FieldLayoutBase } from "../private/FieldLayoutBase/FieldLayoutBase.js";
|
|
7
7
|
import '../../assets/FieldLayout.css';const styles = {
|
|
8
|
-
"FieldLayout--input": "_FieldLayout--
|
|
9
|
-
"FieldLayout--icon": "_FieldLayout--
|
|
10
|
-
"FieldLayout--has-icon": "_FieldLayout--has-
|
|
11
|
-
"FieldLayout--has-button": "_FieldLayout--has-
|
|
12
|
-
"FieldLayout--has-error": "_FieldLayout--has-
|
|
13
|
-
"FieldLayout--is-focused": "_FieldLayout--is-
|
|
14
|
-
"FieldLayout--is-disabled": "_FieldLayout--is-
|
|
8
|
+
"FieldLayout--input": "_FieldLayout--input_jgmox_5",
|
|
9
|
+
"FieldLayout--icon": "_FieldLayout--icon_jgmox_42",
|
|
10
|
+
"FieldLayout--has-icon": "_FieldLayout--has-icon_jgmox_55",
|
|
11
|
+
"FieldLayout--has-button": "_FieldLayout--has-button_jgmox_58",
|
|
12
|
+
"FieldLayout--has-error": "_FieldLayout--has-error_jgmox_61",
|
|
13
|
+
"FieldLayout--is-focused": "_FieldLayout--is-focused_jgmox_72",
|
|
14
|
+
"FieldLayout--is-disabled": "_FieldLayout--is-disabled_jgmox_76"
|
|
15
15
|
};
|
|
16
16
|
const FieldLayoutLocal = ({
|
|
17
17
|
id,
|