@rei/cedar 16.0.0 → 16.0.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.
- package/dist/cdr-style.css +1 -1
- package/dist/cedar.umd.js +10 -10
- package/dist/component-docgen.json +2976 -2976
- package/dist/components/abstract/styles/CdrAbstract.module.scss.mjs +1 -1
- package/dist/components/accordion/styles/CdrAccordion.module.scss.mjs +29 -29
- package/dist/components/accordion/styles/CdrAccordionGroup.module.scss.mjs +2 -2
- package/dist/components/banner/styles/CdrBanner.module.scss.mjs +14 -14
- package/dist/components/breadcrumb/styles/CdrBreadcrumb.module.scss.mjs +7 -7
- package/dist/components/button/styles/CdrButton.module.scss.mjs +31 -31
- package/dist/components/caption/styles/CdrCaption.module.scss.mjs +2 -2
- package/dist/components/card/styles/CdrCard.module.scss.mjs +1 -1
- package/dist/components/checkbox/styles/CdrCheckbox.module.scss.mjs +27 -27
- package/dist/components/chip/styles/CdrChip.module.scss.mjs +4 -4
- package/dist/components/chip/styles/CdrChipGroup.module.scss.mjs +4 -4
- package/dist/components/choreographer/styles/CdrChoreographer.module.scss.mjs +4 -4
- package/dist/components/container/styles/CdrContainer.module.scss.mjs +2 -2
- package/dist/components/filmstrip/styles/CdrFilmstrip.module.scss.mjs +7 -7
- package/dist/components/formError/styles/CdrFormError.module.scss.mjs +2 -2
- package/dist/components/formGroup/styles/CdrFormGroup.module.scss.mjs +8 -8
- package/dist/components/fulfillmentTile/styles/CdrFulfillmentTileIcon.module.scss.mjs +6 -6
- package/dist/components/fulfillmentTile/styles/CdrFulfillmentTitle.module.scss.mjs +6 -6
- package/dist/components/grid/styles/CdrGrid.module.scss.mjs +21 -21
- package/dist/components/icon/styles/CdrIcon.module.scss.mjs +12 -12
- package/dist/components/image/styles/CdrImg.module.scss.mjs +1 -1
- package/dist/components/input/styles/CdrInput.module.scss.mjs +32 -32
- package/dist/components/kicker/styles/CdrKicker.module.scss.mjs +1 -1
- package/dist/components/labelStandalone/styles/CdrLabelStandalone.module.scss.mjs +12 -12
- package/dist/components/labelWrapper/styles/CdrLabelWrapper.module.scss.mjs +25 -25
- package/dist/components/landingLead/styles/CdrHeadingSubheadingBlock.module.scss.mjs +4 -4
- package/dist/components/landingLead/styles/CdrLandingLead.module.scss.mjs +8 -8
- package/dist/components/layout/styles/CdrLayout.module.scss.mjs +84 -84
- package/dist/components/link/styles/CdrLink.module.scss.mjs +4 -4
- package/dist/components/list/styles/CdrList.module.scss.mjs +5 -5
- package/dist/components/mediaObject/styles/CdrMediaObject.module.scss.mjs +6 -6
- package/dist/components/modal/styles/CdrModal.module.scss.mjs +12 -12
- package/dist/components/objectOverlay/styles/CdrObjectOverlay.module.scss.mjs +3 -3
- package/dist/components/pagination/styles/CdrPagination.module.scss.mjs +53 -53
- package/dist/components/picture/styles/CdrPicture.module.scss.mjs +2 -2
- package/dist/components/popover/styles/CdrPopover.module.scss.mjs +63 -63
- package/dist/components/popup/styles/CdrPopup.module.scss.mjs +14 -14
- package/dist/components/quote/styles/CdrQuote.module.scss.mjs +4 -4
- package/dist/components/radio/styles/CdrRadio.module.scss.mjs +27 -27
- package/dist/components/rating/styles/CdrRating.module.scss.mjs +44 -44
- package/dist/components/select/styles/CdrSelect.module.scss.mjs +42 -42
- package/dist/components/skeleton/styles/CdrSkeleton.module.scss.mjs +1 -1
- package/dist/components/skeleton/styles/CdrSkeletonBone.module.scss.mjs +7 -7
- package/dist/components/splitSurface/styles/CdrSplitSurface.module.scss.mjs +5 -5
- package/dist/components/surface/styles/CdrSurface.module.scss.mjs +1 -1
- package/dist/components/surfaceScroll/styles/CdrSurfaceScroll.module.scss.mjs +4 -4
- package/dist/components/surfaceSelection/styles/CdrSurfaceSelection.module.scss.mjs +4 -4
- package/dist/components/switch/styles/CdrSwitch.module.scss.mjs +8 -8
- package/dist/components/table/styles/CdrTable.module.scss.mjs +13 -13
- package/dist/components/tabs/styles/CdrTabPanel.module.scss.mjs +5 -5
- package/dist/components/tabs/styles/CdrTabs.module.scss.mjs +28 -28
- package/dist/components/text/presets/styles/CdrBody.module.scss.mjs +1 -1
- package/dist/components/text/presets/styles/CdrEyebrow.module.scss.mjs +1 -1
- package/dist/components/text/presets/styles/CdrHeadingDisplay.module.scss.mjs +1 -1
- package/dist/components/text/presets/styles/CdrHeadingSans.module.scss.mjs +1 -1
- package/dist/components/text/presets/styles/CdrHeadingSerif.module.scss.mjs +1 -1
- package/dist/components/text/presets/styles/CdrSubheadingSans.module.scss.mjs +1 -1
- package/dist/components/text/presets/styles/CdrUtilitySans.module.scss.mjs +1 -1
- package/dist/components/text/presets/styles/CdrUtilitySerif.module.scss.mjs +1 -1
- package/dist/components/text/styles/CdrText.module.scss.mjs +1 -1
- package/dist/components/title/styles/CdrTitle.module.scss.mjs +1 -1
- package/dist/components/toast/styles/CdrToast.module.scss.mjs +57 -57
- package/dist/components/toggleButton/styles/CdrToggleButton.module.scss.mjs +2 -2
- package/dist/components/toggleButton/styles/CdrToggleGroup.module.scss.mjs +5 -5
- package/dist/components/tooltip/styles/CdrTooltip.module.scss.mjs +16 -16
- package/dist/icon-component-docgen.json +668 -668
- package/dist/lib.d.ts +428 -276
- package/dist/lib.mjs +418 -416
- package/dist/style/cdr-abstract.css +1 -1
- package/dist/style/cdr-accordion-group.css +1 -1
- package/dist/style/cdr-accordion.css +1 -1
- package/dist/style/cdr-banner.css +1 -1
- package/dist/style/cdr-body.css +1 -1
- package/dist/style/cdr-breadcrumb.css +1 -1
- package/dist/style/cdr-button.css +1 -1
- package/dist/style/cdr-caption.css +1 -1
- package/dist/style/cdr-card.css +1 -1
- package/dist/style/cdr-checkbox.css +1 -1
- package/dist/style/cdr-chip-group.css +1 -1
- package/dist/style/cdr-chip.css +1 -1
- package/dist/style/cdr-choreographer.css +1 -1
- package/dist/style/cdr-container.css +1 -1
- package/dist/style/cdr-eyebrow.css +1 -1
- package/dist/style/cdr-filmstrip.css +1 -1
- package/dist/style/cdr-form-error.css +1 -1
- package/dist/style/cdr-form-group.css +1 -1
- package/dist/style/cdr-fulfillment-tile-icon.css +1 -1
- package/dist/style/cdr-fulfillment-title.css +1 -1
- package/dist/style/cdr-grid.css +1 -1
- package/dist/style/cdr-heading-display.css +1 -1
- package/dist/style/cdr-heading-sans.css +1 -1
- package/dist/style/cdr-heading-serif.css +1 -1
- package/dist/style/cdr-heading-subheading-block.css +1 -1
- package/dist/style/cdr-icon.css +1 -1
- package/dist/style/cdr-img.css +1 -1
- package/dist/style/cdr-input.css +1 -1
- package/dist/style/cdr-kicker.css +1 -1
- package/dist/style/cdr-label-standalone.css +1 -1
- package/dist/style/cdr-label-wrapper.css +1 -1
- package/dist/style/cdr-landing-lead.css +1 -1
- package/dist/style/cdr-layout.css +1 -1
- package/dist/style/cdr-link.css +1 -1
- package/dist/style/cdr-list.css +1 -1
- package/dist/style/cdr-media-object.css +1 -1
- package/dist/style/cdr-modal.css +1 -1
- package/dist/style/cdr-object-overlay.css +1 -1
- package/dist/style/cdr-pagination.css +1 -1
- package/dist/style/cdr-picture.css +1 -1
- package/dist/style/cdr-popover.css +1 -1
- package/dist/style/cdr-popup.css +1 -1
- package/dist/style/cdr-quote.css +1 -1
- package/dist/style/cdr-radio.css +1 -1
- package/dist/style/cdr-rating.css +1 -1
- package/dist/style/cdr-select.css +1 -1
- package/dist/style/cdr-skeleton-bone.css +1 -1
- package/dist/style/cdr-skeleton.css +1 -1
- package/dist/style/cdr-split-surface.css +1 -1
- package/dist/style/cdr-subheading-sans.css +1 -1
- package/dist/style/cdr-surface-scroll.css +1 -1
- package/dist/style/cdr-surface-selection.css +1 -1
- package/dist/style/cdr-surface.css +1 -1
- package/dist/style/cdr-switch.css +1 -1
- package/dist/style/cdr-tab-panel.css +1 -1
- package/dist/style/cdr-table.css +1 -1
- package/dist/style/cdr-tabs.css +1 -1
- package/dist/style/cdr-text.css +1 -1
- package/dist/style/cdr-title.css +1 -1
- package/dist/style/cdr-toast.css +1 -1
- package/dist/style/cdr-toggle-button.css +1 -1
- package/dist/style/cdr-toggle-group.css +1 -1
- package/dist/style/cdr-tooltip.css +1 -1
- package/dist/style/cdr-utility-sans.css +1 -1
- package/dist/style/cdr-utility-serif.css +1 -1
- package/package.json +1 -1
package/dist/lib.d.ts
CHANGED
|
@@ -1,12 +1,24 @@
|
|
|
1
|
+
import { AllowedComponentProps } from 'vue';
|
|
2
|
+
import { AsTag } from 'radix-vue';
|
|
1
3
|
import { Component } from 'vue';
|
|
4
|
+
import { ComponentCustomProps } from 'vue';
|
|
5
|
+
import { ComponentOptionsBase } from 'vue';
|
|
2
6
|
import { ComponentOptionsMixin } from 'vue';
|
|
3
7
|
import { ComponentProvideOptions } from 'vue';
|
|
8
|
+
import { CreateComponentPublicInstanceWithMixins } from 'vue';
|
|
4
9
|
import { DefineComponent } from 'vue';
|
|
5
10
|
import { ExtractPropTypes } from 'vue';
|
|
11
|
+
import { GlobalComponents } from 'vue';
|
|
12
|
+
import { GlobalDirectives } from 'vue';
|
|
6
13
|
import { InjectionKey } from 'vue';
|
|
7
14
|
import { PropType } from 'vue';
|
|
8
15
|
import { PublicProps } from 'vue';
|
|
9
16
|
import { Ref } from 'vue';
|
|
17
|
+
import { ScrollAreaRootProps } from 'radix-vue';
|
|
18
|
+
import { ScrollAreaScrollbarProps } from 'radix-vue';
|
|
19
|
+
import { ScrollAreaThumbProps } from 'radix-vue';
|
|
20
|
+
import { ScrollAreaViewportProps } from 'radix-vue';
|
|
21
|
+
import { VNodeProps } from 'vue';
|
|
10
22
|
|
|
11
23
|
declare const __VLS_component: DefineComponent<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<baseTextProps>, {
|
|
12
24
|
tag: string;
|
|
@@ -2131,10 +2143,20 @@ type: ObjectConstructor;
|
|
|
2131
2143
|
};
|
|
2132
2144
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2133
2145
|
|
|
2134
|
-
declare const __VLS_component_231: DefineComponent<ExtractPropTypes<
|
|
2146
|
+
declare const __VLS_component_231: DefineComponent<ExtractPropTypes< {
|
|
2147
|
+
props: {
|
|
2148
|
+
type: ObjectConstructor;
|
|
2149
|
+
};
|
|
2150
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
2151
|
+
props: {
|
|
2152
|
+
type: ObjectConstructor;
|
|
2153
|
+
};
|
|
2154
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2155
|
+
|
|
2156
|
+
declare const __VLS_component_232: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_19<__VLS_TypePropsToRuntimeProps_20<headingDisplayTextProps>, {
|
|
2135
2157
|
tag: string;
|
|
2136
2158
|
scale: string;
|
|
2137
|
-
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_19<
|
|
2159
|
+
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_19<__VLS_TypePropsToRuntimeProps_20<headingDisplayTextProps>, {
|
|
2138
2160
|
tag: string;
|
|
2139
2161
|
scale: string;
|
|
2140
2162
|
}>>> & Readonly<{}>, {
|
|
@@ -2142,11 +2164,11 @@ tag: string;
|
|
|
2142
2164
|
scale: "2" | "3" | "4" | "5" | "6" | "7";
|
|
2143
2165
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2144
2166
|
|
|
2145
|
-
declare const
|
|
2167
|
+
declare const __VLS_component_233: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_20<__VLS_TypePropsToRuntimeProps_21<headingSerifTextProps>, {
|
|
2146
2168
|
tag: string;
|
|
2147
2169
|
scale: string;
|
|
2148
2170
|
strong: boolean;
|
|
2149
|
-
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_20<
|
|
2171
|
+
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_20<__VLS_TypePropsToRuntimeProps_21<headingSerifTextProps>, {
|
|
2150
2172
|
tag: string;
|
|
2151
2173
|
scale: string;
|
|
2152
2174
|
strong: boolean;
|
|
@@ -2156,10 +2178,10 @@ tag: string;
|
|
|
2156
2178
|
scale: "1" | "2" | "3" | "4" | "5";
|
|
2157
2179
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2158
2180
|
|
|
2159
|
-
declare const
|
|
2181
|
+
declare const __VLS_component_234: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_21<__VLS_TypePropsToRuntimeProps_22<headingSansTextProps>, {
|
|
2160
2182
|
tag: string;
|
|
2161
2183
|
scale: string;
|
|
2162
|
-
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_21<
|
|
2184
|
+
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_21<__VLS_TypePropsToRuntimeProps_22<headingSansTextProps>, {
|
|
2163
2185
|
tag: string;
|
|
2164
2186
|
scale: string;
|
|
2165
2187
|
}>>> & Readonly<{}>, {
|
|
@@ -2167,10 +2189,10 @@ tag: string;
|
|
|
2167
2189
|
scale: "1" | "2" | "3";
|
|
2168
2190
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2169
2191
|
|
|
2170
|
-
declare const
|
|
2192
|
+
declare const __VLS_component_235: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_22<__VLS_TypePropsToRuntimeProps_23<subheadingSansTextProps>, {
|
|
2171
2193
|
tag: string;
|
|
2172
2194
|
scale: string;
|
|
2173
|
-
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_22<
|
|
2195
|
+
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_22<__VLS_TypePropsToRuntimeProps_23<subheadingSansTextProps>, {
|
|
2174
2196
|
tag: string;
|
|
2175
2197
|
scale: string;
|
|
2176
2198
|
}>>> & Readonly<{}>, {
|
|
@@ -2178,11 +2200,11 @@ tag: string;
|
|
|
2178
2200
|
scale: "-1" | "0" | "1" | "2";
|
|
2179
2201
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2180
2202
|
|
|
2181
|
-
declare const
|
|
2203
|
+
declare const __VLS_component_236: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_23<__VLS_TypePropsToRuntimeProps_24<utilitySansTextProps>, {
|
|
2182
2204
|
tag: string;
|
|
2183
2205
|
scale: string;
|
|
2184
2206
|
strong: boolean;
|
|
2185
|
-
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_23<
|
|
2207
|
+
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_23<__VLS_TypePropsToRuntimeProps_24<utilitySansTextProps>, {
|
|
2186
2208
|
tag: string;
|
|
2187
2209
|
scale: string;
|
|
2188
2210
|
strong: boolean;
|
|
@@ -2192,11 +2214,11 @@ tag: string;
|
|
|
2192
2214
|
scale: "-1" | "0" | "1" | "2" | "3";
|
|
2193
2215
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2194
2216
|
|
|
2195
|
-
declare const
|
|
2217
|
+
declare const __VLS_component_237: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_24<__VLS_TypePropsToRuntimeProps_25<utilitySerifTextProps>, {
|
|
2196
2218
|
tag: string;
|
|
2197
2219
|
scale: string;
|
|
2198
2220
|
strong: boolean;
|
|
2199
|
-
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_24<
|
|
2221
|
+
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_24<__VLS_TypePropsToRuntimeProps_25<utilitySerifTextProps>, {
|
|
2200
2222
|
tag: string;
|
|
2201
2223
|
scale: string;
|
|
2202
2224
|
strong: boolean;
|
|
@@ -2206,11 +2228,11 @@ tag: string;
|
|
|
2206
2228
|
scale: "-1" | "0" | "1" | "2" | "3";
|
|
2207
2229
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2208
2230
|
|
|
2209
|
-
declare const
|
|
2231
|
+
declare const __VLS_component_238: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_25<__VLS_TypePropsToRuntimeProps_26<bodyTextProps>, {
|
|
2210
2232
|
tag: string;
|
|
2211
2233
|
scale: string;
|
|
2212
2234
|
strong: boolean;
|
|
2213
|
-
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_25<
|
|
2235
|
+
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_25<__VLS_TypePropsToRuntimeProps_26<bodyTextProps>, {
|
|
2214
2236
|
tag: string;
|
|
2215
2237
|
scale: string;
|
|
2216
2238
|
strong: boolean;
|
|
@@ -2220,9 +2242,9 @@ tag: string;
|
|
|
2220
2242
|
scale: ScaleValue;
|
|
2221
2243
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2222
2244
|
|
|
2223
|
-
declare const
|
|
2245
|
+
declare const __VLS_component_239: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_26<__VLS_TypePropsToRuntimeProps_27<baseTextProps>, {
|
|
2224
2246
|
tag: string;
|
|
2225
|
-
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_26<
|
|
2247
|
+
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_26<__VLS_TypePropsToRuntimeProps_27<baseTextProps>, {
|
|
2226
2248
|
tag: string;
|
|
2227
2249
|
}>>> & Readonly<{}>, {
|
|
2228
2250
|
tag: string;
|
|
@@ -2792,7 +2814,115 @@ tag: string;
|
|
|
2792
2814
|
tag: Tag;
|
|
2793
2815
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2794
2816
|
|
|
2795
|
-
declare const __VLS_component_34: DefineComponent<ExtractPropTypes<
|
|
2817
|
+
declare const __VLS_component_34: DefineComponent<ExtractPropTypes<__VLS_TypePropsToRuntimeProps_16<CdrSurfaceScroll_2>>, {
|
|
2818
|
+
viewportRef: Ref<({
|
|
2819
|
+
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<ExtractPropTypes< {
|
|
2820
|
+
nonce: {
|
|
2821
|
+
type: PropType<string>;
|
|
2822
|
+
};
|
|
2823
|
+
asChild: {
|
|
2824
|
+
type: PropType<boolean>;
|
|
2825
|
+
};
|
|
2826
|
+
as: {
|
|
2827
|
+
type: PropType<Component | AsTag>;
|
|
2828
|
+
};
|
|
2829
|
+
}>>, {
|
|
2830
|
+
viewportElement: Ref<HTMLElement | undefined>;
|
|
2831
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
|
|
2832
|
+
P: {};
|
|
2833
|
+
B: {};
|
|
2834
|
+
D: {};
|
|
2835
|
+
C: {};
|
|
2836
|
+
M: {};
|
|
2837
|
+
Defaults: {};
|
|
2838
|
+
}, Readonly<ExtractPropTypes< {
|
|
2839
|
+
nonce: {
|
|
2840
|
+
type: PropType<string>;
|
|
2841
|
+
};
|
|
2842
|
+
asChild: {
|
|
2843
|
+
type: PropType<boolean>;
|
|
2844
|
+
};
|
|
2845
|
+
as: {
|
|
2846
|
+
type: PropType<Component | AsTag>;
|
|
2847
|
+
};
|
|
2848
|
+
}>>, {
|
|
2849
|
+
viewportElement: Ref<HTMLElement | undefined>;
|
|
2850
|
+
}, {}, {}, {}, {}>;
|
|
2851
|
+
__isFragment?: never;
|
|
2852
|
+
__isTeleport?: never;
|
|
2853
|
+
__isSuspense?: never;
|
|
2854
|
+
} & ComponentOptionsBase<Readonly<ExtractPropTypes< {
|
|
2855
|
+
nonce: {
|
|
2856
|
+
type: PropType<string>;
|
|
2857
|
+
};
|
|
2858
|
+
asChild: {
|
|
2859
|
+
type: PropType<boolean>;
|
|
2860
|
+
};
|
|
2861
|
+
as: {
|
|
2862
|
+
type: PropType<Component | AsTag>;
|
|
2863
|
+
};
|
|
2864
|
+
}>>, {
|
|
2865
|
+
viewportElement: Ref<HTMLElement | undefined>;
|
|
2866
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
2867
|
+
$slots: {
|
|
2868
|
+
default?(_: {}): any;
|
|
2869
|
+
};
|
|
2870
|
+
})) | null, ({
|
|
2871
|
+
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<ExtractPropTypes< {
|
|
2872
|
+
nonce: {
|
|
2873
|
+
type: PropType<string>;
|
|
2874
|
+
};
|
|
2875
|
+
asChild: {
|
|
2876
|
+
type: PropType<boolean>;
|
|
2877
|
+
};
|
|
2878
|
+
as: {
|
|
2879
|
+
type: PropType<Component | AsTag>;
|
|
2880
|
+
};
|
|
2881
|
+
}>>, {
|
|
2882
|
+
viewportElement: Ref<HTMLElement | undefined>;
|
|
2883
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
|
|
2884
|
+
P: {};
|
|
2885
|
+
B: {};
|
|
2886
|
+
D: {};
|
|
2887
|
+
C: {};
|
|
2888
|
+
M: {};
|
|
2889
|
+
Defaults: {};
|
|
2890
|
+
}, Readonly<ExtractPropTypes< {
|
|
2891
|
+
nonce: {
|
|
2892
|
+
type: PropType<string>;
|
|
2893
|
+
};
|
|
2894
|
+
asChild: {
|
|
2895
|
+
type: PropType<boolean>;
|
|
2896
|
+
};
|
|
2897
|
+
as: {
|
|
2898
|
+
type: PropType<Component | AsTag>;
|
|
2899
|
+
};
|
|
2900
|
+
}>>, {
|
|
2901
|
+
viewportElement: Ref<HTMLElement | undefined>;
|
|
2902
|
+
}, {}, {}, {}, {}>;
|
|
2903
|
+
__isFragment?: never;
|
|
2904
|
+
__isTeleport?: never;
|
|
2905
|
+
__isSuspense?: never;
|
|
2906
|
+
} & ComponentOptionsBase<Readonly<ExtractPropTypes< {
|
|
2907
|
+
nonce: {
|
|
2908
|
+
type: PropType<string>;
|
|
2909
|
+
};
|
|
2910
|
+
asChild: {
|
|
2911
|
+
type: PropType<boolean>;
|
|
2912
|
+
};
|
|
2913
|
+
as: {
|
|
2914
|
+
type: PropType<Component | AsTag>;
|
|
2915
|
+
};
|
|
2916
|
+
}>>, {
|
|
2917
|
+
viewportElement: Ref<HTMLElement | undefined>;
|
|
2918
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
2919
|
+
$slots: {
|
|
2920
|
+
default?(_: {}): any;
|
|
2921
|
+
};
|
|
2922
|
+
})) | null>;
|
|
2923
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps_16<CdrSurfaceScroll_2>>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2924
|
+
|
|
2925
|
+
declare const __VLS_component_35: DefineComponent<ExtractPropTypes< {
|
|
2796
2926
|
/** Sets row colors to alternate between darker and lighter backgrounds.
|
|
2797
2927
|
* Striping will not apply when `border` is true
|
|
2798
2928
|
*/
|
|
@@ -2877,7 +3007,7 @@ border: boolean;
|
|
|
2877
3007
|
responsive: boolean;
|
|
2878
3008
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2879
3009
|
|
|
2880
|
-
declare const
|
|
3010
|
+
declare const __VLS_component_36: DefineComponent<ExtractPropTypes< {
|
|
2881
3011
|
/** Sets reference identifier for tab content. This property is required and is necessary for accessibility. Must be unique for each tabPanel, and cannot be the same as the `aria-labelledby` property. */
|
|
2882
3012
|
id: StringConstructor;
|
|
2883
3013
|
/** Sets tab display name. Required and must be unique for each tab. If `id` is not provided, this value will be used as the reference identifier. */
|
|
@@ -2897,7 +3027,7 @@ ariaLabelledby: StringConstructor;
|
|
|
2897
3027
|
"onTab-change"?: ((...args: any[]) => any) | undefined;
|
|
2898
3028
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2899
3029
|
|
|
2900
|
-
declare const
|
|
3030
|
+
declare const __VLS_component_37: DefineComponent<ExtractPropTypes< {
|
|
2901
3031
|
/**
|
|
2902
3032
|
* Sets height of the tabs container element.
|
|
2903
3033
|
* Passing a `px` value will render tabs with a static height,
|
|
@@ -2973,23 +3103,49 @@ activeTab: number;
|
|
|
2973
3103
|
backgroundColor: string;
|
|
2974
3104
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2975
3105
|
|
|
2976
|
-
declare const
|
|
3106
|
+
declare const __VLS_component_38: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_16<__VLS_TypePropsToRuntimeProps_17<baseTextProps>, {
|
|
2977
3107
|
tag: string;
|
|
2978
|
-
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_16<
|
|
3108
|
+
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_16<__VLS_TypePropsToRuntimeProps_17<baseTextProps>, {
|
|
2979
3109
|
tag: string;
|
|
2980
3110
|
}>>> & Readonly<{}>, {
|
|
2981
3111
|
tag: string;
|
|
2982
3112
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2983
3113
|
|
|
2984
|
-
declare const
|
|
3114
|
+
declare const __VLS_component_39: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_17<__VLS_TypePropsToRuntimeProps_18<baseTextProps>, {
|
|
2985
3115
|
tag: string;
|
|
2986
|
-
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_17<
|
|
3116
|
+
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_17<__VLS_TypePropsToRuntimeProps_18<baseTextProps>, {
|
|
2987
3117
|
tag: string;
|
|
2988
3118
|
}>>> & Readonly<{}>, {
|
|
2989
3119
|
tag: string;
|
|
2990
3120
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2991
3121
|
|
|
2992
|
-
declare const
|
|
3122
|
+
declare const __VLS_component_4: DefineComponent<ExtractPropTypes< {
|
|
3123
|
+
/**
|
|
3124
|
+
* Sets the banner style.
|
|
3125
|
+
* @demoSelectMultiple false
|
|
3126
|
+
* @values info, warning, success, error, default
|
|
3127
|
+
*/
|
|
3128
|
+
type: {
|
|
3129
|
+
type: StringConstructor;
|
|
3130
|
+
validator: (value: string) => boolean;
|
|
3131
|
+
default: string;
|
|
3132
|
+
};
|
|
3133
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3134
|
+
/**
|
|
3135
|
+
* Sets the banner style.
|
|
3136
|
+
* @demoSelectMultiple false
|
|
3137
|
+
* @values info, warning, success, error, default
|
|
3138
|
+
*/
|
|
3139
|
+
type: {
|
|
3140
|
+
type: StringConstructor;
|
|
3141
|
+
validator: (value: string) => boolean;
|
|
3142
|
+
default: string;
|
|
3143
|
+
};
|
|
3144
|
+
}>> & Readonly<{}>, {
|
|
3145
|
+
type: string;
|
|
3146
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3147
|
+
|
|
3148
|
+
declare const __VLS_component_40: DefineComponent<ExtractPropTypes< {
|
|
2993
3149
|
/**
|
|
2994
3150
|
* Sets the toast type.
|
|
2995
3151
|
* @demoSelectMultiple false
|
|
@@ -3060,33 +3216,7 @@ autoDismiss: boolean;
|
|
|
3060
3216
|
dismissDelay: number;
|
|
3061
3217
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3062
3218
|
|
|
3063
|
-
declare const
|
|
3064
|
-
/**
|
|
3065
|
-
* Sets the banner style.
|
|
3066
|
-
* @demoSelectMultiple false
|
|
3067
|
-
* @values info, warning, success, error, default
|
|
3068
|
-
*/
|
|
3069
|
-
type: {
|
|
3070
|
-
type: StringConstructor;
|
|
3071
|
-
validator: (value: string) => boolean;
|
|
3072
|
-
default: string;
|
|
3073
|
-
};
|
|
3074
|
-
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3075
|
-
/**
|
|
3076
|
-
* Sets the banner style.
|
|
3077
|
-
* @demoSelectMultiple false
|
|
3078
|
-
* @values info, warning, success, error, default
|
|
3079
|
-
*/
|
|
3080
|
-
type: {
|
|
3081
|
-
type: StringConstructor;
|
|
3082
|
-
validator: (value: string) => boolean;
|
|
3083
|
-
default: string;
|
|
3084
|
-
};
|
|
3085
|
-
}>> & Readonly<{}>, {
|
|
3086
|
-
type: string;
|
|
3087
|
-
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3088
|
-
|
|
3089
|
-
declare const __VLS_component_40: DefineComponent<ExtractPropTypes< {
|
|
3219
|
+
declare const __VLS_component_41: DefineComponent<ExtractPropTypes< {
|
|
3090
3220
|
/**
|
|
3091
3221
|
* Sets the value and aria-label for the toggle button. Display can be overridden using default slot
|
|
3092
3222
|
*/
|
|
@@ -3104,7 +3234,7 @@ required: true;
|
|
|
3104
3234
|
};
|
|
3105
3235
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3106
3236
|
|
|
3107
|
-
declare const
|
|
3237
|
+
declare const __VLS_component_42: DefineComponent<ExtractPropTypes< {
|
|
3108
3238
|
/** @ignore */
|
|
3109
3239
|
modelValue: {
|
|
3110
3240
|
type: (BooleanConstructor | ObjectConstructor | ArrayConstructor | StringConstructor | NumberConstructor)[];
|
|
@@ -3144,7 +3274,7 @@ validator: (value: string) => boolean;
|
|
|
3144
3274
|
size: string;
|
|
3145
3275
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3146
3276
|
|
|
3147
|
-
declare const
|
|
3277
|
+
declare const __VLS_component_43: DefineComponent<ExtractPropTypes< {
|
|
3148
3278
|
/**
|
|
3149
3279
|
* Sets a custom ID for the switch. If this value is not set, it will be auto-generated.
|
|
3150
3280
|
*/
|
|
@@ -3215,7 +3345,7 @@ size: string;
|
|
|
3215
3345
|
fullWidth: boolean;
|
|
3216
3346
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3217
3347
|
|
|
3218
|
-
declare const
|
|
3348
|
+
declare const __VLS_component_44: DefineComponent<ExtractPropTypes< {
|
|
3219
3349
|
/**
|
|
3220
3350
|
* Sets the position where the tooltip will render relative to the trigger element.
|
|
3221
3351
|
* @demoSelectMultiple false
|
|
@@ -3303,7 +3433,7 @@ autoPosition: boolean;
|
|
|
3303
3433
|
open: boolean;
|
|
3304
3434
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3305
3435
|
|
|
3306
|
-
declare const
|
|
3436
|
+
declare const __VLS_component_45: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_18<__VLS_TypePropsToRuntimeProps_19<CdrFilmstrip_2<unknown>>, {
|
|
3307
3437
|
/**
|
|
3308
3438
|
* Default model provided to the filmstrip.
|
|
3309
3439
|
* Returns an empty object when no model is passed.
|
|
@@ -3326,7 +3456,7 @@ arrowClick: (payload: CdrFilmstripArrowClickPayload<Record<string, unknown>>) =>
|
|
|
3326
3456
|
scrollNavigate: (payload: CdrFilmstripScrollPayload<Record<string, unknown>>) => void;
|
|
3327
3457
|
resize: (payload: CdrFilmstripResizePayload<Record<string, unknown>>) => void;
|
|
3328
3458
|
ariaMessage: (payload: string) => void;
|
|
3329
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_18<
|
|
3459
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_18<__VLS_TypePropsToRuntimeProps_19<CdrFilmstrip_2<unknown>>, {
|
|
3330
3460
|
/**
|
|
3331
3461
|
* Default model provided to the filmstrip.
|
|
3332
3462
|
* Returns an empty object when no model is passed.
|
|
@@ -3350,16 +3480,6 @@ adapter: CdrFilmstripAdapter<unknown>;
|
|
|
3350
3480
|
model: Record<string, unknown>;
|
|
3351
3481
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3352
3482
|
|
|
3353
|
-
declare const __VLS_component_45: DefineComponent<ExtractPropTypes< {
|
|
3354
|
-
props: {
|
|
3355
|
-
type: ObjectConstructor;
|
|
3356
|
-
};
|
|
3357
|
-
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3358
|
-
props: {
|
|
3359
|
-
type: ObjectConstructor;
|
|
3360
|
-
};
|
|
3361
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3362
|
-
|
|
3363
3483
|
declare const __VLS_component_46: DefineComponent<ExtractPropTypes< {
|
|
3364
3484
|
props: {
|
|
3365
3485
|
type: ObjectConstructor;
|
|
@@ -4307,6 +4427,8 @@ declare type __VLS_NonUndefinedable_25<T> = T extends undefined ? never : T;
|
|
|
4307
4427
|
|
|
4308
4428
|
declare type __VLS_NonUndefinedable_26<T> = T extends undefined ? never : T;
|
|
4309
4429
|
|
|
4430
|
+
declare type __VLS_NonUndefinedable_27<T> = T extends undefined ? never : T;
|
|
4431
|
+
|
|
4310
4432
|
declare type __VLS_NonUndefinedable_3<T> = T extends undefined ? never : T;
|
|
4311
4433
|
|
|
4312
4434
|
declare type __VLS_NonUndefinedable_4<T> = T extends undefined ? never : T;
|
|
@@ -5062,6 +5184,10 @@ declare function __VLS_template_238(): {
|
|
|
5062
5184
|
default?(_: {}): any;
|
|
5063
5185
|
};
|
|
5064
5186
|
|
|
5187
|
+
declare function __VLS_template_239(): {
|
|
5188
|
+
default?(_: {}): any;
|
|
5189
|
+
};
|
|
5190
|
+
|
|
5065
5191
|
declare function __VLS_template_24(): {
|
|
5066
5192
|
container?(_: {}): any;
|
|
5067
5193
|
content?(_: {}): any;
|
|
@@ -5138,9 +5264,7 @@ declare function __VLS_template_38(): {
|
|
|
5138
5264
|
};
|
|
5139
5265
|
|
|
5140
5266
|
declare function __VLS_template_39(): {
|
|
5141
|
-
"icon-left"?(_: {}): any;
|
|
5142
5267
|
default?(_: {}): any;
|
|
5143
|
-
icon?(_: {}): any;
|
|
5144
5268
|
};
|
|
5145
5269
|
|
|
5146
5270
|
declare function __VLS_template_4(): {
|
|
@@ -5152,7 +5276,9 @@ declare function __VLS_template_4(): {
|
|
|
5152
5276
|
};
|
|
5153
5277
|
|
|
5154
5278
|
declare function __VLS_template_40(): {
|
|
5279
|
+
"icon-left"?(_: {}): any;
|
|
5155
5280
|
default?(_: {}): any;
|
|
5281
|
+
icon?(_: {}): any;
|
|
5156
5282
|
};
|
|
5157
5283
|
|
|
5158
5284
|
declare function __VLS_template_41(): {
|
|
@@ -5164,16 +5290,16 @@ declare function __VLS_template_42(): {
|
|
|
5164
5290
|
};
|
|
5165
5291
|
|
|
5166
5292
|
declare function __VLS_template_43(): {
|
|
5167
|
-
trigger?(_: {}): any;
|
|
5168
5293
|
default?(_: {}): any;
|
|
5169
5294
|
};
|
|
5170
5295
|
|
|
5171
5296
|
declare function __VLS_template_44(): {
|
|
5172
|
-
|
|
5297
|
+
trigger?(_: {}): any;
|
|
5298
|
+
default?(_: {}): any;
|
|
5173
5299
|
};
|
|
5174
5300
|
|
|
5175
5301
|
declare function __VLS_template_45(): {
|
|
5176
|
-
|
|
5302
|
+
heading?(_: {}): any;
|
|
5177
5303
|
};
|
|
5178
5304
|
|
|
5179
5305
|
declare function __VLS_template_46(): {
|
|
@@ -5592,6 +5718,15 @@ declare type __VLS_TypePropsToRuntimeProps_26<T> = {
|
|
|
5592
5718
|
};
|
|
5593
5719
|
};
|
|
5594
5720
|
|
|
5721
|
+
declare type __VLS_TypePropsToRuntimeProps_27<T> = {
|
|
5722
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
5723
|
+
type: PropType<__VLS_NonUndefinedable_27<T[K]>>;
|
|
5724
|
+
} : {
|
|
5725
|
+
type: PropType<T[K]>;
|
|
5726
|
+
required: true;
|
|
5727
|
+
};
|
|
5728
|
+
};
|
|
5729
|
+
|
|
5595
5730
|
declare type __VLS_TypePropsToRuntimeProps_3<T> = {
|
|
5596
5731
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
5597
5732
|
type: PropType<__VLS_NonUndefinedable_3<T[K]>>;
|
|
@@ -6741,6 +6876,12 @@ declare type __VLS_WithTemplateSlots_238<T, S> = T & {
|
|
|
6741
6876
|
};
|
|
6742
6877
|
};
|
|
6743
6878
|
|
|
6879
|
+
declare type __VLS_WithTemplateSlots_239<T, S> = T & {
|
|
6880
|
+
new (): {
|
|
6881
|
+
$slots: S;
|
|
6882
|
+
};
|
|
6883
|
+
};
|
|
6884
|
+
|
|
6744
6885
|
declare type __VLS_WithTemplateSlots_24<T, S> = T & {
|
|
6745
6886
|
new (): {
|
|
6746
6887
|
$slots: S;
|
|
@@ -7355,7 +7496,7 @@ export declare const CdrAccordionGroup: __VLS_WithTemplateSlots_3<typeof __VLS_c
|
|
|
7355
7496
|
|
|
7356
7497
|
export declare const CdrBanner: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, ReturnType<typeof __VLS_template_4>>;
|
|
7357
7498
|
|
|
7358
|
-
export declare const CdrBody:
|
|
7499
|
+
export declare const CdrBody: __VLS_WithTemplateSlots_238<typeof __VLS_component_238, ReturnType<typeof __VLS_template_238>>;
|
|
7359
7500
|
|
|
7360
7501
|
export declare const CdrBreadcrumb: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, ReturnType<typeof __VLS_template_5>>;
|
|
7361
7502
|
|
|
@@ -7411,9 +7552,9 @@ components: ChoreographerComponents;
|
|
|
7411
7552
|
|
|
7412
7553
|
export declare const CdrContainer: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, ReturnType<typeof __VLS_template_11>>;
|
|
7413
7554
|
|
|
7414
|
-
export declare const CdrEyebrow:
|
|
7555
|
+
export declare const CdrEyebrow: __VLS_WithTemplateSlots_239<typeof __VLS_component_239, ReturnType<typeof __VLS_template_239>>;
|
|
7415
7556
|
|
|
7416
|
-
export declare const CdrFilmstrip:
|
|
7557
|
+
export declare const CdrFilmstrip: __VLS_WithTemplateSlots_45<typeof __VLS_component_45, ReturnType<typeof __VLS_template_45>>;
|
|
7417
7558
|
|
|
7418
7559
|
/**
|
|
7419
7560
|
* @template T
|
|
@@ -7593,11 +7734,11 @@ export declare const CdrFulfillmentTileIcon: __VLS_WithTemplateSlots_14<typeof _
|
|
|
7593
7734
|
|
|
7594
7735
|
export declare const CdrGrid: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, ReturnType<typeof __VLS_template_15>>;
|
|
7595
7736
|
|
|
7596
|
-
export declare const CdrHeadingDisplay:
|
|
7737
|
+
export declare const CdrHeadingDisplay: __VLS_WithTemplateSlots_232<typeof __VLS_component_232, ReturnType<typeof __VLS_template_232>>;
|
|
7597
7738
|
|
|
7598
|
-
export declare const CdrHeadingSans:
|
|
7739
|
+
export declare const CdrHeadingSans: __VLS_WithTemplateSlots_234<typeof __VLS_component_234, ReturnType<typeof __VLS_template_234>>;
|
|
7599
7740
|
|
|
7600
|
-
export declare const CdrHeadingSerif:
|
|
7741
|
+
export declare const CdrHeadingSerif: __VLS_WithTemplateSlots_233<typeof __VLS_component_233, ReturnType<typeof __VLS_template_233>>;
|
|
7601
7742
|
|
|
7602
7743
|
export declare const CdrIcon: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, ReturnType<typeof __VLS_template_16>>;
|
|
7603
7744
|
|
|
@@ -7948,37 +8089,46 @@ type: string;
|
|
|
7948
8089
|
|
|
7949
8090
|
export declare const CdrSplitSurface: __VLS_WithTemplateSlots_30<typeof __VLS_component_30, ReturnType<typeof __VLS_template_30>>;
|
|
7950
8091
|
|
|
7951
|
-
export declare const CdrSubheadingSans:
|
|
8092
|
+
export declare const CdrSubheadingSans: __VLS_WithTemplateSlots_235<typeof __VLS_component_235, ReturnType<typeof __VLS_template_235>>;
|
|
7952
8093
|
|
|
7953
8094
|
export declare const CdrSurface: __VLS_WithTemplateSlots_31<typeof __VLS_component_31, ReturnType<typeof __VLS_template_31>>;
|
|
7954
8095
|
|
|
7955
8096
|
export declare const CdrSurfaceNavigation: __VLS_WithTemplateSlots_33<typeof __VLS_component_33, ReturnType<typeof __VLS_template_33>>;
|
|
7956
8097
|
|
|
8098
|
+
export declare const CdrSurfaceScroll: __VLS_WithTemplateSlots_34<typeof __VLS_component_34, ReturnType<typeof __VLS_template_34>>;
|
|
8099
|
+
|
|
8100
|
+
declare interface CdrSurfaceScroll_2 {
|
|
8101
|
+
rootProps?: WithHTMLAttrs<ScrollAreaRootProps>;
|
|
8102
|
+
scrollbarProps?: WithHTMLAttrs<ScrollAreaScrollbarProps>;
|
|
8103
|
+
thumbProps?: WithHTMLAttrs<ScrollAreaThumbProps>;
|
|
8104
|
+
viewportProps?: WithHTMLAttrs<ScrollAreaViewportProps>;
|
|
8105
|
+
}
|
|
8106
|
+
|
|
7957
8107
|
export declare const CdrSurfaceSelection: __VLS_WithTemplateSlots_32<typeof __VLS_component_32, ReturnType<typeof __VLS_template_32>>;
|
|
7958
8108
|
|
|
7959
|
-
export declare const CdrSwitch:
|
|
8109
|
+
export declare const CdrSwitch: __VLS_WithTemplateSlots_43<typeof __VLS_component_43, ReturnType<typeof __VLS_template_43>>;
|
|
7960
8110
|
|
|
7961
|
-
export declare const CdrTable:
|
|
8111
|
+
export declare const CdrTable: __VLS_WithTemplateSlots_35<typeof __VLS_component_35, ReturnType<typeof __VLS_template_35>>;
|
|
7962
8112
|
|
|
7963
|
-
export declare const CdrTabPanel:
|
|
8113
|
+
export declare const CdrTabPanel: __VLS_WithTemplateSlots_36<typeof __VLS_component_36, ReturnType<typeof __VLS_template_36>>;
|
|
7964
8114
|
|
|
7965
|
-
export declare const CdrTabs:
|
|
8115
|
+
export declare const CdrTabs: __VLS_WithTemplateSlots_37<typeof __VLS_component_37, ReturnType<typeof __VLS_template_37>>;
|
|
7966
8116
|
|
|
7967
|
-
export declare const CdrText:
|
|
8117
|
+
export declare const CdrText: __VLS_WithTemplateSlots_38<typeof __VLS_component_38, ReturnType<typeof __VLS_template_38>>;
|
|
7968
8118
|
|
|
7969
|
-
export declare const CdrTitle:
|
|
8119
|
+
export declare const CdrTitle: __VLS_WithTemplateSlots_39<typeof __VLS_component_39, ReturnType<typeof __VLS_template_39>>;
|
|
7970
8120
|
|
|
7971
|
-
export declare const CdrToast:
|
|
8121
|
+
export declare const CdrToast: __VLS_WithTemplateSlots_40<typeof __VLS_component_40, ReturnType<typeof __VLS_template_40>>;
|
|
7972
8122
|
|
|
7973
|
-
export declare const CdrToggleButton:
|
|
8123
|
+
export declare const CdrToggleButton: __VLS_WithTemplateSlots_41<typeof __VLS_component_41, ReturnType<typeof __VLS_template_41>>;
|
|
7974
8124
|
|
|
7975
|
-
export declare const CdrToggleGroup:
|
|
8125
|
+
export declare const CdrToggleGroup: __VLS_WithTemplateSlots_42<typeof __VLS_component_42, ReturnType<typeof __VLS_template_42>>;
|
|
7976
8126
|
|
|
7977
|
-
export declare const CdrTooltip:
|
|
8127
|
+
export declare const CdrTooltip: __VLS_WithTemplateSlots_44<typeof __VLS_component_44, ReturnType<typeof __VLS_template_44>>;
|
|
7978
8128
|
|
|
7979
|
-
export declare const CdrUtilitySans:
|
|
8129
|
+
export declare const CdrUtilitySans: __VLS_WithTemplateSlots_236<typeof __VLS_component_236, ReturnType<typeof __VLS_template_236>>;
|
|
7980
8130
|
|
|
7981
|
-
export declare const CdrUtilitySerif:
|
|
8131
|
+
export declare const CdrUtilitySerif: __VLS_WithTemplateSlots_237<typeof __VLS_component_237, ReturnType<typeof __VLS_template_237>>;
|
|
7982
8132
|
|
|
7983
8133
|
export declare interface Choreographer {
|
|
7984
8134
|
schema: [ChoreographerSchema];
|
|
@@ -8053,377 +8203,377 @@ export declare interface HtmlAttributes {
|
|
|
8053
8203
|
[key: string]: any;
|
|
8054
8204
|
}
|
|
8055
8205
|
|
|
8056
|
-
export declare const IconAccountProfile:
|
|
8206
|
+
export declare const IconAccountProfile: __VLS_WithTemplateSlots_47<typeof __VLS_component_47, ReturnType<typeof __VLS_template_47>>;
|
|
8057
8207
|
|
|
8058
|
-
export declare const IconAccountProfileFill:
|
|
8208
|
+
export declare const IconAccountProfileFill: __VLS_WithTemplateSlots_46<typeof __VLS_component_46, ReturnType<typeof __VLS_template_46>>;
|
|
8059
8209
|
|
|
8060
|
-
export declare const IconArrowDown:
|
|
8210
|
+
export declare const IconArrowDown: __VLS_WithTemplateSlots_48<typeof __VLS_component_48, ReturnType<typeof __VLS_template_48>>;
|
|
8061
8211
|
|
|
8062
|
-
export declare const IconArrowLeft:
|
|
8212
|
+
export declare const IconArrowLeft: __VLS_WithTemplateSlots_49<typeof __VLS_component_49, ReturnType<typeof __VLS_template_49>>;
|
|
8063
8213
|
|
|
8064
|
-
export declare const IconArrowRight:
|
|
8214
|
+
export declare const IconArrowRight: __VLS_WithTemplateSlots_50<typeof __VLS_component_50, ReturnType<typeof __VLS_template_50>>;
|
|
8065
8215
|
|
|
8066
|
-
export declare const IconArrowUp:
|
|
8216
|
+
export declare const IconArrowUp: __VLS_WithTemplateSlots_51<typeof __VLS_component_51, ReturnType<typeof __VLS_template_51>>;
|
|
8067
8217
|
|
|
8068
|
-
export declare const IconAtv:
|
|
8218
|
+
export declare const IconAtv: __VLS_WithTemplateSlots_52<typeof __VLS_component_52, ReturnType<typeof __VLS_template_52>>;
|
|
8069
8219
|
|
|
8070
|
-
export declare const IconBedOutline:
|
|
8220
|
+
export declare const IconBedOutline: __VLS_WithTemplateSlots_53<typeof __VLS_component_53, ReturnType<typeof __VLS_template_53>>;
|
|
8071
8221
|
|
|
8072
|
-
export declare const IconBikeShop:
|
|
8222
|
+
export declare const IconBikeShop: __VLS_WithTemplateSlots_54<typeof __VLS_component_54, ReturnType<typeof __VLS_template_54>>;
|
|
8073
8223
|
|
|
8074
|
-
export declare const IconBinoculars:
|
|
8224
|
+
export declare const IconBinoculars: __VLS_WithTemplateSlots_55<typeof __VLS_component_55, ReturnType<typeof __VLS_template_55>>;
|
|
8075
8225
|
|
|
8076
|
-
export declare const IconBirding:
|
|
8226
|
+
export declare const IconBirding: __VLS_WithTemplateSlots_56<typeof __VLS_component_56, ReturnType<typeof __VLS_template_56>>;
|
|
8077
8227
|
|
|
8078
|
-
export declare const IconBoat:
|
|
8228
|
+
export declare const IconBoat: __VLS_WithTemplateSlots_57<typeof __VLS_component_57, ReturnType<typeof __VLS_template_57>>;
|
|
8079
8229
|
|
|
8080
|
-
export declare const IconBoating:
|
|
8230
|
+
export declare const IconBoating: __VLS_WithTemplateSlots_58<typeof __VLS_component_58, ReturnType<typeof __VLS_template_58>>;
|
|
8081
8231
|
|
|
8082
|
-
export declare const IconBookmarkFill:
|
|
8232
|
+
export declare const IconBookmarkFill: __VLS_WithTemplateSlots_59<typeof __VLS_component_59, ReturnType<typeof __VLS_template_59>>;
|
|
8083
8233
|
|
|
8084
|
-
export declare const IconBookmarkStroke:
|
|
8234
|
+
export declare const IconBookmarkStroke: __VLS_WithTemplateSlots_60<typeof __VLS_component_60, ReturnType<typeof __VLS_template_60>>;
|
|
8085
8235
|
|
|
8086
|
-
export declare const IconBrandAbstract:
|
|
8236
|
+
export declare const IconBrandAbstract: __VLS_WithTemplateSlots_61<typeof __VLS_component_61, ReturnType<typeof __VLS_template_61>>;
|
|
8087
8237
|
|
|
8088
|
-
export declare const IconBrandCodeSandbox:
|
|
8238
|
+
export declare const IconBrandCodeSandbox: __VLS_WithTemplateSlots_62<typeof __VLS_component_62, ReturnType<typeof __VLS_template_62>>;
|
|
8089
8239
|
|
|
8090
|
-
export declare const IconBrandGithub:
|
|
8240
|
+
export declare const IconBrandGithub: __VLS_WithTemplateSlots_63<typeof __VLS_component_63, ReturnType<typeof __VLS_template_63>>;
|
|
8091
8241
|
|
|
8092
|
-
export declare const IconBrandLinkedin:
|
|
8242
|
+
export declare const IconBrandLinkedin: __VLS_WithTemplateSlots_64<typeof __VLS_component_64, ReturnType<typeof __VLS_template_64>>;
|
|
8093
8243
|
|
|
8094
|
-
export declare const IconBrandReiIceAxes:
|
|
8244
|
+
export declare const IconBrandReiIceAxes: __VLS_WithTemplateSlots_65<typeof __VLS_component_65, ReturnType<typeof __VLS_template_65>>;
|
|
8095
8245
|
|
|
8096
|
-
export declare const IconBrandSketch:
|
|
8246
|
+
export declare const IconBrandSketch: __VLS_WithTemplateSlots_66<typeof __VLS_component_66, ReturnType<typeof __VLS_template_66>>;
|
|
8097
8247
|
|
|
8098
|
-
export declare const IconBrandTiktok:
|
|
8248
|
+
export declare const IconBrandTiktok: __VLS_WithTemplateSlots_67<typeof __VLS_component_67, ReturnType<typeof __VLS_template_67>>;
|
|
8099
8249
|
|
|
8100
|
-
export declare const IconBuddies:
|
|
8250
|
+
export declare const IconBuddies: __VLS_WithTemplateSlots_68<typeof __VLS_component_68, ReturnType<typeof __VLS_template_68>>;
|
|
8101
8251
|
|
|
8102
|
-
export declare const IconBus:
|
|
8252
|
+
export declare const IconBus: __VLS_WithTemplateSlots_69<typeof __VLS_component_69, ReturnType<typeof __VLS_template_69>>;
|
|
8103
8253
|
|
|
8104
|
-
export declare const IconCalendar:
|
|
8254
|
+
export declare const IconCalendar: __VLS_WithTemplateSlots_70<typeof __VLS_component_70, ReturnType<typeof __VLS_template_70>>;
|
|
8105
8255
|
|
|
8106
|
-
export declare const IconCamera:
|
|
8256
|
+
export declare const IconCamera: __VLS_WithTemplateSlots_71<typeof __VLS_component_71, ReturnType<typeof __VLS_template_71>>;
|
|
8107
8257
|
|
|
8108
|
-
export declare const IconCanoe:
|
|
8258
|
+
export declare const IconCanoe: __VLS_WithTemplateSlots_72<typeof __VLS_component_72, ReturnType<typeof __VLS_template_72>>;
|
|
8109
8259
|
|
|
8110
|
-
export declare const IconCar:
|
|
8260
|
+
export declare const IconCar: __VLS_WithTemplateSlots_73<typeof __VLS_component_73, ReturnType<typeof __VLS_template_73>>;
|
|
8111
8261
|
|
|
8112
|
-
export declare const IconCaretDown:
|
|
8262
|
+
export declare const IconCaretDown: __VLS_WithTemplateSlots_74<typeof __VLS_component_74, ReturnType<typeof __VLS_template_74>>;
|
|
8113
8263
|
|
|
8114
|
-
export declare const IconCaretLeft:
|
|
8264
|
+
export declare const IconCaretLeft: __VLS_WithTemplateSlots_75<typeof __VLS_component_75, ReturnType<typeof __VLS_template_75>>;
|
|
8115
8265
|
|
|
8116
|
-
export declare const IconCaretRight:
|
|
8266
|
+
export declare const IconCaretRight: __VLS_WithTemplateSlots_76<typeof __VLS_component_76, ReturnType<typeof __VLS_template_76>>;
|
|
8117
8267
|
|
|
8118
|
-
export declare const IconCaretUp:
|
|
8268
|
+
export declare const IconCaretUp: __VLS_WithTemplateSlots_77<typeof __VLS_component_77, ReturnType<typeof __VLS_template_77>>;
|
|
8119
8269
|
|
|
8120
|
-
export declare const IconCart:
|
|
8270
|
+
export declare const IconCart: __VLS_WithTemplateSlots_79<typeof __VLS_component_79, ReturnType<typeof __VLS_template_79>>;
|
|
8121
8271
|
|
|
8122
|
-
export declare const IconCartFill:
|
|
8272
|
+
export declare const IconCartFill: __VLS_WithTemplateSlots_78<typeof __VLS_component_78, ReturnType<typeof __VLS_template_78>>;
|
|
8123
8273
|
|
|
8124
|
-
export declare const IconChainLink:
|
|
8274
|
+
export declare const IconChainLink: __VLS_WithTemplateSlots_80<typeof __VLS_component_80, ReturnType<typeof __VLS_template_80>>;
|
|
8125
8275
|
|
|
8126
|
-
export declare const IconChat:
|
|
8276
|
+
export declare const IconChat: __VLS_WithTemplateSlots_81<typeof __VLS_component_81, ReturnType<typeof __VLS_template_81>>;
|
|
8127
8277
|
|
|
8128
|
-
export declare const IconCheckFill:
|
|
8278
|
+
export declare const IconCheckFill: __VLS_WithTemplateSlots_82<typeof __VLS_component_82, ReturnType<typeof __VLS_template_82>>;
|
|
8129
8279
|
|
|
8130
|
-
export declare const IconCheckLg:
|
|
8280
|
+
export declare const IconCheckLg: __VLS_WithTemplateSlots_83<typeof __VLS_component_83, ReturnType<typeof __VLS_template_83>>;
|
|
8131
8281
|
|
|
8132
|
-
export declare const IconCheckSm:
|
|
8282
|
+
export declare const IconCheckSm: __VLS_WithTemplateSlots_84<typeof __VLS_component_84, ReturnType<typeof __VLS_template_84>>;
|
|
8133
8283
|
|
|
8134
|
-
export declare const IconCheckStroke:
|
|
8284
|
+
export declare const IconCheckStroke: __VLS_WithTemplateSlots_85<typeof __VLS_component_85, ReturnType<typeof __VLS_template_85>>;
|
|
8135
8285
|
|
|
8136
|
-
export declare const IconClimb:
|
|
8286
|
+
export declare const IconClimb: __VLS_WithTemplateSlots_86<typeof __VLS_component_86, ReturnType<typeof __VLS_template_86>>;
|
|
8137
8287
|
|
|
8138
|
-
export declare const IconClipboard:
|
|
8288
|
+
export declare const IconClipboard: __VLS_WithTemplateSlots_87<typeof __VLS_component_87, ReturnType<typeof __VLS_template_87>>;
|
|
8139
8289
|
|
|
8140
|
-
export declare const IconClock:
|
|
8290
|
+
export declare const IconClock: __VLS_WithTemplateSlots_88<typeof __VLS_component_88, ReturnType<typeof __VLS_template_88>>;
|
|
8141
8291
|
|
|
8142
|
-
export declare const IconCodeHtml:
|
|
8292
|
+
export declare const IconCodeHtml: __VLS_WithTemplateSlots_89<typeof __VLS_component_89, ReturnType<typeof __VLS_template_89>>;
|
|
8143
8293
|
|
|
8144
|
-
export declare const IconCodeJs:
|
|
8294
|
+
export declare const IconCodeJs: __VLS_WithTemplateSlots_90<typeof __VLS_component_90, ReturnType<typeof __VLS_template_90>>;
|
|
8145
8295
|
|
|
8146
|
-
export declare const IconCompass:
|
|
8296
|
+
export declare const IconCompass: __VLS_WithTemplateSlots_91<typeof __VLS_component_91, ReturnType<typeof __VLS_template_91>>;
|
|
8147
8297
|
|
|
8148
|
-
export declare const IconCopy:
|
|
8298
|
+
export declare const IconCopy: __VLS_WithTemplateSlots_92<typeof __VLS_component_92, ReturnType<typeof __VLS_template_92>>;
|
|
8149
8299
|
|
|
8150
|
-
export declare const IconCouponFill:
|
|
8300
|
+
export declare const IconCouponFill: __VLS_WithTemplateSlots_93<typeof __VLS_component_93, ReturnType<typeof __VLS_template_93>>;
|
|
8151
8301
|
|
|
8152
|
-
export declare const IconCouponStroke:
|
|
8302
|
+
export declare const IconCouponStroke: __VLS_WithTemplateSlots_94<typeof __VLS_component_94, ReturnType<typeof __VLS_template_94>>;
|
|
8153
8303
|
|
|
8154
|
-
export declare const IconCreditCard:
|
|
8304
|
+
export declare const IconCreditCard: __VLS_WithTemplateSlots_95<typeof __VLS_component_95, ReturnType<typeof __VLS_template_95>>;
|
|
8155
8305
|
|
|
8156
|
-
export declare const IconCurbsidePickup:
|
|
8306
|
+
export declare const IconCurbsidePickup: __VLS_WithTemplateSlots_96<typeof __VLS_component_96, ReturnType<typeof __VLS_template_96>>;
|
|
8157
8307
|
|
|
8158
|
-
export declare const IconDay:
|
|
8308
|
+
export declare const IconDay: __VLS_WithTemplateSlots_97<typeof __VLS_component_97, ReturnType<typeof __VLS_template_97>>;
|
|
8159
8309
|
|
|
8160
|
-
export declare const IconDiving:
|
|
8310
|
+
export declare const IconDiving: __VLS_WithTemplateSlots_98<typeof __VLS_component_98, ReturnType<typeof __VLS_template_98>>;
|
|
8161
8311
|
|
|
8162
|
-
export declare const IconDog:
|
|
8312
|
+
export declare const IconDog: __VLS_WithTemplateSlots_99<typeof __VLS_component_99, ReturnType<typeof __VLS_template_99>>;
|
|
8163
8313
|
|
|
8164
|
-
export declare const IconDownload:
|
|
8314
|
+
export declare const IconDownload: __VLS_WithTemplateSlots_100<typeof __VLS_component_100, ReturnType<typeof __VLS_template_100>>;
|
|
8165
8315
|
|
|
8166
|
-
export declare const IconDuplicate:
|
|
8316
|
+
export declare const IconDuplicate: __VLS_WithTemplateSlots_101<typeof __VLS_component_101, ReturnType<typeof __VLS_template_101>>;
|
|
8167
8317
|
|
|
8168
|
-
export declare const IconEdit:
|
|
8318
|
+
export declare const IconEdit: __VLS_WithTemplateSlots_102<typeof __VLS_component_102, ReturnType<typeof __VLS_template_102>>;
|
|
8169
8319
|
|
|
8170
|
-
export declare const IconElevation:
|
|
8320
|
+
export declare const IconElevation: __VLS_WithTemplateSlots_103<typeof __VLS_component_103, ReturnType<typeof __VLS_template_103>>;
|
|
8171
8321
|
|
|
8172
|
-
export declare const IconErrorFill:
|
|
8322
|
+
export declare const IconErrorFill: __VLS_WithTemplateSlots_104<typeof __VLS_component_104, ReturnType<typeof __VLS_template_104>>;
|
|
8173
8323
|
|
|
8174
|
-
export declare const IconErrorStroke:
|
|
8324
|
+
export declare const IconErrorStroke: __VLS_WithTemplateSlots_105<typeof __VLS_component_105, ReturnType<typeof __VLS_template_105>>;
|
|
8175
8325
|
|
|
8176
|
-
export declare const IconExpand:
|
|
8326
|
+
export declare const IconExpand: __VLS_WithTemplateSlots_106<typeof __VLS_component_106, ReturnType<typeof __VLS_template_106>>;
|
|
8177
8327
|
|
|
8178
|
-
export declare const IconExperiencesBackpacking:
|
|
8328
|
+
export declare const IconExperiencesBackpacking: __VLS_WithTemplateSlots_107<typeof __VLS_component_107, ReturnType<typeof __VLS_template_107>>;
|
|
8179
8329
|
|
|
8180
|
-
export declare const IconExperiencesCamping:
|
|
8330
|
+
export declare const IconExperiencesCamping: __VLS_WithTemplateSlots_108<typeof __VLS_component_108, ReturnType<typeof __VLS_template_108>>;
|
|
8181
8331
|
|
|
8182
|
-
export declare const IconExperiencesClimbing:
|
|
8332
|
+
export declare const IconExperiencesClimbing: __VLS_WithTemplateSlots_109<typeof __VLS_component_109, ReturnType<typeof __VLS_template_109>>;
|
|
8183
8333
|
|
|
8184
|
-
export declare const IconExperiencesClothing:
|
|
8334
|
+
export declare const IconExperiencesClothing: __VLS_WithTemplateSlots_110<typeof __VLS_component_110, ReturnType<typeof __VLS_template_110>>;
|
|
8185
8335
|
|
|
8186
|
-
export declare const IconExperiencesCycling:
|
|
8336
|
+
export declare const IconExperiencesCycling: __VLS_WithTemplateSlots_111<typeof __VLS_component_111, ReturnType<typeof __VLS_template_111>>;
|
|
8187
8337
|
|
|
8188
|
-
export declare const IconExperiencesFamily:
|
|
8338
|
+
export declare const IconExperiencesFamily: __VLS_WithTemplateSlots_112<typeof __VLS_component_112, ReturnType<typeof __VLS_template_112>>;
|
|
8189
8339
|
|
|
8190
|
-
export declare const IconExperiencesFitness:
|
|
8340
|
+
export declare const IconExperiencesFitness: __VLS_WithTemplateSlots_113<typeof __VLS_component_113, ReturnType<typeof __VLS_template_113>>;
|
|
8191
8341
|
|
|
8192
|
-
export declare const IconExperiencesHiking:
|
|
8342
|
+
export declare const IconExperiencesHiking: __VLS_WithTemplateSlots_114<typeof __VLS_component_114, ReturnType<typeof __VLS_template_114>>;
|
|
8193
8343
|
|
|
8194
|
-
export declare const IconExperiencesOutdoorBasics:
|
|
8344
|
+
export declare const IconExperiencesOutdoorBasics: __VLS_WithTemplateSlots_115<typeof __VLS_component_115, ReturnType<typeof __VLS_template_115>>;
|
|
8195
8345
|
|
|
8196
|
-
export declare const IconExperiencesPaddling:
|
|
8346
|
+
export declare const IconExperiencesPaddling: __VLS_WithTemplateSlots_116<typeof __VLS_component_116, ReturnType<typeof __VLS_template_116>>;
|
|
8197
8347
|
|
|
8198
|
-
export declare const IconExperiencesRentals:
|
|
8348
|
+
export declare const IconExperiencesRentals: __VLS_WithTemplateSlots_117<typeof __VLS_component_117, ReturnType<typeof __VLS_template_117>>;
|
|
8199
8349
|
|
|
8200
|
-
export declare const IconExperiencesRunning:
|
|
8350
|
+
export declare const IconExperiencesRunning: __VLS_WithTemplateSlots_118<typeof __VLS_component_118, ReturnType<typeof __VLS_template_118>>;
|
|
8201
8351
|
|
|
8202
|
-
export declare const IconExperiencesSnowsports:
|
|
8352
|
+
export declare const IconExperiencesSnowsports: __VLS_WithTemplateSlots_119<typeof __VLS_component_119, ReturnType<typeof __VLS_template_119>>;
|
|
8203
8353
|
|
|
8204
|
-
export declare const IconExperiencesTravel:
|
|
8354
|
+
export declare const IconExperiencesTravel: __VLS_WithTemplateSlots_120<typeof __VLS_component_120, ReturnType<typeof __VLS_template_120>>;
|
|
8205
8355
|
|
|
8206
|
-
export declare const IconExternalLink:
|
|
8356
|
+
export declare const IconExternalLink: __VLS_WithTemplateSlots_122<typeof __VLS_component_122, ReturnType<typeof __VLS_template_122>>;
|
|
8207
8357
|
|
|
8208
|
-
export declare const IconExternalLinkAlt:
|
|
8358
|
+
export declare const IconExternalLinkAlt: __VLS_WithTemplateSlots_121<typeof __VLS_component_121, ReturnType<typeof __VLS_template_121>>;
|
|
8209
8359
|
|
|
8210
|
-
export declare const IconEyeHide:
|
|
8360
|
+
export declare const IconEyeHide: __VLS_WithTemplateSlots_123<typeof __VLS_component_123, ReturnType<typeof __VLS_template_123>>;
|
|
8211
8361
|
|
|
8212
|
-
export declare const IconEyeShow:
|
|
8362
|
+
export declare const IconEyeShow: __VLS_WithTemplateSlots_124<typeof __VLS_component_124, ReturnType<typeof __VLS_template_124>>;
|
|
8213
8363
|
|
|
8214
|
-
export declare const IconFacebook:
|
|
8364
|
+
export declare const IconFacebook: __VLS_WithTemplateSlots_125<typeof __VLS_component_125, ReturnType<typeof __VLS_template_125>>;
|
|
8215
8365
|
|
|
8216
|
-
export declare const IconFilter:
|
|
8366
|
+
export declare const IconFilter: __VLS_WithTemplateSlots_127<typeof __VLS_component_127, ReturnType<typeof __VLS_template_127>>;
|
|
8217
8367
|
|
|
8218
|
-
export declare const IconFilterAlt:
|
|
8368
|
+
export declare const IconFilterAlt: __VLS_WithTemplateSlots_126<typeof __VLS_component_126, ReturnType<typeof __VLS_template_126>>;
|
|
8219
8369
|
|
|
8220
|
-
export declare const IconFindLocation:
|
|
8370
|
+
export declare const IconFindLocation: __VLS_WithTemplateSlots_128<typeof __VLS_component_128, ReturnType<typeof __VLS_template_128>>;
|
|
8221
8371
|
|
|
8222
|
-
export declare const IconFire:
|
|
8372
|
+
export declare const IconFire: __VLS_WithTemplateSlots_129<typeof __VLS_component_129, ReturnType<typeof __VLS_template_129>>;
|
|
8223
8373
|
|
|
8224
|
-
export declare const IconFishing:
|
|
8374
|
+
export declare const IconFishing: __VLS_WithTemplateSlots_130<typeof __VLS_component_130, ReturnType<typeof __VLS_template_130>>;
|
|
8225
8375
|
|
|
8226
|
-
export declare const IconFreeProduct:
|
|
8376
|
+
export declare const IconFreeProduct: __VLS_WithTemplateSlots_131<typeof __VLS_component_131, ReturnType<typeof __VLS_template_131>>;
|
|
8227
8377
|
|
|
8228
|
-
export declare const IconGridView:
|
|
8378
|
+
export declare const IconGridView: __VLS_WithTemplateSlots_132<typeof __VLS_component_132, ReturnType<typeof __VLS_template_132>>;
|
|
8229
8379
|
|
|
8230
|
-
export declare const IconHeartFill:
|
|
8380
|
+
export declare const IconHeartFill: __VLS_WithTemplateSlots_133<typeof __VLS_component_133, ReturnType<typeof __VLS_template_133>>;
|
|
8231
8381
|
|
|
8232
|
-
export declare const IconHeartStroke:
|
|
8382
|
+
export declare const IconHeartStroke: __VLS_WithTemplateSlots_134<typeof __VLS_component_134, ReturnType<typeof __VLS_template_134>>;
|
|
8233
8383
|
|
|
8234
|
-
export declare const IconHike:
|
|
8384
|
+
export declare const IconHike: __VLS_WithTemplateSlots_135<typeof __VLS_component_135, ReturnType<typeof __VLS_template_135>>;
|
|
8235
8385
|
|
|
8236
|
-
export declare const IconHistory:
|
|
8386
|
+
export declare const IconHistory: __VLS_WithTemplateSlots_136<typeof __VLS_component_136, ReturnType<typeof __VLS_template_136>>;
|
|
8237
8387
|
|
|
8238
|
-
export declare const IconHome:
|
|
8388
|
+
export declare const IconHome: __VLS_WithTemplateSlots_137<typeof __VLS_component_137, ReturnType<typeof __VLS_template_137>>;
|
|
8239
8389
|
|
|
8240
|
-
export declare const IconHorse:
|
|
8390
|
+
export declare const IconHorse: __VLS_WithTemplateSlots_138<typeof __VLS_component_138, ReturnType<typeof __VLS_template_138>>;
|
|
8241
8391
|
|
|
8242
|
-
export declare const IconHorseshoe:
|
|
8392
|
+
export declare const IconHorseshoe: __VLS_WithTemplateSlots_139<typeof __VLS_component_139, ReturnType<typeof __VLS_template_139>>;
|
|
8243
8393
|
|
|
8244
|
-
export declare const IconImage:
|
|
8394
|
+
export declare const IconImage: __VLS_WithTemplateSlots_140<typeof __VLS_component_140, ReturnType<typeof __VLS_template_140>>;
|
|
8245
8395
|
|
|
8246
|
-
export declare const IconInformationFill:
|
|
8396
|
+
export declare const IconInformationFill: __VLS_WithTemplateSlots_141<typeof __VLS_component_141, ReturnType<typeof __VLS_template_141>>;
|
|
8247
8397
|
|
|
8248
|
-
export declare const IconInformationStroke:
|
|
8398
|
+
export declare const IconInformationStroke: __VLS_WithTemplateSlots_142<typeof __VLS_component_142, ReturnType<typeof __VLS_template_142>>;
|
|
8249
8399
|
|
|
8250
|
-
export declare const IconInstagram:
|
|
8400
|
+
export declare const IconInstagram: __VLS_WithTemplateSlots_143<typeof __VLS_component_143, ReturnType<typeof __VLS_template_143>>;
|
|
8251
8401
|
|
|
8252
|
-
export declare const IconKayak:
|
|
8402
|
+
export declare const IconKayak: __VLS_WithTemplateSlots_144<typeof __VLS_component_144, ReturnType<typeof __VLS_template_144>>;
|
|
8253
8403
|
|
|
8254
|
-
export declare const IconLinkAlt:
|
|
8404
|
+
export declare const IconLinkAlt: __VLS_WithTemplateSlots_145<typeof __VLS_component_145, ReturnType<typeof __VLS_template_145>>;
|
|
8255
8405
|
|
|
8256
|
-
export declare const IconListRagged:
|
|
8406
|
+
export declare const IconListRagged: __VLS_WithTemplateSlots_146<typeof __VLS_component_146, ReturnType<typeof __VLS_template_146>>;
|
|
8257
8407
|
|
|
8258
|
-
export declare const IconListView:
|
|
8408
|
+
export declare const IconListView: __VLS_WithTemplateSlots_147<typeof __VLS_component_147, ReturnType<typeof __VLS_template_147>>;
|
|
8259
8409
|
|
|
8260
|
-
export declare const IconLocationPinFill:
|
|
8410
|
+
export declare const IconLocationPinFill: __VLS_WithTemplateSlots_148<typeof __VLS_component_148, ReturnType<typeof __VLS_template_148>>;
|
|
8261
8411
|
|
|
8262
|
-
export declare const IconLocationPinStroke:
|
|
8412
|
+
export declare const IconLocationPinStroke: __VLS_WithTemplateSlots_149<typeof __VLS_component_149, ReturnType<typeof __VLS_template_149>>;
|
|
8263
8413
|
|
|
8264
|
-
export declare const IconLockLockedFill:
|
|
8414
|
+
export declare const IconLockLockedFill: __VLS_WithTemplateSlots_150<typeof __VLS_component_150, ReturnType<typeof __VLS_template_150>>;
|
|
8265
8415
|
|
|
8266
|
-
export declare const IconLockLockedStroke:
|
|
8416
|
+
export declare const IconLockLockedStroke: __VLS_WithTemplateSlots_151<typeof __VLS_component_151, ReturnType<typeof __VLS_template_151>>;
|
|
8267
8417
|
|
|
8268
|
-
export declare const IconLockUnlockedStroke:
|
|
8418
|
+
export declare const IconLockUnlockedStroke: __VLS_WithTemplateSlots_152<typeof __VLS_component_152, ReturnType<typeof __VLS_template_152>>;
|
|
8269
8419
|
|
|
8270
|
-
export declare const IconMail:
|
|
8420
|
+
export declare const IconMail: __VLS_WithTemplateSlots_153<typeof __VLS_component_153, ReturnType<typeof __VLS_template_153>>;
|
|
8271
8421
|
|
|
8272
|
-
export declare const IconMap:
|
|
8422
|
+
export declare const IconMap: __VLS_WithTemplateSlots_154<typeof __VLS_component_154, ReturnType<typeof __VLS_template_154>>;
|
|
8273
8423
|
|
|
8274
|
-
export declare const IconMemberCard:
|
|
8424
|
+
export declare const IconMemberCard: __VLS_WithTemplateSlots_155<typeof __VLS_component_155, ReturnType<typeof __VLS_template_155>>;
|
|
8275
8425
|
|
|
8276
|
-
export declare const IconMembership:
|
|
8426
|
+
export declare const IconMembership: __VLS_WithTemplateSlots_156<typeof __VLS_component_156, ReturnType<typeof __VLS_template_156>>;
|
|
8277
8427
|
|
|
8278
|
-
export declare const IconMicrophone:
|
|
8428
|
+
export declare const IconMicrophone: __VLS_WithTemplateSlots_157<typeof __VLS_component_157, ReturnType<typeof __VLS_template_157>>;
|
|
8279
8429
|
|
|
8280
|
-
export declare const IconMinusFill:
|
|
8430
|
+
export declare const IconMinusFill: __VLS_WithTemplateSlots_158<typeof __VLS_component_158, ReturnType<typeof __VLS_template_158>>;
|
|
8281
8431
|
|
|
8282
|
-
export declare const IconMinusLg:
|
|
8432
|
+
export declare const IconMinusLg: __VLS_WithTemplateSlots_159<typeof __VLS_component_159, ReturnType<typeof __VLS_template_159>>;
|
|
8283
8433
|
|
|
8284
|
-
export declare const IconMinusSm:
|
|
8434
|
+
export declare const IconMinusSm: __VLS_WithTemplateSlots_160<typeof __VLS_component_160, ReturnType<typeof __VLS_template_160>>;
|
|
8285
8435
|
|
|
8286
|
-
export declare const IconMinusStroke:
|
|
8436
|
+
export declare const IconMinusStroke: __VLS_WithTemplateSlots_161<typeof __VLS_component_161, ReturnType<typeof __VLS_template_161>>;
|
|
8287
8437
|
|
|
8288
|
-
export declare const IconMoreFunctions:
|
|
8438
|
+
export declare const IconMoreFunctions: __VLS_WithTemplateSlots_162<typeof __VLS_component_162, ReturnType<typeof __VLS_template_162>>;
|
|
8289
8439
|
|
|
8290
|
-
export declare const IconMyLocation:
|
|
8440
|
+
export declare const IconMyLocation: __VLS_WithTemplateSlots_163<typeof __VLS_component_163, ReturnType<typeof __VLS_template_163>>;
|
|
8291
8441
|
|
|
8292
|
-
export declare const IconNavigationMenu:
|
|
8442
|
+
export declare const IconNavigationMenu: __VLS_WithTemplateSlots_164<typeof __VLS_component_164, ReturnType<typeof __VLS_template_164>>;
|
|
8293
8443
|
|
|
8294
|
-
export declare const IconNight:
|
|
8444
|
+
export declare const IconNight: __VLS_WithTemplateSlots_165<typeof __VLS_component_165, ReturnType<typeof __VLS_template_165>>;
|
|
8295
8445
|
|
|
8296
|
-
export declare const IconPaddle:
|
|
8446
|
+
export declare const IconPaddle: __VLS_WithTemplateSlots_166<typeof __VLS_component_166, ReturnType<typeof __VLS_template_166>>;
|
|
8297
8447
|
|
|
8298
|
-
export declare const IconPause:
|
|
8448
|
+
export declare const IconPause: __VLS_WithTemplateSlots_169<typeof __VLS_component_169, ReturnType<typeof __VLS_template_169>>;
|
|
8299
8449
|
|
|
8300
|
-
export declare const IconPauseFill:
|
|
8450
|
+
export declare const IconPauseFill: __VLS_WithTemplateSlots_167<typeof __VLS_component_167, ReturnType<typeof __VLS_template_167>>;
|
|
8301
8451
|
|
|
8302
|
-
export declare const IconPauseStroke:
|
|
8452
|
+
export declare const IconPauseStroke: __VLS_WithTemplateSlots_168<typeof __VLS_component_168, ReturnType<typeof __VLS_template_168>>;
|
|
8303
8453
|
|
|
8304
|
-
export declare const IconPhotography:
|
|
8454
|
+
export declare const IconPhotography: __VLS_WithTemplateSlots_170<typeof __VLS_component_170, ReturnType<typeof __VLS_template_170>>;
|
|
8305
8455
|
|
|
8306
|
-
export declare const IconPicnic:
|
|
8456
|
+
export declare const IconPicnic: __VLS_WithTemplateSlots_171<typeof __VLS_component_171, ReturnType<typeof __VLS_template_171>>;
|
|
8307
8457
|
|
|
8308
|
-
export declare const IconPinterest:
|
|
8458
|
+
export declare const IconPinterest: __VLS_WithTemplateSlots_172<typeof __VLS_component_172, ReturnType<typeof __VLS_template_172>>;
|
|
8309
8459
|
|
|
8310
|
-
export declare const IconPlane:
|
|
8460
|
+
export declare const IconPlane: __VLS_WithTemplateSlots_173<typeof __VLS_component_173, ReturnType<typeof __VLS_template_173>>;
|
|
8311
8461
|
|
|
8312
|
-
export declare const IconPlay:
|
|
8462
|
+
export declare const IconPlay: __VLS_WithTemplateSlots_176<typeof __VLS_component_176, ReturnType<typeof __VLS_template_176>>;
|
|
8313
8463
|
|
|
8314
|
-
export declare const IconPlayFill:
|
|
8464
|
+
export declare const IconPlayFill: __VLS_WithTemplateSlots_174<typeof __VLS_component_174, ReturnType<typeof __VLS_template_174>>;
|
|
8315
8465
|
|
|
8316
|
-
export declare const IconPlayground:
|
|
8466
|
+
export declare const IconPlayground: __VLS_WithTemplateSlots_177<typeof __VLS_component_177, ReturnType<typeof __VLS_template_177>>;
|
|
8317
8467
|
|
|
8318
|
-
export declare const IconPlayStroke:
|
|
8468
|
+
export declare const IconPlayStroke: __VLS_WithTemplateSlots_175<typeof __VLS_component_175, ReturnType<typeof __VLS_template_175>>;
|
|
8319
8469
|
|
|
8320
|
-
export declare const IconPlugin:
|
|
8470
|
+
export declare const IconPlugin: __VLS_WithTemplateSlots_178<typeof __VLS_component_178, ReturnType<typeof __VLS_template_178>>;
|
|
8321
8471
|
|
|
8322
|
-
export declare const IconPlusFill:
|
|
8472
|
+
export declare const IconPlusFill: __VLS_WithTemplateSlots_179<typeof __VLS_component_179, ReturnType<typeof __VLS_template_179>>;
|
|
8323
8473
|
|
|
8324
|
-
export declare const IconPlusLg:
|
|
8474
|
+
export declare const IconPlusLg: __VLS_WithTemplateSlots_180<typeof __VLS_component_180, ReturnType<typeof __VLS_template_180>>;
|
|
8325
8475
|
|
|
8326
|
-
export declare const IconPlusSm:
|
|
8476
|
+
export declare const IconPlusSm: __VLS_WithTemplateSlots_181<typeof __VLS_component_181, ReturnType<typeof __VLS_template_181>>;
|
|
8327
8477
|
|
|
8328
|
-
export declare const IconPlusStroke:
|
|
8478
|
+
export declare const IconPlusStroke: __VLS_WithTemplateSlots_182<typeof __VLS_component_182, ReturnType<typeof __VLS_template_182>>;
|
|
8329
8479
|
|
|
8330
|
-
export declare const IconPrint:
|
|
8480
|
+
export declare const IconPrint: __VLS_WithTemplateSlots_183<typeof __VLS_component_183, ReturnType<typeof __VLS_template_183>>;
|
|
8331
8481
|
|
|
8332
|
-
export declare const IconProtectionFill:
|
|
8482
|
+
export declare const IconProtectionFill: __VLS_WithTemplateSlots_184<typeof __VLS_component_184, ReturnType<typeof __VLS_template_184>>;
|
|
8333
8483
|
|
|
8334
|
-
export declare const IconProtectionStroke:
|
|
8484
|
+
export declare const IconProtectionStroke: __VLS_WithTemplateSlots_185<typeof __VLS_component_185, ReturnType<typeof __VLS_template_185>>;
|
|
8335
8485
|
|
|
8336
|
-
export declare const IconQuestionFill:
|
|
8486
|
+
export declare const IconQuestionFill: __VLS_WithTemplateSlots_186<typeof __VLS_component_186, ReturnType<typeof __VLS_template_186>>;
|
|
8337
8487
|
|
|
8338
|
-
export declare const IconQuestionStroke:
|
|
8488
|
+
export declare const IconQuestionStroke: __VLS_WithTemplateSlots_187<typeof __VLS_component_187, ReturnType<typeof __VLS_template_187>>;
|
|
8339
8489
|
|
|
8340
|
-
export declare const IconRefresh:
|
|
8490
|
+
export declare const IconRefresh: __VLS_WithTemplateSlots_188<typeof __VLS_component_188, ReturnType<typeof __VLS_template_188>>;
|
|
8341
8491
|
|
|
8342
|
-
export declare const IconReload:
|
|
8492
|
+
export declare const IconReload: __VLS_WithTemplateSlots_189<typeof __VLS_component_189, ReturnType<typeof __VLS_template_189>>;
|
|
8343
8493
|
|
|
8344
|
-
export declare const IconReturns:
|
|
8494
|
+
export declare const IconReturns: __VLS_WithTemplateSlots_190<typeof __VLS_component_190, ReturnType<typeof __VLS_template_190>>;
|
|
8345
8495
|
|
|
8346
|
-
export declare const IconRun:
|
|
8496
|
+
export declare const IconRun: __VLS_WithTemplateSlots_191<typeof __VLS_component_191, ReturnType<typeof __VLS_template_191>>;
|
|
8347
8497
|
|
|
8348
|
-
export declare const IconScanBarcode:
|
|
8498
|
+
export declare const IconScanBarcode: __VLS_WithTemplateSlots_192<typeof __VLS_component_192, ReturnType<typeof __VLS_template_192>>;
|
|
8349
8499
|
|
|
8350
|
-
export declare const IconSearch:
|
|
8500
|
+
export declare const IconSearch: __VLS_WithTemplateSlots_193<typeof __VLS_component_193, ReturnType<typeof __VLS_template_193>>;
|
|
8351
8501
|
|
|
8352
|
-
export declare const IconServiceShop:
|
|
8502
|
+
export declare const IconServiceShop: __VLS_WithTemplateSlots_194<typeof __VLS_component_194, ReturnType<typeof __VLS_template_194>>;
|
|
8353
8503
|
|
|
8354
|
-
export declare const IconShipping:
|
|
8504
|
+
export declare const IconShipping: __VLS_WithTemplateSlots_197<typeof __VLS_component_197, ReturnType<typeof __VLS_template_197>>;
|
|
8355
8505
|
|
|
8356
|
-
export declare const IconShippingPrep:
|
|
8506
|
+
export declare const IconShippingPrep: __VLS_WithTemplateSlots_195<typeof __VLS_component_195, ReturnType<typeof __VLS_template_195>>;
|
|
8357
8507
|
|
|
8358
|
-
export declare const IconShippingTruck:
|
|
8508
|
+
export declare const IconShippingTruck: __VLS_WithTemplateSlots_196<typeof __VLS_component_196, ReturnType<typeof __VLS_template_196>>;
|
|
8359
8509
|
|
|
8360
|
-
export declare const IconShoppingBag:
|
|
8510
|
+
export declare const IconShoppingBag: __VLS_WithTemplateSlots_199<typeof __VLS_component_199, ReturnType<typeof __VLS_template_199>>;
|
|
8361
8511
|
|
|
8362
|
-
export declare const IconShoppingBagFill:
|
|
8512
|
+
export declare const IconShoppingBagFill: __VLS_WithTemplateSlots_198<typeof __VLS_component_198, ReturnType<typeof __VLS_template_198>>;
|
|
8363
8513
|
|
|
8364
|
-
export declare const IconShrink:
|
|
8514
|
+
export declare const IconShrink: __VLS_WithTemplateSlots_200<typeof __VLS_component_200, ReturnType<typeof __VLS_template_200>>;
|
|
8365
8515
|
|
|
8366
|
-
export declare const IconSizeChart:
|
|
8516
|
+
export declare const IconSizeChart: __VLS_WithTemplateSlots_201<typeof __VLS_component_201, ReturnType<typeof __VLS_template_201>>;
|
|
8367
8517
|
|
|
8368
|
-
export declare const IconSki:
|
|
8518
|
+
export declare const IconSki: __VLS_WithTemplateSlots_203<typeof __VLS_component_203, ReturnType<typeof __VLS_template_203>>;
|
|
8369
8519
|
|
|
8370
|
-
export declare const IconSkiBoot:
|
|
8520
|
+
export declare const IconSkiBoot: __VLS_WithTemplateSlots_202<typeof __VLS_component_202, ReturnType<typeof __VLS_template_202>>;
|
|
8371
8521
|
|
|
8372
|
-
export declare const IconSnow:
|
|
8522
|
+
export declare const IconSnow: __VLS_WithTemplateSlots_205<typeof __VLS_component_205, ReturnType<typeof __VLS_template_205>>;
|
|
8373
8523
|
|
|
8374
|
-
export declare const IconSnowShop:
|
|
8524
|
+
export declare const IconSnowShop: __VLS_WithTemplateSlots_204<typeof __VLS_component_204, ReturnType<typeof __VLS_template_204>>;
|
|
8375
8525
|
|
|
8376
|
-
export declare const IconSort:
|
|
8526
|
+
export declare const IconSort: __VLS_WithTemplateSlots_206<typeof __VLS_component_206, ReturnType<typeof __VLS_template_206>>;
|
|
8377
8527
|
|
|
8378
|
-
export declare const IconStar100:
|
|
8528
|
+
export declare const IconStar100: __VLS_WithTemplateSlots_207<typeof __VLS_component_207, ReturnType<typeof __VLS_template_207>>;
|
|
8379
8529
|
|
|
8380
|
-
export declare const IconStar25:
|
|
8530
|
+
export declare const IconStar25: __VLS_WithTemplateSlots_208<typeof __VLS_component_208, ReturnType<typeof __VLS_template_208>>;
|
|
8381
8531
|
|
|
8382
|
-
export declare const IconStar50:
|
|
8532
|
+
export declare const IconStar50: __VLS_WithTemplateSlots_209<typeof __VLS_component_209, ReturnType<typeof __VLS_template_209>>;
|
|
8383
8533
|
|
|
8384
|
-
export declare const IconStar75:
|
|
8534
|
+
export declare const IconStar75: __VLS_WithTemplateSlots_210<typeof __VLS_component_210, ReturnType<typeof __VLS_template_210>>;
|
|
8385
8535
|
|
|
8386
|
-
export declare const IconStarStroke:
|
|
8536
|
+
export declare const IconStarStroke: __VLS_WithTemplateSlots_211<typeof __VLS_component_211, ReturnType<typeof __VLS_template_211>>;
|
|
8387
8537
|
|
|
8388
|
-
export declare const IconStorefront:
|
|
8538
|
+
export declare const IconStorefront: __VLS_WithTemplateSlots_212<typeof __VLS_component_212, ReturnType<typeof __VLS_template_212>>;
|
|
8389
8539
|
|
|
8390
|
-
export declare const IconSwim:
|
|
8540
|
+
export declare const IconSwim: __VLS_WithTemplateSlots_213<typeof __VLS_component_213, ReturnType<typeof __VLS_template_213>>;
|
|
8391
8541
|
|
|
8392
|
-
export declare const IconTelephone:
|
|
8542
|
+
export declare const IconTelephone: __VLS_WithTemplateSlots_214<typeof __VLS_component_214, ReturnType<typeof __VLS_template_214>>;
|
|
8393
8543
|
|
|
8394
|
-
export declare const IconTent:
|
|
8544
|
+
export declare const IconTent: __VLS_WithTemplateSlots_215<typeof __VLS_component_215, ReturnType<typeof __VLS_template_215>>;
|
|
8395
8545
|
|
|
8396
|
-
export declare const IconTrash:
|
|
8546
|
+
export declare const IconTrash: __VLS_WithTemplateSlots_216<typeof __VLS_component_216, ReturnType<typeof __VLS_template_216>>;
|
|
8397
8547
|
|
|
8398
|
-
export declare const IconTwitter:
|
|
8548
|
+
export declare const IconTwitter: __VLS_WithTemplateSlots_217<typeof __VLS_component_217, ReturnType<typeof __VLS_template_217>>;
|
|
8399
8549
|
|
|
8400
|
-
export declare const IconUpload:
|
|
8550
|
+
export declare const IconUpload: __VLS_WithTemplateSlots_218<typeof __VLS_component_218, ReturnType<typeof __VLS_template_218>>;
|
|
8401
8551
|
|
|
8402
|
-
export declare const IconVerifiedPurchaser:
|
|
8552
|
+
export declare const IconVerifiedPurchaser: __VLS_WithTemplateSlots_219<typeof __VLS_component_219, ReturnType<typeof __VLS_template_219>>;
|
|
8403
8553
|
|
|
8404
|
-
export declare const IconVirtualOutfitting:
|
|
8554
|
+
export declare const IconVirtualOutfitting: __VLS_WithTemplateSlots_220<typeof __VLS_component_220, ReturnType<typeof __VLS_template_220>>;
|
|
8405
8555
|
|
|
8406
|
-
export declare const IconWarningFill:
|
|
8556
|
+
export declare const IconWarningFill: __VLS_WithTemplateSlots_221<typeof __VLS_component_221, ReturnType<typeof __VLS_template_221>>;
|
|
8407
8557
|
|
|
8408
|
-
export declare const IconWarningStroke:
|
|
8558
|
+
export declare const IconWarningStroke: __VLS_WithTemplateSlots_222<typeof __VLS_component_222, ReturnType<typeof __VLS_template_222>>;
|
|
8409
8559
|
|
|
8410
|
-
export declare const IconWater:
|
|
8560
|
+
export declare const IconWater: __VLS_WithTemplateSlots_223<typeof __VLS_component_223, ReturnType<typeof __VLS_template_223>>;
|
|
8411
8561
|
|
|
8412
|
-
export declare const IconWilderness:
|
|
8562
|
+
export declare const IconWilderness: __VLS_WithTemplateSlots_224<typeof __VLS_component_224, ReturnType<typeof __VLS_template_224>>;
|
|
8413
8563
|
|
|
8414
|
-
export declare const IconXFill:
|
|
8564
|
+
export declare const IconXFill: __VLS_WithTemplateSlots_225<typeof __VLS_component_225, ReturnType<typeof __VLS_template_225>>;
|
|
8415
8565
|
|
|
8416
|
-
export declare const IconXLg:
|
|
8566
|
+
export declare const IconXLg: __VLS_WithTemplateSlots_226<typeof __VLS_component_226, ReturnType<typeof __VLS_template_226>>;
|
|
8417
8567
|
|
|
8418
|
-
export declare const IconXSm:
|
|
8568
|
+
export declare const IconXSm: __VLS_WithTemplateSlots_227<typeof __VLS_component_227, ReturnType<typeof __VLS_template_227>>;
|
|
8419
8569
|
|
|
8420
|
-
export declare const IconXStroke:
|
|
8570
|
+
export declare const IconXStroke: __VLS_WithTemplateSlots_228<typeof __VLS_component_228, ReturnType<typeof __VLS_template_228>>;
|
|
8421
8571
|
|
|
8422
|
-
export declare const IconYoutube:
|
|
8572
|
+
export declare const IconYoutube: __VLS_WithTemplateSlots_229<typeof __VLS_component_229, ReturnType<typeof __VLS_template_229>>;
|
|
8423
8573
|
|
|
8424
|
-
export declare const IconZoomIn:
|
|
8574
|
+
export declare const IconZoomIn: __VLS_WithTemplateSlots_230<typeof __VLS_component_230, ReturnType<typeof __VLS_template_230>>;
|
|
8425
8575
|
|
|
8426
|
-
export declare const IconZoomOut:
|
|
8576
|
+
export declare const IconZoomOut: __VLS_WithTemplateSlots_231<typeof __VLS_component_231, ReturnType<typeof __VLS_template_231>>;
|
|
8427
8577
|
|
|
8428
8578
|
/**
|
|
8429
8579
|
* Foundational container for creating structured layouts
|
|
@@ -8803,4 +8953,6 @@ declare interface utilitySerifTextProps extends baseTextProps {
|
|
|
8803
8953
|
strong?: boolean;
|
|
8804
8954
|
}
|
|
8805
8955
|
|
|
8956
|
+
declare type WithHTMLAttrs<T> = T & HtmlAttributes;
|
|
8957
|
+
|
|
8806
8958
|
export { }
|