@tmorrow/cre8-wc 2.0.8 → 2.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.
@@ -0,0 +1,2466 @@
1
+ {
2
+ "contractVersion": 1,
3
+ "sourceCatalog": "https://cre8.dev/a2ui/catalogs/cre8-wc/2.0.7",
4
+ "libraryVersion": "2.0.7",
5
+ "componentCount": 85,
6
+ "components": [
7
+ {
8
+ "name": "cre8-accordion",
9
+ "category": "Disclosure",
10
+ "props": {
11
+ "items": {
12
+ "type": "array"
13
+ },
14
+ "borderType": {
15
+ "enum": [
16
+ "rectangle",
17
+ "rounded-bottom",
18
+ "rounded",
19
+ "none"
20
+ ]
21
+ },
22
+ "hasDivider": {
23
+ "type": "boolean"
24
+ }
25
+ },
26
+ "acceptsChildren": true
27
+ },
28
+ {
29
+ "name": "cre8-accordion-item",
30
+ "category": "Disclosure",
31
+ "props": {
32
+ "size": {
33
+ "enum": [
34
+ "sm",
35
+ "lg"
36
+ ]
37
+ },
38
+ "heading": {
39
+ "type": "string"
40
+ },
41
+ "isActive": {
42
+ "type": "boolean"
43
+ },
44
+ "iconBefore": {
45
+ "type": "boolean"
46
+ },
47
+ "tertiaryIcon": {
48
+ "type": "boolean"
49
+ },
50
+ "headingTagVariant": {
51
+ "enum": [
52
+ "h1",
53
+ "h2",
54
+ "h3",
55
+ "h4",
56
+ "h5",
57
+ "h6"
58
+ ]
59
+ },
60
+ "brandHeader": {
61
+ "type": "boolean"
62
+ },
63
+ "accordionItemId": {
64
+ "type": "string"
65
+ }
66
+ },
67
+ "slots": [
68
+ "default",
69
+ "heading"
70
+ ]
71
+ },
72
+ {
73
+ "name": "cre8-alert",
74
+ "category": "Feedback",
75
+ "props": {
76
+ "status": {
77
+ "enum": [
78
+ "error",
79
+ "info",
80
+ "notification",
81
+ "neutral",
82
+ "warning",
83
+ "success"
84
+ ]
85
+ },
86
+ "variant": {
87
+ "enum": [
88
+ "standalone",
89
+ "banner"
90
+ ]
91
+ },
92
+ "emphasis": {
93
+ "enum": [
94
+ "subtle",
95
+ "strong"
96
+ ]
97
+ },
98
+ "dismissed": {
99
+ "type": "boolean"
100
+ },
101
+ "iconAlert": {
102
+ "type": "string"
103
+ },
104
+ "iconTitle": {
105
+ "type": "string"
106
+ },
107
+ "headerText": {
108
+ "type": "string"
109
+ },
110
+ "ctaBody": {
111
+ "type": "string"
112
+ },
113
+ "notDismissible": {
114
+ "type": "boolean"
115
+ }
116
+ },
117
+ "slots": [
118
+ "default",
119
+ "cta"
120
+ ]
121
+ },
122
+ {
123
+ "name": "cre8-badge",
124
+ "category": "Feedback",
125
+ "props": {
126
+ "text": {
127
+ "type": "string"
128
+ },
129
+ "status": {
130
+ "enum": [
131
+ "error",
132
+ "info",
133
+ "warning",
134
+ "success",
135
+ "attention"
136
+ ]
137
+ },
138
+ "variant": {
139
+ "enum": [
140
+ "light",
141
+ "white"
142
+ ]
143
+ },
144
+ "svg": {
145
+ "type": "string"
146
+ }
147
+ }
148
+ },
149
+ {
150
+ "name": "cre8-band",
151
+ "category": "Layout",
152
+ "props": {
153
+ "variant": {
154
+ "type": "string"
155
+ },
156
+ "fullHeight": {
157
+ "type": "boolean"
158
+ }
159
+ },
160
+ "acceptsChildren": true
161
+ },
162
+ {
163
+ "name": "cre8-breadcrumbs",
164
+ "category": "Navigation",
165
+ "props": {
166
+ "items": {
167
+ "type": "array"
168
+ },
169
+ "navAriaLabel": {
170
+ "type": "string"
171
+ }
172
+ },
173
+ "acceptsChildren": true
174
+ },
175
+ {
176
+ "name": "cre8-breadcrumbs-item",
177
+ "category": "Navigation",
178
+ "props": {},
179
+ "acceptsChildren": true
180
+ },
181
+ {
182
+ "name": "cre8-button",
183
+ "category": "Actions",
184
+ "props": {
185
+ "text": {
186
+ "type": "string"
187
+ },
188
+ "variant": {
189
+ "enum": [
190
+ "primary",
191
+ "secondary",
192
+ "tertiary"
193
+ ]
194
+ },
195
+ "neutral": {
196
+ "type": "boolean"
197
+ },
198
+ "inverse": {
199
+ "type": "boolean"
200
+ },
201
+ "href": {
202
+ "type": "string"
203
+ },
204
+ "target": {
205
+ "enum": [
206
+ "_blank",
207
+ "_self",
208
+ "_parent",
209
+ "_top"
210
+ ]
211
+ },
212
+ "rel": {
213
+ "type": "string"
214
+ },
215
+ "svg": {
216
+ "type": "string"
217
+ },
218
+ "size": {
219
+ "enum": [
220
+ "sm",
221
+ "lg",
222
+ "md"
223
+ ]
224
+ },
225
+ "loading": {
226
+ "type": "boolean"
227
+ },
228
+ "type": {
229
+ "enum": [
230
+ "button",
231
+ "submit",
232
+ "reset"
233
+ ]
234
+ },
235
+ "name": {
236
+ "type": "string"
237
+ },
238
+ "disabled": {
239
+ "type": "boolean"
240
+ },
241
+ "required": {
242
+ "type": "boolean"
243
+ },
244
+ "value": {
245
+ "type": "string"
246
+ },
247
+ "iconName": {
248
+ "type": "string"
249
+ },
250
+ "iconRotateDegree": {
251
+ "type": "number"
252
+ },
253
+ "iconFlipDirection": {
254
+ "type": "string"
255
+ },
256
+ "iconPosition": {
257
+ "enum": [
258
+ "before",
259
+ "after"
260
+ ]
261
+ },
262
+ "hideText": {
263
+ "type": "boolean"
264
+ },
265
+ "fullWidth": {
266
+ "type": "boolean"
267
+ },
268
+ "loadingComplete": {
269
+ "type": "boolean"
270
+ },
271
+ "ariaLive": {
272
+ "enum": [
273
+ "polite",
274
+ "assertive"
275
+ ]
276
+ },
277
+ "splitButtonType": {
278
+ "enum": [
279
+ "text",
280
+ "caret"
281
+ ]
282
+ },
283
+ "buttonAriaExpanded": {
284
+ "type": "boolean"
285
+ },
286
+ "isError": {
287
+ "type": "boolean"
288
+ },
289
+ "isSuccess": {
290
+ "type": "boolean"
291
+ }
292
+ },
293
+ "slots": [
294
+ "before",
295
+ "after"
296
+ ]
297
+ },
298
+ {
299
+ "name": "cre8-button-group",
300
+ "category": "Actions",
301
+ "props": {
302
+ "orientation": {
303
+ "type": "string"
304
+ },
305
+ "gap": {
306
+ "type": "string"
307
+ },
308
+ "fullWidth": {
309
+ "type": "boolean"
310
+ }
311
+ },
312
+ "acceptsChildren": true
313
+ },
314
+ {
315
+ "name": "cre8-card",
316
+ "category": "Layout",
317
+ "props": {
318
+ "variant": {
319
+ "enum": [
320
+ "bare",
321
+ "compact",
322
+ "horizontal",
323
+ "horizontal-bare"
324
+ ]
325
+ },
326
+ "align": {
327
+ "type": "string"
328
+ }
329
+ },
330
+ "slots": [
331
+ "default",
332
+ "header",
333
+ "footer"
334
+ ]
335
+ },
336
+ {
337
+ "name": "cre8-chart",
338
+ "category": "Data",
339
+ "props": {
340
+ "type": {
341
+ "enum": [
342
+ "line",
343
+ "bar",
344
+ "pie",
345
+ "doughnut",
346
+ "radar",
347
+ "polarArea",
348
+ "bubble",
349
+ "scatter"
350
+ ]
351
+ },
352
+ "width": {
353
+ "type": "number"
354
+ },
355
+ "height": {
356
+ "type": "number"
357
+ },
358
+ "maintain-aspect-ratio": {
359
+ "type": "boolean"
360
+ },
361
+ "responsive": {
362
+ "type": "boolean"
363
+ },
364
+ "loading": {
365
+ "type": "boolean"
366
+ },
367
+ "aria-label": {
368
+ "type": "string"
369
+ },
370
+ "show-legend": {
371
+ "type": "boolean"
372
+ },
373
+ "legend-position": {
374
+ "enum": [
375
+ "top",
376
+ "bottom",
377
+ "left",
378
+ "right"
379
+ ]
380
+ },
381
+ "enable-animation": {
382
+ "type": "boolean"
383
+ },
384
+ "animation-duration": {
385
+ "type": "number"
386
+ },
387
+ "data": {
388
+ "type": "object"
389
+ },
390
+ "options": {
391
+ "type": "object"
392
+ },
393
+ "colors": {
394
+ "type": "array"
395
+ }
396
+ },
397
+ "events": [
398
+ "chart-click",
399
+ "chart-hover",
400
+ "chart-ready"
401
+ ]
402
+ },
403
+ {
404
+ "name": "cre8-checkbox-field",
405
+ "category": "Forms",
406
+ "props": {
407
+ "label": {
408
+ "type": "string"
409
+ },
410
+ "items": {
411
+ "type": "array"
412
+ },
413
+ "name": {
414
+ "type": "string"
415
+ },
416
+ "fieldNote": {
417
+ "type": "string"
418
+ },
419
+ "ariaDescribedBy": {
420
+ "type": "string"
421
+ },
422
+ "fieldNoteIconName": {
423
+ "type": "string"
424
+ },
425
+ "fieldNoteKnockout": {
426
+ "type": "boolean"
427
+ },
428
+ "fieldNoteIsSuccess": {
429
+ "type": "boolean"
430
+ },
431
+ "fieldNoteIsError": {
432
+ "type": "boolean"
433
+ }
434
+ },
435
+ "acceptsChildren": true
436
+ },
437
+ {
438
+ "name": "cre8-checkbox-field-item",
439
+ "category": "Forms",
440
+ "props": {
441
+ "label": {
442
+ "type": "string"
443
+ },
444
+ "checked": {
445
+ "type": "boolean"
446
+ },
447
+ "name": {
448
+ "type": "string"
449
+ },
450
+ "disabled": {
451
+ "type": "boolean"
452
+ },
453
+ "required": {
454
+ "type": "boolean"
455
+ },
456
+ "value": {
457
+ "type": "string"
458
+ },
459
+ "errorText": {
460
+ "type": "string"
461
+ },
462
+ "errorNote": {
463
+ "type": "string"
464
+ },
465
+ "successText": {
466
+ "type": "string"
467
+ },
468
+ "successNote": {
469
+ "type": "string"
470
+ },
471
+ "fieldId": {
472
+ "type": "string"
473
+ },
474
+ "fieldNote": {
475
+ "type": "string"
476
+ },
477
+ "ariaDescribedBy": {
478
+ "type": "string"
479
+ },
480
+ "validationAriaDescribedBy": {
481
+ "type": "string"
482
+ },
483
+ "fieldNoteIconName": {
484
+ "type": "string"
485
+ },
486
+ "isError": {
487
+ "type": "boolean"
488
+ },
489
+ "isSuccess": {
490
+ "type": "boolean"
491
+ },
492
+ "type": {
493
+ "type": "string"
494
+ }
495
+ },
496
+ "slots": [
497
+ "fieldNote"
498
+ ],
499
+ "events": [
500
+ "change"
501
+ ]
502
+ },
503
+ {
504
+ "name": "cre8-danger-button",
505
+ "category": "Actions",
506
+ "props": {
507
+ "text": {
508
+ "type": "string"
509
+ },
510
+ "variant": {
511
+ "enum": [
512
+ "primary",
513
+ "secondary",
514
+ "tertiary"
515
+ ]
516
+ },
517
+ "href": {
518
+ "type": "string"
519
+ },
520
+ "target": {
521
+ "enum": [
522
+ "_blank",
523
+ "_self",
524
+ "_parent",
525
+ "_top"
526
+ ]
527
+ },
528
+ "rel": {
529
+ "type": "string"
530
+ },
531
+ "svg": {
532
+ "type": "string"
533
+ },
534
+ "size": {
535
+ "enum": [
536
+ "sm",
537
+ "lg"
538
+ ]
539
+ },
540
+ "loading": {
541
+ "type": "boolean"
542
+ },
543
+ "inverted": {
544
+ "type": "boolean"
545
+ },
546
+ "type": {
547
+ "enum": [
548
+ "button",
549
+ "submit",
550
+ "reset"
551
+ ]
552
+ },
553
+ "name": {
554
+ "type": "string"
555
+ },
556
+ "disabled": {
557
+ "type": "boolean"
558
+ },
559
+ "required": {
560
+ "type": "boolean"
561
+ },
562
+ "value": {
563
+ "type": "string"
564
+ },
565
+ "iconRotateDegree": {
566
+ "type": "number"
567
+ },
568
+ "iconFlipDirection": {
569
+ "type": "string"
570
+ },
571
+ "iconPosition": {
572
+ "enum": [
573
+ "before",
574
+ "after"
575
+ ]
576
+ },
577
+ "hideText": {
578
+ "type": "boolean"
579
+ },
580
+ "fullWidth": {
581
+ "type": "boolean"
582
+ },
583
+ "loadingComplete": {
584
+ "type": "boolean"
585
+ },
586
+ "ariaLive": {
587
+ "enum": [
588
+ "polite",
589
+ "assertive"
590
+ ]
591
+ },
592
+ "buttonAriaExpanded": {
593
+ "type": "boolean"
594
+ },
595
+ "isError": {
596
+ "type": "boolean"
597
+ },
598
+ "isSuccess": {
599
+ "type": "boolean"
600
+ }
601
+ }
602
+ },
603
+ {
604
+ "name": "cre8-date-picker",
605
+ "category": "Forms",
606
+ "props": {
607
+ "autocomplete": {
608
+ "type": "string"
609
+ },
610
+ "pattern": {
611
+ "type": "string"
612
+ },
613
+ "placeholder": {
614
+ "type": "string"
615
+ },
616
+ "label": {
617
+ "type": "string"
618
+ },
619
+ "max": {
620
+ "type": [
621
+ "string",
622
+ "number"
623
+ ]
624
+ },
625
+ "min": {
626
+ "type": [
627
+ "string",
628
+ "number"
629
+ ]
630
+ },
631
+ "maxlength": {
632
+ "type": "string"
633
+ },
634
+ "readonly": {
635
+ "type": "boolean"
636
+ },
637
+ "type": {
638
+ "type": "string"
639
+ },
640
+ "name": {
641
+ "type": "string"
642
+ },
643
+ "disabled": {
644
+ "type": "boolean"
645
+ },
646
+ "required": {
647
+ "type": "boolean"
648
+ },
649
+ "value": {
650
+ "type": "string"
651
+ },
652
+ "hasShortcuts": {
653
+ "type": "boolean"
654
+ },
655
+ "fieldId": {
656
+ "type": "string"
657
+ },
658
+ "fieldNote": {
659
+ "type": "string"
660
+ },
661
+ "ariaLive": {
662
+ "enum": [
663
+ "polite",
664
+ "assertive"
665
+ ]
666
+ },
667
+ "ariaDescribedBy": {
668
+ "type": "string"
669
+ },
670
+ "errorText": {
671
+ "type": "string"
672
+ },
673
+ "errorNote": {
674
+ "type": "string"
675
+ },
676
+ "validationAriaDescribedBy": {
677
+ "type": "string"
678
+ },
679
+ "successText": {
680
+ "type": "string"
681
+ },
682
+ "successNote": {
683
+ "type": "string"
684
+ },
685
+ "isError": {
686
+ "type": "boolean"
687
+ },
688
+ "isSuccess": {
689
+ "type": "boolean"
690
+ },
691
+ "showCalendar": {
692
+ "type": "boolean"
693
+ }
694
+ },
695
+ "slots": [
696
+ "fieldNote"
697
+ ]
698
+ },
699
+ {
700
+ "name": "cre8-divider",
701
+ "category": "Layout",
702
+ "props": {
703
+ "variant": {
704
+ "enum": [
705
+ "horizontal",
706
+ "vertical"
707
+ ]
708
+ },
709
+ "status": {
710
+ "enum": [
711
+ "brand",
712
+ "knockout"
713
+ ]
714
+ }
715
+ }
716
+ },
717
+ {
718
+ "name": "cre8-dropdown",
719
+ "category": "Disclosure",
720
+ "props": {
721
+ "items": {
722
+ "type": "array"
723
+ },
724
+ "buttonText": {
725
+ "type": "string"
726
+ },
727
+ "maxHeight": {
728
+ "type": "string"
729
+ },
730
+ "dropdownWithLink": {
731
+ "type": "boolean"
732
+ },
733
+ "open": {
734
+ "type": "boolean"
735
+ },
736
+ "dropdownContent": {
737
+ "type": "string"
738
+ }
739
+ },
740
+ "acceptsChildren": true
741
+ },
742
+ {
743
+ "name": "cre8-dropdown-item",
744
+ "category": "Disclosure",
745
+ "props": {
746
+ "ariaLabel": {
747
+ "type": "string"
748
+ }
749
+ },
750
+ "acceptsChildren": true,
751
+ "events": [
752
+ "dropdown-item-select"
753
+ ]
754
+ },
755
+ {
756
+ "name": "cre8-feature",
757
+ "category": "Marketing",
758
+ "props": {
759
+ "inverted": {
760
+ "type": "boolean"
761
+ },
762
+ "imgSrc": {
763
+ "type": "string"
764
+ },
765
+ "imgAlt": {
766
+ "type": "string"
767
+ },
768
+ "aspectRatio": {
769
+ "type": "string"
770
+ }
771
+ },
772
+ "acceptsChildren": true
773
+ },
774
+ {
775
+ "name": "cre8-field",
776
+ "category": "Forms",
777
+ "props": {
778
+ "autocomplete": {
779
+ "type": "string"
780
+ },
781
+ "pattern": {
782
+ "type": "string"
783
+ },
784
+ "placeholder": {
785
+ "type": "string"
786
+ },
787
+ "label": {
788
+ "type": "string"
789
+ },
790
+ "max": {
791
+ "type": [
792
+ "string",
793
+ "number"
794
+ ]
795
+ },
796
+ "min": {
797
+ "type": [
798
+ "string",
799
+ "number"
800
+ ]
801
+ },
802
+ "maxlength": {
803
+ "type": "string"
804
+ },
805
+ "readonly": {
806
+ "type": "boolean"
807
+ },
808
+ "type": {
809
+ "type": "string"
810
+ },
811
+ "name": {
812
+ "type": "string"
813
+ },
814
+ "disabled": {
815
+ "type": "boolean"
816
+ },
817
+ "required": {
818
+ "type": "boolean"
819
+ },
820
+ "value": {
821
+ "type": "string"
822
+ },
823
+ "fieldId": {
824
+ "type": "string"
825
+ },
826
+ "fieldNote": {
827
+ "type": "string"
828
+ },
829
+ "ariaLive": {
830
+ "enum": [
831
+ "polite",
832
+ "assertive"
833
+ ]
834
+ },
835
+ "ariaDescribedBy": {
836
+ "type": "string"
837
+ },
838
+ "errorText": {
839
+ "type": "string"
840
+ },
841
+ "errorNote": {
842
+ "type": "string"
843
+ },
844
+ "validationAriaDescribedBy": {
845
+ "type": "string"
846
+ },
847
+ "successText": {
848
+ "type": "string"
849
+ },
850
+ "successNote": {
851
+ "type": "string"
852
+ },
853
+ "isError": {
854
+ "type": "boolean"
855
+ },
856
+ "isSuccess": {
857
+ "type": "boolean"
858
+ }
859
+ },
860
+ "slots": [
861
+ "fieldNote"
862
+ ]
863
+ },
864
+ {
865
+ "name": "cre8-field-note",
866
+ "category": "Forms",
867
+ "props": {
868
+ "isError": {
869
+ "type": "boolean"
870
+ },
871
+ "isSuccess": {
872
+ "type": "boolean"
873
+ },
874
+ "iconName": {
875
+ "type": "string"
876
+ }
877
+ },
878
+ "acceptsChildren": true
879
+ },
880
+ {
881
+ "name": "cre8-footer",
882
+ "category": "Navigation",
883
+ "props": {},
884
+ "slots": [
885
+ "default",
886
+ "top",
887
+ "bottom"
888
+ ]
889
+ },
890
+ {
891
+ "name": "cre8-global-nav",
892
+ "category": "Navigation",
893
+ "props": {
894
+ "inverted": {
895
+ "type": "boolean"
896
+ },
897
+ "behavior": {
898
+ "type": "string"
899
+ },
900
+ "navAriaLabel": {
901
+ "type": "string"
902
+ }
903
+ },
904
+ "acceptsChildren": true
905
+ },
906
+ {
907
+ "name": "cre8-global-nav-item",
908
+ "category": "Navigation",
909
+ "props": {
910
+ "text": {
911
+ "type": "string"
912
+ },
913
+ "href": {
914
+ "type": "string"
915
+ },
916
+ "iconName": {
917
+ "type": "string"
918
+ },
919
+ "megaMenu": {
920
+ "type": "boolean"
921
+ },
922
+ "isActive": {
923
+ "type": "boolean"
924
+ }
925
+ },
926
+ "slots": [
927
+ "default",
928
+ "itemBefore",
929
+ "itemAfter"
930
+ ]
931
+ },
932
+ {
933
+ "name": "cre8-grid",
934
+ "category": "Layout",
935
+ "props": {
936
+ "variant": {
937
+ "enum": [
938
+ "side-by-side",
939
+ "2up",
940
+ "3up",
941
+ "1-3up",
942
+ "4up",
943
+ "1-4up",
944
+ "1-2-4up",
945
+ "2-4-6up"
946
+ ]
947
+ },
948
+ "gap": {
949
+ "enum": [
950
+ "sm",
951
+ "lg",
952
+ "none"
953
+ ]
954
+ },
955
+ "break": {
956
+ "enum": [
957
+ "faster",
958
+ "slower"
959
+ ]
960
+ }
961
+ },
962
+ "acceptsChildren": true
963
+ },
964
+ {
965
+ "name": "cre8-grid-item",
966
+ "category": "Layout",
967
+ "props": {},
968
+ "acceptsChildren": true
969
+ },
970
+ {
971
+ "name": "cre8-header",
972
+ "category": "Navigation",
973
+ "props": {
974
+ "isActive": {
975
+ "type": "boolean"
976
+ }
977
+ },
978
+ "slots": [
979
+ "default",
980
+ "top",
981
+ "bottom"
982
+ ]
983
+ },
984
+ {
985
+ "name": "cre8-heading",
986
+ "category": "Typography",
987
+ "props": {
988
+ "type": {
989
+ "enum": [
990
+ "display-default",
991
+ "display-small",
992
+ "headline-large",
993
+ "headline-default",
994
+ "headline-small",
995
+ "title-xlarge",
996
+ "title-large",
997
+ "title-default",
998
+ "title-small",
999
+ "label-large",
1000
+ "label-default",
1001
+ "label-small",
1002
+ "meta-large",
1003
+ "meta-default",
1004
+ "meta-small"
1005
+ ]
1006
+ },
1007
+ "inverted": {
1008
+ "type": "boolean"
1009
+ },
1010
+ "tagVariant": {
1011
+ "enum": [
1012
+ "h1",
1013
+ "h2",
1014
+ "h3",
1015
+ "h4",
1016
+ "h5",
1017
+ "h6"
1018
+ ]
1019
+ },
1020
+ "brandColor": {
1021
+ "type": "boolean"
1022
+ }
1023
+ },
1024
+ "acceptsChildren": true
1025
+ },
1026
+ {
1027
+ "name": "cre8-hero",
1028
+ "category": "Layout",
1029
+ "props": {
1030
+ "align": {
1031
+ "enum": [
1032
+ "center",
1033
+ "left",
1034
+ "right",
1035
+ "top-left",
1036
+ "top-center",
1037
+ "bottom-center",
1038
+ "top-right",
1039
+ "bottom-right"
1040
+ ]
1041
+ },
1042
+ "imgSrc": {
1043
+ "type": "string"
1044
+ },
1045
+ "imgAlt": {
1046
+ "type": "string"
1047
+ },
1048
+ "hasOverlay": {
1049
+ "type": "boolean"
1050
+ }
1051
+ },
1052
+ "acceptsChildren": true
1053
+ },
1054
+ {
1055
+ "name": "cre8-icon",
1056
+ "category": "Media",
1057
+ "props": {
1058
+ "focusable": {
1059
+ "type": "boolean"
1060
+ },
1061
+ "name": {
1062
+ "type": "string"
1063
+ },
1064
+ "svg": {
1065
+ "type": "string"
1066
+ },
1067
+ "iconUrl": {
1068
+ "type": "string"
1069
+ },
1070
+ "iconTitle": {
1071
+ "type": "string"
1072
+ }
1073
+ }
1074
+ },
1075
+ {
1076
+ "name": "cre8-inline-alert",
1077
+ "category": "Feedback",
1078
+ "props": {
1079
+ "variant": {
1080
+ "enum": [
1081
+ "subtle",
1082
+ "transparent"
1083
+ ]
1084
+ },
1085
+ "status": {
1086
+ "enum": [
1087
+ "error",
1088
+ "info",
1089
+ "neutral",
1090
+ "warning",
1091
+ "success",
1092
+ "attention",
1093
+ "help"
1094
+ ]
1095
+ },
1096
+ "iconName": {
1097
+ "type": "string"
1098
+ },
1099
+ "fullWidth": {
1100
+ "type": "boolean"
1101
+ },
1102
+ "iconTitle": {
1103
+ "type": "string"
1104
+ }
1105
+ },
1106
+ "acceptsChildren": true
1107
+ },
1108
+ {
1109
+ "name": "cre8-layout",
1110
+ "category": "Layout",
1111
+ "props": {
1112
+ "variant": {
1113
+ "type": "string"
1114
+ }
1115
+ },
1116
+ "acceptsChildren": true
1117
+ },
1118
+ {
1119
+ "name": "cre8-layout-container",
1120
+ "category": "Layout",
1121
+ "props": {
1122
+ "fullHeight": {
1123
+ "type": "boolean"
1124
+ }
1125
+ },
1126
+ "acceptsChildren": true
1127
+ },
1128
+ {
1129
+ "name": "cre8-layout-section",
1130
+ "category": "Layout",
1131
+ "props": {
1132
+ "behavior": {
1133
+ "type": "string"
1134
+ },
1135
+ "top": {
1136
+ "type": "string"
1137
+ }
1138
+ },
1139
+ "acceptsChildren": true
1140
+ },
1141
+ {
1142
+ "name": "cre8-linelength-container",
1143
+ "category": "Layout",
1144
+ "props": {},
1145
+ "acceptsChildren": true
1146
+ },
1147
+ {
1148
+ "name": "cre8-link",
1149
+ "category": "Navigation",
1150
+ "props": {
1151
+ "href": {
1152
+ "type": "string"
1153
+ },
1154
+ "rel": {
1155
+ "type": "string"
1156
+ },
1157
+ "target": {
1158
+ "enum": [
1159
+ "_blank",
1160
+ "_self",
1161
+ "_parent",
1162
+ "_top"
1163
+ ]
1164
+ },
1165
+ "svg": {
1166
+ "type": "string"
1167
+ },
1168
+ "size": {
1169
+ "enum": [
1170
+ "sm",
1171
+ "lg"
1172
+ ]
1173
+ },
1174
+ "inverted": {
1175
+ "type": "boolean"
1176
+ },
1177
+ "iconName": {
1178
+ "type": "string"
1179
+ },
1180
+ "iconRotateDegree": {
1181
+ "type": "number"
1182
+ },
1183
+ "iconFlipDirection": {
1184
+ "type": "string"
1185
+ },
1186
+ "iconPosition": {
1187
+ "enum": [
1188
+ "before",
1189
+ "after"
1190
+ ]
1191
+ },
1192
+ "ctaIcon": {
1193
+ "type": "string"
1194
+ },
1195
+ "ctaLink": {
1196
+ "type": "boolean"
1197
+ },
1198
+ "noUnderline": {
1199
+ "type": "boolean"
1200
+ }
1201
+ },
1202
+ "slots": [
1203
+ "default",
1204
+ "badge"
1205
+ ]
1206
+ },
1207
+ {
1208
+ "name": "cre8-link-list",
1209
+ "category": "Navigation",
1210
+ "props": {
1211
+ "behavior": {
1212
+ "enum": [
1213
+ "horizontal",
1214
+ "responsive"
1215
+ ]
1216
+ },
1217
+ "inverted": {
1218
+ "type": "boolean"
1219
+ },
1220
+ "size": {
1221
+ "type": "string"
1222
+ },
1223
+ "spacing": {
1224
+ "type": "string"
1225
+ },
1226
+ "variant": {
1227
+ "enum": [
1228
+ "secondary",
1229
+ "display"
1230
+ ]
1231
+ },
1232
+ "items": {
1233
+ "type": "array"
1234
+ }
1235
+ },
1236
+ "acceptsChildren": true
1237
+ },
1238
+ {
1239
+ "name": "cre8-link-list-item",
1240
+ "category": "Navigation",
1241
+ "props": {
1242
+ "text": {
1243
+ "type": "string"
1244
+ },
1245
+ "href": {
1246
+ "type": "string"
1247
+ },
1248
+ "isActive": {
1249
+ "type": "boolean"
1250
+ }
1251
+ },
1252
+ "slots": [
1253
+ "default",
1254
+ "itemBefore",
1255
+ "itemAfter"
1256
+ ]
1257
+ },
1258
+ {
1259
+ "name": "cre8-list",
1260
+ "category": "Data",
1261
+ "props": {
1262
+ "variant": {
1263
+ "type": "string"
1264
+ },
1265
+ "spacing": {
1266
+ "enum": [
1267
+ "condensed",
1268
+ "padded"
1269
+ ]
1270
+ },
1271
+ "items": {
1272
+ "type": "array"
1273
+ }
1274
+ },
1275
+ "acceptsChildren": true
1276
+ },
1277
+ {
1278
+ "name": "cre8-list-item",
1279
+ "category": "Data",
1280
+ "props": {},
1281
+ "acceptsChildren": true
1282
+ },
1283
+ {
1284
+ "name": "cre8-loading-spinner",
1285
+ "category": "Feedback",
1286
+ "props": {
1287
+ "determinate": {
1288
+ "type": "boolean"
1289
+ },
1290
+ "inverse": {
1291
+ "type": "boolean"
1292
+ },
1293
+ "neutral": {
1294
+ "type": "boolean"
1295
+ },
1296
+ "label": {
1297
+ "type": "string"
1298
+ },
1299
+ "progress": {
1300
+ "type": "number"
1301
+ },
1302
+ "size": {
1303
+ "enum": [
1304
+ "large",
1305
+ "small"
1306
+ ]
1307
+ },
1308
+ "buttonVariant": {
1309
+ "enum": [
1310
+ "primary",
1311
+ "secondary",
1312
+ "tertiary"
1313
+ ]
1314
+ }
1315
+ }
1316
+ },
1317
+ {
1318
+ "name": "cre8-logo",
1319
+ "category": "Media",
1320
+ "props": {
1321
+ "href": {
1322
+ "type": "string"
1323
+ }
1324
+ },
1325
+ "acceptsChildren": true
1326
+ },
1327
+ {
1328
+ "name": "cre8-main",
1329
+ "category": "Layout",
1330
+ "props": {
1331
+ "fullHeight": {
1332
+ "type": "boolean"
1333
+ }
1334
+ },
1335
+ "acceptsChildren": true
1336
+ },
1337
+ {
1338
+ "name": "cre8-modal",
1339
+ "category": "Disclosure",
1340
+ "props": {
1341
+ "status": {
1342
+ "enum": [
1343
+ "error",
1344
+ "info",
1345
+ "warning",
1346
+ "success",
1347
+ "help"
1348
+ ]
1349
+ },
1350
+ "isActive": {
1351
+ "type": "boolean"
1352
+ },
1353
+ "utilityModalTitle": {
1354
+ "type": "string"
1355
+ },
1356
+ "notDismissible": {
1357
+ "type": "boolean"
1358
+ },
1359
+ "closeButtonText": {
1360
+ "type": "string"
1361
+ },
1362
+ "closeButtonIcon": {
1363
+ "type": "string"
1364
+ },
1365
+ "ariaLabel": {
1366
+ "type": "string"
1367
+ },
1368
+ "mapStatusToIconModal": {
1369
+ "type": "string"
1370
+ }
1371
+ },
1372
+ "slots": [
1373
+ "default",
1374
+ "header",
1375
+ "footer"
1376
+ ],
1377
+ "events": [
1378
+ "modal-close"
1379
+ ]
1380
+ },
1381
+ {
1382
+ "name": "cre8-multi-select",
1383
+ "category": "Forms",
1384
+ "props": {
1385
+ "items": {
1386
+ "type": "array"
1387
+ },
1388
+ "label": {
1389
+ "type": "string"
1390
+ },
1391
+ "disabled": {
1392
+ "type": "boolean"
1393
+ },
1394
+ "preselectedItems": {
1395
+ "type": "array"
1396
+ },
1397
+ "fieldId": {
1398
+ "type": "string"
1399
+ },
1400
+ "fieldNote": {
1401
+ "type": "string"
1402
+ },
1403
+ "ariaDescribedBy": {
1404
+ "type": "string"
1405
+ },
1406
+ "validationAriaDescribedBy": {
1407
+ "type": "string"
1408
+ },
1409
+ "isError": {
1410
+ "type": "boolean"
1411
+ },
1412
+ "errorNote": {
1413
+ "type": "string"
1414
+ },
1415
+ "isSuccess": {
1416
+ "type": "boolean"
1417
+ },
1418
+ "successNote": {
1419
+ "type": "string"
1420
+ },
1421
+ "selectedTagItems": {
1422
+ "type": "array"
1423
+ },
1424
+ "dropdownOpen": {
1425
+ "type": "boolean"
1426
+ }
1427
+ },
1428
+ "slots": [
1429
+ "fieldNote"
1430
+ ],
1431
+ "events": [
1432
+ "multi-select-change"
1433
+ ]
1434
+ },
1435
+ {
1436
+ "name": "cre8-nav-container",
1437
+ "category": "Navigation",
1438
+ "props": {},
1439
+ "acceptsChildren": true
1440
+ },
1441
+ {
1442
+ "name": "cre8-page-header",
1443
+ "category": "Marketing",
1444
+ "props": {
1445
+ "heading": {
1446
+ "type": "string"
1447
+ }
1448
+ },
1449
+ "slots": [
1450
+ "default",
1451
+ "titleAfter"
1452
+ ]
1453
+ },
1454
+ {
1455
+ "name": "cre8-pagination",
1456
+ "category": "Navigation",
1457
+ "props": {
1458
+ "display": {
1459
+ "enum": [
1460
+ "compact",
1461
+ "icon-only",
1462
+ "default"
1463
+ ]
1464
+ },
1465
+ "totalResults": {
1466
+ "type": "number"
1467
+ },
1468
+ "pageSize": {
1469
+ "type": "number"
1470
+ },
1471
+ "visiblePages": {
1472
+ "type": "number"
1473
+ },
1474
+ "hideLastAndFirstButtons": {
1475
+ "type": "boolean"
1476
+ },
1477
+ "currentPage": {
1478
+ "type": "number"
1479
+ },
1480
+ "elementDefinitions": {
1481
+ "type": "string"
1482
+ },
1483
+ "windowWidth": {
1484
+ "type": "number"
1485
+ },
1486
+ "buttons": {
1487
+ "type": "string"
1488
+ },
1489
+ "maxVisiblePages": {
1490
+ "type": "number"
1491
+ }
1492
+ },
1493
+ "acceptsChildren": true,
1494
+ "events": [
1495
+ "pagination-change"
1496
+ ]
1497
+ },
1498
+ {
1499
+ "name": "cre8-percent-bar",
1500
+ "category": "Feedback",
1501
+ "props": {
1502
+ "value": {
1503
+ "type": "number"
1504
+ },
1505
+ "max": {
1506
+ "type": "number"
1507
+ },
1508
+ "disableActionLeft": {
1509
+ "type": "boolean"
1510
+ }
1511
+ },
1512
+ "events": [
1513
+ "percent-bar-left-action-click"
1514
+ ]
1515
+ },
1516
+ {
1517
+ "name": "cre8-popover",
1518
+ "category": "Disclosure",
1519
+ "props": {
1520
+ "heading": {
1521
+ "type": "string"
1522
+ },
1523
+ "position": {
1524
+ "enum": [
1525
+ "top",
1526
+ "left",
1527
+ "right"
1528
+ ]
1529
+ },
1530
+ "isVisibleOnScroll": {
1531
+ "type": "boolean"
1532
+ },
1533
+ "isDynamic": {
1534
+ "type": "boolean"
1535
+ },
1536
+ "isActiveDynamic": {
1537
+ "type": "boolean"
1538
+ },
1539
+ "isActive": {
1540
+ "type": "boolean"
1541
+ },
1542
+ "isRTL": {
1543
+ "type": "boolean"
1544
+ },
1545
+ "handleOnClickOutside": {
1546
+ "type": "string"
1547
+ },
1548
+ "removeActiveOnScroll": {
1549
+ "type": "string"
1550
+ },
1551
+ "removeActive": {
1552
+ "type": "string"
1553
+ }
1554
+ },
1555
+ "slots": [
1556
+ "default",
1557
+ "trigger",
1558
+ "header",
1559
+ "footer"
1560
+ ],
1561
+ "events": [
1562
+ "popover-open",
1563
+ "popover-close"
1564
+ ]
1565
+ },
1566
+ {
1567
+ "name": "cre8-primary-nav",
1568
+ "category": "Navigation",
1569
+ "props": {
1570
+ "inverted": {
1571
+ "type": "boolean"
1572
+ },
1573
+ "behavior": {
1574
+ "type": "string"
1575
+ },
1576
+ "navAriaLabel": {
1577
+ "type": "string"
1578
+ }
1579
+ },
1580
+ "acceptsChildren": true
1581
+ },
1582
+ {
1583
+ "name": "cre8-primary-nav-item",
1584
+ "category": "Navigation",
1585
+ "props": {
1586
+ "text": {
1587
+ "type": "string"
1588
+ },
1589
+ "href": {
1590
+ "type": "string"
1591
+ },
1592
+ "iconName": {
1593
+ "type": "string"
1594
+ },
1595
+ "megaMenu": {
1596
+ "type": "boolean"
1597
+ },
1598
+ "isActive": {
1599
+ "type": "boolean"
1600
+ }
1601
+ },
1602
+ "slots": [
1603
+ "default",
1604
+ "itemBefore",
1605
+ "itemAfter"
1606
+ ]
1607
+ },
1608
+ {
1609
+ "name": "cre8-progress-meter",
1610
+ "category": "Feedback",
1611
+ "props": {
1612
+ "status": {
1613
+ "enum": [
1614
+ "error",
1615
+ "warning",
1616
+ "success"
1617
+ ]
1618
+ },
1619
+ "knockout": {
1620
+ "type": "boolean"
1621
+ },
1622
+ "max": {
1623
+ "type": "number"
1624
+ },
1625
+ "value": {
1626
+ "type": "number"
1627
+ },
1628
+ "name": {
1629
+ "type": "string"
1630
+ },
1631
+ "label": {
1632
+ "type": "string"
1633
+ },
1634
+ "fieldId": {
1635
+ "type": "string"
1636
+ }
1637
+ }
1638
+ },
1639
+ {
1640
+ "name": "cre8-progress-steps",
1641
+ "category": "Other",
1642
+ "props": {
1643
+ "steps": {
1644
+ "type": "array"
1645
+ }
1646
+ },
1647
+ "acceptsChildren": true
1648
+ },
1649
+ {
1650
+ "name": "cre8-progress-steps-item",
1651
+ "category": "Feedback",
1652
+ "props": {
1653
+ "state": {
1654
+ "enum": [
1655
+ "error",
1656
+ "warning",
1657
+ "complete",
1658
+ "current",
1659
+ "incomplete"
1660
+ ]
1661
+ },
1662
+ "message": {
1663
+ "type": "string"
1664
+ },
1665
+ "name": {
1666
+ "type": "string"
1667
+ },
1668
+ "svg": {
1669
+ "type": "string"
1670
+ }
1671
+ },
1672
+ "acceptsChildren": true
1673
+ },
1674
+ {
1675
+ "name": "cre8-radio-field",
1676
+ "category": "Forms",
1677
+ "props": {
1678
+ "label": {
1679
+ "type": "string"
1680
+ },
1681
+ "items": {
1682
+ "type": "array"
1683
+ },
1684
+ "name": {
1685
+ "type": "string"
1686
+ },
1687
+ "fieldNote": {
1688
+ "type": "string"
1689
+ },
1690
+ "ariaDescribedBy": {
1691
+ "type": "string"
1692
+ },
1693
+ "fieldNoteIconName": {
1694
+ "type": "string"
1695
+ },
1696
+ "fieldNoteKnockout": {
1697
+ "type": "boolean"
1698
+ },
1699
+ "isSuccess": {
1700
+ "type": "boolean"
1701
+ },
1702
+ "isError": {
1703
+ "type": "boolean"
1704
+ }
1705
+ },
1706
+ "acceptsChildren": true
1707
+ },
1708
+ {
1709
+ "name": "cre8-radio-field-item",
1710
+ "category": "Forms",
1711
+ "props": {
1712
+ "checked": {
1713
+ "type": "boolean"
1714
+ },
1715
+ "label": {
1716
+ "type": "string"
1717
+ },
1718
+ "name": {
1719
+ "type": "string"
1720
+ },
1721
+ "disabled": {
1722
+ "type": "boolean"
1723
+ },
1724
+ "required": {
1725
+ "type": "boolean"
1726
+ },
1727
+ "value": {
1728
+ "type": "string"
1729
+ },
1730
+ "ariaDescribedBy": {
1731
+ "type": "string"
1732
+ },
1733
+ "fieldId": {
1734
+ "type": "string"
1735
+ },
1736
+ "fieldNote": {
1737
+ "type": "string"
1738
+ },
1739
+ "fieldNoteIconName": {
1740
+ "type": "string"
1741
+ },
1742
+ "fieldNoteKnockout": {
1743
+ "type": "boolean"
1744
+ },
1745
+ "fieldNoteIsError": {
1746
+ "type": "boolean"
1747
+ },
1748
+ "isError": {
1749
+ "type": "boolean"
1750
+ },
1751
+ "isSuccess": {
1752
+ "type": "boolean"
1753
+ },
1754
+ "type": {
1755
+ "type": "string"
1756
+ }
1757
+ }
1758
+ },
1759
+ {
1760
+ "name": "cre8-remove-tag",
1761
+ "category": "Data",
1762
+ "props": {
1763
+ "text": {
1764
+ "type": "string"
1765
+ },
1766
+ "color": {
1767
+ "enum": [
1768
+ "neutral",
1769
+ "branded",
1770
+ "neutral-hybrid"
1771
+ ]
1772
+ },
1773
+ "shape": {
1774
+ "enum": [
1775
+ "round",
1776
+ "square"
1777
+ ]
1778
+ },
1779
+ "disabled": {
1780
+ "type": "boolean"
1781
+ }
1782
+ },
1783
+ "events": [
1784
+ "remove-tag-click"
1785
+ ]
1786
+ },
1787
+ {
1788
+ "name": "cre8-section",
1789
+ "category": "Layout",
1790
+ "props": {
1791
+ "headline": {
1792
+ "type": "string"
1793
+ }
1794
+ },
1795
+ "slots": [
1796
+ "default",
1797
+ "header"
1798
+ ]
1799
+ },
1800
+ {
1801
+ "name": "cre8-select",
1802
+ "category": "Forms",
1803
+ "props": {
1804
+ "items": {
1805
+ "type": "array"
1806
+ },
1807
+ "label": {
1808
+ "type": "string"
1809
+ },
1810
+ "name": {
1811
+ "type": "string"
1812
+ },
1813
+ "disabled": {
1814
+ "type": "boolean"
1815
+ },
1816
+ "required": {
1817
+ "type": "boolean"
1818
+ },
1819
+ "value": {
1820
+ "type": "string"
1821
+ },
1822
+ "fieldId": {
1823
+ "type": "string"
1824
+ },
1825
+ "fieldNote": {
1826
+ "type": "string"
1827
+ },
1828
+ "ariaDescribedBy": {
1829
+ "type": "string"
1830
+ },
1831
+ "validationAriaDescribedBy": {
1832
+ "type": "string"
1833
+ },
1834
+ "errorNote": {
1835
+ "type": "string"
1836
+ },
1837
+ "successNote": {
1838
+ "type": "string"
1839
+ },
1840
+ "isError": {
1841
+ "type": "boolean"
1842
+ },
1843
+ "isSuccess": {
1844
+ "type": "boolean"
1845
+ },
1846
+ "type": {
1847
+ "type": "string"
1848
+ }
1849
+ },
1850
+ "slots": [
1851
+ "fieldNote"
1852
+ ],
1853
+ "events": [
1854
+ "change"
1855
+ ]
1856
+ },
1857
+ {
1858
+ "name": "cre8-select-tile",
1859
+ "category": "Forms",
1860
+ "props": {
1861
+ "variant": {
1862
+ "enum": [
1863
+ "bare",
1864
+ "horizontal",
1865
+ "horizontal-bare"
1866
+ ]
1867
+ },
1868
+ "align": {
1869
+ "type": "string"
1870
+ },
1871
+ "checked": {
1872
+ "type": "boolean"
1873
+ },
1874
+ "type": {
1875
+ "enum": [
1876
+ "checkbox",
1877
+ "radio"
1878
+ ]
1879
+ },
1880
+ "name": {
1881
+ "type": "string"
1882
+ },
1883
+ "disabled": {
1884
+ "type": "boolean"
1885
+ },
1886
+ "required": {
1887
+ "type": "boolean"
1888
+ },
1889
+ "value": {
1890
+ "type": "string"
1891
+ },
1892
+ "variantBreakToVertical": {
1893
+ "enum": [
1894
+ "sm",
1895
+ "lg",
1896
+ "none",
1897
+ "md",
1898
+ "sm-2",
1899
+ "xl",
1900
+ "xxl"
1901
+ ]
1902
+ },
1903
+ "checkPosition": {
1904
+ "enum": [
1905
+ "none",
1906
+ "left",
1907
+ "right",
1908
+ "top-right"
1909
+ ]
1910
+ },
1911
+ "radioVariant": {
1912
+ "enum": [
1913
+ "dot",
1914
+ "check"
1915
+ ]
1916
+ },
1917
+ "fieldId": {
1918
+ "type": "string"
1919
+ },
1920
+ "isError": {
1921
+ "type": "boolean"
1922
+ },
1923
+ "isSuccess": {
1924
+ "type": "boolean"
1925
+ },
1926
+ "shadowRootOptions": {
1927
+ "type": "string"
1928
+ },
1929
+ "defaultChecked": {
1930
+ "type": "boolean"
1931
+ }
1932
+ },
1933
+ "slots": [
1934
+ "default",
1935
+ "header",
1936
+ "footer",
1937
+ "title",
1938
+ "body"
1939
+ ],
1940
+ "events": [
1941
+ "change",
1942
+ "input"
1943
+ ]
1944
+ },
1945
+ {
1946
+ "name": "cre8-select-tile-list",
1947
+ "category": "Forms",
1948
+ "props": {
1949
+ "variant": {
1950
+ "enum": [
1951
+ "columns",
1952
+ "rows"
1953
+ ]
1954
+ },
1955
+ "label": {
1956
+ "type": "string"
1957
+ },
1958
+ "fieldNote": {
1959
+ "type": "string"
1960
+ },
1961
+ "ariaDescribedBy": {
1962
+ "type": "string"
1963
+ },
1964
+ "fieldNoteIconName": {
1965
+ "type": "string"
1966
+ },
1967
+ "fieldNoteKnockout": {
1968
+ "type": "boolean"
1969
+ },
1970
+ "fieldNoteIsSuccess": {
1971
+ "type": "boolean"
1972
+ },
1973
+ "fieldNoteIsError": {
1974
+ "type": "boolean"
1975
+ }
1976
+ },
1977
+ "acceptsChildren": true
1978
+ },
1979
+ {
1980
+ "name": "cre8-skeleton-loader",
1981
+ "category": "Feedback",
1982
+ "props": {
1983
+ "variant": {
1984
+ "enum": [
1985
+ "rectangle",
1986
+ "square",
1987
+ "circle"
1988
+ ]
1989
+ },
1990
+ "height": {
1991
+ "type": "string"
1992
+ },
1993
+ "width": {
1994
+ "type": "string"
1995
+ }
1996
+ }
1997
+ },
1998
+ {
1999
+ "name": "cre8-split-button",
2000
+ "category": "Actions",
2001
+ "props": {
2002
+ "disabled": {
2003
+ "type": "boolean"
2004
+ },
2005
+ "size": {
2006
+ "enum": [
2007
+ "sm",
2008
+ "lg"
2009
+ ]
2010
+ },
2011
+ "buttonText": {
2012
+ "type": "string"
2013
+ },
2014
+ "dropdownOpen": {
2015
+ "type": "boolean"
2016
+ }
2017
+ },
2018
+ "acceptsChildren": true,
2019
+ "events": [
2020
+ "split-button-text-click",
2021
+ "split-button-dropdown-click"
2022
+ ]
2023
+ },
2024
+ {
2025
+ "name": "cre8-submenu",
2026
+ "category": "Disclosure",
2027
+ "props": {},
2028
+ "acceptsChildren": true
2029
+ },
2030
+ {
2031
+ "name": "cre8-submenu-item",
2032
+ "category": "Disclosure",
2033
+ "props": {
2034
+ "href": {
2035
+ "type": "string"
2036
+ }
2037
+ },
2038
+ "acceptsChildren": true
2039
+ },
2040
+ {
2041
+ "name": "cre8-tab",
2042
+ "category": "Navigation",
2043
+ "props": {
2044
+ "size": {
2045
+ "type": "string"
2046
+ },
2047
+ "index": {
2048
+ "type": "number"
2049
+ },
2050
+ "isActive": {
2051
+ "type": "boolean"
2052
+ },
2053
+ "ariaLabelledBy": {
2054
+ "type": "string"
2055
+ }
2056
+ },
2057
+ "acceptsChildren": true,
2058
+ "events": [
2059
+ "tab-select"
2060
+ ]
2061
+ },
2062
+ {
2063
+ "name": "cre8-tab-panel",
2064
+ "category": "Navigation",
2065
+ "props": {
2066
+ "index": {
2067
+ "type": "number"
2068
+ },
2069
+ "skipFocusOnPanel": {
2070
+ "type": "boolean"
2071
+ },
2072
+ "isActive": {
2073
+ "type": "boolean"
2074
+ }
2075
+ },
2076
+ "acceptsChildren": true
2077
+ },
2078
+ {
2079
+ "name": "cre8-table",
2080
+ "category": "Data",
2081
+ "props": {
2082
+ "columns": {
2083
+ "type": "array"
2084
+ },
2085
+ "rows": {
2086
+ "type": "array"
2087
+ },
2088
+ "caption": {
2089
+ "type": "string"
2090
+ },
2091
+ "behavior": {
2092
+ "type": "string"
2093
+ },
2094
+ "variant": {
2095
+ "type": "string"
2096
+ },
2097
+ "isHoverable": {
2098
+ "type": "boolean"
2099
+ }
2100
+ },
2101
+ "acceptsChildren": true
2102
+ },
2103
+ {
2104
+ "name": "cre8-table-body",
2105
+ "category": "Data",
2106
+ "props": {},
2107
+ "acceptsChildren": true
2108
+ },
2109
+ {
2110
+ "name": "cre8-table-cell",
2111
+ "category": "Data",
2112
+ "props": {
2113
+ "colspan": {
2114
+ "type": "number"
2115
+ },
2116
+ "variant": {
2117
+ "type": "string"
2118
+ },
2119
+ "dataHeader": {
2120
+ "type": "string"
2121
+ }
2122
+ },
2123
+ "acceptsChildren": true
2124
+ },
2125
+ {
2126
+ "name": "cre8-table-header",
2127
+ "category": "Data",
2128
+ "props": {},
2129
+ "acceptsChildren": true
2130
+ },
2131
+ {
2132
+ "name": "cre8-table-header-cell",
2133
+ "category": "Data",
2134
+ "props": {
2135
+ "colspan": {
2136
+ "type": "number"
2137
+ },
2138
+ "width": {
2139
+ "type": "string"
2140
+ }
2141
+ },
2142
+ "acceptsChildren": true
2143
+ },
2144
+ {
2145
+ "name": "cre8-table-object",
2146
+ "category": "Data",
2147
+ "props": {},
2148
+ "slots": [
2149
+ "default",
2150
+ "header",
2151
+ "footer"
2152
+ ]
2153
+ },
2154
+ {
2155
+ "name": "cre8-table-row",
2156
+ "category": "Data",
2157
+ "props": {
2158
+ "variant": {
2159
+ "type": "string"
2160
+ },
2161
+ "isExpanded": {
2162
+ "type": "boolean"
2163
+ },
2164
+ "isExpandable": {
2165
+ "type": "boolean"
2166
+ },
2167
+ "expandedButtonText": {
2168
+ "type": "string"
2169
+ },
2170
+ "collapsedButtonText": {
2171
+ "type": "string"
2172
+ }
2173
+ },
2174
+ "slots": [
2175
+ "default",
2176
+ "expandableContent"
2177
+ ]
2178
+ },
2179
+ {
2180
+ "name": "cre8-tabs",
2181
+ "category": "Navigation",
2182
+ "props": {
2183
+ "size": {
2184
+ "type": "string"
2185
+ },
2186
+ "items": {
2187
+ "type": "array"
2188
+ },
2189
+ "fullWidth": {
2190
+ "type": "boolean"
2191
+ },
2192
+ "activeIndex": {
2193
+ "type": "number"
2194
+ },
2195
+ "isStart": {
2196
+ "type": "boolean"
2197
+ },
2198
+ "isEnd": {
2199
+ "type": "boolean"
2200
+ },
2201
+ "activeTab": {
2202
+ "type": "string"
2203
+ },
2204
+ "isRTL": {
2205
+ "type": "boolean"
2206
+ },
2207
+ "handleScroll": {
2208
+ "type": "string"
2209
+ },
2210
+ "handleResize": {
2211
+ "type": "string"
2212
+ },
2213
+ "setIsStart": {
2214
+ "type": "string"
2215
+ },
2216
+ "setIsEnd": {
2217
+ "type": "string"
2218
+ },
2219
+ "emitEvent": {
2220
+ "type": "string"
2221
+ },
2222
+ "tabId": {
2223
+ "type": "string"
2224
+ }
2225
+ },
2226
+ "slots": [
2227
+ "default",
2228
+ "panel"
2229
+ ],
2230
+ "events": [
2231
+ "tab-change"
2232
+ ]
2233
+ },
2234
+ {
2235
+ "name": "cre8-tag",
2236
+ "category": "Data",
2237
+ "props": {
2238
+ "text": {
2239
+ "type": "string"
2240
+ },
2241
+ "variant": {
2242
+ "enum": [
2243
+ "neutral",
2244
+ "branded",
2245
+ "neutral-hybrid"
2246
+ ]
2247
+ },
2248
+ "shape": {
2249
+ "enum": [
2250
+ "square",
2251
+ "round"
2252
+ ]
2253
+ },
2254
+ "type": {
2255
+ "enum": [
2256
+ "checkbox",
2257
+ "radio"
2258
+ ]
2259
+ },
2260
+ "name": {
2261
+ "type": "string"
2262
+ },
2263
+ "disabled": {
2264
+ "type": "boolean"
2265
+ },
2266
+ "required": {
2267
+ "type": "boolean"
2268
+ },
2269
+ "value": {
2270
+ "type": "string"
2271
+ },
2272
+ "isDisabled": {
2273
+ "type": "boolean"
2274
+ },
2275
+ "isSelected": {
2276
+ "type": "boolean"
2277
+ },
2278
+ "fieldId": {
2279
+ "type": "string"
2280
+ },
2281
+ "isError": {
2282
+ "type": "boolean"
2283
+ },
2284
+ "isSuccess": {
2285
+ "type": "boolean"
2286
+ }
2287
+ },
2288
+ "events": [
2289
+ "change"
2290
+ ]
2291
+ },
2292
+ {
2293
+ "name": "cre8-tag-list",
2294
+ "category": "Data",
2295
+ "props": {
2296
+ "label": {
2297
+ "type": "string"
2298
+ },
2299
+ "tags": {
2300
+ "type": "array"
2301
+ },
2302
+ "fieldId": {
2303
+ "type": "string"
2304
+ }
2305
+ },
2306
+ "acceptsChildren": true
2307
+ },
2308
+ {
2309
+ "name": "cre8-tertiary-nav",
2310
+ "category": "Navigation",
2311
+ "props": {
2312
+ "fullWidth": {
2313
+ "type": "boolean"
2314
+ },
2315
+ "navAriaLabel": {
2316
+ "type": "string"
2317
+ }
2318
+ },
2319
+ "acceptsChildren": true
2320
+ },
2321
+ {
2322
+ "name": "cre8-tertiary-nav-item",
2323
+ "category": "Navigation",
2324
+ "props": {
2325
+ "href": {
2326
+ "type": "string"
2327
+ },
2328
+ "isCurrent": {
2329
+ "type": "boolean"
2330
+ }
2331
+ },
2332
+ "acceptsChildren": true
2333
+ },
2334
+ {
2335
+ "name": "cre8-text-link",
2336
+ "category": "Typography",
2337
+ "props": {
2338
+ "href": {
2339
+ "type": "string"
2340
+ },
2341
+ "variant": {
2342
+ "enum": [
2343
+ "secondary",
2344
+ "display"
2345
+ ]
2346
+ },
2347
+ "size": {
2348
+ "type": "string"
2349
+ },
2350
+ "inverted": {
2351
+ "type": "boolean"
2352
+ }
2353
+ },
2354
+ "slots": [
2355
+ "default",
2356
+ "linkAfter"
2357
+ ]
2358
+ },
2359
+ {
2360
+ "name": "cre8-text-passage",
2361
+ "category": "Typography",
2362
+ "props": {
2363
+ "inverted": {
2364
+ "type": "boolean"
2365
+ },
2366
+ "size": {
2367
+ "enum": [
2368
+ "large",
2369
+ "small",
2370
+ "default"
2371
+ ]
2372
+ }
2373
+ },
2374
+ "acceptsChildren": true
2375
+ },
2376
+ {
2377
+ "name": "cre8-tooltip",
2378
+ "category": "Disclosure",
2379
+ "props": {
2380
+ "position": {
2381
+ "enum": [
2382
+ "default",
2383
+ "top",
2384
+ "left",
2385
+ "right"
2386
+ ]
2387
+ },
2388
+ "knockout": {
2389
+ "type": "boolean"
2390
+ },
2391
+ "svg": {
2392
+ "type": "string"
2393
+ },
2394
+ "isDynamic": {
2395
+ "type": "boolean"
2396
+ },
2397
+ "isActiveDynamic": {
2398
+ "type": "boolean"
2399
+ },
2400
+ "isActive": {
2401
+ "type": "boolean"
2402
+ },
2403
+ "ariaDescribes": {
2404
+ "type": "string"
2405
+ },
2406
+ "iconRotateDegree": {
2407
+ "type": "number"
2408
+ },
2409
+ "iconFlipDirection": {
2410
+ "type": "string"
2411
+ },
2412
+ "isRTL": {
2413
+ "type": "boolean"
2414
+ },
2415
+ "removeActive": {
2416
+ "type": "string"
2417
+ }
2418
+ },
2419
+ "slots": [
2420
+ "default",
2421
+ "trigger"
2422
+ ],
2423
+ "events": [
2424
+ "tooltip-open",
2425
+ "tooltip-close"
2426
+ ]
2427
+ },
2428
+ {
2429
+ "name": "cre8-utility-nav",
2430
+ "category": "Navigation",
2431
+ "props": {
2432
+ "inverted": {
2433
+ "type": "boolean"
2434
+ },
2435
+ "navAriaLabel": {
2436
+ "type": "string"
2437
+ }
2438
+ },
2439
+ "acceptsChildren": true
2440
+ },
2441
+ {
2442
+ "name": "cre8-utility-nav-item",
2443
+ "category": "Navigation",
2444
+ "props": {
2445
+ "href": {
2446
+ "type": "string"
2447
+ },
2448
+ "text": {
2449
+ "type": "string"
2450
+ },
2451
+ "hideText": {
2452
+ "type": "boolean"
2453
+ },
2454
+ "iconName": {
2455
+ "type": "string"
2456
+ },
2457
+ "iconPosition": {
2458
+ "enum": [
2459
+ "before",
2460
+ "after"
2461
+ ]
2462
+ }
2463
+ }
2464
+ }
2465
+ ]
2466
+ }