@alicloud/console-base-theme 1.9.9-beta.2 → 1.9.9-beta.3

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.
@@ -8,6 +8,9 @@ exports.default = void 0;
8
8
  * z-index 层级设计
9
9
  */
10
10
  var _default = exports.default = {
11
+ SUPREME: 999999,
12
+ // 兼容控制台之外的各种场景,目前仅全站异步通知弹窗使用
13
+
11
14
  DIALOG_SYS: 2101,
12
15
  // 系统级模态框(alert、confirm、prompt)
13
16
  BACKDROP_SYS: 2100,
@@ -2,6 +2,9 @@
2
2
  * z-index 层级设计
3
3
  */
4
4
  export default {
5
+ SUPREME: 999999,
6
+ // 兼容控制台之外的各种场景,目前仅全站异步通知弹窗使用
7
+
5
8
  DIALOG_SYS: 2101,
6
9
  // 系统级模态框(alert、confirm、prompt)
7
10
  BACKDROP_SYS: 2100,
@@ -67,6 +67,7 @@ declare const _default: {
67
67
  BORDER_RADIUS_XL: number;
68
68
  };
69
69
  Z_INDEX: {
70
+ SUPREME: number;
70
71
  DIALOG_SYS: number;
71
72
  BACKDROP_SYS: number;
72
73
  MICRO_BROWSER: number;
@@ -2,6 +2,7 @@
2
2
  * z-index 层级设计
3
3
  */
4
4
  declare const _default: {
5
+ SUPREME: number;
5
6
  DIALOG_SYS: number;
6
7
  BACKDROP_SYS: number;
7
8
  MICRO_BROWSER: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alicloud/console-base-theme",
3
- "version": "1.9.9-beta.2",
3
+ "version": "1.9.9-beta.3",
4
4
  "description": "控制台主题 - 基于 css variable 和 styled-components",
5
5
  "license": "MIT",
6
6
  "sideEffects": false,