bonkers-ui 1.0.67 → 1.0.69
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.js +12 -2
- package/CONSTANTS.d.ts +3 -1
- package/CONSTANTS.d.ts.map +1 -1
- package/_types/align.d.ts +9 -0
- package/_types/align.d.ts.map +1 -0
- package/_types/colors.d.ts +55 -0
- package/_types/colors.d.ts.map +1 -0
- package/_types/colors.js +1 -1
- package/_types/colors.js.map +1 -1
- package/_types/sizing.d.ts +55 -0
- package/_types/sizing.d.ts.map +1 -0
- package/_types/sizing.js +1 -1
- package/_types/sizing.js.map +1 -1
- package/bonkers-ui.umd.js +7 -7
- package/bonkers-ui.umd.js.map +1 -1
- package/components/ui-alert/index.d.ts +6 -6
- package/components/ui-alert/ui-alert.vue.d.ts +10 -8
- package/components/ui-alert/ui-alert.vue.d.ts.map +1 -1
- package/components/ui-alert/ui-alert.vue.js +3 -3
- package/components/ui-badge/_typings.d.ts +5 -1
- package/components/ui-badge/_typings.d.ts.map +1 -1
- package/components/ui-badge/_typings.js +3 -3
- package/components/ui-badge/_typings.js.map +1 -1
- package/components/ui-badge/index.d.ts +53 -17
- package/components/ui-badge/index.d.ts.map +1 -1
- package/components/ui-badge/ui-badge.vue.d.ts +36 -12
- package/components/ui-badge/ui-badge.vue.d.ts.map +1 -1
- package/components/ui-badge/ui-badge.vue.js +41 -35
- package/components/ui-badge/ui-badge.vue.js.map +1 -1
- package/components/ui-ber-rank/index.d.ts +2 -2
- package/components/ui-ber-rank/ui-ber-rank.vue.d.ts +3 -3
- package/components/ui-ber-rank/ui-ber-rank.vue.d.ts.map +1 -1
- package/components/ui-button/index.d.ts +5 -5
- package/components/ui-button/ui-button.vue.d.ts +9 -7
- package/components/ui-button/ui-button.vue.d.ts.map +1 -1
- package/components/ui-button/ui-button.vue.js +4 -4
- package/components/ui-button/ui-button.vue.js.map +1 -1
- package/components/ui-card-cta/index.d.ts +5 -5
- package/components/ui-card-cta/ui-card-cta.vue.d.ts +17 -15
- package/components/ui-card-cta/ui-card-cta.vue.d.ts.map +1 -1
- package/components/ui-card-cta/ui-card-cta.vue.js +1 -1
- package/components/ui-card-result/index.d.ts +4 -4
- package/components/ui-card-result/ui-card-result.vue.d.ts +16 -14
- package/components/ui-card-result/ui-card-result.vue.d.ts.map +1 -1
- package/components/ui-card-result/ui-card-result.vue.js +4 -4
- package/components/ui-card-result/ui-card-result.vue2.js +14 -14
- package/components/ui-card-simple/_typings.d.ts +5 -0
- package/components/ui-card-simple/_typings.d.ts.map +1 -0
- package/components/ui-card-simple/index.d.ts +4 -4
- package/components/ui-card-simple/ui-card-simple.vue.d.ts +4 -2
- package/components/ui-card-simple/ui-card-simple.vue.d.ts.map +1 -1
- package/components/ui-card-simple/ui-card-simple.vue.js +7 -8
- package/components/ui-card-simple/ui-card-simple.vue.js.map +1 -1
- package/components/ui-checkbox/index.d.ts +5 -5
- package/components/ui-checkbox/ui-checkbox.vue.d.ts +15 -13
- package/components/ui-checkbox/ui-checkbox.vue.d.ts.map +1 -1
- package/components/ui-dropdown/index.d.ts +6 -6
- package/components/ui-dropdown/ui-dropdown.vue.d.ts +16 -14
- package/components/ui-dropdown/ui-dropdown.vue.d.ts.map +1 -1
- package/components/ui-dropdown/ui-dropdown.vue.js +4 -4
- package/components/ui-dropdown/ui-dropdown.vue.js.map +1 -1
- package/components/ui-icon/index.d.ts +3 -3
- package/components/ui-icon/ui-icon.vue.d.ts +4 -4
- package/components/ui-icon/ui-icon.vue.d.ts.map +1 -1
- package/components/ui-icon/ui-icon.vue.js +19 -15
- package/components/ui-icon/ui-icon.vue.js.map +1 -1
- package/components/ui-icon-wrapper/index.d.ts +5 -5
- package/components/ui-icon-wrapper/ui-icon-wrapper.vue.d.ts +7 -5
- package/components/ui-icon-wrapper/ui-icon-wrapper.vue.d.ts.map +1 -1
- package/components/ui-icon-wrapper/ui-icon-wrapper.vue.js +2 -2
- package/components/ui-icon-wrapper/ui-icon-wrapper.vue2.js +2 -2
- package/components/ui-input/index.d.ts +5 -5
- package/components/ui-input/ui-input.vue.d.ts +34 -32
- package/components/ui-input/ui-input.vue.d.ts.map +1 -1
- package/components/ui-input/ui-input.vue.js +3 -3
- package/components/ui-input/ui-input.vue.js.map +1 -1
- package/components/ui-input-range/index.d.ts +1 -1
- package/components/ui-input-range/ui-input-range.vue.d.ts.map +1 -1
- package/components/ui-input-range/ui-input-range.vue.js +2 -2
- package/components/ui-input-range/ui-input-range.vue2.js +11 -11
- package/components/ui-input-range/ui-input-range.vue2.js.map +1 -1
- package/components/ui-list-item/index.d.ts +9 -9
- package/components/ui-list-item/ui-list-item.vue.d.ts +22 -20
- package/components/ui-list-item/ui-list-item.vue.d.ts.map +1 -1
- package/components/ui-list-item/ui-list-item.vue.js +6 -6
- package/components/ui-modal/index.d.ts +5 -5
- package/components/ui-modal/ui-backdrop/index.d.ts +4 -4
- package/components/ui-modal/ui-backdrop/ui-backdrop.vue.d.ts +4 -2
- package/components/ui-modal/ui-backdrop/ui-backdrop.vue.d.ts.map +1 -1
- package/components/ui-modal/ui-backdrop/ui-backdrop.vue.js +6 -6
- package/components/ui-modal/ui-backdrop/ui-backdrop.vue.js.map +1 -1
- package/components/ui-modal/ui-modal.vue.d.ts +14 -12
- package/components/ui-modal/ui-modal.vue.d.ts.map +1 -1
- package/components/ui-modal/ui-modal.vue.js +2 -2
- package/components/ui-modal/ui-modal.vue2.js +20 -24
- package/components/ui-modal/ui-modal.vue2.js.map +1 -1
- package/components/ui-notification-badge/index.d.ts +5 -5
- package/components/ui-notification-badge/ui-notification-badge.vue.d.ts +9 -7
- package/components/ui-notification-badge/ui-notification-badge.vue.d.ts.map +1 -1
- package/components/ui-notification-badge/ui-notification-badge.vue.js +1 -1
- package/components/ui-order-card/index.d.ts +6 -6
- package/components/ui-order-card/ui-order-card.vue.d.ts +12 -10
- package/components/ui-order-card/ui-order-card.vue.d.ts.map +1 -1
- package/components/ui-order-card/ui-order-card.vue.js +4 -4
- package/components/ui-order-card/ui-order-card.vue.js.map +1 -1
- package/components/ui-plain-radio/index.d.ts +4 -4
- package/components/ui-plain-radio/ui-plain-radio.vue.d.ts +13 -11
- package/components/ui-plain-radio/ui-plain-radio.vue.d.ts.map +1 -1
- package/components/ui-plain-radio/ui-plain-radio.vue.js +5 -5
- package/components/ui-plain-radio/ui-plain-radio.vue.js.map +1 -1
- package/components/ui-product-card/index.d.ts +4 -0
- package/components/ui-product-card/index.d.ts.map +1 -0
- package/components/ui-progress/index.d.ts +10 -1
- package/components/ui-progress/index.d.ts.map +1 -1
- package/components/ui-progress/ui-progress.vue.d.ts +5 -0
- package/components/ui-progress/ui-progress.vue.d.ts.map +1 -1
- package/components/ui-progress/ui-progress.vue.js +29 -13
- package/components/ui-progress/ui-progress.vue.js.map +1 -1
- package/components/ui-radio/index.d.ts +5 -5
- package/components/ui-radio/ui-radio.vue.d.ts +13 -11
- package/components/ui-radio/ui-radio.vue.d.ts.map +1 -1
- package/components/ui-radio/ui-radio.vue.js +2 -2
- package/components/ui-radio/ui-radio.vue2.js +9 -9
- package/components/ui-radio/ui-radio.vue2.js.map +1 -1
- package/components/ui-radio-compact/index.d.ts +4 -4
- package/components/ui-radio-compact/ui-radio-compact.vue.d.ts +8 -6
- package/components/ui-radio-compact/ui-radio-compact.vue.d.ts.map +1 -1
- package/components/ui-radio-compact/ui-radio-compact.vue.js +5 -5
- package/components/ui-radio-compact/ui-radio-compact.vue.js.map +1 -1
- package/components/ui-radio-fancy/index.d.ts +6 -6
- package/components/ui-radio-fancy/ui-radio-fancy.vue.d.ts +14 -12
- package/components/ui-radio-fancy/ui-radio-fancy.vue.d.ts.map +1 -1
- package/components/ui-radio-fancy/ui-radio-fancy.vue.js +20 -20
- package/components/ui-radio-fancy/ui-radio-fancy.vue.js.map +1 -1
- package/components/ui-result-card-range/index.d.ts +5 -5
- package/components/ui-result-card-range/ui-result-card-range.vue.d.ts +11 -9
- package/components/ui-result-card-range/ui-result-card-range.vue.d.ts.map +1 -1
- package/components/ui-result-card-range/ui-result-card-range.vue.js +2 -2
- package/components/ui-ripple/index.d.ts +4 -4
- package/components/ui-ripple/ui-ripple.vue.d.ts +4 -2
- package/components/ui-ripple/ui-ripple.vue.d.ts.map +1 -1
- package/components/ui-select/index.d.ts +4 -4
- package/components/ui-select/ui-select.vue.d.ts +15 -13
- package/components/ui-select/ui-select.vue.d.ts.map +1 -1
- package/components/ui-select/ui-select.vue.js +5 -5
- package/components/ui-select/ui-select.vue.js.map +1 -1
- package/components/ui-skeleton/index.d.ts +2 -2
- package/components/ui-skeleton/ui-skeleton.vue.d.ts +3 -3
- package/components/ui-skeleton/ui-skeleton.vue.d.ts.map +1 -1
- package/components/ui-skeleton/ui-skeleton.vue.js +26 -28
- package/components/ui-skeleton/ui-skeleton.vue.js.map +1 -1
- package/components/ui-snackbar/index.d.ts +5 -5
- package/components/ui-snackbar/ui-snackbar.vue.d.ts +11 -9
- package/components/ui-snackbar/ui-snackbar.vue.d.ts.map +1 -1
- package/components/ui-snackbar/ui-snackbar.vue.js +2 -2
- package/components/ui-table/index.d.ts +5 -5
- package/components/ui-table/ui-table-cell/index.d.ts +5 -5
- package/components/ui-table/ui-table-cell/ui-table-cell.vue.d.ts +11 -9
- package/components/ui-table/ui-table-cell/ui-table-cell.vue.d.ts.map +1 -1
- package/components/ui-table/ui-table-cell/ui-table-cell.vue.js +1 -1
- package/components/ui-table/ui-table-row/index.d.ts +5 -5
- package/components/ui-table/ui-table-row/ui-table-row.vue.d.ts +9 -7
- package/components/ui-table/ui-table-row/ui-table-row.vue.d.ts.map +1 -1
- package/components/ui-table/ui-table-row/ui-table-row.vue.js +3 -3
- package/components/ui-table/ui-table.vue.d.ts +9 -7
- package/components/ui-table/ui-table.vue.d.ts.map +1 -1
- package/components/ui-table/ui-table.vue.js +4 -4
- package/components/ui-table/ui-table.vue2.js +1 -1
- package/components/ui-tabs/index.d.ts +1 -1
- package/components/ui-tabs/ui-tabs.vue.d.ts +2 -2
- package/components/ui-tabs/ui-tabs.vue.d.ts.map +1 -1
- package/components/ui-tabs/ui-tabs.vue.js +3 -3
- package/components/ui-tabs/ui-tabs.vue2.js +6 -6
- package/components/ui-tabs/ui-tabs.vue2.js.map +1 -1
- package/components/ui-toggle/index.d.ts +4 -4
- package/components/ui-toggle/ui-toggle.vue.d.ts +19 -17
- package/components/ui-toggle/ui-toggle.vue.d.ts.map +1 -1
- package/components/ui-toggle/ui-toggle.vue.js +3 -3
- package/components/ui-toggle/ui-toggle.vue2.js +8 -8
- package/components/ui-toggle/ui-toggle.vue2.js.map +1 -1
- package/components/ui-typography/index.d.ts +6 -6
- package/components/ui-typography/ui-typography.vue.d.ts +24 -22
- package/components/ui-typography/ui-typography.vue.d.ts.map +1 -1
- package/components/ui-typography/ui-typography.vue.js +7 -3
- package/components/ui-typography/ui-typography.vue.js.map +1 -1
- package/components/ui-verification-input/index.d.ts +4 -4
- package/components/ui-verification-input/ui-verification-input.vue.d.ts +6 -4
- package/components/ui-verification-input/ui-verification-input.vue.d.ts.map +1 -1
- package/index.js +48 -48
- package/package.json +39 -42
- package/plugin.ts +17 -10
- package/postcss.config.js +8 -0
- package/src/_styles/_colors.json +5 -1
- package/src/_styles/_spacing.json +7 -3
- package/tailwind.config.ts +1 -1
- package/types.js +56 -55
- package/types.js.map +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bonkers-ui",
|
|
3
|
-
"version": "v1.0.
|
|
3
|
+
"version": "v1.0.69",
|
|
4
4
|
"private": false,
|
|
5
5
|
"scripts": {
|
|
6
6
|
"storybook": "storybook dev -p 6006",
|
|
@@ -12,13 +12,17 @@
|
|
|
12
12
|
"deploy": "gh-pages -d storybook-static",
|
|
13
13
|
"typecheck": "tsc --noEmit && vue-tsc --noEmit",
|
|
14
14
|
"test": "vitest run",
|
|
15
|
-
"pack": "cd dist && npm pack --pack-destination ../",
|
|
15
|
+
"pack": "bun postbuild.ts && cd dist && npm pack --pack-destination ../",
|
|
16
16
|
"upgrade": "bun x npm-check-updates -ui",
|
|
17
|
-
"i": "bun install --frozen-lockfile"
|
|
17
|
+
"i": "bun install --frozen-lockfile",
|
|
18
|
+
"prepare": "husky"
|
|
19
|
+
},
|
|
20
|
+
"overrides": {
|
|
21
|
+
"rollup": "npm:@rollup/wasm-node"
|
|
18
22
|
},
|
|
19
23
|
"dependencies": {
|
|
20
|
-
"tailwindcss": "^3.4.
|
|
21
|
-
"vue": "^3.4.
|
|
24
|
+
"tailwindcss": "^3.4.4",
|
|
25
|
+
"vue": "^3.4.31"
|
|
22
26
|
},
|
|
23
27
|
"peerDependencies": {
|
|
24
28
|
"@fortawesome/fontawesome-svg-core": "^6.4.2",
|
|
@@ -30,50 +34,51 @@
|
|
|
30
34
|
"vue": "^3.0.0"
|
|
31
35
|
},
|
|
32
36
|
"devDependencies": {
|
|
33
|
-
"@
|
|
34
|
-
"@storybook/addon-
|
|
35
|
-
"@storybook/
|
|
36
|
-
"@storybook/
|
|
37
|
-
"@
|
|
37
|
+
"@kalimahapps/eslint-plugin-tailwind": "^1.1.0",
|
|
38
|
+
"@storybook/addon-essentials": "^8.1.11",
|
|
39
|
+
"@storybook/addon-links": "^8.1.11",
|
|
40
|
+
"@storybook/addons": "^7.6.17",
|
|
41
|
+
"@storybook/vue3": "^8.1.11",
|
|
42
|
+
"@storybook/vue3-vite": "^8.1.11",
|
|
43
|
+
"@types/bun": "^1.1.6",
|
|
38
44
|
"@types/glob": "^8.1.0",
|
|
39
|
-
"@typescript-eslint/eslint-plugin": "^7.
|
|
40
|
-
"@typescript-eslint/parser": "^7.
|
|
41
|
-
"@vitejs/plugin-vue": "^5.0.
|
|
45
|
+
"@typescript-eslint/eslint-plugin": "^7.15.0",
|
|
46
|
+
"@typescript-eslint/parser": "^7.15.0",
|
|
47
|
+
"@vitejs/plugin-vue": "^5.0.5",
|
|
42
48
|
"@vue/eslint-config-typescript": "^13.0.0",
|
|
43
|
-
"@vue/test-utils": "^2.4.
|
|
49
|
+
"@vue/test-utils": "^2.4.6",
|
|
44
50
|
"autoprefixer": "^10.4.19",
|
|
45
|
-
"bun-types": "^1.1.
|
|
51
|
+
"bun-types": "^1.1.17",
|
|
46
52
|
"eslint": "8.56.0",
|
|
47
53
|
"eslint-plugin-storybook": "^0.8.0",
|
|
48
|
-
"eslint-plugin-tailwindcss": "^3.
|
|
49
|
-
"eslint-plugin-vue": "^9.
|
|
54
|
+
"eslint-plugin-tailwindcss": "^3.17.4",
|
|
55
|
+
"eslint-plugin-vue": "^9.27.0",
|
|
50
56
|
"gh-pages": "^6.1.1",
|
|
51
57
|
"husky": "9.0.11",
|
|
52
|
-
"jsdom": "^24.
|
|
53
|
-
"lint-staged": "^15.2.
|
|
54
|
-
"postcss": "^8.4.
|
|
58
|
+
"jsdom": "^24.1.0",
|
|
59
|
+
"lint-staged": "^15.2.7",
|
|
60
|
+
"postcss": "^8.4.39",
|
|
55
61
|
"postcss-cli": "^11.0.0",
|
|
56
|
-
"postcss-html": "^1.
|
|
62
|
+
"postcss-html": "^1.7.0",
|
|
57
63
|
"react": "^18.3.1",
|
|
58
64
|
"react-dom": "^18.3.1",
|
|
59
|
-
"storybook": "^8.
|
|
60
|
-
"storybook-dark-mode": "^4.0.
|
|
61
|
-
"
|
|
62
|
-
"stylelint": "
|
|
63
|
-
"stylelint-config-recommended": "^14.0.0",
|
|
65
|
+
"storybook": "^8.1.11",
|
|
66
|
+
"storybook-dark-mode": "^4.0.2",
|
|
67
|
+
"stylelint": "15.x.x",
|
|
68
|
+
"stylelint-config-recommended": "^14.0.1",
|
|
64
69
|
"stylelint-config-recommended-vue": "^1.5.0",
|
|
65
70
|
"stylelint-config-standard": "^35.0.0",
|
|
66
|
-
"typescript": "^5.
|
|
67
|
-
"vite": "^5.2
|
|
71
|
+
"typescript": "^5.5.3",
|
|
72
|
+
"vite": "^5.3.2",
|
|
68
73
|
"vite-plugin-css-injected-by-js": "^3.5.1",
|
|
69
|
-
"vite-plugin-dts": "^3.9.
|
|
70
|
-
"vite-plugin-static-copy": "^1.0.
|
|
74
|
+
"vite-plugin-dts": "^3.9.1",
|
|
75
|
+
"vite-plugin-static-copy": "^1.0.6",
|
|
71
76
|
"vite-tsconfig-paths": "^4.3.2",
|
|
72
|
-
"vitest": "^1.
|
|
73
|
-
"vue-eslint-parser": "^9.4.
|
|
77
|
+
"vitest": "^1.6.0",
|
|
78
|
+
"vue-eslint-parser": "^9.4.3",
|
|
74
79
|
"vue-loader": "^17.4.2",
|
|
75
|
-
"vue-router": "^4.
|
|
76
|
-
"vue-tsc": "^2.0.
|
|
80
|
+
"vue-router": "^4.4.0",
|
|
81
|
+
"vue-tsc": "^2.0.24"
|
|
77
82
|
},
|
|
78
83
|
"lint-staged": {
|
|
79
84
|
"*.{ts,tsx,vue}": [
|
|
@@ -82,11 +87,6 @@
|
|
|
82
87
|
],
|
|
83
88
|
"*.{css,vue,tsx}": "stylelint --fix"
|
|
84
89
|
},
|
|
85
|
-
"husky": {
|
|
86
|
-
"hooks": {
|
|
87
|
-
"pre-commit": "bun typecheck && bun lint-staged && bun run test"
|
|
88
|
-
}
|
|
89
|
-
},
|
|
90
90
|
"license": "MIT",
|
|
91
91
|
"main": "./bonkers-ui.umd.js",
|
|
92
92
|
"module": "./index.js",
|
|
@@ -106,8 +106,5 @@
|
|
|
106
106
|
"types": "./components/*/index.d.ts",
|
|
107
107
|
"import": "./components/*/index.js"
|
|
108
108
|
}
|
|
109
|
-
},
|
|
110
|
-
"overrides": {
|
|
111
|
-
"rollup": "npm:@rollup/wasm-node"
|
|
112
109
|
}
|
|
113
110
|
}
|
package/plugin.ts
CHANGED
|
@@ -12,14 +12,18 @@ export default plugin(
|
|
|
12
12
|
// spacing
|
|
13
13
|
"--auto": "auto",
|
|
14
14
|
"--zero": "0",
|
|
15
|
-
"--
|
|
16
|
-
"--
|
|
17
|
-
"--
|
|
15
|
+
"--min": "1px",
|
|
16
|
+
"--xxxs": "4px",
|
|
17
|
+
"--xxs": "8px",
|
|
18
|
+
"--xs": "12px",
|
|
18
19
|
"--sm": "16px",
|
|
19
20
|
"--md": "24px",
|
|
20
|
-
"--lg": "
|
|
21
|
-
"--xl": "
|
|
22
|
-
"--xxl": "
|
|
21
|
+
"--lg": "32px",
|
|
22
|
+
"--xl": "40px",
|
|
23
|
+
"--xxl": "48px",
|
|
24
|
+
"--xxxl": "64px",
|
|
25
|
+
"--xxxxl": "80px",
|
|
26
|
+
"--xxxxxl": "120px",
|
|
23
27
|
|
|
24
28
|
// shadows
|
|
25
29
|
"--shadow-size-md": "0 2px 4px 0 rgb(180 184 205 / 50%)",
|
|
@@ -81,13 +85,17 @@ export default plugin(
|
|
|
81
85
|
"--color-warning-600": "#cc7247",
|
|
82
86
|
"--color-warning-700": "#995635",
|
|
83
87
|
"--color-warning": "var(--color-warning-500)",
|
|
84
|
-
"--color-accent-300": "#
|
|
85
|
-
"--color-accent-400": "#
|
|
88
|
+
"--color-accent-300": "#c9c9f6",
|
|
89
|
+
"--color-accent-400": "#8b8bfc",
|
|
86
90
|
"--color-accent-500": "#4242f7",
|
|
87
91
|
"--color-accent-600": "#3535c6",
|
|
88
92
|
"--color-accent-700": "#282894",
|
|
89
93
|
"--color-accent": "var(--color-accent-500)",
|
|
90
|
-
"--color-accent-alt-
|
|
94
|
+
"--color-accent-alt-300": "#ffd681",
|
|
95
|
+
"--color-accent-alt-400": "#fcc44f",
|
|
96
|
+
"--color-accent-alt-500": "#ffbb2e",
|
|
97
|
+
"--color-accent-alt-600": "#ffae05",
|
|
98
|
+
"--color-accent-alt-700": "#f0a100",
|
|
91
99
|
"--color-accent-alt": "var(--color-accent-alt-500)",
|
|
92
100
|
"--color-secondary-alt-200": "#f4f5f8",
|
|
93
101
|
"--color-secondary-alt-300": "#dfe1e9",
|
|
@@ -101,7 +109,6 @@ export default plugin(
|
|
|
101
109
|
});
|
|
102
110
|
},
|
|
103
111
|
{
|
|
104
|
-
darkMode: "class",
|
|
105
112
|
theme: {
|
|
106
113
|
corePlugins: {
|
|
107
114
|
preflight: false,
|
package/src/_styles/_colors.json
CHANGED
|
@@ -62,7 +62,11 @@
|
|
|
62
62
|
},
|
|
63
63
|
"accent-alt": {
|
|
64
64
|
"DEFAULT": "var(--color-accent-alt)",
|
|
65
|
-
"
|
|
65
|
+
"300": "var(--color-accent-alt-300)",
|
|
66
|
+
"400": "var(--color-accent-alt-400)",
|
|
67
|
+
"500": "var(--color-accent-alt-500)",
|
|
68
|
+
"600": "var(--color-accent-alt-600)",
|
|
69
|
+
"700": "var(--color-accent-alt-700)"
|
|
66
70
|
},
|
|
67
71
|
"secondary-alt": {
|
|
68
72
|
"DEFAULT": "var(--color-secondary-alt)",
|
|
@@ -1,12 +1,16 @@
|
|
|
1
1
|
{
|
|
2
|
-
"0": "var(--zero)",
|
|
3
|
-
"px": "var(--px)",
|
|
4
2
|
"auto": "var(--auto)",
|
|
3
|
+
"0": "var(--zero)",
|
|
4
|
+
"min": "var(--min)",
|
|
5
|
+
"xxxs": "var(--xxxs)",
|
|
5
6
|
"xxs": "var(--xxs)",
|
|
6
7
|
"xs": "var(--xs)",
|
|
7
8
|
"sm": "var(--sm)",
|
|
8
9
|
"md": "var(--md)",
|
|
9
10
|
"lg": "var(--lg)",
|
|
10
11
|
"xl": "var(--xl)",
|
|
11
|
-
"xxl": "var(--xxl)"
|
|
12
|
+
"xxl": "var(--xxl)",
|
|
13
|
+
"xxxl": "var(--xxxl)",
|
|
14
|
+
"xxxxl": "var(--xxxxl)",
|
|
15
|
+
"xxxxxl": "var(--xxxxxl)"
|
|
12
16
|
}
|
package/tailwind.config.ts
CHANGED
package/types.js
CHANGED
|
@@ -1,77 +1,78 @@
|
|
|
1
|
-
(function(){"use strict";try{if(typeof document<"u"){var
|
|
2
|
-
.icon-wrapper_offset-md[data-v-
|
|
3
|
-
.max-height[data-v-
|
|
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-e9747c9f]{max-height:calc(100vh - var(--md))}.max-width[data-v-e9747c9f]{max-width:calc(100vw - var(--md))}
|
|
4
4
|
.notification-badge{padding:2px}
|
|
5
|
-
.ui-table__secondary[data-v-
|
|
6
|
-
.ui-table-row[data-v-
|
|
5
|
+
.ui-table__secondary[data-v-93c36bf4] tr:nth-child(odd){background-color:var(--color-secondary-alt-200)}.ui-table__secondary-inverted[data-v-93c36bf4] 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
7
|
import "./components/ui-dropdown/ui-dropdown.vue.js";
|
|
8
|
-
import { EDropdownKinds as
|
|
8
|
+
import { EDropdownKinds as c } from "./components/ui-dropdown/_typings.js";
|
|
9
9
|
import "./components/ui-icon/ui-icon.vue.js";
|
|
10
|
-
import { ESize as
|
|
11
|
-
import { EIconType as
|
|
10
|
+
import { ESize as B } from "./_types/sizing.js";
|
|
11
|
+
import { EIconType as A } from "./components/ui-icon/_typings.js";
|
|
12
12
|
import "vue";
|
|
13
|
-
import { ETextAlign as
|
|
14
|
-
import { EColors as
|
|
15
|
-
import { EAlertTypes as
|
|
16
|
-
import
|
|
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";
|
|
17
18
|
import "./components/ui-ber-rank/ui-ber-rank.vue.js";
|
|
18
19
|
|
|
19
|
-
import { EBerSize as
|
|
20
|
+
import { EBerSize as q } from "./components/ui-ber-rank/_types.js";
|
|
20
21
|
import "./components/ui-button/ui-button.vue.js";
|
|
21
|
-
import { EButtonSizes as
|
|
22
|
-
import { ERadioSizes as
|
|
23
|
-
import { ESkeletonKind as
|
|
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";
|
|
24
25
|
import "./components/ui-icon-wrapper/ui-icon-wrapper.vue2.js";
|
|
25
26
|
|
|
26
|
-
import { EIconWrapperSizes as
|
|
27
|
+
import { EIconWrapperSizes as V, EIconWrapperTypes as X } from "./components/ui-icon-wrapper/_typings.js";
|
|
27
28
|
import "./components/ui-input/ui-input.vue.js";
|
|
28
|
-
import { EAutocomplete as
|
|
29
|
+
import { EAutocomplete as Z, EInputKinds as _, EInputType as $ } from "./components/ui-input/_typings.js";
|
|
29
30
|
import "./components/ui-list-item/ui-list-item.vue.js";
|
|
30
|
-
import { EListItemSize as
|
|
31
|
+
import { EListItemSize as ro, EListItemSpacing as to, EListItemTypes as po } from "./components/ui-list-item/_types.js";
|
|
31
32
|
import "./components/ui-modal/ui-modal.vue2.js";
|
|
32
33
|
|
|
33
|
-
import { EModalSizes as
|
|
34
|
+
import { EModalSizes as io } from "./components/ui-modal/_typings.js";
|
|
34
35
|
import "./components/ui-notification-badge/ui-notification-badge.vue.js";
|
|
35
36
|
|
|
36
|
-
import { EBadgeOrigin as
|
|
37
|
+
import { EBadgeOrigin as Eo } from "./components/ui-notification-badge/_types.js";
|
|
37
38
|
import "./components/ui-snackbar/ui-snackbar.vue.js";
|
|
38
|
-
import { ESnackbarTypes as
|
|
39
|
+
import { ESnackbarTypes as fo } from "./components/ui-snackbar/_types.js";
|
|
39
40
|
import "./components/ui-table/ui-table.vue2.js";
|
|
40
41
|
|
|
41
|
-
import { ERowKind as
|
|
42
|
+
import { ERowKind as so } from "./components/ui-table/ui-table-row/_typings.js";
|
|
42
43
|
|
|
43
|
-
import { ETableKind as
|
|
44
|
-
import { EJustify as
|
|
44
|
+
import { ETableKind as To } from "./components/ui-table/_types.js";
|
|
45
|
+
import { EJustify as yo } from "./_types/align.js";
|
|
45
46
|
export {
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
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
|
|
76
77
|
};
|
|
77
78
|
//# sourceMappingURL=types.js.map
|
package/types.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"types.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|