@burdenoff/website-sdk 2026.824.2 → 2026.826.1
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/client/index.d.mts +1 -2
- package/dist/client/index.d.ts +1 -2
- package/dist/components/contact.d.mts +2 -2
- package/dist/components/contact.d.ts +2 -2
- package/dist/components/electron-download.d.mts +2 -2
- package/dist/components/electron-download.d.ts +2 -2
- package/dist/components/launch-countdown.d.mts +2 -2
- package/dist/components/launch-countdown.d.ts +2 -2
- package/dist/components/newsletter.d.mts +3 -3
- package/dist/components/newsletter.d.ts +3 -3
- package/dist/components/partners.d.mts +2 -2
- package/dist/components/partners.d.ts +2 -2
- package/dist/components/pricing.d.mts +3 -3
- package/dist/components/pricing.d.ts +3 -3
- package/dist/components/problems-solved.d.mts +2 -2
- package/dist/components/problems-solved.d.ts +2 -2
- package/dist/components/resource-links.d.mts +2 -2
- package/dist/components/resource-links.d.ts +2 -2
- package/dist/components/social-links.d.mts +2 -2
- package/dist/components/social-links.d.ts +2 -2
- package/dist/components/unsubscribe.d.mts +2 -2
- package/dist/components/unsubscribe.d.ts +2 -2
- package/dist/components/unsubscribe.js.map +1 -1
- package/dist/components/unsubscribe.mjs.map +1 -1
- package/dist/components/waitlist.d.mts +3 -3
- package/dist/components/waitlist.d.ts +3 -3
- package/dist/components/website-switcher.d.mts +2 -2
- package/dist/components/website-switcher.d.ts +2 -2
- package/dist/content/index.d.mts +1 -2
- package/dist/content/index.d.ts +1 -2
- package/dist/{index-CuMRiKGB.d.mts → index-B36goDSY.d.mts} +10 -10
- package/dist/{index-CFsUFxYo.d.ts → index-Cts2CAMO.d.ts} +10 -10
- package/dist/index.d.mts +12 -13
- package/dist/index.d.ts +12 -13
- package/dist/index.js.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/product/index.d.mts +2 -2
- package/dist/product/index.d.ts +2 -2
- package/dist/{product-card-DL9O3Ez9.d.mts → product-card-CGxETsFa.d.mts} +7 -7
- package/dist/{product-card-DL9O3Ez9.d.ts → product-card-CGxETsFa.d.ts} +7 -7
- package/dist/{provider-BhsbxVPo.d.mts → provider-BZlnZDBb.d.mts} +2 -2
- package/dist/{provider-D-Do5PmD.d.ts → provider-CRLmsW5h.d.ts} +2 -2
- package/dist/seo/index.d.mts +2 -2
- package/dist/seo/index.d.ts +2 -2
- package/dist/store/index.d.mts +3 -3
- package/dist/store/index.d.ts +3 -3
- package/dist/store/index.js.map +1 -1
- package/dist/store/index.mjs.map +1 -1
- package/package.json +35 -30
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@burdenoff/website-sdk",
|
|
3
|
-
"version": "2026.
|
|
3
|
+
"version": "2026.826.1",
|
|
4
4
|
"description": "Shared SDK for Burdenoff product websites - reusable React components, utilities, and configurations",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -112,49 +112,49 @@
|
|
|
112
112
|
"zod": ">=3.0.0"
|
|
113
113
|
},
|
|
114
114
|
"dependencies": {
|
|
115
|
-
"isomorphic-dompurify": "^2.
|
|
115
|
+
"isomorphic-dompurify": "^2.36.0",
|
|
116
116
|
"react-markdown": "^10.1.0",
|
|
117
117
|
"rehype-sanitize": "^6.0.0",
|
|
118
118
|
"remark-gfm": "^4.0.1"
|
|
119
119
|
},
|
|
120
120
|
"devDependencies": {
|
|
121
|
-
"@eslint/js": "^9.39.
|
|
122
|
-
"@hookform/resolvers": "^5.
|
|
123
|
-
"@radix-ui/react-dropdown-menu": "^2.1.
|
|
124
|
-
"@radix-ui/react-label": "^2.
|
|
125
|
-
"@radix-ui/react-slot": "^1.
|
|
121
|
+
"@eslint/js": "^9.39.5",
|
|
122
|
+
"@hookform/resolvers": "^5.9.1",
|
|
123
|
+
"@radix-ui/react-dropdown-menu": "^2.1.24",
|
|
124
|
+
"@radix-ui/react-label": "^2.1.15",
|
|
125
|
+
"@radix-ui/react-slot": "^1.3.3",
|
|
126
126
|
"@testing-library/react": "^16.3.2",
|
|
127
|
-
"@types/node": "^22.
|
|
128
|
-
"@types/react": "^18.3.
|
|
129
|
-
"@types/react-dom": "^18.3.
|
|
127
|
+
"@types/node": "^22.20.1",
|
|
128
|
+
"@types/react": "^18.3.31",
|
|
129
|
+
"@types/react-dom": "^18.3.7",
|
|
130
130
|
"@types/react-google-recaptcha": "^2.1.9",
|
|
131
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
132
|
-
"@typescript-eslint/parser": "^8.
|
|
133
|
-
"@vitest/coverage-v8": "^4.
|
|
131
|
+
"@typescript-eslint/eslint-plugin": "^8.68.0",
|
|
132
|
+
"@typescript-eslint/parser": "^8.68.0",
|
|
133
|
+
"@vitest/coverage-v8": "^4.1.11",
|
|
134
134
|
"class-variance-authority": "^0.7.1",
|
|
135
135
|
"clsx": "^2.1.1",
|
|
136
|
-
"eslint": "^9.
|
|
136
|
+
"eslint": "^9.39.5",
|
|
137
137
|
"eslint-config-prettier": "^10.1.8",
|
|
138
|
-
"eslint-import-resolver-typescript": "^4.4.
|
|
138
|
+
"eslint-import-resolver-typescript": "^4.4.5",
|
|
139
139
|
"eslint-plugin-import": "^2.32.0",
|
|
140
140
|
"eslint-plugin-react": "^7.37.5",
|
|
141
|
-
"eslint-plugin-react-hooks": "^5.
|
|
141
|
+
"eslint-plugin-react-hooks": "^5.2.0",
|
|
142
142
|
"globals": "^16.5.0",
|
|
143
|
-
"jsdom": "^24.
|
|
143
|
+
"jsdom": "^24.1.3",
|
|
144
144
|
"lucide-react": "^0.462.0",
|
|
145
|
-
"prettier": "^3.6
|
|
145
|
+
"prettier": "^3.9.6",
|
|
146
146
|
"react": "^18.3.1",
|
|
147
147
|
"react-dom": "^18.3.1",
|
|
148
148
|
"react-google-recaptcha": "^3.1.0",
|
|
149
149
|
"react-helmet-async": "^2.0.5",
|
|
150
|
-
"react-hook-form": "^7.
|
|
151
|
-
"sonner": "^2.0.
|
|
152
|
-
"tailwind-merge": "^3.
|
|
153
|
-
"tsup": "^8.
|
|
154
|
-
"typescript": "^5.
|
|
155
|
-
"typescript-eslint": "^8.
|
|
156
|
-
"vitest": "^4.
|
|
157
|
-
"zod": "^3.25.
|
|
150
|
+
"react-hook-form": "^7.86.0",
|
|
151
|
+
"sonner": "^2.0.8",
|
|
152
|
+
"tailwind-merge": "^3.6.0",
|
|
153
|
+
"tsup": "^8.5.1",
|
|
154
|
+
"typescript": "^5.9.3",
|
|
155
|
+
"typescript-eslint": "^8.68.0",
|
|
156
|
+
"vitest": "^4.1.11",
|
|
157
|
+
"zod": "^3.25.76"
|
|
158
158
|
},
|
|
159
159
|
"engines": {
|
|
160
160
|
"node": ">=18.0.0",
|
|
@@ -163,18 +163,23 @@
|
|
|
163
163
|
"overrides": {
|
|
164
164
|
"lodash": ">=4.17.21",
|
|
165
165
|
"lodash-es": ">=4.17.21",
|
|
166
|
-
"dompurify": "
|
|
166
|
+
"dompurify": "3.4.14",
|
|
167
167
|
"fast-xml-parser": ">=4.5.5",
|
|
168
168
|
"@xmldom/xmldom": ">=0.8.12",
|
|
169
169
|
"swiper": ">=12.1.2",
|
|
170
|
-
"brace-expansion": "1.1.
|
|
170
|
+
"brace-expansion": "1.1.18",
|
|
171
171
|
"follow-redirects": ">=1.15.12",
|
|
172
172
|
"smol-toml": ">=1.6.1",
|
|
173
173
|
"axios": ">=1.15.0",
|
|
174
174
|
"flatted": ">=3.4.1",
|
|
175
175
|
"yaml": ">=2.8.3",
|
|
176
|
-
"picomatch": "
|
|
176
|
+
"picomatch": "4.0.7",
|
|
177
177
|
"immutable": ">=3.8.3",
|
|
178
|
-
"minimatch": "3.1.
|
|
178
|
+
"minimatch": "3.1.4",
|
|
179
|
+
"nanoid": "3.3.18",
|
|
180
|
+
"postcss": "8.5.26",
|
|
181
|
+
"undici": "7.29.0",
|
|
182
|
+
"vite": "7.3.5",
|
|
183
|
+
"esbuild": "0.28.1"
|
|
179
184
|
}
|
|
180
185
|
}
|