Skip to content

Commit

Permalink
fix(fuselage-tokens): incorrect color tokens on Button's success vari…
Browse files Browse the repository at this point in the history
…ant (#1471)

Co-authored-by: Júlia Jaeger Foresti <[email protected]>
  • Loading branch information
2 people authored and Rocket.Chat committed Oct 29, 2024
1 parent 24843a2 commit 979488d
Show file tree
Hide file tree
Showing 28 changed files with 239 additions and 226 deletions.
12 changes: 6 additions & 6 deletions packages/css-in-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"docs": "typedoc"
},
"devDependencies": {
"@rocket.chat/eslint-config-alt": "workspace:~",
"@rocket.chat/prettier-config": "workspace:~",
"@rocket.chat/eslint-config-alt": "^0.31.25",
"@rocket.chat/prettier-config": "^0.31.25",
"@rollup/plugin-commonjs": "~21.0.3",
"@rollup/plugin-json": "~4.1.0",
"@rollup/plugin-node-resolve": "~13.1.3",
Expand All @@ -50,7 +50,7 @@
"@types/stylis": "^4.0.2",
"eslint": "~8.45.0",
"jest": "~29.7.0",
"lint-all": "workspace:~",
"lint-all": "^0.31.25",
"prettier": "~2.8.7",
"rollup": "~2.79.2",
"rollup-plugin-terser": "~7.0.2",
Expand All @@ -60,9 +60,9 @@
},
"dependencies": {
"@emotion/hash": "^0.9.0",
"@rocket.chat/css-supports": "workspace:~",
"@rocket.chat/memo": "workspace:~",
"@rocket.chat/stylis-logical-props-middleware": "workspace:~",
"@rocket.chat/css-supports": "^0.31.25",
"@rocket.chat/memo": "^0.31.25",
"@rocket.chat/stylis-logical-props-middleware": "^0.31.25",
"stylis": "~4.3.2"
}
}
8 changes: 4 additions & 4 deletions packages/css-supports/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,17 @@
"docs": "typedoc"
},
"devDependencies": {
"@rocket.chat/eslint-config-alt": "workspace:~",
"@rocket.chat/prettier-config": "workspace:~",
"@rocket.chat/eslint-config-alt": "^0.31.25",
"@rocket.chat/prettier-config": "^0.31.25",
"eslint": "~8.45.0",
"lint-all": "workspace:~",
"lint-all": "^0.31.25",
"prettier": "~2.8.7",
"rimraf": "~3.0.2",
"typedoc": "~0.25.13",
"typescript": "~5.6.3"
},
"dependencies": {
"@rocket.chat/memo": "workspace:~"
"@rocket.chat/memo": "^0.31.25"
},
"eslintConfig": {
"extends": "@rocket.chat/eslint-config-alt/typescript"
Expand Down
6 changes: 3 additions & 3 deletions packages/emitter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,16 @@
"docs": "typedoc"
},
"devDependencies": {
"@rocket.chat/eslint-config-alt": "workspace:~",
"@rocket.chat/prettier-config": "workspace:~",
"@rocket.chat/eslint-config-alt": "^0.31.25",
"@rocket.chat/prettier-config": "^0.31.25",
"@rollup/plugin-commonjs": "~21.0.3",
"@rollup/plugin-json": "~4.1.0",
"@rollup/plugin-node-resolve": "~13.1.3",
"@rollup/plugin-typescript": "~8.3.4",
"@types/jest": "~29.5.12",
"eslint": "~8.45.0",
"jest": "~29.7.0",
"lint-all": "workspace:~",
"lint-all": "^0.31.25",
"npm-run-all": "^4.1.5",
"prettier": "~2.8.7",
"rollup": "~2.79.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-alt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"devDependencies": {
"@babel/eslint-parser": "~7.21.3",
"eslint": "~8.45.0",
"lint-all": "workspace:~",
"lint-all": "^0.31.25",
"prettier": "~2.8.7"
},
"dependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/fuselage-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
"test": "jest --runInBand"
},
"devDependencies": {
"@rocket.chat/eslint-config-alt": "workspace:~",
"@rocket.chat/fuselage-tokens": "workspace:~",
"@rocket.chat/prettier-config": "workspace:~",
"@rocket.chat/eslint-config-alt": "^0.31.25",
"@rocket.chat/fuselage-tokens": "^0.33.2",
"@rocket.chat/prettier-config": "^0.31.25",
"@rollup/plugin-commonjs": "~21.0.3",
"@rollup/plugin-json": "~4.1.0",
"@rollup/plugin-node-resolve": "~13.1.3",
Expand All @@ -58,14 +58,14 @@
"@types/use-sync-external-store": "~0.0.3",
"eslint": "~8.45.0",
"jest": "~29.7.0",
"lint-all": "workspace:~",
"lint-all": "^0.31.25",
"npm-run-all": "^4.1.5",
"prettier": "~2.8.7",
"react": "^17.0.2",
"rimraf": "~5.0.0",
"rollup": "~2.79.2",
"rollup-plugin-terser": "~7.0.2",
"testing-utils": "workspace:~",
"testing-utils": "^0.31.25",
"ts-jest": "~29.2.4",
"typedoc": "~0.25.13",
"typescript": "~5.6.3"
Expand Down
6 changes: 3 additions & 3 deletions packages/fuselage-polyfills/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
"new-event-polyfill": "^1.0.1"
},
"devDependencies": {
"@rocket.chat/eslint-config-alt": "workspace:~",
"@rocket.chat/prettier-config": "workspace:~",
"@rocket.chat/eslint-config-alt": "^0.31.25",
"@rocket.chat/prettier-config": "^0.31.25",
"eslint": "~8.45.0",
"lint-all": "workspace:~",
"lint-all": "^0.31.25",
"prettier": "~2.8.7"
}
}
16 changes: 8 additions & 8 deletions packages/fuselage-toastbar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@
"build-storybook": "storybook build"
},
"devDependencies": {
"@rocket.chat/eslint-config-alt": "workspace:~",
"@rocket.chat/fuselage": "workspace:~",
"@rocket.chat/fuselage-hooks": "workspace:~",
"@rocket.chat/fuselage-tokens": "workspace:~",
"@rocket.chat/layout": "workspace:~",
"@rocket.chat/prettier-config": "workspace:~",
"@rocket.chat/styled": "workspace:~",
"@rocket.chat/eslint-config-alt": "^0.31.25",
"@rocket.chat/fuselage": "^0.59.4",
"@rocket.chat/fuselage-hooks": "^0.33.1",
"@rocket.chat/fuselage-tokens": "^0.33.2",
"@rocket.chat/layout": "^0.31.27",
"@rocket.chat/prettier-config": "^0.31.25",
"@rocket.chat/styled": "^0.31.25",
"@storybook/addon-essentials": "~8.2.7",
"@storybook/addon-webpack5-compiler-swc": "~1.0.5",
"@storybook/react": "~8.2.7",
Expand All @@ -66,7 +66,7 @@
"eslint": "~8.45.0",
"jest": "~29.7.0",
"jest-environment-jsdom": "~29.7.0",
"lint-all": "workspace:~",
"lint-all": "^0.31.25",
"npm-run-all": "^4.1.5",
"prettier": "~2.8.7",
"react-dom": "~17.0.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/fuselage-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.33.2

### Patch Changes

- [`6e49fde`](https://github.com/RocketChat/fuselage/commit/6e49fde1bcf3762a5d6e96f5c8da9bc4c434f0dd) Thanks [@aleksandernsilva](https://github.com/aleksandernsilva)! - fix(fuselage-tokens): incorrect color tokens on Button's success variant

## 0.33.1

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/fuselage-tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocket.chat/fuselage-tokens",
"version": "0.33.1",
"version": "0.33.2",
"description": "Design tokens for Fuselage, Rocket.Chat's design system",
"homepage": "https://rocketchat.github.io/Rocket.Chat.Fuselage/",
"author": {
Expand Down Expand Up @@ -38,14 +38,14 @@
".:build:clean": "rimraf dist"
},
"devDependencies": {
"@rocket.chat/eslint-config-alt": "workspace:~",
"@rocket.chat/prettier-config": "workspace:~",
"build-design-tokens": "workspace:~",
"@rocket.chat/eslint-config-alt": "^0.31.25",
"@rocket.chat/prettier-config": "^0.31.25",
"build-design-tokens": "^0.31.25",
"eslint": "~8.45.0",
"eslint-config-prettier": "~8.8.0",
"eslint-plugin-import": "~2.26.0",
"eslint-plugin-prettier": "~4.2.1",
"lint-all": "workspace:~",
"lint-all": "^0.31.25",
"npm-run-all": "^4.1.5",
"postcss-scss": "~4.0.6",
"prettier": "~2.8.7",
Expand Down
12 changes: 6 additions & 6 deletions packages/fuselage-tokens/src/button/base.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@
"fontOnDanger": { "value": "{colors.white}" },
"fontOnDangerDisabled": { "value": "{colors.white}" },

"backgroundSuccessDefault": { "value": "{colors.g500}" },
"backgroundSuccessHover": { "value": "{colors.g600}" },
"backgroundSuccessPress": { "value": "{colors.g700}" },
"backgroundSuccessFocus": { "value": "{colors.g500}" },
"backgroundSuccessKeyfocus": { "value": "{colors.g500}" },
"backgroundSuccessDefault": { "value": "{colors.g800}" },
"backgroundSuccessHover": { "value": "{colors.g900}" },
"backgroundSuccessPress": { "value": "{colors.g1000}" },
"backgroundSuccessFocus": { "value": "{colors.g800}" },
"backgroundSuccessKeyfocus": { "value": "{colors.g800}" },
"backgroundSuccessDisabled": { "value": "{colors.g200}" },
"fontOnSuccess": { "value": "{colors.n900}" },
"fontOnSuccess": { "value": "{colors.white}" },
"fontOnSuccessDisabled": { "value": "{colors.white}" }
},
"high-contrast": {
Expand Down
7 changes: 7 additions & 0 deletions packages/fuselage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 0.59.4

### Patch Changes

- Updated dependencies [[`6e49fde`](https://github.com/RocketChat/fuselage/commit/6e49fde1bcf3762a5d6e96f5c8da9bc4c434f0dd)]:
- @rocket.chat/[email protected]

## 0.59.3

### Patch Changes
Expand Down
26 changes: 13 additions & 13 deletions packages/fuselage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocket.chat/fuselage",
"version": "0.59.3",
"version": "0.59.4",
"description": "Rocket.Chat's React Components Library",
"author": {
"name": "Rocket.Chat",
Expand Down Expand Up @@ -52,11 +52,11 @@
"react-virtuoso": "1.2.4"
},
"dependencies": {
"@rocket.chat/css-in-js": "workspace:~",
"@rocket.chat/css-supports": "workspace:~",
"@rocket.chat/fuselage-tokens": "workspace:~",
"@rocket.chat/memo": "workspace:~",
"@rocket.chat/styled": "workspace:~",
"@rocket.chat/css-in-js": "^0.31.25",
"@rocket.chat/css-supports": "^0.31.25",
"@rocket.chat/fuselage-tokens": "^0.33.2",
"@rocket.chat/memo": "^0.31.25",
"@rocket.chat/styled": "^0.31.25",
"invariant": "^2.2.4",
"react-aria": "~3.23.1",
"react-keyed-flatten-children": "^1.3.0",
Expand All @@ -68,11 +68,11 @@
"@babel/plugin-transform-runtime": "~7.21.4",
"@babel/preset-env": "~7.21.4",
"@babel/preset-react": "~7.18.6",
"@rocket.chat/eslint-config-alt": "workspace:~",
"@rocket.chat/fuselage-hooks": "workspace:~",
"@rocket.chat/fuselage-polyfills": "workspace:~",
"@rocket.chat/icons": "workspace:~",
"@rocket.chat/prettier-config": "workspace:~",
"@rocket.chat/eslint-config-alt": "^0.31.25",
"@rocket.chat/fuselage-hooks": "^0.33.1",
"@rocket.chat/fuselage-polyfills": "^0.31.25",
"@rocket.chat/icons": "^0.39.0",
"@rocket.chat/prettier-config": "^0.31.25",
"@storybook/addon-a11y": "~8.2.7",
"@storybook/addon-essentials": "~8.2.7",
"@storybook/addon-interactions": "~8.2.7",
Expand Down Expand Up @@ -103,7 +103,7 @@
"eslint-plugin-mdx": "~2.0.5",
"jest": "~29.7.0",
"jest-axe": "~8.0.0",
"lint-all": "workspace:~",
"lint-all": "^0.31.25",
"mini-css-extract-plugin": "~2.7.6",
"normalize.css": "^8.0.1",
"npm-run-all": "^4.1.5",
Expand All @@ -130,7 +130,7 @@
"stylelint-order": "~6.0.3",
"stylelint-prettier": "~3.0.0",
"stylelint-scss": "~4.6.0",
"testing-utils": "workspace:~",
"testing-utils": "^0.31.25",
"ts-jest": "~29.2.4",
"ts-loader": "~9.4.2",
"typescript": "~5.6.3",
Expand Down
8 changes: 4 additions & 4 deletions packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
},
"devDependencies": {
"@prettier/plugin-xml": "~2.2.0",
"@rocket.chat/eslint-config-alt": "workspace:~",
"@rocket.chat/prettier-config": "workspace:~",
"build-icons": "workspace:~",
"@rocket.chat/eslint-config-alt": "^0.31.25",
"@rocket.chat/prettier-config": "^0.31.25",
"build-icons": "^0.31.25",
"eslint": "~8.45.0",
"lint-all": "workspace:~",
"lint-all": "^0.31.25",
"npm-run-all": "^4.1.5",
"prettier": "~2.8.7",
"rimraf": "^3.0.2",
Expand Down
10 changes: 5 additions & 5 deletions packages/layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
"build-storybook": "storybook build"
},
"devDependencies": {
"@rocket.chat/eslint-config-alt": "workspace:~",
"@rocket.chat/fuselage": "workspace:~",
"@rocket.chat/fuselage-tokens": "workspace:~",
"@rocket.chat/prettier-config": "workspace:~",
"@rocket.chat/eslint-config-alt": "^0.31.25",
"@rocket.chat/fuselage": "^0.59.4",
"@rocket.chat/fuselage-tokens": "^0.33.2",
"@rocket.chat/prettier-config": "^0.31.25",
"@storybook/addon-essentials": "~8.2.7",
"@storybook/addon-webpack5-compiler-swc": "~1.0.5",
"@storybook/react": "~8.2.7",
Expand All @@ -52,7 +52,7 @@
"@types/react-dom": "~17.0.25",
"eslint": "~8.45.0",
"jest": "~29.7.0",
"lint-all": "workspace:~",
"lint-all": "^0.31.25",
"npm-run-all": "^4.1.5",
"prettier": "~2.8.7",
"react": "~17.0.2",
Expand Down
14 changes: 7 additions & 7 deletions packages/logo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,16 @@
"docs": "typedoc"
},
"devDependencies": {
"@rocket.chat/eslint-config-alt": "workspace:~",
"@rocket.chat/fuselage-tokens": "workspace:~",
"@rocket.chat/prettier-config": "workspace:~",
"@rocket.chat/eslint-config-alt": "^0.31.25",
"@rocket.chat/fuselage-tokens": "^0.33.2",
"@rocket.chat/prettier-config": "^0.31.25",
"@types/jest": "~29.5.12",
"@types/react": "~17.0.80",
"@types/react-dom": "~17.0.25",
"build-logo": "workspace:~",
"build-logo": "^0.31.25",
"eslint": "~8.45.0",
"jest": "~29.7.0",
"lint-all": "workspace:~",
"lint-all": "^0.31.25",
"npm-run-all": "^4.1.5",
"prettier": "~2.8.7",
"react": "^17.0.2",
Expand All @@ -61,8 +61,8 @@
"typescript": "~5.6.3"
},
"dependencies": {
"@rocket.chat/fuselage-hooks": "workspace:~",
"@rocket.chat/styled": "workspace:~"
"@rocket.chat/fuselage-hooks": "^0.33.1",
"@rocket.chat/styled": "^0.31.25"
},
"peerDependencies": {
"react": "17.0.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/memo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
"docs": "typedoc"
},
"devDependencies": {
"@rocket.chat/eslint-config-alt": "workspace:~",
"@rocket.chat/prettier-config": "workspace:~",
"@rocket.chat/eslint-config-alt": "^0.31.25",
"@rocket.chat/prettier-config": "^0.31.25",
"@types/jest": "~29.5.12",
"eslint": "~8.45.0",
"jest": "~29.7.0",
"lint-all": "workspace:~",
"lint-all": "^0.31.25",
"prettier": "~2.8.7",
"rimraf": "~3.0.2",
"ts-jest": "~29.2.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/mp3-encoder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,16 @@
"@babel/plugin-transform-runtime": "~7.21.4",
"@babel/preset-env": "~7.21.4",
"@babel/preset-typescript": "~7.21.4",
"@rocket.chat/eslint-config-alt": "workspace:~",
"@rocket.chat/prettier-config": "workspace:~",
"@rocket.chat/eslint-config-alt": "^0.31.25",
"@rocket.chat/prettier-config": "^0.31.25",
"@rollup/plugin-commonjs": "~24.1.0",
"@rollup/plugin-node-resolve": "~15.0.2",
"@rollup/plugin-typescript": "~11.1.0",
"@types/jest": "~29.5.12",
"eslint": "~8.45.0",
"jest": "~29.7.0",
"jest-environment-jsdom": "~29.7.0",
"lint-all": "workspace:~",
"lint-all": "^0.31.25",
"prettier": "~2.8.7",
"rollup": "~3.29.5",
"ts-jest": "~29.2.4",
Expand Down
Loading

0 comments on commit 979488d

Please sign in to comment.