daisy-ui-kit 1.0.1 → 1.0.3
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/Swap.vue +1 -1
- package/package.json +21 -21
package/components/Swap.vue
CHANGED
|
@@ -20,7 +20,7 @@ const classes = computed(() => {
|
|
|
20
20
|
const checkbox = ref(null)
|
|
21
21
|
|
|
22
22
|
// Allow internal or external control
|
|
23
|
-
const isChecked = ref<any>(
|
|
23
|
+
const isChecked = ref<any>(props.modelValue)
|
|
24
24
|
watch(isChecked, val => emit('update:modelValue', val))
|
|
25
25
|
watch(
|
|
26
26
|
() => props.modelValue,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "daisy-ui-kit",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "nuxi build",
|
|
@@ -19,42 +19,42 @@
|
|
|
19
19
|
"nuxt.js"
|
|
20
20
|
],
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@vueuse/core": "^9.
|
|
22
|
+
"@vueuse/core": "^9.12.0",
|
|
23
23
|
"prismjs": "^1.29.0"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|
|
26
26
|
"daisyui": "^2.13.5"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@antfu/eslint-config": "^0.
|
|
30
|
-
"@headlessui/vue": "^1.7.
|
|
31
|
-
"@heroicons/vue": "^2.0.
|
|
32
|
-
"@iconify/json": "^2.
|
|
33
|
-
"@nuxt/kit": "
|
|
34
|
-
"@nuxtjs/color-mode": "^3.
|
|
35
|
-
"@nuxtjs/tailwindcss": "^6.1
|
|
36
|
-
"@pinia/nuxt": "^0.4.
|
|
29
|
+
"@antfu/eslint-config": "^0.35.1",
|
|
30
|
+
"@headlessui/vue": "^1.7.9",
|
|
31
|
+
"@heroicons/vue": "^2.0.14",
|
|
32
|
+
"@iconify/json": "^2.2.16",
|
|
33
|
+
"@nuxt/kit": "@nuxt/kit",
|
|
34
|
+
"@nuxtjs/color-mode": "^3.2.0",
|
|
35
|
+
"@nuxtjs/tailwindcss": "^6.3.1",
|
|
36
|
+
"@pinia/nuxt": "^0.4.6",
|
|
37
37
|
"@popperjs/core": "^2.11.6",
|
|
38
38
|
"@rovit/popper": "^3.9.0",
|
|
39
39
|
"@tailwindcss/aspect-ratio": "^0.4.2",
|
|
40
40
|
"@tailwindcss/forms": "^0.5.3",
|
|
41
41
|
"@tailwindcss/line-clamp": "^0.4.2",
|
|
42
|
-
"@tailwindcss/typography": "^0.5.
|
|
43
|
-
"@vueuse/nuxt": "^9.
|
|
42
|
+
"@tailwindcss/typography": "^0.5.9",
|
|
43
|
+
"@vueuse/nuxt": "^9.12.0",
|
|
44
44
|
"autoprefixer": "^10.4.13",
|
|
45
45
|
"cookie": "^0.5.0",
|
|
46
|
-
"daisyui": "^2.
|
|
47
|
-
"eslint": "^8.
|
|
46
|
+
"daisyui": "^2.50.0",
|
|
47
|
+
"eslint": "^8.33.0",
|
|
48
48
|
"feathers-pinia": "^0.36.5",
|
|
49
49
|
"mobile-detect": "^1.4.5",
|
|
50
|
-
"nuxt": "^3.
|
|
51
|
-
"nuxt-icon": "^0.
|
|
50
|
+
"nuxt": "^3.1.2",
|
|
51
|
+
"nuxt-icon": "^0.2.10",
|
|
52
52
|
"ohmyfetch": "^0.4.21",
|
|
53
|
-
"pinia": "^2.0.
|
|
54
|
-
"postcss": "^8.4.
|
|
53
|
+
"pinia": "^2.0.30",
|
|
54
|
+
"postcss": "^8.4.21",
|
|
55
55
|
"tailwindcss": "^3.2.4",
|
|
56
|
-
"typescript": "^4.9.
|
|
57
|
-
"unplugin-icons": "^0.
|
|
58
|
-
"vue": "^3.2.
|
|
56
|
+
"typescript": "^4.9.5",
|
|
57
|
+
"unplugin-icons": "^0.15.2",
|
|
58
|
+
"vue": "^3.2.47"
|
|
59
59
|
}
|
|
60
60
|
}
|