@zat-design/sisyphus-react 3.7.3-beta.10 → 3.7.3-beta.12

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.
@@ -100,6 +100,11 @@
100
100
 
101
101
  .pro-enum-group-item {
102
102
  background: var(--zaui-disabled-bg);
103
+ &.pro-enum-group-item-selected {
104
+ background: var(--zaui-brand);
105
+ opacity: 0.7;
106
+ border-color: var(--zaui-brand);
107
+ }
103
108
  }
104
109
  }
105
110
  }
@@ -100,6 +100,11 @@
100
100
 
101
101
  .pro-enum-group-item {
102
102
  background: var(--zaui-disabled-bg);
103
+ &.pro-enum-group-item-selected {
104
+ background: var(--zaui-brand);
105
+ opacity: 0.7;
106
+ border-color: var(--zaui-brand);
107
+ }
103
108
  }
104
109
  }
105
110
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zat-design/sisyphus-react",
3
- "version": "3.7.3-beta.10",
3
+ "version": "3.7.3-beta.12",
4
4
  "license": "Apache-2.0",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",