bonkers-ui 1.0.72 → 1.0.74
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/LICENCE +1 -1
- package/README.md +106 -82
- package/_types/align.d.ts +0 -1
- package/_types/align.js.map +1 -1
- package/_types/colors.d.ts +5 -1
- package/_types/colors.js +1 -1
- package/_types/colors.js.map +1 -1
- package/_types/sizing.d.ts +0 -1
- package/_types/sizing.js.map +1 -1
- package/bonkers-ui.css +1 -0
- package/bonkers-ui.umd.js +102 -11
- package/bonkers-ui.umd.js.map +1 -1
- package/components/UiAlert/UiAlert.d.ts +10 -0
- package/components/UiAlert/UiAlert.js +35 -0
- package/components/UiAlert/UiAlert.js.map +1 -0
- package/components/{ui-alert → UiAlert}/_types.d.ts +0 -1
- package/components/UiAlert/_types.js.map +1 -0
- package/components/UiAlert/index.d.ts +2 -0
- package/components/UiAlert/index.js +7 -0
- package/components/UiAlert/index.js.map +1 -0
- package/components/UiBerRank/UiBerRank.d.ts +8 -0
- package/components/UiBerRank/UiBerRank.js +95 -0
- package/components/UiBerRank/UiBerRank.js.map +1 -0
- package/components/UiBerRank/UiBerRank.module.css.js +10 -0
- package/components/UiBerRank/UiBerRank.module.css.js.map +1 -0
- package/components/{ui-ber-rank → UiBerRank}/_types.d.ts +2 -4
- package/components/{ui-ber-rank → UiBerRank}/_types.js +5 -6
- package/components/UiBerRank/_types.js.map +1 -0
- package/components/UiBerRank/index.d.ts +2 -0
- package/components/UiBerRank/index.js +7 -0
- package/components/UiBerRank/index.js.map +1 -0
- package/components/UiButton/UiButton.d.ts +10 -0
- package/components/UiButton/UiButton.js +152 -0
- package/components/UiButton/UiButton.js.map +1 -0
- package/components/UiButton/UiButton.module.css.js +8 -0
- package/components/UiButton/UiButton.module.css.js.map +1 -0
- package/components/{ui-button/_typings.d.ts → UiButton/_types.d.ts} +4 -1
- package/components/{ui-button/_typings.js → UiButton/_types.js} +4 -3
- package/components/UiButton/_types.js.map +1 -0
- package/components/UiButton/index.d.ts +2 -0
- package/components/UiButton/index.js +9 -0
- package/components/UiButton/index.js.map +1 -0
- package/components/UiCheckbox/UiCheckbox.d.ts +13 -0
- package/components/UiCheckbox/UiCheckbox.js +93 -0
- package/components/UiCheckbox/UiCheckbox.js.map +1 -0
- package/components/UiCheckbox/UiCheckbox.module.css.js +15 -0
- package/components/UiCheckbox/UiCheckbox.module.css.js.map +1 -0
- package/components/UiCheckbox/_types.d.ts +4 -0
- package/components/UiCheckbox/_types.js +5 -0
- package/components/UiCheckbox/_types.js.map +1 -0
- package/components/UiCheckbox/index.d.ts +2 -0
- package/components/UiCheckbox/index.js +7 -0
- package/components/UiCheckbox/index.js.map +1 -0
- package/components/UiIcon/UiIcon.d.ts +9 -0
- package/components/UiIcon/UiIcon.js +37 -0
- package/components/UiIcon/UiIcon.js.map +1 -0
- package/components/UiIcon/index.d.ts +1 -0
- package/components/UiIcon/index.js +5 -0
- package/components/UiInputRange/UiInputRange.d.ts +9 -0
- package/components/UiInputRange/UiInputRange.js +89 -0
- package/components/UiInputRange/UiInputRange.js.map +1 -0
- package/components/UiInputRange/UiInputRange.module.css.js +8 -0
- package/components/UiInputRange/UiInputRange.module.css.js.map +1 -0
- package/components/UiInputRange/index.d.ts +1 -0
- package/components/UiInputRange/index.js +5 -0
- package/components/UiList/UiList.d.ts +9 -0
- package/components/UiList/UiList.js +24 -0
- package/components/UiList/UiList.js.map +1 -0
- package/components/UiList/UiListItem.d.ts +7 -0
- package/components/UiList/UiListItem.js +10 -0
- package/components/UiList/UiListItem.js.map +1 -0
- package/components/{ui-list-item → UiList}/_types.d.ts +0 -5
- package/components/UiList/_types.js +6 -0
- package/components/UiList/_types.js.map +1 -0
- package/components/UiList/index.d.ts +3 -0
- package/components/UiList/index.js +10 -0
- package/components/UiList/index.js.map +1 -0
- package/components/UiPills/UiPills.d.ts +11 -0
- package/components/UiPills/UiPills.js +41 -0
- package/components/UiPills/UiPills.js.map +1 -0
- package/components/{ui-badge/_typings.d.ts → UiPills/_types.d.ts} +0 -1
- package/components/{ui-badge/_typings.js → UiPills/_types.js} +1 -1
- package/components/UiPills/_types.js.map +1 -0
- package/components/UiPills/index.d.ts +2 -0
- package/components/UiPills/index.js +8 -0
- package/components/UiPills/index.js.map +1 -0
- package/components/UiPlainRadio/UiPlainRadio.d.ts +11 -0
- package/components/UiPlainRadio/UiPlainRadio.js +83 -0
- package/components/UiPlainRadio/UiPlainRadio.js.map +1 -0
- package/components/UiPlainRadio/index.d.ts +1 -0
- package/components/UiPlainRadio/index.js +5 -0
- package/components/UiPlainRadio/index.js.map +1 -0
- package/components/UiProductCard/UiProductCard.d.ts +9 -0
- package/components/UiProductCard/UiProductCard.js +52 -0
- package/components/UiProductCard/UiProductCard.js.map +1 -0
- package/components/UiProductCard/index.d.ts +1 -0
- package/components/{ui-product-card → UiProductCard}/index.js +1 -1
- package/components/UiProductCard/index.js.map +1 -0
- package/components/UiProgress/UiProgress.d.ts +9 -0
- package/components/UiProgress/UiProgress.js +59 -0
- package/components/UiProgress/UiProgress.js.map +1 -0
- package/components/UiProgress/index.d.ts +1 -0
- package/components/UiProgress/index.js +5 -0
- package/components/UiProgress/index.js.map +1 -0
- package/components/UiRadio/UiRadio.d.ts +13 -0
- package/components/UiRadio/UiRadio.js +84 -0
- package/components/UiRadio/UiRadio.js.map +1 -0
- package/components/UiRadio/UiRadio.module.css.js +10 -0
- package/components/UiRadio/UiRadio.module.css.js.map +1 -0
- package/components/UiRadio/index.d.ts +1 -0
- package/components/UiRadio/index.js +5 -0
- package/components/UiRadio/index.js.map +1 -0
- package/components/UiRadioFancy/UiRadioFancy.d.ts +10 -0
- package/components/UiRadioFancy/UiRadioFancy.js +74 -0
- package/components/UiRadioFancy/UiRadioFancy.js.map +1 -0
- package/components/UiRadioFancy/_types.d.ts +4 -0
- package/components/UiRadioFancy/_types.js +5 -0
- package/components/UiRadioFancy/_types.js.map +1 -0
- package/components/UiRadioFancy/index.d.ts +2 -0
- package/components/UiRadioFancy/index.js +7 -0
- package/components/UiRadioFancy/index.js.map +1 -0
- package/components/UiSelect/UiSelect.d.ts +12 -0
- package/components/UiSelect/index.d.ts +1 -0
- package/components/UiSkeleton/UiSkeleton.d.ts +7 -0
- package/components/UiSkeleton/UiSkeleton.js +214 -0
- package/components/UiSkeleton/UiSkeleton.js.map +1 -0
- package/components/{ui-skeleton/_typings.d.ts → UiSkeleton/_types.d.ts} +0 -1
- package/components/{ui-skeleton/_typings.js → UiSkeleton/_types.js} +1 -1
- package/components/UiSkeleton/_types.js.map +1 -0
- package/components/UiSkeleton/index.d.ts +1 -0
- package/components/UiSkeleton/index.js +5 -0
- package/components/UiSkeleton/index.js.map +1 -0
- package/components/UiTable/UiTable.d.ts +8 -0
- package/components/UiTable/UiTable.js +21 -0
- package/components/UiTable/UiTable.js.map +1 -0
- package/components/UiTable/UiTableCell.d.ts +9 -0
- package/components/UiTable/UiTableCell.js +33 -0
- package/components/UiTable/UiTableCell.js.map +1 -0
- package/components/UiTable/UiTableRow.d.ts +7 -0
- package/components/UiTable/UiTableRow.js +25 -0
- package/components/UiTable/UiTableRow.js.map +1 -0
- package/components/{ui-table → UiTable}/_types.d.ts +3 -1
- package/components/UiTable/_types.js +6 -0
- package/components/UiTable/_types.js.map +1 -0
- package/components/UiTable/index.d.ts +4 -0
- package/components/UiTable/index.js +12 -0
- package/components/UiTable/index.js.map +1 -0
- package/components/UiTabs/UiTabs.d.ts +8 -0
- package/components/UiTabs/UiTabs.js +53 -0
- package/components/UiTabs/UiTabs.js.map +1 -0
- package/components/UiTabs/index.d.ts +1 -0
- package/components/UiTabs/index.js +5 -0
- package/components/UiTabs/index.js.map +1 -0
- package/components/UiToggle/UiToggle.d.ts +9 -0
- package/components/UiToggle/UiToggle.js +103 -0
- package/components/UiToggle/UiToggle.js.map +1 -0
- package/components/UiToggle/index.d.ts +1 -0
- package/components/UiToggle/index.js +5 -0
- package/components/UiToggle/index.js.map +1 -0
- package/components/UiTypography/UiTypography.d.ts +17 -0
- package/components/UiTypography/UiTypography.js +119 -0
- package/components/UiTypography/UiTypography.js.map +1 -0
- package/components/{ui-typography/_typings.d.ts → UiTypography/_types.d.ts} +4 -3
- package/components/UiTypography/_types.js +8 -0
- package/components/UiTypography/_types.js.map +1 -0
- package/components/UiTypography/index.d.ts +3 -0
- package/components/UiTypography/index.js +12 -0
- package/components/UiTypography/index.js.map +1 -0
- package/eslint.config.mjs +91 -0
- package/helper.d.ts +1 -0
- package/index.d.ts +18 -43
- package/index.js +36 -207
- package/index.js.map +1 -1
- package/package.json +71 -73
- package/plugin.ts +32 -8
- package/src/_styles/_backdropBlur.json +10 -0
- package/src/_styles/_shadow.json +2 -1
- package/tailwind.config.ts +6 -4
- package/.eslintrc.js +0 -124
- package/.stylelintrc +0 -24
- package/CONSTANTS.d.ts +0 -4
- package/CONSTANTS.d.ts.map +0 -1
- package/_types/align.d.ts.map +0 -1
- package/_types/colors.d.ts.map +0 -1
- package/_types/sizing.d.ts.map +0 -1
- package/_utils/debounce.d.ts +0 -2
- package/_utils/debounce.d.ts.map +0 -1
- package/_utils/debounce.js +0 -12
- package/_utils/debounce.js.map +0 -1
- package/_virtual/_plugin-vue_export-helper.js +0 -10
- package/_virtual/_plugin-vue_export-helper.js.map +0 -1
- package/components/ui-alert/_types.d.ts.map +0 -1
- package/components/ui-alert/_types.js.map +0 -1
- package/components/ui-alert/index.d.ts +0 -61
- package/components/ui-alert/index.d.ts.map +0 -1
- package/components/ui-alert/index.js +0 -9
- package/components/ui-alert/index.js.map +0 -1
- package/components/ui-alert/ui-alert.vue.d.ts +0 -31
- package/components/ui-alert/ui-alert.vue.d.ts.map +0 -1
- package/components/ui-alert/ui-alert.vue.js +0 -47
- package/components/ui-alert/ui-alert.vue.js.map +0 -1
- package/components/ui-alert/ui-alert.vue2.js +0 -5
- package/components/ui-alert/ui-alert.vue2.js.map +0 -1
- package/components/ui-badge/_typings.d.ts.map +0 -1
- package/components/ui-badge/_typings.js.map +0 -1
- package/components/ui-badge/index.d.ts +0 -105
- package/components/ui-badge/index.d.ts.map +0 -1
- package/components/ui-badge/index.js +0 -10
- package/components/ui-badge/index.js.map +0 -1
- package/components/ui-badge/ui-badge.vue.d.ts +0 -55
- package/components/ui-badge/ui-badge.vue.d.ts.map +0 -1
- package/components/ui-badge/ui-badge.vue.js +0 -64
- package/components/ui-badge/ui-badge.vue.js.map +0 -1
- package/components/ui-badge/ui-badge.vue2.js +0 -5
- package/components/ui-badge/ui-badge.vue2.js.map +0 -1
- package/components/ui-ber-rank/_types.d.ts.map +0 -1
- package/components/ui-ber-rank/_types.js.map +0 -1
- package/components/ui-ber-rank/index.d.ts +0 -32
- package/components/ui-ber-rank/index.d.ts.map +0 -1
- package/components/ui-ber-rank/index.js +0 -11
- package/components/ui-ber-rank/index.js.map +0 -1
- package/components/ui-ber-rank/ui-ber-rank.vue.d.ts +0 -35
- package/components/ui-ber-rank/ui-ber-rank.vue.d.ts.map +0 -1
- package/components/ui-ber-rank/ui-ber-rank.vue.js +0 -101
- package/components/ui-ber-rank/ui-ber-rank.vue.js.map +0 -1
- package/components/ui-ber-rank/ui-ber-rank.vue3.js +0 -7
- package/components/ui-ber-rank/ui-ber-rank.vue3.js.map +0 -1
- package/components/ui-button/_typings.d.ts.map +0 -1
- package/components/ui-button/_typings.js.map +0 -1
- package/components/ui-button/index.d.ts +0 -113
- package/components/ui-button/index.d.ts.map +0 -1
- package/components/ui-button/index.js +0 -10
- package/components/ui-button/index.js.map +0 -1
- package/components/ui-button/ui-button.vue.d.ts +0 -55
- package/components/ui-button/ui-button.vue.d.ts.map +0 -1
- package/components/ui-button/ui-button.vue.js +0 -51
- package/components/ui-button/ui-button.vue.js.map +0 -1
- package/components/ui-button/ui-button.vue2.js +0 -5
- package/components/ui-button/ui-button.vue2.js.map +0 -1
- package/components/ui-card-cta/index.d.ts +0 -93
- package/components/ui-card-cta/index.d.ts.map +0 -1
- package/components/ui-card-cta/index.js +0 -7
- package/components/ui-card-cta/index.js.map +0 -1
- package/components/ui-card-cta/ui-card-cta.vue.d.ts +0 -38
- package/components/ui-card-cta/ui-card-cta.vue.d.ts.map +0 -1
- package/components/ui-card-cta/ui-card-cta.vue.js +0 -76
- package/components/ui-card-cta/ui-card-cta.vue.js.map +0 -1
- package/components/ui-card-cta/ui-card-cta.vue2.js +0 -5
- package/components/ui-card-cta/ui-card-cta.vue2.js.map +0 -1
- package/components/ui-card-result/index.d.ts +0 -91
- package/components/ui-card-result/index.d.ts.map +0 -1
- package/components/ui-card-result/index.js +0 -7
- package/components/ui-card-result/index.js.map +0 -1
- package/components/ui-card-result/ui-card-result.vue.d.ts +0 -35
- package/components/ui-card-result/ui-card-result.vue.d.ts.map +0 -1
- package/components/ui-card-result/ui-card-result.vue.js +0 -9
- package/components/ui-card-result/ui-card-result.vue.js.map +0 -1
- package/components/ui-card-result/ui-card-result.vue2.js +0 -82
- package/components/ui-card-result/ui-card-result.vue2.js.map +0 -1
- package/components/ui-card-simple/_typings.d.ts +0 -5
- package/components/ui-card-simple/_typings.d.ts.map +0 -1
- package/components/ui-card-simple/index.d.ts +0 -28
- package/components/ui-card-simple/index.d.ts.map +0 -1
- package/components/ui-card-simple/index.js +0 -7
- package/components/ui-card-simple/index.js.map +0 -1
- package/components/ui-card-simple/ui-card-simple.vue.d.ts +0 -15
- package/components/ui-card-simple/ui-card-simple.vue.d.ts.map +0 -1
- package/components/ui-card-simple/ui-card-simple.vue.js +0 -35
- package/components/ui-card-simple/ui-card-simple.vue.js.map +0 -1
- package/components/ui-card-simple/ui-card-simple.vue2.js +0 -5
- package/components/ui-card-simple/ui-card-simple.vue2.js.map +0 -1
- package/components/ui-checkbox/index.d.ts +0 -107
- package/components/ui-checkbox/index.d.ts.map +0 -1
- package/components/ui-checkbox/index.js +0 -7
- package/components/ui-checkbox/index.js.map +0 -1
- package/components/ui-checkbox/ui-checkbox.vue.d.ts +0 -40
- package/components/ui-checkbox/ui-checkbox.vue.d.ts.map +0 -1
- package/components/ui-checkbox/ui-checkbox.vue.js +0 -9
- package/components/ui-checkbox/ui-checkbox.vue.js.map +0 -1
- package/components/ui-checkbox/ui-checkbox.vue2.js +0 -74
- package/components/ui-checkbox/ui-checkbox.vue2.js.map +0 -1
- package/components/ui-dropdown/_typings.d.ts +0 -5
- package/components/ui-dropdown/_typings.d.ts.map +0 -1
- package/components/ui-dropdown/_typings.js +0 -5
- package/components/ui-dropdown/_typings.js.map +0 -1
- package/components/ui-dropdown/index.d.ts +0 -107
- package/components/ui-dropdown/index.d.ts.map +0 -1
- package/components/ui-dropdown/index.js +0 -9
- package/components/ui-dropdown/index.js.map +0 -1
- package/components/ui-dropdown/ui-dropdown.vue.d.ts +0 -51
- package/components/ui-dropdown/ui-dropdown.vue.d.ts.map +0 -1
- package/components/ui-dropdown/ui-dropdown.vue.js +0 -83
- package/components/ui-dropdown/ui-dropdown.vue.js.map +0 -1
- package/components/ui-dropdown/ui-dropdown.vue2.js +0 -5
- package/components/ui-dropdown/ui-dropdown.vue2.js.map +0 -1
- package/components/ui-icon/_typings.d.ts +0 -11
- package/components/ui-icon/_typings.d.ts.map +0 -1
- package/components/ui-icon/_typings.js +0 -5
- package/components/ui-icon/_typings.js.map +0 -1
- package/components/ui-icon/index.d.ts +0 -35
- package/components/ui-icon/index.d.ts.map +0 -1
- package/components/ui-icon/index.js +0 -11
- package/components/ui-icon/index.js.map +0 -1
- package/components/ui-icon/ui-icon.vue.d.ts +0 -36
- package/components/ui-icon/ui-icon.vue.d.ts.map +0 -1
- package/components/ui-icon/ui-icon.vue.js +0 -34
- package/components/ui-icon/ui-icon.vue.js.map +0 -1
- package/components/ui-icon/ui-icon.vue2.js +0 -5
- package/components/ui-icon/ui-icon.vue2.js.map +0 -1
- package/components/ui-icon-wrapper/_typings.d.ts +0 -12
- package/components/ui-icon-wrapper/_typings.d.ts.map +0 -1
- package/components/ui-icon-wrapper/_typings.js +0 -6
- package/components/ui-icon-wrapper/_typings.js.map +0 -1
- package/components/ui-icon-wrapper/index.d.ts +0 -73
- package/components/ui-icon-wrapper/index.d.ts.map +0 -1
- package/components/ui-icon-wrapper/index.js +0 -10
- package/components/ui-icon-wrapper/index.js.map +0 -1
- package/components/ui-icon-wrapper/ui-icon-wrapper.vue.d.ts +0 -45
- package/components/ui-icon-wrapper/ui-icon-wrapper.vue.d.ts.map +0 -1
- package/components/ui-icon-wrapper/ui-icon-wrapper.vue.js +0 -9
- package/components/ui-icon-wrapper/ui-icon-wrapper.vue.js.map +0 -1
- package/components/ui-icon-wrapper/ui-icon-wrapper.vue2.js +0 -28
- package/components/ui-icon-wrapper/ui-icon-wrapper.vue2.js.map +0 -1
- package/components/ui-input/_typings.d.ts +0 -71
- package/components/ui-input/_typings.d.ts.map +0 -1
- package/components/ui-input/_typings.js +0 -7
- package/components/ui-input/_typings.js.map +0 -1
- package/components/ui-input/index.d.ts +0 -301
- package/components/ui-input/index.d.ts.map +0 -1
- package/components/ui-input/index.js +0 -11
- package/components/ui-input/index.js.map +0 -1
- package/components/ui-input/ui-input.vue.d.ts +0 -109
- package/components/ui-input/ui-input.vue.d.ts.map +0 -1
- package/components/ui-input/ui-input.vue.js +0 -101
- package/components/ui-input/ui-input.vue.js.map +0 -1
- package/components/ui-input/ui-input.vue2.js +0 -5
- package/components/ui-input/ui-input.vue2.js.map +0 -1
- package/components/ui-input-range/index.d.ts +0 -48
- package/components/ui-input-range/index.d.ts.map +0 -1
- package/components/ui-input-range/index.js +0 -7
- package/components/ui-input-range/index.js.map +0 -1
- package/components/ui-input-range/ui-input-range.vue.d.ts +0 -27
- package/components/ui-input-range/ui-input-range.vue.d.ts.map +0 -1
- package/components/ui-input-range/ui-input-range.vue.js +0 -9
- package/components/ui-input-range/ui-input-range.vue.js.map +0 -1
- package/components/ui-input-range/ui-input-range.vue2.js +0 -71
- package/components/ui-input-range/ui-input-range.vue2.js.map +0 -1
- package/components/ui-list-item/_types.d.ts.map +0 -1
- package/components/ui-list-item/_types.js +0 -7
- package/components/ui-list-item/_types.js.map +0 -1
- package/components/ui-list-item/index.d.ts +0 -151
- package/components/ui-list-item/index.d.ts.map +0 -1
- package/components/ui-list-item/index.js +0 -11
- package/components/ui-list-item/index.js.map +0 -1
- package/components/ui-list-item/ui-list-item.vue.d.ts +0 -69
- package/components/ui-list-item/ui-list-item.vue.d.ts.map +0 -1
- package/components/ui-list-item/ui-list-item.vue.js +0 -68
- package/components/ui-list-item/ui-list-item.vue.js.map +0 -1
- package/components/ui-list-item/ui-list-item.vue2.js +0 -5
- package/components/ui-list-item/ui-list-item.vue2.js.map +0 -1
- package/components/ui-media-card/index.d.ts +0 -4
- package/components/ui-media-card/index.d.ts.map +0 -1
- package/components/ui-media-card/index.js +0 -5
- package/components/ui-media-card/ui-media-card.vue.d.ts +0 -25
- package/components/ui-media-card/ui-media-card.vue.d.ts.map +0 -1
- package/components/ui-media-card/ui-media-card.vue.js +0 -59
- package/components/ui-media-card/ui-media-card.vue.js.map +0 -1
- package/components/ui-media-card/ui-media-card.vue2.js +0 -5
- package/components/ui-media-card/ui-media-card.vue2.js.map +0 -1
- package/components/ui-modal/_typings.d.ts +0 -7
- package/components/ui-modal/_typings.d.ts.map +0 -1
- package/components/ui-modal/_typings.js +0 -5
- package/components/ui-modal/_typings.js.map +0 -1
- package/components/ui-modal/index.d.ts +0 -76
- package/components/ui-modal/index.d.ts.map +0 -1
- package/components/ui-modal/index.js +0 -9
- package/components/ui-modal/index.js.map +0 -1
- package/components/ui-modal/ui-backdrop/index.d.ts +0 -26
- package/components/ui-modal/ui-backdrop/index.d.ts.map +0 -1
- package/components/ui-modal/ui-backdrop/index.js +0 -7
- package/components/ui-modal/ui-backdrop/index.js.map +0 -1
- package/components/ui-modal/ui-backdrop/ui-backdrop.vue.d.ts +0 -13
- package/components/ui-modal/ui-backdrop/ui-backdrop.vue.d.ts.map +0 -1
- package/components/ui-modal/ui-backdrop/ui-backdrop.vue.js +0 -16
- package/components/ui-modal/ui-backdrop/ui-backdrop.vue.js.map +0 -1
- package/components/ui-modal/ui-modal.vue.d.ts +0 -50
- package/components/ui-modal/ui-modal.vue.d.ts.map +0 -1
- package/components/ui-modal/ui-modal.vue.js +0 -9
- package/components/ui-modal/ui-modal.vue.js.map +0 -1
- package/components/ui-modal/ui-modal.vue2.js +0 -61
- package/components/ui-modal/ui-modal.vue2.js.map +0 -1
- package/components/ui-notification-badge/_types.d.ts +0 -11
- package/components/ui-notification-badge/_types.d.ts.map +0 -1
- package/components/ui-notification-badge/_types.js +0 -5
- package/components/ui-notification-badge/_types.js.map +0 -1
- package/components/ui-notification-badge/index.d.ts +0 -54
- package/components/ui-notification-badge/index.d.ts.map +0 -1
- package/components/ui-notification-badge/index.js +0 -11
- package/components/ui-notification-badge/index.js.map +0 -1
- package/components/ui-notification-badge/ui-notification-badge.vue.d.ts +0 -42
- package/components/ui-notification-badge/ui-notification-badge.vue.d.ts.map +0 -1
- package/components/ui-notification-badge/ui-notification-badge.vue.js +0 -22
- package/components/ui-notification-badge/ui-notification-badge.vue.js.map +0 -1
- package/components/ui-notification-badge/ui-notification-badge.vue3.js +0 -7
- package/components/ui-notification-badge/ui-notification-badge.vue3.js.map +0 -1
- package/components/ui-order-card/_types.d.ts +0 -5
- package/components/ui-order-card/_types.d.ts.map +0 -1
- package/components/ui-order-card/_types.js +0 -5
- package/components/ui-order-card/_types.js.map +0 -1
- package/components/ui-order-card/index.d.ts +0 -72
- package/components/ui-order-card/index.d.ts.map +0 -1
- package/components/ui-order-card/index.js +0 -7
- package/components/ui-order-card/index.js.map +0 -1
- package/components/ui-order-card/ui-order-card.vue.d.ts +0 -47
- package/components/ui-order-card/ui-order-card.vue.d.ts.map +0 -1
- package/components/ui-order-card/ui-order-card.vue.js +0 -86
- package/components/ui-order-card/ui-order-card.vue.js.map +0 -1
- package/components/ui-order-card/ui-order-card.vue2.js +0 -5
- package/components/ui-order-card/ui-order-card.vue2.js.map +0 -1
- package/components/ui-plain-radio/index.d.ts +0 -127
- package/components/ui-plain-radio/index.d.ts.map +0 -1
- package/components/ui-plain-radio/index.js +0 -7
- package/components/ui-plain-radio/index.js.map +0 -1
- package/components/ui-plain-radio/ui-plain-radio.vue.d.ts +0 -41
- package/components/ui-plain-radio/ui-plain-radio.vue.d.ts.map +0 -1
- package/components/ui-plain-radio/ui-plain-radio.vue.js +0 -85
- package/components/ui-plain-radio/ui-plain-radio.vue.js.map +0 -1
- package/components/ui-plain-radio/ui-plain-radio.vue2.js +0 -5
- package/components/ui-plain-radio/ui-plain-radio.vue2.js.map +0 -1
- package/components/ui-product-card/index.d.ts +0 -2
- package/components/ui-product-card/index.d.ts.map +0 -1
- package/components/ui-product-card/ui-product-card.vue.d.ts +0 -32
- package/components/ui-product-card/ui-product-card.vue.d.ts.map +0 -1
- package/components/ui-product-card/ui-product-card.vue.js +0 -64
- package/components/ui-product-card/ui-product-card.vue.js.map +0 -1
- package/components/ui-product-card/ui-product-card.vue2.js +0 -5
- package/components/ui-product-card/ui-product-card.vue2.js.map +0 -1
- package/components/ui-progress/_types.d.ts +0 -2
- package/components/ui-progress/_types.d.ts.map +0 -1
- package/components/ui-progress/index.d.ts +0 -55
- package/components/ui-progress/index.d.ts.map +0 -1
- package/components/ui-progress/index.js +0 -7
- package/components/ui-progress/index.js.map +0 -1
- package/components/ui-progress/ui-progress.vue.d.ts +0 -46
- package/components/ui-progress/ui-progress.vue.d.ts.map +0 -1
- package/components/ui-progress/ui-progress.vue.js +0 -42
- package/components/ui-progress/ui-progress.vue.js.map +0 -1
- package/components/ui-progress/ui-progress.vue2.js +0 -5
- package/components/ui-progress/ui-progress.vue2.js.map +0 -1
- package/components/ui-radio/index.d.ts +0 -127
- package/components/ui-radio/index.d.ts.map +0 -1
- package/components/ui-radio/index.js +0 -7
- package/components/ui-radio/index.js.map +0 -1
- package/components/ui-radio/ui-radio.vue.d.ts +0 -42
- package/components/ui-radio/ui-radio.vue.d.ts.map +0 -1
- package/components/ui-radio/ui-radio.vue.js +0 -9
- package/components/ui-radio/ui-radio.vue.js.map +0 -1
- package/components/ui-radio/ui-radio.vue2.js +0 -58
- package/components/ui-radio/ui-radio.vue2.js.map +0 -1
- package/components/ui-radio-compact/index.d.ts +0 -105
- package/components/ui-radio-compact/index.d.ts.map +0 -1
- package/components/ui-radio-compact/index.js +0 -7
- package/components/ui-radio-compact/index.js.map +0 -1
- package/components/ui-radio-compact/ui-radio-compact.vue.d.ts +0 -36
- package/components/ui-radio-compact/ui-radio-compact.vue.d.ts.map +0 -1
- package/components/ui-radio-compact/ui-radio-compact.vue.js +0 -52
- package/components/ui-radio-compact/ui-radio-compact.vue.js.map +0 -1
- package/components/ui-radio-compact/ui-radio-compact.vue2.js +0 -5
- package/components/ui-radio-compact/ui-radio-compact.vue2.js.map +0 -1
- package/components/ui-radio-fancy/_typings.d.ts +0 -6
- package/components/ui-radio-fancy/_typings.d.ts.map +0 -1
- package/components/ui-radio-fancy/_typings.js +0 -5
- package/components/ui-radio-fancy/_typings.js.map +0 -1
- package/components/ui-radio-fancy/index.d.ts +0 -145
- package/components/ui-radio-fancy/index.d.ts.map +0 -1
- package/components/ui-radio-fancy/index.js +0 -7
- package/components/ui-radio-fancy/index.js.map +0 -1
- package/components/ui-radio-fancy/ui-radio-fancy.vue.d.ts +0 -60
- package/components/ui-radio-fancy/ui-radio-fancy.vue.d.ts.map +0 -1
- package/components/ui-radio-fancy/ui-radio-fancy.vue.js +0 -86
- package/components/ui-radio-fancy/ui-radio-fancy.vue.js.map +0 -1
- package/components/ui-radio-fancy/ui-radio-fancy.vue2.js +0 -5
- package/components/ui-radio-fancy/ui-radio-fancy.vue2.js.map +0 -1
- package/components/ui-result-card-range/_types.d.ts +0 -8
- package/components/ui-result-card-range/_types.d.ts.map +0 -1
- package/components/ui-result-card-range/index.d.ts +0 -55
- package/components/ui-result-card-range/index.d.ts.map +0 -1
- package/components/ui-result-card-range/index.js +0 -7
- package/components/ui-result-card-range/index.js.map +0 -1
- package/components/ui-result-card-range/ui-result-card-range.vue.d.ts +0 -30
- package/components/ui-result-card-range/ui-result-card-range.vue.d.ts.map +0 -1
- package/components/ui-result-card-range/ui-result-card-range.vue.js +0 -39
- package/components/ui-result-card-range/ui-result-card-range.vue.js.map +0 -1
- package/components/ui-result-card-range/ui-result-card-range.vue2.js +0 -5
- package/components/ui-result-card-range/ui-result-card-range.vue2.js.map +0 -1
- package/components/ui-ripple/index.d.ts +0 -26
- package/components/ui-ripple/index.d.ts.map +0 -1
- package/components/ui-ripple/index.js +0 -9
- package/components/ui-ripple/index.js.map +0 -1
- package/components/ui-ripple/ui-ripple.vue.d.ts +0 -13
- package/components/ui-ripple/ui-ripple.vue.d.ts.map +0 -1
- package/components/ui-ripple/ui-ripple.vue.js +0 -52
- package/components/ui-ripple/ui-ripple.vue.js.map +0 -1
- package/components/ui-ripple/ui-ripple.vue3.js +0 -7
- package/components/ui-ripple/ui-ripple.vue3.js.map +0 -1
- package/components/ui-select/index.d.ts +0 -97
- package/components/ui-select/index.d.ts.map +0 -1
- package/components/ui-select/index.js +0 -7
- package/components/ui-select/index.js.map +0 -1
- package/components/ui-select/ui-select.vue.d.ts +0 -39
- package/components/ui-select/ui-select.vue.d.ts.map +0 -1
- package/components/ui-select/ui-select.vue.js +0 -83
- package/components/ui-select/ui-select.vue.js.map +0 -1
- package/components/ui-select/ui-select.vue2.js +0 -5
- package/components/ui-select/ui-select.vue2.js.map +0 -1
- package/components/ui-skeleton/_typings.d.ts.map +0 -1
- package/components/ui-skeleton/_typings.js.map +0 -1
- package/components/ui-skeleton/index.d.ts +0 -23
- package/components/ui-skeleton/index.d.ts.map +0 -1
- package/components/ui-skeleton/index.js +0 -7
- package/components/ui-skeleton/index.js.map +0 -1
- package/components/ui-skeleton/ui-skeleton.vue.d.ts +0 -33
- package/components/ui-skeleton/ui-skeleton.vue.d.ts.map +0 -1
- package/components/ui-skeleton/ui-skeleton.vue.js +0 -41
- package/components/ui-skeleton/ui-skeleton.vue.js.map +0 -1
- package/components/ui-skeleton/ui-skeleton.vue2.js +0 -5
- package/components/ui-skeleton/ui-skeleton.vue2.js.map +0 -1
- package/components/ui-snackbar/_types.d.ts +0 -8
- package/components/ui-snackbar/_types.d.ts.map +0 -1
- package/components/ui-snackbar/_types.js +0 -5
- package/components/ui-snackbar/_types.js.map +0 -1
- package/components/ui-snackbar/index.d.ts +0 -72
- package/components/ui-snackbar/index.d.ts.map +0 -1
- package/components/ui-snackbar/index.js +0 -9
- package/components/ui-snackbar/index.js.map +0 -1
- package/components/ui-snackbar/ui-snackbar.vue.d.ts +0 -46
- package/components/ui-snackbar/ui-snackbar.vue.d.ts.map +0 -1
- package/components/ui-snackbar/ui-snackbar.vue.js +0 -49
- package/components/ui-snackbar/ui-snackbar.vue.js.map +0 -1
- package/components/ui-snackbar/ui-snackbar.vue2.js +0 -5
- package/components/ui-snackbar/ui-snackbar.vue2.js.map +0 -1
- package/components/ui-table/_types.d.ts.map +0 -1
- package/components/ui-table/_types.js +0 -5
- package/components/ui-table/_types.js.map +0 -1
- package/components/ui-table/index.d.ts +0 -57
- package/components/ui-table/index.d.ts.map +0 -1
- package/components/ui-table/index.js +0 -19
- package/components/ui-table/index.js.map +0 -1
- package/components/ui-table/ui-table-cell/index.d.ts +0 -56
- package/components/ui-table/ui-table-cell/index.d.ts.map +0 -1
- package/components/ui-table/ui-table-cell/index.js +0 -7
- package/components/ui-table/ui-table-cell/index.js.map +0 -1
- package/components/ui-table/ui-table-cell/ui-table-cell.vue.d.ts +0 -31
- package/components/ui-table/ui-table-cell/ui-table-cell.vue.d.ts.map +0 -1
- package/components/ui-table/ui-table-cell/ui-table-cell.vue.js +0 -41
- package/components/ui-table/ui-table-cell/ui-table-cell.vue.js.map +0 -1
- package/components/ui-table/ui-table-cell/ui-table-cell.vue2.js +0 -5
- package/components/ui-table/ui-table-cell/ui-table-cell.vue2.js.map +0 -1
- package/components/ui-table/ui-table-row/_typings.d.ts +0 -4
- package/components/ui-table/ui-table-row/_typings.d.ts.map +0 -1
- package/components/ui-table/ui-table-row/_typings.js +0 -5
- package/components/ui-table/ui-table-row/_typings.js.map +0 -1
- package/components/ui-table/ui-table-row/index.d.ts +0 -44
- package/components/ui-table/ui-table-row/index.d.ts.map +0 -1
- package/components/ui-table/ui-table-row/index.js +0 -9
- package/components/ui-table/ui-table-row/index.js.map +0 -1
- package/components/ui-table/ui-table-row/ui-table-row.vue.d.ts +0 -28
- package/components/ui-table/ui-table-row/ui-table-row.vue.d.ts.map +0 -1
- package/components/ui-table/ui-table-row/ui-table-row.vue.js +0 -9
- package/components/ui-table/ui-table-row/ui-table-row.vue.js.map +0 -1
- package/components/ui-table/ui-table-row/ui-table-row.vue3.js +0 -19
- package/components/ui-table/ui-table-row/ui-table-row.vue3.js.map +0 -1
- package/components/ui-table/ui-table.vue.d.ts +0 -42
- package/components/ui-table/ui-table.vue.d.ts.map +0 -1
- package/components/ui-table/ui-table.vue.js +0 -9
- package/components/ui-table/ui-table.vue.js.map +0 -1
- package/components/ui-table/ui-table.vue2.js +0 -23
- package/components/ui-table/ui-table.vue2.js.map +0 -1
- package/components/ui-tabs/index.d.ts +0 -42
- package/components/ui-tabs/index.d.ts.map +0 -1
- package/components/ui-tabs/index.js +0 -7
- package/components/ui-tabs/index.js.map +0 -1
- package/components/ui-tabs/ui-tabs.vue.d.ts +0 -39
- package/components/ui-tabs/ui-tabs.vue.d.ts.map +0 -1
- package/components/ui-tabs/ui-tabs.vue.js +0 -9
- package/components/ui-tabs/ui-tabs.vue.js.map +0 -1
- package/components/ui-tabs/ui-tabs.vue2.js +0 -56
- package/components/ui-tabs/ui-tabs.vue2.js.map +0 -1
- package/components/ui-toggle/index.d.ts +0 -131
- package/components/ui-toggle/index.d.ts.map +0 -1
- package/components/ui-toggle/index.js +0 -7
- package/components/ui-toggle/index.js.map +0 -1
- package/components/ui-toggle/ui-toggle.vue.d.ts +0 -43
- package/components/ui-toggle/ui-toggle.vue.d.ts.map +0 -1
- package/components/ui-toggle/ui-toggle.vue.js +0 -9
- package/components/ui-toggle/ui-toggle.vue.js.map +0 -1
- package/components/ui-toggle/ui-toggle.vue2.js +0 -94
- package/components/ui-toggle/ui-toggle.vue2.js.map +0 -1
- package/components/ui-typography/_typings.d.ts.map +0 -1
- package/components/ui-typography/_typings.js +0 -8
- package/components/ui-typography/_typings.js.map +0 -1
- package/components/ui-typography/index.d.ts +0 -130
- package/components/ui-typography/index.d.ts.map +0 -1
- package/components/ui-typography/index.js +0 -14
- package/components/ui-typography/index.js.map +0 -1
- package/components/ui-typography/ui-typography.vue.d.ts +0 -43
- package/components/ui-typography/ui-typography.vue.d.ts.map +0 -1
- package/components/ui-typography/ui-typography.vue.js +0 -105
- package/components/ui-typography/ui-typography.vue.js.map +0 -1
- package/components/ui-typography/ui-typography.vue2.js +0 -5
- package/components/ui-typography/ui-typography.vue2.js.map +0 -1
- package/components/ui-verification-input/index.d.ts +0 -70
- package/components/ui-verification-input/index.d.ts.map +0 -1
- package/components/ui-verification-input/index.js +0 -7
- package/components/ui-verification-input/index.js.map +0 -1
- package/components/ui-verification-input/ui-verification-input.vue.d.ts +0 -30
- package/components/ui-verification-input/ui-verification-input.vue.d.ts.map +0 -1
- package/components/ui-verification-input/ui-verification-input.vue.js +0 -9
- package/components/ui-verification-input/ui-verification-input.vue.js.map +0 -1
- package/components/ui-verification-input/ui-verification-input.vue2.js +0 -53
- package/components/ui-verification-input/ui-verification-input.vue2.js.map +0 -1
- package/index.d.ts.map +0 -1
- package/postcss.config.js +0 -8
- package/types.d.ts +0 -21
- package/types.d.ts.map +0 -1
- package/types.js +0 -78
- package/types.js.map +0 -1
- /package/components/{ui-alert → UiAlert}/_types.js +0 -0
- /package/components/{ui-media-card → UiIcon}/index.js.map +0 -0
- /package/components/{ui-product-card → UiInputRange}/index.js.map +0 -0
- /package/src/_styles/{_font-sizes.json → _fontSizes.json} +0 -0
|
@@ -1,105 +0,0 @@
|
|
|
1
|
-
import { defineComponent as R, openBlock as A, createBlock as o, resolveDynamicComponent as k, normalizeClass as s, unref as n, withCtx as l, renderSlot as E } from "vue";
|
|
2
|
-
import { ETypographySizes as i, ETextWeight as r, ETextAlign as a, ETextTransform as d } from "./_typings.js";
|
|
3
|
-
import { EColors as t } from "../../_types/colors.js";
|
|
4
|
-
const m = /* @__PURE__ */ R({
|
|
5
|
-
__name: "ui-typography",
|
|
6
|
-
props: {
|
|
7
|
-
align: {},
|
|
8
|
-
size: {},
|
|
9
|
-
kind: {},
|
|
10
|
-
weight: {},
|
|
11
|
-
lineHeight: { type: Boolean },
|
|
12
|
-
textTransform: {},
|
|
13
|
-
underline: { type: Boolean },
|
|
14
|
-
is: {}
|
|
15
|
-
},
|
|
16
|
-
setup(T) {
|
|
17
|
-
return (e, C) => (A(), o(k(e.is || "p"), {
|
|
18
|
-
class: s(["ui-typography", [
|
|
19
|
-
e.size === n(i).MD && "text-md",
|
|
20
|
-
e.size === n(i).XXS && "text-xxs",
|
|
21
|
-
e.size === n(i).XS && "text-xs",
|
|
22
|
-
e.size === n(i).SM && "text-sm",
|
|
23
|
-
e.size === n(i).LG && "text-lg",
|
|
24
|
-
e.size === n(i).XL && "text-xl",
|
|
25
|
-
e.size === n(i).XXL && "text-2xl",
|
|
26
|
-
e.size === n(i).XXS && "text-xxs",
|
|
27
|
-
e.size === n(i).XXXL && "text-3xl",
|
|
28
|
-
e.size === n(i).XXXXL && "text-4xl",
|
|
29
|
-
e.size === n(i).XXXXXL && "text-5xl",
|
|
30
|
-
e.kind === n(t).WHITE && "text-white",
|
|
31
|
-
e.kind === n(t).BLACK && "text-black",
|
|
32
|
-
e.kind === n(t).TRANSPARENT && "text-transparent",
|
|
33
|
-
e.kind === n(t).CURRENT && "text-current",
|
|
34
|
-
e.kind === n(t).PRIMARY && "text-primary",
|
|
35
|
-
e.kind === n(t).PRIMARY_300 && "text-primary-300",
|
|
36
|
-
e.kind === n(t).PRIMARY_400 && "text-primary-400",
|
|
37
|
-
e.kind === n(t).PRIMARY_500 && "text-primary-500",
|
|
38
|
-
e.kind === n(t).PRIMARY_600 && "text-primary-600",
|
|
39
|
-
e.kind === n(t).PRIMARY_700 && "text-primary-700",
|
|
40
|
-
e.kind === n(t).PRIMARY_ALT && "text-primary",
|
|
41
|
-
e.kind === n(t).PRIMARY_ALT_300 && "text-primary-300",
|
|
42
|
-
e.kind === n(t).PRIMARY_ALT_400 && "text-primary-400",
|
|
43
|
-
e.kind === n(t).PRIMARY_ALT_500 && "text-primary-500",
|
|
44
|
-
e.kind === n(t).PRIMARY_ALT_600 && "text-primary-600",
|
|
45
|
-
e.kind === n(t).PRIMARY_ALT_700 && "text-primary-700",
|
|
46
|
-
e.kind === n(t).SECONDARY && "text-secondary",
|
|
47
|
-
e.kind === n(t).SECONDARY_300 && "text-secondary-300",
|
|
48
|
-
e.kind === n(t).SECONDARY_400 && "text-secondary-400",
|
|
49
|
-
e.kind === n(t).SECONDARY_500 && "text-secondary-500",
|
|
50
|
-
e.kind === n(t).SECONDARY_600 && "text-secondary-600",
|
|
51
|
-
e.kind === n(t).SECONDARY_700 && "text-secondary-700",
|
|
52
|
-
e.kind === n(t).WARNING && "text-warning",
|
|
53
|
-
e.kind === n(t).WARNING_300 && "text-warning-300",
|
|
54
|
-
e.kind === n(t).WARNING_400 && "text-warning-400",
|
|
55
|
-
e.kind === n(t).WARNING_500 && "text-warning-500",
|
|
56
|
-
e.kind === n(t).WARNING_600 && "text-warning-600",
|
|
57
|
-
e.kind === n(t).WARNING_700 && "text-warning-700",
|
|
58
|
-
e.kind === n(t).ERROR && "text-error",
|
|
59
|
-
e.kind === n(t).ERROR_300 && "text-error-300",
|
|
60
|
-
e.kind === n(t).ERROR_400 && "text-error-400",
|
|
61
|
-
e.kind === n(t).ERROR_500 && "text-error-500",
|
|
62
|
-
e.kind === n(t).ERROR_600 && "text-error-600",
|
|
63
|
-
e.kind === n(t).ERROR_700 && "text-error-700",
|
|
64
|
-
e.kind === n(t).ACCENT && "text-accent",
|
|
65
|
-
e.kind === n(t).ACCENT_300 && "text-accent-300",
|
|
66
|
-
e.kind === n(t).ACCENT_500 && "text-accent-500",
|
|
67
|
-
e.kind === n(t).ACCENT_600 && "text-accent-600",
|
|
68
|
-
e.kind === n(t).ACCENT_700 && "text-accent-700",
|
|
69
|
-
e.kind === n(t).ACCENT_ALT && "text-accent-alt",
|
|
70
|
-
e.kind === n(t).ACCENT_ALT_300 && "text-accent-alt-300",
|
|
71
|
-
e.kind === n(t).ACCENT_ALT_400 && "text-accent-alt-400",
|
|
72
|
-
e.kind === n(t).ACCENT_ALT_500 && "text-accent-alt-500",
|
|
73
|
-
e.kind === n(t).ACCENT_ALT_600 && "text-accent-alt-600",
|
|
74
|
-
e.kind === n(t).ACCENT_ALT_700 && "text-accent-alt-700",
|
|
75
|
-
e.kind === n(t).SECONDARY_ALT && "text-secondary-alt",
|
|
76
|
-
e.kind === n(t).SECONDARY_ALT_200 && "text-secondary-alt-200",
|
|
77
|
-
e.kind === n(t).SECONDARY_ALT_300 && "text-secondary-alt-300",
|
|
78
|
-
e.kind === n(t).SECONDARY_ALT_400 && "text-secondary-alt-400",
|
|
79
|
-
e.kind === n(t).SECONDARY_ALT_500 && "text-secondary-alt-500",
|
|
80
|
-
e.kind === n(t).SECONDARY_ALT_600 && "text-secondary-alt-600",
|
|
81
|
-
e.kind === n(t).SECONDARY_ALT_700 && "text-secondary-alt-700",
|
|
82
|
-
e.weight === n(r).LIGHT && "font-light",
|
|
83
|
-
e.weight === n(r).REGULAR && "font-medium",
|
|
84
|
-
e.weight === n(r).SEMI_BOLD && "font-bold",
|
|
85
|
-
e.weight === n(r).BOLD && "font-black",
|
|
86
|
-
e.align === n(a).LEFT && "text-left",
|
|
87
|
-
e.align === n(a).CENTER && "text-center",
|
|
88
|
-
e.align === n(a).RIGHT && "text-right",
|
|
89
|
-
e.textTransform === n(d).LOWERCASE && "lowercase",
|
|
90
|
-
e.textTransform === n(d).UPPERCASE && "uppercase",
|
|
91
|
-
e.lineHeight ? "leading-normal" : "leading-none",
|
|
92
|
-
e.underline && "underline"
|
|
93
|
-
]])
|
|
94
|
-
}, {
|
|
95
|
-
default: l(() => [
|
|
96
|
-
E(e.$slots, "default")
|
|
97
|
-
]),
|
|
98
|
-
_: 3
|
|
99
|
-
}, 8, ["class"]));
|
|
100
|
-
}
|
|
101
|
-
});
|
|
102
|
-
export {
|
|
103
|
-
m as default
|
|
104
|
-
};
|
|
105
|
-
//# sourceMappingURL=ui-typography.vue.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ui-typography.vue.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ui-typography.vue2.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
|
|
@@ -1,70 +0,0 @@
|
|
|
1
|
-
import { default as UiVerificationInput } from './ui-verification-input.vue';
|
|
2
|
-
import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
|
|
3
|
-
|
|
4
|
-
export { UiVerificationInput };
|
|
5
|
-
/**
|
|
6
|
-
* @deprecated The default should not be used - use named import as - import {[name]} from "ui/[name]"
|
|
7
|
-
*/
|
|
8
|
-
declare const deprecatedDefault: {
|
|
9
|
-
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
10
|
-
inputsCount: {
|
|
11
|
-
type: PropType<number>;
|
|
12
|
-
required: true;
|
|
13
|
-
};
|
|
14
|
-
type: {
|
|
15
|
-
type: PropType<"text">;
|
|
16
|
-
};
|
|
17
|
-
}>> & {
|
|
18
|
-
onOnFiled?: ((...args: any[]) => any) | undefined;
|
|
19
|
-
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
20
|
-
onFiled: (...args: any[]) => void;
|
|
21
|
-
}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
22
|
-
inputsCount: {
|
|
23
|
-
type: PropType<number>;
|
|
24
|
-
required: true;
|
|
25
|
-
};
|
|
26
|
-
type: {
|
|
27
|
-
type: PropType<"text">;
|
|
28
|
-
};
|
|
29
|
-
}>> & {
|
|
30
|
-
onOnFiled?: ((...args: any[]) => any) | undefined;
|
|
31
|
-
}, {}, true, {}, {}, {
|
|
32
|
-
P: {};
|
|
33
|
-
B: {};
|
|
34
|
-
D: {};
|
|
35
|
-
C: {};
|
|
36
|
-
M: {};
|
|
37
|
-
Defaults: {};
|
|
38
|
-
}, Readonly< ExtractPropTypes<{
|
|
39
|
-
inputsCount: {
|
|
40
|
-
type: PropType<number>;
|
|
41
|
-
required: true;
|
|
42
|
-
};
|
|
43
|
-
type: {
|
|
44
|
-
type: PropType<"text">;
|
|
45
|
-
};
|
|
46
|
-
}>> & {
|
|
47
|
-
onOnFiled?: ((...args: any[]) => any) | undefined;
|
|
48
|
-
}, {}, {}, {}, {}, {}>;
|
|
49
|
-
__isFragment?: never;
|
|
50
|
-
__isTeleport?: never;
|
|
51
|
-
__isSuspense?: never;
|
|
52
|
-
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
53
|
-
inputsCount: {
|
|
54
|
-
type: PropType<number>;
|
|
55
|
-
required: true;
|
|
56
|
-
};
|
|
57
|
-
type: {
|
|
58
|
-
type: PropType<"text">;
|
|
59
|
-
};
|
|
60
|
-
}>> & {
|
|
61
|
-
onOnFiled?: ((...args: any[]) => any) | undefined;
|
|
62
|
-
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
63
|
-
onFiled: (...args: any[]) => void;
|
|
64
|
-
}, string, {}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
65
|
-
$slots: {
|
|
66
|
-
button?(_: {}): any;
|
|
67
|
-
};
|
|
68
|
-
});
|
|
69
|
-
export default deprecatedDefault;
|
|
70
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ui-verification-input/index.ts"],"names":[],"mappings":"AAAA,OAAO,mBAAmB,MAAM,6BAA6B,CAAC;AAE9D,OAAO,EAAE,mBAAmB,EAAE,CAAC;AAE/B;;GAEG;AACH,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAsB,CAAC;AAC9C,eAAe,iBAAiB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../src/components/ui-verification-input/index.ts"],"sourcesContent":["import UiVerificationInput from \"./ui-verification-input.vue\";\n\nexport { UiVerificationInput };\n\n/**\n * @deprecated The default should not be used - use named import as - import {[name]} from \"ui/[name]\"\n */\nconst deprecatedDefault = UiVerificationInput;\nexport default deprecatedDefault;\n"],"names":["deprecatedDefault","UiVerificationInput"],"mappings":";AAOA,MAAMA,IAAoBC;"}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
|
|
2
|
-
type TProps = {
|
|
3
|
-
inputsCount: number;
|
|
4
|
-
type?: "text";
|
|
5
|
-
};
|
|
6
|
-
declare function __VLS_template(): {
|
|
7
|
-
button?(_: {}): any;
|
|
8
|
-
};
|
|
9
|
-
declare const __VLS_component: DefineComponent<__VLS_TypePropsToRuntimeProps<TProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
10
|
-
onFiled: (...args: any[]) => void;
|
|
11
|
-
}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToRuntimeProps<TProps>>> & {
|
|
12
|
-
onOnFiled?: ((...args: any[]) => any) | undefined;
|
|
13
|
-
}, {}, {}>;
|
|
14
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
15
|
-
export default _default;
|
|
16
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
17
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
18
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
19
|
-
type: PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
20
|
-
} : {
|
|
21
|
-
type: PropType<T[K]>;
|
|
22
|
-
required: true;
|
|
23
|
-
};
|
|
24
|
-
};
|
|
25
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
26
|
-
new (): {
|
|
27
|
-
$slots: S;
|
|
28
|
-
};
|
|
29
|
-
};
|
|
30
|
-
//# sourceMappingURL=ui-verification-input.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ui-verification-input.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui-verification-input/ui-verification-input.vue"],"names":[],"mappings":"AAuBA;AAMA,KAAK,MAAM,GAAG;IACZ,WAAW,EAAE,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,MAAM,CAAC;CACd,CAAA;AAgDF,iBAAS,cAAc;oBAyFM,GAAG;EAG/B;AAaD,QAAA,MAAM,eAAe;;;;UAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
(function(){"use strict";try{if(typeof document<"u"){var t=document.createElement("style");t.appendChild(document.createTextNode(".inputs[data-v-c13dfde7]{grid-template-columns:repeat(auto-fill,38px);grid-gap:24px}.inputs .input-wrapper[data-v-c13dfde7]{position:relative;height:58px}.inputs input[data-v-c13dfde7]{width:100%;border:none;text-align:center;font-size:36px;font-weight:700;outline:none}.inputs .input-wrapper .bottom-wrapper[data-v-c13dfde7]{position:absolute;bottom:0;width:100%;height:5px;background-color:var(--color-secondary-300);border-radius:3px;transition:background-color .3s ease-in-out}.inputs input:focus~.bottom-wrapper[data-v-c13dfde7]{background-color:var(--color-primary)}.inputs input[data-v-c13dfde7]::-moz-placeholder{font-size:55px;color:var(--color-secondary-300);opacity:1;transform:scale(1);-moz-transition:opacity .3s ease-in-out,transform .3s ease-in-out;transition:opacity .3s ease-in-out,transform .3s ease-in-out}.inputs input[data-v-c13dfde7]::placeholder{font-size:55px;color:var(--color-secondary-300);opacity:1;transform:scale(1);transition:opacity .3s ease-in-out,transform .3s ease-in-out}.inputs input[data-v-c13dfde7]:focus::-moz-placeholder{opacity:0;transform:scale(0)}.inputs input[data-v-c13dfde7]:focus::placeholder{opacity:0;transform:scale(0)}")),document.head.appendChild(t)}}catch(o){console.error("vite-plugin-css-injected-by-js",o)}})();
|
|
2
|
-
import o from "./ui-verification-input.vue2.js";
|
|
3
|
-
|
|
4
|
-
import t from "../../_virtual/_plugin-vue_export-helper.js";
|
|
5
|
-
const p = /* @__PURE__ */ t(o, [["__scopeId", "data-v-c13dfde7"]]);
|
|
6
|
-
export {
|
|
7
|
-
p as default
|
|
8
|
-
};
|
|
9
|
-
//# sourceMappingURL=ui-verification-input.vue.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ui-verification-input.vue.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
import { defineComponent as C, ref as y, openBlock as p, createElementBlock as i, Fragment as d, createElementVNode as l, renderList as S, renderSlot as I, pushScopeId as b, popScopeId as k } from "vue";
|
|
2
|
-
const F = (o) => (b("data-v-c13dfde7"), o = o(), k(), o), w = { class: "inputs grid" }, D = ["type", "onInput"], E = /* @__PURE__ */ F(() => /* @__PURE__ */ l("div", { class: "bottom-wrapper" }, null, -1)), H = /* @__PURE__ */ C({
|
|
3
|
-
__name: "ui-verification-input",
|
|
4
|
-
props: {
|
|
5
|
-
inputsCount: {},
|
|
6
|
-
type: {}
|
|
7
|
-
},
|
|
8
|
-
emits: ["onFiled"],
|
|
9
|
-
setup(o, { emit: f }) {
|
|
10
|
-
const r = o, m = f, s = y([]), c = () => {
|
|
11
|
-
const t = s.value.map((e) => e == null ? void 0 : e.value).join("");
|
|
12
|
-
m("onFiled", t);
|
|
13
|
-
}, v = (t, e) => {
|
|
14
|
-
var n;
|
|
15
|
-
e < r.inputsCount && ((n = s.value[e + 1]) == null || n.focus()), e === r.inputsCount - 1 && c();
|
|
16
|
-
}, _ = (t) => {
|
|
17
|
-
t.target && t.target.select();
|
|
18
|
-
}, h = (t) => {
|
|
19
|
-
var n, u;
|
|
20
|
-
t.preventDefault();
|
|
21
|
-
const e = (n = t.clipboardData) == null ? void 0 : n.getData("text");
|
|
22
|
-
e && e.length === r.inputsCount && ((u = s.value[r.inputsCount - 1]) == null || u.focus(), s.value.forEach((a, g) => {
|
|
23
|
-
a && (a.value = e[g]);
|
|
24
|
-
}), c());
|
|
25
|
-
};
|
|
26
|
-
return (t, e) => (p(), i(d, null, [
|
|
27
|
-
l("div", w, [
|
|
28
|
-
(p(!0), i(d, null, S(t.inputsCount, (n, u) => (p(), i("div", {
|
|
29
|
-
key: u,
|
|
30
|
-
class: "input-wrapper"
|
|
31
|
-
}, [
|
|
32
|
-
l("input", {
|
|
33
|
-
ref_for: !0,
|
|
34
|
-
ref_key: "inputsRefs",
|
|
35
|
-
ref: s,
|
|
36
|
-
type: t.type || "text",
|
|
37
|
-
maxlength: "1",
|
|
38
|
-
placeholder: "•",
|
|
39
|
-
onInput: (a) => v(a, u),
|
|
40
|
-
onFocus: _,
|
|
41
|
-
onPaste: h
|
|
42
|
-
}, null, 40, D),
|
|
43
|
-
E
|
|
44
|
-
]))), 128))
|
|
45
|
-
]),
|
|
46
|
-
I(t.$slots, "button", {}, void 0, !0)
|
|
47
|
-
], 64));
|
|
48
|
-
}
|
|
49
|
-
});
|
|
50
|
-
export {
|
|
51
|
-
H as default
|
|
52
|
-
};
|
|
53
|
-
//# sourceMappingURL=ui-verification-input.vue2.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ui-verification-input.vue2.js","sources":["../../../src/components/ui-verification-input/ui-verification-input.vue"],"sourcesContent":["<template>\n\t<div\n\t\tclass=\"inputs grid\"\n\t>\n\t\t<div\n\t\t\tv-for=\"(_, index) in inputsCount\"\n\t\t\t:key=\"index\"\n\t\t\tclass=\"input-wrapper\"\n\t\t>\n\t\t\t<input\n\t\t\t\tref=\"inputsRefs\"\n\t\t\t\t:type=\"type || 'text'\"\n\t\t\t\tmaxlength=\"1\"\n\t\t\t\tplaceholder=\"•\"\n\t\t\t\t@input=\"(e)=>inputHandler(e, index)\"\n\t\t\t\t@focus=\"focusHandler\"\n\t\t\t\t@paste=\"handlePaste\"\n\t\t\t>\n\t\t\t<div class=\"bottom-wrapper\" />\n\t\t</div>\n\t</div>\n\t<slot name=\"button\" />\n</template>\n\n<script lang=\"ts\" setup>\n\timport { ref } from \"vue\";\n\n\ttype TProps = {\n\t\tinputsCount: number;\n\t\ttype?: \"text\";\n\t}\n\n\tconst props = defineProps<TProps>();\n\tconst emit = defineEmits([\"onFiled\"]);\n\n\tconst inputsRefs = ref<Array<HTMLInputElement | null>>([]);\n\n\tconst doSubmit = ()=>{\n\t\tconst generateString = inputsRefs.value.map(input => input?.value).join(\"\");\n\t\temit(\"onFiled\", generateString);\n\t};\n\n\tconst inputHandler = (event:Event, index:number)=>{\n\t\tif (index < props.inputsCount) {\n\t\t\tinputsRefs.value[index + 1]?.focus();\n\t\t}\n\n\t\tif (index === props.inputsCount - 1) {\n\t\t\tdoSubmit();\n\t\t}\n\t};\n\n\tconst focusHandler = (e:FocusEvent) => {\n\t\tif (e.target) {\n\t\t\t(e.target as HTMLInputElement).select();\n\t\t}\n\t};\n\n\tconst handlePaste = (e:ClipboardEvent) => {\n\t\te.preventDefault();\n\t\tconst pasteText = e.clipboardData?.getData(\"text\");\n\t\tif (pasteText && pasteText.length === props.inputsCount) {\n\t\t\tinputsRefs.value[props.inputsCount - 1]?.focus();\n\n\t\t\tinputsRefs.value.forEach((input, index)=>{\n\t\t\t\tif (input) {\n\t\t\t\t\tinput.value = pasteText[index];\n\t\t\t\t}\n\t\t\t});\n\t\t\tdoSubmit();\n\t\t}\n\n\t};\n\n</script>\n\n<style scoped>\n\t.inputs {\n\t\tgrid-template-columns: repeat(auto-fill, 38px);\n\t\tgrid-gap: 24px;\n\t}\n\n\t.inputs .input-wrapper {\n\t\tposition: relative;\n\t\theight: 58px;\n\t}\n\n\t.inputs input {\n\t\twidth: 100%;\n\t\tborder: none;\n\t\ttext-align: center;\n\t\tfont-size: 36px;\n\t\tfont-weight: bold;\n\t\toutline: none;\n\n\t\t/* caret-color: var(--color-transparent); */\n\t}\n\n\t.inputs .input-wrapper .bottom-wrapper {\n\t\tposition: absolute;\n\t\tbottom: 0;\n\t\twidth: 100%;\n\t\theight: 5px;\n\t\tbackground-color: var(--color-secondary-300);\n\t\tborder-radius: 3px;\n\t\ttransition: background-color 0.3s ease-in-out;\n\t}\n\n\t.inputs input:focus ~ .bottom-wrapper {\n\t\tbackground-color: var(--color-primary);\n\t}\n\n\t.inputs input::placeholder {\n\t\tfont-size: 55px;\n\t\tcolor: var(--color-secondary-300);\n\t\topacity: 1;\n\t\ttransform: scale(1);\n\t\ttransition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;\n\t}\n\n\t.inputs input:focus::placeholder {\n\t\topacity: 0;\n\t\ttransform: scale(0);\n\t}\n\n</style>\n"],"names":["props","__props","emit","__emit","inputsRefs","ref","doSubmit","generateString","input","inputHandler","event","index","_a","focusHandler","e","handlePaste","pasteText","_b"],"mappings":";;;;;;;;;AAgCC,UAAMA,IAAQC,GACRC,IAAOC,GAEPC,IAAaC,EAAoC,CAAA,CAAE,GAEnDC,IAAW,MAAI;AACd,YAAAC,IAAiBH,EAAW,MAAM,IAAI,OAASI,KAAA,gBAAAA,EAAO,KAAK,EAAE,KAAK,EAAE;AAC1E,MAAAN,EAAK,WAAWK,CAAc;AAAA,IAAA,GAGzBE,IAAe,CAACC,GAAaC,MAAe;;AAC7C,MAAAA,IAAQX,EAAM,iBACjBY,IAAAR,EAAW,MAAMO,IAAQ,CAAC,MAA1B,QAAAC,EAA6B,UAG1BD,MAAUX,EAAM,cAAc,KACxBM;IACV,GAGKO,IAAe,CAACC,MAAiB;AACtC,MAAIA,EAAE,UACJA,EAAE,OAA4B;IAChC,GAGKC,IAAc,CAACD,MAAqB;;AACzC,MAAAA,EAAE,eAAe;AACjB,YAAME,KAAYJ,IAAAE,EAAE,kBAAF,gBAAAF,EAAiB,QAAQ;AAC3C,MAAII,KAAaA,EAAU,WAAWhB,EAAM,iBAC3CiB,IAAAb,EAAW,MAAMJ,EAAM,cAAc,CAAC,MAAtC,QAAAiB,EAAyC,SAEzCb,EAAW,MAAM,QAAQ,CAACI,GAAOG,MAAQ;AACxC,QAAIH,MACGA,EAAA,QAAQQ,EAAUL,CAAK;AAAA,MAC9B,CACA,GACQL;IACV;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,GAAG,EAAmB,MAAM,KAAK,CAAC;AAmFhD,QAAA,MAAM,SAAS;iBACD,GAAG;CAKhB,CAAC;AAEF,eAAe,SAAS,CAAC;AAEzB,OAAO,EAAE,OAAO,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,EAAE,UAAU,EAAE,MAAM,mCAAmC,CAAC;AAC/D,OAAO,EAAE,OAAO,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAC;AACxE,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAC/D,OAAO,EAAE,QAAQ,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAC9E,OAAO,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AACrD,OAAO,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAC;AAC3D,OAAO,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAC;AAC3D,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAC;AACtD,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AACtE,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,sBAAsB,CAAC;AACrD,OAAO,EAAE,aAAa,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAC;AACnG,OAAO,EAAE,OAAO,EAAE,UAAU,EAAE,WAAW,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AACxF,OAAO,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAC;AAC3D,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,gBAAgB,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AACxG,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AACzD,OAAO,EAAE,OAAO,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,EAAE,mBAAmB,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AACvF,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AACzD,OAAO,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAC;AAC3D,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAC;AACtD,OAAO,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC;AAChD,OAAO,EAAE,cAAc,EAAE,MAAM,+BAA+B,CAAC;AAC/D,OAAO,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAC;AAC3D,OAAO,EAAE,iBAAiB,EAAE,MAAM,mCAAmC,CAAC;AACtE,OAAO,EAAE,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAClD,OAAO,EAAE,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAClD,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAC;AACtD,OAAO,EAAE,UAAU,EAAG,cAAc,EAAG,MAAM,0BAA0B,CAAC;AACxE,OAAO,EAAE,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACtE,OAAO,EAAE,WAAW,EAAE,MAAM,qCAAqC,CAAC;AAClE,OAAO,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAC;AAChE,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAC9C,OAAO,EAAE,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,OAAO,EAAE,gBAAgB,EAAE,WAAW,EAAE,UAAU,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAC9H,OAAO,EAAE,mBAAmB,EAAE,MAAM,oCAAoC,CAAC"}
|
package/postcss.config.js
DELETED
package/types.d.ts
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
export type { TIconName } from './components/ui-icon';
|
|
2
|
-
export { EDropdownKinds } from './components/ui-dropdown';
|
|
3
|
-
export { EIconType } from './components/ui-icon';
|
|
4
|
-
export { EAlertTypes } from './components/ui-alert';
|
|
5
|
-
export { EBadgeKind, EBadgeSize } from './components/ui-badge';
|
|
6
|
-
export { EBerSize } from './components/ui-ber-rank';
|
|
7
|
-
export { EButtonSizes, EButtonTypes } from './components/ui-button';
|
|
8
|
-
export { ERadioSizes } from './components/ui-radio-fancy/_typings';
|
|
9
|
-
export { ESkeletonKind } from './components/ui-skeleton/_typings';
|
|
10
|
-
export { EIconWrapperTypes, EIconWrapperSizes } from './components/ui-icon-wrapper';
|
|
11
|
-
export { EInputType, EInputKinds, EAutocomplete } from './components/ui-input';
|
|
12
|
-
export { EListItemTypes, EListItemSpacing, EListItemSize } from './components/ui-list-item';
|
|
13
|
-
export { EModalSizes } from './components/ui-modal';
|
|
14
|
-
export { EBadgeOrigin } from './components/ui-notification-badge';
|
|
15
|
-
export { ESnackbarTypes } from './components/ui-snackbar';
|
|
16
|
-
export { ETableKind, ERowKind } from './components/ui-table';
|
|
17
|
-
export { ETypographySizes, ETextWeight, ETextAlign, ETextTransform } from './components/ui-typography';
|
|
18
|
-
export { EJustify } from './_types/align';
|
|
19
|
-
export { EColors } from './_types/colors';
|
|
20
|
-
export { ESize } from './_types/sizing';
|
|
21
|
-
//# sourceMappingURL=types.d.ts.map
|
package/types.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AACtD,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAC1D,OAAO,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AACjD,OAAO,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AACpD,OAAO,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAC;AAC/D,OAAO,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AACpD,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AACpE,OAAO,EAAE,WAAW,EAAE,MAAM,sCAAsC,CAAC;AACnE,OAAO,EAAE,aAAa,EAAE,MAAM,mCAAmC,CAAC;AAClE,OAAO,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAC;AACpF,OAAO,EAAE,UAAU,EAAE,WAAW,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAC/E,OAAO,EAAE,cAAc,EAAE,gBAAgB,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC5F,OAAO,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AACpD,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAClE,OAAO,EAAE,cAAc,EAAG,MAAM,0BAA0B,CAAC;AAC3D,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,EAAE,gBAAgB,EAAE,WAAW,EAAE,UAAU,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAEvG,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAC1C,OAAO,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAC;AAC1C,OAAO,EAAE,KAAK,EAAE,MAAM,iBAAiB,CAAC"}
|
package/types.js
DELETED
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
(function(){"use strict";try{if(typeof document<"u"){var t=document.createElement("style");t.appendChild(document.createTextNode(`.ui-ber-rank__icon_medium{height:60px}.ui-ber-rank__icon_small{height:30px}
|
|
2
|
-
.icon-wrapper_offset-md[data-v-e2d42695] .notification-badge{top:4px;right:4px}.icon-wrapper_offset-xl[data-v-e2d42695] .notification-badge{top:8px;right:8px}
|
|
3
|
-
.max-height[data-v-fefcb9b0]{max-height:calc(100vh - var(--md))}.max-width[data-v-fefcb9b0]{max-width:calc(100vw - var(--md))}
|
|
4
|
-
.notification-badge{padding:2px}
|
|
5
|
-
.ui-table__secondary[data-v-d292cc77] tr:nth-child(odd){background-color:var(--color-secondary-alt-200)}.ui-table__secondary-inverted[data-v-d292cc77] tr:nth-child(2n){background-color:var(--color-secondary-alt-200)}
|
|
6
|
-
.ui-table-row[data-v-a9579e20] td:first-child{border-top-left-radius:var(--xxs);border-bottom-left-radius:var(--xxs);text-align:left}.ui-table-row[data-v-a9579e20] td:last-child{border-top-right-radius:var(--xxs);border-bottom-right-radius:var(--xxs);text-align:right}`)),document.head.appendChild(t)}}catch(a){console.error("vite-plugin-css-injected-by-js",a)}})();
|
|
7
|
-
import "./components/ui-dropdown/ui-dropdown.vue.js";
|
|
8
|
-
import { EDropdownKinds as c } from "./components/ui-dropdown/_typings.js";
|
|
9
|
-
import "./components/ui-icon/ui-icon.vue.js";
|
|
10
|
-
import { ESize as B } from "./_types/sizing.js";
|
|
11
|
-
import { EIconType as A } from "./components/ui-icon/_typings.js";
|
|
12
|
-
import "vue";
|
|
13
|
-
import { ETextAlign as W, ETextTransform as b, ETextWeight as h, ETypographySizes as k } from "./components/ui-typography/_typings.js";
|
|
14
|
-
import { EColors as R } from "./_types/colors.js";
|
|
15
|
-
import { EAlertTypes as D } from "./components/ui-alert/_types.js";
|
|
16
|
-
import "./components/ui-badge/ui-badge.vue.js";
|
|
17
|
-
import { EBadgeKind as M, EBadgeSize as O } from "./components/ui-badge/_typings.js";
|
|
18
|
-
import "./components/ui-ber-rank/ui-ber-rank.vue.js";
|
|
19
|
-
|
|
20
|
-
import { EBerSize as q } from "./components/ui-ber-rank/_types.js";
|
|
21
|
-
import "./components/ui-button/ui-button.vue.js";
|
|
22
|
-
import { EButtonSizes as F, EButtonTypes as G } from "./components/ui-button/_typings.js";
|
|
23
|
-
import { ERadioSizes as N } from "./components/ui-radio-fancy/_typings.js";
|
|
24
|
-
import { ESkeletonKind as Q } from "./components/ui-skeleton/_typings.js";
|
|
25
|
-
import "./components/ui-icon-wrapper/ui-icon-wrapper.vue2.js";
|
|
26
|
-
|
|
27
|
-
import { EIconWrapperSizes as V, EIconWrapperTypes as X } from "./components/ui-icon-wrapper/_typings.js";
|
|
28
|
-
import "./components/ui-input/ui-input.vue.js";
|
|
29
|
-
import { EAutocomplete as Z, EInputKinds as _, EInputType as $ } from "./components/ui-input/_typings.js";
|
|
30
|
-
import "./components/ui-list-item/ui-list-item.vue.js";
|
|
31
|
-
import { EListItemSize as ro, EListItemSpacing as to, EListItemTypes as po } from "./components/ui-list-item/_types.js";
|
|
32
|
-
import "./components/ui-modal/ui-modal.vue2.js";
|
|
33
|
-
|
|
34
|
-
import { EModalSizes as io } from "./components/ui-modal/_typings.js";
|
|
35
|
-
import "./components/ui-notification-badge/ui-notification-badge.vue.js";
|
|
36
|
-
|
|
37
|
-
import { EBadgeOrigin as Eo } from "./components/ui-notification-badge/_types.js";
|
|
38
|
-
import "./components/ui-snackbar/ui-snackbar.vue.js";
|
|
39
|
-
import { ESnackbarTypes as fo } from "./components/ui-snackbar/_types.js";
|
|
40
|
-
import "./components/ui-table/ui-table.vue2.js";
|
|
41
|
-
|
|
42
|
-
import { ERowKind as so } from "./components/ui-table/ui-table-row/_typings.js";
|
|
43
|
-
|
|
44
|
-
import { ETableKind as To } from "./components/ui-table/_types.js";
|
|
45
|
-
import { EJustify as yo } from "./_types/align.js";
|
|
46
|
-
export {
|
|
47
|
-
D as EAlertTypes,
|
|
48
|
-
Z as EAutocomplete,
|
|
49
|
-
M as EBadgeKind,
|
|
50
|
-
Eo as EBadgeOrigin,
|
|
51
|
-
O as EBadgeSize,
|
|
52
|
-
q as EBerSize,
|
|
53
|
-
F as EButtonSizes,
|
|
54
|
-
G as EButtonTypes,
|
|
55
|
-
R as EColors,
|
|
56
|
-
c as EDropdownKinds,
|
|
57
|
-
A as EIconType,
|
|
58
|
-
V as EIconWrapperSizes,
|
|
59
|
-
X as EIconWrapperTypes,
|
|
60
|
-
_ as EInputKinds,
|
|
61
|
-
$ as EInputType,
|
|
62
|
-
yo as EJustify,
|
|
63
|
-
ro as EListItemSize,
|
|
64
|
-
to as EListItemSpacing,
|
|
65
|
-
po as EListItemTypes,
|
|
66
|
-
io as EModalSizes,
|
|
67
|
-
N as ERadioSizes,
|
|
68
|
-
so as ERowKind,
|
|
69
|
-
B as ESize,
|
|
70
|
-
Q as ESkeletonKind,
|
|
71
|
-
fo as ESnackbarTypes,
|
|
72
|
-
To as ETableKind,
|
|
73
|
-
W as ETextAlign,
|
|
74
|
-
b as ETextTransform,
|
|
75
|
-
h as ETextWeight,
|
|
76
|
-
k as ETypographySizes
|
|
77
|
-
};
|
|
78
|
-
//# sourceMappingURL=types.js.map
|
package/types.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"types.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|