@itilite/lumina-ui 1.1.8 → 1.1.10
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/atom/RangePicker/RangePicker.js +4 -3
- package/dist/atom/RangePicker/RangePicker.mjs +2 -2
- package/dist/atom/Select/Select.js +4 -3
- package/dist/atom/Select/Select.mjs +1 -1
- package/dist/chunk-2QQU6BYR.mjs +678 -0
- package/dist/chunk-5PFI6XBL.mjs +618 -0
- package/dist/chunk-AC6WC7OO.mjs +618 -0
- package/dist/chunk-Y3BIY4DW.mjs +618 -0
- package/dist/chunk-YO5EDEA6.mjs +618 -0
- package/dist/chunk-ZGFE3OPJ.mjs +678 -0
- package/dist/index.js +4 -3
- package/dist/index.mjs +16 -16
- package/dist/styles.css +213 -204
- package/package.json +1 -1
|
@@ -728,7 +728,7 @@ var Select = ({
|
|
|
728
728
|
"tw-absolute tw-right-3 tw--translate-y-1/2 tw-flex tw-items-center",
|
|
729
729
|
{
|
|
730
730
|
"!tw-right-[5px]": doubleCharSearch && !(isHovering && selectedValue && allowClear),
|
|
731
|
-
"tw-top-3
|
|
731
|
+
"tw-top-3 !tw-right-2": size === "small",
|
|
732
732
|
"tw-top-1/2": size !== "small"
|
|
733
733
|
}
|
|
734
734
|
),
|
|
@@ -786,8 +786,9 @@ var Select = ({
|
|
|
786
786
|
onClick: () => handleOptionSelect(option),
|
|
787
787
|
onMouseEnter: () => setHighlightedIndex(index),
|
|
788
788
|
className: (0, import_clsx.default)(
|
|
789
|
-
"tw-transition-all tw-duration-150
|
|
790
|
-
|
|
789
|
+
"tw-transition-all tw-duration-150",
|
|
790
|
+
{ "tw-typography-body2": size !== "small" },
|
|
791
|
+
{ "tw-typography-caption1": size === "small" },
|
|
791
792
|
optionClassName
|
|
792
793
|
),
|
|
793
794
|
children: /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
CustomRangePicker,
|
|
3
3
|
RangePicker_default
|
|
4
|
-
} from "../../chunk-
|
|
5
|
-
import "../../chunk-
|
|
4
|
+
} from "../../chunk-Y3BIY4DW.mjs";
|
|
5
|
+
import "../../chunk-ZGFE3OPJ.mjs";
|
|
6
6
|
import "../../chunk-MLCMZRUC.mjs";
|
|
7
7
|
import "../../chunk-QKTMWS4J.mjs";
|
|
8
8
|
import "../../chunk-ZTRM4HZJ.mjs";
|
|
@@ -676,7 +676,7 @@ var Select = ({
|
|
|
676
676
|
"tw-absolute tw-right-3 tw--translate-y-1/2 tw-flex tw-items-center",
|
|
677
677
|
{
|
|
678
678
|
"!tw-right-[5px]": doubleCharSearch && !(isHovering && selectedValue && allowClear),
|
|
679
|
-
"tw-top-3
|
|
679
|
+
"tw-top-3 !tw-right-2": size === "small",
|
|
680
680
|
"tw-top-1/2": size !== "small"
|
|
681
681
|
}
|
|
682
682
|
),
|
|
@@ -734,8 +734,9 @@ var Select = ({
|
|
|
734
734
|
onClick: () => handleOptionSelect(option),
|
|
735
735
|
onMouseEnter: () => setHighlightedIndex(index),
|
|
736
736
|
className: (0, import_clsx.default)(
|
|
737
|
-
"tw-transition-all tw-duration-150
|
|
738
|
-
|
|
737
|
+
"tw-transition-all tw-duration-150",
|
|
738
|
+
{ "tw-typography-body2": size !== "small" },
|
|
739
|
+
{ "tw-typography-caption1": size === "small" },
|
|
739
740
|
optionClassName
|
|
740
741
|
),
|
|
741
742
|
children: /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
|