@parrot-co/parrot-ui 0.0.87 → 0.0.89

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/main.js CHANGED
@@ -29,8 +29,8 @@ $parcel$export(module.exports, "Radio", () => $e158c5cf7e190200$export$d7b12c410
29
29
  $parcel$export(module.exports, "RadioGroup", () => $e158c5cf7e190200$export$a98f0dcb43a68a25);
30
30
  $parcel$export(module.exports, "RadioCard", () => $71fcf48f7e2e9427$export$f8afaea2e9656b91);
31
31
  $parcel$export(module.exports, "Select", () => $e37831ebf64d8e7d$export$ef9b1a59e592288f);
32
- $parcel$export(module.exports, "DatePicker", () => $64d5f0f4b10da15c$export$5109c6dd95d8fb00);
33
- $parcel$export(module.exports, "Calendar", () => $7f850fc45f6bb29f$export$e1aef45b828286de);
32
+ $parcel$export(module.exports, "DateInput", () => $e0a58c83d4c36e4e$export$7edc06cf1783b30f);
33
+ $parcel$export(module.exports, "Calendar", () => $284d30e280d297d3$export$e1aef45b828286de);
34
34
  $parcel$export(module.exports, "Avatar", () => $2fdd5844efb4cca1$export$e2255cf6045e8d47);
35
35
  $parcel$export(module.exports, "FileUploader", () => $5f87818f4e8f8603$export$1a5cb5295a7d2749);
36
36
  $parcel$export(module.exports, "Separator", () => $9e8a15ca4065ce60$export$1ff3c3f08ae963c0);
@@ -581,7 +581,7 @@ const $5a6f28f3fd58ff6e$export$353f5b6fc5456de1 = /*#__PURE__*/ (0, ($parcel$int
581
581
  const space = (0, $eae337549f49a5a2$export$450c36e0b0e62ccd)();
582
582
  const buttonGroupProps = (0, $7f70742e736041ff$export$749e21be8b14b968)();
583
583
  const theme = (0, $f2fd0cbe11b7f0dd$export$93d4e7f90805808f)();
584
- const { color: color = theme?.color ?? "violet", variant: variant = "solid", append: append, prepend: prepend, size: size = "md", children: children, as: as = "button", className: className, isLoading: isLoading, radius: radius = "full", isToggle: isToggle, activeColor: activeColor = "violet", activeVariant: activeVariant = "solid", idleColor: idleColor = "gray", idleVariant: idleVariant = "outline", isIconButton: isIconButton, appearance: appearance, style: style, ...otherProps } = {
584
+ const { color: color = theme?.color ?? "violet", variant: variant = "solid", append: append, prepend: prepend, size: size = "md", children: children, as: as = "button", className: className, isLoading: isLoading, radius: radius = "full", isToggle: isToggle, activeColor: activeColor = "violet", activeVariant: activeVariant = "solid", idleColor: idleColor = "gray", idleVariant: idleVariant = "outline", isIconButton: isIconButton, style: style, ...otherProps } = {
585
585
  ...buttonGroupProps,
586
586
  ...props
587
587
  };
@@ -593,18 +593,6 @@ const $5a6f28f3fd58ff6e$export$353f5b6fc5456de1 = /*#__PURE__*/ (0, ($parcel$int
593
593
  ...otherProps,
594
594
  elementType: as
595
595
  }, state, buttonRef);
596
- const getAppearance = (0, ($parcel$interopDefault($8zHUo$react))).useCallback(()=>{
597
- if (theme?.buttonAppearance && appearance) return {
598
- color: theme.buttonAppearance[appearance]?.color,
599
- variant: theme.buttonAppearance[appearance]?.variant
600
- };
601
- return {
602
- color: color,
603
- variant: variant
604
- };
605
- }, [
606
- appearance
607
- ]);
608
596
  function getColor() {
609
597
  if (!state.isSelected && isToggle) return {
610
598
  color: idleColor,
@@ -615,14 +603,13 @@ const $5a6f28f3fd58ff6e$export$353f5b6fc5456de1 = /*#__PURE__*/ (0, ($parcel$int
615
603
  variant: activeVariant
616
604
  };
617
605
  return {
618
- variant: getAppearance().variant,
619
- color: getAppearance().color
606
+ variant: variant,
607
+ color: color
620
608
  };
621
609
  }
622
610
  const Comp = as;
623
611
  return /*#__PURE__*/ (0, $8zHUo$reactjsxruntime.jsxs)(Comp, {
624
612
  style: style,
625
- "data-appearance": appearance,
626
613
  "data-pressed": isPressed,
627
614
  "data-radius": radius,
628
615
  "data-icon-button": isIconButton,
@@ -1628,18 +1615,22 @@ function $e37831ebf64d8e7d$export$ef9b1a59e592288f({ label: label, selectionMode
1628
1615
 
1629
1616
 
1630
1617
 
1631
- const $eb05b0a9c6033e00$export$d9781c7894a82487 = /*#__PURE__*/ $8zHUo$react.forwardRef((props, ref)=>{
1618
+ function $5a757815ed1b91e3$var$createCalendar() {
1619
+ return new (0, $8zHUo$internationalizeddate.GregorianCalendar)();
1620
+ }
1621
+ const $5a757815ed1b91e3$export$d9781c7894a82487 = /*#__PURE__*/ $8zHUo$react.forwardRef((props, ref)=>{
1632
1622
  const { locale: locale } = (0, $8zHUo$reactaria.useLocale)();
1633
1623
  const state = (0, $8zHUo$reactstately.useDateFieldState)({
1634
1624
  ...props,
1635
1625
  locale: locale,
1636
- createCalendar: $8zHUo$internationalizeddate.createCalendar
1626
+ createCalendar: $5a757815ed1b91e3$var$createCalendar
1637
1627
  });
1638
1628
  const fieldRef = $8zHUo$react.useRef(null);
1639
1629
  const { fieldProps: fieldProps } = (0, $8zHUo$reactaria.useDateField)(props, state, fieldRef);
1640
1630
  return /*#__PURE__*/ (0, $8zHUo$reactjsxruntime.jsx)((0, $c3a954a7c0cb5109$export$f51f4c4ede09e011), {
1631
+ gap: "none",
1641
1632
  style: {
1642
- padding: 4,
1633
+ padding: "4px 0px",
1643
1634
  flex: 1
1644
1635
  },
1645
1636
  stretchY: true,
@@ -1647,14 +1638,14 @@ const $eb05b0a9c6033e00$export$d9781c7894a82487 = /*#__PURE__*/ $8zHUo$react.for
1647
1638
  inline: true,
1648
1639
  ...fieldProps,
1649
1640
  children: state.segments.map((segment, i)=>{
1650
- return /*#__PURE__*/ (0, $8zHUo$reactjsxruntime.jsx)($eb05b0a9c6033e00$var$DateSegment, {
1641
+ return /*#__PURE__*/ (0, $8zHUo$reactjsxruntime.jsx)($5a757815ed1b91e3$var$DateSegment, {
1651
1642
  segment: segment,
1652
1643
  state: state
1653
1644
  }, i);
1654
1645
  })
1655
1646
  });
1656
1647
  });
1657
- function $eb05b0a9c6033e00$var$DateSegment({ segment: segment, state: state }) {
1648
+ function $5a757815ed1b91e3$var$DateSegment({ segment: segment, state: state }) {
1658
1649
  const ref = $8zHUo$react.useRef(null);
1659
1650
  const { segmentProps: segmentProps } = (0, $8zHUo$reactaria.useDateSegment)(segment, state, ref);
1660
1651
  const segmentMaxValue = segment.maxValue ?? 0;
@@ -1664,6 +1655,7 @@ function $eb05b0a9c6033e00$var$DateSegment({ segment: segment, state: state }) {
1664
1655
  justify: "center",
1665
1656
  ref: ref,
1666
1657
  "data-placeholder": segment.isPlaceholder,
1658
+ "data-separator": segment.text === "/",
1667
1659
  style: {
1668
1660
  minWidth: segmentMaxValue.toString().length + "ch",
1669
1661
  color: segment.text == "/" ? "var(--color-6)" : "var(--color-12)"
@@ -1681,7 +1673,6 @@ function $eb05b0a9c6033e00$var$DateSegment({ segment: segment, state: state }) {
1681
1673
  height: segment.isPlaceholder ? "" : 0,
1682
1674
  pointerEvents: "none",
1683
1675
  visibility: segment.isPlaceholder ? undefined : "hidden",
1684
- fontStyle: "italic",
1685
1676
  position: segment.isPlaceholder ? undefined : "absolute"
1686
1677
  },
1687
1678
  children: segment.placeholder
@@ -1690,7 +1681,7 @@ function $eb05b0a9c6033e00$var$DateSegment({ segment: segment, state: state }) {
1690
1681
  ]
1691
1682
  });
1692
1683
  }
1693
- $eb05b0a9c6033e00$export$d9781c7894a82487.displayName = "DateField";
1684
+ $5a757815ed1b91e3$export$d9781c7894a82487.displayName = "DateField";
1694
1685
 
1695
1686
 
1696
1687
 
@@ -1721,7 +1712,7 @@ function $9bce4a3d5b18599c$export$b4085f3d3ede4716(array, keys) {
1721
1712
  }
1722
1713
 
1723
1714
 
1724
- const $7f850fc45f6bb29f$export$e1aef45b828286de = /*#__PURE__*/ $8zHUo$react.forwardRef(({ numberOfMonths: numberOfMonths = 1, color: color, ...props }, ref)=>{
1715
+ const $284d30e280d297d3$export$e1aef45b828286de = /*#__PURE__*/ $8zHUo$react.forwardRef(({ numberOfMonths: numberOfMonths = 1, color: color, ...props }, ref)=>{
1725
1716
  const { locale: locale } = (0, $8zHUo$reactaria.useLocale)();
1726
1717
  const state = (0, $8zHUo$reactstately.useCalendarState)({
1727
1718
  ...props,
@@ -1738,7 +1729,7 @@ const $7f850fc45f6bb29f$export$e1aef45b828286de = /*#__PURE__*/ $8zHUo$react.for
1738
1729
  gap: "xs",
1739
1730
  direction: "column",
1740
1731
  ref: ref,
1741
- className: "p-calendar",
1732
+ className: "p-calendar-wrapper",
1742
1733
  ...calendarProps,
1743
1734
  children: [
1744
1735
  /*#__PURE__*/ (0, $8zHUo$reactjsxruntime.jsxs)((0, $c3a954a7c0cb5109$export$f51f4c4ede09e011), {
@@ -1747,9 +1738,9 @@ const $7f850fc45f6bb29f$export$e1aef45b828286de = /*#__PURE__*/ $8zHUo$react.for
1747
1738
  className: "header",
1748
1739
  children: [
1749
1740
  /*#__PURE__*/ (0, $8zHUo$reactjsxruntime.jsx)((0, $3af04cd154cf4de1$export$c25acd513dcc8062), {
1750
- variant: "ghost",
1751
- radius: "md",
1752
- size: "xs",
1741
+ variant: "outline",
1742
+ radius: "full",
1743
+ size: "sm",
1753
1744
  color: "gray",
1754
1745
  ...prevButtonProps,
1755
1746
  children: /*#__PURE__*/ (0, $8zHUo$reactjsxruntime.jsx)((0, $8zHUo$reacticonshi.HiChevronLeft), {
@@ -1757,16 +1748,16 @@ const $7f850fc45f6bb29f$export$e1aef45b828286de = /*#__PURE__*/ $8zHUo$react.for
1757
1748
  })
1758
1749
  }),
1759
1750
  /*#__PURE__*/ (0, $8zHUo$reactjsxruntime.jsx)((0, $88fa102d91bf323a$export$5f1af8db9871e1d6), {
1760
- color: "gray",
1751
+ color: "black",
1761
1752
  size: "sm",
1762
- weight: "medium",
1753
+ weight: "regular",
1763
1754
  as: "h2",
1764
1755
  children: title
1765
1756
  }),
1766
1757
  /*#__PURE__*/ (0, $8zHUo$reactjsxruntime.jsx)((0, $3af04cd154cf4de1$export$c25acd513dcc8062), {
1767
- variant: "ghost",
1768
- radius: "md",
1769
- size: "xs",
1758
+ variant: "outline",
1759
+ radius: "full",
1760
+ size: "sm",
1770
1761
  color: "gray",
1771
1762
  ...nextButtonProps,
1772
1763
  children: /*#__PURE__*/ (0, $8zHUo$reactjsxruntime.jsx)((0, $8zHUo$reacticonshi.HiChevronRight), {
@@ -1778,7 +1769,7 @@ const $7f850fc45f6bb29f$export$e1aef45b828286de = /*#__PURE__*/ $8zHUo$react.for
1778
1769
  /*#__PURE__*/ (0, $8zHUo$reactjsxruntime.jsx)((0, $c3a954a7c0cb5109$export$f51f4c4ede09e011), {
1779
1770
  gap: "xl",
1780
1771
  children: (0, $9bce4a3d5b18599c$export$d02631cccf789723)(1, numberOfMonths).map((n)=>{
1781
- return /*#__PURE__*/ (0, $8zHUo$reactjsxruntime.jsx)($7f850fc45f6bb29f$var$CalendarGrid, {
1772
+ return /*#__PURE__*/ (0, $8zHUo$reactjsxruntime.jsx)($284d30e280d297d3$var$CalendarGrid, {
1782
1773
  color: color,
1783
1774
  state: state,
1784
1775
  offset: {
@@ -1790,7 +1781,7 @@ const $7f850fc45f6bb29f$export$e1aef45b828286de = /*#__PURE__*/ $8zHUo$react.for
1790
1781
  ]
1791
1782
  });
1792
1783
  });
1793
- function $7f850fc45f6bb29f$var$CalendarGrid({ state: state, offset: offset = {}, color: color, ...props }) {
1784
+ function $284d30e280d297d3$var$CalendarGrid({ state: state, offset: offset = {}, color: color, ...props }) {
1794
1785
  const { locale: locale } = (0, $8zHUo$reactaria.useLocale)();
1795
1786
  const startDate = state.visibleRange.start.add(offset);
1796
1787
  const endDate = (0, $8zHUo$internationalizeddate.endOfMonth)(startDate);
@@ -1811,8 +1802,8 @@ function $7f850fc45f6bb29f$var$CalendarGrid({ state: state, offset: offset = {},
1811
1802
  className: "p-date-cell",
1812
1803
  children: /*#__PURE__*/ (0, $8zHUo$reactjsxruntime.jsx)((0, $88fa102d91bf323a$export$5f1af8db9871e1d6), {
1813
1804
  size: "sm",
1814
- variant: "lighter",
1815
- weight: "medium",
1805
+ variant: "light",
1806
+ weight: "regular",
1816
1807
  children: day
1817
1808
  })
1818
1809
  })
@@ -1823,7 +1814,7 @@ function $7f850fc45f6bb29f$var$CalendarGrid({ state: state, offset: offset = {},
1823
1814
  children: [
1824
1815
  ...new Array(weeksInMonth).keys()
1825
1816
  ].map((weekIndex)=>/*#__PURE__*/ (0, $8zHUo$reactjsxruntime.jsx)("tr", {
1826
- children: state.getDatesInWeek(weekIndex, startDate).map((date, index)=>date ? /*#__PURE__*/ (0, $8zHUo$reactjsxruntime.jsx)($7f850fc45f6bb29f$var$CalendarCell, {
1817
+ children: state.getDatesInWeek(weekIndex, startDate).map((date, index)=>date ? /*#__PURE__*/ (0, $8zHUo$reactjsxruntime.jsx)($284d30e280d297d3$var$CalendarCell, {
1827
1818
  color: color,
1828
1819
  state: state,
1829
1820
  date: date,
@@ -1834,7 +1825,7 @@ function $7f850fc45f6bb29f$var$CalendarGrid({ state: state, offset: offset = {},
1834
1825
  ]
1835
1826
  });
1836
1827
  }
1837
- function $7f850fc45f6bb29f$var$CalendarCell({ state: state, currentMonth: currentMonth, color: color, ...props }) {
1828
+ function $284d30e280d297d3$var$CalendarCell({ state: state, currentMonth: currentMonth, color: color, ...props }) {
1838
1829
  const ref = $8zHUo$react.useRef(null);
1839
1830
  const { cellProps: cellProps, buttonProps: buttonProps, isSelected: isSelected, isDisabled: isDisabled, isUnavailable: isUnavailable, formattedDate: formattedDate } = (0, $8zHUo$reactaria.useCalendarCell)(props, state, ref);
1840
1831
  const { focusProps: focusProps, isFocusVisible: isFocusVisible, isFocused: isFocused } = (0, $8zHUo$reactaria.useFocusRing)();
@@ -1856,7 +1847,7 @@ function $7f850fc45f6bb29f$var$CalendarCell({ state: state, currentMonth: curren
1856
1847
  })
1857
1848
  });
1858
1849
  }
1859
- $7f850fc45f6bb29f$export$e1aef45b828286de.displayName = "Calendar";
1850
+ $284d30e280d297d3$export$e1aef45b828286de.displayName = "Calendar";
1860
1851
 
1861
1852
 
1862
1853
 
@@ -1867,45 +1858,30 @@ $7f850fc45f6bb29f$export$e1aef45b828286de.displayName = "Calendar";
1867
1858
 
1868
1859
 
1869
1860
 
1870
- function $965664701ecc5d2a$export$85930906f541ddb8(date) {
1871
- return new (0, $8zHUo$internationalizeddate.CalendarDate)(date.getFullYear(), date.getMonth() + 1, date.getDate());
1872
- }
1873
1861
 
1874
1862
 
1875
1863
 
1876
-
1877
- const $64d5f0f4b10da15c$export$5109c6dd95d8fb00 = /*#__PURE__*/ $8zHUo$react.forwardRef(({ appearance: appearance = "filled", size: size = "md", color: color, shape: shape, numberOfMonths: numberOfMonths, value: value, onChange: onChange, defaultValue: defaultValue, dropdownIcon: dropdownIcon = /*#__PURE__*/ (0, $8zHUo$reactjsxruntime.jsx)((0, $8zHUo$reacticonshi.HiOutlineCalendar), {
1864
+ const $e0a58c83d4c36e4e$export$7edc06cf1783b30f = /*#__PURE__*/ $8zHUo$react.forwardRef(({ appearance: appearance = "outline", size: size = "md", color: color, numberOfMonths: numberOfMonths, radius: radius, dropdownIcon: dropdownIcon = /*#__PURE__*/ (0, $8zHUo$reactjsxruntime.jsx)((0, $8zHUo$reacticonshi.HiOutlineCalendar), {
1878
1865
  size: 16
1879
- }), ...props }, ref)=>{
1866
+ }), value: value, defaultValue: defaultValue, onChange: onChange, ...props }, ref)=>{
1880
1867
  const space = (0, $eae337549f49a5a2$export$450c36e0b0e62ccd)();
1881
- function _onChange(date) {
1882
- onChange?.(new Date(date.year, date.month, date.day), date);
1868
+ function proxyOnChange(date) {
1869
+ onChange?.(date.toString(), date);
1883
1870
  }
1884
- // convert Date to DateValue
1885
- const proxyDateValues = $8zHUo$react.useMemo(()=>{
1886
- return {
1887
- value: value ? (0, $965664701ecc5d2a$export$85930906f541ddb8)(value) : undefined,
1888
- defaultValue: defaultValue ? (0, $965664701ecc5d2a$export$85930906f541ddb8)(defaultValue) : undefined
1889
- };
1890
- }, [
1891
- value?.toString(),
1892
- defaultValue?.toString()
1893
- ]);
1894
- const newPropsWithProxies = {
1871
+ const newProps = {
1895
1872
  ...props,
1896
- onChange: onChange ? _onChange : undefined,
1897
- value: proxyDateValues.value,
1898
- defaultValue: proxyDateValues.defaultValue
1873
+ value: value ? (0, $8zHUo$internationalizeddate.parseDate)(value) : undefined,
1874
+ defaultValue: defaultValue ? (0, $8zHUo$internationalizeddate.parseDate)(defaultValue) : undefined,
1875
+ onChange: proxyOnChange
1899
1876
  };
1900
- const state = (0, $8zHUo$reactstately.useDatePickerState)(newPropsWithProxies);
1877
+ const state = (0, $8zHUo$reactstately.useDatePickerState)(newProps);
1901
1878
  const pickerRef = $8zHUo$react.useRef(null);
1902
- const { groupProps: groupProps, calendarProps: calendarProps, fieldProps: fieldProps, buttonProps: buttonProps, errorMessageProps: errorMessageProps, labelProps: labelProps } = (0, $8zHUo$reactaria.useDatePicker)(newPropsWithProxies, state, pickerRef);
1879
+ const { groupProps: groupProps, calendarProps: calendarProps, fieldProps: fieldProps, buttonProps: buttonProps, errorMessageProps: errorMessageProps, labelProps: labelProps } = (0, $8zHUo$reactaria.useDatePicker)(newProps, state, pickerRef);
1880
+ const theme = (0, $f2fd0cbe11b7f0dd$export$93d4e7f90805808f)();
1903
1881
  return /*#__PURE__*/ (0, $8zHUo$reactjsxruntime.jsxs)((0, $c3a954a7c0cb5109$export$f51f4c4ede09e011), {
1882
+ "data-radius": radius ?? theme?.radius ?? "lg",
1904
1883
  "data-size": size,
1905
- className: (0, $62f1c614c0962470$export$a274e22fb40f762e)({
1906
- [space.compactItemWrapperAdjust]: true,
1907
- "p-input-group": true
1908
- }),
1884
+ className: (0, $62f1c614c0962470$export$a274e22fb40f762e)("p-input-group", space.compactItemWrapperAdjust),
1909
1885
  stretchX: true,
1910
1886
  stack: true,
1911
1887
  gap: "xs",
@@ -1922,11 +1898,7 @@ const $64d5f0f4b10da15c$export$5109c6dd95d8fb00 = /*#__PURE__*/ $8zHUo$react.for
1922
1898
  stack: true,
1923
1899
  children: [
1924
1900
  /*#__PURE__*/ (0, $8zHUo$reactjsxruntime.jsxs)((0, $c3a954a7c0cb5109$export$f51f4c4ede09e011), {
1925
- className: (0, $62f1c614c0962470$export$a274e22fb40f762e)({
1926
- "date-picker-trigger": true,
1927
- "p-input": true,
1928
- ...space.classNames
1929
- }),
1901
+ className: (0, $62f1c614c0962470$export$a274e22fb40f762e)("p-input-control", "date-picker-trigger", space.classNames),
1930
1902
  ref: pickerRef,
1931
1903
  justify: "space-between",
1932
1904
  align: "center",
@@ -1934,14 +1906,14 @@ const $64d5f0f4b10da15c$export$5109c6dd95d8fb00 = /*#__PURE__*/ $8zHUo$react.for
1934
1906
  "data-color": color,
1935
1907
  ...groupProps,
1936
1908
  children: [
1937
- /*#__PURE__*/ (0, $8zHUo$reactjsxruntime.jsx)((0, $eb05b0a9c6033e00$export$d9781c7894a82487), {
1909
+ /*#__PURE__*/ (0, $8zHUo$reactjsxruntime.jsx)((0, $5a757815ed1b91e3$export$d9781c7894a82487), {
1938
1910
  appearance: appearance,
1939
1911
  size: size,
1940
1912
  ...fieldProps
1941
1913
  }),
1942
1914
  /*#__PURE__*/ (0, $8zHUo$reactjsxruntime.jsx)((0, $3af04cd154cf4de1$export$c25acd513dcc8062), {
1943
1915
  size: "sm",
1944
- variant: "ghost",
1916
+ variant: "light",
1945
1917
  color: color,
1946
1918
  ...buttonProps,
1947
1919
  children: dropdownIcon
@@ -1953,10 +1925,16 @@ const $64d5f0f4b10da15c$export$5109c6dd95d8fb00 = /*#__PURE__*/ $8zHUo$react.for
1953
1925
  state: state,
1954
1926
  triggerRef: pickerRef,
1955
1927
  placement: "bottom start",
1956
- children: /*#__PURE__*/ (0, $8zHUo$reactjsxruntime.jsx)((0, $7f850fc45f6bb29f$export$e1aef45b828286de), {
1957
- color: color,
1958
- ...calendarProps,
1959
- numberOfMonths: numberOfMonths
1928
+ children: /*#__PURE__*/ (0, $8zHUo$reactjsxruntime.jsx)((0, $c3a954a7c0cb5109$export$f51f4c4ede09e011), {
1929
+ style: {
1930
+ maxHeight: "auto"
1931
+ },
1932
+ "data-radius": radius ?? theme?.radius ?? "lg",
1933
+ children: /*#__PURE__*/ (0, $8zHUo$reactjsxruntime.jsx)((0, $284d30e280d297d3$export$e1aef45b828286de), {
1934
+ color: color,
1935
+ ...calendarProps,
1936
+ numberOfMonths: numberOfMonths
1937
+ })
1960
1938
  })
1961
1939
  })
1962
1940
  ]
@@ -1968,7 +1946,7 @@ const $64d5f0f4b10da15c$export$5109c6dd95d8fb00 = /*#__PURE__*/ $8zHUo$react.for
1968
1946
  ]
1969
1947
  });
1970
1948
  });
1971
- $64d5f0f4b10da15c$export$5109c6dd95d8fb00.displayName = "DatePicker";
1949
+ $e0a58c83d4c36e4e$export$7edc06cf1783b30f.displayName = "DateInput";
1972
1950
 
1973
1951
 
1974
1952
 
@@ -2628,7 +2606,7 @@ function $1278141024f0bc4d$var$Dialog({ width: width = 400, title: title, onCanc
2628
2606
  title && /*#__PURE__*/ (0, $8zHUo$reactjsxruntime.jsx)((0, $88fa102d91bf323a$export$5f1af8db9871e1d6), {
2629
2607
  weight: "medium",
2630
2608
  size: "md",
2631
- color: "gray",
2609
+ color: "black",
2632
2610
  ...titleProps,
2633
2611
  as: "div",
2634
2612
  children: title
@@ -2643,6 +2621,7 @@ function $1278141024f0bc4d$var$Dialog({ width: width = 400, title: title, onCanc
2643
2621
  ]
2644
2622
  }),
2645
2623
  props.isDismissable && showCloseButton && /*#__PURE__*/ (0, $8zHUo$reactjsxruntime.jsx)((0, $3af04cd154cf4de1$export$c25acd513dcc8062), {
2624
+ color: "gray",
2646
2625
  onPress: handleClose,
2647
2626
  variant: "ghost",
2648
2627
  size: "sm",