From 96d1e596290d72112edd14b3e7b9cb47994fa17e Mon Sep 17 00:00:00 2001 From: Alexandra Goff Date: Thu, 5 Dec 2024 14:09:11 -0500 Subject: [PATCH] feat: updated style dictionary --- packages/epo-react-lib/package.json | 2 +- .../dist/web/legacy/palette/index.cjs | 2 +- .../dist/web/legacy/palette/index.css | 2 +- .../dist/web/legacy/palette/index.d.ts | 2 +- .../dist/web/legacy/palette/index.js | 2 +- .../dist/web/legacy/tokens/index.cjs | 2 +- .../dist/web/legacy/tokens/index.css | 2 +- .../dist/web/legacy/tokens/index.d.ts | 2 +- .../dist/web/legacy/tokens/index.js | 2 +- .../epo-style-dictionary/dist/web/rubin/index.cjs | 11 ++++++----- .../epo-style-dictionary/dist/web/rubin/index.css | 11 ++++++----- .../epo-style-dictionary/dist/web/rubin/index.d.ts | 3 ++- packages/epo-style-dictionary/dist/web/rubin/index.js | 11 ++++++----- packages/epo-style-dictionary/package.json | 2 +- .../epo-style-dictionary/src/brand/rubin/button.json | 4 ++-- .../epo-style-dictionary/src/brand/rubin/color.json | 2 +- yarn.lock | 9 ++++++++- 17 files changed, 41 insertions(+), 30 deletions(-) diff --git a/packages/epo-react-lib/package.json b/packages/epo-react-lib/package.json index c1fda619..6aec2ce6 100644 --- a/packages/epo-react-lib/package.json +++ b/packages/epo-react-lib/package.json @@ -75,7 +75,7 @@ "@babel/preset-env": "^7.19.1", "@babel/preset-react": "^7.22.5", "@babel/preset-typescript": "^7.18.6", - "@rubin-epo/epo-style-dictionary": "0.2.1", + "@rubin-epo/epo-style-dictionary": "0.3.0", "@rubin-epo/eslint-config-react": "^1.0.0-beta", "@semantic-release/github": "^10.1.7", "@semantic-release/npm": "^12.0.1", diff --git a/packages/epo-style-dictionary/dist/web/legacy/palette/index.cjs b/packages/epo-style-dictionary/dist/web/legacy/palette/index.cjs index 0c2a0cbf..5f1d828b 100644 --- a/packages/epo-style-dictionary/dist/web/legacy/palette/index.cjs +++ b/packages/epo-style-dictionary/dist/web/legacy/palette/index.cjs @@ -3,7 +3,7 @@ * Avoid using these * * Do not edit directly - * Generated on Wed, 20 Nov 2024 23:25:53 GMT + * Generated on Thu, 05 Dec 2024 18:54:33 GMT */ module.exports = { diff --git a/packages/epo-style-dictionary/dist/web/legacy/palette/index.css b/packages/epo-style-dictionary/dist/web/legacy/palette/index.css index 0e83e2e6..11af8a23 100644 --- a/packages/epo-style-dictionary/dist/web/legacy/palette/index.css +++ b/packages/epo-style-dictionary/dist/web/legacy/palette/index.css @@ -3,7 +3,7 @@ * Avoid using these * * Do not edit directly - * Generated on Wed, 20 Nov 2024 23:25:53 GMT + * Generated on Thu, 05 Dec 2024 18:54:33 GMT */ :root { diff --git a/packages/epo-style-dictionary/dist/web/legacy/palette/index.d.ts b/packages/epo-style-dictionary/dist/web/legacy/palette/index.d.ts index 7eab5fd2..90fc4ec5 100644 --- a/packages/epo-style-dictionary/dist/web/legacy/palette/index.d.ts +++ b/packages/epo-style-dictionary/dist/web/legacy/palette/index.d.ts @@ -3,7 +3,7 @@ * Avoid using these * * Do not edit directly - * Generated on Wed, 20 Nov 2024 23:25:53 GMT + * Generated on Thu, 05 Dec 2024 18:54:33 GMT */ export const white : string; diff --git a/packages/epo-style-dictionary/dist/web/legacy/palette/index.js b/packages/epo-style-dictionary/dist/web/legacy/palette/index.js index 8ff51895..23556502 100644 --- a/packages/epo-style-dictionary/dist/web/legacy/palette/index.js +++ b/packages/epo-style-dictionary/dist/web/legacy/palette/index.js @@ -3,7 +3,7 @@ * Avoid using these * * Do not edit directly - * Generated on Wed, 20 Nov 2024 23:25:53 GMT + * Generated on Thu, 05 Dec 2024 18:54:33 GMT */ export const white = "#ffffff"; diff --git a/packages/epo-style-dictionary/dist/web/legacy/tokens/index.cjs b/packages/epo-style-dictionary/dist/web/legacy/tokens/index.cjs index 8be6cf56..b3b7052d 100644 --- a/packages/epo-style-dictionary/dist/web/legacy/tokens/index.cjs +++ b/packages/epo-style-dictionary/dist/web/legacy/tokens/index.cjs @@ -3,7 +3,7 @@ * Avoid using these * * Do not edit directly - * Generated on Wed, 20 Nov 2024 23:25:53 GMT + * Generated on Thu, 05 Dec 2024 18:54:33 GMT */ module.exports = { diff --git a/packages/epo-style-dictionary/dist/web/legacy/tokens/index.css b/packages/epo-style-dictionary/dist/web/legacy/tokens/index.css index 610d0f7e..85a12578 100644 --- a/packages/epo-style-dictionary/dist/web/legacy/tokens/index.css +++ b/packages/epo-style-dictionary/dist/web/legacy/tokens/index.css @@ -3,7 +3,7 @@ * Avoid using these * * Do not edit directly - * Generated on Wed, 20 Nov 2024 23:25:53 GMT + * Generated on Thu, 05 Dec 2024 18:54:33 GMT */ :root { diff --git a/packages/epo-style-dictionary/dist/web/legacy/tokens/index.d.ts b/packages/epo-style-dictionary/dist/web/legacy/tokens/index.d.ts index 1b04b83f..dcd71251 100644 --- a/packages/epo-style-dictionary/dist/web/legacy/tokens/index.d.ts +++ b/packages/epo-style-dictionary/dist/web/legacy/tokens/index.d.ts @@ -3,7 +3,7 @@ * Avoid using these * * Do not edit directly - * Generated on Wed, 20 Nov 2024 23:25:53 GMT + * Generated on Thu, 05 Dec 2024 18:54:33 GMT */ export const FONT_STACK_BASE : string; diff --git a/packages/epo-style-dictionary/dist/web/legacy/tokens/index.js b/packages/epo-style-dictionary/dist/web/legacy/tokens/index.js index 03535232..ba86ae22 100644 --- a/packages/epo-style-dictionary/dist/web/legacy/tokens/index.js +++ b/packages/epo-style-dictionary/dist/web/legacy/tokens/index.js @@ -3,7 +3,7 @@ * Avoid using these * * Do not edit directly - * Generated on Wed, 20 Nov 2024 23:25:53 GMT + * Generated on Thu, 05 Dec 2024 18:54:33 GMT */ export const FONT_STACK_BASE = "'Source Sans Pro', 'Helvetica Neue', Helvetica, 'Arial Black', Arial, sans-serif, system-ui"; diff --git a/packages/epo-style-dictionary/dist/web/rubin/index.cjs b/packages/epo-style-dictionary/dist/web/rubin/index.cjs index 259f52a2..081de438 100644 --- a/packages/epo-style-dictionary/dist/web/rubin/index.cjs +++ b/packages/epo-style-dictionary/dist/web/rubin/index.cjs @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Wed, 20 Nov 2024 23:25:53 GMT + * Generated on Thu, 05 Dec 2024 18:54:33 GMT */ module.exports = { @@ -46,10 +46,11 @@ module.exports = { "COLOR_RUBIN_TEAL_100": "#d9f7f6", "COLOR_RUBIN_TEAL_200": "#b1f2ef", "COLOR_RUBIN_TEAL_300": "#009fa1", - "COLOR_RUBIN_TEAL_400": "#12726d", - "COLOR_RUBIN_TEAL_500": "#0c4a47", - "COLOR_RUBIN_TEAL_600": "#062e2c", - "COLOR_RUBIN_TEAL_700": "#021a18", + "COLOR_RUBIN_TEAL_400": "#058b8c", + "COLOR_RUBIN_TEAL_500": "#12726d", + "COLOR_RUBIN_TEAL_600": "#0c4a47", + "COLOR_RUBIN_TEAL_700": "#062e2c", + "COLOR_RUBIN_TEAL_800": "#021a18", "COLOR_RUBIN_GRAY_100": "#dce0e3", "COLOR_RUBIN_GRAY_200": "#6a6e6e", "COLOR_RUBIN_GRAY_300": "#1f2121", diff --git a/packages/epo-style-dictionary/dist/web/rubin/index.css b/packages/epo-style-dictionary/dist/web/rubin/index.css index e584a9d8..aa966ec7 100644 --- a/packages/epo-style-dictionary/dist/web/rubin/index.css +++ b/packages/epo-style-dictionary/dist/web/rubin/index.css @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Wed, 20 Nov 2024 23:25:53 GMT + * Generated on Thu, 05 Dec 2024 18:54:33 GMT */ :root { @@ -46,10 +46,11 @@ --color-rubin-teal-100: #d9f7f6; --color-rubin-teal-200: #b1f2ef; --color-rubin-teal-300: #009fa1; - --color-rubin-teal-400: #12726d; - --color-rubin-teal-500: #0c4a47; - --color-rubin-teal-600: #062e2c; - --color-rubin-teal-700: #021a18; + --color-rubin-teal-400: #058b8c; + --color-rubin-teal-500: #12726d; + --color-rubin-teal-600: #0c4a47; + --color-rubin-teal-700: #062e2c; + --color-rubin-teal-800: #021a18; --color-rubin-gray-100: #dce0e3; --color-rubin-gray-200: #6a6e6e; --color-rubin-gray-300: #1f2121; diff --git a/packages/epo-style-dictionary/dist/web/rubin/index.d.ts b/packages/epo-style-dictionary/dist/web/rubin/index.d.ts index 759e9bb2..8c4800e4 100644 --- a/packages/epo-style-dictionary/dist/web/rubin/index.d.ts +++ b/packages/epo-style-dictionary/dist/web/rubin/index.d.ts @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Wed, 20 Nov 2024 23:25:53 GMT + * Generated on Thu, 05 Dec 2024 18:54:33 GMT */ export const COLOR_BACKGROUND_BUTTON_PRIMARY_DEFAULT : string; @@ -49,6 +49,7 @@ export const COLOR_RUBIN_TEAL_400 : string; export const COLOR_RUBIN_TEAL_500 : string; export const COLOR_RUBIN_TEAL_600 : string; export const COLOR_RUBIN_TEAL_700 : string; +export const COLOR_RUBIN_TEAL_800 : string; export const COLOR_RUBIN_GRAY_100 : string; export const COLOR_RUBIN_GRAY_200 : string; export const COLOR_RUBIN_GRAY_300 : string; diff --git a/packages/epo-style-dictionary/dist/web/rubin/index.js b/packages/epo-style-dictionary/dist/web/rubin/index.js index d244ca63..07da39f1 100644 --- a/packages/epo-style-dictionary/dist/web/rubin/index.js +++ b/packages/epo-style-dictionary/dist/web/rubin/index.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Wed, 20 Nov 2024 23:25:53 GMT + * Generated on Thu, 05 Dec 2024 18:54:33 GMT */ export const COLOR_BACKGROUND_BUTTON_PRIMARY_DEFAULT = "#12726d"; @@ -45,10 +45,11 @@ export const COLOR_TEXT_BUTTON_LINK = "#058b8c"; export const COLOR_RUBIN_TEAL_100 = "#d9f7f6"; export const COLOR_RUBIN_TEAL_200 = "#b1f2ef"; export const COLOR_RUBIN_TEAL_300 = "#009fa1"; -export const COLOR_RUBIN_TEAL_400 = "#12726d"; -export const COLOR_RUBIN_TEAL_500 = "#0c4a47"; -export const COLOR_RUBIN_TEAL_600 = "#062e2c"; -export const COLOR_RUBIN_TEAL_700 = "#021a18"; +export const COLOR_RUBIN_TEAL_400 = "#058b8c"; +export const COLOR_RUBIN_TEAL_500 = "#12726d"; +export const COLOR_RUBIN_TEAL_600 = "#0c4a47"; +export const COLOR_RUBIN_TEAL_700 = "#062e2c"; +export const COLOR_RUBIN_TEAL_800 = "#021a18"; export const COLOR_RUBIN_GRAY_100 = "#dce0e3"; export const COLOR_RUBIN_GRAY_200 = "#6a6e6e"; export const COLOR_RUBIN_GRAY_300 = "#1f2121"; diff --git a/packages/epo-style-dictionary/package.json b/packages/epo-style-dictionary/package.json index 74e01aff..6f9c62fa 100644 --- a/packages/epo-style-dictionary/package.json +++ b/packages/epo-style-dictionary/package.json @@ -2,7 +2,7 @@ "name": "@rubin-epo/epo-style-dictionary", "private": true, "description": "Rubin Observatory Education & Public Outreach team style tokens.", - "version": "0.2.1", + "version": "0.3.0", "author": "Rubin EPO", "license": "MIT", "homepage": "https://lsst-epo.github.io/epo-react-lib", diff --git a/packages/epo-style-dictionary/src/brand/rubin/button.json b/packages/epo-style-dictionary/src/brand/rubin/button.json index 6f8f6a87..11b509e3 100644 --- a/packages/epo-style-dictionary/src/brand/rubin/button.json +++ b/packages/epo-style-dictionary/src/brand/rubin/button.json @@ -4,10 +4,10 @@ "button": { "primary": { "default": { - "value": "{color.rubin.teal.400}" + "value": "{color.rubin.teal.500}" }, "hover": { - "value": "{color.rubin.teal.400}" + "value": "{color.rubin.teal.500}" }, "inactive": { "value": "#707070" } }, diff --git a/packages/epo-style-dictionary/src/brand/rubin/color.json b/packages/epo-style-dictionary/src/brand/rubin/color.json index 3e891ca5..e1b13372 100644 --- a/packages/epo-style-dictionary/src/brand/rubin/color.json +++ b/packages/epo-style-dictionary/src/brand/rubin/color.json @@ -12,7 +12,7 @@ "value": "{color.teal.68}" }, "400": { - "value": "{color.turquoise.72}" + "value": "{color.teal.72}" }, "500": { "value": "{color.turquoise.74}" diff --git a/yarn.lock b/yarn.lock index 5756866f..1fba3de2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7467,7 +7467,14 @@ conventional-changelog-angular@^8.0.0: dependencies: compare-func "^2.0.0" -"conventional-changelog-conventionalcommits@>= 8.0.0", conventional-changelog-conventionalcommits@^7.0.2, conventional-changelog-conventionalcommits@^8.0.0: +conventional-changelog-conventionalcommits@^7.0.2: + version "7.0.2" + resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-7.0.2.tgz#aa5da0f1b2543094889e8cf7616ebe1a8f5c70d5" + integrity sha512-NKXYmMR/Hr1DevQegFB4MwfM5Vv0m4UIxKZTTYuD98lpTknaZlSRrDOG4X7wIXpGkfsYxZTghUN+Qq+T0YQI7w== + dependencies: + compare-func "^2.0.0" + +conventional-changelog-conventionalcommits@^8.0.0: version "8.0.0" resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-8.0.0.tgz#3fa2857c878701e7f0329db5a1257cb218f166fe" integrity sha512-eOvlTO6OcySPyyyk8pKz2dP4jjElYunj9hn9/s0OB+gapTO8zwS9UQWrZ1pmF2hFs3vw1xhonOLGcGjy/zgsuA==