@cypress-design/react-statusicon 0.4.1 → 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 19.6s
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,21 @@
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
+
12
+ ## 0.4.2
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies [[`bc28be1`](https://github.com/cypress-io/cypress-design/commit/bc28be1760cf7183bbfb6d66f5362ad10ce22d34)]:
17
+ - @cypress-design/react-icon@0.21.0
18
+
3
19
  ## 0.4.1
4
20
 
5
21
  ### Patch Changes
package/ReadMe.md CHANGED
@@ -1,9 +1,5 @@
1
1
  # StatusIcon
2
2
 
3
- ## Summary
4
-
5
- The icons that get displayed to represent run, spec, group, and test result statuses.
6
-
7
3
  ## Install
8
4
 
9
5
  ```bash
@@ -18,6 +14,10 @@ yarn add @cypress-design/react-statusicon
18
14
 
19
15
  ## Usage
20
16
 
17
+ ```ts
18
+ import StatusIcon from '@cypress-design/react-statusicon'
19
+ ```
20
+
21
21
  The simple way of using the StatusIcon component
22
22
 
23
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"> */