@tb-dev/vue-components 5.2.0 → 5.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
1
+ /*! tailwindcss v4.1.12 | MIT License | https://tailwindcss.com */
2
2
  @layer properties {
3
3
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
4
4
  *, :before, :after, ::backdrop {
@@ -7,11 +7,13 @@
7
7
  --tw-animation-duration: initial;
8
8
  --tw-animation-fill-mode: none;
9
9
  --tw-animation-iteration-count: 1;
10
+ --tw-enter-blur: 0;
10
11
  --tw-enter-opacity: 1;
11
12
  --tw-enter-rotate: 0;
12
13
  --tw-enter-scale: 1;
13
14
  --tw-enter-translate-x: 0;
14
15
  --tw-enter-translate-y: 0;
16
+ --tw-exit-blur: 0;
15
17
  --tw-exit-opacity: 1;
16
18
  --tw-exit-rotate: 0;
17
19
  --tw-exit-scale: 1;
@@ -50,6 +52,12 @@
50
52
  initial-value: 1;
51
53
  }
52
54
 
55
+ @property --tw-enter-blur {
56
+ syntax: "*";
57
+ inherits: false;
58
+ initial-value: 0;
59
+ }
60
+
53
61
  @property --tw-enter-opacity {
54
62
  syntax: "*";
55
63
  inherits: false;
@@ -80,6 +88,12 @@
80
88
  initial-value: 0;
81
89
  }
82
90
 
91
+ @property --tw-exit-blur {
92
+ syntax: "*";
93
+ inherits: false;
94
+ initial-value: 0;
95
+ }
96
+
83
97
  @property --tw-exit-opacity {
84
98
  syntax: "*";
85
99
  inherits: false;
package/dist/index.js CHANGED
@@ -6623,6 +6623,7 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
6623
6623
  const _sfc_main$l = /* @__PURE__ */ defineComponent({
6624
6624
  __name: "Sonner",
6625
6625
  props: {
6626
+ id: {},
6626
6627
  invert: { type: Boolean },
6627
6628
  theme: {},
6628
6629
  position: {},
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tb-dev/vue-components",
3
- "version": "5.2.0",
3
+ "version": "5.3.0",
4
4
  "description": "Vue components",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -24,27 +24,27 @@
24
24
  ],
25
25
  "dependencies": {
26
26
  "@tanstack/vue-table": "^8.21.3",
27
- "@tb-dev/utils": "^7.0.10",
28
- "@tb-dev/vue": "^3.1.1",
29
- "@vueuse/core": "^13.6.0",
27
+ "@tb-dev/utils": "^7.0.12",
28
+ "@tb-dev/vue": "^3.2.1",
29
+ "@vueuse/core": "^13.7.0",
30
30
  "class-variance-authority": "^0.7.1",
31
31
  "clsx": "^2.1.1",
32
- "lucide-vue-next": "^0.539.0",
32
+ "lucide-vue-next": "^0.540.0",
33
33
  "reka-ui": "^2.4.1",
34
34
  "tailwind-merge": "^3.3.1",
35
- "tw-animate-css": "^1.3.6",
35
+ "tw-animate-css": "^1.3.7",
36
36
  "vaul-vue": "^0.4.1",
37
37
  "vue": "^3.5.18",
38
38
  "vue-router": "^4.5.1",
39
- "vue-sonner": "^2.0.2"
39
+ "vue-sonner": "^2.0.8"
40
40
  },
41
41
  "devDependencies": {
42
- "@tailwindcss/vite": "^4.1.11",
43
- "@tb-dev/eslint-config": "^8.0.4",
44
- "@types/node": "^24.2.1",
42
+ "@tailwindcss/vite": "^4.1.12",
43
+ "@tb-dev/eslint-config": "^8.0.6",
44
+ "@types/node": "^24.3.0",
45
45
  "@vitejs/plugin-vue": "^6.0.1",
46
46
  "eslint": "^9.33.0",
47
- "tailwindcss": "^4.1.11",
47
+ "tailwindcss": "^4.1.12",
48
48
  "tslib": "^2.8.1",
49
49
  "typescript": "~5.9.2",
50
50
  "vite": "^7.1.2",