@cypress-design/react-statusicon 0.0.2 → 0.0.5
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 +26 -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/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
# @cypress-design/react-statusicon
|
|
2
2
|
|
|
3
|
+
## 0.0.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`c0fce3f`](https://github.com/cypress-io/cypress-design/commit/c0fce3fac8ba37feadf648ac76e0e83b53e91cfc)]:
|
|
8
|
+
- @cypress-design/icon-registry@0.8.0
|
|
9
|
+
- @cypress-design/react-icon@0.6.0
|
|
10
|
+
|
|
11
|
+
## 0.0.4
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [[`2008ebd`](https://github.com/cypress-io/cypress-design/commit/2008ebdef09ce917c97179ae305664171baa77ac)]:
|
|
16
|
+
- @cypress-design/icon-registry@0.7.0
|
|
17
|
+
- @cypress-design/react-icon@0.5.0
|
|
18
|
+
|
|
19
|
+
## 0.0.3
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- [#68](https://github.com/cypress-io/cypress-design/pull/68) [`8c577fb`](https://github.com/cypress-io/cypress-design/commit/8c577fb0c6a0411cf8218dfe78281834df3d6f13) Thanks [@elevatebart](https://github.com/elevatebart)! - feat: publish `.mjs` files for esm intead of `.js`
|
|
24
|
+
|
|
25
|
+
- Updated dependencies [[`8c577fb`](https://github.com/cypress-io/cypress-design/commit/8c577fb0c6a0411cf8218dfe78281834df3d6f13)]:
|
|
26
|
+
- @cypress-design/react-icon@0.4.2
|
|
27
|
+
- @cypress-design/icon-registry@0.6.1
|
|
28
|
+
|
|
3
29
|
## 0.0.2
|
|
4
30
|
|
|
5
31
|
### Patch Changes
|
|
@@ -196,6 +196,7 @@ var compileReactIconProperties = function (_a) {
|
|
|
196
196
|
}
|
|
197
197
|
return componentProps;
|
|
198
198
|
};
|
|
199
|
+
|
|
199
200
|
/* <windicss-keep class=""> */
|
|
200
201
|
|
|
201
202
|
var compileProps = function (_a) {
|
|
@@ -450,6 +451,6 @@ var StatusIcon = function (_a) {
|
|
|
450
451
|
};
|
|
451
452
|
|
|
452
453
|
export { OutlineStatusIcon, SimpleStatusIcon, SolidStatusIcon, StatusIcon as default };
|
|
453
|
-
/* <windicss-keep class="outline inline-block animate-spin"> */
|
|
454
454
|
|
|
455
|
-
|
|
455
|
+
/* <windicss-keep class="outline inline-block animate-spin"> */
|
|
456
|
+
//# sourceMappingURL=index.es.mjs.map
|