sm-click-library-ui 0.0.601-dev.9 → 0.0.602-dev.12
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/dist/{index-C6dsCwBP.js → index-DdGsDucU.js} +9769 -9781
- package/dist/sm-click-library-ui.es.js +1 -1
- package/dist/sm-click-library-ui.umd.js +22 -22
- package/dist/style.css +1 -1
- package/dist/tailwind.css +9 -0
- package/dist/{vue3-lottie.es-D_VfKRyN.js → vue3-lottie.es-NvsM0rJw.js} +1 -1
- package/dist/{web-BvdYn3pU.js → web-Bt7Me_j8.js} +2 -2
- package/dist/{web-ChjjTTFp.js → web-CZxp3xXg.js} +2 -2
- package/package.json +100 -87
package/dist/tailwind.css
CHANGED
|
@@ -2944,6 +2944,9 @@ video {
|
|
|
2944
2944
|
.text-black\/40 {
|
|
2945
2945
|
color: rgb(0 0 0 / 0.4);
|
|
2946
2946
|
}
|
|
2947
|
+
.text-black\/70 {
|
|
2948
|
+
color: rgb(0 0 0 / 0.7);
|
|
2949
|
+
}
|
|
2947
2950
|
.text-black\/90 {
|
|
2948
2951
|
color: rgb(0 0 0 / 0.9);
|
|
2949
2952
|
}
|
|
@@ -3826,6 +3829,9 @@ video {
|
|
|
3826
3829
|
.hover\:bg-black\/10:hover {
|
|
3827
3830
|
background-color: rgb(0 0 0 / 0.1);
|
|
3828
3831
|
}
|
|
3832
|
+
.hover\:bg-black\/15:hover {
|
|
3833
|
+
background-color: rgb(0 0 0 / 0.15);
|
|
3834
|
+
}
|
|
3829
3835
|
.hover\:bg-emerald-500:hover {
|
|
3830
3836
|
--tw-bg-opacity: 1;
|
|
3831
3837
|
background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
|
|
@@ -3881,6 +3887,9 @@ video {
|
|
|
3881
3887
|
.hover\:bg-white\/10:hover {
|
|
3882
3888
|
background-color: rgb(255 255 255 / 0.1);
|
|
3883
3889
|
}
|
|
3890
|
+
.hover\:bg-white\/15:hover {
|
|
3891
|
+
background-color: rgb(255 255 255 / 0.15);
|
|
3892
|
+
}
|
|
3884
3893
|
.hover\:bg-white\/5:hover {
|
|
3885
3894
|
background-color: rgb(255 255 255 / 0.05);
|
|
3886
3895
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, ref, watchEffect, computed, watch, createElementBlock, openBlock, normalizeStyle } from "vue";
|
|
2
|
-
import { c as commonjsGlobal, g as getDefaultExportFromCjs } from "./index-
|
|
2
|
+
import { c as commonjsGlobal, g as getDefaultExportFromCjs } from "./index-DdGsDucU.js";
|
|
3
3
|
var lottie = { exports: {} };
|
|
4
4
|
(function(module, exports) {
|
|
5
5
|
typeof navigator < "u" && function(t, e) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { W as P, b as x } from "./index-
|
|
2
|
-
import { E } from "./web-
|
|
1
|
+
import { W as P, b as x } from "./index-DdGsDucU.js";
|
|
2
|
+
import { E } from "./web-CZxp3xXg.js";
|
|
3
3
|
function m(w) {
|
|
4
4
|
const e = w.split("/").filter((t) => t !== "."), r = [];
|
|
5
5
|
return e.forEach((t) => {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as le, C as ge, g as me, W as we } from "./index-
|
|
1
|
+
import { r as le, C as ge, g as me, W as we } from "./index-DdGsDucU.js";
|
|
2
2
|
const F = {
|
|
3
3
|
RECORDING: "RECORDING",
|
|
4
4
|
PAUSED: "PAUSED",
|
|
@@ -58,7 +58,7 @@ var te;
|
|
|
58
58
|
n.UTF8 = "utf8", n.ASCII = "ascii", n.UTF16 = "utf16";
|
|
59
59
|
})(te || (te = {}));
|
|
60
60
|
const k = le("Filesystem", {
|
|
61
|
-
web: () => import("./web-
|
|
61
|
+
web: () => import("./web-Bt7Me_j8.js").then((n) => new n.FilesystemWeb())
|
|
62
62
|
});
|
|
63
63
|
Ee();
|
|
64
64
|
const _e = le("BlobWriter");
|
package/package.json
CHANGED
|
@@ -1,89 +1,102 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
"
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
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
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
2
|
+
"name": "sm-click-library-ui",
|
|
3
|
+
"type": "module",
|
|
4
|
+
"files": [
|
|
5
|
+
"dist",
|
|
6
|
+
"src/test-utils"
|
|
7
|
+
],
|
|
8
|
+
"version": "0.0.602-dev.12",
|
|
9
|
+
"main": "dist/sm-click-library-ui.es.js",
|
|
10
|
+
"module": "dist/sm-click-library-ui.umd.js",
|
|
11
|
+
"style": "dist/style.css",
|
|
12
|
+
"private": false,
|
|
13
|
+
"scripts": {
|
|
14
|
+
"prepare": "node ./scripts/install-hooks.mjs",
|
|
15
|
+
"hooks:install": "node ./scripts/install-hooks.mjs",
|
|
16
|
+
"format": "prettier . --write",
|
|
17
|
+
"format:check": "prettier . --check",
|
|
18
|
+
"validate": "eslint . --fix",
|
|
19
|
+
"validate:check": "eslint .",
|
|
20
|
+
"dev": "vite",
|
|
21
|
+
"build": "pnpm run build:lib && pnpm run build:style",
|
|
22
|
+
"build:deploy": "pnpm version patch && pnpm run build && pnpm publish",
|
|
23
|
+
"build:deploy:dev": "pnpm version prerelease --preid dev --no-git-tag-version && pnpm run build && pnpm publish --tag dev --no-git-checks",
|
|
24
|
+
"test": "vitest",
|
|
25
|
+
"test:unit": "vitest",
|
|
26
|
+
"test:coverage": "vitest run --coverage",
|
|
27
|
+
"build:lib": "vite build",
|
|
28
|
+
"build:style": "postcss src/styles/tailwind.css -o dist/tailwind.css",
|
|
29
|
+
"preview": "vite preview",
|
|
30
|
+
"storybook": "storybook dev -p 6006",
|
|
31
|
+
"build-storybook": "storybook build"
|
|
32
|
+
},
|
|
33
|
+
"exports": {
|
|
34
|
+
".": "./dist/sm-click-library-ui.es.js",
|
|
35
|
+
"./style.css": "./dist/style.css",
|
|
36
|
+
"./dist/style.css": "./dist/style.css",
|
|
37
|
+
"./tailwind.css": "./dist/tailwind.css",
|
|
38
|
+
"./test-utils/setup": "./dist/test-utils/setup.js"
|
|
39
|
+
},
|
|
40
|
+
"dependencies": {
|
|
41
|
+
"@fancyapps/ui": "^6.0.16",
|
|
42
|
+
"@heroicons/vue": "^2.2.0",
|
|
43
|
+
"@pinia/testing": "^1.0.0",
|
|
44
|
+
"@tailwindcss/typography": "^0.5.13",
|
|
45
|
+
"@vue/test-utils": "^2.4.6",
|
|
46
|
+
"@vuepic/vue-datepicker": "^9.0.2",
|
|
47
|
+
"@vueuse/core": "^10.11.0",
|
|
48
|
+
"axios": "^1.7.2",
|
|
49
|
+
"capacitor-voice-recorder": "^7.0.6",
|
|
50
|
+
"daisyui": "^4.12.10",
|
|
51
|
+
"date-fns": "^4.0.0",
|
|
52
|
+
"leaflet": "^1.9.4",
|
|
53
|
+
"notiwind": "^2.0.2",
|
|
54
|
+
"pako": "^3.0.1",
|
|
55
|
+
"pinia": "^2.2.2",
|
|
56
|
+
"tailwind-scrollbar": "^3.1.0",
|
|
57
|
+
"uuid": "^10.0.0",
|
|
58
|
+
"v3-infinite-loading": "^1.3.2",
|
|
59
|
+
"virtua": "0.50.0",
|
|
60
|
+
"vite-plugin-static-copy": "^2.2.0",
|
|
61
|
+
"vue": "^3.4.29",
|
|
62
|
+
"vue-debounce": "^5.0.1",
|
|
63
|
+
"vue-json-pretty": "^2.6.0",
|
|
64
|
+
"vue-tel-input": "^9.5.0",
|
|
65
|
+
"vue3-avataaars": "^1.0.15",
|
|
66
|
+
"vue3-emoji-picker": "^1.1.8",
|
|
67
|
+
"vue3-lottie": "^3.3.1",
|
|
68
|
+
"vue3-popper": "^1.5.0",
|
|
69
|
+
"wavesurfer.js": "7.12.11"
|
|
70
|
+
},
|
|
71
|
+
"devDependencies": {
|
|
72
|
+
"@chromatic-com/storybook": "1.6.1",
|
|
73
|
+
"@storybook/addon-essentials": "^8.2.3",
|
|
74
|
+
"@storybook/addon-interactions": "^8.2.3",
|
|
75
|
+
"@storybook/addon-links": "^8.2.3",
|
|
76
|
+
"@storybook/addon-onboarding": "^8.2.3",
|
|
77
|
+
"@storybook/addon-themes": "8.2.3",
|
|
78
|
+
"@storybook/blocks": "^8.2.3",
|
|
79
|
+
"@storybook/test": "^8.2.3",
|
|
80
|
+
"@storybook/vue3": "^8.2.3",
|
|
81
|
+
"@storybook/vue3-vite": "^8.2.3",
|
|
82
|
+
"@vitejs/plugin-vue": "^5.0.5",
|
|
83
|
+
"@vitest/ui": "3.2.4",
|
|
84
|
+
"autoprefixer": "^10.4.19",
|
|
85
|
+
"eslint": "8.57.1",
|
|
86
|
+
"eslint-config-prettier": "9.1.0",
|
|
87
|
+
"eslint-plugin-prettier": "5.2.1",
|
|
88
|
+
"eslint-plugin-tailwindcss": "3.17.5",
|
|
89
|
+
"eslint-plugin-vue": "9.30.0",
|
|
90
|
+
"jsdom": "^26.0.0",
|
|
91
|
+
"postcss": "^8.4.39",
|
|
92
|
+
"postcss-cli": "^11.0.0",
|
|
93
|
+
"prettier": "3.9.3",
|
|
94
|
+
"rollup-plugin-css-only": "^4.5.2",
|
|
95
|
+
"storybook": "^8.2.3",
|
|
96
|
+
"storybook-dark-mode": "^4.0.2",
|
|
97
|
+
"tailwindcss": "^3.4.4",
|
|
98
|
+
"vite": "^5.3.1",
|
|
99
|
+
"vitest": "^3.0.6",
|
|
100
|
+
"vue-eslint-parser": "9.4.3"
|
|
101
|
+
}
|
|
89
102
|
}
|