@geotab/zenith 3.9.0 → 3.9.1

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/README.md CHANGED
@@ -47,6 +47,10 @@ Zenith library provides components defined in Zenith Design System. It includes
47
47
 
48
48
  ## Change log
49
49
 
50
+ ### 3.9.1
51
+
52
+ - Fix `GroupsButton` styles
53
+
50
54
  ### 3.9.0
51
55
 
52
56
  - Added basic SSR (server-side rendering) support
package/dist/index.css CHANGED
@@ -9311,6 +9311,7 @@ html:lang(ar) .zen-group-button {
9311
9311
  }
9312
9312
  .zen-group-button__item {
9313
9313
  display: inline-flex;
9314
+ flex: 1;
9314
9315
  }
9315
9316
  .zen-group-button--error {
9316
9317
  border-color: var(--borders-form-field--error);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geotab/zenith",
3
- "version": "3.9.0",
3
+ "version": "3.9.1",
4
4
  "description": "Zenith components library on React",
5
5
  "main": "dist/index.js",
6
6
  "types": "esm/index.d.ts",