@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.esm.js CHANGED
@@ -220,7 +220,7 @@ const Check = createLucideIcon$1("Check", [
220
220
  */
221
221
 
222
222
 
223
- const ChevronDown$1 = createLucideIcon$1("ChevronDown", [
223
+ const ChevronDown = createLucideIcon$1("ChevronDown", [
224
224
  ["path", { d: "m6 9 6 6 6-6", key: "qrunsl" }]
225
225
  ]);
226
226
 
@@ -3696,7 +3696,7 @@ var Select = /*#__PURE__*/React__default.forwardRef(function (_ref, forwardedRef
3696
3696
  return _objectSpread$a(_objectSpread$a({}, prev), {}, _defineProperty$4({}, group.label, !prev[group.label]));
3697
3697
  });
3698
3698
  }
3699
- }, /*#__PURE__*/React__default.createElement(ChevronDown$1, {
3699
+ }, /*#__PURE__*/React__default.createElement(ChevronDown, {
3700
3700
  className: cn$1("h-4 w-4 text-gray-400 transition-transform", {
3701
3701
  "rotate-180": collapsedGroups[group.label]
3702
3702
  })
@@ -3805,7 +3805,7 @@ var Select = /*#__PURE__*/React__default.forwardRef(function (_ref, forwardedRef
3805
3805
  "aria-label": "Clear selection"
3806
3806
  }, /*#__PURE__*/React__default.createElement(X, {
3807
3807
  className: "h-4 w-4"
3808
- })), /*#__PURE__*/React__default.createElement(ChevronDown$1, {
3808
+ })), /*#__PURE__*/React__default.createElement(ChevronDown, {
3809
3809
  className: cn$1("h-4 w-4 text-gray-400 transition-transform", {
3810
3810
  "rotate-180": isOpen
3811
3811
  })
@@ -4645,7 +4645,7 @@ var Table = function Table(_ref) {
4645
4645
  className: cn$1("h-3 w-3", {
4646
4646
  "text-primary-600": sortConfig.key === column.key && sortConfig.direction === "asc"
4647
4647
  })
4648
- }), /*#__PURE__*/React__default.createElement(ChevronDown$1, {
4648
+ }), /*#__PURE__*/React__default.createElement(ChevronDown, {
4649
4649
  className: cn$1("h-3 w-3 -mt-1", {
4650
4650
  "text-primary-600": sortConfig.key === column.key && sortConfig.direction === "desc"
4651
4651
  })