@tb-dev/vue-components 7.0.8 → 7.0.10

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.
@@ -1,3 +1,3 @@
1
- import { ToasterProps } from 'vue-sonner';
1
+ import { ToasterProps } from '@tb-dev/vue-sonner';
2
2
  declare const _default: import('vue').DefineComponent<ToasterProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ToasterProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
3
3
  export default _default;
@@ -1,3 +1,3 @@
1
- import { toast } from 'vue-sonner';
1
+ import { toast } from '@tb-dev/vue-sonner';
2
2
  import { Toaster } from '../../base/sonner';
3
3
  export { Toaster as Sonner, toast as sonner };
package/dist/index.js CHANGED
@@ -7,8 +7,8 @@ import { clsx } from 'clsx';
7
7
  import { ChevronDown, ChevronRight, ChevronLeft, Check, SearchIcon, X, Search, Circle, LoaderCircle, Minus, Plus, MoreHorizontal, ChevronLeftIcon, ChevronRightIcon, CircleIcon, GripVertical, ChevronUp, PanelLeft } from 'lucide-vue-next';
8
8
  import { cva } from 'class-variance-authority';
9
9
  import { DrawerRoot, DrawerClose, DrawerOverlay, DrawerPortal, DrawerContent, DrawerDescription, DrawerTitle, DrawerTrigger } from 'vaul-vue';
10
- import { Toaster } from 'vue-sonner';
11
- export { toast as sonner } from 'vue-sonner';
10
+ import { Toaster } from '@tb-dev/vue-sonner';
11
+ export { toast as sonner } from '@tb-dev/vue-sonner';
12
12
  import { toPixel } from '@tb-dev/utils';
13
13
 
14
14
  const _sfc_main$3Y = /* @__PURE__ */ defineComponent({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tb-dev/vue-components",
3
- "version": "7.0.8",
3
+ "version": "7.0.10",
4
4
  "description": "Vue components",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -23,32 +23,32 @@
23
23
  "components"
24
24
  ],
25
25
  "dependencies": {
26
- "@tanstack/vue-table": "=8.21.3",
27
- "@tb-dev/utils": "^7.2.2",
28
- "@tb-dev/vue": "^3.4.5",
29
- "@vueuse/core": "^14.2.0",
30
- "class-variance-authority": "=0.7.1",
31
- "clsx": "=2.1.1",
32
- "lucide-vue-next": "=0.563.0",
33
- "reka-ui": "=2.8.0",
34
- "tailwind-merge": "=3.4.0",
35
- "tw-animate-css": "=1.4.0",
36
- "vaul-vue": "=0.4.1",
37
- "vue": "^3.5.27",
38
- "vue-router": "^5.0.2",
39
- "vue-sonner": "=2.0.9"
26
+ "@tanstack/vue-table": "^8.21.3",
27
+ "@tb-dev/utils": "^7.3.1",
28
+ "@tb-dev/vue": "^4.0.3",
29
+ "@tb-dev/vue-sonner": "^0.1.2",
30
+ "@vueuse/core": "^14.2.1",
31
+ "class-variance-authority": "^0.7.1",
32
+ "clsx": "^2.1.1",
33
+ "lucide-vue-next": "^0.563.0",
34
+ "reka-ui": "^2.8.0",
35
+ "tailwind-merge": "^3.4.0",
36
+ "tw-animate-css": "^1.4.0",
37
+ "vaul-vue": "^0.4.1",
38
+ "vue": "^3.5.28",
39
+ "vue-router": "^5.0.2"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@tailwindcss/vite": "^4.1.18",
43
43
  "@tb-dev/eslint-config": "^8.2.6",
44
- "@types/node": "^25.2.1",
44
+ "@types/node": "^25.2.3",
45
45
  "@vitejs/plugin-vue": "^6.0.4",
46
46
  "eslint": "^9.39.2",
47
47
  "tailwindcss": "^4.1.18",
48
48
  "tslib": "^2.8.1",
49
49
  "typescript": "~5.9.3",
50
50
  "vite": "^7.3.1",
51
- "vite-plugin-dts": "=4.5.4",
51
+ "vite-plugin-dts": "^4.5.4",
52
52
  "vue-tsc": "^3.2.4"
53
53
  },
54
54
  "files": [