@geotab/zenith 3.2.0 → 3.2.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.
Files changed (2) hide show
  1. package/dist/index.css +3 -0
  2. package/package.json +4 -4
package/dist/index.css CHANGED
@@ -2300,6 +2300,9 @@
2300
2300
  visibility: visible;
2301
2301
  pointer-events: auto;
2302
2302
  }
2303
+ .zen-side-panel--shown .zen-form-field--new-component {
2304
+ display: flex;
2305
+ }
2303
2306
  .zen-side-panel--left-positioned {
2304
2307
  left: 0;
2305
2308
  right: auto;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geotab/zenith",
3
- "version": "3.2.0",
3
+ "version": "3.2.1",
4
4
  "description": "Zenith components library on React",
5
5
  "main": "dist/index.js",
6
6
  "types": "esm/index.d.ts",
@@ -11,6 +11,9 @@
11
11
  "**/react-chartjs/dateAdapter.ts",
12
12
  "**/react-chartjs/dateAdapter.js"
13
13
  ],
14
+ "publishConfig": {
15
+ "access": "public"
16
+ },
14
17
  "scripts": {
15
18
  "test": "npm run clean && npm run test-build && node build-utils/translations/inject-translations.js && jest --clearCache && jest",
16
19
  "start": "npm run storybook --loglevel verbose",
@@ -104,8 +107,5 @@
104
107
  "last 1 firefox version",
105
108
  "last 1 safari version"
106
109
  ]
107
- },
108
- "publishConfig": {
109
- "access": "public"
110
110
  }
111
111
  }