@hazelcast/ui 1.3.2-next.35 → 1.3.2-next.36

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.
@@ -207,7 +207,6 @@
207
207
  &.focus,
208
208
  &:disabled,
209
209
  &.disabled {
210
- color: inherit;
211
210
  background: none;
212
211
  }
213
212
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hazelcast/ui",
3
- "version": "1.3.2-next.35+2af2e2c",
3
+ "version": "1.3.2-next.36+91b7ad0",
4
4
  "description": "Hazelcast design system components",
5
5
  "author": "",
6
6
  "homepage": "https://github.com/hazelcast/frontend-shared#readme",
@@ -111,5 +111,5 @@
111
111
  "webpack": "^5.65.0",
112
112
  "yup": "^0.32.11"
113
113
  },
114
- "gitHead": "2af2e2c43cc8382d0d556fae5572ab741eacee50"
114
+ "gitHead": "91b7ad06dfa3e25fea8f304f828edb2f66b16667"
115
115
  }