@layers-app/shared 0.2.8-test → 0.3.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/api/giphy/slice.d.ts +1 -1
- package/dist/api/giphy/slice.d.ts.map +1 -1
- package/dist/api/unsplash/slice.d.ts +1 -1
- package/dist/api/unsplash/slice.d.ts.map +1 -1
- package/dist/assets/layers-logo-icon.svg2.js +4 -0
- package/dist/components/AliasTextInput/AliasTextInput.d.ts.map +1 -1
- package/dist/components/AliasTextInput/AliasTextInput.js +8 -7
- package/dist/components/AppContainer/AppContainer.module.css.js +1 -1
- package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.d.ts.map +1 -1
- package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.js +123 -114
- package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.module.css.js +1 -1
- package/dist/components/AppShell/AppShell.module.css.js +5 -5
- package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.module.css.js +4 -4
- package/dist/components/AttachmentsGalleryModal/styles.module.css.js +14 -14
- package/dist/components/AttachmentsPreview/AttachmentsPreview.module.css.js +1 -1
- package/dist/components/BouncingLogo/BouncingLogo.module.css.js +8 -8
- package/dist/components/CollapsibleContainer/CollapsibleContainer.module.css.js +1 -1
- package/dist/components/CommentComposer/CommentComposer.module.css.js +4 -4
- package/dist/components/CommunitiesDialog/index.d.ts.map +1 -1
- package/dist/components/CommunitiesDialog/index.js +47 -46
- package/dist/components/CommunitiesDialog/styles.module.css.js +1 -1
- package/dist/components/Copyright/Copyright.module.css.js +1 -1
- package/dist/components/Copyright/index.d.ts.map +1 -1
- package/dist/components/Copyright/index.js +8 -7
- package/dist/components/CustomKBD/CustomKBD.module.css.js +1 -1
- package/dist/components/EmojiPicker/EmojiPicker.module.css.js +8 -8
- package/dist/components/EntityTitle/EntityTitle.module.css.js +1 -1
- package/dist/components/ErrorPage/components/Error404.d.ts.map +1 -1
- package/dist/components/FeatureProgress/FeatureProgress.module.css.js +49 -49
- package/dist/components/FilePicker/FilePicker.d.ts +2 -4
- package/dist/components/FilePicker/FilePicker.d.ts.map +1 -1
- package/dist/components/FilePicker/FilePicker.js +236 -247
- package/dist/components/FilePicker/FilePicker.module.css.js +10 -12
- package/dist/components/FilePicker/FilePickerGallery.d.ts.map +1 -1
- package/dist/components/FilePicker/FilePickerGallery.js +33 -59
- package/dist/components/FilePicker/FilePickerGiphy.d.ts +1 -1
- package/dist/components/FilePicker/FilePickerGiphy.d.ts.map +1 -1
- package/dist/components/FilePicker/FilePickerGiphy.js +51 -52
- package/dist/components/FilePicker/FilePickerLink.d.ts.map +1 -1
- package/dist/components/FilePicker/FilePickerLink.js +19 -22
- package/dist/components/FilePicker/FilePickerUnsplash.d.ts +1 -1
- package/dist/components/FilePicker/FilePickerUnsplash.d.ts.map +1 -1
- package/dist/components/FilePicker/FilePickerUnsplash.js +64 -65
- package/dist/components/FilePicker/FilePickerUpload.d.ts.map +1 -1
- package/dist/components/FilePicker/FilePickerUpload.js +35 -51
- package/dist/components/FilePicker/api/giphyApi.d.ts +2 -2
- package/dist/components/FilePicker/api/giphyApi.d.ts.map +1 -1
- package/dist/components/FilePicker/api/giphyApi.js +11 -14
- package/dist/components/FilePicker/api/unsplashApi.d.ts +2 -2
- package/dist/components/FilePicker/api/unsplashApi.d.ts.map +1 -1
- package/dist/components/FilePicker/api/unsplashApi.js +14 -19
- package/dist/components/FilePicker/index.d.ts +0 -1
- package/dist/components/FilePicker/index.d.ts.map +1 -1
- package/dist/components/FormViewer/FormViewer.module.css.js +20 -20
- package/dist/components/FormViewer/components/fields/DragOptions/DragOptions.module.css.js +1 -1
- package/dist/components/FormViewer/components/fields/DropdownField/DropdownField.module.css.js +1 -1
- package/dist/components/FormViewer/components/fields/EditableContent/EditableContent.module.css.js +1 -1
- package/dist/components/FormViewer/components/fields/SelectableCard/PictureSelectableCard.d.ts.map +1 -1
- package/dist/components/FormViewer/components/fields/SelectableCard/PictureSelectableCard.js +70 -72
- package/dist/components/FormViewer/components/fields/SelectableCard/SelectableCard.module.css.js +8 -8
- package/dist/components/FormViewer/components/fields/UploadField/UploadFile/UploadFile.module.css.js +4 -4
- package/dist/components/FormViewer/helpers/conditions.d.ts +84 -84
- package/dist/components/FormViewer/helpers/helpers.d.ts +84 -84
- package/dist/components/FormViewer/helpers/steps.d.ts +84 -84
- package/dist/components/FormViewer/helpers/steps.d.ts.map +1 -1
- package/dist/components/FormViewer/helpers/steps.js +22 -21
- package/dist/components/FormViewer/hooks/useActiveControl.d.ts +71 -71
- package/dist/components/FormViewer/hooks/useActiveStep.d.ts +84 -84
- package/dist/components/FormViewer/store/formStore.d.ts +357 -357
- package/dist/components/FormViewer/store/formStore.d.ts.map +1 -1
- package/dist/components/FormViewer/store/formStoreApi.d.ts +178 -178
- package/dist/components/FormViewer/store/selectors.d.ts +23861 -23861
- package/dist/components/FormViewer/types/schemes.d.ts +1139 -1139
- package/dist/components/ImageCropper/ImageCropper.module.css.js +38 -38
- package/dist/components/IntegrationFlowAnimation/IntegrationFlowAnimation.module.css.js +11 -11
- package/dist/components/LanguagePicker/LanguagePicker.module.css.js +1 -1
- package/dist/components/Loaders/styles.module.css.js +6 -6
- package/dist/components/Logotype.d.ts +4 -3
- package/dist/components/Logotype.d.ts.map +1 -1
- package/dist/components/Logotype.js +56 -33
- package/dist/components/MediaLibrary/MediaLibrary.module.css.js +2 -2
- package/dist/components/NavMenu/NavMenu.module.css.js +12 -12
- package/dist/components/NavbarResizer/NavbarResizer.module.css.js +2 -2
- package/dist/components/NotPublicPanel/NotPublicPanel.module.css.js +11 -11
- package/dist/components/Notification/Notification.module.css.js +1 -1
- package/dist/components/OnBoarding/OnBoardingPage.js +35 -35
- package/dist/components/OnBoarding/steps/DifferentLayouts/styles.module.css.js +3 -3
- package/dist/components/OnBoarding/steps/styles.module.css.js +9 -9
- package/dist/components/OnBoarding/styles.module.css.js +7 -7
- package/dist/components/SearchFilters/SearchFilters.module.css.js +1 -1
- package/dist/components/SettingsSection/styles.module.css.js +1 -1
- package/dist/components/StorageUsageProgress/StorageUsageProgress.module.css.js +1 -1
- package/dist/components/WorkspaceAvatar/WorkspaceAvatar.js +10 -10
- package/dist/components/table/FrontTable.d.ts.map +1 -1
- package/dist/components/table/hooks/useColumnsResizing.d.ts.map +1 -1
- package/dist/config/brand.d.ts +48 -0
- package/dist/config/brand.d.ts.map +1 -0
- package/dist/config/brand.js +69 -0
- package/dist/config/envConfig.d.ts +70 -0
- package/dist/config/envConfig.d.ts.map +1 -0
- package/dist/config/envConfig.js +29 -0
- package/dist/constants.d.ts +1 -1
- package/dist/constants.d.ts.map +1 -1
- package/dist/constants.js +7 -6
- package/dist/helpers/showFeatureFeedback.module.css.js +4 -4
- package/dist/helpers/showNotifications.module.css.js +1 -1
- package/dist/hooks/useDisableWindowScroll.js +3 -3
- package/dist/index.css +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +429 -423
- package/dist/lang/locales/ui_en.json.js +15 -15
- package/dist/lang/locales/ui_es.json.js +13 -13
- package/dist/lang/locales/ui_ru.json.js +12 -12
- package/docs/README.md +499 -499
- package/package.json +75 -75
- package/dist/assets/svg/default_icon.svg.js +0 -4
- package/dist/components/FilePicker/coverCollections.d.ts +0 -4
- package/dist/components/FilePicker/coverCollections.d.ts.map +0 -1
- package/dist/components/FilePicker/coverCollections.js +0 -164
- /package/dist/assets/{svg/layers-logo-full.svg.js → layers-logo-full.svg2.js} +0 -0
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
export declare const useActiveStep: () => {
|
|
2
|
-
trigger: string;
|
|
3
2
|
id: string;
|
|
4
3
|
controls: ({
|
|
5
4
|
id: string;
|
|
@@ -12,33 +11,6 @@ export declare const useActiveStep: () => {
|
|
|
12
11
|
minLength?: number | undefined;
|
|
13
12
|
maxLength?: number | undefined;
|
|
14
13
|
variableName?: string | undefined;
|
|
15
|
-
} | {
|
|
16
|
-
id: string;
|
|
17
|
-
controlType: "longText";
|
|
18
|
-
title?: string | undefined;
|
|
19
|
-
description?: string | undefined;
|
|
20
|
-
icon?: string | undefined;
|
|
21
|
-
required?: boolean | undefined;
|
|
22
|
-
placeholder?: string | undefined;
|
|
23
|
-
minLength?: number | undefined;
|
|
24
|
-
maxLength?: number | undefined;
|
|
25
|
-
variableName?: string | undefined;
|
|
26
|
-
} | {
|
|
27
|
-
id: string;
|
|
28
|
-
controlType: "button";
|
|
29
|
-
title?: string | undefined;
|
|
30
|
-
description?: string | undefined;
|
|
31
|
-
required?: boolean | undefined;
|
|
32
|
-
label?: string | undefined;
|
|
33
|
-
link?: string | undefined;
|
|
34
|
-
showIconButton?: boolean | undefined;
|
|
35
|
-
buttonIcon?: string | undefined;
|
|
36
|
-
alignButton?: "start" | "center" | "end" | undefined;
|
|
37
|
-
buttons?: any[] | undefined;
|
|
38
|
-
orientation?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
39
|
-
width?: number | undefined;
|
|
40
|
-
enableTooltip?: boolean | undefined;
|
|
41
|
-
fullWidthMobile?: boolean | undefined;
|
|
42
14
|
} | {
|
|
43
15
|
id: string;
|
|
44
16
|
controlType: "date";
|
|
@@ -52,72 +24,74 @@ export declare const useActiveStep: () => {
|
|
|
52
24
|
maxDate?: string | undefined;
|
|
53
25
|
} | {
|
|
54
26
|
id: string;
|
|
55
|
-
controlType: "
|
|
27
|
+
controlType: "number";
|
|
56
28
|
title?: string | undefined;
|
|
57
29
|
description?: string | undefined;
|
|
58
30
|
icon?: string | undefined;
|
|
59
31
|
required?: boolean | undefined;
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
32
|
+
placeholder?: string | undefined;
|
|
33
|
+
variableName?: string | undefined;
|
|
34
|
+
min?: number | undefined;
|
|
35
|
+
max?: number | undefined;
|
|
64
36
|
} | {
|
|
65
37
|
id: string;
|
|
66
|
-
|
|
38
|
+
options: {
|
|
39
|
+
id: string;
|
|
40
|
+
label: string;
|
|
41
|
+
}[];
|
|
42
|
+
controlType: "multipleChoice";
|
|
67
43
|
title?: string | undefined;
|
|
68
44
|
description?: string | undefined;
|
|
45
|
+
icon?: string | undefined;
|
|
69
46
|
required?: boolean | undefined;
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
47
|
+
variableName?: string | undefined;
|
|
48
|
+
minOptions?: number | undefined;
|
|
49
|
+
maxOptions?: number | undefined;
|
|
50
|
+
showInput?: boolean | undefined;
|
|
51
|
+
otherOption?: boolean | undefined;
|
|
74
52
|
} | {
|
|
75
53
|
id: string;
|
|
76
|
-
controlType: "
|
|
54
|
+
controlType: "slider";
|
|
77
55
|
title?: string | undefined;
|
|
78
56
|
description?: string | undefined;
|
|
79
57
|
icon?: string | undefined;
|
|
80
58
|
required?: boolean | undefined;
|
|
81
|
-
placeholder?: string | undefined;
|
|
82
59
|
variableName?: string | undefined;
|
|
83
60
|
min?: number | undefined;
|
|
84
61
|
max?: number | undefined;
|
|
85
62
|
} | {
|
|
63
|
+
id: string;
|
|
86
64
|
options: {
|
|
87
65
|
id: string;
|
|
88
66
|
label: string;
|
|
89
67
|
}[];
|
|
90
|
-
|
|
91
|
-
controlType: "choice";
|
|
68
|
+
controlType: "dropdown";
|
|
92
69
|
title?: string | undefined;
|
|
93
70
|
description?: string | undefined;
|
|
71
|
+
icon?: string | undefined;
|
|
94
72
|
required?: boolean | undefined;
|
|
73
|
+
placeholder?: string | undefined;
|
|
95
74
|
variableName?: string | undefined;
|
|
96
|
-
showInput?: boolean | undefined;
|
|
97
|
-
otherOption?: boolean | undefined;
|
|
98
75
|
} | {
|
|
76
|
+
id: string;
|
|
99
77
|
options: {
|
|
100
78
|
id: string;
|
|
101
79
|
label: string;
|
|
102
80
|
}[];
|
|
103
|
-
|
|
104
|
-
controlType: "multipleChoice";
|
|
81
|
+
controlType: "choice";
|
|
105
82
|
title?: string | undefined;
|
|
106
83
|
description?: string | undefined;
|
|
107
|
-
icon?: string | undefined;
|
|
108
84
|
required?: boolean | undefined;
|
|
109
85
|
variableName?: string | undefined;
|
|
110
86
|
showInput?: boolean | undefined;
|
|
111
87
|
otherOption?: boolean | undefined;
|
|
112
|
-
minOptions?: number | undefined;
|
|
113
|
-
maxOptions?: number | undefined;
|
|
114
88
|
} | {
|
|
89
|
+
id: string;
|
|
115
90
|
options: {
|
|
116
91
|
id: string;
|
|
117
92
|
label: string;
|
|
118
93
|
image?: string | undefined;
|
|
119
94
|
}[];
|
|
120
|
-
id: string;
|
|
121
95
|
controlType: "pictureChoice";
|
|
122
96
|
title?: string | undefined;
|
|
123
97
|
description?: string | undefined;
|
|
@@ -126,21 +100,21 @@ export declare const useActiveStep: () => {
|
|
|
126
100
|
variableName?: string | undefined;
|
|
127
101
|
showInput?: boolean | undefined;
|
|
128
102
|
} | {
|
|
129
|
-
options: {
|
|
130
|
-
id: string;
|
|
131
|
-
label: string;
|
|
132
|
-
}[];
|
|
133
103
|
id: string;
|
|
134
|
-
controlType: "
|
|
104
|
+
controlType: "upload";
|
|
135
105
|
title?: string | undefined;
|
|
136
106
|
description?: string | undefined;
|
|
137
107
|
icon?: string | undefined;
|
|
138
108
|
required?: boolean | undefined;
|
|
139
|
-
placeholder?: string | undefined;
|
|
140
109
|
variableName?: string | undefined;
|
|
110
|
+
multiple?: boolean | undefined;
|
|
111
|
+
maxFiles?: number | undefined;
|
|
112
|
+
minFiles?: number | undefined;
|
|
113
|
+
accept?: string[] | undefined;
|
|
114
|
+
maxSize?: number | undefined;
|
|
141
115
|
} | {
|
|
142
116
|
id: string;
|
|
143
|
-
controlType: "
|
|
117
|
+
controlType: "location";
|
|
144
118
|
title?: string | undefined;
|
|
145
119
|
description?: string | undefined;
|
|
146
120
|
icon?: string | undefined;
|
|
@@ -149,7 +123,7 @@ export declare const useActiveStep: () => {
|
|
|
149
123
|
variableName?: string | undefined;
|
|
150
124
|
} | {
|
|
151
125
|
id: string;
|
|
152
|
-
controlType: "
|
|
126
|
+
controlType: "phone";
|
|
153
127
|
title?: string | undefined;
|
|
154
128
|
description?: string | undefined;
|
|
155
129
|
icon?: string | undefined;
|
|
@@ -158,7 +132,7 @@ export declare const useActiveStep: () => {
|
|
|
158
132
|
variableName?: string | undefined;
|
|
159
133
|
} | {
|
|
160
134
|
id: string;
|
|
161
|
-
controlType: "
|
|
135
|
+
controlType: "email";
|
|
162
136
|
title?: string | undefined;
|
|
163
137
|
description?: string | undefined;
|
|
164
138
|
icon?: string | undefined;
|
|
@@ -167,37 +141,62 @@ export declare const useActiveStep: () => {
|
|
|
167
141
|
variableName?: string | undefined;
|
|
168
142
|
} | {
|
|
169
143
|
id: string;
|
|
170
|
-
controlType: "
|
|
144
|
+
controlType: "yesNo";
|
|
171
145
|
title?: string | undefined;
|
|
172
146
|
description?: string | undefined;
|
|
173
147
|
icon?: string | undefined;
|
|
174
148
|
required?: boolean | undefined;
|
|
175
149
|
variableName?: string | undefined;
|
|
176
|
-
|
|
177
|
-
|
|
150
|
+
yesLabel?: string | undefined;
|
|
151
|
+
noLabel?: string | undefined;
|
|
178
152
|
} | {
|
|
179
153
|
id: string;
|
|
180
|
-
controlType: "
|
|
154
|
+
controlType: "longText";
|
|
181
155
|
title?: string | undefined;
|
|
182
156
|
description?: string | undefined;
|
|
183
157
|
icon?: string | undefined;
|
|
184
158
|
required?: boolean | undefined;
|
|
159
|
+
placeholder?: string | undefined;
|
|
160
|
+
minLength?: number | undefined;
|
|
161
|
+
maxLength?: number | undefined;
|
|
185
162
|
variableName?: string | undefined;
|
|
186
|
-
multiple?: boolean | undefined;
|
|
187
|
-
maxFiles?: number | undefined;
|
|
188
|
-
minFiles?: number | undefined;
|
|
189
|
-
accept?: string[] | undefined;
|
|
190
|
-
maxSize?: number | undefined;
|
|
191
163
|
} | {
|
|
192
164
|
id: string;
|
|
193
|
-
controlType: "
|
|
165
|
+
controlType: "start";
|
|
194
166
|
title?: string | undefined;
|
|
195
167
|
description?: string | undefined;
|
|
196
168
|
icon?: string | undefined;
|
|
197
169
|
required?: boolean | undefined;
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
170
|
+
label?: string | undefined;
|
|
171
|
+
showButton?: boolean | undefined;
|
|
172
|
+
buttonIcon?: string | undefined;
|
|
173
|
+
showIconButton?: boolean | undefined;
|
|
174
|
+
} | {
|
|
175
|
+
id: string;
|
|
176
|
+
controlType: "confirm";
|
|
177
|
+
title?: string | undefined;
|
|
178
|
+
description?: string | undefined;
|
|
179
|
+
required?: boolean | undefined;
|
|
180
|
+
label?: string | undefined;
|
|
181
|
+
showButton?: boolean | undefined;
|
|
182
|
+
buttonIcon?: string | undefined;
|
|
183
|
+
link?: string | undefined;
|
|
184
|
+
} | {
|
|
185
|
+
id: string;
|
|
186
|
+
controlType: "button";
|
|
187
|
+
title?: string | undefined;
|
|
188
|
+
description?: string | undefined;
|
|
189
|
+
required?: boolean | undefined;
|
|
190
|
+
label?: string | undefined;
|
|
191
|
+
buttonIcon?: string | undefined;
|
|
192
|
+
showIconButton?: boolean | undefined;
|
|
193
|
+
link?: string | undefined;
|
|
194
|
+
alignButton?: "start" | "center" | "end" | undefined;
|
|
195
|
+
buttons?: any[] | undefined;
|
|
196
|
+
orientation?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
197
|
+
width?: number | undefined;
|
|
198
|
+
enableTooltip?: boolean | undefined;
|
|
199
|
+
fullWidthMobile?: boolean | undefined;
|
|
201
200
|
} | {
|
|
202
201
|
id: string;
|
|
203
202
|
controlType: "rating";
|
|
@@ -207,14 +206,15 @@ export declare const useActiveStep: () => {
|
|
|
207
206
|
variableName?: string | undefined;
|
|
208
207
|
count?: number | undefined;
|
|
209
208
|
})[];
|
|
209
|
+
trigger: string;
|
|
210
210
|
isStart?: boolean | undefined;
|
|
211
211
|
isEnd?: boolean | undefined;
|
|
212
212
|
autoSubmit?: boolean | undefined;
|
|
213
213
|
confirmLabel?: string | undefined;
|
|
214
214
|
media?: {
|
|
215
|
+
image?: string | undefined;
|
|
215
216
|
layout?: "content" | "left" | "right" | "top" | "bottom" | "fullLeft" | "fullRight" | "fullTop" | "fullBottom" | "background" | undefined;
|
|
216
217
|
brightness?: number | undefined;
|
|
217
|
-
image?: string | undefined;
|
|
218
218
|
video?: string | undefined;
|
|
219
219
|
videoThumb?: string | undefined;
|
|
220
220
|
color?: string | undefined;
|
|
@@ -222,22 +222,12 @@ export declare const useActiveStep: () => {
|
|
|
222
222
|
blur?: number | undefined;
|
|
223
223
|
} | undefined;
|
|
224
224
|
conditions?: {
|
|
225
|
+
trigger: string;
|
|
225
226
|
controlId: string;
|
|
226
227
|
operator: string;
|
|
227
|
-
trigger: string;
|
|
228
228
|
compareValue?: string | undefined;
|
|
229
229
|
}[] | undefined;
|
|
230
230
|
theme?: {
|
|
231
|
-
background?: {
|
|
232
|
-
brightness?: number | undefined;
|
|
233
|
-
image?: string | undefined;
|
|
234
|
-
color?: string | undefined;
|
|
235
|
-
blur?: number | undefined;
|
|
236
|
-
opacity?: number | undefined;
|
|
237
|
-
fit?: string | undefined;
|
|
238
|
-
blendMode?: string | undefined;
|
|
239
|
-
} | undefined;
|
|
240
|
-
size?: "sm" | "md" | "lg" | undefined;
|
|
241
231
|
title?: {
|
|
242
232
|
color?: string | undefined;
|
|
243
233
|
fontSize?: number | undefined;
|
|
@@ -250,6 +240,16 @@ export declare const useActiveStep: () => {
|
|
|
250
240
|
fontWeight?: number | undefined;
|
|
251
241
|
fontFamily?: string | undefined;
|
|
252
242
|
} | undefined;
|
|
243
|
+
background?: {
|
|
244
|
+
image?: string | undefined;
|
|
245
|
+
brightness?: number | undefined;
|
|
246
|
+
color?: string | undefined;
|
|
247
|
+
blur?: number | undefined;
|
|
248
|
+
opacity?: number | undefined;
|
|
249
|
+
fit?: string | undefined;
|
|
250
|
+
blendMode?: string | undefined;
|
|
251
|
+
} | undefined;
|
|
252
|
+
size?: "sm" | "md" | "lg" | undefined;
|
|
253
253
|
align?: "start" | "center" | "end" | undefined;
|
|
254
254
|
listStyle?: string | undefined;
|
|
255
255
|
borderRadius?: "sm" | "md" | "lg" | undefined;
|