srcdev-nuxt-forms 2.4.2 → 2.4.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.
@@ -156,6 +156,8 @@ const { elementClasses } = useStyleClassPassthrough(props.styleClassPassthrough)
156
156
  padding-block-start: var(--form-element-padding-block-start);
157
157
  padding-block-end: var(--form-element-padding-block-end);
158
158
 
159
+ min-height: 5em;
160
+
159
161
  field-sizing: content;
160
162
 
161
163
  &::placeholder,
@@ -1,10 +1,10 @@
1
1
  <template>
2
2
  <ToggleSwitchWithLabelInline v-model="displayMode" :name :label labelWeight="normal" :size trueValue="dark" falseValue="light" :style-class-passthrough>
3
3
  <template #iconOn>
4
- <Icon name="radix-icons:moon" class="icon" />
4
+ <LazyIcon name="radix-icons:moon" class="icon" />
5
5
  </template>
6
6
  <template #iconOff>
7
- <Icon name="radix-icons:sun" class="icon" />
7
+ <LazyIcon name="radix-icons:sun" class="icon" />
8
8
  </template>
9
9
  </ToggleSwitchWithLabelInline>
10
10
  </template>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "srcdev-nuxt-forms",
3
3
  "type": "module",
4
- "version": "2.4.2",
4
+ "version": "2.4.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",
@@ -24,23 +24,23 @@
24
24
  "types/"
25
25
  ],
26
26
  "devDependencies": {
27
- "@nuxt/eslint-config": "0.7.5",
27
+ "@nuxt/eslint-config": "1.0.0",
28
28
  "@nuxt/icon": "1.10.3",
29
29
  "@nuxt/test-utils": "3.15.4",
30
30
  "@vue/test-utils": "2.4.6",
31
- "eslint": "9.18.0",
32
- "happy-dom": "16.6.0",
33
- "nuxt": "3.15.0",
34
- "release-it": "18.1.1",
31
+ "eslint": "9.19.0",
32
+ "happy-dom": "16.8.1",
33
+ "nuxt": "3.15.4",
34
+ "release-it": "18.1.2",
35
35
  "typescript": "5.7.3",
36
- "vitest": "3.0.2",
36
+ "vitest": "3.0.5",
37
37
  "vue": "3.5.13"
38
38
  },
39
39
  "dependencies": {
40
- "@iconify-json/carbon": "1.2.5",
40
+ "@iconify-json/carbon": "1.2.6",
41
41
  "@iconify-json/gridicons": "1.2.2",
42
- "@iconify-json/material-symbols": "1.2.12",
43
- "@iconify-json/material-symbols-light": "1.2.12",
42
+ "@iconify-json/material-symbols": "1.2.14",
43
+ "@iconify-json/material-symbols-light": "1.2.14",
44
44
  "@iconify-json/ph": "1.2.2",
45
45
  "@iconify-json/radix-icons": "1.2.2",
46
46
  "@iconify-json/ri": "1.2.5",