Skip to content

Commit

Permalink
Merge pull request #611 from tokens-studio/add-utils
Browse files Browse the repository at this point in the history
add utils.css
  • Loading branch information
mck authored Dec 30, 2024
2 parents 9ec7be4 + 49994d6 commit fe05770
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 11 deletions.
5 changes: 5 additions & 0 deletions .changeset/fifty-lamps-turn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@tokens-studio/graph-engine-ui": patch
---

Add utils css to fix visuals
2 changes: 1 addition & 1 deletion packages/graph-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@tokens-studio/graph-engine": "*",
"@tokens-studio/icons": "^0.1.4",
"@tokens-studio/types": "^0.5.1",
"@tokens-studio/ui": "^1.0.10",
"@tokens-studio/ui": "^1.0.13",
"@xzdarcy/react-timeline-editor": "^0.1.9",
"array-move": "^4.0.0",
"classnames": "^2.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/nodes-design-tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"@adobe/leonardo-contrast-colors": "^1.0.0",
"@tokens-studio/types": "^0.5.1",
"@tokens-studio/ui": "^1.0.10",
"@tokens-studio/ui": "^1.0.13",
"colorjs.io": "^0.5.2",
"dot-prop": "^8.0.2",
"lodash.orderby": "^4.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/nodes-figma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"@tokens-studio/types": "^0.5.1",
"@tokens-studio/ui": "^1.0.10",
"@tokens-studio/ui": "^1.0.13",
"dot-prop": "^8.0.2"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/nodes-fs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"test": "vitest run"
},
"dependencies": {
"@tokens-studio/ui": "^1.0.10",
"@tokens-studio/ui": "^1.0.13",
"mobx-react-lite": "^4.0.5"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@tokens-studio/graph-engine-nodes-image": "*",
"@tokens-studio/icons": "^0.1.4",
"@tokens-studio/tokens": "^0.3.7",
"@tokens-studio/ui": "^1.0.10",
"@tokens-studio/ui": "^1.0.13",
"@ts-rest/core": "^3.51.0",
"@ts-rest/open-api": "^3.51.0",
"@ts-rest/react-query": "^3.51.0",
Expand Down Expand Up @@ -104,4 +104,4 @@
"@welldone-software/why-did-you-render": "^7.0.1",
"typescript": "^5.4.5"
}
}
}
1 change: 1 addition & 0 deletions packages/ui/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import '@tokens-studio/tokens/css/ts-theme-light.css';

import '@tokens-studio/tokens/css/base.css';
import '@tokens-studio/ui/css/normalize.css';
import '@tokens-studio/ui/css/utils.css';

import '@fontsource/geist-mono/400.css';
import '@fontsource/geist-mono/500.css';
Expand Down
9 changes: 4 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6147,10 +6147,10 @@
resolved "https://registry.yarnpkg.com/@tokens-studio/types/-/types-0.5.1.tgz#5037e58c4b2c306762f12e8d9685e9aeebb21685"
integrity sha512-LdCF9ZH5ej4Gb6n58x5fTkhstxjXDZc1SWteMWY6EiddLQJVONMIgYOrWrf1extlkSLjagX8WS0B63bAqeltnA==

"@tokens-studio/ui@^1.0.10":
version "1.0.10"
resolved "https://registry.yarnpkg.com/@tokens-studio/ui/-/ui-1.0.10.tgz#8529bfaae9f663e6d0683b03ae2b5f0135c643f2"
integrity sha512-FJCzMg9geaYWWpfxsGRTxGyDDE+IIExAE05ek78ljz3R5BftgGafnS3plLx5sMBPLN61k2aMUBiJah2bW1PBIQ==
"@tokens-studio/ui@^1.0.13":
version "1.0.13"
resolved "https://registry.yarnpkg.com/@tokens-studio/ui/-/ui-1.0.13.tgz#e4e7356b2cbfa506f871227d4b21a35607fd09b1"
integrity sha512-KvFBpWpWtShnsXXPyLU4xsMYI3Hws1A9N4IIbqOMbv7hpihcixktF81yq44txPkvn8JNw1xob9ZhofqDa1cwwg==
dependencies:
"@radix-ui/react-accordion" "^1.1.2"
"@radix-ui/react-avatar" "^1.0.2"
Expand All @@ -6169,7 +6169,6 @@
"@radix-ui/react-toast" "^1.1.3"
"@radix-ui/react-toggle-group" "^1.0.2"
"@radix-ui/react-tooltip" "^1.0.4"
"@tokens-studio/icons" "^0.1.4"
clsx "^2.1.1"

"@trysound/[email protected]":
Expand Down

0 comments on commit fe05770

Please sign in to comment.