@cypress-design/react-icon 0.30.0 → 0.31.0
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 +20 -0
- package/_TreeShakableIcons.ts +250 -214
- package/dist/_TreeShakableIcons.d.ts +4 -0
- package/dist/_TreeShakableIcons.d.ts.map +1 -1
- package/dist/index.es.mjs +235 -215
- package/dist/index.es.mjs.map +1 -1
- package/dist/index.umd.js +238 -214
- package/dist/index.umd.js.map +1 -1
- package/package.json +4 -4
package/.turbo/turbo-build.log
CHANGED
|
@@ -9,5 +9,5 @@ $ rollup -c ./rollup.config.mjs
|
|
|
9
9
|
index.ts
|
|
10
10
|
|
|
11
11
|
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.
|
|
12
|
-
[32mcreated [1m./dist/index.umd.js, ./dist/index.es.mjs[22m in [1m9.
|
|
12
|
+
[32mcreated [1m./dist/index.umd.js, ./dist/index.es.mjs[22m in [1m9.4s[22m[39m
|
|
13
13
|
$ tsc --project ./tsconfig.build.json
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# @cypress-design/react-icon
|
|
2
2
|
|
|
3
|
+
## 0.31.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#383](https://github.com/cypress-io/cypress-design/pull/383) [`04bd296`](https://github.com/cypress-io/cypress-design/commit/04bd296f515ad300450deb2f838dc3ac6bae26f7) Thanks [@jordanpowell88](https://github.com/jordanpowell88)! - chore(icons): add a11y and ui-coverage icons
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [[`04bd296`](https://github.com/cypress-io/cypress-design/commit/04bd296f515ad300450deb2f838dc3ac6bae26f7)]:
|
|
12
|
+
- @cypress-design/icon-registry@0.34.0
|
|
13
|
+
|
|
14
|
+
## 0.30.1
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- [#343](https://github.com/cypress-io/cypress-design/pull/343) [`2868018`](https://github.com/cypress-io/cypress-design/commit/28680187b2c0b0184360b6439b9811b420ddb2eb) Thanks [@ryanjwilke](https://github.com/ryanjwilke)! - Added more IconActionDelete sizes and fixed the colors for the IconCheckmarkSolid
|
|
19
|
+
|
|
20
|
+
- Updated dependencies [[`2868018`](https://github.com/cypress-io/cypress-design/commit/28680187b2c0b0184360b6439b9811b420ddb2eb)]:
|
|
21
|
+
- @cypress-design/icon-registry@0.33.1
|
|
22
|
+
|
|
3
23
|
## 0.30.0
|
|
4
24
|
|
|
5
25
|
### Minor Changes
|