feat(SW-375): new tokens

new asset generation logic

BREAKING CHANGE: New tokens.
This commit is contained in:
Michael Zetterberg
2025-01-20 14:46:25 +01:00
parent 7ce2ee2922
commit 56973888c9
189 changed files with 34368 additions and 10344 deletions

View File

@@ -1,19 +1,20 @@
{
"name": "scandic",
"packageManager": "yarn@4.6.0",
"scripts": {
"build": "yarn workspace @scandic-hotels/design-system build && yarn workspace @scandic-hotels/scandic-web ci:build",
"lint": "yarn workspace @scandic-hotels/scandic-web lint",
"postinstall": "husky"
},
"workspaces": [
"apps/*",
"packages/*"
],
"devDependencies": {
"@types/react": "^18",
"@types/react-dom": "^18",
"husky": "^9.1.7",
"lint-staged": "^15.2.2"
}
"name": "scandic",
"packageManager": "yarn@4.6.0",
"scripts": {
"build": "yarn workspace @scandic-hotels/design-system build && yarn workspace @scandic-hotels/scandic-web ci:build",
"lint": "yarn workspace @scandic-hotels/scandic-web lint",
"postinstall": "husky"
},
"workspaces": [
"apps/*",
"packages/*"
],
"devDependencies": {
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"husky": "^9.1.7",
"lint-staged": "^15.2.2",
"ts-node": "^10.9.2"
}
}