@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
@@ -1,4 +1,94 @@
1
- declare const _default: import('vue').DefineComponent<{}, {}, {
1
+ import { BUTTON_ELEVATIONS, BUTTON_STATES, BUTTON_TYPES } from '../../Buttons/Button';
2
+ import { ICON_BUTTON_COLORS } from '../../Buttons/IconButton';
3
+
4
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
5
+ size: {
6
+ type: StringConstructor;
7
+ default: string;
8
+ validator: (value: string) => boolean;
9
+ };
10
+ danger: {
11
+ type: BooleanConstructor;
12
+ default: boolean;
13
+ };
14
+ headerTitleSize: {
15
+ type: StringConstructor;
16
+ default: string;
17
+ validator: (value: string) => boolean;
18
+ };
19
+ headerTitle: {
20
+ type: StringConstructor;
21
+ default: null;
22
+ };
23
+ headerSubtitle: {
24
+ type: StringConstructor;
25
+ default: null;
26
+ };
27
+ headerFeatureIcon: {
28
+ type: ObjectConstructor;
29
+ default: null;
30
+ validator(icon: unknown): boolean;
31
+ };
32
+ headerFeatureIconColor: {
33
+ type: StringConstructor;
34
+ default: string;
35
+ validator(color: string): boolean;
36
+ };
37
+ contentCentered: {
38
+ type: BooleanConstructor;
39
+ default: boolean;
40
+ };
41
+ headerImage: {
42
+ type: StringConstructor;
43
+ default: null;
44
+ };
45
+ footerPrimaryButtonText: {
46
+ type: StringConstructor;
47
+ default: null;
48
+ };
49
+ footerPrimaryButtonIcon: {
50
+ type: ObjectConstructor;
51
+ default: null;
52
+ validator(icon: unknown): boolean;
53
+ };
54
+ footerPrimaryButtonState: {
55
+ type: StringConstructor;
56
+ default: "default";
57
+ validator(state: unknown): boolean;
58
+ };
59
+ footerSecondaryButtonText: {
60
+ type: StringConstructor;
61
+ default: null;
62
+ };
63
+ footerSecondaryButtonIcon: {
64
+ type: ObjectConstructor;
65
+ default: null;
66
+ validator(icon: unknown): boolean;
67
+ };
68
+ footerSecondaryButtonState: {
69
+ type: StringConstructor;
70
+ default: "default";
71
+ validator(state: unknown): boolean;
72
+ };
73
+ footerTertiaryButtonText: {
74
+ type: StringConstructor;
75
+ default: null;
76
+ };
77
+ footerTertiaryButtonIcon: {
78
+ type: ObjectConstructor;
79
+ default: null;
80
+ validator(icon: unknown): boolean;
81
+ };
82
+ footerTertiaryButtonState: {
83
+ type: StringConstructor;
84
+ default: "default";
85
+ validator(state: unknown): boolean;
86
+ };
87
+ footerCheckboxText: {
88
+ type: StringConstructor;
89
+ default: null;
90
+ };
91
+ }>, {}, {
2
92
  BUTTON_COLORS: Readonly<{
3
93
  readonly PRIMARY: "primary";
4
94
  readonly NEUTRAL: "neutral";
@@ -17,13 +107,14 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
17
107
  readonly TEXT: "text";
18
108
  }>;
19
109
  ICONS: Readonly<{
20
- readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
21
- readonly RIBBON: VueConstructor<Vue>;
22
- readonly SLIDERS_SEARCH: VueConstructor<Vue>;
23
- readonly COMMENTS_CHECK: VueConstructor<Vue>;
24
110
  readonly ANSWERS: VueConstructor<Vue>;
111
+ readonly CHANGE: VueConstructor<Vue>;
112
+ readonly COMMENTS_CHECK: VueConstructor<Vue>;
113
+ readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
25
114
  readonly HIDE_ANSWERS: VueConstructor<Vue>;
115
+ readonly RIBBON: VueConstructor<Vue>;
26
116
  readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
117
+ readonly SLIDERS_SEARCH: VueConstructor<Vue>;
27
118
  readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
28
119
  readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
29
120
  readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -215,6 +306,7 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
215
306
  readonly FA_UNLOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
216
307
  readonly FA_UPLOAD: import('@fortawesome/fontawesome-common-types').IconDefinition;
217
308
  readonly FA_USER: import('@fortawesome/fontawesome-common-types').IconDefinition;
309
+ readonly FA_USER_GEAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
218
310
  readonly FA_USER_DOCTOR_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
219
311
  readonly FA_VIDEO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
220
312
  readonly FA_VOLUME_HIGH_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -264,16 +356,104 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
264
356
  calcFooterSecondaryButtonColor(): "neutral" | "danger";
265
357
  calcSingleColumn(): boolean;
266
358
  displayFooter(): any;
267
- }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("close-modal" | "tertiary-button-click" | "checkbox-change" | "secondary-button-click" | "primary-button-click")[], "close-modal" | "tertiary-button-click" | "checkbox-change" | "secondary-button-click" | "primary-button-click", import('vue').PublicProps, Readonly<{}> & Readonly<{
359
+ }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("close-modal" | "tertiary-button-click" | "checkbox-change" | "secondary-button-click" | "primary-button-click")[], "close-modal" | "tertiary-button-click" | "checkbox-change" | "secondary-button-click" | "primary-button-click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
360
+ size: {
361
+ type: StringConstructor;
362
+ default: string;
363
+ validator: (value: string) => boolean;
364
+ };
365
+ danger: {
366
+ type: BooleanConstructor;
367
+ default: boolean;
368
+ };
369
+ headerTitleSize: {
370
+ type: StringConstructor;
371
+ default: string;
372
+ validator: (value: string) => boolean;
373
+ };
374
+ headerTitle: {
375
+ type: StringConstructor;
376
+ default: null;
377
+ };
378
+ headerSubtitle: {
379
+ type: StringConstructor;
380
+ default: null;
381
+ };
382
+ headerFeatureIcon: {
383
+ type: ObjectConstructor;
384
+ default: null;
385
+ validator(icon: unknown): boolean;
386
+ };
387
+ headerFeatureIconColor: {
388
+ type: StringConstructor;
389
+ default: string;
390
+ validator(color: string): boolean;
391
+ };
392
+ contentCentered: {
393
+ type: BooleanConstructor;
394
+ default: boolean;
395
+ };
396
+ headerImage: {
397
+ type: StringConstructor;
398
+ default: null;
399
+ };
400
+ footerPrimaryButtonText: {
401
+ type: StringConstructor;
402
+ default: null;
403
+ };
404
+ footerPrimaryButtonIcon: {
405
+ type: ObjectConstructor;
406
+ default: null;
407
+ validator(icon: unknown): boolean;
408
+ };
409
+ footerPrimaryButtonState: {
410
+ type: StringConstructor;
411
+ default: "default";
412
+ validator(state: unknown): boolean;
413
+ };
414
+ footerSecondaryButtonText: {
415
+ type: StringConstructor;
416
+ default: null;
417
+ };
418
+ footerSecondaryButtonIcon: {
419
+ type: ObjectConstructor;
420
+ default: null;
421
+ validator(icon: unknown): boolean;
422
+ };
423
+ footerSecondaryButtonState: {
424
+ type: StringConstructor;
425
+ default: "default";
426
+ validator(state: unknown): boolean;
427
+ };
428
+ footerTertiaryButtonText: {
429
+ type: StringConstructor;
430
+ default: null;
431
+ };
432
+ footerTertiaryButtonIcon: {
433
+ type: ObjectConstructor;
434
+ default: null;
435
+ validator(icon: unknown): boolean;
436
+ };
437
+ footerTertiaryButtonState: {
438
+ type: StringConstructor;
439
+ default: "default";
440
+ validator(state: unknown): boolean;
441
+ };
442
+ footerCheckboxText: {
443
+ type: StringConstructor;
444
+ default: null;
445
+ };
446
+ }>> & Readonly<{
268
447
  "onClose-modal"?: ((...args: any[]) => any) | undefined;
269
448
  "onTertiary-button-click"?: ((...args: any[]) => any) | undefined;
270
449
  "onCheckbox-change"?: ((...args: any[]) => any) | undefined;
271
450
  "onSecondary-button-click"?: ((...args: any[]) => any) | undefined;
272
451
  "onPrimary-button-click"?: ((...args: any[]) => any) | undefined;
273
452
  }>, {
274
- danger: boolean;
275
453
  size: string;
454
+ danger: boolean;
276
455
  headerTitleSize: string;
456
+ headerTitle: string;
277
457
  headerSubtitle: string;
278
458
  headerFeatureIcon: Record<string, any>;
279
459
  headerFeatureIconColor: string;
@@ -290,7 +470,27 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
290
470
  footerTertiaryButtonState: string;
291
471
  footerCheckboxText: string;
292
472
  }, {}, {
293
- FeatureIcon: import('vue').DefineComponent<{}, {}, {
473
+ FeatureIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
474
+ icon: {
475
+ type: ObjectConstructor;
476
+ default: null;
477
+ validator(icon: unknown): boolean;
478
+ };
479
+ size: {
480
+ type: StringConstructor;
481
+ default: string;
482
+ validator: (value: string) => boolean;
483
+ };
484
+ color: {
485
+ type: StringConstructor;
486
+ required: true;
487
+ validator(color: string): boolean;
488
+ };
489
+ doubleBackground: {
490
+ type: BooleanConstructor;
491
+ default: boolean;
492
+ };
493
+ }>, {}, {
294
494
  FEATURE_ICON_COLOR: Readonly<{
295
495
  DANGER: string;
296
496
  INFO: string;
@@ -308,9 +508,29 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
308
508
  }>;
309
509
  }, {
310
510
  iconSize(): string;
311
- }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {
312
- icon: Record<string, any>;
511
+ }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
512
+ icon: {
513
+ type: ObjectConstructor;
514
+ default: null;
515
+ validator(icon: unknown): boolean;
516
+ };
517
+ size: {
518
+ type: StringConstructor;
519
+ default: string;
520
+ validator: (value: string) => boolean;
521
+ };
522
+ color: {
523
+ type: StringConstructor;
524
+ required: true;
525
+ validator(color: string): boolean;
526
+ };
527
+ doubleBackground: {
528
+ type: BooleanConstructor;
529
+ default: boolean;
530
+ };
531
+ }>> & Readonly<{}>, {
313
532
  size: string;
533
+ icon: Record<string, any>;
314
534
  doubleBackground: boolean;
315
535
  }, {}, {
316
536
  WnlIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
@@ -382,25 +602,67 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
382
602
  default: boolean;
383
603
  };
384
604
  }>> & Readonly<{}>, {
385
- rotation: number;
386
605
  size: string;
606
+ rotation: number;
387
607
  flippedVertical: boolean;
388
608
  flippedHorizontal: boolean;
389
609
  touchable: boolean;
390
610
  spinning: boolean;
391
611
  }, {}, {
392
- 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>;
612
+ FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
393
613
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
394
614
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
395
- WnlButton: import('vue').DefineComponent<{}, {}, {
615
+ WnlButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
616
+ size: {
617
+ type: StringConstructor;
618
+ default: "medium";
619
+ validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_SIZES>): boolean;
620
+ };
621
+ type: {
622
+ type: StringConstructor;
623
+ default: "filled";
624
+ validator(value: import('../../../utils/type.utils').Value<typeof BUTTON_TYPES>): boolean;
625
+ };
626
+ color: {
627
+ type: StringConstructor;
628
+ default: "primary";
629
+ validator(value: import('../../../utils/type.utils').Value<typeof ICON_BUTTON_COLORS>): boolean;
630
+ };
631
+ radius: {
632
+ type: StringConstructor;
633
+ default: "capsule";
634
+ validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_RADIUSES>): boolean;
635
+ };
636
+ state: {
637
+ type: StringConstructor;
638
+ default: "default";
639
+ validator(value: import('../../../utils/type.utils').Value<typeof BUTTON_STATES>): boolean;
640
+ };
641
+ iconLeft: {
642
+ type: ObjectConstructor;
643
+ default: null;
644
+ validator(icon: unknown): boolean;
645
+ };
646
+ iconRight: {
647
+ type: ObjectConstructor;
648
+ default: null;
649
+ validator(icon: unknown): boolean;
650
+ };
651
+ elevation: {
652
+ type: StringConstructor;
653
+ default: "none";
654
+ validator(value: import('../../../utils/type.utils').Value<typeof BUTTON_ELEVATIONS>): boolean;
655
+ };
656
+ }>, {}, {
396
657
  ICONS: Readonly<{
397
- readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
398
- readonly RIBBON: VueConstructor<Vue>;
399
- readonly SLIDERS_SEARCH: VueConstructor<Vue>;
400
- readonly COMMENTS_CHECK: VueConstructor<Vue>;
401
658
  readonly ANSWERS: VueConstructor<Vue>;
659
+ readonly CHANGE: VueConstructor<Vue>;
660
+ readonly COMMENTS_CHECK: VueConstructor<Vue>;
661
+ readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
402
662
  readonly HIDE_ANSWERS: VueConstructor<Vue>;
663
+ readonly RIBBON: VueConstructor<Vue>;
403
664
  readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
665
+ readonly SLIDERS_SEARCH: VueConstructor<Vue>;
404
666
  readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
405
667
  readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
406
668
  readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -592,6 +854,7 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
592
854
  readonly FA_UNLOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
593
855
  readonly FA_UPLOAD: import('@fortawesome/fontawesome-common-types').IconDefinition;
594
856
  readonly FA_USER: import('@fortawesome/fontawesome-common-types').IconDefinition;
857
+ readonly FA_USER_GEAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
595
858
  readonly FA_USER_DOCTOR_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
596
859
  readonly FA_VIDEO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
597
860
  readonly FA_VOLUME_HIGH_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -647,7 +910,48 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
647
910
  iconSize(): string;
648
911
  colorClassName(): string;
649
912
  loadingIconSize(): string;
650
- }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {
913
+ }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
914
+ size: {
915
+ type: StringConstructor;
916
+ default: "medium";
917
+ validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_SIZES>): boolean;
918
+ };
919
+ type: {
920
+ type: StringConstructor;
921
+ default: "filled";
922
+ validator(value: import('../../../utils/type.utils').Value<typeof BUTTON_TYPES>): boolean;
923
+ };
924
+ color: {
925
+ type: StringConstructor;
926
+ default: "primary";
927
+ validator(value: import('../../../utils/type.utils').Value<typeof ICON_BUTTON_COLORS>): boolean;
928
+ };
929
+ radius: {
930
+ type: StringConstructor;
931
+ default: "capsule";
932
+ validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_RADIUSES>): boolean;
933
+ };
934
+ state: {
935
+ type: StringConstructor;
936
+ default: "default";
937
+ validator(value: import('../../../utils/type.utils').Value<typeof BUTTON_STATES>): boolean;
938
+ };
939
+ iconLeft: {
940
+ type: ObjectConstructor;
941
+ default: null;
942
+ validator(icon: unknown): boolean;
943
+ };
944
+ iconRight: {
945
+ type: ObjectConstructor;
946
+ default: null;
947
+ validator(icon: unknown): boolean;
948
+ };
949
+ elevation: {
950
+ type: StringConstructor;
951
+ default: "none";
952
+ validator(value: import('../../../utils/type.utils').Value<typeof BUTTON_ELEVATIONS>): boolean;
953
+ };
954
+ }>> & Readonly<{}>, {
651
955
  size: string;
652
956
  type: string;
653
957
  color: string;
@@ -726,31 +1030,77 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
726
1030
  default: boolean;
727
1031
  };
728
1032
  }>> & Readonly<{}>, {
729
- rotation: number;
730
1033
  size: string;
1034
+ rotation: number;
731
1035
  flippedVertical: boolean;
732
1036
  flippedHorizontal: boolean;
733
1037
  touchable: boolean;
734
1038
  spinning: boolean;
735
1039
  }, {}, {
736
- 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>;
1040
+ FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
737
1041
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
738
1042
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
739
- WnlIconButton: import('vue').DefineComponent<{}, {
740
- isHovered: import('vue').Ref<boolean, boolean>;
1043
+ WnlIconButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1044
+ size: {
1045
+ type: StringConstructor;
1046
+ default: "large";
1047
+ validator(value: unknown): boolean;
1048
+ };
1049
+ radius: {
1050
+ type: StringConstructor;
1051
+ default: "capsule";
1052
+ validator(value: unknown): boolean;
1053
+ };
1054
+ type: {
1055
+ type: StringConstructor;
1056
+ default: "icon-only";
1057
+ validator(value: unknown): boolean;
1058
+ };
1059
+ icon: {
1060
+ type: ObjectConstructor;
1061
+ required: true;
1062
+ validator(icon: unknown): boolean;
1063
+ };
1064
+ color: {
1065
+ type: StringConstructor;
1066
+ default: "primary";
1067
+ validator(value: unknown): boolean;
1068
+ };
1069
+ colorScheme: {
1070
+ type: StringConstructor;
1071
+ default: "all-in-color";
1072
+ validator(value: unknown): boolean;
1073
+ };
1074
+ elevation: {
1075
+ type: StringConstructor;
1076
+ default: "none";
1077
+ validator(value: unknown): boolean;
1078
+ };
1079
+ touchable: {
1080
+ type: BooleanConstructor;
1081
+ default: boolean;
1082
+ };
1083
+ state: {
1084
+ type: StringConstructor;
1085
+ default: "default";
1086
+ validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/IconButton').ICON_BUTTON_STATES>): boolean;
1087
+ };
1088
+ }>, {
1089
+ isHovered: import('vue').Ref<boolean>;
741
1090
  mouseOver: () => void;
742
1091
  mouseLeave: () => void;
743
1092
  touchStart: () => void;
744
1093
  touchEnd: () => void;
745
1094
  }, {
746
1095
  ICONS: Readonly<{
747
- readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
748
- readonly RIBBON: VueConstructor<Vue>;
749
- readonly SLIDERS_SEARCH: VueConstructor<Vue>;
750
- readonly COMMENTS_CHECK: VueConstructor<Vue>;
751
1096
  readonly ANSWERS: VueConstructor<Vue>;
1097
+ readonly CHANGE: VueConstructor<Vue>;
1098
+ readonly COMMENTS_CHECK: VueConstructor<Vue>;
1099
+ readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
752
1100
  readonly HIDE_ANSWERS: VueConstructor<Vue>;
1101
+ readonly RIBBON: VueConstructor<Vue>;
753
1102
  readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
1103
+ readonly SLIDERS_SEARCH: VueConstructor<Vue>;
754
1104
  readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
755
1105
  readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
756
1106
  readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -942,6 +1292,7 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
942
1292
  readonly FA_UNLOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
943
1293
  readonly FA_UPLOAD: import('@fortawesome/fontawesome-common-types').IconDefinition;
944
1294
  readonly FA_USER: import('@fortawesome/fontawesome-common-types').IconDefinition;
1295
+ readonly FA_USER_GEAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
945
1296
  readonly FA_USER_DOCTOR_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
946
1297
  readonly FA_VIDEO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
947
1298
  readonly FA_VOLUME_HIGH_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -1007,7 +1358,52 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
1007
1358
  computedColor(): string | null;
1008
1359
  isButtonColor(): boolean;
1009
1360
  colorClassName(): string;
1010
- }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {
1361
+ }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
1362
+ size: {
1363
+ type: StringConstructor;
1364
+ default: "large";
1365
+ validator(value: unknown): boolean;
1366
+ };
1367
+ radius: {
1368
+ type: StringConstructor;
1369
+ default: "capsule";
1370
+ validator(value: unknown): boolean;
1371
+ };
1372
+ type: {
1373
+ type: StringConstructor;
1374
+ default: "icon-only";
1375
+ validator(value: unknown): boolean;
1376
+ };
1377
+ icon: {
1378
+ type: ObjectConstructor;
1379
+ required: true;
1380
+ validator(icon: unknown): boolean;
1381
+ };
1382
+ color: {
1383
+ type: StringConstructor;
1384
+ default: "primary";
1385
+ validator(value: unknown): boolean;
1386
+ };
1387
+ colorScheme: {
1388
+ type: StringConstructor;
1389
+ default: "all-in-color";
1390
+ validator(value: unknown): boolean;
1391
+ };
1392
+ elevation: {
1393
+ type: StringConstructor;
1394
+ default: "none";
1395
+ validator(value: unknown): boolean;
1396
+ };
1397
+ touchable: {
1398
+ type: BooleanConstructor;
1399
+ default: boolean;
1400
+ };
1401
+ state: {
1402
+ type: StringConstructor;
1403
+ default: "default";
1404
+ validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/IconButton').ICON_BUTTON_STATES>): boolean;
1405
+ };
1406
+ }>> & Readonly<{}>, {
1011
1407
  size: string;
1012
1408
  type: string;
1013
1409
  touchable: boolean;
@@ -1086,24 +1482,66 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
1086
1482
  default: boolean;
1087
1483
  };
1088
1484
  }>> & Readonly<{}>, {
1089
- rotation: number;
1090
1485
  size: string;
1486
+ rotation: number;
1091
1487
  flippedVertical: boolean;
1092
1488
  flippedHorizontal: boolean;
1093
1489
  touchable: boolean;
1094
1490
  spinning: boolean;
1095
1491
  }, {}, {
1096
- 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>;
1492
+ FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
1097
1493
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1098
- WnlButton: import('vue').DefineComponent<{}, {}, {
1494
+ WnlButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1495
+ size: {
1496
+ type: StringConstructor;
1497
+ default: "medium";
1498
+ validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_SIZES>): boolean;
1499
+ };
1500
+ type: {
1501
+ type: StringConstructor;
1502
+ default: "filled";
1503
+ validator(value: import('../../../utils/type.utils').Value<typeof BUTTON_TYPES>): boolean;
1504
+ };
1505
+ color: {
1506
+ type: StringConstructor;
1507
+ default: "primary";
1508
+ validator(value: import('../../../utils/type.utils').Value<typeof ICON_BUTTON_COLORS>): boolean;
1509
+ };
1510
+ radius: {
1511
+ type: StringConstructor;
1512
+ default: "capsule";
1513
+ validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_RADIUSES>): boolean;
1514
+ };
1515
+ state: {
1516
+ type: StringConstructor;
1517
+ default: "default";
1518
+ validator(value: import('../../../utils/type.utils').Value<typeof BUTTON_STATES>): boolean;
1519
+ };
1520
+ iconLeft: {
1521
+ type: ObjectConstructor;
1522
+ default: null;
1523
+ validator(icon: unknown): boolean;
1524
+ };
1525
+ iconRight: {
1526
+ type: ObjectConstructor;
1527
+ default: null;
1528
+ validator(icon: unknown): boolean;
1529
+ };
1530
+ elevation: {
1531
+ type: StringConstructor;
1532
+ default: "none";
1533
+ validator(value: import('../../../utils/type.utils').Value<typeof BUTTON_ELEVATIONS>): boolean;
1534
+ };
1535
+ }>, {}, {
1099
1536
  ICONS: Readonly<{
1100
- readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
1101
- readonly RIBBON: VueConstructor<Vue>;
1102
- readonly SLIDERS_SEARCH: VueConstructor<Vue>;
1103
- readonly COMMENTS_CHECK: VueConstructor<Vue>;
1104
1537
  readonly ANSWERS: VueConstructor<Vue>;
1538
+ readonly CHANGE: VueConstructor<Vue>;
1539
+ readonly COMMENTS_CHECK: VueConstructor<Vue>;
1540
+ readonly HEAD_WITH_QUESTION_MARK: VueConstructor<Vue>;
1105
1541
  readonly HIDE_ANSWERS: VueConstructor<Vue>;
1542
+ readonly RIBBON: VueConstructor<Vue>;
1106
1543
  readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
1544
+ readonly SLIDERS_SEARCH: VueConstructor<Vue>;
1107
1545
  readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
1108
1546
  readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
1109
1547
  readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -1295,6 +1733,7 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
1295
1733
  readonly FA_UNLOCK_KEYHOLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
1296
1734
  readonly FA_UPLOAD: import('@fortawesome/fontawesome-common-types').IconDefinition;
1297
1735
  readonly FA_USER: import('@fortawesome/fontawesome-common-types').IconDefinition;
1736
+ readonly FA_USER_GEAR: import('@fortawesome/fontawesome-common-types').IconDefinition;
1298
1737
  readonly FA_USER_DOCTOR_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1299
1738
  readonly FA_VIDEO_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
1300
1739
  readonly FA_VOLUME_HIGH_SOLID: import('@fortawesome/fontawesome-common-types').IconDefinition;
@@ -1350,7 +1789,48 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
1350
1789
  iconSize(): string;
1351
1790
  colorClassName(): string;
1352
1791
  loadingIconSize(): string;
1353
- }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {
1792
+ }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
1793
+ size: {
1794
+ type: StringConstructor;
1795
+ default: "medium";
1796
+ validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_SIZES>): boolean;
1797
+ };
1798
+ type: {
1799
+ type: StringConstructor;
1800
+ default: "filled";
1801
+ validator(value: import('../../../utils/type.utils').Value<typeof BUTTON_TYPES>): boolean;
1802
+ };
1803
+ color: {
1804
+ type: StringConstructor;
1805
+ default: "primary";
1806
+ validator(value: import('../../../utils/type.utils').Value<typeof ICON_BUTTON_COLORS>): boolean;
1807
+ };
1808
+ radius: {
1809
+ type: StringConstructor;
1810
+ default: "capsule";
1811
+ validator(value: import('../../../utils/type.utils').Value<typeof import('../../Buttons/Button').BUTTON_RADIUSES>): boolean;
1812
+ };
1813
+ state: {
1814
+ type: StringConstructor;
1815
+ default: "default";
1816
+ validator(value: import('../../../utils/type.utils').Value<typeof BUTTON_STATES>): boolean;
1817
+ };
1818
+ iconLeft: {
1819
+ type: ObjectConstructor;
1820
+ default: null;
1821
+ validator(icon: unknown): boolean;
1822
+ };
1823
+ iconRight: {
1824
+ type: ObjectConstructor;
1825
+ default: null;
1826
+ validator(icon: unknown): boolean;
1827
+ };
1828
+ elevation: {
1829
+ type: StringConstructor;
1830
+ default: "none";
1831
+ validator(value: import('../../../utils/type.utils').Value<typeof BUTTON_ELEVATIONS>): boolean;
1832
+ };
1833
+ }>> & Readonly<{}>, {
1354
1834
  size: string;
1355
1835
  type: string;
1356
1836
  color: string;
@@ -1429,14 +1909,14 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
1429
1909
  default: boolean;
1430
1910
  };
1431
1911
  }>> & Readonly<{}>, {
1432
- rotation: number;
1433
1912
  size: string;
1913
+ rotation: number;
1434
1914
  flippedVertical: boolean;
1435
1915
  flippedHorizontal: boolean;
1436
1916
  touchable: boolean;
1437
1917
  spinning: boolean;
1438
1918
  }, {}, {
1439
- 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>;
1919
+ FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
1440
1920
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1441
1921
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1442
1922
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;