@unifiedsoftware/react-ui 1.0.12 → 1.0.13

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/dist/index.js CHANGED
@@ -208,7 +208,7 @@ var ChevronDownIcon = (0, import_react4.forwardRef)((props, ref) => {
208
208
  ref,
209
209
  stroke: "currentColor",
210
210
  fill: "currentColor",
211
- "stroke-width": "0",
211
+ strokeWidth: "0",
212
212
  viewBox: "0 0 24 24",
213
213
  height: "1em",
214
214
  width: "1em",
package/dist/index.mjs CHANGED
@@ -149,7 +149,7 @@ var ChevronDownIcon = forwardRef4((props, ref) => {
149
149
  ref,
150
150
  stroke: "currentColor",
151
151
  fill: "currentColor",
152
- "stroke-width": "0",
152
+ strokeWidth: "0",
153
153
  viewBox: "0 0 24 24",
154
154
  height: "1em",
155
155
  width: "1em",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unifiedsoftware/react-ui",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "files": [