ar-design 0.1.62 → 0.1.63

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.
@@ -5,6 +5,6 @@
5
5
  border: solid 1px var(--gray-200);
6
6
  border-radius: var(--border-radius-lg);
7
7
  box-shadow: 0 0 10px -5px rgba(var(--black-rgb), 0.25);
8
- z-index: 15;
8
+ z-index: 1051;
9
9
  transition: visibility 250ms, opacity 250ms ease-in-out;
10
10
  }
@@ -10,7 +10,7 @@
10
10
  border: solid 1px var(--gray-200);
11
11
  border-radius: var(--border-radius-lg);
12
12
  box-shadow: 0 0 10px -5px rgba(var(--black-rgb), 0.25);
13
- z-index: 5;
13
+ z-index: 1051;
14
14
  user-select: none;
15
15
  }
16
16
  .ar-date-calendar > .clock.active {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ar-design",
3
- "version": "0.1.62",
3
+ "version": "0.1.63",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",