@tb-dev/vue-components 7.1.8 → 7.1.9
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 +3 -3
- package/dist/index.js +2 -2
- package/package.json +2 -2
package/dist/index.css
CHANGED
|
@@ -88,13 +88,13 @@
|
|
|
88
88
|
}
|
|
89
89
|
}
|
|
90
90
|
|
|
91
|
-
.loading-icon[data-v-
|
|
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-
|
|
95
|
+
animation-name: spin-9616b5cf;
|
|
96
96
|
}
|
|
97
|
-
@keyframes spin-
|
|
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
|
|
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-
|
|
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.
|
|
3
|
+
"version": "7.1.9",
|
|
4
4
|
"description": "Vue components",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -23,6 +23,7 @@
|
|
|
23
23
|
"components"
|
|
24
24
|
],
|
|
25
25
|
"dependencies": {
|
|
26
|
+
"@lucide/vue": "^1.7.0",
|
|
26
27
|
"@tanstack/vue-table": "^8.21.3",
|
|
27
28
|
"@tb-dev/utils": "^7.3.8",
|
|
28
29
|
"@tb-dev/vue": "^4.0.12",
|
|
@@ -30,7 +31,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",
|