@bigtablet/design-system 1.18.2 → 1.18.3

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.css CHANGED
@@ -435,6 +435,7 @@
435
435
  }
436
436
  .file_input:hover .file_input_label {
437
437
  border-color: rgba(0, 0, 0, 0.08);
438
+ cursor: pointer;
438
439
  }
439
440
  .file_input_control {
440
441
  position: absolute;
package/dist/index.js CHANGED
@@ -350,7 +350,7 @@ var FileInput = ({
350
350
  disabled && "file_input_disabled",
351
351
  className ?? ""
352
352
  ].filter(Boolean).join(" ");
353
- return /* @__PURE__ */ jsxs("div", { className: rootClassName, children: [
353
+ return /* @__PURE__ */ jsxs("div", { style: { cursor: "pointer" }, className: rootClassName, children: [
354
354
  /* @__PURE__ */ jsx(
355
355
  "input",
356
356
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigtablet/design-system",
3
- "version": "1.18.2",
3
+ "version": "1.18.3",
4
4
  "description": "Bigtablet Design System UI Components",
5
5
  "type": "module",
6
6
  "types": "dist/index.d.ts",