nuxt-glorious 2.0.0-develop-25 → 2.0.0-develop-26

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": "2.0.0-develop-25"
4
+ "version": "2.0.0-develop-26"
5
5
  }
@@ -238,9 +238,7 @@ const inputClicked = (event: any) => {
238
238
  ]
239
239
  : item
240
240
  }}
241
- <div
242
- class="delete-option border border-red-500 rounded p-1 hover:bg-red-50"
243
- >
241
+ <div class="glorious-input-tag-delete-option">
244
242
  <GIcon
245
243
  name="glorious-x"
246
244
  :size="10"
@@ -686,6 +686,10 @@ button:focus-visible {
686
686
  @apply text-gray-500;
687
687
  }
688
688
 
689
+ .glorious-input-tag-delete-option {
690
+ @apply border border-red-500 rounded p-1 hover:bg-red-50;
691
+ }
692
+
689
693
  .glorious-loading {
690
694
  aspect-ratio: 1;
691
695
  border-radius: 50%;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.0.0-develop-25",
2
+ "version": "2.0.0-develop-26",
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",