@trackunit/ui-design-tokens 0.0.102 → 0.0.103

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/index.cjs.js CHANGED
@@ -823,8 +823,9 @@ const themeZIndex = {
823
823
  hidden: -1,
824
824
  default: 1,
825
825
  top: 5,
826
+ sidebar: 9,
826
827
  overlay: 10,
827
- popover: 20,
828
+ popover: 21,
828
829
  toast: 100,
829
830
  };
830
831
  const zIndex = {
package/index.esm.js CHANGED
@@ -819,8 +819,9 @@ const themeZIndex = {
819
819
  hidden: -1,
820
820
  default: 1,
821
821
  top: 5,
822
+ sidebar: 9,
822
823
  overlay: 10,
823
- popover: 20,
824
+ popover: 21,
824
825
  toast: 100,
825
826
  };
826
827
  const zIndex = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/ui-design-tokens",
3
- "version": "0.0.102",
3
+ "version": "0.0.103",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -2,8 +2,9 @@ export declare const themeZIndex: {
2
2
  readonly hidden: -1;
3
3
  readonly default: 1;
4
4
  readonly top: 5;
5
+ readonly sidebar: 9;
5
6
  readonly overlay: 10;
6
- readonly popover: 20;
7
+ readonly popover: 21;
7
8
  readonly toast: 100;
8
9
  };
9
10
  export declare const zIndex: {
@@ -11,7 +12,7 @@ export declare const zIndex: {
11
12
  readonly default: 1;
12
13
  readonly top: 5;
13
14
  readonly overlay: 10;
14
- readonly popover: 20;
15
+ readonly popover: 21;
15
16
  readonly toast: 100;
16
17
  };
17
18
  export type ZIndex = typeof zIndex;