@hostlink/nuxt-light 1.26.1 → 1.26.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": "light",
3
3
  "configKey": "light",
4
- "version": "1.26.1",
4
+ "version": "1.26.2",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "0.8.4",
7
7
  "unbuild": "2.0.0"
@@ -660,7 +660,7 @@ selectedNodePath.value = drives[0].index.toString();
660
660
  <q-list padding class="text-grey-8">
661
661
  <q-item>
662
662
  <q-item-section>
663
- <l-btn icon="add" label="New" :disable="!selectedNodePath">
663
+ <q-btn icon="add" label="New" :disable="!selectedNodePath" :color="$light.color">
664
664
  <q-menu>
665
665
  <q-list>
666
666
  <q-item clickable v-close-popup @click="onNewFolder" v-if="permission.includes('fs.folder.create')">
@@ -679,7 +679,7 @@ selectedNodePath.value = drives[0].index.toString();
679
679
  </q-item>
680
680
  </q-list>
681
681
  </q-menu>
682
- </l-btn>
682
+ </q-btn>
683
683
  </q-item-section>
684
684
  </q-item>
685
685
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hostlink/nuxt-light",
3
- "version": "1.26.1",
3
+ "version": "1.26.2",
4
4
  "description": "HostLink Nuxt Light Framework",
5
5
  "repository": {
6
6
  "type": "git",