dawn-ui-react 1.0.0-beta.1 → 1.0.0-beta.2

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,6 +1,22 @@
1
1
  {
2
2
  "name": "dawn-ui-react",
3
- "version": "1.0.0-beta.1",
3
+ "version": "1.0.0-beta.2",
4
+ "description": "A React component library for building polished product interfaces with composable primitives and Tailwind CSS styling.",
5
+ "keywords": [
6
+ "accessible-ui",
7
+ "component-library",
8
+ "components",
9
+ "design-system",
10
+ "react",
11
+ "storybook",
12
+ "tailwindcss",
13
+ "typescript",
14
+ "ui"
15
+ ],
16
+ "homepage": "https://github.com/PHNTMbandit/dawn-ui-react#readme",
17
+ "bugs": {
18
+ "url": "https://github.com/PHNTMbandit/dawn-ui-react/issues"
19
+ },
4
20
  "license": "MIT",
5
21
  "repository": {
6
22
  "type": "git",
@@ -116,8 +132,7 @@
116
132
  },
117
133
  "peerDependencies": {
118
134
  "react": "^19.0.0",
119
- "react-dom": "^19.0.0",
120
- "use-sync-external-store": "^1.2.0"
135
+ "react-dom": "^19.0.0"
121
136
  },
122
137
  "lint-staged": {
123
138
  "*.{js,jsx,ts,tsx,mjs,cjs}": "pnpm run lint",