@bethinkpl/design-system 26.6.0 → 26.7.1

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 (264) hide show
  1. package/README.md +5 -0
  2. package/dist/design-system.umd.cjs +18 -18
  3. package/dist/design-system.umd.cjs.map +1 -1
  4. package/dist/lib/js/components/Avatar/Avatar.consts.d.ts +9 -0
  5. package/dist/lib/js/components/Avatar/Avatar.vue.d.ts +38 -0
  6. package/dist/lib/js/components/Avatar/index.d.ts +4 -0
  7. package/dist/lib/js/components/BadgeScore/BadgeScore.vue.d.ts +63 -5
  8. package/dist/lib/js/components/Banner/Banner.vue.d.ts +371 -34
  9. package/dist/lib/js/components/Buttons/Button/Button.vue.d.ts +96 -8
  10. package/dist/lib/js/components/Buttons/IconButton/IconButton.vue.d.ts +197 -17
  11. package/dist/lib/js/components/Cards/Card/Card.consts.d.ts +3 -3
  12. package/dist/lib/js/components/Cards/Card/Card.vue.d.ts +14 -12
  13. package/dist/lib/js/components/Cards/CardExpandable/CardExpandable.vue.d.ts +20 -18
  14. package/dist/lib/js/components/Chip/Chip.vue.d.ts +293 -26
  15. package/dist/lib/js/components/DatePickers/DatePicker/DatePicker.consts.d.ts +4 -4
  16. package/dist/lib/js/components/DatePickers/DatePicker/DatePicker.vue.d.ts +128 -30
  17. package/dist/lib/js/components/DatePickers/DatePickerBox/DatePickerBox.vue.d.ts +115 -8
  18. package/dist/lib/js/components/DatePickers/DateRangePicker/DateRangePicker.vue.d.ts +118 -14
  19. package/dist/lib/js/components/Drawer/Drawer.consts.d.ts +1 -1
  20. package/dist/lib/js/components/Drawer/DrawerHeader/DrawerHeader.consts.d.ts +1 -1
  21. package/dist/lib/js/components/Drawer/DrawerHeader/DrawerHeader.vue.d.ts +582 -57
  22. package/dist/lib/js/components/Drawer/DrawerListItem/DrawerListItem.consts.d.ts +1 -1
  23. package/dist/lib/js/components/Drawer/DrawerListItem/DrawerListItem.vue.d.ts +39 -8
  24. package/dist/lib/js/components/Drawer/DrawerSection/DrawerSection.vue.d.ts +468 -34
  25. package/dist/lib/js/components/Drawer/DrawerTile/DrawerTile.vue.d.ts +12 -26
  26. package/dist/lib/js/components/Dropdown/Dropdown.vue.d.ts +68 -4
  27. package/dist/lib/js/components/Form/Checkbox/Checkbox.consts.d.ts +2 -2
  28. package/dist/lib/js/components/Form/Checkbox/Checkbox.vue.d.ts +119 -10
  29. package/dist/lib/js/components/Form/RadioButton/RadioButton.consts.d.ts +2 -2
  30. package/dist/lib/js/components/Form/RadioButton/RadioButton.vue.d.ts +119 -10
  31. package/dist/lib/js/components/Form/SelectionControl/SelectionControl.consts.d.ts +3 -3
  32. package/dist/lib/js/components/Form/SelectionControl/SelectionControl.sb.shared.d.ts +1 -1
  33. package/dist/lib/js/components/Form/SelectionControl/SelectionControl.vue.d.ts +74 -5
  34. package/dist/lib/js/components/Headers/OverlayHeader/OverlayHeader.vue.d.ts +340 -30
  35. package/dist/lib/js/components/Headers/PageHeader/PageHeader.vue.d.ts +38 -2
  36. package/dist/lib/js/components/Headers/SectionHeader/SectionHeader.consts.d.ts +1 -1
  37. package/dist/lib/js/components/Headers/SectionHeader/SectionHeader.vue.d.ts +342 -26
  38. package/dist/lib/js/components/IconText/IconText.vue.d.ts +73 -4
  39. package/dist/lib/js/components/Icons/FeatureIcon/FeatureIcon.vue.d.ts +45 -5
  40. package/dist/lib/js/components/Icons/Icon/Icon.consts.d.ts +10 -8
  41. package/dist/lib/js/components/Icons/Icon/Icon.vue.d.ts +2 -2
  42. package/dist/lib/js/components/Image/Image.consts.d.ts +1 -1
  43. package/dist/lib/js/components/Image/Image.vue.d.ts +6 -5
  44. package/dist/lib/js/components/Layouts/ThreeColumnLayout/ThreeColumnLayout.consts.d.ts +1 -1
  45. package/dist/lib/js/components/Layouts/ThreeColumnLayout/ThreeColumnLayout.vue.d.ts +55 -2
  46. package/dist/lib/js/components/LoadingBar/LoadingBar.consts.d.ts +2 -2
  47. package/dist/lib/js/components/LoadingBar/LoadingBar.vue.d.ts +5 -4
  48. package/dist/lib/js/components/Modal/Modal.vue.d.ts +8 -6
  49. package/dist/lib/js/components/Modals/Modal/Modal.vue.d.ts +517 -37
  50. package/dist/lib/js/components/Modals/ModalDialog/ModalDialog.vue.d.ts +628 -39
  51. package/dist/lib/js/components/Outline/OutlineItem/OutlineItem.vue.d.ts +137 -9
  52. package/dist/lib/js/components/Pagination/Pagination.vue.d.ts +402 -36
  53. package/dist/lib/js/components/ProgressBar/ProgressBar.vue.d.ts +125 -8
  54. package/dist/lib/js/components/ProgressDonutChart/ProgressDonutChart.consts.d.ts +1 -1
  55. package/dist/lib/js/components/ProgressDonutChart/ProgressDonutChart.vue.d.ts +43 -8
  56. package/dist/lib/js/components/RichList/BasicRichListItem/BasicRichListItem.vue.d.ts +545 -34
  57. package/dist/lib/js/components/RichList/GroupRichListItem/GroupRichListItem.consts.d.ts +2 -2
  58. package/dist/lib/js/components/RichList/GroupRichListItem/GroupRichListItem.vue.d.ts +6 -5
  59. package/dist/lib/js/components/RichList/RichListItem/RichListItem.consts.d.ts +7 -7
  60. package/dist/lib/js/components/RichList/RichListItem/RichListItem.vue.d.ts +305 -21
  61. package/dist/lib/js/components/SectionTitle/SectionTitle.consts.d.ts +1 -1
  62. package/dist/lib/js/components/SelectList/SelectListItem/SelectListItem.vue.d.ts +84 -8
  63. package/dist/lib/js/components/SelectList/SelectListItemTile/SelectListItemTile.vue.d.ts +12 -26
  64. package/dist/lib/js/components/SelectList/SelectListItemToggle/SelectListItemToggle.vue.d.ts +152 -10
  65. package/dist/lib/js/components/SelectionTile/SelectionTile.consts.d.ts +2 -2
  66. package/dist/lib/js/components/SelectionTile/SelectionTile.vue.d.ts +377 -33
  67. package/dist/lib/js/components/Skeleton/Skeleton.consts.d.ts +1 -1
  68. package/dist/lib/js/components/Skeleton/Skeleton.vue.d.ts +4 -3
  69. package/dist/lib/js/components/Statuses/AccessStatus/AccessStatus.vue.d.ts +8 -6
  70. package/dist/lib/js/components/Statuses/BlockadeStatus/BlockadeStatus.vue.d.ts +8 -6
  71. package/dist/lib/js/components/SurveyQuestions/SurveyQuestionOpenEnded/SurveyQuestionOpenEnded.vue.d.ts +352 -49
  72. package/dist/lib/js/components/SurveyQuestions/SurveyQuestionScale/SurveyQuestionScale.vue.d.ts +451 -53
  73. package/dist/lib/js/components/SurveyToggle/SurveyToggle.vue.d.ts +62 -4
  74. package/dist/lib/js/components/Switch/Switch.consts.d.ts +4 -4
  75. package/dist/lib/js/components/Switch/Switch.vue.d.ts +91 -9
  76. package/dist/lib/js/components/TabItem/TabItem.vue.d.ts +49 -5
  77. package/dist/lib/js/components/TextGroup/TextGroup.consts.d.ts +4 -4
  78. package/dist/lib/js/components/TextGroup/TextGroup.vue.d.ts +10 -10
  79. package/dist/lib/js/components/Tile/Tile.consts.d.ts +4 -4
  80. package/dist/lib/js/components/Tile/Tile.sb.shared.d.ts +375 -39
  81. package/dist/lib/js/components/Tile/Tile.vue.d.ts +12 -16
  82. package/dist/lib/js/components/Toast/Toast.consts.d.ts +3 -3
  83. package/dist/lib/js/components/Toast/Toast.vue.d.ts +202 -23
  84. package/dist/lib/js/components/Toggles/CounterToggle/CounterToggle.vue.d.ts +50 -4
  85. package/dist/lib/js/components/Toggles/ToggleButton/ToggleButton.consts.d.ts +5 -5
  86. package/dist/lib/js/components/Toggles/ToggleButton/ToggleButton.vue.d.ts +124 -10
  87. package/dist/lib/js/components/Tooltip/Tooltip.consts.d.ts +1 -1
  88. package/dist/lib/js/icons/fontawesome.d.ts +1 -0
  89. package/dist/lib/js/index.d.ts +2 -0
  90. package/dist/lib/js/utils/type.utils.d.ts +1 -1
  91. package/docs/assets/{AccessStatus-Dz1vfbnh.js → AccessStatus-lY4oqKbY.js} +1 -1
  92. package/docs/assets/{AccessStatus.stories-BC2FqmS7.js → AccessStatus.stories-B-o8Wzbn.js} +1 -1
  93. package/docs/assets/Avatar-BALJe_Kd.js +1 -0
  94. package/docs/assets/Avatar.stories-BBWquxG4.js +35 -0
  95. package/docs/assets/{BadgeScore-C0Ghj-5s.js → BadgeScore-BllxpS5b.js} +1 -1
  96. package/docs/assets/{BadgeScore.stories-DQOL_ZiP.js → BadgeScore.stories-CZkwHDBn.js} +1 -1
  97. package/docs/assets/{Banner-BmKYBJ1B.js → Banner-B_WbNF52.js} +1 -1
  98. package/docs/assets/{Banner.stories-BPHdgNAZ.js → Banner.stories-BnbHDoMg.js} +1 -1
  99. package/docs/assets/{BasicRichListItem-Ctm7LWMn.js → BasicRichListItem-xKSFXEOx.js} +1 -1
  100. package/docs/assets/{BasicRichListItem.stories-CW9os382.js → BasicRichListItem.stories-D5cFXBnH.js} +2 -2
  101. package/docs/assets/{BlockadeStatus-4Zx578QV.js → BlockadeStatus-P8nBhdtz.js} +1 -1
  102. package/docs/assets/{BlockedeStatus.stories-CeCB1B6k.js → BlockedeStatus.stories-D2lBK6X4.js} +1 -1
  103. package/docs/assets/{Button-DVtHJ-a3.js → Button-BnWnuQz_.js} +1 -1
  104. package/docs/assets/{Button.stories-D7PDCOOm.js → Button.stories-BUAtvyqT.js} +1 -1
  105. package/docs/assets/{Card-CbIL2Iiq.js → Card-BzXb8FVb.js} +1 -1
  106. package/docs/assets/{Card.stories-sWfj8JIt.js → Card.stories-DR5-T-9k.js} +1 -1
  107. package/docs/assets/{CardExpandable-DvrXNsTR.js → CardExpandable-UGGPT1DB.js} +1 -1
  108. package/docs/assets/{CardExpandable.stories-CeNHupz8.js → CardExpandable.stories-CgBLkNle.js} +1 -1
  109. package/docs/assets/{Checkbox-Bk9Hyj7u.js → Checkbox-CJfLFnEo.js} +1 -1
  110. package/docs/assets/{Checkbox.stories-C9VNatGb.js → Checkbox.stories-Cuk7m0lR.js} +1 -1
  111. package/docs/assets/{Chip-D-3z8YPj.js → Chip-DHtEAdjh.js} +1 -1
  112. package/docs/assets/{Chip.stories-CjFXBnam.js → Chip.stories-DQ1Us1CB.js} +1 -1
  113. package/docs/assets/{Color-ERTF36HU-CqJ5SSs8.js → Color-ERTF36HU-Bdv_bt15.js} +1 -1
  114. package/docs/assets/{Colors.stories-CrtG5S4A.js → Colors.stories-BWgavcUS.js} +1 -1
  115. package/docs/assets/{ColorsThemes.stories-B_DRVheO.js → ColorsThemes.stories-0-sPp0ge.js} +1 -1
  116. package/docs/assets/{ColorsTokensLms.stories-DNXNDpp5.js → ColorsTokensLms.stories-BykJy-2-.js} +1 -1
  117. package/docs/assets/{ColorsTokensPrimaryBodywork.stories-MZpI5IXh.js → ColorsTokensPrimaryBodywork.stories-DbuoY06v.js} +1 -1
  118. package/docs/assets/{ColorsTokensPrimaryWnl.stories-D8POK0cA.js → ColorsTokensPrimaryWnl.stories-BGrxCgKb.js} +1 -1
  119. package/docs/assets/{CounterToggle-FQNWJcH5.js → CounterToggle-B1fmCAW0.js} +1 -1
  120. package/docs/assets/{CounterToggle.stories-B63J-wko.js → CounterToggle.stories-B0h9L-mI.js} +1 -1
  121. package/docs/assets/{DatePicker-Br-Dxnyn.js → DatePicker-DIJ8aqM6.js} +1 -1
  122. package/docs/assets/{DatePicker.stories-C4sN46Ws.js → DatePicker.stories-D4LubdID.js} +1 -1
  123. package/docs/assets/{DateRangePicker-B2xmoGPO.js → DateRangePicker-1oxiA7Lf.js} +1 -1
  124. package/docs/assets/{DateRangePicker.stories-DGh5m4TF.js → DateRangePicker.stories-CmHayQUD.js} +1 -1
  125. package/docs/assets/{Divider-4HN2u4Et.js → Divider-CeZli6az.js} +1 -1
  126. package/docs/assets/{Divider.stories-BCrs-P64.js → Divider.stories-BGrVq6Gh.js} +1 -1
  127. package/docs/assets/{DocsRenderer-CFRXHY34-CemqquOQ.js → DocsRenderer-CFRXHY34-7YPgF_58.js} +5 -5
  128. package/docs/assets/{Drawer-DRYKGdtt.js → Drawer-BAhS1Aex.js} +1 -1
  129. package/docs/assets/{Drawer.stories-DNAfMM9D.js → Drawer.stories-Bgvx4k59.js} +1 -1
  130. package/docs/assets/{DrawerContent-CY64oeID.js → DrawerContent-BC_l9IKr.js} +1 -1
  131. package/docs/assets/{DrawerContent.stories-CJRbiAKZ.js → DrawerContent.stories-bd7mDbJc.js} +1 -1
  132. package/docs/assets/{DrawerDivider-B6matEEg.js → DrawerDivider-DuTuIbLz.js} +1 -1
  133. package/docs/assets/{DrawerDivider.stories-DkEGw1YV.js → DrawerDivider.stories-C6fwM_Vr.js} +1 -1
  134. package/docs/assets/{DrawerHeader-kxEGS3hp.js → DrawerHeader-DAlTWdTV.js} +1 -1
  135. package/docs/assets/{DrawerHeader.stories-C696CXDI.js → DrawerHeader.stories-DPx9vaHi.js} +1 -1
  136. package/docs/assets/{DrawerListItem-k3WHGFah.js → DrawerListItem-BQwvRia4.js} +1 -1
  137. package/docs/assets/{DrawerListItem.stories-DUxJpobr.js → DrawerListItem.stories-CHf7nV4C.js} +1 -1
  138. package/docs/assets/{DrawerListItemGroup-B40g16RV.js → DrawerListItemGroup-BTfrsZ_p.js} +1 -1
  139. package/docs/assets/{DrawerListItemGroup.stories-Crms7R86.js → DrawerListItemGroup.stories-Ch1z9OG4.js} +1 -1
  140. package/docs/assets/{DrawerSection-DIeDQFNf.js → DrawerSection-xoALUrNo.js} +1 -1
  141. package/docs/assets/{DrawerSection.stories-DgdmLwYu.js → DrawerSection.stories-B_netySu.js} +1 -1
  142. package/docs/assets/{DrawerTile-OeT5gefI.js → DrawerTile-C64fS4dq.js} +1 -1
  143. package/docs/assets/{DrawerTile.stories-nBKWobdB.js → DrawerTile.stories-CRTdtfFG.js} +1 -1
  144. package/docs/assets/{Dropdown-CR-eIdCF.js → Dropdown-B75bqkCY.js} +1 -1
  145. package/docs/assets/{Dropdown.stories-Caf2EapU.js → Dropdown.stories-CFcPipvl.js} +1 -1
  146. package/docs/assets/{FeatureIcon-B09zj5Bd.js → FeatureIcon-DuHLb2s9.js} +1 -1
  147. package/docs/assets/{FeatureIcon.stories-CGmHfPT3.js → FeatureIcon.stories-D2wXVZJD.js} +1 -1
  148. package/docs/assets/{GroupRichListItem-DEqhXKuF.js → GroupRichListItem-C2S_DIM-.js} +1 -1
  149. package/docs/assets/{GroupRichListItem.stories-y32zxNgh.js → GroupRichListItem.stories-DkFM_Fbq.js} +1 -1
  150. package/docs/assets/Icon-KlrZhBvI.js +761 -0
  151. package/docs/assets/{Icon.stories-CY_HHNiQ.js → Icon.stories-DQC9sgOw.js} +1 -1
  152. package/docs/assets/{IconButton-rhUVXzuc.js → IconButton-BcjUxjB4.js} +1 -1
  153. package/docs/assets/{IconButton.stories-DFB0l3TX.js → IconButton.stories-BHiXRfSV.js} +1 -1
  154. package/docs/assets/{IconText-CKA7x6Oe.js → IconText-CcdweKoG.js} +1 -1
  155. package/docs/assets/{IconText.stories-DI_tSPTu.js → IconText.stories-CAwMj5EE.js} +1 -1
  156. package/docs/assets/{Image-BF_Kx0up.js → Image-B9jnhF_n.js} +1 -1
  157. package/docs/assets/{Image.stories-BXYD86R1.js → Image.stories-DzKTJQnd.js} +1 -1
  158. package/docs/assets/{ItemsList-DxGr2MB5.js → ItemsList-D_riVFX-.js} +1 -1
  159. package/docs/assets/{LoadingBar-BeOPZFzu.js → LoadingBar-C1yAImWt.js} +1 -1
  160. package/docs/assets/{LoadingBar.stories-BJeb9oll.js → LoadingBar.stories-NffcMV2n.js} +1 -1
  161. package/docs/assets/Modal-CgNyRPs8.js +1 -0
  162. package/docs/assets/{Modal.stories-DL5mJmSa.js → Modal.stories-xhgpgD4o.js} +1 -1
  163. package/docs/assets/{ModalDialog-C79kCvIP.js → ModalDialog-B2ORB9vQ.js} +1 -1
  164. package/docs/assets/{ModalDialog.stories-DevcfCkg.js → ModalDialog.stories-DnpSmybQ.js} +1 -1
  165. package/docs/assets/{NumberInCircle-Cqbd2PUf.js → NumberInCircle-CYZFaZ00.js} +1 -1
  166. package/docs/assets/{NumberInCircle.stories--_6-RNlU.js → NumberInCircle.stories-DzdSX4we.js} +1 -1
  167. package/docs/assets/{OutlineDivider-9phD7EaD.js → OutlineDivider-DItdz99b.js} +1 -1
  168. package/docs/assets/{OutlineDivider.stories-LsrVcpfQ.js → OutlineDivider.stories-Cdmgts0G.js} +1 -1
  169. package/docs/assets/{OutlineItem-B0GAacWf.js → OutlineItem-dhEw8EC1.js} +1 -1
  170. package/docs/assets/{OutlineItem.stories-RvYTOp9N.js → OutlineItem.stories-BvYje0yq.js} +1 -1
  171. package/docs/assets/{OutlineSectionHeader-BDh6TrVb.js → OutlineSectionHeader-CtypBCqR.js} +1 -1
  172. package/docs/assets/{OutlineSectionHeader.stories-CPuYAPXa.js → OutlineSectionHeader.stories-CpZUQfTd.js} +1 -1
  173. package/docs/assets/{OverlayHeader--26-GHPy.js → OverlayHeader-51ih8x0c.js} +1 -1
  174. package/docs/assets/{OverlayHeader.stories-BVxhjyuC.js → OverlayHeader.stories-BclXAtEh.js} +1 -1
  175. package/docs/assets/{PageHeader-CwyCLKPQ.js → PageHeader-C5oCP3S2.js} +1 -1
  176. package/docs/assets/{PageHeader.stories-BaavDroe.js → PageHeader.stories-hH9p_VSN.js} +1 -1
  177. package/docs/assets/{Pagination-XlcLXTgM.js → Pagination-B2HzTrD0.js} +1 -1
  178. package/docs/assets/{Pagination.stories-CGBJ2Sad.js → Pagination.stories-DwS53dgq.js} +1 -1
  179. package/docs/assets/{PopOver-CQVq9c4Z.js → PopOver-xznuUBtF.js} +1 -1
  180. package/docs/assets/{PopOver.stories-g1F8AUJI.js → PopOver.stories-DC1Fdmyd.js} +1 -1
  181. package/docs/assets/{ProgressBar-3iykKXJT.js → ProgressBar-Dw-iWAra.js} +1 -1
  182. package/docs/assets/{ProgressBar.stories-BV7Hhjoe.js → ProgressBar.stories-BBkwbwJC.js} +1 -1
  183. package/docs/assets/{ProgressDonutChart-6EInE7M5.js → ProgressDonutChart-BzpDf_D1.js} +1 -1
  184. package/docs/assets/{ProgressDonutChart.stories-C_u9MjFX.js → ProgressDonutChart.stories-g0thnFjo.js} +1 -1
  185. package/docs/assets/{RadioButton-zouOWpRs.js → RadioButton-D-73BAcy.js} +1 -1
  186. package/docs/assets/{RadioButton.stories-pnmyqoJH.js → RadioButton.stories-DJssblKO.js} +1 -1
  187. package/docs/assets/{RichListItem.stories-B_DlwcQo.js → RichListItem.stories-Dh3jAgkT.js} +2 -2
  188. package/docs/assets/{SectionHeader-C2Y0CGjY.js → SectionHeader-C9tfdV94.js} +1 -1
  189. package/docs/assets/{SectionHeader.stories-B0gOYosA.js → SectionHeader.stories-CkVrEY1u.js} +1 -1
  190. package/docs/assets/{SectionTitle-B1v2FcuB.js → SectionTitle-BQZh7aFs.js} +1 -1
  191. package/docs/assets/{SectionTitle.stories-BogJgzAG.js → SectionTitle.stories-BLNC5wZK.js} +1 -1
  192. package/docs/assets/{SelectList-CiuxFUk4.js → SelectList-T6eJOYPv.js} +1 -1
  193. package/docs/assets/{SelectList.stories-DX-fFMoD.js → SelectList.stories-C-8KXQaF.js} +1 -1
  194. package/docs/assets/{SelectListItem-BU_U7IZs.js → SelectListItem-KRL8q6Iz.js} +1 -1
  195. package/docs/assets/{SelectListItem.stories-Dy3EXPN_.js → SelectListItem.stories-Bp_rq-Eh.js} +1 -1
  196. package/docs/assets/{SelectListItemDivider-CIueguWt.js → SelectListItemDivider-CTuILyj9.js} +1 -1
  197. package/docs/assets/{SelectListItemDivider.stories-CYkoQqyL.js → SelectListItemDivider.stories-CyW1-Pe_.js} +1 -1
  198. package/docs/assets/{SelectListItemTile-ohFw-wM4.js → SelectListItemTile-I9x6zsKM.js} +1 -1
  199. package/docs/assets/{SelectListItemTile.stories-BRCqpIYj.js → SelectListItemTile.stories-B8bcoXQ8.js} +1 -1
  200. package/docs/assets/{SelectListItemToggle-C1VDDxAm.js → SelectListItemToggle-BKr25N9H.js} +1 -1
  201. package/docs/assets/{SelectListItemToggle.stories-d_Sto0ry.js → SelectListItemToggle.stories-BxE4M_-B.js} +1 -1
  202. package/docs/assets/{SelectListSectionTitle-DBd3RwED.js → SelectListSectionTitle-BOCjrVHo.js} +1 -1
  203. package/docs/assets/{SelectListSectionTitle.stories-BrIWdRit.js → SelectListSectionTitle.stories-8h3E7qrw.js} +1 -1
  204. package/docs/assets/{SelectionControl-DEv8iTfR.js → SelectionControl-CxsRDZ81.js} +1 -1
  205. package/docs/assets/{SelectionTile-CjfV3f7H.js → SelectionTile-A8HfI_-S.js} +2 -2
  206. package/docs/assets/{SelectionTile.stories-PT6dhdE2.js → SelectionTile.stories-CG4N75Mo.js} +1 -1
  207. package/docs/assets/{Skeleton-Budxm1Jq.js → Skeleton-DMxKKJ0Z.js} +1 -1
  208. package/docs/assets/{Skeleton.stories-C5oyivEw.js → Skeleton.stories-BHWr0cDF.js} +1 -1
  209. package/docs/assets/{SurveyQuestionOpenEnded-7vjfdqDE.js → SurveyQuestionOpenEnded-BqVHeqqP.js} +1 -1
  210. package/docs/assets/{SurveyQuestionOpenEnded.stories-DOs_GSRG.js → SurveyQuestionOpenEnded.stories-ahMVN6RR.js} +1 -1
  211. package/docs/assets/{SurveyQuestionScale-OhARHAbk.js → SurveyQuestionScale--V40kshK.js} +1 -1
  212. package/docs/assets/{SurveyQuestionScale.stories-Bi7NxxtA.js → SurveyQuestionScale.stories-OzvwLBWr.js} +1 -1
  213. package/docs/assets/{SurveyToggle-CyohUVKo.js → SurveyToggle-CPoPpkRt.js} +1 -1
  214. package/docs/assets/{SurveyToggle.stories-ghYQJDpX.js → SurveyToggle.stories-63IVdw_s.js} +1 -1
  215. package/docs/assets/{Switch-BtYFtHgw.js → Switch-8KDmrBx0.js} +1 -1
  216. package/docs/assets/{Switch.stories-DmNV0lil.js → Switch.stories-CLRVfXje.js} +1 -1
  217. package/docs/assets/{TabItem-GC7LQNvp.js → TabItem-DMeZl877.js} +1 -1
  218. package/docs/assets/{TabItem.stories-DbiRd9vV.js → TabItem.stories-bpoM2LnI.js} +1 -1
  219. package/docs/assets/{TextGroup-lwPvABi6.js → TextGroup-D5le3QVY.js} +1 -1
  220. package/docs/assets/{TextGroup.stories-CnojKPTw.js → TextGroup.stories-soggouxN.js} +1 -1
  221. package/docs/assets/{ThreeColumnLayout-BR3bkVIs.js → ThreeColumnLayout-CFf8NRwP.js} +1 -1
  222. package/docs/assets/{ThreeColumnLayout.stories-V4L7zdf_.js → ThreeColumnLayout.stories-tcn5IlfD.js} +1 -1
  223. package/docs/assets/{Tile-DjRk5xHI.js → Tile-DXlbtMBZ.js} +1 -1
  224. package/docs/assets/{Tile.sb.shared-Dt0Nhl_4.js → Tile.sb.shared-BRv2J5BO.js} +1 -1
  225. package/docs/assets/{Tile.stories-lM4we8lW.js → Tile.stories-C2CVBJs4.js} +1 -1
  226. package/docs/assets/{Toast-Dgoj-mgi.js → Toast-DyyWQQxM.js} +1 -1
  227. package/docs/assets/{Toast.stories-BxXNn_Nb.js → Toast.stories-Bv9gyrsa.js} +1 -1
  228. package/docs/assets/{ToggleButton-APZXu2t7.js → ToggleButton-C_ZU_6g5.js} +1 -1
  229. package/docs/assets/{ToggleButton.stories-DO-p6P3s.js → ToggleButton.stories-DLfjOSpj.js} +1 -1
  230. package/docs/assets/{Tooltip-Cni6OHo9.js → Tooltip-DB8acOEc.js} +1 -1
  231. package/docs/assets/{Tooltip.stories-C3h4ABpf.js → Tooltip.stories-DTDTTjA0.js} +1 -1
  232. package/docs/assets/{TypographyTokensLms.stories-PrEmdBHF.js → TypographyTokensLms.stories-DW3gBdun.js} +1 -1
  233. package/docs/assets/{TypographyVariables.stories-CP8aNZmQ.js → TypographyVariables.stories-FmiXmx2m.js} +1 -1
  234. package/docs/assets/{Well-DSgC9yDa.js → Well-Chn1RK_x.js} +1 -1
  235. package/docs/assets/{Well.stories-02Hpe7cX.js → Well.stories-D3_25hWV.js} +1 -1
  236. package/docs/assets/entry-preview-C1JfRNcy.js +1 -0
  237. package/docs/assets/{entry-preview-docs-b1BM2N0G.js → entry-preview-docs-CLZ3bGGX.js} +1 -1
  238. package/docs/assets/{iframe-OBly2w25.js → iframe-PlXRfjR9.js} +4 -3
  239. package/docs/assets/{index-DRNPKjaN.js → index-DGocbclh.js} +1 -1
  240. package/docs/assets/{index-BX4u4pqi.js → index-Dwdn4P5V.js} +1 -1
  241. package/docs/assets/preview-19u1OjCM.js +64 -0
  242. package/docs/assets/{preview-BA4xsxRI.js → preview-BqTxE9pa.js} +2 -2
  243. package/docs/assets/string-CXbuceC1.js +1 -0
  244. package/docs/assets/{vue-popper-CpfGMX4Q.js → vue-popper-DQfdblyw.js} +1 -1
  245. package/docs/assets/{vue.esm-bundler-CWlcb7ht.js → vue.esm-bundler-DmkhfO_9.js} +1 -1
  246. package/docs/iframe.html +1 -1
  247. package/docs/index.json +1 -1
  248. package/docs/project.json +1 -1
  249. package/lib/images/icons/change.svg +1 -0
  250. package/lib/js/components/Avatar/Avatar.consts.ts +10 -0
  251. package/lib/js/components/Avatar/Avatar.spec.ts +133 -0
  252. package/lib/js/components/Avatar/Avatar.stories.ts +91 -0
  253. package/lib/js/components/Avatar/Avatar.vue +178 -0
  254. package/lib/js/components/Avatar/index.ts +4 -0
  255. package/lib/js/components/Icons/Icon/Icon.consts.ts +6 -4
  256. package/lib/js/components/Modals/Modal/Modal.vue +2 -2
  257. package/lib/js/icons/fontawesome.ts +2 -0
  258. package/lib/js/index.ts +2 -0
  259. package/package.json +4 -3
  260. package/docs/assets/Icon-ChGia3n4.js +0 -761
  261. package/docs/assets/Modal-xys3UXAy.js +0 -1
  262. package/docs/assets/entry-preview-Dzwhc6UB.js +0 -1
  263. package/docs/assets/preview-ByrBU2E6.js +0 -64
  264. package/docs/assets/string-BIzBNuWk.js +0 -1
@@ -3,13 +3,14 @@ import { Args, ArgTypes } from '@storybook/vue3';
3
3
  export declare const template: (componentTag: string) => string;
4
4
  export declare const data: () => {
5
5
  ICONS: Readonly<{
6
- readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
7
- readonly RIBBON: VueConstructor<Vue>;
8
- readonly SLIDERS_SEARCH: VueConstructor<Vue>;
9
- readonly COMMENTS_CHECK: VueConstructor<Vue>;
10
6
  readonly ANSWERS: VueConstructor<Vue>;
7
+ readonly CHANGE: VueConstructor<Vue>;
8
+ readonly COMMENTS_CHECK: VueConstructor<Vue>;
9
+ readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
11
10
  readonly HIDE_ANSWERS: VueConstructor<Vue>;
11
+ readonly RIBBON: VueConstructor<Vue>;
12
12
  readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
13
+ readonly SLIDERS_SEARCH: VueConstructor<Vue>;
13
14
  readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
14
15
  readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
15
16
  readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -201,6 +202,7 @@ export declare const data: () => {
201
202
  readonly FA_UNLOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
202
203
  readonly FA_UPLOAD: import('@fortawesome/fontawesome-common-types').IconDefinition;
203
204
  readonly FA_USER: import('@fortawesome/fontawesome-common-types').IconDefinition;
205
+ readonly FA_USER_GEAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
204
206
  readonly FA_USER_DOCTOR_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
205
207
  readonly FA_VIDEO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
206
208
  readonly FA_VOLUME_HIGH_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -230,7 +232,43 @@ export declare const data: () => {
230
232
  };
231
233
  };
232
234
  export declare const components: {
233
- DsBanner: import('vue').DefineComponent<{}, {}, {
235
+ DsBanner: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
236
+ icon: {
237
+ type: ObjectConstructor;
238
+ default: null;
239
+ validator: (icon: unknown) => boolean;
240
+ };
241
+ buttonText: {
242
+ type: StringConstructor;
243
+ default: null;
244
+ };
245
+ closable: {
246
+ type: BooleanConstructor;
247
+ default: boolean;
248
+ };
249
+ color: {
250
+ type: StringConstructor;
251
+ default: "default";
252
+ validator: (color: unknown) => boolean;
253
+ };
254
+ title: {
255
+ type: StringConstructor;
256
+ required: true;
257
+ };
258
+ layout: {
259
+ type: StringConstructor;
260
+ default: "horizontal";
261
+ validator: (layout: unknown) => boolean;
262
+ };
263
+ isExpanded: {
264
+ type: BooleanConstructor;
265
+ default: boolean;
266
+ };
267
+ isIconHiddenOnMobile: {
268
+ type: BooleanConstructor;
269
+ default: boolean;
270
+ };
271
+ }>, {}, {
234
272
  isExpandedInternal: boolean;
235
273
  BUTTON_COLORS: Readonly<{
236
274
  readonly PRIMARY: "primary";
@@ -277,13 +315,14 @@ export declare const components: {
277
315
  readonly LARGE: "large";
278
316
  }>;
279
317
  ICONS: Readonly<{
280
- readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
281
- readonly RIBBON: VueConstructor<Vue>;
282
- readonly SLIDERS_SEARCH: VueConstructor<Vue>;
283
- readonly COMMENTS_CHECK: VueConstructor<Vue>;
284
318
  readonly ANSWERS: VueConstructor<Vue>;
319
+ readonly CHANGE: VueConstructor<Vue>;
320
+ readonly COMMENTS_CHECK: VueConstructor<Vue>;
321
+ readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
285
322
  readonly HIDE_ANSWERS: VueConstructor<Vue>;
323
+ readonly RIBBON: VueConstructor<Vue>;
286
324
  readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
325
+ readonly SLIDERS_SEARCH: VueConstructor<Vue>;
287
326
  readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
288
327
  readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
289
328
  readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -475,6 +514,7 @@ export declare const components: {
475
514
  readonly FA_UNLOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
476
515
  readonly FA_UPLOAD: import('@fortawesome/fontawesome-common-types').IconDefinition;
477
516
  readonly FA_USER: import('@fortawesome/fontawesome-common-types').IconDefinition;
517
+ readonly FA_USER_GEAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
478
518
  readonly FA_USER_DOCTOR_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
479
519
  readonly FA_VIDEO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
480
520
  readonly FA_VOLUME_HIGH_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -488,9 +528,45 @@ export declare const components: {
488
528
  layoutClass(): "-ds-vertical" | "-ds-horizontal";
489
529
  }, {
490
530
  toggleExpandedText(): void;
491
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("button-clicked" | "close" | "update:isExpanded")[], "button-clicked" | "close" | "update:isExpanded", import('vue').PublicProps, Readonly<{}> & Readonly<{
492
- "onButton-clicked"?: ((...args: any[]) => any) | undefined;
531
+ }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("close" | "button-clicked" | "update:isExpanded")[], "close" | "button-clicked" | "update:isExpanded", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
532
+ icon: {
533
+ type: ObjectConstructor;
534
+ default: null;
535
+ validator: (icon: unknown) => boolean;
536
+ };
537
+ buttonText: {
538
+ type: StringConstructor;
539
+ default: null;
540
+ };
541
+ closable: {
542
+ type: BooleanConstructor;
543
+ default: boolean;
544
+ };
545
+ color: {
546
+ type: StringConstructor;
547
+ default: "default";
548
+ validator: (color: unknown) => boolean;
549
+ };
550
+ title: {
551
+ type: StringConstructor;
552
+ required: true;
553
+ };
554
+ layout: {
555
+ type: StringConstructor;
556
+ default: "horizontal";
557
+ validator: (layout: unknown) => boolean;
558
+ };
559
+ isExpanded: {
560
+ type: BooleanConstructor;
561
+ default: boolean;
562
+ };
563
+ isIconHiddenOnMobile: {
564
+ type: BooleanConstructor;
565
+ default: boolean;
566
+ };
567
+ }>> & Readonly<{
493
568
  onClose?: ((...args: any[]) => any) | undefined;
569
+ "onButton-clicked"?: ((...args: any[]) => any) | undefined;
494
570
  "onUpdate:isExpanded"?: ((...args: any[]) => any) | undefined;
495
571
  }>, {
496
572
  icon: Record<string, any>;
@@ -501,15 +577,57 @@ export declare const components: {
501
577
  isExpanded: boolean;
502
578
  isIconHiddenOnMobile: boolean;
503
579
  }, {}, {
504
- DsButton: import('vue').DefineComponent<{}, {}, {
580
+ DsButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
581
+ size: {
582
+ type: StringConstructor;
583
+ default: "medium";
584
+ validator(value: import('../../utils/type.utils').Value<typeof import('../..').BUTTON_SIZES>): boolean;
585
+ };
586
+ type: {
587
+ type: StringConstructor;
588
+ default: "filled";
589
+ validator(value: import('../../utils/type.utils').Value<typeof import('../..').BUTTON_TYPES>): boolean;
590
+ };
591
+ color: {
592
+ type: StringConstructor;
593
+ default: "primary";
594
+ validator(value: import('../../utils/type.utils').Value<typeof import('../..').ICON_BUTTON_COLORS>): boolean;
595
+ };
596
+ radius: {
597
+ type: StringConstructor;
598
+ default: "capsule";
599
+ validator(value: import('../../utils/type.utils').Value<typeof import('../..').BUTTON_RADIUSES>): boolean;
600
+ };
601
+ state: {
602
+ type: StringConstructor;
603
+ default: "default";
604
+ validator(value: import('../../utils/type.utils').Value<typeof import('../..').BUTTON_STATES>): boolean;
605
+ };
606
+ iconLeft: {
607
+ type: ObjectConstructor;
608
+ default: null;
609
+ validator(icon: unknown): boolean;
610
+ };
611
+ iconRight: {
612
+ type: ObjectConstructor;
613
+ default: null;
614
+ validator(icon: unknown): boolean;
615
+ };
616
+ elevation: {
617
+ type: StringConstructor;
618
+ default: "none";
619
+ validator(value: import('../../utils/type.utils').Value<typeof import('../..').BUTTON_ELEVATIONS>): boolean;
620
+ };
621
+ }>, {}, {
505
622
  ICONS: Readonly<{
506
- readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
507
- readonly RIBBON: VueConstructor<Vue>;
508
- readonly SLIDERS_SEARCH: VueConstructor<Vue>;
509
- readonly COMMENTS_CHECK: VueConstructor<Vue>;
510
623
  readonly ANSWERS: VueConstructor<Vue>;
624
+ readonly CHANGE: VueConstructor<Vue>;
625
+ readonly COMMENTS_CHECK: VueConstructor<Vue>;
626
+ readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
511
627
  readonly HIDE_ANSWERS: VueConstructor<Vue>;
628
+ readonly RIBBON: VueConstructor<Vue>;
512
629
  readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
630
+ readonly SLIDERS_SEARCH: VueConstructor<Vue>;
513
631
  readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
514
632
  readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
515
633
  readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -701,6 +819,7 @@ export declare const components: {
701
819
  readonly FA_UNLOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
702
820
  readonly FA_UPLOAD: import('@fortawesome/fontawesome-common-types').IconDefinition;
703
821
  readonly FA_USER: import('@fortawesome/fontawesome-common-types').IconDefinition;
822
+ readonly FA_USER_GEAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
704
823
  readonly FA_USER_DOCTOR_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
705
824
  readonly FA_VIDEO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
706
825
  readonly FA_VOLUME_HIGH_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -756,7 +875,48 @@ export declare const components: {
756
875
  iconSize(): string;
757
876
  colorClassName(): string;
758
877
  loadingIconSize(): string;
759
- }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {
878
+ }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
879
+ size: {
880
+ type: StringConstructor;
881
+ default: "medium";
882
+ validator(value: import('../../utils/type.utils').Value<typeof import('../..').BUTTON_SIZES>): boolean;
883
+ };
884
+ type: {
885
+ type: StringConstructor;
886
+ default: "filled";
887
+ validator(value: import('../../utils/type.utils').Value<typeof import('../..').BUTTON_TYPES>): boolean;
888
+ };
889
+ color: {
890
+ type: StringConstructor;
891
+ default: "primary";
892
+ validator(value: import('../../utils/type.utils').Value<typeof import('../..').ICON_BUTTON_COLORS>): boolean;
893
+ };
894
+ radius: {
895
+ type: StringConstructor;
896
+ default: "capsule";
897
+ validator(value: import('../../utils/type.utils').Value<typeof import('../..').BUTTON_RADIUSES>): boolean;
898
+ };
899
+ state: {
900
+ type: StringConstructor;
901
+ default: "default";
902
+ validator(value: import('../../utils/type.utils').Value<typeof import('../..').BUTTON_STATES>): boolean;
903
+ };
904
+ iconLeft: {
905
+ type: ObjectConstructor;
906
+ default: null;
907
+ validator(icon: unknown): boolean;
908
+ };
909
+ iconRight: {
910
+ type: ObjectConstructor;
911
+ default: null;
912
+ validator(icon: unknown): boolean;
913
+ };
914
+ elevation: {
915
+ type: StringConstructor;
916
+ default: "none";
917
+ validator(value: import('../../utils/type.utils').Value<typeof import('../..').BUTTON_ELEVATIONS>): boolean;
918
+ };
919
+ }>> & Readonly<{}>, {
760
920
  size: string;
761
921
  type: string;
762
922
  color: string;
@@ -835,14 +995,14 @@ export declare const components: {
835
995
  default: boolean;
836
996
  };
837
997
  }>> & Readonly<{}>, {
838
- rotation: number;
839
998
  size: string;
999
+ rotation: number;
840
1000
  flippedVertical: boolean;
841
1001
  flippedHorizontal: boolean;
842
1002
  touchable: boolean;
843
1003
  spinning: boolean;
844
1004
  }, {}, {
845
- FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps, {}, {}, import('vue').ComputedOptions, import('vue').MethodOptions, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1005
+ FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
846
1006
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
847
1007
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
848
1008
  DsDivider: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
@@ -888,21 +1048,67 @@ export declare const components: {
888
1048
  isVertical: boolean;
889
1049
  prominence: string;
890
1050
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
891
- DsIconButton: import('vue').DefineComponent<{}, {
892
- isHovered: import('vue').Ref<boolean, boolean>;
1051
+ DsIconButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1052
+ size: {
1053
+ type: StringConstructor;
1054
+ default: "large";
1055
+ validator(value: unknown): boolean;
1056
+ };
1057
+ radius: {
1058
+ type: StringConstructor;
1059
+ default: "capsule";
1060
+ validator(value: unknown): boolean;
1061
+ };
1062
+ type: {
1063
+ type: StringConstructor;
1064
+ default: "icon-only";
1065
+ validator(value: unknown): boolean;
1066
+ };
1067
+ icon: {
1068
+ type: ObjectConstructor;
1069
+ required: true;
1070
+ validator(icon: unknown): boolean;
1071
+ };
1072
+ color: {
1073
+ type: StringConstructor;
1074
+ default: "primary";
1075
+ validator(value: unknown): boolean;
1076
+ };
1077
+ colorScheme: {
1078
+ type: StringConstructor;
1079
+ default: "all-in-color";
1080
+ validator(value: unknown): boolean;
1081
+ };
1082
+ elevation: {
1083
+ type: StringConstructor;
1084
+ default: "none";
1085
+ validator(value: unknown): boolean;
1086
+ };
1087
+ touchable: {
1088
+ type: BooleanConstructor;
1089
+ default: boolean;
1090
+ };
1091
+ state: {
1092
+ type: StringConstructor;
1093
+ default: "default";
1094
+ validator(value: import('../../utils/type.utils').Value<typeof import('../..').ICON_BUTTON_STATES>): boolean;
1095
+ };
1096
+ }>, {
1097
+ isHovered: import('vue').Ref<boolean>;
893
1098
  mouseOver: () => void;
894
1099
  mouseLeave: () => void;
895
1100
  touchStart: () => void;
896
1101
  touchEnd: () => void;
897
1102
  }, {
898
1103
  ICONS: Readonly<{
899
- readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
900
- readonly RIBBON: VueConstructor<Vue>;
901
- readonly SLIDERS_SEARCH: VueConstructor<Vue>;
902
- readonly COMMENTS_CHECK: VueConstructor<Vue>;
903
1104
  readonly ANSWERS: VueConstructor<Vue>;
1105
+ readonly CHANGE: VueConstructor<Vue>;
1106
+ readonly COMMENTS_CHECK: VueConstructor<Vue>;
1107
+ readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
904
1108
  readonly HIDE_ANSWERS: VueConstructor<Vue>;
1109
+ readonly RIBBON: VueConstructor<Vue>;
905
1110
  readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
1111
+ readonly SLIDERS_SEARCH: VueConstructor<Vue>;
906
1112
  readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
907
1113
  readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
908
1114
  readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -1094,6 +1300,7 @@ export declare const components: {
1094
1300
  readonly FA_UNLOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1095
1301
  readonly FA_UPLOAD: import('@fortawesome/fontawesome-common-types').IconDefinition;
1096
1302
  readonly FA_USER: import('@fortawesome/fontawesome-common-types').IconDefinition;
1303
+ readonly FA_USER_GEAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
1097
1304
  readonly FA_USER_DOCTOR_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1098
1305
  readonly FA_VIDEO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1099
1306
  readonly FA_VOLUME_HIGH_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -1159,7 +1366,52 @@ export declare const components: {
1159
1366
  computedColor(): string | null;
1160
1367
  isButtonColor(): boolean;
1161
1368
  colorClassName(): string;
1162
- }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {
1369
+ }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
1370
+ size: {
1371
+ type: StringConstructor;
1372
+ default: "large";
1373
+ validator(value: unknown): boolean;
1374
+ };
1375
+ radius: {
1376
+ type: StringConstructor;
1377
+ default: "capsule";
1378
+ validator(value: unknown): boolean;
1379
+ };
1380
+ type: {
1381
+ type: StringConstructor;
1382
+ default: "icon-only";
1383
+ validator(value: unknown): boolean;
1384
+ };
1385
+ icon: {
1386
+ type: ObjectConstructor;
1387
+ required: true;
1388
+ validator(icon: unknown): boolean;
1389
+ };
1390
+ color: {
1391
+ type: StringConstructor;
1392
+ default: "primary";
1393
+ validator(value: unknown): boolean;
1394
+ };
1395
+ colorScheme: {
1396
+ type: StringConstructor;
1397
+ default: "all-in-color";
1398
+ validator(value: unknown): boolean;
1399
+ };
1400
+ elevation: {
1401
+ type: StringConstructor;
1402
+ default: "none";
1403
+ validator(value: unknown): boolean;
1404
+ };
1405
+ touchable: {
1406
+ type: BooleanConstructor;
1407
+ default: boolean;
1408
+ };
1409
+ state: {
1410
+ type: StringConstructor;
1411
+ default: "default";
1412
+ validator(value: import('../../utils/type.utils').Value<typeof import('../..').ICON_BUTTON_STATES>): boolean;
1413
+ };
1414
+ }>> & Readonly<{}>, {
1163
1415
  size: string;
1164
1416
  type: string;
1165
1417
  touchable: boolean;
@@ -1238,24 +1490,66 @@ export declare const components: {
1238
1490
  default: boolean;
1239
1491
  };
1240
1492
  }>> & Readonly<{}>, {
1241
- rotation: number;
1242
1493
  size: string;
1494
+ rotation: number;
1243
1495
  flippedVertical: boolean;
1244
1496
  flippedHorizontal: boolean;
1245
1497
  touchable: boolean;
1246
1498
  spinning: boolean;
1247
1499
  }, {}, {
1248
- FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps, {}, {}, import('vue').ComputedOptions, import('vue').MethodOptions, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1500
+ FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
1249
1501
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1250
- WnlButton: import('vue').DefineComponent<{}, {}, {
1502
+ WnlButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1503
+ size: {
1504
+ type: StringConstructor;
1505
+ default: "medium";
1506
+ validator(value: import('../../utils/type.utils').Value<typeof import('../..').BUTTON_SIZES>): boolean;
1507
+ };
1508
+ type: {
1509
+ type: StringConstructor;
1510
+ default: "filled";
1511
+ validator(value: import('../../utils/type.utils').Value<typeof import('../..').BUTTON_TYPES>): boolean;
1512
+ };
1513
+ color: {
1514
+ type: StringConstructor;
1515
+ default: "primary";
1516
+ validator(value: import('../../utils/type.utils').Value<typeof import('../..').ICON_BUTTON_COLORS>): boolean;
1517
+ };
1518
+ radius: {
1519
+ type: StringConstructor;
1520
+ default: "capsule";
1521
+ validator(value: import('../../utils/type.utils').Value<typeof import('../..').BUTTON_RADIUSES>): boolean;
1522
+ };
1523
+ state: {
1524
+ type: StringConstructor;
1525
+ default: "default";
1526
+ validator(value: import('../../utils/type.utils').Value<typeof import('../..').BUTTON_STATES>): boolean;
1527
+ };
1528
+ iconLeft: {
1529
+ type: ObjectConstructor;
1530
+ default: null;
1531
+ validator(icon: unknown): boolean;
1532
+ };
1533
+ iconRight: {
1534
+ type: ObjectConstructor;
1535
+ default: null;
1536
+ validator(icon: unknown): boolean;
1537
+ };
1538
+ elevation: {
1539
+ type: StringConstructor;
1540
+ default: "none";
1541
+ validator(value: import('../../utils/type.utils').Value<typeof import('../..').BUTTON_ELEVATIONS>): boolean;
1542
+ };
1543
+ }>, {}, {
1251
1544
  ICONS: Readonly<{
1252
- readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
1253
- readonly RIBBON: VueConstructor<Vue>;
1254
- readonly SLIDERS_SEARCH: VueConstructor<Vue>;
1255
- readonly COMMENTS_CHECK: VueConstructor<Vue>;
1256
1545
  readonly ANSWERS: VueConstructor<Vue>;
1546
+ readonly CHANGE: VueConstructor<Vue>;
1547
+ readonly COMMENTS_CHECK: VueConstructor<Vue>;
1548
+ readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
1257
1549
  readonly HIDE_ANSWERS: VueConstructor<Vue>;
1550
+ readonly RIBBON: VueConstructor<Vue>;
1258
1551
  readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
1552
+ readonly SLIDERS_SEARCH: VueConstructor<Vue>;
1259
1553
  readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
1260
1554
  readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
1261
1555
  readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -1447,6 +1741,7 @@ export declare const components: {
1447
1741
  readonly FA_UNLOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1448
1742
  readonly FA_UPLOAD: import('@fortawesome/fontawesome-common-types').IconDefinition;
1449
1743
  readonly FA_USER: import('@fortawesome/fontawesome-common-types').IconDefinition;
1744
+ readonly FA_USER_GEAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
1450
1745
  readonly FA_USER_DOCTOR_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1451
1746
  readonly FA_VIDEO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1452
1747
  readonly FA_VOLUME_HIGH_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -1502,7 +1797,48 @@ export declare const components: {
1502
1797
  iconSize(): string;
1503
1798
  colorClassName(): string;
1504
1799
  loadingIconSize(): string;
1505
- }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {
1800
+ }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
1801
+ size: {
1802
+ type: StringConstructor;
1803
+ default: "medium";
1804
+ validator(value: import('../../utils/type.utils').Value<typeof import('../..').BUTTON_SIZES>): boolean;
1805
+ };
1806
+ type: {
1807
+ type: StringConstructor;
1808
+ default: "filled";
1809
+ validator(value: import('../../utils/type.utils').Value<typeof import('../..').BUTTON_TYPES>): boolean;
1810
+ };
1811
+ color: {
1812
+ type: StringConstructor;
1813
+ default: "primary";
1814
+ validator(value: import('../../utils/type.utils').Value<typeof import('../..').ICON_BUTTON_COLORS>): boolean;
1815
+ };
1816
+ radius: {
1817
+ type: StringConstructor;
1818
+ default: "capsule";
1819
+ validator(value: import('../../utils/type.utils').Value<typeof import('../..').BUTTON_RADIUSES>): boolean;
1820
+ };
1821
+ state: {
1822
+ type: StringConstructor;
1823
+ default: "default";
1824
+ validator(value: import('../../utils/type.utils').Value<typeof import('../..').BUTTON_STATES>): boolean;
1825
+ };
1826
+ iconLeft: {
1827
+ type: ObjectConstructor;
1828
+ default: null;
1829
+ validator(icon: unknown): boolean;
1830
+ };
1831
+ iconRight: {
1832
+ type: ObjectConstructor;
1833
+ default: null;
1834
+ validator(icon: unknown): boolean;
1835
+ };
1836
+ elevation: {
1837
+ type: StringConstructor;
1838
+ default: "none";
1839
+ validator(value: import('../../utils/type.utils').Value<typeof import('../..').BUTTON_ELEVATIONS>): boolean;
1840
+ };
1841
+ }>> & Readonly<{}>, {
1506
1842
  size: string;
1507
1843
  type: string;
1508
1844
  color: string;
@@ -1581,14 +1917,14 @@ export declare const components: {
1581
1917
  default: boolean;
1582
1918
  };
1583
1919
  }>> & Readonly<{}>, {
1584
- rotation: number;
1585
1920
  size: string;
1921
+ rotation: number;
1586
1922
  flippedVertical: boolean;
1587
1923
  flippedHorizontal: boolean;
1588
1924
  touchable: boolean;
1589
1925
  spinning: boolean;
1590
1926
  }, {}, {
1591
- FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps, {}, {}, import('vue').ComputedOptions, import('vue').MethodOptions, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1927
+ FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
1592
1928
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1593
1929
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1594
1930
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -1661,16 +1997,16 @@ export declare const components: {
1661
1997
  default: boolean;
1662
1998
  };
1663
1999
  }>> & Readonly<{}>, {
1664
- rotation: number;
1665
2000
  size: string;
2001
+ rotation: number;
1666
2002
  flippedVertical: boolean;
1667
2003
  flippedHorizontal: boolean;
1668
2004
  touchable: boolean;
1669
2005
  spinning: boolean;
1670
2006
  }, {}, {
1671
- FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps, {}, {}, import('vue').ComputedOptions, import('vue').MethodOptions, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2007
+ FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
1672
2008
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1673
2009
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1674
2010
  };
1675
2011
  export declare const args: Args;
1676
- export declare const argTypes: ArgTypes<Args>;
2012
+ export declare const argTypes: ArgTypes;
@@ -1,3 +1,5 @@
1
+ import { TILE_STATES } from './Tile.consts';
2
+
1
3
  declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2
4
  interactive: {
3
5
  type: BooleanConstructor;
@@ -41,11 +43,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
41
43
  state: {
42
44
  type: import('vue').PropType<import('./Tile.consts').TileStates>;
43
45
  default: "default";
44
- validator(value: import('../../utils/type.utils').Value<{
45
- readonly DEFAULT: "default";
46
- readonly DISABLED: "disabled";
47
- readonly LOADING: "loading";
48
- }>): boolean;
46
+ validator(value: import('../../utils/type.utils').Value<typeof TILE_STATES>): boolean;
49
47
  };
50
48
  eyebrowEllipsis: {
51
49
  type: BooleanConstructor;
@@ -66,13 +64,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
66
64
  };
67
65
  }>, {}, {
68
66
  ICONS: Readonly<{
69
- readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
70
- readonly RIBBON: VueConstructor<Vue>;
71
- readonly SLIDERS_SEARCH: VueConstructor<Vue>;
72
- readonly COMMENTS_CHECK: VueConstructor<Vue>;
73
67
  readonly ANSWERS: VueConstructor<Vue>;
68
+ readonly CHANGE: VueConstructor<Vue>;
69
+ readonly COMMENTS_CHECK: VueConstructor<Vue>;
70
+ readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
74
71
  readonly HIDE_ANSWERS: VueConstructor<Vue>;
72
+ readonly RIBBON: VueConstructor<Vue>;
75
73
  readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
74
+ readonly SLIDERS_SEARCH: VueConstructor<Vue>;
76
75
  readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
77
76
  readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
78
77
  readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -264,6 +263,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
264
263
  readonly FA_UNLOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
265
264
  readonly FA_UPLOAD: import('@fortawesome/fontawesome-common-types').IconDefinition;
266
265
  readonly FA_USER: import('@fortawesome/fontawesome-common-types').IconDefinition;
266
+ readonly FA_USER_GEAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
267
267
  readonly FA_USER_DOCTOR_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
268
268
  readonly FA_VIDEO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
269
269
  readonly FA_VOLUME_HIGH_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -337,11 +337,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
337
337
  state: {
338
338
  type: import('vue').PropType<import('./Tile.consts').TileStates>;
339
339
  default: "default";
340
- validator(value: import('../../utils/type.utils').Value<{
341
- readonly DEFAULT: "default";
342
- readonly DISABLED: "disabled";
343
- readonly LOADING: "loading";
344
- }>): boolean;
340
+ validator(value: import('../../utils/type.utils').Value<typeof TILE_STATES>): boolean;
345
341
  };
346
342
  eyebrowEllipsis: {
347
343
  type: BooleanConstructor;
@@ -444,14 +440,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
444
440
  default: boolean;
445
441
  };
446
442
  }>> & Readonly<{}>, {
447
- rotation: number;
448
443
  size: string;
444
+ rotation: number;
449
445
  flippedVertical: boolean;
450
446
  flippedHorizontal: boolean;
451
447
  touchable: boolean;
452
448
  spinning: boolean;
453
449
  }, {}, {
454
- FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps, {}, {}, import('vue').ComputedOptions, import('vue').MethodOptions, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
450
+ FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
455
451
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
456
452
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
457
453
  export default _default;