@rei/cedar 15.0.0-beta.0 → 15.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cdr-reset.css +8 -0
- package/dist/cdr-style.css +1 -1
- package/dist/cedar.umd.js +14 -14
- package/dist/component-docgen.json +2643 -1795
- package/dist/icon-component-docgen.json +664 -664
- package/dist/lib.d.ts +205 -146
- package/dist/src/components/abstract/CdrAbstract.vue2.mjs +8 -10
- package/dist/src/components/abstract/styles/CdrAbstract.module.scss.mjs +1 -1
- package/dist/src/components/accordion/styles/CdrAccordion.module.scss.mjs +29 -29
- package/dist/src/components/accordion/styles/CdrAccordionGroup.module.scss.mjs +2 -2
- package/dist/src/components/banner/styles/CdrBanner.module.scss.mjs +14 -14
- package/dist/src/components/breadcrumb/styles/CdrBreadcrumb.module.scss.mjs +7 -7
- package/dist/src/components/button/styles/CdrButton.module.scss.mjs +31 -31
- package/dist/src/components/caption/styles/CdrCaption.module.scss.mjs +4 -4
- package/dist/src/components/card/styles/CdrCard.module.scss.mjs +3 -3
- package/dist/src/components/checkbox/styles/CdrCheckbox.module.scss.mjs +27 -27
- package/dist/src/components/chip/styles/CdrChip.module.scss.mjs +4 -4
- package/dist/src/components/chip/styles/CdrChipGroup.module.scss.mjs +4 -4
- package/dist/src/components/choreographer/styles/CdrChoreographer.module.scss.mjs +4 -4
- package/dist/src/components/container/styles/CdrContainer.module.scss.mjs +2 -2
- package/dist/src/components/formError/styles/CdrFormError.module.scss.mjs +2 -2
- package/dist/src/components/formGroup/styles/CdrFormGroup.module.scss.mjs +8 -8
- package/dist/src/components/grid/styles/CdrGrid.module.scss.mjs +21 -21
- package/dist/src/components/icon/styles/CdrIcon.module.scss.mjs +12 -12
- package/dist/src/components/image/CdrImg.vue2.mjs +2 -2
- package/dist/src/components/image/styles/CdrImg.module.scss.mjs +1 -1
- package/dist/src/components/input/CdrInput.vue2.mjs +15 -12
- package/dist/src/components/input/styles/CdrInput.module.scss.mjs +34 -34
- package/dist/src/components/kicker/CdrKicker.vue2.mjs +16 -8
- package/dist/src/components/kicker/styles/CdrKicker.module.scss.mjs +3 -3
- package/dist/src/components/labelStandalone/CdrLabelStandalone.vue2.mjs +23 -19
- package/dist/src/components/labelStandalone/styles/CdrLabelStandalone.module.scss.mjs +14 -14
- package/dist/src/components/labelWrapper/styles/CdrLabelWrapper.module.scss.mjs +25 -25
- package/dist/src/components/{lead/compositions/landingLead → landingLead}/CdrLandingLead.vue.mjs +1 -1
- package/dist/src/components/landingLead/CdrLandingLead.vue2.mjs +59 -0
- package/dist/src/components/{lead/compositions/landingLead → landingLead/components}/CdrHeadingSubheadingBlock.vue.mjs +2 -2
- package/dist/src/components/{lead/compositions/landingLead → landingLead/components}/CdrHeadingSubheadingBlock.vue2.mjs +2 -2
- package/dist/src/components/{lead/compositions/landingLead → landingLead}/styles/CdrHeadingSubheadingBlock.module.scss.mjs +4 -2
- package/dist/src/components/landingLead/styles/CdrLandingLead.module.scss.mjs +8 -0
- package/dist/src/components/link/styles/CdrLink.module.scss.mjs +3 -3
- package/dist/src/components/list/styles/CdrList.module.scss.mjs +7 -7
- package/dist/src/components/modal/styles/CdrModal.module.scss.mjs +12 -12
- package/dist/src/components/pagination/styles/CdrPagination.module.scss.mjs +55 -55
- package/dist/src/components/picture/CdrPicture.vue2.mjs +2 -2
- package/dist/src/components/picture/styles/CdrPicture.module.scss.mjs +4 -4
- package/dist/src/components/popover/styles/CdrPopover.module.scss.mjs +65 -65
- package/dist/src/components/popup/styles/CdrPopup.module.scss.mjs +14 -14
- package/dist/src/components/quote/CdrQuote.vue2.mjs +1 -2
- package/dist/src/components/quote/styles/CdrQuote.module.scss.mjs +4 -4
- package/dist/src/components/radio/styles/CdrRadio.module.scss.mjs +27 -27
- package/dist/src/components/rating/styles/CdrRating.module.scss.mjs +44 -44
- package/dist/src/components/select/styles/CdrSelect.module.scss.mjs +44 -44
- package/dist/src/components/skeleton/styles/CdrSkeleton.module.scss.mjs +1 -1
- package/dist/src/components/skeleton/styles/CdrSkeletonBone.module.scss.mjs +7 -7
- package/dist/src/components/splitSurface/CdrSplitSurface.vue.mjs +9 -0
- package/dist/src/components/splitSurface/CdrSplitSurface.vue2.mjs +30 -0
- package/dist/src/components/splitSurface/styles/CdrSplitSurface.module.scss.mjs +10 -0
- package/dist/src/components/switch/styles/CdrSwitch.module.scss.mjs +10 -10
- package/dist/src/components/table/styles/CdrTable.module.scss.mjs +15 -15
- package/dist/src/components/tabs/styles/CdrTabPanel.module.scss.mjs +5 -5
- package/dist/src/components/tabs/styles/CdrTabs.module.scss.mjs +28 -28
- package/dist/src/components/text/presets/CdrBody.vue.mjs +1 -1
- package/dist/src/components/text/presets/CdrEyebrow.vue.mjs +1 -1
- package/dist/src/components/text/presets/CdrHeadingDisplay.vue.mjs +1 -1
- package/dist/src/components/text/presets/CdrHeadingSans.vue.mjs +1 -1
- package/dist/src/components/text/presets/CdrHeadingSerif.vue.mjs +1 -1
- package/dist/src/components/text/presets/CdrSubheadingSans.vue.mjs +1 -1
- package/dist/src/components/text/presets/CdrUtilitySans.vue.mjs +1 -1
- package/dist/src/components/text/presets/CdrUtilitySerif.vue.mjs +1 -1
- package/dist/src/components/text/presets/{CdrBody.vue3.mjs → styles/CdrBody.module.scss.mjs} +1 -1
- package/dist/src/components/text/presets/styles/CdrEyebrow.module.scss.mjs +6 -0
- package/dist/src/components/text/presets/styles/CdrHeadingDisplay.module.scss.mjs +6 -0
- package/dist/src/components/text/presets/styles/CdrHeadingSans.module.scss.mjs +6 -0
- package/dist/src/components/text/presets/styles/CdrHeadingSerif.module.scss.mjs +6 -0
- package/dist/src/components/text/presets/styles/CdrSubheadingSans.module.scss.mjs +6 -0
- package/dist/src/components/text/presets/styles/CdrUtilitySans.module.scss.mjs +6 -0
- package/dist/src/components/text/presets/styles/CdrUtilitySerif.module.scss.mjs +6 -0
- package/dist/src/components/text/styles/CdrText.module.scss.mjs +1 -1
- package/dist/src/components/title/CdrTitle.vue2.mjs +8 -9
- package/dist/src/components/title/styles/CdrTitle.module.scss.mjs +1 -1
- package/dist/src/components/toast/styles/CdrToast.module.scss.mjs +57 -57
- package/dist/src/components/toggleButton/styles/CdrToggleButton.module.scss.mjs +2 -2
- package/dist/src/components/toggleButton/styles/CdrToggleGroup.module.scss.mjs +7 -7
- package/dist/src/components/tooltip/CdrTooltip.vue2.mjs +32 -32
- package/dist/src/components/tooltip/styles/CdrTooltip.module.scss.mjs +16 -16
- package/dist/src/lib.mjs +27 -27
- 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-form-error.css +1 -1
- package/dist/style/cdr-form-group.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-link.css +1 -1
- package/dist/style/cdr-list.css +1 -1
- package/dist/style/cdr-modal.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 -0
- package/dist/style/cdr-subheading-sans.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/src/components/lead/CdrLead.vue.mjs +0 -9
- package/dist/src/components/lead/CdrLead.vue2.mjs +0 -24
- package/dist/src/components/lead/compositions/landingLead/CdrLandingLead.vue2.mjs +0 -57
- package/dist/src/components/lead/compositions/landingLead/styles/CdrLandingLead.module.scss.mjs +0 -7
- package/dist/src/components/lead/styles/CdrLead.module.scss.mjs +0 -10
- package/dist/src/components/text/presets/CdrEyebrow.vue3.mjs +0 -6
- package/dist/src/components/text/presets/CdrHeadingDisplay.vue3.mjs +0 -6
- package/dist/src/components/text/presets/CdrHeadingSans.vue3.mjs +0 -6
- package/dist/src/components/text/presets/CdrHeadingSerif.vue3.mjs +0 -6
- package/dist/src/components/text/presets/CdrSubheadingSans.vue3.mjs +0 -6
- package/dist/src/components/text/presets/CdrUtilitySans.vue3.mjs +0 -6
- package/dist/src/components/text/presets/CdrUtilitySerif.vue3.mjs +0 -6
- package/dist/style/cdr-lead.css +0 -1
package/dist/lib.d.ts
CHANGED
|
@@ -14,6 +14,12 @@ declare type __VLS_NonUndefinedable_11<T> = T extends undefined ? never : T;
|
|
|
14
14
|
|
|
15
15
|
declare type __VLS_NonUndefinedable_12<T> = T extends undefined ? never : T;
|
|
16
16
|
|
|
17
|
+
declare type __VLS_NonUndefinedable_13<T> = T extends undefined ? never : T;
|
|
18
|
+
|
|
19
|
+
declare type __VLS_NonUndefinedable_14<T> = T extends undefined ? never : T;
|
|
20
|
+
|
|
21
|
+
declare type __VLS_NonUndefinedable_15<T> = T extends undefined ? never : T;
|
|
22
|
+
|
|
17
23
|
declare type __VLS_NonUndefinedable_2<T> = T extends undefined ? never : T;
|
|
18
24
|
|
|
19
25
|
declare type __VLS_NonUndefinedable_3<T> = T extends undefined ? never : T;
|
|
@@ -46,6 +52,18 @@ declare type __VLS_Prettify_12<T> = {
|
|
|
46
52
|
[K in keyof T]: T[K];
|
|
47
53
|
} & {};
|
|
48
54
|
|
|
55
|
+
declare type __VLS_Prettify_13<T> = {
|
|
56
|
+
[K in keyof T]: T[K];
|
|
57
|
+
} & {};
|
|
58
|
+
|
|
59
|
+
declare type __VLS_Prettify_14<T> = {
|
|
60
|
+
[K in keyof T]: T[K];
|
|
61
|
+
} & {};
|
|
62
|
+
|
|
63
|
+
declare type __VLS_Prettify_15<T> = {
|
|
64
|
+
[K in keyof T]: T[K];
|
|
65
|
+
} & {};
|
|
66
|
+
|
|
49
67
|
declare type __VLS_Prettify_2<T> = {
|
|
50
68
|
[K in keyof T]: T[K];
|
|
51
69
|
} & {};
|
|
@@ -114,6 +132,33 @@ declare type __VLS_TypePropsToRuntimeProps_12<T> = {
|
|
|
114
132
|
};
|
|
115
133
|
};
|
|
116
134
|
|
|
135
|
+
declare type __VLS_TypePropsToRuntimeProps_13<T> = {
|
|
136
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
137
|
+
type: PropType<__VLS_NonUndefinedable_13<T[K]>>;
|
|
138
|
+
} : {
|
|
139
|
+
type: PropType<T[K]>;
|
|
140
|
+
required: true;
|
|
141
|
+
};
|
|
142
|
+
};
|
|
143
|
+
|
|
144
|
+
declare type __VLS_TypePropsToRuntimeProps_14<T> = {
|
|
145
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
146
|
+
type: PropType<__VLS_NonUndefinedable_14<T[K]>>;
|
|
147
|
+
} : {
|
|
148
|
+
type: PropType<T[K]>;
|
|
149
|
+
required: true;
|
|
150
|
+
};
|
|
151
|
+
};
|
|
152
|
+
|
|
153
|
+
declare type __VLS_TypePropsToRuntimeProps_15<T> = {
|
|
154
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
155
|
+
type: PropType<__VLS_NonUndefinedable_15<T[K]>>;
|
|
156
|
+
} : {
|
|
157
|
+
type: PropType<T[K]>;
|
|
158
|
+
required: true;
|
|
159
|
+
};
|
|
160
|
+
};
|
|
161
|
+
|
|
117
162
|
declare type __VLS_TypePropsToRuntimeProps_2<T> = {
|
|
118
163
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
119
164
|
type: PropType<__VLS_NonUndefinedable_2<T[K]>>;
|
|
@@ -210,6 +255,24 @@ declare type __VLS_WithDefaults_12<P, D> = {
|
|
|
210
255
|
}> : P[K];
|
|
211
256
|
};
|
|
212
257
|
|
|
258
|
+
declare type __VLS_WithDefaults_13<P, D> = {
|
|
259
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_13<P[K] & {
|
|
260
|
+
default: D[K];
|
|
261
|
+
}> : P[K];
|
|
262
|
+
};
|
|
263
|
+
|
|
264
|
+
declare type __VLS_WithDefaults_14<P, D> = {
|
|
265
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_14<P[K] & {
|
|
266
|
+
default: D[K];
|
|
267
|
+
}> : P[K];
|
|
268
|
+
};
|
|
269
|
+
|
|
270
|
+
declare type __VLS_WithDefaults_15<P, D> = {
|
|
271
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_15<P[K] & {
|
|
272
|
+
default: D[K];
|
|
273
|
+
}> : P[K];
|
|
274
|
+
};
|
|
275
|
+
|
|
213
276
|
declare type __VLS_WithDefaults_2<P, D> = {
|
|
214
277
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_2<P[K] & {
|
|
215
278
|
default: D[K];
|
|
@@ -1638,36 +1701,39 @@ declare type __VLS_WithTemplateSlots_99<T, S> = T & {
|
|
|
1638
1701
|
* @interface baseImageProps
|
|
1639
1702
|
*
|
|
1640
1703
|
*/
|
|
1641
|
-
declare interface baseImageProps {
|
|
1704
|
+
export declare interface baseImageProps {
|
|
1642
1705
|
/** The image src */
|
|
1643
1706
|
src: string;
|
|
1644
1707
|
/** The image alt. Defaults to empty string. */
|
|
1645
1708
|
alt?: string;
|
|
1646
|
-
/** Comma
|
|
1709
|
+
/** Comma separated list of image sources */
|
|
1647
1710
|
srcset?: string;
|
|
1648
|
-
/** Comma
|
|
1711
|
+
/** Comma separated list of source sizes */
|
|
1649
1712
|
sizes?: string;
|
|
1650
1713
|
/**
|
|
1651
|
-
*
|
|
1652
|
-
* @
|
|
1653
|
-
* @
|
|
1714
|
+
* Object fit of the image, passes value to CSS object-fit property
|
|
1715
|
+
* @demoSelectMultiple false
|
|
1716
|
+
* @values none,contain,cover,fill,scale-down
|
|
1654
1717
|
*/
|
|
1655
|
-
|
|
1718
|
+
fit?: "contain" | "cover" | "fill" | "none" | "scale-down";
|
|
1656
1719
|
/**
|
|
1657
1720
|
* Object position of the image, passes value to CSS object-position property.
|
|
1658
|
-
* @
|
|
1721
|
+
* @demoSelectMultiple true
|
|
1722
|
+
* @values center,top,right,bottom,left
|
|
1659
1723
|
*/
|
|
1660
1724
|
position?: string;
|
|
1661
|
-
/**
|
|
1662
|
-
* Object fit of the image, passes value to CSS object-fit property
|
|
1663
|
-
* @demoTextField true
|
|
1664
|
-
*/
|
|
1665
|
-
fit?: string;
|
|
1666
1725
|
/**
|
|
1667
1726
|
* Border radius of the image. Accepts shorthand for cedar radius tokens ("soft", "softer", "round") or a custom value which is passed ot the CSS border-radius property.
|
|
1668
|
-
* @
|
|
1727
|
+
* @demoSelectMultiple false
|
|
1728
|
+
* @values unset, soft, softer, round, 10%
|
|
1669
1729
|
*/
|
|
1670
1730
|
radius?: "soft" | "softer" | "round" | string;
|
|
1731
|
+
/**
|
|
1732
|
+
* Aspect ratio of the image, passes to the CSS aspect-ratio property.
|
|
1733
|
+
* @demoSelectMultiple false
|
|
1734
|
+
* @values auto,1/1,1/2,3/4,9/16,2/1,4/3,16/9
|
|
1735
|
+
*/
|
|
1736
|
+
ratio?: string;
|
|
1671
1737
|
/**
|
|
1672
1738
|
* Value for loading attribute ("lazy", "eager", "auto")
|
|
1673
1739
|
* @demoIgnore
|
|
@@ -1689,7 +1755,7 @@ declare interface baseImageProps {
|
|
|
1689
1755
|
* Text component properties
|
|
1690
1756
|
* @interface baseTextProps
|
|
1691
1757
|
*/
|
|
1692
|
-
declare interface baseTextProps {
|
|
1758
|
+
export declare interface baseTextProps {
|
|
1693
1759
|
/** Sets the HTML tag (p, span, h1, h2, etc) */
|
|
1694
1760
|
tag?: string;
|
|
1695
1761
|
}
|
|
@@ -1721,19 +1787,11 @@ export declare interface breadcrumbItem {
|
|
|
1721
1787
|
};
|
|
1722
1788
|
}
|
|
1723
1789
|
|
|
1724
|
-
export declare const CdrAbstract: __VLS_WithTemplateSlots<DefineComponent<{
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
};
|
|
1730
|
-
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
1731
|
-
/** Sets the HTML tag (p, span, h1, h2, etc) */
|
|
1732
|
-
tag: {
|
|
1733
|
-
type: StringConstructor;
|
|
1734
|
-
default: string;
|
|
1735
|
-
};
|
|
1736
|
-
}>>, {
|
|
1790
|
+
export declare const CdrAbstract: __VLS_WithTemplateSlots<DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<baseTextProps>, {
|
|
1791
|
+
tag: string;
|
|
1792
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<baseTextProps>, {
|
|
1793
|
+
tag: string;
|
|
1794
|
+
}>>>, {
|
|
1737
1795
|
tag: string;
|
|
1738
1796
|
}, {}>, {
|
|
1739
1797
|
default?(_: {}): any;
|
|
@@ -1865,7 +1923,7 @@ export declare const CdrAccordionGroup: __VLS_WithTemplateSlots_3<DefineComponen
|
|
|
1865
1923
|
* @values @xs, @sm, @md, @lg, true
|
|
1866
1924
|
*/
|
|
1867
1925
|
unwrap: {
|
|
1868
|
-
type: (
|
|
1926
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
1869
1927
|
default: boolean;
|
|
1870
1928
|
validator: (value: string) => boolean;
|
|
1871
1929
|
};
|
|
@@ -1875,7 +1933,7 @@ export declare const CdrAccordionGroup: __VLS_WithTemplateSlots_3<DefineComponen
|
|
|
1875
1933
|
* @values @xs, @sm, @md, @lg, true
|
|
1876
1934
|
*/
|
|
1877
1935
|
unwrap: {
|
|
1878
|
-
type: (
|
|
1936
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
1879
1937
|
default: boolean;
|
|
1880
1938
|
validator: (value: string) => boolean;
|
|
1881
1939
|
};
|
|
@@ -1917,11 +1975,11 @@ export declare const CdrBanner: __VLS_WithTemplateSlots_4<DefineComponent<{
|
|
|
1917
1975
|
"info-action"?(_: {}): any;
|
|
1918
1976
|
}>;
|
|
1919
1977
|
|
|
1920
|
-
export declare const CdrBody: __VLS_WithTemplateSlots_228<DefineComponent<
|
|
1978
|
+
export declare const CdrBody: __VLS_WithTemplateSlots_228<DefineComponent<__VLS_WithDefaults_14<__VLS_TypePropsToRuntimeProps_14<bodyTextProps>, {
|
|
1921
1979
|
tag: string;
|
|
1922
1980
|
scale: string;
|
|
1923
1981
|
strong: boolean;
|
|
1924
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<
|
|
1982
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_14<__VLS_TypePropsToRuntimeProps_14<bodyTextProps>, {
|
|
1925
1983
|
tag: string;
|
|
1926
1984
|
scale: string;
|
|
1927
1985
|
strong: boolean;
|
|
@@ -2041,7 +2099,7 @@ export declare const CdrButton: __VLS_WithTemplateSlots_6<DefineComponent<{
|
|
|
2041
2099
|
* Sets button width to 100%. Setting this value to true will set the button width to 100% of the parent container. Use the 'fullWidth' prop with the 'size' prop to control top and bottom padding.
|
|
2042
2100
|
*/
|
|
2043
2101
|
fullWidth: {
|
|
2044
|
-
type: (
|
|
2102
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
2045
2103
|
default: boolean;
|
|
2046
2104
|
validator: (value: string) => boolean;
|
|
2047
2105
|
};
|
|
@@ -2104,7 +2162,7 @@ export declare const CdrButton: __VLS_WithTemplateSlots_6<DefineComponent<{
|
|
|
2104
2162
|
* Sets button width to 100%. Setting this value to true will set the button width to 100% of the parent container. Use the 'fullWidth' prop with the 'size' prop to control top and bottom padding.
|
|
2105
2163
|
*/
|
|
2106
2164
|
fullWidth: {
|
|
2107
|
-
type: (
|
|
2165
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
2108
2166
|
default: boolean;
|
|
2109
2167
|
validator: (value: string) => boolean;
|
|
2110
2168
|
};
|
|
@@ -2204,7 +2262,7 @@ export declare const CdrCheckbox: __VLS_WithTemplateSlots_8<DefineComponent<{
|
|
|
2204
2262
|
* Show checkbox in indeterminate state. (NOTE: this is a visual-only state and there is no logic for when to show it)
|
|
2205
2263
|
*/
|
|
2206
2264
|
indeterminate: {
|
|
2207
|
-
type: (
|
|
2265
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
2208
2266
|
default: boolean;
|
|
2209
2267
|
};
|
|
2210
2268
|
/** Disables the checkbox */
|
|
@@ -2213,20 +2271,20 @@ export declare const CdrCheckbox: __VLS_WithTemplateSlots_8<DefineComponent<{
|
|
|
2213
2271
|
* The value when checked.
|
|
2214
2272
|
*/
|
|
2215
2273
|
trueValue: {
|
|
2216
|
-
type: (SymbolConstructor |
|
|
2274
|
+
type: (SymbolConstructor | BooleanConstructor | ObjectConstructor | ArrayConstructor | StringConstructor | NumberConstructor | FunctionConstructor)[];
|
|
2217
2275
|
default: boolean;
|
|
2218
2276
|
};
|
|
2219
2277
|
/**
|
|
2220
2278
|
* The value when unchecked.
|
|
2221
2279
|
*/
|
|
2222
2280
|
falseValue: {
|
|
2223
|
-
type: (SymbolConstructor |
|
|
2281
|
+
type: (SymbolConstructor | BooleanConstructor | ObjectConstructor | ArrayConstructor | StringConstructor | NumberConstructor | FunctionConstructor)[];
|
|
2224
2282
|
default: boolean;
|
|
2225
2283
|
};
|
|
2226
2284
|
/**
|
|
2227
2285
|
* The value when used in a checkbox group. Replaces `trueValue` and `falseValue`.
|
|
2228
2286
|
*/
|
|
2229
|
-
customValue: (SymbolConstructor |
|
|
2287
|
+
customValue: (SymbolConstructor | BooleanConstructor | ObjectConstructor | ArrayConstructor | StringConstructor | NumberConstructor | FunctionConstructor)[];
|
|
2230
2288
|
/**
|
|
2231
2289
|
* Sets the background color the input is rendered on
|
|
2232
2290
|
* @values primary, secondary
|
|
@@ -2257,7 +2315,7 @@ export declare const CdrCheckbox: __VLS_WithTemplateSlots_8<DefineComponent<{
|
|
|
2257
2315
|
};
|
|
2258
2316
|
/** @ignore */
|
|
2259
2317
|
modelValue: {
|
|
2260
|
-
type: (SymbolConstructor |
|
|
2318
|
+
type: (SymbolConstructor | BooleanConstructor | ObjectConstructor | ArrayConstructor | StringConstructor | NumberConstructor | FunctionConstructor)[];
|
|
2261
2319
|
};
|
|
2262
2320
|
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2263
2321
|
"update:modelValue": (...args: any[]) => void;
|
|
@@ -2278,7 +2336,7 @@ export declare const CdrCheckbox: __VLS_WithTemplateSlots_8<DefineComponent<{
|
|
|
2278
2336
|
* Show checkbox in indeterminate state. (NOTE: this is a visual-only state and there is no logic for when to show it)
|
|
2279
2337
|
*/
|
|
2280
2338
|
indeterminate: {
|
|
2281
|
-
type: (
|
|
2339
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
2282
2340
|
default: boolean;
|
|
2283
2341
|
};
|
|
2284
2342
|
/** Disables the checkbox */
|
|
@@ -2287,20 +2345,20 @@ export declare const CdrCheckbox: __VLS_WithTemplateSlots_8<DefineComponent<{
|
|
|
2287
2345
|
* The value when checked.
|
|
2288
2346
|
*/
|
|
2289
2347
|
trueValue: {
|
|
2290
|
-
type: (SymbolConstructor |
|
|
2348
|
+
type: (SymbolConstructor | BooleanConstructor | ObjectConstructor | ArrayConstructor | StringConstructor | NumberConstructor | FunctionConstructor)[];
|
|
2291
2349
|
default: boolean;
|
|
2292
2350
|
};
|
|
2293
2351
|
/**
|
|
2294
2352
|
* The value when unchecked.
|
|
2295
2353
|
*/
|
|
2296
2354
|
falseValue: {
|
|
2297
|
-
type: (SymbolConstructor |
|
|
2355
|
+
type: (SymbolConstructor | BooleanConstructor | ObjectConstructor | ArrayConstructor | StringConstructor | NumberConstructor | FunctionConstructor)[];
|
|
2298
2356
|
default: boolean;
|
|
2299
2357
|
};
|
|
2300
2358
|
/**
|
|
2301
2359
|
* The value when used in a checkbox group. Replaces `trueValue` and `falseValue`.
|
|
2302
2360
|
*/
|
|
2303
|
-
customValue: (SymbolConstructor |
|
|
2361
|
+
customValue: (SymbolConstructor | BooleanConstructor | ObjectConstructor | ArrayConstructor | StringConstructor | NumberConstructor | FunctionConstructor)[];
|
|
2304
2362
|
/**
|
|
2305
2363
|
* Sets the background color the input is rendered on
|
|
2306
2364
|
* @values primary, secondary
|
|
@@ -2331,7 +2389,7 @@ export declare const CdrCheckbox: __VLS_WithTemplateSlots_8<DefineComponent<{
|
|
|
2331
2389
|
};
|
|
2332
2390
|
/** @ignore */
|
|
2333
2391
|
modelValue: {
|
|
2334
|
-
type: (SymbolConstructor |
|
|
2392
|
+
type: (SymbolConstructor | BooleanConstructor | ObjectConstructor | ArrayConstructor | StringConstructor | NumberConstructor | FunctionConstructor)[];
|
|
2335
2393
|
};
|
|
2336
2394
|
}>> & {
|
|
2337
2395
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
@@ -2443,9 +2501,9 @@ export declare const CdrContainer: __VLS_WithTemplateSlots_11<DefineComponent<{
|
|
|
2443
2501
|
default?(_: {}): any;
|
|
2444
2502
|
}>;
|
|
2445
2503
|
|
|
2446
|
-
export declare const CdrEyebrow: __VLS_WithTemplateSlots_229<DefineComponent<
|
|
2504
|
+
export declare const CdrEyebrow: __VLS_WithTemplateSlots_229<DefineComponent<__VLS_WithDefaults_15<__VLS_TypePropsToRuntimeProps_15<baseTextProps>, {
|
|
2447
2505
|
tag: string;
|
|
2448
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<
|
|
2506
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_15<__VLS_TypePropsToRuntimeProps_15<baseTextProps>, {
|
|
2449
2507
|
tag: string;
|
|
2450
2508
|
}>>>, {
|
|
2451
2509
|
tag: string;
|
|
@@ -2472,7 +2530,7 @@ export declare const CdrFormGroup: __VLS_WithTemplateSlots_12<DefineComponent<{
|
|
|
2472
2530
|
* Sets the form group to an error state, displays the `error` slot if one is present.
|
|
2473
2531
|
*/
|
|
2474
2532
|
error: {
|
|
2475
|
-
type: (
|
|
2533
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
2476
2534
|
default: boolean;
|
|
2477
2535
|
};
|
|
2478
2536
|
/** Adds required label to the form group. */
|
|
@@ -2503,7 +2561,7 @@ export declare const CdrFormGroup: __VLS_WithTemplateSlots_12<DefineComponent<{
|
|
|
2503
2561
|
* Sets the form group to an error state, displays the `error` slot if one is present.
|
|
2504
2562
|
*/
|
|
2505
2563
|
error: {
|
|
2506
|
-
type: (
|
|
2564
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
2507
2565
|
default: boolean;
|
|
2508
2566
|
};
|
|
2509
2567
|
/** Adds required label to the form group. */
|
|
@@ -2566,10 +2624,10 @@ export declare const CdrGrid: __VLS_WithTemplateSlots_13<DefineComponent<{
|
|
|
2566
2624
|
default?(_: {}): any;
|
|
2567
2625
|
}>;
|
|
2568
2626
|
|
|
2569
|
-
export declare const CdrHeadingDisplay: __VLS_WithTemplateSlots_222<DefineComponent<
|
|
2627
|
+
export declare const CdrHeadingDisplay: __VLS_WithTemplateSlots_222<DefineComponent<__VLS_WithDefaults_8<__VLS_TypePropsToRuntimeProps_8<headingDisplayTextProps>, {
|
|
2570
2628
|
tag: string;
|
|
2571
2629
|
scale: string;
|
|
2572
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<
|
|
2630
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_8<__VLS_TypePropsToRuntimeProps_8<headingDisplayTextProps>, {
|
|
2573
2631
|
tag: string;
|
|
2574
2632
|
scale: string;
|
|
2575
2633
|
}>>>, {
|
|
@@ -2579,10 +2637,10 @@ export declare const CdrHeadingDisplay: __VLS_WithTemplateSlots_222<DefineCompon
|
|
|
2579
2637
|
default?(_: {}): any;
|
|
2580
2638
|
}>;
|
|
2581
2639
|
|
|
2582
|
-
export declare const CdrHeadingSans: __VLS_WithTemplateSlots_224<DefineComponent<
|
|
2640
|
+
export declare const CdrHeadingSans: __VLS_WithTemplateSlots_224<DefineComponent<__VLS_WithDefaults_10<__VLS_TypePropsToRuntimeProps_10<headingSansTextProps>, {
|
|
2583
2641
|
tag: string;
|
|
2584
2642
|
scale: string;
|
|
2585
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<
|
|
2643
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_10<__VLS_TypePropsToRuntimeProps_10<headingSansTextProps>, {
|
|
2586
2644
|
tag: string;
|
|
2587
2645
|
scale: string;
|
|
2588
2646
|
}>>>, {
|
|
@@ -2592,11 +2650,11 @@ export declare const CdrHeadingSans: __VLS_WithTemplateSlots_224<DefineComponent
|
|
|
2592
2650
|
default?(_: {}): any;
|
|
2593
2651
|
}>;
|
|
2594
2652
|
|
|
2595
|
-
export declare const CdrHeadingSerif: __VLS_WithTemplateSlots_223<DefineComponent<
|
|
2653
|
+
export declare const CdrHeadingSerif: __VLS_WithTemplateSlots_223<DefineComponent<__VLS_WithDefaults_9<__VLS_TypePropsToRuntimeProps_9<headingSerifTextProps>, {
|
|
2596
2654
|
tag: string;
|
|
2597
2655
|
scale: string;
|
|
2598
2656
|
strong: boolean;
|
|
2599
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<
|
|
2657
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_9<__VLS_TypePropsToRuntimeProps_9<headingSerifTextProps>, {
|
|
2600
2658
|
tag: string;
|
|
2601
2659
|
scale: string;
|
|
2602
2660
|
strong: boolean;
|
|
@@ -2649,9 +2707,9 @@ export declare const CdrIcon: __VLS_WithTemplateSlots_14<DefineComponent<{
|
|
|
2649
2707
|
default?(_: {}): any;
|
|
2650
2708
|
}>;
|
|
2651
2709
|
|
|
2652
|
-
export declare const CdrImg: DefineComponent<
|
|
2710
|
+
export declare const CdrImg: DefineComponent<__VLS_WithDefaults_2<__VLS_TypePropsToRuntimeProps_2<baseImageProps>, {
|
|
2653
2711
|
alt: string;
|
|
2654
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<
|
|
2712
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_2<__VLS_TypePropsToRuntimeProps_2<baseImageProps>, {
|
|
2655
2713
|
alt: string;
|
|
2656
2714
|
}>>>, {
|
|
2657
2715
|
alt: string;
|
|
@@ -2726,7 +2784,7 @@ export declare const CdrInput: __VLS_WithTemplateSlots_15<DefineComponent<{
|
|
|
2726
2784
|
};
|
|
2727
2785
|
/** Sets the input to an error state, displays the `error` slot if one is present. */
|
|
2728
2786
|
error: {
|
|
2729
|
-
type: (
|
|
2787
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
2730
2788
|
default: boolean;
|
|
2731
2789
|
};
|
|
2732
2790
|
/**
|
|
@@ -2745,7 +2803,9 @@ export declare const CdrInput: __VLS_WithTemplateSlots_15<DefineComponent<{
|
|
|
2745
2803
|
modelValue: {
|
|
2746
2804
|
type: (StringConstructor | NumberConstructor)[];
|
|
2747
2805
|
};
|
|
2748
|
-
/** Adds a custom class to the cdr-label-standalone
|
|
2806
|
+
/** Adds a custom class to the cdr-label-standalone container div */
|
|
2807
|
+
inputContainerClass: StringConstructor;
|
|
2808
|
+
/** Passes a custom class to the label for custom styles */
|
|
2749
2809
|
labelClass: StringConstructor;
|
|
2750
2810
|
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2751
2811
|
"update:modelValue": (...args: any[]) => void;
|
|
@@ -2818,7 +2878,7 @@ export declare const CdrInput: __VLS_WithTemplateSlots_15<DefineComponent<{
|
|
|
2818
2878
|
};
|
|
2819
2879
|
/** Sets the input to an error state, displays the `error` slot if one is present. */
|
|
2820
2880
|
error: {
|
|
2821
|
-
type: (
|
|
2881
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
2822
2882
|
default: boolean;
|
|
2823
2883
|
};
|
|
2824
2884
|
/**
|
|
@@ -2837,7 +2897,9 @@ export declare const CdrInput: __VLS_WithTemplateSlots_15<DefineComponent<{
|
|
|
2837
2897
|
modelValue: {
|
|
2838
2898
|
type: (StringConstructor | NumberConstructor)[];
|
|
2839
2899
|
};
|
|
2840
|
-
/** Adds a custom class to the cdr-label-standalone
|
|
2900
|
+
/** Adds a custom class to the cdr-label-standalone container div */
|
|
2901
|
+
inputContainerClass: StringConstructor;
|
|
2902
|
+
/** Passes a custom class to the label for custom styles */
|
|
2841
2903
|
labelClass: StringConstructor;
|
|
2842
2904
|
}>> & {
|
|
2843
2905
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
@@ -2862,82 +2924,75 @@ export declare const CdrInput: __VLS_WithTemplateSlots_15<DefineComponent<{
|
|
|
2862
2924
|
error?(_: {}): any;
|
|
2863
2925
|
}>;
|
|
2864
2926
|
|
|
2865
|
-
export declare const CdrKicker: __VLS_WithTemplateSlots_16<DefineComponent<
|
|
2927
|
+
export declare const CdrKicker: __VLS_WithTemplateSlots_16<DefineComponent<__VLS_WithDefaults_3<__VLS_TypePropsToRuntimeProps_3<baseTextProps>, {
|
|
2928
|
+
tag: string;
|
|
2929
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_3<__VLS_TypePropsToRuntimeProps_3<baseTextProps>, {
|
|
2930
|
+
tag: string;
|
|
2931
|
+
}>>>, {
|
|
2932
|
+
tag: string;
|
|
2933
|
+
}, {}>, {
|
|
2866
2934
|
default?(_: {}): any;
|
|
2867
2935
|
}>;
|
|
2868
2936
|
|
|
2869
2937
|
export declare const CdrLandingLead: DefineComponent<{
|
|
2870
|
-
/** Sets the lead's image source */
|
|
2938
|
+
/** Sets the landing lead's image source */
|
|
2871
2939
|
imgSrc: {
|
|
2872
2940
|
type: StringConstructor;
|
|
2873
|
-
|
|
2941
|
+
required: true;
|
|
2874
2942
|
};
|
|
2875
|
-
/** Comma-
|
|
2943
|
+
/** Comma-separated list of img srcsets */
|
|
2876
2944
|
imgSrcset: {
|
|
2877
2945
|
type: StringConstructor;
|
|
2878
2946
|
default: undefined;
|
|
2879
2947
|
};
|
|
2880
|
-
/** Sets the lead's image alt */
|
|
2948
|
+
/** Sets the landing lead's image alt */
|
|
2881
2949
|
imgAlt: {
|
|
2882
2950
|
type: StringConstructor;
|
|
2883
2951
|
default: string;
|
|
2884
2952
|
};
|
|
2885
|
-
/** Sets the lead's heading */
|
|
2953
|
+
/** Sets the landing lead's heading */
|
|
2886
2954
|
heading: {
|
|
2887
2955
|
type: StringConstructor;
|
|
2888
|
-
|
|
2956
|
+
required: true;
|
|
2889
2957
|
};
|
|
2890
|
-
/** Sets the lead's subheading */
|
|
2958
|
+
/** Sets the landing lead's subheading */
|
|
2891
2959
|
subheading: {
|
|
2892
2960
|
type: StringConstructor;
|
|
2893
2961
|
default: undefined;
|
|
2894
2962
|
};
|
|
2895
2963
|
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
2896
|
-
/** Sets the lead's image source */
|
|
2964
|
+
/** Sets the landing lead's image source */
|
|
2897
2965
|
imgSrc: {
|
|
2898
2966
|
type: StringConstructor;
|
|
2899
|
-
|
|
2967
|
+
required: true;
|
|
2900
2968
|
};
|
|
2901
|
-
/** Comma-
|
|
2969
|
+
/** Comma-separated list of img srcsets */
|
|
2902
2970
|
imgSrcset: {
|
|
2903
2971
|
type: StringConstructor;
|
|
2904
2972
|
default: undefined;
|
|
2905
2973
|
};
|
|
2906
|
-
/** Sets the lead's image alt */
|
|
2974
|
+
/** Sets the landing lead's image alt */
|
|
2907
2975
|
imgAlt: {
|
|
2908
2976
|
type: StringConstructor;
|
|
2909
2977
|
default: string;
|
|
2910
2978
|
};
|
|
2911
|
-
/** Sets the lead's heading */
|
|
2979
|
+
/** Sets the landing lead's heading */
|
|
2912
2980
|
heading: {
|
|
2913
2981
|
type: StringConstructor;
|
|
2914
|
-
|
|
2982
|
+
required: true;
|
|
2915
2983
|
};
|
|
2916
|
-
/** Sets the lead's subheading */
|
|
2984
|
+
/** Sets the landing lead's subheading */
|
|
2917
2985
|
subheading: {
|
|
2918
2986
|
type: StringConstructor;
|
|
2919
2987
|
default: undefined;
|
|
2920
2988
|
};
|
|
2921
2989
|
}>>, {
|
|
2922
|
-
imgSrc: string;
|
|
2923
2990
|
imgSrcset: string;
|
|
2924
2991
|
imgAlt: string;
|
|
2925
|
-
heading: string;
|
|
2926
2992
|
subheading: string;
|
|
2927
2993
|
}, {}>;
|
|
2928
2994
|
|
|
2929
|
-
export declare const
|
|
2930
|
-
surface: string;
|
|
2931
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_2<__VLS_TypePropsToRuntimeProps_2<leadProps>, {
|
|
2932
|
-
surface: string;
|
|
2933
|
-
}>>>, {
|
|
2934
|
-
surface: "bottom" | "top";
|
|
2935
|
-
}, {}>, {
|
|
2936
|
-
top?(_: {}): any;
|
|
2937
|
-
bottom?(_: {}): any;
|
|
2938
|
-
}>;
|
|
2939
|
-
|
|
2940
|
-
export declare const CdrLink: __VLS_WithTemplateSlots_18<DefineComponent<{
|
|
2995
|
+
export declare const CdrLink: __VLS_WithTemplateSlots_17<DefineComponent<{
|
|
2941
2996
|
/**
|
|
2942
2997
|
* Sets valid HTML element tag
|
|
2943
2998
|
* @values a, button
|
|
@@ -3018,7 +3073,7 @@ export declare const CdrLink: __VLS_WithTemplateSlots_18<DefineComponent<{
|
|
|
3018
3073
|
default?(_: {}): any;
|
|
3019
3074
|
}>;
|
|
3020
3075
|
|
|
3021
|
-
export declare const CdrList:
|
|
3076
|
+
export declare const CdrList: __VLS_WithTemplateSlots_18<DefineComponent<{
|
|
3022
3077
|
/**
|
|
3023
3078
|
* Sets list type and HTML element as "unordered" or "ordered"
|
|
3024
3079
|
* @values ul, ol
|
|
@@ -3065,7 +3120,7 @@ export declare const CdrList: __VLS_WithTemplateSlots_19<DefineComponent<{
|
|
|
3065
3120
|
default?(_: {}): any;
|
|
3066
3121
|
}>;
|
|
3067
3122
|
|
|
3068
|
-
export declare const CdrModal:
|
|
3123
|
+
export declare const CdrModal: __VLS_WithTemplateSlots_19<DefineComponent<{
|
|
3069
3124
|
/**
|
|
3070
3125
|
* Toggles the state of the modal
|
|
3071
3126
|
* @demoIgnore true
|
|
@@ -3313,15 +3368,15 @@ export declare const CdrPagination: DefineComponent<{
|
|
|
3313
3368
|
forLabel: string;
|
|
3314
3369
|
}, {}>;
|
|
3315
3370
|
|
|
3316
|
-
export declare const CdrPicture: DefineComponent<
|
|
3371
|
+
export declare const CdrPicture: DefineComponent<__VLS_WithDefaults_4<__VLS_TypePropsToRuntimeProps_4<pictureProps>, {
|
|
3317
3372
|
alt: string;
|
|
3318
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<
|
|
3373
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_4<__VLS_TypePropsToRuntimeProps_4<pictureProps>, {
|
|
3319
3374
|
alt: string;
|
|
3320
3375
|
}>>>, {
|
|
3321
3376
|
alt: string;
|
|
3322
3377
|
}, {}>;
|
|
3323
3378
|
|
|
3324
|
-
export declare const CdrPopover:
|
|
3379
|
+
export declare const CdrPopover: __VLS_WithTemplateSlots_20<DefineComponent<{
|
|
3325
3380
|
/**
|
|
3326
3381
|
* Sets the position where the popover will render relative to the trigger element.
|
|
3327
3382
|
* @demoSelectMultiple false
|
|
@@ -3430,7 +3485,7 @@ export declare const CdrPopover: __VLS_WithTemplateSlots_21<DefineComponent<{
|
|
|
3430
3485
|
icon?(_: {}): any;
|
|
3431
3486
|
}>;
|
|
3432
3487
|
|
|
3433
|
-
export declare const CdrQuote:
|
|
3488
|
+
export declare const CdrQuote: __VLS_WithTemplateSlots_21<DefineComponent<{
|
|
3434
3489
|
/**
|
|
3435
3490
|
* Sets the semantic HTML element for the quote.
|
|
3436
3491
|
* @values blockquote, aside, q, div
|
|
@@ -3442,8 +3497,7 @@ export declare const CdrQuote: __VLS_WithTemplateSlots_22<DefineComponent<{
|
|
|
3442
3497
|
};
|
|
3443
3498
|
/**
|
|
3444
3499
|
* Modifies the style variant for the quote
|
|
3445
|
-
* @
|
|
3446
|
-
* @values pull
|
|
3500
|
+
* @demoIgnore true
|
|
3447
3501
|
*/
|
|
3448
3502
|
modifier: {
|
|
3449
3503
|
type: StringConstructor;
|
|
@@ -3466,8 +3520,7 @@ export declare const CdrQuote: __VLS_WithTemplateSlots_22<DefineComponent<{
|
|
|
3466
3520
|
};
|
|
3467
3521
|
/**
|
|
3468
3522
|
* Modifies the style variant for the quote
|
|
3469
|
-
* @
|
|
3470
|
-
* @values pull
|
|
3523
|
+
* @demoIgnore true
|
|
3471
3524
|
*/
|
|
3472
3525
|
modifier: {
|
|
3473
3526
|
type: StringConstructor;
|
|
@@ -3485,7 +3538,7 @@ export declare const CdrQuote: __VLS_WithTemplateSlots_22<DefineComponent<{
|
|
|
3485
3538
|
default?(_: {}): any;
|
|
3486
3539
|
}>;
|
|
3487
3540
|
|
|
3488
|
-
export declare const CdrRadio:
|
|
3541
|
+
export declare const CdrRadio: __VLS_WithTemplateSlots_22<DefineComponent<{
|
|
3489
3542
|
/**
|
|
3490
3543
|
* Adds CSS class to the label for custom styles.
|
|
3491
3544
|
*/
|
|
@@ -3540,11 +3593,11 @@ export declare const CdrRadio: __VLS_WithTemplateSlots_23<DefineComponent<{
|
|
|
3540
3593
|
* Sets the value of the radio.
|
|
3541
3594
|
*/
|
|
3542
3595
|
customValue: {
|
|
3543
|
-
type: (SymbolConstructor |
|
|
3596
|
+
type: (SymbolConstructor | BooleanConstructor | ObjectConstructor | ArrayConstructor | StringConstructor | NumberConstructor | FunctionConstructor)[];
|
|
3544
3597
|
};
|
|
3545
3598
|
/** @ignore v-model binding */
|
|
3546
3599
|
modelValue: {
|
|
3547
|
-
type: (SymbolConstructor |
|
|
3600
|
+
type: (SymbolConstructor | BooleanConstructor | ObjectConstructor | ArrayConstructor | StringConstructor | NumberConstructor | FunctionConstructor)[];
|
|
3548
3601
|
};
|
|
3549
3602
|
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3550
3603
|
"update:modelValue": (...args: any[]) => void;
|
|
@@ -3603,11 +3656,11 @@ export declare const CdrRadio: __VLS_WithTemplateSlots_23<DefineComponent<{
|
|
|
3603
3656
|
* Sets the value of the radio.
|
|
3604
3657
|
*/
|
|
3605
3658
|
customValue: {
|
|
3606
|
-
type: (SymbolConstructor |
|
|
3659
|
+
type: (SymbolConstructor | BooleanConstructor | ObjectConstructor | ArrayConstructor | StringConstructor | NumberConstructor | FunctionConstructor)[];
|
|
3607
3660
|
};
|
|
3608
3661
|
/** @ignore v-model binding */
|
|
3609
3662
|
modelValue: {
|
|
3610
|
-
type: (SymbolConstructor |
|
|
3663
|
+
type: (SymbolConstructor | BooleanConstructor | ObjectConstructor | ArrayConstructor | StringConstructor | NumberConstructor | FunctionConstructor)[];
|
|
3611
3664
|
};
|
|
3612
3665
|
}>> & {
|
|
3613
3666
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
@@ -3707,7 +3760,7 @@ export declare const CdrRating: DefineComponent<{
|
|
|
3707
3760
|
count: string | number;
|
|
3708
3761
|
}, {}>;
|
|
3709
3762
|
|
|
3710
|
-
export declare const CdrSelect:
|
|
3763
|
+
export declare const CdrSelect: __VLS_WithTemplateSlots_23<DefineComponent<{
|
|
3711
3764
|
/**
|
|
3712
3765
|
* Custom ID that is mapped to the label ‘for’ attribute. If this value is not set, it will be auto-generated.
|
|
3713
3766
|
*/
|
|
@@ -3759,7 +3812,7 @@ export declare const CdrSelect: __VLS_WithTemplateSlots_24<DefineComponent<{
|
|
|
3759
3812
|
size: StringConstructor;
|
|
3760
3813
|
/** Sets the select to an error state, displays the `error` slot if one is present. */
|
|
3761
3814
|
error: {
|
|
3762
|
-
type: (
|
|
3815
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
3763
3816
|
default: boolean;
|
|
3764
3817
|
};
|
|
3765
3818
|
/**
|
|
@@ -3771,7 +3824,7 @@ export declare const CdrSelect: __VLS_WithTemplateSlots_24<DefineComponent<{
|
|
|
3771
3824
|
};
|
|
3772
3825
|
/** @ignore */
|
|
3773
3826
|
modelValue: {
|
|
3774
|
-
type: (SymbolConstructor |
|
|
3827
|
+
type: (SymbolConstructor | BooleanConstructor | ObjectConstructor | ArrayConstructor | StringConstructor | NumberConstructor | FunctionConstructor)[];
|
|
3775
3828
|
};
|
|
3776
3829
|
/** Disables the input and sets appropriate styling */
|
|
3777
3830
|
disabled: BooleanConstructor;
|
|
@@ -3839,7 +3892,7 @@ export declare const CdrSelect: __VLS_WithTemplateSlots_24<DefineComponent<{
|
|
|
3839
3892
|
size: StringConstructor;
|
|
3840
3893
|
/** Sets the select to an error state, displays the `error` slot if one is present. */
|
|
3841
3894
|
error: {
|
|
3842
|
-
type: (
|
|
3895
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
3843
3896
|
default: boolean;
|
|
3844
3897
|
};
|
|
3845
3898
|
/**
|
|
@@ -3851,7 +3904,7 @@ export declare const CdrSelect: __VLS_WithTemplateSlots_24<DefineComponent<{
|
|
|
3851
3904
|
};
|
|
3852
3905
|
/** @ignore */
|
|
3853
3906
|
modelValue: {
|
|
3854
|
-
type: (SymbolConstructor |
|
|
3907
|
+
type: (SymbolConstructor | BooleanConstructor | ObjectConstructor | ArrayConstructor | StringConstructor | NumberConstructor | FunctionConstructor)[];
|
|
3855
3908
|
};
|
|
3856
3909
|
/** Disables the input and sets appropriate styling */
|
|
3857
3910
|
disabled: BooleanConstructor;
|
|
@@ -3885,7 +3938,7 @@ export declare const CdrSelect: __VLS_WithTemplateSlots_24<DefineComponent<{
|
|
|
3885
3938
|
error?(_: {}): any;
|
|
3886
3939
|
}>;
|
|
3887
3940
|
|
|
3888
|
-
export declare const CdrSkeleton:
|
|
3941
|
+
export declare const CdrSkeleton: __VLS_WithTemplateSlots_24<DefineComponent<{
|
|
3889
3942
|
/**
|
|
3890
3943
|
* Toggle animation on/off.
|
|
3891
3944
|
* When `true`, animated gradient will be used while loading.
|
|
@@ -3939,10 +3992,24 @@ export declare const CdrSkeletonBone: DefineComponent<{
|
|
|
3939
3992
|
type: string;
|
|
3940
3993
|
}, {}>;
|
|
3941
3994
|
|
|
3942
|
-
export declare const
|
|
3995
|
+
export declare const CdrSplitSurface: __VLS_WithTemplateSlots_25<DefineComponent<__VLS_WithDefaults_5<__VLS_TypePropsToRuntimeProps_5<splitSurfaceProps>, {
|
|
3996
|
+
surface: string;
|
|
3997
|
+
tag: string;
|
|
3998
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_5<__VLS_TypePropsToRuntimeProps_5<splitSurfaceProps>, {
|
|
3999
|
+
surface: string;
|
|
4000
|
+
tag: string;
|
|
4001
|
+
}>>>, {
|
|
4002
|
+
tag: string;
|
|
4003
|
+
surface: "bottom" | "top";
|
|
4004
|
+
}, {}>, {
|
|
4005
|
+
top?(_: {}): any;
|
|
4006
|
+
bottom?(_: {}): any;
|
|
4007
|
+
}>;
|
|
4008
|
+
|
|
4009
|
+
export declare const CdrSubheadingSans: __VLS_WithTemplateSlots_225<DefineComponent<__VLS_WithDefaults_11<__VLS_TypePropsToRuntimeProps_11<subheadingSansTextProps>, {
|
|
3943
4010
|
tag: string;
|
|
3944
4011
|
scale: string;
|
|
3945
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<
|
|
4012
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_11<__VLS_TypePropsToRuntimeProps_11<subheadingSansTextProps>, {
|
|
3946
4013
|
tag: string;
|
|
3947
4014
|
scale: string;
|
|
3948
4015
|
}>>>, {
|
|
@@ -4040,7 +4107,7 @@ export declare const CdrTable: __VLS_WithTemplateSlots_26<DefineComponent<{
|
|
|
4040
4107
|
};
|
|
4041
4108
|
/** Sets the width to 100%. Also accepts space separated strings for breakpoints that it should be full width: { '@xs' | '@sm' | '@md' | '@lg' } */
|
|
4042
4109
|
fullWidth: {
|
|
4043
|
-
type: (
|
|
4110
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
4044
4111
|
default: boolean;
|
|
4045
4112
|
};
|
|
4046
4113
|
/** Makes the table scroll horizontally when it would overflow its container */
|
|
@@ -4078,7 +4145,7 @@ export declare const CdrTable: __VLS_WithTemplateSlots_26<DefineComponent<{
|
|
|
4078
4145
|
};
|
|
4079
4146
|
/** Sets the width to 100%. Also accepts space separated strings for breakpoints that it should be full width: { '@xs' | '@sm' | '@md' | '@lg' } */
|
|
4080
4147
|
fullWidth: {
|
|
4081
|
-
type: (
|
|
4148
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
4082
4149
|
default: boolean;
|
|
4083
4150
|
};
|
|
4084
4151
|
/** Makes the table scroll horizontally when it would overflow its container */
|
|
@@ -4212,9 +4279,9 @@ export declare const CdrTabs: __VLS_WithTemplateSlots_28<DefineComponent<{
|
|
|
4212
4279
|
default?(_: {}): any;
|
|
4213
4280
|
}>;
|
|
4214
4281
|
|
|
4215
|
-
export declare const CdrText: __VLS_WithTemplateSlots_29<DefineComponent<
|
|
4282
|
+
export declare const CdrText: __VLS_WithTemplateSlots_29<DefineComponent<__VLS_WithDefaults_6<__VLS_TypePropsToRuntimeProps_6<baseTextProps>, {
|
|
4216
4283
|
tag: string;
|
|
4217
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<
|
|
4284
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_6<__VLS_TypePropsToRuntimeProps_6<baseTextProps>, {
|
|
4218
4285
|
tag: string;
|
|
4219
4286
|
}>>>, {
|
|
4220
4287
|
tag: string;
|
|
@@ -4222,19 +4289,11 @@ export declare const CdrText: __VLS_WithTemplateSlots_29<DefineComponent<__VLS_W
|
|
|
4222
4289
|
default?(_: {}): any;
|
|
4223
4290
|
}>;
|
|
4224
4291
|
|
|
4225
|
-
export declare const CdrTitle: __VLS_WithTemplateSlots_30<DefineComponent<{
|
|
4226
|
-
|
|
4227
|
-
|
|
4228
|
-
|
|
4229
|
-
|
|
4230
|
-
};
|
|
4231
|
-
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
4232
|
-
/** Sets the HTML tag (p, span, h1, h2, etc) */
|
|
4233
|
-
tag: {
|
|
4234
|
-
type: StringConstructor;
|
|
4235
|
-
default: string;
|
|
4236
|
-
};
|
|
4237
|
-
}>>, {
|
|
4292
|
+
export declare const CdrTitle: __VLS_WithTemplateSlots_30<DefineComponent<__VLS_WithDefaults_7<__VLS_TypePropsToRuntimeProps_7<baseTextProps>, {
|
|
4293
|
+
tag: string;
|
|
4294
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_7<__VLS_TypePropsToRuntimeProps_7<baseTextProps>, {
|
|
4295
|
+
tag: string;
|
|
4296
|
+
}>>>, {
|
|
4238
4297
|
tag: string;
|
|
4239
4298
|
}, {}>, {
|
|
4240
4299
|
default?(_: {}): any;
|
|
@@ -4338,7 +4397,7 @@ export declare const CdrToggleButton: __VLS_WithTemplateSlots_32<DefineComponent
|
|
|
4338
4397
|
export declare const CdrToggleGroup: __VLS_WithTemplateSlots_33<DefineComponent<{
|
|
4339
4398
|
/** @ignore */
|
|
4340
4399
|
modelValue: {
|
|
4341
|
-
type: (
|
|
4400
|
+
type: (BooleanConstructor | ObjectConstructor | ArrayConstructor | StringConstructor | NumberConstructor)[];
|
|
4342
4401
|
required: true;
|
|
4343
4402
|
};
|
|
4344
4403
|
/**
|
|
@@ -4356,7 +4415,7 @@ export declare const CdrToggleGroup: __VLS_WithTemplateSlots_33<DefineComponent<
|
|
|
4356
4415
|
}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
4357
4416
|
/** @ignore */
|
|
4358
4417
|
modelValue: {
|
|
4359
|
-
type: (
|
|
4418
|
+
type: (BooleanConstructor | ObjectConstructor | ArrayConstructor | StringConstructor | NumberConstructor)[];
|
|
4360
4419
|
required: true;
|
|
4361
4420
|
};
|
|
4362
4421
|
/**
|
|
@@ -4401,7 +4460,6 @@ export declare const CdrTooltip: __VLS_WithTemplateSlots_35<DefineComponent<{
|
|
|
4401
4460
|
/** ID for the tooltip element, required for accessibility */
|
|
4402
4461
|
id: {
|
|
4403
4462
|
type: StringConstructor;
|
|
4404
|
-
required: true;
|
|
4405
4463
|
};
|
|
4406
4464
|
/** Add custom class to the tooltip content wrapper. Allows for overriding size, styling, etc. */
|
|
4407
4465
|
contentClass: {
|
|
@@ -4443,7 +4501,6 @@ export declare const CdrTooltip: __VLS_WithTemplateSlots_35<DefineComponent<{
|
|
|
4443
4501
|
/** ID for the tooltip element, required for accessibility */
|
|
4444
4502
|
id: {
|
|
4445
4503
|
type: StringConstructor;
|
|
4446
|
-
required: true;
|
|
4447
4504
|
};
|
|
4448
4505
|
/** Add custom class to the tooltip content wrapper. Allows for overriding size, styling, etc. */
|
|
4449
4506
|
contentClass: {
|
|
@@ -4470,11 +4527,11 @@ export declare const CdrTooltip: __VLS_WithTemplateSlots_35<DefineComponent<{
|
|
|
4470
4527
|
default?(_: {}): any;
|
|
4471
4528
|
}>;
|
|
4472
4529
|
|
|
4473
|
-
export declare const CdrUtilitySans: __VLS_WithTemplateSlots_226<DefineComponent<
|
|
4530
|
+
export declare const CdrUtilitySans: __VLS_WithTemplateSlots_226<DefineComponent<__VLS_WithDefaults_12<__VLS_TypePropsToRuntimeProps_12<utilitySansTextProps>, {
|
|
4474
4531
|
tag: string;
|
|
4475
4532
|
scale: string;
|
|
4476
4533
|
strong: boolean;
|
|
4477
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<
|
|
4534
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_12<__VLS_TypePropsToRuntimeProps_12<utilitySansTextProps>, {
|
|
4478
4535
|
tag: string;
|
|
4479
4536
|
scale: string;
|
|
4480
4537
|
strong: boolean;
|
|
@@ -4486,11 +4543,11 @@ export declare const CdrUtilitySans: __VLS_WithTemplateSlots_226<DefineComponent
|
|
|
4486
4543
|
default?(_: {}): any;
|
|
4487
4544
|
}>;
|
|
4488
4545
|
|
|
4489
|
-
export declare const CdrUtilitySerif: __VLS_WithTemplateSlots_227<DefineComponent<
|
|
4546
|
+
export declare const CdrUtilitySerif: __VLS_WithTemplateSlots_227<DefineComponent<__VLS_WithDefaults_13<__VLS_TypePropsToRuntimeProps_13<utilitySerifTextProps>, {
|
|
4490
4547
|
tag: string;
|
|
4491
4548
|
scale: string;
|
|
4492
4549
|
strong: boolean;
|
|
4493
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<
|
|
4550
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_13<__VLS_TypePropsToRuntimeProps_13<utilitySerifTextProps>, {
|
|
4494
4551
|
tag: string;
|
|
4495
4552
|
scale: string;
|
|
4496
4553
|
strong: boolean;
|
|
@@ -6769,15 +6826,6 @@ export declare const IconZoomOut: __VLS_WithTemplateSlots_221<DefineComponent<{
|
|
|
6769
6826
|
default?(_: {}): any;
|
|
6770
6827
|
}>;
|
|
6771
6828
|
|
|
6772
|
-
declare interface leadProps {
|
|
6773
|
-
/**
|
|
6774
|
-
* Sets the orientation of the background surface
|
|
6775
|
-
* @demoSelectMultiple false
|
|
6776
|
-
* @values top, bottom
|
|
6777
|
-
*/
|
|
6778
|
-
surface?: 'top' | 'bottom';
|
|
6779
|
-
}
|
|
6780
|
-
|
|
6781
6829
|
/**
|
|
6782
6830
|
* Pagination data object
|
|
6783
6831
|
*
|
|
@@ -6826,6 +6874,17 @@ export declare interface selectOption {
|
|
|
6826
6874
|
value: string;
|
|
6827
6875
|
}
|
|
6828
6876
|
|
|
6877
|
+
declare interface splitSurfaceProps {
|
|
6878
|
+
/**
|
|
6879
|
+
* Sets the orientation of the surface to the top or bottom slot
|
|
6880
|
+
* @demoSelectMultiple false
|
|
6881
|
+
* @values top, bottom
|
|
6882
|
+
*/
|
|
6883
|
+
surface?: 'top' | 'bottom';
|
|
6884
|
+
/** Sets the HTML tag for the split-surface element */
|
|
6885
|
+
tag?: string;
|
|
6886
|
+
}
|
|
6887
|
+
|
|
6829
6888
|
declare interface subheadingSansTextProps extends baseTextProps {
|
|
6830
6889
|
/**
|
|
6831
6890
|
* Sets the type scale
|