@cypress-design/react-statusicon 0.4.19 → 0.4.20

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.
@@ -8,5 +8,5 @@ $ rollup -c ./rollup.config.mjs
8
8
  index.ts
9
9
 
10
10
  Consumers of your bundle will have to use chunk.default to access their default export, which may not be what you want. Use `output.exports: "named"` to disable this warning.
11
- created ./dist/index.umd.js, ./dist/index.es.mjs in 11.7s
11
+ created ./dist/index.umd.js, ./dist/index.es.mjs in 13.7s
12
12
  $ tsc --project ./tsconfig.build.json
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @cypress-design/react-statusicon
2
2
 
3
+ ## 0.4.20
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`6f2ae04`](https://github.com/cypress-io/cypress-design/commit/6f2ae04a7202e13deabf0bf981f035ed03f3616e)]:
8
+ - @cypress-design/react-icon@0.35.0
9
+
3
10
  ## 0.4.19
4
11
 
5
12
  ### Patch Changes
package/dist/index.es.mjs CHANGED
@@ -525,7 +525,7 @@ var compileReactIconProperties = function (_a) {
525
525
  };
526
526
 
527
527
 
528
- /* <wind-keep class="filter icon-light-secondary icon-dark-secondary h-1 h-2"> */
528
+ /* <wind-keep class="filter icon-light-secondary icon-dark-secondary"> */
529
529
 
530
530
  var compileProps = function (_a) {
531
531
  var status = _a.status, statuses = _a.statuses, className = _a.className, size = _a.size, variantName = _a.variantName;