@galaxy-ds/core 2.1.3 → 2.1.4

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.
Files changed (42) hide show
  1. package/dist/Accordion/Accordion.stories.d.ts +14 -12
  2. package/dist/AccordionDetails/AccordionDetails.stories.d.ts +3 -2
  3. package/dist/AccordionPanel/AccordionPanel.stories.d.ts +7 -7
  4. package/dist/AccordionSummary/AccordionSummary.stories.d.ts +7 -7
  5. package/dist/ActivityLog/ActivityLog.stories.d.ts +5 -5
  6. package/dist/AppBar/AppBar.stories.d.ts +9 -9
  7. package/dist/AttachmentIcon/AttachmentIcon.stories.d.ts +5 -3
  8. package/dist/Autocomplete/Autocomplete.stories.d.ts +44 -50
  9. package/dist/Avatar/Avatar.stories.d.ts +21 -11
  10. package/dist/AvatarGroup/AvatarGroup.stories.d.ts +30 -11
  11. package/dist/BottomListButton/BottomListButton.stories.d.ts +7 -7
  12. package/dist/Box/Box.stories.d.ts +2 -2
  13. package/dist/Breadcrumbs/Breadcrumbs.stories.d.ts +5 -5
  14. package/dist/Button/Button.stories.d.ts +17 -17
  15. package/dist/Card/Card.stories.d.ts +4 -4
  16. package/dist/Checkbox/Checkbox.stories.d.ts +25 -20
  17. package/dist/Chip/Chip.stories.d.ts +9 -9
  18. package/dist/CssBaseline/CssBaseline.stories.d.ts +8 -0
  19. package/dist/Dialog/Dialog.stories.d.ts +15 -15
  20. package/dist/Divider/Divider.stories.d.ts +22 -5
  21. package/dist/Drawer/Drawer.stories.d.ts +9 -9
  22. package/dist/DrawerMenu/DrawerMenu.stories.d.ts +5 -5
  23. package/dist/Dropdown/Dropdown.stories.d.ts +23 -23
  24. package/dist/FooterActions/FooterActions.stories.d.ts +6 -1
  25. package/dist/FormBody/FormBody.stories.d.ts +1 -1
  26. package/dist/FormContainer/FormContainer.stories.d.ts +1 -1
  27. package/dist/FormGroup/FormGroup.stories.d.ts +2 -2
  28. package/dist/FormHeader/FormHeader.stories.d.ts +2 -2
  29. package/dist/Grid/Grid.stories.d.ts +47 -549
  30. package/dist/HeaderToolbar/HeaderToolbar.stories.d.ts +16 -6
  31. package/dist/Icon/Icon.stories.d.ts +12 -2
  32. package/dist/IconButton/IconButton.stories.d.ts +7 -7
  33. package/dist/Icons/doctype-icons.stories.d.ts +17 -0
  34. package/dist/Icons/lawconnect-icons.stories.d.ts +1 -1
  35. package/dist/Icons/leap-icons.stories.d.ts +20 -3
  36. package/dist/ImageUpload/ImageUpload.stories.d.ts +1 -1
  37. package/dist/Input/Input.stories.d.ts +66 -32
  38. package/dist/index.esm.js +9 -1
  39. package/dist/index.esm.js.map +1 -1
  40. package/dist/index.js +9 -1
  41. package/dist/index.js.map +1 -1
  42. package/package.json +23 -16
@@ -17,593 +17,90 @@ declare const meta: {
17
17
  layout: string;
18
18
  };
19
19
  argTypes: {
20
- columns: {
21
- control: {
22
- type: undefined;
23
- };
24
- };
25
- columnSpacing: {
26
- control: {
27
- type: undefined;
28
- };
29
- };
30
- spacing: {
31
- control: {
32
- type: undefined;
33
- };
34
- };
35
- direction: {
36
- control: {
37
- type: undefined;
38
- };
39
- };
40
- sx: {
41
- control: {
42
- type: undefined;
43
- };
44
- };
45
- border: {
46
- control: {
47
- type: undefined;
48
- };
49
- };
50
- borderTop: {
51
- control: {
52
- type: undefined;
53
- };
54
- };
55
- borderRight: {
56
- control: {
57
- type: undefined;
58
- };
59
- };
60
- borderBottom: {
61
- control: {
62
- type: undefined;
63
- };
64
- };
65
- borderLeft: {
66
- control: {
67
- type: undefined;
68
- };
69
- };
70
- borderColor: {
71
- control: {
72
- type: undefined;
73
- };
74
- };
75
- borderRadius: {
76
- control: {
77
- type: undefined;
78
- };
79
- };
80
- display: {
81
- control: {
82
- type: undefined;
83
- };
84
- };
85
- displayPrint: {
86
- control: {
87
- type: undefined;
88
- };
89
- };
90
- overflow: {
91
- control: {
92
- type: undefined;
93
- };
94
- };
95
- textOverflow: {
96
- control: {
97
- type: undefined;
98
- };
99
- };
100
- visibility: {
101
- control: {
102
- type: undefined;
103
- };
104
- };
105
- whiteSpace: {
106
- control: {
107
- type: undefined;
108
- };
109
- };
110
- flexBasis: {
111
- control: {
112
- type: undefined;
113
- };
114
- };
115
- flexDirection: {
116
- control: {
117
- type: undefined;
118
- };
119
- };
120
- flexWrap: {
121
- control: {
122
- type: undefined;
123
- };
124
- };
125
- justifyContent: {
126
- control: {
127
- type: undefined;
128
- };
129
- };
130
- alignItems: {
131
- control: {
132
- type: undefined;
133
- };
134
- };
135
- alignContent: {
136
- control: {
137
- type: undefined;
138
- };
139
- };
140
- order: {
141
- control: {
142
- type: undefined;
143
- };
144
- };
145
- flex: {
146
- control: {
147
- type: undefined;
148
- };
149
- };
150
- flexGrow: {
151
- control: {
152
- type: undefined;
153
- };
154
- };
155
- flexShrink: {
156
- control: {
157
- type: undefined;
158
- };
159
- };
160
- alignSelf: {
161
- control: {
162
- type: undefined;
163
- };
164
- };
165
- justifyItems: {
166
- control: {
167
- type: undefined;
168
- };
169
- };
170
- justifySelf: {
171
- control: {
172
- type: undefined;
173
- };
174
- };
175
- gap: {
176
- control: {
177
- type: undefined;
178
- };
179
- };
180
- columnGap: {
181
- control: {
182
- type: undefined;
183
- };
184
- };
185
- rowGap: {
186
- control: {
187
- type: undefined;
188
- };
189
- };
190
- gridColumn: {
191
- control: {
192
- type: undefined;
193
- };
194
- };
195
- gridRow: {
196
- control: {
197
- type: undefined;
198
- };
199
- };
200
- gridAutoFlow: {
201
- control: {
202
- type: undefined;
203
- };
204
- };
205
- gridAutoColumns: {
206
- control: {
207
- type: undefined;
208
- };
209
- };
210
- gridAutoRows: {
211
- control: {
212
- type: undefined;
213
- };
214
- };
215
- gridTemplateRows: {
216
- control: {
217
- type: undefined;
218
- };
219
- };
220
- gridTemplateAreas: {
221
- control: {
222
- type: undefined;
223
- };
224
- };
225
- gridArea: {
226
- control: {
227
- type: undefined;
228
- };
229
- };
230
- bgcolor: {
231
- control: {
232
- type: undefined;
233
- };
234
- };
235
- color: {
236
- control: {
237
- type: undefined;
238
- };
239
- };
240
- zIndex: {
241
- control: {
242
- type: undefined;
243
- };
244
- };
245
- position: {
246
- control: {
247
- type: undefined;
248
- };
249
- };
250
- top: {
251
- control: {
252
- type: undefined;
253
- };
254
- };
255
- right: {
256
- control: {
257
- type: undefined;
258
- };
259
- };
260
- bottom: {
261
- control: {
262
- type: undefined;
263
- };
264
- };
265
- left: {
266
- control: {
267
- type: undefined;
268
- };
269
- };
270
- boxShadow: {
271
- control: {
272
- type: undefined;
273
- };
274
- };
275
- width: {
276
- control: {
277
- type: undefined;
278
- };
279
- };
280
- maxWidth: {
281
- control: {
282
- type: undefined;
283
- };
284
- };
285
- minWidth: {
286
- control: {
287
- type: undefined;
288
- };
289
- };
290
- height: {
291
- control: {
292
- type: undefined;
293
- };
294
- };
295
- maxHeight: {
296
- control: {
297
- type: undefined;
298
- };
299
- };
300
- minHeight: {
301
- control: {
302
- type: undefined;
303
- };
304
- };
305
- boxSizing: {
306
- control: {
307
- type: undefined;
308
- };
309
- };
310
- m: {
311
- control: {
312
- type: undefined;
313
- };
314
- };
315
- mt: {
316
- control: {
317
- type: undefined;
318
- };
319
- };
320
- mr: {
321
- control: {
322
- type: undefined;
323
- };
324
- };
325
- mb: {
326
- control: {
327
- type: undefined;
328
- };
329
- };
330
- ml: {
331
- control: {
332
- type: undefined;
333
- };
334
- };
335
- mx: {
336
- control: {
337
- type: undefined;
338
- };
339
- };
340
- my: {
341
- control: {
342
- type: undefined;
343
- };
344
- };
345
- p: {
346
- control: {
347
- type: undefined;
348
- };
349
- };
350
- pt: {
351
- control: {
352
- type: undefined;
353
- };
354
- };
355
- pr: {
356
- control: {
357
- type: undefined;
358
- };
359
- };
360
- pb: {
361
- control: {
362
- type: undefined;
363
- };
364
- };
365
- pl: {
366
- control: {
367
- type: undefined;
368
- };
369
- };
370
- px: {
371
- control: {
372
- type: undefined;
373
- };
374
- };
375
- py: {
376
- control: {
377
- type: undefined;
378
- };
379
- };
380
- margin: {
381
- control: {
382
- type: undefined;
383
- };
384
- };
385
- marginTop: {
386
- control: {
387
- type: undefined;
388
- };
389
- };
390
- marginRight: {
391
- control: {
392
- type: undefined;
393
- };
394
- };
395
- marginBottom: {
396
- control: {
397
- type: undefined;
398
- };
399
- };
400
- marginLeft: {
401
- control: {
402
- type: undefined;
403
- };
404
- };
405
- marginX: {
406
- control: {
407
- type: undefined;
408
- };
409
- };
410
- marginY: {
411
- control: {
412
- type: undefined;
413
- };
414
- };
415
- marginInline: {
416
- control: {
417
- type: undefined;
418
- };
419
- };
420
- marginInlineStart: {
20
+ wrap: {
21
+ description: string;
22
+ options: string[];
421
23
  control: {
422
- type: undefined;
24
+ type: "radio";
423
25
  };
424
26
  };
425
- marginInlineEnd: {
426
- control: {
427
- type: undefined;
428
- };
429
- };
430
- marginBlock: {
431
- control: {
432
- type: undefined;
433
- };
434
- };
435
- marginBlockStart: {
436
- control: {
437
- type: undefined;
438
- };
439
- };
440
- marginBlockEnd: {
441
- control: {
442
- type: undefined;
443
- };
444
- };
445
- padding: {
446
- control: {
447
- type: undefined;
448
- };
449
- };
450
- paddingTop: {
451
- control: {
452
- type: undefined;
453
- };
454
- };
455
- paddingRight: {
456
- control: {
457
- type: undefined;
458
- };
459
- };
460
- paddingBottom: {
461
- control: {
462
- type: undefined;
463
- };
464
- };
465
- paddingLeft: {
466
- control: {
467
- type: undefined;
468
- };
469
- };
470
- paddingX: {
471
- control: {
472
- type: undefined;
473
- };
474
- };
475
- paddingY: {
476
- control: {
477
- type: undefined;
478
- };
479
- };
480
- paddingInline: {
481
- control: {
482
- type: undefined;
483
- };
484
- };
485
- paddingInlineStart: {
486
- control: {
487
- type: undefined;
488
- };
489
- };
490
- paddingInlineEnd: {
491
- control: {
492
- type: undefined;
493
- };
494
- };
495
- paddingBlock: {
496
- control: {
497
- type: undefined;
498
- };
499
- };
500
- paddingBlockStart: {
501
- control: {
502
- type: undefined;
503
- };
504
- };
505
- paddingBlockEnd: {
506
- control: {
507
- type: undefined;
508
- };
509
- };
510
- typography: {
511
- control: {
512
- type: undefined;
513
- };
514
- };
515
- fontFamily: {
27
+ columns: {
28
+ description: string;
516
29
  control: {
517
- type: undefined;
30
+ disable: true;
518
31
  };
519
- };
520
- fontSize: {
521
- control: {
522
- type: undefined;
32
+ defaultValue: {
33
+ summary: string;
523
34
  };
524
35
  };
525
- fontWeight: {
526
- control: {
527
- type: undefined;
528
- };
36
+ columnSpacing: {
37
+ description: string;
529
38
  };
530
- letterSpacing: {
39
+ children: {
40
+ description: string;
531
41
  control: {
532
- type: undefined;
42
+ disable: true;
533
43
  };
534
44
  };
535
- lineHeight: {
45
+ container: {
46
+ description: string;
536
47
  control: {
537
- type: undefined;
48
+ type: "boolean";
538
49
  };
539
- };
540
- textAlign: {
541
- control: {
542
- type: undefined;
50
+ defaultValue: {
51
+ summary: string;
543
52
  };
544
53
  };
545
- textTransform: {
546
- control: {
547
- type: undefined;
54
+ direction: {
55
+ description: string;
56
+ defaultValue: {
57
+ summary: string;
548
58
  };
549
- };
550
- lg: {
551
59
  control: {
552
- type: undefined;
60
+ type: "text";
553
61
  };
554
62
  };
555
- md: {
63
+ item: {
64
+ description: string;
556
65
  control: {
557
- type: undefined;
66
+ type: "boolean";
558
67
  };
559
- };
560
- sm: {
561
- control: {
562
- type: undefined;
68
+ defaultValue: {
69
+ summary: string;
563
70
  };
564
71
  };
565
- xl: {
72
+ rowSpacing: {
73
+ description: string;
566
74
  control: {
567
- type: undefined;
75
+ disable: true;
568
76
  };
569
77
  };
570
- xs: {
78
+ spacing: {
79
+ description: string;
571
80
  control: {
572
- type: undefined;
81
+ type: "number";
573
82
  };
574
- };
575
- style: {
576
- control: {
577
- type: undefined;
83
+ defaultValue: {
84
+ summary: string;
578
85
  };
579
86
  };
580
- fontStyle: {
87
+ sx: {
88
+ description: string;
581
89
  control: {
582
- type: undefined;
90
+ disable: true;
583
91
  };
584
92
  };
585
- gridTemplateColumns: {
93
+ zeroMinWidth: {
94
+ description: string;
586
95
  control: {
587
- type: undefined;
588
- };
589
- };
590
- children: {
591
- table: {
592
- disable: boolean;
96
+ type: "boolean";
593
97
  };
594
- };
595
- component: {
596
- table: {
597
- disable: boolean;
598
- };
599
- };
600
- rowSpacing: {
601
- control: {
602
- type: undefined;
98
+ defaultValue: {
99
+ summary: string;
603
100
  };
604
101
  };
605
102
  };
606
- decorators: ((Story: import("@storybook/types").PartialStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, {
103
+ decorators: ((Story: import("@storybook/csf").PartialStoryFn<import("@storybook/react/dist/types-a5624094").R, {
607
104
  children?: import("react").ReactNode;
608
105
  classes?: (Partial<import("@mui/material").GridClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
609
106
  columns?: import("@mui/system").ResponsiveStyleValue<number> | undefined;
@@ -996,6 +493,7 @@ export default meta;
996
493
  export declare const Default: {
997
494
  args: {
998
495
  wrap: "wrap";
496
+ direction: "row";
999
497
  };
1000
498
  parameters: {
1001
499
  docs: {
@@ -20,7 +20,7 @@ declare const meta: {
20
20
  badges: BADGE[];
21
21
  layout: string;
22
22
  };
23
- decorators: ((Story: import("@storybook/types").PartialStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, {
23
+ decorators: ((Story: import("@storybook/csf").PartialStoryFn<import("@storybook/react/dist/types-a5624094").R, {
24
24
  title?: string | undefined;
25
25
  left?: import("react").ReactNode;
26
26
  right?: import("react").ReactNode;
@@ -308,17 +308,27 @@ declare const meta: {
308
308
  argTypes: {
309
309
  ref: {
310
310
  table: {
311
- disable: boolean;
311
+ disable: true;
312
312
  };
313
313
  };
314
314
  component: {
315
315
  table: {
316
- disable: boolean;
316
+ disable: true;
317
317
  };
318
318
  };
319
319
  variant: {
320
320
  table: {
321
- disable: boolean;
321
+ disable: true;
322
+ };
323
+ };
324
+ left: {
325
+ control: {
326
+ disable: true;
327
+ };
328
+ };
329
+ right: {
330
+ control: {
331
+ disable: true;
322
332
  };
323
333
  };
324
334
  };
@@ -2137,9 +2147,9 @@ export declare const Tooltip: {
2137
2147
  bgImageURL: string;
2138
2148
  bgPosition: string;
2139
2149
  bgSize: string;
2140
- onClick: import("@vitest/spy").Mock<[event: import("react").MouseEvent<HTMLDivElement, MouseEvent>], void>;
2150
+ onClick: import("@vitest/spy").Mock<(...args: any[]) => any>;
2141
2151
  };
2142
- play: ({ canvasElement, args }: import("@storybook/types").PlayFunctionContext<import("@storybook/react/dist/types-0fc72a6d").R, {
2152
+ play: ({ canvasElement, args }: import("@storybook/csf").PlayFunctionContext<import("@storybook/react/dist/types-a5624094").R, {
2143
2153
  title?: string | undefined;
2144
2154
  left?: import("react").ReactNode;
2145
2155
  right?: import("react").ReactNode;
@@ -17,8 +17,18 @@ declare const meta: {
17
17
  };
18
18
  argTypes: {
19
19
  component: {
20
- table: {
21
- disable: boolean;
20
+ control: {
21
+ disable: true;
22
+ };
23
+ };
24
+ ref: {
25
+ control: {
26
+ disable: true;
27
+ };
28
+ };
29
+ children: {
30
+ control: {
31
+ disable: true;
22
32
  };
23
33
  };
24
34
  };