@cypress-design/react-statusicon 0.4.2 → 0.4.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.
@@ -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 21.9s
11
+ created ./dist/index.umd.js, ./dist/index.es.mjs in 19.8s
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.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [`08ba16d`](https://github.com/cypress-io/cypress-design/commit/08ba16da4a8663676ee96ac4950938857bd0d9a3) Thanks [@elevatebart](https://github.com/elevatebart)! - fix wind-keep plugin
8
+
9
+ - Updated dependencies [[`08ba16d`](https://github.com/cypress-io/cypress-design/commit/08ba16da4a8663676ee96ac4950938857bd0d9a3)]:
10
+ - @cypress-design/react-icon@0.21.1
11
+
3
12
  ## 0.4.2
4
13
 
5
14
  ### Patch Changes
package/ReadMe.md CHANGED
@@ -14,6 +14,10 @@ yarn add @cypress-design/react-statusicon
14
14
 
15
15
  ## Usage
16
16
 
17
+ ```ts
18
+ import StatusIcon from '@cypress-design/react-statusicon'
19
+ ```
20
+
17
21
  The simple way of using the StatusIcon component
18
22
 
19
23
  ```tsx
package/dist/index.es.mjs CHANGED
@@ -459,7 +459,7 @@ var compileReactIconProperties = function (_a) {
459
459
  };
460
460
 
461
461
 
462
- /* <windicss-keep class=""> */
462
+ /* <wind-keep class=""> */
463
463
 
464
464
  var compileProps = function (_a) {
465
465
  var status = _a.status, statuses = _a.statuses, className = _a.className, size = _a.size;
@@ -525,4 +525,4 @@ var StatusIcon = function (_a) {
525
525
  export { OutlineStatusIcon, SimpleStatusIcon, SolidStatusIcon, StatusIcon as default };
526
526
  //# sourceMappingURL=index.es.mjs.map
527
527
 
528
- /* <windicss-keep class="outline inline-block"> */
528
+ /* <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"> */