@cypress-design/react-statusicon 0.1.1 → 0.1.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.
- package/CHANGELOG.md +16 -0
- package/dist/index.es.mjs +1 -1
- package/dist/index.es.mjs.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @cypress-design/react-statusicon
|
|
2
2
|
|
|
3
|
+
## 0.1.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`c9a1ffa`](https://github.com/cypress-io/cypress-design/commit/c9a1ffa06027e11e34bbd0c10a242155458052b3), [`3663e3b`](https://github.com/cypress-io/cypress-design/commit/3663e3badccf0f3db69e62d71178387c12d52d70)]:
|
|
8
|
+
- @cypress-design/icon-registry@0.15.0
|
|
9
|
+
- @cypress-design/react-icon@0.12.0
|
|
10
|
+
|
|
11
|
+
## 0.1.2
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [[`5a1b046`](https://github.com/cypress-io/cypress-design/commit/5a1b046b4e13234f83f7b88ed4acbc95064fbaca), [`5a1b046`](https://github.com/cypress-io/cypress-design/commit/5a1b046b4e13234f83f7b88ed4acbc95064fbaca)]:
|
|
16
|
+
- @cypress-design/icon-registry@0.14.0
|
|
17
|
+
- @cypress-design/react-icon@0.11.1
|
|
18
|
+
|
|
3
19
|
## 0.1.1
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
package/dist/index.es.mjs
CHANGED
|
@@ -272,7 +272,7 @@ var compileReactIconProperties = function (_a) {
|
|
|
272
272
|
}
|
|
273
273
|
return newAttributes;
|
|
274
274
|
}, {});
|
|
275
|
-
var componentProps = __assign({ width: size, height: size, fill: 'none', dangerouslySetInnerHTML: {
|
|
275
|
+
var componentProps = __assign({ width: size, height: size, viewBox: "0 0 " + size + " " + size, fill: 'none', dangerouslySetInnerHTML: {
|
|
276
276
|
__html: body
|
|
277
277
|
} }, filteredAttributes);
|
|
278
278
|
if (attributes.className) {
|