@turingpaper/ui 0.0.1-test.6 → 0.0.1-test.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turingpaper/ui",
3
- "version": "0.0.1-test.6",
3
+ "version": "0.0.1-test.7",
4
4
  "type": "module",
5
5
  "description": "Pre-built Shadcn/ui component library for Turingpaper TSX functions",
6
6
  "license": "MIT",
@@ -157,6 +157,10 @@
157
157
  "./input-otp": {
158
158
  "import": "./dist/input-otp.mjs",
159
159
  "types": "./dist/components/input-otp.d.ts"
160
+ },
161
+ "./map": {
162
+ "import": "./dist/map.mjs",
163
+ "types": "./dist/components/map.d.ts"
160
164
  }
161
165
  },
162
166
  "files": [
@@ -177,6 +181,7 @@
177
181
  "cmdk": "^1.1.1",
178
182
  "input-otp": "^1.4.2",
179
183
  "lucide-react": "^0.562.0",
184
+ "maplibre-gl": "^5.21.1",
180
185
  "radix-ui": "^1.4.3",
181
186
  "recharts": "^3.8.0",
182
187
  "tailwind-merge": "^3.4.0",