@hero-design/colors 7.2.2 → 7.3.2

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,7 @@
1
- @hero-design/colors:build: cache hit, replaying output c573afca7b7790b7
1
+ @hero-design/colors:build: cache hit, replaying output 25f9c0e51bbc74a3
2
2
  @hero-design/colors:build: $ yarn build:js && yarn build:types
3
3
  @hero-design/colors:build: $ rollup -c
4
4
  @hero-design/colors:build: 
5
5
  @hero-design/colors:build: src/index.ts → lib/index.js, es/index.js...
6
- @hero-design/colors:build: created lib/index.js, es/index.js in 3.7s
6
+ @hero-design/colors:build: created lib/index.js, es/index.js in 2.8s
7
7
  @hero-design/colors:build: $ tsc --emitDeclarationOnly
package/es/index.js CHANGED
@@ -52,6 +52,7 @@ const palette = {
52
52
  pinkLight75: '#fcd5ea',
53
53
  pinkLight90: '#ffeef7',
54
54
  purple: '#be83cf',
55
+ purpleDark15: '#a26fb0',
55
56
  red: '#de350b',
56
57
  redDark15: '#bd2d09',
57
58
  redDark30: '#9b2508',
package/lib/index.js CHANGED
@@ -54,6 +54,7 @@ const palette = {
54
54
  pinkLight75: '#fcd5ea',
55
55
  pinkLight90: '#ffeef7',
56
56
  purple: '#be83cf',
57
+ purpleDark15: '#a26fb0',
57
58
  red: '#de350b',
58
59
  redDark15: '#bd2d09',
59
60
  redDark30: '#9b2508',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hero-design/colors",
3
- "version": "7.2.2",
3
+ "version": "7.3.2",
4
4
  "license": "MIT",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
package/src/index.ts CHANGED
@@ -52,6 +52,7 @@ const palette = {
52
52
  pinkLight75: '#fcd5ea',
53
53
  pinkLight90: '#ffeef7',
54
54
  purple: '#be83cf',
55
+ purpleDark15: '#a26fb0',
55
56
  red: '#de350b',
56
57
  redDark15: '#bd2d09',
57
58
  redDark30: '#9b2508',
package/types/index.d.ts CHANGED
@@ -52,6 +52,7 @@ declare const palette: {
52
52
  pinkLight75: string;
53
53
  pinkLight90: string;
54
54
  purple: string;
55
+ purpleDark15: string;
55
56
  red: string;
56
57
  redDark15: string;
57
58
  redDark30: string;