Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/green-wombats-try.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@hashintel/refractive": patch
---

change equation export casing, e.g. LIP -> lip
5 changes: 5 additions & 0 deletions .changeset/yellow-badgers-grin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@hashintel/ds-helpers": patch
---

fix publishing process
2 changes: 1 addition & 1 deletion libs/@hashintel/ds-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"lint": "npm-run-all --continue-on-error \"lint:*\"",
"lint:eslint": "eslint --report-unused-disable-directives .",
"lint:tsc": "tsc --noEmit",
"prepare": "turbo run build",
"prepublishOnly": "turbo run build",
"storybook": "storybook dev -p 6006",
"storybook:build": "storybook build"
},
Expand Down
5 changes: 5 additions & 0 deletions libs/@hashintel/ds-helpers/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# @hashintel/ds-helpers

This packages contains PandaCSS helper functions and utilities for the HASH design system.

In PandaCSS's terminology, this is the "styled-system" layer of the design system.
2 changes: 1 addition & 1 deletion libs/@hashintel/ds-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"lint": "npm-run-all --continue-on-error \"lint:*\"",
"lint:tsc": "tsc --noEmit",
"preflight:ladle": "ladle build && ladle preview",
"prepare": "turbo run build",
"prepublishOnly": "turbo run build",
"test:snapshots": "ladle build && playwright test",
"test:update": "ladle build && playwright test --update-snapshots"
},
Expand Down
2 changes: 1 addition & 1 deletion libs/@hashintel/ds-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"fix:format": "biome format --write",
"lint": "npm-run-all --continue-on-error \"lint:*\"",
"lint:tsc": "tsc --noEmit && tsc --noEmit -p scripts/tsconfig.json",
"prepare": "turbo run build",
"prepublishOnly": "turbo run build",
"test:unit": "vitest run"
},
"devDependencies": {
Expand Down
Loading