@stacksjs/ui 0.50.0 → 0.51.0
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/index.d.ts +1 -1
- package/dist/index.mjs +1 -1
- package/dist/unocss.mjs +1 -1
- package/package.json +12 -12
package/dist/index.d.ts
CHANGED
package/dist/index.mjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import * as CssEngine from "unocss";
|
|
2
2
|
import { presetForms } from "@julr/unocss-preset-forms";
|
|
3
3
|
import transformerCompileClass from "@unocss/transformer-compile-class";
|
|
4
|
-
import { ui as options } from "@stacksjs/config";
|
|
5
4
|
import * as UiEngine from "vue";
|
|
6
5
|
import * as Store from "pinia";
|
|
6
|
+
import { ui as options } from "../../../../config/ui";
|
|
7
7
|
import config from "./unocss.mjs";
|
|
8
8
|
export default {
|
|
9
9
|
UiEngine,
|
package/dist/unocss.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineConfig, presetIcons, presetTypography, presetWebFonts, presetWind, transformerDirectives, transformerVariantGroup } from "unocss";
|
|
2
2
|
import { presetForms } from "@julr/unocss-preset-forms";
|
|
3
3
|
import transformerCompileClass from "@unocss/transformer-compile-class";
|
|
4
|
-
import { ui } from "
|
|
4
|
+
import { ui } from "../../../../config/ui";
|
|
5
5
|
const config = defineConfig({
|
|
6
6
|
shortcuts: ui.shortcuts,
|
|
7
7
|
presets: [
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/ui",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
5
|
-
"packageManager": "pnpm@7.
|
|
4
|
+
"version": "0.51.0",
|
|
5
|
+
"packageManager": "pnpm@7.26.3",
|
|
6
6
|
"description": "The Stacks atomic UI engine, powered by UnoCSS.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
8
8
|
"license": "MIT",
|
|
@@ -37,25 +37,25 @@
|
|
|
37
37
|
"README.md"
|
|
38
38
|
],
|
|
39
39
|
"engines": {
|
|
40
|
-
"node": ">=v18.
|
|
41
|
-
"pnpm": ">=7.
|
|
40
|
+
"node": ">=v18.14.0",
|
|
41
|
+
"pnpm": ">=7.26.3"
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|
|
44
44
|
"@iconify-json/heroicons-outline": "^1.1.5",
|
|
45
45
|
"@iconify-json/heroicons-solid": "^1.1.6",
|
|
46
46
|
"@julr/unocss-preset-forms": "^0.0.2",
|
|
47
|
-
"@unocss/transformer-compile-class": "^0.
|
|
48
|
-
"pinia": "^2.0.
|
|
49
|
-
"unocss": "^0.
|
|
50
|
-
"vue": "^3.2.
|
|
47
|
+
"@unocss/transformer-compile-class": "^0.49.4",
|
|
48
|
+
"pinia": "^2.0.30",
|
|
49
|
+
"unocss": "^0.49.4",
|
|
50
|
+
"vue": "^3.2.47",
|
|
51
51
|
"vue-tsc": "^1.0.24",
|
|
52
|
-
"@stacksjs/build": "0.
|
|
53
|
-
"@stacksjs/config": "0.
|
|
52
|
+
"@stacksjs/build": "0.51.0",
|
|
53
|
+
"@stacksjs/config": "0.51.0"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"mkdist": "^1.1.0",
|
|
57
|
-
"typescript": "^4.9.
|
|
58
|
-
"@stacksjs/testing": "0.
|
|
57
|
+
"typescript": "^4.9.5",
|
|
58
|
+
"@stacksjs/testing": "0.51.0"
|
|
59
59
|
},
|
|
60
60
|
"scripts": {
|
|
61
61
|
"build": "mkdist -d",
|