@geotab/zenith 3.2.0-beta.2 → 3.2.0-beta.3

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.
Files changed (2) hide show
  1. package/dist/index.css +1 -1
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -5837,7 +5837,7 @@
5837
5837
  text-transform: none;
5838
5838
  color: var(--text-secondary);
5839
5839
  }
5840
- .zen-form-field__input {
5840
+ .zen-form-field__input:not(.zen-range-popup) {
5841
5841
  width: 100%;
5842
5842
  }
5843
5843
  .zen-form-field__text {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geotab/zenith",
3
- "version": "3.2.0-beta.2",
3
+ "version": "3.2.0-beta.3",
4
4
  "description": "Zenith components library on React",
5
5
  "main": "dist/index.js",
6
6
  "types": "esm/index.d.ts",