@dub/ui 0.2.66 → 0.2.67

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 (42) hide show
  1. package/dist/charts/index.d.ts +1 -1
  2. package/dist/charts/index.mjs +1 -1
  3. package/dist/chunk-37B7ZQ7B.mjs +2 -0
  4. package/dist/chunk-5C5DOJWI.mjs +2 -0
  5. package/dist/chunk-5LFZBS3Z.mjs +2 -0
  6. package/dist/chunk-5MCSNRWH.mjs +2 -0
  7. package/dist/chunk-6GHL4PE6.mjs +6 -0
  8. package/dist/chunk-6UXF6BOA.mjs +2 -0
  9. package/dist/chunk-AIPBKOLH.mjs +2 -0
  10. package/dist/chunk-ANZGUDWH.mjs +2 -0
  11. package/dist/chunk-B4QWWIEQ.mjs +2 -0
  12. package/dist/chunk-BZT6Z5NA.mjs +6 -0
  13. package/dist/chunk-C2454V36.mjs +6 -0
  14. package/dist/chunk-CUBJATAH.mjs +2 -0
  15. package/dist/chunk-ECXN25EA.mjs +6 -0
  16. package/dist/chunk-HDHSAHEH.mjs +2 -0
  17. package/dist/chunk-I7DUC446.mjs +6 -0
  18. package/dist/chunk-JFH4SO47.mjs +6 -0
  19. package/dist/chunk-L6ZGRK3C.mjs +6 -0
  20. package/dist/chunk-LYFAZEEN.mjs +2 -0
  21. package/dist/chunk-M6DNKKBP.mjs +6 -0
  22. package/dist/chunk-N62G6XWV.mjs +2 -0
  23. package/dist/chunk-NXHHOA65.mjs +2 -0
  24. package/dist/chunk-P6KLKPJO.mjs +2 -0
  25. package/dist/chunk-RPURMCEA.mjs +2 -0
  26. package/dist/chunk-TA5DM7Y4.mjs +2 -0
  27. package/dist/chunk-UGBTOG5R.mjs +2 -0
  28. package/dist/chunk-WGUEB7NV.mjs +2 -0
  29. package/dist/chunk-WMOQXXBL.mjs +2 -0
  30. package/dist/chunk-WVO62BEF.mjs +6 -0
  31. package/dist/chunk-X7SN6OIR.mjs +2 -0
  32. package/dist/chunk-XK6CNXEG.mjs +2 -0
  33. package/dist/chunk-Z2JBI2DG.mjs +2 -0
  34. package/dist/chunk-ZEGVO2ZO.mjs +6 -0
  35. package/dist/hooks/use-in-viewport.d.ts +2 -2
  36. package/dist/icons/index.d.ts +41 -3
  37. package/dist/icons/index.mjs +1 -1
  38. package/dist/index.css +1 -1
  39. package/dist/index.d.ts +59 -286
  40. package/dist/index.mjs +6 -6
  41. package/dist/nav/content/shared.d.ts +1 -1
  42. package/package.json +30 -22
@@ -1,6 +1,6 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import Link from 'next/link';
3
- import { ReactNode, ComponentProps, SVGProps } from 'react';
3
+ import { ReactNode, ComponentProps, SVGProps, type JSX } from 'react';
4
4
  import { Icon } from '../../icons/index.js';
5
5
  import 'lucide-react';
6
6
  import '../../icons/copy.js';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dub/ui",
3
3
  "description": "UI components for Dub",
4
- "version": "0.2.66",
4
+ "version": "0.2.67",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.mjs",
@@ -33,44 +33,52 @@
33
33
  "check-types": "tsc --noEmit"
34
34
  },
35
35
  "peerDependencies": {
36
- "next": "14.2.0-canary.47",
37
- "react": "^18.2.0",
38
- "react-dom": "^18.2.0"
36
+ "next": "15.5.4",
37
+ "react": "19.1.1",
38
+ "react-dom": "19.1.1"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@dub/tailwind-config": "workspace:*",
42
42
  "@dub/utils": "workspace:*",
43
43
  "@types/d3-array": "^3.2.1",
44
44
  "@types/js-cookie": "^3.0.6",
45
- "@types/react": "^18.2.47",
46
- "@types/react-dom": "^18.2.14",
45
+ "@types/react": "^19.1.14",
46
+ "@types/react-dom": "^19.1.9",
47
47
  "autoprefixer": "^10.4.16",
48
- "next": "14.2.0-canary.67",
48
+ "next": "15.5.4",
49
49
  "postcss": "^8.4.31",
50
- "react": "^18.2.0",
50
+ "react": "^19.1.1",
51
51
  "tailwindcss": "^3.4.4",
52
52
  "tsconfig": "workspace:*",
53
53
  "tsup": "^6.1.3",
54
54
  "typescript": "^5.1.6"
55
55
  },
56
56
  "dependencies": {
57
+ "@floating-ui/dom": "^1.6.12",
57
58
  "@floating-ui/react": "^0.26.20",
58
59
  "@internationalized/date": "^3.5.3",
59
- "@radix-ui/react-accordion": "^1.2.2",
60
- "@radix-ui/react-checkbox": "^1.1.3",
61
- "@radix-ui/react-dialog": "1.1.4",
62
- "@radix-ui/react-label": "^2.1.1",
63
- "@radix-ui/react-navigation-menu": "^1.2.3",
64
- "@radix-ui/react-popover": "1.1.4",
65
- "@radix-ui/react-radio-group": "^1.2.2",
66
- "@radix-ui/react-slot": "1.1.1",
67
- "@radix-ui/react-slider": "^1.3.5",
68
- "@radix-ui/react-switch": "^1.1.2",
69
- "@radix-ui/react-tooltip": "^1.1.6",
70
- "@radix-ui/react-visually-hidden": "^1.1.1",
60
+ "@radix-ui/react-accordion": "^1.2.12",
61
+ "@radix-ui/react-checkbox": "^1.3.3",
62
+ "@radix-ui/react-dialog": "1.1.15",
63
+ "@radix-ui/react-label": "^2.1.7",
64
+ "@radix-ui/react-navigation-menu": "^1.2.14",
65
+ "@radix-ui/react-popover": "1.1.15",
66
+ "@radix-ui/react-radio-group": "^1.3.8",
67
+ "@radix-ui/react-slider": "^1.3.6",
68
+ "@radix-ui/react-slot": "1.2.3",
69
+ "@radix-ui/react-switch": "^1.2.6",
70
+ "@radix-ui/react-tooltip": "^1.2.8",
71
+ "@radix-ui/react-visually-hidden": "^1.2.3",
71
72
  "@react-aria/datepicker": "^3.10.0",
72
73
  "@react-stately/datepicker": "^3.9.3",
73
74
  "@tanstack/react-table": "^8.17.3",
75
+ "@tiptap/extension-file-handler": "^3.0.9",
76
+ "@tiptap/extension-image": "^3.0.9",
77
+ "@tiptap/extension-mention": "^3.0.9",
78
+ "@tiptap/extensions": "^3.0.9",
79
+ "@tiptap/pm": "^3.0.9",
80
+ "@tiptap/react": "^3.0.9",
81
+ "@tiptap/starter-kit": "^3.0.9",
74
82
  "@visx/axis": "^2.14.0",
75
83
  "@visx/clip-path": "^3.3.0",
76
84
  "@visx/curve": "^3.3.0",
@@ -88,12 +96,12 @@
88
96
  "date-fns": "^3.6.0",
89
97
  "embla-carousel-autoplay": "^8.1.7",
90
98
  "embla-carousel-react": "^8.1.7",
91
- "framer-motion": "^10.16.16",
92
99
  "js-cookie": "^3.0.5",
93
100
  "js-sha256": "^0.11.0",
94
- "linkify-react": "^4.1.3",
101
+ "linkify-react": "^4.3.2",
95
102
  "linkifyjs": "^4.1.3",
96
103
  "lucide-react": "^0.462.0",
104
+ "motion": "^12.23.22",
97
105
  "react-day-picker": "^8.10.1",
98
106
  "sonner": "^1.4.41",
99
107
  "swr": "^2.1.5",