@cypress-design/react-icon 1.39.0 → 1.41.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 -7
- package/CHANGELOG.md +22 -0
- package/_TreeShakableIcons.ts +512 -491
- package/dist/_TreeShakableIcons.d.ts +1 -0
- package/dist/_TreeShakableIcons.d.ts.map +1 -1
- package/dist/index.es.mjs +509 -492
- package/dist/index.es.mjs.map +1 -1
- package/dist/index.umd.js +509 -491
- package/dist/index.umd.js.map +1 -1
- package/package.json +4 -4
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,7 +1,3 @@
|
|
|
1
|
-
yarn run v1.22.22
|
|
2
|
-
$ yarn build:codegen && yarn build:module && yarn build:types
|
|
3
|
-
$ node ./generate-icons.js
|
|
4
|
-
$ rollup -c ./rollup.config.mjs
|
|
5
1
|
[36m
|
|
6
2
|
[1m./index.ts[22m → [1m./dist/index.umd.js, ./dist/index.es.mjs[22m...[39m
|
|
7
3
|
[1m[33m(!) Mixing named and default exports[39m[22m
|
|
@@ -10,6 +6,4 @@ $ rollup -c ./rollup.config.mjs
|
|
|
10
6
|
index.ts
|
|
11
7
|
|
|
12
8
|
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.
|
|
13
|
-
[32mcreated [1m./dist/index.umd.js, ./dist/index.es.mjs[22m in [
|
|
14
|
-
$ tsc --project ./tsconfig.build.json
|
|
15
|
-
Done in 59.30s.
|
|
9
|
+
[32mcreated [1m./dist/index.umd.js, ./dist/index.es.mjs[22m in [1m35.4s[22m[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @cypress-design/react-icon
|
|
2
2
|
|
|
3
|
+
## 1.41.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#687](https://github.com/cypress-io/cypress-design/pull/687) [`11e6792`](https://github.com/cypress-io/cypress-design/commit/11e67922126b7450ec4359b2cb5b79509babe82c) Thanks [@ryanjwilke](https://github.com/ryanjwilke)! - Add `action-test-replay` at 12px and 24px (previously 16px only), and add an opt-in `icon-light` disc behind the glyph at all three sizes. The disc is transparent by default — pass `fillColor` to show it — so existing bare usages are unchanged.
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [[`11e6792`](https://github.com/cypress-io/cypress-design/commit/11e67922126b7450ec4359b2cb5b79509babe82c)]:
|
|
12
|
+
- @cypress-design/icon-registry@1.41.0
|
|
13
|
+
|
|
14
|
+
## 1.40.0
|
|
15
|
+
|
|
16
|
+
### Minor Changes
|
|
17
|
+
|
|
18
|
+
- [#656](https://github.com/cypress-io/cypress-design/pull/656) [`1c5ff10`](https://github.com/cypress-io/cypress-design/commit/1c5ff10c4bb4f1fc64f6bfb8c5d8332e1212bfd2) Thanks [@tbiethman](https://github.com/tbiethman)! - Add `security-shield-failed` (12px and 16px) and `security-shield-check` (12px).
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- Updated dependencies [[`1c5ff10`](https://github.com/cypress-io/cypress-design/commit/1c5ff10c4bb4f1fc64f6bfb8c5d8332e1212bfd2)]:
|
|
23
|
+
- @cypress-design/icon-registry@1.40.0
|
|
24
|
+
|
|
3
25
|
## 1.39.0
|
|
4
26
|
|
|
5
27
|
### Minor Changes
|