@rei/cedar 14.1.0 → 15.0.0-alpha.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.
Files changed (167) hide show
  1. package/README.md +3 -0
  2. package/dist/cedar.umd.js +14 -14
  3. package/dist/component-docgen.json +2159 -1694
  4. package/dist/icon-component-docgen.json +632 -632
  5. package/dist/lib.d.ts +788 -412
  6. package/dist/node_modules/@rei/cdr-tokens/dist/rei-dot-com/js/cdr-tokens.mjs +10 -7
  7. package/dist/reset.css +0 -5
  8. package/dist/src/components/abstract/CdrAbstract.vue.mjs +9 -0
  9. package/dist/src/components/abstract/CdrAbstract.vue2.mjs +24 -0
  10. package/dist/src/components/abstract/styles/CdrAbstract.module.scss.mjs +6 -0
  11. package/dist/src/components/accordion/CdrAccordion.vue2.mjs +29 -29
  12. package/dist/src/components/accordion/styles/CdrAccordion.module.scss.mjs +29 -29
  13. package/dist/src/components/accordion/styles/CdrAccordionGroup.module.scss.mjs +2 -2
  14. package/dist/src/components/banner/styles/CdrBanner.module.scss.mjs +14 -14
  15. package/dist/src/components/breadcrumb/styles/CdrBreadcrumb.module.scss.mjs +7 -7
  16. package/dist/src/components/button/styles/CdrButton.module.scss.mjs +31 -31
  17. package/dist/src/components/caption/styles/CdrCaption.module.scss.mjs +4 -4
  18. package/dist/src/components/card/styles/CdrCard.module.scss.mjs +3 -3
  19. package/dist/src/components/checkbox/CdrCheckbox.vue2.mjs +21 -21
  20. package/dist/src/components/checkbox/styles/CdrCheckbox.module.scss.mjs +29 -29
  21. package/dist/src/components/chip/styles/CdrChip.module.scss.mjs +4 -4
  22. package/dist/src/components/chip/styles/CdrChipGroup.module.scss.mjs +6 -6
  23. package/dist/src/components/choreographer/CdrChoreographer.vue.mjs +9 -0
  24. package/dist/src/components/choreographer/CdrChoreographer.vue2.mjs +48 -0
  25. package/dist/src/components/choreographer/styles/CdrChoreographer.module.scss.mjs +9 -0
  26. package/dist/src/components/container/styles/CdrContainer.module.scss.mjs +4 -4
  27. package/dist/src/components/formError/styles/CdrFormError.module.scss.mjs +2 -2
  28. package/dist/src/components/formGroup/styles/CdrFormGroup.module.scss.mjs +8 -8
  29. package/dist/src/components/grid/styles/CdrGrid.module.scss.mjs +21 -21
  30. package/dist/src/components/icon/styles/CdrIcon.module.scss.mjs +12 -12
  31. package/dist/src/components/image/CdrImg.vue2.mjs +32 -96
  32. package/dist/src/components/image/styles/CdrImg.module.scss.mjs +3 -10
  33. package/dist/src/components/input/CdrInput.vue2.mjs +29 -29
  34. package/dist/src/components/input/styles/CdrInput.module.scss.mjs +34 -34
  35. package/dist/src/components/kicker/CdrKicker.vue.mjs +9 -0
  36. package/dist/src/components/kicker/CdrKicker.vue2.mjs +14 -0
  37. package/dist/src/components/kicker/styles/CdrKicker.module.scss.mjs +6 -0
  38. package/dist/src/components/labelStandalone/styles/CdrLabelStandalone.module.scss.mjs +14 -14
  39. package/dist/src/components/labelWrapper/styles/CdrLabelWrapper.module.scss.mjs +27 -27
  40. package/dist/src/components/lead/CdrHeadingSubheadingBlock.vue.mjs +9 -0
  41. package/dist/src/components/lead/CdrHeadingSubheadingBlock.vue2.mjs +33 -0
  42. package/dist/src/components/lead/CdrLead.vue.mjs +9 -0
  43. package/dist/src/components/lead/CdrLead.vue2.mjs +55 -0
  44. package/dist/src/components/lead/styles/CdrHeadingSubheadingBlock.module.scss.mjs +7 -0
  45. package/dist/src/components/lead/styles/CdrLead.module.scss.mjs +11 -0
  46. package/dist/src/components/link/styles/CdrLink.module.scss.mjs +5 -5
  47. package/dist/src/components/list/styles/CdrList.module.scss.mjs +5 -5
  48. package/dist/src/components/modal/CdrModal.vue2.mjs +112 -92
  49. package/dist/src/components/modal/styles/CdrModal.module.scss.mjs +14 -14
  50. package/dist/src/components/pagination/CdrPagination.vue2.mjs +79 -79
  51. package/dist/src/components/pagination/styles/CdrPagination.module.scss.mjs +55 -55
  52. package/dist/src/components/picture/CdrPicture.vue.mjs +9 -0
  53. package/dist/src/components/picture/CdrPicture.vue2.mjs +42 -0
  54. package/dist/src/components/picture/styles/CdrPicture.module.scss.mjs +6 -0
  55. package/dist/src/components/popover/CdrPopover.vue2.mjs +38 -38
  56. package/dist/src/components/popover/styles/CdrPopover.module.scss.mjs +63 -63
  57. package/dist/src/components/popup/CdrPopup.vue2.mjs +28 -28
  58. package/dist/src/components/popup/styles/CdrPopup.module.scss.mjs +14 -14
  59. package/dist/src/components/quote/styles/CdrQuote.module.scss.mjs +4 -4
  60. package/dist/src/components/radio/CdrRadio.vue2.mjs +23 -23
  61. package/dist/src/components/radio/styles/CdrRadio.module.scss.mjs +29 -29
  62. package/dist/src/components/rating/styles/CdrRating.module.scss.mjs +46 -46
  63. package/dist/src/components/select/CdrSelect.vue2.mjs +30 -30
  64. package/dist/src/components/select/styles/CdrSelect.module.scss.mjs +42 -42
  65. package/dist/src/components/skeleton/styles/CdrSkeleton.module.scss.mjs +1 -1
  66. package/dist/src/components/skeleton/styles/CdrSkeletonBone.module.scss.mjs +7 -7
  67. package/dist/src/components/switch/CdrSwitch.vue2.mjs +25 -25
  68. package/dist/src/components/switch/styles/CdrSwitch.module.scss.mjs +8 -8
  69. package/dist/src/components/table/styles/CdrTable.module.scss.mjs +13 -13
  70. package/dist/src/components/tabs/CdrTabPanel.vue2.mjs +12 -12
  71. package/dist/src/components/tabs/styles/CdrTabPanel.module.scss.mjs +7 -7
  72. package/dist/src/components/tabs/styles/CdrTabs.module.scss.mjs +30 -30
  73. package/dist/src/components/text/presets/CdrBody.vue.mjs +9 -0
  74. package/dist/src/components/text/presets/CdrBody.vue2.mjs +39 -0
  75. package/dist/src/components/text/presets/CdrBody.vue3.mjs +6 -0
  76. package/dist/src/components/text/presets/CdrEyebrow.vue.mjs +9 -0
  77. package/dist/src/components/text/presets/CdrEyebrow.vue2.mjs +18 -0
  78. package/dist/src/components/text/presets/CdrEyebrow.vue3.mjs +6 -0
  79. package/dist/src/components/text/presets/CdrHeadingDisplay.vue.mjs +9 -0
  80. package/dist/src/components/text/presets/CdrHeadingDisplay.vue2.mjs +33 -0
  81. package/dist/src/components/text/presets/CdrHeadingDisplay.vue3.mjs +6 -0
  82. package/dist/src/components/text/presets/CdrHeadingSans.vue.mjs +9 -0
  83. package/dist/src/components/text/presets/CdrHeadingSans.vue2.mjs +33 -0
  84. package/dist/src/components/text/presets/CdrHeadingSans.vue3.mjs +6 -0
  85. package/dist/src/components/text/presets/CdrHeadingSerif.vue.mjs +9 -0
  86. package/dist/src/components/text/presets/CdrHeadingSerif.vue2.mjs +39 -0
  87. package/dist/src/components/text/presets/CdrHeadingSerif.vue3.mjs +6 -0
  88. package/dist/src/components/text/presets/CdrSubheadingSans.vue.mjs +9 -0
  89. package/dist/src/components/text/presets/CdrSubheadingSans.vue2.mjs +33 -0
  90. package/dist/src/components/text/presets/CdrSubheadingSans.vue3.mjs +6 -0
  91. package/dist/src/components/text/presets/CdrUtilitySans.vue.mjs +9 -0
  92. package/dist/src/components/text/presets/CdrUtilitySans.vue2.mjs +39 -0
  93. package/dist/src/components/text/presets/CdrUtilitySans.vue3.mjs +6 -0
  94. package/dist/src/components/text/presets/CdrUtilitySerif.vue.mjs +9 -0
  95. package/dist/src/components/text/presets/CdrUtilitySerif.vue2.mjs +39 -0
  96. package/dist/src/components/text/presets/CdrUtilitySerif.vue3.mjs +6 -0
  97. package/dist/src/components/text/styles/CdrText.module.scss.mjs +1 -1
  98. package/dist/src/components/title/CdrTitle.vue.mjs +9 -0
  99. package/dist/src/components/title/CdrTitle.vue2.mjs +23 -0
  100. package/dist/src/components/title/styles/CdrTitle.module.scss.mjs +6 -0
  101. package/dist/src/components/toast/CdrToast.vue2.mjs +21 -21
  102. package/dist/src/components/toast/styles/CdrToast.module.scss.mjs +57 -57
  103. package/dist/src/components/toggleButton/CdrToggleGroup.vue2.mjs +27 -27
  104. package/dist/src/components/toggleButton/styles/CdrToggleButton.module.scss.mjs +2 -2
  105. package/dist/src/components/toggleButton/styles/CdrToggleGroup.module.scss.mjs +5 -5
  106. package/dist/src/components/tooltip/CdrTooltip.vue2.mjs +25 -25
  107. package/dist/src/components/tooltip/styles/CdrTooltip.module.scss.mjs +16 -16
  108. package/dist/src/lib.mjs +468 -440
  109. package/dist/style/cdr-abstract.css +1 -0
  110. package/dist/style/cdr-accordion-group.css +1 -1
  111. package/dist/style/cdr-accordion.css +1 -1
  112. package/dist/style/cdr-banner.css +1 -1
  113. package/dist/style/cdr-body.css +1 -0
  114. package/dist/style/cdr-breadcrumb.css +1 -1
  115. package/dist/style/cdr-button.css +1 -1
  116. package/dist/style/cdr-caption.css +1 -1
  117. package/dist/style/cdr-card.css +1 -1
  118. package/dist/style/cdr-checkbox.css +1 -1
  119. package/dist/style/cdr-chip-group.css +1 -1
  120. package/dist/style/cdr-chip.css +1 -1
  121. package/dist/style/cdr-choreographer.css +1 -0
  122. package/dist/style/cdr-container.css +1 -1
  123. package/dist/style/cdr-eyebrow.css +1 -0
  124. package/dist/style/cdr-form-error.css +1 -1
  125. package/dist/style/cdr-form-group.css +1 -1
  126. package/dist/style/cdr-grid.css +1 -1
  127. package/dist/style/cdr-heading-display.css +1 -0
  128. package/dist/style/cdr-heading-sans.css +1 -0
  129. package/dist/style/cdr-heading-serif.css +1 -0
  130. package/dist/style/cdr-heading-subheading-block.css +1 -0
  131. package/dist/style/cdr-icon.css +1 -1
  132. package/dist/style/cdr-img.css +1 -1
  133. package/dist/style/cdr-input.css +1 -1
  134. package/dist/style/cdr-kicker.css +1 -0
  135. package/dist/style/cdr-label-standalone.css +1 -1
  136. package/dist/style/cdr-label-wrapper.css +1 -1
  137. package/dist/style/cdr-lead.css +1 -0
  138. package/dist/style/cdr-link.css +1 -1
  139. package/dist/style/cdr-list.css +1 -1
  140. package/dist/style/cdr-modal.css +1 -1
  141. package/dist/style/cdr-pagination.css +1 -1
  142. package/dist/style/cdr-picture.css +1 -0
  143. package/dist/style/cdr-popover.css +1 -1
  144. package/dist/style/cdr-popup.css +1 -1
  145. package/dist/style/cdr-quote.css +1 -1
  146. package/dist/style/cdr-radio.css +1 -1
  147. package/dist/style/cdr-rating.css +1 -1
  148. package/dist/style/cdr-select.css +1 -1
  149. package/dist/style/cdr-skeleton-bone.css +1 -1
  150. package/dist/style/cdr-skeleton.css +1 -1
  151. package/dist/style/cdr-subheading-sans.css +1 -0
  152. package/dist/style/cdr-switch.css +1 -1
  153. package/dist/style/cdr-tab-panel.css +1 -1
  154. package/dist/style/cdr-table.css +1 -1
  155. package/dist/style/cdr-tabs.css +1 -1
  156. package/dist/style/cdr-text.css +1 -1
  157. package/dist/style/cdr-title.css +1 -0
  158. package/dist/style/cdr-toast.css +1 -1
  159. package/dist/style/cdr-toggle-button.css +1 -1
  160. package/dist/style/cdr-toggle-group.css +1 -1
  161. package/dist/style/cdr-tooltip.css +1 -1
  162. package/dist/style/cdr-utility-sans.css +1 -0
  163. package/dist/style/cdr-utility-serif.css +1 -0
  164. package/dist/style.css +1 -1
  165. package/package.json +7 -12
  166. package/dist/cedar-compiled.css +0 -2332
  167. package/dist/style/cedar-full.css +0 -41
package/dist/lib.d.ts CHANGED
@@ -6,6 +6,48 @@ import { ExtractPropTypes } from 'vue';
6
6
  import { PropType } from 'vue';
7
7
  import { VNodeProps } from 'vue';
8
8
 
9
+ declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
10
+
11
+ declare type __VLS_NonUndefinedable_2<T> = T extends undefined ? never : T;
12
+
13
+ declare type __VLS_Prettify<T> = {
14
+ [K in keyof T]: T[K];
15
+ } & {};
16
+
17
+ declare type __VLS_Prettify_2<T> = {
18
+ [K in keyof T]: T[K];
19
+ } & {};
20
+
21
+ declare type __VLS_TypePropsToRuntimeProps<T> = {
22
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
23
+ type: PropType<__VLS_NonUndefinedable<T[K]>>;
24
+ } : {
25
+ type: PropType<T[K]>;
26
+ required: true;
27
+ };
28
+ };
29
+
30
+ declare type __VLS_TypePropsToRuntimeProps_2<T> = {
31
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
32
+ type: PropType<__VLS_NonUndefinedable_2<T[K]>>;
33
+ } : {
34
+ type: PropType<T[K]>;
35
+ required: true;
36
+ };
37
+ };
38
+
39
+ declare type __VLS_WithDefaults<P, D> = {
40
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
41
+ default: D[K];
42
+ }> : P[K];
43
+ };
44
+
45
+ declare type __VLS_WithDefaults_2<P, D> = {
46
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_2<P[K] & {
47
+ default: D[K];
48
+ }> : P[K];
49
+ };
50
+
9
51
  declare type __VLS_WithTemplateSlots<T, S> = T & {
10
52
  new (): {
11
53
  $slots: S;
@@ -798,12 +840,84 @@ declare type __VLS_WithTemplateSlots_217<T, S> = T & {
798
840
  };
799
841
  };
800
842
 
843
+ declare type __VLS_WithTemplateSlots_218<T, S> = T & {
844
+ new (): {
845
+ $slots: S;
846
+ };
847
+ };
848
+
849
+ declare type __VLS_WithTemplateSlots_219<T, S> = T & {
850
+ new (): {
851
+ $slots: S;
852
+ };
853
+ };
854
+
801
855
  declare type __VLS_WithTemplateSlots_22<T, S> = T & {
802
856
  new (): {
803
857
  $slots: S;
804
858
  };
805
859
  };
806
860
 
861
+ declare type __VLS_WithTemplateSlots_220<T, S> = T & {
862
+ new (): {
863
+ $slots: S;
864
+ };
865
+ };
866
+
867
+ declare type __VLS_WithTemplateSlots_221<T, S> = T & {
868
+ new (): {
869
+ $slots: S;
870
+ };
871
+ };
872
+
873
+ declare type __VLS_WithTemplateSlots_222<T, S> = T & {
874
+ new (): {
875
+ $slots: S;
876
+ };
877
+ };
878
+
879
+ declare type __VLS_WithTemplateSlots_223<T, S> = T & {
880
+ new (): {
881
+ $slots: S;
882
+ };
883
+ };
884
+
885
+ declare type __VLS_WithTemplateSlots_224<T, S> = T & {
886
+ new (): {
887
+ $slots: S;
888
+ };
889
+ };
890
+
891
+ declare type __VLS_WithTemplateSlots_225<T, S> = T & {
892
+ new (): {
893
+ $slots: S;
894
+ };
895
+ };
896
+
897
+ declare type __VLS_WithTemplateSlots_226<T, S> = T & {
898
+ new (): {
899
+ $slots: S;
900
+ };
901
+ };
902
+
903
+ declare type __VLS_WithTemplateSlots_227<T, S> = T & {
904
+ new (): {
905
+ $slots: S;
906
+ };
907
+ };
908
+
909
+ declare type __VLS_WithTemplateSlots_228<T, S> = T & {
910
+ new (): {
911
+ $slots: S;
912
+ };
913
+ };
914
+
915
+ declare type __VLS_WithTemplateSlots_229<T, S> = T & {
916
+ new (): {
917
+ $slots: S;
918
+ };
919
+ };
920
+
807
921
  declare type __VLS_WithTemplateSlots_23<T, S> = T & {
808
922
  new (): {
809
923
  $slots: S;
@@ -1308,6 +1422,58 @@ declare type __VLS_WithTemplateSlots_99<T, S> = T & {
1308
1422
  };
1309
1423
  };
1310
1424
 
1425
+ /**
1426
+ * Image component properties
1427
+ *
1428
+ * @interface baseImageProps
1429
+ *
1430
+ */
1431
+ declare interface baseImageProps {
1432
+ /** The image src */
1433
+ src: string;
1434
+ /** The image alt. Defaults to empty string. */
1435
+ alt?: string;
1436
+ /** Comma seperated list of image sources */
1437
+ srcset?: string;
1438
+ /** Comma seperated list of source sizes */
1439
+ sizes?: string;
1440
+ /**
1441
+ * Aspect ratio of the image, passes to the CSS aspect-ratio property.
1442
+ * @demoSelectMultiple false
1443
+ */
1444
+ ratio?: string;
1445
+ /**
1446
+ * Object position of the image, passes value to CSS object-position property.
1447
+ * @demoTextField true
1448
+ */
1449
+ position?: string;
1450
+ /**
1451
+ * Object fit of the image, passes value to CSS object-fit property
1452
+ * @demoTextField true
1453
+ */
1454
+ fit?: string;
1455
+ /**
1456
+ * Border radius of the image. Accepts shorthand for cedar radius tokens ("soft", "softer", "round") or a custom value which is passed ot the CSS border-radius property.
1457
+ * @demoTextField true
1458
+ */
1459
+ radius?: "soft" | "softer" | "round" | string;
1460
+ /**
1461
+ * Value for loading attribute ("lazy", "eager", "auto")
1462
+ * @demoIgnore
1463
+ */
1464
+ loading?: "lazy" | "eager";
1465
+ /**
1466
+ * value for decoding attribute ()
1467
+ * @demoIgnore
1468
+ */
1469
+ decoding?: "async" | "sync" | "auto";
1470
+ /**
1471
+ * value for fetch priority attribute
1472
+ * @demoIgnore
1473
+ */
1474
+ fetchpriority?: "high" | "low" | "auto";
1475
+ }
1476
+
1311
1477
  /**
1312
1478
  * Breadcrumb data object
1313
1479
  *
@@ -1324,7 +1490,25 @@ export declare interface breadcrumbItem {
1324
1490
  };
1325
1491
  }
1326
1492
 
1327
- export declare const CdrAccordion: __VLS_WithTemplateSlots<DefineComponent<{
1493
+ export declare const CdrAbstract: __VLS_WithTemplateSlots<DefineComponent<{
1494
+ /** Sets the HTML tag (p, span, h1, h2, etc) */
1495
+ tag: {
1496
+ type: StringConstructor;
1497
+ default: string;
1498
+ };
1499
+ }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
1500
+ /** Sets the HTML tag (p, span, h1, h2, etc) */
1501
+ tag: {
1502
+ type: StringConstructor;
1503
+ default: string;
1504
+ };
1505
+ }>>, {
1506
+ tag: string;
1507
+ }, {}>, {
1508
+ default?(_: {}): any;
1509
+ }>;
1510
+
1511
+ export declare const CdrAccordion: __VLS_WithTemplateSlots_2<DefineComponent<{
1328
1512
  /**
1329
1513
  * The unique id of an accordion.
1330
1514
  * @demoIgnore true
@@ -1378,10 +1562,7 @@ export declare const CdrAccordion: __VLS_WithTemplateSlots<DefineComponent<{
1378
1562
  type: StringConstructor;
1379
1563
  };
1380
1564
  }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1381
- /**
1382
- * Emits on accordion open/close
1383
- */
1384
- 'accordion-toggle': null;
1565
+ "accordion-toggle": (...args: any[]) => void;
1385
1566
  }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
1386
1567
  /**
1387
1568
  * The unique id of an accordion.
@@ -1447,7 +1628,7 @@ export declare const CdrAccordion: __VLS_WithTemplateSlots<DefineComponent<{
1447
1628
  default?(_: {}): any;
1448
1629
  }>;
1449
1630
 
1450
- export declare const CdrAccordionGroup: __VLS_WithTemplateSlots_2<DefineComponent<{
1631
+ export declare const CdrAccordionGroup: __VLS_WithTemplateSlots_3<DefineComponent<{
1451
1632
  /**
1452
1633
  * A prop that will present accordion content as unwrapped. All content is expanded at the provided breakpoints.
1453
1634
  * @values @xs, @sm, @md, @lg, true
@@ -1473,7 +1654,7 @@ export declare const CdrAccordionGroup: __VLS_WithTemplateSlots_2<DefineComponen
1473
1654
  default?(_: {}): any;
1474
1655
  }>;
1475
1656
 
1476
- export declare const CdrBanner: __VLS_WithTemplateSlots_3<DefineComponent<{
1657
+ export declare const CdrBanner: __VLS_WithTemplateSlots_4<DefineComponent<{
1477
1658
  /**
1478
1659
  * Sets the banner style.
1479
1660
  * @demoSelectMultiple false
@@ -1505,7 +1686,44 @@ export declare const CdrBanner: __VLS_WithTemplateSlots_3<DefineComponent<{
1505
1686
  "info-action"?(_: {}): any;
1506
1687
  }>;
1507
1688
 
1508
- export declare const CdrBreadcrumb: __VLS_WithTemplateSlots_4<DefineComponent<{
1689
+ export declare const CdrBody: __VLS_WithTemplateSlots_228<DefineComponent<{
1690
+ /**
1691
+ * Sets the type scale
1692
+ * @type scaleValue
1693
+ * @values '0', '1'
1694
+ */
1695
+ scale: {
1696
+ type: PropType<scaleValue_7>;
1697
+ default: string;
1698
+ };
1699
+ /** Toggles the strong variant */
1700
+ strong: {
1701
+ type: BooleanConstructor;
1702
+ default: boolean;
1703
+ };
1704
+ }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
1705
+ /**
1706
+ * Sets the type scale
1707
+ * @type scaleValue
1708
+ * @values '0', '1'
1709
+ */
1710
+ scale: {
1711
+ type: PropType<scaleValue_7>;
1712
+ default: string;
1713
+ };
1714
+ /** Toggles the strong variant */
1715
+ strong: {
1716
+ type: BooleanConstructor;
1717
+ default: boolean;
1718
+ };
1719
+ }>>, {
1720
+ strong: boolean;
1721
+ scale: scaleValue_7;
1722
+ }, {}>, {
1723
+ default?(_: {}): any;
1724
+ }>;
1725
+
1726
+ export declare const CdrBreadcrumb: __VLS_WithTemplateSlots_5<DefineComponent<{
1509
1727
  /**
1510
1728
  * Sets the array of a breadcrumb object containing a 'url' and 'name' property.
1511
1729
  * @demoIgnore true
@@ -1530,11 +1748,7 @@ export declare const CdrBreadcrumb: __VLS_WithTemplateSlots_4<DefineComponent<{
1530
1748
  type: StringConstructor;
1531
1749
  };
1532
1750
  }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1533
- /**
1534
- * Emits when a breadcrumb item is clicked. `e.preventDefault()` may be used to override the default link navigation.
1535
- * @param breadcrumb The breadcrumb data object
1536
- */
1537
- navigate: null;
1751
+ navigate: (...args: any[]) => void;
1538
1752
  }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
1539
1753
  /**
1540
1754
  * Sets the array of a breadcrumb object containing a 'url' and 'name' property.
@@ -1572,7 +1786,7 @@ export declare const CdrBreadcrumb: __VLS_WithTemplateSlots_4<DefineComponent<{
1572
1786
  }): any;
1573
1787
  }>;
1574
1788
 
1575
- export declare const CdrButton: __VLS_WithTemplateSlots_5<DefineComponent<{
1789
+ export declare const CdrButton: __VLS_WithTemplateSlots_6<DefineComponent<{
1576
1790
  /**
1577
1791
  * Renders CdrButton as a <button> or <a> element. When using the value of <a>, this element renders as an anchor link.
1578
1792
  * @demoIgnore true
@@ -1699,12 +1913,12 @@ export declare const CdrButton: __VLS_WithTemplateSlots_5<DefineComponent<{
1699
1913
  default: boolean;
1700
1914
  };
1701
1915
  }>>, {
1702
- size: string;
1703
- type: string;
1704
1916
  tag: string;
1917
+ type: string;
1918
+ size: string;
1705
1919
  modifier: string;
1706
- fullWidth: string | boolean;
1707
1920
  iconOnly: boolean;
1921
+ fullWidth: string | boolean;
1708
1922
  withBackground: boolean;
1709
1923
  }, {}>, {
1710
1924
  "icon-left"?(_: {}): any;
@@ -1745,7 +1959,7 @@ export declare const CdrCaption: DefineComponent<{
1745
1959
  };
1746
1960
  }>>, {}, {}>;
1747
1961
 
1748
- export declare const CdrCard: __VLS_WithTemplateSlots_6<DefineComponent<{
1962
+ export declare const CdrCard: __VLS_WithTemplateSlots_7<DefineComponent<{
1749
1963
  /** Sets valid HTML container element tag. */
1750
1964
  tag: {
1751
1965
  type: StringConstructor;
@@ -1763,7 +1977,7 @@ export declare const CdrCard: __VLS_WithTemplateSlots_6<DefineComponent<{
1763
1977
  default?(_: {}): any;
1764
1978
  }>;
1765
1979
 
1766
- export declare const CdrCheckbox: __VLS_WithTemplateSlots_7<DefineComponent<{
1980
+ export declare const CdrCheckbox: __VLS_WithTemplateSlots_8<DefineComponent<{
1767
1981
  /**
1768
1982
  * Passes a CSS class to the label for custom styles
1769
1983
  */
@@ -1836,11 +2050,7 @@ export declare const CdrCheckbox: __VLS_WithTemplateSlots_7<DefineComponent<{
1836
2050
  type: (SymbolConstructor | StringConstructor | BooleanConstructor | ObjectConstructor | ArrayConstructor | NumberConstructor | FunctionConstructor)[];
1837
2051
  };
1838
2052
  }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1839
- /**
1840
- * Event emitted by v-model on the <input> element
1841
- * @param modelValue
1842
- */
1843
- 'update:modelValue': null;
2053
+ "update:modelValue": (...args: any[]) => void;
1844
2054
  }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
1845
2055
  /**
1846
2056
  * Passes a CSS class to the label for custom styles
@@ -1927,13 +2137,13 @@ export declare const CdrCheckbox: __VLS_WithTemplateSlots_7<DefineComponent<{
1927
2137
  default?(_: {}): any;
1928
2138
  }>;
1929
2139
 
1930
- export declare const CdrChip: __VLS_WithTemplateSlots_8<DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}, {}>, {
2140
+ export declare const CdrChip: __VLS_WithTemplateSlots_9<DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}, {}>, {
1931
2141
  "icon-left"?(_: {}): any;
1932
2142
  "icon-right"?(_: {}): any;
1933
2143
  default?(_: {}): any;
1934
2144
  }>;
1935
2145
 
1936
- export declare const CdrChipGroup: __VLS_WithTemplateSlots_9<DefineComponent<{
2146
+ export declare const CdrChipGroup: __VLS_WithTemplateSlots_10<DefineComponent<{
1937
2147
  /**
1938
2148
  * Sets a label that describes the chip group and what it is selecting. By default this label is visually hidden and only made available to screen readers.
1939
2149
  */
@@ -1970,7 +2180,21 @@ export declare const CdrChipGroup: __VLS_WithTemplateSlots_9<DefineComponent<{
1970
2180
  default?(_: {}): any;
1971
2181
  }>;
1972
2182
 
1973
- export declare const CdrContainer: __VLS_WithTemplateSlots_10<DefineComponent<{
2183
+ export declare const CdrChoreographer: DefineComponent<{
2184
+ schema: {
2185
+ type: PropType<choreographerSchema[]>;
2186
+ default: () => never[];
2187
+ };
2188
+ }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
2189
+ schema: {
2190
+ type: PropType<choreographerSchema[]>;
2191
+ default: () => never[];
2192
+ };
2193
+ }>>, {
2194
+ schema: choreographerSchema[];
2195
+ }, {}>;
2196
+
2197
+ export declare const CdrContainer: __VLS_WithTemplateSlots_11<DefineComponent<{
1974
2198
  /** Sets the HTML tag for the container element */
1975
2199
  tag: {
1976
2200
  type: StringConstructor;
@@ -2009,7 +2233,11 @@ export declare const CdrContainer: __VLS_WithTemplateSlots_10<DefineComponent<{
2009
2233
  default?(_: {}): any;
2010
2234
  }>;
2011
2235
 
2012
- export declare const CdrFormGroup: __VLS_WithTemplateSlots_11<DefineComponent<{
2236
+ export declare const CdrEyebrow: __VLS_WithTemplateSlots_229<DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}, {}>, {
2237
+ default?(_: {}): any;
2238
+ }>;
2239
+
2240
+ export declare const CdrFormGroup: __VLS_WithTemplateSlots_12<DefineComponent<{
2013
2241
  /**
2014
2242
  * Custom ID that is mapped to the form error. If this value is not set, it will be randomly generated.
2015
2243
  * @demoIgnore true
@@ -2083,7 +2311,7 @@ export declare const CdrFormGroup: __VLS_WithTemplateSlots_11<DefineComponent<{
2083
2311
  error?(_: {}): any;
2084
2312
  }>;
2085
2313
 
2086
- export declare const CdrGrid: __VLS_WithTemplateSlots_12<DefineComponent<{
2314
+ export declare const CdrGrid: __VLS_WithTemplateSlots_13<DefineComponent<{
2087
2315
  /**
2088
2316
  * Defines gutter size. Also accepts responsive values with `@breakpoint`: "none@md"
2089
2317
  * @demoSelectMultiple false
@@ -2122,179 +2350,145 @@ export declare const CdrGrid: __VLS_WithTemplateSlots_12<DefineComponent<{
2122
2350
  default?(_: {}): any;
2123
2351
  }>;
2124
2352
 
2125
- export declare const CdrIcon: __VLS_WithTemplateSlots_13<DefineComponent<{
2126
- /**
2127
- * Only on CdrIcon. Sets the href attribute for use with SVG symbol sprite (see @rei/cedar-icons).
2128
- */
2129
- use: StringConstructor;
2353
+ export declare const CdrHeadingDisplay: __VLS_WithTemplateSlots_222<DefineComponent<{
2130
2354
  /**
2131
- * Sets icon fill to "inherit" so as to use parent/ancestor fill color.
2355
+ * Sets the type scale
2356
+ * @type scaleValue
2357
+ * @values '2', '3', '4', '5', '6', '7'
2132
2358
  */
2133
- inheritColor: {
2134
- type: BooleanConstructor;
2135
- default: boolean;
2136
- };
2137
- size: {
2138
- type: StringConstructor;
2359
+ scale: {
2360
+ type: PropType<scaleValue>;
2139
2361
  default: string;
2140
- validator: (value: string) => boolean;
2141
2362
  };
2142
2363
  }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
2143
2364
  /**
2144
- * Only on CdrIcon. Sets the href attribute for use with SVG symbol sprite (see @rei/cedar-icons).
2365
+ * Sets the type scale
2366
+ * @type scaleValue
2367
+ * @values '2', '3', '4', '5', '6', '7'
2145
2368
  */
2146
- use: StringConstructor;
2147
- /**
2148
- * Sets icon fill to "inherit" so as to use parent/ancestor fill color.
2149
- */
2150
- inheritColor: {
2151
- type: BooleanConstructor;
2152
- default: boolean;
2153
- };
2154
- size: {
2155
- type: StringConstructor;
2369
+ scale: {
2370
+ type: PropType<scaleValue>;
2156
2371
  default: string;
2157
- validator: (value: string) => boolean;
2158
2372
  };
2159
2373
  }>>, {
2160
- inheritColor: boolean;
2161
- size: string;
2374
+ scale: scaleValue;
2162
2375
  }, {}>, {
2163
2376
  default?(_: {}): any;
2164
2377
  }>;
2165
2378
 
2166
- export declare const CdrImg: DefineComponent<{
2379
+ export declare const CdrHeadingSans: __VLS_WithTemplateSlots_224<DefineComponent<{
2167
2380
  /**
2168
- * Image source url.
2381
+ * Sets the type scale
2382
+ * @type scaleValue
2383
+ * @values '1', '2', '3'
2169
2384
  */
2170
- src: {
2171
- type: StringConstructor;
2172
- required: true;
2385
+ scale: {
2386
+ type: PropType<scaleValue_3>;
2387
+ default: string;
2173
2388
  };
2389
+ }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
2174
2390
  /**
2175
- * Image alt text. Defaults to an empty string
2391
+ * Sets the type scale
2392
+ * @type scaleValue
2393
+ * @values '1', '2', '3'
2176
2394
  */
2177
- alt: {
2178
- type: StringConstructor;
2395
+ scale: {
2396
+ type: PropType<scaleValue_3>;
2179
2397
  default: string;
2180
2398
  };
2399
+ }>>, {
2400
+ scale: scaleValue_3;
2401
+ }, {}>, {
2402
+ default?(_: {}): any;
2403
+ }>;
2404
+
2405
+ export declare const CdrHeadingSerif: __VLS_WithTemplateSlots_223<DefineComponent<{
2181
2406
  /**
2182
- * Aspect ratio of the media container
2183
- * @demoSelectMultiple false
2184
- * @values auto, square, 1-2, 2-3, 3-4, 9-16, 2-1, 3-2, 4-3, 16-9
2407
+ * Sets the type scale
2408
+ * @type scaleValue
2409
+ * @values '1', '2', '3', '4', '5'
2185
2410
  */
2186
- ratio: {
2187
- type: StringConstructor;
2188
- default: undefined;
2189
- validator: (value: string) => boolean;
2411
+ scale: {
2412
+ type: PropType<scaleValue_2>;
2413
+ default: string;
2190
2414
  };
2191
- /**
2192
- * Requires a `ratio`. Area to crop the image overflow to. {left, center, right} {top, center, bottom}
2193
- * @demoSelectMultiple false
2194
- * @values left, x-center, right, top, y-center, bottom
2195
- */
2196
- crop: {
2197
- type: StringConstructor;
2415
+ /** Toggles the strong variant */
2416
+ strong: {
2417
+ type: BooleanConstructor;
2418
+ default: boolean;
2198
2419
  };
2420
+ }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
2199
2421
  /**
2200
- * Requires a `ratio`. Scale the image to be as large as possible to fill the area (background-position: cover;)
2422
+ * Sets the type scale
2423
+ * @type scaleValue
2424
+ * @values '1', '2', '3', '4', '5'
2201
2425
  */
2202
- cover: {
2426
+ scale: {
2427
+ type: PropType<scaleValue_2>;
2428
+ default: string;
2429
+ };
2430
+ /** Toggles the strong variant */
2431
+ strong: {
2203
2432
  type: BooleanConstructor;
2433
+ default: boolean;
2204
2434
  };
2435
+ }>>, {
2436
+ strong: boolean;
2437
+ scale: scaleValue_2;
2438
+ }, {}>, {
2439
+ default?(_: {}): any;
2440
+ }>;
2441
+
2442
+ export declare const CdrIcon: __VLS_WithTemplateSlots_14<DefineComponent<{
2205
2443
  /**
2206
- * Adds a custom class to the cdr-img__ratio container div
2444
+ * Only on CdrIcon. Sets the href attribute for use with SVG symbol sprite (see @rei/cedar-icons).
2207
2445
  */
2208
- containerClass: StringConstructor;
2446
+ use: StringConstructor;
2209
2447
  /**
2210
- * Sets a border radius to an element {square, top, right, bottom, left}
2211
- * @demoSelectMultiple false
2212
- * @values circle, rounded
2448
+ * Sets icon fill to "inherit" so as to use parent/ancestor fill color.
2213
2449
  */
2214
- radius: {
2215
- type: StringConstructor;
2216
- validator: (value: string) => boolean;
2450
+ inheritColor: {
2451
+ type: BooleanConstructor;
2452
+ default: boolean;
2217
2453
  };
2218
- /**
2219
- * Modifies the style variant for this component.
2220
- * @demoSelectMultiple false
2221
- * @values responsive
2222
- */
2223
- modifier: {
2454
+ size: {
2224
2455
  type: StringConstructor;
2225
2456
  default: string;
2226
2457
  validator: (value: string) => boolean;
2227
2458
  };
2228
2459
  }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
2229
2460
  /**
2230
- * Image source url.
2231
- */
2232
- src: {
2233
- type: StringConstructor;
2234
- required: true;
2235
- };
2236
- /**
2237
- * Image alt text. Defaults to an empty string
2238
- */
2239
- alt: {
2240
- type: StringConstructor;
2241
- default: string;
2242
- };
2243
- /**
2244
- * Aspect ratio of the media container
2245
- * @demoSelectMultiple false
2246
- * @values auto, square, 1-2, 2-3, 3-4, 9-16, 2-1, 3-2, 4-3, 16-9
2247
- */
2248
- ratio: {
2249
- type: StringConstructor;
2250
- default: undefined;
2251
- validator: (value: string) => boolean;
2252
- };
2253
- /**
2254
- * Requires a `ratio`. Area to crop the image overflow to. {left, center, right} {top, center, bottom}
2255
- * @demoSelectMultiple false
2256
- * @values left, x-center, right, top, y-center, bottom
2461
+ * Only on CdrIcon. Sets the href attribute for use with SVG symbol sprite (see @rei/cedar-icons).
2257
2462
  */
2258
- crop: {
2259
- type: StringConstructor;
2260
- };
2463
+ use: StringConstructor;
2261
2464
  /**
2262
- * Requires a `ratio`. Scale the image to be as large as possible to fill the area (background-position: cover;)
2465
+ * Sets icon fill to "inherit" so as to use parent/ancestor fill color.
2263
2466
  */
2264
- cover: {
2467
+ inheritColor: {
2265
2468
  type: BooleanConstructor;
2469
+ default: boolean;
2266
2470
  };
2267
- /**
2268
- * Adds a custom class to the cdr-img__ratio container div
2269
- */
2270
- containerClass: StringConstructor;
2271
- /**
2272
- * Sets a border radius to an element {square, top, right, bottom, left}
2273
- * @demoSelectMultiple false
2274
- * @values circle, rounded
2275
- */
2276
- radius: {
2277
- type: StringConstructor;
2278
- validator: (value: string) => boolean;
2279
- };
2280
- /**
2281
- * Modifies the style variant for this component.
2282
- * @demoSelectMultiple false
2283
- * @values responsive
2284
- */
2285
- modifier: {
2471
+ size: {
2286
2472
  type: StringConstructor;
2287
2473
  default: string;
2288
2474
  validator: (value: string) => boolean;
2289
2475
  };
2290
2476
  }>>, {
2477
+ inheritColor: boolean;
2478
+ size: string;
2479
+ }, {}>, {
2480
+ default?(_: {}): any;
2481
+ }>;
2482
+
2483
+ export declare const CdrImg: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<baseImageProps>, {
2484
+ alt: string;
2485
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<baseImageProps>, {
2486
+ alt: string;
2487
+ }>>>, {
2291
2488
  alt: string;
2292
- modifier: string;
2293
- ratio: string;
2294
- cover: boolean;
2295
2489
  }, {}>;
2296
2490
 
2297
- export declare const CdrInput: __VLS_WithTemplateSlots_14<DefineComponent<{
2491
+ export declare const CdrInput: __VLS_WithTemplateSlots_15<DefineComponent<{
2298
2492
  /**
2299
2493
  * Custom ID that is mapped to the label ‘for’ attribute. If this value is not set, it will be randomly generated.
2300
2494
  */
@@ -2389,11 +2583,7 @@ export declare const CdrInput: __VLS_WithTemplateSlots_14<DefineComponent<{
2389
2583
  /** Adds a custom class to the cdr-label-standalone wrapping div */
2390
2584
  labelClass: StringConstructor;
2391
2585
  }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2392
- /**
2393
- * Event emitted by v-model on the <input> element
2394
- * @param modelValue
2395
- */
2396
- 'update:modelValue': null;
2586
+ "update:modelValue": (...args: any[]) => void;
2397
2587
  }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
2398
2588
  /**
2399
2589
  * Custom ID that is mapped to the label ‘for’ attribute. If this value is not set, it will be randomly generated.
@@ -2491,8 +2681,8 @@ export declare const CdrInput: __VLS_WithTemplateSlots_14<DefineComponent<{
2491
2681
  }>> & {
2492
2682
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2493
2683
  }, {
2494
- size: string;
2495
2684
  type: string;
2685
+ size: string;
2496
2686
  required: boolean;
2497
2687
  disabled: boolean;
2498
2688
  error: string | boolean;
@@ -2512,7 +2702,62 @@ export declare const CdrInput: __VLS_WithTemplateSlots_14<DefineComponent<{
2512
2702
  error?(_: {}): any;
2513
2703
  }>;
2514
2704
 
2515
- export declare const CdrLink: __VLS_WithTemplateSlots_15<DefineComponent<{
2705
+ export declare const CdrKicker: __VLS_WithTemplateSlots_16<DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}, {}>, {
2706
+ default?(_: {}): any;
2707
+ }>;
2708
+
2709
+ export declare const CdrLead: __VLS_WithTemplateSlots_17<DefineComponent<{
2710
+ /** Sets the lead's image source */
2711
+ imgSrc: {
2712
+ type: StringConstructor;
2713
+ default: undefined;
2714
+ };
2715
+ /** Sets the lead's image alt */
2716
+ imgAlt: {
2717
+ type: StringConstructor;
2718
+ default: string;
2719
+ };
2720
+ /** Sets the lead's heading */
2721
+ heading: {
2722
+ type: StringConstructor;
2723
+ default: undefined;
2724
+ };
2725
+ /** Sets the lead's subheading */
2726
+ subheading: {
2727
+ type: StringConstructor;
2728
+ default: undefined;
2729
+ };
2730
+ }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
2731
+ /** Sets the lead's image source */
2732
+ imgSrc: {
2733
+ type: StringConstructor;
2734
+ default: undefined;
2735
+ };
2736
+ /** Sets the lead's image alt */
2737
+ imgAlt: {
2738
+ type: StringConstructor;
2739
+ default: string;
2740
+ };
2741
+ /** Sets the lead's heading */
2742
+ heading: {
2743
+ type: StringConstructor;
2744
+ default: undefined;
2745
+ };
2746
+ /** Sets the lead's subheading */
2747
+ subheading: {
2748
+ type: StringConstructor;
2749
+ default: undefined;
2750
+ };
2751
+ }>>, {
2752
+ imgSrc: string;
2753
+ imgAlt: string;
2754
+ heading: string;
2755
+ subheading: string;
2756
+ }, {}>, {
2757
+ content?(_: {}): any;
2758
+ }>;
2759
+
2760
+ export declare const CdrLink: __VLS_WithTemplateSlots_18<DefineComponent<{
2516
2761
  /**
2517
2762
  * Sets valid HTML element tag
2518
2763
  * @values a, button
@@ -2585,15 +2830,15 @@ export declare const CdrLink: __VLS_WithTemplateSlots_15<DefineComponent<{
2585
2830
  /** @ignore */
2586
2831
  rel: StringConstructor;
2587
2832
  }>>, {
2833
+ tag: string;
2588
2834
  inheritColor: boolean;
2589
2835
  href: string;
2590
- tag: string;
2591
2836
  modifier: string;
2592
2837
  }, {}>, {
2593
2838
  default?(_: {}): any;
2594
2839
  }>;
2595
2840
 
2596
- export declare const CdrList: __VLS_WithTemplateSlots_16<DefineComponent<{
2841
+ export declare const CdrList: __VLS_WithTemplateSlots_19<DefineComponent<{
2597
2842
  /**
2598
2843
  * Sets list type and HTML element as "unordered" or "ordered"
2599
2844
  * @values ul, ol
@@ -2640,7 +2885,7 @@ export declare const CdrList: __VLS_WithTemplateSlots_16<DefineComponent<{
2640
2885
  default?(_: {}): any;
2641
2886
  }>;
2642
2887
 
2643
- export declare const CdrModal: __VLS_WithTemplateSlots_17<DefineComponent<{
2888
+ export declare const CdrModal: __VLS_WithTemplateSlots_20<DefineComponent<{
2644
2889
  /**
2645
2890
  * Toggles the state of the modal
2646
2891
  * @demoIgnore true
@@ -2701,8 +2946,7 @@ export declare const CdrModal: __VLS_WithTemplateSlots_17<DefineComponent<{
2701
2946
  default: number;
2702
2947
  };
2703
2948
  }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2704
- /** Fires when modal is closed */
2705
- closed: null;
2949
+ closed: (...args: any[]) => void;
2706
2950
  }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
2707
2951
  /**
2708
2952
  * Toggles the state of the modal
@@ -2828,18 +3072,8 @@ export declare const CdrPagination: DefineComponent<{
2828
3072
  type: NumberConstructor;
2829
3073
  };
2830
3074
  }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2831
- /**
2832
- * Event emitted by v-model on the select <input> element to indicate current page.
2833
- * Only used on small devices
2834
- * @param modelValue
2835
- */
2836
- 'update:modelValue': null;
2837
- /**
2838
- * $emit event fired when page changes based on user interaction by clicking a link
2839
- * or selecting an option from the select on mobile.
2840
- * `event.preventDefault()` can be used to override the default link navigation behavior.
2841
- */
2842
- navigate: null;
3075
+ navigate: (...args: any[]) => void;
3076
+ "update:modelValue": (...args: any[]) => void;
2843
3077
  }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
2844
3078
  /**
2845
3079
  * Define a custom slug for the generated pagination item IDs. Slug is randomly generated if no ID provided.
@@ -2899,7 +3133,15 @@ export declare const CdrPagination: DefineComponent<{
2899
3133
  forLabel: string;
2900
3134
  }, {}>;
2901
3135
 
2902
- export declare const CdrPopover: __VLS_WithTemplateSlots_18<DefineComponent<{
3136
+ export declare const CdrPicture: DefineComponent<__VLS_WithDefaults_2<__VLS_TypePropsToRuntimeProps_2<pictureProps>, {
3137
+ alt: string;
3138
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_2<__VLS_TypePropsToRuntimeProps_2<pictureProps>, {
3139
+ alt: string;
3140
+ }>>>, {
3141
+ alt: string;
3142
+ }, {}>;
3143
+
3144
+ export declare const CdrPopover: __VLS_WithTemplateSlots_21<DefineComponent<{
2903
3145
  /**
2904
3146
  * Sets the position where the popover will render relative to the trigger element.
2905
3147
  * @demoSelectMultiple false
@@ -2946,10 +3188,8 @@ export declare const CdrPopover: __VLS_WithTemplateSlots_18<DefineComponent<{
2946
3188
  required: false;
2947
3189
  };
2948
3190
  }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2949
- /** Emits when popover is opened */
2950
- opened: null;
2951
- /** Emits when popover is closed */
2952
- closed: null;
3191
+ opened: (...args: any[]) => void;
3192
+ closed: (...args: any[]) => void;
2953
3193
  }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
2954
3194
  /**
2955
3195
  * Sets the position where the popover will render relative to the trigger element.
@@ -3010,7 +3250,7 @@ export declare const CdrPopover: __VLS_WithTemplateSlots_18<DefineComponent<{
3010
3250
  icon?(_: {}): any;
3011
3251
  }>;
3012
3252
 
3013
- export declare const CdrQuote: __VLS_WithTemplateSlots_19<DefineComponent<{
3253
+ export declare const CdrQuote: __VLS_WithTemplateSlots_22<DefineComponent<{
3014
3254
  /**
3015
3255
  * Sets the semantic HTML element for the quote.
3016
3256
  * @values blockquote, aside, q, div
@@ -3065,7 +3305,7 @@ export declare const CdrQuote: __VLS_WithTemplateSlots_19<DefineComponent<{
3065
3305
  default?(_: {}): any;
3066
3306
  }>;
3067
3307
 
3068
- export declare const CdrRadio: __VLS_WithTemplateSlots_20<DefineComponent<{
3308
+ export declare const CdrRadio: __VLS_WithTemplateSlots_23<DefineComponent<{
3069
3309
  /**
3070
3310
  * Adds CSS class to the label for custom styles.
3071
3311
  */
@@ -3127,11 +3367,7 @@ export declare const CdrRadio: __VLS_WithTemplateSlots_20<DefineComponent<{
3127
3367
  type: (SymbolConstructor | StringConstructor | BooleanConstructor | ObjectConstructor | ArrayConstructor | NumberConstructor | FunctionConstructor)[];
3128
3368
  };
3129
3369
  }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3130
- /**
3131
- * Event emitted by v-model on the radio's <input> element
3132
- * @param modelValue
3133
- */
3134
- 'update:modelValue': null;
3370
+ "update:modelValue": (...args: any[]) => void;
3135
3371
  }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
3136
3372
  /**
3137
3373
  * Adds CSS class to the label for custom styles.
@@ -3291,7 +3527,7 @@ export declare const CdrRating: DefineComponent<{
3291
3527
  count: string | number;
3292
3528
  }, {}>;
3293
3529
 
3294
- export declare const CdrSelect: __VLS_WithTemplateSlots_21<DefineComponent<{
3530
+ export declare const CdrSelect: __VLS_WithTemplateSlots_24<DefineComponent<{
3295
3531
  /**
3296
3532
  * Custom ID that is mapped to the label ‘for’ attribute. If this value is not set, it will be auto-generated.
3297
3533
  */
@@ -3374,11 +3610,7 @@ export declare const CdrSelect: __VLS_WithTemplateSlots_21<DefineComponent<{
3374
3610
  */
3375
3611
  multipleSize: NumberConstructor;
3376
3612
  }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3377
- /**
3378
- * Event emitted by v-model on the radio's <input> element
3379
- * @param modelValue
3380
- */
3381
- 'update:modelValue': null;
3613
+ "update:modelValue": (...args: any[]) => void;
3382
3614
  }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
3383
3615
  /**
3384
3616
  * Custom ID that is mapped to the label ‘for’ attribute. If this value is not set, it will be auto-generated.
@@ -3482,7 +3714,7 @@ export declare const CdrSelect: __VLS_WithTemplateSlots_21<DefineComponent<{
3482
3714
  error?(_: {}): any;
3483
3715
  }>;
3484
3716
 
3485
- export declare const CdrSkeleton: __VLS_WithTemplateSlots_22<DefineComponent<{
3717
+ export declare const CdrSkeleton: __VLS_WithTemplateSlots_25<DefineComponent<{
3486
3718
  /**
3487
3719
  * Toggle animation on/off.
3488
3720
  * When `true`, animated gradient will be used while loading.
@@ -3536,7 +3768,33 @@ export declare const CdrSkeletonBone: DefineComponent<{
3536
3768
  type: string;
3537
3769
  }, {}>;
3538
3770
 
3539
- export declare const CdrSwitch: __VLS_WithTemplateSlots_30<DefineComponent<{
3771
+ export declare const CdrSubheadingSans: __VLS_WithTemplateSlots_225<DefineComponent<{
3772
+ /**
3773
+ * Sets the type scale
3774
+ * @type scaleValue
3775
+ * @values '0', '1', '2'
3776
+ */
3777
+ scale: {
3778
+ type: PropType<scaleValue_4>;
3779
+ default: string;
3780
+ };
3781
+ }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
3782
+ /**
3783
+ * Sets the type scale
3784
+ * @type scaleValue
3785
+ * @values '0', '1', '2'
3786
+ */
3787
+ scale: {
3788
+ type: PropType<scaleValue_4>;
3789
+ default: string;
3790
+ };
3791
+ }>>, {
3792
+ scale: scaleValue_4;
3793
+ }, {}>, {
3794
+ default?(_: {}): any;
3795
+ }>;
3796
+
3797
+ export declare const CdrSwitch: __VLS_WithTemplateSlots_34<DefineComponent<{
3540
3798
  /**
3541
3799
  * Sets a custom ID for the switch. If this value is not set, it will be auto-generated.
3542
3800
  */
@@ -3568,11 +3826,7 @@ export declare const CdrSwitch: __VLS_WithTemplateSlots_30<DefineComponent<{
3568
3826
  required: true;
3569
3827
  };
3570
3828
  }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3571
- /**
3572
- * Event emitted by v-model on switch
3573
- * @param modelValue
3574
- */
3575
- 'update:modelValue': null;
3829
+ "update:modelValue": (...args: any[]) => void;
3576
3830
  }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
3577
3831
  /**
3578
3832
  * Sets a custom ID for the switch. If this value is not set, it will be auto-generated.
@@ -3613,7 +3867,7 @@ export declare const CdrSwitch: __VLS_WithTemplateSlots_30<DefineComponent<{
3613
3867
  default?(_: {}): any;
3614
3868
  }>;
3615
3869
 
3616
- export declare const CdrTable: __VLS_WithTemplateSlots_23<DefineComponent<{
3870
+ export declare const CdrTable: __VLS_WithTemplateSlots_26<DefineComponent<{
3617
3871
  /** Sets row colors to alternate between darker and lighter backgrounds.
3618
3872
  * Striping will not apply when `border` is true
3619
3873
  */
@@ -3692,15 +3946,15 @@ export declare const CdrTable: __VLS_WithTemplateSlots_23<DefineComponent<{
3692
3946
  }>>, {
3693
3947
  size: string;
3694
3948
  fullWidth: string | boolean;
3695
- responsive: boolean;
3696
3949
  striped: boolean;
3697
3950
  border: boolean;
3951
+ responsive: boolean;
3698
3952
  hover: boolean;
3699
3953
  }, {}>, {
3700
3954
  default?(_: {}): any;
3701
3955
  }>;
3702
3956
 
3703
- export declare const CdrTabPanel: __VLS_WithTemplateSlots_24<DefineComponent<{
3957
+ export declare const CdrTabPanel: __VLS_WithTemplateSlots_27<DefineComponent<{
3704
3958
  /** Sets reference identifier for tab content. This property is required and is necessary for accessibility. Must be unique for each tabPanel, and cannot be the same as the `aria-labelledby` property. */
3705
3959
  id: StringConstructor;
3706
3960
  /** Sets tab display name. Required and must be unique for each tab. If `id` is not provided, this value will be used as the reference identifier. */
@@ -3708,11 +3962,7 @@ export declare const CdrTabPanel: __VLS_WithTemplateSlots_24<DefineComponent<{
3708
3962
  /** Sets reference identifier for tab header. This property is required and is necessary for accessibility. Must be unique for each tabPanel, and cannot be the same as the `id` property. */
3709
3963
  ariaLabelledby: StringConstructor;
3710
3964
  }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3711
- /**
3712
- * Emits when active tab is changed
3713
- * @params state, panelId
3714
- */
3715
- 'tab-change': null;
3965
+ "tab-change": (...args: any[]) => void;
3716
3966
  }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
3717
3967
  /** Sets reference identifier for tab content. This property is required and is necessary for accessibility. Must be unique for each tabPanel, and cannot be the same as the `aria-labelledby` property. */
3718
3968
  id: StringConstructor;
@@ -3726,7 +3976,7 @@ export declare const CdrTabPanel: __VLS_WithTemplateSlots_24<DefineComponent<{
3726
3976
  default?(_: {}): any;
3727
3977
  }>;
3728
3978
 
3729
- export declare const CdrTabs: __VLS_WithTemplateSlots_25<DefineComponent<{
3979
+ export declare const CdrTabs: __VLS_WithTemplateSlots_28<DefineComponent<{
3730
3980
  /**
3731
3981
  * Sets height of the tabs container element.
3732
3982
  * Passing a `px` value will render tabs with a static height,
@@ -3798,13 +4048,31 @@ export declare const CdrTabs: __VLS_WithTemplateSlots_25<DefineComponent<{
3798
4048
  };
3799
4049
  }>>, {
3800
4050
  height: string;
3801
- backgroundColor: string;
3802
4051
  activeTab: number;
4052
+ backgroundColor: string;
4053
+ }, {}>, {
4054
+ default?(_: {}): any;
4055
+ }>;
4056
+
4057
+ export declare const CdrText: __VLS_WithTemplateSlots_29<DefineComponent<{
4058
+ /** Sets the HTML tag (p, span, h1, h2, etc) */
4059
+ tag: {
4060
+ type: StringConstructor;
4061
+ default: string;
4062
+ };
4063
+ }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
4064
+ /** Sets the HTML tag (p, span, h1, h2, etc) */
4065
+ tag: {
4066
+ type: StringConstructor;
4067
+ default: string;
4068
+ };
4069
+ }>>, {
4070
+ tag: string;
3803
4071
  }, {}>, {
3804
4072
  default?(_: {}): any;
3805
4073
  }>;
3806
4074
 
3807
- export declare const CdrText: __VLS_WithTemplateSlots_26<DefineComponent<{
4075
+ export declare const CdrTitle: __VLS_WithTemplateSlots_30<DefineComponent<{
3808
4076
  /** Sets the HTML tag (p, span, h1, h2, etc) */
3809
4077
  tag: {
3810
4078
  type: StringConstructor;
@@ -3822,7 +4090,7 @@ export declare const CdrText: __VLS_WithTemplateSlots_26<DefineComponent<{
3822
4090
  default?(_: {}): any;
3823
4091
  }>;
3824
4092
 
3825
- export declare const CdrToast: __VLS_WithTemplateSlots_27<DefineComponent<{
4093
+ export declare const CdrToast: __VLS_WithTemplateSlots_31<DefineComponent<{
3826
4094
  /**
3827
4095
  * Sets the toast type.
3828
4096
  * @demoSelectMultiple false
@@ -3852,10 +4120,8 @@ export declare const CdrToast: __VLS_WithTemplateSlots_27<DefineComponent<{
3852
4120
  default: number;
3853
4121
  };
3854
4122
  }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3855
- /** Emits when toast opens */
3856
- open: null;
3857
- /** Emits when toast closes */
3858
- closed: null;
4123
+ closed: (...args: any[]) => void;
4124
+ open: (...args: any[]) => void;
3859
4125
  }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
3860
4126
  /**
3861
4127
  * Sets the toast type.
@@ -3899,7 +4165,7 @@ export declare const CdrToast: __VLS_WithTemplateSlots_27<DefineComponent<{
3899
4165
  icon?(_: {}): any;
3900
4166
  }>;
3901
4167
 
3902
- export declare const CdrToggleButton: __VLS_WithTemplateSlots_28<DefineComponent<{
4168
+ export declare const CdrToggleButton: __VLS_WithTemplateSlots_32<DefineComponent<{
3903
4169
  /**
3904
4170
  * Sets the value and aria-label for the toggle button. Display can be overridden using default slot
3905
4171
  */
@@ -3919,7 +4185,7 @@ export declare const CdrToggleButton: __VLS_WithTemplateSlots_28<DefineComponent
3919
4185
  default?(_: {}): any;
3920
4186
  }>;
3921
4187
 
3922
- export declare const CdrToggleGroup: __VLS_WithTemplateSlots_29<DefineComponent<{
4188
+ export declare const CdrToggleGroup: __VLS_WithTemplateSlots_33<DefineComponent<{
3923
4189
  /** @ignore */
3924
4190
  modelValue: {
3925
4191
  type: (StringConstructor | BooleanConstructor | ObjectConstructor | ArrayConstructor | NumberConstructor)[];
@@ -3936,11 +4202,7 @@ export declare const CdrToggleGroup: __VLS_WithTemplateSlots_29<DefineComponent<
3936
4202
  validator: (value: string) => boolean;
3937
4203
  };
3938
4204
  }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3939
- /**
3940
- * Event emitted by v-model
3941
- * @param modelValue
3942
- */
3943
- 'update:modelValue': null;
4205
+ "update:modelValue": (...args: any[]) => void;
3944
4206
  }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
3945
4207
  /** @ignore */
3946
4208
  modelValue: {
@@ -3965,7 +4227,7 @@ export declare const CdrToggleGroup: __VLS_WithTemplateSlots_29<DefineComponent<
3965
4227
  default?(_: {}): any;
3966
4228
  }>;
3967
4229
 
3968
- export declare const CdrTooltip: __VLS_WithTemplateSlots_31<DefineComponent<{
4230
+ export declare const CdrTooltip: __VLS_WithTemplateSlots_35<DefineComponent<{
3969
4231
  /**
3970
4232
  * Sets the position where the tooltip will render relative to the trigger element.
3971
4233
  * @demoSelectMultiple false
@@ -4005,10 +4267,8 @@ export declare const CdrTooltip: __VLS_WithTemplateSlots_31<DefineComponent<{
4005
4267
  default: boolean;
4006
4268
  };
4007
4269
  }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
4008
- /** Emits when tooltip is opened */
4009
- opened: null;
4010
- /** Emits when tooltip is closed */
4011
- closed: null;
4270
+ opened: (...args: any[]) => void;
4271
+ closed: (...args: any[]) => void;
4012
4272
  }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
4013
4273
  /**
4014
4274
  * Sets the position where the tooltip will render relative to the trigger element.
@@ -4060,7 +4320,87 @@ export declare const CdrTooltip: __VLS_WithTemplateSlots_31<DefineComponent<{
4060
4320
  default?(_: {}): any;
4061
4321
  }>;
4062
4322
 
4063
- export declare const IconAccountProfile: __VLS_WithTemplateSlots_33<DefineComponent<{
4323
+ export declare const CdrUtilitySans: __VLS_WithTemplateSlots_226<DefineComponent<{
4324
+ /**
4325
+ * Sets the type scale
4326
+ * @type scaleValue
4327
+ * @values '-1','0','1','2','3'
4328
+ */
4329
+ scale: {
4330
+ type: PropType<scaleValue_5>;
4331
+ default: string;
4332
+ };
4333
+ /** Toggles the strong variant */
4334
+ strong: {
4335
+ type: BooleanConstructor;
4336
+ default: boolean;
4337
+ };
4338
+ }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
4339
+ /**
4340
+ * Sets the type scale
4341
+ * @type scaleValue
4342
+ * @values '-1','0','1','2','3'
4343
+ */
4344
+ scale: {
4345
+ type: PropType<scaleValue_5>;
4346
+ default: string;
4347
+ };
4348
+ /** Toggles the strong variant */
4349
+ strong: {
4350
+ type: BooleanConstructor;
4351
+ default: boolean;
4352
+ };
4353
+ }>>, {
4354
+ strong: boolean;
4355
+ scale: scaleValue_5;
4356
+ }, {}>, {
4357
+ default?(_: {}): any;
4358
+ }>;
4359
+
4360
+ export declare const CdrUtilitySerif: __VLS_WithTemplateSlots_227<DefineComponent<{
4361
+ /**
4362
+ * Sets the type scale
4363
+ * @type scaleValue
4364
+ * @values '-1','0','1','2','3'
4365
+ */
4366
+ scale: {
4367
+ type: PropType<scaleValue_6>;
4368
+ default: string;
4369
+ };
4370
+ /** Toggles the strong variant */
4371
+ strong: {
4372
+ type: BooleanConstructor;
4373
+ default: boolean;
4374
+ };
4375
+ }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
4376
+ /**
4377
+ * Sets the type scale
4378
+ * @type scaleValue
4379
+ * @values '-1','0','1','2','3'
4380
+ */
4381
+ scale: {
4382
+ type: PropType<scaleValue_6>;
4383
+ default: string;
4384
+ };
4385
+ /** Toggles the strong variant */
4386
+ strong: {
4387
+ type: BooleanConstructor;
4388
+ default: boolean;
4389
+ };
4390
+ }>>, {
4391
+ strong: boolean;
4392
+ scale: scaleValue_6;
4393
+ }, {}>, {
4394
+ default?(_: {}): any;
4395
+ }>;
4396
+
4397
+ export declare interface choreographerSchema {
4398
+ type: string;
4399
+ props?: object;
4400
+ content?: string | choreographerSchema;
4401
+ }
4402
+
4403
+ export declare const IconAccountProfile: __VLS_WithTemplateSlots_37<DefineComponent<{
4064
4404
  props: {
4065
4405
  type: ObjectConstructor;
4066
4406
  };
@@ -4072,7 +4412,7 @@ export declare const IconAccountProfile: __VLS_WithTemplateSlots_33<DefineCompon
4072
4412
  default?(_: {}): any;
4073
4413
  }>;
4074
4414
 
4075
- export declare const IconAccountProfileFill: __VLS_WithTemplateSlots_32<DefineComponent<{
4415
+ export declare const IconAccountProfileFill: __VLS_WithTemplateSlots_36<DefineComponent<{
4076
4416
  props: {
4077
4417
  type: ObjectConstructor;
4078
4418
  };
@@ -4084,7 +4424,7 @@ export declare const IconAccountProfileFill: __VLS_WithTemplateSlots_32<DefineCo
4084
4424
  default?(_: {}): any;
4085
4425
  }>;
4086
4426
 
4087
- export declare const IconArrowDown: __VLS_WithTemplateSlots_34<DefineComponent<{
4427
+ export declare const IconArrowDown: __VLS_WithTemplateSlots_38<DefineComponent<{
4088
4428
  props: {
4089
4429
  type: ObjectConstructor;
4090
4430
  };
@@ -4096,7 +4436,7 @@ export declare const IconArrowDown: __VLS_WithTemplateSlots_34<DefineComponent<{
4096
4436
  default?(_: {}): any;
4097
4437
  }>;
4098
4438
 
4099
- export declare const IconArrowLeft: __VLS_WithTemplateSlots_35<DefineComponent<{
4439
+ export declare const IconArrowLeft: __VLS_WithTemplateSlots_39<DefineComponent<{
4100
4440
  props: {
4101
4441
  type: ObjectConstructor;
4102
4442
  };
@@ -4108,7 +4448,7 @@ export declare const IconArrowLeft: __VLS_WithTemplateSlots_35<DefineComponent<{
4108
4448
  default?(_: {}): any;
4109
4449
  }>;
4110
4450
 
4111
- export declare const IconArrowRight: __VLS_WithTemplateSlots_36<DefineComponent<{
4451
+ export declare const IconArrowRight: __VLS_WithTemplateSlots_40<DefineComponent<{
4112
4452
  props: {
4113
4453
  type: ObjectConstructor;
4114
4454
  };
@@ -4120,7 +4460,7 @@ export declare const IconArrowRight: __VLS_WithTemplateSlots_36<DefineComponent<
4120
4460
  default?(_: {}): any;
4121
4461
  }>;
4122
4462
 
4123
- export declare const IconArrowUp: __VLS_WithTemplateSlots_37<DefineComponent<{
4463
+ export declare const IconArrowUp: __VLS_WithTemplateSlots_41<DefineComponent<{
4124
4464
  props: {
4125
4465
  type: ObjectConstructor;
4126
4466
  };
@@ -4132,7 +4472,7 @@ export declare const IconArrowUp: __VLS_WithTemplateSlots_37<DefineComponent<{
4132
4472
  default?(_: {}): any;
4133
4473
  }>;
4134
4474
 
4135
- export declare const IconAtv: __VLS_WithTemplateSlots_38<DefineComponent<{
4475
+ export declare const IconAtv: __VLS_WithTemplateSlots_42<DefineComponent<{
4136
4476
  props: {
4137
4477
  type: ObjectConstructor;
4138
4478
  };
@@ -4144,7 +4484,7 @@ export declare const IconAtv: __VLS_WithTemplateSlots_38<DefineComponent<{
4144
4484
  default?(_: {}): any;
4145
4485
  }>;
4146
4486
 
4147
- export declare const IconBedOutline: __VLS_WithTemplateSlots_39<DefineComponent<{
4487
+ export declare const IconBedOutline: __VLS_WithTemplateSlots_43<DefineComponent<{
4148
4488
  props: {
4149
4489
  type: ObjectConstructor;
4150
4490
  };
@@ -4156,7 +4496,7 @@ export declare const IconBedOutline: __VLS_WithTemplateSlots_39<DefineComponent<
4156
4496
  default?(_: {}): any;
4157
4497
  }>;
4158
4498
 
4159
- export declare const IconBikeShop: __VLS_WithTemplateSlots_40<DefineComponent<{
4499
+ export declare const IconBikeShop: __VLS_WithTemplateSlots_44<DefineComponent<{
4160
4500
  props: {
4161
4501
  type: ObjectConstructor;
4162
4502
  };
@@ -4168,7 +4508,7 @@ export declare const IconBikeShop: __VLS_WithTemplateSlots_40<DefineComponent<{
4168
4508
  default?(_: {}): any;
4169
4509
  }>;
4170
4510
 
4171
- export declare const IconBinoculars: __VLS_WithTemplateSlots_41<DefineComponent<{
4511
+ export declare const IconBinoculars: __VLS_WithTemplateSlots_45<DefineComponent<{
4172
4512
  props: {
4173
4513
  type: ObjectConstructor;
4174
4514
  };
@@ -4180,7 +4520,7 @@ export declare const IconBinoculars: __VLS_WithTemplateSlots_41<DefineComponent<
4180
4520
  default?(_: {}): any;
4181
4521
  }>;
4182
4522
 
4183
- export declare const IconBirding: __VLS_WithTemplateSlots_42<DefineComponent<{
4523
+ export declare const IconBirding: __VLS_WithTemplateSlots_46<DefineComponent<{
4184
4524
  props: {
4185
4525
  type: ObjectConstructor;
4186
4526
  };
@@ -4192,7 +4532,7 @@ export declare const IconBirding: __VLS_WithTemplateSlots_42<DefineComponent<{
4192
4532
  default?(_: {}): any;
4193
4533
  }>;
4194
4534
 
4195
- export declare const IconBoat: __VLS_WithTemplateSlots_43<DefineComponent<{
4535
+ export declare const IconBoat: __VLS_WithTemplateSlots_47<DefineComponent<{
4196
4536
  props: {
4197
4537
  type: ObjectConstructor;
4198
4538
  };
@@ -4204,7 +4544,7 @@ export declare const IconBoat: __VLS_WithTemplateSlots_43<DefineComponent<{
4204
4544
  default?(_: {}): any;
4205
4545
  }>;
4206
4546
 
4207
- export declare const IconBoating: __VLS_WithTemplateSlots_44<DefineComponent<{
4547
+ export declare const IconBoating: __VLS_WithTemplateSlots_48<DefineComponent<{
4208
4548
  props: {
4209
4549
  type: ObjectConstructor;
4210
4550
  };
@@ -4216,7 +4556,7 @@ export declare const IconBoating: __VLS_WithTemplateSlots_44<DefineComponent<{
4216
4556
  default?(_: {}): any;
4217
4557
  }>;
4218
4558
 
4219
- export declare const IconBookmarkFill: __VLS_WithTemplateSlots_45<DefineComponent<{
4559
+ export declare const IconBookmarkFill: __VLS_WithTemplateSlots_49<DefineComponent<{
4220
4560
  props: {
4221
4561
  type: ObjectConstructor;
4222
4562
  };
@@ -4228,7 +4568,7 @@ export declare const IconBookmarkFill: __VLS_WithTemplateSlots_45<DefineComponen
4228
4568
  default?(_: {}): any;
4229
4569
  }>;
4230
4570
 
4231
- export declare const IconBookmarkStroke: __VLS_WithTemplateSlots_46<DefineComponent<{
4571
+ export declare const IconBookmarkStroke: __VLS_WithTemplateSlots_50<DefineComponent<{
4232
4572
  props: {
4233
4573
  type: ObjectConstructor;
4234
4574
  };
@@ -4240,7 +4580,7 @@ export declare const IconBookmarkStroke: __VLS_WithTemplateSlots_46<DefineCompon
4240
4580
  default?(_: {}): any;
4241
4581
  }>;
4242
4582
 
4243
- export declare const IconBrandAbstract: __VLS_WithTemplateSlots_47<DefineComponent<{
4583
+ export declare const IconBrandAbstract: __VLS_WithTemplateSlots_51<DefineComponent<{
4244
4584
  props: {
4245
4585
  type: ObjectConstructor;
4246
4586
  };
@@ -4252,7 +4592,7 @@ export declare const IconBrandAbstract: __VLS_WithTemplateSlots_47<DefineCompone
4252
4592
  default?(_: {}): any;
4253
4593
  }>;
4254
4594
 
4255
- export declare const IconBrandCodeSandbox: __VLS_WithTemplateSlots_48<DefineComponent<{
4595
+ export declare const IconBrandCodeSandbox: __VLS_WithTemplateSlots_52<DefineComponent<{
4256
4596
  props: {
4257
4597
  type: ObjectConstructor;
4258
4598
  };
@@ -4264,7 +4604,7 @@ export declare const IconBrandCodeSandbox: __VLS_WithTemplateSlots_48<DefineComp
4264
4604
  default?(_: {}): any;
4265
4605
  }>;
4266
4606
 
4267
- export declare const IconBrandGithub: __VLS_WithTemplateSlots_49<DefineComponent<{
4607
+ export declare const IconBrandGithub: __VLS_WithTemplateSlots_53<DefineComponent<{
4268
4608
  props: {
4269
4609
  type: ObjectConstructor;
4270
4610
  };
@@ -4276,7 +4616,7 @@ export declare const IconBrandGithub: __VLS_WithTemplateSlots_49<DefineComponent
4276
4616
  default?(_: {}): any;
4277
4617
  }>;
4278
4618
 
4279
- export declare const IconBrandLinkedin: __VLS_WithTemplateSlots_50<DefineComponent<{
4619
+ export declare const IconBrandLinkedin: __VLS_WithTemplateSlots_54<DefineComponent<{
4280
4620
  props: {
4281
4621
  type: ObjectConstructor;
4282
4622
  };
@@ -4288,7 +4628,7 @@ export declare const IconBrandLinkedin: __VLS_WithTemplateSlots_50<DefineCompone
4288
4628
  default?(_: {}): any;
4289
4629
  }>;
4290
4630
 
4291
- export declare const IconBrandReiIceAxes: __VLS_WithTemplateSlots_51<DefineComponent<{
4631
+ export declare const IconBrandReiIceAxes: __VLS_WithTemplateSlots_55<DefineComponent<{
4292
4632
  props: {
4293
4633
  type: ObjectConstructor;
4294
4634
  };
@@ -4300,7 +4640,7 @@ export declare const IconBrandReiIceAxes: __VLS_WithTemplateSlots_51<DefineCompo
4300
4640
  default?(_: {}): any;
4301
4641
  }>;
4302
4642
 
4303
- export declare const IconBrandSketch: __VLS_WithTemplateSlots_52<DefineComponent<{
4643
+ export declare const IconBrandSketch: __VLS_WithTemplateSlots_56<DefineComponent<{
4304
4644
  props: {
4305
4645
  type: ObjectConstructor;
4306
4646
  };
@@ -4312,7 +4652,7 @@ export declare const IconBrandSketch: __VLS_WithTemplateSlots_52<DefineComponent
4312
4652
  default?(_: {}): any;
4313
4653
  }>;
4314
4654
 
4315
- export declare const IconBrandTiktok: __VLS_WithTemplateSlots_53<DefineComponent<{
4655
+ export declare const IconBrandTiktok: __VLS_WithTemplateSlots_57<DefineComponent<{
4316
4656
  props: {
4317
4657
  type: ObjectConstructor;
4318
4658
  };
@@ -4324,7 +4664,7 @@ export declare const IconBrandTiktok: __VLS_WithTemplateSlots_53<DefineComponent
4324
4664
  default?(_: {}): any;
4325
4665
  }>;
4326
4666
 
4327
- export declare const IconBuddies: __VLS_WithTemplateSlots_54<DefineComponent<{
4667
+ export declare const IconBuddies: __VLS_WithTemplateSlots_58<DefineComponent<{
4328
4668
  props: {
4329
4669
  type: ObjectConstructor;
4330
4670
  };
@@ -4336,7 +4676,7 @@ export declare const IconBuddies: __VLS_WithTemplateSlots_54<DefineComponent<{
4336
4676
  default?(_: {}): any;
4337
4677
  }>;
4338
4678
 
4339
- export declare const IconBus: __VLS_WithTemplateSlots_55<DefineComponent<{
4679
+ export declare const IconBus: __VLS_WithTemplateSlots_59<DefineComponent<{
4340
4680
  props: {
4341
4681
  type: ObjectConstructor;
4342
4682
  };
@@ -4348,7 +4688,7 @@ export declare const IconBus: __VLS_WithTemplateSlots_55<DefineComponent<{
4348
4688
  default?(_: {}): any;
4349
4689
  }>;
4350
4690
 
4351
- export declare const IconCalendar: __VLS_WithTemplateSlots_56<DefineComponent<{
4691
+ export declare const IconCalendar: __VLS_WithTemplateSlots_60<DefineComponent<{
4352
4692
  props: {
4353
4693
  type: ObjectConstructor;
4354
4694
  };
@@ -4360,7 +4700,7 @@ export declare const IconCalendar: __VLS_WithTemplateSlots_56<DefineComponent<{
4360
4700
  default?(_: {}): any;
4361
4701
  }>;
4362
4702
 
4363
- export declare const IconCamera: __VLS_WithTemplateSlots_57<DefineComponent<{
4703
+ export declare const IconCamera: __VLS_WithTemplateSlots_61<DefineComponent<{
4364
4704
  props: {
4365
4705
  type: ObjectConstructor;
4366
4706
  };
@@ -4372,7 +4712,7 @@ export declare const IconCamera: __VLS_WithTemplateSlots_57<DefineComponent<{
4372
4712
  default?(_: {}): any;
4373
4713
  }>;
4374
4714
 
4375
- export declare const IconCanoe: __VLS_WithTemplateSlots_58<DefineComponent<{
4715
+ export declare const IconCanoe: __VLS_WithTemplateSlots_62<DefineComponent<{
4376
4716
  props: {
4377
4717
  type: ObjectConstructor;
4378
4718
  };
@@ -4384,7 +4724,7 @@ export declare const IconCanoe: __VLS_WithTemplateSlots_58<DefineComponent<{
4384
4724
  default?(_: {}): any;
4385
4725
  }>;
4386
4726
 
4387
- export declare const IconCar: __VLS_WithTemplateSlots_59<DefineComponent<{
4727
+ export declare const IconCar: __VLS_WithTemplateSlots_63<DefineComponent<{
4388
4728
  props: {
4389
4729
  type: ObjectConstructor;
4390
4730
  };
@@ -4396,7 +4736,7 @@ export declare const IconCar: __VLS_WithTemplateSlots_59<DefineComponent<{
4396
4736
  default?(_: {}): any;
4397
4737
  }>;
4398
4738
 
4399
- export declare const IconCaretDown: __VLS_WithTemplateSlots_60<DefineComponent<{
4739
+ export declare const IconCaretDown: __VLS_WithTemplateSlots_64<DefineComponent<{
4400
4740
  props: {
4401
4741
  type: ObjectConstructor;
4402
4742
  };
@@ -4408,7 +4748,7 @@ export declare const IconCaretDown: __VLS_WithTemplateSlots_60<DefineComponent<{
4408
4748
  default?(_: {}): any;
4409
4749
  }>;
4410
4750
 
4411
- export declare const IconCaretLeft: __VLS_WithTemplateSlots_61<DefineComponent<{
4751
+ export declare const IconCaretLeft: __VLS_WithTemplateSlots_65<DefineComponent<{
4412
4752
  props: {
4413
4753
  type: ObjectConstructor;
4414
4754
  };
@@ -4420,7 +4760,7 @@ export declare const IconCaretLeft: __VLS_WithTemplateSlots_61<DefineComponent<{
4420
4760
  default?(_: {}): any;
4421
4761
  }>;
4422
4762
 
4423
- export declare const IconCaretRight: __VLS_WithTemplateSlots_62<DefineComponent<{
4763
+ export declare const IconCaretRight: __VLS_WithTemplateSlots_66<DefineComponent<{
4424
4764
  props: {
4425
4765
  type: ObjectConstructor;
4426
4766
  };
@@ -4432,7 +4772,7 @@ export declare const IconCaretRight: __VLS_WithTemplateSlots_62<DefineComponent<
4432
4772
  default?(_: {}): any;
4433
4773
  }>;
4434
4774
 
4435
- export declare const IconCaretUp: __VLS_WithTemplateSlots_63<DefineComponent<{
4775
+ export declare const IconCaretUp: __VLS_WithTemplateSlots_67<DefineComponent<{
4436
4776
  props: {
4437
4777
  type: ObjectConstructor;
4438
4778
  };
@@ -4444,7 +4784,7 @@ export declare const IconCaretUp: __VLS_WithTemplateSlots_63<DefineComponent<{
4444
4784
  default?(_: {}): any;
4445
4785
  }>;
4446
4786
 
4447
- export declare const IconCart: __VLS_WithTemplateSlots_65<DefineComponent<{
4787
+ export declare const IconCart: __VLS_WithTemplateSlots_69<DefineComponent<{
4448
4788
  props: {
4449
4789
  type: ObjectConstructor;
4450
4790
  };
@@ -4456,7 +4796,7 @@ export declare const IconCart: __VLS_WithTemplateSlots_65<DefineComponent<{
4456
4796
  default?(_: {}): any;
4457
4797
  }>;
4458
4798
 
4459
- export declare const IconCartFill: __VLS_WithTemplateSlots_64<DefineComponent<{
4799
+ export declare const IconCartFill: __VLS_WithTemplateSlots_68<DefineComponent<{
4460
4800
  props: {
4461
4801
  type: ObjectConstructor;
4462
4802
  };
@@ -4468,7 +4808,7 @@ export declare const IconCartFill: __VLS_WithTemplateSlots_64<DefineComponent<{
4468
4808
  default?(_: {}): any;
4469
4809
  }>;
4470
4810
 
4471
- export declare const IconChainLink: __VLS_WithTemplateSlots_66<DefineComponent<{
4811
+ export declare const IconChainLink: __VLS_WithTemplateSlots_70<DefineComponent<{
4472
4812
  props: {
4473
4813
  type: ObjectConstructor;
4474
4814
  };
@@ -4480,7 +4820,7 @@ export declare const IconChainLink: __VLS_WithTemplateSlots_66<DefineComponent<{
4480
4820
  default?(_: {}): any;
4481
4821
  }>;
4482
4822
 
4483
- export declare const IconChat: __VLS_WithTemplateSlots_67<DefineComponent<{
4823
+ export declare const IconChat: __VLS_WithTemplateSlots_71<DefineComponent<{
4484
4824
  props: {
4485
4825
  type: ObjectConstructor;
4486
4826
  };
@@ -4492,7 +4832,7 @@ export declare const IconChat: __VLS_WithTemplateSlots_67<DefineComponent<{
4492
4832
  default?(_: {}): any;
4493
4833
  }>;
4494
4834
 
4495
- export declare const IconCheckFill: __VLS_WithTemplateSlots_68<DefineComponent<{
4835
+ export declare const IconCheckFill: __VLS_WithTemplateSlots_72<DefineComponent<{
4496
4836
  props: {
4497
4837
  type: ObjectConstructor;
4498
4838
  };
@@ -4504,7 +4844,7 @@ export declare const IconCheckFill: __VLS_WithTemplateSlots_68<DefineComponent<{
4504
4844
  default?(_: {}): any;
4505
4845
  }>;
4506
4846
 
4507
- export declare const IconCheckLg: __VLS_WithTemplateSlots_69<DefineComponent<{
4847
+ export declare const IconCheckLg: __VLS_WithTemplateSlots_73<DefineComponent<{
4508
4848
  props: {
4509
4849
  type: ObjectConstructor;
4510
4850
  };
@@ -4516,7 +4856,7 @@ export declare const IconCheckLg: __VLS_WithTemplateSlots_69<DefineComponent<{
4516
4856
  default?(_: {}): any;
4517
4857
  }>;
4518
4858
 
4519
- export declare const IconCheckSm: __VLS_WithTemplateSlots_70<DefineComponent<{
4859
+ export declare const IconCheckSm: __VLS_WithTemplateSlots_74<DefineComponent<{
4520
4860
  props: {
4521
4861
  type: ObjectConstructor;
4522
4862
  };
@@ -4528,7 +4868,7 @@ export declare const IconCheckSm: __VLS_WithTemplateSlots_70<DefineComponent<{
4528
4868
  default?(_: {}): any;
4529
4869
  }>;
4530
4870
 
4531
- export declare const IconCheckStroke: __VLS_WithTemplateSlots_71<DefineComponent<{
4871
+ export declare const IconCheckStroke: __VLS_WithTemplateSlots_75<DefineComponent<{
4532
4872
  props: {
4533
4873
  type: ObjectConstructor;
4534
4874
  };
@@ -4540,7 +4880,7 @@ export declare const IconCheckStroke: __VLS_WithTemplateSlots_71<DefineComponent
4540
4880
  default?(_: {}): any;
4541
4881
  }>;
4542
4882
 
4543
- export declare const IconClimb: __VLS_WithTemplateSlots_72<DefineComponent<{
4883
+ export declare const IconClimb: __VLS_WithTemplateSlots_76<DefineComponent<{
4544
4884
  props: {
4545
4885
  type: ObjectConstructor;
4546
4886
  };
@@ -4552,7 +4892,7 @@ export declare const IconClimb: __VLS_WithTemplateSlots_72<DefineComponent<{
4552
4892
  default?(_: {}): any;
4553
4893
  }>;
4554
4894
 
4555
- export declare const IconClipboard: __VLS_WithTemplateSlots_73<DefineComponent<{
4895
+ export declare const IconClipboard: __VLS_WithTemplateSlots_77<DefineComponent<{
4556
4896
  props: {
4557
4897
  type: ObjectConstructor;
4558
4898
  };
@@ -4564,7 +4904,7 @@ export declare const IconClipboard: __VLS_WithTemplateSlots_73<DefineComponent<{
4564
4904
  default?(_: {}): any;
4565
4905
  }>;
4566
4906
 
4567
- export declare const IconClock: __VLS_WithTemplateSlots_74<DefineComponent<{
4907
+ export declare const IconClock: __VLS_WithTemplateSlots_78<DefineComponent<{
4568
4908
  props: {
4569
4909
  type: ObjectConstructor;
4570
4910
  };
@@ -4576,7 +4916,7 @@ export declare const IconClock: __VLS_WithTemplateSlots_74<DefineComponent<{
4576
4916
  default?(_: {}): any;
4577
4917
  }>;
4578
4918
 
4579
- export declare const IconCodeHtml: __VLS_WithTemplateSlots_75<DefineComponent<{
4919
+ export declare const IconCodeHtml: __VLS_WithTemplateSlots_79<DefineComponent<{
4580
4920
  props: {
4581
4921
  type: ObjectConstructor;
4582
4922
  };
@@ -4588,7 +4928,7 @@ export declare const IconCodeHtml: __VLS_WithTemplateSlots_75<DefineComponent<{
4588
4928
  default?(_: {}): any;
4589
4929
  }>;
4590
4930
 
4591
- export declare const IconCodeJs: __VLS_WithTemplateSlots_76<DefineComponent<{
4931
+ export declare const IconCodeJs: __VLS_WithTemplateSlots_80<DefineComponent<{
4592
4932
  props: {
4593
4933
  type: ObjectConstructor;
4594
4934
  };
@@ -4600,7 +4940,7 @@ export declare const IconCodeJs: __VLS_WithTemplateSlots_76<DefineComponent<{
4600
4940
  default?(_: {}): any;
4601
4941
  }>;
4602
4942
 
4603
- export declare const IconCompass: __VLS_WithTemplateSlots_77<DefineComponent<{
4943
+ export declare const IconCompass: __VLS_WithTemplateSlots_81<DefineComponent<{
4604
4944
  props: {
4605
4945
  type: ObjectConstructor;
4606
4946
  };
@@ -4612,7 +4952,7 @@ export declare const IconCompass: __VLS_WithTemplateSlots_77<DefineComponent<{
4612
4952
  default?(_: {}): any;
4613
4953
  }>;
4614
4954
 
4615
- export declare const IconCopy: __VLS_WithTemplateSlots_78<DefineComponent<{
4955
+ export declare const IconCopy: __VLS_WithTemplateSlots_82<DefineComponent<{
4616
4956
  props: {
4617
4957
  type: ObjectConstructor;
4618
4958
  };
@@ -4624,7 +4964,7 @@ export declare const IconCopy: __VLS_WithTemplateSlots_78<DefineComponent<{
4624
4964
  default?(_: {}): any;
4625
4965
  }>;
4626
4966
 
4627
- export declare const IconCouponFill: __VLS_WithTemplateSlots_79<DefineComponent<{
4967
+ export declare const IconCouponFill: __VLS_WithTemplateSlots_83<DefineComponent<{
4628
4968
  props: {
4629
4969
  type: ObjectConstructor;
4630
4970
  };
@@ -4636,7 +4976,7 @@ export declare const IconCouponFill: __VLS_WithTemplateSlots_79<DefineComponent<
4636
4976
  default?(_: {}): any;
4637
4977
  }>;
4638
4978
 
4639
- export declare const IconCouponStroke: __VLS_WithTemplateSlots_80<DefineComponent<{
4979
+ export declare const IconCouponStroke: __VLS_WithTemplateSlots_84<DefineComponent<{
4640
4980
  props: {
4641
4981
  type: ObjectConstructor;
4642
4982
  };
@@ -4648,7 +4988,7 @@ export declare const IconCouponStroke: __VLS_WithTemplateSlots_80<DefineComponen
4648
4988
  default?(_: {}): any;
4649
4989
  }>;
4650
4990
 
4651
- export declare const IconCreditCard: __VLS_WithTemplateSlots_81<DefineComponent<{
4991
+ export declare const IconCreditCard: __VLS_WithTemplateSlots_85<DefineComponent<{
4652
4992
  props: {
4653
4993
  type: ObjectConstructor;
4654
4994
  };
@@ -4660,7 +5000,7 @@ export declare const IconCreditCard: __VLS_WithTemplateSlots_81<DefineComponent<
4660
5000
  default?(_: {}): any;
4661
5001
  }>;
4662
5002
 
4663
- export declare const IconCurbsidePickup: __VLS_WithTemplateSlots_82<DefineComponent<{
5003
+ export declare const IconCurbsidePickup: __VLS_WithTemplateSlots_86<DefineComponent<{
4664
5004
  props: {
4665
5005
  type: ObjectConstructor;
4666
5006
  };
@@ -4672,7 +5012,7 @@ export declare const IconCurbsidePickup: __VLS_WithTemplateSlots_82<DefineCompon
4672
5012
  default?(_: {}): any;
4673
5013
  }>;
4674
5014
 
4675
- export declare const IconDay: __VLS_WithTemplateSlots_83<DefineComponent<{
5015
+ export declare const IconDay: __VLS_WithTemplateSlots_87<DefineComponent<{
4676
5016
  props: {
4677
5017
  type: ObjectConstructor;
4678
5018
  };
@@ -4684,7 +5024,7 @@ export declare const IconDay: __VLS_WithTemplateSlots_83<DefineComponent<{
4684
5024
  default?(_: {}): any;
4685
5025
  }>;
4686
5026
 
4687
- export declare const IconDiving: __VLS_WithTemplateSlots_84<DefineComponent<{
5027
+ export declare const IconDiving: __VLS_WithTemplateSlots_88<DefineComponent<{
4688
5028
  props: {
4689
5029
  type: ObjectConstructor;
4690
5030
  };
@@ -4696,7 +5036,7 @@ export declare const IconDiving: __VLS_WithTemplateSlots_84<DefineComponent<{
4696
5036
  default?(_: {}): any;
4697
5037
  }>;
4698
5038
 
4699
- export declare const IconDog: __VLS_WithTemplateSlots_85<DefineComponent<{
5039
+ export declare const IconDog: __VLS_WithTemplateSlots_89<DefineComponent<{
4700
5040
  props: {
4701
5041
  type: ObjectConstructor;
4702
5042
  };
@@ -4708,7 +5048,7 @@ export declare const IconDog: __VLS_WithTemplateSlots_85<DefineComponent<{
4708
5048
  default?(_: {}): any;
4709
5049
  }>;
4710
5050
 
4711
- export declare const IconDownload: __VLS_WithTemplateSlots_86<DefineComponent<{
5051
+ export declare const IconDownload: __VLS_WithTemplateSlots_90<DefineComponent<{
4712
5052
  props: {
4713
5053
  type: ObjectConstructor;
4714
5054
  };
@@ -4720,7 +5060,7 @@ export declare const IconDownload: __VLS_WithTemplateSlots_86<DefineComponent<{
4720
5060
  default?(_: {}): any;
4721
5061
  }>;
4722
5062
 
4723
- export declare const IconDuplicate: __VLS_WithTemplateSlots_87<DefineComponent<{
5063
+ export declare const IconDuplicate: __VLS_WithTemplateSlots_91<DefineComponent<{
4724
5064
  props: {
4725
5065
  type: ObjectConstructor;
4726
5066
  };
@@ -4732,7 +5072,7 @@ export declare const IconDuplicate: __VLS_WithTemplateSlots_87<DefineComponent<{
4732
5072
  default?(_: {}): any;
4733
5073
  }>;
4734
5074
 
4735
- export declare const IconEdit: __VLS_WithTemplateSlots_88<DefineComponent<{
5075
+ export declare const IconEdit: __VLS_WithTemplateSlots_92<DefineComponent<{
4736
5076
  props: {
4737
5077
  type: ObjectConstructor;
4738
5078
  };
@@ -4744,7 +5084,7 @@ export declare const IconEdit: __VLS_WithTemplateSlots_88<DefineComponent<{
4744
5084
  default?(_: {}): any;
4745
5085
  }>;
4746
5086
 
4747
- export declare const IconElevation: __VLS_WithTemplateSlots_89<DefineComponent<{
5087
+ export declare const IconElevation: __VLS_WithTemplateSlots_93<DefineComponent<{
4748
5088
  props: {
4749
5089
  type: ObjectConstructor;
4750
5090
  };
@@ -4756,7 +5096,7 @@ export declare const IconElevation: __VLS_WithTemplateSlots_89<DefineComponent<{
4756
5096
  default?(_: {}): any;
4757
5097
  }>;
4758
5098
 
4759
- export declare const IconErrorFill: __VLS_WithTemplateSlots_90<DefineComponent<{
5099
+ export declare const IconErrorFill: __VLS_WithTemplateSlots_94<DefineComponent<{
4760
5100
  props: {
4761
5101
  type: ObjectConstructor;
4762
5102
  };
@@ -4768,7 +5108,7 @@ export declare const IconErrorFill: __VLS_WithTemplateSlots_90<DefineComponent<{
4768
5108
  default?(_: {}): any;
4769
5109
  }>;
4770
5110
 
4771
- export declare const IconErrorStroke: __VLS_WithTemplateSlots_91<DefineComponent<{
5111
+ export declare const IconErrorStroke: __VLS_WithTemplateSlots_95<DefineComponent<{
4772
5112
  props: {
4773
5113
  type: ObjectConstructor;
4774
5114
  };
@@ -4780,7 +5120,7 @@ export declare const IconErrorStroke: __VLS_WithTemplateSlots_91<DefineComponent
4780
5120
  default?(_: {}): any;
4781
5121
  }>;
4782
5122
 
4783
- export declare const IconExpand: __VLS_WithTemplateSlots_92<DefineComponent<{
5123
+ export declare const IconExpand: __VLS_WithTemplateSlots_96<DefineComponent<{
4784
5124
  props: {
4785
5125
  type: ObjectConstructor;
4786
5126
  };
@@ -4792,7 +5132,7 @@ export declare const IconExpand: __VLS_WithTemplateSlots_92<DefineComponent<{
4792
5132
  default?(_: {}): any;
4793
5133
  }>;
4794
5134
 
4795
- export declare const IconExperiencesBackpacking: __VLS_WithTemplateSlots_93<DefineComponent<{
5135
+ export declare const IconExperiencesBackpacking: __VLS_WithTemplateSlots_97<DefineComponent<{
4796
5136
  props: {
4797
5137
  type: ObjectConstructor;
4798
5138
  };
@@ -4804,7 +5144,7 @@ export declare const IconExperiencesBackpacking: __VLS_WithTemplateSlots_93<Defi
4804
5144
  default?(_: {}): any;
4805
5145
  }>;
4806
5146
 
4807
- export declare const IconExperiencesCamping: __VLS_WithTemplateSlots_94<DefineComponent<{
5147
+ export declare const IconExperiencesCamping: __VLS_WithTemplateSlots_98<DefineComponent<{
4808
5148
  props: {
4809
5149
  type: ObjectConstructor;
4810
5150
  };
@@ -4816,7 +5156,7 @@ export declare const IconExperiencesCamping: __VLS_WithTemplateSlots_94<DefineCo
4816
5156
  default?(_: {}): any;
4817
5157
  }>;
4818
5158
 
4819
- export declare const IconExperiencesClimbing: __VLS_WithTemplateSlots_95<DefineComponent<{
5159
+ export declare const IconExperiencesClimbing: __VLS_WithTemplateSlots_99<DefineComponent<{
4820
5160
  props: {
4821
5161
  type: ObjectConstructor;
4822
5162
  };
@@ -4828,7 +5168,7 @@ export declare const IconExperiencesClimbing: __VLS_WithTemplateSlots_95<DefineC
4828
5168
  default?(_: {}): any;
4829
5169
  }>;
4830
5170
 
4831
- export declare const IconExperiencesClothing: __VLS_WithTemplateSlots_96<DefineComponent<{
5171
+ export declare const IconExperiencesClothing: __VLS_WithTemplateSlots_100<DefineComponent<{
4832
5172
  props: {
4833
5173
  type: ObjectConstructor;
4834
5174
  };
@@ -4840,7 +5180,7 @@ export declare const IconExperiencesClothing: __VLS_WithTemplateSlots_96<DefineC
4840
5180
  default?(_: {}): any;
4841
5181
  }>;
4842
5182
 
4843
- export declare const IconExperiencesCycling: __VLS_WithTemplateSlots_97<DefineComponent<{
5183
+ export declare const IconExperiencesCycling: __VLS_WithTemplateSlots_101<DefineComponent<{
4844
5184
  props: {
4845
5185
  type: ObjectConstructor;
4846
5186
  };
@@ -4852,7 +5192,7 @@ export declare const IconExperiencesCycling: __VLS_WithTemplateSlots_97<DefineCo
4852
5192
  default?(_: {}): any;
4853
5193
  }>;
4854
5194
 
4855
- export declare const IconExperiencesFamily: __VLS_WithTemplateSlots_98<DefineComponent<{
5195
+ export declare const IconExperiencesFamily: __VLS_WithTemplateSlots_102<DefineComponent<{
4856
5196
  props: {
4857
5197
  type: ObjectConstructor;
4858
5198
  };
@@ -4864,7 +5204,7 @@ export declare const IconExperiencesFamily: __VLS_WithTemplateSlots_98<DefineCom
4864
5204
  default?(_: {}): any;
4865
5205
  }>;
4866
5206
 
4867
- export declare const IconExperiencesFitness: __VLS_WithTemplateSlots_99<DefineComponent<{
5207
+ export declare const IconExperiencesFitness: __VLS_WithTemplateSlots_103<DefineComponent<{
4868
5208
  props: {
4869
5209
  type: ObjectConstructor;
4870
5210
  };
@@ -4876,7 +5216,7 @@ export declare const IconExperiencesFitness: __VLS_WithTemplateSlots_99<DefineCo
4876
5216
  default?(_: {}): any;
4877
5217
  }>;
4878
5218
 
4879
- export declare const IconExperiencesHiking: __VLS_WithTemplateSlots_100<DefineComponent<{
5219
+ export declare const IconExperiencesHiking: __VLS_WithTemplateSlots_104<DefineComponent<{
4880
5220
  props: {
4881
5221
  type: ObjectConstructor;
4882
5222
  };
@@ -4888,7 +5228,7 @@ export declare const IconExperiencesHiking: __VLS_WithTemplateSlots_100<DefineCo
4888
5228
  default?(_: {}): any;
4889
5229
  }>;
4890
5230
 
4891
- export declare const IconExperiencesOutdoorBasics: __VLS_WithTemplateSlots_101<DefineComponent<{
5231
+ export declare const IconExperiencesOutdoorBasics: __VLS_WithTemplateSlots_105<DefineComponent<{
4892
5232
  props: {
4893
5233
  type: ObjectConstructor;
4894
5234
  };
@@ -4900,7 +5240,7 @@ export declare const IconExperiencesOutdoorBasics: __VLS_WithTemplateSlots_101<D
4900
5240
  default?(_: {}): any;
4901
5241
  }>;
4902
5242
 
4903
- export declare const IconExperiencesPaddling: __VLS_WithTemplateSlots_102<DefineComponent<{
5243
+ export declare const IconExperiencesPaddling: __VLS_WithTemplateSlots_106<DefineComponent<{
4904
5244
  props: {
4905
5245
  type: ObjectConstructor;
4906
5246
  };
@@ -4912,7 +5252,7 @@ export declare const IconExperiencesPaddling: __VLS_WithTemplateSlots_102<Define
4912
5252
  default?(_: {}): any;
4913
5253
  }>;
4914
5254
 
4915
- export declare const IconExperiencesRentals: __VLS_WithTemplateSlots_103<DefineComponent<{
5255
+ export declare const IconExperiencesRentals: __VLS_WithTemplateSlots_107<DefineComponent<{
4916
5256
  props: {
4917
5257
  type: ObjectConstructor;
4918
5258
  };
@@ -4924,7 +5264,7 @@ export declare const IconExperiencesRentals: __VLS_WithTemplateSlots_103<DefineC
4924
5264
  default?(_: {}): any;
4925
5265
  }>;
4926
5266
 
4927
- export declare const IconExperiencesRunning: __VLS_WithTemplateSlots_104<DefineComponent<{
5267
+ export declare const IconExperiencesRunning: __VLS_WithTemplateSlots_108<DefineComponent<{
4928
5268
  props: {
4929
5269
  type: ObjectConstructor;
4930
5270
  };
@@ -4936,7 +5276,7 @@ export declare const IconExperiencesRunning: __VLS_WithTemplateSlots_104<DefineC
4936
5276
  default?(_: {}): any;
4937
5277
  }>;
4938
5278
 
4939
- export declare const IconExperiencesSnowsports: __VLS_WithTemplateSlots_105<DefineComponent<{
5279
+ export declare const IconExperiencesSnowsports: __VLS_WithTemplateSlots_109<DefineComponent<{
4940
5280
  props: {
4941
5281
  type: ObjectConstructor;
4942
5282
  };
@@ -4948,7 +5288,7 @@ export declare const IconExperiencesSnowsports: __VLS_WithTemplateSlots_105<Defi
4948
5288
  default?(_: {}): any;
4949
5289
  }>;
4950
5290
 
4951
- export declare const IconExperiencesTravel: __VLS_WithTemplateSlots_106<DefineComponent<{
5291
+ export declare const IconExperiencesTravel: __VLS_WithTemplateSlots_110<DefineComponent<{
4952
5292
  props: {
4953
5293
  type: ObjectConstructor;
4954
5294
  };
@@ -4960,7 +5300,7 @@ export declare const IconExperiencesTravel: __VLS_WithTemplateSlots_106<DefineCo
4960
5300
  default?(_: {}): any;
4961
5301
  }>;
4962
5302
 
4963
- export declare const IconExternalLink: __VLS_WithTemplateSlots_108<DefineComponent<{
5303
+ export declare const IconExternalLink: __VLS_WithTemplateSlots_112<DefineComponent<{
4964
5304
  props: {
4965
5305
  type: ObjectConstructor;
4966
5306
  };
@@ -4972,7 +5312,7 @@ export declare const IconExternalLink: __VLS_WithTemplateSlots_108<DefineCompone
4972
5312
  default?(_: {}): any;
4973
5313
  }>;
4974
5314
 
4975
- export declare const IconExternalLinkAlt: __VLS_WithTemplateSlots_107<DefineComponent<{
5315
+ export declare const IconExternalLinkAlt: __VLS_WithTemplateSlots_111<DefineComponent<{
4976
5316
  props: {
4977
5317
  type: ObjectConstructor;
4978
5318
  };
@@ -4984,7 +5324,7 @@ export declare const IconExternalLinkAlt: __VLS_WithTemplateSlots_107<DefineComp
4984
5324
  default?(_: {}): any;
4985
5325
  }>;
4986
5326
 
4987
- export declare const IconEyeHide: __VLS_WithTemplateSlots_109<DefineComponent<{
5327
+ export declare const IconEyeHide: __VLS_WithTemplateSlots_113<DefineComponent<{
4988
5328
  props: {
4989
5329
  type: ObjectConstructor;
4990
5330
  };
@@ -4996,7 +5336,7 @@ export declare const IconEyeHide: __VLS_WithTemplateSlots_109<DefineComponent<{
4996
5336
  default?(_: {}): any;
4997
5337
  }>;
4998
5338
 
4999
- export declare const IconEyeShow: __VLS_WithTemplateSlots_110<DefineComponent<{
5339
+ export declare const IconEyeShow: __VLS_WithTemplateSlots_114<DefineComponent<{
5000
5340
  props: {
5001
5341
  type: ObjectConstructor;
5002
5342
  };
@@ -5008,7 +5348,7 @@ export declare const IconEyeShow: __VLS_WithTemplateSlots_110<DefineComponent<{
5008
5348
  default?(_: {}): any;
5009
5349
  }>;
5010
5350
 
5011
- export declare const IconFacebook: __VLS_WithTemplateSlots_111<DefineComponent<{
5351
+ export declare const IconFacebook: __VLS_WithTemplateSlots_115<DefineComponent<{
5012
5352
  props: {
5013
5353
  type: ObjectConstructor;
5014
5354
  };
@@ -5020,7 +5360,7 @@ export declare const IconFacebook: __VLS_WithTemplateSlots_111<DefineComponent<{
5020
5360
  default?(_: {}): any;
5021
5361
  }>;
5022
5362
 
5023
- export declare const IconFilter: __VLS_WithTemplateSlots_113<DefineComponent<{
5363
+ export declare const IconFilter: __VLS_WithTemplateSlots_117<DefineComponent<{
5024
5364
  props: {
5025
5365
  type: ObjectConstructor;
5026
5366
  };
@@ -5032,7 +5372,7 @@ export declare const IconFilter: __VLS_WithTemplateSlots_113<DefineComponent<{
5032
5372
  default?(_: {}): any;
5033
5373
  }>;
5034
5374
 
5035
- export declare const IconFilterAlt: __VLS_WithTemplateSlots_112<DefineComponent<{
5375
+ export declare const IconFilterAlt: __VLS_WithTemplateSlots_116<DefineComponent<{
5036
5376
  props: {
5037
5377
  type: ObjectConstructor;
5038
5378
  };
@@ -5044,7 +5384,7 @@ export declare const IconFilterAlt: __VLS_WithTemplateSlots_112<DefineComponent<
5044
5384
  default?(_: {}): any;
5045
5385
  }>;
5046
5386
 
5047
- export declare const IconFindLocation: __VLS_WithTemplateSlots_114<DefineComponent<{
5387
+ export declare const IconFindLocation: __VLS_WithTemplateSlots_118<DefineComponent<{
5048
5388
  props: {
5049
5389
  type: ObjectConstructor;
5050
5390
  };
@@ -5056,7 +5396,7 @@ export declare const IconFindLocation: __VLS_WithTemplateSlots_114<DefineCompone
5056
5396
  default?(_: {}): any;
5057
5397
  }>;
5058
5398
 
5059
- export declare const IconFire: __VLS_WithTemplateSlots_115<DefineComponent<{
5399
+ export declare const IconFire: __VLS_WithTemplateSlots_119<DefineComponent<{
5060
5400
  props: {
5061
5401
  type: ObjectConstructor;
5062
5402
  };
@@ -5068,7 +5408,7 @@ export declare const IconFire: __VLS_WithTemplateSlots_115<DefineComponent<{
5068
5408
  default?(_: {}): any;
5069
5409
  }>;
5070
5410
 
5071
- export declare const IconFishing: __VLS_WithTemplateSlots_116<DefineComponent<{
5411
+ export declare const IconFishing: __VLS_WithTemplateSlots_120<DefineComponent<{
5072
5412
  props: {
5073
5413
  type: ObjectConstructor;
5074
5414
  };
@@ -5080,7 +5420,7 @@ export declare const IconFishing: __VLS_WithTemplateSlots_116<DefineComponent<{
5080
5420
  default?(_: {}): any;
5081
5421
  }>;
5082
5422
 
5083
- export declare const IconFreeProduct: __VLS_WithTemplateSlots_117<DefineComponent<{
5423
+ export declare const IconFreeProduct: __VLS_WithTemplateSlots_121<DefineComponent<{
5084
5424
  props: {
5085
5425
  type: ObjectConstructor;
5086
5426
  };
@@ -5092,7 +5432,7 @@ export declare const IconFreeProduct: __VLS_WithTemplateSlots_117<DefineComponen
5092
5432
  default?(_: {}): any;
5093
5433
  }>;
5094
5434
 
5095
- export declare const IconGridView: __VLS_WithTemplateSlots_118<DefineComponent<{
5435
+ export declare const IconGridView: __VLS_WithTemplateSlots_122<DefineComponent<{
5096
5436
  props: {
5097
5437
  type: ObjectConstructor;
5098
5438
  };
@@ -5104,7 +5444,7 @@ export declare const IconGridView: __VLS_WithTemplateSlots_118<DefineComponent<{
5104
5444
  default?(_: {}): any;
5105
5445
  }>;
5106
5446
 
5107
- export declare const IconHeartFill: __VLS_WithTemplateSlots_119<DefineComponent<{
5447
+ export declare const IconHeartFill: __VLS_WithTemplateSlots_123<DefineComponent<{
5108
5448
  props: {
5109
5449
  type: ObjectConstructor;
5110
5450
  };
@@ -5116,7 +5456,7 @@ export declare const IconHeartFill: __VLS_WithTemplateSlots_119<DefineComponent<
5116
5456
  default?(_: {}): any;
5117
5457
  }>;
5118
5458
 
5119
- export declare const IconHeartStroke: __VLS_WithTemplateSlots_120<DefineComponent<{
5459
+ export declare const IconHeartStroke: __VLS_WithTemplateSlots_124<DefineComponent<{
5120
5460
  props: {
5121
5461
  type: ObjectConstructor;
5122
5462
  };
@@ -5128,7 +5468,7 @@ export declare const IconHeartStroke: __VLS_WithTemplateSlots_120<DefineComponen
5128
5468
  default?(_: {}): any;
5129
5469
  }>;
5130
5470
 
5131
- export declare const IconHike: __VLS_WithTemplateSlots_121<DefineComponent<{
5471
+ export declare const IconHike: __VLS_WithTemplateSlots_125<DefineComponent<{
5132
5472
  props: {
5133
5473
  type: ObjectConstructor;
5134
5474
  };
@@ -5140,7 +5480,7 @@ export declare const IconHike: __VLS_WithTemplateSlots_121<DefineComponent<{
5140
5480
  default?(_: {}): any;
5141
5481
  }>;
5142
5482
 
5143
- export declare const IconHistory: __VLS_WithTemplateSlots_122<DefineComponent<{
5483
+ export declare const IconHistory: __VLS_WithTemplateSlots_126<DefineComponent<{
5144
5484
  props: {
5145
5485
  type: ObjectConstructor;
5146
5486
  };
@@ -5152,7 +5492,7 @@ export declare const IconHistory: __VLS_WithTemplateSlots_122<DefineComponent<{
5152
5492
  default?(_: {}): any;
5153
5493
  }>;
5154
5494
 
5155
- export declare const IconHome: __VLS_WithTemplateSlots_123<DefineComponent<{
5495
+ export declare const IconHome: __VLS_WithTemplateSlots_127<DefineComponent<{
5156
5496
  props: {
5157
5497
  type: ObjectConstructor;
5158
5498
  };
@@ -5164,7 +5504,7 @@ export declare const IconHome: __VLS_WithTemplateSlots_123<DefineComponent<{
5164
5504
  default?(_: {}): any;
5165
5505
  }>;
5166
5506
 
5167
- export declare const IconHorse: __VLS_WithTemplateSlots_124<DefineComponent<{
5507
+ export declare const IconHorse: __VLS_WithTemplateSlots_128<DefineComponent<{
5168
5508
  props: {
5169
5509
  type: ObjectConstructor;
5170
5510
  };
@@ -5176,7 +5516,7 @@ export declare const IconHorse: __VLS_WithTemplateSlots_124<DefineComponent<{
5176
5516
  default?(_: {}): any;
5177
5517
  }>;
5178
5518
 
5179
- export declare const IconHorseshoe: __VLS_WithTemplateSlots_125<DefineComponent<{
5519
+ export declare const IconHorseshoe: __VLS_WithTemplateSlots_129<DefineComponent<{
5180
5520
  props: {
5181
5521
  type: ObjectConstructor;
5182
5522
  };
@@ -5188,7 +5528,7 @@ export declare const IconHorseshoe: __VLS_WithTemplateSlots_125<DefineComponent<
5188
5528
  default?(_: {}): any;
5189
5529
  }>;
5190
5530
 
5191
- export declare const IconImage: __VLS_WithTemplateSlots_126<DefineComponent<{
5531
+ export declare const IconImage: __VLS_WithTemplateSlots_130<DefineComponent<{
5192
5532
  props: {
5193
5533
  type: ObjectConstructor;
5194
5534
  };
@@ -5200,7 +5540,7 @@ export declare const IconImage: __VLS_WithTemplateSlots_126<DefineComponent<{
5200
5540
  default?(_: {}): any;
5201
5541
  }>;
5202
5542
 
5203
- export declare const IconInformationFill: __VLS_WithTemplateSlots_127<DefineComponent<{
5543
+ export declare const IconInformationFill: __VLS_WithTemplateSlots_131<DefineComponent<{
5204
5544
  props: {
5205
5545
  type: ObjectConstructor;
5206
5546
  };
@@ -5212,7 +5552,7 @@ export declare const IconInformationFill: __VLS_WithTemplateSlots_127<DefineComp
5212
5552
  default?(_: {}): any;
5213
5553
  }>;
5214
5554
 
5215
- export declare const IconInformationStroke: __VLS_WithTemplateSlots_128<DefineComponent<{
5555
+ export declare const IconInformationStroke: __VLS_WithTemplateSlots_132<DefineComponent<{
5216
5556
  props: {
5217
5557
  type: ObjectConstructor;
5218
5558
  };
@@ -5224,7 +5564,7 @@ export declare const IconInformationStroke: __VLS_WithTemplateSlots_128<DefineCo
5224
5564
  default?(_: {}): any;
5225
5565
  }>;
5226
5566
 
5227
- export declare const IconInstagram: __VLS_WithTemplateSlots_129<DefineComponent<{
5567
+ export declare const IconInstagram: __VLS_WithTemplateSlots_133<DefineComponent<{
5228
5568
  props: {
5229
5569
  type: ObjectConstructor;
5230
5570
  };
@@ -5236,7 +5576,7 @@ export declare const IconInstagram: __VLS_WithTemplateSlots_129<DefineComponent<
5236
5576
  default?(_: {}): any;
5237
5577
  }>;
5238
5578
 
5239
- export declare const IconKayak: __VLS_WithTemplateSlots_130<DefineComponent<{
5579
+ export declare const IconKayak: __VLS_WithTemplateSlots_134<DefineComponent<{
5240
5580
  props: {
5241
5581
  type: ObjectConstructor;
5242
5582
  };
@@ -5248,7 +5588,7 @@ export declare const IconKayak: __VLS_WithTemplateSlots_130<DefineComponent<{
5248
5588
  default?(_: {}): any;
5249
5589
  }>;
5250
5590
 
5251
- export declare const IconLinkAlt: __VLS_WithTemplateSlots_131<DefineComponent<{
5591
+ export declare const IconLinkAlt: __VLS_WithTemplateSlots_135<DefineComponent<{
5252
5592
  props: {
5253
5593
  type: ObjectConstructor;
5254
5594
  };
@@ -5260,7 +5600,7 @@ export declare const IconLinkAlt: __VLS_WithTemplateSlots_131<DefineComponent<{
5260
5600
  default?(_: {}): any;
5261
5601
  }>;
5262
5602
 
5263
- export declare const IconListRagged: __VLS_WithTemplateSlots_132<DefineComponent<{
5603
+ export declare const IconListRagged: __VLS_WithTemplateSlots_136<DefineComponent<{
5264
5604
  props: {
5265
5605
  type: ObjectConstructor;
5266
5606
  };
@@ -5272,7 +5612,7 @@ export declare const IconListRagged: __VLS_WithTemplateSlots_132<DefineComponent
5272
5612
  default?(_: {}): any;
5273
5613
  }>;
5274
5614
 
5275
- export declare const IconListView: __VLS_WithTemplateSlots_133<DefineComponent<{
5615
+ export declare const IconListView: __VLS_WithTemplateSlots_137<DefineComponent<{
5276
5616
  props: {
5277
5617
  type: ObjectConstructor;
5278
5618
  };
@@ -5284,7 +5624,7 @@ export declare const IconListView: __VLS_WithTemplateSlots_133<DefineComponent<{
5284
5624
  default?(_: {}): any;
5285
5625
  }>;
5286
5626
 
5287
- export declare const IconLocationPinFill: __VLS_WithTemplateSlots_134<DefineComponent<{
5627
+ export declare const IconLocationPinFill: __VLS_WithTemplateSlots_138<DefineComponent<{
5288
5628
  props: {
5289
5629
  type: ObjectConstructor;
5290
5630
  };
@@ -5296,7 +5636,7 @@ export declare const IconLocationPinFill: __VLS_WithTemplateSlots_134<DefineComp
5296
5636
  default?(_: {}): any;
5297
5637
  }>;
5298
5638
 
5299
- export declare const IconLocationPinStroke: __VLS_WithTemplateSlots_135<DefineComponent<{
5639
+ export declare const IconLocationPinStroke: __VLS_WithTemplateSlots_139<DefineComponent<{
5300
5640
  props: {
5301
5641
  type: ObjectConstructor;
5302
5642
  };
@@ -5308,7 +5648,7 @@ export declare const IconLocationPinStroke: __VLS_WithTemplateSlots_135<DefineCo
5308
5648
  default?(_: {}): any;
5309
5649
  }>;
5310
5650
 
5311
- export declare const IconLockLockedFill: __VLS_WithTemplateSlots_136<DefineComponent<{
5651
+ export declare const IconLockLockedFill: __VLS_WithTemplateSlots_140<DefineComponent<{
5312
5652
  props: {
5313
5653
  type: ObjectConstructor;
5314
5654
  };
@@ -5320,7 +5660,7 @@ export declare const IconLockLockedFill: __VLS_WithTemplateSlots_136<DefineCompo
5320
5660
  default?(_: {}): any;
5321
5661
  }>;
5322
5662
 
5323
- export declare const IconLockLockedStroke: __VLS_WithTemplateSlots_137<DefineComponent<{
5663
+ export declare const IconLockLockedStroke: __VLS_WithTemplateSlots_141<DefineComponent<{
5324
5664
  props: {
5325
5665
  type: ObjectConstructor;
5326
5666
  };
@@ -5332,7 +5672,7 @@ export declare const IconLockLockedStroke: __VLS_WithTemplateSlots_137<DefineCom
5332
5672
  default?(_: {}): any;
5333
5673
  }>;
5334
5674
 
5335
- export declare const IconLockUnlockedStroke: __VLS_WithTemplateSlots_138<DefineComponent<{
5675
+ export declare const IconLockUnlockedStroke: __VLS_WithTemplateSlots_142<DefineComponent<{
5336
5676
  props: {
5337
5677
  type: ObjectConstructor;
5338
5678
  };
@@ -5344,7 +5684,7 @@ export declare const IconLockUnlockedStroke: __VLS_WithTemplateSlots_138<DefineC
5344
5684
  default?(_: {}): any;
5345
5685
  }>;
5346
5686
 
5347
- export declare const IconMail: __VLS_WithTemplateSlots_139<DefineComponent<{
5687
+ export declare const IconMail: __VLS_WithTemplateSlots_143<DefineComponent<{
5348
5688
  props: {
5349
5689
  type: ObjectConstructor;
5350
5690
  };
@@ -5356,7 +5696,7 @@ export declare const IconMail: __VLS_WithTemplateSlots_139<DefineComponent<{
5356
5696
  default?(_: {}): any;
5357
5697
  }>;
5358
5698
 
5359
- export declare const IconMap: __VLS_WithTemplateSlots_140<DefineComponent<{
5699
+ export declare const IconMap: __VLS_WithTemplateSlots_144<DefineComponent<{
5360
5700
  props: {
5361
5701
  type: ObjectConstructor;
5362
5702
  };
@@ -5368,7 +5708,7 @@ export declare const IconMap: __VLS_WithTemplateSlots_140<DefineComponent<{
5368
5708
  default?(_: {}): any;
5369
5709
  }>;
5370
5710
 
5371
- export declare const IconMemberCard: __VLS_WithTemplateSlots_141<DefineComponent<{
5711
+ export declare const IconMemberCard: __VLS_WithTemplateSlots_145<DefineComponent<{
5372
5712
  props: {
5373
5713
  type: ObjectConstructor;
5374
5714
  };
@@ -5380,7 +5720,7 @@ export declare const IconMemberCard: __VLS_WithTemplateSlots_141<DefineComponent
5380
5720
  default?(_: {}): any;
5381
5721
  }>;
5382
5722
 
5383
- export declare const IconMembership: __VLS_WithTemplateSlots_142<DefineComponent<{
5723
+ export declare const IconMembership: __VLS_WithTemplateSlots_146<DefineComponent<{
5384
5724
  props: {
5385
5725
  type: ObjectConstructor;
5386
5726
  };
@@ -5392,7 +5732,7 @@ export declare const IconMembership: __VLS_WithTemplateSlots_142<DefineComponent
5392
5732
  default?(_: {}): any;
5393
5733
  }>;
5394
5734
 
5395
- export declare const IconMicrophone: __VLS_WithTemplateSlots_143<DefineComponent<{
5735
+ export declare const IconMicrophone: __VLS_WithTemplateSlots_147<DefineComponent<{
5396
5736
  props: {
5397
5737
  type: ObjectConstructor;
5398
5738
  };
@@ -5404,7 +5744,7 @@ export declare const IconMicrophone: __VLS_WithTemplateSlots_143<DefineComponent
5404
5744
  default?(_: {}): any;
5405
5745
  }>;
5406
5746
 
5407
- export declare const IconMinusFill: __VLS_WithTemplateSlots_144<DefineComponent<{
5747
+ export declare const IconMinusFill: __VLS_WithTemplateSlots_148<DefineComponent<{
5408
5748
  props: {
5409
5749
  type: ObjectConstructor;
5410
5750
  };
@@ -5416,7 +5756,7 @@ export declare const IconMinusFill: __VLS_WithTemplateSlots_144<DefineComponent<
5416
5756
  default?(_: {}): any;
5417
5757
  }>;
5418
5758
 
5419
- export declare const IconMinusLg: __VLS_WithTemplateSlots_145<DefineComponent<{
5759
+ export declare const IconMinusLg: __VLS_WithTemplateSlots_149<DefineComponent<{
5420
5760
  props: {
5421
5761
  type: ObjectConstructor;
5422
5762
  };
@@ -5428,7 +5768,7 @@ export declare const IconMinusLg: __VLS_WithTemplateSlots_145<DefineComponent<{
5428
5768
  default?(_: {}): any;
5429
5769
  }>;
5430
5770
 
5431
- export declare const IconMinusSm: __VLS_WithTemplateSlots_146<DefineComponent<{
5771
+ export declare const IconMinusSm: __VLS_WithTemplateSlots_150<DefineComponent<{
5432
5772
  props: {
5433
5773
  type: ObjectConstructor;
5434
5774
  };
@@ -5440,7 +5780,7 @@ export declare const IconMinusSm: __VLS_WithTemplateSlots_146<DefineComponent<{
5440
5780
  default?(_: {}): any;
5441
5781
  }>;
5442
5782
 
5443
- export declare const IconMinusStroke: __VLS_WithTemplateSlots_147<DefineComponent<{
5783
+ export declare const IconMinusStroke: __VLS_WithTemplateSlots_151<DefineComponent<{
5444
5784
  props: {
5445
5785
  type: ObjectConstructor;
5446
5786
  };
@@ -5452,7 +5792,7 @@ export declare const IconMinusStroke: __VLS_WithTemplateSlots_147<DefineComponen
5452
5792
  default?(_: {}): any;
5453
5793
  }>;
5454
5794
 
5455
- export declare const IconMoreFunctions: __VLS_WithTemplateSlots_148<DefineComponent<{
5795
+ export declare const IconMoreFunctions: __VLS_WithTemplateSlots_152<DefineComponent<{
5456
5796
  props: {
5457
5797
  type: ObjectConstructor;
5458
5798
  };
@@ -5464,7 +5804,7 @@ export declare const IconMoreFunctions: __VLS_WithTemplateSlots_148<DefineCompon
5464
5804
  default?(_: {}): any;
5465
5805
  }>;
5466
5806
 
5467
- export declare const IconMyLocation: __VLS_WithTemplateSlots_149<DefineComponent<{
5807
+ export declare const IconMyLocation: __VLS_WithTemplateSlots_153<DefineComponent<{
5468
5808
  props: {
5469
5809
  type: ObjectConstructor;
5470
5810
  };
@@ -5476,7 +5816,7 @@ export declare const IconMyLocation: __VLS_WithTemplateSlots_149<DefineComponent
5476
5816
  default?(_: {}): any;
5477
5817
  }>;
5478
5818
 
5479
- export declare const IconNavigationMenu: __VLS_WithTemplateSlots_150<DefineComponent<{
5819
+ export declare const IconNavigationMenu: __VLS_WithTemplateSlots_154<DefineComponent<{
5480
5820
  props: {
5481
5821
  type: ObjectConstructor;
5482
5822
  };
@@ -5488,7 +5828,7 @@ export declare const IconNavigationMenu: __VLS_WithTemplateSlots_150<DefineCompo
5488
5828
  default?(_: {}): any;
5489
5829
  }>;
5490
5830
 
5491
- export declare const IconNight: __VLS_WithTemplateSlots_151<DefineComponent<{
5831
+ export declare const IconNight: __VLS_WithTemplateSlots_155<DefineComponent<{
5492
5832
  props: {
5493
5833
  type: ObjectConstructor;
5494
5834
  };
@@ -5500,7 +5840,7 @@ export declare const IconNight: __VLS_WithTemplateSlots_151<DefineComponent<{
5500
5840
  default?(_: {}): any;
5501
5841
  }>;
5502
5842
 
5503
- export declare const IconPaddle: __VLS_WithTemplateSlots_152<DefineComponent<{
5843
+ export declare const IconPaddle: __VLS_WithTemplateSlots_156<DefineComponent<{
5504
5844
  props: {
5505
5845
  type: ObjectConstructor;
5506
5846
  };
@@ -5512,7 +5852,7 @@ export declare const IconPaddle: __VLS_WithTemplateSlots_152<DefineComponent<{
5512
5852
  default?(_: {}): any;
5513
5853
  }>;
5514
5854
 
5515
- export declare const IconPause: __VLS_WithTemplateSlots_155<DefineComponent<{
5855
+ export declare const IconPause: __VLS_WithTemplateSlots_159<DefineComponent<{
5516
5856
  props: {
5517
5857
  type: ObjectConstructor;
5518
5858
  };
@@ -5524,7 +5864,7 @@ export declare const IconPause: __VLS_WithTemplateSlots_155<DefineComponent<{
5524
5864
  default?(_: {}): any;
5525
5865
  }>;
5526
5866
 
5527
- export declare const IconPauseFill: __VLS_WithTemplateSlots_153<DefineComponent<{
5867
+ export declare const IconPauseFill: __VLS_WithTemplateSlots_157<DefineComponent<{
5528
5868
  props: {
5529
5869
  type: ObjectConstructor;
5530
5870
  };
@@ -5536,7 +5876,7 @@ export declare const IconPauseFill: __VLS_WithTemplateSlots_153<DefineComponent<
5536
5876
  default?(_: {}): any;
5537
5877
  }>;
5538
5878
 
5539
- export declare const IconPauseStroke: __VLS_WithTemplateSlots_154<DefineComponent<{
5879
+ export declare const IconPauseStroke: __VLS_WithTemplateSlots_158<DefineComponent<{
5540
5880
  props: {
5541
5881
  type: ObjectConstructor;
5542
5882
  };
@@ -5548,7 +5888,7 @@ export declare const IconPauseStroke: __VLS_WithTemplateSlots_154<DefineComponen
5548
5888
  default?(_: {}): any;
5549
5889
  }>;
5550
5890
 
5551
- export declare const IconPhotography: __VLS_WithTemplateSlots_156<DefineComponent<{
5891
+ export declare const IconPhotography: __VLS_WithTemplateSlots_160<DefineComponent<{
5552
5892
  props: {
5553
5893
  type: ObjectConstructor;
5554
5894
  };
@@ -5560,7 +5900,7 @@ export declare const IconPhotography: __VLS_WithTemplateSlots_156<DefineComponen
5560
5900
  default?(_: {}): any;
5561
5901
  }>;
5562
5902
 
5563
- export declare const IconPicnic: __VLS_WithTemplateSlots_157<DefineComponent<{
5903
+ export declare const IconPicnic: __VLS_WithTemplateSlots_161<DefineComponent<{
5564
5904
  props: {
5565
5905
  type: ObjectConstructor;
5566
5906
  };
@@ -5572,7 +5912,7 @@ export declare const IconPicnic: __VLS_WithTemplateSlots_157<DefineComponent<{
5572
5912
  default?(_: {}): any;
5573
5913
  }>;
5574
5914
 
5575
- export declare const IconPinterest: __VLS_WithTemplateSlots_158<DefineComponent<{
5915
+ export declare const IconPinterest: __VLS_WithTemplateSlots_162<DefineComponent<{
5576
5916
  props: {
5577
5917
  type: ObjectConstructor;
5578
5918
  };
@@ -5584,7 +5924,7 @@ export declare const IconPinterest: __VLS_WithTemplateSlots_158<DefineComponent<
5584
5924
  default?(_: {}): any;
5585
5925
  }>;
5586
5926
 
5587
- export declare const IconPlane: __VLS_WithTemplateSlots_159<DefineComponent<{
5927
+ export declare const IconPlane: __VLS_WithTemplateSlots_163<DefineComponent<{
5588
5928
  props: {
5589
5929
  type: ObjectConstructor;
5590
5930
  };
@@ -5596,7 +5936,7 @@ export declare const IconPlane: __VLS_WithTemplateSlots_159<DefineComponent<{
5596
5936
  default?(_: {}): any;
5597
5937
  }>;
5598
5938
 
5599
- export declare const IconPlay: __VLS_WithTemplateSlots_162<DefineComponent<{
5939
+ export declare const IconPlay: __VLS_WithTemplateSlots_166<DefineComponent<{
5600
5940
  props: {
5601
5941
  type: ObjectConstructor;
5602
5942
  };
@@ -5608,7 +5948,7 @@ export declare const IconPlay: __VLS_WithTemplateSlots_162<DefineComponent<{
5608
5948
  default?(_: {}): any;
5609
5949
  }>;
5610
5950
 
5611
- export declare const IconPlayFill: __VLS_WithTemplateSlots_160<DefineComponent<{
5951
+ export declare const IconPlayFill: __VLS_WithTemplateSlots_164<DefineComponent<{
5612
5952
  props: {
5613
5953
  type: ObjectConstructor;
5614
5954
  };
@@ -5620,7 +5960,7 @@ export declare const IconPlayFill: __VLS_WithTemplateSlots_160<DefineComponent<{
5620
5960
  default?(_: {}): any;
5621
5961
  }>;
5622
5962
 
5623
- export declare const IconPlayground: __VLS_WithTemplateSlots_163<DefineComponent<{
5963
+ export declare const IconPlayground: __VLS_WithTemplateSlots_167<DefineComponent<{
5624
5964
  props: {
5625
5965
  type: ObjectConstructor;
5626
5966
  };
@@ -5632,7 +5972,7 @@ export declare const IconPlayground: __VLS_WithTemplateSlots_163<DefineComponent
5632
5972
  default?(_: {}): any;
5633
5973
  }>;
5634
5974
 
5635
- export declare const IconPlayStroke: __VLS_WithTemplateSlots_161<DefineComponent<{
5975
+ export declare const IconPlayStroke: __VLS_WithTemplateSlots_165<DefineComponent<{
5636
5976
  props: {
5637
5977
  type: ObjectConstructor;
5638
5978
  };
@@ -5644,7 +5984,7 @@ export declare const IconPlayStroke: __VLS_WithTemplateSlots_161<DefineComponent
5644
5984
  default?(_: {}): any;
5645
5985
  }>;
5646
5986
 
5647
- export declare const IconPlugin: __VLS_WithTemplateSlots_164<DefineComponent<{
5987
+ export declare const IconPlugin: __VLS_WithTemplateSlots_168<DefineComponent<{
5648
5988
  props: {
5649
5989
  type: ObjectConstructor;
5650
5990
  };
@@ -5656,7 +5996,7 @@ export declare const IconPlugin: __VLS_WithTemplateSlots_164<DefineComponent<{
5656
5996
  default?(_: {}): any;
5657
5997
  }>;
5658
5998
 
5659
- export declare const IconPlusFill: __VLS_WithTemplateSlots_165<DefineComponent<{
5999
+ export declare const IconPlusFill: __VLS_WithTemplateSlots_169<DefineComponent<{
5660
6000
  props: {
5661
6001
  type: ObjectConstructor;
5662
6002
  };
@@ -5668,7 +6008,7 @@ export declare const IconPlusFill: __VLS_WithTemplateSlots_165<DefineComponent<{
5668
6008
  default?(_: {}): any;
5669
6009
  }>;
5670
6010
 
5671
- export declare const IconPlusLg: __VLS_WithTemplateSlots_166<DefineComponent<{
6011
+ export declare const IconPlusLg: __VLS_WithTemplateSlots_170<DefineComponent<{
5672
6012
  props: {
5673
6013
  type: ObjectConstructor;
5674
6014
  };
@@ -5680,7 +6020,7 @@ export declare const IconPlusLg: __VLS_WithTemplateSlots_166<DefineComponent<{
5680
6020
  default?(_: {}): any;
5681
6021
  }>;
5682
6022
 
5683
- export declare const IconPlusSm: __VLS_WithTemplateSlots_167<DefineComponent<{
6023
+ export declare const IconPlusSm: __VLS_WithTemplateSlots_171<DefineComponent<{
5684
6024
  props: {
5685
6025
  type: ObjectConstructor;
5686
6026
  };
@@ -5692,7 +6032,7 @@ export declare const IconPlusSm: __VLS_WithTemplateSlots_167<DefineComponent<{
5692
6032
  default?(_: {}): any;
5693
6033
  }>;
5694
6034
 
5695
- export declare const IconPlusStroke: __VLS_WithTemplateSlots_168<DefineComponent<{
6035
+ export declare const IconPlusStroke: __VLS_WithTemplateSlots_172<DefineComponent<{
5696
6036
  props: {
5697
6037
  type: ObjectConstructor;
5698
6038
  };
@@ -5704,7 +6044,7 @@ export declare const IconPlusStroke: __VLS_WithTemplateSlots_168<DefineComponent
5704
6044
  default?(_: {}): any;
5705
6045
  }>;
5706
6046
 
5707
- export declare const IconPrint: __VLS_WithTemplateSlots_169<DefineComponent<{
6047
+ export declare const IconPrint: __VLS_WithTemplateSlots_173<DefineComponent<{
5708
6048
  props: {
5709
6049
  type: ObjectConstructor;
5710
6050
  };
@@ -5716,7 +6056,7 @@ export declare const IconPrint: __VLS_WithTemplateSlots_169<DefineComponent<{
5716
6056
  default?(_: {}): any;
5717
6057
  }>;
5718
6058
 
5719
- export declare const IconProtectionFill: __VLS_WithTemplateSlots_170<DefineComponent<{
6059
+ export declare const IconProtectionFill: __VLS_WithTemplateSlots_174<DefineComponent<{
5720
6060
  props: {
5721
6061
  type: ObjectConstructor;
5722
6062
  };
@@ -5728,7 +6068,7 @@ export declare const IconProtectionFill: __VLS_WithTemplateSlots_170<DefineCompo
5728
6068
  default?(_: {}): any;
5729
6069
  }>;
5730
6070
 
5731
- export declare const IconProtectionStroke: __VLS_WithTemplateSlots_171<DefineComponent<{
6071
+ export declare const IconProtectionStroke: __VLS_WithTemplateSlots_175<DefineComponent<{
5732
6072
  props: {
5733
6073
  type: ObjectConstructor;
5734
6074
  };
@@ -5740,7 +6080,7 @@ export declare const IconProtectionStroke: __VLS_WithTemplateSlots_171<DefineCom
5740
6080
  default?(_: {}): any;
5741
6081
  }>;
5742
6082
 
5743
- export declare const IconQuestionFill: __VLS_WithTemplateSlots_172<DefineComponent<{
6083
+ export declare const IconQuestionFill: __VLS_WithTemplateSlots_176<DefineComponent<{
5744
6084
  props: {
5745
6085
  type: ObjectConstructor;
5746
6086
  };
@@ -5752,7 +6092,7 @@ export declare const IconQuestionFill: __VLS_WithTemplateSlots_172<DefineCompone
5752
6092
  default?(_: {}): any;
5753
6093
  }>;
5754
6094
 
5755
- export declare const IconQuestionStroke: __VLS_WithTemplateSlots_173<DefineComponent<{
6095
+ export declare const IconQuestionStroke: __VLS_WithTemplateSlots_177<DefineComponent<{
5756
6096
  props: {
5757
6097
  type: ObjectConstructor;
5758
6098
  };
@@ -5764,7 +6104,7 @@ export declare const IconQuestionStroke: __VLS_WithTemplateSlots_173<DefineCompo
5764
6104
  default?(_: {}): any;
5765
6105
  }>;
5766
6106
 
5767
- export declare const IconRefresh: __VLS_WithTemplateSlots_174<DefineComponent<{
6107
+ export declare const IconRefresh: __VLS_WithTemplateSlots_178<DefineComponent<{
5768
6108
  props: {
5769
6109
  type: ObjectConstructor;
5770
6110
  };
@@ -5776,7 +6116,7 @@ export declare const IconRefresh: __VLS_WithTemplateSlots_174<DefineComponent<{
5776
6116
  default?(_: {}): any;
5777
6117
  }>;
5778
6118
 
5779
- export declare const IconReload: __VLS_WithTemplateSlots_175<DefineComponent<{
6119
+ export declare const IconReload: __VLS_WithTemplateSlots_179<DefineComponent<{
5780
6120
  props: {
5781
6121
  type: ObjectConstructor;
5782
6122
  };
@@ -5788,7 +6128,7 @@ export declare const IconReload: __VLS_WithTemplateSlots_175<DefineComponent<{
5788
6128
  default?(_: {}): any;
5789
6129
  }>;
5790
6130
 
5791
- export declare const IconReturns: __VLS_WithTemplateSlots_176<DefineComponent<{
6131
+ export declare const IconReturns: __VLS_WithTemplateSlots_180<DefineComponent<{
5792
6132
  props: {
5793
6133
  type: ObjectConstructor;
5794
6134
  };
@@ -5800,7 +6140,7 @@ export declare const IconReturns: __VLS_WithTemplateSlots_176<DefineComponent<{
5800
6140
  default?(_: {}): any;
5801
6141
  }>;
5802
6142
 
5803
- export declare const IconRun: __VLS_WithTemplateSlots_177<DefineComponent<{
6143
+ export declare const IconRun: __VLS_WithTemplateSlots_181<DefineComponent<{
5804
6144
  props: {
5805
6145
  type: ObjectConstructor;
5806
6146
  };
@@ -5812,7 +6152,7 @@ export declare const IconRun: __VLS_WithTemplateSlots_177<DefineComponent<{
5812
6152
  default?(_: {}): any;
5813
6153
  }>;
5814
6154
 
5815
- export declare const IconScanBarcode: __VLS_WithTemplateSlots_178<DefineComponent<{
6155
+ export declare const IconScanBarcode: __VLS_WithTemplateSlots_182<DefineComponent<{
5816
6156
  props: {
5817
6157
  type: ObjectConstructor;
5818
6158
  };
@@ -5824,7 +6164,7 @@ export declare const IconScanBarcode: __VLS_WithTemplateSlots_178<DefineComponen
5824
6164
  default?(_: {}): any;
5825
6165
  }>;
5826
6166
 
5827
- export declare const IconSearch: __VLS_WithTemplateSlots_179<DefineComponent<{
6167
+ export declare const IconSearch: __VLS_WithTemplateSlots_183<DefineComponent<{
5828
6168
  props: {
5829
6169
  type: ObjectConstructor;
5830
6170
  };
@@ -5836,7 +6176,7 @@ export declare const IconSearch: __VLS_WithTemplateSlots_179<DefineComponent<{
5836
6176
  default?(_: {}): any;
5837
6177
  }>;
5838
6178
 
5839
- export declare const IconServiceShop: __VLS_WithTemplateSlots_180<DefineComponent<{
6179
+ export declare const IconServiceShop: __VLS_WithTemplateSlots_184<DefineComponent<{
5840
6180
  props: {
5841
6181
  type: ObjectConstructor;
5842
6182
  };
@@ -5848,7 +6188,7 @@ export declare const IconServiceShop: __VLS_WithTemplateSlots_180<DefineComponen
5848
6188
  default?(_: {}): any;
5849
6189
  }>;
5850
6190
 
5851
- export declare const IconShipping: __VLS_WithTemplateSlots_183<DefineComponent<{
6191
+ export declare const IconShipping: __VLS_WithTemplateSlots_187<DefineComponent<{
5852
6192
  props: {
5853
6193
  type: ObjectConstructor;
5854
6194
  };
@@ -5860,7 +6200,7 @@ export declare const IconShipping: __VLS_WithTemplateSlots_183<DefineComponent<{
5860
6200
  default?(_: {}): any;
5861
6201
  }>;
5862
6202
 
5863
- export declare const IconShippingPrep: __VLS_WithTemplateSlots_181<DefineComponent<{
6203
+ export declare const IconShippingPrep: __VLS_WithTemplateSlots_185<DefineComponent<{
5864
6204
  props: {
5865
6205
  type: ObjectConstructor;
5866
6206
  };
@@ -5872,7 +6212,7 @@ export declare const IconShippingPrep: __VLS_WithTemplateSlots_181<DefineCompone
5872
6212
  default?(_: {}): any;
5873
6213
  }>;
5874
6214
 
5875
- export declare const IconShippingTruck: __VLS_WithTemplateSlots_182<DefineComponent<{
6215
+ export declare const IconShippingTruck: __VLS_WithTemplateSlots_186<DefineComponent<{
5876
6216
  props: {
5877
6217
  type: ObjectConstructor;
5878
6218
  };
@@ -5884,7 +6224,7 @@ export declare const IconShippingTruck: __VLS_WithTemplateSlots_182<DefineCompon
5884
6224
  default?(_: {}): any;
5885
6225
  }>;
5886
6226
 
5887
- export declare const IconShoppingBag: __VLS_WithTemplateSlots_185<DefineComponent<{
6227
+ export declare const IconShoppingBag: __VLS_WithTemplateSlots_189<DefineComponent<{
5888
6228
  props: {
5889
6229
  type: ObjectConstructor;
5890
6230
  };
@@ -5896,7 +6236,7 @@ export declare const IconShoppingBag: __VLS_WithTemplateSlots_185<DefineComponen
5896
6236
  default?(_: {}): any;
5897
6237
  }>;
5898
6238
 
5899
- export declare const IconShoppingBagFill: __VLS_WithTemplateSlots_184<DefineComponent<{
6239
+ export declare const IconShoppingBagFill: __VLS_WithTemplateSlots_188<DefineComponent<{
5900
6240
  props: {
5901
6241
  type: ObjectConstructor;
5902
6242
  };
@@ -5908,7 +6248,7 @@ export declare const IconShoppingBagFill: __VLS_WithTemplateSlots_184<DefineComp
5908
6248
  default?(_: {}): any;
5909
6249
  }>;
5910
6250
 
5911
- export declare const IconShrink: __VLS_WithTemplateSlots_186<DefineComponent<{
6251
+ export declare const IconShrink: __VLS_WithTemplateSlots_190<DefineComponent<{
5912
6252
  props: {
5913
6253
  type: ObjectConstructor;
5914
6254
  };
@@ -5920,7 +6260,7 @@ export declare const IconShrink: __VLS_WithTemplateSlots_186<DefineComponent<{
5920
6260
  default?(_: {}): any;
5921
6261
  }>;
5922
6262
 
5923
- export declare const IconSizeChart: __VLS_WithTemplateSlots_187<DefineComponent<{
6263
+ export declare const IconSizeChart: __VLS_WithTemplateSlots_191<DefineComponent<{
5924
6264
  props: {
5925
6265
  type: ObjectConstructor;
5926
6266
  };
@@ -5932,7 +6272,7 @@ export declare const IconSizeChart: __VLS_WithTemplateSlots_187<DefineComponent<
5932
6272
  default?(_: {}): any;
5933
6273
  }>;
5934
6274
 
5935
- export declare const IconSki: __VLS_WithTemplateSlots_189<DefineComponent<{
6275
+ export declare const IconSki: __VLS_WithTemplateSlots_193<DefineComponent<{
5936
6276
  props: {
5937
6277
  type: ObjectConstructor;
5938
6278
  };
@@ -5944,7 +6284,7 @@ export declare const IconSki: __VLS_WithTemplateSlots_189<DefineComponent<{
5944
6284
  default?(_: {}): any;
5945
6285
  }>;
5946
6286
 
5947
- export declare const IconSkiBoot: __VLS_WithTemplateSlots_188<DefineComponent<{
6287
+ export declare const IconSkiBoot: __VLS_WithTemplateSlots_192<DefineComponent<{
5948
6288
  props: {
5949
6289
  type: ObjectConstructor;
5950
6290
  };
@@ -5956,7 +6296,7 @@ export declare const IconSkiBoot: __VLS_WithTemplateSlots_188<DefineComponent<{
5956
6296
  default?(_: {}): any;
5957
6297
  }>;
5958
6298
 
5959
- export declare const IconSnow: __VLS_WithTemplateSlots_191<DefineComponent<{
6299
+ export declare const IconSnow: __VLS_WithTemplateSlots_195<DefineComponent<{
5960
6300
  props: {
5961
6301
  type: ObjectConstructor;
5962
6302
  };
@@ -5968,7 +6308,7 @@ export declare const IconSnow: __VLS_WithTemplateSlots_191<DefineComponent<{
5968
6308
  default?(_: {}): any;
5969
6309
  }>;
5970
6310
 
5971
- export declare const IconSnowShop: __VLS_WithTemplateSlots_190<DefineComponent<{
6311
+ export declare const IconSnowShop: __VLS_WithTemplateSlots_194<DefineComponent<{
5972
6312
  props: {
5973
6313
  type: ObjectConstructor;
5974
6314
  };
@@ -5980,7 +6320,7 @@ export declare const IconSnowShop: __VLS_WithTemplateSlots_190<DefineComponent<{
5980
6320
  default?(_: {}): any;
5981
6321
  }>;
5982
6322
 
5983
- export declare const IconSort: __VLS_WithTemplateSlots_192<DefineComponent<{
6323
+ export declare const IconSort: __VLS_WithTemplateSlots_196<DefineComponent<{
5984
6324
  props: {
5985
6325
  type: ObjectConstructor;
5986
6326
  };
@@ -5992,7 +6332,7 @@ export declare const IconSort: __VLS_WithTemplateSlots_192<DefineComponent<{
5992
6332
  default?(_: {}): any;
5993
6333
  }>;
5994
6334
 
5995
- export declare const IconStar100: __VLS_WithTemplateSlots_193<DefineComponent<{
6335
+ export declare const IconStar100: __VLS_WithTemplateSlots_197<DefineComponent<{
5996
6336
  props: {
5997
6337
  type: ObjectConstructor;
5998
6338
  };
@@ -6004,7 +6344,7 @@ export declare const IconStar100: __VLS_WithTemplateSlots_193<DefineComponent<{
6004
6344
  default?(_: {}): any;
6005
6345
  }>;
6006
6346
 
6007
- export declare const IconStar25: __VLS_WithTemplateSlots_194<DefineComponent<{
6347
+ export declare const IconStar25: __VLS_WithTemplateSlots_198<DefineComponent<{
6008
6348
  props: {
6009
6349
  type: ObjectConstructor;
6010
6350
  };
@@ -6016,7 +6356,7 @@ export declare const IconStar25: __VLS_WithTemplateSlots_194<DefineComponent<{
6016
6356
  default?(_: {}): any;
6017
6357
  }>;
6018
6358
 
6019
- export declare const IconStar50: __VLS_WithTemplateSlots_195<DefineComponent<{
6359
+ export declare const IconStar50: __VLS_WithTemplateSlots_199<DefineComponent<{
6020
6360
  props: {
6021
6361
  type: ObjectConstructor;
6022
6362
  };
@@ -6028,7 +6368,7 @@ export declare const IconStar50: __VLS_WithTemplateSlots_195<DefineComponent<{
6028
6368
  default?(_: {}): any;
6029
6369
  }>;
6030
6370
 
6031
- export declare const IconStar75: __VLS_WithTemplateSlots_196<DefineComponent<{
6371
+ export declare const IconStar75: __VLS_WithTemplateSlots_200<DefineComponent<{
6032
6372
  props: {
6033
6373
  type: ObjectConstructor;
6034
6374
  };
@@ -6040,7 +6380,7 @@ export declare const IconStar75: __VLS_WithTemplateSlots_196<DefineComponent<{
6040
6380
  default?(_: {}): any;
6041
6381
  }>;
6042
6382
 
6043
- export declare const IconStarStroke: __VLS_WithTemplateSlots_197<DefineComponent<{
6383
+ export declare const IconStarStroke: __VLS_WithTemplateSlots_201<DefineComponent<{
6044
6384
  props: {
6045
6385
  type: ObjectConstructor;
6046
6386
  };
@@ -6052,7 +6392,7 @@ export declare const IconStarStroke: __VLS_WithTemplateSlots_197<DefineComponent
6052
6392
  default?(_: {}): any;
6053
6393
  }>;
6054
6394
 
6055
- export declare const IconStorefront: __VLS_WithTemplateSlots_198<DefineComponent<{
6395
+ export declare const IconStorefront: __VLS_WithTemplateSlots_202<DefineComponent<{
6056
6396
  props: {
6057
6397
  type: ObjectConstructor;
6058
6398
  };
@@ -6064,7 +6404,7 @@ export declare const IconStorefront: __VLS_WithTemplateSlots_198<DefineComponent
6064
6404
  default?(_: {}): any;
6065
6405
  }>;
6066
6406
 
6067
- export declare const IconSwim: __VLS_WithTemplateSlots_199<DefineComponent<{
6407
+ export declare const IconSwim: __VLS_WithTemplateSlots_203<DefineComponent<{
6068
6408
  props: {
6069
6409
  type: ObjectConstructor;
6070
6410
  };
@@ -6076,7 +6416,7 @@ export declare const IconSwim: __VLS_WithTemplateSlots_199<DefineComponent<{
6076
6416
  default?(_: {}): any;
6077
6417
  }>;
6078
6418
 
6079
- export declare const IconTelephone: __VLS_WithTemplateSlots_200<DefineComponent<{
6419
+ export declare const IconTelephone: __VLS_WithTemplateSlots_204<DefineComponent<{
6080
6420
  props: {
6081
6421
  type: ObjectConstructor;
6082
6422
  };
@@ -6088,7 +6428,7 @@ export declare const IconTelephone: __VLS_WithTemplateSlots_200<DefineComponent<
6088
6428
  default?(_: {}): any;
6089
6429
  }>;
6090
6430
 
6091
- export declare const IconTent: __VLS_WithTemplateSlots_201<DefineComponent<{
6431
+ export declare const IconTent: __VLS_WithTemplateSlots_205<DefineComponent<{
6092
6432
  props: {
6093
6433
  type: ObjectConstructor;
6094
6434
  };
@@ -6100,7 +6440,7 @@ export declare const IconTent: __VLS_WithTemplateSlots_201<DefineComponent<{
6100
6440
  default?(_: {}): any;
6101
6441
  }>;
6102
6442
 
6103
- export declare const IconTrash: __VLS_WithTemplateSlots_202<DefineComponent<{
6443
+ export declare const IconTrash: __VLS_WithTemplateSlots_206<DefineComponent<{
6104
6444
  props: {
6105
6445
  type: ObjectConstructor;
6106
6446
  };
@@ -6112,7 +6452,7 @@ export declare const IconTrash: __VLS_WithTemplateSlots_202<DefineComponent<{
6112
6452
  default?(_: {}): any;
6113
6453
  }>;
6114
6454
 
6115
- export declare const IconTwitter: __VLS_WithTemplateSlots_203<DefineComponent<{
6455
+ export declare const IconTwitter: __VLS_WithTemplateSlots_207<DefineComponent<{
6116
6456
  props: {
6117
6457
  type: ObjectConstructor;
6118
6458
  };
@@ -6124,7 +6464,7 @@ export declare const IconTwitter: __VLS_WithTemplateSlots_203<DefineComponent<{
6124
6464
  default?(_: {}): any;
6125
6465
  }>;
6126
6466
 
6127
- export declare const IconUpload: __VLS_WithTemplateSlots_204<DefineComponent<{
6467
+ export declare const IconUpload: __VLS_WithTemplateSlots_208<DefineComponent<{
6128
6468
  props: {
6129
6469
  type: ObjectConstructor;
6130
6470
  };
@@ -6136,7 +6476,7 @@ export declare const IconUpload: __VLS_WithTemplateSlots_204<DefineComponent<{
6136
6476
  default?(_: {}): any;
6137
6477
  }>;
6138
6478
 
6139
- export declare const IconVerifiedPurchaser: __VLS_WithTemplateSlots_205<DefineComponent<{
6479
+ export declare const IconVerifiedPurchaser: __VLS_WithTemplateSlots_209<DefineComponent<{
6140
6480
  props: {
6141
6481
  type: ObjectConstructor;
6142
6482
  };
@@ -6148,7 +6488,7 @@ export declare const IconVerifiedPurchaser: __VLS_WithTemplateSlots_205<DefineCo
6148
6488
  default?(_: {}): any;
6149
6489
  }>;
6150
6490
 
6151
- export declare const IconVirtualOutfitting: __VLS_WithTemplateSlots_206<DefineComponent<{
6491
+ export declare const IconVirtualOutfitting: __VLS_WithTemplateSlots_210<DefineComponent<{
6152
6492
  props: {
6153
6493
  type: ObjectConstructor;
6154
6494
  };
@@ -6160,7 +6500,7 @@ export declare const IconVirtualOutfitting: __VLS_WithTemplateSlots_206<DefineCo
6160
6500
  default?(_: {}): any;
6161
6501
  }>;
6162
6502
 
6163
- export declare const IconWarningFill: __VLS_WithTemplateSlots_207<DefineComponent<{
6503
+ export declare const IconWarningFill: __VLS_WithTemplateSlots_211<DefineComponent<{
6164
6504
  props: {
6165
6505
  type: ObjectConstructor;
6166
6506
  };
@@ -6172,7 +6512,7 @@ export declare const IconWarningFill: __VLS_WithTemplateSlots_207<DefineComponen
6172
6512
  default?(_: {}): any;
6173
6513
  }>;
6174
6514
 
6175
- export declare const IconWarningStroke: __VLS_WithTemplateSlots_208<DefineComponent<{
6515
+ export declare const IconWarningStroke: __VLS_WithTemplateSlots_212<DefineComponent<{
6176
6516
  props: {
6177
6517
  type: ObjectConstructor;
6178
6518
  };
@@ -6184,7 +6524,7 @@ export declare const IconWarningStroke: __VLS_WithTemplateSlots_208<DefineCompon
6184
6524
  default?(_: {}): any;
6185
6525
  }>;
6186
6526
 
6187
- export declare const IconWater: __VLS_WithTemplateSlots_209<DefineComponent<{
6527
+ export declare const IconWater: __VLS_WithTemplateSlots_213<DefineComponent<{
6188
6528
  props: {
6189
6529
  type: ObjectConstructor;
6190
6530
  };
@@ -6196,7 +6536,7 @@ export declare const IconWater: __VLS_WithTemplateSlots_209<DefineComponent<{
6196
6536
  default?(_: {}): any;
6197
6537
  }>;
6198
6538
 
6199
- export declare const IconWilderness: __VLS_WithTemplateSlots_210<DefineComponent<{
6539
+ export declare const IconWilderness: __VLS_WithTemplateSlots_214<DefineComponent<{
6200
6540
  props: {
6201
6541
  type: ObjectConstructor;
6202
6542
  };
@@ -6208,7 +6548,7 @@ export declare const IconWilderness: __VLS_WithTemplateSlots_210<DefineComponent
6208
6548
  default?(_: {}): any;
6209
6549
  }>;
6210
6550
 
6211
- export declare const IconXFill: __VLS_WithTemplateSlots_211<DefineComponent<{
6551
+ export declare const IconXFill: __VLS_WithTemplateSlots_215<DefineComponent<{
6212
6552
  props: {
6213
6553
  type: ObjectConstructor;
6214
6554
  };
@@ -6220,7 +6560,7 @@ export declare const IconXFill: __VLS_WithTemplateSlots_211<DefineComponent<{
6220
6560
  default?(_: {}): any;
6221
6561
  }>;
6222
6562
 
6223
- export declare const IconXLg: __VLS_WithTemplateSlots_212<DefineComponent<{
6563
+ export declare const IconXLg: __VLS_WithTemplateSlots_216<DefineComponent<{
6224
6564
  props: {
6225
6565
  type: ObjectConstructor;
6226
6566
  };
@@ -6232,7 +6572,7 @@ export declare const IconXLg: __VLS_WithTemplateSlots_212<DefineComponent<{
6232
6572
  default?(_: {}): any;
6233
6573
  }>;
6234
6574
 
6235
- export declare const IconXSm: __VLS_WithTemplateSlots_213<DefineComponent<{
6575
+ export declare const IconXSm: __VLS_WithTemplateSlots_217<DefineComponent<{
6236
6576
  props: {
6237
6577
  type: ObjectConstructor;
6238
6578
  };
@@ -6244,7 +6584,7 @@ export declare const IconXSm: __VLS_WithTemplateSlots_213<DefineComponent<{
6244
6584
  default?(_: {}): any;
6245
6585
  }>;
6246
6586
 
6247
- export declare const IconXStroke: __VLS_WithTemplateSlots_214<DefineComponent<{
6587
+ export declare const IconXStroke: __VLS_WithTemplateSlots_218<DefineComponent<{
6248
6588
  props: {
6249
6589
  type: ObjectConstructor;
6250
6590
  };
@@ -6256,7 +6596,7 @@ export declare const IconXStroke: __VLS_WithTemplateSlots_214<DefineComponent<{
6256
6596
  default?(_: {}): any;
6257
6597
  }>;
6258
6598
 
6259
- export declare const IconYoutube: __VLS_WithTemplateSlots_215<DefineComponent<{
6599
+ export declare const IconYoutube: __VLS_WithTemplateSlots_219<DefineComponent<{
6260
6600
  props: {
6261
6601
  type: ObjectConstructor;
6262
6602
  };
@@ -6268,7 +6608,7 @@ export declare const IconYoutube: __VLS_WithTemplateSlots_215<DefineComponent<{
6268
6608
  default?(_: {}): any;
6269
6609
  }>;
6270
6610
 
6271
- export declare const IconZoomIn: __VLS_WithTemplateSlots_216<DefineComponent<{
6611
+ export declare const IconZoomIn: __VLS_WithTemplateSlots_220<DefineComponent<{
6272
6612
  props: {
6273
6613
  type: ObjectConstructor;
6274
6614
  };
@@ -6280,7 +6620,7 @@ export declare const IconZoomIn: __VLS_WithTemplateSlots_216<DefineComponent<{
6280
6620
  default?(_: {}): any;
6281
6621
  }>;
6282
6622
 
6283
- export declare const IconZoomOut: __VLS_WithTemplateSlots_217<DefineComponent<{
6623
+ export declare const IconZoomOut: __VLS_WithTemplateSlots_221<DefineComponent<{
6284
6624
  props: {
6285
6625
  type: ObjectConstructor;
6286
6626
  };
@@ -6306,6 +6646,42 @@ export declare interface paginationItem {
6306
6646
  ellip?: boolean;
6307
6647
  }
6308
6648
 
6649
+ declare interface pictureProps extends baseImageProps {
6650
+ /** An object containing 1..n child objects containing HTMLSourceElement attributes */
6651
+ sources: pictureSourceObject;
6652
+ }
6653
+
6654
+ /**
6655
+ * An object containing 1..n child objects containing HTMLSourceElement attributes
6656
+ *
6657
+ * @interface pictureSourceObject
6658
+ * @extends HTMLSourceElement
6659
+ */
6660
+ export declare interface pictureSourceObject {
6661
+ [key: string]: {
6662
+ media: string;
6663
+ srcset: string;
6664
+ width?: string;
6665
+ height?: string;
6666
+ type?: string;
6667
+ sizes?: string;
6668
+ };
6669
+ }
6670
+
6671
+ declare type scaleValue = '2' | '3' | '4' | '5' | '6' | '7';
6672
+
6673
+ declare type scaleValue_2 = '1' | '2' | '3' | '4' | '5';
6674
+
6675
+ declare type scaleValue_3 = '1' | '2' | '3';
6676
+
6677
+ declare type scaleValue_4 = '0' | '1' | '2';
6678
+
6679
+ declare type scaleValue_5 = '-1' | '0' | '1' | '2' | '3';
6680
+
6681
+ declare type scaleValue_6 = '-1' | '0' | '1' | '2' | '3';
6682
+
6683
+ declare type scaleValue_7 = '0' | '1';
6684
+
6309
6685
  /**
6310
6686
  * Select data object
6311
6687
  *