daisy-ui-kit 2.1.12 → 2.1.15
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/components/Dropdown.vue
CHANGED
package/index.ts
CHANGED
|
@@ -19,7 +19,6 @@ export { default as ChatFooter } from './components/ChatFooter.vue'
|
|
|
19
19
|
export { default as ChatHeader } from './components/ChatHeader.vue'
|
|
20
20
|
export { default as ChatImage } from './components/ChatImage.vue'
|
|
21
21
|
export { default as Checkbox } from './components/Checkbox.vue'
|
|
22
|
-
export { default as Code } from './components/Code.vue'
|
|
23
22
|
export { default as Collapse } from './components/Collapse.vue'
|
|
24
23
|
export { default as CollapseContent } from './components/CollapseContent.vue'
|
|
25
24
|
export { default as CollapseTitle } from './components/CollapseTitle.vue'
|
|
@@ -62,6 +61,10 @@ export { default as Menu } from './components/Menu.vue'
|
|
|
62
61
|
export { default as MenuItem } from './components/MenuItem.vue'
|
|
63
62
|
export { default as MenuTitle } from './components/MenuTitle.vue'
|
|
64
63
|
export { default as MockupCode } from './components/MockupCode.vue'
|
|
64
|
+
export { default as MockupBrowser } from './components/MockupBrowser.vue'
|
|
65
|
+
export { default as MockupBrowserToolbar } from './components/MockupBrowserToolbar.vue'
|
|
66
|
+
export { default as MockupPhone } from './components/MockupPhone.vue'
|
|
67
|
+
export { default as MockupWindow } from './components/MockupWindow.vue'
|
|
65
68
|
export { default as Modal } from './components/Modal.vue'
|
|
66
69
|
export { default as ModalAction } from './components/ModalAction.vue'
|
|
67
70
|
export { default as ModalBox } from './components/ModalBox.vue'
|
|
@@ -70,7 +73,6 @@ export { default as NavbarCenter } from './components/NavbarCenter.vue'
|
|
|
70
73
|
export { default as NavbarEnd } from './components/NavbarEnd.vue'
|
|
71
74
|
export { default as NavbarStart } from './components/NavbarStart.vue'
|
|
72
75
|
export { default as NavButton } from './components/NavButton.vue'
|
|
73
|
-
export { default as Phone } from './components/Phone.vue'
|
|
74
76
|
export { default as Progress } from './components/Progress.vue'
|
|
75
77
|
export { default as Prose } from './components/Prose.vue'
|
|
76
78
|
export { default as RadialProgress } from './components/RadialProgress.vue'
|
|
@@ -101,4 +103,3 @@ export { default as TextInput } from './components/TextInput.vue'
|
|
|
101
103
|
export { default as Toast } from './components/Toast.vue'
|
|
102
104
|
export { default as Toggle } from './components/Toggle.vue'
|
|
103
105
|
export { default as Tooltip } from './components/Tooltip.vue'
|
|
104
|
-
export { default as Window } from './components/Window.vue'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "daisy-ui-kit",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.15",
|
|
4
4
|
"description": "",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "nuxi build",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"prismjs": "^1.29.0"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@antfu/eslint-config": "^0.
|
|
33
|
-
"@headlessui/vue": "^1.7.
|
|
32
|
+
"@antfu/eslint-config": "^0.40.2",
|
|
33
|
+
"@headlessui/vue": "^1.7.16",
|
|
34
34
|
"@heroicons/vue": "^2.0.18",
|
|
35
|
-
"@iconify/json": "^2.2.
|
|
36
|
-
"@nuxt/content": "^2.7.
|
|
35
|
+
"@iconify/json": "^2.2.102",
|
|
36
|
+
"@nuxt/content": "^2.7.2",
|
|
37
37
|
"@nuxt/kit": "link:@nuxt/kit",
|
|
38
38
|
"@nuxtjs/color-mode": "^3.3.0",
|
|
39
39
|
"@nuxtjs/tailwindcss": "^6.8.0",
|
|
@@ -41,27 +41,27 @@
|
|
|
41
41
|
"@popperjs/core": "^2.11.8",
|
|
42
42
|
"@rovit/popper": "^3.9.0",
|
|
43
43
|
"@tailwindcss/aspect-ratio": "^0.4.2",
|
|
44
|
-
"@tailwindcss/forms": "^0.5.
|
|
44
|
+
"@tailwindcss/forms": "^0.5.4",
|
|
45
45
|
"@tailwindcss/line-clamp": "^0.4.4",
|
|
46
46
|
"@tailwindcss/typography": "^0.5.9",
|
|
47
|
-
"@vueuse/core": "^10.
|
|
48
|
-
"@vueuse/integrations": "^10.
|
|
49
|
-
"@vueuse/nuxt": "^10.
|
|
50
|
-
"autoprefixer": "^10.4.
|
|
47
|
+
"@vueuse/core": "^10.3.0",
|
|
48
|
+
"@vueuse/integrations": "^10.3.0",
|
|
49
|
+
"@vueuse/nuxt": "^10.3.0",
|
|
50
|
+
"autoprefixer": "^10.4.15",
|
|
51
51
|
"cookie": "^0.5.0",
|
|
52
|
-
"daisyui": "^3.
|
|
53
|
-
"eslint": "^8.
|
|
54
|
-
"feathers-pinia": "^3.0.
|
|
52
|
+
"daisyui": "^3.5.1",
|
|
53
|
+
"eslint": "^8.47.0",
|
|
54
|
+
"feathers-pinia": "^3.0.7",
|
|
55
55
|
"fuse.js": "^6.6.2",
|
|
56
56
|
"mobile-detect": "^1.4.5",
|
|
57
|
-
"nuxt": "^3.6.
|
|
58
|
-
"nuxt-icon": "^0.
|
|
57
|
+
"nuxt": "^3.6.5",
|
|
58
|
+
"nuxt-icon": "^0.5.0",
|
|
59
59
|
"ohmyfetch": "^0.4.21",
|
|
60
|
-
"pinia": "^2.1.
|
|
61
|
-
"postcss": "^8.4.
|
|
62
|
-
"tailwindcss": "^3.3.
|
|
60
|
+
"pinia": "^2.1.6",
|
|
61
|
+
"postcss": "^8.4.28",
|
|
62
|
+
"tailwindcss": "^3.3.3",
|
|
63
63
|
"typescript": "^5.1.6",
|
|
64
|
-
"unplugin-icons": "^0.16.
|
|
64
|
+
"unplugin-icons": "^0.16.5",
|
|
65
65
|
"vue": "^3.3.4"
|
|
66
66
|
}
|
|
67
67
|
}
|
|
File without changes
|
|
File without changes
|