@hero-design/colors 8.44.0-alpha.0 → 8.44.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,16 +1,19 @@
1
- $ yarn build:js && yarn build:types
2
- $ rollup -c
1
+ (node:2808) ExperimentalWarning: Import assertions are not a stable feature of the JavaScript language. Avoid relying on their current behavior and syntax as those might change in a future version of Node.js.
2
+ (Use `node --trace-warnings ...` to show where the warning was created)
3
+ (node:2808) ExperimentalWarning: Importing JSON modules is an experimental feature and might change at any time
3
4
  
4
5
  src/index.ts → lib/index.js, es/index.js...
5
6
  (!) Unresolved dependencies
6
- https://rollupjs.org/guide/en/#warning-treating-module-as-external-dependency
7
- hex-rgb (imported by ../../node_modules/parse-css-color/dist/index.esm.js, ../../node_modules/mix-css-color/node_modules/parse-css-color/dist/index.esm.js)
8
- (!) Plugin typescript: @rollup/plugin-typescript: outputToFilesystem option is defaulting to true.
7
+ https://rollupjs.org/troubleshooting/#warning-treating-module-as-external-dependency
8
+ pure-color/convert/hsl2rgb (imported by "../../node_modules/values.js/dist/index.esm.js" and "../../node_modules/mix-css-color/dist/index.esm.js")
9
+ pure-color/convert/rgb2hex (imported by "../../node_modules/values.js/dist/index.esm.js" and "../../node_modules/mix-css-color/dist/index.esm.js")
10
+ pure-color/convert/rgb2hsl (imported by "../../node_modules/mix-css-color/dist/index.esm.js")
11
+ hex-rgb (imported by "../../node_modules/values.js/node_modules/parse-css-color/dist/index.esm.js" and "../../node_modules/parse-css-color/dist/index.esm.js")
12
+ (!) [plugin typescript] @rollup/plugin-typescript: outputToFilesystem option is defaulting to true.
9
13
  (!) Mixing named and default exports
10
- https://rollupjs.org/guide/en/#outputexports
14
+ https://rollupjs.org/configuration-options/#output-exports
11
15
  The following entry modules are using named and default exports together:
12
16
  src/index.ts
13
17
 
14
- 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
15
- created lib/index.js, es/index.js in 3.5s
16
- $ tsc --emitDeclarationOnly
18
+ 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.
19
+ created lib/index.js, es/index.js in 12.2s
package/CHANGELOG.md ADDED
@@ -0,0 +1,25 @@
1
+ # @hero-design/colors
2
+
3
+ ## 8.44.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#3389](https://github.com/Thinkei/hero-design/pull/3389) [`058c9d7f5bff2958ea2ff873e85ff9acad609cc3`](https://github.com/Thinkei/hero-design/commit/058c9d7f5bff2958ea2ff873e85ff9acad609cc3) Thanks [@ttkien](https://github.com/ttkien)! - add swag light theme
8
+
9
+ ## 8.43.1
10
+
11
+ ### Patch Changes
12
+
13
+ - [#3307](https://github.com/Thinkei/hero-design/pull/3307) [`a8013e12bc9ed9f602c66d174f4e652e7527d95f`](https://github.com/Thinkei/hero-design/commit/a8013e12bc9ed9f602c66d174f4e652e7527d95f) Thanks [@ttkien](https://github.com/ttkien)! - downgrade rollup
14
+
15
+ ## 8.43.0
16
+
17
+ ### Minor Changes
18
+
19
+ - [#3262](https://github.com/Thinkei/hero-design/pull/3262) [`f50df7c5d`](https://github.com/Thinkei/hero-design/commit/f50df7c5de8f7df3514bd1813e31c75fcc4a456a) Thanks [@phucdph](https://github.com/phucdph)! - [ANG-2824] Add Accent Colors
20
+
21
+ ## 8.42.5
22
+
23
+ ### Patch Changes
24
+
25
+ - [#2408](https://github.com/Thinkei/hero-design/pull/2408) [`f006136ba`](https://github.com/Thinkei/hero-design/commit/f006136ba8db6d5adb9698c493e638338321c63c) Thanks [@vinhphan-eh](https://github.com/vinhphan-eh)! - [Documentation] Separate some web and mobile sections