Skip to content

Commit

Permalink
Update output configs
Browse files Browse the repository at this point in the history
  • Loading branch information
johanekhager authored and github-actions[bot] committed Sep 16, 2024
1 parent 1b83b16 commit c05cbfe
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions dist/output/colors.spectrum.react.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"use strict";
/**
* Do not edit directly
* Generated on Mon, 16 Sep 2024 06:19:50 GMT
* Generated on Mon, 16 Sep 2024 07:14:06 GMT
*/
module.exports = /** @type {const} */ {
"black": "#000000",
Expand All @@ -21,7 +21,7 @@ module.exports = /** @type {const} */ {
"700": "#3f3f46",
"750": "#34353a",
"800": "#28282b",
"900": "#202022",
"900": "#1C1C1E",
"1000": "#151516"
},
"pink": {
Expand Down
4 changes: 2 additions & 2 deletions dist/output/colors.spectrum.tailwind.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"use strict";
/**
* Do not edit directly
* Generated on Mon, 16 Sep 2024 06:19:50 GMT
* Generated on Mon, 16 Sep 2024 07:14:06 GMT
*/
module.exports = /** @type {const} */ {
"black": "#000000",
Expand All @@ -21,7 +21,7 @@ module.exports = /** @type {const} */ {
"700": "#3f3f46",
"750": "#34353a",
"800": "#28282b",
"900": "#202022",
"900": "#1C1C1E",
"1000": "#151516"
},
"pink": {
Expand Down
8 changes: 4 additions & 4 deletions dist/output/colors.theme.dark.react.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
"use strict";
/**
* Do not edit directly
* Generated on Mon, 16 Sep 2024 06:19:50 GMT
* Generated on Mon, 16 Sep 2024 07:14:06 GMT
*/
module.exports = /** @type {const} */ {
"background": {
"mono": "#ffffff",
"canvas": "#202022",
"canvas": "#1C1C1E",
"neutral": {
"default": "#28282b",
"hover": "#34353a",
Expand All @@ -15,7 +15,7 @@ module.exports = /** @type {const} */ {
"medium": "#3f3f46",
"mediumHover": "#57595f",
"strong": "#151516",
"strongHover": "#202022"
"strongHover": "#1C1C1E"
},
"success": {
"default": "#0c310e",
Expand All @@ -38,7 +38,7 @@ module.exports = /** @type {const} */ {
"strongHover": "#d7256d",
"strongActive": "#8e104a",
"strongDisabled": "rgba(244,63,133, 0.5)",
"medium": "#202022",
"medium": "#1C1C1E",
"mediumHover": "#28282b",
"mediumActive": "#3f3f46",
"weakHover": "#34353a",
Expand Down
2 changes: 1 addition & 1 deletion dist/output/colors.theme.light.react.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"use strict";
/**
* Do not edit directly
* Generated on Mon, 16 Sep 2024 06:19:50 GMT
* Generated on Mon, 16 Sep 2024 07:14:06 GMT
*/
module.exports = /** @type {const} */ {
"background": {
Expand Down
2 changes: 1 addition & 1 deletion dist/output/colors.theme.tailwind.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"use strict";
/**
* Do not edit directly
* Generated on Mon, 16 Sep 2024 06:19:50 GMT
* Generated on Mon, 16 Sep 2024 07:14:06 GMT
*/
module.exports = /** @type {const} */ {
"background": {
Expand Down
4 changes: 2 additions & 2 deletions src/output/colors.spectrum.react.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Mon, 16 Sep 2024 06:19:50 GMT
* Generated on Mon, 16 Sep 2024 07:14:06 GMT
*/

module.exports = /** @type {const} */ {
Expand All @@ -21,7 +21,7 @@ module.exports = /** @type {const} */ {
"700": "#3f3f46",
"750": "#34353a",
"800": "#28282b",
"900": "#202022",
"900": "#1C1C1E",
"1000": "#151516"
},
"pink": {
Expand Down
4 changes: 2 additions & 2 deletions src/output/colors.spectrum.tailwind.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Mon, 16 Sep 2024 06:19:50 GMT
* Generated on Mon, 16 Sep 2024 07:14:06 GMT
*/

module.exports = /** @type {const} */ {
Expand All @@ -21,7 +21,7 @@ module.exports = /** @type {const} */ {
"700": "#3f3f46",
"750": "#34353a",
"800": "#28282b",
"900": "#202022",
"900": "#1C1C1E",
"1000": "#151516"
},
"pink": {
Expand Down
8 changes: 4 additions & 4 deletions src/output/colors.theme.dark.react.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/**
* Do not edit directly
* Generated on Mon, 16 Sep 2024 06:19:50 GMT
* Generated on Mon, 16 Sep 2024 07:14:06 GMT
*/

module.exports = /** @type {const} */ {
"background": {
"mono": "#ffffff",
"canvas": "#202022",
"canvas": "#1C1C1E",
"neutral": {
"default": "#28282b",
"hover": "#34353a",
Expand All @@ -15,7 +15,7 @@ module.exports = /** @type {const} */ {
"medium": "#3f3f46",
"mediumHover": "#57595f",
"strong": "#151516",
"strongHover": "#202022"
"strongHover": "#1C1C1E"
},
"success": {
"default": "#0c310e",
Expand All @@ -38,7 +38,7 @@ module.exports = /** @type {const} */ {
"strongHover": "#d7256d",
"strongActive": "#8e104a",
"strongDisabled": "rgba(244,63,133, 0.5)",
"medium": "#202022",
"medium": "#1C1C1E",
"mediumHover": "#28282b",
"mediumActive": "#3f3f46",
"weakHover": "#34353a",
Expand Down
2 changes: 1 addition & 1 deletion src/output/colors.theme.light.react.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Mon, 16 Sep 2024 06:19:50 GMT
* Generated on Mon, 16 Sep 2024 07:14:06 GMT
*/

module.exports = /** @type {const} */ {
Expand Down
2 changes: 1 addition & 1 deletion src/output/colors.theme.tailwind.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Mon, 16 Sep 2024 06:19:50 GMT
* Generated on Mon, 16 Sep 2024 07:14:06 GMT
*/

module.exports = /** @type {const} */ {
Expand Down
6 changes: 3 additions & 3 deletions src/output/theme-dark.css
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
.theme-dark {
--color-background-mono: rgb(255, 255, 255);
--color-background-canvas: rgb(32, 32, 34);
--color-background-canvas: rgb(28, 28, 30);
--color-background-neutral-default: rgb(40, 40, 43);
--color-background-neutral-hover: rgb(52, 53, 58);
--color-background-neutral-weak: rgb(40, 40, 43);
--color-background-neutral-weak-hover: rgb(52, 53, 58);
--color-background-neutral-medium: rgb(63, 63, 70);
--color-background-neutral-medium-hover: rgb(87, 89, 95);
--color-background-neutral-strong: rgb(21, 21, 22);
--color-background-neutral-strong-hover: rgb(32, 32, 34);
--color-background-neutral-strong-hover: rgb(28, 28, 30);
--color-background-success-default: rgb(12, 49, 14);
--color-background-success-strong: rgb(22, 101, 26);
--color-background-danger-default: rgb(79, 18, 18);
Expand All @@ -21,7 +21,7 @@
--color-background-action-strong-hover: rgb(215, 37, 109);
--color-background-action-strong-active: rgb(142, 16, 74);
--color-background-action-strong-disabled: rgba(244,63,133, 0.5);
--color-background-action-medium: rgb(32, 32, 34);
--color-background-action-medium: rgb(28, 28, 30);
--color-background-action-medium-hover: rgb(40, 40, 43);
--color-background-action-medium-active: rgb(63, 63, 70);
--color-background-action-weak-hover: rgb(52, 53, 58);
Expand Down
2 changes: 1 addition & 1 deletion tokens/spectrum.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"type": "color"
},
"900": {
"value": "#202022",
"value": "#1C1C1E",
"type": "color"
},
"1000": {
Expand Down

0 comments on commit c05cbfe

Please sign in to comment.