@itilite/lumina-ui 1.1.9 → 1.1.11

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.
@@ -351,7 +351,7 @@ var Select = ({
351
351
  switch (size) {
352
352
  case "small":
353
353
  return {
354
- input: "tw-h-6 tw-px-3 tw-typography-caption1Bold !tw-rounded-lg",
354
+ input: "tw-h-6 tw-typography-caption1Bold !tw-rounded-lg",
355
355
  padding: "tw-px-2 tw-py-1",
356
356
  labelActive: "tw-top-0.5 tw-typography-caption2",
357
357
  labelInactive: "tw-top-1.5 tw-typography-caption3"
@@ -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,11 +1,11 @@
1
1
  import {
2
2
  CustomRangePicker,
3
3
  RangePicker_default
4
- } from "../../chunk-B63IXC6M.mjs";
5
- import "../../chunk-IQHBVGA4.mjs";
4
+ } from "../../chunk-W7J4GMPI.mjs";
5
+ import "../../chunk-ZTRM4HZJ.mjs";
6
+ import "../../chunk-E4FCLHYA.mjs";
6
7
  import "../../chunk-MLCMZRUC.mjs";
7
8
  import "../../chunk-QKTMWS4J.mjs";
8
- import "../../chunk-ZTRM4HZJ.mjs";
9
9
  import "../../chunk-FWCSY2DS.mjs";
10
10
  export {
11
11
  CustomRangePicker as RangePicker,
@@ -299,7 +299,7 @@ var Select = ({
299
299
  switch (size) {
300
300
  case "small":
301
301
  return {
302
- input: "tw-h-6 tw-px-3 tw-typography-caption1Bold !tw-rounded-lg",
302
+ input: "tw-h-6 tw-typography-caption1Bold !tw-rounded-lg",
303
303
  padding: "tw-px-2 tw-py-1",
304
304
  labelActive: "tw-top-0.5 tw-typography-caption2",
305
305
  labelInactive: "tw-top-1.5 tw-typography-caption3"
@@ -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-E4FCLHYA.mjs";
5
5
  import "../../chunk-MLCMZRUC.mjs";
6
6
  import "../../chunk-QKTMWS4J.mjs";
7
7
  import "../../chunk-FWCSY2DS.mjs";