@underverse-ui/underverse 1.0.40 → 1.0.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.
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "package": "@underverse-ui/underverse",
3
- "version": "1.0.40",
3
+ "version": "1.0.42",
4
4
  "sourceEntry": "src/index.ts",
5
- "totalExports": 232,
5
+ "totalExports": 238,
6
6
  "exports": [
7
7
  {
8
8
  "name": "*",
@@ -322,6 +322,13 @@
322
322
  "reexport": true,
323
323
  "local": false
324
324
  },
325
+ {
326
+ "name": "Category",
327
+ "kind": "type",
328
+ "source": "./components/CategoryTreeSelect",
329
+ "reexport": true,
330
+ "local": false
331
+ },
325
332
  {
326
333
  "name": "CategoryTreeSelect",
327
334
  "kind": "value",
@@ -329,6 +336,41 @@
329
336
  "reexport": true,
330
337
  "local": false
331
338
  },
339
+ {
340
+ "name": "CategoryTreeSelectBaseProps",
341
+ "kind": "type",
342
+ "source": "./components/CategoryTreeSelect",
343
+ "reexport": true,
344
+ "local": false
345
+ },
346
+ {
347
+ "name": "CategoryTreeSelectLabels",
348
+ "kind": "type",
349
+ "source": "./components/CategoryTreeSelect",
350
+ "reexport": true,
351
+ "local": false
352
+ },
353
+ {
354
+ "name": "CategoryTreeSelectMultiProps",
355
+ "kind": "type",
356
+ "source": "./components/CategoryTreeSelect",
357
+ "reexport": true,
358
+ "local": false
359
+ },
360
+ {
361
+ "name": "CategoryTreeSelectProps",
362
+ "kind": "type",
363
+ "source": "./components/CategoryTreeSelect",
364
+ "reexport": true,
365
+ "local": false
366
+ },
367
+ {
368
+ "name": "CategoryTreeSelectSingleProps",
369
+ "kind": "type",
370
+ "source": "./components/CategoryTreeSelect",
371
+ "reexport": true,
372
+ "local": false
373
+ },
332
374
  {
333
375
  "name": "Checkbox",
334
376
  "kind": "value",
package/dist/index.cjs CHANGED
@@ -2247,7 +2247,7 @@ var Textarea = (0, import_react3.forwardRef)(
2247
2247
  onFocus: () => setIsFocused(true),
2248
2248
  onBlur: () => setIsFocused(false),
2249
2249
  className: cn(
2250
- "w-full rounded-full px-4 py-3 text-sm text-foreground transition-all duration-200",
2250
+ "w-full rounded-2xl px-4 py-3 text-sm text-foreground transition-all duration-200",
2251
2251
  "placeholder:text-muted-foreground focus:outline-none min-h-20",
2252
2252
  "disabled:cursor-not-allowed disabled:opacity-50",
2253
2253
  variantStyles6[variant],