Skip to content

Commit dc85aa3

Browse files
authored
Merge c6ae056 into 47bb2bf
2 parents 47bb2bf + c6ae056 commit dc85aa3

File tree

3 files changed

+613
-1
lines changed

3 files changed

+613
-1
lines changed

package-lock.json

+80
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,13 @@
3030
"homepage": "https://github.com/primer/primitives#readme",
3131
"scripts": {
3232
"build": "ts-node ./scripts/build.ts && tsc --project tsconfig.build.json",
33-
"build:next": "npm run build:v8 && npm run build:fallbacks && npm run build:figma",
33+
"build:next": "npm run build:v8 && npm run build:fallbacks && npm run build:figma && npm run build:intellisense",
3434
"build:v8": "ts-node ./scripts/buildTokens.ts",
3535
"build:fallbacks": "ts-node ./scripts/buildFallbacks.ts",
3636
"build:figma": "ts-node scripts/buildFigma.ts",
3737
"build:tokens": "node -e \"require('./build')._init()\"",
3838
"build:new-tokens": "npm run build:tokens && npm run build:next && npm run build:figma",
39+
"build:intellisense": "ts-node ./scripts/createPropertyVariableMap.ts",
3940
"tokenJson:check": "ts-node scripts/diffThemes.ts && ts-node scripts/diffTokenProps.ts",
4041
"contrast:check": "ts-node scripts/color-contrast.ts",
4142
"format": "prettier --write '**/*.{js,jsx,ts,tsx,md,mdx,css}'",
@@ -62,6 +63,7 @@
6263
"@github/prettier-config": "^0.0.6",
6364
"@playwright/test": "^1.43.0",
6465
"@types/flat": "^5.0.1",
66+
"@types/glob": "^8.1.0",
6567
"@types/jest": "^29.5.2",
6668
"@types/lodash": "^4.14.195",
6769
"@types/node": "^20.4.0",
@@ -71,6 +73,7 @@
7173
"color-blend": "^4.0.0",
7274
"color2k": "^2.0.0",
7375
"console-table-printer": "^2.11.1",
76+
"csstype": "^3.1.2",
7477
"deepmerge": "^4.2.2",
7578
"eslint": "^8.12.0",
7679
"eslint-config-prettier": "^8.6.0",
@@ -89,6 +92,7 @@
8992
"lodash": "^4.17.20",
9093
"markdown-table-ts": "^1.0.3",
9194
"mkdirp": "^3.0.1",
95+
"postcss": "^8.4.24",
9296
"prettier": "^2.7.1",
9397
"style-dictionary": "^3.9.2",
9498
"ts-jest": "^29.1.2",

0 commit comments

Comments
 (0)