@rei/cedar 15.0.0-alpha.0 → 15.0.0-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (148) hide show
  1. package/dist/cdr-style.css +1 -0
  2. package/dist/cedar.umd.js +9 -9
  3. package/dist/component-docgen.json +1821 -1860
  4. package/dist/icon-component-docgen.json +623 -623
  5. package/dist/lib.d.ts +426 -263
  6. package/dist/src/components/abstract/styles/CdrAbstract.module.scss.mjs +3 -3
  7. package/dist/src/components/accordion/styles/CdrAccordion.module.scss.mjs +29 -29
  8. package/dist/src/components/accordion/styles/CdrAccordionGroup.module.scss.mjs +2 -2
  9. package/dist/src/components/banner/styles/CdrBanner.module.scss.mjs +14 -14
  10. package/dist/src/components/breadcrumb/styles/CdrBreadcrumb.module.scss.mjs +7 -7
  11. package/dist/src/components/button/CdrButton.vue2.mjs +16 -19
  12. package/dist/src/components/button/styles/CdrButton.module.scss.mjs +31 -31
  13. package/dist/src/components/caption/styles/CdrCaption.module.scss.mjs +2 -2
  14. package/dist/src/components/card/styles/CdrCard.module.scss.mjs +1 -1
  15. package/dist/src/components/checkbox/styles/CdrCheckbox.module.scss.mjs +29 -29
  16. package/dist/src/components/chip/styles/CdrChip.module.scss.mjs +4 -4
  17. package/dist/src/components/chip/styles/CdrChipGroup.module.scss.mjs +6 -6
  18. package/dist/src/components/choreographer/styles/CdrChoreographer.module.scss.mjs +4 -4
  19. package/dist/src/components/container/styles/CdrContainer.module.scss.mjs +4 -4
  20. package/dist/src/components/formError/styles/CdrFormError.module.scss.mjs +2 -2
  21. package/dist/src/components/formGroup/styles/CdrFormGroup.module.scss.mjs +8 -8
  22. package/dist/src/components/grid/styles/CdrGrid.module.scss.mjs +21 -21
  23. package/dist/src/components/icon/CdrIcon.vue2.mjs +6 -6
  24. package/dist/src/components/icon/styles/CdrIcon.module.scss.mjs +12 -12
  25. package/dist/src/components/image/styles/CdrImg.module.scss.mjs +3 -3
  26. package/dist/src/components/input/CdrInput.vue2.mjs +17 -18
  27. package/dist/src/components/input/styles/CdrInput.module.scss.mjs +32 -32
  28. package/dist/src/components/kicker/styles/CdrKicker.module.scss.mjs +3 -3
  29. package/dist/src/components/labelStandalone/styles/CdrLabelStandalone.module.scss.mjs +12 -12
  30. package/dist/src/components/labelWrapper/styles/CdrLabelWrapper.module.scss.mjs +27 -27
  31. package/dist/src/components/lead/CdrLead.vue2.mjs +15 -46
  32. package/dist/src/components/lead/{CdrHeadingSubheadingBlock.vue.mjs → compositions/landingLead/CdrHeadingSubheadingBlock.vue.mjs} +1 -1
  33. package/dist/src/components/lead/{CdrHeadingSubheadingBlock.vue2.mjs → compositions/landingLead/CdrHeadingSubheadingBlock.vue2.mjs} +5 -4
  34. package/dist/src/components/lead/compositions/landingLead/CdrLandingLead.vue.mjs +9 -0
  35. package/dist/src/components/lead/compositions/landingLead/CdrLandingLead.vue2.mjs +57 -0
  36. package/dist/src/components/lead/{styles → compositions/landingLead/styles}/CdrHeadingSubheadingBlock.module.scss.mjs +4 -4
  37. package/dist/src/components/lead/compositions/landingLead/styles/CdrLandingLead.module.scss.mjs +7 -0
  38. package/dist/src/components/lead/styles/CdrLead.module.scss.mjs +7 -8
  39. package/dist/src/components/link/styles/CdrLink.module.scss.mjs +5 -5
  40. package/dist/src/components/list/CdrList.vue2.mjs +8 -8
  41. package/dist/src/components/list/styles/CdrList.module.scss.mjs +7 -7
  42. package/dist/src/components/modal/styles/CdrModal.module.scss.mjs +14 -14
  43. package/dist/src/components/pagination/styles/CdrPagination.module.scss.mjs +55 -55
  44. package/dist/src/components/picture/styles/CdrPicture.module.scss.mjs +4 -3
  45. package/dist/src/components/popover/styles/CdrPopover.module.scss.mjs +65 -65
  46. package/dist/src/components/popup/styles/CdrPopup.module.scss.mjs +14 -14
  47. package/dist/src/components/quote/styles/CdrQuote.module.scss.mjs +4 -4
  48. package/dist/src/components/radio/styles/CdrRadio.module.scss.mjs +29 -29
  49. package/dist/src/components/rating/CdrRating.vue2.mjs +25 -29
  50. package/dist/src/components/rating/components/CdrStar00.vue2.mjs +14 -18
  51. package/dist/src/components/rating/components/CdrStar100.vue2.mjs +14 -18
  52. package/dist/src/components/rating/components/CdrStar25.vue2.mjs +18 -22
  53. package/dist/src/components/rating/components/CdrStar50.vue2.mjs +16 -20
  54. package/dist/src/components/rating/components/CdrStar75.vue2.mjs +17 -21
  55. package/dist/src/components/rating/components/CdrStarNull.vue2.mjs +18 -22
  56. package/dist/src/components/rating/styles/CdrRating.module.scss.mjs +46 -46
  57. package/dist/src/components/select/CdrSelect.vue2.mjs +20 -21
  58. package/dist/src/components/select/styles/CdrSelect.module.scss.mjs +44 -44
  59. package/dist/src/components/skeleton/styles/CdrSkeleton.module.scss.mjs +1 -1
  60. package/dist/src/components/skeleton/styles/CdrSkeletonBone.module.scss.mjs +7 -7
  61. package/dist/src/components/switch/styles/CdrSwitch.module.scss.mjs +10 -10
  62. package/dist/src/components/table/CdrTable.vue2.mjs +13 -17
  63. package/dist/src/components/table/styles/CdrTable.module.scss.mjs +15 -15
  64. package/dist/src/components/tabs/styles/CdrTabPanel.module.scss.mjs +7 -7
  65. package/dist/src/components/tabs/styles/CdrTabs.module.scss.mjs +30 -30
  66. package/dist/src/components/text/CdrText.vue2.mjs +7 -9
  67. package/dist/src/components/text/presets/CdrBody.vue2.mjs +13 -18
  68. package/dist/src/components/text/presets/CdrBody.vue3.mjs +1 -1
  69. package/dist/src/components/text/presets/CdrEyebrow.vue2.mjs +13 -9
  70. package/dist/src/components/text/presets/CdrEyebrow.vue3.mjs +1 -1
  71. package/dist/src/components/text/presets/CdrHeadingDisplay.vue2.mjs +12 -16
  72. package/dist/src/components/text/presets/CdrHeadingDisplay.vue3.mjs +1 -1
  73. package/dist/src/components/text/presets/CdrHeadingSans.vue2.mjs +12 -16
  74. package/dist/src/components/text/presets/CdrHeadingSans.vue3.mjs +1 -1
  75. package/dist/src/components/text/presets/CdrHeadingSerif.vue2.mjs +13 -18
  76. package/dist/src/components/text/presets/CdrHeadingSerif.vue3.mjs +1 -1
  77. package/dist/src/components/text/presets/CdrSubheadingSans.vue2.mjs +12 -16
  78. package/dist/src/components/text/presets/CdrSubheadingSans.vue3.mjs +1 -1
  79. package/dist/src/components/text/presets/CdrUtilitySans.vue2.mjs +13 -18
  80. package/dist/src/components/text/presets/CdrUtilitySans.vue3.mjs +1 -1
  81. package/dist/src/components/text/presets/CdrUtilitySerif.vue2.mjs +13 -18
  82. package/dist/src/components/text/presets/CdrUtilitySerif.vue3.mjs +1 -1
  83. package/dist/src/components/text/styles/CdrText.module.scss.mjs +1 -1
  84. package/dist/src/components/title/styles/CdrTitle.module.scss.mjs +1 -1
  85. package/dist/src/components/toast/styles/CdrToast.module.scss.mjs +57 -57
  86. package/dist/src/components/toggleButton/styles/CdrToggleButton.module.scss.mjs +2 -2
  87. package/dist/src/components/toggleButton/styles/CdrToggleGroup.module.scss.mjs +7 -7
  88. package/dist/src/components/tooltip/styles/CdrTooltip.module.scss.mjs +16 -16
  89. package/dist/src/lib.mjs +436 -434
  90. package/dist/style/cdr-abstract.css +1 -1
  91. package/dist/style/cdr-accordion-group.css +1 -1
  92. package/dist/style/cdr-accordion.css +1 -1
  93. package/dist/style/cdr-banner.css +1 -1
  94. package/dist/style/cdr-body.css +1 -1
  95. package/dist/style/cdr-breadcrumb.css +1 -1
  96. package/dist/style/cdr-button.css +1 -1
  97. package/dist/style/cdr-caption.css +1 -1
  98. package/dist/style/cdr-card.css +1 -1
  99. package/dist/style/cdr-checkbox.css +1 -1
  100. package/dist/style/cdr-chip-group.css +1 -1
  101. package/dist/style/cdr-chip.css +1 -1
  102. package/dist/style/cdr-choreographer.css +1 -1
  103. package/dist/style/cdr-container.css +1 -1
  104. package/dist/style/cdr-eyebrow.css +1 -1
  105. package/dist/style/cdr-form-error.css +1 -1
  106. package/dist/style/cdr-form-group.css +1 -1
  107. package/dist/style/cdr-grid.css +1 -1
  108. package/dist/style/cdr-heading-display.css +1 -1
  109. package/dist/style/cdr-heading-sans.css +1 -1
  110. package/dist/style/cdr-heading-serif.css +1 -1
  111. package/dist/style/cdr-heading-subheading-block.css +1 -1
  112. package/dist/style/cdr-icon.css +1 -1
  113. package/dist/style/cdr-img.css +1 -1
  114. package/dist/style/cdr-input.css +1 -1
  115. package/dist/style/cdr-kicker.css +1 -1
  116. package/dist/style/cdr-label-standalone.css +1 -1
  117. package/dist/style/cdr-label-wrapper.css +1 -1
  118. package/dist/style/cdr-landing-lead.css +1 -0
  119. package/dist/style/cdr-lead.css +1 -1
  120. package/dist/style/cdr-link.css +1 -1
  121. package/dist/style/cdr-list.css +1 -1
  122. package/dist/style/cdr-modal.css +1 -1
  123. package/dist/style/cdr-pagination.css +1 -1
  124. package/dist/style/cdr-picture.css +1 -1
  125. package/dist/style/cdr-popover.css +1 -1
  126. package/dist/style/cdr-popup.css +1 -1
  127. package/dist/style/cdr-quote.css +1 -1
  128. package/dist/style/cdr-radio.css +1 -1
  129. package/dist/style/cdr-rating.css +1 -1
  130. package/dist/style/cdr-select.css +1 -1
  131. package/dist/style/cdr-skeleton-bone.css +1 -1
  132. package/dist/style/cdr-skeleton.css +1 -1
  133. package/dist/style/cdr-subheading-sans.css +1 -1
  134. package/dist/style/cdr-switch.css +1 -1
  135. package/dist/style/cdr-tab-panel.css +1 -1
  136. package/dist/style/cdr-table.css +1 -1
  137. package/dist/style/cdr-tabs.css +1 -1
  138. package/dist/style/cdr-text.css +1 -1
  139. package/dist/style/cdr-title.css +1 -1
  140. package/dist/style/cdr-toast.css +1 -1
  141. package/dist/style/cdr-toggle-button.css +1 -1
  142. package/dist/style/cdr-toggle-group.css +1 -1
  143. package/dist/style/cdr-tooltip.css +1 -1
  144. package/dist/style/cdr-utility-sans.css +1 -1
  145. package/dist/style/cdr-utility-serif.css +1 -1
  146. package/package.json +9 -9
  147. package/dist/style.css +0 -1
  148. /package/dist/{reset.css → cdr-reset.css} +0 -0
package/dist/lib.d.ts CHANGED
@@ -8,16 +8,76 @@ import { VNodeProps } from 'vue';
8
8
 
9
9
  declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
10
10
 
11
+ declare type __VLS_NonUndefinedable_10<T> = T extends undefined ? never : T;
12
+
13
+ declare type __VLS_NonUndefinedable_11<T> = T extends undefined ? never : T;
14
+
15
+ declare type __VLS_NonUndefinedable_12<T> = T extends undefined ? never : T;
16
+
11
17
  declare type __VLS_NonUndefinedable_2<T> = T extends undefined ? never : T;
12
18
 
19
+ declare type __VLS_NonUndefinedable_3<T> = T extends undefined ? never : T;
20
+
21
+ declare type __VLS_NonUndefinedable_4<T> = T extends undefined ? never : T;
22
+
23
+ declare type __VLS_NonUndefinedable_5<T> = T extends undefined ? never : T;
24
+
25
+ declare type __VLS_NonUndefinedable_6<T> = T extends undefined ? never : T;
26
+
27
+ declare type __VLS_NonUndefinedable_7<T> = T extends undefined ? never : T;
28
+
29
+ declare type __VLS_NonUndefinedable_8<T> = T extends undefined ? never : T;
30
+
31
+ declare type __VLS_NonUndefinedable_9<T> = T extends undefined ? never : T;
32
+
13
33
  declare type __VLS_Prettify<T> = {
14
34
  [K in keyof T]: T[K];
15
35
  } & {};
16
36
 
37
+ declare type __VLS_Prettify_10<T> = {
38
+ [K in keyof T]: T[K];
39
+ } & {};
40
+
41
+ declare type __VLS_Prettify_11<T> = {
42
+ [K in keyof T]: T[K];
43
+ } & {};
44
+
45
+ declare type __VLS_Prettify_12<T> = {
46
+ [K in keyof T]: T[K];
47
+ } & {};
48
+
17
49
  declare type __VLS_Prettify_2<T> = {
18
50
  [K in keyof T]: T[K];
19
51
  } & {};
20
52
 
53
+ declare type __VLS_Prettify_3<T> = {
54
+ [K in keyof T]: T[K];
55
+ } & {};
56
+
57
+ declare type __VLS_Prettify_4<T> = {
58
+ [K in keyof T]: T[K];
59
+ } & {};
60
+
61
+ declare type __VLS_Prettify_5<T> = {
62
+ [K in keyof T]: T[K];
63
+ } & {};
64
+
65
+ declare type __VLS_Prettify_6<T> = {
66
+ [K in keyof T]: T[K];
67
+ } & {};
68
+
69
+ declare type __VLS_Prettify_7<T> = {
70
+ [K in keyof T]: T[K];
71
+ } & {};
72
+
73
+ declare type __VLS_Prettify_8<T> = {
74
+ [K in keyof T]: T[K];
75
+ } & {};
76
+
77
+ declare type __VLS_Prettify_9<T> = {
78
+ [K in keyof T]: T[K];
79
+ } & {};
80
+
21
81
  declare type __VLS_TypePropsToRuntimeProps<T> = {
22
82
  [K in keyof T]-?: {} extends Pick<T, K> ? {
23
83
  type: PropType<__VLS_NonUndefinedable<T[K]>>;
@@ -27,6 +87,33 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
27
87
  };
28
88
  };
29
89
 
90
+ declare type __VLS_TypePropsToRuntimeProps_10<T> = {
91
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
92
+ type: PropType<__VLS_NonUndefinedable_10<T[K]>>;
93
+ } : {
94
+ type: PropType<T[K]>;
95
+ required: true;
96
+ };
97
+ };
98
+
99
+ declare type __VLS_TypePropsToRuntimeProps_11<T> = {
100
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
101
+ type: PropType<__VLS_NonUndefinedable_11<T[K]>>;
102
+ } : {
103
+ type: PropType<T[K]>;
104
+ required: true;
105
+ };
106
+ };
107
+
108
+ declare type __VLS_TypePropsToRuntimeProps_12<T> = {
109
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
110
+ type: PropType<__VLS_NonUndefinedable_12<T[K]>>;
111
+ } : {
112
+ type: PropType<T[K]>;
113
+ required: true;
114
+ };
115
+ };
116
+
30
117
  declare type __VLS_TypePropsToRuntimeProps_2<T> = {
31
118
  [K in keyof T]-?: {} extends Pick<T, K> ? {
32
119
  type: PropType<__VLS_NonUndefinedable_2<T[K]>>;
@@ -36,18 +123,141 @@ declare type __VLS_TypePropsToRuntimeProps_2<T> = {
36
123
  };
37
124
  };
38
125
 
126
+ declare type __VLS_TypePropsToRuntimeProps_3<T> = {
127
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
128
+ type: PropType<__VLS_NonUndefinedable_3<T[K]>>;
129
+ } : {
130
+ type: PropType<T[K]>;
131
+ required: true;
132
+ };
133
+ };
134
+
135
+ declare type __VLS_TypePropsToRuntimeProps_4<T> = {
136
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
137
+ type: PropType<__VLS_NonUndefinedable_4<T[K]>>;
138
+ } : {
139
+ type: PropType<T[K]>;
140
+ required: true;
141
+ };
142
+ };
143
+
144
+ declare type __VLS_TypePropsToRuntimeProps_5<T> = {
145
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
146
+ type: PropType<__VLS_NonUndefinedable_5<T[K]>>;
147
+ } : {
148
+ type: PropType<T[K]>;
149
+ required: true;
150
+ };
151
+ };
152
+
153
+ declare type __VLS_TypePropsToRuntimeProps_6<T> = {
154
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
155
+ type: PropType<__VLS_NonUndefinedable_6<T[K]>>;
156
+ } : {
157
+ type: PropType<T[K]>;
158
+ required: true;
159
+ };
160
+ };
161
+
162
+ declare type __VLS_TypePropsToRuntimeProps_7<T> = {
163
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
164
+ type: PropType<__VLS_NonUndefinedable_7<T[K]>>;
165
+ } : {
166
+ type: PropType<T[K]>;
167
+ required: true;
168
+ };
169
+ };
170
+
171
+ declare type __VLS_TypePropsToRuntimeProps_8<T> = {
172
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
173
+ type: PropType<__VLS_NonUndefinedable_8<T[K]>>;
174
+ } : {
175
+ type: PropType<T[K]>;
176
+ required: true;
177
+ };
178
+ };
179
+
180
+ declare type __VLS_TypePropsToRuntimeProps_9<T> = {
181
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
182
+ type: PropType<__VLS_NonUndefinedable_9<T[K]>>;
183
+ } : {
184
+ type: PropType<T[K]>;
185
+ required: true;
186
+ };
187
+ };
188
+
39
189
  declare type __VLS_WithDefaults<P, D> = {
40
190
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
41
191
  default: D[K];
42
192
  }> : P[K];
43
193
  };
44
194
 
195
+ declare type __VLS_WithDefaults_10<P, D> = {
196
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_10<P[K] & {
197
+ default: D[K];
198
+ }> : P[K];
199
+ };
200
+
201
+ declare type __VLS_WithDefaults_11<P, D> = {
202
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_11<P[K] & {
203
+ default: D[K];
204
+ }> : P[K];
205
+ };
206
+
207
+ declare type __VLS_WithDefaults_12<P, D> = {
208
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_12<P[K] & {
209
+ default: D[K];
210
+ }> : P[K];
211
+ };
212
+
45
213
  declare type __VLS_WithDefaults_2<P, D> = {
46
214
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_2<P[K] & {
47
215
  default: D[K];
48
216
  }> : P[K];
49
217
  };
50
218
 
219
+ declare type __VLS_WithDefaults_3<P, D> = {
220
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_3<P[K] & {
221
+ default: D[K];
222
+ }> : P[K];
223
+ };
224
+
225
+ declare type __VLS_WithDefaults_4<P, D> = {
226
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_4<P[K] & {
227
+ default: D[K];
228
+ }> : P[K];
229
+ };
230
+
231
+ declare type __VLS_WithDefaults_5<P, D> = {
232
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_5<P[K] & {
233
+ default: D[K];
234
+ }> : P[K];
235
+ };
236
+
237
+ declare type __VLS_WithDefaults_6<P, D> = {
238
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_6<P[K] & {
239
+ default: D[K];
240
+ }> : P[K];
241
+ };
242
+
243
+ declare type __VLS_WithDefaults_7<P, D> = {
244
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_7<P[K] & {
245
+ default: D[K];
246
+ }> : P[K];
247
+ };
248
+
249
+ declare type __VLS_WithDefaults_8<P, D> = {
250
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_8<P[K] & {
251
+ default: D[K];
252
+ }> : P[K];
253
+ };
254
+
255
+ declare type __VLS_WithDefaults_9<P, D> = {
256
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_9<P[K] & {
257
+ default: D[K];
258
+ }> : P[K];
259
+ };
260
+
51
261
  declare type __VLS_WithTemplateSlots<T, S> = T & {
52
262
  new (): {
53
263
  $slots: S;
@@ -1439,7 +1649,8 @@ declare interface baseImageProps {
1439
1649
  sizes?: string;
1440
1650
  /**
1441
1651
  * Aspect ratio of the image, passes to the CSS aspect-ratio property.
1442
- * @demoSelectMultiple false
1652
+ * @demoTextField true
1653
+ * @demoPlaceholderText Example: '16-9'
1443
1654
  */
1444
1655
  ratio?: string;
1445
1656
  /**
@@ -1474,6 +1685,26 @@ declare interface baseImageProps {
1474
1685
  fetchpriority?: "high" | "low" | "auto";
1475
1686
  }
1476
1687
 
1688
+ /**
1689
+ * Text component properties
1690
+ * @interface baseTextProps
1691
+ */
1692
+ declare interface baseTextProps {
1693
+ /** Sets the HTML tag (p, span, h1, h2, etc) */
1694
+ tag?: string;
1695
+ }
1696
+
1697
+ declare interface bodyTextProps extends baseTextProps {
1698
+ /**
1699
+ * Sets the type scale
1700
+ * @type scaleValue
1701
+ * @values 0, 1
1702
+ */
1703
+ scale?: '0' | '1';
1704
+ /** Toggles the strong variant */
1705
+ strong?: boolean;
1706
+ }
1707
+
1477
1708
  /**
1478
1709
  * Breadcrumb data object
1479
1710
  *
@@ -1686,39 +1917,18 @@ export declare const CdrBanner: __VLS_WithTemplateSlots_4<DefineComponent<{
1686
1917
  "info-action"?(_: {}): any;
1687
1918
  }>;
1688
1919
 
1689
- export declare const CdrBody: __VLS_WithTemplateSlots_228<DefineComponent<{
1690
- /**
1691
- * Sets the type scale
1692
- * @type scaleValue
1693
- * @values '0', '1'
1694
- */
1695
- scale: {
1696
- type: PropType<scaleValue_7>;
1697
- default: string;
1698
- };
1699
- /** Toggles the strong variant */
1700
- strong: {
1701
- type: BooleanConstructor;
1702
- default: boolean;
1703
- };
1704
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
1705
- /**
1706
- * Sets the type scale
1707
- * @type scaleValue
1708
- * @values '0', '1'
1709
- */
1710
- scale: {
1711
- type: PropType<scaleValue_7>;
1712
- default: string;
1713
- };
1714
- /** Toggles the strong variant */
1715
- strong: {
1716
- type: BooleanConstructor;
1717
- default: boolean;
1718
- };
1719
- }>>, {
1920
+ export declare const CdrBody: __VLS_WithTemplateSlots_228<DefineComponent<__VLS_WithDefaults_11<__VLS_TypePropsToRuntimeProps_11<bodyTextProps>, {
1921
+ tag: string;
1922
+ scale: string;
1923
+ strong: boolean;
1924
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_11<__VLS_TypePropsToRuntimeProps_11<bodyTextProps>, {
1925
+ tag: string;
1926
+ scale: string;
1720
1927
  strong: boolean;
1721
- scale: scaleValue_7;
1928
+ }>>>, {
1929
+ tag: string;
1930
+ strong: boolean;
1931
+ scale: "0" | "1";
1722
1932
  }, {}>, {
1723
1933
  default?(_: {}): any;
1724
1934
  }>;
@@ -2233,7 +2443,13 @@ export declare const CdrContainer: __VLS_WithTemplateSlots_11<DefineComponent<{
2233
2443
  default?(_: {}): any;
2234
2444
  }>;
2235
2445
 
2236
- export declare const CdrEyebrow: __VLS_WithTemplateSlots_229<DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}, {}>, {
2446
+ export declare const CdrEyebrow: __VLS_WithTemplateSlots_229<DefineComponent<__VLS_WithDefaults_12<__VLS_TypePropsToRuntimeProps_12<baseTextProps>, {
2447
+ tag: string;
2448
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_12<__VLS_TypePropsToRuntimeProps_12<baseTextProps>, {
2449
+ tag: string;
2450
+ }>>>, {
2451
+ tag: string;
2452
+ }, {}>, {
2237
2453
  default?(_: {}): any;
2238
2454
  }>;
2239
2455
 
@@ -2350,91 +2566,44 @@ export declare const CdrGrid: __VLS_WithTemplateSlots_13<DefineComponent<{
2350
2566
  default?(_: {}): any;
2351
2567
  }>;
2352
2568
 
2353
- export declare const CdrHeadingDisplay: __VLS_WithTemplateSlots_222<DefineComponent<{
2354
- /**
2355
- * Sets the type scale
2356
- * @type scaleValue
2357
- * @values '2', '3', '4', '5', '6', '7'
2358
- */
2359
- scale: {
2360
- type: PropType<scaleValue>;
2361
- default: string;
2362
- };
2363
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
2364
- /**
2365
- * Sets the type scale
2366
- * @type scaleValue
2367
- * @values '2', '3', '4', '5', '6', '7'
2368
- */
2369
- scale: {
2370
- type: PropType<scaleValue>;
2371
- default: string;
2372
- };
2373
- }>>, {
2374
- scale: scaleValue;
2569
+ export declare const CdrHeadingDisplay: __VLS_WithTemplateSlots_222<DefineComponent<__VLS_WithDefaults_5<__VLS_TypePropsToRuntimeProps_5<headingDisplayTextProps>, {
2570
+ tag: string;
2571
+ scale: string;
2572
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_5<__VLS_TypePropsToRuntimeProps_5<headingDisplayTextProps>, {
2573
+ tag: string;
2574
+ scale: string;
2575
+ }>>>, {
2576
+ tag: string;
2577
+ scale: "2" | "3" | "4" | "5" | "6" | "7";
2375
2578
  }, {}>, {
2376
2579
  default?(_: {}): any;
2377
2580
  }>;
2378
2581
 
2379
- export declare const CdrHeadingSans: __VLS_WithTemplateSlots_224<DefineComponent<{
2380
- /**
2381
- * Sets the type scale
2382
- * @type scaleValue
2383
- * @values '1', '2', '3'
2384
- */
2385
- scale: {
2386
- type: PropType<scaleValue_3>;
2387
- default: string;
2388
- };
2389
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
2390
- /**
2391
- * Sets the type scale
2392
- * @type scaleValue
2393
- * @values '1', '2', '3'
2394
- */
2395
- scale: {
2396
- type: PropType<scaleValue_3>;
2397
- default: string;
2398
- };
2399
- }>>, {
2400
- scale: scaleValue_3;
2582
+ export declare const CdrHeadingSans: __VLS_WithTemplateSlots_224<DefineComponent<__VLS_WithDefaults_7<__VLS_TypePropsToRuntimeProps_7<headingSansTextProps>, {
2583
+ tag: string;
2584
+ scale: string;
2585
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_7<__VLS_TypePropsToRuntimeProps_7<headingSansTextProps>, {
2586
+ tag: string;
2587
+ scale: string;
2588
+ }>>>, {
2589
+ tag: string;
2590
+ scale: "1" | "2" | "3";
2401
2591
  }, {}>, {
2402
2592
  default?(_: {}): any;
2403
2593
  }>;
2404
2594
 
2405
- export declare const CdrHeadingSerif: __VLS_WithTemplateSlots_223<DefineComponent<{
2406
- /**
2407
- * Sets the type scale
2408
- * @type scaleValue
2409
- * @values '1', '2', '3', '4', '5'
2410
- */
2411
- scale: {
2412
- type: PropType<scaleValue_2>;
2413
- default: string;
2414
- };
2415
- /** Toggles the strong variant */
2416
- strong: {
2417
- type: BooleanConstructor;
2418
- default: boolean;
2419
- };
2420
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
2421
- /**
2422
- * Sets the type scale
2423
- * @type scaleValue
2424
- * @values '1', '2', '3', '4', '5'
2425
- */
2426
- scale: {
2427
- type: PropType<scaleValue_2>;
2428
- default: string;
2429
- };
2430
- /** Toggles the strong variant */
2431
- strong: {
2432
- type: BooleanConstructor;
2433
- default: boolean;
2434
- };
2435
- }>>, {
2595
+ export declare const CdrHeadingSerif: __VLS_WithTemplateSlots_223<DefineComponent<__VLS_WithDefaults_6<__VLS_TypePropsToRuntimeProps_6<headingSerifTextProps>, {
2596
+ tag: string;
2597
+ scale: string;
2436
2598
  strong: boolean;
2437
- scale: scaleValue_2;
2599
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_6<__VLS_TypePropsToRuntimeProps_6<headingSerifTextProps>, {
2600
+ tag: string;
2601
+ scale: string;
2602
+ strong: boolean;
2603
+ }>>>, {
2604
+ tag: string;
2605
+ strong: boolean;
2606
+ scale: "1" | "2" | "3" | "4" | "5";
2438
2607
  }, {}>, {
2439
2608
  default?(_: {}): any;
2440
2609
  }>;
@@ -2453,7 +2622,7 @@ export declare const CdrIcon: __VLS_WithTemplateSlots_14<DefineComponent<{
2453
2622
  };
2454
2623
  size: {
2455
2624
  type: StringConstructor;
2456
- default: string;
2625
+ default: undefined;
2457
2626
  validator: (value: string) => boolean;
2458
2627
  };
2459
2628
  }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
@@ -2470,7 +2639,7 @@ export declare const CdrIcon: __VLS_WithTemplateSlots_14<DefineComponent<{
2470
2639
  };
2471
2640
  size: {
2472
2641
  type: StringConstructor;
2473
- default: string;
2642
+ default: undefined;
2474
2643
  validator: (value: string) => boolean;
2475
2644
  };
2476
2645
  }>>, {
@@ -2543,14 +2712,10 @@ export declare const CdrInput: __VLS_WithTemplateSlots_15<DefineComponent<{
2543
2712
  };
2544
2713
  /**
2545
2714
  * Sets the input field size
2546
- * @demoSelectMultiple false
2547
- * @values medium, large
2715
+ * @demoSelectMultiple true
2716
+ * @values large
2548
2717
  */
2549
- size: {
2550
- type: StringConstructor;
2551
- default: string;
2552
- validator: (value: string) => boolean;
2553
- };
2718
+ size: StringConstructor;
2554
2719
  /**
2555
2720
  * Sets the `role` attribute for the embedded error state messaging.
2556
2721
  */
@@ -2639,14 +2804,10 @@ export declare const CdrInput: __VLS_WithTemplateSlots_15<DefineComponent<{
2639
2804
  };
2640
2805
  /**
2641
2806
  * Sets the input field size
2642
- * @demoSelectMultiple false
2643
- * @values medium, large
2807
+ * @demoSelectMultiple true
2808
+ * @values large
2644
2809
  */
2645
- size: {
2646
- type: StringConstructor;
2647
- default: string;
2648
- validator: (value: string) => boolean;
2649
- };
2810
+ size: StringConstructor;
2650
2811
  /**
2651
2812
  * Sets the `role` attribute for the embedded error state messaging.
2652
2813
  */
@@ -2682,7 +2843,6 @@ export declare const CdrInput: __VLS_WithTemplateSlots_15<DefineComponent<{
2682
2843
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2683
2844
  }, {
2684
2845
  type: string;
2685
- size: string;
2686
2846
  required: boolean;
2687
2847
  disabled: boolean;
2688
2848
  error: string | boolean;
@@ -2706,9 +2866,14 @@ export declare const CdrKicker: __VLS_WithTemplateSlots_16<DefineComponent<{}, {
2706
2866
  default?(_: {}): any;
2707
2867
  }>;
2708
2868
 
2709
- export declare const CdrLead: __VLS_WithTemplateSlots_17<DefineComponent<{
2869
+ export declare const CdrLandingLead: DefineComponent<{
2710
2870
  /** Sets the lead's image source */
2711
2871
  imgSrc: {
2872
+ type: StringConstructor;
2873
+ default: string;
2874
+ };
2875
+ /** Comma-seperated list of img srcsets */
2876
+ imgSrcset: {
2712
2877
  type: StringConstructor;
2713
2878
  default: undefined;
2714
2879
  };
@@ -2730,6 +2895,11 @@ export declare const CdrLead: __VLS_WithTemplateSlots_17<DefineComponent<{
2730
2895
  }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
2731
2896
  /** Sets the lead's image source */
2732
2897
  imgSrc: {
2898
+ type: StringConstructor;
2899
+ default: string;
2900
+ };
2901
+ /** Comma-seperated list of img srcsets */
2902
+ imgSrcset: {
2733
2903
  type: StringConstructor;
2734
2904
  default: undefined;
2735
2905
  };
@@ -2750,11 +2920,21 @@ export declare const CdrLead: __VLS_WithTemplateSlots_17<DefineComponent<{
2750
2920
  };
2751
2921
  }>>, {
2752
2922
  imgSrc: string;
2923
+ imgSrcset: string;
2753
2924
  imgAlt: string;
2754
2925
  heading: string;
2755
2926
  subheading: string;
2927
+ }, {}>;
2928
+
2929
+ export declare const CdrLead: __VLS_WithTemplateSlots_17<DefineComponent<__VLS_WithDefaults_2<__VLS_TypePropsToRuntimeProps_2<leadProps>, {
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";
2756
2935
  }, {}>, {
2757
- content?(_: {}): any;
2936
+ top?(_: {}): any;
2937
+ bottom?(_: {}): any;
2758
2938
  }>;
2759
2939
 
2760
2940
  export declare const CdrLink: __VLS_WithTemplateSlots_18<DefineComponent<{
@@ -2855,7 +3035,7 @@ export declare const CdrList: __VLS_WithTemplateSlots_19<DefineComponent<{
2855
3035
  */
2856
3036
  modifier: {
2857
3037
  type: StringConstructor;
2858
- default: string;
3038
+ default: undefined;
2859
3039
  validator: (value: string) => boolean;
2860
3040
  };
2861
3041
  }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
@@ -2875,7 +3055,7 @@ export declare const CdrList: __VLS_WithTemplateSlots_19<DefineComponent<{
2875
3055
  */
2876
3056
  modifier: {
2877
3057
  type: StringConstructor;
2878
- default: string;
3058
+ default: undefined;
2879
3059
  validator: (value: string) => boolean;
2880
3060
  };
2881
3061
  }>>, {
@@ -3133,9 +3313,9 @@ export declare const CdrPagination: DefineComponent<{
3133
3313
  forLabel: string;
3134
3314
  }, {}>;
3135
3315
 
3136
- export declare const CdrPicture: DefineComponent<__VLS_WithDefaults_2<__VLS_TypePropsToRuntimeProps_2<pictureProps>, {
3316
+ export declare const CdrPicture: DefineComponent<__VLS_WithDefaults_3<__VLS_TypePropsToRuntimeProps_3<pictureProps>, {
3137
3317
  alt: string;
3138
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_2<__VLS_TypePropsToRuntimeProps_2<pictureProps>, {
3318
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_3<__VLS_TypePropsToRuntimeProps_3<pictureProps>, {
3139
3319
  alt: string;
3140
3320
  }>>>, {
3141
3321
  alt: string;
@@ -3572,15 +3752,11 @@ export declare const CdrSelect: __VLS_WithTemplateSlots_24<DefineComponent<{
3572
3752
  validator: (value: string) => boolean;
3573
3753
  };
3574
3754
  /**
3575
- * Sets the component's size; values can target responsive breakpoints. Example `small@lg`
3576
- * @demoSelectMultiple false
3577
- * @values small, medium, large
3755
+ * Sets the component's size; values can target responsive breakpoints. Example `large@lg`
3756
+ * @demoSelectMultiple true
3757
+ * @values large
3578
3758
  */
3579
- size: {
3580
- type: StringConstructor;
3581
- default: string;
3582
- validator: (value: string) => boolean;
3583
- };
3759
+ size: StringConstructor;
3584
3760
  /** Sets the select to an error state, displays the `error` slot if one is present. */
3585
3761
  error: {
3586
3762
  type: (StringConstructor | BooleanConstructor)[];
@@ -3656,15 +3832,11 @@ export declare const CdrSelect: __VLS_WithTemplateSlots_24<DefineComponent<{
3656
3832
  validator: (value: string) => boolean;
3657
3833
  };
3658
3834
  /**
3659
- * Sets the component's size; values can target responsive breakpoints. Example `small@lg`
3660
- * @demoSelectMultiple false
3661
- * @values small, medium, large
3835
+ * Sets the component's size; values can target responsive breakpoints. Example `large@lg`
3836
+ * @demoSelectMultiple true
3837
+ * @values large
3662
3838
  */
3663
- size: {
3664
- type: StringConstructor;
3665
- default: string;
3666
- validator: (value: string) => boolean;
3667
- };
3839
+ size: StringConstructor;
3668
3840
  /** Sets the select to an error state, displays the `error` slot if one is present. */
3669
3841
  error: {
3670
3842
  type: (StringConstructor | BooleanConstructor)[];
@@ -3696,7 +3868,6 @@ export declare const CdrSelect: __VLS_WithTemplateSlots_24<DefineComponent<{
3696
3868
  }>> & {
3697
3869
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
3698
3870
  }, {
3699
- size: string;
3700
3871
  required: boolean;
3701
3872
  disabled: boolean;
3702
3873
  multiple: boolean;
@@ -3768,28 +3939,15 @@ export declare const CdrSkeletonBone: DefineComponent<{
3768
3939
  type: string;
3769
3940
  }, {}>;
3770
3941
 
3771
- export declare const CdrSubheadingSans: __VLS_WithTemplateSlots_225<DefineComponent<{
3772
- /**
3773
- * Sets the type scale
3774
- * @type scaleValue
3775
- * @values '0', '1', '2'
3776
- */
3777
- scale: {
3778
- type: PropType<scaleValue_4>;
3779
- default: string;
3780
- };
3781
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
3782
- /**
3783
- * Sets the type scale
3784
- * @type scaleValue
3785
- * @values '0', '1', '2'
3786
- */
3787
- scale: {
3788
- type: PropType<scaleValue_4>;
3789
- default: string;
3790
- };
3791
- }>>, {
3792
- scale: scaleValue_4;
3942
+ export declare const CdrSubheadingSans: __VLS_WithTemplateSlots_225<DefineComponent<__VLS_WithDefaults_8<__VLS_TypePropsToRuntimeProps_8<subheadingSansTextProps>, {
3943
+ tag: string;
3944
+ scale: string;
3945
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_8<__VLS_TypePropsToRuntimeProps_8<subheadingSansTextProps>, {
3946
+ tag: string;
3947
+ scale: string;
3948
+ }>>>, {
3949
+ tag: string;
3950
+ scale: "0" | "1" | "2";
3793
3951
  }, {}>, {
3794
3952
  default?(_: {}): any;
3795
3953
  }>;
@@ -4054,19 +4212,11 @@ export declare const CdrTabs: __VLS_WithTemplateSlots_28<DefineComponent<{
4054
4212
  default?(_: {}): any;
4055
4213
  }>;
4056
4214
 
4057
- export declare const CdrText: __VLS_WithTemplateSlots_29<DefineComponent<{
4058
- /** Sets the HTML tag (p, span, h1, h2, etc) */
4059
- tag: {
4060
- type: StringConstructor;
4061
- default: string;
4062
- };
4063
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
4064
- /** Sets the HTML tag (p, span, h1, h2, etc) */
4065
- tag: {
4066
- type: StringConstructor;
4067
- default: string;
4068
- };
4069
- }>>, {
4215
+ export declare const CdrText: __VLS_WithTemplateSlots_29<DefineComponent<__VLS_WithDefaults_4<__VLS_TypePropsToRuntimeProps_4<baseTextProps>, {
4216
+ tag: string;
4217
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_4<__VLS_TypePropsToRuntimeProps_4<baseTextProps>, {
4218
+ tag: string;
4219
+ }>>>, {
4070
4220
  tag: string;
4071
4221
  }, {}>, {
4072
4222
  default?(_: {}): any;
@@ -4320,76 +4470,34 @@ export declare const CdrTooltip: __VLS_WithTemplateSlots_35<DefineComponent<{
4320
4470
  default?(_: {}): any;
4321
4471
  }>;
4322
4472
 
4323
- export declare const CdrUtilitySans: __VLS_WithTemplateSlots_226<DefineComponent<{
4324
- /**
4325
- * Sets the type scale
4326
- * @type scaleValue
4327
- * @values '-1','0','1','2','3'
4328
- */
4329
- scale: {
4330
- type: PropType<scaleValue_5>;
4331
- default: string;
4332
- };
4333
- /** Toggles the strong variant */
4334
- strong: {
4335
- type: BooleanConstructor;
4336
- default: boolean;
4337
- };
4338
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
4339
- /**
4340
- * Sets the type scale
4341
- * @type scaleValue
4342
- * @values '-1','0','1','2','3'
4343
- */
4344
- scale: {
4345
- type: PropType<scaleValue_5>;
4346
- default: string;
4347
- };
4348
- /** Toggles the strong variant */
4349
- strong: {
4350
- type: BooleanConstructor;
4351
- default: boolean;
4352
- };
4353
- }>>, {
4473
+ export declare const CdrUtilitySans: __VLS_WithTemplateSlots_226<DefineComponent<__VLS_WithDefaults_9<__VLS_TypePropsToRuntimeProps_9<utilitySansTextProps>, {
4474
+ tag: string;
4475
+ scale: string;
4476
+ strong: boolean;
4477
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_9<__VLS_TypePropsToRuntimeProps_9<utilitySansTextProps>, {
4478
+ tag: string;
4479
+ scale: string;
4354
4480
  strong: boolean;
4355
- scale: scaleValue_5;
4481
+ }>>>, {
4482
+ tag: string;
4483
+ strong: boolean;
4484
+ scale: "0" | "1" | "2" | "3" | "-1";
4356
4485
  }, {}>, {
4357
4486
  default?(_: {}): any;
4358
4487
  }>;
4359
4488
 
4360
- export declare const CdrUtilitySerif: __VLS_WithTemplateSlots_227<DefineComponent<{
4361
- /**
4362
- * Sets the type scale
4363
- * @type scaleValue
4364
- * @values '-1','0','1','2','3'
4365
- */
4366
- scale: {
4367
- type: PropType<scaleValue_6>;
4368
- default: string;
4369
- };
4370
- /** Toggles the strong variant */
4371
- strong: {
4372
- type: BooleanConstructor;
4373
- default: boolean;
4374
- };
4375
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
4376
- /**
4377
- * Sets the type scale
4378
- * @type scaleValue
4379
- * @values '-1','0','1','2','3'
4380
- */
4381
- scale: {
4382
- type: PropType<scaleValue_6>;
4383
- default: string;
4384
- };
4385
- /** Toggles the strong variant */
4386
- strong: {
4387
- type: BooleanConstructor;
4388
- default: boolean;
4389
- };
4390
- }>>, {
4489
+ export declare const CdrUtilitySerif: __VLS_WithTemplateSlots_227<DefineComponent<__VLS_WithDefaults_10<__VLS_TypePropsToRuntimeProps_10<utilitySerifTextProps>, {
4490
+ tag: string;
4491
+ scale: string;
4492
+ strong: boolean;
4493
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_10<__VLS_TypePropsToRuntimeProps_10<utilitySerifTextProps>, {
4494
+ tag: string;
4495
+ scale: string;
4496
+ strong: boolean;
4497
+ }>>>, {
4498
+ tag: string;
4391
4499
  strong: boolean;
4392
- scale: scaleValue_6;
4500
+ scale: "0" | "1" | "2" | "3" | "-1";
4393
4501
  }, {}>, {
4394
4502
  default?(_: {}): any;
4395
4503
  }>;
@@ -4400,6 +4508,35 @@ export declare interface choreographerSchema {
4400
4508
  content?: string | choreographerSchema;
4401
4509
  }
4402
4510
 
4511
+ declare interface headingDisplayTextProps extends baseTextProps {
4512
+ /**
4513
+ * Sets the type scale
4514
+ * @type scaleValue
4515
+ * @values 2,3,4,5,6,7
4516
+ */
4517
+ scale?: '2' | '3' | '4' | '5' | '6' | '7';
4518
+ }
4519
+
4520
+ declare interface headingSansTextProps extends baseTextProps {
4521
+ /**
4522
+ * Sets the type scale
4523
+ * @type scaleValue
4524
+ * @values 1,2,3
4525
+ */
4526
+ scale?: '1' | '2' | '3';
4527
+ }
4528
+
4529
+ declare interface headingSerifTextProps extends baseTextProps {
4530
+ /**
4531
+ * Sets the type scale
4532
+ * @type scaleValue
4533
+ * @values 1,2,3,4,5
4534
+ */
4535
+ scale?: '1' | '2' | '3' | '4' | '5';
4536
+ /** Toggles the strong variant */
4537
+ strong?: boolean;
4538
+ }
4539
+
4403
4540
  export declare const IconAccountProfile: __VLS_WithTemplateSlots_37<DefineComponent<{
4404
4541
  props: {
4405
4542
  type: ObjectConstructor;
@@ -6632,6 +6769,15 @@ export declare const IconZoomOut: __VLS_WithTemplateSlots_221<DefineComponent<{
6632
6769
  default?(_: {}): any;
6633
6770
  }>;
6634
6771
 
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
+
6635
6781
  /**
6636
6782
  * Pagination data object
6637
6783
  *
@@ -6668,20 +6814,6 @@ export declare interface pictureSourceObject {
6668
6814
  };
6669
6815
  }
6670
6816
 
6671
- declare type scaleValue = '2' | '3' | '4' | '5' | '6' | '7';
6672
-
6673
- declare type scaleValue_2 = '1' | '2' | '3' | '4' | '5';
6674
-
6675
- declare type scaleValue_3 = '1' | '2' | '3';
6676
-
6677
- declare type scaleValue_4 = '0' | '1' | '2';
6678
-
6679
- declare type scaleValue_5 = '-1' | '0' | '1' | '2' | '3';
6680
-
6681
- declare type scaleValue_6 = '-1' | '0' | '1' | '2' | '3';
6682
-
6683
- declare type scaleValue_7 = '0' | '1';
6684
-
6685
6817
  /**
6686
6818
  * Select data object
6687
6819
  *
@@ -6694,4 +6826,35 @@ export declare interface selectOption {
6694
6826
  value: string;
6695
6827
  }
6696
6828
 
6829
+ declare interface subheadingSansTextProps extends baseTextProps {
6830
+ /**
6831
+ * Sets the type scale
6832
+ * @type scaleValue
6833
+ * @values 0,1,2
6834
+ */
6835
+ scale?: '0' | '1' | '2';
6836
+ }
6837
+
6838
+ declare interface utilitySansTextProps extends baseTextProps {
6839
+ /**
6840
+ * Sets the type scale
6841
+ * @type scaleValue
6842
+ * @values -1,0,1,2,3
6843
+ */
6844
+ scale?: '-1' | '0' | '1' | '2' | '3';
6845
+ /** Toggles the strong variant */
6846
+ strong?: boolean;
6847
+ }
6848
+
6849
+ declare interface utilitySerifTextProps extends baseTextProps {
6850
+ /**
6851
+ * Sets the type scale
6852
+ * @type scaleValue
6853
+ * @values -1,0,1,2,3
6854
+ */
6855
+ scale?: '-1' | '0' | '1' | '2' | '3';
6856
+ /** Toggles the strong variant */
6857
+ strong?: boolean;
6858
+ }
6859
+
6697
6860
  export { }