@tecsinapse/cortex-react 1.13.5 → 1.13.7-beta.0

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.
@@ -23,7 +23,7 @@ const InputBox = React.forwardRef(
23
23
  "label",
24
24
  {
25
25
  htmlFor: id ?? name,
26
- className: cortexCore.labelStyle({ intent: variants?.intent, placeholder }),
26
+ className: cortexCore.labelStyle({ intent: variants?.intent, placeholder, className: "pointer-events-none" }),
27
27
  "data-testid": "input-label",
28
28
  children: label
29
29
  }
@@ -21,7 +21,7 @@ const InputBox = React.forwardRef(
21
21
  "label",
22
22
  {
23
23
  htmlFor: id ?? name,
24
- className: labelStyle({ intent: variants?.intent, placeholder }),
24
+ className: labelStyle({ intent: variants?.intent, placeholder, className: "pointer-events-none" }),
25
25
  "data-testid": "input-label",
26
26
  children: label
27
27
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tecsinapse/cortex-react",
3
- "version": "1.13.5",
3
+ "version": "1.13.7-beta.0",
4
4
  "description": "React components based in @tecsinapse/cortex-core",
5
5
  "license": "MIT",
6
6
  "main": "dist/esm/index.js",
@@ -20,7 +20,7 @@
20
20
  "dependencies": {
21
21
  "@floating-ui/react": "^0.26.18",
22
22
  "@internationalized/date": "3.7.0",
23
- "@tecsinapse/cortex-core": "1.1.2",
23
+ "@tecsinapse/cortex-core": "1.1.3",
24
24
  "clsx": "2.1.1",
25
25
  "currency.js": "2.0.4",
26
26
  "react-aria": "3.38.1",
@@ -47,5 +47,5 @@
47
47
  "react-icons": ">=5.2.0",
48
48
  "tailwind": ">=3.3.0"
49
49
  },
50
- "gitHead": "1a6b15c524de82b4dab4d8153b1160b859e1abb8"
50
+ "gitHead": "2f8c4d476da6da55ca0c40bb9d3819b18383718a"
51
51
  }