@zat-design/sisyphus-react 3.11.4-beta.1 → 3.11.4-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.
@@ -0,0 +1,5 @@
1
+ {
2
+ "recommendations": [
3
+ "kisstkondoros.vscode-codemetrics"
4
+ ]
5
+ }
@@ -4812,8 +4812,7 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
4812
4812
  margin-left: var(--zaui-space-size-xs, 4px);
4813
4813
  }
4814
4814
  .pro-edit-table-drag table tr th.ant-table-selection-column.ant-table-cell-fix-left {
4815
- text-align: left;
4816
- padding-left: 52px;
4815
+ text-align: right;
4817
4816
  }
4818
4817
  .pro-edit-label {
4819
4818
  display: inline-block;
package/dist/less.esm.css CHANGED
@@ -4812,8 +4812,7 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
4812
4812
  margin-left: var(--zaui-space-size-xs, 4px);
4813
4813
  }
4814
4814
  .pro-edit-table-drag table tr th.ant-table-selection-column.ant-table-cell-fix-left {
4815
- text-align: left;
4816
- padding-left: 52px;
4815
+ text-align: right;
4817
4816
  }
4818
4817
  .pro-edit-label {
4819
4818
  display: inline-block;
@@ -396,7 +396,6 @@
396
396
 
397
397
  .pro-edit-table-drag {
398
398
  table tr th.@{ant-prefix}-table-selection-column.@{ant-prefix}-table-cell-fix-left{
399
- text-align: left;
400
- padding-left: 52px;
399
+ text-align: right;
401
400
  }
402
401
  }
@@ -396,7 +396,6 @@
396
396
 
397
397
  .pro-edit-table-drag {
398
398
  table tr th.@{ant-prefix}-table-selection-column.@{ant-prefix}-table-cell-fix-left{
399
- text-align: left;
400
- padding-left: 52px;
399
+ text-align: right;
401
400
  }
402
401
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zat-design/sisyphus-react",
3
- "version": "3.11.4-beta.1",
3
+ "version": "3.11.4-beta.3",
4
4
  "license": "Apache-2.0",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",