@grasp-labs/ds-react-components 0.28.0 → 1.1.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/components/baseButton/BaseButton.d.ts +4 -4
- package/dist/components/baseButton/BaseButton.styles.d.ts +5 -20
- package/dist/components/baseTextBox/BaseTextBox.d.ts +4 -4
- package/dist/components/button/Button.d.ts +5 -4
- package/dist/components/button/Button.styles.d.ts +3 -10
- package/dist/components/datePicker/DatePickerTextBox.d.ts +3 -3
- package/dist/components/dialog/ConfirmationDialog.d.ts +2 -2
- package/dist/components/dynamicIcon/DynamicIcon.d.ts +1 -1
- package/dist/components/iconButton/IconButton.d.ts +5 -4
- package/dist/components/iconButton/IconButton.styles.d.ts +5 -0
- package/dist/components/link/Link.d.ts +2 -2
- package/dist/components/multiSelect/MultiSelect.d.ts +3 -3
- package/dist/components/select/Select.d.ts +3 -3
- package/dist/components/table/components/Pagination.d.ts +3 -3
- package/dist/components/table/types.d.ts +0 -2
- package/dist/components/typography/Typography.d.ts +16 -24
- package/dist/components/typography/index.d.ts +1 -1
- package/dist/icons/iconsComponents.d.ts +58 -0
- package/dist/icons/{icons.d.ts → iconsLazy.d.ts} +96 -70
- package/dist/icons/index.d.ts +2 -1
- package/dist/{index-D-LlrXgj.js → index-3FfnDfv1.js} +5953 -5935
- package/dist/index.css +1 -1
- package/dist/{index.esm-DSM8g92J.js → index.esm-DDTEaO23.js} +1 -1
- package/dist/index.js +132 -118
- package/dist/tailwind-styles.css +222 -68
- package/package.json +1 -1
- package/dist/circle-filled-DDHXyiE7.js +0 -5
|
@@ -1,54 +1,71 @@
|
|
|
1
|
-
import { IconComponent } from '../types/IconComponent';
|
|
2
1
|
export declare const icons: {
|
|
2
|
+
readonly address: import('react').LazyExoticComponent<import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
3
|
+
title?: string;
|
|
4
|
+
titleId?: string;
|
|
5
|
+
desc?: string;
|
|
6
|
+
descId?: string;
|
|
7
|
+
}>>;
|
|
3
8
|
readonly arrowDown: import('react').LazyExoticComponent<import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
4
9
|
title?: string;
|
|
5
10
|
titleId?: string;
|
|
6
11
|
desc?: string;
|
|
7
12
|
descId?: string;
|
|
8
13
|
}>>;
|
|
9
|
-
readonly
|
|
14
|
+
readonly arrowLeft: import('react').LazyExoticComponent<import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
10
15
|
title?: string;
|
|
11
16
|
titleId?: string;
|
|
12
17
|
desc?: string;
|
|
13
18
|
descId?: string;
|
|
14
19
|
}>>;
|
|
15
|
-
readonly
|
|
20
|
+
readonly arrowRight: import('react').LazyExoticComponent<import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
16
21
|
title?: string;
|
|
17
22
|
titleId?: string;
|
|
18
23
|
desc?: string;
|
|
19
24
|
descId?: string;
|
|
20
25
|
}>>;
|
|
21
|
-
readonly
|
|
26
|
+
readonly arrowUp: import('react').LazyExoticComponent<import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
22
27
|
title?: string;
|
|
23
28
|
titleId?: string;
|
|
24
29
|
desc?: string;
|
|
25
30
|
descId?: string;
|
|
26
31
|
}>>;
|
|
27
|
-
readonly
|
|
32
|
+
readonly bell: import('react').LazyExoticComponent<import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
28
33
|
title?: string;
|
|
29
34
|
titleId?: string;
|
|
30
35
|
desc?: string;
|
|
31
36
|
descId?: string;
|
|
32
37
|
}>>;
|
|
33
|
-
readonly
|
|
38
|
+
readonly briefcase: import('react').LazyExoticComponent<import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
34
39
|
title?: string;
|
|
35
40
|
titleId?: string;
|
|
36
41
|
desc?: string;
|
|
37
42
|
descId?: string;
|
|
38
43
|
}>>;
|
|
39
|
-
readonly
|
|
44
|
+
readonly calendar: import('react').LazyExoticComponent<import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
45
|
+
title?: string;
|
|
46
|
+
titleId?: string;
|
|
47
|
+
desc?: string;
|
|
48
|
+
descId?: string;
|
|
49
|
+
}>>;
|
|
50
|
+
readonly caution: import('react').LazyExoticComponent<import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
51
|
+
title?: string;
|
|
52
|
+
titleId?: string;
|
|
53
|
+
desc?: string;
|
|
54
|
+
descId?: string;
|
|
55
|
+
}>>;
|
|
56
|
+
readonly check: import('react').LazyExoticComponent<import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
40
57
|
title?: string;
|
|
41
58
|
titleId?: string;
|
|
42
59
|
desc?: string;
|
|
43
60
|
descId?: string;
|
|
44
61
|
}>>;
|
|
45
|
-
readonly
|
|
62
|
+
readonly chevronDoubleLeft: import('react').LazyExoticComponent<import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
46
63
|
title?: string;
|
|
47
64
|
titleId?: string;
|
|
48
65
|
desc?: string;
|
|
49
66
|
descId?: string;
|
|
50
67
|
}>>;
|
|
51
|
-
readonly
|
|
68
|
+
readonly chevronDoubleRight: import('react').LazyExoticComponent<import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
52
69
|
title?: string;
|
|
53
70
|
titleId?: string;
|
|
54
71
|
desc?: string;
|
|
@@ -78,12 +95,36 @@ export declare const icons: {
|
|
|
78
95
|
desc?: string;
|
|
79
96
|
descId?: string;
|
|
80
97
|
}>>;
|
|
98
|
+
readonly connection: import('react').LazyExoticComponent<import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
99
|
+
title?: string;
|
|
100
|
+
titleId?: string;
|
|
101
|
+
desc?: string;
|
|
102
|
+
descId?: string;
|
|
103
|
+
}>>;
|
|
104
|
+
readonly copy: import('react').LazyExoticComponent<import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
105
|
+
title?: string;
|
|
106
|
+
titleId?: string;
|
|
107
|
+
desc?: string;
|
|
108
|
+
descId?: string;
|
|
109
|
+
}>>;
|
|
110
|
+
readonly correct: import('react').LazyExoticComponent<import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
111
|
+
title?: string;
|
|
112
|
+
titleId?: string;
|
|
113
|
+
desc?: string;
|
|
114
|
+
descId?: string;
|
|
115
|
+
}>>;
|
|
81
116
|
readonly dash: import('react').LazyExoticComponent<import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
82
117
|
title?: string;
|
|
83
118
|
titleId?: string;
|
|
84
119
|
desc?: string;
|
|
85
120
|
descId?: string;
|
|
86
121
|
}>>;
|
|
122
|
+
readonly dashboard: import('react').LazyExoticComponent<import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
123
|
+
title?: string;
|
|
124
|
+
titleId?: string;
|
|
125
|
+
desc?: string;
|
|
126
|
+
descId?: string;
|
|
127
|
+
}>>;
|
|
87
128
|
readonly database: import('react').LazyExoticComponent<import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
88
129
|
title?: string;
|
|
89
130
|
titleId?: string;
|
|
@@ -102,6 +143,12 @@ export declare const icons: {
|
|
|
102
143
|
desc?: string;
|
|
103
144
|
descId?: string;
|
|
104
145
|
}>>;
|
|
146
|
+
readonly down: import('react').LazyExoticComponent<import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
147
|
+
title?: string;
|
|
148
|
+
titleId?: string;
|
|
149
|
+
desc?: string;
|
|
150
|
+
descId?: string;
|
|
151
|
+
}>>;
|
|
105
152
|
readonly download: import('react').LazyExoticComponent<import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
106
153
|
title?: string;
|
|
107
154
|
titleId?: string;
|
|
@@ -120,19 +167,19 @@ export declare const icons: {
|
|
|
120
167
|
desc?: string;
|
|
121
168
|
descId?: string;
|
|
122
169
|
}>>;
|
|
123
|
-
readonly
|
|
170
|
+
readonly error: import('react').LazyExoticComponent<import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
124
171
|
title?: string;
|
|
125
172
|
titleId?: string;
|
|
126
173
|
desc?: string;
|
|
127
174
|
descId?: string;
|
|
128
175
|
}>>;
|
|
129
|
-
readonly
|
|
176
|
+
readonly eye: import('react').LazyExoticComponent<import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
130
177
|
title?: string;
|
|
131
178
|
titleId?: string;
|
|
132
179
|
desc?: string;
|
|
133
180
|
descId?: string;
|
|
134
181
|
}>>;
|
|
135
|
-
readonly
|
|
182
|
+
readonly file: import('react').LazyExoticComponent<import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
136
183
|
title?: string;
|
|
137
184
|
titleId?: string;
|
|
138
185
|
desc?: string;
|
|
@@ -144,43 +191,49 @@ export declare const icons: {
|
|
|
144
191
|
desc?: string;
|
|
145
192
|
descId?: string;
|
|
146
193
|
}>>;
|
|
147
|
-
readonly
|
|
194
|
+
readonly filter: import('react').LazyExoticComponent<import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
148
195
|
title?: string;
|
|
149
196
|
titleId?: string;
|
|
150
197
|
desc?: string;
|
|
151
198
|
descId?: string;
|
|
152
199
|
}>>;
|
|
153
|
-
readonly
|
|
200
|
+
readonly globe: import('react').LazyExoticComponent<import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
154
201
|
title?: string;
|
|
155
202
|
titleId?: string;
|
|
156
203
|
desc?: string;
|
|
157
204
|
descId?: string;
|
|
158
205
|
}>>;
|
|
159
|
-
readonly
|
|
206
|
+
readonly hourglass: import('react').LazyExoticComponent<import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
160
207
|
title?: string;
|
|
161
208
|
titleId?: string;
|
|
162
209
|
desc?: string;
|
|
163
210
|
descId?: string;
|
|
164
211
|
}>>;
|
|
165
|
-
readonly
|
|
212
|
+
readonly idea: import('react').LazyExoticComponent<import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
166
213
|
title?: string;
|
|
167
214
|
titleId?: string;
|
|
168
215
|
desc?: string;
|
|
169
216
|
descId?: string;
|
|
170
217
|
}>>;
|
|
171
|
-
readonly
|
|
218
|
+
readonly info: import('react').LazyExoticComponent<import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
172
219
|
title?: string;
|
|
173
220
|
titleId?: string;
|
|
174
221
|
desc?: string;
|
|
175
222
|
descId?: string;
|
|
176
223
|
}>>;
|
|
177
|
-
readonly
|
|
224
|
+
readonly leftBar: import('react').LazyExoticComponent<import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
225
|
+
title?: string;
|
|
226
|
+
titleId?: string;
|
|
227
|
+
desc?: string;
|
|
228
|
+
descId?: string;
|
|
229
|
+
}>>;
|
|
230
|
+
readonly left: import('react').LazyExoticComponent<import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
178
231
|
title?: string;
|
|
179
232
|
titleId?: string;
|
|
180
233
|
desc?: string;
|
|
181
234
|
descId?: string;
|
|
182
235
|
}>>;
|
|
183
|
-
readonly
|
|
236
|
+
readonly list: import('react').LazyExoticComponent<import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
184
237
|
title?: string;
|
|
185
238
|
titleId?: string;
|
|
186
239
|
desc?: string;
|
|
@@ -192,6 +245,18 @@ export declare const icons: {
|
|
|
192
245
|
desc?: string;
|
|
193
246
|
descId?: string;
|
|
194
247
|
}>>;
|
|
248
|
+
readonly notepad: import('react').LazyExoticComponent<import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
249
|
+
title?: string;
|
|
250
|
+
titleId?: string;
|
|
251
|
+
desc?: string;
|
|
252
|
+
descId?: string;
|
|
253
|
+
}>>;
|
|
254
|
+
readonly notes: import('react').LazyExoticComponent<import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
255
|
+
title?: string;
|
|
256
|
+
titleId?: string;
|
|
257
|
+
desc?: string;
|
|
258
|
+
descId?: string;
|
|
259
|
+
}>>;
|
|
195
260
|
readonly play: import('react').LazyExoticComponent<import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
196
261
|
title?: string;
|
|
197
262
|
titleId?: string;
|
|
@@ -222,6 +287,12 @@ export declare const icons: {
|
|
|
222
287
|
desc?: string;
|
|
223
288
|
descId?: string;
|
|
224
289
|
}>>;
|
|
290
|
+
readonly right: import('react').LazyExoticComponent<import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
291
|
+
title?: string;
|
|
292
|
+
titleId?: string;
|
|
293
|
+
desc?: string;
|
|
294
|
+
descId?: string;
|
|
295
|
+
}>>;
|
|
225
296
|
readonly save: import('react').LazyExoticComponent<import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
226
297
|
title?: string;
|
|
227
298
|
titleId?: string;
|
|
@@ -234,86 +305,41 @@ export declare const icons: {
|
|
|
234
305
|
desc?: string;
|
|
235
306
|
descId?: string;
|
|
236
307
|
}>>;
|
|
237
|
-
readonly
|
|
308
|
+
readonly server: import('react').LazyExoticComponent<import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
238
309
|
title?: string;
|
|
239
310
|
titleId?: string;
|
|
240
311
|
desc?: string;
|
|
241
312
|
descId?: string;
|
|
242
313
|
}>>;
|
|
243
|
-
readonly
|
|
314
|
+
readonly success: import('react').LazyExoticComponent<import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
244
315
|
title?: string;
|
|
245
316
|
titleId?: string;
|
|
246
317
|
desc?: string;
|
|
247
318
|
descId?: string;
|
|
248
319
|
}>>;
|
|
249
|
-
readonly
|
|
320
|
+
readonly table: import('react').LazyExoticComponent<import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
250
321
|
title?: string;
|
|
251
322
|
titleId?: string;
|
|
252
323
|
desc?: string;
|
|
253
324
|
descId?: string;
|
|
254
325
|
}>>;
|
|
255
|
-
readonly
|
|
326
|
+
readonly up: import('react').LazyExoticComponent<import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
256
327
|
title?: string;
|
|
257
328
|
titleId?: string;
|
|
258
329
|
desc?: string;
|
|
259
330
|
descId?: string;
|
|
260
331
|
}>>;
|
|
261
|
-
readonly
|
|
332
|
+
readonly user: import('react').LazyExoticComponent<import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
262
333
|
title?: string;
|
|
263
334
|
titleId?: string;
|
|
264
335
|
desc?: string;
|
|
265
336
|
descId?: string;
|
|
266
337
|
}>>;
|
|
267
|
-
readonly
|
|
338
|
+
readonly warning: import('react').LazyExoticComponent<import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
268
339
|
title?: string;
|
|
269
340
|
titleId?: string;
|
|
270
341
|
desc?: string;
|
|
271
342
|
descId?: string;
|
|
272
343
|
}>>;
|
|
273
344
|
};
|
|
274
|
-
export declare const ArrowDownIcon: IconComponent;
|
|
275
|
-
export declare const BellIcon: IconComponent;
|
|
276
|
-
export declare const CalendarIcon: IconComponent;
|
|
277
|
-
export declare const CheckIcon: IconComponent;
|
|
278
|
-
export declare const CircleFilledIcon: IconComponent;
|
|
279
|
-
export declare const ChevronDoubleLeftIcon: IconComponent;
|
|
280
|
-
export declare const ChevronDoubleRightIcon: IconComponent;
|
|
281
|
-
export declare const ChevronLeftIcon: IconComponent;
|
|
282
|
-
export declare const ChevronRightIcon: IconComponent;
|
|
283
|
-
export declare const CircleIcon: IconComponent;
|
|
284
|
-
export declare const ClockIcon: IconComponent;
|
|
285
|
-
export declare const CloseIcon: IconComponent;
|
|
286
|
-
export declare const CogWheelIcon: IconComponent;
|
|
287
|
-
export declare const DashIcon: IconComponent;
|
|
288
|
-
export declare const DatabaseIcon: IconComponent;
|
|
289
|
-
export declare const DeleteIcon: IconComponent;
|
|
290
|
-
export declare const DetailsIcon: IconComponent;
|
|
291
|
-
export declare const DownloadIcon: IconComponent;
|
|
292
|
-
export declare const EarthIcon: IconComponent;
|
|
293
|
-
export declare const EditIcon: IconComponent;
|
|
294
|
-
export declare const ErrorFilledIcon: IconComponent;
|
|
295
|
-
export declare const ErrorOutlinedIcon: IconComponent;
|
|
296
|
-
export declare const EyeIcon: IconComponent;
|
|
297
|
-
export declare const EyeOffIcon: IconComponent;
|
|
298
|
-
export declare const ExpandDownIcon: IconComponent;
|
|
299
|
-
export declare const ExpandRightIcon: IconComponent;
|
|
300
|
-
export declare const ExpandIcon: IconComponent;
|
|
301
|
-
export declare const FilterIcon: IconComponent;
|
|
302
|
-
export declare const HourglassIcon: IconComponent;
|
|
303
|
-
export declare const IdeaIcon: IconComponent;
|
|
304
|
-
export declare const InfoOutlinedIcon: IconComponent;
|
|
305
|
-
export declare const MoreIcon: IconComponent;
|
|
306
|
-
export declare const PlayIcon: IconComponent;
|
|
307
|
-
export declare const PlusIcon: IconComponent;
|
|
308
|
-
export declare const ProfileIcon: IconComponent;
|
|
309
|
-
export declare const RecycleIcon: IconComponent;
|
|
310
|
-
export declare const ReloadIcon: IconComponent;
|
|
311
|
-
export declare const SaveIcon: IconComponent;
|
|
312
|
-
export declare const SearchIcon: IconComponent;
|
|
313
|
-
export declare const SuccessFilledIcon: IconComponent;
|
|
314
|
-
export declare const SuccessOutlinedIcon: IconComponent;
|
|
315
|
-
export declare const TableArrowIcon: IconComponent;
|
|
316
|
-
export declare const TableIcon: IconComponent;
|
|
317
|
-
export declare const WarningFilledIcon: IconComponent;
|
|
318
|
-
export declare const WarningOutlinedIcon: IconComponent;
|
|
319
345
|
export type IconName = keyof typeof icons;
|
package/dist/icons/index.d.ts
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
-
export * from './
|
|
1
|
+
export * from './iconsComponents';
|
|
2
|
+
export * from './iconsLazy';
|