@cypress-design/react-icon 1.40.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.
@@ -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
  
6
2
  ./index.ts → ./dist/index.umd.js, ./dist/index.es.mjs...
7
3
  (!) Mixing named and default exports
@@ -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
- created ./dist/index.umd.js, ./dist/index.es.mjs in 36.5s
14
- $ tsc --project ./tsconfig.build.json
15
- Done in 67.13s.
9
+ created ./dist/index.umd.js, ./dist/index.es.mjs in 35.4s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
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
+
3
14
  ## 1.40.0
4
15
 
5
16
  ### Minor Changes