@selfcommunity/react-theme-default 0.1.0-alpha.4 → 0.1.0-alpha.6
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/lib/cjs/components/SCCommentObject.d.ts +8 -0
- package/lib/cjs/components/SCCommentObject.d.ts.map +1 -1
- package/lib/cjs/components/SCCommentObject.js +8 -0
- package/lib/cjs/components/SCCommentObject.js.map +1 -1
- package/lib/esm/components/SCCommentObject.d.ts +8 -0
- package/lib/esm/components/SCCommentObject.d.ts.map +1 -1
- package/lib/esm/components/SCCommentObject.js +8 -0
- package/lib/esm/components/SCCommentObject.js.map +1 -1
- package/lib/esm/fonts/community/icons.eot +0 -0
- package/lib/esm/fonts/community/icons.svg +191 -0
- package/lib/esm/fonts/community/icons.ttf +0 -0
- package/lib/esm/fonts/community/icons.woff +0 -0
- package/lib/esm/fonts/community/icons.woff2 +0 -0
- package/lib/esm/fonts/community-icons.css +284 -0
- package/lib/umd/react-theme-default.js +1 -1
- package/lib/umd/react-theme-default.js.map +1 -1
- package/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@selfcommunity/react-theme-default",
|
|
3
|
-
"version": "0.1.0-alpha.
|
|
3
|
+
"version": "0.1.0-alpha.6",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"private": false,
|
|
6
6
|
"main": "./lib/cjs/index.js",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"clean:lib": "rimraf lib",
|
|
27
27
|
"clean:node_modules": "rimraf node_modules",
|
|
28
28
|
"build:commonjs": "tsc -b tsconfig-cjs.build.json && cp -R ./src/styles ./lib/cjs && cp -R ./src/fonts ./lib/cjs",
|
|
29
|
-
"build:esm": "tsc -b tsconfig-esm.build.json && cp -R ./src/styles ./lib/esm && cp -R ./src/fonts ./lib/
|
|
29
|
+
"build:esm": "tsc -b tsconfig-esm.build.json && cp -R ./src/styles ./lib/esm && cp -R ./src/fonts ./lib/esm",
|
|
30
30
|
"build:umd": "webpack --mode production",
|
|
31
31
|
"build": "yarn clean:lib && yarn build:commonjs && yarn build:esm && yarn build:umd",
|
|
32
32
|
"prerelease": "yarn run clean:lib && yarn run build"
|
|
@@ -50,8 +50,8 @@
|
|
|
50
50
|
"react-dom": "17 || 18"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@selfcommunity/react-core": "^0.3.9-alpha.
|
|
54
|
-
"@selfcommunity/react-ui": "^0.7.0-alpha.
|
|
53
|
+
"@selfcommunity/react-core": "^0.3.9-alpha.33",
|
|
54
|
+
"@selfcommunity/react-ui": "^0.7.0-alpha.63"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"@babel/cli": "^7.12.13",
|
|
@@ -111,5 +111,5 @@
|
|
|
111
111
|
"bugs": {
|
|
112
112
|
"url": "https://github.com/selfcommunity/community-js/issues"
|
|
113
113
|
},
|
|
114
|
-
"gitHead": "
|
|
114
|
+
"gitHead": "759d3438d11016be630200a8ecddc356133bf263"
|
|
115
115
|
}
|