@tecsinapse/cortex-react 1.15.0-beta.23 → 1.15.0-beta.24

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.
@@ -27,7 +27,7 @@ const SelectMultiOption = ({
27
27
  ref: inputRef
28
28
  }
29
29
  ),
30
- labelExtractor(option)
30
+ /* @__PURE__ */ jsxRuntime.jsx("span", { className: "truncate flex-1", children: labelExtractor(option) })
31
31
  ]
32
32
  }
33
33
  );
@@ -45,7 +45,7 @@ const SelectTrigger = ({
45
45
  /* @__PURE__ */ jsxRuntime.jsx(
46
46
  "span",
47
47
  {
48
- className: clsx({ "mt-mili": hasValue && label }),
48
+ className: clsx("truncate", { "mt-mili": hasValue && label }),
49
49
  "data-testid": "select-placeholder",
50
50
  children: _placeholder
51
51
  }
@@ -25,7 +25,7 @@ const SelectMultiOption = ({
25
25
  ref: inputRef
26
26
  }
27
27
  ),
28
- labelExtractor(option$1)
28
+ /* @__PURE__ */ jsx("span", { className: "truncate flex-1", children: labelExtractor(option$1) })
29
29
  ]
30
30
  }
31
31
  );
@@ -43,7 +43,7 @@ const SelectTrigger = ({
43
43
  /* @__PURE__ */ jsx(
44
44
  "span",
45
45
  {
46
- className: clsx({ "mt-mili": hasValue && label }),
46
+ className: clsx("truncate", { "mt-mili": hasValue && label }),
47
47
  "data-testid": "select-placeholder",
48
48
  children: _placeholder
49
49
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tecsinapse/cortex-react",
3
- "version": "1.15.0-beta.23",
3
+ "version": "1.15.0-beta.24",
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.2.0-beta.6",
23
+ "@tecsinapse/cortex-core": "1.2.0-beta.7",
24
24
  "clsx": "2.1.1",
25
25
  "currency.js": "2.0.4",
26
26
  "embla-carousel-autoplay": "^8.0.0",
@@ -48,5 +48,5 @@
48
48
  "react-icons": ">=5.2.0",
49
49
  "tailwind": ">=3.3.0"
50
50
  },
51
- "gitHead": "5b5bc581b96f7722478482421cf42e9fe1420a44"
51
+ "gitHead": "7e3136e8a02ab28eecd0302ebed2e78273d385b0"
52
52
  }