@vuer-ai/vuer-uikit 0.0.18 → 0.0.19

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/index.js CHANGED
@@ -26,11 +26,11 @@ var chunkFORVP7XH_js = require('./chunk-FORVP7XH.js');
26
26
  var chunk6N5422RT_js = require('./chunk-6N5422RT.js');
27
27
  require('./chunk-KJ42IGH6.js');
28
28
  var chunkQEY7BWIR_js = require('./chunk-QEY7BWIR.js');
29
- var chunkJAJNLRY5_js = require('./chunk-JAJNLRY5.js');
29
+ var chunkW7D57QE6_js = require('./chunk-W7D57QE6.js');
30
30
  var chunkIXHMIR5P_js = require('./chunk-IXHMIR5P.js');
31
31
  var chunk5OUTEHVX_js = require('./chunk-5OUTEHVX.js');
32
32
  var chunkMZ4POL3U_js = require('./chunk-MZ4POL3U.js');
33
- var chunkQA7H2Z3Z_js = require('./chunk-QA7H2Z3Z.js');
33
+ var chunkOQ237S4Z_js = require('./chunk-OQ237S4Z.js');
34
34
  var chunkSKO72K64_js = require('./chunk-SKO72K64.js');
35
35
  var chunkUFHMEEGL_js = require('./chunk-UFHMEEGL.js');
36
36
  require('./chunk-XWS4SIB5.js');
@@ -351,23 +351,23 @@ Object.defineProperty(exports, "CursorProvider", {
351
351
  });
352
352
  Object.defineProperty(exports, "CursorButton", {
353
353
  enumerable: true,
354
- get: function () { return chunkJAJNLRY5_js.CursorButton; }
354
+ get: function () { return chunkW7D57QE6_js.CursorButton; }
355
355
  });
356
356
  Object.defineProperty(exports, "CursorInputRoot", {
357
357
  enumerable: true,
358
- get: function () { return chunkJAJNLRY5_js.CursorInputRoot; }
358
+ get: function () { return chunkW7D57QE6_js.CursorInputRoot; }
359
359
  });
360
360
  Object.defineProperty(exports, "CursorSelectTrigger", {
361
361
  enumerable: true,
362
- get: function () { return chunkJAJNLRY5_js.CursorSelectTrigger; }
362
+ get: function () { return chunkW7D57QE6_js.CursorSelectTrigger; }
363
363
  });
364
364
  Object.defineProperty(exports, "CursorTabs", {
365
365
  enumerable: true,
366
- get: function () { return chunkJAJNLRY5_js.CursorTabs; }
366
+ get: function () { return chunkW7D57QE6_js.CursorTabs; }
367
367
  });
368
368
  Object.defineProperty(exports, "CursorTextarea", {
369
369
  enumerable: true,
370
- get: function () { return chunkJAJNLRY5_js.CursorTextarea; }
370
+ get: function () { return chunkW7D57QE6_js.CursorTextarea; }
371
371
  });
372
372
  Object.defineProperty(exports, "Tabs", {
373
373
  enumerable: true,
@@ -431,7 +431,7 @@ Object.defineProperty(exports, "SelectValue", {
431
431
  });
432
432
  Object.defineProperty(exports, "Button", {
433
433
  enumerable: true,
434
- get: function () { return chunkQA7H2Z3Z_js.Button; }
434
+ get: function () { return chunkOQ237S4Z_js.Button; }
435
435
  });
436
436
  Object.defineProperty(exports, "InputRoot", {
437
437
  enumerable: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vuer-ai/vuer-uikit",
3
- "version": "0.0.18",
3
+ "version": "0.0.19",
4
4
  "description": "React UI Kit components",
5
5
  "keywords": [
6
6
  "react",
package/src/ui/button.tsx CHANGED
@@ -7,6 +7,7 @@ import { cn } from "../utils";
7
7
  const buttonVariants = cva(
8
8
  [
9
9
  "inline-flex",
10
+ "cursor-pointer",
10
11
  "items-center",
11
12
  "justify-center",
12
13
  "shrink-0",