@versini/ui-styles 6.0.8 → 6.1.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.
Files changed (3) hide show
  1. package/dist/index.d.ts +24 -23
  2. package/dist/index.js +450 -6493
  3. package/package.json +9 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-styles",
3
- "version": "6.0.8",
3
+ "version": "6.1.0",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -20,14 +20,14 @@
20
20
  ],
21
21
  "scripts": {
22
22
  "build:check": "tsc",
23
- "build:js": "vite build",
24
- "build:types": "tsup",
23
+ "build:js": "rslib build",
24
+ "build:types": "echo 'Types now built with rslib'",
25
25
  "build:list": "node lib/buildComponentsList.js",
26
- "build": "npm-run-all --serial clean build:list build:check build:js build:types",
27
- "clean": "rimraf dist",
28
- "dev:js": "vite build --watch --mode development",
29
- "dev:types": "tsup --watch src",
30
- "dev": "npm-run-all clean --parallel dev:js dev:types",
26
+ "build": "npm-run-all --serial clean build:list build:check build:js",
27
+ "clean": "rimraf dist tmp",
28
+ "dev:js": "rslib build --watch",
29
+ "dev:types": "echo 'Types now watched with rslib'",
30
+ "dev": "rslib build --watch",
31
31
  "lint": "biome lint src",
32
32
  "lint:fix": "biome check src --write --no-errors-on-unmatched",
33
33
  "prettier": "biome check --write --no-errors-on-unmatched",
@@ -42,5 +42,5 @@
42
42
  "fs-extra": "11.3.2",
43
43
  "tailwindcss": "4.1.16"
44
44
  },
45
- "gitHead": "ebca5fc2f7b8403431e84bf8f149b93b6da9db91"
45
+ "gitHead": "7484ad443b77ef31e52ae3a7d88b8129bc6cdf1d"
46
46
  }