@itilite/lumina-ui 1.1.9 → 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.
@@ -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.5 !tw-right-2": size === "small",
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 tw-typography-body2",
790
- // Selected option styling
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-B63IXC6M.mjs";
5
- import "../../chunk-IQHBVGA4.mjs";
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.5 !tw-right-2": size === "small",
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 tw-typography-body2",
738
- // Selected option styling
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)(
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  Select,
3
3
  Select_default
4
- } from "../../chunk-IQHBVGA4.mjs";
4
+ } from "../../chunk-ZGFE3OPJ.mjs";
5
5
  import "../../chunk-MLCMZRUC.mjs";
6
6
  import "../../chunk-QKTMWS4J.mjs";
7
7
  import "../../chunk-FWCSY2DS.mjs";