@alicloud/console-base-theme 1.8.4 → 1.8.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.
@@ -35,7 +35,8 @@ var _size = _interopRequireDefault(require("./size"));
35
35
  var _zIndex = _interopRequireDefault(require("./z-index"));
36
36
  /**
37
37
  * 默认主题(亮色)的所有变量
38
- */var _default = {
38
+ */
39
+ var _default = {
39
40
  COLOR: _consoleBaseThemeColor.COLOR_LIGHT,
40
41
  TYPO: _typo.default,
41
42
  SIZE: _size.default,
@@ -6,7 +6,8 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.default = void 0;
7
7
  /**
8
8
  * 文字大小、宽高、间距等,都是数值(基本上都是 px)
9
- */var _default = {
9
+ */
10
+ var _default = {
10
11
  /* *************************
11
12
  * --------- 字体相关 --------
12
13
  ************************* */
@@ -6,7 +6,8 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.default = void 0;
7
7
  /**
8
8
  * 文字相关
9
- */var _default = {
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'
@@ -6,7 +6,8 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.default = void 0;
7
7
  /**
8
8
  * z-index 层级设计
9
- */var _default = {
9
+ */
10
+ var _default = {
10
11
  DIALOG_SYS: 2101,
11
12
  // 系统级模态框(alert、confirm、prompt)
12
13
  BACKDROP_SYS: 2100,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alicloud/console-base-theme",
3
- "version": "1.8.4",
3
+ "version": "1.8.6",
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.8",
30
- "@types/lodash": "^4.14.186",
29
+ "@alicloud/demo-rc-elements": "^1.10.11",
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.2",
43
- "@alicloud/mere-dom": "^1.6.5"
42
+ "@alicloud/console-base-theme-color": "^1.5.4",
43
+ "@alicloud/mere-dom": "^1.6.7"
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": "4b5eefd0215b1f8028fce664d64484ceeb703ef1"
56
+ "gitHead": "e25f13f02a8f9b1bb9901721094c148159fcb41d"
57
57
  }