@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.
- package/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +9 -0
- package/dist/index.es.mjs +2 -2
- package/dist/index.es.mjs.map +1 -1
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/package.json +3 -3
package/dist/index.umd.js
CHANGED
|
@@ -490,7 +490,7 @@ var compileReactIconProperties = function (_a) {
|
|
|
490
490
|
};
|
|
491
491
|
|
|
492
492
|
|
|
493
|
-
/* <wind-keep class=""> */
|
|
493
|
+
/* <wind-keep class="filter"> */
|
|
494
494
|
|
|
495
495
|
var compileProps = function (_a) {
|
|
496
496
|
var status = _a.status, statuses = _a.statuses, className = _a.className, size = _a.size;
|
|
@@ -558,4 +558,4 @@ exports.SolidStatusIcon = SolidStatusIcon;
|
|
|
558
558
|
exports.default = StatusIcon;
|
|
559
559
|
//# sourceMappingURL=index.umd.js.map
|
|
560
560
|
|
|
561
|
-
/* <wind-keep class="outline inline-block
|
|
561
|
+
/* <wind-keep class="outline inline-block"> */
|