@zat-design/sisyphus-react 3.9.0-beta.18 → 3.9.0-beta.19
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/dist/index.esm.css
CHANGED
@@ -3116,7 +3116,7 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
3116
3116
|
background: var(--zaui-contract-bg-add, #d2fff4) !important;
|
3117
3117
|
}
|
3118
3118
|
.pro-form .pro-form-item-add .ant-input {
|
3119
|
-
background: var(--zaui-contract-bg, #
|
3119
|
+
background: var(--zaui-contract-bg-add, #d2fff4) !important;
|
3120
3120
|
}
|
3121
3121
|
.pro-form .pro-form-item-add .ant-select.ant-select-disabled .ant-select-selector {
|
3122
3122
|
background: var(--zaui-contract-bg-add, #d2fff4) !important;
|
package/dist/less.esm.css
CHANGED
@@ -3116,7 +3116,7 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
3116
3116
|
background: var(--zaui-contract-bg-add, #d2fff4) !important;
|
3117
3117
|
}
|
3118
3118
|
.pro-form .pro-form-item-add .ant-input {
|
3119
|
-
background: var(--zaui-contract-bg, #
|
3119
|
+
background: var(--zaui-contract-bg-add, #d2fff4) !important;
|
3120
3120
|
}
|
3121
3121
|
.pro-form .pro-form-item-add .ant-select.ant-select-disabled .ant-select-selector {
|
3122
3122
|
background: var(--zaui-contract-bg-add, #d2fff4) !important;
|
@@ -412,7 +412,7 @@
|
|
412
412
|
background: @zaui-contract-bg-add !important;
|
413
413
|
|
414
414
|
.@{ant-prefix}-input {
|
415
|
-
background: @zaui-contract-bg !important;
|
415
|
+
background: @zaui-contract-bg-add !important;
|
416
416
|
}
|
417
417
|
|
418
418
|
.@{ant-prefix}-select.@{ant-prefix}-select-disabled .@{ant-prefix}-select-selector{
|
@@ -412,7 +412,7 @@
|
|
412
412
|
background: @zaui-contract-bg-add !important;
|
413
413
|
|
414
414
|
.@{ant-prefix}-input {
|
415
|
-
background: @zaui-contract-bg !important;
|
415
|
+
background: @zaui-contract-bg-add !important;
|
416
416
|
}
|
417
417
|
|
418
418
|
.@{ant-prefix}-select.@{ant-prefix}-select-disabled .@{ant-prefix}-select-selector{
|
package/package.json
CHANGED