@bethinkpl/design-system 26.14.3 → 26.14.4

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 (396) hide show
  1. package/dist/design-system.umd.cjs +4 -4
  2. package/dist/design-system.umd.cjs.map +1 -1
  3. package/dist/lib/js/components/BadgeScore/BadgeScore.vue.d.ts +3 -3
  4. package/dist/lib/js/components/Banner/Banner.consts.d.ts +4 -0
  5. package/dist/lib/js/components/Banner/Banner.vue.d.ts +36 -35
  6. package/dist/lib/js/components/Buttons/Button/Button.consts.d.ts +8 -0
  7. package/dist/lib/js/components/Buttons/Button/Button.vue.d.ts +6 -6
  8. package/dist/lib/js/components/Buttons/IconButton/IconButton.consts.d.ts +7 -0
  9. package/dist/lib/js/components/Buttons/IconButton/IconButton.vue.d.ts +24 -24
  10. package/dist/lib/js/components/Cards/CardExpandable/CardExpandable.vue.d.ts +3 -3
  11. package/dist/lib/js/components/Chip/Chip.consts.d.ts +6 -0
  12. package/dist/lib/js/components/Chip/Chip.vue.d.ts +34 -34
  13. package/dist/lib/js/components/DatePickers/DateBox/DateBox.vue.d.ts +3 -3
  14. package/dist/lib/js/components/DatePickers/DatePicker/DatePicker.vue.d.ts +24 -22
  15. package/dist/lib/js/components/DatePickers/DateRangePicker/DateRangePicker.vue.d.ts +3 -3
  16. package/dist/lib/js/components/Drawer/Drawer.vue.d.ts +2 -2
  17. package/dist/lib/js/components/Drawer/DrawerHeader/DrawerHeader.vue.d.ts +64 -64
  18. package/dist/lib/js/components/Drawer/DrawerListItem/DrawerListItem.vue.d.ts +5 -5
  19. package/dist/lib/js/components/Drawer/DrawerSection/DrawerSection.vue.d.ts +32 -32
  20. package/dist/lib/js/components/Drawer/DrawerTile/DrawerTile.vue.d.ts +33 -33
  21. package/dist/lib/js/components/Dropdown/Dropdown.consts.d.ts +5 -0
  22. package/dist/lib/js/components/Dropdown/Dropdown.vue.d.ts +7 -6
  23. package/dist/lib/js/components/Form/Checkbox/Checkbox.vue.d.ts +13 -13
  24. package/dist/lib/js/components/Form/RadioButton/RadioButton.vue.d.ts +13 -13
  25. package/dist/lib/js/components/Form/SelectionControl/SelectionControl.vue.d.ts +9 -9
  26. package/dist/lib/js/components/Headers/OverlayHeader/OverlayHeader.consts.d.ts +4 -0
  27. package/dist/lib/js/components/Headers/OverlayHeader/OverlayHeader.vue.d.ts +31 -31
  28. package/dist/lib/js/components/Headers/PageHeader/PageHeader.consts.d.ts +3 -0
  29. package/dist/lib/js/components/Headers/PageHeader/PageHeader.vue.d.ts +4 -2
  30. package/dist/lib/js/components/Headers/SectionHeader/SectionHeader.consts.d.ts +2 -0
  31. package/dist/lib/js/components/Headers/SectionHeader/SectionHeader.vue.d.ts +30 -30
  32. package/dist/lib/js/components/IconText/IconText.consts.d.ts +5 -0
  33. package/dist/lib/js/components/IconText/IconText.vue.d.ts +8 -8
  34. package/dist/lib/js/components/Icons/FeatureIcon/FeatureIcon.vue.d.ts +3 -3
  35. package/dist/lib/js/components/Icons/Icon/Icon.vue.d.ts +3 -3
  36. package/dist/lib/js/components/Layouts/ThreeColumnLayout/ThreeColumnLayout.vue.d.ts +2 -2
  37. package/dist/lib/js/components/Modal/Modal.vue.d.ts +3 -3
  38. package/dist/lib/js/components/Modals/Modal/Modal.vue.d.ts +38 -38
  39. package/dist/lib/js/components/Modals/ModalDialog/ModalDialog.vue.d.ts +42 -42
  40. package/dist/lib/js/components/Outline/OutlineItem/OutlineItem.consts.d.ts +5 -0
  41. package/dist/lib/js/components/Outline/OutlineItem/OutlineItem.vue.d.ts +11 -9
  42. package/dist/lib/js/components/Pagination/Pagination.vue.d.ts +52 -52
  43. package/dist/lib/js/components/ProgressBar/ProgressBar.consts.d.ts +8 -0
  44. package/dist/lib/js/components/ProgressBar/ProgressBar.vue.d.ts +18 -18
  45. package/dist/lib/js/components/ProgressDonutChart/ProgressDonutChart.vue.d.ts +7 -7
  46. package/dist/lib/js/components/RichList/BasicRichListItem/BasicRichListItem.vue.d.ts +31 -31
  47. package/dist/lib/js/components/RichList/GroupRichListItem/GroupRichListItem.vue.d.ts +4 -4
  48. package/dist/lib/js/components/RichList/RichListItem/RichListItem.vue.d.ts +28 -28
  49. package/dist/lib/js/components/SectionTitle/SectionTitle.vue.d.ts +4 -2
  50. package/dist/lib/js/components/SelectList/SelectListItem/SelectListItem.consts.d.ts +13 -8
  51. package/dist/lib/js/components/SelectList/SelectListItem/SelectListItem.vue.d.ts +22 -20
  52. package/dist/lib/js/components/SelectList/SelectListItemTile/SelectListItemTile.vue.d.ts +33 -33
  53. package/dist/lib/js/components/SelectList/SelectListItemToggle/SelectListItemToggle.vue.d.ts +34 -33
  54. package/dist/lib/js/components/SelectionTile/SelectionTile.vue.d.ts +38 -38
  55. package/dist/lib/js/components/Statuses/AccessStatus/AccessStatus.vue.d.ts +3 -3
  56. package/dist/lib/js/components/Statuses/BlockadeStatus/BlockadeStatus.vue.d.ts +3 -3
  57. package/dist/lib/js/components/SurveyQuestions/SurveyQuestion.consts.d.ts +4 -0
  58. package/dist/lib/js/components/SurveyQuestions/SurveyQuestionOpenEnded/SurveyQuestionOpenEnded.vue.d.ts +34 -33
  59. package/dist/lib/js/components/SurveyQuestions/SurveyQuestionScale/SurveyQuestionScale.vue.d.ts +56 -55
  60. package/dist/lib/js/components/SurveyToggle/SurveyToggle.consts.d.ts +5 -0
  61. package/dist/lib/js/components/SurveyToggle/SurveyToggle.vue.d.ts +20 -18
  62. package/dist/lib/js/components/Switch/Switch.vue.d.ts +3 -3
  63. package/dist/lib/js/components/TabItem/TabItem.vue.d.ts +6 -6
  64. package/dist/lib/js/components/TextGroup/TextGroup.vue.d.ts +3 -3
  65. package/dist/lib/js/components/Tile/Tile.consts.d.ts +3 -3
  66. package/dist/lib/js/components/Tile/Tile.sb.shared.d.ts +35 -35
  67. package/dist/lib/js/components/Tile/Tile.shared.d.ts +7 -8
  68. package/dist/lib/js/components/Tile/Tile.vue.d.ts +18 -20
  69. package/dist/lib/js/components/Toast/Toast.vue.d.ts +6 -6
  70. package/dist/lib/js/components/Toggles/CounterToggle/CounterToggle.consts.d.ts +7 -4
  71. package/dist/lib/js/components/Toggles/CounterToggle/CounterToggle.vue.d.ts +9 -7
  72. package/dist/lib/js/components/Toggles/ToggleButton/ToggleButton.vue.d.ts +12 -13
  73. package/dist/lib/js/styles/TokenTypes.d.ts +2 -1
  74. package/docs/assets/{AccessStatus-BKJi9u47.js → AccessStatus-DzMA_dRH.js} +1 -1
  75. package/docs/assets/{AccessStatus.stories-XvWRutdA.js → AccessStatus.stories--VEkNiy_.js} +1 -1
  76. package/docs/assets/{Avatar-DUThlKLV.js → Avatar-Ddf_DDf6.js} +1 -1
  77. package/docs/assets/{Avatar.stories-Dwgdl1h5.js → Avatar.stories-Bw8TMzwN.js} +1 -1
  78. package/docs/assets/{Badge-DSmH78WU.js → Badge-DsHkKLq5.js} +1 -1
  79. package/docs/assets/{Badge.stories-D-06ABBo.js → Badge.stories-1MGIb5Ay.js} +1 -1
  80. package/docs/assets/{BadgeScore-GfZixoUY.js → BadgeScore-DZ7uKkkn.js} +1 -1
  81. package/docs/assets/{BadgeScore.stories-D3zFKjT2.js → BadgeScore.stories-DyWA-wfY.js} +1 -1
  82. package/docs/assets/{Banner-DDGfdClH.js → Banner-B73N4KyQ.js} +1 -1
  83. package/docs/assets/{Banner.stories-DRjfHQB5.js → Banner.stories-DwaPbSL6.js} +1 -1
  84. package/docs/assets/{BasicRichListItem-B1E5DYkk.js → BasicRichListItem-DOfqex-T.js} +1 -1
  85. package/docs/assets/{BasicRichListItem.stories-Bwk6-q_S.js → BasicRichListItem.stories-CnWdWdmC.js} +1 -1
  86. package/docs/assets/{BlockadeStatus-D6w6lZhK.js → BlockadeStatus-BR_7M5Y7.js} +1 -1
  87. package/docs/assets/{BlockedeStatus.stories-BPVIJ-7M.js → BlockedeStatus.stories-D2j3DGI7.js} +1 -1
  88. package/docs/assets/Button-DHfR56t4.js +1 -0
  89. package/docs/assets/{Button.stories-C905FtVz.js → Button.stories-D3Ki6Zf4.js} +1 -1
  90. package/docs/assets/{CardExpandable-t59MJJJ1.js → CardExpandable-OLKQQ6p3.js} +1 -1
  91. package/docs/assets/{CardExpandable.stories-GrQybWeN.js → CardExpandable.stories-CZsP04Bx.js} +1 -1
  92. package/docs/assets/{Checkbox-K_NwPnQU.js → Checkbox-Dw7yhq_D.js} +1 -1
  93. package/docs/assets/{Checkbox.stories-C5rsfJfn.js → Checkbox.stories-CPr-TvdU.js} +1 -1
  94. package/docs/assets/{Chip-DmzVP4Nc.js → Chip-CYE9ciB6.js} +1 -1
  95. package/docs/assets/{Chip.stories-BHVdQEET.js → Chip.stories-DvZRPuZX.js} +1 -1
  96. package/docs/assets/{Color-ERTF36HU-Zy8s_54Y.js → Color-ERTF36HU-BxTduNqG.js} +1 -1
  97. package/docs/assets/{Colors.stories-BP3gpSll.js → Colors.stories-DsVCBpMK.js} +1 -1
  98. package/docs/assets/{ColorsThemes.stories-0-sPp0ge.js → ColorsThemes.stories-CvuM5Lfh.js} +1 -1
  99. package/docs/assets/{ColorsTokensLms.stories-hGXDsaon.js → ColorsTokensLms.stories-BLf0d4Ej.js} +1 -1
  100. package/docs/assets/{ColorsTokensPrimaryBodywork.stories-DbuoY06v.js → ColorsTokensPrimaryBodywork.stories-DPROdtqj.js} +1 -1
  101. package/docs/assets/{ColorsTokensPrimaryWnl.stories-BGrxCgKb.js → ColorsTokensPrimaryWnl.stories-BeDXP0UM.js} +1 -1
  102. package/docs/assets/{CounterToggle-UTpNPOSH.js → CounterToggle-_K-to0yi.js} +1 -1
  103. package/docs/assets/{CounterToggle.stories-7sAIDH2d.js → CounterToggle.stories-_CTotmHu.js} +1 -1
  104. package/docs/assets/{DateBox.stories-DLmMNPBT.js → DateBox.stories-CDMlmmhz.js} +1 -1
  105. package/docs/assets/DatePicker-D0XaBW1a.js +2 -0
  106. package/docs/assets/{DatePicker.stories-DHiM_CF1.js → DatePicker.stories-BQG31hVQ.js} +1 -1
  107. package/docs/assets/{DateRangePicker-DyLp3jfg.js → DateRangePicker-BKwZTPvV.js} +1 -1
  108. package/docs/assets/{DateRangePicker.stories-Chl7D6cH.js → DateRangePicker.stories-CEnBjdrE.js} +1 -1
  109. package/docs/assets/{DocsRenderer-CFRXHY34-Mv9wJbYE.js → DocsRenderer-CFRXHY34-TNb7LCKP.js} +5 -5
  110. package/docs/assets/{Drawer-BAhS1Aex.js → Drawer-SoovlwOt.js} +1 -1
  111. package/docs/assets/{Drawer.stories-Bgvx4k59.js → Drawer.stories-CEU1F2uA.js} +1 -1
  112. package/docs/assets/{DrawerHeader-CivXan1m.js → DrawerHeader-DKnj6uGf.js} +1 -1
  113. package/docs/assets/{DrawerHeader.stories-B-6VXMB_.js → DrawerHeader.stories-BDuVqv88.js} +1 -1
  114. package/docs/assets/{DrawerListItem-BCPF0NKt.js → DrawerListItem-CTXZN6Bi.js} +1 -1
  115. package/docs/assets/{DrawerListItem.stories-Cyjmm297.js → DrawerListItem.stories-BEKXtNUK.js} +1 -1
  116. package/docs/assets/{DrawerListItemGroup.stories-COuFavcC.js → DrawerListItemGroup.stories-COPmhcN6.js} +1 -1
  117. package/docs/assets/{DrawerSection-B6PrbMVD.js → DrawerSection-CZ_dBYx4.js} +1 -1
  118. package/docs/assets/{DrawerSection.stories-DUmVgH2v.js → DrawerSection.stories-sLxT7vrO.js} +1 -1
  119. package/docs/assets/{DrawerTile-CTrRTsz5.js → DrawerTile-DbrnM1Eh.js} +1 -1
  120. package/docs/assets/{DrawerTile.stories-BVrU34zb.js → DrawerTile.stories-Dw3ao85n.js} +1 -1
  121. package/docs/assets/{Dropdown-B75bqkCY.js → Dropdown-D0Da3_Op.js} +1 -1
  122. package/docs/assets/{Dropdown.stories-DHicOtyD.js → Dropdown.stories-D5GXGzlY.js} +1 -1
  123. package/docs/assets/{FeatureIcon-Zls5aPDA.js → FeatureIcon-BDPyvlSM.js} +1 -1
  124. package/docs/assets/{FeatureIcon.stories-fkGRpy1k.js → FeatureIcon.stories-BQCkvwda.js} +1 -1
  125. package/docs/assets/GroupRichListItem-DDOzz7uS.js +1 -0
  126. package/docs/assets/{GroupRichListItem.stories-BXIoUT_x.js → GroupRichListItem.stories-CyN2evgP.js} +1 -1
  127. package/docs/assets/{Icon-BPz80dqH.js → Icon-D0llnARZ.js} +1 -1
  128. package/docs/assets/{Icon.stories-nMGhxKkt.js → Icon.stories-CTnRL9yQ.js} +1 -1
  129. package/docs/assets/IconButton-BJcODvDg.js +1 -0
  130. package/docs/assets/{IconButton.stories-D4XVg9xV.js → IconButton.stories-BB7ViPXj.js} +1 -1
  131. package/docs/assets/{IconText-7zvo_ew8.js → IconText-CHD1e6XV.js} +1 -1
  132. package/docs/assets/{IconText.stories-WHFYLn8K.js → IconText.stories-C2BRfPpO.js} +1 -1
  133. package/docs/assets/{ItemsList-D_riVFX-.js → ItemsList-B6NLHoqB.js} +1 -1
  134. package/docs/assets/{Modal-D7RDnkRT.js → Modal-B4jvsyp2.js} +1 -1
  135. package/docs/assets/{Modal.stories-DtonpbNd.js → Modal.stories-H0HEhSSX.js} +1 -1
  136. package/docs/assets/{ModalDialog-D-FrIv9r.js → ModalDialog-B1Fx-Up2.js} +1 -1
  137. package/docs/assets/{ModalDialog.stories-BO4kM0oI.js → ModalDialog.stories-BjHBYxwN.js} +1 -1
  138. package/docs/assets/{OutlineItem-DqMRN7G1.js → OutlineItem-zkItoOB5.js} +1 -1
  139. package/docs/assets/{OutlineItem.stories-wBYF6_YS.js → OutlineItem.stories-B0QRpUCr.js} +1 -1
  140. package/docs/assets/{OverlayHeader-D3BWUMCs.js → OverlayHeader-BKF2Jxw2.js} +1 -1
  141. package/docs/assets/{OverlayHeader.stories-D22gEPwS.js → OverlayHeader.stories-DQMarEn0.js} +1 -1
  142. package/docs/assets/{PageHeader-C5oCP3S2.js → PageHeader-DLJRiCDS.js} +1 -1
  143. package/docs/assets/{PageHeader.stories-hH9p_VSN.js → PageHeader.stories-BMlnhYYZ.js} +1 -1
  144. package/docs/assets/{Pagination-xRPA6q3h.js → Pagination-BP-W1sZd.js} +1 -1
  145. package/docs/assets/{Pagination.stories-_aA1bDru.js → Pagination.stories-D8QusEmL.js} +1 -1
  146. package/docs/assets/{PopOver-DlmHqZVO.js → PopOver-BPteMd3J.js} +1 -1
  147. package/docs/assets/{PopOver.stories-BrDXwbSj.js → PopOver.stories-BQ1BTWwk.js} +1 -1
  148. package/docs/assets/{ProgressBar-DcRQqf-M.js → ProgressBar-CWgk1hV8.js} +1 -1
  149. package/docs/assets/{ProgressBar.stories-DpjJPck1.js → ProgressBar.stories-CATIctgi.js} +1 -1
  150. package/docs/assets/{ProgressDonutChart-O1ep3At7.js → ProgressDonutChart-WC2lEAZ8.js} +1 -1
  151. package/docs/assets/{ProgressDonutChart.stories-DTDXTcvn.js → ProgressDonutChart.stories-DHJbf9Nx.js} +1 -1
  152. package/docs/assets/{RadioButton-CO43G0Ta.js → RadioButton-DDS7T3bf.js} +1 -1
  153. package/docs/assets/{RadioButton.stories-BidHbpYh.js → RadioButton.stories-CwIgskB5.js} +1 -1
  154. package/docs/assets/{RichListItem.stories-bEj3sobC.js → RichListItem.stories-ByYKVXoj.js} +1 -1
  155. package/docs/assets/{SectionHeader-CwB5neO2.js → SectionHeader-mtDgyTNK.js} +1 -1
  156. package/docs/assets/{SectionHeader.stories-DU-5pOpU.js → SectionHeader.stories-RUYZcEBs.js} +1 -1
  157. package/docs/assets/{SectionTitle-BQZh7aFs.js → SectionTitle-_cACyvBA.js} +1 -1
  158. package/docs/assets/{SectionTitle.stories-BLNC5wZK.js → SectionTitle.stories-CQMtgSgm.js} +1 -1
  159. package/docs/assets/{SelectList.stories-B8NokTyi.js → SelectList.stories-BL3nuotP.js} +1 -1
  160. package/docs/assets/{SelectListItem-DPuR0fG2.js → SelectListItem-DorYfEdc.js} +1 -1
  161. package/docs/assets/{SelectListItem.stories-oxeMJs_v.js → SelectListItem.stories-zmIE8Hys.js} +1 -1
  162. package/docs/assets/{SelectListItemTile-CWD-7N0p.js → SelectListItemTile-DZDC7P_P.js} +1 -1
  163. package/docs/assets/{SelectListItemTile.stories-qL9td0K7.js → SelectListItemTile.stories-DKJCFIlt.js} +1 -1
  164. package/docs/assets/{SelectListItemToggle-Bd5zU5Vc.js → SelectListItemToggle-htk1ZR7a.js} +1 -1
  165. package/docs/assets/{SelectListItemToggle.stories-DjnspGSK.js → SelectListItemToggle.stories-Bcegqjj2.js} +1 -1
  166. package/docs/assets/{SelectionControl-Xe-aYMrS.js → SelectionControl-BK_tron5.js} +1 -1
  167. package/docs/assets/{SelectionTile-BuBzVZpf.js → SelectionTile-zJELYQH1.js} +2 -2
  168. package/docs/assets/{SelectionTile.stories-Da-1b5iP.js → SelectionTile.stories-DIGebTkW.js} +1 -1
  169. package/docs/assets/{SurveyQuestionOpenEnded-DUybHAVt.js → SurveyQuestionOpenEnded-BugWE9n5.js} +1 -1
  170. package/docs/assets/{SurveyQuestionOpenEnded.stories-BgpHtIPu.js → SurveyQuestionOpenEnded.stories-DqpiJnRe.js} +1 -1
  171. package/docs/assets/{SurveyQuestionScale-I7rmD2z-.js → SurveyQuestionScale-YQUf1B6i.js} +1 -1
  172. package/docs/assets/{SurveyQuestionScale.stories-D0AleMVQ.js → SurveyQuestionScale.stories-DO5YM6k6.js} +1 -1
  173. package/docs/assets/SurveyToggle-CAt6qXiD.js +1 -0
  174. package/docs/assets/{SurveyToggle.stories-Bg752kec.js → SurveyToggle.stories-A44mClL0.js} +1 -1
  175. package/docs/assets/{Switch-C8il24TP.js → Switch-D_N0-PMC.js} +1 -1
  176. package/docs/assets/{Switch.stories-LgRcO-ZF.js → Switch.stories-DJmkpiSd.js} +1 -1
  177. package/docs/assets/TabItem-CRrapLva.js +1 -0
  178. package/docs/assets/{TabItem.stories-CrJjqpPf.js → TabItem.stories-Dtgi3LM8.js} +1 -1
  179. package/docs/assets/TextGroup-Bk9VXC2h.js +1 -0
  180. package/docs/assets/{TextGroup.stories-soggouxN.js → TextGroup.stories-3wH48Kir.js} +1 -1
  181. package/docs/assets/{ThreeColumnLayout-CFf8NRwP.js → ThreeColumnLayout-CQnFmK7u.js} +1 -1
  182. package/docs/assets/{ThreeColumnLayout.stories-tcn5IlfD.js → ThreeColumnLayout.stories-DnqRflqN.js} +1 -1
  183. package/docs/assets/{Tile-DvjxsEPO.js → Tile-CH8oOuWL.js} +1 -1
  184. package/docs/assets/{Tile.sb.shared-Cl6kkjNS.js → Tile.sb.shared-CWXeuBol.js} +1 -1
  185. package/docs/assets/{Tile.stories-02ZVx-3c.js → Tile.stories-0cC1E7vK.js} +1 -1
  186. package/docs/assets/{Toast-DKAzASvr.js → Toast-DCT_C-Jm.js} +1 -1
  187. package/docs/assets/{Toast.stories-CMk56GoR.js → Toast.stories-DykbV02i.js} +1 -1
  188. package/docs/assets/{ToggleButton-eR3n1vbs.js → ToggleButton-fcVVisoD.js} +1 -1
  189. package/docs/assets/{ToggleButton.stories-Bu6_fUaj.js → ToggleButton.stories-CMC9B5O-.js} +1 -1
  190. package/docs/assets/{Tooltip.stories-DKvJ8iAI.js → Tooltip.stories-BWi1adMD.js} +1 -1
  191. package/docs/assets/{TypographyTokensLms.stories-DW3gBdun.js → TypographyTokensLms.stories-C7HvPtC9.js} +1 -1
  192. package/docs/assets/{TypographyVariables.stories-FmiXmx2m.js → TypographyVariables.stories-B1R9WSPD.js} +1 -1
  193. package/docs/assets/{iframe-B7O_YbfU.js → iframe-BvVXUrhW.js} +33 -33
  194. package/docs/assets/{index-By8fdPgt.js → index-DlcQIzWq.js} +1 -1
  195. package/docs/assets/{index-5RZErJTT.js → index-eqI06LoF.js} +1 -1
  196. package/docs/assets/{preview-C6pVUegQ.js → preview-CnZUp2W_.js} +1 -1
  197. package/docs/assets/{preview-dRTG5wog.js → preview-DlI-9236.js} +2 -2
  198. package/docs/assets/{string-CFc0pFCE.js → string-Ct9SAoCE.js} +1 -1
  199. package/docs/iframe.html +1 -1
  200. package/docs/project.json +1 -1
  201. package/lib/js/components/Banner/Banner.consts.ts +6 -0
  202. package/lib/js/components/Banner/Banner.vue +3 -3
  203. package/lib/js/components/Buttons/Button/Button.consts.ts +14 -0
  204. package/lib/js/components/Buttons/Button/Button.vue +1 -1
  205. package/lib/js/components/Buttons/IconButton/IconButton.consts.ts +11 -0
  206. package/lib/js/components/Buttons/IconButton/IconButton.vue +14 -8
  207. package/lib/js/components/Chip/Chip.consts.ts +10 -0
  208. package/lib/js/components/Chip/Chip.vue +14 -5
  209. package/lib/js/components/DatePickers/DatePicker/DatePicker.vue +11 -5
  210. package/lib/js/components/Drawer/Drawer.vue +1 -1
  211. package/lib/js/components/Drawer/DrawerListItem/DrawerListItem.vue +1 -1
  212. package/lib/js/components/Drawer/DrawerSection/DrawerSection.vue +2 -1
  213. package/lib/js/components/Dropdown/Dropdown.consts.ts +8 -0
  214. package/lib/js/components/Dropdown/Dropdown.vue +6 -3
  215. package/lib/js/components/Form/Checkbox/Checkbox.vue +2 -2
  216. package/lib/js/components/Form/RadioButton/RadioButton.vue +2 -2
  217. package/lib/js/components/Form/SelectionControl/SelectionControl.vue +3 -3
  218. package/lib/js/components/Headers/OverlayHeader/OverlayHeader.consts.ts +6 -0
  219. package/lib/js/components/Headers/OverlayHeader/OverlayHeader.vue +7 -2
  220. package/lib/js/components/Headers/PageHeader/PageHeader.consts.ts +4 -0
  221. package/lib/js/components/Headers/PageHeader/PageHeader.vue +3 -2
  222. package/lib/js/components/Headers/SectionHeader/SectionHeader.consts.ts +5 -0
  223. package/lib/js/components/Headers/SectionHeader/SectionHeader.vue +5 -2
  224. package/lib/js/components/IconText/IconText.consts.ts +8 -0
  225. package/lib/js/components/IconText/IconText.vue +9 -3
  226. package/lib/js/components/Icons/Icon/Icon.vue +1 -1
  227. package/lib/js/components/Layouts/ThreeColumnLayout/ThreeColumnLayout.vue +1 -1
  228. package/lib/js/components/Modals/Modal/Modal.vue +10 -4
  229. package/lib/js/components/Modals/ModalDialog/ModalDialog.vue +3 -3
  230. package/lib/js/components/Outline/OutlineItem/OutlineItem.consts.ts +9 -0
  231. package/lib/js/components/Outline/OutlineItem/OutlineItem.vue +6 -3
  232. package/lib/js/components/Pagination/Pagination.vue +2 -2
  233. package/lib/js/components/ProgressBar/ProgressBar.consts.ts +14 -0
  234. package/lib/js/components/ProgressBar/ProgressBar.vue +13 -8
  235. package/lib/js/components/ProgressDonutChart/ProgressDonutChart.vue +2 -2
  236. package/lib/js/components/RichList/GroupRichListItem/GroupRichListItem.vue +2 -2
  237. package/lib/js/components/RichList/RichListItem/RichListItem.vue +7 -7
  238. package/lib/js/components/SectionTitle/SectionTitle.vue +2 -2
  239. package/lib/js/components/SelectList/SelectListItem/SelectListItem.consts.ts +11 -3
  240. package/lib/js/components/SelectList/SelectListItem/SelectListItem.vue +6 -3
  241. package/lib/js/components/SelectList/SelectListItemToggle/SelectListItemToggle.vue +5 -3
  242. package/lib/js/components/SurveyQuestions/SurveyQuestion.consts.ts +6 -0
  243. package/lib/js/components/SurveyQuestions/SurveyQuestionOpenEnded/SurveyQuestionOpenEnded.vue +2 -2
  244. package/lib/js/components/SurveyQuestions/SurveyQuestionScale/SurveyQuestionScale.vue +9 -4
  245. package/lib/js/components/SurveyToggle/SurveyToggle.consts.ts +8 -0
  246. package/lib/js/components/SurveyToggle/SurveyToggle.vue +9 -6
  247. package/lib/js/components/TabItem/TabItem.vue +1 -1
  248. package/lib/js/components/TextGroup/TextGroup.vue +1 -1
  249. package/lib/js/components/Tile/Tile.consts.ts +3 -3
  250. package/lib/js/components/Tile/Tile.shared.ts +9 -10
  251. package/lib/js/components/Toggles/CounterToggle/CounterToggle.consts.ts +5 -1
  252. package/lib/js/components/Toggles/CounterToggle/CounterToggle.vue +2 -2
  253. package/lib/js/components/Toggles/ToggleButton/ToggleButton.vue +4 -5
  254. package/lib/js/styles/ItemsList.vue +9 -2
  255. package/lib/js/styles/TokenTypes.ts +2 -1
  256. package/package.json +4 -3
  257. package/dist/demo.html +0 -1
  258. package/dist/design-system.umd.js +0 -63093
  259. package/dist/design-system.umd.js.map +0 -1
  260. package/dist/lib/js/components/BadgeScore/BadgeScore.spec.d.ts +0 -1
  261. package/dist/lib/js/components/BadgeScore/BadgeScore.stories.d.ts +0 -14
  262. package/dist/lib/js/components/Badges/Badge/Badge.consts.d.ts +0 -4
  263. package/dist/lib/js/components/Badges/Badge/Badge.spec.d.ts +0 -1
  264. package/dist/lib/js/components/Badges/Badge/Badge.stories.d.ts +0 -5
  265. package/dist/lib/js/components/Badges/Badge/Badge.vue.d.ts +0 -42
  266. package/dist/lib/js/components/Badges/Badge/index.d.ts +0 -3
  267. package/dist/lib/js/components/Badges/BadgeScore/BadgeScore.consts.d.ts +0 -13
  268. package/dist/lib/js/components/Badges/BadgeScore/BadgeScore.spec.d.ts +0 -1
  269. package/dist/lib/js/components/Badges/BadgeScore/BadgeScore.stories.d.ts +0 -14
  270. package/dist/lib/js/components/Badges/BadgeScore/BadgeScore.vue.d.ts +0 -66
  271. package/dist/lib/js/components/Badges/BadgeScore/index.d.ts +0 -3
  272. package/dist/lib/js/components/Banner/Banner.stories.d.ts +0 -5
  273. package/dist/lib/js/components/Buttons/Button/Button.spec.d.ts +0 -1
  274. package/dist/lib/js/components/Buttons/Button/Button.stories.d.ts +0 -5
  275. package/dist/lib/js/components/Buttons/IconButton/IconButton.stories.d.ts +0 -10
  276. package/dist/lib/js/components/Cards/Card/Card.spec.d.ts +0 -1
  277. package/dist/lib/js/components/Cards/Card/Card.stories.d.ts +0 -5
  278. package/dist/lib/js/components/Cards/CardExpandable/CardExpandable.spec.d.ts +0 -1
  279. package/dist/lib/js/components/Cards/CardExpandable/CardExpandable.stories.d.ts +0 -5
  280. package/dist/lib/js/components/Chip/Chip.spec.d.ts +0 -1
  281. package/dist/lib/js/components/Chip/Chip.stories.d.ts +0 -6
  282. package/dist/lib/js/components/DatePickers/DatePicker/DatePicker.stories.d.ts +0 -5
  283. package/dist/lib/js/components/DatePickers/DatePickerBox/DatePickerBox.vue.d.ts +0 -433
  284. package/dist/lib/js/components/DatePickers/DatePickerBox/index.d.ts +0 -3
  285. package/dist/lib/js/components/Divider/Divider.stories.d.ts +0 -5
  286. package/dist/lib/js/components/Drawer/Drawer.stories.d.ts +0 -5
  287. package/dist/lib/js/components/Drawer/DrawerContent/DrawerContent.stories.d.ts +0 -5
  288. package/dist/lib/js/components/Drawer/DrawerDivider/DrawerDivider.stories.d.ts +0 -5
  289. package/dist/lib/js/components/Drawer/DrawerHeader/DrawerHeader.stories.d.ts +0 -5
  290. package/dist/lib/js/components/Drawer/DrawerHeader/index.d.ts +0 -2
  291. package/dist/lib/js/components/Drawer/DrawerListItem/DrawerListItem.stories.d.ts +0 -5
  292. package/dist/lib/js/components/Drawer/DrawerListItemGroup/DrawerListItemGroup.stories.d.ts +0 -5
  293. package/dist/lib/js/components/Drawer/DrawerSection/DrawerSection.stories.d.ts +0 -5
  294. package/dist/lib/js/components/Drawer/DrawerTile/DrawerTile.stories.d.ts +0 -5
  295. package/dist/lib/js/components/Dropdown/Dropdown.stories.d.ts +0 -5
  296. package/dist/lib/js/components/Form/Checkbox/Checkbox.stories.d.ts +0 -5
  297. package/dist/lib/js/components/Form/RadioButton/RadioButton.stories.d.ts +0 -5
  298. package/dist/lib/js/components/Headers/OverlayHeader/OverlayHeader.stories.d.ts +0 -5
  299. package/dist/lib/js/components/Headers/PageHeader/PageHeader.stories.d.ts +0 -5
  300. package/dist/lib/js/components/Headers/SectionHeader/SectionHeader.stories.d.ts +0 -5
  301. package/dist/lib/js/components/IconText/IconText.stories.d.ts +0 -5
  302. package/dist/lib/js/components/Icons/FeatureIcon/FeatureIcon.stories.d.ts +0 -5
  303. package/dist/lib/js/components/Icons/Icon/Icon.stories.d.ts +0 -6
  304. package/dist/lib/js/components/Image/Image.stories.d.ts +0 -5
  305. package/dist/lib/js/components/Layouts/ThreeColumnLayout/ThreeColumnLayout.stories.d.ts +0 -5
  306. package/dist/lib/js/components/LoadingBar/LoadingBar.stories.d.ts +0 -5
  307. package/dist/lib/js/components/Modal/Modal.spec.d.ts +0 -1
  308. package/dist/lib/js/components/Modals/Modal/Modal.stories.d.ts +0 -8
  309. package/dist/lib/js/components/Modals/ModalDialog/ModalDialog.stories.d.ts +0 -7
  310. package/dist/lib/js/components/NumberInCircle/NumberInCircle.stories.d.ts +0 -5
  311. package/dist/lib/js/components/Outline/OutlineDivider/OutlineDivider.stories.d.ts +0 -5
  312. package/dist/lib/js/components/Outline/OutlineItem/OutlineItem.stories.d.ts +0 -5
  313. package/dist/lib/js/components/Outline/OutlineSectionHeader/OutlineSectionHeader.stories.d.ts +0 -5
  314. package/dist/lib/js/components/OverlayHeader/OverlayHeader.consts.d.ts +0 -7
  315. package/dist/lib/js/components/OverlayHeader/OverlayHeader.stories.d.ts +0 -5
  316. package/dist/lib/js/components/OverlayHeader/OverlayHeader.vue.d.ts +0 -257
  317. package/dist/lib/js/components/OverlayHeader/index.d.ts +0 -3
  318. package/dist/lib/js/components/Pagination/Pagination.spec.d.ts +0 -1
  319. package/dist/lib/js/components/Pagination/Pagination.stories.d.ts +0 -5
  320. package/dist/lib/js/components/Pill/Pill.consts.d.ts +0 -18
  321. package/dist/lib/js/components/Pill/Pill.spec.d.ts +0 -1
  322. package/dist/lib/js/components/Pill/Pill.stories.d.ts +0 -5
  323. package/dist/lib/js/components/Pill/Pill.vue.d.ts +0 -269
  324. package/dist/lib/js/components/Pill/index.d.ts +0 -3
  325. package/dist/lib/js/components/PopOver/PopOver.stories.d.ts +0 -6
  326. package/dist/lib/js/components/ProgressBar/ProgressBar.stories.d.ts +0 -9
  327. package/dist/lib/js/components/ProgressDonutChart/ProgressDonutChart.spec.d.ts +0 -1
  328. package/dist/lib/js/components/ProgressDonutChart/ProgressDonutChart.stories.d.ts +0 -5
  329. package/dist/lib/js/components/RichList/BasicRichListItem/BasicRichListItem.stories.d.ts +0 -6
  330. package/dist/lib/js/components/RichList/GroupRichListItem/GroupRichListItem.stories.d.ts +0 -6
  331. package/dist/lib/js/components/RichList/RichListGroupItem/RichListGroupItem.consts.d.ts +0 -24
  332. package/dist/lib/js/components/RichList/RichListGroupItem/RichListGroupItem.stories.d.ts +0 -12
  333. package/dist/lib/js/components/RichList/RichListGroupItem/RichListGroupItem.vue.d.ts +0 -26
  334. package/dist/lib/js/components/RichList/RichListGroupItem/index.d.ts +0 -3
  335. package/dist/lib/js/components/RichList/RichListItem/RichListItem.stories.d.ts +0 -6
  336. package/dist/lib/js/components/RichList/RichListItemBasic/RichListItemBasic.stories.d.ts +0 -5
  337. package/dist/lib/js/components/RichList/RichListItemBasic/RichListItemBasic.vue.d.ts +0 -72
  338. package/dist/lib/js/components/RichList/RichListItemBasic/index.d.ts +0 -2
  339. package/dist/lib/js/components/Ripple/Ripple.consts.d.ts +0 -14
  340. package/dist/lib/js/components/Ripple/Ripple.stories.d.ts +0 -5
  341. package/dist/lib/js/components/Ripple/Ripple.vue.d.ts +0 -30
  342. package/dist/lib/js/components/Ripple/index.d.ts +0 -3
  343. package/dist/lib/js/components/SectionHeader/SectionHeader.consts.d.ts +0 -4
  344. package/dist/lib/js/components/SectionHeader/SectionHeader.stories.d.ts +0 -5
  345. package/dist/lib/js/components/SectionHeader/SectionHeader.vue.d.ts +0 -237
  346. package/dist/lib/js/components/SectionHeader/index.d.ts +0 -3
  347. package/dist/lib/js/components/SectionTitle/SectionTitle.stories.d.ts +0 -5
  348. package/dist/lib/js/components/SelectList/SelectList.stories.d.ts +0 -6
  349. package/dist/lib/js/components/SelectList/SelectListItem/SelectListItem.stories.d.ts +0 -5
  350. package/dist/lib/js/components/SelectList/SelectListItemDivider/SelectListItemDivider.stories.d.ts +0 -5
  351. package/dist/lib/js/components/SelectList/SelectListItemTile/SelectListItemTile.stories.d.ts +0 -6
  352. package/dist/lib/js/components/SelectList/SelectListItemToggle/SelectListItemToggle.stories.d.ts +0 -5
  353. package/dist/lib/js/components/SelectList/SelectListSectionTitle/SelectListSectionTitle.stories.d.ts +0 -5
  354. package/dist/lib/js/components/SelectionTile/SelectionTile.stories.d.ts +0 -5
  355. package/dist/lib/js/components/Skeleton/Skeleton.stories.d.ts +0 -5
  356. package/dist/lib/js/components/Statuses/AccessStatus/AccessStatus.spec.d.ts +0 -1
  357. package/dist/lib/js/components/Statuses/AccessStatus/AccessStatus.stories.d.ts +0 -5
  358. package/dist/lib/js/components/Statuses/BlockadeStatus/BlockadeStatus.spec.d.ts +0 -1
  359. package/dist/lib/js/components/Statuses/BlockadeStatus/BlockedeStatus.stories.d.ts +0 -5
  360. package/dist/lib/js/components/SurveyQuestions/SurveyQuestionOpenEnded/SurveyQuestionOpenEnded.stories.d.ts +0 -5
  361. package/dist/lib/js/components/SurveyQuestions/SurveyQuestionScale/SurveyQuestionScale.spec.d.ts +0 -1
  362. package/dist/lib/js/components/SurveyQuestions/SurveyQuestionScale/SurveyQuestionScale.stories.d.ts +0 -7
  363. package/dist/lib/js/components/SurveyToggle/SurveyToggle.spec.d.ts +0 -1
  364. package/dist/lib/js/components/SurveyToggle/SurveyToggle.stories.d.ts +0 -5
  365. package/dist/lib/js/components/Switch/Switch.stories.d.ts +0 -5
  366. package/dist/lib/js/components/TabItem/TabItem.spec.d.ts +0 -1
  367. package/dist/lib/js/components/TabItem/TabItem.stories.d.ts +0 -5
  368. package/dist/lib/js/components/TextGroup/TextGroup.stories.d.ts +0 -5
  369. package/dist/lib/js/components/Tile/Tile.spec.d.ts +0 -1
  370. package/dist/lib/js/components/Tile/Tile.stories.d.ts +0 -6
  371. package/dist/lib/js/components/Toast/Toast.stories.d.ts +0 -5
  372. package/dist/lib/js/components/Toggles/CounterToggle/CounterToggle.spec.d.ts +0 -1
  373. package/dist/lib/js/components/Toggles/CounterToggle/CounterToggle.stories.d.ts +0 -5
  374. package/dist/lib/js/components/Toggles/ToggleButton/ToggleButton.stories.d.ts +0 -5
  375. package/dist/lib/js/components/Tooltip/Tooltip.stories.d.ts +0 -7
  376. package/dist/lib/js/components/Well/Well.stories.d.ts +0 -5
  377. package/dist/lib/js/styles/Borders/BorderSizes.stories.d.ts +0 -4
  378. package/dist/lib/js/styles/Colors/Colors.stories.d.ts +0 -5
  379. package/dist/lib/js/styles/ColorsThemes/ColorsThemes.stories.d.ts +0 -5
  380. package/dist/lib/js/styles/ColorsTokensLms/ColorsTokensLms.stories.d.ts +0 -5
  381. package/dist/lib/js/styles/ColorsTokensPrimaryBodywork/ColorsTokensPrimaryBodywork.stories.d.ts +0 -5
  382. package/dist/lib/js/styles/ColorsTokensPrimaryWnl/ColorsTokensPrimaryWnl.stories.d.ts +0 -5
  383. package/dist/lib/js/styles/Spacings/Spacings.stories.d.ts +0 -4
  384. package/dist/lib/js/styles/TypographyTokensLms/TypographyTokensLms.stories.d.ts +0 -5
  385. package/dist/lib/js/styles/TypographyVariables/TypographyVariables.stories.d.ts +0 -5
  386. package/dist/lib/js/tests/emptyModule.d.ts +0 -0
  387. package/dist/lib/js/tests/emptyTransformer.d.ts +0 -0
  388. package/dist/tools/importers/helpers/modifiers.d.ts +0 -9
  389. package/dist/tools/importers/helpers/structures.d.ts +0 -68
  390. package/docs/assets/Button-yeAor0pZ.js +0 -1
  391. package/docs/assets/DatePicker-DHykkoW4.js +0 -2
  392. package/docs/assets/GroupRichListItem-onOADtuh.js +0 -1
  393. package/docs/assets/IconButton-gTykCZIi.js +0 -1
  394. package/docs/assets/SurveyToggle-BECsKZHH.js +0 -1
  395. package/docs/assets/TabItem-Cceq5FQB.js +0 -1
  396. package/docs/assets/TextGroup-D5le3QVY.js +0 -1
@@ -1,7 +1,10 @@
1
+ import { Value } from '../../utils/type.utils';
2
+
1
3
  export declare const CHIP_SIZES: {
2
4
  readonly X_SMALL: "x-small";
3
5
  readonly SMALL: "small";
4
6
  };
7
+ export type ChipSize = Value<typeof CHIP_SIZES>;
5
8
  export declare const CHIP_COLORS: {
6
9
  readonly PRIMARY: "primary";
7
10
  readonly PRIMARY_STRONG: "primaryStrong";
@@ -13,11 +16,14 @@ export declare const CHIP_COLORS: {
13
16
  readonly WARNING: "warning";
14
17
  readonly INFO: "info";
15
18
  };
19
+ export type ChipColor = Value<typeof CHIP_COLORS>;
16
20
  export declare const CHIP_STATES: {
17
21
  readonly DEFAULT: "default";
18
22
  readonly DISABLED: "disabled";
19
23
  };
24
+ export type ChipState = Value<typeof CHIP_STATES>;
20
25
  export declare const CHIP_RADIUSES: {
21
26
  readonly CAPSULE: "capsule";
22
27
  readonly ROUNDED: "rounded";
23
28
  };
29
+ export type ChipRadius = Value<typeof CHIP_RADIUSES>;
@@ -1,7 +1,7 @@
1
1
  import { Value } from '../../utils/type.utils';
2
2
  import { BUTTON_ELEVATIONS } from '../Buttons/Button';
3
3
  import { ICON_BUTTON_COLORS, ICON_BUTTON_STATES } from '../Buttons/IconButton';
4
- import { CHIP_RADIUSES, CHIP_STATES } from './Chip.consts';
4
+ import { ChipColor, ChipRadius, ChipSize, ChipState } from './Chip.consts';
5
5
 
6
6
  declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
7
7
  label: {
@@ -20,17 +20,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
20
20
  radius: {
21
21
  type: StringConstructor;
22
22
  default: "capsule";
23
- validator(value: Value<typeof CHIP_RADIUSES>): boolean;
23
+ validator(value: ChipRadius): boolean;
24
24
  };
25
25
  size: {
26
26
  type: StringConstructor;
27
27
  default: "small";
28
- validator(size: unknown): boolean;
28
+ validator(size: ChipSize): boolean;
29
29
  };
30
30
  color: {
31
31
  type: StringConstructor;
32
32
  default: "neutral";
33
- validator(color: unknown): boolean;
33
+ validator(color: ChipColor): boolean;
34
34
  };
35
35
  colorHex: {
36
36
  type: StringConstructor;
@@ -39,7 +39,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
39
39
  state: {
40
40
  type: StringConstructor;
41
41
  default: "default";
42
- validator(value: Value<typeof CHIP_STATES>): boolean;
42
+ validator(value: ChipState): boolean;
43
43
  };
44
44
  isRemovable: {
45
45
  type: BooleanConstructor;
@@ -328,17 +328,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
328
328
  radius: {
329
329
  type: StringConstructor;
330
330
  default: "capsule";
331
- validator(value: Value<typeof CHIP_RADIUSES>): boolean;
331
+ validator(value: ChipRadius): boolean;
332
332
  };
333
333
  size: {
334
334
  type: StringConstructor;
335
335
  default: "small";
336
- validator(size: unknown): boolean;
336
+ validator(size: ChipSize): boolean;
337
337
  };
338
338
  color: {
339
339
  type: StringConstructor;
340
340
  default: "neutral";
341
- validator(color: unknown): boolean;
341
+ validator(color: ChipColor): boolean;
342
342
  };
343
343
  colorHex: {
344
344
  type: StringConstructor;
@@ -347,7 +347,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
347
347
  state: {
348
348
  type: StringConstructor;
349
349
  default: "default";
350
- validator(value: Value<typeof CHIP_STATES>): boolean;
350
+ validator(value: ChipState): boolean;
351
351
  };
352
352
  isRemovable: {
353
353
  type: BooleanConstructor;
@@ -378,7 +378,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
378
378
  validator: (value: string) => boolean;
379
379
  };
380
380
  rotation: {
381
- type: NumberConstructor;
381
+ type: (NumberConstructor | null)[];
382
382
  default: null;
383
383
  };
384
384
  flippedVertical: {
@@ -412,7 +412,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
412
412
  validator: (value: string) => boolean;
413
413
  };
414
414
  rotation: {
415
- type: NumberConstructor;
415
+ type: (NumberConstructor | null)[];
416
416
  default: null;
417
417
  };
418
418
  flippedVertical: {
@@ -432,7 +432,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
432
432
  default: boolean;
433
433
  };
434
434
  }>> & Readonly<{}>, {
435
- rotation: number;
435
+ rotation: number | null;
436
436
  size: string;
437
437
  flippedVertical: boolean;
438
438
  flippedHorizontal: boolean;
@@ -445,17 +445,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
445
445
  size: {
446
446
  type: StringConstructor;
447
447
  default: "large";
448
- validator(value: unknown): boolean;
448
+ validator(value: import('../Buttons/IconButton').IconButtonSize): boolean;
449
449
  };
450
450
  radius: {
451
451
  type: StringConstructor;
452
452
  default: "capsule";
453
- validator(value: unknown): boolean;
453
+ validator(value: import('../Buttons/Button').ButtonRadius): boolean;
454
454
  };
455
455
  type: {
456
456
  type: StringConstructor;
457
457
  default: "icon-only";
458
- validator(value: unknown): boolean;
458
+ validator(value: import('../Buttons/IconButton').IconButtonType): boolean;
459
459
  };
460
460
  icon: {
461
461
  type: ObjectConstructor;
@@ -465,17 +465,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
465
465
  color: {
466
466
  type: StringConstructor;
467
467
  default: "primary";
468
- validator(value: unknown): boolean;
468
+ validator(value: import('../Buttons/IconButton').IconButtonColor): boolean;
469
469
  };
470
470
  colorScheme: {
471
471
  type: StringConstructor;
472
472
  default: "all-in-color";
473
- validator(value: unknown): boolean;
473
+ validator(value: import('../Buttons/IconButton').IconButtonColorScheme): boolean;
474
474
  };
475
475
  elevation: {
476
476
  type: StringConstructor;
477
477
  default: "none";
478
- validator(value: unknown): boolean;
478
+ validator(value: import('../Buttons/Button').ButtonElevation): boolean;
479
479
  };
480
480
  touchable: {
481
481
  type: BooleanConstructor;
@@ -765,24 +765,24 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
765
765
  }, {
766
766
  iconSize(): string;
767
767
  buttonType(): string;
768
- computedColor(): string | null;
768
+ computedColor(): string | undefined;
769
769
  isButtonColor(): boolean;
770
770
  colorClassName(): string;
771
771
  }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
772
772
  size: {
773
773
  type: StringConstructor;
774
774
  default: "large";
775
- validator(value: unknown): boolean;
775
+ validator(value: import('../Buttons/IconButton').IconButtonSize): boolean;
776
776
  };
777
777
  radius: {
778
778
  type: StringConstructor;
779
779
  default: "capsule";
780
- validator(value: unknown): boolean;
780
+ validator(value: import('../Buttons/Button').ButtonRadius): boolean;
781
781
  };
782
782
  type: {
783
783
  type: StringConstructor;
784
784
  default: "icon-only";
785
- validator(value: unknown): boolean;
785
+ validator(value: import('../Buttons/IconButton').IconButtonType): boolean;
786
786
  };
787
787
  icon: {
788
788
  type: ObjectConstructor;
@@ -792,17 +792,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
792
792
  color: {
793
793
  type: StringConstructor;
794
794
  default: "primary";
795
- validator(value: unknown): boolean;
795
+ validator(value: import('../Buttons/IconButton').IconButtonColor): boolean;
796
796
  };
797
797
  colorScheme: {
798
798
  type: StringConstructor;
799
799
  default: "all-in-color";
800
- validator(value: unknown): boolean;
800
+ validator(value: import('../Buttons/IconButton').IconButtonColorScheme): boolean;
801
801
  };
802
802
  elevation: {
803
803
  type: StringConstructor;
804
804
  default: "none";
805
- validator(value: unknown): boolean;
805
+ validator(value: import('../Buttons/Button').ButtonElevation): boolean;
806
806
  };
807
807
  touchable: {
808
808
  type: BooleanConstructor;
@@ -835,7 +835,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
835
835
  validator: (value: string) => boolean;
836
836
  };
837
837
  rotation: {
838
- type: NumberConstructor;
838
+ type: (NumberConstructor | null)[];
839
839
  default: null;
840
840
  };
841
841
  flippedVertical: {
@@ -869,7 +869,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
869
869
  validator: (value: string) => boolean;
870
870
  };
871
871
  rotation: {
872
- type: NumberConstructor;
872
+ type: (NumberConstructor | null)[];
873
873
  default: null;
874
874
  };
875
875
  flippedVertical: {
@@ -889,7 +889,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
889
889
  default: boolean;
890
890
  };
891
891
  }>> & Readonly<{}>, {
892
- rotation: number;
892
+ rotation: number | null;
893
893
  size: string;
894
894
  flippedVertical: boolean;
895
895
  flippedHorizontal: boolean;
@@ -910,7 +910,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
910
910
  validator(value: Value<typeof import('../Buttons/Button').BUTTON_TYPES>): boolean;
911
911
  };
912
912
  color: {
913
- type: StringConstructor;
913
+ type: (StringConstructor | null)[];
914
914
  default: "primary";
915
915
  validator(value: Value<typeof ICON_BUTTON_COLORS>): boolean;
916
916
  };
@@ -1217,7 +1217,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1217
1217
  validator(value: Value<typeof import('../Buttons/Button').BUTTON_TYPES>): boolean;
1218
1218
  };
1219
1219
  color: {
1220
- type: StringConstructor;
1220
+ type: (StringConstructor | null)[];
1221
1221
  default: "primary";
1222
1222
  validator(value: Value<typeof ICON_BUTTON_COLORS>): boolean;
1223
1223
  };
@@ -1249,7 +1249,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1249
1249
  }>> & Readonly<{}>, {
1250
1250
  size: string;
1251
1251
  type: string;
1252
- color: string;
1252
+ color: string | null;
1253
1253
  elevation: string;
1254
1254
  radius: string;
1255
1255
  state: string;
@@ -1268,7 +1268,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1268
1268
  validator: (value: string) => boolean;
1269
1269
  };
1270
1270
  rotation: {
1271
- type: NumberConstructor;
1271
+ type: (NumberConstructor | null)[];
1272
1272
  default: null;
1273
1273
  };
1274
1274
  flippedVertical: {
@@ -1302,7 +1302,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1302
1302
  validator: (value: string) => boolean;
1303
1303
  };
1304
1304
  rotation: {
1305
- type: NumberConstructor;
1305
+ type: (NumberConstructor | null)[];
1306
1306
  default: null;
1307
1307
  };
1308
1308
  flippedVertical: {
@@ -1322,7 +1322,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1322
1322
  default: boolean;
1323
1323
  };
1324
1324
  }>> & Readonly<{}>, {
1325
- rotation: number;
1325
+ rotation: number | null;
1326
1326
  size: string;
1327
1327
  flippedVertical: boolean;
1328
1328
  flippedHorizontal: boolean;
@@ -357,7 +357,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
357
357
  validator: (value: string) => boolean;
358
358
  };
359
359
  rotation: {
360
- type: NumberConstructor;
360
+ type: (NumberConstructor | null)[];
361
361
  default: null;
362
362
  };
363
363
  flippedVertical: {
@@ -391,7 +391,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
391
391
  validator: (value: string) => boolean;
392
392
  };
393
393
  rotation: {
394
- type: NumberConstructor;
394
+ type: (NumberConstructor | null)[];
395
395
  default: null;
396
396
  };
397
397
  flippedVertical: {
@@ -411,7 +411,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
411
411
  default: boolean;
412
412
  };
413
413
  }>> & Readonly<{}>, {
414
- rotation: number;
414
+ rotation: number | null;
415
415
  size: string;
416
416
  flippedVertical: boolean;
417
417
  flippedHorizontal: boolean;
@@ -1,6 +1,6 @@
1
1
  import { PropType, Ref } from 'vue';
2
2
  import { Instance as DatePickerInstance } from 'flatpickr/dist/types/instance';
3
- import { TileColors, TileStates } from '../../Tile';
3
+ import { TileColor, TileState } from '../../Tile';
4
4
  import { DatePickerCalendarPositions, DatePickerColors, DatePickerStates } from './DatePicker.consts';
5
5
 
6
6
  declare const _default: import('vue').DefineComponent<{
@@ -578,6 +578,8 @@ declare const _default: import('vue').DefineComponent<{
578
578
  tileIcon(): any;
579
579
  showErrorMessage(): boolean;
580
580
  showHelpMessage(): boolean;
581
+ tileState(): TileState;
582
+ tileColor(): TileColor;
581
583
  }, {
582
584
  bindFlatpickrInstance(): Promise<void>;
583
585
  toggle(): Promise<void>;
@@ -648,18 +650,18 @@ declare const _default: import('vue').DefineComponent<{
648
650
  default: null;
649
651
  };
650
652
  color: {
651
- type: PropType<TileColors>;
653
+ type: PropType<TileColor>;
652
654
  default: "neutral";
653
- validator(color: any): boolean;
655
+ validator(color: TileColor): boolean;
654
656
  };
655
657
  isEyebrowTextUppercase: {
656
658
  type: BooleanConstructor;
657
659
  default: boolean;
658
660
  };
659
661
  state: {
660
- type: PropType<TileStates>;
662
+ type: PropType<TileState>;
661
663
  default: "default";
662
- validator(value: import('../../../utils/type.utils').Value<typeof import('../../Tile').TILE_STATES>): boolean;
664
+ validator(value: TileState): boolean;
663
665
  };
664
666
  eyebrowEllipsis: {
665
667
  type: BooleanConstructor;
@@ -674,9 +676,9 @@ declare const _default: import('vue').DefineComponent<{
674
676
  default: null;
675
677
  };
676
678
  additionalTextMaxWidth: {
677
- type: PropType<import('../../Tile').TileAdditionalTextMaxWidths>;
679
+ type: PropType<import('../../Tile').TileAdditionalTextMaxWidth>;
678
680
  default: "small";
679
- validator(value: import('../../Tile').TileAdditionalTextMaxWidths): boolean;
681
+ validator(value: import('../../Tile').TileAdditionalTextMaxWidth): boolean;
680
682
  };
681
683
  }>, {}, {
682
684
  ICONS: Readonly<{
@@ -951,18 +953,18 @@ declare const _default: import('vue').DefineComponent<{
951
953
  default: null;
952
954
  };
953
955
  color: {
954
- type: PropType<TileColors>;
956
+ type: PropType<TileColor>;
955
957
  default: "neutral";
956
- validator(color: any): boolean;
958
+ validator(color: TileColor): boolean;
957
959
  };
958
960
  isEyebrowTextUppercase: {
959
961
  type: BooleanConstructor;
960
962
  default: boolean;
961
963
  };
962
964
  state: {
963
- type: PropType<TileStates>;
965
+ type: PropType<TileState>;
964
966
  default: "default";
965
- validator(value: import('../../../utils/type.utils').Value<typeof import('../../Tile').TILE_STATES>): boolean;
967
+ validator(value: TileState): boolean;
966
968
  };
967
969
  eyebrowEllipsis: {
968
970
  type: BooleanConstructor;
@@ -977,13 +979,13 @@ declare const _default: import('vue').DefineComponent<{
977
979
  default: null;
978
980
  };
979
981
  additionalTextMaxWidth: {
980
- type: PropType<import('../../Tile').TileAdditionalTextMaxWidths>;
982
+ type: PropType<import('../../Tile').TileAdditionalTextMaxWidth>;
981
983
  default: "small";
982
- validator(value: import('../../Tile').TileAdditionalTextMaxWidths): boolean;
984
+ validator(value: import('../../Tile').TileAdditionalTextMaxWidth): boolean;
983
985
  };
984
986
  }>> & Readonly<{}>, {
985
- color: TileColors;
986
- state: TileStates;
987
+ color: TileColor;
988
+ state: TileState;
987
989
  iconLeft: Record<string, any>;
988
990
  iconRight: Record<string, any>;
989
991
  borderColor: import('../../Tile').TileBorderColors;
@@ -994,7 +996,7 @@ declare const _default: import('vue').DefineComponent<{
994
996
  isEyebrowTextUppercase: boolean;
995
997
  eyebrowEllipsis: boolean;
996
998
  textEllipsis: boolean;
997
- additionalTextMaxWidth: import('../../Tile').TileAdditionalTextMaxWidths;
999
+ additionalTextMaxWidth: import('../../Tile').TileAdditionalTextMaxWidth;
998
1000
  }, {}, {
999
1001
  DsIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1000
1002
  icon: {
@@ -1008,7 +1010,7 @@ declare const _default: import('vue').DefineComponent<{
1008
1010
  validator: (value: string) => boolean;
1009
1011
  };
1010
1012
  rotation: {
1011
- type: NumberConstructor;
1013
+ type: (NumberConstructor | null)[];
1012
1014
  default: null;
1013
1015
  };
1014
1016
  flippedVertical: {
@@ -1042,7 +1044,7 @@ declare const _default: import('vue').DefineComponent<{
1042
1044
  validator: (value: string) => boolean;
1043
1045
  };
1044
1046
  rotation: {
1045
- type: NumberConstructor;
1047
+ type: (NumberConstructor | null)[];
1046
1048
  default: null;
1047
1049
  };
1048
1050
  flippedVertical: {
@@ -1062,7 +1064,7 @@ declare const _default: import('vue').DefineComponent<{
1062
1064
  default: boolean;
1063
1065
  };
1064
1066
  }>> & Readonly<{}>, {
1065
- rotation: number;
1067
+ rotation: number | null;
1066
1068
  size: string;
1067
1069
  flippedVertical: boolean;
1068
1070
  flippedHorizontal: boolean;
@@ -1428,7 +1430,7 @@ declare const _default: import('vue').DefineComponent<{
1428
1430
  validator: (value: string) => boolean;
1429
1431
  };
1430
1432
  rotation: {
1431
- type: NumberConstructor;
1433
+ type: (NumberConstructor | null)[];
1432
1434
  default: null;
1433
1435
  };
1434
1436
  flippedVertical: {
@@ -1462,7 +1464,7 @@ declare const _default: import('vue').DefineComponent<{
1462
1464
  validator: (value: string) => boolean;
1463
1465
  };
1464
1466
  rotation: {
1465
- type: NumberConstructor;
1467
+ type: (NumberConstructor | null)[];
1466
1468
  default: null;
1467
1469
  };
1468
1470
  flippedVertical: {
@@ -1482,7 +1484,7 @@ declare const _default: import('vue').DefineComponent<{
1482
1484
  default: boolean;
1483
1485
  };
1484
1486
  }>> & Readonly<{}>, {
1485
- rotation: number;
1487
+ rotation: number | null;
1486
1488
  size: string;
1487
1489
  flippedVertical: boolean;
1488
1490
  flippedHorizontal: boolean;
@@ -964,7 +964,7 @@ declare const _default: import('vue').DefineComponent<{
964
964
  validator: (value: string) => boolean;
965
965
  };
966
966
  rotation: {
967
- type: NumberConstructor;
967
+ type: (NumberConstructor | null)[];
968
968
  default: null;
969
969
  };
970
970
  flippedVertical: {
@@ -998,7 +998,7 @@ declare const _default: import('vue').DefineComponent<{
998
998
  validator: (value: string) => boolean;
999
999
  };
1000
1000
  rotation: {
1001
- type: NumberConstructor;
1001
+ type: (NumberConstructor | null)[];
1002
1002
  default: null;
1003
1003
  };
1004
1004
  flippedVertical: {
@@ -1018,7 +1018,7 @@ declare const _default: import('vue').DefineComponent<{
1018
1018
  default: boolean;
1019
1019
  };
1020
1020
  }>> & Readonly<{}>, {
1021
- rotation: number;
1021
+ rotation: number | null;
1022
1022
  size: string;
1023
1023
  flippedVertical: boolean;
1024
1024
  flippedHorizontal: boolean;
@@ -5,7 +5,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
5
5
  position: {
6
6
  type: PropType<DrawerPosition>;
7
7
  default: "right";
8
- validator(position: unknown): boolean;
8
+ validator(position: DrawerPosition): boolean;
9
9
  };
10
10
  stickyHeader: {
11
11
  type: BooleanConstructor;
@@ -21,7 +21,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
21
21
  position: {
22
22
  type: PropType<DrawerPosition>;
23
23
  default: "right";
24
- validator(position: unknown): boolean;
24
+ validator(position: DrawerPosition): boolean;
25
25
  };
26
26
  stickyHeader: {
27
27
  type: BooleanConstructor;