@cypress-design/react-statusicon 0.1.0 → 0.1.2

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 CHANGED
@@ -1,5 +1,19 @@
1
1
  # @cypress-design/react-statusicon
2
2
 
3
+ ## 0.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`5a1b046`](https://github.com/cypress-io/cypress-design/commit/5a1b046b4e13234f83f7b88ed4acbc95064fbaca), [`5a1b046`](https://github.com/cypress-io/cypress-design/commit/5a1b046b4e13234f83f7b88ed4acbc95064fbaca)]:
8
+ - @cypress-design/icon-registry@0.14.0
9
+ - @cypress-design/react-icon@0.11.1
10
+
11
+ ## 0.1.1
12
+
13
+ ### Patch Changes
14
+
15
+ - [#106](https://github.com/cypress-io/cypress-design/pull/106) [`271af48`](https://github.com/cypress-io/cypress-design/commit/271af48c5ed9bc4004a60e5cfef871e614ced4e2) Thanks [@mapsandapps](https://github.com/mapsandapps)! - Fix types file location
16
+
3
17
  ## 0.1.0
4
18
 
5
19
  ### Minor 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) {