@dbx-tools/ui-appkit 0.3.40 → 0.3.42

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.
Files changed (2) hide show
  1. package/index.ts +1 -0
  2. package/package.json +3 -3
package/index.ts CHANGED
@@ -3,3 +3,4 @@
3
3
  // Hand edits are overwritten on the next watch; this file is read-only.
4
4
 
5
5
  export * as vite from "./src/vite";
6
+ export { appkitUiVitePlugins } from "./src/vite";
package/package.json CHANGED
@@ -21,14 +21,14 @@
21
21
  "react-dom": "^19.2.4",
22
22
  "streamdown": "^2.5.0",
23
23
  "tailwindcss": "^4.3.2",
24
- "@dbx-tools/shared-core": "0.3.40",
25
- "@dbx-tools/ui-branding": "0.3.40"
24
+ "@dbx-tools/shared-core": "0.3.42",
25
+ "@dbx-tools/ui-branding": "0.3.42"
26
26
  },
27
27
  "license": "UNLICENSED",
28
28
  "publishConfig": {
29
29
  "access": "public"
30
30
  },
31
- "version": "0.3.40",
31
+ "version": "0.3.42",
32
32
  "type": "module",
33
33
  "exports": {
34
34
  "./react": "./src/react/index.ts",