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 Jan 30, 2025
1 parent 13c1b0b commit 96f26a1
Show file tree
Hide file tree
Showing 14 changed files with 40 additions and 40 deletions.
2 changes: 1 addition & 1 deletion 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 07:15:31 GMT
* Generated on Thu, 30 Jan 2025 07:46:20 GMT
*/
module.exports = /** @type {const} */ {
"black": "#000000",
Expand Down
2 changes: 1 addition & 1 deletion 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 07:15:31 GMT
* Generated on Thu, 30 Jan 2025 07:46:19 GMT
*/
module.exports = /** @type {const} */ {
"black": "#000000",
Expand Down
10 changes: 5 additions & 5 deletions dist/output/colors.theme.dark.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 07:15:31 GMT
* Generated on Thu, 30 Jan 2025 07:46:19 GMT
*/
module.exports = /** @type {const} */ {
"background": {
Expand Down Expand Up @@ -400,19 +400,19 @@ module.exports = /** @type {const} */ {
"weak": "#71717a"
},
"success": {
"default": "#defade",
"default": "#16a31b",
"strong": "#ffffff"
},
"danger": {
"default": "#fee2e2",
"default": "#dc2626",
"strong": "#ffffff"
},
"warning": {
"default": "#fef3c7",
"default": "#d97706",
"strong": "#ffffff"
},
"info": {
"default": "#dcf2fe",
"default": "#0284c7",
"strong": "#ffffff"
},
"copilot": {
Expand Down
6 changes: 3 additions & 3 deletions 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 07:15:31 GMT
* Generated on Thu, 30 Jan 2025 07:46:19 GMT
*/
module.exports = /** @type {const} */ {
"background": {
Expand Down Expand Up @@ -260,9 +260,9 @@ module.exports = /** @type {const} */ {
"hover": "#d7256d",
"defaultActive": "#d7256d",
"weak": "#34353a",
"weakActive": "#f43f85",
"weakActive": "#d7256d",
"medium": "#34353a",
"mediumActive": "#f43f85",
"mediumActive": "#d7256d",
"strong": "#ffffff"
},
"success": {
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 07:15:31 GMT
* Generated on Thu, 30 Jan 2025 07:46:19 GMT
*/
module.exports = /** @type {const} */ {
"background": {
Expand Down
2 changes: 1 addition & 1 deletion 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 07:15:31 GMT
* Generated on Thu, 30 Jan 2025 07:46:20 GMT
*/

module.exports = /** @type {const} */ {
Expand Down
2 changes: 1 addition & 1 deletion 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 07:15:31 GMT
* Generated on Thu, 30 Jan 2025 07:46:19 GMT
*/

module.exports = /** @type {const} */ {
Expand Down
10 changes: 5 additions & 5 deletions src/output/colors.theme.dark.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 07:15:31 GMT
* Generated on Thu, 30 Jan 2025 07:46:19 GMT
*/

module.exports = /** @type {const} */ {
Expand Down Expand Up @@ -400,19 +400,19 @@ module.exports = /** @type {const} */ {
"weak": "#71717a"
},
"success": {
"default": "#defade",
"default": "#16a31b",
"strong": "#ffffff"
},
"danger": {
"default": "#fee2e2",
"default": "#dc2626",
"strong": "#ffffff"
},
"warning": {
"default": "#fef3c7",
"default": "#d97706",
"strong": "#ffffff"
},
"info": {
"default": "#dcf2fe",
"default": "#0284c7",
"strong": "#ffffff"
},
"copilot": {
Expand Down
6 changes: 3 additions & 3 deletions 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 07:15:31 GMT
* Generated on Thu, 30 Jan 2025 07:46:19 GMT
*/

module.exports = /** @type {const} */ {
Expand Down Expand Up @@ -260,9 +260,9 @@ module.exports = /** @type {const} */ {
"hover": "#d7256d",
"defaultActive": "#d7256d",
"weak": "#34353a",
"weakActive": "#f43f85",
"weakActive": "#d7256d",
"medium": "#34353a",
"mediumActive": "#f43f85",
"mediumActive": "#d7256d",
"strong": "#ffffff"
},
"success": {
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 07:15:31 GMT
* Generated on Thu, 30 Jan 2025 07:46:19 GMT
*/

module.exports = /** @type {const} */ {
Expand Down
8 changes: 4 additions & 4 deletions src/output/theme-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -225,13 +225,13 @@
--color-text-decorative-red-strong: rgb(255, 255, 255);
--color-icon-neutral-default: rgb(178, 179, 185);
--color-icon-neutral-weak: rgb(113, 113, 122);
--color-icon-success-default: rgb(222, 250, 222);
--color-icon-success-default: rgb(22, 163, 27);
--color-icon-success-strong: rgb(255, 255, 255);
--color-icon-danger-default: rgb(254, 226, 226);
--color-icon-danger-default: rgb(220, 38, 38);
--color-icon-danger-strong: rgb(255, 255, 255);
--color-icon-warning-default: rgb(254, 243, 199);
--color-icon-warning-default: rgb(217, 119, 6);
--color-icon-warning-strong: rgb(255, 255, 255);
--color-icon-info-default: rgb(220, 242, 254);
--color-icon-info-default: rgb(2, 132, 199);
--color-icon-info-strong: rgb(255, 255, 255);
--color-icon-copilot-default: rgb(233, 213, 255);
--color-icon-copilot-weak: rgb(233, 213, 255);
Expand Down
4 changes: 2 additions & 2 deletions src/output/theme-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,9 @@
--color-text-action-hover: rgb(215, 37, 109);
--color-text-action-default-active: rgb(215, 37, 109);
--color-text-action-weak: rgb(52, 53, 58);
--color-text-action-weak-active: rgb(244, 63, 133);
--color-text-action-weak-active: rgb(215, 37, 109);
--color-text-action-medium: rgb(52, 53, 58);
--color-text-action-medium-active: rgb(244, 63, 133);
--color-text-action-medium-active: rgb(215, 37, 109);
--color-text-action-strong: rgb(255, 255, 255);
--color-text-success-default: rgb(52, 53, 58);
--color-text-danger-default: rgb(52, 53, 58);
Expand Down
16 changes: 8 additions & 8 deletions tokens/dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -1527,9 +1527,9 @@
},
"success": {
"DEFAULT": {
"value": "{color.green.100}",
"value": "{color.green.600}",
"type": "color",
"description": "{color.green.100}",
"description": "{color.green.600}",
"failedToResolve": true
},
"strong": {
Expand All @@ -1541,9 +1541,9 @@
},
"danger": {
"DEFAULT": {
"value": "{color.red.100}",
"value": "{color.red.600}",
"type": "color",
"description": "{color.red.100}",
"description": "{color.red.600}",
"failedToResolve": true
},
"strong": {
Expand All @@ -1555,9 +1555,9 @@
},
"warning": {
"DEFAULT": {
"value": "{color.amber.100}",
"value": "{color.amber.600}",
"type": "color",
"description": "{color.amber.100}",
"description": "{color.amber.600}",
"failedToResolve": true
},
"strong": {
Expand All @@ -1569,9 +1569,9 @@
},
"info": {
"DEFAULT": {
"value": "{color.light-blue.100}",
"value": "{color.light-blue.600}",
"type": "color",
"description": "{color.light-blue.100}",
"description": "{color.light-blue.600}",
"failedToResolve": true
},
"strong": {
Expand Down
8 changes: 4 additions & 4 deletions tokens/light.json
Original file line number Diff line number Diff line change
Expand Up @@ -957,9 +957,9 @@
"failedToResolve": true
},
"weak-active": {
"value": "{color.pink.500}",
"value": "{color.pink.600}",
"type": "color",
"description": "{color.pink.500}",
"description": "{color.pink.600}",
"failedToResolve": true
},
"medium": {
Expand All @@ -969,9 +969,9 @@
"failedToResolve": true
},
"medium-active": {
"value": "{color.pink.500}",
"value": "{color.pink.600}",
"type": "color",
"description": "{color.pink.500}",
"description": "{color.pink.600}",
"failedToResolve": true
},
"strong": {
Expand Down

0 comments on commit 96f26a1

Please sign in to comment.