Skip to content

Commit

Permalink
feat: updated style dictionary
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgoff committed Dec 5, 2024
1 parent 8b4387b commit 96d1e59
Show file tree
Hide file tree
Showing 17 changed files with 41 additions and 30 deletions.
2 changes: 1 addition & 1 deletion packages/epo-react-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
11 changes: 6 additions & 5 deletions packages/epo-style-dictionary/dist/web/rubin/index.cjs
Original file line number Diff line number Diff line change
@@ -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 = {
Expand Down Expand Up @@ -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",
Expand Down
11 changes: 6 additions & 5 deletions packages/epo-style-dictionary/dist/web/rubin/index.css
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down Expand Up @@ -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;
Expand Down
3 changes: 2 additions & 1 deletion packages/epo-style-dictionary/dist/web/rubin/index.d.ts
Original file line number Diff line number Diff line change
@@ -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;
Expand Down Expand Up @@ -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;
Expand Down
11 changes: 6 additions & 5 deletions packages/epo-style-dictionary/dist/web/rubin/index.js
Original file line number Diff line number Diff line change
@@ -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";
Expand Down Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion packages/epo-style-dictionary/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/epo-style-dictionary/src/brand/rubin/button.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
},
Expand Down
2 changes: 1 addition & 1 deletion packages/epo-style-dictionary/src/brand/rubin/color.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"value": "{color.teal.68}"
},
"400": {
"value": "{color.turquoise.72}"
"value": "{color.teal.72}"
},
"500": {
"value": "{color.turquoise.74}"
Expand Down
9 changes: 8 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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==
Expand Down

0 comments on commit 96d1e59

Please sign in to comment.