diff --git a/packages/epo-react-lib/package.json b/packages/epo-react-lib/package.json index 6aec2ce6..62278233 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.3.0", + "@rubin-epo/epo-style-dictionary": "0.3.1", "@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 5f1d828b..7d9f6b75 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 Thu, 05 Dec 2024 18:54:33 GMT + * Generated on Mon, 09 Dec 2024 14:31:14 GMT */ module.exports = { @@ -38,6 +38,7 @@ module.exports = { "orange10": "#ffedd9", "orange20": "#ffe7cc", "orange55": "#fab364", + "blue10": "#eef5fb", "blue20": "#c7d4f4", "green05": "#d7e6cf", "red": "#cf4040", 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 11af8a23..b7d1f94a 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 Thu, 05 Dec 2024 18:54:33 GMT + * Generated on Mon, 09 Dec 2024 14:31:14 GMT */ :root { @@ -38,6 +38,7 @@ --orange10: #ffedd9; --orange20: #ffe7cc; --orange55: #fab364; + --blue10: #eef5fb; --blue20: #c7d4f4; --green05: #d7e6cf; --red: #cf4040; 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 90fc4ec5..8285eebd 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 Thu, 05 Dec 2024 18:54:33 GMT + * Generated on Mon, 09 Dec 2024 14:31:14 GMT */ export const white : string; @@ -40,6 +40,7 @@ export const orange05 : string; export const orange10 : string; export const orange20 : string; export const orange55 : string; +export const blue10 : string; export const blue20 : string; export const green05 : string; export const red : 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 23556502..46eac9a0 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 Thu, 05 Dec 2024 18:54:33 GMT + * Generated on Mon, 09 Dec 2024 14:31:14 GMT */ export const white = "#ffffff"; @@ -37,6 +37,7 @@ export const orange05 = "#fff8f0"; // Merged with orange04 export const orange10 = "#ffedd9"; export const orange20 = "#ffe7cc"; export const orange55 = "#fab364"; +export const blue10 = "#eef5fb"; export const blue20 = "#c7d4f4"; export const green05 = "#d7e6cf"; export const red = "#cf4040"; 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 b3b7052d..6de7aa3f 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 Thu, 05 Dec 2024 18:54:33 GMT + * Generated on Mon, 09 Dec 2024 14:31:14 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 85a12578..64116808 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 Thu, 05 Dec 2024 18:54:33 GMT + * Generated on Mon, 09 Dec 2024 14:31:14 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 dcd71251..9e20ef38 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 Thu, 05 Dec 2024 18:54:33 GMT + * Generated on Mon, 09 Dec 2024 14:31:14 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 ba86ae22..a5045626 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 Thu, 05 Dec 2024 18:54:33 GMT + * Generated on Mon, 09 Dec 2024 14:31:14 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 081de438..40377cf7 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 Thu, 05 Dec 2024 18:54:33 GMT + * Generated on Mon, 09 Dec 2024 14:31:14 GMT */ module.exports = { diff --git a/packages/epo-style-dictionary/dist/web/rubin/index.css b/packages/epo-style-dictionary/dist/web/rubin/index.css index aa966ec7..a3293387 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 Thu, 05 Dec 2024 18:54:33 GMT + * Generated on Mon, 09 Dec 2024 14:31:14 GMT */ :root { 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 8c4800e4..12c4393d 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 Thu, 05 Dec 2024 18:54:33 GMT + * Generated on Mon, 09 Dec 2024 14:31:14 GMT */ export const COLOR_BACKGROUND_BUTTON_PRIMARY_DEFAULT : string; diff --git a/packages/epo-style-dictionary/dist/web/rubin/index.js b/packages/epo-style-dictionary/dist/web/rubin/index.js index 07da39f1..a3d497f9 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 Thu, 05 Dec 2024 18:54:33 GMT + * Generated on Mon, 09 Dec 2024 14:31:14 GMT */ export const COLOR_BACKGROUND_BUTTON_PRIMARY_DEFAULT = "#12726d"; diff --git a/packages/epo-style-dictionary/package.json b/packages/epo-style-dictionary/package.json index 6f9c62fa..7e961a58 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.3.0", + "version": "0.3.1", "author": "Rubin EPO", "license": "MIT", "homepage": "https://lsst-epo.github.io/epo-react-lib", diff --git a/packages/epo-style-dictionary/src/brand/legacy/legacy.json b/packages/epo-style-dictionary/src/brand/legacy/legacy.json index 7f573889..d15ddafe 100644 --- a/packages/epo-style-dictionary/src/brand/legacy/legacy.json +++ b/packages/epo-style-dictionary/src/brand/legacy/legacy.json @@ -219,6 +219,13 @@ "legacy": true } }, + "blue10": { + "value": "{color.blue.04}", + "attributes": { + "category": "color", + "legacy": true + } + }, "blue20": { "value": "{color.blue.13}", "attributes": { diff --git a/packages/epo-style-dictionary/src/globals/color/blue.json b/packages/epo-style-dictionary/src/globals/color/blue.json index 14193371..3f3f65c8 100644 --- a/packages/epo-style-dictionary/src/globals/color/blue.json +++ b/packages/epo-style-dictionary/src/globals/color/blue.json @@ -1,6 +1,12 @@ { "color": { "blue": { + "04": { + "value": "#eef5fb", + "attributes": { + "atomic": true + } + }, "13": { "value": "#C7D4F4", "attributes": {