@cypress-design/react-statusicon 0.0.2 → 0.0.3
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 +10 -0
- package/dist/{index.es.js → index.es.mjs} +3 -2
- package/dist/index.es.mjs.map +1 -0
- package/dist/index.umd.js +2 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +6 -6
- package/dist/index.es.js.map +0 -1
package/dist/index.umd.js
CHANGED
|
@@ -220,6 +220,7 @@ var compileReactIconProperties = function (_a) {
|
|
|
220
220
|
}
|
|
221
221
|
return componentProps;
|
|
222
222
|
};
|
|
223
|
+
|
|
223
224
|
/* <windicss-keep class=""> */
|
|
224
225
|
|
|
225
226
|
var compileProps = function (_a) {
|
|
@@ -477,6 +478,6 @@ exports.OutlineStatusIcon = OutlineStatusIcon;
|
|
|
477
478
|
exports.SimpleStatusIcon = SimpleStatusIcon;
|
|
478
479
|
exports.SolidStatusIcon = SolidStatusIcon;
|
|
479
480
|
exports["default"] = StatusIcon;
|
|
480
|
-
/* <windicss-keep class="outline inline-block animate-spin"> */
|
|
481
481
|
|
|
482
|
+
/* <windicss-keep class="outline inline-block animate-spin"> */
|
|
482
483
|
//# sourceMappingURL=index.umd.js.map
|