@rei/cedar 15.5.1 → 15.6.1-beta.1

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