@zat-design/sisyphus-react 3.9.1-beta.4 → 3.9.1-beta.6

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.
@@ -1899,42 +1899,54 @@
1899
1899
  .pro-table .ant-table-tbody .ant-table-cell-fix-right {
1900
1900
  background: unset !important;
1901
1901
  }
1902
- .pro-table tbody.ant-table-tbody tr.ant-table-row.new-cell {
1903
- background: var(--zaui-contract-bg-add, #d2fff4) !important;
1902
+ .pro-table .ant-table table tbody.ant-table-tbody tr.ant-table-row.new-cell,
1903
+ .pro-table .ant-table.ant-table-scroll-horizontal table tbody.ant-table-tbody tr.ant-table-row.new-cell,
1904
+ .pro-table .ant-table table tbody.ant-table-tbody tr.ant-table-row.new-cell:hover,
1905
+ .pro-table .ant-table.ant-table-scroll-horizontal table tbody.ant-table-tbody tr.ant-table-row.new-cell:hover {
1904
1906
  background-color: var(--zaui-contract-bg-add, #d2fff4) !important;
1905
1907
  }
1906
- .pro-table tbody.ant-table-tbody tr.ant-table-row.new-cell td.ant-table-cell {
1907
- background: var(--zaui-contract-bg-add, #d2fff4) !important;
1908
+ .pro-table .ant-table table tbody.ant-table-tbody tr.ant-table-row.new-cell td.ant-table-cell,
1909
+ .pro-table .ant-table.ant-table-scroll-horizontal table tbody.ant-table-tbody tr.ant-table-row.new-cell td.ant-table-cell,
1910
+ .pro-table .ant-table table tbody.ant-table-tbody tr.ant-table-row.new-cell:hover td.ant-table-cell,
1911
+ .pro-table .ant-table.ant-table-scroll-horizontal table tbody.ant-table-tbody tr.ant-table-row.new-cell:hover td.ant-table-cell {
1908
1912
  background-color: var(--zaui-contract-bg-add, #d2fff4) !important;
1909
1913
  border-bottom: 1px solid var(--zaui-form-control-line, #dcdcdc);
1910
1914
  }
1911
- .pro-table tbody.ant-table-tbody tr.ant-table-row.new-cell td.ant-table-cell.ant-table-cell-fix-right {
1912
- background: var(--zaui-contract-bg-add, #d2fff4) !important;
1915
+ .pro-table .ant-table table tbody.ant-table-tbody tr.ant-table-row.new-cell td.ant-table-cell.ant-table-cell-fix-right,
1916
+ .pro-table .ant-table.ant-table-scroll-horizontal table tbody.ant-table-tbody tr.ant-table-row.new-cell td.ant-table-cell.ant-table-cell-fix-right,
1917
+ .pro-table .ant-table table tbody.ant-table-tbody tr.ant-table-row.new-cell:hover td.ant-table-cell.ant-table-cell-fix-right,
1918
+ .pro-table .ant-table.ant-table-scroll-horizontal table tbody.ant-table-tbody tr.ant-table-row.new-cell:hover td.ant-table-cell.ant-table-cell-fix-right {
1913
1919
  background-color: var(--zaui-contract-bg-add, #d2fff4) !important;
1914
1920
  border-bottom: 1px solid var(--zaui-form-control-line, #dcdcdc);
1915
1921
  }
1916
- .pro-table tbody.ant-table-tbody tr.ant-table-row.new-cell td.ant-table-cell.ant-table-cell-fix-left {
1917
- background: var(--zaui-contract-bg-add, #d2fff4) !important;
1922
+ .pro-table .ant-table table tbody.ant-table-tbody tr.ant-table-row.new-cell td.ant-table-cell.ant-table-cell-fix-left,
1923
+ .pro-table .ant-table.ant-table-scroll-horizontal table tbody.ant-table-tbody tr.ant-table-row.new-cell td.ant-table-cell.ant-table-cell-fix-left,
1924
+ .pro-table .ant-table table tbody.ant-table-tbody tr.ant-table-row.new-cell:hover td.ant-table-cell.ant-table-cell-fix-left,
1925
+ .pro-table .ant-table.ant-table-scroll-horizontal table tbody.ant-table-tbody tr.ant-table-row.new-cell:hover td.ant-table-cell.ant-table-cell-fix-left {
1918
1926
  background-color: var(--zaui-contract-bg-add, #d2fff4) !important;
1919
1927
  border-bottom: 1px solid var(--zaui-form-control-line, #dcdcdc);
1920
1928
  }
1921
- .pro-table tbody.ant-table-tbody .ant-table-cell .varied-cell {
1929
+ .pro-table .ant-table table tbody.ant-table-tbody .ant-table-cell .varied-cell,
1930
+ .pro-table .ant-table.ant-table-scroll-horizontal table tbody.ant-table-tbody .ant-table-cell .varied-cell {
1922
1931
  margin-left: -8px;
1923
1932
  padding: var(--zaui-space-size-xs, 4px) var(--zaui-space-size-sm, 8px);
1924
1933
  background: var(--zaui-contract-bg, #fffaa1) !important;
1925
1934
  border-radius: var(--zaui-border-radius, 8px);
1926
1935
  }
1927
- .pro-table tbody.ant-table-tbody .ant-table-cell .varied-cell .pro-form-view-container {
1936
+ .pro-table .ant-table table tbody.ant-table-tbody .ant-table-cell .varied-cell .pro-form-view-container,
1937
+ .pro-table .ant-table.ant-table-scroll-horizontal table tbody.ant-table-tbody .ant-table-cell .varied-cell .pro-form-view-container {
1928
1938
  overflow: hidden;
1929
1939
  white-space: nowrap;
1930
1940
  text-overflow: ellipsis;
1931
1941
  }
1932
- .pro-table tbody.ant-table-tbody .ant-table-cell .ant-typography-ellipsis .pro-form-view-container {
1942
+ .pro-table .ant-table table tbody.ant-table-tbody .ant-table-cell .ant-typography-ellipsis .pro-form-view-container,
1943
+ .pro-table .ant-table.ant-table-scroll-horizontal table tbody.ant-table-tbody .ant-table-cell .ant-typography-ellipsis .pro-form-view-container {
1933
1944
  overflow: hidden;
1934
1945
  white-space: nowrap;
1935
1946
  text-overflow: ellipsis;
1936
1947
  }
1937
- .pro-table tbody.ant-table-tbody .varied-cell.empty-cell {
1948
+ .pro-table .ant-table table tbody.ant-table-tbody .varied-cell.empty-cell,
1949
+ .pro-table .ant-table.ant-table-scroll-horizontal table tbody.ant-table-tbody .varied-cell.empty-cell {
1938
1950
  width: 24.5px;
1939
1951
  }
1940
1952
  .pro-table .copyable-table-cell .ant-typography {
@@ -4611,7 +4623,6 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
4611
4623
  .pro-edit-table .ant-table-pagination .ant-pagination-options .ant-select.ant-select-in-form-item {
4612
4624
  width: auto;
4613
4625
  }
4614
- .pro-edit-table .ant-table.ant-table-scroll-horizontal table .ant-table-tbody .ant-table-row:nth-child(even) td,
4615
4626
  .pro-edit-table .ant-table table .ant-table-tbody .is-new-row.ant-table-row td,
4616
4627
  .pro-edit-table .ant-table.ant-table-scroll-horizontal table .ant-table-tbody .is-new-row.ant-table-row td {
4617
4628
  background-color: var(--zaui-contract-bg-add, #d2fff4) !important;
package/dist/less.esm.css CHANGED
@@ -1899,42 +1899,54 @@
1899
1899
  .pro-table .ant-table-tbody .ant-table-cell-fix-right {
1900
1900
  background: unset !important;
1901
1901
  }
1902
- .pro-table tbody.ant-table-tbody tr.ant-table-row.new-cell {
1903
- background: var(--zaui-contract-bg-add, #d2fff4) !important;
1902
+ .pro-table .ant-table table tbody.ant-table-tbody tr.ant-table-row.new-cell,
1903
+ .pro-table .ant-table.ant-table-scroll-horizontal table tbody.ant-table-tbody tr.ant-table-row.new-cell,
1904
+ .pro-table .ant-table table tbody.ant-table-tbody tr.ant-table-row.new-cell:hover,
1905
+ .pro-table .ant-table.ant-table-scroll-horizontal table tbody.ant-table-tbody tr.ant-table-row.new-cell:hover {
1904
1906
  background-color: var(--zaui-contract-bg-add, #d2fff4) !important;
1905
1907
  }
1906
- .pro-table tbody.ant-table-tbody tr.ant-table-row.new-cell td.ant-table-cell {
1907
- background: var(--zaui-contract-bg-add, #d2fff4) !important;
1908
+ .pro-table .ant-table table tbody.ant-table-tbody tr.ant-table-row.new-cell td.ant-table-cell,
1909
+ .pro-table .ant-table.ant-table-scroll-horizontal table tbody.ant-table-tbody tr.ant-table-row.new-cell td.ant-table-cell,
1910
+ .pro-table .ant-table table tbody.ant-table-tbody tr.ant-table-row.new-cell:hover td.ant-table-cell,
1911
+ .pro-table .ant-table.ant-table-scroll-horizontal table tbody.ant-table-tbody tr.ant-table-row.new-cell:hover td.ant-table-cell {
1908
1912
  background-color: var(--zaui-contract-bg-add, #d2fff4) !important;
1909
1913
  border-bottom: 1px solid var(--zaui-form-control-line, #dcdcdc);
1910
1914
  }
1911
- .pro-table tbody.ant-table-tbody tr.ant-table-row.new-cell td.ant-table-cell.ant-table-cell-fix-right {
1912
- background: var(--zaui-contract-bg-add, #d2fff4) !important;
1915
+ .pro-table .ant-table table tbody.ant-table-tbody tr.ant-table-row.new-cell td.ant-table-cell.ant-table-cell-fix-right,
1916
+ .pro-table .ant-table.ant-table-scroll-horizontal table tbody.ant-table-tbody tr.ant-table-row.new-cell td.ant-table-cell.ant-table-cell-fix-right,
1917
+ .pro-table .ant-table table tbody.ant-table-tbody tr.ant-table-row.new-cell:hover td.ant-table-cell.ant-table-cell-fix-right,
1918
+ .pro-table .ant-table.ant-table-scroll-horizontal table tbody.ant-table-tbody tr.ant-table-row.new-cell:hover td.ant-table-cell.ant-table-cell-fix-right {
1913
1919
  background-color: var(--zaui-contract-bg-add, #d2fff4) !important;
1914
1920
  border-bottom: 1px solid var(--zaui-form-control-line, #dcdcdc);
1915
1921
  }
1916
- .pro-table tbody.ant-table-tbody tr.ant-table-row.new-cell td.ant-table-cell.ant-table-cell-fix-left {
1917
- background: var(--zaui-contract-bg-add, #d2fff4) !important;
1922
+ .pro-table .ant-table table tbody.ant-table-tbody tr.ant-table-row.new-cell td.ant-table-cell.ant-table-cell-fix-left,
1923
+ .pro-table .ant-table.ant-table-scroll-horizontal table tbody.ant-table-tbody tr.ant-table-row.new-cell td.ant-table-cell.ant-table-cell-fix-left,
1924
+ .pro-table .ant-table table tbody.ant-table-tbody tr.ant-table-row.new-cell:hover td.ant-table-cell.ant-table-cell-fix-left,
1925
+ .pro-table .ant-table.ant-table-scroll-horizontal table tbody.ant-table-tbody tr.ant-table-row.new-cell:hover td.ant-table-cell.ant-table-cell-fix-left {
1918
1926
  background-color: var(--zaui-contract-bg-add, #d2fff4) !important;
1919
1927
  border-bottom: 1px solid var(--zaui-form-control-line, #dcdcdc);
1920
1928
  }
1921
- .pro-table tbody.ant-table-tbody .ant-table-cell .varied-cell {
1929
+ .pro-table .ant-table table tbody.ant-table-tbody .ant-table-cell .varied-cell,
1930
+ .pro-table .ant-table.ant-table-scroll-horizontal table tbody.ant-table-tbody .ant-table-cell .varied-cell {
1922
1931
  margin-left: -8px;
1923
1932
  padding: var(--zaui-space-size-xs, 4px) var(--zaui-space-size-sm, 8px);
1924
1933
  background: var(--zaui-contract-bg, #fffaa1) !important;
1925
1934
  border-radius: var(--zaui-border-radius, 8px);
1926
1935
  }
1927
- .pro-table tbody.ant-table-tbody .ant-table-cell .varied-cell .pro-form-view-container {
1936
+ .pro-table .ant-table table tbody.ant-table-tbody .ant-table-cell .varied-cell .pro-form-view-container,
1937
+ .pro-table .ant-table.ant-table-scroll-horizontal table tbody.ant-table-tbody .ant-table-cell .varied-cell .pro-form-view-container {
1928
1938
  overflow: hidden;
1929
1939
  white-space: nowrap;
1930
1940
  text-overflow: ellipsis;
1931
1941
  }
1932
- .pro-table tbody.ant-table-tbody .ant-table-cell .ant-typography-ellipsis .pro-form-view-container {
1942
+ .pro-table .ant-table table tbody.ant-table-tbody .ant-table-cell .ant-typography-ellipsis .pro-form-view-container,
1943
+ .pro-table .ant-table.ant-table-scroll-horizontal table tbody.ant-table-tbody .ant-table-cell .ant-typography-ellipsis .pro-form-view-container {
1933
1944
  overflow: hidden;
1934
1945
  white-space: nowrap;
1935
1946
  text-overflow: ellipsis;
1936
1947
  }
1937
- .pro-table tbody.ant-table-tbody .varied-cell.empty-cell {
1948
+ .pro-table .ant-table table tbody.ant-table-tbody .varied-cell.empty-cell,
1949
+ .pro-table .ant-table.ant-table-scroll-horizontal table tbody.ant-table-tbody .varied-cell.empty-cell {
1938
1950
  width: 24.5px;
1939
1951
  }
1940
1952
  .pro-table .copyable-table-cell .ant-typography {
@@ -4611,7 +4623,6 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
4611
4623
  .pro-edit-table .ant-table-pagination .ant-pagination-options .ant-select.ant-select-in-form-item {
4612
4624
  width: auto;
4613
4625
  }
4614
- .pro-edit-table .ant-table.ant-table-scroll-horizontal table .ant-table-tbody .ant-table-row:nth-child(even) td,
4615
4626
  .pro-edit-table .ant-table table .ant-table-tbody .is-new-row.ant-table-row td,
4616
4627
  .pro-edit-table .ant-table.ant-table-scroll-horizontal table .ant-table-tbody .is-new-row.ant-table-row td {
4617
4628
  background-color: var(--zaui-contract-bg-add, #d2fff4) !important;
@@ -290,8 +290,6 @@
290
290
  }
291
291
  }
292
292
 
293
- .ant-table.ant-table-scroll-horizontal table .ant-table-tbody .ant-table-row:nth-child(even) td,
294
-
295
293
  .@{ant-prefix}-table table .@{ant-prefix}-table-tbody .is-new-row.@{ant-prefix}-table-row td,
296
294
  .@{ant-prefix}-table.@{ant-prefix}-table-scroll-horizontal table .@{ant-prefix}-table-tbody .is-new-row.@{ant-prefix}-table-row td{
297
295
  background-color: var(--zaui-contract-bg-add, #d2fff4) !important;
@@ -27,8 +27,9 @@ import getEnumLabel from './utils/getEnumLabel';
27
27
  import useEnum from './hooks/useEnum';
28
28
  import locale from '../locale';
29
29
  import './style/index.less';
30
+ import { useFieldProps } from '../ProForm/utils/useFieldProps';
30
31
  var ProEnum = function ProEnum(props) {
31
- var _enumProps$showCodeNa;
32
+ var _otherProps$isView, _enumProps$showCodeNa;
32
33
  var code = props.code,
33
34
  _props$type = props.type,
34
35
  type = _props$type === void 0 ? 'ProSelect' : _props$type,
@@ -43,8 +44,9 @@ var ProEnum = function ProEnum(props) {
43
44
  enumProps = _objectWithoutProperties(props, _excluded);
44
45
  var _ref = otherProps || {},
45
46
  viewEmpty = _ref.viewEmpty;
46
- var _isView = isView !== undefined && isView !== null ? isView : otherProps === null || otherProps === void 0 ? void 0 : otherProps.isView;
47
47
  var _defalutValue = props === null || props === void 0 ? void 0 : props.defaultValue;
48
+ var _useFieldProps = useFieldProps(),
49
+ configIsView = _useFieldProps.isView;
48
50
  var _ref2 = useProConfig('ProEnum') || {},
49
51
  fieldNames = _ref2.fieldNames,
50
52
  _ref2$clear = _ref2.clear,
@@ -53,6 +55,7 @@ var ProEnum = function ProEnum(props) {
53
55
  cacheKey = _ref2$cacheKey === void 0 ? 'zat-design-pro-component-cacheKey' : _ref2$cacheKey,
54
56
  showCodeName = _ref2.showCodeName,
55
57
  resProps = _objectWithoutProperties(_ref2, _excluded2);
58
+ var _isView = isView !== undefined && isView !== null ? isView : (_otherProps$isView = otherProps === null || otherProps === void 0 ? void 0 : otherProps.isView) !== null && _otherProps$isView !== void 0 ? _otherProps$isView : configIsView;
56
59
  enumProps.showCodeName = (_enumProps$showCodeNa = enumProps.showCodeName) !== null && _enumProps$showCodeNa !== void 0 ? _enumProps$showCodeNa : showCodeName;
57
60
  var label = 'label';
58
61
  var fieldValue = 'value';
@@ -257,21 +257,20 @@
257
257
  }
258
258
  }
259
259
 
260
- tbody.@{ant-prefix}-table-tbody {
261
- tr.@{ant-prefix}-table-row.new-cell {
262
- background: var(--zaui-contract-bg-add; #d2fff4) !important;
260
+
261
+ .@{ant-prefix}-table table tbody.@{ant-prefix}-table-tbody,
262
+ .@{ant-prefix}-table.@{ant-prefix}-table-scroll-horizontal table tbody.@{ant-prefix}-table-tbody {
263
+ tr.@{ant-prefix}-table-row.new-cell,
264
+ tr.@{ant-prefix}-table-row.new-cell:hover {
263
265
  background-color: var(--zaui-contract-bg-add; #d2fff4) !important;
264
- td.@{ant-prefix}-table-cell {
265
- background: var(--zaui-contract-bg-add; #d2fff4) !important;
266
+ td.@{ant-prefix}-table-cell{
266
267
  background-color: var(--zaui-contract-bg-add; #d2fff4) !important;
267
268
  border-bottom: 1px solid var(--zaui-form-control-line, #dcdcdc);
268
269
  &.@{ant-prefix}-table-cell-fix-right {
269
- background: var(--zaui-contract-bg-add; #d2fff4) !important;
270
270
  background-color: var(--zaui-contract-bg-add; #d2fff4) !important;
271
271
  border-bottom: 1px solid var(--zaui-form-control-line, #dcdcdc);
272
272
  }
273
273
  &.@{ant-prefix}-table-cell-fix-left {
274
- background: var(--zaui-contract-bg-add; #d2fff4) !important;
275
274
  background-color: var(--zaui-contract-bg-add; #d2fff4) !important;
276
275
  border-bottom: 1px solid var(--zaui-form-control-line, #dcdcdc);
277
276
  }
@@ -290,8 +290,6 @@
290
290
  }
291
291
  }
292
292
 
293
- .ant-table.ant-table-scroll-horizontal table .ant-table-tbody .ant-table-row:nth-child(even) td,
294
-
295
293
  .@{ant-prefix}-table table .@{ant-prefix}-table-tbody .is-new-row.@{ant-prefix}-table-row td,
296
294
  .@{ant-prefix}-table.@{ant-prefix}-table-scroll-horizontal table .@{ant-prefix}-table-tbody .is-new-row.@{ant-prefix}-table-row td{
297
295
  background-color: var(--zaui-contract-bg-add, #d2fff4) !important;
@@ -26,10 +26,11 @@ var _getEnumLabel = _interopRequireDefault(require("./utils/getEnumLabel"));
26
26
  var _useEnum = _interopRequireDefault(require("./hooks/useEnum"));
27
27
  var _locale = _interopRequireDefault(require("../locale"));
28
28
  require("./style/index.less");
29
+ var _useFieldProps2 = require("../ProForm/utils/useFieldProps");
29
30
  var _excluded = ["code", "type", "dataSource", "useRequest", "value", "component", "onChange", "transformResponse", "otherProps", "isView"],
30
31
  _excluded2 = ["fieldNames", "clear", "cacheKey", "showCodeName"];
31
32
  var ProEnum = function ProEnum(props) {
32
- var _enumProps$showCodeNa;
33
+ var _otherProps$isView, _enumProps$showCodeNa;
33
34
  var code = props.code,
34
35
  _props$type = props.type,
35
36
  type = _props$type === void 0 ? 'ProSelect' : _props$type,
@@ -44,8 +45,9 @@ var ProEnum = function ProEnum(props) {
44
45
  enumProps = (0, _objectWithoutProperties2.default)(props, _excluded);
45
46
  var _ref = otherProps || {},
46
47
  viewEmpty = _ref.viewEmpty;
47
- var _isView = isView !== undefined && isView !== null ? isView : otherProps === null || otherProps === void 0 ? void 0 : otherProps.isView;
48
48
  var _defalutValue = props === null || props === void 0 ? void 0 : props.defaultValue;
49
+ var _useFieldProps = (0, _useFieldProps2.useFieldProps)(),
50
+ configIsView = _useFieldProps.isView;
49
51
  var _ref2 = (0, _ProConfigProvider.useProConfig)('ProEnum') || {},
50
52
  fieldNames = _ref2.fieldNames,
51
53
  _ref2$clear = _ref2.clear,
@@ -54,6 +56,7 @@ var ProEnum = function ProEnum(props) {
54
56
  cacheKey = _ref2$cacheKey === void 0 ? 'zat-design-pro-component-cacheKey' : _ref2$cacheKey,
55
57
  showCodeName = _ref2.showCodeName,
56
58
  resProps = (0, _objectWithoutProperties2.default)(_ref2, _excluded2);
59
+ var _isView = isView !== undefined && isView !== null ? isView : (_otherProps$isView = otherProps === null || otherProps === void 0 ? void 0 : otherProps.isView) !== null && _otherProps$isView !== void 0 ? _otherProps$isView : configIsView;
57
60
  enumProps.showCodeName = (_enumProps$showCodeNa = enumProps.showCodeName) !== null && _enumProps$showCodeNa !== void 0 ? _enumProps$showCodeNa : showCodeName;
58
61
  var label = 'label';
59
62
  var fieldValue = 'value';
@@ -257,21 +257,20 @@
257
257
  }
258
258
  }
259
259
 
260
- tbody.@{ant-prefix}-table-tbody {
261
- tr.@{ant-prefix}-table-row.new-cell {
262
- background: var(--zaui-contract-bg-add; #d2fff4) !important;
260
+
261
+ .@{ant-prefix}-table table tbody.@{ant-prefix}-table-tbody,
262
+ .@{ant-prefix}-table.@{ant-prefix}-table-scroll-horizontal table tbody.@{ant-prefix}-table-tbody {
263
+ tr.@{ant-prefix}-table-row.new-cell,
264
+ tr.@{ant-prefix}-table-row.new-cell:hover {
263
265
  background-color: var(--zaui-contract-bg-add; #d2fff4) !important;
264
- td.@{ant-prefix}-table-cell {
265
- background: var(--zaui-contract-bg-add; #d2fff4) !important;
266
+ td.@{ant-prefix}-table-cell{
266
267
  background-color: var(--zaui-contract-bg-add; #d2fff4) !important;
267
268
  border-bottom: 1px solid var(--zaui-form-control-line, #dcdcdc);
268
269
  &.@{ant-prefix}-table-cell-fix-right {
269
- background: var(--zaui-contract-bg-add; #d2fff4) !important;
270
270
  background-color: var(--zaui-contract-bg-add; #d2fff4) !important;
271
271
  border-bottom: 1px solid var(--zaui-form-control-line, #dcdcdc);
272
272
  }
273
273
  &.@{ant-prefix}-table-cell-fix-left {
274
- background: var(--zaui-contract-bg-add; #d2fff4) !important;
275
274
  background-color: var(--zaui-contract-bg-add; #d2fff4) !important;
276
275
  border-bottom: 1px solid var(--zaui-form-control-line, #dcdcdc);
277
276
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zat-design/sisyphus-react",
3
- "version": "3.9.1-beta.4",
3
+ "version": "3.9.1-beta.6",
4
4
  "license": "Apache-2.0",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -1,5 +0,0 @@
1
- {
2
- "recommendations": [
3
- "kisstkondoros.vscode-codemetrics"
4
- ]
5
- }