@porsche-design-system/components-vue 3.31.0 → 4.0.0-alpha.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 (278) hide show
  1. package/CHANGELOG.md +250 -1
  2. package/cjs/PorscheDesignSystemProvider.vue.cjs +1 -1
  3. package/cjs/lib/components/AccordionWrapper.vue.cjs +1 -1
  4. package/cjs/lib/components/BannerWrapper.vue.cjs +1 -1
  5. package/cjs/lib/components/ButtonPureWrapper.vue.cjs +1 -1
  6. package/cjs/lib/components/ButtonTileWrapper.vue.cjs +1 -1
  7. package/cjs/lib/components/ButtonWrapper.vue.cjs +1 -1
  8. package/cjs/lib/components/CanvasWrapper.vue.cjs +1 -1
  9. package/cjs/lib/components/CarouselWrapper.vue.cjs +1 -1
  10. package/cjs/lib/components/CheckboxWrapper.vue.cjs +1 -1
  11. package/cjs/lib/components/DisplayWrapper.vue.cjs +1 -1
  12. package/cjs/lib/components/DividerWrapper.vue.cjs +1 -1
  13. package/cjs/lib/components/DrilldownWrapper.vue.cjs +1 -1
  14. package/cjs/lib/components/FieldsetWrapper.vue.cjs +1 -1
  15. package/cjs/lib/components/FlyoutWrapper.vue.cjs +1 -1
  16. package/cjs/lib/components/HeadingWrapper.vue.cjs +1 -1
  17. package/cjs/lib/components/IconWrapper.vue.cjs +1 -1
  18. package/cjs/lib/components/InlineNotificationWrapper.vue.cjs +1 -1
  19. package/cjs/lib/components/InputDateWrapper.vue.cjs +1 -1
  20. package/cjs/lib/components/InputEmailWrapper.vue.cjs +1 -1
  21. package/cjs/lib/components/InputMonthWrapper.vue.cjs +1 -0
  22. package/cjs/lib/components/InputMonthWrapper.vue2.cjs +1 -0
  23. package/cjs/lib/components/InputNumberWrapper.vue.cjs +1 -1
  24. package/cjs/lib/components/InputPasswordWrapper.vue.cjs +1 -1
  25. package/cjs/lib/components/InputSearchWrapper.vue.cjs +1 -1
  26. package/cjs/lib/components/InputTelWrapper.vue.cjs +1 -1
  27. package/cjs/lib/components/InputTextWrapper.vue.cjs +1 -1
  28. package/cjs/lib/components/InputTimeWrapper.vue.cjs +1 -1
  29. package/cjs/lib/components/InputUrlWrapper.vue.cjs +1 -1
  30. package/cjs/lib/components/InputWeekWrapper.vue.cjs +1 -0
  31. package/cjs/lib/components/InputWeekWrapper.vue2.cjs +1 -0
  32. package/cjs/lib/components/LinkPureWrapper.vue.cjs +1 -1
  33. package/cjs/lib/components/LinkTileProductWrapper.vue.cjs +1 -1
  34. package/cjs/lib/components/LinkTileWrapper.vue.cjs +1 -1
  35. package/cjs/lib/components/LinkWrapper.vue.cjs +1 -1
  36. package/cjs/lib/components/ModalWrapper.vue.cjs +1 -1
  37. package/cjs/lib/components/ModelSignatureWrapper.vue.cjs +1 -1
  38. package/cjs/lib/components/MultiSelectWrapper.vue.cjs +1 -1
  39. package/cjs/lib/components/PaginationWrapper.vue.cjs +1 -1
  40. package/cjs/lib/components/PinCodeWrapper.vue.cjs +1 -1
  41. package/cjs/lib/components/PopoverWrapper.vue.cjs +1 -1
  42. package/cjs/lib/components/RadioGroupWrapper.vue.cjs +1 -1
  43. package/cjs/lib/components/ScrollerWrapper.vue.cjs +1 -1
  44. package/cjs/lib/components/SegmentedControlWrapper.vue.cjs +1 -1
  45. package/cjs/lib/components/SelectWrapper.vue.cjs +1 -1
  46. package/cjs/lib/components/SheetWrapper.vue.cjs +1 -1
  47. package/cjs/lib/components/SpinnerWrapper.vue.cjs +1 -1
  48. package/cjs/lib/components/StepperHorizontalWrapper.vue.cjs +1 -1
  49. package/cjs/lib/components/SwitchWrapper.vue.cjs +1 -1
  50. package/cjs/lib/components/TableWrapper.vue.cjs +1 -1
  51. package/cjs/lib/components/TabsBarWrapper.vue.cjs +1 -1
  52. package/cjs/lib/components/TabsWrapper.vue.cjs +1 -1
  53. package/cjs/lib/components/TagDismissibleWrapper.vue.cjs +1 -1
  54. package/cjs/lib/components/TagWrapper.vue.cjs +1 -1
  55. package/cjs/lib/components/TextListWrapper.vue.cjs +1 -1
  56. package/cjs/lib/components/TextWrapper.vue.cjs +1 -1
  57. package/cjs/lib/components/TextareaWrapper.vue.cjs +1 -1
  58. package/cjs/lib/components/ToastWrapper.vue.cjs +1 -1
  59. package/cjs/lib/components/WordmarkWrapper.vue.cjs +1 -1
  60. package/cjs/public-api.cjs +1 -1
  61. package/cjs/utils.cjs +1 -1
  62. package/esm/PorscheDesignSystemProvider.vue.d.ts +0 -3
  63. package/esm/PorscheDesignSystemProvider.vue.mjs +9 -15
  64. package/esm/lib/components/AccordionWrapper.vue.d.ts +3 -13
  65. package/esm/lib/components/AccordionWrapper.vue.mjs +13 -17
  66. package/esm/lib/components/BannerWrapper.vue.d.ts +1 -14
  67. package/esm/lib/components/BannerWrapper.vue.mjs +12 -17
  68. package/esm/lib/components/ButtonPureWrapper.vue.d.ts +2 -12
  69. package/esm/lib/components/ButtonPureWrapper.vue.mjs +11 -15
  70. package/esm/lib/components/ButtonTileWrapper.vue.d.ts +1 -6
  71. package/esm/lib/components/ButtonTileWrapper.vue.mjs +8 -9
  72. package/esm/lib/components/ButtonWrapper.vue.d.ts +1 -5
  73. package/esm/lib/components/ButtonWrapper.vue.mjs +10 -13
  74. package/esm/lib/components/CanvasWrapper.vue.d.ts +0 -5
  75. package/esm/lib/components/CanvasWrapper.vue.mjs +12 -15
  76. package/esm/lib/components/CarouselWrapper.vue.d.ts +7 -22
  77. package/esm/lib/components/CarouselWrapper.vue.mjs +17 -22
  78. package/esm/lib/components/CheckboxWrapper.vue.d.ts +1 -7
  79. package/esm/lib/components/CheckboxWrapper.vue.mjs +14 -17
  80. package/esm/lib/components/DisplayWrapper.vue.d.ts +1 -5
  81. package/esm/lib/components/DisplayWrapper.vue.mjs +11 -14
  82. package/esm/lib/components/DividerWrapper.vue.d.ts +2 -10
  83. package/esm/lib/components/DividerWrapper.vue.mjs +10 -14
  84. package/esm/lib/components/DrilldownWrapper.vue.d.ts +1 -5
  85. package/esm/lib/components/DrilldownWrapper.vue.mjs +12 -15
  86. package/esm/lib/components/FieldsetWrapper.vue.d.ts +1 -5
  87. package/esm/lib/components/FieldsetWrapper.vue.mjs +11 -14
  88. package/esm/lib/components/FlyoutWrapper.vue.d.ts +6 -5
  89. package/esm/lib/components/FlyoutWrapper.vue.mjs +13 -15
  90. package/esm/lib/components/HeadingWrapper.vue.d.ts +1 -5
  91. package/esm/lib/components/HeadingWrapper.vue.mjs +11 -14
  92. package/esm/lib/components/IconWrapper.vue.d.ts +1 -10
  93. package/esm/lib/components/IconWrapper.vue.mjs +9 -13
  94. package/esm/lib/components/InlineNotificationWrapper.vue.d.ts +1 -9
  95. package/esm/lib/components/InlineNotificationWrapper.vue.mjs +12 -16
  96. package/esm/lib/components/InputDateWrapper.vue.d.ts +1 -5
  97. package/esm/lib/components/InputDateWrapper.vue.mjs +12 -15
  98. package/esm/lib/components/InputEmailWrapper.vue.d.ts +1 -5
  99. package/esm/lib/components/InputEmailWrapper.vue.mjs +12 -15
  100. package/esm/lib/components/InputMonthWrapper.vue.d.ts +107 -0
  101. package/esm/lib/components/InputMonthWrapper.vue.mjs +44 -0
  102. package/esm/lib/components/InputMonthWrapper.vue2.mjs +4 -0
  103. package/esm/lib/components/InputNumberWrapper.vue.d.ts +1 -5
  104. package/esm/lib/components/InputNumberWrapper.vue.mjs +12 -15
  105. package/esm/lib/components/InputPasswordWrapper.vue.d.ts +1 -5
  106. package/esm/lib/components/InputPasswordWrapper.vue.mjs +12 -15
  107. package/esm/lib/components/InputSearchWrapper.vue.d.ts +9 -5
  108. package/esm/lib/components/InputSearchWrapper.vue.mjs +14 -15
  109. package/esm/lib/components/InputTelWrapper.vue.d.ts +1 -5
  110. package/esm/lib/components/InputTelWrapper.vue.mjs +12 -15
  111. package/esm/lib/components/InputTextWrapper.vue.d.ts +1 -5
  112. package/esm/lib/components/InputTextWrapper.vue.mjs +12 -15
  113. package/esm/lib/components/InputTimeWrapper.vue.d.ts +1 -5
  114. package/esm/lib/components/InputTimeWrapper.vue.mjs +12 -15
  115. package/esm/lib/components/InputUrlWrapper.vue.d.ts +1 -5
  116. package/esm/lib/components/InputUrlWrapper.vue.mjs +12 -15
  117. package/esm/lib/components/InputWeekWrapper.vue.d.ts +107 -0
  118. package/esm/lib/components/InputWeekWrapper.vue.mjs +44 -0
  119. package/esm/lib/components/InputWeekWrapper.vue2.mjs +4 -0
  120. package/esm/lib/components/LinkPureWrapper.vue.d.ts +2 -12
  121. package/esm/lib/components/LinkPureWrapper.vue.mjs +11 -15
  122. package/esm/lib/components/LinkTileProductWrapper.vue.d.ts +3 -7
  123. package/esm/lib/components/LinkTileProductWrapper.vue.mjs +13 -16
  124. package/esm/lib/components/LinkTileWrapper.vue.d.ts +1 -6
  125. package/esm/lib/components/LinkTileWrapper.vue.mjs +6 -7
  126. package/esm/lib/components/LinkWrapper.vue.d.ts +1 -5
  127. package/esm/lib/components/LinkWrapper.vue.mjs +10 -13
  128. package/esm/lib/components/ModalWrapper.vue.d.ts +6 -14
  129. package/esm/lib/components/ModalWrapper.vue.mjs +13 -17
  130. package/esm/lib/components/ModelSignatureWrapper.vue.d.ts +2 -6
  131. package/esm/lib/components/ModelSignatureWrapper.vue.mjs +11 -14
  132. package/esm/lib/components/MultiSelectWrapper.vue.d.ts +1 -5
  133. package/esm/lib/components/MultiSelectWrapper.vue.mjs +14 -17
  134. package/esm/lib/components/PaginationWrapper.vue.d.ts +3 -30
  135. package/esm/lib/components/PaginationWrapper.vue.mjs +10 -18
  136. package/esm/lib/components/PinCodeWrapper.vue.d.ts +1 -5
  137. package/esm/lib/components/PinCodeWrapper.vue.mjs +14 -17
  138. package/esm/lib/components/PopoverWrapper.vue.d.ts +1 -5
  139. package/esm/lib/components/PopoverWrapper.vue.mjs +11 -14
  140. package/esm/lib/components/RadioGroupWrapper.vue.d.ts +2 -6
  141. package/esm/lib/components/RadioGroupWrapper.vue.mjs +12 -15
  142. package/esm/lib/components/ScrollerWrapper.vue.d.ts +1 -17
  143. package/esm/lib/components/ScrollerWrapper.vue.mjs +10 -16
  144. package/esm/lib/components/SegmentedControlWrapper.vue.d.ts +29 -7
  145. package/esm/lib/components/SegmentedControlWrapper.vue.mjs +19 -17
  146. package/esm/lib/components/SelectWrapper.vue.d.ts +2 -6
  147. package/esm/lib/components/SelectWrapper.vue.mjs +14 -17
  148. package/esm/lib/components/SheetWrapper.vue.d.ts +6 -5
  149. package/esm/lib/components/SheetWrapper.vue.mjs +13 -15
  150. package/esm/lib/components/SpinnerWrapper.vue.d.ts +1 -5
  151. package/esm/lib/components/SpinnerWrapper.vue.mjs +9 -12
  152. package/esm/lib/components/StepperHorizontalWrapper.vue.d.ts +3 -9
  153. package/esm/lib/components/StepperHorizontalWrapper.vue.mjs +13 -16
  154. package/esm/lib/components/SwitchWrapper.vue.d.ts +4 -10
  155. package/esm/lib/components/SwitchWrapper.vue.mjs +13 -16
  156. package/esm/lib/components/TableWrapper.vue.d.ts +1 -7
  157. package/esm/lib/components/TableWrapper.vue.mjs +12 -15
  158. package/esm/lib/components/TabsBarWrapper.vue.d.ts +3 -17
  159. package/esm/lib/components/TabsBarWrapper.vue.mjs +12 -17
  160. package/esm/lib/components/TabsWrapper.vue.d.ts +3 -17
  161. package/esm/lib/components/TabsWrapper.vue.mjs +12 -17
  162. package/esm/lib/components/TagDismissibleWrapper.vue.d.ts +4 -8
  163. package/esm/lib/components/TagDismissibleWrapper.vue.mjs +12 -15
  164. package/esm/lib/components/TagWrapper.vue.d.ts +5 -8
  165. package/esm/lib/components/TagWrapper.vue.mjs +12 -15
  166. package/esm/lib/components/TextListWrapper.vue.d.ts +1 -13
  167. package/esm/lib/components/TextListWrapper.vue.mjs +10 -15
  168. package/esm/lib/components/TextWrapper.vue.d.ts +2 -6
  169. package/esm/lib/components/TextWrapper.vue.mjs +10 -13
  170. package/esm/lib/components/TextareaWrapper.vue.d.ts +7 -6
  171. package/esm/lib/components/TextareaWrapper.vue.mjs +13 -15
  172. package/esm/lib/components/ToastWrapper.vue.d.ts +1 -8
  173. package/esm/lib/components/ToastWrapper.vue.mjs +7 -15
  174. package/esm/lib/components/WordmarkWrapper.vue.d.ts +1 -5
  175. package/esm/lib/components/WordmarkWrapper.vue.mjs +9 -12
  176. package/esm/lib/components/index.d.ts +2 -16
  177. package/esm/lib/types.d.ts +149 -503
  178. package/esm/public-api.d.ts +1 -1
  179. package/esm/public-api.mjs +150 -179
  180. package/esm/tokens/index.d.ts +1 -0
  181. package/esm/utils.d.ts +1 -2
  182. package/esm/utils.mjs +7 -8
  183. package/global-styles/cn/font-face.css +1 -0
  184. package/global-styles/cn/index.css +168 -0
  185. package/global-styles/font-face.css +1 -0
  186. package/global-styles/index.css +168 -0
  187. package/global-styles/legacy-radius.css +5 -0
  188. package/global-styles/normalize.css +11 -0
  189. package/global-styles/variables.css +156 -0
  190. package/package.json +32 -10
  191. package/tailwindcss/index.css +174 -152
  192. package/tokens/cjs/index.cjs +12 -0
  193. package/tokens/esm/index.d.ts +1 -0
  194. package/tokens/esm/index.mjs +1 -0
  195. package/tokens/package.json +6 -0
  196. package/cjs/lib/components/ButtonGroupWrapper.vue.cjs +0 -1
  197. package/cjs/lib/components/ButtonGroupWrapper.vue2.cjs +0 -1
  198. package/cjs/lib/components/CheckboxWrapperWrapper.vue.cjs +0 -1
  199. package/cjs/lib/components/CheckboxWrapperWrapper.vue2.cjs +0 -1
  200. package/cjs/lib/components/ContentWrapperWrapper.vue.cjs +0 -1
  201. package/cjs/lib/components/ContentWrapperWrapper.vue2.cjs +0 -1
  202. package/cjs/lib/components/FieldsetWrapperWrapper.vue.cjs +0 -1
  203. package/cjs/lib/components/FieldsetWrapperWrapper.vue2.cjs +0 -1
  204. package/cjs/lib/components/FlexItemWrapper.vue.cjs +0 -1
  205. package/cjs/lib/components/FlexItemWrapper.vue2.cjs +0 -1
  206. package/cjs/lib/components/FlexWrapper.vue.cjs +0 -1
  207. package/cjs/lib/components/FlexWrapper.vue2.cjs +0 -1
  208. package/cjs/lib/components/GridItemWrapper.vue.cjs +0 -1
  209. package/cjs/lib/components/GridItemWrapper.vue2.cjs +0 -1
  210. package/cjs/lib/components/GridWrapper.vue.cjs +0 -1
  211. package/cjs/lib/components/GridWrapper.vue2.cjs +0 -1
  212. package/cjs/lib/components/HeadlineWrapper.vue.cjs +0 -1
  213. package/cjs/lib/components/HeadlineWrapper.vue2.cjs +0 -1
  214. package/cjs/lib/components/LinkSocialWrapper.vue.cjs +0 -1
  215. package/cjs/lib/components/LinkSocialWrapper.vue2.cjs +0 -1
  216. package/cjs/lib/components/LinkTileModelSignatureWrapper.vue.cjs +0 -1
  217. package/cjs/lib/components/LinkTileModelSignatureWrapper.vue2.cjs +0 -1
  218. package/cjs/lib/components/MarqueWrapper.vue.cjs +0 -1
  219. package/cjs/lib/components/MarqueWrapper.vue2.cjs +0 -1
  220. package/cjs/lib/components/RadioButtonWrapperWrapper.vue.cjs +0 -1
  221. package/cjs/lib/components/RadioButtonWrapperWrapper.vue2.cjs +0 -1
  222. package/cjs/lib/components/SelectWrapperWrapper.vue.cjs +0 -1
  223. package/cjs/lib/components/SelectWrapperWrapper.vue2.cjs +0 -1
  224. package/cjs/lib/components/TextFieldWrapperWrapper.vue.cjs +0 -1
  225. package/cjs/lib/components/TextFieldWrapperWrapper.vue2.cjs +0 -1
  226. package/cjs/lib/components/TextareaWrapperWrapper.vue.cjs +0 -1
  227. package/cjs/lib/components/TextareaWrapperWrapper.vue2.cjs +0 -1
  228. package/esm/lib/components/ButtonGroupWrapper.vue.d.ts +0 -22
  229. package/esm/lib/components/ButtonGroupWrapper.vue.mjs +0 -23
  230. package/esm/lib/components/ButtonGroupWrapper.vue2.mjs +0 -4
  231. package/esm/lib/components/CheckboxWrapperWrapper.vue.d.ts +0 -47
  232. package/esm/lib/components/CheckboxWrapperWrapper.vue.mjs +0 -30
  233. package/esm/lib/components/CheckboxWrapperWrapper.vue2.mjs +0 -4
  234. package/esm/lib/components/ContentWrapperWrapper.vue.d.ts +0 -34
  235. package/esm/lib/components/ContentWrapperWrapper.vue.mjs +0 -27
  236. package/esm/lib/components/ContentWrapperWrapper.vue2.mjs +0 -4
  237. package/esm/lib/components/FieldsetWrapperWrapper.vue.d.ts +0 -47
  238. package/esm/lib/components/FieldsetWrapperWrapper.vue.mjs +0 -30
  239. package/esm/lib/components/FieldsetWrapperWrapper.vue2.mjs +0 -4
  240. package/esm/lib/components/FlexItemWrapper.vue.d.ts +0 -48
  241. package/esm/lib/components/FlexItemWrapper.vue.mjs +0 -28
  242. package/esm/lib/components/FlexItemWrapper.vue2.mjs +0 -4
  243. package/esm/lib/components/FlexWrapper.vue.d.ts +0 -48
  244. package/esm/lib/components/FlexWrapper.vue.mjs +0 -28
  245. package/esm/lib/components/FlexWrapper.vue2.mjs +0 -4
  246. package/esm/lib/components/GridItemWrapper.vue.d.ts +0 -28
  247. package/esm/lib/components/GridItemWrapper.vue.mjs +0 -24
  248. package/esm/lib/components/GridItemWrapper.vue2.mjs +0 -4
  249. package/esm/lib/components/GridWrapper.vue.d.ts +0 -34
  250. package/esm/lib/components/GridWrapper.vue.mjs +0 -25
  251. package/esm/lib/components/GridWrapper.vue2.mjs +0 -4
  252. package/esm/lib/components/HeadlineWrapper.vue.d.ts +0 -46
  253. package/esm/lib/components/HeadlineWrapper.vue.mjs +0 -30
  254. package/esm/lib/components/HeadlineWrapper.vue2.mjs +0 -4
  255. package/esm/lib/components/LinkSocialWrapper.vue.d.ts +0 -53
  256. package/esm/lib/components/LinkSocialWrapper.vue.mjs +0 -32
  257. package/esm/lib/components/LinkSocialWrapper.vue2.mjs +0 -4
  258. package/esm/lib/components/LinkTileModelSignatureWrapper.vue.d.ts +0 -50
  259. package/esm/lib/components/LinkTileModelSignatureWrapper.vue.mjs +0 -29
  260. package/esm/lib/components/LinkTileModelSignatureWrapper.vue2.mjs +0 -4
  261. package/esm/lib/components/MarqueWrapper.vue.d.ts +0 -36
  262. package/esm/lib/components/MarqueWrapper.vue.mjs +0 -23
  263. package/esm/lib/components/MarqueWrapper.vue2.mjs +0 -4
  264. package/esm/lib/components/RadioButtonWrapperWrapper.vue.d.ts +0 -47
  265. package/esm/lib/components/RadioButtonWrapperWrapper.vue.mjs +0 -30
  266. package/esm/lib/components/RadioButtonWrapperWrapper.vue2.mjs +0 -4
  267. package/esm/lib/components/SelectWrapperWrapper.vue.d.ts +0 -62
  268. package/esm/lib/components/SelectWrapperWrapper.vue.mjs +0 -33
  269. package/esm/lib/components/SelectWrapperWrapper.vue2.mjs +0 -4
  270. package/esm/lib/components/TextFieldWrapperWrapper.vue.d.ts +0 -89
  271. package/esm/lib/components/TextFieldWrapperWrapper.vue.mjs +0 -41
  272. package/esm/lib/components/TextFieldWrapperWrapper.vue2.mjs +0 -4
  273. package/esm/lib/components/TextareaWrapperWrapper.vue.d.ts +0 -56
  274. package/esm/lib/components/TextareaWrapperWrapper.vue.mjs +0 -32
  275. package/esm/lib/components/TextareaWrapperWrapper.vue2.mjs +0 -4
  276. /package/styles/vanilla-extract/cjs/{vanilla-extract/index.cjs → index.cjs} +0 -0
  277. /package/styles/vanilla-extract/esm/{vanilla-extract/index.d.ts → index.d.ts} +0 -0
  278. /package/styles/vanilla-extract/esm/{vanilla-extract/index.mjs → index.mjs} +0 -0
@@ -504,12 +504,14 @@ export type IconName = typeof ICON_NAMES[number];
504
504
  declare const FLAG_NAMES: readonly [
505
505
  "ad",
506
506
  "ae",
507
+ "al",
507
508
  "am",
508
509
  "ar",
509
510
  "at",
510
511
  "au",
511
512
  "az",
512
513
  "ba",
514
+ "bd",
513
515
  "be",
514
516
  "bg",
515
517
  "bh",
@@ -594,6 +596,7 @@ declare const FLAG_NAMES: readonly [
594
596
  "pt",
595
597
  "py",
596
598
  "qa",
599
+ "re",
597
600
  "ro",
598
601
  "rs",
599
602
  "ru",
@@ -662,59 +665,10 @@ declare const LINK_TARGETS: readonly [
662
665
  "_top"
663
666
  ];
664
667
  export type LinkTarget = (typeof LINK_TARGETS)[number] | string;
665
- declare const THEMES: readonly [
666
- "light",
667
- "dark",
668
- "auto"
669
- ];
670
- export type Theme = (typeof THEMES)[number];
671
- declare const TILE_ASPECT_RATIOS: readonly [
672
- "1/1",
673
- "4/3",
674
- "3/4",
675
- "16/9",
676
- "9/16",
677
- "1:1",
678
- "4:3",
679
- "3:4",
680
- "16:9",
681
- "9:16"
682
- ];
683
- export type TileAspectRatio = (typeof TILE_ASPECT_RATIOS)[number];
684
- declare const TILE_SIZES: readonly [
685
- "medium",
686
- "large",
687
- "inherit",
688
- "default"
689
- ];
690
- export type TileSize = (typeof TILE_SIZES)[number];
691
- declare const TILE_WEIGHTS: readonly [
692
- "regular",
693
- "semi-bold"
694
- ];
695
- export type TileWeight = (typeof TILE_WEIGHTS)[number];
696
- export type TileBackground = (typeof THEMES)[number];
697
- declare const TILE_ALIGNS: readonly [
698
- "top",
699
- "bottom"
700
- ];
701
- export type TileAlign = (typeof TILE_ALIGNS)[number];
702
668
  declare const SCROLLER_ARIA_ATTRIBUTES: readonly [
703
669
  "role"
704
670
  ];
705
671
  export type ScrollerAriaAttribute = (typeof SCROLLER_ARIA_ATTRIBUTES)[number];
706
- declare const GRADIENT_COLOR_SCHEMES: readonly [
707
- "default",
708
- "surface"
709
- ];
710
- /** @deprecated */
711
- export type ScrollerGradientColorScheme = (typeof GRADIENT_COLOR_SCHEMES)[number];
712
- declare const GRADIENT_COLORS: readonly [
713
- "background-base",
714
- "background-surface"
715
- ];
716
- /** @deprecated */
717
- export type ScrollerGradientColor = (typeof GRADIENT_COLORS)[number];
718
672
  export type ScrollerScrollToPosition = {
719
673
  scrollPosition: number;
720
674
  isSmooth?: boolean;
@@ -723,33 +677,56 @@ declare const SCROLL_INDICATOR_POSITIONS: readonly [
723
677
  "top",
724
678
  "center"
725
679
  ];
726
- /** @deprecated */
727
- export type ScrollerScrollIndicatorPosition = (typeof SCROLL_INDICATOR_POSITIONS)[number];
728
- export type ScrollerAlignScrollIndicator = ScrollerScrollIndicatorPosition;
680
+ export type ScrollerAlignScrollIndicator = (typeof SCROLL_INDICATOR_POSITIONS)[number];
729
681
  export type MultiSelectState = FormState;
730
682
  export type MultiSelectDropdownDirection = SelectComponentsDropdownDirection;
731
- /** @deprecated */
732
- export type MultiSelectUpdateEvent = {
683
+ export type MultiSelectChangeEventDetail = {
733
684
  name: string;
734
685
  value: string[];
735
686
  };
736
- /** @deprecated */
737
- export type MultiSelectUpdateEventDetail = MultiSelectUpdateEvent;
738
- export type MultiSelectChangeEventDetail = MultiSelectUpdateEventDetail;
687
+ export type MultiSelectToggleEventDetail = {
688
+ open: boolean;
689
+ };
739
690
  export type SelectState = FormState;
740
691
  export type SelectDropdownDirection = SelectComponentsDropdownDirection;
741
- /** @deprecated */
742
- export type SelectUpdateEventDetail = {
692
+ export type SelectChangeEventDetail = {
743
693
  name: string;
744
694
  value: string;
745
695
  };
746
- export type SelectChangeEventDetail = SelectUpdateEventDetail;
696
+ export type SelectToggleEventDetail = {
697
+ open: boolean;
698
+ };
747
699
  declare const SELECT_DROPDOWN_DIRECTIONS: readonly [
748
700
  "down",
749
701
  "up",
750
702
  "auto"
751
703
  ];
752
704
  export type SelectComponentsDropdownDirection = (typeof SELECT_DROPDOWN_DIRECTIONS)[number];
705
+ declare const TILE_ASPECT_RATIOS: readonly [
706
+ "1/1",
707
+ "4/3",
708
+ "3/4",
709
+ "16/9",
710
+ "9/16",
711
+ "auto"
712
+ ];
713
+ export type TileAspectRatio = (typeof TILE_ASPECT_RATIOS)[number];
714
+ declare const TILE_SIZES: readonly [
715
+ "medium",
716
+ "large",
717
+ "inherit"
718
+ ];
719
+ export type TileSize = (typeof TILE_SIZES)[number];
720
+ declare const TILE_WEIGHTS: readonly [
721
+ "regular",
722
+ "semi-bold"
723
+ ];
724
+ export type TileWeight = (typeof TILE_WEIGHTS)[number];
725
+ declare const TILE_ALIGNS: readonly [
726
+ "top",
727
+ "bottom"
728
+ ];
729
+ export type TileAlign = (typeof TILE_ALIGNS)[number];
753
730
  declare const HEADING_SIZES: readonly [
754
731
  "small",
755
732
  "medium",
@@ -782,42 +759,30 @@ declare const TYPOGRAPHY_ALIGNS: readonly [
782
759
  "start",
783
760
  "center",
784
761
  "end",
785
- "inherit",
786
- "left",
787
- "right"
762
+ "inherit"
788
763
  ];
789
764
  export type TypographyAlign = (typeof TYPOGRAPHY_ALIGNS)[number];
790
765
  declare const TYPOGRAPHY_TEXT_COLORS: readonly [
791
766
  "primary",
792
- "contrast-low",
793
- "contrast-medium",
794
767
  "contrast-high",
795
- "notification-success",
796
- "notification-warning",
797
- "notification-error",
798
- "notification-info",
799
- "inherit",
800
- "brand",
801
- "default",
802
- "neutral-contrast-low",
803
- "neutral-contrast-medium",
804
- "neutral-contrast-high",
805
- "notification-neutral"
768
+ "contrast-medium",
769
+ "contrast-low",
770
+ "success",
771
+ "warning",
772
+ "error",
773
+ "info",
774
+ "inherit"
806
775
  ];
807
776
  export type TypographyTextColor = (typeof TYPOGRAPHY_TEXT_COLORS)[number];
808
777
  declare const TYPOGRAPHY_TEXT_WEIGHTS: readonly [
809
778
  "regular",
810
779
  "semi-bold",
811
- "bold",
812
- "thin",
813
- "semibold"
780
+ "bold"
814
781
  ];
815
782
  export type TypographyTextWeight = (typeof TYPOGRAPHY_TEXT_WEIGHTS)[number];
816
783
  declare const ALIGN_LABELS: readonly [
817
784
  "start",
818
- "end",
819
- "left",
820
- "right"
785
+ "end"
821
786
  ];
822
787
  export type AlignLabel = (typeof ALIGN_LABELS)[number];
823
788
  declare const BUTTON_TYPES: readonly [
@@ -828,9 +793,7 @@ declare const BUTTON_TYPES: readonly [
828
793
  export type ButtonType = (typeof BUTTON_TYPES)[number];
829
794
  declare const LINK_BUTTON_VARIANTS: readonly [
830
795
  "primary",
831
- "secondary",
832
- "ghost",
833
- "tertiary"
796
+ "secondary"
834
797
  ];
835
798
  export type LinkButtonVariant = (typeof LINK_BUTTON_VARIANTS)[number];
836
799
  export type LinkButtonIconName = IconName | "none";
@@ -856,58 +819,29 @@ declare const ACCORDION_SIZES: readonly [
856
819
  "medium"
857
820
  ];
858
821
  export type AccordionSize = (typeof ACCORDION_SIZES)[number];
859
- /** @deprecated */
860
- export type AccordionUpdateEvent = {
822
+ export type AccordionUpdateEventDetail = {
861
823
  open: boolean;
862
824
  };
863
- export type AccordionUpdateEventDetail = AccordionUpdateEvent;
864
- /** @deprecated */
865
- export type AccordionTag = HeadingTag;
866
825
  export type AccordionHeadingTag = HeadingTag;
867
- declare const INLINE_NOTIFICATION_STATES: readonly [
868
- "success",
869
- "info",
870
- "warning",
871
- "error",
872
- "neutral"
873
- ];
874
- export type InlineNotificationState = (typeof INLINE_NOTIFICATION_STATES)[number];
875
- export type InlineNotificationActionIcon = IconName;
876
- export type InlineNotificationHeadingTag = HeadingTag;
877
826
  declare const BANNER_STATES: readonly [
878
827
  "info",
828
+ "success",
879
829
  "warning",
880
- "error",
881
- "neutral"
830
+ "error"
882
831
  ];
883
832
  export type BannerState = (typeof BANNER_STATES)[number];
884
- declare const BANNER_WIDTHS: readonly [
885
- "extended",
886
- "basic",
887
- "fluid"
888
- ];
889
- /** @deprecated */
890
- export type BannerWidth = (typeof BANNER_WIDTHS)[number];
891
- export type BannerHeadingTag = InlineNotificationHeadingTag;
833
+ export type BannerHeadingTag = HeadingTag;
892
834
  export type ButtonIcon = LinkButtonIconName;
893
- declare const GROUP_DIRECTIONS: readonly [
894
- "row",
895
- "column"
896
- ];
897
- export type GroupDirection = (typeof GROUP_DIRECTIONS)[number];
898
- export type ButtonGroupDirection = GroupDirection;
899
835
  export type ButtonPureType = ButtonType;
900
836
  export type ButtonPureIcon = LinkButtonIconName;
901
837
  export type ButtonPureAriaAttribute = ButtonAriaAttribute;
902
838
  export type ButtonPureAlignLabel = AlignLabel;
903
- export type ButtonPureWeight = TypographyTextWeight;
904
839
  export type ButtonPureSize = TextSize;
905
840
  export type ButtonTileAriaAttribute = ButtonAriaAttribute;
906
841
  export type ButtonTileIcon = LinkButtonIconName;
907
842
  export type ButtonTileType = ButtonType;
908
843
  export type ButtonTileAspectRatio = TileAspectRatio;
909
844
  export type ButtonTileSize = TileSize;
910
- export type ButtonTileBackground = TileBackground;
911
845
  export type ButtonTileWeight = TileWeight;
912
846
  export type ButtonTileAlign = TileAlign;
913
847
  export type CanvasSidebarStartUpdateEventDetail = {
@@ -920,16 +854,9 @@ declare const CAROUSEL_WIDTHS: readonly [
920
854
  export type CarouselWidth = (typeof CAROUSEL_WIDTHS)[number];
921
855
  declare const CAROUSEL_SLIDES_PER_PAGE: (string | number)[];
922
856
  export type CarouselSlidesPerPage = (typeof CAROUSEL_SLIDES_PER_PAGE)[number];
923
- declare const CAROUSEL_GRADIENT_COLORS: readonly [
924
- "background-base",
925
- "background-surface",
926
- "none"
927
- ];
928
- export type CarouselGradientColor = (typeof CAROUSEL_GRADIENT_COLORS)[number];
929
857
  declare const CAROUSEL_ALIGN_HEADERS: readonly [
930
858
  "start",
931
- "center",
932
- "left"
859
+ "center"
933
860
  ];
934
861
  export type CarouselAlignHeader = (typeof CAROUSEL_ALIGN_HEADERS)[number];
935
862
  export type CarouselHeadingSize = Extract<HeadingSize, "x-large" | "xx-large">;
@@ -938,12 +865,10 @@ declare const CAROUSEL_ARIA_ATTRIBUTES: readonly [
938
865
  ];
939
866
  export type CarouselAriaAttribute = (typeof CAROUSEL_ARIA_ATTRIBUTES)[number];
940
867
  export type CarouselInternationalization = Partial<Record<"prev" | "next" | "first" | "last" | "slideLabel" | "slide", string>>;
941
- /** @deprecated */
942
- export type CarouselUpdateEvent = {
868
+ export type CarouselUpdateEventDetail = {
943
869
  activeIndex: number;
944
870
  previousIndex: number;
945
871
  };
946
- export type CarouselUpdateEventDetail = CarouselUpdateEvent;
947
872
  declare const CAROUSEL_ALIGN_CONTROLS: readonly [
948
873
  "start",
949
874
  "center",
@@ -951,27 +876,8 @@ declare const CAROUSEL_ALIGN_CONTROLS: readonly [
951
876
  ];
952
877
  export type CarouselAlignControls = (typeof CAROUSEL_ALIGN_CONTROLS)[number];
953
878
  export type CheckboxState = FormState;
954
- export type CheckboxUpdateEventDetail = {
955
- name: string;
956
- value?: string;
957
- checked: boolean;
958
- };
959
879
  export type CheckboxBlurEventDetail = Event;
960
880
  export type CheckboxChangeEventDetail = Event;
961
- export type CheckboxWrapperState = FormState;
962
- declare const CONTENT_WRAPPER_BACKGROUND_COLORS: readonly [
963
- "transparent",
964
- "default"
965
- ];
966
- export type ContentWrapperBackgroundColor = (typeof CONTENT_WRAPPER_BACKGROUND_COLORS)[number];
967
- declare const CONTENT_WRAPPER_WIDTHS: readonly [
968
- "narrow",
969
- "basic",
970
- "extended",
971
- "fluid",
972
- "full"
973
- ];
974
- export type ContentWrapperWidth = (typeof CONTENT_WRAPPER_WIDTHS)[number];
975
881
  export type CrestTarget = LinkTarget;
976
882
  export type CrestAriaAttribute = LinkAriaAttribute;
977
883
  declare const DISPLAY_TAGS: readonly [
@@ -997,12 +903,10 @@ declare const DISPLAY_COLORS: readonly [
997
903
  export type DisplayColor = (typeof DISPLAY_COLORS)[number];
998
904
  export type DisplayAlign = TypographyAlign;
999
905
  declare const DIVIDER_COLORS: readonly [
906
+ "contrast-lower",
1000
907
  "contrast-low",
1001
908
  "contrast-medium",
1002
- "contrast-high",
1003
- "neutral-contrast-high",
1004
- "neutral-contrast-medium",
1005
- "neutral-contrast-low"
909
+ "contrast-high"
1006
910
  ];
1007
911
  export type DividerColor = (typeof DIVIDER_COLORS)[number];
1008
912
  declare const DIVIDER_DIRECTIONS: readonly [
@@ -1010,17 +914,13 @@ declare const DIVIDER_DIRECTIONS: readonly [
1010
914
  "horizontal"
1011
915
  ];
1012
916
  export type DividerDirection = (typeof DIVIDER_DIRECTIONS)[number];
1013
- export type DividerOrientation = DividerDirection;
1014
917
  declare const DRILLDOWN_ARIA_ATTRIBUTES: readonly [
1015
918
  "aria-label"
1016
919
  ];
1017
920
  export type DrilldownAriaAttribute = (typeof DRILLDOWN_ARIA_ATTRIBUTES)[number];
1018
- export type DrilldownUpdate = {
921
+ export type DrilldownUpdateEventDetail = {
1019
922
  activeIdentifier: string | undefined;
1020
923
  };
1021
- /** @deprecated */
1022
- export type DrilldownUpdateEvent = DrilldownUpdate;
1023
- export type DrilldownUpdateEventDetail = DrilldownUpdateEvent;
1024
924
  export type DrilldownLinkTarget = LinkTarget;
1025
925
  export type DrilldownLinkAriaAttribute = LinkAriaAttribute;
1026
926
  declare const FIELDSET_LABEL_SIZES: readonly [
@@ -1029,109 +929,24 @@ declare const FIELDSET_LABEL_SIZES: readonly [
1029
929
  ];
1030
930
  export type FieldsetLabelSize = (typeof FIELDSET_LABEL_SIZES)[number];
1031
931
  export type FieldsetState = FormState;
1032
- export type FieldsetWrapperLabelSize = FieldsetLabelSize;
1033
- export type FieldsetWrapperState = FieldsetState;
1034
932
  declare const FLAG_ARIA_ATTRIBUTES: readonly [
1035
933
  "aria-label"
1036
934
  ];
1037
935
  export type FlagAriaAttribute = (typeof FLAG_ARIA_ATTRIBUTES)[number];
1038
936
  export type FlagSize = TextSize;
1039
- export type FlexInline = boolean;
1040
- declare const FLEX_WRAPS: readonly [
1041
- "nowrap",
1042
- "wrap",
1043
- "wrap-reverse"
1044
- ];
1045
- export type FlexWrap = (typeof FLEX_WRAPS)[number];
1046
- declare const FLEX_DIRECTIONS: readonly [
1047
- "row",
1048
- "row-reverse",
1049
- "column",
1050
- "column-reverse"
1051
- ];
1052
- export type FlexDirection = (typeof FLEX_DIRECTIONS)[number];
1053
- declare const FLEX_JUSTIFY_CONTENTS: readonly [
1054
- "flex-start",
1055
- "flex-end",
1056
- "center",
1057
- "space-between",
1058
- "space-around",
1059
- "space-evenly"
1060
- ];
1061
- export type FlexJustifyContent = (typeof FLEX_JUSTIFY_CONTENTS)[number];
1062
- declare const FLEX_ALIGN_ITEMS: readonly [
1063
- "stretch",
1064
- "flex-start",
1065
- "flex-end",
1066
- "center",
1067
- "baseline"
1068
- ];
1069
- export type FlexAlignItems = (typeof FLEX_ALIGN_ITEMS)[number];
1070
- declare const FLEX_ALIGN_CONTENTS: readonly [
1071
- "stretch",
1072
- "flex-start",
1073
- "flex-end",
1074
- "center",
1075
- "space-between",
1076
- "space-around",
1077
- "space-evenly"
1078
- ];
1079
- export type FlexAlignContent = (typeof FLEX_ALIGN_CONTENTS)[number];
1080
- declare const FLEX_ITEM_WIDTHS: readonly [
1081
- "auto",
1082
- "one-quarter",
1083
- "one-third",
1084
- "half",
1085
- "two-thirds",
1086
- "three-quarters",
1087
- "full"
1088
- ];
1089
- export type FlexItemWidth = (typeof FLEX_ITEM_WIDTHS)[number];
1090
- declare const FLEX_ITEM_OFFSETS: readonly [
1091
- "none",
1092
- "one-quarter",
1093
- "one-third",
1094
- "half",
1095
- "two-thirds",
1096
- "three-quarters"
1097
- ];
1098
- export type FlexItemOffset = (typeof FLEX_ITEM_OFFSETS)[number];
1099
- declare const FLEX_ITEM_ALIGN_SELFS: readonly [
1100
- "auto",
1101
- "flex-start",
1102
- "flex-end",
1103
- "center",
1104
- "baseline",
1105
- "stretch"
1106
- ];
1107
- export type FlexItemAlignSelf = (typeof FLEX_ITEM_ALIGN_SELFS)[number];
1108
- declare const FLEX_ITEM_GROWS: readonly [
1109
- 0,
1110
- 1
1111
- ];
1112
- export type FlexItemGrow = (typeof FLEX_ITEM_GROWS)[number];
1113
- declare const FLEX_ITEM_SHRINKS: readonly [
1114
- 0,
1115
- 1
1116
- ];
1117
- export type FlexItemShrink = (typeof FLEX_ITEM_SHRINKS)[number];
1118
- declare const FLEX_ITEM_FLEXS: readonly [
1119
- "initial",
1120
- "auto",
1121
- "none",
1122
- "equal"
1123
- ];
1124
- export type FlexItemFlex = (typeof FLEX_ITEM_FLEXS)[number];
1125
937
  declare const BACKDROPS: readonly [
1126
938
  "blur",
1127
939
  "shading"
1128
940
  ];
1129
941
  export type Backdrop = (typeof BACKDROPS)[number];
942
+ declare const FLYOUT_BACKGROUNDS: readonly [
943
+ "canvas",
944
+ "surface"
945
+ ];
946
+ export type FlyoutBackground = (typeof FLYOUT_BACKGROUNDS)[number];
1130
947
  declare const FLYOUT_POSITIONS: readonly [
1131
948
  "start",
1132
- "end",
1133
- "left",
1134
- "right"
949
+ "end"
1135
950
  ];
1136
951
  export type FlyoutPosition = (typeof FLYOUT_POSITIONS)[number];
1137
952
  declare const FLYOUT_FOOTER_BEHAVIOR: readonly [
@@ -1146,87 +961,12 @@ export type FlyoutAriaAttribute = (typeof FLYOUT_ARIA_ATTRIBUTES)[number];
1146
961
  export type FlyoutMotionVisibleEndEventDetail = TransitionEvent;
1147
962
  export type FlyoutMotionHiddenEndEventDetail = TransitionEvent;
1148
963
  export type FlyoutBackdrop = Backdrop;
1149
- declare const GRID_DIRECTIONS: readonly [
1150
- "row",
1151
- "row-reverse",
1152
- "column",
1153
- "column-reverse"
1154
- ];
1155
- export type GridDirection = (typeof GRID_DIRECTIONS)[number];
1156
- declare const GRID_WRAPS: readonly [
1157
- "nowrap",
1158
- "wrap"
1159
- ];
1160
- export type GridWrap = (typeof GRID_WRAPS)[number];
1161
- declare const GRID_GUTTERS: readonly [
1162
- 16,
1163
- 24,
1164
- 36
1165
- ];
1166
- export type GridGutter = (typeof GRID_GUTTERS)[number];
1167
- declare const GRID_ITEM_SIZES: readonly [
1168
- 1,
1169
- 2,
1170
- 3,
1171
- 4,
1172
- 5,
1173
- 6,
1174
- 7,
1175
- 8,
1176
- 9,
1177
- 10,
1178
- 11,
1179
- 12
1180
- ];
1181
- export type GridItemSize = (typeof GRID_ITEM_SIZES)[number];
1182
- declare const GRID_ITEM_OFFSETS: readonly [
1183
- 0,
1184
- 1,
1185
- 2,
1186
- 3,
1187
- 4,
1188
- 5,
1189
- 6,
1190
- 7,
1191
- 8,
1192
- 9,
1193
- 10,
1194
- 11
1195
- ];
1196
- export type GridItemOffset = (typeof GRID_ITEM_OFFSETS)[number];
1197
964
  declare const HEADING_COLORS: readonly [
1198
965
  "primary",
1199
966
  "inherit"
1200
967
  ];
1201
968
  export type HeadingColor = (typeof HEADING_COLORS)[number];
1202
969
  export type HeadingAlign = TypographyAlign;
1203
- declare const HEADLINE_VARIANTS: readonly [
1204
- "large-title",
1205
- "headline-1",
1206
- "headline-2",
1207
- "headline-3",
1208
- "headline-4",
1209
- "headline-5"
1210
- ];
1211
- export type HeadlineVariantType = (typeof HEADLINE_VARIANTS)[number];
1212
- export type HeadlineVariantCustom = Exclude<BreakpointCustomizable<TextSize>, TextSize>;
1213
- export type HeadlineVariant = HeadlineVariantType | HeadlineVariantCustom | Extract<TextSize, "inherit">;
1214
- declare const HEADLINE_TAGS: readonly [
1215
- "h1",
1216
- "h2",
1217
- "h3",
1218
- "h4",
1219
- "h5",
1220
- "h6"
1221
- ];
1222
- export type HeadlineTag = (typeof HEADLINE_TAGS)[number];
1223
- declare const HEADLINE_COLORS: readonly [
1224
- "primary",
1225
- "default",
1226
- "inherit"
1227
- ];
1228
- export type HeadlineColor = (typeof HEADLINE_COLORS)[number];
1229
- export type HeadlineAlign = TypographyAlign;
1230
970
  declare const ICON_ARIA_ATTRIBUTES: readonly [
1231
971
  "aria-label"
1232
972
  ];
@@ -1234,23 +974,25 @@ export type IconAriaAttribute = (typeof ICON_ARIA_ATTRIBUTES)[number];
1234
974
  export type IconSize = TextSize;
1235
975
  declare const ICON_COLORS: readonly [
1236
976
  "primary",
1237
- "contrast-low",
1238
- "contrast-medium",
1239
977
  "contrast-high",
1240
- "notification-success",
1241
- "notification-warning",
1242
- "notification-error",
1243
- "notification-info",
1244
- "inherit",
1245
- "brand",
1246
- "default",
1247
- "neutral-contrast-low",
1248
- "neutral-contrast-medium",
1249
- "neutral-contrast-high",
1250
- "notification-neutral",
1251
- "state-disabled"
978
+ "contrast-medium",
979
+ "contrast-low",
980
+ "success",
981
+ "warning",
982
+ "error",
983
+ "info",
984
+ "inherit"
1252
985
  ];
1253
986
  export type IconColor = (typeof ICON_COLORS)[number];
987
+ declare const INLINE_NOTIFICATION_STATES: readonly [
988
+ "info",
989
+ "success",
990
+ "warning",
991
+ "error"
992
+ ];
993
+ export type InlineNotificationState = (typeof INLINE_NOTIFICATION_STATES)[number];
994
+ export type InlineNotificationActionIcon = IconName;
995
+ export type InlineNotificationHeadingTag = HeadingTag;
1254
996
  export type InputDateState = FormState;
1255
997
  export type InputDateChangeEventDetail = Event;
1256
998
  export type InputDateBlurEventDetail = Event;
@@ -1259,6 +1001,10 @@ export type InputEmailState = FormState;
1259
1001
  export type InputEmailChangeEventDetail = Event;
1260
1002
  export type InputEmailBlurEventDetail = Event;
1261
1003
  export type InputEmailInputEventDetail = InputEvent;
1004
+ export type InputMonthState = FormState;
1005
+ export type InputMonthChangeEventDetail = Event;
1006
+ export type InputMonthBlurEventDetail = Event;
1007
+ export type InputMonthInputEventDetail = InputEvent;
1262
1008
  export type InputNumberState = FormState;
1263
1009
  export type InputNumberChangeEventDetail = Event;
1264
1010
  export type InputNumberBlurEventDetail = Event;
@@ -1287,65 +1033,44 @@ export type InputUrlState = FormState;
1287
1033
  export type InputUrlChangeEventDetail = Event;
1288
1034
  export type InputUrlBlurEventDetail = Event;
1289
1035
  export type InputUrlInputEventDetail = InputEvent;
1036
+ export type InputWeekState = FormState;
1037
+ export type InputWeekChangeEventDetail = Event;
1038
+ export type InputWeekBlurEventDetail = Event;
1039
+ export type InputWeekInputEventDetail = InputEvent;
1290
1040
  export type LinkIcon = LinkButtonIconName;
1291
1041
  export type LinkPureIcon = LinkButtonIconName;
1292
1042
  export type LinkPureAriaAttribute = LinkAriaAttribute;
1293
1043
  export type LinkPureAlignLabel = AlignLabel;
1294
- export type LinkPureWeight = TypographyTextWeight;
1295
1044
  export type LinkPureSize = TextSize;
1296
1045
  export type LinkPureTarget = LinkTarget;
1297
- export type LinkSocialIcon = Extract<IconName, "logo-facebook" | "logo-google" | "logo-instagram" | "logo-linkedin" | "logo-pinterest" | "logo-twitter" | "logo-wechat" | "logo-whatsapp" | "logo-xing" | "logo-youtube" | "logo-baidu" | "logo-delicious" | "logo-digg" | "logo-foursquare" | "logo-gmail" | "logo-hatena" | "logo-kaixin" | "logo-kakaotalk" | "logo-naver" | "logo-qq-share" | "logo-qq" | "logo-reddit" | "logo-skyrock" | "logo-sohu" | "logo-tecent" | "logo-telegram" | "logo-tiktok" | "logo-tumblr" | "logo-viber" | "logo-vk" | "logo-weibo" | "logo-yahoo" | "logo-youku">;
1298
- export type LinkSocialTarget = LinkTarget;
1299
1046
  export type LinkTileTarget = LinkTarget;
1300
1047
  export type LinkTileAriaAttribute = LinkAriaAttribute;
1301
1048
  export type LinkTileAspectRatio = TileAspectRatio;
1302
1049
  export type LinkTileSize = TileSize;
1303
- export type LinkTileBackground = TileBackground;
1304
1050
  export type LinkTileAlign = TileAlign;
1305
- declare const LINK_TILE_WEIGHTS: readonly [
1306
- "regular",
1307
- "semi-bold",
1308
- "semibold"
1309
- ];
1310
- export type LinkTileWeight = (typeof LINK_TILE_WEIGHTS)[number];
1311
- declare const LINK_TILE_MODEL_SIGNATURE_MODELS: readonly [
1312
- "718",
1313
- "911",
1314
- "boxster",
1315
- "cayenne",
1316
- "cayman",
1317
- "gt3-rs",
1318
- "gt3",
1319
- "gts",
1320
- "macan",
1321
- "panamera",
1322
- "taycan",
1323
- "turbo-s",
1324
- "turbo"
1325
- ];
1326
- export type LinkTileModelSignatureModel = (typeof LINK_TILE_MODEL_SIGNATURE_MODELS)[number];
1327
- declare const LINK_TILE_MODEL_SIGNATURE_HEADING_TAGS: readonly [
1328
- "h2",
1329
- "h3",
1330
- "h4",
1331
- "h5",
1332
- "h6"
1333
- ];
1334
- export type LinkTileModelSignatureHeadingTag = (typeof LINK_TILE_MODEL_SIGNATURE_HEADING_TAGS)[number];
1335
- export type LinkTileModelSignatureWeight = TileWeight;
1336
- export type LinkTileModelSignatureAspectRatio = TileAspectRatio;
1337
- export type LinkTileModelSignatureLinkDirection = GroupDirection;
1051
+ export type LinkTileWeight = (typeof TILE_WEIGHTS)[number];
1338
1052
  export type LinkTileProductTarget = LinkTarget;
1339
- /** @deprecated */
1340
- export type LinkTileProductLikeEvent = {
1053
+ export type LinkTileProductLikeEventDetail = {
1341
1054
  liked: boolean;
1342
1055
  };
1343
- export type LinkTileProductLikeEventDetail = LinkTileProductLikeEvent;
1344
1056
  declare const TILE_PRODUCT_ASPECT_RATIOS: readonly [
1345
- "3:4",
1346
- "9:16"
1057
+ "3/4",
1058
+ "9/16"
1059
+ ];
1060
+ export type LinkTileProductAspectRatio = (typeof TILE_PRODUCT_ASPECT_RATIOS)[number];
1061
+ declare const MODAL_ARIA_ATTRIBUTES: readonly [
1062
+ "aria-label",
1063
+ "role"
1347
1064
  ];
1348
- export type LinkTileProductAspectRatio = Extract<TileAspectRatio, (typeof TILE_PRODUCT_ASPECT_RATIOS)[number]>;
1065
+ export type ModalAriaAttribute = (typeof MODAL_ARIA_ATTRIBUTES)[number];
1066
+ declare const MODAL_BACKGROUNDS: readonly [
1067
+ "canvas",
1068
+ "surface"
1069
+ ];
1070
+ export type ModalBackground = (typeof MODAL_BACKGROUNDS)[number];
1071
+ export type ModalBackdrop = Backdrop;
1072
+ export type ModalMotionVisibleEndEventDetail = TransitionEvent;
1073
+ export type ModalMotionHiddenEndEventDetail = TransitionEvent;
1349
1074
  declare const MODEL_SIGNATURES_MANIFEST: {
1350
1075
  "718": {
1351
1076
  src: string;
@@ -1413,27 +1138,6 @@ declare const MODEL_SIGNATURES_MANIFEST: {
1413
1138
  height: number;
1414
1139
  };
1415
1140
  };
1416
- declare const MARQUE_VARIANTS: readonly [
1417
- "75-years",
1418
- "default"
1419
- ];
1420
- export type MarqueVariant = (typeof MARQUE_VARIANTS)[number];
1421
- export type MarqueTarget = LinkTarget;
1422
- export type MarqueAriaAttribute = LinkAriaAttribute;
1423
- declare const MARQUE_SIZES: readonly [
1424
- "responsive",
1425
- "small",
1426
- "medium"
1427
- ];
1428
- export type MarqueSize = (typeof MARQUE_SIZES)[number];
1429
- declare const MODAL_ARIA_ATTRIBUTES: readonly [
1430
- "aria-label",
1431
- "role"
1432
- ];
1433
- export type ModalAriaAttribute = (typeof MODAL_ARIA_ATTRIBUTES)[number];
1434
- export type ModalBackdrop = Backdrop;
1435
- export type ModalMotionVisibleEndEventDetail = TransitionEvent;
1436
- export type ModalMotionHiddenEndEventDetail = TransitionEvent;
1437
1141
  declare const MODEL_SIGNATURE_FETCH_PRIORITY: readonly [
1438
1142
  "low",
1439
1143
  "high",
@@ -1454,18 +1158,10 @@ declare const MODEL_SIGNATURE_COLORS: readonly [
1454
1158
  "inherit"
1455
1159
  ];
1456
1160
  export type ModelSignatureColor = (typeof MODEL_SIGNATURE_COLORS)[number];
1457
- declare const PAGINATION_NUMBER_OF_PAGE_LINKS: readonly [
1458
- 5,
1459
- 7
1460
- ];
1461
- /** @deprecated */
1462
- export type PaginationMaxNumberOfPageLinks = (typeof PAGINATION_NUMBER_OF_PAGE_LINKS)[number];
1463
- /** @deprecated */
1464
- export type PaginationUpdateEvent = {
1161
+ export type PaginationUpdateEventDetail = {
1465
1162
  page: number;
1466
1163
  previousPage: number;
1467
1164
  };
1468
- export type PaginationUpdateEventDetail = PaginationUpdateEvent;
1469
1165
  export type PaginationInternationalization = Partial<Record<"root" | "prev" | "next" | "page", string>>;
1470
1166
  declare const PIN_CODE_TYPES: readonly [
1471
1167
  "number",
@@ -1481,14 +1177,10 @@ declare const PIN_CODE_LENGTHS: readonly [
1481
1177
  6
1482
1178
  ];
1483
1179
  export type PinCodeLength = (typeof PIN_CODE_LENGTHS)[number];
1484
- /** @deprecated */
1485
- export type PinCodeUpdateEvent = {
1180
+ export type PinCodeChangeEventDetail = {
1486
1181
  value: string;
1487
1182
  isComplete: boolean;
1488
1183
  };
1489
- /** @deprecated */
1490
- export type PinCodeUpdateEventDetail = PinCodeUpdateEvent;
1491
- export type PinCodeChangeEventDetail = PinCodeUpdateEventDetail;
1492
1184
  export type PinCodeState = FormState;
1493
1185
  declare const POPOVER_DIRECTIONS: readonly [
1494
1186
  "top",
@@ -1501,41 +1193,35 @@ declare const POPOVER_ARIA_ATTRIBUTES: readonly [
1501
1193
  "aria-label"
1502
1194
  ];
1503
1195
  export type PopoverAriaAttribute = (typeof POPOVER_ARIA_ATTRIBUTES)[number];
1504
- export type RadioButtonWrapperState = FormState;
1196
+ declare const GROUP_DIRECTIONS: readonly [
1197
+ "row",
1198
+ "column"
1199
+ ];
1200
+ export type GroupDirection = (typeof GROUP_DIRECTIONS)[number];
1505
1201
  export type RadioGroupState = FormState;
1506
1202
  export type RadioGroupDirection = GroupDirection;
1507
1203
  export type RadioGroupChangeEventDetail = Event;
1508
- declare const SEGMENTED_CONTROL_BACKGROUND_COLORS: readonly [
1509
- "background-surface",
1510
- "background-default"
1511
- ];
1512
- export type SegmentedControlBackgroundColor = (typeof SEGMENTED_CONTROL_BACKGROUND_COLORS)[number];
1513
- /** @deprecated */
1514
- export type SegmentedControlUpdateEvent = {
1204
+ export type SegmentedControlChangeEventDetail = {
1515
1205
  value: string | number;
1516
1206
  };
1517
- /** @deprecated */
1518
- export type SegmentedControlUpdateEventDetail = SegmentedControlUpdateEvent;
1519
- export type SegmentedControlChangeEventDetail = SegmentedControlUpdateEventDetail;
1520
1207
  declare const SEGMENTED_CONTROL_COLUMNS: (string | number)[];
1521
1208
  export type SegmentedControlColumns = (typeof SEGMENTED_CONTROL_COLUMNS)[number];
1209
+ export type SegmentedControlState = FormState;
1522
1210
  export type SegmentedControlItemIcon = LinkButtonIconName;
1523
1211
  declare const SEGMENTED_CONTROL_ITEM_ARIA_ATTRIBUTES: readonly [
1524
1212
  "aria-label"
1525
1213
  ];
1526
1214
  export type SegmentedControlItemAriaAttribute = (typeof SEGMENTED_CONTROL_ITEM_ARIA_ATTRIBUTES)[number];
1527
- declare const DROPDOWN_DIRECTIONS: readonly [
1528
- "down",
1529
- "up",
1530
- "auto"
1531
- ];
1532
- export type SelectWrapperDropdownDirection = (typeof DROPDOWN_DIRECTIONS)[number];
1533
- export type SelectWrapperState = FormState;
1534
1215
  declare const SHEET_ARIA_ATTRIBUTES: readonly [
1535
1216
  "aria-label",
1536
1217
  "role"
1537
1218
  ];
1538
1219
  export type SheetAriaAttribute = (typeof SHEET_ARIA_ATTRIBUTES)[number];
1220
+ declare const SHEET_BACKGROUNDS: readonly [
1221
+ "canvas",
1222
+ "surface"
1223
+ ];
1224
+ export type SheetBackground = (typeof SHEET_BACKGROUNDS)[number];
1539
1225
  export type SheetMotionVisibleEndEventDetail = TransitionEvent;
1540
1226
  export type SheetMotionHiddenEndEventDetail = TransitionEvent;
1541
1227
  declare const SPINNER_SIZES: readonly [
@@ -1554,11 +1240,9 @@ declare const STEPPER_HORIZONTAL_SIZES: readonly [
1554
1240
  "medium"
1555
1241
  ];
1556
1242
  export type StepperHorizontalSize = (typeof STEPPER_HORIZONTAL_SIZES)[number];
1557
- /** @deprecated */
1558
- export type StepperHorizontalUpdateEvent = {
1243
+ export type StepperHorizontalUpdateEventDetail = {
1559
1244
  activeStepIndex: number;
1560
1245
  };
1561
- export type StepperHorizontalUpdateEventDetail = StepperHorizontalUpdateEvent;
1562
1246
  declare const STEPPER_ITEM_STATES: readonly [
1563
1247
  "current",
1564
1248
  "complete",
@@ -1566,11 +1250,9 @@ declare const STEPPER_ITEM_STATES: readonly [
1566
1250
  ];
1567
1251
  export type StepperHorizontalItemState = (typeof STEPPER_ITEM_STATES)[number];
1568
1252
  export type SwitchAlignLabel = AlignLabel;
1569
- /** @deprecated */
1570
- export type SwitchUpdateEvent = {
1253
+ export type SwitchUpdateEventDetail = {
1571
1254
  checked: boolean;
1572
1255
  };
1573
- export type SwitchUpdateEventDetail = SwitchUpdateEvent;
1574
1256
  export type Direction = "asc" | "desc";
1575
1257
  declare const TABLE_LAYOUTS: readonly [
1576
1258
  "auto",
@@ -1582,9 +1264,20 @@ export type TableHeadCellSort = {
1582
1264
  active?: boolean;
1583
1265
  direction?: Direction;
1584
1266
  };
1585
- /** @deprecated */
1586
- export type TableUpdateEvent = TableHeadCellSort;
1587
- export type TableUpdateEventDetail = TableUpdateEvent;
1267
+ export type TableUpdateEventDetail = TableHeadCellSort;
1268
+ declare const TABS_SIZES: readonly [
1269
+ "small",
1270
+ "medium"
1271
+ ];
1272
+ export type TabsSize = (typeof TABS_SIZES)[number];
1273
+ declare const TABS_WEIGHTS: readonly [
1274
+ "regular",
1275
+ "semi-bold"
1276
+ ];
1277
+ export type TabsWeight = (typeof TABS_WEIGHTS)[number];
1278
+ export type TabsUpdateEventDetail = {
1279
+ activeTabIndex: number;
1280
+ };
1588
1281
  declare const TABS_BAR_SIZES: readonly [
1589
1282
  "small",
1590
1283
  "medium"
@@ -1592,54 +1285,26 @@ declare const TABS_BAR_SIZES: readonly [
1592
1285
  export type TabsBarSize = (typeof TABS_BAR_SIZES)[number];
1593
1286
  declare const TABS_BAR_WEIGHTS: readonly [
1594
1287
  "regular",
1595
- "semi-bold",
1596
- "semibold"
1288
+ "semi-bold"
1597
1289
  ];
1598
1290
  export type TabsBarWeight = (typeof TABS_BAR_WEIGHTS)[number];
1599
- /** @deprecated */
1600
- export type TabsBarUpdateEvent = {
1291
+ export type TabsBarUpdateEventDetail = {
1601
1292
  activeTabIndex: number;
1602
1293
  };
1603
- export type TabsBarUpdateEventDetail = TabsBarUpdateEvent;
1604
- /** @deprecated */
1605
- export type TabsBarGradientColorScheme = ScrollerGradientColorScheme;
1606
- export type TabsBarGradientColor = ScrollerGradientColor;
1607
- export type TabsSize = TabsBarSize;
1608
- export type TabsWeight = TabsBarWeight;
1609
- /** @deprecated */
1610
- export type TabsGradientColorScheme = TabsBarGradientColorScheme;
1611
- export type TabsGradientColor = TabsBarGradientColor;
1612
- /** @deprecated */
1613
- export type TabsUpdateEvent = TabsBarUpdateEvent;
1614
- export type TabsUpdateEventDetail = TabsUpdateEvent;
1615
- declare const TAG_DISMISSIBLE_COLORS: readonly [
1616
- "background-base",
1617
- "background-surface",
1618
- "background-default"
1619
- ];
1620
- export type TagDismissibleColor = (typeof TAG_DISMISSIBLE_COLORS)[number];
1294
+ export type TagIcon = IconName | "none";
1295
+ declare const TAG_VARIANTS: readonly [
1296
+ "primary",
1297
+ "secondary",
1298
+ "info",
1299
+ "warning",
1300
+ "success",
1301
+ "error"
1302
+ ];
1303
+ export type TagVariant = (typeof TAG_VARIANTS)[number];
1621
1304
  declare const TAG_DISMISSIBLE_ARIA_ATTRIBUTES: readonly [
1622
1305
  "aria-label"
1623
1306
  ];
1624
1307
  export type TagDismissibleAriaAttribute = (typeof TAG_DISMISSIBLE_ARIA_ATTRIBUTES)[number];
1625
- export type TagIcon = IconName;
1626
- declare const TAG_COLORS: readonly [
1627
- "background-base",
1628
- "background-surface",
1629
- "background-default",
1630
- "background-frosted",
1631
- "primary",
1632
- "notification-info-soft",
1633
- "notification-warning-soft",
1634
- "notification-success-soft",
1635
- "notification-error-soft",
1636
- "neutral-contrast-high",
1637
- "notification-neutral",
1638
- "notification-warning",
1639
- "notification-success",
1640
- "notification-error"
1641
- ];
1642
- export type TagColor = (typeof TAG_COLORS)[number];
1643
1308
  declare const TEXT_TAGS: readonly [
1644
1309
  "p",
1645
1310
  "span",
@@ -1655,25 +1320,6 @@ export type TextTag = (typeof TEXT_TAGS)[number];
1655
1320
  export type TextAlign = TypographyAlign;
1656
1321
  export type TextColor = TypographyTextColor;
1657
1322
  export type TextWeight = TypographyTextWeight;
1658
- declare const UNIT_POSITIONS: readonly [
1659
- "prefix",
1660
- "suffix"
1661
- ];
1662
- export type TextFieldWrapperUnitPosition = (typeof UNIT_POSITIONS)[number];
1663
- export type TextFieldWrapperActionIcon = Extract<IconName, "locate">;
1664
- export type TextFieldWrapperState = FormState;
1665
- declare const LIST_TYPES: readonly [
1666
- "unordered",
1667
- "ordered"
1668
- ];
1669
- /** @deprecated */
1670
- export type TextListListType = (typeof LIST_TYPES)[number];
1671
- declare const ORDER_TYPES: readonly [
1672
- "numbered",
1673
- "alphabetically"
1674
- ];
1675
- /** @deprecated */
1676
- export type TextListOrderType = (typeof ORDER_TYPES)[number];
1677
1323
  declare const TEXT_LIST_TYPES: readonly [
1678
1324
  "unordered",
1679
1325
  "numbered",
@@ -1699,11 +1345,11 @@ export type TextareaResize = (typeof TEXTAREA_RESIZE)[number];
1699
1345
  export type TextareaChangeEventDetail = Event;
1700
1346
  export type TextareaBlurEventDetail = Event;
1701
1347
  export type TextareaInputEventDetail = InputEvent;
1702
- export type TextareaWrapperState = FormState;
1703
1348
  declare const TOAST_STATES: readonly [
1704
1349
  "info",
1705
1350
  "success",
1706
- "neutral"
1351
+ "warning",
1352
+ "error"
1707
1353
  ];
1708
1354
  export type ToastState = (typeof TOAST_STATES)[number];
1709
1355
  export type ToastMessage = {