@milaboratories/uikit 1.2.19 → 1.2.21

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@milaboratories/uikit",
3
- "version": "1.2.19",
3
+ "version": "1.2.21",
4
4
  "type": "module",
5
5
  "main": "dist/pl-uikit.umd.js",
6
6
  "module": "dist/pl-uikit.js",
@@ -31,8 +31,8 @@
31
31
  "vue-tsc": "^2.1.6",
32
32
  "yarpm": "^1.2.0",
33
33
  "svgo": "^3.3.2",
34
- "@milaboratories/helpers": "^1.6.5",
35
- "@platforma-sdk/model": "^1.5.40"
34
+ "@platforma-sdk/model": "^1.7.0",
35
+ "@milaboratories/helpers": "^1.6.5"
36
36
  },
37
37
  "scripts": {
38
38
  "dev": "vite",
@@ -69,6 +69,7 @@
69
69
  --z-slide-shadow: 80;
70
70
  --z-slide-dialog: 81;
71
71
  --z-dialog: 100;
72
+ --z-tooltip: 103;
72
73
  --z-context-menu: 1001;
73
74
  }
74
75
 
@@ -130,7 +130,7 @@
130
130
  left: 0;
131
131
  bottom: 0;
132
132
  right: 0;
133
- padding: 0 48px 0 11px;
133
+ padding: 0 60px 0 11px; // @TODO padding-right based on controls width
134
134
  pointer-events: none;
135
135
  line-height: var(--control-height);
136
136
  color: var(--contour-color);
@@ -1,5 +1,5 @@
1
1
  .pl-tooltip {
2
- z-index: 3;
2
+ z-index: var(--z-tooltip);
3
3
  position: absolute;
4
4
  display: inline-block;
5
5
  padding: 7px 12px 9px 12px;