@nswds/app 1.13.0 → 1.14.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/dist/globals.css +742 -341
- package/dist/index.cjs +7045 -5489
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +552 -0
- package/dist/index.css.map +1 -0
- package/dist/index.d.cts +1910 -747
- package/dist/index.d.ts +1910 -747
- package/dist/index.js +6821 -5208
- package/dist/index.js.map +1 -1
- package/dist/styles.css +802 -423
- package/dist/styles.css.map +1 -1
- package/dist/styles.d.cts +1 -2
- package/dist/styles.d.ts +1 -2
- package/package.json +15 -11
package/dist/styles.d.cts
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export { }
|
|
1
|
+
export {}
|
package/dist/styles.d.ts
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export { }
|
|
1
|
+
export {}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nswds/app",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.14.0",
|
|
4
4
|
"main": "dist/index.cjs",
|
|
5
5
|
"module": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"@radix-ui/react-dialog": "^1.1.6",
|
|
45
45
|
"@radix-ui/react-dropdown-menu": "^2.1.6",
|
|
46
46
|
"@radix-ui/react-hover-card": "^1.1.6",
|
|
47
|
-
"@radix-ui/react-label": "^2.1.
|
|
47
|
+
"@radix-ui/react-label": "^2.1.3",
|
|
48
48
|
"@radix-ui/react-menubar": "^1.1.6",
|
|
49
49
|
"@radix-ui/react-navigation-menu": "^1.2.5",
|
|
50
50
|
"@radix-ui/react-popover": "^1.1.6",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"@radix-ui/react-radio-group": "^1.2.3",
|
|
53
53
|
"@radix-ui/react-scroll-area": "^1.2.3",
|
|
54
54
|
"@radix-ui/react-select": "^2.1.6",
|
|
55
|
-
"@radix-ui/react-separator": "^1.1.
|
|
55
|
+
"@radix-ui/react-separator": "^1.1.3",
|
|
56
56
|
"@radix-ui/react-slider": "^1.2.3",
|
|
57
57
|
"@radix-ui/react-slot": "^1.2.0",
|
|
58
58
|
"@radix-ui/react-switch": "^1.1.3",
|
|
@@ -60,6 +60,8 @@
|
|
|
60
60
|
"@radix-ui/react-toggle": "^1.1.3",
|
|
61
61
|
"@radix-ui/react-toggle-group": "^1.1.3",
|
|
62
62
|
"@radix-ui/react-tooltip": "^1.1.8",
|
|
63
|
+
"@react-email/components": "0.0.36",
|
|
64
|
+
"@responsive-email/react-email": "^0.0.4",
|
|
63
65
|
"@sindresorhus/slugify": "^2.2.1",
|
|
64
66
|
"@tailwindcss/postcss": "^4.1.3",
|
|
65
67
|
"@tailwindcss/typography": "^0.5.16",
|
|
@@ -71,9 +73,11 @@
|
|
|
71
73
|
"date-fns": "^4.1.0",
|
|
72
74
|
"embla-carousel-react": "^8.5.2",
|
|
73
75
|
"lucide-react": "^0.483.0",
|
|
74
|
-
"
|
|
76
|
+
"motion": "^12.7.2",
|
|
77
|
+
"prismjs": "^1.30.0",
|
|
78
|
+
"react": "19.1.0",
|
|
75
79
|
"react-day-picker": "^9.6.3",
|
|
76
|
-
"react-dom": "
|
|
80
|
+
"react-dom": "19.1.0",
|
|
77
81
|
"react-resizable-panels": "^2.1.7",
|
|
78
82
|
"sonner": "^2.0.3",
|
|
79
83
|
"tailwind-merge": "^3.0.2",
|
|
@@ -102,8 +106,9 @@
|
|
|
102
106
|
"@storybook/theming": "^8.6.12",
|
|
103
107
|
"@types/culori": "^2.1.1",
|
|
104
108
|
"@types/node": "^20.17.28",
|
|
105
|
-
"@types/
|
|
106
|
-
"@types/react
|
|
109
|
+
"@types/prismjs": "^1.26.5",
|
|
110
|
+
"@types/react": "^19.1.2",
|
|
111
|
+
"@types/react-dom": "^19.1.2",
|
|
107
112
|
"@vitest/browser": "^3.0.9",
|
|
108
113
|
"@vitest/coverage-v8": "^3.0.9",
|
|
109
114
|
"eslint": "^9",
|
|
@@ -115,17 +120,16 @@
|
|
|
115
120
|
"postcss": "^8.5.3",
|
|
116
121
|
"prettier": "^3.5.3",
|
|
117
122
|
"prettier-plugin-tailwindcss": "^0.6.11",
|
|
123
|
+
"react-email": "4.0.7",
|
|
118
124
|
"semantic-release": "^24.2.3",
|
|
119
125
|
"storybook": "^8.6.12",
|
|
120
126
|
"tsup": "^8.4.0",
|
|
121
|
-
"typescript": "^5",
|
|
127
|
+
"typescript": "^5.8.3",
|
|
122
128
|
"vitest": "^3.0.9"
|
|
123
129
|
},
|
|
124
130
|
"peerDependencies": {
|
|
125
131
|
"next": ">=13.0.0",
|
|
126
|
-
"next-themes": "^0.4.6"
|
|
127
|
-
"react": ">=18.0.0",
|
|
128
|
-
"react-dom": ">=18.0.0"
|
|
132
|
+
"next-themes": "^0.4.6"
|
|
129
133
|
},
|
|
130
134
|
"eslintConfig": {
|
|
131
135
|
"extends": [
|