@nswds/app 1.12.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nswds/app",
3
- "version": "1.12.0",
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.2",
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.2",
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,9 +60,12 @@
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",
68
+ "@uidotdev/usehooks": "^2.4.1",
66
69
  "class-variance-authority": "^0.7.1",
67
70
  "clsx": "^2.1.1",
68
71
  "cmdk": "^1.1.1",
@@ -70,9 +73,11 @@
70
73
  "date-fns": "^4.1.0",
71
74
  "embla-carousel-react": "^8.5.2",
72
75
  "lucide-react": "^0.483.0",
73
- "react": ">=18.0.0",
76
+ "motion": "^12.7.2",
77
+ "prismjs": "^1.30.0",
78
+ "react": "19.1.0",
74
79
  "react-day-picker": "^9.6.3",
75
- "react-dom": ">=18.0.0",
80
+ "react-dom": "19.1.0",
76
81
  "react-resizable-panels": "^2.1.7",
77
82
  "sonner": "^2.0.3",
78
83
  "tailwind-merge": "^3.0.2",
@@ -101,8 +106,9 @@
101
106
  "@storybook/theming": "^8.6.12",
102
107
  "@types/culori": "^2.1.1",
103
108
  "@types/node": "^20.17.28",
104
- "@types/react": "^19.0.12",
105
- "@types/react-dom": "^19.0.4",
109
+ "@types/prismjs": "^1.26.5",
110
+ "@types/react": "^19.1.2",
111
+ "@types/react-dom": "^19.1.2",
106
112
  "@vitest/browser": "^3.0.9",
107
113
  "@vitest/coverage-v8": "^3.0.9",
108
114
  "eslint": "^9",
@@ -114,17 +120,16 @@
114
120
  "postcss": "^8.5.3",
115
121
  "prettier": "^3.5.3",
116
122
  "prettier-plugin-tailwindcss": "^0.6.11",
123
+ "react-email": "4.0.7",
117
124
  "semantic-release": "^24.2.3",
118
125
  "storybook": "^8.6.12",
119
126
  "tsup": "^8.4.0",
120
- "typescript": "^5",
127
+ "typescript": "^5.8.3",
121
128
  "vitest": "^3.0.9"
122
129
  },
123
130
  "peerDependencies": {
124
131
  "next": ">=13.0.0",
125
- "next-themes": "^0.4.6",
126
- "react": ">=18.0.0",
127
- "react-dom": ">=18.0.0"
132
+ "next-themes": "^0.4.6"
128
133
  },
129
134
  "eslintConfig": {
130
135
  "extends": [