@atscript/ui-styles 0.1.96 → 0.1.98

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/vite.cjs CHANGED
@@ -1,5 +1,5 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
- const require_kebab = require("./kebab-DBLSvkJF.cjs");
2
+ const require_kebab = require("./kebab-DIhHuSSr.cjs");
3
3
  //#region src/vite.ts
4
4
  const PKG_TO_NPM = {
5
5
  form: "@atscript/vue-form",
package/dist/vite.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { r as componentPackages, s as primaryComponents, t as kebabize } from "./kebab-CIOWFpN-.mjs";
1
+ import { c as primaryComponents, i as componentPackages, t as kebabize } from "./kebab-BTLZj6qb.mjs";
2
2
  //#region src/vite.ts
3
3
  const PKG_TO_NPM = {
4
4
  form: "@atscript/vue-form",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atscript/ui-styles",
3
- "version": "0.1.96",
3
+ "version": "0.1.98",
4
4
  "description": "Shared UnoCSS shortcuts, presets, and icon loader for atscript-ui (vue-form, vue-table, vue-wf)",
5
5
  "keywords": [
6
6
  "atscript",
@@ -27,6 +27,9 @@
27
27
  "dist"
28
28
  ],
29
29
  "type": "module",
30
+ "sideEffects": [
31
+ "**/*.css"
32
+ ],
30
33
  "main": "dist/index.mjs",
31
34
  "types": "dist/index.d.mts",
32
35
  "exports": {
@@ -61,10 +64,10 @@
61
64
  "unplugin-vue-components": "^32.0.0",
62
65
  "vitest": "npm:@voidzero-dev/vite-plus-test@0.1.14",
63
66
  "vunor": "^0.2.1",
64
- "@atscript/vue-aooth": "^0.1.96",
65
- "@atscript/vue-form": "^0.1.96",
66
- "@atscript/vue-table": "^0.1.96",
67
- "@atscript/vue-wf": "^0.1.96"
67
+ "@atscript/vue-form": "^0.1.98",
68
+ "@atscript/vue-aooth": "^0.1.98",
69
+ "@atscript/vue-table": "^0.1.98",
70
+ "@atscript/vue-wf": "^0.1.98"
68
71
  },
69
72
  "peerDependencies": {
70
73
  "@unocss/preset-icons": "^66.7.0",