@cypress-design/react-statusicon 0.4.5 → 0.4.6

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 28.2s
11
+ created ./dist/index.umd.js, ./dist/index.es.mjs in 17.7s
12
12
  $ tsc --project ./tsconfig.build.json
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @cypress-design/react-statusicon
2
2
 
3
+ ## 0.4.6
4
+
5
+ ### Patch Changes
6
+
7
+ - [#245](https://github.com/cypress-io/cypress-design/pull/245) [`d52d023`](https://github.com/cypress-io/cypress-design/commit/d52d02301bb851d514661a8c258d0c4ae5baf171) Thanks [@elevatebart](https://github.com/elevatebart)! - use tailwind to rollup classes in the final package
8
+
9
+ - Updated dependencies [[`d52d023`](https://github.com/cypress-io/cypress-design/commit/d52d02301bb851d514661a8c258d0c4ae5baf171)]:
10
+ - @cypress-design/react-icon@0.22.1
11
+
3
12
  ## 0.4.5
4
13
 
5
14
  ### Patch Changes
package/dist/index.es.mjs CHANGED
@@ -467,7 +467,7 @@ var compileReactIconProperties = function (_a) {
467
467
  };
468
468
 
469
469
 
470
- /* <wind-keep class=""> */
470
+ /* <wind-keep class="filter"> */
471
471
 
472
472
  var compileProps = function (_a) {
473
473
  var status = _a.status, statuses = _a.statuses, className = _a.className, size = _a.size;
@@ -532,4 +532,4 @@ var StatusIcon = function (_a) {
532
532
  export { OutlineStatusIcon, SimpleStatusIcon, SolidStatusIcon, StatusIcon as default };
533
533
  //# sourceMappingURL=index.es.mjs.map
534
534
 
535
- /* <wind-keep class="outline inline-block icon-dark-indigo-400 icon-light-gray-100 icon-dark-jade-400 icon-dark-red-400 icon-dark-gray-100 icon-dark-gray-300 icon-dark-orange-400 icon-dark-gray-400"> */
535
+ /* <wind-keep class="outline inline-block"> */