@alicloud/console-base-theme 1.8.4 → 1.8.7
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/build/cjs/var/index.js
CHANGED
|
@@ -35,7 +35,8 @@ var _size = _interopRequireDefault(require("./size"));
|
|
|
35
35
|
var _zIndex = _interopRequireDefault(require("./z-index"));
|
|
36
36
|
/**
|
|
37
37
|
* 默认主题(亮色)的所有变量
|
|
38
|
-
*/
|
|
38
|
+
*/
|
|
39
|
+
var _default = {
|
|
39
40
|
COLOR: _consoleBaseThemeColor.COLOR_LIGHT,
|
|
40
41
|
TYPO: _typo.default,
|
|
41
42
|
SIZE: _size.default,
|
package/build/cjs/var/size.js
CHANGED
package/build/cjs/var/typo.js
CHANGED
|
@@ -6,7 +6,8 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
/**
|
|
8
8
|
* 文字相关
|
|
9
|
-
*/
|
|
9
|
+
*/
|
|
10
|
+
var _default = {
|
|
10
11
|
FONT_FAMILY_BASE: '-apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif',
|
|
11
12
|
FONT_FAMILY_BASE_JA: '"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "MS Pゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif',
|
|
12
13
|
FONT_FAMILY_MONOSPACE: 'Operator Mono, Menlo, Monaco, Liberation Mono, DejaVu Sans Mono, Courier New, monospace'
|
package/build/cjs/var/z-index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alicloud/console-base-theme",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.7",
|
|
4
4
|
"description": "控制台主题 - 基于 css variable 和 styled-components",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@alicloud/console-toolkit-cli": "^1.2.30",
|
|
28
28
|
"@alicloud/console-toolkit-preset-component": "^1.2.61",
|
|
29
|
-
"@alicloud/demo-rc-elements": "^1.10.
|
|
30
|
-
"@types/lodash": "^4.14.
|
|
29
|
+
"@alicloud/demo-rc-elements": "^1.10.12",
|
|
30
|
+
"@types/lodash": "^4.14.188",
|
|
31
31
|
"@types/react": "^17.0.48",
|
|
32
32
|
"@types/styled-components": "^5.1.26",
|
|
33
33
|
"lodash": "^4.17.21",
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
"styled-components": ">=5"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@alicloud/console-base-theme-color": "^1.5.
|
|
43
|
-
"@alicloud/mere-dom": "^1.6.
|
|
42
|
+
"@alicloud/console-base-theme-color": "^1.5.5",
|
|
43
|
+
"@alicloud/mere-dom": "^1.6.8"
|
|
44
44
|
},
|
|
45
45
|
"scripts": {
|
|
46
46
|
"start": "breezr start-storybook",
|
|
@@ -53,5 +53,5 @@
|
|
|
53
53
|
"clean": "rm -rf build",
|
|
54
54
|
"prepublishOnly": "yarn clean && yarn build"
|
|
55
55
|
},
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "e3daf0b177915f37e8beae4ecee204d8c62f9507"
|
|
57
57
|
}
|