diff --git a/.changeset/cool-carrots-tease.md b/.changeset/cool-carrots-tease.md deleted file mode 100644 index 67126a33f93..00000000000 --- a/.changeset/cool-carrots-tease.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@hashintel/ds-helpers": patch -"@hashintel/ds-theme": patch ---- - -Refinements to figma-variable-to-token transformation logic, to skip WIP/hidden properties from the Figma diff --git a/.changeset/design-token-revamp.md b/.changeset/design-token-revamp.md deleted file mode 100644 index 5b43a455fae..00000000000 --- a/.changeset/design-token-revamp.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@hashintel/ds-theme": minor -"@hashintel/ds-helpers": minor -"@hashintel/ds-components": minor -"@hashintel/petrinaut": patch ---- - -Revamp design token system: Radix-based color generation with semantic bg/fg/bd token structure, expanded 00–120 color scales with OKLCH interpolation, runtime-scalable spacing/radii/line-height via CSS variable factors, and extended conditions. Migrate all consumers to new token naming conventions. diff --git a/.changeset/fix-readonly-tooltips.md b/.changeset/fix-readonly-tooltips.md deleted file mode 100644 index b84fd5e33d0..00000000000 --- a/.changeset/fix-readonly-tooltips.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashintel/petrinaut": patch ---- - -Fix read-only tooltips to always show during simulation mode diff --git a/.changeset/soft-frames-play.md b/.changeset/soft-frames-play.md deleted file mode 100644 index a2588ee2133..00000000000 --- a/.changeset/soft-frames-play.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashintel/petrinaut": patch ---- - -Add configurable simulation playback speed and maximum run time diff --git a/libs/@hashintel/ds-components/CHANGELOG.md b/libs/@hashintel/ds-components/CHANGELOG.md index 9246a5915e3..c9f97bb4ee7 100644 --- a/libs/@hashintel/ds-components/CHANGELOG.md +++ b/libs/@hashintel/ds-components/CHANGELOG.md @@ -1,5 +1,16 @@ # @hashintel/ds-components +## 1.0.0 + +### Minor Changes + +- [#8360](https://github.com/hashintel/hash/pull/8360) [`76aed29`](https://github.com/hashintel/hash/commit/76aed2967634fd5b15de428b053c4cdad92c1102) Thanks [@lunelson](https://github.com/lunelson)! - Revamp design token system: Radix-based color generation with semantic bg/fg/bd token structure, expanded 00–120 color scales with OKLCH interpolation, runtime-scalable spacing/radii/line-height via CSS variable factors, and extended conditions. Migrate all consumers to new token naming conventions. + +### Patch Changes + +- Updated dependencies [[`6fa6625`](https://github.com/hashintel/hash/commit/6fa662581e74a0aa8b6577a10258b2d3a81bcc30), [`76aed29`](https://github.com/hashintel/hash/commit/76aed2967634fd5b15de428b053c4cdad92c1102)]: + - @hashintel/ds-helpers@0.1.0 + ## 0.0.4 ### Patch Changes diff --git a/libs/@hashintel/ds-components/package.json b/libs/@hashintel/ds-components/package.json index da181ccec1d..1124dcf4759 100644 --- a/libs/@hashintel/ds-components/package.json +++ b/libs/@hashintel/ds-components/package.json @@ -1,6 +1,6 @@ { "name": "@hashintel/ds-components", - "version": "0.0.4", + "version": "1.0.0", "description": "HASH Component Library built with React, Ark UI, and PandaCSS", "license": "(MIT OR Apache-2.0)", "repository": { @@ -51,14 +51,14 @@ }, "dependencies": { "@ark-ui/react": "5.26.2", - "@hashintel/ds-helpers": "0.0.4", + "@hashintel/ds-helpers": "0.1.0", "@hashintel/refractive": "0.0.2", "canvas": "3.2.0", "motion": "12.23.24" }, "devDependencies": { "@figma/code-connect": "1.3.13", - "@hashintel/ds-theme": "0.0.3", + "@hashintel/ds-theme": "0.1.0", "@local/eslint": "0.0.0-private", "@local/tsconfig": "0.0.0-private", "@pandacss/dev": "1.4.3", @@ -87,7 +87,7 @@ }, "peerDependencies": { "@ark-ui/react": "^5.26.2", - "@hashintel/ds-helpers": "0.0.4", + "@hashintel/ds-helpers": "0.1.0", "@hashintel/refractive": "0.0.2", "react": "^19.2.0", "react-dom": "^19.2.0" diff --git a/libs/@hashintel/ds-helpers/CHANGELOG.md b/libs/@hashintel/ds-helpers/CHANGELOG.md index 3037bf7742b..39bcab916cb 100644 --- a/libs/@hashintel/ds-helpers/CHANGELOG.md +++ b/libs/@hashintel/ds-helpers/CHANGELOG.md @@ -1,5 +1,15 @@ # @hashintel/ds-helpers +## 0.1.0 + +### Minor Changes + +- [#8360](https://github.com/hashintel/hash/pull/8360) [`76aed29`](https://github.com/hashintel/hash/commit/76aed2967634fd5b15de428b053c4cdad92c1102) Thanks [@lunelson](https://github.com/lunelson)! - Revamp design token system: Radix-based color generation with semantic bg/fg/bd token structure, expanded 00–120 color scales with OKLCH interpolation, runtime-scalable spacing/radii/line-height via CSS variable factors, and extended conditions. Migrate all consumers to new token naming conventions. + +### Patch Changes + +- [#8351](https://github.com/hashintel/hash/pull/8351) [`6fa6625`](https://github.com/hashintel/hash/commit/6fa662581e74a0aa8b6577a10258b2d3a81bcc30) Thanks [@lunelson](https://github.com/lunelson)! - Refinements to figma-variable-to-token transformation logic, to skip WIP/hidden properties from the Figma + ## 0.0.4 ## 0.0.3 diff --git a/libs/@hashintel/ds-helpers/package.json b/libs/@hashintel/ds-helpers/package.json index c8cfad4c0ea..44e0100144a 100644 --- a/libs/@hashintel/ds-helpers/package.json +++ b/libs/@hashintel/ds-helpers/package.json @@ -1,6 +1,6 @@ { "name": "@hashintel/ds-helpers", - "version": "0.0.4", + "version": "0.1.0", "description": "HASH PandaCSS Styled System", "license": "(MIT OR Apache-2.0)", "repository": { @@ -69,7 +69,7 @@ "@fontsource-variable/geist-mono": "5.2.7", "@fontsource-variable/inter": "5.2.8", "@fontsource-variable/inter-tight": "5.2.7", - "@hashintel/ds-theme": "0.0.3", + "@hashintel/ds-theme": "0.1.0", "@ladle/react": "5.1.1", "@mantine/hooks": "8.3.5", "@pandacss/dev": "1.4.3", diff --git a/libs/@hashintel/ds-theme/CHANGELOG.md b/libs/@hashintel/ds-theme/CHANGELOG.md index a30c2b4bfa9..2470d63adfd 100644 --- a/libs/@hashintel/ds-theme/CHANGELOG.md +++ b/libs/@hashintel/ds-theme/CHANGELOG.md @@ -1,5 +1,15 @@ # @hashintel/ds-theme +## 0.1.0 + +### Minor Changes + +- [#8360](https://github.com/hashintel/hash/pull/8360) [`76aed29`](https://github.com/hashintel/hash/commit/76aed2967634fd5b15de428b053c4cdad92c1102) Thanks [@lunelson](https://github.com/lunelson)! - Revamp design token system: Radix-based color generation with semantic bg/fg/bd token structure, expanded 00–120 color scales with OKLCH interpolation, runtime-scalable spacing/radii/line-height via CSS variable factors, and extended conditions. Migrate all consumers to new token naming conventions. + +### Patch Changes + +- [#8351](https://github.com/hashintel/hash/pull/8351) [`6fa6625`](https://github.com/hashintel/hash/commit/6fa662581e74a0aa8b6577a10258b2d3a81bcc30) Thanks [@lunelson](https://github.com/lunelson)! - Refinements to figma-variable-to-token transformation logic, to skip WIP/hidden properties from the Figma + ## 0.0.3 ### Patch Changes diff --git a/libs/@hashintel/ds-theme/package.json b/libs/@hashintel/ds-theme/package.json index ba69b9a3c05..817ea6c57c3 100644 --- a/libs/@hashintel/ds-theme/package.json +++ b/libs/@hashintel/ds-theme/package.json @@ -1,6 +1,6 @@ { "name": "@hashintel/ds-theme", - "version": "0.0.3", + "version": "0.1.0", "description": "HASH PandaCSS Preset", "license": "(MIT OR Apache-2.0)", "repository": { diff --git a/libs/@hashintel/petrinaut/CHANGELOG.md b/libs/@hashintel/petrinaut/CHANGELOG.md index 289aa360391..07cd89035a3 100644 --- a/libs/@hashintel/petrinaut/CHANGELOG.md +++ b/libs/@hashintel/petrinaut/CHANGELOG.md @@ -1,5 +1,19 @@ # @hashintel/petrinaut +## 1.0.0 + +### Patch Changes + +- [#8360](https://github.com/hashintel/hash/pull/8360) [`76aed29`](https://github.com/hashintel/hash/commit/76aed2967634fd5b15de428b053c4cdad92c1102) Thanks [@lunelson](https://github.com/lunelson)! - Revamp design token system: Radix-based color generation with semantic bg/fg/bd token structure, expanded 00–120 color scales with OKLCH interpolation, runtime-scalable spacing/radii/line-height via CSS variable factors, and extended conditions. Migrate all consumers to new token naming conventions. + +- [#8285](https://github.com/hashintel/hash/pull/8285) [`673ece2`](https://github.com/hashintel/hash/commit/673ece205d7622936980bf744574654026aad1c3) Thanks [@kube](https://github.com/kube)! - Fix read-only tooltips to always show during simulation mode + +- [#8295](https://github.com/hashintel/hash/pull/8295) [`4b22f76`](https://github.com/hashintel/hash/commit/4b22f7608491fe10a8b90753fe0cc47f99dbd296) Thanks [@kube](https://github.com/kube)! - Add configurable simulation playback speed and maximum run time + +- Updated dependencies [[`6fa6625`](https://github.com/hashintel/hash/commit/6fa662581e74a0aa8b6577a10258b2d3a81bcc30), [`76aed29`](https://github.com/hashintel/hash/commit/76aed2967634fd5b15de428b053c4cdad92c1102)]: + - @hashintel/ds-helpers@0.1.0 + - @hashintel/ds-components@1.0.0 + ## 0.0.8 ### Patch Changes diff --git a/libs/@hashintel/petrinaut/package.json b/libs/@hashintel/petrinaut/package.json index 52d2b4d46bb..725c77da134 100644 --- a/libs/@hashintel/petrinaut/package.json +++ b/libs/@hashintel/petrinaut/package.json @@ -1,6 +1,6 @@ { "name": "@hashintel/petrinaut", - "version": "0.0.8", + "version": "1.0.0", "description": "A visual editor for Petri nets", "license": "(MIT OR Apache-2.0)", "repository": { @@ -42,8 +42,8 @@ "@dnd-kit/core": "6.3.1", "@dnd-kit/sortable": "10.0.0", "@dnd-kit/utilities": "3.2.2", - "@hashintel/ds-components": "0.0.4", - "@hashintel/ds-helpers": "0.0.4", + "@hashintel/ds-components": "1.0.0", + "@hashintel/ds-helpers": "0.1.0", "@hashintel/refractive": "0.0.2", "@mantine/hooks": "8.3.5", "@monaco-editor/react": "4.8.0-rc.3", @@ -59,7 +59,7 @@ "web-worker": "1.4.1" }, "devDependencies": { - "@hashintel/ds-helpers": "0.0.4", + "@hashintel/ds-helpers": "0.1.0", "@local/eslint": "0.0.0-private", "@pandacss/dev": "1.4.3", "@sentry/react": "10.22.0", @@ -83,8 +83,8 @@ "vitest": "4.0.16" }, "peerDependencies": { - "@hashintel/ds-components": "0.0.4", - "@hashintel/ds-helpers": "0.0.4", + "@hashintel/ds-components": "1.0.0", + "@hashintel/ds-helpers": "0.1.0", "react": "^19.0.0", "react-dom": "^19.0.0" } diff --git a/yarn.lock b/yarn.lock index acd02712559..2bec39e60c3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8418,14 +8418,14 @@ __metadata: languageName: unknown linkType: soft -"@hashintel/ds-components@npm:0.0.4, @hashintel/ds-components@workspace:libs/@hashintel/ds-components": +"@hashintel/ds-components@npm:1.0.0, @hashintel/ds-components@workspace:libs/@hashintel/ds-components": version: 0.0.0-use.local resolution: "@hashintel/ds-components@workspace:libs/@hashintel/ds-components" dependencies: "@ark-ui/react": "npm:5.26.2" "@figma/code-connect": "npm:1.3.13" - "@hashintel/ds-helpers": "npm:0.0.4" - "@hashintel/ds-theme": "npm:0.0.3" + "@hashintel/ds-helpers": "npm:0.1.0" + "@hashintel/ds-theme": "npm:0.1.0" "@hashintel/refractive": "npm:0.0.2" "@local/eslint": "npm:0.0.0-private" "@local/tsconfig": "npm:0.0.0-private" @@ -8456,14 +8456,14 @@ __metadata: vitest-browser-react: "npm:^2.0.2" peerDependencies: "@ark-ui/react": ^5.26.2 - "@hashintel/ds-helpers": 0.0.4 + "@hashintel/ds-helpers": 0.1.0 "@hashintel/refractive": 0.0.2 react: ^19.2.0 react-dom: ^19.2.0 languageName: unknown linkType: soft -"@hashintel/ds-helpers@npm:0.0.4, @hashintel/ds-helpers@workspace:libs/@hashintel/ds-helpers": +"@hashintel/ds-helpers@npm:0.1.0, @hashintel/ds-helpers@workspace:libs/@hashintel/ds-helpers": version: 0.0.0-use.local resolution: "@hashintel/ds-helpers@workspace:libs/@hashintel/ds-helpers" dependencies: @@ -8471,7 +8471,7 @@ __metadata: "@fontsource-variable/geist-mono": "npm:5.2.7" "@fontsource-variable/inter": "npm:5.2.8" "@fontsource-variable/inter-tight": "npm:5.2.7" - "@hashintel/ds-theme": "npm:0.0.3" + "@hashintel/ds-theme": "npm:0.1.0" "@ladle/react": "npm:5.1.1" "@mantine/hooks": "npm:8.3.5" "@pandacss/dev": "npm:1.4.3" @@ -8495,7 +8495,7 @@ __metadata: languageName: unknown linkType: soft -"@hashintel/ds-theme@npm:0.0.3, @hashintel/ds-theme@workspace:libs/@hashintel/ds-theme": +"@hashintel/ds-theme@npm:0.1.0, @hashintel/ds-theme@workspace:libs/@hashintel/ds-theme": version: 0.0.0-use.local resolution: "@hashintel/ds-theme@workspace:libs/@hashintel/ds-theme" dependencies: @@ -8558,8 +8558,8 @@ __metadata: "@dnd-kit/core": "npm:6.3.1" "@dnd-kit/sortable": "npm:10.0.0" "@dnd-kit/utilities": "npm:3.2.2" - "@hashintel/ds-components": "npm:0.0.4" - "@hashintel/ds-helpers": "npm:0.0.4" + "@hashintel/ds-components": "npm:1.0.0" + "@hashintel/ds-helpers": "npm:0.1.0" "@hashintel/refractive": "npm:0.0.2" "@local/eslint": "npm:0.0.0-private" "@mantine/hooks": "npm:8.3.5" @@ -8594,8 +8594,8 @@ __metadata: vitest: "npm:4.0.16" web-worker: "npm:1.4.1" peerDependencies: - "@hashintel/ds-components": 0.0.4 - "@hashintel/ds-helpers": 0.0.4 + "@hashintel/ds-components": 1.0.0 + "@hashintel/ds-helpers": 0.1.0 react: ^19.0.0 react-dom: ^19.0.0 languageName: unknown