diff --git a/dist/output/colors.spectrum.react.js b/dist/output/colors.spectrum.react.js index 882e514..9589695 100644 --- a/dist/output/colors.spectrum.react.js +++ b/dist/output/colors.spectrum.react.js @@ -1,7 +1,7 @@ "use strict"; /** * Do not edit directly - * Generated on Mon, 20 May 2024 15:52:44 GMT + * Generated on Tue, 21 May 2024 06:44:12 GMT */ module.exports = /** @type {const} */ { "black": "#000000", diff --git a/dist/output/colors.spectrum.tailwind.js b/dist/output/colors.spectrum.tailwind.js index 4ddbfd7..f51b69e 100644 --- a/dist/output/colors.spectrum.tailwind.js +++ b/dist/output/colors.spectrum.tailwind.js @@ -1,7 +1,7 @@ "use strict"; /** * Do not edit directly - * Generated on Mon, 20 May 2024 15:52:44 GMT + * Generated on Tue, 21 May 2024 06:44:12 GMT */ module.exports = /** @type {const} */ { "black": "#000000", diff --git a/dist/output/colors.theme.dark.react.js b/dist/output/colors.theme.dark.react.js index 8dfdd85..484c21c 100644 --- a/dist/output/colors.theme.dark.react.js +++ b/dist/output/colors.theme.dark.react.js @@ -1,7 +1,7 @@ "use strict"; /** * Do not edit directly - * Generated on Mon, 20 May 2024 15:52:44 GMT + * Generated on Tue, 21 May 2024 06:44:12 GMT */ module.exports = /** @type {const} */ { "background": { @@ -252,7 +252,7 @@ module.exports = /** @type {const} */ { "text": { "neutral": { "default": "#f4f4f5", - "weak": "#71717a", + "weak": "#909095", "medium": "#b2b3b9" }, "action": { diff --git a/dist/output/colors.theme.light.react.js b/dist/output/colors.theme.light.react.js index 26b3617..619959e 100644 --- a/dist/output/colors.theme.light.react.js +++ b/dist/output/colors.theme.light.react.js @@ -1,7 +1,7 @@ "use strict"; /** * Do not edit directly - * Generated on Mon, 20 May 2024 15:52:44 GMT + * Generated on Tue, 21 May 2024 06:44:12 GMT */ module.exports = /** @type {const} */ { "background": { diff --git a/dist/output/colors.theme.tailwind.js b/dist/output/colors.theme.tailwind.js index aaa000a..c76b63c 100644 --- a/dist/output/colors.theme.tailwind.js +++ b/dist/output/colors.theme.tailwind.js @@ -1,7 +1,7 @@ "use strict"; /** * Do not edit directly - * Generated on Mon, 20 May 2024 15:52:44 GMT + * Generated on Tue, 21 May 2024 06:44:12 GMT */ module.exports = /** @type {const} */ { "background": { diff --git a/src/output/colors.spectrum.react.js b/src/output/colors.spectrum.react.js index c424a29..cc51568 100644 --- a/src/output/colors.spectrum.react.js +++ b/src/output/colors.spectrum.react.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Mon, 20 May 2024 15:52:44 GMT + * Generated on Tue, 21 May 2024 06:44:12 GMT */ module.exports = /** @type {const} */ { diff --git a/src/output/colors.spectrum.tailwind.js b/src/output/colors.spectrum.tailwind.js index 8fd9035..5bbc210 100644 --- a/src/output/colors.spectrum.tailwind.js +++ b/src/output/colors.spectrum.tailwind.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Mon, 20 May 2024 15:52:44 GMT + * Generated on Tue, 21 May 2024 06:44:12 GMT */ module.exports = /** @type {const} */ { diff --git a/src/output/colors.theme.dark.react.js b/src/output/colors.theme.dark.react.js index 9564114..91b8aff 100644 --- a/src/output/colors.theme.dark.react.js +++ b/src/output/colors.theme.dark.react.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Mon, 20 May 2024 15:52:44 GMT + * Generated on Tue, 21 May 2024 06:44:12 GMT */ module.exports = /** @type {const} */ { @@ -252,7 +252,7 @@ module.exports = /** @type {const} */ { "text": { "neutral": { "default": "#f4f4f5", - "weak": "#71717a", + "weak": "#909095", "medium": "#b2b3b9" }, "action": { diff --git a/src/output/colors.theme.light.react.js b/src/output/colors.theme.light.react.js index 6e1917d..cd37809 100644 --- a/src/output/colors.theme.light.react.js +++ b/src/output/colors.theme.light.react.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Mon, 20 May 2024 15:52:44 GMT + * Generated on Tue, 21 May 2024 06:44:12 GMT */ module.exports = /** @type {const} */ { diff --git a/src/output/colors.theme.tailwind.js b/src/output/colors.theme.tailwind.js index 6b8e88b..9b898c2 100644 --- a/src/output/colors.theme.tailwind.js +++ b/src/output/colors.theme.tailwind.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Mon, 20 May 2024 15:52:44 GMT + * Generated on Tue, 21 May 2024 06:44:12 GMT */ module.exports = /** @type {const} */ { diff --git a/src/output/theme-dark.css b/src/output/theme-dark.css index b45d044..171c36b 100644 --- a/src/output/theme-dark.css +++ b/src/output/theme-dark.css @@ -133,7 +133,7 @@ --color-border-decorative-red-medium: rgb(153, 27, 27); --color-outline-focus-default: rgba(244,63,133, 0.5); --color-text-neutral-default: rgb(244, 244, 245); - --color-text-neutral-weak: rgb(113, 113, 122); + --color-text-neutral-weak: rgb(144, 144, 149); --color-text-neutral-medium: rgb(178, 179, 185); --color-text-action-default: rgb(244, 63, 133); --color-text-action-hover: rgb(215, 37, 109); diff --git a/tokens.json b/tokens.json index 1dbde51..ee55fc4 100644 --- a/tokens.json +++ b/tokens.json @@ -3464,9 +3464,9 @@ "description": "{color.zinc.100}" }, "weak": { - "value": "{color.zinc.500}", + "value": "{color.zinc.450}", "type": "color", - "description": "{color.zinc.500}" + "description": "{color.zinc.450}" }, "medium": { "value": "{color.zinc.350}", diff --git a/tokens/dark.json b/tokens/dark.json index 54eaaad..e9557ba 100644 --- a/tokens/dark.json +++ b/tokens/dark.json @@ -919,9 +919,9 @@ "failedToResolve": true }, "weak": { - "value": "{color.zinc.500}", + "value": "{color.zinc.450}", "type": "color", - "description": "{color.zinc.500}", + "description": "{color.zinc.450}", "failedToResolve": true }, "medium": {