@pantoken/components 0.2.0 → 0.2.1

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 (1) hide show
  1. package/package.json +13 -3
package/package.json CHANGED
@@ -1,17 +1,23 @@
1
1
  {
2
2
  "name": "@pantoken/components",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "An InstUI-look CSS component library from the pantoken tokens: prose/content styling plus class-based components (button, alert, badge).",
5
+ "homepage": "https://pantoken.iywahl.com",
6
+ "bugs": "https://github.com/thedannywahl/pantoken/issues",
5
7
  "license": "MIT",
6
8
  "repository": {
7
9
  "type": "git",
8
- "url": "git+https://github.com/thedannywahl/pantoken.git"
10
+ "url": "git+https://github.com/thedannywahl/pantoken.git",
11
+ "directory": "formats/components"
9
12
  },
10
13
  "files": [
11
14
  "dist",
12
15
  "assets/fonts"
13
16
  ],
14
17
  "type": "module",
18
+ "sideEffects": [
19
+ "**/*.css"
20
+ ],
15
21
  "exports": {
16
22
  ".": "./dist/index.mjs",
17
23
  "./base.css": "./dist/base.css",
@@ -26,7 +32,8 @@
26
32
  "./package.json": "./package.json"
27
33
  },
28
34
  "publishConfig": {
29
- "access": "public"
35
+ "access": "public",
36
+ "provenance": true
30
37
  },
31
38
  "scripts": {
32
39
  "component-styles": "node scripts/component-styles.ts",
@@ -50,6 +57,9 @@
50
57
  "vite": "catalog:",
51
58
  "vite-plus": "catalog:"
52
59
  },
60
+ "engines": {
61
+ "node": ">=22.18.0"
62
+ },
53
63
  "pantoken": {
54
64
  "key": "components",
55
65
  "kind": "namespace"