@preply/ds-web-lib 1.5.0 → 2.0.0
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-v4nAc-_q.js +27 -0
- package/dist/layout-gap.module-BRl-r4iq.js +139 -0
- package/dist/{layout-grid.module-YxQ1leYH.js → layout-grid.module-CKp47Yfz.js} +97 -97
- package/dist/layout-hide.module-CxXbAgTg.js +55 -0
- package/dist/{layout-relative.module-BIEPDZE2.js → layout-relative.module-DIaUqnvq.js} +2 -2
- package/dist/shared-styles/align-self/align-self.js +25 -25
- package/dist/shared-styles/color/color.js +38 -38
- package/dist/shared-styles/exp-color/exp-color.js +57 -57
- package/dist/shared-styles/layout-gap/layout-gap.js +1 -1
- package/dist/shared-styles/layout-grid/layout-grid.js +1 -1
- package/dist/shared-styles/layout-grid-responsive-columns/layout-grid-responsive-columns.js +1 -1
- package/dist/shared-styles/layout-hide/layout-hide.js +1 -1
- package/dist/shared-styles/layout-padding/layout-padding.js +529 -529
- package/dist/shared-styles/layout-relative/layout-relative.js +1 -1
- package/dist/shared-styles/text-accent/text-accent.js +17 -17
- package/dist/shared-styles/text-centered/text-centered.js +13 -13
- package/dist/shared-styles/text-weight/text-weight.js +7 -7
- package/package.json +13 -13
- package/dist/index.module-DeaW0ui4.js +0 -27
- package/dist/layout-gap.module-DLR1C9EV.js +0 -139
- package/dist/layout-hide.module-rFpj-qdB.js +0 -55
|
@@ -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_7bfdg_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_7bfdg_16",
|
|
12
|
+
"Box--box-radius-m": "_Box--box-radius-m_7bfdg_19",
|
|
13
|
+
"Box--box-radius-l": "_Box--box-radius-l_7bfdg_22",
|
|
14
|
+
"Box--box-radius-2": "_Box--box-radius-2_7bfdg_25",
|
|
15
|
+
"Box--box-radius-4": "_Box--box-radius-4_7bfdg_28",
|
|
16
|
+
"Box--box-radius-8": "_Box--box-radius-8_7bfdg_31",
|
|
17
|
+
"Box--box-radius-0": "_Box--box-radius-0_7bfdg_34",
|
|
18
|
+
"Box--box-radius-12": "_Box--box-radius-12_7bfdg_46",
|
|
19
|
+
"Box--box-radius-16": "_Box--box-radius-16_7bfdg_49",
|
|
20
|
+
"Box--box-radius-24": "_Box--box-radius-24_7bfdg_52",
|
|
21
|
+
"Box--box-radius-32": "_Box--box-radius-32_7bfdg_55",
|
|
22
|
+
"Box--box-radius-48": "_Box--box-radius-48_7bfdg_58",
|
|
23
|
+
"Box--box-radius-64": "_Box--box-radius-64_7bfdg_61",
|
|
24
|
+
"Box--box-radius-96": "_Box--box-radius-96_7bfdg_64",
|
|
25
|
+
"Box--box-radius-160": "_Box--box-radius-160_7bfdg_67",
|
|
26
|
+
"Box--narrow-l--box-radius-none": "_Box--narrow-l--box-radius-none_7bfdg_71",
|
|
27
|
+
"Box--narrow-l--box-radius-m": "_Box--narrow-l--box-radius-m_7bfdg_74",
|
|
28
|
+
"Box--narrow-l--box-radius-l": "_Box--narrow-l--box-radius-l_7bfdg_77",
|
|
29
|
+
"Box--narrow-l--box-radius-2": "_Box--narrow-l--box-radius-2_7bfdg_80",
|
|
30
|
+
"Box--narrow-l--box-radius-4": "_Box--narrow-l--box-radius-4_7bfdg_83",
|
|
31
|
+
"Box--narrow-l--box-radius-8": "_Box--narrow-l--box-radius-8_7bfdg_86",
|
|
32
|
+
"Box--narrow-l--box-radius-0": "_Box--narrow-l--box-radius-0_7bfdg_89",
|
|
33
|
+
"Box--narrow-l--box-radius-12": "_Box--narrow-l--box-radius-12_7bfdg_101",
|
|
34
|
+
"Box--narrow-l--box-radius-16": "_Box--narrow-l--box-radius-16_7bfdg_104",
|
|
35
|
+
"Box--narrow-l--box-radius-24": "_Box--narrow-l--box-radius-24_7bfdg_107",
|
|
36
|
+
"Box--narrow-l--box-radius-32": "_Box--narrow-l--box-radius-32_7bfdg_110",
|
|
37
|
+
"Box--narrow-l--box-radius-48": "_Box--narrow-l--box-radius-48_7bfdg_113",
|
|
38
|
+
"Box--narrow-l--box-radius-64": "_Box--narrow-l--box-radius-64_7bfdg_116",
|
|
39
|
+
"Box--narrow-l--box-radius-96": "_Box--narrow-l--box-radius-96_7bfdg_119",
|
|
40
|
+
"Box--narrow-l--box-radius-160": "_Box--narrow-l--box-radius-160_7bfdg_122",
|
|
41
|
+
"Box--medium-s--box-radius-none": "_Box--medium-s--box-radius-none_7bfdg_127",
|
|
42
|
+
"Box--medium-s--box-radius-m": "_Box--medium-s--box-radius-m_7bfdg_130",
|
|
43
|
+
"Box--medium-s--box-radius-l": "_Box--medium-s--box-radius-l_7bfdg_133",
|
|
44
|
+
"Box--medium-s--box-radius-2": "_Box--medium-s--box-radius-2_7bfdg_136",
|
|
45
|
+
"Box--medium-s--box-radius-4": "_Box--medium-s--box-radius-4_7bfdg_139",
|
|
46
|
+
"Box--medium-s--box-radius-8": "_Box--medium-s--box-radius-8_7bfdg_142",
|
|
47
|
+
"Box--medium-s--box-radius-0": "_Box--medium-s--box-radius-0_7bfdg_145",
|
|
48
|
+
"Box--medium-s--box-radius-12": "_Box--medium-s--box-radius-12_7bfdg_157",
|
|
49
|
+
"Box--medium-s--box-radius-16": "_Box--medium-s--box-radius-16_7bfdg_160",
|
|
50
|
+
"Box--medium-s--box-radius-24": "_Box--medium-s--box-radius-24_7bfdg_163",
|
|
51
|
+
"Box--medium-s--box-radius-32": "_Box--medium-s--box-radius-32_7bfdg_166",
|
|
52
|
+
"Box--medium-s--box-radius-48": "_Box--medium-s--box-radius-48_7bfdg_169",
|
|
53
|
+
"Box--medium-s--box-radius-64": "_Box--medium-s--box-radius-64_7bfdg_172",
|
|
54
|
+
"Box--medium-s--box-radius-96": "_Box--medium-s--box-radius-96_7bfdg_175",
|
|
55
|
+
"Box--medium-s--box-radius-160": "_Box--medium-s--box-radius-160_7bfdg_178",
|
|
56
|
+
"Box--medium-l--box-radius-none": "_Box--medium-l--box-radius-none_7bfdg_183",
|
|
57
|
+
"Box--medium-l--box-radius-m": "_Box--medium-l--box-radius-m_7bfdg_186",
|
|
58
|
+
"Box--medium-l--box-radius-l": "_Box--medium-l--box-radius-l_7bfdg_189",
|
|
59
|
+
"Box--medium-l--box-radius-2": "_Box--medium-l--box-radius-2_7bfdg_192",
|
|
60
|
+
"Box--medium-l--box-radius-4": "_Box--medium-l--box-radius-4_7bfdg_195",
|
|
61
|
+
"Box--medium-l--box-radius-8": "_Box--medium-l--box-radius-8_7bfdg_198",
|
|
62
|
+
"Box--medium-l--box-radius-0": "_Box--medium-l--box-radius-0_7bfdg_201",
|
|
63
|
+
"Box--medium-l--box-radius-12": "_Box--medium-l--box-radius-12_7bfdg_213",
|
|
64
|
+
"Box--medium-l--box-radius-16": "_Box--medium-l--box-radius-16_7bfdg_216",
|
|
65
|
+
"Box--medium-l--box-radius-24": "_Box--medium-l--box-radius-24_7bfdg_219",
|
|
66
|
+
"Box--medium-l--box-radius-32": "_Box--medium-l--box-radius-32_7bfdg_222",
|
|
67
|
+
"Box--medium-l--box-radius-48": "_Box--medium-l--box-radius-48_7bfdg_225",
|
|
68
|
+
"Box--medium-l--box-radius-64": "_Box--medium-l--box-radius-64_7bfdg_228",
|
|
69
|
+
"Box--medium-l--box-radius-96": "_Box--medium-l--box-radius-96_7bfdg_231",
|
|
70
|
+
"Box--medium-l--box-radius-160": "_Box--medium-l--box-radius-160_7bfdg_234",
|
|
71
|
+
"Box--wide-s--box-radius-none": "_Box--wide-s--box-radius-none_7bfdg_239",
|
|
72
|
+
"Box--wide-s--box-radius-m": "_Box--wide-s--box-radius-m_7bfdg_242",
|
|
73
|
+
"Box--wide-s--box-radius-l": "_Box--wide-s--box-radius-l_7bfdg_245",
|
|
74
|
+
"Box--wide-s--box-radius-2": "_Box--wide-s--box-radius-2_7bfdg_248",
|
|
75
|
+
"Box--wide-s--box-radius-4": "_Box--wide-s--box-radius-4_7bfdg_251",
|
|
76
|
+
"Box--wide-s--box-radius-8": "_Box--wide-s--box-radius-8_7bfdg_254",
|
|
77
|
+
"Box--wide-s--box-radius-0": "_Box--wide-s--box-radius-0_7bfdg_257",
|
|
78
|
+
"Box--wide-s--box-radius-12": "_Box--wide-s--box-radius-12_7bfdg_269",
|
|
79
|
+
"Box--wide-s--box-radius-16": "_Box--wide-s--box-radius-16_7bfdg_272",
|
|
80
|
+
"Box--wide-s--box-radius-24": "_Box--wide-s--box-radius-24_7bfdg_275",
|
|
81
|
+
"Box--wide-s--box-radius-32": "_Box--wide-s--box-radius-32_7bfdg_278",
|
|
82
|
+
"Box--wide-s--box-radius-48": "_Box--wide-s--box-radius-48_7bfdg_281",
|
|
83
|
+
"Box--wide-s--box-radius-64": "_Box--wide-s--box-radius-64_7bfdg_284",
|
|
84
|
+
"Box--wide-s--box-radius-96": "_Box--wide-s--box-radius-96_7bfdg_287",
|
|
85
|
+
"Box--wide-s--box-radius-160": "_Box--wide-s--box-radius-160_7bfdg_290",
|
|
86
|
+
"Box--wide-l--box-radius-none": "_Box--wide-l--box-radius-none_7bfdg_295",
|
|
87
|
+
"Box--wide-l--box-radius-m": "_Box--wide-l--box-radius-m_7bfdg_298",
|
|
88
|
+
"Box--wide-l--box-radius-l": "_Box--wide-l--box-radius-l_7bfdg_301",
|
|
89
|
+
"Box--wide-l--box-radius-2": "_Box--wide-l--box-radius-2_7bfdg_304",
|
|
90
|
+
"Box--wide-l--box-radius-4": "_Box--wide-l--box-radius-4_7bfdg_307",
|
|
91
|
+
"Box--wide-l--box-radius-8": "_Box--wide-l--box-radius-8_7bfdg_310",
|
|
92
|
+
"Box--wide-l--box-radius-0": "_Box--wide-l--box-radius-0_7bfdg_313",
|
|
93
|
+
"Box--wide-l--box-radius-12": "_Box--wide-l--box-radius-12_7bfdg_325",
|
|
94
|
+
"Box--wide-l--box-radius-16": "_Box--wide-l--box-radius-16_7bfdg_328",
|
|
95
|
+
"Box--wide-l--box-radius-24": "_Box--wide-l--box-radius-24_7bfdg_331",
|
|
96
|
+
"Box--wide-l--box-radius-32": "_Box--wide-l--box-radius-32_7bfdg_334",
|
|
97
|
+
"Box--wide-l--box-radius-48": "_Box--wide-l--box-radius-48_7bfdg_337",
|
|
98
|
+
"Box--wide-l--box-radius-64": "_Box--wide-l--box-radius-64_7bfdg_340",
|
|
99
|
+
"Box--wide-l--box-radius-96": "_Box--wide-l--box-radius-96_7bfdg_343",
|
|
100
|
+
"Box--wide-l--box-radius-160": "_Box--wide-l--box-radius-160_7bfdg_346",
|
|
101
|
+
"Box--background-white": "_Box--background-white_7bfdg_350",
|
|
102
|
+
"Box--background-gray-100": "_Box--background-gray-100_7bfdg_353",
|
|
103
|
+
"Box--background-gray-200": "_Box--background-gray-200_7bfdg_356",
|
|
104
|
+
"Box--background-gray-300": "_Box--background-gray-300_7bfdg_359",
|
|
105
|
+
"Box--background-gray-400": "_Box--background-gray-400_7bfdg_362",
|
|
106
|
+
"Box--background-gray-500": "_Box--background-gray-500_7bfdg_365",
|
|
107
|
+
"Box--background-gray-600": "_Box--background-gray-600_7bfdg_368",
|
|
108
|
+
"Box--background-teal-100": "_Box--background-teal-100_7bfdg_371",
|
|
109
|
+
"Box--background-teal-200": "_Box--background-teal-200_7bfdg_374",
|
|
110
|
+
"Box--background-teal-300": "_Box--background-teal-300_7bfdg_377",
|
|
111
|
+
"Box--background-teal-400": "_Box--background-teal-400_7bfdg_380",
|
|
112
|
+
"Box--background-teal-500": "_Box--background-teal-500_7bfdg_383",
|
|
113
|
+
"Box--background-green-100": "_Box--background-green-100_7bfdg_386",
|
|
114
|
+
"Box--background-green-200": "_Box--background-green-200_7bfdg_389",
|
|
115
|
+
"Box--background-green-300": "_Box--background-green-300_7bfdg_392",
|
|
116
|
+
"Box--background-green-400": "_Box--background-green-400_7bfdg_395",
|
|
117
|
+
"Box--background-green-500": "_Box--background-green-500_7bfdg_398",
|
|
118
|
+
"Box--background-yellow-100": "_Box--background-yellow-100_7bfdg_401",
|
|
119
|
+
"Box--background-yellow-200": "_Box--background-yellow-200_7bfdg_404",
|
|
120
|
+
"Box--background-yellow-300": "_Box--background-yellow-300_7bfdg_407",
|
|
121
|
+
"Box--background-yellow-400": "_Box--background-yellow-400_7bfdg_410",
|
|
122
|
+
"Box--background-yellow-500": "_Box--background-yellow-500_7bfdg_413",
|
|
123
|
+
"Box--background-red-100": "_Box--background-red-100_7bfdg_416",
|
|
124
|
+
"Box--background-red-200": "_Box--background-red-200_7bfdg_419",
|
|
125
|
+
"Box--background-red-300": "_Box--background-red-300_7bfdg_422",
|
|
126
|
+
"Box--background-red-400": "_Box--background-red-400_7bfdg_425",
|
|
127
|
+
"Box--background-red-500": "_Box--background-red-500_7bfdg_428",
|
|
128
|
+
"Box--background-blue-100": "_Box--background-blue-100_7bfdg_431",
|
|
129
|
+
"Box--background-blue-200": "_Box--background-blue-200_7bfdg_434",
|
|
130
|
+
"Box--background-blue-300": "_Box--background-blue-300_7bfdg_437",
|
|
131
|
+
"Box--background-blue-400": "_Box--background-blue-400_7bfdg_440",
|
|
132
|
+
"Box--background-blue-500": "_Box--background-blue-500_7bfdg_443",
|
|
133
|
+
"Box--background-magenta-100": "_Box--background-magenta-100_7bfdg_446",
|
|
134
|
+
"Box--background-magenta-200": "_Box--background-magenta-200_7bfdg_449",
|
|
135
|
+
"Box--background-magenta-300": "_Box--background-magenta-300_7bfdg_452",
|
|
136
|
+
"Box--background-magenta-400": "_Box--background-magenta-400_7bfdg_455",
|
|
137
|
+
"Box--background-magenta-500": "_Box--background-magenta-500_7bfdg_458",
|
|
138
|
+
"Box--background-primary": "_Box--background-primary_7bfdg_461",
|
|
139
|
+
"Box--background-secondary": "_Box--background-secondary_7bfdg_464",
|
|
140
|
+
"Box--background-tertiary": "_Box--background-tertiary_7bfdg_467",
|
|
141
|
+
"Box--background-overlay": "_Box--background-overlay_7bfdg_470",
|
|
142
|
+
"Box--background-disabled": "_Box--background-disabled_7bfdg_473",
|
|
143
|
+
"Box--background-brand": "_Box--background-brand_7bfdg_476",
|
|
144
|
+
"Box--background-brandB2b": "_Box--background-brandB2b_7bfdg_479",
|
|
145
|
+
"Box--background-accentLight": "_Box--background-accentLight_7bfdg_482",
|
|
146
|
+
"Box--background-accentDark": "_Box--background-accentDark_7bfdg_485",
|
|
147
|
+
"Box--background-positiveLight": "_Box--background-positiveLight_7bfdg_488",
|
|
148
|
+
"Box--background-positiveDark": "_Box--background-positiveDark_7bfdg_491",
|
|
149
|
+
"Box--background-infoLight": "_Box--background-infoLight_7bfdg_494",
|
|
150
|
+
"Box--background-infoDark": "_Box--background-infoDark_7bfdg_497",
|
|
151
|
+
"Box--background-warningLight": "_Box--background-warningLight_7bfdg_500",
|
|
152
|
+
"Box--background-warningDark": "_Box--background-warningDark_7bfdg_503",
|
|
153
|
+
"Box--background-criticalLight": "_Box--background-criticalLight_7bfdg_506",
|
|
154
|
+
"Box--background-criticalDark": "_Box--background-criticalDark_7bfdg_509",
|
|
155
|
+
"Box--background-statusOnline": "_Box--background-statusOnline_7bfdg_512",
|
|
156
|
+
"Box--background-statusOffline": "_Box--background-statusOffline_7bfdg_515",
|
|
157
|
+
"Box--background-primaryInverted": "_Box--background-primaryInverted_7bfdg_518",
|
|
158
|
+
"Box--background-secondaryInverted": "_Box--background-secondaryInverted_7bfdg_521",
|
|
159
|
+
"Box--background-tertiaryInverted": "_Box--background-tertiaryInverted_7bfdg_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_3o0wv_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_1fgmx_3";
|
|
12
|
+
const chip = "_chip_1fgmx_3";
|
|
13
13
|
const styles = {
|
|
14
14
|
chips,
|
|
15
15
|
chip,
|
|
16
|
-
"chip-toggle": "_chip-
|
|
17
|
-
"chip-remove": "_chip-
|
|
16
|
+
"chip-toggle": "_chip-toggle_1fgmx_37",
|
|
17
|
+
"chip-remove": "_chip-remove_1fgmx_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_1f6r0_56";
|
|
21
|
+
const overlayShow = "_overlayShow_1f6r0_1";
|
|
22
|
+
const overlayHide = "_overlayHide_1f6r0_1";
|
|
23
|
+
const Dialog$1 = "_Dialog_1f6r0_70";
|
|
24
|
+
const mobileContentShow = "_mobileContentShow_1f6r0_1";
|
|
25
|
+
const mobileContentHide = "_mobileContentHide_1f6r0_1";
|
|
26
|
+
const contentShow = "_contentShow_1f6r0_1";
|
|
27
|
+
const contentHide = "_contentHide_1f6r0_1";
|
|
28
|
+
const header = "_header_1f6r0_402";
|
|
29
|
+
const description = "_description_1f6r0_428";
|
|
30
|
+
const actions = "_actions_1f6r0_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_1f6r0_90",
|
|
39
|
+
"Dialog--narrow-l--size-xs": "_Dialog--narrow-l--size-xs_1f6r0_96",
|
|
40
|
+
"Dialog--medium-s--size-xs": "_Dialog--medium-s--size-xs_1f6r0_103",
|
|
41
|
+
"Dialog--medium-l--size-xs": "_Dialog--medium-l--size-xs_1f6r0_110",
|
|
42
|
+
"Dialog--wide-s--size-xs": "_Dialog--wide-s--size-xs_1f6r0_117",
|
|
43
|
+
"Dialog--wide-l--size-xs": "_Dialog--wide-l--size-xs_1f6r0_124",
|
|
44
|
+
"Dialog--size-sm": "_Dialog--size-sm_1f6r0_130",
|
|
45
|
+
"Dialog--narrow-l--size-sm": "_Dialog--narrow-l--size-sm_1f6r0_136",
|
|
46
|
+
"Dialog--medium-s--size-sm": "_Dialog--medium-s--size-sm_1f6r0_143",
|
|
47
|
+
"Dialog--medium-l--size-sm": "_Dialog--medium-l--size-sm_1f6r0_150",
|
|
48
|
+
"Dialog--wide-s--size-sm": "_Dialog--wide-s--size-sm_1f6r0_157",
|
|
49
|
+
"Dialog--wide-l--size-sm": "_Dialog--wide-l--size-sm_1f6r0_164",
|
|
50
|
+
"Dialog--size-md": "_Dialog--size-md_1f6r0_170",
|
|
51
|
+
"Dialog--narrow-l--size-md": "_Dialog--narrow-l--size-md_1f6r0_176",
|
|
52
|
+
"Dialog--medium-s--size-md": "_Dialog--medium-s--size-md_1f6r0_183",
|
|
53
|
+
"Dialog--medium-l--size-md": "_Dialog--medium-l--size-md_1f6r0_190",
|
|
54
|
+
"Dialog--wide-s--size-md": "_Dialog--wide-s--size-md_1f6r0_197",
|
|
55
|
+
"Dialog--wide-l--size-md": "_Dialog--wide-l--size-md_1f6r0_204",
|
|
56
|
+
"Dialog--size-lg": "_Dialog--size-lg_1f6r0_210",
|
|
57
|
+
"Dialog--narrow-l--size-lg": "_Dialog--narrow-l--size-lg_1f6r0_216",
|
|
58
|
+
"Dialog--medium-s--size-lg": "_Dialog--medium-s--size-lg_1f6r0_223",
|
|
59
|
+
"Dialog--medium-l--size-lg": "_Dialog--medium-l--size-lg_1f6r0_230",
|
|
60
|
+
"Dialog--wide-s--size-lg": "_Dialog--wide-s--size-lg_1f6r0_237",
|
|
61
|
+
"Dialog--wide-l--size-lg": "_Dialog--wide-l--size-lg_1f6r0_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-preply-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_ydqpr_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_ydqpr_11",
|
|
8
|
+
"FieldAdditionalText--variant-error": "_FieldAdditionalText--variant-error_ydqpr_14"
|
|
9
9
|
};
|
|
10
10
|
const FieldAdditionalText = ({
|
|
11
11
|
id,
|
|
@@ -4,7 +4,7 @@ import { webComponentNames } from "@preply/ds-visual-coverage-preply-component-n
|
|
|
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_40zj3_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_v9wya_5",
|
|
9
|
+
"FieldLayout--icon": "_FieldLayout--icon_v9wya_42",
|
|
10
|
+
"FieldLayout--has-icon": "_FieldLayout--has-icon_v9wya_55",
|
|
11
|
+
"FieldLayout--has-button": "_FieldLayout--has-button_v9wya_58",
|
|
12
|
+
"FieldLayout--has-error": "_FieldLayout--has-error_v9wya_61",
|
|
13
|
+
"FieldLayout--is-focused": "_FieldLayout--is-focused_v9wya_72",
|
|
14
|
+
"FieldLayout--is-disabled": "_FieldLayout--is-disabled_v9wya_76"
|
|
15
15
|
};
|
|
16
16
|
const FieldLayoutLocal = ({
|
|
17
17
|
id,
|