@unifiedsoftware/react-ui 1.0.10 → 1.0.11

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
@@ -148,7 +148,7 @@ var ChevronUpIcon = (0, import_react2.forwardRef)((props, ref) => {
148
148
  ref,
149
149
  stroke: "currentColor",
150
150
  fill: "currentColor",
151
- "stroke-width": "0",
151
+ strokeWidth: "0",
152
152
  viewBox: "0 0 24 24",
153
153
  height: "1em",
154
154
  width: "1em",
@@ -173,10 +173,10 @@ var LoaderIcon = (0, import_react3.forwardRef)((props, ref) => {
173
173
  ref,
174
174
  stroke: "currentColor",
175
175
  fill: "none",
176
- "stroke-width": "2",
176
+ strokeWidth: "2",
177
177
  viewBox: "0 0 24 24",
178
- "stroke-linecap": "round",
179
- "stroke-linejoin": "round",
178
+ strokeLinecap: "round",
179
+ strokeLinejoin: "round",
180
180
  height: "1em",
181
181
  width: "1em",
182
182
  xmlns: "http://www.w3.org/2000/svg"
package/dist/index.mjs CHANGED
@@ -93,7 +93,7 @@ var ChevronUpIcon = forwardRef2((props, ref) => {
93
93
  ref,
94
94
  stroke: "currentColor",
95
95
  fill: "currentColor",
96
- "stroke-width": "0",
96
+ strokeWidth: "0",
97
97
  viewBox: "0 0 24 24",
98
98
  height: "1em",
99
99
  width: "1em",
@@ -118,10 +118,10 @@ var LoaderIcon = forwardRef3((props, ref) => {
118
118
  ref,
119
119
  stroke: "currentColor",
120
120
  fill: "none",
121
- "stroke-width": "2",
121
+ strokeWidth: "2",
122
122
  viewBox: "0 0 24 24",
123
- "stroke-linecap": "round",
124
- "stroke-linejoin": "round",
123
+ strokeLinecap: "round",
124
+ strokeLinejoin: "round",
125
125
  height: "1em",
126
126
  width: "1em",
127
127
  xmlns: "http://www.w3.org/2000/svg"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unifiedsoftware/react-ui",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "files": [