@bethinkpl/design-system 26.6.0 → 26.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintrc.cjs +1 -0
- package/README.md +5 -0
- package/dist/design-system.umd.cjs +18 -18
- package/dist/design-system.umd.cjs.map +1 -1
- package/dist/lib/js/components/Avatar/Avatar.consts.d.ts +9 -0
- package/dist/lib/js/components/Avatar/Avatar.vue.d.ts +38 -0
- package/dist/lib/js/components/Avatar/index.d.ts +4 -0
- package/dist/lib/js/components/BadgeScore/BadgeScore.vue.d.ts +63 -5
- package/dist/lib/js/components/Banner/Banner.vue.d.ts +371 -34
- package/dist/lib/js/components/Buttons/Button/Button.vue.d.ts +96 -8
- package/dist/lib/js/components/Buttons/IconButton/IconButton.vue.d.ts +197 -17
- package/dist/lib/js/components/Cards/Card/Card.consts.d.ts +3 -3
- package/dist/lib/js/components/Cards/Card/Card.vue.d.ts +14 -12
- package/dist/lib/js/components/Cards/CardExpandable/CardExpandable.vue.d.ts +20 -18
- package/dist/lib/js/components/Chip/Chip.vue.d.ts +293 -26
- package/dist/lib/js/components/DatePickers/DateBox/DateBox.vue.d.ts +418 -0
- package/dist/lib/js/components/DatePickers/DateBox/index.d.ts +3 -0
- package/dist/lib/js/components/DatePickers/DatePicker/DatePicker.consts.d.ts +4 -4
- package/dist/lib/js/components/DatePickers/DatePicker/DatePicker.vue.d.ts +116 -33
- package/dist/lib/js/components/DatePickers/DatePickerBox/DatePickerBox.vue.d.ts +115 -8
- package/dist/lib/js/components/DatePickers/DateRangePicker/DateRangePicker.vue.d.ts +106 -21
- package/dist/lib/js/components/Drawer/Drawer.consts.d.ts +1 -1
- package/dist/lib/js/components/Drawer/DrawerHeader/DrawerHeader.consts.d.ts +1 -1
- package/dist/lib/js/components/Drawer/DrawerHeader/DrawerHeader.vue.d.ts +582 -57
- package/dist/lib/js/components/Drawer/DrawerListItem/DrawerListItem.consts.d.ts +1 -1
- package/dist/lib/js/components/Drawer/DrawerListItem/DrawerListItem.vue.d.ts +39 -8
- package/dist/lib/js/components/Drawer/DrawerSection/DrawerSection.vue.d.ts +468 -34
- package/dist/lib/js/components/Drawer/DrawerTile/DrawerTile.vue.d.ts +12 -26
- package/dist/lib/js/components/Dropdown/Dropdown.vue.d.ts +68 -4
- package/dist/lib/js/components/Form/Checkbox/Checkbox.consts.d.ts +2 -2
- package/dist/lib/js/components/Form/Checkbox/Checkbox.vue.d.ts +119 -10
- package/dist/lib/js/components/Form/RadioButton/RadioButton.consts.d.ts +2 -2
- package/dist/lib/js/components/Form/RadioButton/RadioButton.vue.d.ts +119 -10
- package/dist/lib/js/components/Form/SelectionControl/SelectionControl.consts.d.ts +3 -3
- package/dist/lib/js/components/Form/SelectionControl/SelectionControl.sb.shared.d.ts +1 -1
- package/dist/lib/js/components/Form/SelectionControl/SelectionControl.vue.d.ts +74 -5
- package/dist/lib/js/components/Headers/OverlayHeader/OverlayHeader.vue.d.ts +340 -30
- package/dist/lib/js/components/Headers/PageHeader/PageHeader.vue.d.ts +38 -2
- package/dist/lib/js/components/Headers/SectionHeader/SectionHeader.consts.d.ts +1 -1
- package/dist/lib/js/components/Headers/SectionHeader/SectionHeader.vue.d.ts +342 -26
- package/dist/lib/js/components/IconText/IconText.vue.d.ts +73 -4
- package/dist/lib/js/components/Icons/FeatureIcon/FeatureIcon.vue.d.ts +45 -5
- package/dist/lib/js/components/Icons/Icon/Icon.consts.d.ts +10 -8
- package/dist/lib/js/components/Icons/Icon/Icon.vue.d.ts +2 -2
- package/dist/lib/js/components/Image/Image.consts.d.ts +1 -1
- package/dist/lib/js/components/Image/Image.vue.d.ts +6 -5
- package/dist/lib/js/components/Layouts/ThreeColumnLayout/ThreeColumnLayout.consts.d.ts +1 -1
- package/dist/lib/js/components/Layouts/ThreeColumnLayout/ThreeColumnLayout.vue.d.ts +55 -2
- package/dist/lib/js/components/LoadingBar/LoadingBar.consts.d.ts +2 -2
- package/dist/lib/js/components/LoadingBar/LoadingBar.vue.d.ts +5 -4
- package/dist/lib/js/components/Modal/Modal.vue.d.ts +8 -6
- package/dist/lib/js/components/Modals/Modal/Modal.vue.d.ts +517 -37
- package/dist/lib/js/components/Modals/ModalDialog/ModalDialog.vue.d.ts +628 -39
- package/dist/lib/js/components/Outline/OutlineItem/OutlineItem.vue.d.ts +137 -9
- package/dist/lib/js/components/Pagination/Pagination.vue.d.ts +402 -36
- package/dist/lib/js/components/ProgressBar/ProgressBar.vue.d.ts +125 -8
- package/dist/lib/js/components/ProgressDonutChart/ProgressDonutChart.consts.d.ts +1 -1
- package/dist/lib/js/components/ProgressDonutChart/ProgressDonutChart.vue.d.ts +43 -8
- package/dist/lib/js/components/RichList/BasicRichListItem/BasicRichListItem.vue.d.ts +547 -36
- package/dist/lib/js/components/RichList/GroupRichListItem/GroupRichListItem.consts.d.ts +2 -2
- package/dist/lib/js/components/RichList/GroupRichListItem/GroupRichListItem.vue.d.ts +6 -5
- package/dist/lib/js/components/RichList/RichListItem/RichListItem.consts.d.ts +7 -7
- package/dist/lib/js/components/RichList/RichListItem/RichListItem.vue.d.ts +305 -21
- package/dist/lib/js/components/SectionTitle/SectionTitle.consts.d.ts +1 -1
- package/dist/lib/js/components/SelectList/SelectListItem/SelectListItem.vue.d.ts +84 -8
- package/dist/lib/js/components/SelectList/SelectListItemTile/SelectListItemTile.vue.d.ts +12 -26
- package/dist/lib/js/components/SelectList/SelectListItemToggle/SelectListItemToggle.vue.d.ts +152 -10
- package/dist/lib/js/components/SelectionTile/SelectionTile.consts.d.ts +2 -2
- package/dist/lib/js/components/SelectionTile/SelectionTile.vue.d.ts +377 -33
- package/dist/lib/js/components/Skeleton/Skeleton.consts.d.ts +1 -1
- package/dist/lib/js/components/Skeleton/Skeleton.vue.d.ts +4 -3
- package/dist/lib/js/components/Statuses/AccessStatus/AccessStatus.vue.d.ts +8 -6
- package/dist/lib/js/components/Statuses/BlockadeStatus/BlockadeStatus.vue.d.ts +8 -6
- package/dist/lib/js/components/SurveyQuestions/SurveyQuestionOpenEnded/SurveyQuestionOpenEnded.vue.d.ts +352 -49
- package/dist/lib/js/components/SurveyQuestions/SurveyQuestionScale/SurveyQuestionScale.vue.d.ts +451 -53
- package/dist/lib/js/components/SurveyToggle/SurveyToggle.vue.d.ts +62 -4
- package/dist/lib/js/components/Switch/Switch.consts.d.ts +4 -4
- package/dist/lib/js/components/Switch/Switch.vue.d.ts +91 -9
- package/dist/lib/js/components/TabItem/TabItem.vue.d.ts +49 -5
- package/dist/lib/js/components/TextGroup/TextGroup.consts.d.ts +4 -4
- package/dist/lib/js/components/TextGroup/TextGroup.vue.d.ts +11 -11
- package/dist/lib/js/components/Tile/Tile.consts.d.ts +4 -4
- package/dist/lib/js/components/Tile/Tile.sb.shared.d.ts +375 -39
- package/dist/lib/js/components/Tile/Tile.vue.d.ts +12 -16
- package/dist/lib/js/components/Toast/Toast.consts.d.ts +3 -3
- package/dist/lib/js/components/Toast/Toast.vue.d.ts +202 -23
- package/dist/lib/js/components/Toggles/CounterToggle/CounterToggle.vue.d.ts +50 -4
- package/dist/lib/js/components/Toggles/ToggleButton/ToggleButton.consts.d.ts +5 -5
- package/dist/lib/js/components/Toggles/ToggleButton/ToggleButton.vue.d.ts +124 -10
- package/dist/lib/js/components/Tooltip/Tooltip.consts.d.ts +1 -1
- package/dist/lib/js/icons/fontawesome.d.ts +1 -0
- package/dist/lib/js/index.d.ts +3 -0
- package/dist/lib/js/utils/type.utils.d.ts +1 -1
- package/docs/assets/{AccessStatus-Dz1vfbnh.js → AccessStatus-lY4oqKbY.js} +1 -1
- package/docs/assets/{AccessStatus.stories-BC2FqmS7.js → AccessStatus.stories-B-o8Wzbn.js} +1 -1
- package/docs/assets/Avatar-BALJe_Kd.js +1 -0
- package/docs/assets/Avatar.stories-BBWquxG4.js +35 -0
- package/docs/assets/{BadgeScore-C0Ghj-5s.js → BadgeScore-BllxpS5b.js} +1 -1
- package/docs/assets/{BadgeScore.stories-DQOL_ZiP.js → BadgeScore.stories-CZkwHDBn.js} +1 -1
- package/docs/assets/{Banner-BmKYBJ1B.js → Banner-B_WbNF52.js} +1 -1
- package/docs/assets/{Banner.stories-BPHdgNAZ.js → Banner.stories-BnbHDoMg.js} +1 -1
- package/docs/assets/{BasicRichListItem-Ctm7LWMn.js → BasicRichListItem-xKSFXEOx.js} +1 -1
- package/docs/assets/{BasicRichListItem.stories-CW9os382.js → BasicRichListItem.stories-CcHSG7m9.js} +2 -2
- package/docs/assets/{BlockadeStatus-4Zx578QV.js → BlockadeStatus-P8nBhdtz.js} +1 -1
- package/docs/assets/{BlockedeStatus.stories-CeCB1B6k.js → BlockedeStatus.stories-D2lBK6X4.js} +1 -1
- package/docs/assets/{Button-DVtHJ-a3.js → Button-BnWnuQz_.js} +1 -1
- package/docs/assets/{Button.stories-D7PDCOOm.js → Button.stories-BUAtvyqT.js} +1 -1
- package/docs/assets/{Card-CbIL2Iiq.js → Card-BzXb8FVb.js} +1 -1
- package/docs/assets/{Card.stories-sWfj8JIt.js → Card.stories-DR5-T-9k.js} +1 -1
- package/docs/assets/{CardExpandable-DvrXNsTR.js → CardExpandable-UGGPT1DB.js} +1 -1
- package/docs/assets/{CardExpandable.stories-CeNHupz8.js → CardExpandable.stories-CgBLkNle.js} +1 -1
- package/docs/assets/{Checkbox-Bk9Hyj7u.js → Checkbox-CJfLFnEo.js} +1 -1
- package/docs/assets/{Checkbox.stories-C9VNatGb.js → Checkbox.stories-Cuk7m0lR.js} +1 -1
- package/docs/assets/{Chip-D-3z8YPj.js → Chip-DHtEAdjh.js} +1 -1
- package/docs/assets/{Chip.stories-CjFXBnam.js → Chip.stories-DQ1Us1CB.js} +1 -1
- package/docs/assets/{Color-ERTF36HU-CqJ5SSs8.js → Color-ERTF36HU-Cl7k2CiW.js} +1 -1
- package/docs/assets/{Colors.stories-CrtG5S4A.js → Colors.stories-BWgavcUS.js} +1 -1
- package/docs/assets/{ColorsThemes.stories-B_DRVheO.js → ColorsThemes.stories-0-sPp0ge.js} +1 -1
- package/docs/assets/{ColorsTokensLms.stories-DNXNDpp5.js → ColorsTokensLms.stories-BykJy-2-.js} +1 -1
- package/docs/assets/{ColorsTokensPrimaryBodywork.stories-MZpI5IXh.js → ColorsTokensPrimaryBodywork.stories-DbuoY06v.js} +1 -1
- package/docs/assets/{ColorsTokensPrimaryWnl.stories-D8POK0cA.js → ColorsTokensPrimaryWnl.stories-BGrxCgKb.js} +1 -1
- package/docs/assets/{CounterToggle-FQNWJcH5.js → CounterToggle-B1fmCAW0.js} +1 -1
- package/docs/assets/{CounterToggle.stories-B63J-wko.js → CounterToggle.stories-B0h9L-mI.js} +1 -1
- package/docs/assets/DateBox.stories-CCMM_bz7.js +30 -0
- package/docs/assets/DatePicker-CpgyDlQB.js +2 -0
- package/docs/assets/{DatePicker.stories-C4sN46Ws.js → DatePicker.stories-BHR8avdJ.js} +1 -1
- package/docs/assets/DateRangePicker-D8hHjWi0.js +1 -0
- package/docs/assets/{DateRangePicker.stories-DGh5m4TF.js → DateRangePicker.stories-DeUSbyPk.js} +1 -1
- package/docs/assets/{Divider-4HN2u4Et.js → Divider-CeZli6az.js} +1 -1
- package/docs/assets/{Divider.stories-BCrs-P64.js → Divider.stories-BGrVq6Gh.js} +1 -1
- package/docs/assets/{DocsRenderer-CFRXHY34-CemqquOQ.js → DocsRenderer-CFRXHY34-D7ZfZi7e.js} +5 -5
- package/docs/assets/{Drawer-DRYKGdtt.js → Drawer-BAhS1Aex.js} +1 -1
- package/docs/assets/{Drawer.stories-DNAfMM9D.js → Drawer.stories-Bgvx4k59.js} +1 -1
- package/docs/assets/{DrawerContent-CY64oeID.js → DrawerContent-BC_l9IKr.js} +1 -1
- package/docs/assets/{DrawerContent.stories-CJRbiAKZ.js → DrawerContent.stories-bd7mDbJc.js} +1 -1
- package/docs/assets/{DrawerDivider-B6matEEg.js → DrawerDivider-DuTuIbLz.js} +1 -1
- package/docs/assets/{DrawerDivider.stories-DkEGw1YV.js → DrawerDivider.stories-C6fwM_Vr.js} +1 -1
- package/docs/assets/{DrawerHeader-kxEGS3hp.js → DrawerHeader-DAlTWdTV.js} +1 -1
- package/docs/assets/{DrawerHeader.stories-C696CXDI.js → DrawerHeader.stories-DPx9vaHi.js} +1 -1
- package/docs/assets/{DrawerListItem-k3WHGFah.js → DrawerListItem-BQwvRia4.js} +1 -1
- package/docs/assets/{DrawerListItem.stories-DUxJpobr.js → DrawerListItem.stories-CHf7nV4C.js} +1 -1
- package/docs/assets/{DrawerListItemGroup-B40g16RV.js → DrawerListItemGroup-BTfrsZ_p.js} +1 -1
- package/docs/assets/{DrawerListItemGroup.stories-Crms7R86.js → DrawerListItemGroup.stories-Ch1z9OG4.js} +1 -1
- package/docs/assets/{DrawerSection-DIeDQFNf.js → DrawerSection-xoALUrNo.js} +1 -1
- package/docs/assets/{DrawerSection.stories-DgdmLwYu.js → DrawerSection.stories-B_netySu.js} +1 -1
- package/docs/assets/{DrawerTile-OeT5gefI.js → DrawerTile-C64fS4dq.js} +1 -1
- package/docs/assets/{DrawerTile.stories-nBKWobdB.js → DrawerTile.stories-CRTdtfFG.js} +1 -1
- package/docs/assets/{Dropdown-CR-eIdCF.js → Dropdown-B75bqkCY.js} +1 -1
- package/docs/assets/{Dropdown.stories-Caf2EapU.js → Dropdown.stories-CFcPipvl.js} +1 -1
- package/docs/assets/{FeatureIcon-B09zj5Bd.js → FeatureIcon-DuHLb2s9.js} +1 -1
- package/docs/assets/{FeatureIcon.stories-CGmHfPT3.js → FeatureIcon.stories-D2wXVZJD.js} +1 -1
- package/docs/assets/{GroupRichListItem-DEqhXKuF.js → GroupRichListItem-C2S_DIM-.js} +1 -1
- package/docs/assets/{GroupRichListItem.stories-y32zxNgh.js → GroupRichListItem.stories-DkFM_Fbq.js} +1 -1
- package/docs/assets/Icon-KlrZhBvI.js +761 -0
- package/docs/assets/{Icon.stories-CY_HHNiQ.js → Icon.stories-DQC9sgOw.js} +1 -1
- package/docs/assets/{IconButton-rhUVXzuc.js → IconButton-BcjUxjB4.js} +1 -1
- package/docs/assets/{IconButton.stories-DFB0l3TX.js → IconButton.stories-BHiXRfSV.js} +1 -1
- package/docs/assets/{IconText-CKA7x6Oe.js → IconText-CcdweKoG.js} +1 -1
- package/docs/assets/{IconText.stories-DI_tSPTu.js → IconText.stories-CAwMj5EE.js} +1 -1
- package/docs/assets/{Image-BF_Kx0up.js → Image-B9jnhF_n.js} +1 -1
- package/docs/assets/{Image.stories-BXYD86R1.js → Image.stories-DzKTJQnd.js} +1 -1
- package/docs/assets/{ItemsList-DxGr2MB5.js → ItemsList-D_riVFX-.js} +1 -1
- package/docs/assets/{LoadingBar-BeOPZFzu.js → LoadingBar-C1yAImWt.js} +1 -1
- package/docs/assets/{LoadingBar.stories-BJeb9oll.js → LoadingBar.stories-NffcMV2n.js} +1 -1
- package/docs/assets/Modal-CgNyRPs8.js +1 -0
- package/docs/assets/{Modal.stories-DL5mJmSa.js → Modal.stories-xhgpgD4o.js} +1 -1
- package/docs/assets/{ModalDialog-C79kCvIP.js → ModalDialog-B2ORB9vQ.js} +1 -1
- package/docs/assets/{ModalDialog.stories-DevcfCkg.js → ModalDialog.stories-DnpSmybQ.js} +1 -1
- package/docs/assets/{NumberInCircle-Cqbd2PUf.js → NumberInCircle-CYZFaZ00.js} +1 -1
- package/docs/assets/{NumberInCircle.stories--_6-RNlU.js → NumberInCircle.stories-DzdSX4we.js} +1 -1
- package/docs/assets/{OutlineDivider-9phD7EaD.js → OutlineDivider-DItdz99b.js} +1 -1
- package/docs/assets/{OutlineDivider.stories-LsrVcpfQ.js → OutlineDivider.stories-Cdmgts0G.js} +1 -1
- package/docs/assets/{OutlineItem-B0GAacWf.js → OutlineItem-dhEw8EC1.js} +1 -1
- package/docs/assets/{OutlineItem.stories-RvYTOp9N.js → OutlineItem.stories-BvYje0yq.js} +1 -1
- package/docs/assets/{OutlineSectionHeader-BDh6TrVb.js → OutlineSectionHeader-CtypBCqR.js} +1 -1
- package/docs/assets/{OutlineSectionHeader.stories-CPuYAPXa.js → OutlineSectionHeader.stories-CpZUQfTd.js} +1 -1
- package/docs/assets/{OverlayHeader--26-GHPy.js → OverlayHeader-51ih8x0c.js} +1 -1
- package/docs/assets/{OverlayHeader.stories-BVxhjyuC.js → OverlayHeader.stories-BclXAtEh.js} +1 -1
- package/docs/assets/{PageHeader-CwyCLKPQ.js → PageHeader-C5oCP3S2.js} +1 -1
- package/docs/assets/{PageHeader.stories-BaavDroe.js → PageHeader.stories-hH9p_VSN.js} +1 -1
- package/docs/assets/{Pagination-XlcLXTgM.js → Pagination-B2HzTrD0.js} +1 -1
- package/docs/assets/{Pagination.stories-CGBJ2Sad.js → Pagination.stories-DwS53dgq.js} +1 -1
- package/docs/assets/{PopOver-CQVq9c4Z.js → PopOver-xznuUBtF.js} +1 -1
- package/docs/assets/{PopOver.stories-g1F8AUJI.js → PopOver.stories-DC1Fdmyd.js} +1 -1
- package/docs/assets/{ProgressBar-3iykKXJT.js → ProgressBar-Dw-iWAra.js} +1 -1
- package/docs/assets/{ProgressBar.stories-BV7Hhjoe.js → ProgressBar.stories-BBkwbwJC.js} +1 -1
- package/docs/assets/{ProgressDonutChart-6EInE7M5.js → ProgressDonutChart-BzpDf_D1.js} +1 -1
- package/docs/assets/{ProgressDonutChart.stories-C_u9MjFX.js → ProgressDonutChart.stories-g0thnFjo.js} +1 -1
- package/docs/assets/{RadioButton-zouOWpRs.js → RadioButton-D-73BAcy.js} +1 -1
- package/docs/assets/{RadioButton.stories-pnmyqoJH.js → RadioButton.stories-DJssblKO.js} +1 -1
- package/docs/assets/{RichListItem.stories-B_DlwcQo.js → RichListItem.stories-3MgSvdLF.js} +2 -2
- package/docs/assets/{SectionHeader-C2Y0CGjY.js → SectionHeader-C9tfdV94.js} +1 -1
- package/docs/assets/{SectionHeader.stories-B0gOYosA.js → SectionHeader.stories-CkVrEY1u.js} +1 -1
- package/docs/assets/{SectionTitle-B1v2FcuB.js → SectionTitle-BQZh7aFs.js} +1 -1
- package/docs/assets/{SectionTitle.stories-BogJgzAG.js → SectionTitle.stories-BLNC5wZK.js} +1 -1
- package/docs/assets/{SelectList-CiuxFUk4.js → SelectList-T6eJOYPv.js} +1 -1
- package/docs/assets/{SelectList.stories-DX-fFMoD.js → SelectList.stories-C-8KXQaF.js} +1 -1
- package/docs/assets/{SelectListItem-BU_U7IZs.js → SelectListItem-KRL8q6Iz.js} +1 -1
- package/docs/assets/{SelectListItem.stories-Dy3EXPN_.js → SelectListItem.stories-Bp_rq-Eh.js} +1 -1
- package/docs/assets/{SelectListItemDivider-CIueguWt.js → SelectListItemDivider-CTuILyj9.js} +1 -1
- package/docs/assets/{SelectListItemDivider.stories-CYkoQqyL.js → SelectListItemDivider.stories-CyW1-Pe_.js} +1 -1
- package/docs/assets/{SelectListItemTile-ohFw-wM4.js → SelectListItemTile-I9x6zsKM.js} +1 -1
- package/docs/assets/{SelectListItemTile.stories-BRCqpIYj.js → SelectListItemTile.stories-B8bcoXQ8.js} +1 -1
- package/docs/assets/{SelectListItemToggle-C1VDDxAm.js → SelectListItemToggle-BKr25N9H.js} +1 -1
- package/docs/assets/{SelectListItemToggle.stories-d_Sto0ry.js → SelectListItemToggle.stories-BxE4M_-B.js} +1 -1
- package/docs/assets/{SelectListSectionTitle-DBd3RwED.js → SelectListSectionTitle-BOCjrVHo.js} +1 -1
- package/docs/assets/{SelectListSectionTitle.stories-BrIWdRit.js → SelectListSectionTitle.stories-8h3E7qrw.js} +1 -1
- package/docs/assets/{SelectionControl-DEv8iTfR.js → SelectionControl-CxsRDZ81.js} +1 -1
- package/docs/assets/{SelectionTile-CjfV3f7H.js → SelectionTile-CmtXisA8.js} +2 -2
- package/docs/assets/{SelectionTile.stories-PT6dhdE2.js → SelectionTile.stories-_3ZFRUYJ.js} +1 -1
- package/docs/assets/{Skeleton-Budxm1Jq.js → Skeleton-DMxKKJ0Z.js} +1 -1
- package/docs/assets/{Skeleton.stories-C5oyivEw.js → Skeleton.stories-BHWr0cDF.js} +1 -1
- package/docs/assets/{SurveyQuestionOpenEnded-7vjfdqDE.js → SurveyQuestionOpenEnded-BqVHeqqP.js} +1 -1
- package/docs/assets/{SurveyQuestionOpenEnded.stories-DOs_GSRG.js → SurveyQuestionOpenEnded.stories-ahMVN6RR.js} +1 -1
- package/docs/assets/{SurveyQuestionScale-OhARHAbk.js → SurveyQuestionScale--V40kshK.js} +1 -1
- package/docs/assets/{SurveyQuestionScale.stories-Bi7NxxtA.js → SurveyQuestionScale.stories-OzvwLBWr.js} +1 -1
- package/docs/assets/{SurveyToggle-CyohUVKo.js → SurveyToggle-CPoPpkRt.js} +1 -1
- package/docs/assets/{SurveyToggle.stories-ghYQJDpX.js → SurveyToggle.stories-63IVdw_s.js} +1 -1
- package/docs/assets/{Switch-BtYFtHgw.js → Switch-8KDmrBx0.js} +1 -1
- package/docs/assets/{Switch.stories-DmNV0lil.js → Switch.stories-CLRVfXje.js} +1 -1
- package/docs/assets/{TabItem-GC7LQNvp.js → TabItem-DMeZl877.js} +1 -1
- package/docs/assets/{TabItem.stories-DbiRd9vV.js → TabItem.stories-bpoM2LnI.js} +1 -1
- package/docs/assets/{TextGroup-lwPvABi6.js → TextGroup-D5le3QVY.js} +1 -1
- package/docs/assets/{TextGroup.stories-CnojKPTw.js → TextGroup.stories-soggouxN.js} +1 -1
- package/docs/assets/{ThreeColumnLayout-BR3bkVIs.js → ThreeColumnLayout-CFf8NRwP.js} +1 -1
- package/docs/assets/{ThreeColumnLayout.stories-V4L7zdf_.js → ThreeColumnLayout.stories-tcn5IlfD.js} +1 -1
- package/docs/assets/{Tile-DjRk5xHI.js → Tile-DXlbtMBZ.js} +1 -1
- package/docs/assets/{Tile.sb.shared-Dt0Nhl_4.js → Tile.sb.shared-BRv2J5BO.js} +1 -1
- package/docs/assets/{Tile.stories-lM4we8lW.js → Tile.stories-C2CVBJs4.js} +1 -1
- package/docs/assets/{Toast-Dgoj-mgi.js → Toast-DyyWQQxM.js} +1 -1
- package/docs/assets/{Toast.stories-BxXNn_Nb.js → Toast.stories-Bv9gyrsa.js} +1 -1
- package/docs/assets/{ToggleButton-APZXu2t7.js → ToggleButton-C_ZU_6g5.js} +1 -1
- package/docs/assets/{ToggleButton.stories-DO-p6P3s.js → ToggleButton.stories-DLfjOSpj.js} +1 -1
- package/docs/assets/{Tooltip-Cni6OHo9.js → Tooltip-DB8acOEc.js} +1 -1
- package/docs/assets/{Tooltip.stories-C3h4ABpf.js → Tooltip.stories-DTDTTjA0.js} +1 -1
- package/docs/assets/{TypographyTokensLms.stories-PrEmdBHF.js → TypographyTokensLms.stories-DW3gBdun.js} +1 -1
- package/docs/assets/{TypographyVariables.stories-CP8aNZmQ.js → TypographyVariables.stories-FmiXmx2m.js} +1 -1
- package/docs/assets/{Well-DSgC9yDa.js → Well-Chn1RK_x.js} +1 -1
- package/docs/assets/{Well.stories-02Hpe7cX.js → Well.stories-D3_25hWV.js} +1 -1
- package/docs/assets/entry-preview-C1JfRNcy.js +1 -0
- package/docs/assets/{entry-preview-docs-b1BM2N0G.js → entry-preview-docs-CLZ3bGGX.js} +1 -1
- package/docs/assets/{iframe-OBly2w25.js → iframe-CyhtZ8S-.js} +6 -5
- package/docs/assets/{index-DRNPKjaN.js → index-BxvhpXoy.js} +1 -1
- package/docs/assets/{index-BX4u4pqi.js → index-aHmFlg65.js} +1 -1
- package/docs/assets/preview-DYM3zEKi.js +64 -0
- package/docs/assets/{preview-BA4xsxRI.js → preview-Gp_N-XaH.js} +2 -2
- package/docs/assets/string-CXbuceC1.js +1 -0
- package/docs/assets/{vue-popper-CpfGMX4Q.js → vue-popper-DQfdblyw.js} +1 -1
- package/docs/assets/{vue.esm-bundler-CWlcb7ht.js → vue.esm-bundler-DmkhfO_9.js} +1 -1
- package/docs/iframe.html +1 -1
- package/docs/index.json +1 -1
- package/docs/project.json +1 -1
- package/lib/images/icons/change.svg +1 -0
- package/lib/js/components/Avatar/Avatar.consts.ts +10 -0
- package/lib/js/components/Avatar/Avatar.spec.ts +133 -0
- package/lib/js/components/Avatar/Avatar.stories.ts +91 -0
- package/lib/js/components/Avatar/Avatar.vue +178 -0
- package/lib/js/components/Avatar/index.ts +4 -0
- package/lib/js/components/DatePickers/DateBox/DateBox.stories.ts +99 -0
- package/lib/js/components/DatePickers/{DatePickerBox/DatePickerBox.vue → DateBox/DateBox.vue} +52 -37
- package/lib/js/components/DatePickers/DateBox/index.ts +3 -0
- package/lib/js/components/DatePickers/DatePicker/DatePicker.vue +3 -4
- package/lib/js/components/DatePickers/DateRangePicker/DateRangePicker.vue +4 -31
- package/lib/js/components/Icons/Icon/Icon.consts.ts +6 -4
- package/lib/js/components/Modals/Modal/Modal.vue +2 -2
- package/lib/js/icons/fontawesome.ts +2 -0
- package/lib/js/index.ts +3 -0
- package/package.json +4 -3
- package/docs/assets/DatePicker-Br-Dxnyn.js +0 -2
- package/docs/assets/DateRangePicker-B2xmoGPO.js +0 -1
- package/docs/assets/Icon-ChGia3n4.js +0 -761
- package/docs/assets/Modal-xys3UXAy.js +0 -1
- package/docs/assets/entry-preview-Dzwhc6UB.js +0 -1
- package/docs/assets/preview-ByrBU2E6.js +0 -64
- package/docs/assets/string-BIzBNuWk.js +0 -1
- package/lib/js/components/DatePickers/DatePickerBox/index.ts +0 -3
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{I as r,s as o,T as m}from"./ItemsList-
|
|
1
|
+
import{I as r,s as o,T as m}from"./ItemsList-D_riVFX-.js";import"./vue.esm-bundler-DmkhfO_9.js";import"./_plugin-vue_export-helper-DlAUqK2U.js";const d={title:"foundations/Typography/Variables",component:r},n=a=>({components:{ItemsList:r},setup(){return a},template:`
|
|
2
2
|
<items-list :items-lists="itemsLists" :type="type"></items-list>`}),s=n.bind({}),p={itemsLists:[{title:"Variables",list:o,class:"-ds-theme-wnl"}],type:m.TYPOGRAPHY};s.args=p;s.parameters={design:{type:"figma",url:"https://www.figma.com/file/ABEasgiwLLs91MISXwV7Vs/LMS-TypographyTokens---experiments-v2?node-id=0%3A1"}};var t,e,i;s.parameters={...s.parameters,docs:{...(t=s.parameters)==null?void 0:t.docs,source:{originalSource:`args => ({
|
|
3
3
|
components: {
|
|
4
4
|
ItemsList
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{d as n,o as l,c as d,f as t,n as o}from"./vue.esm-bundler-
|
|
1
|
+
import{d as n,o as l,c as d,f as t,n as o}from"./vue.esm-bundler-DmkhfO_9.js";import{_ as r}from"./_plugin-vue_export-helper-DlAUqK2U.js";const s={SMALL:"small",MEDIUM:"medium"},a=n({name:"Well",props:{padding:{type:String,default:null,validator(e){return Object.values(s).includes(e)}}},data(){return{WELL_PADDINGS:Object.freeze(s)}}});function i(e,p,m,u,c,f){return l(),d("div",{class:o(["ds-well",{"-ds-medium":e.WELL_PADDINGS.MEDIUM===e.padding,"-ds-small":e.WELL_PADDINGS.SMALL===e.padding}])},[t(e.$slots,"default",{},void 0,!0)],2)}const g=r(a,[["render",i],["__scopeId","data-v-e3187d30"]]);a.__docgenInfo={displayName:"Well",exportName:"default",description:"",tags:{},props:[{name:"padding",type:{name:"string"},defaultValue:{func:!1,value:"null"}}],slots:[{name:"default"}],sourceFiles:["/home/runner/work/design-system/design-system/lib/js/components/Well/Well.vue"]};export{g as W,s as a};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{W as t,a as n}from"./Well-
|
|
1
|
+
import{W as t,a as n}from"./Well-Chn1RK_x.js";import"./vue.esm-bundler-DmkhfO_9.js";import"./_plugin-vue_export-helper-DlAUqK2U.js";const m={title:"Components/Well",component:t,render:r=>({components:{Well:t},setup(){return{args:r}},template:'<well v-bind="args"><div v-html="args.content" /></well>'}),argTypes:{padding:{control:"select",options:[null,...Object.values(n)]},content:{control:"text"}},parameters:{design:{type:"figma",url:"https://www.figma.com/file/oqNhXXGdc4ZnNQ6YNpkLEK/INI-152-Baza-v3---planowanie?node-id=1807-518161&t=sQ5nflpPY2YcPKNc-4"}}},e={args:{padding:null,content:'<h3 style="margin-top: 0">Content</h3>Voluptatem saepe suscipit optio et delectus esse sed velit. Autem maxime soluta aliquam perspiciatis quidem dolor saepe rerum.'}};var s,a,o;e.parameters={...e.parameters,docs:{...(s=e.parameters)==null?void 0:s.docs,source:{originalSource:`{
|
|
2
2
|
args: {
|
|
3
3
|
padding: null,
|
|
4
4
|
content: '<h3 style="margin-top: 0">Content</h3>' + 'Voluptatem saepe suscipit optio et delectus esse sed velit. Autem maxime soluta aliquam perspiciatis quidem dolor saepe rerum.'
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{L as p,N,i as w,O as v,K as d}from"./vue.esm-bundler-DmkhfO_9.js";var I=Object.defineProperty,j=(e,t)=>{for(var r in t)I(e,r,{get:t[r],enumerable:!0})};const{sanitizeStoryContextUpdate:E}=__STORYBOOK_MODULE_PREVIEW_API__;var F={};j(F,{applyDecorators:()=>U,mount:()=>b,parameters:()=>h,render:()=>y,renderToCanvas:()=>P});var y=(e,t)=>{let{id:r,component:i}=t;if(!i)throw new Error(`Unable to render story ${r} as the component annotation is missing from the default export`);return()=>p(i,e,C(e,t))},A=e=>{var t;(t=globalThis.PLUGINS_SETUP_FUNCTIONS)!=null||(globalThis.PLUGINS_SETUP_FUNCTIONS=new Set),globalThis.PLUGINS_SETUP_FUNCTIONS.add(e)},L=async(e,t)=>{globalThis&&globalThis.PLUGINS_SETUP_FUNCTIONS&&await Promise.all([...globalThis.PLUGINS_SETUP_FUNCTIONS].map(r=>r(e,t)))},g=new Map;async function P({storyFn:e,forceRemount:t,showMain:r,showException:i,storyContext:n,id:a},s){let o=g.get(s);if(o&&!t){let l=e(),c=T(l,n);return R(o.reactiveArgs,c),()=>{_(o.vueApp,s)}}o&&t&&_(o.vueApp,s);let u=N({setup(){n.args=d(n.args);let l=e(),c=T(l,n),f={vueApp:u,reactiveArgs:d(c)};return g.set(s,f),()=>p(l)}});return u.config.errorHandler=(l,c,f)=>{var S;(S=window.__STORYBOOK_PREVIEW__)!=null&&S.storyRenders.some(O=>O.id===a&&O.phase==="playing")?setTimeout(()=>{throw l},0):i(l)},await L(u,n),u.mount(s),r(),()=>{_(u,s)}}function C(e,t){let{argTypes:r}=t,i=Object.entries(e).filter(([n])=>{var a,s;return((s=(a=r[n])==null?void 0:a.table)==null?void 0:s.category)==="slots"}).map(([n,a])=>[n,typeof a=="function"?a:()=>a]);return Object.fromEntries(i)}function T(e,t){return e.props&&w(e)?e.props:t.args}function R(e,t){if(Object.keys(t).length===0)return;let r=v(e)?e:d(e);Object.keys(r).forEach(i=>{i in t||delete r[i]}),Object.assign(r,t)}function _(e,t){e==null||e.unmount(),g.has(t)&&g.delete(t)}function z(e){return typeof e=="function"?{render:e,name:e.name}:e}function m(e,t){let r=e;return r===null?null:typeof r=="function"?r:t?{...z(r),components:{...r.components||{},story:t}}:{render(){return p(r)}}}function U(e,t){return t.reduce((r,i)=>n=>{let a,s=i(o=>{let u=E(o);return o&&(u.args=Object.assign(n.args,u.args)),a=r({...n,...u}),a},n);return a||(a=r(n)),s===a?a:m(s,()=>p(a))},r=>m(e(r)))}var b=e=>async(t,r)=>(t&&(e.originalStoryFn=()=>()=>p(t,r==null?void 0:r.props,r==null?void 0:r.slots)),await e.renderToCanvas(),e.canvas),h={renderer:"vue3"};const D=Object.freeze(Object.defineProperty({__proto__:null,applyDecorators:U,mount:b,parameters:h,render:y,renderToCanvas:P},Symbol.toStringTag,{value:"Module"}));export{D as a,F as e,P as r,A as s};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{i as C,c as _,N as v,a as j,l as N,D as $,y as A}from"./index-vG0co4wr.js";import{w as E,i as O}from"./vue.esm-bundler-
|
|
1
|
+
import{i as C,c as _,N as v,a as j,l as N,D as $,y as A}from"./index-vG0co4wr.js";import{w as E,i as O}from"./vue.esm-bundler-DmkhfO_9.js";import"./_commonjsHelpers-Chg3vePA.js";const{addons:V}=__STORYBOOK_MODULE_PREVIEW_API__;var T=["props","events","slots","exposed","expose"],D=e=>{if(!v(e))return null;let t="exposed"in e.__docgenInfo?"vue-component-meta":"vue-docgen-api",n={};return T.forEach(r=>{j(e,r).forEach(a=>{let s;if(t==="vue-docgen-api"){let i=a.docgenInfo;s=M(i,r,a)}else{let i=a.docgenInfo;s=q(i,r)}!s||n[s.name]||(["events","expose","exposed"].includes(r)&&(s.control={disable:!0}),n[s.name]=s)})}),n},M=(e,t,n)=>{var i,u,o,l,m;let r,a;if(t==="events"&&(r=(i=e.type)==null?void 0:i.names.join(),a={name:"other",value:r!=null?r:"",required:!1}),t==="slots"){let f=(u=e.bindings)==null?void 0:u.filter(p=>!!p.name).map(p=>{var y,c;return`${p.name}: ${(c=(y=p.type)==null?void 0:y.name)!=null?c:"unknown"}`}).join("; ");r=f?`{ ${f} }`:void 0,a={name:"other",value:r!=null?r:"",required:!1}}if(t==="props"){let f=e;if(r=(o=f.type)==null?void 0:o.name,a=n?N(n.docgenInfo):{name:"other",value:r},f.type&&"elements"in f.type&&Array.isArray(f.type.elements)&&f.type.elements.length>0){let p=f.type.elements.map(y=>y.name);r==="Array"&&(r=`${p.length===1?p[0]:`(${p.join(" | ")})`}[]`),r==="union"?r=p.join(" | "):r==="intersection"&&(r=p.join(" & "))}}let s="required"in e&&(l=e.required)!=null?l:!1;return{name:e.name,description:e.description,type:a?{...a,required:s}:{name:"other",value:r!=null?r:""},table:{type:r?{summary:r}:void 0,defaultValue:(m=n==null?void 0:n.propDef.defaultValue)!=null?m:void 0,jsDocTags:n==null?void 0:n.propDef.jsDocTags,category:t}}},q=(e,t)=>{if("global"in e&&e.global)return;let n={summary:e.type.replace(" | undefined","")};if(t==="props"){let r=e,a=r.default?{summary:r.default}:void 0;return{name:r.name,description:F(r.description,r.tags),defaultValue:a,type:d(r),table:{type:n,defaultValue:a,category:t}}}else return{name:e.name,description:"description"in e?e.description:"",type:{name:"other",value:e.type},table:{type:n,category:t}}},d=e=>{var s,i,u,o;let t=e.schema,n=e.required,r={name:"other",value:e.type,required:n},a=["string","number","function","boolean","symbol"];if(typeof t=="string")return a.includes(t)?{name:t,required:n}:r;switch(t.kind){case"enum":{let l=(i=(s=t.schema)==null?void 0:s.filter(m=>m!=="undefined"))!=null?i:[];return W(l)?{name:"boolean",required:n}:w(l)||k(l)?{name:"enum",value:l.map(m=>m.replace(/"/g,"")),required:n}:l.length===1?d({schema:l[0],type:e.type,required:n}):(l.length>2&&l.includes("true")&&l.includes("false")&&(l=l.filter(m=>m!=="true"&&m!=="false"),l.push("boolean")),{name:"union",value:l.map(m=>d(typeof m=="object"?{schema:m,type:m.type,required:!1}:{schema:m,type:m,required:!1})),required:n})}case"array":{let l=(o=(u=t.schema)==null?void 0:u.filter(m=>m!=="undefined"))!=null?o:[];return l.length===0?r:l.length===1?{name:"array",value:d({schema:l[0],type:e.type,required:!1}),required:n}:{name:"union",value:l.map(m=>d(typeof m=="object"?{schema:m,type:m.type,required:!1}:{schema:m,type:m,required:!1})),required:n}}case"object":return{name:"object",value:{},required:n};default:return r}},F=(e,t)=>!(t!=null&&t.length)||!e?e!=null?e:"":`${t.map(n=>`@${n.name}: ${n.text}`).join("<br>")}<br><br>${e}`,w=e=>e.every(t=>typeof t=="string"&&t.startsWith('"')&&t.endsWith('"')),k=e=>e.every(t=>typeof t=="string"&&t.includes(".")),W=e=>e.length===2&&e.includes("true")&&e.includes("false"),B=(e,t)=>{let n=e();if(I(t))return n;let r=V.getChannel();return E(()=>t.args,()=>{let a=R(t);r.emit(A,{id:t.id,args:t.args,source:a,format:"vue"})},{immediate:!0,deep:!0}),n},R=e=>{let t={imports:{},scriptVariables:{}},{displayName:n,slotNames:r,eventNames:a}=G(e.component),s=h(e.args,r,a,t),i=b(e.args,r,t),u=n||e.title.split("/").at(-1),o=i?`<${u} ${s}> ${i} </${u}>`:`<${u} ${s} />`,l=Object.entries(t.scriptVariables).map(([p,y])=>`const ${p} = ${y};`).join(`
|
|
2
2
|
|
|
3
3
|
`),m=Object.entries(t.imports).map(([p,y])=>`import { ${Array.from(y.values()).sort().join(", ")} } from "${p}";`).join(`
|
|
4
4
|
`),f=`<template>
|