@plumeria/core 0.6.4 → 0.6.5
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 +9 -11
- /package/{types → dist}/css.d.ts +0 -0
- /package/{types → dist}/cx.d.ts +0 -0
- /package/{types → dist}/index.d.ts +0 -0
- /package/{types → dist}/method/create-build-helper.d.ts +0 -0
- /package/{types → dist}/method/create.d.ts +0 -0
- /package/{types → dist}/method/define-theme-vars.d.ts +0 -0
- /package/{types → dist}/method/global-build-helper.d.ts +0 -0
- /package/{types → dist}/method/global.d.ts +0 -0
- /package/{types → dist}/method/keyframes.d.ts +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plumeria/core",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.5",
|
|
4
4
|
"description": "Near Zero-runtime CSS-in-JS for efficient design systems.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -16,41 +16,39 @@
|
|
|
16
16
|
"exports": {
|
|
17
17
|
"./package.json": "./package.json",
|
|
18
18
|
"./dist/method/create-build-helper": {
|
|
19
|
-
"types": "./
|
|
19
|
+
"types": "./dist/method/create-build-helper.d.ts",
|
|
20
20
|
"import": "./dist/method/create-build-helper.mjs",
|
|
21
21
|
"default": "./dist/method/create-build-helper.js"
|
|
22
22
|
},
|
|
23
23
|
"./dist/method/global-build-helper": {
|
|
24
|
-
"types": "./
|
|
24
|
+
"types": "./dist/method/global-build-helper.d.ts",
|
|
25
25
|
"import": "./dist/method/global-build-helper.mjs",
|
|
26
26
|
"default": "./dist/method/global-build-helper.js"
|
|
27
27
|
},
|
|
28
28
|
".": {
|
|
29
|
-
"types": "./
|
|
29
|
+
"types": "./dist/index.d.ts",
|
|
30
30
|
"import": "./dist/index.mjs",
|
|
31
31
|
"default": "./dist/index.js"
|
|
32
32
|
}
|
|
33
33
|
},
|
|
34
34
|
"main": "dist/index.js",
|
|
35
35
|
"module": "dist/index.mjs",
|
|
36
|
-
"types": "
|
|
36
|
+
"types": "dist/index.d.ts",
|
|
37
37
|
"files": [
|
|
38
|
-
"dist"
|
|
39
|
-
"types"
|
|
38
|
+
"dist"
|
|
40
39
|
],
|
|
41
40
|
"dependencies": {
|
|
42
41
|
"zss-engine": "^0.2.6",
|
|
43
|
-
"@plumeria/collection": "^0.3.
|
|
42
|
+
"@plumeria/collection": "^0.3.1"
|
|
44
43
|
},
|
|
45
44
|
"publishConfig": {
|
|
46
45
|
"access": "public"
|
|
47
46
|
},
|
|
48
47
|
"scripts": {
|
|
49
|
-
"build": "shx rm -rf dist && pnpm esm && pnpm cjs && pnpm
|
|
48
|
+
"build": "shx rm -rf dist && pnpm esm && pnpm cjs && pnpm css",
|
|
49
|
+
"css": "shx cp -r src/styles dist",
|
|
50
50
|
"cjs": "tsc --project tsconfig.cjs.json",
|
|
51
51
|
"esm": "tsc --project tsconfig.esm.json && node build.esm.js",
|
|
52
|
-
"dts": "tsc --project tsconfig.dts.json",
|
|
53
|
-
"css": "shx cp -r src/styles dist",
|
|
54
52
|
"test": "jest --config ../../jest.config.js"
|
|
55
53
|
}
|
|
56
54
|
}
|
/package/{types → dist}/css.d.ts
RENAMED
|
File without changes
|
/package/{types → dist}/cx.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|