@tb-dev/vue-components 7.1.8 → 7.1.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.
package/dist/index.css CHANGED
@@ -88,13 +88,13 @@
88
88
  }
89
89
  }
90
90
 
91
- .loading-icon[data-v-bf69e6e9] {
91
+ .loading-icon[data-v-9616b5cf] {
92
92
  animation-duration: 1500ms;
93
93
  animation-timing-function: linear;
94
94
  animation-iteration-count: infinite;
95
- animation-name: spin-bf69e6e9;
95
+ animation-name: spin-9616b5cf;
96
96
  }
97
- @keyframes spin-bf69e6e9 {
97
+ @keyframes spin-9616b5cf {
98
98
  from {
99
99
  transform: rotate(0deg);
100
100
  }
package/dist/index.js CHANGED
@@ -3,7 +3,7 @@ import { AccordionContent, AccordionHeader, AccordionItem, AccordionRoot, Accord
3
3
  import { defaultDocument, reactiveOmit, useCurrentElement, useMediaQuery, useVModel } from "@vueuse/core";
4
4
  import { twMerge } from "tailwind-merge";
5
5
  import { clsx } from "clsx";
6
- import { Check, ChevronDown, ChevronDownIcon, ChevronLeft, ChevronLeftIcon, ChevronRight, ChevronRightIcon, ChevronUp, Circle, CircleIcon, GripVertical, Loader2Icon, LoaderCircle, Minus, MoreHorizontal, PanelLeft, Plus, Search, SearchIcon, X } from "lucide-vue-next";
6
+ import { Check, ChevronDown, ChevronDownIcon, ChevronLeft, ChevronLeftIcon, ChevronRight, ChevronRightIcon, ChevronUp, Circle, CircleIcon, GripVertical, Loader2Icon, LoaderCircle, Minus, MoreHorizontal, PanelLeft, Plus, Search, SearchIcon, X } from "@lucide/vue";
7
7
  import { cva } from "class-variance-authority";
8
8
  import { DrawerClose, DrawerContent, DrawerDescription, DrawerOverlay, DrawerPortal, DrawerRoot, DrawerTitle, DrawerTrigger } from "vaul-vue";
9
9
  import { Toaster, toast } from "@tb-dev/vue-sonner";
@@ -4635,7 +4635,7 @@ var _plugin_vue_export_helper_default = (sfc, props) => {
4635
4635
  };
4636
4636
  //#endregion
4637
4637
  //#region src/components/loading/Loading.vue
4638
- var Loading_default = /* @__PURE__ */ _plugin_vue_export_helper_default(Loading_vue_vue_type_script_setup_true_lang_default, [["__scopeId", "data-v-bf69e6e9"]]);
4638
+ var Loading_default = /* @__PURE__ */ _plugin_vue_export_helper_default(Loading_vue_vue_type_script_setup_true_lang_default, [["__scopeId", "data-v-9616b5cf"]]);
4639
4639
  //#endregion
4640
4640
  //#region src/base/menubar/Menubar.vue
4641
4641
  var Menubar_default = /* @__PURE__ */ defineComponent({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tb-dev/vue-components",
3
- "version": "7.1.8",
3
+ "version": "7.1.10",
4
4
  "description": "Vue components",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -23,14 +23,14 @@
23
23
  "components"
24
24
  ],
25
25
  "dependencies": {
26
+ "@lucide/vue": "^1.7.0",
26
27
  "@tanstack/vue-table": "^8.21.3",
27
- "@tb-dev/utils": "^7.3.8",
28
- "@tb-dev/vue": "^4.0.12",
29
- "@tb-dev/vue-sonner": "^0.1.5",
28
+ "@tb-dev/utils": "^7.3.9",
29
+ "@tb-dev/vue": "^4.0.13",
30
+ "@tb-dev/vue-sonner": "^0.1.6",
30
31
  "@vueuse/core": "^14.2.1",
31
32
  "class-variance-authority": "^0.7.1",
32
33
  "clsx": "^2.1.1",
33
- "lucide-vue-next": "^1.0.0",
34
34
  "reka-ui": "^2.9.2",
35
35
  "tailwind-merge": "^3.5.0",
36
36
  "tw-animate-css": "^1.4.0",
@@ -40,14 +40,14 @@
40
40
  },
41
41
  "devDependencies": {
42
42
  "@tailwindcss/vite": "^4.2.2",
43
- "@tb-dev/eslint-config": "^9.0.5",
43
+ "@tb-dev/eslint-config": "^9.1.0",
44
44
  "@types/node": "^25.5.0",
45
45
  "@vitejs/plugin-vue": "^6.0.5",
46
46
  "eslint": "^10.1.0",
47
47
  "tailwindcss": "^4.2.2",
48
48
  "tslib": "^2.8.1",
49
49
  "typescript": "~5.9.3",
50
- "vite": "^8.0.2",
50
+ "vite": "^8.0.3",
51
51
  "vite-plugin-dts": "^4.5.4",
52
52
  "vue-tsc": "^3.2.6"
53
53
  },