@itwin/itwinui-react 5.0.0-alpha.6 → 5.0.0-alpha.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@itwin/itwinui-react",
3
3
  "type": "module",
4
- "version": "5.0.0-alpha.6",
4
+ "version": "5.0.0-alpha.8",
5
5
  "license": "MIT",
6
6
  "sideEffects": false,
7
7
  "exports": {
@@ -14,12 +14,12 @@
14
14
  "./package.json": "./package.json"
15
15
  },
16
16
  "files": ["dist", "CHANGELOG.md", "LICENSE.md"],
17
- "description": "A React component library for the Kiwi design system",
17
+ "description": "A React component library for the iTwinUI design system",
18
18
  "author": "Bentley Systems",
19
- "homepage": "https://github.com/iTwin/kiwi",
19
+ "homepage": "https://github.com/iTwin/design-system",
20
20
  "repository": {
21
21
  "type": "git",
22
- "url": "https://github.com/iTwin/kiwi.git",
22
+ "url": "https://github.com/iTwin/design-system.git",
23
23
  "directory": "packages/kiwi-react"
24
24
  },
25
25
  "keywords": [
@@ -34,7 +34,7 @@
34
34
  "ui"
35
35
  ],
36
36
  "scripts": {
37
- "build": "rm -rf dist && node scripts/build.js && pnpm run build:dev && pnpm run build:types",
37
+ "build": "rimraf dist && node scripts/build.js && pnpm run build:dev && pnpm run build:types",
38
38
  "build:dev": "NODE_ENV=development node scripts/build.js",
39
39
  "build:types": "tsc --outDir dist",
40
40
  "dev": "tsc --watch --outDir dist"
@@ -51,6 +51,7 @@
51
51
  "lightningcss": "^1.28.2",
52
52
  "react": "19",
53
53
  "react-dom": "19",
54
+ "rimraf": "^6.0.1",
54
55
  "typescript": "5"
55
56
  },
56
57
  "peerDependencies": {