@rei/cedar 15.5.1 → 15.6.1-beta.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 (141) hide show
  1. package/dist/cdr-style.css +1 -1
  2. package/dist/cedar.umd.js +11 -9
  3. package/dist/component-docgen.json +3823 -3553
  4. package/dist/components/abstract/styles/CdrAbstract.module.scss.mjs +1 -1
  5. package/dist/components/accordion/styles/CdrAccordion.module.scss.mjs +29 -29
  6. package/dist/components/accordion/styles/CdrAccordionGroup.module.scss.mjs +2 -2
  7. package/dist/components/banner/styles/CdrBanner.module.scss.mjs +14 -14
  8. package/dist/components/breadcrumb/styles/CdrBreadcrumb.module.scss.mjs +7 -7
  9. package/dist/components/button/styles/CdrButton.module.scss.mjs +31 -31
  10. package/dist/components/caption/styles/CdrCaption.module.scss.mjs +4 -4
  11. package/dist/components/card/styles/CdrCard.module.scss.mjs +3 -3
  12. package/dist/components/checkbox/styles/CdrCheckbox.module.scss.mjs +27 -27
  13. package/dist/components/chip/styles/CdrChip.module.scss.mjs +4 -4
  14. package/dist/components/chip/styles/CdrChipGroup.module.scss.mjs +4 -4
  15. package/dist/components/choreographer/styles/CdrChoreographer.module.scss.mjs +4 -4
  16. package/dist/components/container/styles/CdrContainer.module.scss.mjs +2 -2
  17. package/dist/components/filmstrip/CdrFilmstrip.vue.mjs +92 -0
  18. package/dist/components/filmstrip/CdrFilmstrip.vue2.mjs +4 -0
  19. package/dist/components/filmstrip/CdrFilmstripEngine.vue.mjs +9 -0
  20. package/dist/components/filmstrip/CdrFilmstripEngine.vue2.mjs +196 -0
  21. package/dist/components/filmstrip/styles/CdrFilmstrip.module.scss.mjs +17 -0
  22. package/dist/components/formError/styles/CdrFormError.module.scss.mjs +2 -2
  23. package/dist/components/formGroup/styles/CdrFormGroup.module.scss.mjs +8 -8
  24. package/dist/components/fulfillmentTile/styles/CdrFulfillmentTileIcon.module.scss.mjs +6 -6
  25. package/dist/components/fulfillmentTile/styles/CdrFulfillmentTitle.module.scss.mjs +8 -8
  26. package/dist/components/grid/styles/CdrGrid.module.scss.mjs +21 -21
  27. package/dist/components/icon/styles/CdrIcon.module.scss.mjs +12 -12
  28. package/dist/components/image/styles/CdrImg.module.scss.mjs +1 -1
  29. package/dist/components/input/styles/CdrInput.module.scss.mjs +34 -34
  30. package/dist/components/kicker/styles/CdrKicker.module.scss.mjs +3 -3
  31. package/dist/components/labelStandalone/styles/CdrLabelStandalone.module.scss.mjs +14 -14
  32. package/dist/components/labelWrapper/styles/CdrLabelWrapper.module.scss.mjs +25 -25
  33. package/dist/components/landingLead/styles/CdrHeadingSubheadingBlock.module.scss.mjs +4 -4
  34. package/dist/components/landingLead/styles/CdrLandingLead.module.scss.mjs +8 -8
  35. package/dist/components/layout/styles/CdrLayout.module.scss.mjs +84 -84
  36. package/dist/components/link/styles/CdrLink.module.scss.mjs +3 -3
  37. package/dist/components/list/styles/CdrList.module.scss.mjs +7 -7
  38. package/dist/components/mediaObject/styles/CdrMediaObject.module.scss.mjs +8 -8
  39. package/dist/components/modal/styles/CdrModal.module.scss.mjs +12 -12
  40. package/dist/components/objectOverlay/styles/CdrObjectOverlay.module.scss.mjs +3 -3
  41. package/dist/components/pagination/styles/CdrPagination.module.scss.mjs +55 -55
  42. package/dist/components/picture/styles/CdrPicture.module.scss.mjs +4 -4
  43. package/dist/components/popover/styles/CdrPopover.module.scss.mjs +65 -65
  44. package/dist/components/popup/styles/CdrPopup.module.scss.mjs +14 -14
  45. package/dist/components/quote/styles/CdrQuote.module.scss.mjs +4 -4
  46. package/dist/components/radio/styles/CdrRadio.module.scss.mjs +27 -27
  47. package/dist/components/rating/styles/CdrRating.module.scss.mjs +44 -44
  48. package/dist/components/select/styles/CdrSelect.module.scss.mjs +44 -44
  49. package/dist/components/skeleton/styles/CdrSkeleton.module.scss.mjs +1 -1
  50. package/dist/components/skeleton/styles/CdrSkeletonBone.module.scss.mjs +7 -7
  51. package/dist/components/splitSurface/styles/CdrSplitSurface.module.scss.mjs +5 -5
  52. package/dist/components/surface/styles/CdrSurface.module.scss.mjs +3 -3
  53. package/dist/components/surfaceSelection/styles/CdrSurfaceSelection.module.scss.mjs +4 -4
  54. package/dist/components/switch/styles/CdrSwitch.module.scss.mjs +10 -10
  55. package/dist/components/table/styles/CdrTable.module.scss.mjs +15 -15
  56. package/dist/components/tabs/styles/CdrTabPanel.module.scss.mjs +5 -5
  57. package/dist/components/tabs/styles/CdrTabs.module.scss.mjs +28 -28
  58. package/dist/components/text/presets/styles/CdrBody.module.scss.mjs +1 -1
  59. package/dist/components/text/presets/styles/CdrEyebrow.module.scss.mjs +1 -1
  60. package/dist/components/text/presets/styles/CdrHeadingDisplay.module.scss.mjs +3 -3
  61. package/dist/components/text/presets/styles/CdrHeadingSans.module.scss.mjs +3 -3
  62. package/dist/components/text/presets/styles/CdrHeadingSerif.module.scss.mjs +1 -1
  63. package/dist/components/text/presets/styles/CdrSubheadingSans.module.scss.mjs +1 -1
  64. package/dist/components/text/presets/styles/CdrUtilitySans.module.scss.mjs +1 -1
  65. package/dist/components/text/presets/styles/CdrUtilitySerif.module.scss.mjs +1 -1
  66. package/dist/components/text/styles/CdrText.module.scss.mjs +1 -1
  67. package/dist/components/title/styles/CdrTitle.module.scss.mjs +1 -1
  68. package/dist/components/toast/styles/CdrToast.module.scss.mjs +57 -57
  69. package/dist/components/toggleButton/styles/CdrToggleButton.module.scss.mjs +2 -2
  70. package/dist/components/toggleButton/styles/CdrToggleGroup.module.scss.mjs +7 -7
  71. package/dist/components/tooltip/styles/CdrTooltip.module.scss.mjs +16 -16
  72. package/dist/icon-component-docgen.json +666 -666
  73. package/dist/lib.d.ts +538 -228
  74. package/dist/lib.mjs +394 -392
  75. package/dist/style/cdr-abstract.css +1 -1
  76. package/dist/style/cdr-accordion-group.css +1 -1
  77. package/dist/style/cdr-accordion.css +1 -1
  78. package/dist/style/cdr-banner.css +1 -1
  79. package/dist/style/cdr-body.css +1 -1
  80. package/dist/style/cdr-breadcrumb.css +1 -1
  81. package/dist/style/cdr-button.css +1 -1
  82. package/dist/style/cdr-caption.css +1 -1
  83. package/dist/style/cdr-card.css +1 -1
  84. package/dist/style/cdr-checkbox.css +1 -1
  85. package/dist/style/cdr-chip-group.css +1 -1
  86. package/dist/style/cdr-chip.css +1 -1
  87. package/dist/style/cdr-choreographer.css +1 -1
  88. package/dist/style/cdr-container.css +1 -1
  89. package/dist/style/cdr-eyebrow.css +1 -1
  90. package/dist/style/cdr-filmstrip.css +1 -0
  91. package/dist/style/cdr-form-error.css +1 -1
  92. package/dist/style/cdr-form-group.css +1 -1
  93. package/dist/style/cdr-fulfillment-tile-icon.css +1 -1
  94. package/dist/style/cdr-fulfillment-title.css +1 -1
  95. package/dist/style/cdr-grid.css +1 -1
  96. package/dist/style/cdr-heading-display.css +1 -1
  97. package/dist/style/cdr-heading-sans.css +1 -1
  98. package/dist/style/cdr-heading-serif.css +1 -1
  99. package/dist/style/cdr-heading-subheading-block.css +1 -1
  100. package/dist/style/cdr-icon.css +1 -1
  101. package/dist/style/cdr-img.css +1 -1
  102. package/dist/style/cdr-input.css +1 -1
  103. package/dist/style/cdr-kicker.css +1 -1
  104. package/dist/style/cdr-label-standalone.css +1 -1
  105. package/dist/style/cdr-label-wrapper.css +1 -1
  106. package/dist/style/cdr-landing-lead.css +1 -1
  107. package/dist/style/cdr-layout.css +1 -1
  108. package/dist/style/cdr-link.css +1 -1
  109. package/dist/style/cdr-list.css +1 -1
  110. package/dist/style/cdr-media-object.css +1 -1
  111. package/dist/style/cdr-modal.css +1 -1
  112. package/dist/style/cdr-object-overlay.css +1 -1
  113. package/dist/style/cdr-pagination.css +1 -1
  114. package/dist/style/cdr-picture.css +1 -1
  115. package/dist/style/cdr-popover.css +1 -1
  116. package/dist/style/cdr-popup.css +1 -1
  117. package/dist/style/cdr-quote.css +1 -1
  118. package/dist/style/cdr-radio.css +1 -1
  119. package/dist/style/cdr-rating.css +1 -1
  120. package/dist/style/cdr-select.css +1 -1
  121. package/dist/style/cdr-skeleton-bone.css +1 -1
  122. package/dist/style/cdr-skeleton.css +1 -1
  123. package/dist/style/cdr-split-surface.css +1 -1
  124. package/dist/style/cdr-subheading-sans.css +1 -1
  125. package/dist/style/cdr-surface-selection.css +1 -1
  126. package/dist/style/cdr-surface.css +1 -1
  127. package/dist/style/cdr-switch.css +1 -1
  128. package/dist/style/cdr-tab-panel.css +1 -1
  129. package/dist/style/cdr-table.css +1 -1
  130. package/dist/style/cdr-tabs.css +1 -1
  131. package/dist/style/cdr-text.css +1 -1
  132. package/dist/style/cdr-title.css +1 -1
  133. package/dist/style/cdr-toast.css +1 -1
  134. package/dist/style/cdr-toggle-button.css +1 -1
  135. package/dist/style/cdr-toggle-group.css +1 -1
  136. package/dist/style/cdr-tooltip.css +1 -1
  137. package/dist/style/cdr-utility-sans.css +1 -1
  138. package/dist/style/cdr-utility-serif.css +1 -1
  139. package/dist/types/symbols.mjs +5 -4
  140. package/dist/utils/mapClasses.mjs +4 -4
  141. package/package.json +3 -1
package/dist/lib.d.ts CHANGED
@@ -6,6 +6,7 @@ import { DefineComponent } from 'vue';
6
6
  import { ExtractPropTypes } from 'vue';
7
7
  import { PropType } from 'vue';
8
8
  import { PublicProps } from 'vue';
9
+ import { Ref } from 'vue';
9
10
 
10
11
  declare const __VLS_component: DefineComponent<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<baseTextProps>, {
11
12
  tag: string;
@@ -2156,16 +2157,15 @@ type: ObjectConstructor;
2156
2157
  };
2157
2158
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2158
2159
 
2159
- declare const __VLS_component_229: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_16<__VLS_TypePropsToRuntimeProps_16<headingDisplayTextProps>, {
2160
- tag: string;
2161
- scale: string;
2162
- }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_16<__VLS_TypePropsToRuntimeProps_16<headingDisplayTextProps>, {
2163
- tag: string;
2164
- scale: string;
2165
- }>>> & Readonly<{}>, {
2166
- tag: string;
2167
- scale: "2" | "3" | "4" | "5" | "6" | "7";
2168
- }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2160
+ declare const __VLS_component_229: DefineComponent<ExtractPropTypes< {
2161
+ props: {
2162
+ type: ObjectConstructor;
2163
+ };
2164
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
2165
+ props: {
2166
+ type: ObjectConstructor;
2167
+ };
2168
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2169
2169
 
2170
2170
  declare const __VLS_component_23: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_8<__VLS_TypePropsToRuntimeProps_8<ObjectOverlayProps>, {
2171
2171
  position: string;
@@ -2184,11 +2184,22 @@ gradientTheme: "dark" | "light";
2184
2184
  margin: ResponsiveSpace | Spacing;
2185
2185
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2186
2186
 
2187
- declare const __VLS_component_230: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_17<__VLS_TypePropsToRuntimeProps_17<headingSerifTextProps>, {
2187
+ declare const __VLS_component_230: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_17<__VLS_TypePropsToRuntimeProps_17<headingDisplayTextProps>, {
2188
+ tag: string;
2189
+ scale: string;
2190
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_17<__VLS_TypePropsToRuntimeProps_17<headingDisplayTextProps>, {
2191
+ tag: string;
2192
+ scale: string;
2193
+ }>>> & Readonly<{}>, {
2194
+ tag: string;
2195
+ scale: "2" | "3" | "4" | "5" | "6" | "7";
2196
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2197
+
2198
+ declare const __VLS_component_231: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_18<__VLS_TypePropsToRuntimeProps_18<headingSerifTextProps>, {
2188
2199
  tag: string;
2189
2200
  scale: string;
2190
2201
  strong: boolean;
2191
- }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_17<__VLS_TypePropsToRuntimeProps_17<headingSerifTextProps>, {
2202
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_18<__VLS_TypePropsToRuntimeProps_18<headingSerifTextProps>, {
2192
2203
  tag: string;
2193
2204
  scale: string;
2194
2205
  strong: boolean;
@@ -2198,10 +2209,10 @@ tag: string;
2198
2209
  scale: "1" | "2" | "3" | "4" | "5";
2199
2210
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2200
2211
 
2201
- declare const __VLS_component_231: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_18<__VLS_TypePropsToRuntimeProps_18<headingSansTextProps>, {
2212
+ declare const __VLS_component_232: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_19<__VLS_TypePropsToRuntimeProps_19<headingSansTextProps>, {
2202
2213
  tag: string;
2203
2214
  scale: string;
2204
- }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_18<__VLS_TypePropsToRuntimeProps_18<headingSansTextProps>, {
2215
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_19<__VLS_TypePropsToRuntimeProps_19<headingSansTextProps>, {
2205
2216
  tag: string;
2206
2217
  scale: string;
2207
2218
  }>>> & Readonly<{}>, {
@@ -2209,10 +2220,10 @@ tag: string;
2209
2220
  scale: "1" | "2" | "3";
2210
2221
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2211
2222
 
2212
- declare const __VLS_component_232: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_19<__VLS_TypePropsToRuntimeProps_19<subheadingSansTextProps>, {
2223
+ declare const __VLS_component_233: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_20<__VLS_TypePropsToRuntimeProps_20<subheadingSansTextProps>, {
2213
2224
  tag: string;
2214
2225
  scale: string;
2215
- }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_19<__VLS_TypePropsToRuntimeProps_19<subheadingSansTextProps>, {
2226
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_20<__VLS_TypePropsToRuntimeProps_20<subheadingSansTextProps>, {
2216
2227
  tag: string;
2217
2228
  scale: string;
2218
2229
  }>>> & Readonly<{}>, {
@@ -2220,11 +2231,11 @@ tag: string;
2220
2231
  scale: "-1" | "0" | "1" | "2";
2221
2232
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2222
2233
 
2223
- declare const __VLS_component_233: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_20<__VLS_TypePropsToRuntimeProps_20<utilitySansTextProps>, {
2234
+ declare const __VLS_component_234: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_21<__VLS_TypePropsToRuntimeProps_21<utilitySansTextProps>, {
2224
2235
  tag: string;
2225
2236
  scale: string;
2226
2237
  strong: boolean;
2227
- }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_20<__VLS_TypePropsToRuntimeProps_20<utilitySansTextProps>, {
2238
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_21<__VLS_TypePropsToRuntimeProps_21<utilitySansTextProps>, {
2228
2239
  tag: string;
2229
2240
  scale: string;
2230
2241
  strong: boolean;
@@ -2234,11 +2245,11 @@ tag: string;
2234
2245
  scale: "-1" | "0" | "1" | "2" | "3";
2235
2246
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2236
2247
 
2237
- declare const __VLS_component_234: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_21<__VLS_TypePropsToRuntimeProps_21<utilitySerifTextProps>, {
2248
+ declare const __VLS_component_235: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_22<__VLS_TypePropsToRuntimeProps_22<utilitySerifTextProps>, {
2238
2249
  tag: string;
2239
2250
  scale: string;
2240
2251
  strong: boolean;
2241
- }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_21<__VLS_TypePropsToRuntimeProps_21<utilitySerifTextProps>, {
2252
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_22<__VLS_TypePropsToRuntimeProps_22<utilitySerifTextProps>, {
2242
2253
  tag: string;
2243
2254
  scale: string;
2244
2255
  strong: boolean;
@@ -2248,11 +2259,11 @@ tag: string;
2248
2259
  scale: "-1" | "0" | "1" | "2" | "3";
2249
2260
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2250
2261
 
2251
- declare const __VLS_component_235: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_22<__VLS_TypePropsToRuntimeProps_22<bodyTextProps>, {
2262
+ declare const __VLS_component_236: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_23<__VLS_TypePropsToRuntimeProps_23<bodyTextProps>, {
2252
2263
  tag: string;
2253
2264
  scale: string;
2254
2265
  strong: boolean;
2255
- }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_22<__VLS_TypePropsToRuntimeProps_22<bodyTextProps>, {
2266
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_23<__VLS_TypePropsToRuntimeProps_23<bodyTextProps>, {
2256
2267
  tag: string;
2257
2268
  scale: string;
2258
2269
  strong: boolean;
@@ -2262,9 +2273,9 @@ tag: string;
2262
2273
  scale: ScaleValue;
2263
2274
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2264
2275
 
2265
- declare const __VLS_component_236: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_23<__VLS_TypePropsToRuntimeProps_23<baseTextProps>, {
2276
+ declare const __VLS_component_237: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_24<__VLS_TypePropsToRuntimeProps_24<baseTextProps>, {
2266
2277
  tag: string;
2267
- }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_23<__VLS_TypePropsToRuntimeProps_23<baseTextProps>, {
2278
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_24<__VLS_TypePropsToRuntimeProps_24<baseTextProps>, {
2268
2279
  tag: string;
2269
2280
  }>>> & Readonly<{}>, {
2270
2281
  tag: string;
@@ -3328,15 +3339,16 @@ autoPosition: boolean;
3328
3339
  open: boolean;
3329
3340
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3330
3341
 
3331
- declare const __VLS_component_43: DefineComponent<ExtractPropTypes< {
3332
- props: {
3333
- type: ObjectConstructor;
3334
- };
3335
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3336
- props: {
3337
- type: ObjectConstructor;
3338
- };
3339
- }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3342
+ declare const __VLS_component_43: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_16<__VLS_TypePropsToRuntimeProps_16<CdrFilmstrip_2<unknown>>, {
3343
+ model: () => {};
3344
+ adapter: () => CdrFilmstripConfig<unknown>;
3345
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_16<__VLS_TypePropsToRuntimeProps_16<CdrFilmstrip_2<unknown>>, {
3346
+ model: () => {};
3347
+ adapter: () => CdrFilmstripConfig<unknown>;
3348
+ }>>> & Readonly<{}>, {
3349
+ adapter: CdrFilmstripAdapter<unknown>;
3350
+ model: {};
3351
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3340
3352
 
3341
3353
  declare const __VLS_component_44: DefineComponent<ExtractPropTypes< {
3342
3354
  props: {
@@ -4299,6 +4311,8 @@ declare type __VLS_NonUndefinedable_22<T> = T extends undefined ? never : T;
4299
4311
 
4300
4312
  declare type __VLS_NonUndefinedable_23<T> = T extends undefined ? never : T;
4301
4313
 
4314
+ declare type __VLS_NonUndefinedable_24<T> = T extends undefined ? never : T;
4315
+
4302
4316
  declare type __VLS_NonUndefinedable_3<T> = T extends undefined ? never : T;
4303
4317
 
4304
4318
  declare type __VLS_NonUndefinedable_4<T> = T extends undefined ? never : T;
@@ -4377,6 +4391,10 @@ declare type __VLS_Prettify_23<T> = {
4377
4391
  [K in keyof T]: T[K];
4378
4392
  } & {};
4379
4393
 
4394
+ declare type __VLS_Prettify_24<T> = {
4395
+ [K in keyof T]: T[K];
4396
+ } & {};
4397
+
4380
4398
  declare type __VLS_Prettify_3<T> = {
4381
4399
  [K in keyof T]: T[K];
4382
4400
  } & {};
@@ -5031,6 +5049,10 @@ declare function __VLS_template_236(): {
5031
5049
  default?(_: {}): any;
5032
5050
  };
5033
5051
 
5052
+ declare function __VLS_template_237(): {
5053
+ default?(_: {}): any;
5054
+ };
5055
+
5034
5056
  declare function __VLS_template_24(): {
5035
5057
  trigger?(_: {}): any;
5036
5058
  title?(_: {}): any;
@@ -5133,7 +5155,7 @@ declare function __VLS_template_42(): {
5133
5155
  };
5134
5156
 
5135
5157
  declare function __VLS_template_43(): {
5136
- default?(_: {}): any;
5158
+ heading?(_: {}): any;
5137
5159
  };
5138
5160
 
5139
5161
  declare function __VLS_template_44(): {
@@ -5533,6 +5555,15 @@ declare type __VLS_TypePropsToRuntimeProps_23<T> = {
5533
5555
  };
5534
5556
  };
5535
5557
 
5558
+ declare type __VLS_TypePropsToRuntimeProps_24<T> = {
5559
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
5560
+ type: PropType<__VLS_NonUndefinedable_24<T[K]>>;
5561
+ } : {
5562
+ type: PropType<T[K]>;
5563
+ required: true;
5564
+ };
5565
+ };
5566
+
5536
5567
  declare type __VLS_TypePropsToRuntimeProps_3<T> = {
5537
5568
  [K in keyof T]-?: {} extends Pick<T, K> ? {
5538
5569
  type: PropType<__VLS_NonUndefinedable_3<T[K]>>;
@@ -5692,6 +5723,12 @@ declare type __VLS_WithDefaults_23<P, D> = {
5692
5723
  }> : P[K];
5693
5724
  };
5694
5725
 
5726
+ declare type __VLS_WithDefaults_24<P, D> = {
5727
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_24<P[K] & {
5728
+ default: D[K];
5729
+ }> : P[K];
5730
+ };
5731
+
5695
5732
  declare type __VLS_WithDefaults_3<P, D> = {
5696
5733
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_3<P[K] & {
5697
5734
  default: D[K];
@@ -6652,6 +6689,12 @@ declare type __VLS_WithTemplateSlots_236<T, S> = T & {
6652
6689
  };
6653
6690
  };
6654
6691
 
6692
+ declare type __VLS_WithTemplateSlots_237<T, S> = T & {
6693
+ new (): {
6694
+ $slots: S;
6695
+ };
6696
+ };
6697
+
6655
6698
  declare type __VLS_WithTemplateSlots_24<T, S> = T & {
6656
6699
  new (): {
6657
6700
  $slots: S;
@@ -7266,7 +7309,7 @@ export declare const CdrAccordionGroup: __VLS_WithTemplateSlots_3<typeof __VLS_c
7266
7309
 
7267
7310
  export declare const CdrBanner: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, ReturnType<typeof __VLS_template_4>>;
7268
7311
 
7269
- export declare const CdrBody: __VLS_WithTemplateSlots_235<typeof __VLS_component_235, ReturnType<typeof __VLS_template_235>>;
7312
+ export declare const CdrBody: __VLS_WithTemplateSlots_236<typeof __VLS_component_236, ReturnType<typeof __VLS_template_236>>;
7270
7313
 
7271
7314
  export declare const CdrBreadcrumb: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, ReturnType<typeof __VLS_template_5>>;
7272
7315
 
@@ -7322,7 +7365,274 @@ components: ChoreographerComponents;
7322
7365
 
7323
7366
  export declare const CdrContainer: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, ReturnType<typeof __VLS_template_11>>;
7324
7367
 
7325
- export declare const CdrEyebrow: __VLS_WithTemplateSlots_236<typeof __VLS_component_236, ReturnType<typeof __VLS_template_236>>;
7368
+ export declare const CdrEyebrow: __VLS_WithTemplateSlots_237<typeof __VLS_component_237, ReturnType<typeof __VLS_template_237>>;
7369
+
7370
+ export declare const CdrFilmstrip: __VLS_WithTemplateSlots_43<typeof __VLS_component_43, ReturnType<typeof __VLS_template_43>>;
7371
+
7372
+ /**
7373
+ * Interface for the CdrFilmstripEngine component's props.
7374
+ *
7375
+ * @description This type defines the structure of the props that will be passed to the `CdrFilmstripEngine` component.
7376
+ */
7377
+ declare interface CdrFilmstrip_2<T> {
7378
+ /**
7379
+ * The adapter function that transforms `model` data into a structured filmstrip model.
7380
+ * This function is responsible for generating the frames and metadata for the filmstrip.
7381
+ */
7382
+ adapter?: CdrFilmstripAdapter<T>;
7383
+ /**
7384
+ * The model data used to resolve filmstrip content.
7385
+ * This can be any object that holds the raw data needed to transform into the filmstrip's structure.
7386
+ */
7387
+ model: T;
7388
+ }
7389
+
7390
+ /**
7391
+ * Interface representing the structure and behavior of a Filmstrip Adapter.
7392
+ * This adapter function takes the raw model data and returns the transformed filmstrip information.
7393
+ */
7394
+ export declare interface CdrFilmstripAdapter<T> {
7395
+ /**
7396
+ * Resolves and transforms the given model data into filmstrip-specific metadata.
7397
+ *
7398
+ * @param modelData - Raw data for the filmstrip, typically coming from an API or external model.
7399
+ * @returns {CdrFilmstripConfig} The transformed filmstrip data, including frames, filmstrip metadata, and other necessary details.
7400
+ */
7401
+ (modelData: unknown): CdrFilmstripConfig<T>;
7402
+ }
7403
+
7404
+ /**
7405
+ * Interface representing a filmstrip arrow, including its properties and attributes.
7406
+ */
7407
+ export declare interface CdrFilmstripArrow {
7408
+ /**
7409
+ * The direction the arrow points to.
7410
+ */
7411
+ direction: 'left' | 'right';
7412
+ /**
7413
+ * The icon component associated with the arrow.
7414
+ */
7415
+ icon: Component;
7416
+ /**
7417
+ * Attributes for the arrow element.
7418
+ */
7419
+ attributes: {
7420
+ /**
7421
+ * Data attribute for UI identification.
7422
+ */
7423
+ 'data-ui': string;
7424
+ /**
7425
+ * CSS class for styling the arrow.
7426
+ */
7427
+ class: string;
7428
+ /**
7429
+ * Accessible label for the arrow.
7430
+ */
7431
+ 'aria-label': string;
7432
+ /**
7433
+ * ARIA controls attribute to specify the controlled element.
7434
+ */
7435
+ 'aria-controls': string;
7436
+ /**
7437
+ * Tabindex for focus management.
7438
+ */
7439
+ tabindex: number;
7440
+ /**
7441
+ * Size of the arrow component.
7442
+ */
7443
+ size: string;
7444
+ /**
7445
+ * Disabled state of the arrow.
7446
+ */
7447
+ disabled: boolean;
7448
+ };
7449
+ }
7450
+
7451
+ /**
7452
+ * Payload for filmstrip arrow click events.
7453
+ */
7454
+ export declare interface CdrFilmstripArrowClickPayload<T = Record<string, unknown>> {
7455
+ /**
7456
+ * The direction of the arrow that was clicked.
7457
+ */
7458
+ direction: 'left' | 'right';
7459
+ /**
7460
+ * The event object associated with the click.
7461
+ */
7462
+ event: Event;
7463
+ /**
7464
+ * The model data associated with the filmstrip.
7465
+ */
7466
+ model?: T;
7467
+ }
7468
+
7469
+ /**
7470
+ * The data returned by the filmstrip adapter, encapsulating the full filmstrip structure.
7471
+ */
7472
+ export declare interface CdrFilmstripConfig<T = Record<string, unknown>> {
7473
+ /**
7474
+ * The component used for rendering each individual frame.
7475
+ */
7476
+ component: Component;
7477
+ /**
7478
+ * The array of frames, each containing metadata and references to the components.
7479
+ */
7480
+ frames: CdrFilmstripFrame<T>[];
7481
+ /**
7482
+ * The unique ID of the filmstrip.
7483
+ */
7484
+ filmstripId: string;
7485
+ /**
7486
+ * A description of the filmstrip for accessibility or display purposes.
7487
+ */
7488
+ description: string;
7489
+ /**
7490
+ * Additional data attributes for the filmstrip container.
7491
+ */
7492
+ dataAttributes?: Record<string, unknown>;
7493
+ /**
7494
+ * Gap between frames in the filmstrip.
7495
+ */
7496
+ framesGap?: number;
7497
+ /**
7498
+ * The number of frames to show at a time in the filmstrip.
7499
+ */
7500
+ framesToShow?: number;
7501
+ /**
7502
+ * Whether to dynamically adjust the number of frames to show based on screen size.
7503
+ */
7504
+ useDefaultResizeStrategy?: boolean;
7505
+ /**
7506
+ * CSS selector for the initial focusable frame.
7507
+ */
7508
+ focusSelector?: string;
7509
+ }
7510
+
7511
+ /**
7512
+ * Interface representing the props for a filmstrip component.
7513
+ *
7514
+ * @description This type defines the properties that can be passed into a filmstrip component.
7515
+ */
7516
+ export declare interface CdrFilmstripEngine {
7517
+ /**
7518
+ * Unique ID for the filmstrip.
7519
+ * This ID can be used for targeting specific filmstrips or for testing/analytics purposes.
7520
+ */
7521
+ id?: string;
7522
+ /**
7523
+ * ARIA description for accessibility purposes.
7524
+ * This helps describe the purpose of the filmstrip for screen readers.
7525
+ */
7526
+ description?: string;
7527
+ /**
7528
+ * A custom data attribute for testing or analytics.
7529
+ * This allows the filmstrip component to be targeted in testing scenarios or analytics tracking.
7530
+ */
7531
+ dataUi?: string;
7532
+ /**
7533
+ * Flag to determine whether navigation arrows should be displayed.
7534
+ * This allows the user to control whether arrows for navigation should appear.
7535
+ */
7536
+ isShowingArrows?: boolean;
7537
+ /**
7538
+ * List of frames in the filmstrip.
7539
+ * This is an array of `Frame` objects that will populate the filmstrip.
7540
+ */
7541
+ frames?: CdrFilmstripFrame[];
7542
+ /**
7543
+ * The number of frames to show at a time in the filmstrip.
7544
+ * This defines how many frames are visible to the user in a single view.
7545
+ */
7546
+ framesToShow?: number;
7547
+ /**
7548
+ * The number of frames to scroll on each arrow click.
7549
+ * This determines how many frames are moved when the user clicks on a navigation arrow.
7550
+ */
7551
+ framesToScroll?: number;
7552
+ /**
7553
+ * The gap between each frame in the filmstrip.
7554
+ * This specifies the spacing between frames in pixels.
7555
+ */
7556
+ framesGap?: number;
7557
+ /**
7558
+ * Additional width factor for the frames.
7559
+ * This can be used to adjust the width of the frames beyond the default.
7560
+ */
7561
+ frameExtra?: number;
7562
+ /**
7563
+ * CSS selector for the initial focusable frame.
7564
+ * This allows you to specify which frame should receive focus when the filmstrip is initialized.
7565
+ */
7566
+ focusSelector?: string;
7567
+ /**
7568
+ * The tabindex value for the filmstrip viewport.
7569
+ * This allows the filmstrip viewport to be included in the tab order for accessibility purposes.
7570
+ */
7571
+ viewportTabindex?: string;
7572
+ }
7573
+
7574
+ /**
7575
+ * Interface representing a function that emits events with a specified name and an optional payload.
7576
+ * This function signature allows for emitting arbitrary events with dynamic event names.
7577
+ * The payload is optional and can be of any type (`unknown`).
7578
+ *
7579
+ * This is useful for components or systems where events are emitted dynamically,
7580
+ * and the event names and payloads can vary at runtime.
7581
+ *
7582
+ * @param {string} event - The name of the event to emit.
7583
+ * @param {unknown} [payload] -´ An optional payload associated with the event.
7584
+ *
7585
+ * @example
7586
+ * // Example usage of CdrFilmstripEventEmitter interface
7587
+ * const emitEvent: CdrFilmstripEventEmitter = (event, payload) => {
7588
+ * // handle emitting the event (e.g., using Vue's `emit` function)
7589
+ * console.log(`Event: ${event}, Payload:`, payload);
7590
+ * };
7591
+ *
7592
+ * // Emitting a known event
7593
+ * emitEvent('arrowClick', { direction: 'left' });
7594
+ *
7595
+ * // Emitting a custom event with no payload
7596
+ * emitEvent('frameChange');
7597
+ */
7598
+ export declare interface CdrFilmstripEventEmitter {
7599
+ (event: string, payload?: unknown): void;
7600
+ }
7601
+
7602
+ /**
7603
+ * Interface representing a single frame in the filmstrip.
7604
+ *
7605
+ * @template Props - The type of props that the frame component will receive (defaulting to `Record<string, unknown>`).
7606
+ */
7607
+ export declare interface CdrFilmstripFrame<Props = Record<string, unknown>> {
7608
+ /**
7609
+ * The unique key for the frame, used to differentiate frames.
7610
+ */
7611
+ key: string;
7612
+ /**
7613
+ * The properties or data associated with the frame.
7614
+ * The type of these props is flexible and can be customized for different types of frames.
7615
+ */
7616
+ props: Props;
7617
+ }
7618
+
7619
+ /**
7620
+ * Payload for filmstrip resize events.
7621
+ */
7622
+ export declare interface CdrFilmstripResizePayload<T = Record<string, unknown>> {
7623
+ /**
7624
+ * The number of frames to show at a time in the filmstrip.
7625
+ */
7626
+ framesToShow: Ref<number>;
7627
+ /**
7628
+ * The number of frames to scroll on each arrow click.
7629
+ */
7630
+ framesToScroll: Ref<number>;
7631
+ /**
7632
+ * The model data associated with the filmstrip.
7633
+ */
7634
+ model?: T;
7635
+ }
7326
7636
 
7327
7637
  export declare const CdrFormGroup: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, ReturnType<typeof __VLS_template_12>>;
7328
7638
 
@@ -7332,11 +7642,11 @@ export declare const CdrFulfillmentTileIcon: __VLS_WithTemplateSlots_13<typeof _
7332
7642
 
7333
7643
  export declare const CdrGrid: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, ReturnType<typeof __VLS_template_14>>;
7334
7644
 
7335
- export declare const CdrHeadingDisplay: __VLS_WithTemplateSlots_229<typeof __VLS_component_229, ReturnType<typeof __VLS_template_229>>;
7645
+ export declare const CdrHeadingDisplay: __VLS_WithTemplateSlots_230<typeof __VLS_component_230, ReturnType<typeof __VLS_template_230>>;
7336
7646
 
7337
- export declare const CdrHeadingSans: __VLS_WithTemplateSlots_231<typeof __VLS_component_231, ReturnType<typeof __VLS_template_231>>;
7647
+ export declare const CdrHeadingSans: __VLS_WithTemplateSlots_232<typeof __VLS_component_232, ReturnType<typeof __VLS_template_232>>;
7338
7648
 
7339
- export declare const CdrHeadingSerif: __VLS_WithTemplateSlots_230<typeof __VLS_component_230, ReturnType<typeof __VLS_template_230>>;
7649
+ export declare const CdrHeadingSerif: __VLS_WithTemplateSlots_231<typeof __VLS_component_231, ReturnType<typeof __VLS_template_231>>;
7340
7650
 
7341
7651
  export declare const CdrIcon: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, ReturnType<typeof __VLS_template_15>>;
7342
7652
 
@@ -7667,7 +7977,7 @@ type: string;
7667
7977
 
7668
7978
  export declare const CdrSplitSurface: __VLS_WithTemplateSlots_29<typeof __VLS_component_29, ReturnType<typeof __VLS_template_29>>;
7669
7979
 
7670
- export declare const CdrSubheadingSans: __VLS_WithTemplateSlots_232<typeof __VLS_component_232, ReturnType<typeof __VLS_template_232>>;
7980
+ export declare const CdrSubheadingSans: __VLS_WithTemplateSlots_233<typeof __VLS_component_233, ReturnType<typeof __VLS_template_233>>;
7671
7981
 
7672
7982
  export declare const CdrSurface: __VLS_WithTemplateSlots_30<typeof __VLS_component_30, ReturnType<typeof __VLS_template_30>>;
7673
7983
 
@@ -7695,9 +8005,9 @@ export declare const CdrToggleGroup: __VLS_WithTemplateSlots_40<typeof __VLS_com
7695
8005
 
7696
8006
  export declare const CdrTooltip: __VLS_WithTemplateSlots_42<typeof __VLS_component_42, ReturnType<typeof __VLS_template_42>>;
7697
8007
 
7698
- export declare const CdrUtilitySans: __VLS_WithTemplateSlots_233<typeof __VLS_component_233, ReturnType<typeof __VLS_template_233>>;
8008
+ export declare const CdrUtilitySans: __VLS_WithTemplateSlots_234<typeof __VLS_component_234, ReturnType<typeof __VLS_template_234>>;
7699
8009
 
7700
- export declare const CdrUtilitySerif: __VLS_WithTemplateSlots_234<typeof __VLS_component_234, ReturnType<typeof __VLS_template_234>>;
8010
+ export declare const CdrUtilitySerif: __VLS_WithTemplateSlots_235<typeof __VLS_component_235, ReturnType<typeof __VLS_template_235>>;
7701
8011
 
7702
8012
  export declare interface Choreographer {
7703
8013
  schema: [ChoreographerSchema];
@@ -7772,377 +8082,377 @@ export declare interface HtmlAttributes {
7772
8082
  [key: string]: any;
7773
8083
  }
7774
8084
 
7775
- export declare const IconAccountProfile: __VLS_WithTemplateSlots_44<typeof __VLS_component_44, ReturnType<typeof __VLS_template_44>>;
8085
+ export declare const IconAccountProfile: __VLS_WithTemplateSlots_45<typeof __VLS_component_45, ReturnType<typeof __VLS_template_45>>;
7776
8086
 
7777
- export declare const IconAccountProfileFill: __VLS_WithTemplateSlots_43<typeof __VLS_component_43, ReturnType<typeof __VLS_template_43>>;
8087
+ export declare const IconAccountProfileFill: __VLS_WithTemplateSlots_44<typeof __VLS_component_44, ReturnType<typeof __VLS_template_44>>;
7778
8088
 
7779
- export declare const IconArrowDown: __VLS_WithTemplateSlots_45<typeof __VLS_component_45, ReturnType<typeof __VLS_template_45>>;
8089
+ export declare const IconArrowDown: __VLS_WithTemplateSlots_46<typeof __VLS_component_46, ReturnType<typeof __VLS_template_46>>;
7780
8090
 
7781
- export declare const IconArrowLeft: __VLS_WithTemplateSlots_46<typeof __VLS_component_46, ReturnType<typeof __VLS_template_46>>;
8091
+ export declare const IconArrowLeft: __VLS_WithTemplateSlots_47<typeof __VLS_component_47, ReturnType<typeof __VLS_template_47>>;
7782
8092
 
7783
- export declare const IconArrowRight: __VLS_WithTemplateSlots_47<typeof __VLS_component_47, ReturnType<typeof __VLS_template_47>>;
8093
+ export declare const IconArrowRight: __VLS_WithTemplateSlots_48<typeof __VLS_component_48, ReturnType<typeof __VLS_template_48>>;
7784
8094
 
7785
- export declare const IconArrowUp: __VLS_WithTemplateSlots_48<typeof __VLS_component_48, ReturnType<typeof __VLS_template_48>>;
8095
+ export declare const IconArrowUp: __VLS_WithTemplateSlots_49<typeof __VLS_component_49, ReturnType<typeof __VLS_template_49>>;
7786
8096
 
7787
- export declare const IconAtv: __VLS_WithTemplateSlots_49<typeof __VLS_component_49, ReturnType<typeof __VLS_template_49>>;
8097
+ export declare const IconAtv: __VLS_WithTemplateSlots_50<typeof __VLS_component_50, ReturnType<typeof __VLS_template_50>>;
7788
8098
 
7789
- export declare const IconBedOutline: __VLS_WithTemplateSlots_50<typeof __VLS_component_50, ReturnType<typeof __VLS_template_50>>;
8099
+ export declare const IconBedOutline: __VLS_WithTemplateSlots_51<typeof __VLS_component_51, ReturnType<typeof __VLS_template_51>>;
7790
8100
 
7791
- export declare const IconBikeShop: __VLS_WithTemplateSlots_51<typeof __VLS_component_51, ReturnType<typeof __VLS_template_51>>;
8101
+ export declare const IconBikeShop: __VLS_WithTemplateSlots_52<typeof __VLS_component_52, ReturnType<typeof __VLS_template_52>>;
7792
8102
 
7793
- export declare const IconBinoculars: __VLS_WithTemplateSlots_52<typeof __VLS_component_52, ReturnType<typeof __VLS_template_52>>;
8103
+ export declare const IconBinoculars: __VLS_WithTemplateSlots_53<typeof __VLS_component_53, ReturnType<typeof __VLS_template_53>>;
7794
8104
 
7795
- export declare const IconBirding: __VLS_WithTemplateSlots_53<typeof __VLS_component_53, ReturnType<typeof __VLS_template_53>>;
8105
+ export declare const IconBirding: __VLS_WithTemplateSlots_54<typeof __VLS_component_54, ReturnType<typeof __VLS_template_54>>;
7796
8106
 
7797
- export declare const IconBoat: __VLS_WithTemplateSlots_54<typeof __VLS_component_54, ReturnType<typeof __VLS_template_54>>;
8107
+ export declare const IconBoat: __VLS_WithTemplateSlots_55<typeof __VLS_component_55, ReturnType<typeof __VLS_template_55>>;
7798
8108
 
7799
- export declare const IconBoating: __VLS_WithTemplateSlots_55<typeof __VLS_component_55, ReturnType<typeof __VLS_template_55>>;
8109
+ export declare const IconBoating: __VLS_WithTemplateSlots_56<typeof __VLS_component_56, ReturnType<typeof __VLS_template_56>>;
7800
8110
 
7801
- export declare const IconBookmarkFill: __VLS_WithTemplateSlots_56<typeof __VLS_component_56, ReturnType<typeof __VLS_template_56>>;
8111
+ export declare const IconBookmarkFill: __VLS_WithTemplateSlots_57<typeof __VLS_component_57, ReturnType<typeof __VLS_template_57>>;
7802
8112
 
7803
- export declare const IconBookmarkStroke: __VLS_WithTemplateSlots_57<typeof __VLS_component_57, ReturnType<typeof __VLS_template_57>>;
8113
+ export declare const IconBookmarkStroke: __VLS_WithTemplateSlots_58<typeof __VLS_component_58, ReturnType<typeof __VLS_template_58>>;
7804
8114
 
7805
- export declare const IconBrandAbstract: __VLS_WithTemplateSlots_58<typeof __VLS_component_58, ReturnType<typeof __VLS_template_58>>;
8115
+ export declare const IconBrandAbstract: __VLS_WithTemplateSlots_59<typeof __VLS_component_59, ReturnType<typeof __VLS_template_59>>;
7806
8116
 
7807
- export declare const IconBrandCodeSandbox: __VLS_WithTemplateSlots_59<typeof __VLS_component_59, ReturnType<typeof __VLS_template_59>>;
8117
+ export declare const IconBrandCodeSandbox: __VLS_WithTemplateSlots_60<typeof __VLS_component_60, ReturnType<typeof __VLS_template_60>>;
7808
8118
 
7809
- export declare const IconBrandGithub: __VLS_WithTemplateSlots_60<typeof __VLS_component_60, ReturnType<typeof __VLS_template_60>>;
8119
+ export declare const IconBrandGithub: __VLS_WithTemplateSlots_61<typeof __VLS_component_61, ReturnType<typeof __VLS_template_61>>;
7810
8120
 
7811
- export declare const IconBrandLinkedin: __VLS_WithTemplateSlots_61<typeof __VLS_component_61, ReturnType<typeof __VLS_template_61>>;
8121
+ export declare const IconBrandLinkedin: __VLS_WithTemplateSlots_62<typeof __VLS_component_62, ReturnType<typeof __VLS_template_62>>;
7812
8122
 
7813
- export declare const IconBrandReiIceAxes: __VLS_WithTemplateSlots_62<typeof __VLS_component_62, ReturnType<typeof __VLS_template_62>>;
8123
+ export declare const IconBrandReiIceAxes: __VLS_WithTemplateSlots_63<typeof __VLS_component_63, ReturnType<typeof __VLS_template_63>>;
7814
8124
 
7815
- export declare const IconBrandSketch: __VLS_WithTemplateSlots_63<typeof __VLS_component_63, ReturnType<typeof __VLS_template_63>>;
8125
+ export declare const IconBrandSketch: __VLS_WithTemplateSlots_64<typeof __VLS_component_64, ReturnType<typeof __VLS_template_64>>;
7816
8126
 
7817
- export declare const IconBrandTiktok: __VLS_WithTemplateSlots_64<typeof __VLS_component_64, ReturnType<typeof __VLS_template_64>>;
8127
+ export declare const IconBrandTiktok: __VLS_WithTemplateSlots_65<typeof __VLS_component_65, ReturnType<typeof __VLS_template_65>>;
7818
8128
 
7819
- export declare const IconBuddies: __VLS_WithTemplateSlots_65<typeof __VLS_component_65, ReturnType<typeof __VLS_template_65>>;
8129
+ export declare const IconBuddies: __VLS_WithTemplateSlots_66<typeof __VLS_component_66, ReturnType<typeof __VLS_template_66>>;
7820
8130
 
7821
- export declare const IconBus: __VLS_WithTemplateSlots_66<typeof __VLS_component_66, ReturnType<typeof __VLS_template_66>>;
8131
+ export declare const IconBus: __VLS_WithTemplateSlots_67<typeof __VLS_component_67, ReturnType<typeof __VLS_template_67>>;
7822
8132
 
7823
- export declare const IconCalendar: __VLS_WithTemplateSlots_67<typeof __VLS_component_67, ReturnType<typeof __VLS_template_67>>;
8133
+ export declare const IconCalendar: __VLS_WithTemplateSlots_68<typeof __VLS_component_68, ReturnType<typeof __VLS_template_68>>;
7824
8134
 
7825
- export declare const IconCamera: __VLS_WithTemplateSlots_68<typeof __VLS_component_68, ReturnType<typeof __VLS_template_68>>;
8135
+ export declare const IconCamera: __VLS_WithTemplateSlots_69<typeof __VLS_component_69, ReturnType<typeof __VLS_template_69>>;
7826
8136
 
7827
- export declare const IconCanoe: __VLS_WithTemplateSlots_69<typeof __VLS_component_69, ReturnType<typeof __VLS_template_69>>;
8137
+ export declare const IconCanoe: __VLS_WithTemplateSlots_70<typeof __VLS_component_70, ReturnType<typeof __VLS_template_70>>;
7828
8138
 
7829
- export declare const IconCar: __VLS_WithTemplateSlots_70<typeof __VLS_component_70, ReturnType<typeof __VLS_template_70>>;
8139
+ export declare const IconCar: __VLS_WithTemplateSlots_71<typeof __VLS_component_71, ReturnType<typeof __VLS_template_71>>;
7830
8140
 
7831
- export declare const IconCaretDown: __VLS_WithTemplateSlots_71<typeof __VLS_component_71, ReturnType<typeof __VLS_template_71>>;
8141
+ export declare const IconCaretDown: __VLS_WithTemplateSlots_72<typeof __VLS_component_72, ReturnType<typeof __VLS_template_72>>;
7832
8142
 
7833
- export declare const IconCaretLeft: __VLS_WithTemplateSlots_72<typeof __VLS_component_72, ReturnType<typeof __VLS_template_72>>;
8143
+ export declare const IconCaretLeft: __VLS_WithTemplateSlots_73<typeof __VLS_component_73, ReturnType<typeof __VLS_template_73>>;
7834
8144
 
7835
- export declare const IconCaretRight: __VLS_WithTemplateSlots_73<typeof __VLS_component_73, ReturnType<typeof __VLS_template_73>>;
8145
+ export declare const IconCaretRight: __VLS_WithTemplateSlots_74<typeof __VLS_component_74, ReturnType<typeof __VLS_template_74>>;
7836
8146
 
7837
- export declare const IconCaretUp: __VLS_WithTemplateSlots_74<typeof __VLS_component_74, ReturnType<typeof __VLS_template_74>>;
8147
+ export declare const IconCaretUp: __VLS_WithTemplateSlots_75<typeof __VLS_component_75, ReturnType<typeof __VLS_template_75>>;
7838
8148
 
7839
- export declare const IconCart: __VLS_WithTemplateSlots_76<typeof __VLS_component_76, ReturnType<typeof __VLS_template_76>>;
8149
+ export declare const IconCart: __VLS_WithTemplateSlots_77<typeof __VLS_component_77, ReturnType<typeof __VLS_template_77>>;
7840
8150
 
7841
- export declare const IconCartFill: __VLS_WithTemplateSlots_75<typeof __VLS_component_75, ReturnType<typeof __VLS_template_75>>;
8151
+ export declare const IconCartFill: __VLS_WithTemplateSlots_76<typeof __VLS_component_76, ReturnType<typeof __VLS_template_76>>;
7842
8152
 
7843
- export declare const IconChainLink: __VLS_WithTemplateSlots_77<typeof __VLS_component_77, ReturnType<typeof __VLS_template_77>>;
8153
+ export declare const IconChainLink: __VLS_WithTemplateSlots_78<typeof __VLS_component_78, ReturnType<typeof __VLS_template_78>>;
7844
8154
 
7845
- export declare const IconChat: __VLS_WithTemplateSlots_78<typeof __VLS_component_78, ReturnType<typeof __VLS_template_78>>;
8155
+ export declare const IconChat: __VLS_WithTemplateSlots_79<typeof __VLS_component_79, ReturnType<typeof __VLS_template_79>>;
7846
8156
 
7847
- export declare const IconCheckFill: __VLS_WithTemplateSlots_79<typeof __VLS_component_79, ReturnType<typeof __VLS_template_79>>;
8157
+ export declare const IconCheckFill: __VLS_WithTemplateSlots_80<typeof __VLS_component_80, ReturnType<typeof __VLS_template_80>>;
7848
8158
 
7849
- export declare const IconCheckLg: __VLS_WithTemplateSlots_80<typeof __VLS_component_80, ReturnType<typeof __VLS_template_80>>;
8159
+ export declare const IconCheckLg: __VLS_WithTemplateSlots_81<typeof __VLS_component_81, ReturnType<typeof __VLS_template_81>>;
7850
8160
 
7851
- export declare const IconCheckSm: __VLS_WithTemplateSlots_81<typeof __VLS_component_81, ReturnType<typeof __VLS_template_81>>;
8161
+ export declare const IconCheckSm: __VLS_WithTemplateSlots_82<typeof __VLS_component_82, ReturnType<typeof __VLS_template_82>>;
7852
8162
 
7853
- export declare const IconCheckStroke: __VLS_WithTemplateSlots_82<typeof __VLS_component_82, ReturnType<typeof __VLS_template_82>>;
8163
+ export declare const IconCheckStroke: __VLS_WithTemplateSlots_83<typeof __VLS_component_83, ReturnType<typeof __VLS_template_83>>;
7854
8164
 
7855
- export declare const IconClimb: __VLS_WithTemplateSlots_83<typeof __VLS_component_83, ReturnType<typeof __VLS_template_83>>;
8165
+ export declare const IconClimb: __VLS_WithTemplateSlots_84<typeof __VLS_component_84, ReturnType<typeof __VLS_template_84>>;
7856
8166
 
7857
- export declare const IconClipboard: __VLS_WithTemplateSlots_84<typeof __VLS_component_84, ReturnType<typeof __VLS_template_84>>;
8167
+ export declare const IconClipboard: __VLS_WithTemplateSlots_85<typeof __VLS_component_85, ReturnType<typeof __VLS_template_85>>;
7858
8168
 
7859
- export declare const IconClock: __VLS_WithTemplateSlots_85<typeof __VLS_component_85, ReturnType<typeof __VLS_template_85>>;
8169
+ export declare const IconClock: __VLS_WithTemplateSlots_86<typeof __VLS_component_86, ReturnType<typeof __VLS_template_86>>;
7860
8170
 
7861
- export declare const IconCodeHtml: __VLS_WithTemplateSlots_86<typeof __VLS_component_86, ReturnType<typeof __VLS_template_86>>;
8171
+ export declare const IconCodeHtml: __VLS_WithTemplateSlots_87<typeof __VLS_component_87, ReturnType<typeof __VLS_template_87>>;
7862
8172
 
7863
- export declare const IconCodeJs: __VLS_WithTemplateSlots_87<typeof __VLS_component_87, ReturnType<typeof __VLS_template_87>>;
8173
+ export declare const IconCodeJs: __VLS_WithTemplateSlots_88<typeof __VLS_component_88, ReturnType<typeof __VLS_template_88>>;
7864
8174
 
7865
- export declare const IconCompass: __VLS_WithTemplateSlots_88<typeof __VLS_component_88, ReturnType<typeof __VLS_template_88>>;
8175
+ export declare const IconCompass: __VLS_WithTemplateSlots_89<typeof __VLS_component_89, ReturnType<typeof __VLS_template_89>>;
7866
8176
 
7867
- export declare const IconCopy: __VLS_WithTemplateSlots_89<typeof __VLS_component_89, ReturnType<typeof __VLS_template_89>>;
8177
+ export declare const IconCopy: __VLS_WithTemplateSlots_90<typeof __VLS_component_90, ReturnType<typeof __VLS_template_90>>;
7868
8178
 
7869
- export declare const IconCouponFill: __VLS_WithTemplateSlots_90<typeof __VLS_component_90, ReturnType<typeof __VLS_template_90>>;
8179
+ export declare const IconCouponFill: __VLS_WithTemplateSlots_91<typeof __VLS_component_91, ReturnType<typeof __VLS_template_91>>;
7870
8180
 
7871
- export declare const IconCouponStroke: __VLS_WithTemplateSlots_91<typeof __VLS_component_91, ReturnType<typeof __VLS_template_91>>;
8181
+ export declare const IconCouponStroke: __VLS_WithTemplateSlots_92<typeof __VLS_component_92, ReturnType<typeof __VLS_template_92>>;
7872
8182
 
7873
- export declare const IconCreditCard: __VLS_WithTemplateSlots_92<typeof __VLS_component_92, ReturnType<typeof __VLS_template_92>>;
8183
+ export declare const IconCreditCard: __VLS_WithTemplateSlots_93<typeof __VLS_component_93, ReturnType<typeof __VLS_template_93>>;
7874
8184
 
7875
- export declare const IconCurbsidePickup: __VLS_WithTemplateSlots_93<typeof __VLS_component_93, ReturnType<typeof __VLS_template_93>>;
8185
+ export declare const IconCurbsidePickup: __VLS_WithTemplateSlots_94<typeof __VLS_component_94, ReturnType<typeof __VLS_template_94>>;
7876
8186
 
7877
- export declare const IconDay: __VLS_WithTemplateSlots_94<typeof __VLS_component_94, ReturnType<typeof __VLS_template_94>>;
8187
+ export declare const IconDay: __VLS_WithTemplateSlots_95<typeof __VLS_component_95, ReturnType<typeof __VLS_template_95>>;
7878
8188
 
7879
- export declare const IconDiving: __VLS_WithTemplateSlots_95<typeof __VLS_component_95, ReturnType<typeof __VLS_template_95>>;
8189
+ export declare const IconDiving: __VLS_WithTemplateSlots_96<typeof __VLS_component_96, ReturnType<typeof __VLS_template_96>>;
7880
8190
 
7881
- export declare const IconDog: __VLS_WithTemplateSlots_96<typeof __VLS_component_96, ReturnType<typeof __VLS_template_96>>;
8191
+ export declare const IconDog: __VLS_WithTemplateSlots_97<typeof __VLS_component_97, ReturnType<typeof __VLS_template_97>>;
7882
8192
 
7883
- export declare const IconDownload: __VLS_WithTemplateSlots_97<typeof __VLS_component_97, ReturnType<typeof __VLS_template_97>>;
8193
+ export declare const IconDownload: __VLS_WithTemplateSlots_98<typeof __VLS_component_98, ReturnType<typeof __VLS_template_98>>;
7884
8194
 
7885
- export declare const IconDuplicate: __VLS_WithTemplateSlots_98<typeof __VLS_component_98, ReturnType<typeof __VLS_template_98>>;
8195
+ export declare const IconDuplicate: __VLS_WithTemplateSlots_99<typeof __VLS_component_99, ReturnType<typeof __VLS_template_99>>;
7886
8196
 
7887
- export declare const IconEdit: __VLS_WithTemplateSlots_99<typeof __VLS_component_99, ReturnType<typeof __VLS_template_99>>;
8197
+ export declare const IconEdit: __VLS_WithTemplateSlots_100<typeof __VLS_component_100, ReturnType<typeof __VLS_template_100>>;
7888
8198
 
7889
- export declare const IconElevation: __VLS_WithTemplateSlots_100<typeof __VLS_component_100, ReturnType<typeof __VLS_template_100>>;
8199
+ export declare const IconElevation: __VLS_WithTemplateSlots_101<typeof __VLS_component_101, ReturnType<typeof __VLS_template_101>>;
7890
8200
 
7891
- export declare const IconErrorFill: __VLS_WithTemplateSlots_101<typeof __VLS_component_101, ReturnType<typeof __VLS_template_101>>;
8201
+ export declare const IconErrorFill: __VLS_WithTemplateSlots_102<typeof __VLS_component_102, ReturnType<typeof __VLS_template_102>>;
7892
8202
 
7893
- export declare const IconErrorStroke: __VLS_WithTemplateSlots_102<typeof __VLS_component_102, ReturnType<typeof __VLS_template_102>>;
8203
+ export declare const IconErrorStroke: __VLS_WithTemplateSlots_103<typeof __VLS_component_103, ReturnType<typeof __VLS_template_103>>;
7894
8204
 
7895
- export declare const IconExpand: __VLS_WithTemplateSlots_103<typeof __VLS_component_103, ReturnType<typeof __VLS_template_103>>;
8205
+ export declare const IconExpand: __VLS_WithTemplateSlots_104<typeof __VLS_component_104, ReturnType<typeof __VLS_template_104>>;
7896
8206
 
7897
- export declare const IconExperiencesBackpacking: __VLS_WithTemplateSlots_104<typeof __VLS_component_104, ReturnType<typeof __VLS_template_104>>;
8207
+ export declare const IconExperiencesBackpacking: __VLS_WithTemplateSlots_105<typeof __VLS_component_105, ReturnType<typeof __VLS_template_105>>;
7898
8208
 
7899
- export declare const IconExperiencesCamping: __VLS_WithTemplateSlots_105<typeof __VLS_component_105, ReturnType<typeof __VLS_template_105>>;
8209
+ export declare const IconExperiencesCamping: __VLS_WithTemplateSlots_106<typeof __VLS_component_106, ReturnType<typeof __VLS_template_106>>;
7900
8210
 
7901
- export declare const IconExperiencesClimbing: __VLS_WithTemplateSlots_106<typeof __VLS_component_106, ReturnType<typeof __VLS_template_106>>;
8211
+ export declare const IconExperiencesClimbing: __VLS_WithTemplateSlots_107<typeof __VLS_component_107, ReturnType<typeof __VLS_template_107>>;
7902
8212
 
7903
- export declare const IconExperiencesClothing: __VLS_WithTemplateSlots_107<typeof __VLS_component_107, ReturnType<typeof __VLS_template_107>>;
8213
+ export declare const IconExperiencesClothing: __VLS_WithTemplateSlots_108<typeof __VLS_component_108, ReturnType<typeof __VLS_template_108>>;
7904
8214
 
7905
- export declare const IconExperiencesCycling: __VLS_WithTemplateSlots_108<typeof __VLS_component_108, ReturnType<typeof __VLS_template_108>>;
8215
+ export declare const IconExperiencesCycling: __VLS_WithTemplateSlots_109<typeof __VLS_component_109, ReturnType<typeof __VLS_template_109>>;
7906
8216
 
7907
- export declare const IconExperiencesFamily: __VLS_WithTemplateSlots_109<typeof __VLS_component_109, ReturnType<typeof __VLS_template_109>>;
8217
+ export declare const IconExperiencesFamily: __VLS_WithTemplateSlots_110<typeof __VLS_component_110, ReturnType<typeof __VLS_template_110>>;
7908
8218
 
7909
- export declare const IconExperiencesFitness: __VLS_WithTemplateSlots_110<typeof __VLS_component_110, ReturnType<typeof __VLS_template_110>>;
8219
+ export declare const IconExperiencesFitness: __VLS_WithTemplateSlots_111<typeof __VLS_component_111, ReturnType<typeof __VLS_template_111>>;
7910
8220
 
7911
- export declare const IconExperiencesHiking: __VLS_WithTemplateSlots_111<typeof __VLS_component_111, ReturnType<typeof __VLS_template_111>>;
8221
+ export declare const IconExperiencesHiking: __VLS_WithTemplateSlots_112<typeof __VLS_component_112, ReturnType<typeof __VLS_template_112>>;
7912
8222
 
7913
- export declare const IconExperiencesOutdoorBasics: __VLS_WithTemplateSlots_112<typeof __VLS_component_112, ReturnType<typeof __VLS_template_112>>;
8223
+ export declare const IconExperiencesOutdoorBasics: __VLS_WithTemplateSlots_113<typeof __VLS_component_113, ReturnType<typeof __VLS_template_113>>;
7914
8224
 
7915
- export declare const IconExperiencesPaddling: __VLS_WithTemplateSlots_113<typeof __VLS_component_113, ReturnType<typeof __VLS_template_113>>;
8225
+ export declare const IconExperiencesPaddling: __VLS_WithTemplateSlots_114<typeof __VLS_component_114, ReturnType<typeof __VLS_template_114>>;
7916
8226
 
7917
- export declare const IconExperiencesRentals: __VLS_WithTemplateSlots_114<typeof __VLS_component_114, ReturnType<typeof __VLS_template_114>>;
8227
+ export declare const IconExperiencesRentals: __VLS_WithTemplateSlots_115<typeof __VLS_component_115, ReturnType<typeof __VLS_template_115>>;
7918
8228
 
7919
- export declare const IconExperiencesRunning: __VLS_WithTemplateSlots_115<typeof __VLS_component_115, ReturnType<typeof __VLS_template_115>>;
8229
+ export declare const IconExperiencesRunning: __VLS_WithTemplateSlots_116<typeof __VLS_component_116, ReturnType<typeof __VLS_template_116>>;
7920
8230
 
7921
- export declare const IconExperiencesSnowsports: __VLS_WithTemplateSlots_116<typeof __VLS_component_116, ReturnType<typeof __VLS_template_116>>;
8231
+ export declare const IconExperiencesSnowsports: __VLS_WithTemplateSlots_117<typeof __VLS_component_117, ReturnType<typeof __VLS_template_117>>;
7922
8232
 
7923
- export declare const IconExperiencesTravel: __VLS_WithTemplateSlots_117<typeof __VLS_component_117, ReturnType<typeof __VLS_template_117>>;
8233
+ export declare const IconExperiencesTravel: __VLS_WithTemplateSlots_118<typeof __VLS_component_118, ReturnType<typeof __VLS_template_118>>;
7924
8234
 
7925
- export declare const IconExternalLink: __VLS_WithTemplateSlots_119<typeof __VLS_component_119, ReturnType<typeof __VLS_template_119>>;
8235
+ export declare const IconExternalLink: __VLS_WithTemplateSlots_120<typeof __VLS_component_120, ReturnType<typeof __VLS_template_120>>;
7926
8236
 
7927
- export declare const IconExternalLinkAlt: __VLS_WithTemplateSlots_118<typeof __VLS_component_118, ReturnType<typeof __VLS_template_118>>;
8237
+ export declare const IconExternalLinkAlt: __VLS_WithTemplateSlots_119<typeof __VLS_component_119, ReturnType<typeof __VLS_template_119>>;
7928
8238
 
7929
- export declare const IconEyeHide: __VLS_WithTemplateSlots_120<typeof __VLS_component_120, ReturnType<typeof __VLS_template_120>>;
8239
+ export declare const IconEyeHide: __VLS_WithTemplateSlots_121<typeof __VLS_component_121, ReturnType<typeof __VLS_template_121>>;
7930
8240
 
7931
- export declare const IconEyeShow: __VLS_WithTemplateSlots_121<typeof __VLS_component_121, ReturnType<typeof __VLS_template_121>>;
8241
+ export declare const IconEyeShow: __VLS_WithTemplateSlots_122<typeof __VLS_component_122, ReturnType<typeof __VLS_template_122>>;
7932
8242
 
7933
- export declare const IconFacebook: __VLS_WithTemplateSlots_122<typeof __VLS_component_122, ReturnType<typeof __VLS_template_122>>;
8243
+ export declare const IconFacebook: __VLS_WithTemplateSlots_123<typeof __VLS_component_123, ReturnType<typeof __VLS_template_123>>;
7934
8244
 
7935
- export declare const IconFilter: __VLS_WithTemplateSlots_124<typeof __VLS_component_124, ReturnType<typeof __VLS_template_124>>;
8245
+ export declare const IconFilter: __VLS_WithTemplateSlots_125<typeof __VLS_component_125, ReturnType<typeof __VLS_template_125>>;
7936
8246
 
7937
- export declare const IconFilterAlt: __VLS_WithTemplateSlots_123<typeof __VLS_component_123, ReturnType<typeof __VLS_template_123>>;
8247
+ export declare const IconFilterAlt: __VLS_WithTemplateSlots_124<typeof __VLS_component_124, ReturnType<typeof __VLS_template_124>>;
7938
8248
 
7939
- export declare const IconFindLocation: __VLS_WithTemplateSlots_125<typeof __VLS_component_125, ReturnType<typeof __VLS_template_125>>;
8249
+ export declare const IconFindLocation: __VLS_WithTemplateSlots_126<typeof __VLS_component_126, ReturnType<typeof __VLS_template_126>>;
7940
8250
 
7941
- export declare const IconFire: __VLS_WithTemplateSlots_126<typeof __VLS_component_126, ReturnType<typeof __VLS_template_126>>;
8251
+ export declare const IconFire: __VLS_WithTemplateSlots_127<typeof __VLS_component_127, ReturnType<typeof __VLS_template_127>>;
7942
8252
 
7943
- export declare const IconFishing: __VLS_WithTemplateSlots_127<typeof __VLS_component_127, ReturnType<typeof __VLS_template_127>>;
8253
+ export declare const IconFishing: __VLS_WithTemplateSlots_128<typeof __VLS_component_128, ReturnType<typeof __VLS_template_128>>;
7944
8254
 
7945
- export declare const IconFreeProduct: __VLS_WithTemplateSlots_128<typeof __VLS_component_128, ReturnType<typeof __VLS_template_128>>;
8255
+ export declare const IconFreeProduct: __VLS_WithTemplateSlots_129<typeof __VLS_component_129, ReturnType<typeof __VLS_template_129>>;
7946
8256
 
7947
- export declare const IconGridView: __VLS_WithTemplateSlots_129<typeof __VLS_component_129, ReturnType<typeof __VLS_template_129>>;
8257
+ export declare const IconGridView: __VLS_WithTemplateSlots_130<typeof __VLS_component_130, ReturnType<typeof __VLS_template_130>>;
7948
8258
 
7949
- export declare const IconHeartFill: __VLS_WithTemplateSlots_130<typeof __VLS_component_130, ReturnType<typeof __VLS_template_130>>;
8259
+ export declare const IconHeartFill: __VLS_WithTemplateSlots_131<typeof __VLS_component_131, ReturnType<typeof __VLS_template_131>>;
7950
8260
 
7951
- export declare const IconHeartStroke: __VLS_WithTemplateSlots_131<typeof __VLS_component_131, ReturnType<typeof __VLS_template_131>>;
8261
+ export declare const IconHeartStroke: __VLS_WithTemplateSlots_132<typeof __VLS_component_132, ReturnType<typeof __VLS_template_132>>;
7952
8262
 
7953
- export declare const IconHike: __VLS_WithTemplateSlots_132<typeof __VLS_component_132, ReturnType<typeof __VLS_template_132>>;
8263
+ export declare const IconHike: __VLS_WithTemplateSlots_133<typeof __VLS_component_133, ReturnType<typeof __VLS_template_133>>;
7954
8264
 
7955
- export declare const IconHistory: __VLS_WithTemplateSlots_133<typeof __VLS_component_133, ReturnType<typeof __VLS_template_133>>;
8265
+ export declare const IconHistory: __VLS_WithTemplateSlots_134<typeof __VLS_component_134, ReturnType<typeof __VLS_template_134>>;
7956
8266
 
7957
- export declare const IconHome: __VLS_WithTemplateSlots_134<typeof __VLS_component_134, ReturnType<typeof __VLS_template_134>>;
8267
+ export declare const IconHome: __VLS_WithTemplateSlots_135<typeof __VLS_component_135, ReturnType<typeof __VLS_template_135>>;
7958
8268
 
7959
- export declare const IconHorse: __VLS_WithTemplateSlots_135<typeof __VLS_component_135, ReturnType<typeof __VLS_template_135>>;
8269
+ export declare const IconHorse: __VLS_WithTemplateSlots_136<typeof __VLS_component_136, ReturnType<typeof __VLS_template_136>>;
7960
8270
 
7961
- export declare const IconHorseshoe: __VLS_WithTemplateSlots_136<typeof __VLS_component_136, ReturnType<typeof __VLS_template_136>>;
8271
+ export declare const IconHorseshoe: __VLS_WithTemplateSlots_137<typeof __VLS_component_137, ReturnType<typeof __VLS_template_137>>;
7962
8272
 
7963
- export declare const IconImage: __VLS_WithTemplateSlots_137<typeof __VLS_component_137, ReturnType<typeof __VLS_template_137>>;
8273
+ export declare const IconImage: __VLS_WithTemplateSlots_138<typeof __VLS_component_138, ReturnType<typeof __VLS_template_138>>;
7964
8274
 
7965
- export declare const IconInformationFill: __VLS_WithTemplateSlots_138<typeof __VLS_component_138, ReturnType<typeof __VLS_template_138>>;
8275
+ export declare const IconInformationFill: __VLS_WithTemplateSlots_139<typeof __VLS_component_139, ReturnType<typeof __VLS_template_139>>;
7966
8276
 
7967
- export declare const IconInformationStroke: __VLS_WithTemplateSlots_139<typeof __VLS_component_139, ReturnType<typeof __VLS_template_139>>;
8277
+ export declare const IconInformationStroke: __VLS_WithTemplateSlots_140<typeof __VLS_component_140, ReturnType<typeof __VLS_template_140>>;
7968
8278
 
7969
- export declare const IconInstagram: __VLS_WithTemplateSlots_140<typeof __VLS_component_140, ReturnType<typeof __VLS_template_140>>;
8279
+ export declare const IconInstagram: __VLS_WithTemplateSlots_141<typeof __VLS_component_141, ReturnType<typeof __VLS_template_141>>;
7970
8280
 
7971
- export declare const IconKayak: __VLS_WithTemplateSlots_141<typeof __VLS_component_141, ReturnType<typeof __VLS_template_141>>;
8281
+ export declare const IconKayak: __VLS_WithTemplateSlots_142<typeof __VLS_component_142, ReturnType<typeof __VLS_template_142>>;
7972
8282
 
7973
- export declare const IconLinkAlt: __VLS_WithTemplateSlots_142<typeof __VLS_component_142, ReturnType<typeof __VLS_template_142>>;
8283
+ export declare const IconLinkAlt: __VLS_WithTemplateSlots_143<typeof __VLS_component_143, ReturnType<typeof __VLS_template_143>>;
7974
8284
 
7975
- export declare const IconListRagged: __VLS_WithTemplateSlots_143<typeof __VLS_component_143, ReturnType<typeof __VLS_template_143>>;
8285
+ export declare const IconListRagged: __VLS_WithTemplateSlots_144<typeof __VLS_component_144, ReturnType<typeof __VLS_template_144>>;
7976
8286
 
7977
- export declare const IconListView: __VLS_WithTemplateSlots_144<typeof __VLS_component_144, ReturnType<typeof __VLS_template_144>>;
8287
+ export declare const IconListView: __VLS_WithTemplateSlots_145<typeof __VLS_component_145, ReturnType<typeof __VLS_template_145>>;
7978
8288
 
7979
- export declare const IconLocationPinFill: __VLS_WithTemplateSlots_145<typeof __VLS_component_145, ReturnType<typeof __VLS_template_145>>;
8289
+ export declare const IconLocationPinFill: __VLS_WithTemplateSlots_146<typeof __VLS_component_146, ReturnType<typeof __VLS_template_146>>;
7980
8290
 
7981
- export declare const IconLocationPinStroke: __VLS_WithTemplateSlots_146<typeof __VLS_component_146, ReturnType<typeof __VLS_template_146>>;
8291
+ export declare const IconLocationPinStroke: __VLS_WithTemplateSlots_147<typeof __VLS_component_147, ReturnType<typeof __VLS_template_147>>;
7982
8292
 
7983
- export declare const IconLockLockedFill: __VLS_WithTemplateSlots_147<typeof __VLS_component_147, ReturnType<typeof __VLS_template_147>>;
8293
+ export declare const IconLockLockedFill: __VLS_WithTemplateSlots_148<typeof __VLS_component_148, ReturnType<typeof __VLS_template_148>>;
7984
8294
 
7985
- export declare const IconLockLockedStroke: __VLS_WithTemplateSlots_148<typeof __VLS_component_148, ReturnType<typeof __VLS_template_148>>;
8295
+ export declare const IconLockLockedStroke: __VLS_WithTemplateSlots_149<typeof __VLS_component_149, ReturnType<typeof __VLS_template_149>>;
7986
8296
 
7987
- export declare const IconLockUnlockedStroke: __VLS_WithTemplateSlots_149<typeof __VLS_component_149, ReturnType<typeof __VLS_template_149>>;
8297
+ export declare const IconLockUnlockedStroke: __VLS_WithTemplateSlots_150<typeof __VLS_component_150, ReturnType<typeof __VLS_template_150>>;
7988
8298
 
7989
- export declare const IconMail: __VLS_WithTemplateSlots_150<typeof __VLS_component_150, ReturnType<typeof __VLS_template_150>>;
8299
+ export declare const IconMail: __VLS_WithTemplateSlots_151<typeof __VLS_component_151, ReturnType<typeof __VLS_template_151>>;
7990
8300
 
7991
- export declare const IconMap: __VLS_WithTemplateSlots_151<typeof __VLS_component_151, ReturnType<typeof __VLS_template_151>>;
8301
+ export declare const IconMap: __VLS_WithTemplateSlots_152<typeof __VLS_component_152, ReturnType<typeof __VLS_template_152>>;
7992
8302
 
7993
- export declare const IconMemberCard: __VLS_WithTemplateSlots_152<typeof __VLS_component_152, ReturnType<typeof __VLS_template_152>>;
8303
+ export declare const IconMemberCard: __VLS_WithTemplateSlots_153<typeof __VLS_component_153, ReturnType<typeof __VLS_template_153>>;
7994
8304
 
7995
- export declare const IconMembership: __VLS_WithTemplateSlots_153<typeof __VLS_component_153, ReturnType<typeof __VLS_template_153>>;
8305
+ export declare const IconMembership: __VLS_WithTemplateSlots_154<typeof __VLS_component_154, ReturnType<typeof __VLS_template_154>>;
7996
8306
 
7997
- export declare const IconMicrophone: __VLS_WithTemplateSlots_154<typeof __VLS_component_154, ReturnType<typeof __VLS_template_154>>;
8307
+ export declare const IconMicrophone: __VLS_WithTemplateSlots_155<typeof __VLS_component_155, ReturnType<typeof __VLS_template_155>>;
7998
8308
 
7999
- export declare const IconMinusFill: __VLS_WithTemplateSlots_155<typeof __VLS_component_155, ReturnType<typeof __VLS_template_155>>;
8309
+ export declare const IconMinusFill: __VLS_WithTemplateSlots_156<typeof __VLS_component_156, ReturnType<typeof __VLS_template_156>>;
8000
8310
 
8001
- export declare const IconMinusLg: __VLS_WithTemplateSlots_156<typeof __VLS_component_156, ReturnType<typeof __VLS_template_156>>;
8311
+ export declare const IconMinusLg: __VLS_WithTemplateSlots_157<typeof __VLS_component_157, ReturnType<typeof __VLS_template_157>>;
8002
8312
 
8003
- export declare const IconMinusSm: __VLS_WithTemplateSlots_157<typeof __VLS_component_157, ReturnType<typeof __VLS_template_157>>;
8313
+ export declare const IconMinusSm: __VLS_WithTemplateSlots_158<typeof __VLS_component_158, ReturnType<typeof __VLS_template_158>>;
8004
8314
 
8005
- export declare const IconMinusStroke: __VLS_WithTemplateSlots_158<typeof __VLS_component_158, ReturnType<typeof __VLS_template_158>>;
8315
+ export declare const IconMinusStroke: __VLS_WithTemplateSlots_159<typeof __VLS_component_159, ReturnType<typeof __VLS_template_159>>;
8006
8316
 
8007
- export declare const IconMoreFunctions: __VLS_WithTemplateSlots_159<typeof __VLS_component_159, ReturnType<typeof __VLS_template_159>>;
8317
+ export declare const IconMoreFunctions: __VLS_WithTemplateSlots_160<typeof __VLS_component_160, ReturnType<typeof __VLS_template_160>>;
8008
8318
 
8009
- export declare const IconMyLocation: __VLS_WithTemplateSlots_160<typeof __VLS_component_160, ReturnType<typeof __VLS_template_160>>;
8319
+ export declare const IconMyLocation: __VLS_WithTemplateSlots_161<typeof __VLS_component_161, ReturnType<typeof __VLS_template_161>>;
8010
8320
 
8011
- export declare const IconNavigationMenu: __VLS_WithTemplateSlots_161<typeof __VLS_component_161, ReturnType<typeof __VLS_template_161>>;
8321
+ export declare const IconNavigationMenu: __VLS_WithTemplateSlots_162<typeof __VLS_component_162, ReturnType<typeof __VLS_template_162>>;
8012
8322
 
8013
- export declare const IconNight: __VLS_WithTemplateSlots_162<typeof __VLS_component_162, ReturnType<typeof __VLS_template_162>>;
8323
+ export declare const IconNight: __VLS_WithTemplateSlots_163<typeof __VLS_component_163, ReturnType<typeof __VLS_template_163>>;
8014
8324
 
8015
- export declare const IconPaddle: __VLS_WithTemplateSlots_163<typeof __VLS_component_163, ReturnType<typeof __VLS_template_163>>;
8325
+ export declare const IconPaddle: __VLS_WithTemplateSlots_164<typeof __VLS_component_164, ReturnType<typeof __VLS_template_164>>;
8016
8326
 
8017
- export declare const IconPause: __VLS_WithTemplateSlots_166<typeof __VLS_component_166, ReturnType<typeof __VLS_template_166>>;
8327
+ export declare const IconPause: __VLS_WithTemplateSlots_167<typeof __VLS_component_167, ReturnType<typeof __VLS_template_167>>;
8018
8328
 
8019
- export declare const IconPauseFill: __VLS_WithTemplateSlots_164<typeof __VLS_component_164, ReturnType<typeof __VLS_template_164>>;
8329
+ export declare const IconPauseFill: __VLS_WithTemplateSlots_165<typeof __VLS_component_165, ReturnType<typeof __VLS_template_165>>;
8020
8330
 
8021
- export declare const IconPauseStroke: __VLS_WithTemplateSlots_165<typeof __VLS_component_165, ReturnType<typeof __VLS_template_165>>;
8331
+ export declare const IconPauseStroke: __VLS_WithTemplateSlots_166<typeof __VLS_component_166, ReturnType<typeof __VLS_template_166>>;
8022
8332
 
8023
- export declare const IconPhotography: __VLS_WithTemplateSlots_167<typeof __VLS_component_167, ReturnType<typeof __VLS_template_167>>;
8333
+ export declare const IconPhotography: __VLS_WithTemplateSlots_168<typeof __VLS_component_168, ReturnType<typeof __VLS_template_168>>;
8024
8334
 
8025
- export declare const IconPicnic: __VLS_WithTemplateSlots_168<typeof __VLS_component_168, ReturnType<typeof __VLS_template_168>>;
8335
+ export declare const IconPicnic: __VLS_WithTemplateSlots_169<typeof __VLS_component_169, ReturnType<typeof __VLS_template_169>>;
8026
8336
 
8027
- export declare const IconPinterest: __VLS_WithTemplateSlots_169<typeof __VLS_component_169, ReturnType<typeof __VLS_template_169>>;
8337
+ export declare const IconPinterest: __VLS_WithTemplateSlots_170<typeof __VLS_component_170, ReturnType<typeof __VLS_template_170>>;
8028
8338
 
8029
- export declare const IconPlane: __VLS_WithTemplateSlots_170<typeof __VLS_component_170, ReturnType<typeof __VLS_template_170>>;
8339
+ export declare const IconPlane: __VLS_WithTemplateSlots_171<typeof __VLS_component_171, ReturnType<typeof __VLS_template_171>>;
8030
8340
 
8031
- export declare const IconPlay: __VLS_WithTemplateSlots_173<typeof __VLS_component_173, ReturnType<typeof __VLS_template_173>>;
8341
+ export declare const IconPlay: __VLS_WithTemplateSlots_174<typeof __VLS_component_174, ReturnType<typeof __VLS_template_174>>;
8032
8342
 
8033
- export declare const IconPlayFill: __VLS_WithTemplateSlots_171<typeof __VLS_component_171, ReturnType<typeof __VLS_template_171>>;
8343
+ export declare const IconPlayFill: __VLS_WithTemplateSlots_172<typeof __VLS_component_172, ReturnType<typeof __VLS_template_172>>;
8034
8344
 
8035
- export declare const IconPlayground: __VLS_WithTemplateSlots_174<typeof __VLS_component_174, ReturnType<typeof __VLS_template_174>>;
8345
+ export declare const IconPlayground: __VLS_WithTemplateSlots_175<typeof __VLS_component_175, ReturnType<typeof __VLS_template_175>>;
8036
8346
 
8037
- export declare const IconPlayStroke: __VLS_WithTemplateSlots_172<typeof __VLS_component_172, ReturnType<typeof __VLS_template_172>>;
8347
+ export declare const IconPlayStroke: __VLS_WithTemplateSlots_173<typeof __VLS_component_173, ReturnType<typeof __VLS_template_173>>;
8038
8348
 
8039
- export declare const IconPlugin: __VLS_WithTemplateSlots_175<typeof __VLS_component_175, ReturnType<typeof __VLS_template_175>>;
8349
+ export declare const IconPlugin: __VLS_WithTemplateSlots_176<typeof __VLS_component_176, ReturnType<typeof __VLS_template_176>>;
8040
8350
 
8041
- export declare const IconPlusFill: __VLS_WithTemplateSlots_176<typeof __VLS_component_176, ReturnType<typeof __VLS_template_176>>;
8351
+ export declare const IconPlusFill: __VLS_WithTemplateSlots_177<typeof __VLS_component_177, ReturnType<typeof __VLS_template_177>>;
8042
8352
 
8043
- export declare const IconPlusLg: __VLS_WithTemplateSlots_177<typeof __VLS_component_177, ReturnType<typeof __VLS_template_177>>;
8353
+ export declare const IconPlusLg: __VLS_WithTemplateSlots_178<typeof __VLS_component_178, ReturnType<typeof __VLS_template_178>>;
8044
8354
 
8045
- export declare const IconPlusSm: __VLS_WithTemplateSlots_178<typeof __VLS_component_178, ReturnType<typeof __VLS_template_178>>;
8355
+ export declare const IconPlusSm: __VLS_WithTemplateSlots_179<typeof __VLS_component_179, ReturnType<typeof __VLS_template_179>>;
8046
8356
 
8047
- export declare const IconPlusStroke: __VLS_WithTemplateSlots_179<typeof __VLS_component_179, ReturnType<typeof __VLS_template_179>>;
8357
+ export declare const IconPlusStroke: __VLS_WithTemplateSlots_180<typeof __VLS_component_180, ReturnType<typeof __VLS_template_180>>;
8048
8358
 
8049
- export declare const IconPrint: __VLS_WithTemplateSlots_180<typeof __VLS_component_180, ReturnType<typeof __VLS_template_180>>;
8359
+ export declare const IconPrint: __VLS_WithTemplateSlots_181<typeof __VLS_component_181, ReturnType<typeof __VLS_template_181>>;
8050
8360
 
8051
- export declare const IconProtectionFill: __VLS_WithTemplateSlots_181<typeof __VLS_component_181, ReturnType<typeof __VLS_template_181>>;
8361
+ export declare const IconProtectionFill: __VLS_WithTemplateSlots_182<typeof __VLS_component_182, ReturnType<typeof __VLS_template_182>>;
8052
8362
 
8053
- export declare const IconProtectionStroke: __VLS_WithTemplateSlots_182<typeof __VLS_component_182, ReturnType<typeof __VLS_template_182>>;
8363
+ export declare const IconProtectionStroke: __VLS_WithTemplateSlots_183<typeof __VLS_component_183, ReturnType<typeof __VLS_template_183>>;
8054
8364
 
8055
- export declare const IconQuestionFill: __VLS_WithTemplateSlots_183<typeof __VLS_component_183, ReturnType<typeof __VLS_template_183>>;
8365
+ export declare const IconQuestionFill: __VLS_WithTemplateSlots_184<typeof __VLS_component_184, ReturnType<typeof __VLS_template_184>>;
8056
8366
 
8057
- export declare const IconQuestionStroke: __VLS_WithTemplateSlots_184<typeof __VLS_component_184, ReturnType<typeof __VLS_template_184>>;
8367
+ export declare const IconQuestionStroke: __VLS_WithTemplateSlots_185<typeof __VLS_component_185, ReturnType<typeof __VLS_template_185>>;
8058
8368
 
8059
- export declare const IconRefresh: __VLS_WithTemplateSlots_185<typeof __VLS_component_185, ReturnType<typeof __VLS_template_185>>;
8369
+ export declare const IconRefresh: __VLS_WithTemplateSlots_186<typeof __VLS_component_186, ReturnType<typeof __VLS_template_186>>;
8060
8370
 
8061
- export declare const IconReload: __VLS_WithTemplateSlots_186<typeof __VLS_component_186, ReturnType<typeof __VLS_template_186>>;
8371
+ export declare const IconReload: __VLS_WithTemplateSlots_187<typeof __VLS_component_187, ReturnType<typeof __VLS_template_187>>;
8062
8372
 
8063
- export declare const IconReturns: __VLS_WithTemplateSlots_187<typeof __VLS_component_187, ReturnType<typeof __VLS_template_187>>;
8373
+ export declare const IconReturns: __VLS_WithTemplateSlots_188<typeof __VLS_component_188, ReturnType<typeof __VLS_template_188>>;
8064
8374
 
8065
- export declare const IconRun: __VLS_WithTemplateSlots_188<typeof __VLS_component_188, ReturnType<typeof __VLS_template_188>>;
8375
+ export declare const IconRun: __VLS_WithTemplateSlots_189<typeof __VLS_component_189, ReturnType<typeof __VLS_template_189>>;
8066
8376
 
8067
- export declare const IconScanBarcode: __VLS_WithTemplateSlots_189<typeof __VLS_component_189, ReturnType<typeof __VLS_template_189>>;
8377
+ export declare const IconScanBarcode: __VLS_WithTemplateSlots_190<typeof __VLS_component_190, ReturnType<typeof __VLS_template_190>>;
8068
8378
 
8069
- export declare const IconSearch: __VLS_WithTemplateSlots_190<typeof __VLS_component_190, ReturnType<typeof __VLS_template_190>>;
8379
+ export declare const IconSearch: __VLS_WithTemplateSlots_191<typeof __VLS_component_191, ReturnType<typeof __VLS_template_191>>;
8070
8380
 
8071
- export declare const IconServiceShop: __VLS_WithTemplateSlots_191<typeof __VLS_component_191, ReturnType<typeof __VLS_template_191>>;
8381
+ export declare const IconServiceShop: __VLS_WithTemplateSlots_192<typeof __VLS_component_192, ReturnType<typeof __VLS_template_192>>;
8072
8382
 
8073
- export declare const IconShipping: __VLS_WithTemplateSlots_194<typeof __VLS_component_194, ReturnType<typeof __VLS_template_194>>;
8383
+ export declare const IconShipping: __VLS_WithTemplateSlots_195<typeof __VLS_component_195, ReturnType<typeof __VLS_template_195>>;
8074
8384
 
8075
- export declare const IconShippingPrep: __VLS_WithTemplateSlots_192<typeof __VLS_component_192, ReturnType<typeof __VLS_template_192>>;
8385
+ export declare const IconShippingPrep: __VLS_WithTemplateSlots_193<typeof __VLS_component_193, ReturnType<typeof __VLS_template_193>>;
8076
8386
 
8077
- export declare const IconShippingTruck: __VLS_WithTemplateSlots_193<typeof __VLS_component_193, ReturnType<typeof __VLS_template_193>>;
8387
+ export declare const IconShippingTruck: __VLS_WithTemplateSlots_194<typeof __VLS_component_194, ReturnType<typeof __VLS_template_194>>;
8078
8388
 
8079
- export declare const IconShoppingBag: __VLS_WithTemplateSlots_196<typeof __VLS_component_196, ReturnType<typeof __VLS_template_196>>;
8389
+ export declare const IconShoppingBag: __VLS_WithTemplateSlots_197<typeof __VLS_component_197, ReturnType<typeof __VLS_template_197>>;
8080
8390
 
8081
- export declare const IconShoppingBagFill: __VLS_WithTemplateSlots_195<typeof __VLS_component_195, ReturnType<typeof __VLS_template_195>>;
8391
+ export declare const IconShoppingBagFill: __VLS_WithTemplateSlots_196<typeof __VLS_component_196, ReturnType<typeof __VLS_template_196>>;
8082
8392
 
8083
- export declare const IconShrink: __VLS_WithTemplateSlots_197<typeof __VLS_component_197, ReturnType<typeof __VLS_template_197>>;
8393
+ export declare const IconShrink: __VLS_WithTemplateSlots_198<typeof __VLS_component_198, ReturnType<typeof __VLS_template_198>>;
8084
8394
 
8085
- export declare const IconSizeChart: __VLS_WithTemplateSlots_198<typeof __VLS_component_198, ReturnType<typeof __VLS_template_198>>;
8395
+ export declare const IconSizeChart: __VLS_WithTemplateSlots_199<typeof __VLS_component_199, ReturnType<typeof __VLS_template_199>>;
8086
8396
 
8087
- export declare const IconSki: __VLS_WithTemplateSlots_200<typeof __VLS_component_200, ReturnType<typeof __VLS_template_200>>;
8397
+ export declare const IconSki: __VLS_WithTemplateSlots_201<typeof __VLS_component_201, ReturnType<typeof __VLS_template_201>>;
8088
8398
 
8089
- export declare const IconSkiBoot: __VLS_WithTemplateSlots_199<typeof __VLS_component_199, ReturnType<typeof __VLS_template_199>>;
8399
+ export declare const IconSkiBoot: __VLS_WithTemplateSlots_200<typeof __VLS_component_200, ReturnType<typeof __VLS_template_200>>;
8090
8400
 
8091
- export declare const IconSnow: __VLS_WithTemplateSlots_202<typeof __VLS_component_202, ReturnType<typeof __VLS_template_202>>;
8401
+ export declare const IconSnow: __VLS_WithTemplateSlots_203<typeof __VLS_component_203, ReturnType<typeof __VLS_template_203>>;
8092
8402
 
8093
- export declare const IconSnowShop: __VLS_WithTemplateSlots_201<typeof __VLS_component_201, ReturnType<typeof __VLS_template_201>>;
8403
+ export declare const IconSnowShop: __VLS_WithTemplateSlots_202<typeof __VLS_component_202, ReturnType<typeof __VLS_template_202>>;
8094
8404
 
8095
- export declare const IconSort: __VLS_WithTemplateSlots_203<typeof __VLS_component_203, ReturnType<typeof __VLS_template_203>>;
8405
+ export declare const IconSort: __VLS_WithTemplateSlots_204<typeof __VLS_component_204, ReturnType<typeof __VLS_template_204>>;
8096
8406
 
8097
- export declare const IconStar100: __VLS_WithTemplateSlots_204<typeof __VLS_component_204, ReturnType<typeof __VLS_template_204>>;
8407
+ export declare const IconStar100: __VLS_WithTemplateSlots_205<typeof __VLS_component_205, ReturnType<typeof __VLS_template_205>>;
8098
8408
 
8099
- export declare const IconStar25: __VLS_WithTemplateSlots_205<typeof __VLS_component_205, ReturnType<typeof __VLS_template_205>>;
8409
+ export declare const IconStar25: __VLS_WithTemplateSlots_206<typeof __VLS_component_206, ReturnType<typeof __VLS_template_206>>;
8100
8410
 
8101
- export declare const IconStar50: __VLS_WithTemplateSlots_206<typeof __VLS_component_206, ReturnType<typeof __VLS_template_206>>;
8411
+ export declare const IconStar50: __VLS_WithTemplateSlots_207<typeof __VLS_component_207, ReturnType<typeof __VLS_template_207>>;
8102
8412
 
8103
- export declare const IconStar75: __VLS_WithTemplateSlots_207<typeof __VLS_component_207, ReturnType<typeof __VLS_template_207>>;
8413
+ export declare const IconStar75: __VLS_WithTemplateSlots_208<typeof __VLS_component_208, ReturnType<typeof __VLS_template_208>>;
8104
8414
 
8105
- export declare const IconStarStroke: __VLS_WithTemplateSlots_208<typeof __VLS_component_208, ReturnType<typeof __VLS_template_208>>;
8415
+ export declare const IconStarStroke: __VLS_WithTemplateSlots_209<typeof __VLS_component_209, ReturnType<typeof __VLS_template_209>>;
8106
8416
 
8107
- export declare const IconStorefront: __VLS_WithTemplateSlots_209<typeof __VLS_component_209, ReturnType<typeof __VLS_template_209>>;
8417
+ export declare const IconStorefront: __VLS_WithTemplateSlots_210<typeof __VLS_component_210, ReturnType<typeof __VLS_template_210>>;
8108
8418
 
8109
- export declare const IconSwim: __VLS_WithTemplateSlots_210<typeof __VLS_component_210, ReturnType<typeof __VLS_template_210>>;
8419
+ export declare const IconSwim: __VLS_WithTemplateSlots_211<typeof __VLS_component_211, ReturnType<typeof __VLS_template_211>>;
8110
8420
 
8111
- export declare const IconTelephone: __VLS_WithTemplateSlots_211<typeof __VLS_component_211, ReturnType<typeof __VLS_template_211>>;
8421
+ export declare const IconTelephone: __VLS_WithTemplateSlots_212<typeof __VLS_component_212, ReturnType<typeof __VLS_template_212>>;
8112
8422
 
8113
- export declare const IconTent: __VLS_WithTemplateSlots_212<typeof __VLS_component_212, ReturnType<typeof __VLS_template_212>>;
8423
+ export declare const IconTent: __VLS_WithTemplateSlots_213<typeof __VLS_component_213, ReturnType<typeof __VLS_template_213>>;
8114
8424
 
8115
- export declare const IconTrash: __VLS_WithTemplateSlots_213<typeof __VLS_component_213, ReturnType<typeof __VLS_template_213>>;
8425
+ export declare const IconTrash: __VLS_WithTemplateSlots_214<typeof __VLS_component_214, ReturnType<typeof __VLS_template_214>>;
8116
8426
 
8117
- export declare const IconTwitter: __VLS_WithTemplateSlots_214<typeof __VLS_component_214, ReturnType<typeof __VLS_template_214>>;
8427
+ export declare const IconTwitter: __VLS_WithTemplateSlots_215<typeof __VLS_component_215, ReturnType<typeof __VLS_template_215>>;
8118
8428
 
8119
- export declare const IconUpload: __VLS_WithTemplateSlots_215<typeof __VLS_component_215, ReturnType<typeof __VLS_template_215>>;
8429
+ export declare const IconUpload: __VLS_WithTemplateSlots_216<typeof __VLS_component_216, ReturnType<typeof __VLS_template_216>>;
8120
8430
 
8121
- export declare const IconVerifiedPurchaser: __VLS_WithTemplateSlots_216<typeof __VLS_component_216, ReturnType<typeof __VLS_template_216>>;
8431
+ export declare const IconVerifiedPurchaser: __VLS_WithTemplateSlots_217<typeof __VLS_component_217, ReturnType<typeof __VLS_template_217>>;
8122
8432
 
8123
- export declare const IconVirtualOutfitting: __VLS_WithTemplateSlots_217<typeof __VLS_component_217, ReturnType<typeof __VLS_template_217>>;
8433
+ export declare const IconVirtualOutfitting: __VLS_WithTemplateSlots_218<typeof __VLS_component_218, ReturnType<typeof __VLS_template_218>>;
8124
8434
 
8125
- export declare const IconWarningFill: __VLS_WithTemplateSlots_218<typeof __VLS_component_218, ReturnType<typeof __VLS_template_218>>;
8435
+ export declare const IconWarningFill: __VLS_WithTemplateSlots_219<typeof __VLS_component_219, ReturnType<typeof __VLS_template_219>>;
8126
8436
 
8127
- export declare const IconWarningStroke: __VLS_WithTemplateSlots_219<typeof __VLS_component_219, ReturnType<typeof __VLS_template_219>>;
8437
+ export declare const IconWarningStroke: __VLS_WithTemplateSlots_220<typeof __VLS_component_220, ReturnType<typeof __VLS_template_220>>;
8128
8438
 
8129
- export declare const IconWater: __VLS_WithTemplateSlots_220<typeof __VLS_component_220, ReturnType<typeof __VLS_template_220>>;
8439
+ export declare const IconWater: __VLS_WithTemplateSlots_221<typeof __VLS_component_221, ReturnType<typeof __VLS_template_221>>;
8130
8440
 
8131
- export declare const IconWilderness: __VLS_WithTemplateSlots_221<typeof __VLS_component_221, ReturnType<typeof __VLS_template_221>>;
8441
+ export declare const IconWilderness: __VLS_WithTemplateSlots_222<typeof __VLS_component_222, ReturnType<typeof __VLS_template_222>>;
8132
8442
 
8133
- export declare const IconXFill: __VLS_WithTemplateSlots_222<typeof __VLS_component_222, ReturnType<typeof __VLS_template_222>>;
8443
+ export declare const IconXFill: __VLS_WithTemplateSlots_223<typeof __VLS_component_223, ReturnType<typeof __VLS_template_223>>;
8134
8444
 
8135
- export declare const IconXLg: __VLS_WithTemplateSlots_223<typeof __VLS_component_223, ReturnType<typeof __VLS_template_223>>;
8445
+ export declare const IconXLg: __VLS_WithTemplateSlots_224<typeof __VLS_component_224, ReturnType<typeof __VLS_template_224>>;
8136
8446
 
8137
- export declare const IconXSm: __VLS_WithTemplateSlots_224<typeof __VLS_component_224, ReturnType<typeof __VLS_template_224>>;
8447
+ export declare const IconXSm: __VLS_WithTemplateSlots_225<typeof __VLS_component_225, ReturnType<typeof __VLS_template_225>>;
8138
8448
 
8139
- export declare const IconXStroke: __VLS_WithTemplateSlots_225<typeof __VLS_component_225, ReturnType<typeof __VLS_template_225>>;
8449
+ export declare const IconXStroke: __VLS_WithTemplateSlots_226<typeof __VLS_component_226, ReturnType<typeof __VLS_template_226>>;
8140
8450
 
8141
- export declare const IconYoutube: __VLS_WithTemplateSlots_226<typeof __VLS_component_226, ReturnType<typeof __VLS_template_226>>;
8451
+ export declare const IconYoutube: __VLS_WithTemplateSlots_227<typeof __VLS_component_227, ReturnType<typeof __VLS_template_227>>;
8142
8452
 
8143
- export declare const IconZoomIn: __VLS_WithTemplateSlots_227<typeof __VLS_component_227, ReturnType<typeof __VLS_template_227>>;
8453
+ export declare const IconZoomIn: __VLS_WithTemplateSlots_228<typeof __VLS_component_228, ReturnType<typeof __VLS_template_228>>;
8144
8454
 
8145
- export declare const IconZoomOut: __VLS_WithTemplateSlots_228<typeof __VLS_component_228, ReturnType<typeof __VLS_template_228>>;
8455
+ export declare const IconZoomOut: __VLS_WithTemplateSlots_229<typeof __VLS_component_229, ReturnType<typeof __VLS_template_229>>;
8146
8456
 
8147
8457
  /**
8148
8458
  * Foundational container for creating structured layouts