@domphy/theme 0.1.11 → 0.1.13

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/package.json CHANGED
@@ -1,45 +1,44 @@
1
- {
2
- "name": "@domphy/theme",
3
- "version": "0.1.11",
4
- "description": "Domphy Design System",
5
- "type": "module",
6
- "main": "./dist/index.js",
7
- "types": "./dist/index.d.ts",
8
- "exports": {
9
- ".": {
10
- "types": "./dist/index.d.ts",
11
- "import": "./dist/index.js",
12
- "require": "./dist/index.cjs"
13
- }
14
- },
15
- "scripts": {
16
- "build": "tsup",
17
- "pack": "tsup && npm pack",
18
- "prepublishOnly": "npm run build",
19
- "test": "vitest run",
20
- "test:watch": "vitest"
21
- },
22
- "keywords": [
23
- "domphy"
24
- ],
25
- "author": "Huu Khanh Nguyen",
26
- "license": "MIT",
27
- "repository": {
28
- "type": "git",
29
- "url": "https://github.com/domphy/domphy.git",
30
- "directory": "packages/theme"
31
- },
32
- "devDependencies": {
33
- "tsup": "^8.5.0",
34
- "typescript": "^5.8.3"
35
- },
36
- "dependencies": {
37
- "@domphy/core": "workspace:*"
38
- },
39
- "files": [
40
- "dist",
41
- "README.md"
42
- ],
43
- "unpkg": "dist/core-theme.global.js",
44
- "jsdelivr": "dist/core-theme.global.js"
1
+ {
2
+ "name": "@domphy/theme",
3
+ "version": "0.1.13",
4
+ "description": "Domphy Design System",
5
+ "type": "module",
6
+ "main": "./dist/index.js",
7
+ "types": "./dist/index.d.ts",
8
+ "exports": {
9
+ ".": {
10
+ "types": "./dist/index.d.ts",
11
+ "import": "./dist/index.js",
12
+ "require": "./dist/index.cjs"
13
+ }
14
+ },
15
+ "keywords": [
16
+ "domphy"
17
+ ],
18
+ "author": "Huu Khanh Nguyen",
19
+ "license": "MIT",
20
+ "repository": {
21
+ "type": "git",
22
+ "url": "https://github.com/domphy/domphy.git",
23
+ "directory": "packages/theme"
24
+ },
25
+ "devDependencies": {
26
+ "tsup": "^8.5.0",
27
+ "typescript": "^5.8.3"
28
+ },
29
+ "dependencies": {
30
+ "@domphy/core": "0.1.8"
31
+ },
32
+ "files": [
33
+ "dist",
34
+ "README.md"
35
+ ],
36
+ "unpkg": "dist/core-theme.global.js",
37
+ "jsdelivr": "dist/core-theme.global.js",
38
+ "scripts": {
39
+ "build": "tsup",
40
+ "pack": "tsup && npm pack",
41
+ "test": "vitest run",
42
+ "test:watch": "vitest"
43
+ }
45
44
  }