srcdev-nuxt-forms 2.1.3 → 2.1.4

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.
@@ -153,7 +153,7 @@ const isChecked = computed(() => {
153
153
  grid-area: element-stack;
154
154
  background-color: var(--theme-form-checkbox-bg);
155
155
 
156
- transform: translate(-2px, -2px);
156
+ transform: translate(-2px, 0);
157
157
  place-content: center;
158
158
  position: relative;
159
159
  z-index: -1;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "srcdev-nuxt-forms",
3
3
  "type": "module",
4
- "version": "2.1.3",
4
+ "version": "2.1.4",
5
5
  "main": "nuxt.config.ts",
6
6
  "scripts": {
7
7
  "clean": "rm -rf .nuxt && rm -rf .output && rm -rf .playground/.nuxt && rm -rf .playground/.output",