@cypress-design/react-statusicon 0.4.18 → 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.
- package/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +14 -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 +2 -2
package/dist/index.umd.js
CHANGED
|
@@ -548,7 +548,7 @@ var compileReactIconProperties = function (_a) {
|
|
|
548
548
|
};
|
|
549
549
|
|
|
550
550
|
|
|
551
|
-
/* <wind-keep class="filter icon-light-secondary icon-dark-secondary
|
|
551
|
+
/* <wind-keep class="filter icon-light-secondary icon-dark-secondary"> */
|
|
552
552
|
|
|
553
553
|
var compileProps = function (_a) {
|
|
554
554
|
var status = _a.status, statuses = _a.statuses, className = _a.className, size = _a.size, variantName = _a.variantName;
|