@tb-dev/vue-components 5.4.3 → 6.0.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.
Files changed (2) hide show
  1. package/dist/index.css +0 -125
  2. package/package.json +9 -9
package/dist/index.css CHANGED
@@ -1,129 +1,4 @@
1
1
  /*! tailwindcss v4.1.12 | MIT License | https://tailwindcss.com */
2
- @layer properties {
3
- @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
4
- *, :before, :after, ::backdrop {
5
- --tw-animation-delay: 0s;
6
- --tw-animation-direction: normal;
7
- --tw-animation-duration: initial;
8
- --tw-animation-fill-mode: none;
9
- --tw-animation-iteration-count: 1;
10
- --tw-enter-blur: 0;
11
- --tw-enter-opacity: 1;
12
- --tw-enter-rotate: 0;
13
- --tw-enter-scale: 1;
14
- --tw-enter-translate-x: 0;
15
- --tw-enter-translate-y: 0;
16
- --tw-exit-blur: 0;
17
- --tw-exit-opacity: 1;
18
- --tw-exit-rotate: 0;
19
- --tw-exit-scale: 1;
20
- --tw-exit-translate-x: 0;
21
- --tw-exit-translate-y: 0;
22
- }
23
- }
24
- }
25
-
26
- @property --tw-animation-delay {
27
- syntax: "*";
28
- inherits: false;
29
- initial-value: 0s;
30
- }
31
-
32
- @property --tw-animation-direction {
33
- syntax: "*";
34
- inherits: false;
35
- initial-value: normal;
36
- }
37
-
38
- @property --tw-animation-duration {
39
- syntax: "*";
40
- inherits: false
41
- }
42
-
43
- @property --tw-animation-fill-mode {
44
- syntax: "*";
45
- inherits: false;
46
- initial-value: none;
47
- }
48
-
49
- @property --tw-animation-iteration-count {
50
- syntax: "*";
51
- inherits: false;
52
- initial-value: 1;
53
- }
54
-
55
- @property --tw-enter-blur {
56
- syntax: "*";
57
- inherits: false;
58
- initial-value: 0;
59
- }
60
-
61
- @property --tw-enter-opacity {
62
- syntax: "*";
63
- inherits: false;
64
- initial-value: 1;
65
- }
66
-
67
- @property --tw-enter-rotate {
68
- syntax: "*";
69
- inherits: false;
70
- initial-value: 0;
71
- }
72
-
73
- @property --tw-enter-scale {
74
- syntax: "*";
75
- inherits: false;
76
- initial-value: 1;
77
- }
78
-
79
- @property --tw-enter-translate-x {
80
- syntax: "*";
81
- inherits: false;
82
- initial-value: 0;
83
- }
84
-
85
- @property --tw-enter-translate-y {
86
- syntax: "*";
87
- inherits: false;
88
- initial-value: 0;
89
- }
90
-
91
- @property --tw-exit-blur {
92
- syntax: "*";
93
- inherits: false;
94
- initial-value: 0;
95
- }
96
-
97
- @property --tw-exit-opacity {
98
- syntax: "*";
99
- inherits: false;
100
- initial-value: 1;
101
- }
102
-
103
- @property --tw-exit-rotate {
104
- syntax: "*";
105
- inherits: false;
106
- initial-value: 0;
107
- }
108
-
109
- @property --tw-exit-scale {
110
- syntax: "*";
111
- inherits: false;
112
- initial-value: 1;
113
- }
114
-
115
- @property --tw-exit-translate-x {
116
- syntax: "*";
117
- inherits: false;
118
- initial-value: 0;
119
- }
120
-
121
- @property --tw-exit-translate-y {
122
- syntax: "*";
123
- inherits: false;
124
- initial-value: 0;
125
- }
126
-
127
2
  :root {
128
3
  --background: oklch(100% 0 0);
129
4
  --foreground: oklch(14.1% .005 285.823);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tb-dev/vue-components",
3
- "version": "5.4.3",
3
+ "version": "6.0.0",
4
4
  "description": "Vue components",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -24,30 +24,30 @@
24
24
  ],
25
25
  "dependencies": {
26
26
  "@tanstack/vue-table": "^8.21.3",
27
- "@tb-dev/utils": "^7.0.13",
28
- "@tb-dev/vue": "^3.2.3",
29
- "@vueuse/core": "^13.8.0",
27
+ "@tb-dev/utils": "^7.0.14",
28
+ "@tb-dev/vue": "^3.2.4",
29
+ "@vueuse/core": "^13.9.0",
30
30
  "class-variance-authority": "^0.7.1",
31
31
  "clsx": "^2.1.1",
32
32
  "lucide-vue-next": "^0.542.0",
33
33
  "reka-ui": "^2.5.0",
34
34
  "tailwind-merge": "^3.3.1",
35
- "tw-animate-css": "^1.3.7",
35
+ "tw-animate-css": "^1.3.8",
36
36
  "vaul-vue": "^0.4.1",
37
- "vue": "^3.5.20",
37
+ "vue": "^3.5.21",
38
38
  "vue-router": "^4.5.1",
39
39
  "vue-sonner": "^2.0.8"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@tailwindcss/vite": "^4.1.12",
43
- "@tb-dev/eslint-config": "^8.0.7",
44
- "@types/node": "^24.3.0",
43
+ "@tb-dev/eslint-config": "^8.0.8",
44
+ "@types/node": "^24.3.1",
45
45
  "@vitejs/plugin-vue": "^6.0.1",
46
46
  "eslint": "^9.34.0",
47
47
  "tailwindcss": "^4.1.12",
48
48
  "tslib": "^2.8.1",
49
49
  "typescript": "~5.9.2",
50
- "vite": "^7.1.3",
50
+ "vite": "^7.1.4",
51
51
  "vite-plugin-dts": "^4.5.4",
52
52
  "vue-tsc": "~3.0.6"
53
53
  },