@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.
- package/dist/charts/index.d.ts +1 -1
- package/dist/charts/index.mjs +1 -1
- package/dist/chunk-37B7ZQ7B.mjs +2 -0
- package/dist/chunk-5C5DOJWI.mjs +2 -0
- package/dist/chunk-5LFZBS3Z.mjs +2 -0
- package/dist/chunk-5MCSNRWH.mjs +2 -0
- package/dist/chunk-6GHL4PE6.mjs +6 -0
- package/dist/chunk-6UXF6BOA.mjs +2 -0
- package/dist/chunk-AIPBKOLH.mjs +2 -0
- package/dist/chunk-ANZGUDWH.mjs +2 -0
- package/dist/chunk-B4QWWIEQ.mjs +2 -0
- package/dist/chunk-BZT6Z5NA.mjs +6 -0
- package/dist/chunk-C2454V36.mjs +6 -0
- package/dist/chunk-CUBJATAH.mjs +2 -0
- package/dist/chunk-ECXN25EA.mjs +6 -0
- package/dist/chunk-HDHSAHEH.mjs +2 -0
- package/dist/chunk-I7DUC446.mjs +6 -0
- package/dist/chunk-JFH4SO47.mjs +6 -0
- package/dist/chunk-L6ZGRK3C.mjs +6 -0
- package/dist/chunk-LYFAZEEN.mjs +2 -0
- package/dist/chunk-M6DNKKBP.mjs +6 -0
- package/dist/chunk-N62G6XWV.mjs +2 -0
- package/dist/chunk-NXHHOA65.mjs +2 -0
- package/dist/chunk-P6KLKPJO.mjs +2 -0
- package/dist/chunk-RPURMCEA.mjs +2 -0
- package/dist/chunk-TA5DM7Y4.mjs +2 -0
- package/dist/chunk-UGBTOG5R.mjs +2 -0
- package/dist/chunk-WGUEB7NV.mjs +2 -0
- package/dist/chunk-WMOQXXBL.mjs +2 -0
- package/dist/chunk-WVO62BEF.mjs +6 -0
- package/dist/chunk-X7SN6OIR.mjs +2 -0
- package/dist/chunk-XK6CNXEG.mjs +2 -0
- package/dist/chunk-Z2JBI2DG.mjs +2 -0
- package/dist/chunk-ZEGVO2ZO.mjs +6 -0
- package/dist/hooks/use-in-viewport.d.ts +2 -2
- package/dist/icons/index.d.ts +41 -3
- package/dist/icons/index.mjs +1 -1
- package/dist/index.css +1 -1
- package/dist/index.d.ts +59 -286
- package/dist/index.mjs +6 -6
- package/dist/nav/content/shared.d.ts +1 -1
- 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.
|
|
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": "
|
|
37
|
-
"react": "
|
|
38
|
-
"react-dom": "
|
|
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": "^
|
|
46
|
-
"@types/react-dom": "^
|
|
45
|
+
"@types/react": "^19.1.14",
|
|
46
|
+
"@types/react-dom": "^19.1.9",
|
|
47
47
|
"autoprefixer": "^10.4.16",
|
|
48
|
-
"next": "
|
|
48
|
+
"next": "15.5.4",
|
|
49
49
|
"postcss": "^8.4.31",
|
|
50
|
-
"react": "^
|
|
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.
|
|
60
|
-
"@radix-ui/react-checkbox": "^1.
|
|
61
|
-
"@radix-ui/react-dialog": "1.1.
|
|
62
|
-
"@radix-ui/react-label": "^2.1.
|
|
63
|
-
"@radix-ui/react-navigation-menu": "^1.2.
|
|
64
|
-
"@radix-ui/react-popover": "1.1.
|
|
65
|
-
"@radix-ui/react-radio-group": "^1.
|
|
66
|
-
"@radix-ui/react-
|
|
67
|
-
"@radix-ui/react-
|
|
68
|
-
"@radix-ui/react-switch": "^1.
|
|
69
|
-
"@radix-ui/react-tooltip": "^1.
|
|
70
|
-
"@radix-ui/react-visually-hidden": "^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.
|
|
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",
|