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/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-C6dsCwBP.js";
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-C6dsCwBP.js";
2
- import { E } from "./web-ChjjTTFp.js";
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-C6dsCwBP.js";
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-BvdYn3pU.js").then((n) => new n.FilesystemWeb())
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
- "name": "sm-click-library-ui",
3
- "type": "module",
4
- "files": [
5
- "dist",
6
- "src/test-utils"
7
- ],
8
- "version": "0.0.601-dev.9",
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
- "dev": "vite",
15
- "build": "pnpm run build:lib && pnpm run build:style",
16
- "build:deploy": "pnpm version patch && pnpm run build && pnpm publish",
17
- "build:deploy:dev": "pnpm version prerelease --preid dev --no-git-tag-version && pnpm run build && pnpm publish --tag dev --no-git-checks",
18
- "test": "vitest",
19
- "test:unit": "vitest",
20
- "test:coverage": "vitest run --coverage",
21
- "build:lib": "vite build",
22
- "build:style": "postcss src/styles/tailwind.css -o dist/tailwind.css",
23
- "preview": "vite preview",
24
- "storybook": "storybook dev -p 6006",
25
- "build-storybook": "storybook build"
26
- },
27
- "exports": {
28
- ".": "./dist/sm-click-library-ui.es.js",
29
- "./style.css": "./dist/style.css",
30
- "./dist/style.css": "./dist/style.css",
31
- "./tailwind.css": "./dist/tailwind.css",
32
- "./test-utils/setup": "./dist/test-utils/setup.js"
33
- },
34
- "dependencies": {
35
- "@fancyapps/ui": "^6.0.16",
36
- "@heroicons/vue": "^2.2.0",
37
- "@pinia/testing": "^1.0.0",
38
- "@tailwindcss/typography": "^0.5.13",
39
- "@vue/test-utils": "^2.4.6",
40
- "@vuepic/vue-datepicker": "^9.0.2",
41
- "@vueuse/core": "^10.11.0",
42
- "axios": "^1.7.2",
43
- "capacitor-voice-recorder": "^7.0.6",
44
- "daisyui": "^4.12.10",
45
- "date-fns": "^4.0.0",
46
- "leaflet": "^1.9.4",
47
- "notiwind": "^2.0.2",
48
- "pako": "^3.0.1",
49
- "pinia": "^2.2.2",
50
- "tailwind-scrollbar": "^3.1.0",
51
- "uuid": "^10.0.0",
52
- "v3-infinite-loading": "^1.3.2",
53
- "virtua": "0.50.0",
54
- "vite-plugin-static-copy": "^2.2.0",
55
- "vue": "^3.4.29",
56
- "vue-debounce": "^5.0.1",
57
- "vue-json-pretty": "^2.6.0",
58
- "vue-tel-input": "^9.5.0",
59
- "vue3-avataaars": "^1.0.15",
60
- "vue3-emoji-picker": "^1.1.8",
61
- "vue3-lottie": "^3.3.1",
62
- "vue3-popper": "^1.5.0",
63
- "wavesurfer.js": "7.12.11"
64
- },
65
- "devDependencies": {
66
- "@chromatic-com/storybook": "1.6.1",
67
- "@storybook/addon-essentials": "^8.2.3",
68
- "@storybook/addon-interactions": "^8.2.3",
69
- "@storybook/addon-links": "^8.2.3",
70
- "@storybook/addon-onboarding": "^8.2.3",
71
- "@storybook/addon-themes": "8.2.3",
72
- "@storybook/blocks": "^8.2.3",
73
- "@storybook/test": "^8.2.3",
74
- "@storybook/vue3": "^8.2.3",
75
- "@storybook/vue3-vite": "^8.2.3",
76
- "@vitejs/plugin-vue": "^5.0.5",
77
- "@vitest/ui": "3.2.4",
78
- "autoprefixer": "^10.4.19",
79
- "jsdom": "^26.0.0",
80
- "postcss": "^8.4.39",
81
- "postcss-cli": "^11.0.0",
82
- "rollup-plugin-css-only": "^4.5.2",
83
- "storybook": "^8.2.3",
84
- "storybook-dark-mode": "^4.0.2",
85
- "tailwindcss": "^3.4.4",
86
- "vite": "^5.3.1",
87
- "vitest": "^3.0.6"
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
  }