@wordpress/theme 0.5.1-next.ba3aee3a2.0 → 0.6.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/CHANGELOG.md +41 -1
- package/README.md +18 -18
- package/build/color-ramps/lib/color-utils.cjs +2 -1
- package/build/color-ramps/lib/color-utils.cjs.map +2 -2
- package/build/color-ramps/lib/default-ramps.cjs +2 -2
- package/build/color-ramps/lib/default-ramps.cjs.map +1 -1
- package/build/prebuilt/js/design-tokens.cjs +10 -25
- package/build/prebuilt/js/design-tokens.cjs.map +2 -2
- package/build/prebuilt/ts/color-tokens.cjs +4 -24
- package/build/prebuilt/ts/color-tokens.cjs.map +2 -2
- package/build/prebuilt/ts/token-types.cjs.map +1 -1
- package/build/theme-provider.cjs +6 -7
- package/build/theme-provider.cjs.map +2 -2
- package/build/use-theme-provider-styles.cjs +4 -12
- package/build/use-theme-provider-styles.cjs.map +2 -2
- package/build-module/color-ramps/lib/color-utils.mjs +2 -1
- package/build-module/color-ramps/lib/color-utils.mjs.map +2 -2
- package/build-module/color-ramps/lib/default-ramps.mjs +2 -2
- package/build-module/color-ramps/lib/default-ramps.mjs.map +1 -1
- package/build-module/prebuilt/js/design-tokens.mjs +10 -25
- package/build-module/prebuilt/js/design-tokens.mjs.map +2 -2
- package/build-module/prebuilt/ts/color-tokens.mjs +4 -24
- package/build-module/prebuilt/ts/color-tokens.mjs.map +2 -2
- package/build-module/theme-provider.mjs +6 -7
- package/build-module/theme-provider.mjs.map +2 -2
- package/build-module/use-theme-provider-styles.mjs +4 -13
- package/build-module/use-theme-provider-styles.mjs.map +2 -2
- package/build-types/color-ramps/lib/color-utils.d.ts.map +1 -1
- package/build-types/color-ramps/stories/index.story.d.ts +1 -1
- package/build-types/color-ramps/stories/index.story.d.ts.map +1 -1
- package/build-types/prebuilt/ts/color-tokens.d.ts.map +1 -1
- package/build-types/prebuilt/ts/token-types.d.ts +3 -3
- package/build-types/prebuilt/ts/token-types.d.ts.map +1 -1
- package/build-types/stories/index.story.d.ts +1 -1
- package/build-types/stories/index.story.d.ts.map +1 -1
- package/build-types/use-theme-provider-styles.d.ts.map +1 -1
- package/package.json +9 -6
- package/src/color-ramps/lib/color-utils.ts +2 -1
- package/src/color-ramps/lib/default-ramps.ts +2 -2
- package/src/color-ramps/stories/index.story.tsx +2 -2
- package/src/color-ramps/test/__snapshots__/index.test.ts.snap +86 -86
- package/src/color-ramps/test/index.test.ts +8 -24
- package/src/prebuilt/css/design-tokens.css +18 -33
- package/src/prebuilt/js/design-tokens.mjs +10 -25
- package/src/prebuilt/ts/color-tokens.ts +4 -24
- package/src/prebuilt/ts/token-types.ts +2 -8
- package/src/stories/index.story.tsx +4 -4
- package/src/stories/introduction.mdx +6 -0
- package/src/style.scss +6 -0
- package/src/stylelint-plugins/test/fixtures/no-unknown-ds-tokens-valid.css +1 -1
- package/src/use-theme-provider-styles.ts +4 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/theme",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.6.0",
|
|
4
4
|
"description": "Theme and context provider for the WordPress Design System.",
|
|
5
5
|
"author": "The WordPress Contributors",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -64,20 +64,22 @@
|
|
|
64
64
|
"build-module/color-ramps/lib/register-color-spaces.mjs"
|
|
65
65
|
],
|
|
66
66
|
"dependencies": {
|
|
67
|
-
"@wordpress/element": "^6.
|
|
68
|
-
"@wordpress/private-apis": "^1.
|
|
67
|
+
"@wordpress/element": "^6.39.0",
|
|
68
|
+
"@wordpress/private-apis": "^1.39.0",
|
|
69
69
|
"colorjs.io": "^0.6.0",
|
|
70
70
|
"memize": "^2.1.0"
|
|
71
71
|
},
|
|
72
72
|
"devDependencies": {
|
|
73
|
+
"@storybook/react-vite": "^10.1.11",
|
|
73
74
|
"@terrazzo/cli": "^0.10.2",
|
|
74
75
|
"@terrazzo/plugin-css": "^0.10.2",
|
|
75
76
|
"@terrazzo/token-tools": "^0.10.2",
|
|
76
77
|
"@testing-library/jest-dom": "^6.6.3",
|
|
77
78
|
"@types/jest": "^29.5.14",
|
|
78
79
|
"@types/node": "^20.17.10",
|
|
80
|
+
"esbuild": "^0.27.2",
|
|
79
81
|
"esbuild-esm-loader": "^0.3.3",
|
|
80
|
-
"storybook": "^
|
|
82
|
+
"storybook": "^10.1.11"
|
|
81
83
|
},
|
|
82
84
|
"peerDependencies": {
|
|
83
85
|
"react": "^18.0.0",
|
|
@@ -93,10 +95,11 @@
|
|
|
93
95
|
"access": "public"
|
|
94
96
|
},
|
|
95
97
|
"scripts": {
|
|
98
|
+
"prelint:js": "npx esbuild src/prebuilt/js/design-tokens.mjs --format=cjs --outfile=build/prebuilt/js/design-tokens.cjs && node -e \"\"",
|
|
96
99
|
"build:default-ramps": "node --import=esbuild-esm-loader/register bin/generate-default-ramps/index.ts",
|
|
97
100
|
"build:tokens": "node --import=esbuild-esm-loader/register bin/generate-primitive-tokens/index.ts && cross-env NODE_OPTIONS=--import=esbuild-esm-loader/register tz build --config terrazzo.config.ts",
|
|
98
|
-
"build": "npm run build:tokens && npm run build:default-ramps",
|
|
101
|
+
"build": "npm run build:tokens && npm run build:default-ramps && npm run prelint:js",
|
|
99
102
|
"postbuild": "prettier --write tokens/color.json tokens/modes src/prebuilt src/color-ramps/lib/default-ramps.ts docs"
|
|
100
103
|
},
|
|
101
|
-
"gitHead": "
|
|
104
|
+
"gitHead": "eee1cfb1472f11183e40fb77465a5f13145df7ad"
|
|
102
105
|
}
|
|
@@ -22,7 +22,8 @@ import './register-color-spaces';
|
|
|
22
22
|
* @return String representation
|
|
23
23
|
*/
|
|
24
24
|
export function getColorString( color: ColorTypes ): string {
|
|
25
|
-
|
|
25
|
+
const rgbRounded = serialize( to( color, sRGB ) );
|
|
26
|
+
return serialize( rgbRounded, { format: 'hex' } );
|
|
26
27
|
}
|
|
27
28
|
|
|
28
29
|
/**
|
|
@@ -67,8 +67,8 @@ export const DEFAULT_RAMPS: Record<
|
|
|
67
67
|
bgFill1: '#0090ff',
|
|
68
68
|
fgFill: '#1a1f24',
|
|
69
69
|
bgFill2: '#007fed',
|
|
70
|
-
surface2: '#
|
|
71
|
-
surface6: '#
|
|
70
|
+
surface2: '#f2f9ff',
|
|
71
|
+
surface6: '#bcd5f2',
|
|
72
72
|
surface5: '#d3e4f7',
|
|
73
73
|
surface4: '#deebfa',
|
|
74
74
|
surface3: '#fff',
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* External dependencies
|
|
3
3
|
*/
|
|
4
|
-
import type { Meta, StoryObj } from '@storybook/react-
|
|
4
|
+
import type { Meta, StoryObj } from '@storybook/react-vite';
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
7
|
* Internal dependencies
|
|
@@ -19,7 +19,7 @@ const ColorGen = ( props: {
|
|
|
19
19
|
};
|
|
20
20
|
|
|
21
21
|
const meta: Meta< typeof ColorGen > = {
|
|
22
|
-
title: 'Design System/Theme Provider/Color Scales',
|
|
22
|
+
title: 'Design System/Theme/Theme Provider/Color Scales',
|
|
23
23
|
component: ColorGen,
|
|
24
24
|
argTypes: {
|
|
25
25
|
background: {
|
|
@@ -599,7 +599,7 @@ exports[`buildRamps accent ramp snapshots 1`] = `
|
|
|
599
599
|
"stroke3": "#98b8ff",
|
|
600
600
|
"stroke4": "#d2e3ff",
|
|
601
601
|
"surface1": "#1f349a",
|
|
602
|
-
"surface2": "#
|
|
602
|
+
"surface2": "#2339a0",
|
|
603
603
|
"surface3": "#273fa6",
|
|
604
604
|
"surface4": "#2840b3",
|
|
605
605
|
"surface5": "#2b45b8",
|
|
@@ -1704,7 +1704,7 @@ exports[`buildRamps accent ramp snapshots 1`] = `
|
|
|
1704
1704
|
"stroke4": "#fff",
|
|
1705
1705
|
"surface1": "#2e2812",
|
|
1706
1706
|
"surface2": "#332e18",
|
|
1707
|
-
"surface3": "#
|
|
1707
|
+
"surface3": "#39331d",
|
|
1708
1708
|
"surface4": "#3d371c",
|
|
1709
1709
|
"surface5": "#423b20",
|
|
1710
1710
|
"surface6": "#4c4526",
|
|
@@ -6527,9 +6527,9 @@ exports[`buildRamps background ramp snapshots 1`] = `
|
|
|
6527
6527
|
},
|
|
6528
6528
|
{
|
|
6529
6529
|
"input": {
|
|
6530
|
-
"seedComputed": "#
|
|
6530
|
+
"seedComputed": "#e6e6e6",
|
|
6531
6531
|
"seedOriginal": "#e6e6e6",
|
|
6532
|
-
"seedUnchanged":
|
|
6532
|
+
"seedUnchanged": true,
|
|
6533
6533
|
},
|
|
6534
6534
|
"output": {
|
|
6535
6535
|
"direction": "darker",
|
|
@@ -6551,7 +6551,7 @@ exports[`buildRamps background ramp snapshots 1`] = `
|
|
|
6551
6551
|
"stroke3": "#7d7d7d",
|
|
6552
6552
|
"stroke4": "#616161",
|
|
6553
6553
|
"surface1": "#ddd",
|
|
6554
|
-
"surface2": "#
|
|
6554
|
+
"surface2": "#e6e6e6",
|
|
6555
6555
|
"surface3": "#eee",
|
|
6556
6556
|
"surface4": "#d7d7d7",
|
|
6557
6557
|
"surface5": "#d1d1d1",
|
|
@@ -6562,9 +6562,9 @@ exports[`buildRamps background ramp snapshots 1`] = `
|
|
|
6562
6562
|
},
|
|
6563
6563
|
{
|
|
6564
6564
|
"input": {
|
|
6565
|
-
"seedComputed": "#
|
|
6565
|
+
"seedComputed": "#e6e6e6",
|
|
6566
6566
|
"seedOriginal": "#e6e6e6",
|
|
6567
|
-
"seedUnchanged":
|
|
6567
|
+
"seedUnchanged": true,
|
|
6568
6568
|
},
|
|
6569
6569
|
"output": {
|
|
6570
6570
|
"direction": "darker",
|
|
@@ -6586,7 +6586,7 @@ exports[`buildRamps background ramp snapshots 1`] = `
|
|
|
6586
6586
|
"stroke3": "#7d7d7d",
|
|
6587
6587
|
"stroke4": "#616161",
|
|
6588
6588
|
"surface1": "#ddd",
|
|
6589
|
-
"surface2": "#
|
|
6589
|
+
"surface2": "#e6e6e6",
|
|
6590
6590
|
"surface3": "#eee",
|
|
6591
6591
|
"surface4": "#d7d7d7",
|
|
6592
6592
|
"surface5": "#d1d1d1",
|
|
@@ -6597,9 +6597,9 @@ exports[`buildRamps background ramp snapshots 1`] = `
|
|
|
6597
6597
|
},
|
|
6598
6598
|
{
|
|
6599
6599
|
"input": {
|
|
6600
|
-
"seedComputed": "#
|
|
6600
|
+
"seedComputed": "#e6e6e6",
|
|
6601
6601
|
"seedOriginal": "#e6e6e6",
|
|
6602
|
-
"seedUnchanged":
|
|
6602
|
+
"seedUnchanged": true,
|
|
6603
6603
|
},
|
|
6604
6604
|
"output": {
|
|
6605
6605
|
"direction": "darker",
|
|
@@ -6621,7 +6621,7 @@ exports[`buildRamps background ramp snapshots 1`] = `
|
|
|
6621
6621
|
"stroke3": "#7d7d7d",
|
|
6622
6622
|
"stroke4": "#616161",
|
|
6623
6623
|
"surface1": "#ddd",
|
|
6624
|
-
"surface2": "#
|
|
6624
|
+
"surface2": "#e6e6e6",
|
|
6625
6625
|
"surface3": "#eee",
|
|
6626
6626
|
"surface4": "#d7d7d7",
|
|
6627
6627
|
"surface5": "#d1d1d1",
|
|
@@ -6632,9 +6632,9 @@ exports[`buildRamps background ramp snapshots 1`] = `
|
|
|
6632
6632
|
},
|
|
6633
6633
|
{
|
|
6634
6634
|
"input": {
|
|
6635
|
-
"seedComputed": "#
|
|
6635
|
+
"seedComputed": "#e6e6e6",
|
|
6636
6636
|
"seedOriginal": "#e6e6e6",
|
|
6637
|
-
"seedUnchanged":
|
|
6637
|
+
"seedUnchanged": true,
|
|
6638
6638
|
},
|
|
6639
6639
|
"output": {
|
|
6640
6640
|
"direction": "darker",
|
|
@@ -6656,7 +6656,7 @@ exports[`buildRamps background ramp snapshots 1`] = `
|
|
|
6656
6656
|
"stroke3": "#7d7d7d",
|
|
6657
6657
|
"stroke4": "#616161",
|
|
6658
6658
|
"surface1": "#ddd",
|
|
6659
|
-
"surface2": "#
|
|
6659
|
+
"surface2": "#e6e6e6",
|
|
6660
6660
|
"surface3": "#eee",
|
|
6661
6661
|
"surface4": "#d7d7d7",
|
|
6662
6662
|
"surface5": "#d1d1d1",
|
|
@@ -6667,9 +6667,9 @@ exports[`buildRamps background ramp snapshots 1`] = `
|
|
|
6667
6667
|
},
|
|
6668
6668
|
{
|
|
6669
6669
|
"input": {
|
|
6670
|
-
"seedComputed": "#
|
|
6670
|
+
"seedComputed": "#e6e6e6",
|
|
6671
6671
|
"seedOriginal": "#e6e6e6",
|
|
6672
|
-
"seedUnchanged":
|
|
6672
|
+
"seedUnchanged": true,
|
|
6673
6673
|
},
|
|
6674
6674
|
"output": {
|
|
6675
6675
|
"direction": "darker",
|
|
@@ -6691,7 +6691,7 @@ exports[`buildRamps background ramp snapshots 1`] = `
|
|
|
6691
6691
|
"stroke3": "#7d7d7d",
|
|
6692
6692
|
"stroke4": "#616161",
|
|
6693
6693
|
"surface1": "#ddd",
|
|
6694
|
-
"surface2": "#
|
|
6694
|
+
"surface2": "#e6e6e6",
|
|
6695
6695
|
"surface3": "#eee",
|
|
6696
6696
|
"surface4": "#d7d7d7",
|
|
6697
6697
|
"surface5": "#d1d1d1",
|
|
@@ -6702,9 +6702,9 @@ exports[`buildRamps background ramp snapshots 1`] = `
|
|
|
6702
6702
|
},
|
|
6703
6703
|
{
|
|
6704
6704
|
"input": {
|
|
6705
|
-
"seedComputed": "#
|
|
6705
|
+
"seedComputed": "#e6e6e6",
|
|
6706
6706
|
"seedOriginal": "#e6e6e6",
|
|
6707
|
-
"seedUnchanged":
|
|
6707
|
+
"seedUnchanged": true,
|
|
6708
6708
|
},
|
|
6709
6709
|
"output": {
|
|
6710
6710
|
"direction": "darker",
|
|
@@ -6726,7 +6726,7 @@ exports[`buildRamps background ramp snapshots 1`] = `
|
|
|
6726
6726
|
"stroke3": "#7d7d7d",
|
|
6727
6727
|
"stroke4": "#616161",
|
|
6728
6728
|
"surface1": "#ddd",
|
|
6729
|
-
"surface2": "#
|
|
6729
|
+
"surface2": "#e6e6e6",
|
|
6730
6730
|
"surface3": "#eee",
|
|
6731
6731
|
"surface4": "#d7d7d7",
|
|
6732
6732
|
"surface5": "#d1d1d1",
|
|
@@ -8345,7 +8345,7 @@ exports[`buildRamps background ramp snapshots 1`] = `
|
|
|
8345
8345
|
"stroke2": "#92c9c9",
|
|
8346
8346
|
"stroke3": "#5b7e7e",
|
|
8347
8347
|
"stroke4": "#466060",
|
|
8348
|
-
"surface1": "#
|
|
8348
|
+
"surface1": "#8be4e4",
|
|
8349
8349
|
"surface2": "#75f0f0",
|
|
8350
8350
|
"surface3": "#96f5f5",
|
|
8351
8351
|
"surface4": "#86dede",
|
|
@@ -9066,9 +9066,9 @@ exports[`buildRamps background ramp snapshots 1`] = `
|
|
|
9066
9066
|
},
|
|
9067
9067
|
{
|
|
9068
9068
|
"input": {
|
|
9069
|
-
"seedComputed": "#
|
|
9069
|
+
"seedComputed": "#b3b3b3",
|
|
9070
9070
|
"seedOriginal": "#b3b3b3",
|
|
9071
|
-
"seedUnchanged":
|
|
9071
|
+
"seedUnchanged": true,
|
|
9072
9072
|
},
|
|
9073
9073
|
"output": {
|
|
9074
9074
|
"direction": "darker",
|
|
@@ -9090,7 +9090,7 @@ exports[`buildRamps background ramp snapshots 1`] = `
|
|
|
9090
9090
|
"stroke3": "#5a5a5a",
|
|
9091
9091
|
"stroke4": "#3f3f3f",
|
|
9092
9092
|
"surface1": "#acacac",
|
|
9093
|
-
"surface2": "#
|
|
9093
|
+
"surface2": "#b3b3b3",
|
|
9094
9094
|
"surface3": "#b9b9b9",
|
|
9095
9095
|
"surface4": "#a7a7a7",
|
|
9096
9096
|
"surface5": "#a1a1a1",
|
|
@@ -9101,9 +9101,9 @@ exports[`buildRamps background ramp snapshots 1`] = `
|
|
|
9101
9101
|
},
|
|
9102
9102
|
{
|
|
9103
9103
|
"input": {
|
|
9104
|
-
"seedComputed": "#
|
|
9104
|
+
"seedComputed": "#b3b3b3",
|
|
9105
9105
|
"seedOriginal": "#b3b3b3",
|
|
9106
|
-
"seedUnchanged":
|
|
9106
|
+
"seedUnchanged": true,
|
|
9107
9107
|
},
|
|
9108
9108
|
"output": {
|
|
9109
9109
|
"direction": "darker",
|
|
@@ -9125,7 +9125,7 @@ exports[`buildRamps background ramp snapshots 1`] = `
|
|
|
9125
9125
|
"stroke3": "#5a5a5a",
|
|
9126
9126
|
"stroke4": "#3f3f3f",
|
|
9127
9127
|
"surface1": "#acacac",
|
|
9128
|
-
"surface2": "#
|
|
9128
|
+
"surface2": "#b3b3b3",
|
|
9129
9129
|
"surface3": "#b9b9b9",
|
|
9130
9130
|
"surface4": "#a7a7a7",
|
|
9131
9131
|
"surface5": "#a1a1a1",
|
|
@@ -9136,9 +9136,9 @@ exports[`buildRamps background ramp snapshots 1`] = `
|
|
|
9136
9136
|
},
|
|
9137
9137
|
{
|
|
9138
9138
|
"input": {
|
|
9139
|
-
"seedComputed": "#
|
|
9139
|
+
"seedComputed": "#b3b3b3",
|
|
9140
9140
|
"seedOriginal": "#b3b3b3",
|
|
9141
|
-
"seedUnchanged":
|
|
9141
|
+
"seedUnchanged": true,
|
|
9142
9142
|
},
|
|
9143
9143
|
"output": {
|
|
9144
9144
|
"direction": "darker",
|
|
@@ -9160,7 +9160,7 @@ exports[`buildRamps background ramp snapshots 1`] = `
|
|
|
9160
9160
|
"stroke3": "#5a5a5a",
|
|
9161
9161
|
"stroke4": "#3f3f3f",
|
|
9162
9162
|
"surface1": "#acacac",
|
|
9163
|
-
"surface2": "#
|
|
9163
|
+
"surface2": "#b3b3b3",
|
|
9164
9164
|
"surface3": "#b9b9b9",
|
|
9165
9165
|
"surface4": "#a7a7a7",
|
|
9166
9166
|
"surface5": "#a1a1a1",
|
|
@@ -9171,9 +9171,9 @@ exports[`buildRamps background ramp snapshots 1`] = `
|
|
|
9171
9171
|
},
|
|
9172
9172
|
{
|
|
9173
9173
|
"input": {
|
|
9174
|
-
"seedComputed": "#
|
|
9174
|
+
"seedComputed": "#b3b3b3",
|
|
9175
9175
|
"seedOriginal": "#b3b3b3",
|
|
9176
|
-
"seedUnchanged":
|
|
9176
|
+
"seedUnchanged": true,
|
|
9177
9177
|
},
|
|
9178
9178
|
"output": {
|
|
9179
9179
|
"direction": "darker",
|
|
@@ -9195,7 +9195,7 @@ exports[`buildRamps background ramp snapshots 1`] = `
|
|
|
9195
9195
|
"stroke3": "#5a5a5a",
|
|
9196
9196
|
"stroke4": "#3f3f3f",
|
|
9197
9197
|
"surface1": "#acacac",
|
|
9198
|
-
"surface2": "#
|
|
9198
|
+
"surface2": "#b3b3b3",
|
|
9199
9199
|
"surface3": "#b9b9b9",
|
|
9200
9200
|
"surface4": "#a7a7a7",
|
|
9201
9201
|
"surface5": "#a1a1a1",
|
|
@@ -9206,9 +9206,9 @@ exports[`buildRamps background ramp snapshots 1`] = `
|
|
|
9206
9206
|
},
|
|
9207
9207
|
{
|
|
9208
9208
|
"input": {
|
|
9209
|
-
"seedComputed": "#
|
|
9209
|
+
"seedComputed": "#b3b3b3",
|
|
9210
9210
|
"seedOriginal": "#b3b3b3",
|
|
9211
|
-
"seedUnchanged":
|
|
9211
|
+
"seedUnchanged": true,
|
|
9212
9212
|
},
|
|
9213
9213
|
"output": {
|
|
9214
9214
|
"direction": "darker",
|
|
@@ -9230,7 +9230,7 @@ exports[`buildRamps background ramp snapshots 1`] = `
|
|
|
9230
9230
|
"stroke3": "#5a5a5a",
|
|
9231
9231
|
"stroke4": "#3f3f3f",
|
|
9232
9232
|
"surface1": "#acacac",
|
|
9233
|
-
"surface2": "#
|
|
9233
|
+
"surface2": "#b3b3b3",
|
|
9234
9234
|
"surface3": "#b9b9b9",
|
|
9235
9235
|
"surface4": "#a7a7a7",
|
|
9236
9236
|
"surface5": "#a1a1a1",
|
|
@@ -9241,9 +9241,9 @@ exports[`buildRamps background ramp snapshots 1`] = `
|
|
|
9241
9241
|
},
|
|
9242
9242
|
{
|
|
9243
9243
|
"input": {
|
|
9244
|
-
"seedComputed": "#
|
|
9244
|
+
"seedComputed": "#b3b3b3",
|
|
9245
9245
|
"seedOriginal": "#b3b3b3",
|
|
9246
|
-
"seedUnchanged":
|
|
9246
|
+
"seedUnchanged": true,
|
|
9247
9247
|
},
|
|
9248
9248
|
"output": {
|
|
9249
9249
|
"direction": "darker",
|
|
@@ -9265,7 +9265,7 @@ exports[`buildRamps background ramp snapshots 1`] = `
|
|
|
9265
9265
|
"stroke3": "#5a5a5a",
|
|
9266
9266
|
"stroke4": "#3f3f3f",
|
|
9267
9267
|
"surface1": "#acacac",
|
|
9268
|
-
"surface2": "#
|
|
9268
|
+
"surface2": "#b3b3b3",
|
|
9269
9269
|
"surface3": "#b9b9b9",
|
|
9270
9270
|
"surface4": "#a7a7a7",
|
|
9271
9271
|
"surface5": "#a1a1a1",
|
|
@@ -9950,7 +9950,7 @@ exports[`buildRamps background ramp snapshots 1`] = `
|
|
|
9950
9950
|
"fgFillInverted": "#f2efef",
|
|
9951
9951
|
"fgSurface1": "#6c605f",
|
|
9952
9952
|
"fgSurface2": "#514746",
|
|
9953
|
-
"fgSurface3": "#
|
|
9953
|
+
"fgSurface3": "#342d2d",
|
|
9954
9954
|
"fgSurface4": "#000",
|
|
9955
9955
|
"stroke1": "#ba7978",
|
|
9956
9956
|
"stroke2": "#b17474",
|
|
@@ -10819,7 +10819,7 @@ exports[`buildRamps background ramp snapshots 1`] = `
|
|
|
10819
10819
|
{
|
|
10820
10820
|
"input": {
|
|
10821
10821
|
"seedComputed": "#ad0000",
|
|
10822
|
-
"seedOriginal": "#
|
|
10822
|
+
"seedOriginal": "#e61a1a",
|
|
10823
10823
|
"seedUnchanged": false,
|
|
10824
10824
|
},
|
|
10825
10825
|
"output": {
|
|
@@ -10859,9 +10859,9 @@ exports[`buildRamps background ramp snapshots 1`] = `
|
|
|
10859
10859
|
},
|
|
10860
10860
|
{
|
|
10861
10861
|
"input": {
|
|
10862
|
-
"seedComputed": "#
|
|
10863
|
-
"seedOriginal": "#
|
|
10864
|
-
"seedUnchanged":
|
|
10862
|
+
"seedComputed": "#e6e61a",
|
|
10863
|
+
"seedOriginal": "#e6e61a",
|
|
10864
|
+
"seedUnchanged": true,
|
|
10865
10865
|
},
|
|
10866
10866
|
"output": {
|
|
10867
10867
|
"direction": "darker",
|
|
@@ -10883,7 +10883,7 @@ exports[`buildRamps background ramp snapshots 1`] = `
|
|
|
10883
10883
|
"stroke3": "#7a7b54",
|
|
10884
10884
|
"stroke4": "#5d5e3f",
|
|
10885
10885
|
"surface1": "#dadc73",
|
|
10886
|
-
"surface2": "#
|
|
10886
|
+
"surface2": "#e6e61a",
|
|
10887
10887
|
"surface3": "#ebed7d",
|
|
10888
10888
|
"surface4": "#d5d66f",
|
|
10889
10889
|
"surface5": "#ced06a",
|
|
@@ -10894,9 +10894,9 @@ exports[`buildRamps background ramp snapshots 1`] = `
|
|
|
10894
10894
|
},
|
|
10895
10895
|
{
|
|
10896
10896
|
"input": {
|
|
10897
|
-
"seedComputed": "#
|
|
10898
|
-
"seedOriginal": "#
|
|
10899
|
-
"seedUnchanged":
|
|
10897
|
+
"seedComputed": "#1ae61a",
|
|
10898
|
+
"seedOriginal": "#1ae61a",
|
|
10899
|
+
"seedUnchanged": true,
|
|
10900
10900
|
},
|
|
10901
10901
|
"output": {
|
|
10902
10902
|
"direction": "darker",
|
|
@@ -10918,7 +10918,7 @@ exports[`buildRamps background ramp snapshots 1`] = `
|
|
|
10918
10918
|
"stroke3": "#487245",
|
|
10919
10919
|
"stroke4": "#355533",
|
|
10920
10920
|
"surface1": "#66d760",
|
|
10921
|
-
"surface2": "#
|
|
10921
|
+
"surface2": "#1ae61a",
|
|
10922
10922
|
"surface3": "#71e66a",
|
|
10923
10923
|
"surface4": "#67d161",
|
|
10924
10924
|
"surface5": "#61c95b",
|
|
@@ -10929,8 +10929,8 @@ exports[`buildRamps background ramp snapshots 1`] = `
|
|
|
10929
10929
|
},
|
|
10930
10930
|
{
|
|
10931
10931
|
"input": {
|
|
10932
|
-
"seedComputed": "#
|
|
10933
|
-
"seedOriginal": "#
|
|
10932
|
+
"seedComputed": "#1ae6e6",
|
|
10933
|
+
"seedOriginal": "#1ae6e6",
|
|
10934
10934
|
"seedUnchanged": true,
|
|
10935
10935
|
},
|
|
10936
10936
|
"output": {
|
|
@@ -10953,7 +10953,7 @@ exports[`buildRamps background ramp snapshots 1`] = `
|
|
|
10953
10953
|
"stroke3": "#4c7575",
|
|
10954
10954
|
"stroke4": "#395857",
|
|
10955
10955
|
"surface1": "#73d7d6",
|
|
10956
|
-
"surface2": "#
|
|
10956
|
+
"surface2": "#1ae6e6",
|
|
10957
10957
|
"surface3": "#7ce7e7",
|
|
10958
10958
|
"surface4": "#6ed2d1",
|
|
10959
10959
|
"surface5": "#6acbca",
|
|
@@ -10964,9 +10964,9 @@ exports[`buildRamps background ramp snapshots 1`] = `
|
|
|
10964
10964
|
},
|
|
10965
10965
|
{
|
|
10966
10966
|
"input": {
|
|
10967
|
-
"seedComputed": "#
|
|
10968
|
-
"seedOriginal": "#
|
|
10969
|
-
"seedUnchanged":
|
|
10967
|
+
"seedComputed": "#1a1ae6",
|
|
10968
|
+
"seedOriginal": "#1a1ae6",
|
|
10969
|
+
"seedUnchanged": true,
|
|
10970
10970
|
},
|
|
10971
10971
|
"output": {
|
|
10972
10972
|
"direction": "lighter",
|
|
@@ -10988,7 +10988,7 @@ exports[`buildRamps background ramp snapshots 1`] = `
|
|
|
10988
10988
|
"stroke3": "#869bcc",
|
|
10989
10989
|
"stroke4": "#b3c0e0",
|
|
10990
10990
|
"surface1": "#1c36a8",
|
|
10991
|
-
"surface2": "#
|
|
10991
|
+
"surface2": "#1a1ae6",
|
|
10992
10992
|
"surface3": "#203ebf",
|
|
10993
10993
|
"surface4": "#2342c3",
|
|
10994
10994
|
"surface5": "#2748c8",
|
|
@@ -11000,7 +11000,7 @@ exports[`buildRamps background ramp snapshots 1`] = `
|
|
|
11000
11000
|
{
|
|
11001
11001
|
"input": {
|
|
11002
11002
|
"seedComputed": "#ff47ff",
|
|
11003
|
-
"seedOriginal": "#
|
|
11003
|
+
"seedOriginal": "#e61ae6",
|
|
11004
11004
|
"seedUnchanged": false,
|
|
11005
11005
|
},
|
|
11006
11006
|
"output": {
|
|
@@ -11292,9 +11292,9 @@ exports[`buildRamps background ramp snapshots 1`] = `
|
|
|
11292
11292
|
},
|
|
11293
11293
|
{
|
|
11294
11294
|
"input": {
|
|
11295
|
-
"seedComputed": "#
|
|
11295
|
+
"seedComputed": "#b3b34d",
|
|
11296
11296
|
"seedOriginal": "#b3b34d",
|
|
11297
|
-
"seedUnchanged":
|
|
11297
|
+
"seedUnchanged": true,
|
|
11298
11298
|
},
|
|
11299
11299
|
"output": {
|
|
11300
11300
|
"direction": "darker",
|
|
@@ -11316,7 +11316,7 @@ exports[`buildRamps background ramp snapshots 1`] = `
|
|
|
11316
11316
|
"stroke3": "#58583c",
|
|
11317
11317
|
"stroke4": "#3d3d29",
|
|
11318
11318
|
"surface1": "#aaab62",
|
|
11319
|
-
"surface2": "#
|
|
11319
|
+
"surface2": "#b3b34d",
|
|
11320
11320
|
"surface3": "#b8b96e",
|
|
11321
11321
|
"surface4": "#a6a65e",
|
|
11322
11322
|
"surface5": "#a0a15a",
|
|
@@ -11327,9 +11327,9 @@ exports[`buildRamps background ramp snapshots 1`] = `
|
|
|
11327
11327
|
},
|
|
11328
11328
|
{
|
|
11329
11329
|
"input": {
|
|
11330
|
-
"seedComputed": "#
|
|
11330
|
+
"seedComputed": "#4db34d",
|
|
11331
11331
|
"seedOriginal": "#4db34d",
|
|
11332
|
-
"seedUnchanged":
|
|
11332
|
+
"seedUnchanged": true,
|
|
11333
11333
|
},
|
|
11334
11334
|
"output": {
|
|
11335
11335
|
"direction": "darker",
|
|
@@ -11351,7 +11351,7 @@ exports[`buildRamps background ramp snapshots 1`] = `
|
|
|
11351
11351
|
"stroke3": "#365135",
|
|
11352
11352
|
"stroke4": "#20341f",
|
|
11353
11353
|
"surface1": "#5da85b",
|
|
11354
|
-
"surface2": "#
|
|
11354
|
+
"surface2": "#4db34d",
|
|
11355
11355
|
"surface3": "#66b664",
|
|
11356
11356
|
"surface4": "#59a457",
|
|
11357
11357
|
"surface5": "#549e53",
|
|
@@ -11362,9 +11362,9 @@ exports[`buildRamps background ramp snapshots 1`] = `
|
|
|
11362
11362
|
},
|
|
11363
11363
|
{
|
|
11364
11364
|
"input": {
|
|
11365
|
-
"seedComputed": "#
|
|
11365
|
+
"seedComputed": "#4db3b3",
|
|
11366
11366
|
"seedOriginal": "#4db3b3",
|
|
11367
|
-
"seedUnchanged":
|
|
11367
|
+
"seedUnchanged": true,
|
|
11368
11368
|
},
|
|
11369
11369
|
"output": {
|
|
11370
11370
|
"direction": "darker",
|
|
@@ -11386,7 +11386,7 @@ exports[`buildRamps background ramp snapshots 1`] = `
|
|
|
11386
11386
|
"stroke3": "#3a5353",
|
|
11387
11387
|
"stroke4": "#263737",
|
|
11388
11388
|
"surface1": "#5ea9a9",
|
|
11389
|
-
"surface2": "#
|
|
11389
|
+
"surface2": "#4db3b3",
|
|
11390
11390
|
"surface3": "#69b7b6",
|
|
11391
11391
|
"surface4": "#63a3a3",
|
|
11392
11392
|
"surface5": "#5e9e9d",
|
|
@@ -15144,7 +15144,7 @@ exports[`buildRamps background ramp snapshots 1`] = `
|
|
|
15144
15144
|
"bgFill1": "#7eb8b7",
|
|
15145
15145
|
"bgFill2": "#90caca",
|
|
15146
15146
|
"bgFillDark": "#000",
|
|
15147
|
-
"bgFillInverted1": "#
|
|
15147
|
+
"bgFillInverted1": "#abe6e5",
|
|
15148
15148
|
"bgFillInverted2": "#eaf2f2",
|
|
15149
15149
|
"fgFill": "#1b1f1f",
|
|
15150
15150
|
"fgFillDark": "#eaf2f2",
|
|
@@ -16737,7 +16737,7 @@ exports[`buildRamps background ramp snapshots 1`] = `
|
|
|
16737
16737
|
"surface3": "#2c191a",
|
|
16738
16738
|
"surface4": "#311e1e",
|
|
16739
16739
|
"surface5": "#3a2222",
|
|
16740
|
-
"surface6": "#
|
|
16740
|
+
"surface6": "#452d2d",
|
|
16741
16741
|
},
|
|
16742
16742
|
"warnings": undefined,
|
|
16743
16743
|
},
|
|
@@ -16919,9 +16919,9 @@ exports[`buildRamps background ramp snapshots 1`] = `
|
|
|
16919
16919
|
},
|
|
16920
16920
|
{
|
|
16921
16921
|
"input": {
|
|
16922
|
-
"seedComputed": "#
|
|
16922
|
+
"seedComputed": "#1a1a1a",
|
|
16923
16923
|
"seedOriginal": "#1a1a1a",
|
|
16924
|
-
"seedUnchanged":
|
|
16924
|
+
"seedUnchanged": true,
|
|
16925
16925
|
},
|
|
16926
16926
|
"output": {
|
|
16927
16927
|
"direction": "lighter",
|
|
@@ -16943,7 +16943,7 @@ exports[`buildRamps background ramp snapshots 1`] = `
|
|
|
16943
16943
|
"stroke3": "#6b6b6b",
|
|
16944
16944
|
"stroke4": "#898989",
|
|
16945
16945
|
"surface1": "#111",
|
|
16946
|
-
"surface2": "#
|
|
16946
|
+
"surface2": "#1a1a1a",
|
|
16947
16947
|
"surface3": "#212121",
|
|
16948
16948
|
"surface4": "#252525",
|
|
16949
16949
|
"surface5": "#2a2a2a",
|
|
@@ -16954,9 +16954,9 @@ exports[`buildRamps background ramp snapshots 1`] = `
|
|
|
16954
16954
|
},
|
|
16955
16955
|
{
|
|
16956
16956
|
"input": {
|
|
16957
|
-
"seedComputed": "#
|
|
16957
|
+
"seedComputed": "#1a1a1a",
|
|
16958
16958
|
"seedOriginal": "#1a1a1a",
|
|
16959
|
-
"seedUnchanged":
|
|
16959
|
+
"seedUnchanged": true,
|
|
16960
16960
|
},
|
|
16961
16961
|
"output": {
|
|
16962
16962
|
"direction": "lighter",
|
|
@@ -16978,7 +16978,7 @@ exports[`buildRamps background ramp snapshots 1`] = `
|
|
|
16978
16978
|
"stroke3": "#6b6b6b",
|
|
16979
16979
|
"stroke4": "#898989",
|
|
16980
16980
|
"surface1": "#111",
|
|
16981
|
-
"surface2": "#
|
|
16981
|
+
"surface2": "#1a1a1a",
|
|
16982
16982
|
"surface3": "#212121",
|
|
16983
16983
|
"surface4": "#252525",
|
|
16984
16984
|
"surface5": "#2a2a2a",
|
|
@@ -16989,9 +16989,9 @@ exports[`buildRamps background ramp snapshots 1`] = `
|
|
|
16989
16989
|
},
|
|
16990
16990
|
{
|
|
16991
16991
|
"input": {
|
|
16992
|
-
"seedComputed": "#
|
|
16992
|
+
"seedComputed": "#1a1a1a",
|
|
16993
16993
|
"seedOriginal": "#1a1a1a",
|
|
16994
|
-
"seedUnchanged":
|
|
16994
|
+
"seedUnchanged": true,
|
|
16995
16995
|
},
|
|
16996
16996
|
"output": {
|
|
16997
16997
|
"direction": "lighter",
|
|
@@ -17013,7 +17013,7 @@ exports[`buildRamps background ramp snapshots 1`] = `
|
|
|
17013
17013
|
"stroke3": "#6b6b6b",
|
|
17014
17014
|
"stroke4": "#898989",
|
|
17015
17015
|
"surface1": "#111",
|
|
17016
|
-
"surface2": "#
|
|
17016
|
+
"surface2": "#1a1a1a",
|
|
17017
17017
|
"surface3": "#212121",
|
|
17018
17018
|
"surface4": "#252525",
|
|
17019
17019
|
"surface5": "#2a2a2a",
|
|
@@ -17024,9 +17024,9 @@ exports[`buildRamps background ramp snapshots 1`] = `
|
|
|
17024
17024
|
},
|
|
17025
17025
|
{
|
|
17026
17026
|
"input": {
|
|
17027
|
-
"seedComputed": "#
|
|
17027
|
+
"seedComputed": "#1a1a1a",
|
|
17028
17028
|
"seedOriginal": "#1a1a1a",
|
|
17029
|
-
"seedUnchanged":
|
|
17029
|
+
"seedUnchanged": true,
|
|
17030
17030
|
},
|
|
17031
17031
|
"output": {
|
|
17032
17032
|
"direction": "lighter",
|
|
@@ -17048,7 +17048,7 @@ exports[`buildRamps background ramp snapshots 1`] = `
|
|
|
17048
17048
|
"stroke3": "#6b6b6b",
|
|
17049
17049
|
"stroke4": "#898989",
|
|
17050
17050
|
"surface1": "#111",
|
|
17051
|
-
"surface2": "#
|
|
17051
|
+
"surface2": "#1a1a1a",
|
|
17052
17052
|
"surface3": "#212121",
|
|
17053
17053
|
"surface4": "#252525",
|
|
17054
17054
|
"surface5": "#2a2a2a",
|
|
@@ -17059,9 +17059,9 @@ exports[`buildRamps background ramp snapshots 1`] = `
|
|
|
17059
17059
|
},
|
|
17060
17060
|
{
|
|
17061
17061
|
"input": {
|
|
17062
|
-
"seedComputed": "#
|
|
17062
|
+
"seedComputed": "#1a1a1a",
|
|
17063
17063
|
"seedOriginal": "#1a1a1a",
|
|
17064
|
-
"seedUnchanged":
|
|
17064
|
+
"seedUnchanged": true,
|
|
17065
17065
|
},
|
|
17066
17066
|
"output": {
|
|
17067
17067
|
"direction": "lighter",
|
|
@@ -17083,7 +17083,7 @@ exports[`buildRamps background ramp snapshots 1`] = `
|
|
|
17083
17083
|
"stroke3": "#6b6b6b",
|
|
17084
17084
|
"stroke4": "#898989",
|
|
17085
17085
|
"surface1": "#111",
|
|
17086
|
-
"surface2": "#
|
|
17086
|
+
"surface2": "#1a1a1a",
|
|
17087
17087
|
"surface3": "#212121",
|
|
17088
17088
|
"surface4": "#252525",
|
|
17089
17089
|
"surface5": "#2a2a2a",
|
|
@@ -17094,9 +17094,9 @@ exports[`buildRamps background ramp snapshots 1`] = `
|
|
|
17094
17094
|
},
|
|
17095
17095
|
{
|
|
17096
17096
|
"input": {
|
|
17097
|
-
"seedComputed": "#
|
|
17097
|
+
"seedComputed": "#1a1a1a",
|
|
17098
17098
|
"seedOriginal": "#1a1a1a",
|
|
17099
|
-
"seedUnchanged":
|
|
17099
|
+
"seedUnchanged": true,
|
|
17100
17100
|
},
|
|
17101
17101
|
"output": {
|
|
17102
17102
|
"direction": "lighter",
|
|
@@ -17118,7 +17118,7 @@ exports[`buildRamps background ramp snapshots 1`] = `
|
|
|
17118
17118
|
"stroke3": "#6b6b6b",
|
|
17119
17119
|
"stroke4": "#898989",
|
|
17120
17120
|
"surface1": "#111",
|
|
17121
|
-
"surface2": "#
|
|
17121
|
+
"surface2": "#1a1a1a",
|
|
17122
17122
|
"surface3": "#212121",
|
|
17123
17123
|
"surface4": "#252525",
|
|
17124
17124
|
"surface5": "#2a2a2a",
|