@hazelcast/ui 3.0.8 → 3.0.10

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.
@@ -174,6 +174,10 @@ $selectGroupHeading: ':global .hz-select-field__group-heading';
174
174
  &:last-child {
175
175
  border-radius: 0 0 c.$borderRadius c.$borderRadius;
176
176
  }
177
+
178
+ &:only-child {
179
+ border-radius: c.$borderRadius;
180
+ }
177
181
  }
178
182
 
179
183
  #{$selectOption}--is-focused {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hazelcast/ui",
3
- "version": "3.0.8",
3
+ "version": "3.0.10",
4
4
  "description": "Hazelcast design system components and utilities",
5
5
  "homepage": "https://github.com/hazelcast/hive#readme",
6
6
  "bugs": {