@bethinkpl/design-system 26.14.3 → 26.14.5

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 (269) hide show
  1. package/dist/design-system.umd.cjs +17 -17
  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 +7 -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/components/Well/Well.consts.d.ts +3 -0
  74. package/dist/lib/js/components/Well/Well.vue.d.ts +43 -0
  75. package/dist/lib/js/styles/TokenTypes.d.ts +2 -1
  76. package/docs/assets/{AccessStatus-BKJi9u47.js → AccessStatus-DzMA_dRH.js} +1 -1
  77. package/docs/assets/{AccessStatus.stories-XvWRutdA.js → AccessStatus.stories--VEkNiy_.js} +1 -1
  78. package/docs/assets/{Avatar-DUThlKLV.js → Avatar-Ddf_DDf6.js} +1 -1
  79. package/docs/assets/{Avatar.stories-Dwgdl1h5.js → Avatar.stories-Bw8TMzwN.js} +1 -1
  80. package/docs/assets/{Badge-DSmH78WU.js → Badge-DsHkKLq5.js} +1 -1
  81. package/docs/assets/{Badge.stories-D-06ABBo.js → Badge.stories-1MGIb5Ay.js} +1 -1
  82. package/docs/assets/{BadgeScore-GfZixoUY.js → BadgeScore-DZ7uKkkn.js} +1 -1
  83. package/docs/assets/{BadgeScore.stories-D3zFKjT2.js → BadgeScore.stories-DyWA-wfY.js} +1 -1
  84. package/docs/assets/{Banner-DDGfdClH.js → Banner-B73N4KyQ.js} +1 -1
  85. package/docs/assets/{Banner.stories-DRjfHQB5.js → Banner.stories-DwaPbSL6.js} +1 -1
  86. package/docs/assets/{BasicRichListItem-B1E5DYkk.js → BasicRichListItem-DOfqex-T.js} +1 -1
  87. package/docs/assets/{BasicRichListItem.stories-Bwk6-q_S.js → BasicRichListItem.stories-CnWdWdmC.js} +1 -1
  88. package/docs/assets/{BlockadeStatus-D6w6lZhK.js → BlockadeStatus-BR_7M5Y7.js} +1 -1
  89. package/docs/assets/{BlockedeStatus.stories-BPVIJ-7M.js → BlockedeStatus.stories-D2j3DGI7.js} +1 -1
  90. package/docs/assets/Button-DHfR56t4.js +1 -0
  91. package/docs/assets/{Button.stories-C905FtVz.js → Button.stories-D3Ki6Zf4.js} +1 -1
  92. package/docs/assets/{CardExpandable-t59MJJJ1.js → CardExpandable-OLKQQ6p3.js} +1 -1
  93. package/docs/assets/{CardExpandable.stories-GrQybWeN.js → CardExpandable.stories-CZsP04Bx.js} +1 -1
  94. package/docs/assets/{Checkbox-K_NwPnQU.js → Checkbox-Dw7yhq_D.js} +1 -1
  95. package/docs/assets/{Checkbox.stories-C5rsfJfn.js → Checkbox.stories-CPr-TvdU.js} +1 -1
  96. package/docs/assets/{Chip-DmzVP4Nc.js → Chip-CYE9ciB6.js} +1 -1
  97. package/docs/assets/{Chip.stories-BHVdQEET.js → Chip.stories-DvZRPuZX.js} +1 -1
  98. package/docs/assets/{Color-ERTF36HU-Zy8s_54Y.js → Color-ERTF36HU-BxTduNqG.js} +1 -1
  99. package/docs/assets/{Colors.stories-BP3gpSll.js → Colors.stories-DsVCBpMK.js} +1 -1
  100. package/docs/assets/{ColorsThemes.stories-0-sPp0ge.js → ColorsThemes.stories-CvuM5Lfh.js} +1 -1
  101. package/docs/assets/{ColorsTokensLms.stories-hGXDsaon.js → ColorsTokensLms.stories-BLf0d4Ej.js} +1 -1
  102. package/docs/assets/{ColorsTokensPrimaryBodywork.stories-DbuoY06v.js → ColorsTokensPrimaryBodywork.stories-DPROdtqj.js} +1 -1
  103. package/docs/assets/{ColorsTokensPrimaryWnl.stories-BGrxCgKb.js → ColorsTokensPrimaryWnl.stories-BeDXP0UM.js} +1 -1
  104. package/docs/assets/{CounterToggle-UTpNPOSH.js → CounterToggle-_K-to0yi.js} +1 -1
  105. package/docs/assets/{CounterToggle.stories-7sAIDH2d.js → CounterToggle.stories-_CTotmHu.js} +1 -1
  106. package/docs/assets/{DateBox.stories-DLmMNPBT.js → DateBox.stories-CDMlmmhz.js} +1 -1
  107. package/docs/assets/DatePicker-D0XaBW1a.js +2 -0
  108. package/docs/assets/{DatePicker.stories-DHiM_CF1.js → DatePicker.stories-BQG31hVQ.js} +1 -1
  109. package/docs/assets/{DateRangePicker-DyLp3jfg.js → DateRangePicker-BKwZTPvV.js} +1 -1
  110. package/docs/assets/{DateRangePicker.stories-Chl7D6cH.js → DateRangePicker.stories-CEnBjdrE.js} +1 -1
  111. package/docs/assets/{DocsRenderer-CFRXHY34-Mv9wJbYE.js → DocsRenderer-CFRXHY34-TNb7LCKP.js} +5 -5
  112. package/docs/assets/{Drawer-BAhS1Aex.js → Drawer-SoovlwOt.js} +1 -1
  113. package/docs/assets/{Drawer.stories-Bgvx4k59.js → Drawer.stories-CEU1F2uA.js} +1 -1
  114. package/docs/assets/{DrawerHeader-CivXan1m.js → DrawerHeader-DKnj6uGf.js} +1 -1
  115. package/docs/assets/{DrawerHeader.stories-B-6VXMB_.js → DrawerHeader.stories-BDuVqv88.js} +1 -1
  116. package/docs/assets/{DrawerListItem-BCPF0NKt.js → DrawerListItem-CTXZN6Bi.js} +1 -1
  117. package/docs/assets/{DrawerListItem.stories-Cyjmm297.js → DrawerListItem.stories-BEKXtNUK.js} +1 -1
  118. package/docs/assets/{DrawerListItemGroup.stories-COuFavcC.js → DrawerListItemGroup.stories-COPmhcN6.js} +1 -1
  119. package/docs/assets/{DrawerSection-B6PrbMVD.js → DrawerSection-CZ_dBYx4.js} +1 -1
  120. package/docs/assets/{DrawerSection.stories-DUmVgH2v.js → DrawerSection.stories-sLxT7vrO.js} +1 -1
  121. package/docs/assets/{DrawerTile-CTrRTsz5.js → DrawerTile-DbrnM1Eh.js} +1 -1
  122. package/docs/assets/{DrawerTile.stories-BVrU34zb.js → DrawerTile.stories-Dw3ao85n.js} +1 -1
  123. package/docs/assets/{Dropdown-B75bqkCY.js → Dropdown-D0Da3_Op.js} +1 -1
  124. package/docs/assets/{Dropdown.stories-DHicOtyD.js → Dropdown.stories-D5GXGzlY.js} +1 -1
  125. package/docs/assets/{FeatureIcon-Zls5aPDA.js → FeatureIcon-BDPyvlSM.js} +1 -1
  126. package/docs/assets/{FeatureIcon.stories-fkGRpy1k.js → FeatureIcon.stories-BQCkvwda.js} +1 -1
  127. package/docs/assets/GroupRichListItem-DDOzz7uS.js +1 -0
  128. package/docs/assets/{GroupRichListItem.stories-BXIoUT_x.js → GroupRichListItem.stories-CyN2evgP.js} +1 -1
  129. package/docs/assets/{Icon-BPz80dqH.js → Icon-D0llnARZ.js} +1 -1
  130. package/docs/assets/{Icon.stories-nMGhxKkt.js → Icon.stories-CTnRL9yQ.js} +1 -1
  131. package/docs/assets/IconButton-BJcODvDg.js +1 -0
  132. package/docs/assets/{IconButton.stories-D4XVg9xV.js → IconButton.stories-BB7ViPXj.js} +1 -1
  133. package/docs/assets/{IconText-7zvo_ew8.js → IconText-CHD1e6XV.js} +1 -1
  134. package/docs/assets/{IconText.stories-WHFYLn8K.js → IconText.stories-C2BRfPpO.js} +1 -1
  135. package/docs/assets/{ItemsList-D_riVFX-.js → ItemsList-B6NLHoqB.js} +1 -1
  136. package/docs/assets/{Modal-D7RDnkRT.js → Modal-B4jvsyp2.js} +1 -1
  137. package/docs/assets/{Modal.stories-DtonpbNd.js → Modal.stories-H0HEhSSX.js} +1 -1
  138. package/docs/assets/{ModalDialog-D-FrIv9r.js → ModalDialog-B1Fx-Up2.js} +1 -1
  139. package/docs/assets/{ModalDialog.stories-BO4kM0oI.js → ModalDialog.stories-BjHBYxwN.js} +1 -1
  140. package/docs/assets/{OutlineItem-DqMRN7G1.js → OutlineItem-zkItoOB5.js} +1 -1
  141. package/docs/assets/{OutlineItem.stories-wBYF6_YS.js → OutlineItem.stories-B0QRpUCr.js} +1 -1
  142. package/docs/assets/{OverlayHeader-D3BWUMCs.js → OverlayHeader-BKF2Jxw2.js} +1 -1
  143. package/docs/assets/{OverlayHeader.stories-D22gEPwS.js → OverlayHeader.stories-DQMarEn0.js} +1 -1
  144. package/docs/assets/{PageHeader-C5oCP3S2.js → PageHeader-DLJRiCDS.js} +1 -1
  145. package/docs/assets/{PageHeader.stories-hH9p_VSN.js → PageHeader.stories-BMlnhYYZ.js} +1 -1
  146. package/docs/assets/{Pagination-xRPA6q3h.js → Pagination-BP-W1sZd.js} +1 -1
  147. package/docs/assets/{Pagination.stories-_aA1bDru.js → Pagination.stories-D8QusEmL.js} +1 -1
  148. package/docs/assets/{PopOver-DlmHqZVO.js → PopOver-BPteMd3J.js} +1 -1
  149. package/docs/assets/{PopOver.stories-BrDXwbSj.js → PopOver.stories-BQ1BTWwk.js} +1 -1
  150. package/docs/assets/{ProgressBar-DcRQqf-M.js → ProgressBar-CWgk1hV8.js} +1 -1
  151. package/docs/assets/{ProgressBar.stories-DpjJPck1.js → ProgressBar.stories-CATIctgi.js} +1 -1
  152. package/docs/assets/{ProgressDonutChart-O1ep3At7.js → ProgressDonutChart-WC2lEAZ8.js} +1 -1
  153. package/docs/assets/{ProgressDonutChart.stories-DTDXTcvn.js → ProgressDonutChart.stories-DHJbf9Nx.js} +1 -1
  154. package/docs/assets/{RadioButton-CO43G0Ta.js → RadioButton-DDS7T3bf.js} +1 -1
  155. package/docs/assets/{RadioButton.stories-BidHbpYh.js → RadioButton.stories-CwIgskB5.js} +1 -1
  156. package/docs/assets/{RichListItem.stories-bEj3sobC.js → RichListItem.stories-ByYKVXoj.js} +1 -1
  157. package/docs/assets/{SectionHeader-CwB5neO2.js → SectionHeader-mtDgyTNK.js} +1 -1
  158. package/docs/assets/{SectionHeader.stories-DU-5pOpU.js → SectionHeader.stories-RUYZcEBs.js} +1 -1
  159. package/docs/assets/{SectionTitle-BQZh7aFs.js → SectionTitle-_cACyvBA.js} +1 -1
  160. package/docs/assets/{SectionTitle.stories-BLNC5wZK.js → SectionTitle.stories-CQMtgSgm.js} +1 -1
  161. package/docs/assets/{SelectList.stories-B8NokTyi.js → SelectList.stories-BL3nuotP.js} +1 -1
  162. package/docs/assets/{SelectListItem-DPuR0fG2.js → SelectListItem-DorYfEdc.js} +1 -1
  163. package/docs/assets/{SelectListItem.stories-oxeMJs_v.js → SelectListItem.stories-zmIE8Hys.js} +1 -1
  164. package/docs/assets/{SelectListItemTile-CWD-7N0p.js → SelectListItemTile-DZDC7P_P.js} +1 -1
  165. package/docs/assets/{SelectListItemTile.stories-qL9td0K7.js → SelectListItemTile.stories-DKJCFIlt.js} +1 -1
  166. package/docs/assets/{SelectListItemToggle-Bd5zU5Vc.js → SelectListItemToggle-htk1ZR7a.js} +1 -1
  167. package/docs/assets/{SelectListItemToggle.stories-DjnspGSK.js → SelectListItemToggle.stories-Bcegqjj2.js} +1 -1
  168. package/docs/assets/{SelectionControl-Xe-aYMrS.js → SelectionControl-BK_tron5.js} +1 -1
  169. package/docs/assets/{SelectionTile-BuBzVZpf.js → SelectionTile-zJELYQH1.js} +2 -2
  170. package/docs/assets/{SelectionTile.stories-Da-1b5iP.js → SelectionTile.stories-DIGebTkW.js} +1 -1
  171. package/docs/assets/{SurveyQuestionOpenEnded-DUybHAVt.js → SurveyQuestionOpenEnded-BugWE9n5.js} +1 -1
  172. package/docs/assets/{SurveyQuestionOpenEnded.stories-BgpHtIPu.js → SurveyQuestionOpenEnded.stories-DqpiJnRe.js} +1 -1
  173. package/docs/assets/{SurveyQuestionScale-I7rmD2z-.js → SurveyQuestionScale-YQUf1B6i.js} +1 -1
  174. package/docs/assets/{SurveyQuestionScale.stories-D0AleMVQ.js → SurveyQuestionScale.stories-DO5YM6k6.js} +1 -1
  175. package/docs/assets/SurveyToggle-CAt6qXiD.js +1 -0
  176. package/docs/assets/{SurveyToggle.stories-Bg752kec.js → SurveyToggle.stories-A44mClL0.js} +1 -1
  177. package/docs/assets/{Switch-C8il24TP.js → Switch-D_N0-PMC.js} +1 -1
  178. package/docs/assets/{Switch.stories-LgRcO-ZF.js → Switch.stories-DJmkpiSd.js} +1 -1
  179. package/docs/assets/TabItem-CRrapLva.js +1 -0
  180. package/docs/assets/{TabItem.stories-CrJjqpPf.js → TabItem.stories-Dtgi3LM8.js} +1 -1
  181. package/docs/assets/TextGroup-Bk9VXC2h.js +1 -0
  182. package/docs/assets/{TextGroup.stories-soggouxN.js → TextGroup.stories-3wH48Kir.js} +1 -1
  183. package/docs/assets/{ThreeColumnLayout-CFf8NRwP.js → ThreeColumnLayout-CQnFmK7u.js} +1 -1
  184. package/docs/assets/{ThreeColumnLayout.stories-tcn5IlfD.js → ThreeColumnLayout.stories-DnqRflqN.js} +1 -1
  185. package/docs/assets/{Tile-DvjxsEPO.js → Tile-CH8oOuWL.js} +1 -1
  186. package/docs/assets/{Tile.sb.shared-Cl6kkjNS.js → Tile.sb.shared-CWXeuBol.js} +1 -1
  187. package/docs/assets/{Tile.stories-02ZVx-3c.js → Tile.stories-0cC1E7vK.js} +1 -1
  188. package/docs/assets/{Toast-DKAzASvr.js → Toast-DCT_C-Jm.js} +1 -1
  189. package/docs/assets/{Toast.stories-CMk56GoR.js → Toast.stories-DykbV02i.js} +1 -1
  190. package/docs/assets/{ToggleButton-eR3n1vbs.js → ToggleButton-fcVVisoD.js} +1 -1
  191. package/docs/assets/{ToggleButton.stories-Bu6_fUaj.js → ToggleButton.stories-CMC9B5O-.js} +1 -1
  192. package/docs/assets/{Tooltip.stories-DKvJ8iAI.js → Tooltip.stories-BWi1adMD.js} +1 -1
  193. package/docs/assets/{TypographyTokensLms.stories-DW3gBdun.js → TypographyTokensLms.stories-C7HvPtC9.js} +1 -1
  194. package/docs/assets/{TypographyVariables.stories-FmiXmx2m.js → TypographyVariables.stories-B1R9WSPD.js} +1 -1
  195. package/docs/assets/{iframe-B7O_YbfU.js → iframe-BvVXUrhW.js} +33 -33
  196. package/docs/assets/{index-By8fdPgt.js → index-DlcQIzWq.js} +1 -1
  197. package/docs/assets/{index-5RZErJTT.js → index-eqI06LoF.js} +1 -1
  198. package/docs/assets/{preview-C6pVUegQ.js → preview-CnZUp2W_.js} +1 -1
  199. package/docs/assets/{preview-dRTG5wog.js → preview-DlI-9236.js} +2 -2
  200. package/docs/assets/{string-CFc0pFCE.js → string-Ct9SAoCE.js} +1 -1
  201. package/docs/iframe.html +1 -1
  202. package/docs/project.json +1 -1
  203. package/lib/js/components/Banner/Banner.consts.ts +6 -0
  204. package/lib/js/components/Banner/Banner.vue +3 -3
  205. package/lib/js/components/Buttons/Button/Button.consts.ts +14 -0
  206. package/lib/js/components/Buttons/Button/Button.vue +1 -1
  207. package/lib/js/components/Buttons/IconButton/IconButton.consts.ts +11 -0
  208. package/lib/js/components/Buttons/IconButton/IconButton.vue +14 -8
  209. package/lib/js/components/Chip/Chip.consts.ts +12 -0
  210. package/lib/js/components/Chip/Chip.stories.ts +8 -2
  211. package/lib/js/components/Chip/Chip.vue +16 -6
  212. package/lib/js/components/DatePickers/DatePicker/DatePicker.vue +11 -5
  213. package/lib/js/components/Drawer/Drawer.vue +1 -1
  214. package/lib/js/components/Drawer/DrawerListItem/DrawerListItem.vue +1 -1
  215. package/lib/js/components/Drawer/DrawerSection/DrawerSection.vue +2 -1
  216. package/lib/js/components/Dropdown/Dropdown.consts.ts +8 -0
  217. package/lib/js/components/Dropdown/Dropdown.vue +6 -3
  218. package/lib/js/components/Form/Checkbox/Checkbox.vue +2 -2
  219. package/lib/js/components/Form/RadioButton/RadioButton.vue +2 -2
  220. package/lib/js/components/Form/SelectionControl/SelectionControl.vue +3 -3
  221. package/lib/js/components/Headers/OverlayHeader/OverlayHeader.consts.ts +6 -0
  222. package/lib/js/components/Headers/OverlayHeader/OverlayHeader.vue +7 -2
  223. package/lib/js/components/Headers/PageHeader/PageHeader.consts.ts +4 -0
  224. package/lib/js/components/Headers/PageHeader/PageHeader.vue +3 -2
  225. package/lib/js/components/Headers/SectionHeader/SectionHeader.consts.ts +5 -0
  226. package/lib/js/components/Headers/SectionHeader/SectionHeader.vue +5 -2
  227. package/lib/js/components/IconText/IconText.consts.ts +8 -0
  228. package/lib/js/components/IconText/IconText.vue +9 -3
  229. package/lib/js/components/Icons/Icon/Icon.vue +1 -1
  230. package/lib/js/components/Layouts/ThreeColumnLayout/ThreeColumnLayout.vue +1 -1
  231. package/lib/js/components/Modals/Modal/Modal.vue +10 -4
  232. package/lib/js/components/Modals/ModalDialog/ModalDialog.vue +3 -3
  233. package/lib/js/components/Outline/OutlineItem/OutlineItem.consts.ts +9 -0
  234. package/lib/js/components/Outline/OutlineItem/OutlineItem.vue +6 -3
  235. package/lib/js/components/Pagination/Pagination.vue +2 -2
  236. package/lib/js/components/ProgressBar/ProgressBar.consts.ts +14 -0
  237. package/lib/js/components/ProgressBar/ProgressBar.vue +13 -8
  238. package/lib/js/components/ProgressDonutChart/ProgressDonutChart.vue +2 -2
  239. package/lib/js/components/RichList/GroupRichListItem/GroupRichListItem.vue +2 -2
  240. package/lib/js/components/RichList/RichListItem/RichListItem.vue +7 -7
  241. package/lib/js/components/SectionTitle/SectionTitle.vue +2 -2
  242. package/lib/js/components/SelectList/SelectListItem/SelectListItem.consts.ts +11 -3
  243. package/lib/js/components/SelectList/SelectListItem/SelectListItem.vue +6 -3
  244. package/lib/js/components/SelectList/SelectListItemToggle/SelectListItemToggle.vue +5 -3
  245. package/lib/js/components/SurveyQuestions/SurveyQuestion.consts.ts +6 -0
  246. package/lib/js/components/SurveyQuestions/SurveyQuestionOpenEnded/SurveyQuestionOpenEnded.vue +2 -2
  247. package/lib/js/components/SurveyQuestions/SurveyQuestionScale/SurveyQuestionScale.vue +9 -4
  248. package/lib/js/components/SurveyToggle/SurveyToggle.consts.ts +8 -0
  249. package/lib/js/components/SurveyToggle/SurveyToggle.vue +9 -6
  250. package/lib/js/components/TabItem/TabItem.vue +1 -1
  251. package/lib/js/components/TextGroup/TextGroup.vue +1 -1
  252. package/lib/js/components/Tile/Tile.consts.ts +3 -3
  253. package/lib/js/components/Tile/Tile.shared.ts +9 -10
  254. package/lib/js/components/Toggles/CounterToggle/CounterToggle.consts.ts +5 -1
  255. package/lib/js/components/Toggles/CounterToggle/CounterToggle.vue +2 -2
  256. package/lib/js/components/Toggles/ToggleButton/ToggleButton.vue +4 -5
  257. package/lib/js/components/Well/Well.consts.ts +4 -0
  258. package/lib/js/components/Well/Well.stories.ts +49 -4
  259. package/lib/js/components/Well/Well.vue +57 -22
  260. package/lib/js/styles/ItemsList.vue +9 -2
  261. package/lib/js/styles/TokenTypes.ts +2 -1
  262. package/package.json +4 -3
  263. package/docs/assets/Button-yeAor0pZ.js +0 -1
  264. package/docs/assets/DatePicker-DHykkoW4.js +0 -2
  265. package/docs/assets/GroupRichListItem-onOADtuh.js +0 -1
  266. package/docs/assets/IconButton-gTykCZIi.js +0 -1
  267. package/docs/assets/SurveyToggle-BECsKZHH.js +0 -1
  268. package/docs/assets/TabItem-Cceq5FQB.js +0 -1
  269. package/docs/assets/TextGroup-D5le3QVY.js +0 -1
@@ -258,7 +258,7 @@ export declare const components: {
258
258
  color: {
259
259
  type: StringConstructor;
260
260
  default: "default";
261
- validator: (color: unknown) => boolean;
261
+ validator: (color: import('../Banner').BannerColor) => boolean;
262
262
  };
263
263
  title: {
264
264
  type: StringConstructor;
@@ -267,7 +267,7 @@ export declare const components: {
267
267
  layout: {
268
268
  type: StringConstructor;
269
269
  default: "horizontal";
270
- validator: (layout: unknown) => boolean;
270
+ validator: (layout: import('../Banner').BannerLayout) => boolean;
271
271
  };
272
272
  isExpanded: {
273
273
  type: BooleanConstructor;
@@ -563,7 +563,7 @@ export declare const components: {
563
563
  color: {
564
564
  type: StringConstructor;
565
565
  default: "default";
566
- validator: (color: unknown) => boolean;
566
+ validator: (color: import('../Banner').BannerColor) => boolean;
567
567
  };
568
568
  title: {
569
569
  type: StringConstructor;
@@ -572,7 +572,7 @@ export declare const components: {
572
572
  layout: {
573
573
  type: StringConstructor;
574
574
  default: "horizontal";
575
- validator: (layout: unknown) => boolean;
575
+ validator: (layout: import('../Banner').BannerLayout) => boolean;
576
576
  };
577
577
  isExpanded: {
578
578
  type: BooleanConstructor;
@@ -607,7 +607,7 @@ export declare const components: {
607
607
  validator(value: import('../../utils/type.utils').Value<typeof import('../..').BUTTON_TYPES>): boolean;
608
608
  };
609
609
  color: {
610
- type: StringConstructor;
610
+ type: (StringConstructor | null)[];
611
611
  default: "primary";
612
612
  validator(value: import('../../utils/type.utils').Value<typeof import('../..').ICON_BUTTON_COLORS>): boolean;
613
613
  };
@@ -914,7 +914,7 @@ export declare const components: {
914
914
  validator(value: import('../../utils/type.utils').Value<typeof import('../..').BUTTON_TYPES>): boolean;
915
915
  };
916
916
  color: {
917
- type: StringConstructor;
917
+ type: (StringConstructor | null)[];
918
918
  default: "primary";
919
919
  validator(value: import('../../utils/type.utils').Value<typeof import('../..').ICON_BUTTON_COLORS>): boolean;
920
920
  };
@@ -946,7 +946,7 @@ export declare const components: {
946
946
  }>> & Readonly<{}>, {
947
947
  size: string;
948
948
  type: string;
949
- color: string;
949
+ color: string | null;
950
950
  elevation: string;
951
951
  radius: string;
952
952
  state: string;
@@ -965,7 +965,7 @@ export declare const components: {
965
965
  validator: (value: string) => boolean;
966
966
  };
967
967
  rotation: {
968
- type: NumberConstructor;
968
+ type: (NumberConstructor | null)[];
969
969
  default: null;
970
970
  };
971
971
  flippedVertical: {
@@ -999,7 +999,7 @@ export declare const components: {
999
999
  validator: (value: string) => boolean;
1000
1000
  };
1001
1001
  rotation: {
1002
- type: NumberConstructor;
1002
+ type: (NumberConstructor | null)[];
1003
1003
  default: null;
1004
1004
  };
1005
1005
  flippedVertical: {
@@ -1019,7 +1019,7 @@ export declare const components: {
1019
1019
  default: boolean;
1020
1020
  };
1021
1021
  }>> & Readonly<{}>, {
1022
- rotation: number;
1022
+ rotation: number | null;
1023
1023
  size: string;
1024
1024
  flippedVertical: boolean;
1025
1025
  flippedHorizontal: boolean;
@@ -1076,17 +1076,17 @@ export declare const components: {
1076
1076
  size: {
1077
1077
  type: StringConstructor;
1078
1078
  default: "large";
1079
- validator(value: unknown): boolean;
1079
+ validator(value: import('../..').IconButtonSize): boolean;
1080
1080
  };
1081
1081
  radius: {
1082
1082
  type: StringConstructor;
1083
1083
  default: "capsule";
1084
- validator(value: unknown): boolean;
1084
+ validator(value: import('../..').ButtonRadius): boolean;
1085
1085
  };
1086
1086
  type: {
1087
1087
  type: StringConstructor;
1088
1088
  default: "icon-only";
1089
- validator(value: unknown): boolean;
1089
+ validator(value: import('../..').IconButtonType): boolean;
1090
1090
  };
1091
1091
  icon: {
1092
1092
  type: ObjectConstructor;
@@ -1096,17 +1096,17 @@ export declare const components: {
1096
1096
  color: {
1097
1097
  type: StringConstructor;
1098
1098
  default: "primary";
1099
- validator(value: unknown): boolean;
1099
+ validator(value: import('../..').IconButtonColor): boolean;
1100
1100
  };
1101
1101
  colorScheme: {
1102
1102
  type: StringConstructor;
1103
1103
  default: "all-in-color";
1104
- validator(value: unknown): boolean;
1104
+ validator(value: import('../..').IconButtonColorScheme): boolean;
1105
1105
  };
1106
1106
  elevation: {
1107
1107
  type: StringConstructor;
1108
1108
  default: "none";
1109
- validator(value: unknown): boolean;
1109
+ validator(value: import('../..').ButtonElevation): boolean;
1110
1110
  };
1111
1111
  touchable: {
1112
1112
  type: BooleanConstructor;
@@ -1396,24 +1396,24 @@ export declare const components: {
1396
1396
  }, {
1397
1397
  iconSize(): string;
1398
1398
  buttonType(): string;
1399
- computedColor(): string | null;
1399
+ computedColor(): string | undefined;
1400
1400
  isButtonColor(): boolean;
1401
1401
  colorClassName(): string;
1402
1402
  }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
1403
1403
  size: {
1404
1404
  type: StringConstructor;
1405
1405
  default: "large";
1406
- validator(value: unknown): boolean;
1406
+ validator(value: import('../..').IconButtonSize): boolean;
1407
1407
  };
1408
1408
  radius: {
1409
1409
  type: StringConstructor;
1410
1410
  default: "capsule";
1411
- validator(value: unknown): boolean;
1411
+ validator(value: import('../..').ButtonRadius): boolean;
1412
1412
  };
1413
1413
  type: {
1414
1414
  type: StringConstructor;
1415
1415
  default: "icon-only";
1416
- validator(value: unknown): boolean;
1416
+ validator(value: import('../..').IconButtonType): boolean;
1417
1417
  };
1418
1418
  icon: {
1419
1419
  type: ObjectConstructor;
@@ -1423,17 +1423,17 @@ export declare const components: {
1423
1423
  color: {
1424
1424
  type: StringConstructor;
1425
1425
  default: "primary";
1426
- validator(value: unknown): boolean;
1426
+ validator(value: import('../..').IconButtonColor): boolean;
1427
1427
  };
1428
1428
  colorScheme: {
1429
1429
  type: StringConstructor;
1430
1430
  default: "all-in-color";
1431
- validator(value: unknown): boolean;
1431
+ validator(value: import('../..').IconButtonColorScheme): boolean;
1432
1432
  };
1433
1433
  elevation: {
1434
1434
  type: StringConstructor;
1435
1435
  default: "none";
1436
- validator(value: unknown): boolean;
1436
+ validator(value: import('../..').ButtonElevation): boolean;
1437
1437
  };
1438
1438
  touchable: {
1439
1439
  type: BooleanConstructor;
@@ -1466,7 +1466,7 @@ export declare const components: {
1466
1466
  validator: (value: string) => boolean;
1467
1467
  };
1468
1468
  rotation: {
1469
- type: NumberConstructor;
1469
+ type: (NumberConstructor | null)[];
1470
1470
  default: null;
1471
1471
  };
1472
1472
  flippedVertical: {
@@ -1500,7 +1500,7 @@ export declare const components: {
1500
1500
  validator: (value: string) => boolean;
1501
1501
  };
1502
1502
  rotation: {
1503
- type: NumberConstructor;
1503
+ type: (NumberConstructor | null)[];
1504
1504
  default: null;
1505
1505
  };
1506
1506
  flippedVertical: {
@@ -1520,7 +1520,7 @@ export declare const components: {
1520
1520
  default: boolean;
1521
1521
  };
1522
1522
  }>> & Readonly<{}>, {
1523
- rotation: number;
1523
+ rotation: number | null;
1524
1524
  size: string;
1525
1525
  flippedVertical: boolean;
1526
1526
  flippedHorizontal: boolean;
@@ -1541,7 +1541,7 @@ export declare const components: {
1541
1541
  validator(value: import('../../utils/type.utils').Value<typeof import('../..').BUTTON_TYPES>): boolean;
1542
1542
  };
1543
1543
  color: {
1544
- type: StringConstructor;
1544
+ type: (StringConstructor | null)[];
1545
1545
  default: "primary";
1546
1546
  validator(value: import('../../utils/type.utils').Value<typeof import('../..').ICON_BUTTON_COLORS>): boolean;
1547
1547
  };
@@ -1848,7 +1848,7 @@ export declare const components: {
1848
1848
  validator(value: import('../../utils/type.utils').Value<typeof import('../..').BUTTON_TYPES>): boolean;
1849
1849
  };
1850
1850
  color: {
1851
- type: StringConstructor;
1851
+ type: (StringConstructor | null)[];
1852
1852
  default: "primary";
1853
1853
  validator(value: import('../../utils/type.utils').Value<typeof import('../..').ICON_BUTTON_COLORS>): boolean;
1854
1854
  };
@@ -1880,7 +1880,7 @@ export declare const components: {
1880
1880
  }>> & Readonly<{}>, {
1881
1881
  size: string;
1882
1882
  type: string;
1883
- color: string;
1883
+ color: string | null;
1884
1884
  elevation: string;
1885
1885
  radius: string;
1886
1886
  state: string;
@@ -1899,7 +1899,7 @@ export declare const components: {
1899
1899
  validator: (value: string) => boolean;
1900
1900
  };
1901
1901
  rotation: {
1902
- type: NumberConstructor;
1902
+ type: (NumberConstructor | null)[];
1903
1903
  default: null;
1904
1904
  };
1905
1905
  flippedVertical: {
@@ -1933,7 +1933,7 @@ export declare const components: {
1933
1933
  validator: (value: string) => boolean;
1934
1934
  };
1935
1935
  rotation: {
1936
- type: NumberConstructor;
1936
+ type: (NumberConstructor | null)[];
1937
1937
  default: null;
1938
1938
  };
1939
1939
  flippedVertical: {
@@ -1953,7 +1953,7 @@ export declare const components: {
1953
1953
  default: boolean;
1954
1954
  };
1955
1955
  }>> & Readonly<{}>, {
1956
- rotation: number;
1956
+ rotation: number | null;
1957
1957
  size: string;
1958
1958
  flippedVertical: boolean;
1959
1959
  flippedHorizontal: boolean;
@@ -1976,7 +1976,7 @@ export declare const components: {
1976
1976
  validator: (value: string) => boolean;
1977
1977
  };
1978
1978
  rotation: {
1979
- type: NumberConstructor;
1979
+ type: (NumberConstructor | null)[];
1980
1980
  default: null;
1981
1981
  };
1982
1982
  flippedVertical: {
@@ -2010,7 +2010,7 @@ export declare const components: {
2010
2010
  validator: (value: string) => boolean;
2011
2011
  };
2012
2012
  rotation: {
2013
- type: NumberConstructor;
2013
+ type: (NumberConstructor | null)[];
2014
2014
  default: null;
2015
2015
  };
2016
2016
  flippedVertical: {
@@ -2030,7 +2030,7 @@ export declare const components: {
2030
2030
  default: boolean;
2031
2031
  };
2032
2032
  }>> & Readonly<{}>, {
2033
- rotation: number;
2033
+ rotation: number | null;
2034
2034
  size: string;
2035
2035
  flippedVertical: boolean;
2036
2036
  flippedHorizontal: boolean;
@@ -1,6 +1,5 @@
1
1
  import { PropType } from 'vue';
2
- import { TILE_STATES, TileAdditionalTextMaxWidths, TileBorderColors, TileColors, TileStates } from './Tile.consts';
3
- import { Value } from '../../utils/type.utils';
2
+ import { TileAdditionalTextMaxWidth, TileBorderColors, TileColor, TileState } from './Tile.consts';
4
3
 
5
4
  export declare const props: {
6
5
  interactive: {
@@ -34,18 +33,18 @@ export declare const props: {
34
33
  default: null;
35
34
  };
36
35
  color: {
37
- type: PropType<TileColors>;
36
+ type: PropType<TileColor>;
38
37
  default: "neutral";
39
- validator(color: any): boolean;
38
+ validator(color: TileColor): boolean;
40
39
  };
41
40
  isEyebrowTextUppercase: {
42
41
  type: BooleanConstructor;
43
42
  default: boolean;
44
43
  };
45
44
  state: {
46
- type: PropType<TileStates>;
45
+ type: PropType<TileState>;
47
46
  default: "default";
48
- validator(value: Value<typeof TILE_STATES>): boolean;
47
+ validator(value: TileState): boolean;
49
48
  };
50
49
  eyebrowEllipsis: {
51
50
  type: BooleanConstructor;
@@ -60,8 +59,8 @@ export declare const props: {
60
59
  default: null;
61
60
  };
62
61
  additionalTextMaxWidth: {
63
- type: PropType<TileAdditionalTextMaxWidths>;
62
+ type: PropType<TileAdditionalTextMaxWidth>;
64
63
  default: "small";
65
- validator(value: TileAdditionalTextMaxWidths): boolean;
64
+ validator(value: TileAdditionalTextMaxWidth): boolean;
66
65
  };
67
66
  };
@@ -1,5 +1,3 @@
1
- import { TILE_STATES } from './Tile.consts';
2
-
3
1
  declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
4
2
  interactive: {
5
3
  type: BooleanConstructor;
@@ -32,18 +30,18 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
32
30
  default: null;
33
31
  };
34
32
  color: {
35
- type: import('vue').PropType<import('./Tile.consts').TileColors>;
33
+ type: import('vue').PropType<import('./Tile.consts').TileColor>;
36
34
  default: "neutral";
37
- validator(color: any): boolean;
35
+ validator(color: import('./Tile.consts').TileColor): boolean;
38
36
  };
39
37
  isEyebrowTextUppercase: {
40
38
  type: BooleanConstructor;
41
39
  default: boolean;
42
40
  };
43
41
  state: {
44
- type: import('vue').PropType<import('./Tile.consts').TileStates>;
42
+ type: import('vue').PropType<import('./Tile.consts').TileState>;
45
43
  default: "default";
46
- validator(value: import('../../utils/type.utils').Value<typeof TILE_STATES>): boolean;
44
+ validator(value: import('./Tile.consts').TileState): boolean;
47
45
  };
48
46
  eyebrowEllipsis: {
49
47
  type: BooleanConstructor;
@@ -58,9 +56,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
58
56
  default: null;
59
57
  };
60
58
  additionalTextMaxWidth: {
61
- type: import('vue').PropType<import('./Tile.consts').TileAdditionalTextMaxWidths>;
59
+ type: import('vue').PropType<import('./Tile.consts').TileAdditionalTextMaxWidth>;
62
60
  default: "small";
63
- validator(value: import('./Tile.consts').TileAdditionalTextMaxWidths): boolean;
61
+ validator(value: import('./Tile.consts').TileAdditionalTextMaxWidth): boolean;
64
62
  };
65
63
  }>, {}, {
66
64
  ICONS: Readonly<{
@@ -335,18 +333,18 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
335
333
  default: null;
336
334
  };
337
335
  color: {
338
- type: import('vue').PropType<import('./Tile.consts').TileColors>;
336
+ type: import('vue').PropType<import('./Tile.consts').TileColor>;
339
337
  default: "neutral";
340
- validator(color: any): boolean;
338
+ validator(color: import('./Tile.consts').TileColor): boolean;
341
339
  };
342
340
  isEyebrowTextUppercase: {
343
341
  type: BooleanConstructor;
344
342
  default: boolean;
345
343
  };
346
344
  state: {
347
- type: import('vue').PropType<import('./Tile.consts').TileStates>;
345
+ type: import('vue').PropType<import('./Tile.consts').TileState>;
348
346
  default: "default";
349
- validator(value: import('../../utils/type.utils').Value<typeof TILE_STATES>): boolean;
347
+ validator(value: import('./Tile.consts').TileState): boolean;
350
348
  };
351
349
  eyebrowEllipsis: {
352
350
  type: BooleanConstructor;
@@ -361,13 +359,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
361
359
  default: null;
362
360
  };
363
361
  additionalTextMaxWidth: {
364
- type: import('vue').PropType<import('./Tile.consts').TileAdditionalTextMaxWidths>;
362
+ type: import('vue').PropType<import('./Tile.consts').TileAdditionalTextMaxWidth>;
365
363
  default: "small";
366
- validator(value: import('./Tile.consts').TileAdditionalTextMaxWidths): boolean;
364
+ validator(value: import('./Tile.consts').TileAdditionalTextMaxWidth): boolean;
367
365
  };
368
366
  }>> & Readonly<{}>, {
369
- color: import('./Tile.consts').TileColors;
370
- state: import('./Tile.consts').TileStates;
367
+ color: import('./Tile.consts').TileColor;
368
+ state: import('./Tile.consts').TileState;
371
369
  iconLeft: Record<string, any>;
372
370
  iconRight: Record<string, any>;
373
371
  borderColor: import('./Tile.consts').TileBorderColors;
@@ -378,7 +376,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
378
376
  isEyebrowTextUppercase: boolean;
379
377
  eyebrowEllipsis: boolean;
380
378
  textEllipsis: boolean;
381
- additionalTextMaxWidth: import('./Tile.consts').TileAdditionalTextMaxWidths;
379
+ additionalTextMaxWidth: import('./Tile.consts').TileAdditionalTextMaxWidth;
382
380
  }, {}, {
383
381
  DsIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
384
382
  icon: {
@@ -392,7 +390,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
392
390
  validator: (value: string) => boolean;
393
391
  };
394
392
  rotation: {
395
- type: NumberConstructor;
393
+ type: (NumberConstructor | null)[];
396
394
  default: null;
397
395
  };
398
396
  flippedVertical: {
@@ -426,7 +424,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
426
424
  validator: (value: string) => boolean;
427
425
  };
428
426
  rotation: {
429
- type: NumberConstructor;
427
+ type: (NumberConstructor | null)[];
430
428
  default: null;
431
429
  };
432
430
  flippedVertical: {
@@ -446,7 +444,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
446
444
  default: boolean;
447
445
  };
448
446
  }>> & Readonly<{}>, {
449
- rotation: number;
447
+ rotation: number | null;
450
448
  size: string;
451
449
  flippedVertical: boolean;
452
450
  flippedHorizontal: boolean;
@@ -165,7 +165,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
165
165
  validator(value: import('../../utils/type.utils').Value<typeof BUTTON_TYPES>): boolean;
166
166
  };
167
167
  color: {
168
- type: StringConstructor;
168
+ type: (StringConstructor | null)[];
169
169
  default: "primary";
170
170
  validator(value: import('../../utils/type.utils').Value<typeof import('../..').ICON_BUTTON_COLORS>): boolean;
171
171
  };
@@ -472,7 +472,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
472
472
  validator(value: import('../../utils/type.utils').Value<typeof BUTTON_TYPES>): boolean;
473
473
  };
474
474
  color: {
475
- type: StringConstructor;
475
+ type: (StringConstructor | null)[];
476
476
  default: "primary";
477
477
  validator(value: import('../../utils/type.utils').Value<typeof import('../..').ICON_BUTTON_COLORS>): boolean;
478
478
  };
@@ -504,7 +504,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
504
504
  }>> & Readonly<{}>, {
505
505
  size: string;
506
506
  type: string;
507
- color: string;
507
+ color: string | null;
508
508
  elevation: string;
509
509
  radius: string;
510
510
  state: string;
@@ -523,7 +523,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
523
523
  validator: (value: string) => boolean;
524
524
  };
525
525
  rotation: {
526
- type: NumberConstructor;
526
+ type: (NumberConstructor | null)[];
527
527
  default: null;
528
528
  };
529
529
  flippedVertical: {
@@ -557,7 +557,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
557
557
  validator: (value: string) => boolean;
558
558
  };
559
559
  rotation: {
560
- type: NumberConstructor;
560
+ type: (NumberConstructor | null)[];
561
561
  default: null;
562
562
  };
563
563
  flippedVertical: {
@@ -577,7 +577,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
577
577
  default: boolean;
578
578
  };
579
579
  }>> & Readonly<{}>, {
580
- rotation: number;
580
+ rotation: number | null;
581
581
  size: string;
582
582
  flippedVertical: boolean;
583
583
  flippedHorizontal: boolean;
@@ -1,6 +1,9 @@
1
+ import { Value } from '../../../utils/type.utils';
2
+
1
3
  export declare const COUNTER_TOGGLE_COLORS: {
2
- INVERTED: string;
3
- NEUTRAL_STRONG: string;
4
- NEUTRAL: string;
5
- PRIMARY: string;
4
+ readonly INVERTED: "inverted";
5
+ readonly NEUTRAL_STRONG: "neutralStrong";
6
+ readonly NEUTRAL: "neutral";
7
+ readonly PRIMARY: "primary";
6
8
  };
9
+ export type CounterToggleColor = Value<typeof COUNTER_TOGGLE_COLORS>;
@@ -1,3 +1,5 @@
1
+ import { CounterToggleColor } from './CounterToggle.consts';
2
+
1
3
  declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2
4
  counter: {
3
5
  type: (StringConstructor | NumberConstructor)[];
@@ -5,8 +7,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
5
7
  };
6
8
  color: {
7
9
  type: StringConstructor;
8
- default: string;
9
- validator(color: unknown): boolean;
10
+ default: "neutralStrong";
11
+ validator(color: CounterToggleColor): boolean;
10
12
  };
11
13
  icon: {
12
14
  type: ObjectConstructor;
@@ -42,8 +44,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
42
44
  };
43
45
  color: {
44
46
  type: StringConstructor;
45
- default: string;
46
- validator(color: unknown): boolean;
47
+ default: "neutralStrong";
48
+ validator(color: CounterToggleColor): boolean;
47
49
  };
48
50
  icon: {
49
51
  type: ObjectConstructor;
@@ -76,7 +78,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
76
78
  validator: (value: string) => boolean;
77
79
  };
78
80
  rotation: {
79
- type: NumberConstructor;
81
+ type: (NumberConstructor | null)[];
80
82
  default: null;
81
83
  };
82
84
  flippedVertical: {
@@ -110,7 +112,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
110
112
  validator: (value: string) => boolean;
111
113
  };
112
114
  rotation: {
113
- type: NumberConstructor;
115
+ type: (NumberConstructor | null)[];
114
116
  default: null;
115
117
  };
116
118
  flippedVertical: {
@@ -130,7 +132,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
130
132
  default: boolean;
131
133
  };
132
134
  }>> & Readonly<{}>, {
133
- rotation: number;
135
+ rotation: number | null;
134
136
  size: string;
135
137
  flippedVertical: boolean;
136
138
  flippedHorizontal: boolean;
@@ -1,13 +1,12 @@
1
- import { Value } from '../../../utils/type.utils';
2
1
  import { PropType } from 'vue';
3
- import { TOGGLE_BUTTON_COLORS, TOGGLE_BUTTON_RADIUSES, TOGGLE_BUTTON_SIZES, TOGGLE_BUTTON_STATES, ToggleButtonColor, ToggleButtonLabelSize, ToggleButtonRadius, ToggleButtonSize, ToggleButtonState } from './ToggleButton.consts';
2
+ import { ToggleButtonColor, ToggleButtonLabelSize, ToggleButtonRadius, ToggleButtonSize, ToggleButtonState } from './ToggleButton.consts';
4
3
  import { IconItem, IconSize } from '../../Icons/Icon';
5
4
 
6
5
  declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
7
6
  color: {
8
7
  type: PropType<ToggleButtonColor>;
9
8
  default: "neutral";
10
- validator(value: Value<typeof TOGGLE_BUTTON_COLORS>): boolean;
9
+ validator(value: ToggleButtonColor): boolean;
11
10
  };
12
11
  hasSmallHorizontalPadding: {
13
12
  type: BooleanConstructor;
@@ -46,17 +45,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
46
45
  radius: {
47
46
  type: PropType<ToggleButtonRadius>;
48
47
  default: "capsule";
49
- validator(value: Value<typeof TOGGLE_BUTTON_RADIUSES>): boolean;
48
+ validator(value: ToggleButtonRadius): boolean;
50
49
  };
51
50
  size: {
52
51
  type: PropType<ToggleButtonSize>;
53
52
  default: "medium";
54
- validator(value: Value<typeof TOGGLE_BUTTON_SIZES>): boolean;
53
+ validator(value: ToggleButtonSize): boolean;
55
54
  };
56
55
  state: {
57
56
  type: PropType<ToggleButtonState>;
58
57
  default: "default";
59
- validator(value: Value<typeof TOGGLE_BUTTON_STATES>): boolean;
58
+ validator(value: ToggleButtonState): boolean;
60
59
  };
61
60
  }>, {}, {
62
61
  ICONS: Readonly<{
@@ -309,7 +308,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
309
308
  color: {
310
309
  type: PropType<ToggleButtonColor>;
311
310
  default: "neutral";
312
- validator(value: Value<typeof TOGGLE_BUTTON_COLORS>): boolean;
311
+ validator(value: ToggleButtonColor): boolean;
313
312
  };
314
313
  hasSmallHorizontalPadding: {
315
314
  type: BooleanConstructor;
@@ -348,17 +347,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
348
347
  radius: {
349
348
  type: PropType<ToggleButtonRadius>;
350
349
  default: "capsule";
351
- validator(value: Value<typeof TOGGLE_BUTTON_RADIUSES>): boolean;
350
+ validator(value: ToggleButtonRadius): boolean;
352
351
  };
353
352
  size: {
354
353
  type: PropType<ToggleButtonSize>;
355
354
  default: "medium";
356
- validator(value: Value<typeof TOGGLE_BUTTON_SIZES>): boolean;
355
+ validator(value: ToggleButtonSize): boolean;
357
356
  };
358
357
  state: {
359
358
  type: PropType<ToggleButtonState>;
360
359
  default: "default";
361
- validator(value: Value<typeof TOGGLE_BUTTON_STATES>): boolean;
360
+ validator(value: ToggleButtonState): boolean;
362
361
  };
363
362
  }>> & Readonly<{
364
363
  onClick?: ((...args: any[]) => any) | undefined;
@@ -388,7 +387,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
388
387
  validator: (value: string) => boolean;
389
388
  };
390
389
  rotation: {
391
- type: NumberConstructor;
390
+ type: (NumberConstructor | null)[];
392
391
  default: null;
393
392
  };
394
393
  flippedVertical: {
@@ -422,7 +421,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
422
421
  validator: (value: string) => boolean;
423
422
  };
424
423
  rotation: {
425
- type: NumberConstructor;
424
+ type: (NumberConstructor | null)[];
426
425
  default: null;
427
426
  };
428
427
  flippedVertical: {
@@ -442,7 +441,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
442
441
  default: boolean;
443
442
  };
444
443
  }>> & Readonly<{}>, {
445
- rotation: number;
444
+ rotation: number | null;
446
445
  size: string;
447
446
  flippedVertical: boolean;
448
447
  flippedHorizontal: boolean;
@@ -1,4 +1,7 @@
1
+ import { Value } from '../../utils/type.utils';
2
+
1
3
  export declare const WELL_PADDINGS: {
2
4
  SMALL: string;
3
5
  MEDIUM: string;
4
6
  };
7
+ export type WellPadding = Value<typeof WELL_PADDINGS>;