nuxt-glorious 1.2.9-9-9 → 1.2.9-9-9-0

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,5 +1,5 @@
1
1
  {
2
2
  "name": "nuxt-glorious",
3
3
  "configKey": "glorious",
4
- "version": "1.2.9-9-9"
4
+ "version": "1.2.9-9-9-0"
5
5
  }
@@ -29,7 +29,7 @@ const deleteFile = (event: any) => {
29
29
  </span>
30
30
  <label
31
31
  :class="[`glorious-file-${props.color}`]"
32
- class="flex items-center gap-3 text-gray-500"
32
+ class="flex items-center gap-3 text-gray-500 bg-white"
33
33
  >
34
34
  <div
35
35
  class="placeholder"
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.2.9-9-9",
2
+ "version": "1.2.9-9-9-0",
3
3
  "name": "nuxt-glorious",
4
4
  "description": "This package provides many things needed by a project, including server requests and authentication, SEO and other requirements of a project.",
5
5
  "repository": "sajadhzj/nuxt-glorious",