@overmap-ai/blocks 1.0.31-tailwind-components.23 → 1.0.31-tailwind-components.25
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/Menu/PageContent/PageContent.d.ts +2 -2
- package/dist/Menu/Pages/Pages.d.ts +2 -2
- package/dist/Menu/SelectedIndicator/SelectedIndicator.d.ts +4 -2
- package/dist/Menu/Sub/Sub.d.ts +2 -2
- package/dist/Menu/index.d.ts +6 -6
- package/dist/Menu/root/Root.d.ts +2 -2
- package/dist/Menu/typings.d.ts +4 -4
- package/dist/blocks.js +29 -648
- package/dist/blocks.js.map +1 -1
- package/dist/blocks.umd.cjs +32 -650
- package/dist/blocks.umd.cjs.map +1 -1
- package/package.json +11 -27
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@overmap-ai/blocks",
|
|
3
|
-
"version": "1.0.31-tailwind-components.
|
|
3
|
+
"version": "1.0.31-tailwind-components.25",
|
|
4
4
|
"description": "A collection of React components for building Overmap's UI.",
|
|
5
5
|
"private": false,
|
|
6
6
|
"author": "Wôrdn Inc.",
|
|
@@ -23,18 +23,19 @@
|
|
|
23
23
|
"@radix-ui/react-alert-dialog": "^1.1.5",
|
|
24
24
|
"@radix-ui/react-avatar": "^1.1.2",
|
|
25
25
|
"@radix-ui/react-checkbox": "^1.1.3",
|
|
26
|
-
"@radix-ui/react-collapsible": "^1.
|
|
27
|
-
"@radix-ui/react-dialog": "^1.
|
|
26
|
+
"@radix-ui/react-collapsible": "^1.1.2",
|
|
27
|
+
"@radix-ui/react-dialog": "^1.1.5",
|
|
28
28
|
"@radix-ui/react-dismissable-layer": "^1.1.4",
|
|
29
29
|
"@radix-ui/react-hover-card": "^1.1.5",
|
|
30
30
|
"@radix-ui/react-popover": "^1.1.5",
|
|
31
31
|
"@radix-ui/react-radio-group": "^1.2.2",
|
|
32
32
|
"@radix-ui/react-separator": "^1.1.1",
|
|
33
|
-
"@radix-ui/react-slot": "^1.
|
|
33
|
+
"@radix-ui/react-slot": "^1.1.1",
|
|
34
34
|
"@radix-ui/react-switch": "^1.1.2",
|
|
35
35
|
"@radix-ui/react-tabs": "^1.1.2",
|
|
36
|
-
"@radix-ui/react-toast": "^1.
|
|
37
|
-
"@radix-ui/react-toggle": "^1.
|
|
36
|
+
"@radix-ui/react-toast": "^1.2.5",
|
|
37
|
+
"@radix-ui/react-toggle": "^1.1.1",
|
|
38
|
+
"@radix-ui/react-toggle-group": "^1.1.1",
|
|
38
39
|
"@radix-ui/react-tooltip": "^1.1.7",
|
|
39
40
|
"class-variance-authority": "^0.7.1",
|
|
40
41
|
"re-resizable": "^6.10.3",
|
|
@@ -45,29 +46,14 @@
|
|
|
45
46
|
"tailwindcss-animate": "^1.0.7"
|
|
46
47
|
},
|
|
47
48
|
"peerDependencies": {
|
|
48
|
-
"react": "
|
|
49
|
-
"react-dom": "
|
|
49
|
+
"react": ">=18.2.0 <20.0.0",
|
|
50
|
+
"react-dom": ">=18.2.0 <20.0.0",
|
|
50
51
|
"tailwindcss": "^4.0.0"
|
|
51
52
|
},
|
|
52
53
|
"devDependencies": {
|
|
53
54
|
"@faker-js/faker": "^8.3.1",
|
|
54
55
|
"@floating-ui/react": "^0.26.16",
|
|
55
56
|
"@radix-ui/colors": "^3.0.0",
|
|
56
|
-
"@radix-ui/react-alert-dialog": "^1.1.5",
|
|
57
|
-
"@radix-ui/react-avatar": "^1.1.2",
|
|
58
|
-
"@radix-ui/react-checkbox": "^1.1.3",
|
|
59
|
-
"@radix-ui/react-collapsible": "^1.0.3",
|
|
60
|
-
"@radix-ui/react-dialog": "^1.0.5",
|
|
61
|
-
"@radix-ui/react-dismissable-layer": "^1.1.4",
|
|
62
|
-
"@radix-ui/react-hover-card": "^1.1.5",
|
|
63
|
-
"@radix-ui/react-popover": "^1.1.5",
|
|
64
|
-
"@radix-ui/react-radio-group": "^1.2.2",
|
|
65
|
-
"@radix-ui/react-separator": "^1.1.1",
|
|
66
|
-
"@radix-ui/react-slot": "^1.0.2",
|
|
67
|
-
"@radix-ui/react-toast": "^1.1.5",
|
|
68
|
-
"@radix-ui/react-toggle": "^1.0.3",
|
|
69
|
-
"@radix-ui/react-toggle-group": "^1.1.1",
|
|
70
|
-
"@radix-ui/react-tooltip": "^1.1.7",
|
|
71
57
|
"@react-hook/resize-observer": "^2.0.2",
|
|
72
58
|
"@rollup/plugin-commonjs": "^25.0.7",
|
|
73
59
|
"@storybook/addon-a11y": "^8.5.1",
|
|
@@ -99,13 +85,12 @@
|
|
|
99
85
|
"eslint-plugin-react-refresh": "^0.4.3",
|
|
100
86
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
101
87
|
"eslint-plugin-storybook": "^0.11.2",
|
|
102
|
-
"feather-icons-react": "^0.7.0",
|
|
103
88
|
"husky": "^8.0.3",
|
|
104
89
|
"lint-staged": "^14.0.1",
|
|
105
90
|
"prettier": "^3.0.3",
|
|
106
91
|
"re-resizable": "^6.10.3",
|
|
107
|
-
"react": "^
|
|
108
|
-
"react-dom": "^
|
|
92
|
+
"react": "^19.0.0",
|
|
93
|
+
"react-dom": "^19.0.0",
|
|
109
94
|
"react-error-boundary": "^4.0.13",
|
|
110
95
|
"react-icons": "^5.2.1",
|
|
111
96
|
"react-responsive": "^9.0.2",
|
|
@@ -113,7 +98,6 @@
|
|
|
113
98
|
"remark-gfm": "^4.0.0",
|
|
114
99
|
"rollup-plugin-polyfill-node": "^0.12.0",
|
|
115
100
|
"storybook": "^8.5.1",
|
|
116
|
-
"tailwind-scrollbar": "^3.1.0",
|
|
117
101
|
"tailwindcss": "4.0.0",
|
|
118
102
|
"tailwindcss-animate": "^1.0.7",
|
|
119
103
|
"typescript": "^5.0.2",
|