@movable/ui-mcp 1.1.7 → 1.1.9
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/data/components.json +0 -6
- package/data/stories.json +115 -0
- package/package.json +1 -1
package/data/components.json
CHANGED
package/data/stories.json
CHANGED
|
@@ -389,6 +389,32 @@
|
|
|
389
389
|
"IntialValue"
|
|
390
390
|
]
|
|
391
391
|
},
|
|
392
|
+
{
|
|
393
|
+
"component": "InkFormTextField",
|
|
394
|
+
"title": "Input/InkFormTextField",
|
|
395
|
+
"file": "stories/inputs/InkFormTextField.stories.tsx",
|
|
396
|
+
"stories": [
|
|
397
|
+
"Default",
|
|
398
|
+
"WithValue",
|
|
399
|
+
"Required",
|
|
400
|
+
"WithHelperText",
|
|
401
|
+
"Disabled",
|
|
402
|
+
"Multiline",
|
|
403
|
+
"WithValidation"
|
|
404
|
+
]
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
"component": "InkFormSwitch",
|
|
408
|
+
"title": "Input/InkFormSwitch",
|
|
409
|
+
"file": "stories/inputs/InkFormSwitch.stories.tsx",
|
|
410
|
+
"stories": [
|
|
411
|
+
"Default",
|
|
412
|
+
"Checked",
|
|
413
|
+
"Disabled",
|
|
414
|
+
"Small",
|
|
415
|
+
"WithValidation"
|
|
416
|
+
]
|
|
417
|
+
},
|
|
392
418
|
{
|
|
393
419
|
"component": "InkFormSelect",
|
|
394
420
|
"title": "Input/InkFormSelect",
|
|
@@ -399,6 +425,59 @@
|
|
|
399
425
|
"WithCustomHandlers"
|
|
400
426
|
]
|
|
401
427
|
},
|
|
428
|
+
{
|
|
429
|
+
"component": "InkFormRadioGroup",
|
|
430
|
+
"title": "Input/InkFormRadioGroup",
|
|
431
|
+
"file": "stories/inputs/InkFormRadioGroup.stories.tsx",
|
|
432
|
+
"stories": [
|
|
433
|
+
"Default",
|
|
434
|
+
"WithInitialValue",
|
|
435
|
+
"Required",
|
|
436
|
+
"WithHelperText",
|
|
437
|
+
"WithValidation"
|
|
438
|
+
]
|
|
439
|
+
},
|
|
440
|
+
{
|
|
441
|
+
"component": "InkFormCheckboxGroup",
|
|
442
|
+
"title": "Input/InkFormCheckboxGroup",
|
|
443
|
+
"file": "stories/inputs/InkFormCheckboxGroup.stories.tsx",
|
|
444
|
+
"stories": [
|
|
445
|
+
"Default",
|
|
446
|
+
"WithInitialValues",
|
|
447
|
+
"Required",
|
|
448
|
+
"WithHelperText",
|
|
449
|
+
"WithValidation"
|
|
450
|
+
]
|
|
451
|
+
},
|
|
452
|
+
{
|
|
453
|
+
"component": "InkChipGroup",
|
|
454
|
+
"title": "Input/InkChipGroup",
|
|
455
|
+
"file": "stories/inputs/InkChipGroup.stories.tsx",
|
|
456
|
+
"stories": [
|
|
457
|
+
"Default",
|
|
458
|
+
"Small",
|
|
459
|
+
"LimitedDisplay",
|
|
460
|
+
"ManyChips",
|
|
461
|
+
"WithDeletable"
|
|
462
|
+
]
|
|
463
|
+
},
|
|
464
|
+
{
|
|
465
|
+
"component": "InkChip",
|
|
466
|
+
"title": "Input/InkChip",
|
|
467
|
+
"file": "stories/inputs/InkChip.stories.tsx",
|
|
468
|
+
"stories": [
|
|
469
|
+
"Default",
|
|
470
|
+
"Medium",
|
|
471
|
+
"Truncated",
|
|
472
|
+
"TruncatedMiddle",
|
|
473
|
+
"ExpandOnHover",
|
|
474
|
+
"Loading",
|
|
475
|
+
"Deletable",
|
|
476
|
+
"WithIcon",
|
|
477
|
+
"Disabled",
|
|
478
|
+
"NoMaxWidth"
|
|
479
|
+
]
|
|
480
|
+
},
|
|
402
481
|
{
|
|
403
482
|
"component": "InkCheckboxGroup",
|
|
404
483
|
"title": "Input/InkCheckboxGroup",
|
|
@@ -630,6 +709,20 @@
|
|
|
630
709
|
"Default"
|
|
631
710
|
]
|
|
632
711
|
},
|
|
712
|
+
{
|
|
713
|
+
"component": "InkSnackbarContent",
|
|
714
|
+
"title": "Feedback/InkSnackbarProvider/InkSnackbarContent",
|
|
715
|
+
"file": "stories/feedback/InkSnackbar/InkSnackbarContent.stories.tsx",
|
|
716
|
+
"stories": [
|
|
717
|
+
"Default",
|
|
718
|
+
"WithTitle",
|
|
719
|
+
"Success",
|
|
720
|
+
"Error",
|
|
721
|
+
"Warning",
|
|
722
|
+
"Info",
|
|
723
|
+
"WithTitleAndVariant"
|
|
724
|
+
]
|
|
725
|
+
},
|
|
633
726
|
{
|
|
634
727
|
"component": "InkSnackbarAlert",
|
|
635
728
|
"title": "Feedback/InkSnackbarProvider/InkSnackbarAlert",
|
|
@@ -673,6 +766,28 @@
|
|
|
673
766
|
"Default"
|
|
674
767
|
]
|
|
675
768
|
},
|
|
769
|
+
{
|
|
770
|
+
"component": "InkDataGridTextWrapCell",
|
|
771
|
+
"title": "DataGrid/InkDataGridTextWrapCell",
|
|
772
|
+
"file": "stories/data-grid/InkDataGridTextWrapCell.stories.tsx",
|
|
773
|
+
"stories": [
|
|
774
|
+
"Default",
|
|
775
|
+
"BreakAll",
|
|
776
|
+
"CenterAligned",
|
|
777
|
+
"NullValues"
|
|
778
|
+
]
|
|
779
|
+
},
|
|
780
|
+
{
|
|
781
|
+
"component": "InkDataGridEmpty",
|
|
782
|
+
"title": "DataGrid/InkDataGridEmpty",
|
|
783
|
+
"file": "stories/data-grid/InkDataGridEmpty.stories.tsx",
|
|
784
|
+
"stories": [
|
|
785
|
+
"Default",
|
|
786
|
+
"WithTestSelector",
|
|
787
|
+
"FewColumns",
|
|
788
|
+
"ManyColumns"
|
|
789
|
+
]
|
|
790
|
+
},
|
|
676
791
|
{
|
|
677
792
|
"component": "DataGrid",
|
|
678
793
|
"title": "DataGrid/DataGrid",
|