@zat-design/sisyphus-react 3.9.1-beta.1 → 3.9.1-beta.2

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.
@@ -0,0 +1,5 @@
1
+ {
2
+ "recommendations": [
3
+ "kisstkondoros.vscode-codemetrics"
4
+ ]
5
+ }
@@ -2167,6 +2167,9 @@
2167
2167
  .ant-dropdown-placement-bottomLeft .ant-dropdown-menu-vertical.ant-dropdown-menu-light .ant-dropdown-menu-item-only-child:hover {
2168
2168
  background: rgba(0, 106, 255, 0.08);
2169
2169
  }
2170
+ .ant-table .original-value-tooltip {
2171
+ position: fixed;
2172
+ }
2170
2173
  .pro-tooltip {
2171
2174
  cursor: pointer;
2172
2175
  }
@@ -4251,6 +4254,9 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
4251
4254
  .ant-select-tree-node-content-wrapper:has(.pro-tree-wrap-ellipse) {
4252
4255
  overflow: hidden;
4253
4256
  }
4257
+ .pro-drawer .original-value-tooltip {
4258
+ position: fixed;
4259
+ }
4254
4260
  .pro-drawer .pro-drawer-close {
4255
4261
  position: absolute;
4256
4262
  top: 6px;
package/dist/less.esm.css CHANGED
@@ -2167,6 +2167,9 @@
2167
2167
  .ant-dropdown-placement-bottomLeft .ant-dropdown-menu-vertical.ant-dropdown-menu-light .ant-dropdown-menu-item-only-child:hover {
2168
2168
  background: rgba(0, 106, 255, 0.08);
2169
2169
  }
2170
+ .ant-table .original-value-tooltip {
2171
+ position: fixed;
2172
+ }
2170
2173
  .pro-tooltip {
2171
2174
  cursor: pointer;
2172
2175
  }
@@ -4251,6 +4254,9 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
4251
4254
  .ant-select-tree-node-content-wrapper:has(.pro-tree-wrap-ellipse) {
4252
4255
  overflow: hidden;
4253
4256
  }
4257
+ .pro-drawer .original-value-tooltip {
4258
+ position: fixed;
4259
+ }
4254
4260
  .pro-drawer .pro-drawer-close {
4255
4261
  position: absolute;
4256
4262
  top: 6px;
@@ -2,6 +2,9 @@
2
2
  @import (reference) '~antd/es/style/themes/index.less';
3
3
 
4
4
  .pro-drawer {
5
+ .original-value-tooltip {
6
+ position: fixed;
7
+ }
5
8
  .pro-drawer-close {
6
9
  position: absolute;
7
10
  top: 6px;
@@ -583,3 +583,9 @@
583
583
  }
584
584
  }
585
585
  }
586
+
587
+ .@{ant-prefix}-table{
588
+ .original-value-tooltip{
589
+ position: fixed;
590
+ }
591
+ }
@@ -2,6 +2,9 @@
2
2
  @import (reference) '~antd/es/style/themes/index.less';
3
3
 
4
4
  .pro-drawer {
5
+ .original-value-tooltip {
6
+ position: fixed;
7
+ }
5
8
  .pro-drawer-close {
6
9
  position: absolute;
7
10
  top: 6px;
@@ -583,3 +583,9 @@
583
583
  }
584
584
  }
585
585
  }
586
+
587
+ .@{ant-prefix}-table{
588
+ .original-value-tooltip{
589
+ position: fixed;
590
+ }
591
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zat-design/sisyphus-react",
3
- "version": "3.9.1-beta.1",
3
+ "version": "3.9.1-beta.2",
4
4
  "license": "Apache-2.0",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",