@hero-design/colors 8.44.0-alpha.0 → 8.45.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 +12 -9
- package/CHANGELOG.md +31 -0
- package/es/index.js +247 -289
- package/eslint.config.js +23 -0
- package/lib/index.js +259 -304
- package/package.json +13 -9
- package/{rollup.config.js → rollup.config.mjs} +3 -3
- package/src/defaultWebPalette/index.ts +34 -0
- package/src/index.ts +2 -0
- package/src/swagLightPalette/index.ts +11 -0
- package/tsconfig.rollup.json +7 -0
- package/types/colorScales/createColorScales.d.ts +3 -3
- package/types/defaultWebPalette/index.d.ts +34 -0
- package/types/eBensWebPalette/index.d.ts +34 -0
- package/types/index.d.ts +2 -1
- package/types/jobsWebPalette/index.d.ts +34 -0
- package/types/swagLightPalette/index.d.ts +45 -0
- package/types/tsconfig.tsbuildinfo +1 -1
- package/.eslintrc.js +0 -8
- package/.turbo/turbo-publish:npm.log +0 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,16 +1,19 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
(node:2895) 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:2895) ExperimentalWarning: Importing JSON modules is an experimental feature and might change at any time
|
|
3
4
|
[36m
|
|
4
5
|
[1msrc/index.ts[22m → [1mlib/index.js, es/index.js[22m...[39m
|
|
5
6
|
[1m[33m(!) Unresolved dependencies[39m[22m
|
|
6
|
-
[90mhttps://rollupjs.org/
|
|
7
|
-
[
|
|
8
|
-
[
|
|
7
|
+
[90mhttps://rollupjs.org/troubleshooting/#warning-treating-module-as-external-dependency[39m
|
|
8
|
+
[1mpure-color/convert/hsl2rgb[22m (imported by "../../node_modules/values.js/dist/index.esm.js" and "../../node_modules/mix-css-color/dist/index.esm.js")
|
|
9
|
+
[1mpure-color/convert/rgb2hex[22m (imported by "../../node_modules/values.js/dist/index.esm.js" and "../../node_modules/mix-css-color/dist/index.esm.js")
|
|
10
|
+
[1mpure-color/convert/rgb2hsl[22m (imported by "../../node_modules/mix-css-color/dist/index.esm.js")
|
|
11
|
+
[1mhex-rgb[22m (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
|
+
[1m[33m(!) [plugin typescript] @rollup/plugin-typescript: outputToFilesystem option is defaulting to true.[39m[22m
|
|
9
13
|
[1m[33m(!) Mixing named and default exports[39m[22m
|
|
10
|
-
[90mhttps://rollupjs.org/
|
|
14
|
+
[90mhttps://rollupjs.org/configuration-options/#output-exports[39m
|
|
11
15
|
[1mThe following entry modules are using named and default exports together:[22m
|
|
12
16
|
src/index.ts
|
|
13
17
|
|
|
14
|
-
Consumers of your bundle will have to use chunk
|
|
15
|
-
[32mcreated [1mlib/index.js, es/index.js[22m in [
|
|
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
|
+
[32mcreated [1mlib/index.js, es/index.js[22m in [1m12.2s[22m[39m
|
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
# @hero-design/colors
|
|
2
|
+
|
|
3
|
+
## 8.45.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#3397](https://github.com/Thinkei/hero-design/pull/3397) [`f754b1fc35bdd5affc394ac3b97a96d2d6a1fed1`](https://github.com/Thinkei/hero-design/commit/f754b1fc35bdd5affc394ac3b97a96d2d6a1fed1) Thanks [@haudao-eh](https://github.com/haudao-eh)! - Add swag light jobs theme
|
|
8
|
+
|
|
9
|
+
## 8.44.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- [#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
|
|
14
|
+
|
|
15
|
+
## 8.43.1
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- [#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
|
|
20
|
+
|
|
21
|
+
## 8.43.0
|
|
22
|
+
|
|
23
|
+
### Minor Changes
|
|
24
|
+
|
|
25
|
+
- [#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
|
|
26
|
+
|
|
27
|
+
## 8.42.5
|
|
28
|
+
|
|
29
|
+
### Patch Changes
|
|
30
|
+
|
|
31
|
+
- [#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
|