@nswds/app 0.1.14 → 1.6.0
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/README.md +0 -66
- package/dist/globals.css +5360 -0
- package/dist/index.cjs +1047 -515
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +228 -238
- package/dist/index.d.ts +228 -238
- package/dist/index.js +1030 -477
- package/dist/index.js.map +1 -1
- package/dist/styles.css +5292 -0
- package/dist/styles.css.map +1 -0
- package/dist/styles.d.cts +1 -0
- package/dist/styles.d.ts +1 -0
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -1,67 +1 @@
|
|
|
1
1
|
# NSW Application Design System
|
|
2
|
-
|
|
3
|
-
## Technology Stack
|
|
4
|
-
|
|
5
|
-
- ✅ [Next.js](https://nextjs.org/)
|
|
6
|
-
- ✅ [TypeScript](https://www.typescriptlang.org/)
|
|
7
|
-
- ✅ [React](https://react.dev/)
|
|
8
|
-
|
|
9
|
-
## Styling & UI Frameworks
|
|
10
|
-
|
|
11
|
-
- ✅ [Tailwind CSS V4](https://tailwindcss.com/)
|
|
12
|
-
- ✅ [Radix UI](https://www.radix-ui.com/)
|
|
13
|
-
- ✅ [shadcn/ui](https://ui.shadcn.com/)
|
|
14
|
-
- ✅ [NSW Design System](https://designsystem.nsw.gov.au/)
|
|
15
|
-
- ✅ [next-themes](https://github.com/pacocoursey/next-themes)
|
|
16
|
-
|
|
17
|
-
## Testing & Component Development
|
|
18
|
-
|
|
19
|
-
- ✅ [Storybook](https://storybook.js.org/)
|
|
20
|
-
- ✅ [Vitest](https://vitest.dev/)
|
|
21
|
-
- ✅ [Playwright](https://playwright.dev/)
|
|
22
|
-
|
|
23
|
-
## Build & Developer Tools
|
|
24
|
-
|
|
25
|
-
- ✅ [ESLint](https://eslint.org/)
|
|
26
|
-
- ✅ [Prettier](https://prettier.io/)
|
|
27
|
-
- ✅ [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/)
|
|
28
|
-
- ✅ [Git Conventional Commits](https://github.com/qoomon/git-conventional-commits)
|
|
29
|
-
- ✅ [OpenCommit](https://github.com/di-sukharev/opencommit)
|
|
30
|
-
- ✅ [platisd/openai-pr-description GitHub Action](https://github.com/platisd/openai-pr-description)
|
|
31
|
-
- ✅ [Semantic Versioning 2.0.0](https://semver.org/)
|
|
32
|
-
- ✅ [semantic-release](https://github.com/semantic-release/semantic-release)
|
|
33
|
-
- ✅ [conventional-changelog-cli](https://github.com/conventional-changelog/conventional-changelog)
|
|
34
|
-
|
|
35
|
-
## Security & Dependency Management
|
|
36
|
-
|
|
37
|
-
- ✅ [Snyk](https://snyk.io/)
|
|
38
|
-
- ✅ [Dependabot](https://github.com/dependabot)
|
|
39
|
-
|
|
40
|
-
## CI/CD & Deployment
|
|
41
|
-
|
|
42
|
-
- ✅ [GitHub Actions](https://github.com/features/actions)
|
|
43
|
-
- ✅ [Vercel](https://vercel.com/)
|
|
44
|
-
|
|
45
|
-
## Auth & Access Management
|
|
46
|
-
|
|
47
|
-
- ✅ [Auth.js](https://authjs.dev/)
|
|
48
|
-
|
|
49
|
-
## CMS / Content
|
|
50
|
-
|
|
51
|
-
- ✅ [Sanity](https://www.sanity.io/)
|
|
52
|
-
|
|
53
|
-
## Infrastructure & Performance
|
|
54
|
-
|
|
55
|
-
- ✅ [Cloudflare](https://www.cloudflare.com/en-au/)
|
|
56
|
-
|
|
57
|
-
## Database & ORM
|
|
58
|
-
|
|
59
|
-
- ✅ [Neon](https://neon.tech/)
|
|
60
|
-
- ✅ [Turso](https://turso.tech/)
|
|
61
|
-
- ✅ [Drizzle ORM](https://orm.drizzle.team/)
|
|
62
|
-
- ✅ [Prisma](https://www.prisma.io/)
|
|
63
|
-
|
|
64
|
-
## Email Infrastructure
|
|
65
|
-
|
|
66
|
-
- ✅ [React Email](https://react.email/)
|
|
67
|
-
- ✅ [Resend](https://resend.com/)
|