@witchcraft/ui 0.4.3 → 0.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.
package/dist/module.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "witchcraftUi",
3
3
  "configKey": "witchcraftUi",
4
- "version": "0.4.3",
4
+ "version": "0.4.4",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
7
7
  "unbuild": "3.6.1"
@@ -30,7 +30,7 @@
30
30
  pb-10
31
31
  `,
32
32
  !testWrapperMode && `
33
- min-h-dvh
33
+ min-h-screen
34
34
  flex
35
35
  flex-col
36
36
  `,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@witchcraft/ui",
3
- "version": "0.4.3",
3
+ "version": "0.4.4",
4
4
  "description": "Vue component library.",
5
5
  "type": "module",
6
6
  "main": "./dist/runtime/main.lib.js",
@@ -29,7 +29,7 @@
29
29
  pb-10
30
30
  `,
31
31
  !testWrapperMode && `
32
- min-h-dvh
32
+ min-h-screen
33
33
  flex
34
34
  flex-col
35
35
  `,