@zat-design/sisyphus-react 3.7.3-beta.7 → 3.7.3-beta.9

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.
@@ -2890,12 +2890,14 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
2890
2890
  margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1)) !important;
2891
2891
  }
2892
2892
  .pro-form .ant-form-item.pro-form-item-width-auto .ant-form-item-control-input {
2893
+ width: 100%;
2893
2894
  -webkit-box-flex: inherit;
2894
2895
  -webkit-flex-grow: inherit;
2895
2896
  -ms-flex-positive: inherit;
2896
2897
  flex-grow: inherit;
2897
2898
  }
2898
2899
  .pro-form .ant-form-item.pro-form-item-width-auto .ant-form-item-control-input-content {
2900
+ width: 100%;
2899
2901
  -webkit-box-flex: initial;
2900
2902
  -webkit-flex: initial;
2901
2903
  -ms-flex: initial;
@@ -3061,8 +3063,9 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
3061
3063
  }
3062
3064
  .pro-form .pro-form-item-changed {
3063
3065
  border-radius: 4px;
3064
- height: 100%;
3065
- width: 100%;
3066
+ background: var(--zaui-contract-bg, #fffaa1) !important;
3067
+ }
3068
+ .pro-form .pro-form-item-changed .ant-select.ant-select-disabled .ant-select-selector {
3066
3069
  background: var(--zaui-contract-bg, #fffaa1) !important;
3067
3070
  }
3068
3071
  .pro-form .pro-form-item-changed span.ant-input-affix-wrapper,
@@ -3101,6 +3104,15 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
3101
3104
  .pro-form .pro-form-item-changed .ant-form-item-control-input-content > .ant-input-group .forever-checkbox {
3102
3105
  background: var(--zaui-contract-bg, #fffaa1);
3103
3106
  }
3107
+ .pro-form .pro-form-item-changed .ant-checkbox-group {
3108
+ padding: 5px 0;
3109
+ }
3110
+ .pro-form .pro-form-item-changed:has(.ant-switch) {
3111
+ padding: 5px 0;
3112
+ }
3113
+ .pro-form .pro-form-item-changed .ant-input-textarea > textarea {
3114
+ background: var(--zaui-contract-bg, #fffaa1);
3115
+ }
3104
3116
  .pro-form .pro-form-item-changed .pro-form-view-container {
3105
3117
  padding: 4px 8px;
3106
3118
  background: var(--zaui-contract-bg, #fffaa1);
@@ -3108,8 +3120,9 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
3108
3120
  }
3109
3121
  .pro-form .pro-form-item-add {
3110
3122
  border-radius: 4px;
3111
- height: 100%;
3112
- width: 100%;
3123
+ background: var(--zaui-contract-bg-add, #d2fff4) !important;
3124
+ }
3125
+ .pro-form .pro-form-item-add .ant-select.ant-select-disabled .ant-select-selector {
3113
3126
  background: var(--zaui-contract-bg-add, #d2fff4) !important;
3114
3127
  }
3115
3128
  .pro-form .pro-form-item-add span.ant-input-affix-wrapper,
@@ -3148,6 +3161,15 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
3148
3161
  .pro-form .pro-form-item-add .ant-form-item-control-input-content > .ant-input-group .forever-checkbox {
3149
3162
  background: var(--zaui-contract-bg-add, #d2fff4);
3150
3163
  }
3164
+ .pro-form .pro-form-item-add .ant-checkbox-group {
3165
+ padding: 5px 0;
3166
+ }
3167
+ .pro-form .pro-form-item-add:has(.ant-switch) {
3168
+ padding: 5px 0;
3169
+ }
3170
+ .pro-form .pro-form-item-add .ant-input-textarea > textarea {
3171
+ background: var(--zaui-contract-bg-add, #d2fff4);
3172
+ }
3151
3173
  .pro-form .pro-form-item-add .pro-form-view-container {
3152
3174
  padding: 4px 8px;
3153
3175
  background: var(--zaui-contract-bg-add, #d2fff4);
@@ -5936,3 +5958,6 @@ input[type='button'] {
5936
5958
  .ant-tooltip > .ant-tooltip-content > .ant-tooltip-arrow > .ant-tooltip-arrow-content {
5937
5959
  --antd-arrow-background-color: linear-gradient(to right bottom, rgba(255, 255, 255, 0.95), #ffffff);
5938
5960
  }
5961
+ .ant-picker.ant-picker-disabled {
5962
+ background: var(--zaui-disabled-bg);
5963
+ }
package/dist/less.esm.css CHANGED
@@ -2890,12 +2890,14 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
2890
2890
  margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1)) !important;
2891
2891
  }
2892
2892
  .pro-form .ant-form-item.pro-form-item-width-auto .ant-form-item-control-input {
2893
+ width: 100%;
2893
2894
  -webkit-box-flex: inherit;
2894
2895
  -webkit-flex-grow: inherit;
2895
2896
  -ms-flex-positive: inherit;
2896
2897
  flex-grow: inherit;
2897
2898
  }
2898
2899
  .pro-form .ant-form-item.pro-form-item-width-auto .ant-form-item-control-input-content {
2900
+ width: 100%;
2899
2901
  -webkit-box-flex: initial;
2900
2902
  -webkit-flex: initial;
2901
2903
  -ms-flex: initial;
@@ -3061,8 +3063,9 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
3061
3063
  }
3062
3064
  .pro-form .pro-form-item-changed {
3063
3065
  border-radius: 4px;
3064
- height: 100%;
3065
- width: 100%;
3066
+ background: var(--zaui-contract-bg, #fffaa1) !important;
3067
+ }
3068
+ .pro-form .pro-form-item-changed .ant-select.ant-select-disabled .ant-select-selector {
3066
3069
  background: var(--zaui-contract-bg, #fffaa1) !important;
3067
3070
  }
3068
3071
  .pro-form .pro-form-item-changed span.ant-input-affix-wrapper,
@@ -3101,6 +3104,15 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
3101
3104
  .pro-form .pro-form-item-changed .ant-form-item-control-input-content > .ant-input-group .forever-checkbox {
3102
3105
  background: var(--zaui-contract-bg, #fffaa1);
3103
3106
  }
3107
+ .pro-form .pro-form-item-changed .ant-checkbox-group {
3108
+ padding: 5px 0;
3109
+ }
3110
+ .pro-form .pro-form-item-changed:has(.ant-switch) {
3111
+ padding: 5px 0;
3112
+ }
3113
+ .pro-form .pro-form-item-changed .ant-input-textarea > textarea {
3114
+ background: var(--zaui-contract-bg, #fffaa1);
3115
+ }
3104
3116
  .pro-form .pro-form-item-changed .pro-form-view-container {
3105
3117
  padding: 4px 8px;
3106
3118
  background: var(--zaui-contract-bg, #fffaa1);
@@ -3108,8 +3120,9 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
3108
3120
  }
3109
3121
  .pro-form .pro-form-item-add {
3110
3122
  border-radius: 4px;
3111
- height: 100%;
3112
- width: 100%;
3123
+ background: var(--zaui-contract-bg-add, #d2fff4) !important;
3124
+ }
3125
+ .pro-form .pro-form-item-add .ant-select.ant-select-disabled .ant-select-selector {
3113
3126
  background: var(--zaui-contract-bg-add, #d2fff4) !important;
3114
3127
  }
3115
3128
  .pro-form .pro-form-item-add span.ant-input-affix-wrapper,
@@ -3148,6 +3161,15 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
3148
3161
  .pro-form .pro-form-item-add .ant-form-item-control-input-content > .ant-input-group .forever-checkbox {
3149
3162
  background: var(--zaui-contract-bg-add, #d2fff4);
3150
3163
  }
3164
+ .pro-form .pro-form-item-add .ant-checkbox-group {
3165
+ padding: 5px 0;
3166
+ }
3167
+ .pro-form .pro-form-item-add:has(.ant-switch) {
3168
+ padding: 5px 0;
3169
+ }
3170
+ .pro-form .pro-form-item-add .ant-input-textarea > textarea {
3171
+ background: var(--zaui-contract-bg-add, #d2fff4);
3172
+ }
3151
3173
  .pro-form .pro-form-item-add .pro-form-view-container {
3152
3174
  padding: 4px 8px;
3153
3175
  background: var(--zaui-contract-bg-add, #d2fff4);
@@ -19,7 +19,7 @@
19
19
  justify-content: center;
20
20
  margin-right: var(--zaui-space-size-sm);
21
21
  padding: var(--zaui-space-size-xs) 10px;
22
- background-color: #f5f5f5;
22
+ background-color: var(--zaui-disabled-bg);
23
23
  border-radius: var(--zaui-space-size-xs);
24
24
  cursor: pointer;
25
25
  }
@@ -29,7 +29,7 @@
29
29
  background-color: var(--zaui-brand);
30
30
  }
31
31
  &-tag-item-disabled {
32
- background-color: #f5f5f5;
32
+ background-color: var(--zaui-disabled-bg);
33
33
  pointer-events: none;
34
34
  }
35
35
 
@@ -90,12 +90,16 @@
90
90
 
91
91
  .pro-enum-group-item-disabled {
92
92
  color: rgba(0, 0, 0, 0.25);
93
- background: #f5f5f5;
93
+ background: var(--zaui-disabled-bg);
94
94
  cursor: not-allowed;
95
95
  }
96
96
  }
97
97
 
98
98
  &-group-root-disabled {
99
- opacity: 0.7;
99
+ color: #bfbfbf;
100
+
101
+ .pro-enum-group-item {
102
+ background: var(--zaui-disabled-bg);
103
+ }
100
104
  }
101
105
  }
@@ -4,7 +4,7 @@ import "antd/es/tooltip/style";
4
4
  import _Tooltip from "antd/es/tooltip";
5
5
  import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";
6
6
  import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
7
- var _excluded = ["name", "names", "namesStr", "form", "equalWith", "children", "type", "diffConfig"];
7
+ var _excluded = ["name", "names", "namesStr", "form", "equalWith", "children", "type", "diffConfig", "valuePropName"];
8
8
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
9
9
  import classNames from 'classnames';
10
10
  import { get } from 'lodash';
@@ -22,6 +22,8 @@ var ChangedWrapper = function ChangedWrapper(props) {
22
22
  children = props.children,
23
23
  type = props.type,
24
24
  diffConfig = props.diffConfig,
25
+ _props$valuePropName = props.valuePropName,
26
+ valuePropName = _props$valuePropName === void 0 ? 'value' : _props$valuePropName,
25
27
  rest = _objectWithoutProperties(props, _excluded);
26
28
  var _useProConfig = useProConfig('ProForm'),
27
29
  isDiffAll = _useProConfig.isDiffAll;
@@ -39,12 +41,12 @@ var ChangedWrapper = function ChangedWrapper(props) {
39
41
  if (!isWatch || noChange) return 'same';
40
42
  return diffOriginal({
41
43
  originalValue: originalValue,
42
- value: props.value,
44
+ value: props[valuePropName],
43
45
  form: form,
44
46
  equalWith: equalWith
45
47
  // name: namesStr || name,
46
48
  });
47
- }, [isWatch, noChange, props.value, originalValue]);
49
+ }, [isWatch, noChange, props[valuePropName], originalValue]);
48
50
  var isAdd = diffType === 'add';
49
51
  var isChanged = diffType === 'changed';
50
52
  var tipContent = useMemo(function () {
@@ -436,6 +436,7 @@ var Render = function Render(props) {
436
436
  equalWith: equalWith,
437
437
  type: type,
438
438
  onChange: handleChange,
439
+ valuePropName: _otherFormItemProps.valuePropName,
439
440
  children: child
440
441
  });
441
442
  }
@@ -99,10 +99,12 @@
99
99
 
100
100
  &.pro-form-item-width-auto {
101
101
  .@{ant-prefix}-form-item-control-input {
102
+ width: 100%;
102
103
  flex-grow: inherit;
103
104
  }
104
105
 
105
106
  .@{ant-prefix}-form-item-control-input-content {
107
+ width: 100%;
106
108
  flex: initial;
107
109
  }
108
110
  }
@@ -314,21 +316,23 @@
314
316
  vertical-align: middle;
315
317
  }
316
318
  }
317
- .pro-form-list-mode-block{
318
- .pro-collapse-content{
319
- .@{ant-prefix}-row{
319
+
320
+ .pro-form-list-mode-block {
321
+ .pro-collapse-content {
322
+ .@{ant-prefix}-row {
320
323
  width: auto;
321
324
  }
322
325
  }
323
326
  }
324
327
 
325
- // 比较原始值场景下 不同时的样式
326
328
  .pro-form-item-changed {
327
329
  border-radius: 4px;
328
- height: 100%;
329
- width: 100%;
330
330
  background: @zaui-contract-bg !important;
331
331
 
332
+ .@{ant-prefix}-select.@{ant-prefix}-select-disabled .@{ant-prefix}-select-selector{
333
+ background: @zaui-contract-bg !important;
334
+ }
335
+
332
336
  span.@{ant-prefix}-input-affix-wrapper,
333
337
  .@{ant-prefix}-select .@{ant-prefix}-select-selector,
334
338
  .@{ant-prefix}-picker,
@@ -372,6 +376,20 @@
372
376
  }
373
377
  }
374
378
 
379
+ // checkbox
380
+ .@{ant-prefix}-checkbox-group {
381
+ padding: 5px 0
382
+ }
383
+ // switch
384
+ &:has(.@{ant-prefix}-switch) {
385
+ padding: 5px 0;
386
+ }
387
+
388
+ // textArea
389
+ .@{ant-prefix}-input-textarea > textarea {
390
+ background: @zaui-contract-bg;
391
+ }
392
+
375
393
  .pro-form-view-container {
376
394
  padding: 4px 8px;
377
395
  background: @zaui-contract-bg;
@@ -382,10 +400,12 @@
382
400
 
383
401
  // 比较原始值场景下 不同时的样式
384
402
  .pro-form-item-add {
385
- border-radius: 4px;
386
- height: 100%;
387
- width: 100%;
388
- background: @zaui-contract-bg-add !important;
403
+ border-radius: 4px;
404
+ background: @zaui-contract-bg-add !important;
405
+
406
+ .@{ant-prefix}-select.@{ant-prefix}-select-disabled .@{ant-prefix}-select-selector{
407
+ background: @zaui-contract-bg-add !important;
408
+ }
389
409
 
390
410
  span.@{ant-prefix}-input-affix-wrapper,
391
411
  .@{ant-prefix}-select .@{ant-prefix}-select-selector,
@@ -430,6 +450,21 @@
430
450
  }
431
451
  }
432
452
 
453
+ // checkbox
454
+ .@{ant-prefix}-checkbox-group {
455
+ padding: 5px 0
456
+ }
457
+ // switch
458
+ &:has(.@{ant-prefix}-switch) {
459
+ padding: 5px 0;
460
+ }
461
+
462
+ // textArea
463
+ .@{ant-prefix}-input-textarea > textarea {
464
+ background: @zaui-contract-bg-add;
465
+ }
466
+
467
+
433
468
  .pro-form-view-container {
434
469
  padding: 4px 8px;
435
470
  background: @zaui-contract-bg-add;
@@ -70,7 +70,7 @@
70
70
  }
71
71
  }
72
72
  .@{ant-prefix}-select-tree-treenode:hover{
73
- background-color: #f5f5f5;
73
+ background-color: var(--zaui-disabled-bg);
74
74
  }
75
75
  .check-option-text{
76
76
  .check-mark-icon{
@@ -90,7 +90,7 @@
90
90
  padding-left: 7px;
91
91
  }
92
92
  .@{ant-prefix}-select-tree-treenode:hover{
93
- background-color: #f5f5f5;
93
+ background-color: var(--zaui-disabled-bg);;
94
94
  }
95
95
  .@{ant-prefix}-select-tree-node-content-wrapper{
96
96
  padding-right: var(--zaui-space-size-md);
@@ -749,3 +749,8 @@
749
749
  }
750
750
  }
751
751
  }
752
+
753
+ .@{ant-prefix}-picker.@{ant-prefix}-picker-disabled {
754
+ background: var(--zaui-disabled-bg);
755
+ }
756
+
@@ -19,7 +19,7 @@
19
19
  justify-content: center;
20
20
  margin-right: var(--zaui-space-size-sm);
21
21
  padding: var(--zaui-space-size-xs) 10px;
22
- background-color: #f5f5f5;
22
+ background-color: var(--zaui-disabled-bg);
23
23
  border-radius: var(--zaui-space-size-xs);
24
24
  cursor: pointer;
25
25
  }
@@ -29,7 +29,7 @@
29
29
  background-color: var(--zaui-brand);
30
30
  }
31
31
  &-tag-item-disabled {
32
- background-color: #f5f5f5;
32
+ background-color: var(--zaui-disabled-bg);
33
33
  pointer-events: none;
34
34
  }
35
35
 
@@ -90,12 +90,16 @@
90
90
 
91
91
  .pro-enum-group-item-disabled {
92
92
  color: rgba(0, 0, 0, 0.25);
93
- background: #f5f5f5;
93
+ background: var(--zaui-disabled-bg);
94
94
  cursor: not-allowed;
95
95
  }
96
96
  }
97
97
 
98
98
  &-group-root-disabled {
99
- opacity: 0.7;
99
+ color: #bfbfbf;
100
+
101
+ .pro-enum-group-item {
102
+ background: var(--zaui-disabled-bg);
103
+ }
100
104
  }
101
105
  }
@@ -16,7 +16,7 @@ var _react = _interopRequireWildcard(require("react"));
16
16
  var _diffOriginal = require("../../utils/diffOriginal");
17
17
  var _ProConfigProvider = require("../../../ProConfigProvider");
18
18
  var _utils = require("../../../utils");
19
- var _excluded = ["name", "names", "namesStr", "form", "equalWith", "children", "type", "diffConfig"];
19
+ var _excluded = ["name", "names", "namesStr", "form", "equalWith", "children", "type", "diffConfig", "valuePropName"];
20
20
  var ChangedWrapper = function ChangedWrapper(props) {
21
21
  var _diffConfig$toolTip;
22
22
  var name = props.name,
@@ -27,6 +27,8 @@ var ChangedWrapper = function ChangedWrapper(props) {
27
27
  children = props.children,
28
28
  type = props.type,
29
29
  diffConfig = props.diffConfig,
30
+ _props$valuePropName = props.valuePropName,
31
+ valuePropName = _props$valuePropName === void 0 ? 'value' : _props$valuePropName,
30
32
  rest = (0, _objectWithoutProperties2.default)(props, _excluded);
31
33
  var _useProConfig = (0, _ProConfigProvider.useProConfig)('ProForm'),
32
34
  isDiffAll = _useProConfig.isDiffAll;
@@ -44,12 +46,12 @@ var ChangedWrapper = function ChangedWrapper(props) {
44
46
  if (!isWatch || noChange) return 'same';
45
47
  return (0, _diffOriginal.diffOriginal)({
46
48
  originalValue: originalValue,
47
- value: props.value,
49
+ value: props[valuePropName],
48
50
  form: form,
49
51
  equalWith: equalWith
50
52
  // name: namesStr || name,
51
53
  });
52
- }, [isWatch, noChange, props.value, originalValue]);
54
+ }, [isWatch, noChange, props[valuePropName], originalValue]);
53
55
  var isAdd = diffType === 'add';
54
56
  var isChanged = diffType === 'changed';
55
57
  var tipContent = (0, _react.useMemo)(function () {
@@ -436,6 +436,7 @@ var Render = function Render(props) {
436
436
  equalWith: equalWith,
437
437
  type: type,
438
438
  onChange: handleChange,
439
+ valuePropName: _otherFormItemProps.valuePropName,
439
440
  children: child
440
441
  });
441
442
  }
@@ -99,10 +99,12 @@
99
99
 
100
100
  &.pro-form-item-width-auto {
101
101
  .@{ant-prefix}-form-item-control-input {
102
+ width: 100%;
102
103
  flex-grow: inherit;
103
104
  }
104
105
 
105
106
  .@{ant-prefix}-form-item-control-input-content {
107
+ width: 100%;
106
108
  flex: initial;
107
109
  }
108
110
  }
@@ -314,21 +316,23 @@
314
316
  vertical-align: middle;
315
317
  }
316
318
  }
317
- .pro-form-list-mode-block{
318
- .pro-collapse-content{
319
- .@{ant-prefix}-row{
319
+
320
+ .pro-form-list-mode-block {
321
+ .pro-collapse-content {
322
+ .@{ant-prefix}-row {
320
323
  width: auto;
321
324
  }
322
325
  }
323
326
  }
324
327
 
325
- // 比较原始值场景下 不同时的样式
326
328
  .pro-form-item-changed {
327
329
  border-radius: 4px;
328
- height: 100%;
329
- width: 100%;
330
330
  background: @zaui-contract-bg !important;
331
331
 
332
+ .@{ant-prefix}-select.@{ant-prefix}-select-disabled .@{ant-prefix}-select-selector{
333
+ background: @zaui-contract-bg !important;
334
+ }
335
+
332
336
  span.@{ant-prefix}-input-affix-wrapper,
333
337
  .@{ant-prefix}-select .@{ant-prefix}-select-selector,
334
338
  .@{ant-prefix}-picker,
@@ -372,6 +376,20 @@
372
376
  }
373
377
  }
374
378
 
379
+ // checkbox
380
+ .@{ant-prefix}-checkbox-group {
381
+ padding: 5px 0
382
+ }
383
+ // switch
384
+ &:has(.@{ant-prefix}-switch) {
385
+ padding: 5px 0;
386
+ }
387
+
388
+ // textArea
389
+ .@{ant-prefix}-input-textarea > textarea {
390
+ background: @zaui-contract-bg;
391
+ }
392
+
375
393
  .pro-form-view-container {
376
394
  padding: 4px 8px;
377
395
  background: @zaui-contract-bg;
@@ -382,10 +400,12 @@
382
400
 
383
401
  // 比较原始值场景下 不同时的样式
384
402
  .pro-form-item-add {
385
- border-radius: 4px;
386
- height: 100%;
387
- width: 100%;
388
- background: @zaui-contract-bg-add !important;
403
+ border-radius: 4px;
404
+ background: @zaui-contract-bg-add !important;
405
+
406
+ .@{ant-prefix}-select.@{ant-prefix}-select-disabled .@{ant-prefix}-select-selector{
407
+ background: @zaui-contract-bg-add !important;
408
+ }
389
409
 
390
410
  span.@{ant-prefix}-input-affix-wrapper,
391
411
  .@{ant-prefix}-select .@{ant-prefix}-select-selector,
@@ -430,6 +450,21 @@
430
450
  }
431
451
  }
432
452
 
453
+ // checkbox
454
+ .@{ant-prefix}-checkbox-group {
455
+ padding: 5px 0
456
+ }
457
+ // switch
458
+ &:has(.@{ant-prefix}-switch) {
459
+ padding: 5px 0;
460
+ }
461
+
462
+ // textArea
463
+ .@{ant-prefix}-input-textarea > textarea {
464
+ background: @zaui-contract-bg-add;
465
+ }
466
+
467
+
433
468
  .pro-form-view-container {
434
469
  padding: 4px 8px;
435
470
  background: @zaui-contract-bg-add;
@@ -70,7 +70,7 @@
70
70
  }
71
71
  }
72
72
  .@{ant-prefix}-select-tree-treenode:hover{
73
- background-color: #f5f5f5;
73
+ background-color: var(--zaui-disabled-bg);
74
74
  }
75
75
  .check-option-text{
76
76
  .check-mark-icon{
@@ -90,7 +90,7 @@
90
90
  padding-left: 7px;
91
91
  }
92
92
  .@{ant-prefix}-select-tree-treenode:hover{
93
- background-color: #f5f5f5;
93
+ background-color: var(--zaui-disabled-bg);;
94
94
  }
95
95
  .@{ant-prefix}-select-tree-node-content-wrapper{
96
96
  padding-right: var(--zaui-space-size-md);
@@ -749,3 +749,8 @@
749
749
  }
750
750
  }
751
751
  }
752
+
753
+ .@{ant-prefix}-picker.@{ant-prefix}-picker-disabled {
754
+ background: var(--zaui-disabled-bg);
755
+ }
756
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zat-design/sisyphus-react",
3
- "version": "3.7.3-beta.7",
3
+ "version": "3.7.3-beta.9",
4
4
  "license": "Apache-2.0",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",