@dreamtree-org/twreact-ui 1.0.67 → 1.0.68

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
@@ -240,7 +240,7 @@ const Check = createLucideIcon$1("Check", [
240
240
  */
241
241
 
242
242
 
243
- const ChevronDown$1 = createLucideIcon$1("ChevronDown", [
243
+ const ChevronDown = createLucideIcon$1("ChevronDown", [
244
244
  ["path", { d: "m6 9 6 6 6-6", key: "qrunsl" }]
245
245
  ]);
246
246
 
@@ -3716,7 +3716,7 @@ var Select = /*#__PURE__*/React.forwardRef(function (_ref, forwardedRef) {
3716
3716
  return _objectSpread$a(_objectSpread$a({}, prev), {}, _defineProperty$4({}, group.label, !prev[group.label]));
3717
3717
  });
3718
3718
  }
3719
- }, /*#__PURE__*/React.createElement(ChevronDown$1, {
3719
+ }, /*#__PURE__*/React.createElement(ChevronDown, {
3720
3720
  className: cn$1("h-4 w-4 text-gray-400 transition-transform", {
3721
3721
  "rotate-180": collapsedGroups[group.label]
3722
3722
  })
@@ -3825,7 +3825,7 @@ var Select = /*#__PURE__*/React.forwardRef(function (_ref, forwardedRef) {
3825
3825
  "aria-label": "Clear selection"
3826
3826
  }, /*#__PURE__*/React.createElement(X, {
3827
3827
  className: "h-4 w-4"
3828
- })), /*#__PURE__*/React.createElement(ChevronDown$1, {
3828
+ })), /*#__PURE__*/React.createElement(ChevronDown, {
3829
3829
  className: cn$1("h-4 w-4 text-gray-400 transition-transform", {
3830
3830
  "rotate-180": isOpen
3831
3831
  })
@@ -4665,7 +4665,7 @@ var Table = function Table(_ref) {
4665
4665
  className: cn$1("h-3 w-3", {
4666
4666
  "text-primary-600": sortConfig.key === column.key && sortConfig.direction === "asc"
4667
4667
  })
4668
- }), /*#__PURE__*/React.createElement(ChevronDown$1, {
4668
+ }), /*#__PURE__*/React.createElement(ChevronDown, {
4669
4669
  className: cn$1("h-3 w-3 -mt-1", {
4670
4670
  "text-primary-600": sortConfig.key === column.key && sortConfig.direction === "desc"
4671
4671
  })