@falcondev-oss/nuxt-layers-base 0.41.2 → 0.41.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.
@@ -30,9 +30,7 @@ export default defineSetupComponent(
30
30
  <span
31
31
  class={[
32
32
  'flex size-5 items-center justify-center rounded-sm transition-colors',
33
- props.modelValue
34
- ? 'bg-primary text-inverted'
35
- : 'ring-accented text-muted ring inset-ring-0',
33
+ props.modelValue ? 'bg-primary text-inverted' : 'text-muted',
36
34
  ]}
37
35
  >
38
36
  <Icon name={props.icon} class="size-4" />
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@falcondev-oss/nuxt-layers-base",
3
3
  "type": "module",
4
- "version": "0.41.2",
4
+ "version": "0.41.3",
5
5
  "description": "Nuxt layer with lots of useful helpers and @nuxt/ui components",
6
6
  "license": "MIT",
7
7
  "repository": {