@una-ui/nuxt 0.16.0-beta.1 → 0.16.1-beta.2

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/module.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@una-ui/nuxt",
3
3
  "configKey": "una",
4
- "version": "0.16.0-beta.1",
4
+ "version": "0.16.1-beta.2",
5
5
  "compatibility": {
6
6
  "nuxt": ">=3.0.0"
7
7
  },
package/dist/module.mjs CHANGED
@@ -7,7 +7,7 @@ import '@una-ui/preset/prefixes';
7
7
  import '@una-ui/extractor-vue-script';
8
8
 
9
9
  const name = "@una-ui/nuxt";
10
- const version = "0.16.0-beta.1";
10
+ const version = "0.16.1-beta.2";
11
11
 
12
12
  const module = defineNuxtModule({
13
13
  meta: {
@@ -187,7 +187,7 @@ function shuffleTheme() {
187
187
  btn="solid block"
188
188
  class="transition"
189
189
  label="Shuffle"
190
- leading="i-ph-paint-brush"
190
+ leading="i-lucide-paintbrush"
191
191
  :una="{
192
192
  btnLeading: value ? 'rotate-6 transform' : '-rotate-6',
193
193
  }"
@@ -7,7 +7,7 @@ export default defineNuxtPlugin(() => {
7
7
  {
8
8
  innerHTML: `
9
9
  ;(function() {
10
- const settings = JSON.parse(localStorage.getItem('una-settings'))
10
+ let settings = JSON.parse(localStorage.getItem('una-settings'))
11
11
 
12
12
  if (!settings) {
13
13
  settings = ${JSON.stringify(defaultSettings)}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@una-ui/nuxt",
3
3
  "type": "module",
4
- "version": "0.16.0-beta.1",
4
+ "version": "0.16.1-beta.2",
5
5
  "description": "Nuxt module for @una-ui",
6
6
  "author": "Phojie Rengel <phojrengel@gmail.com>",
7
7
  "license": "MIT",
@@ -49,8 +49,8 @@
49
49
  "typescript": "^5.5.4",
50
50
  "unocss": "^0.62.3",
51
51
  "unocss-preset-animations": "^1.1.0",
52
- "@una-ui/extractor-vue-script": "^0.16.0-beta.1",
53
- "@una-ui/preset": "^0.16.0-beta.1"
52
+ "@una-ui/extractor-vue-script": "^0.16.1-beta.2",
53
+ "@una-ui/preset": "^0.16.1-beta.2"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@nuxt/module-builder": "^0.8.1",