@dreamtree-org/twreact-ui 1.0.66 → 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 +5 -5
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +5 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -240,7 +240,7 @@ const Check = createLucideIcon$1("Check", [
|
|
|
240
240
|
*/
|
|
241
241
|
|
|
242
242
|
|
|
243
|
-
const 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
|
|
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
|
|
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
|
|
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
|
})
|
|
@@ -25944,6 +25944,7 @@ exports.Emitter = EmitterClass;
|
|
|
25944
25944
|
exports.FileUpload = FileUpload;
|
|
25945
25945
|
exports.FootNav = FootNav;
|
|
25946
25946
|
exports.Form = Form;
|
|
25947
|
+
exports.Helpers = Helpers;
|
|
25947
25948
|
exports.Input = Input;
|
|
25948
25949
|
exports.Loader = Loader;
|
|
25949
25950
|
exports.LocationPicker = LocationPicker;
|