srcdev-nuxt-forms 6.1.7 → 6.1.8

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.
@@ -135,6 +135,11 @@ const toggleSwitchValue = () => {
135
135
  align-items: center;
136
136
  justify-content: start;
137
137
  position: relative;
138
+ transition: background-color var(--theme-form-transition-duration);
139
+
140
+ &:hover {
141
+ cursor: pointer;
142
+ }
138
143
 
139
144
  .symbol {
140
145
  display: inline-grid;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "srcdev-nuxt-forms",
3
3
  "type": "module",
4
- "version": "6.1.7",
4
+ "version": "6.1.8",
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",