@raystack/apsara 0.17.0 → 0.18.0

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.css CHANGED
@@ -1775,20 +1775,20 @@ html[data-theme="dark"] {
1775
1775
  background: var(--background-base);
1776
1776
  }
1777
1777
 
1778
- .calendar-module_caption__KH06I {
1779
- display: flex;
1780
- justify-content: center;
1781
- align-items: center;
1782
- position: relative;
1783
- margin-bottom: var(--mr-12);
1784
- }
1785
-
1786
- .calendar-module_caption_label__C5Ys7 {
1778
+ .calendar-module_caption_label__C5Ys7,
1779
+ .calendar-module_dropdowns__Wn53e > span,
1780
+ .calendar-module_dropdown_trigger__dsyaq .calendar-module_dropdown_item_text__Tudqv {
1787
1781
  font-size: 14px;
1788
1782
  line-height: 20px;
1789
1783
  letter-spacing: 0.25px;
1790
1784
  font-weight: 500;
1791
1785
  color: var(--foreground-base);
1786
+ user-select: none;
1787
+ font-family: var(--ff-inter);
1788
+ }
1789
+
1790
+ .calendar-module_caption_label__C5Ys7[aria-hidden="true"] {
1791
+ display: none;
1792
1792
  }
1793
1793
 
1794
1794
  .calendar-module_nav_button__8W5py {
@@ -1798,47 +1798,56 @@ html[data-theme="dark"] {
1798
1798
  color: var(--foreground-base);
1799
1799
  background: var(--background-base);
1800
1800
  cursor: pointer;
1801
+ height: 20px;
1801
1802
  }
1802
1803
 
1803
1804
  .calendar-module_nav_button_previous__lWJYm {
1804
1805
  left: 0;
1805
- height: 100%;
1806
1806
  }
1807
1807
 
1808
1808
  .calendar-module_nav_button_next__1MzRT {
1809
1809
  right: 0;
1810
- height: 100%;
1811
1810
  }
1812
1811
 
1813
- .calendar-module_head__EIxyS {
1814
- color: var(--foreground-muted);
1815
- font-size: 12px;
1816
- line-height: 16px;
1817
- letter-spacing: 0.4px;
1818
- font-weight: 500;
1812
+ .calendar-module_months__IN75k {
1813
+ display: flex;
1814
+ gap: var(--pd-8);
1815
+ position: relative;
1816
+ }
1817
+
1818
+ .calendar-module_nav__aGeze {
1819
+ position: absolute;
1820
+ width: 100%;
1819
1821
  }
1820
1822
 
1821
- .calendar-module_head_cell__z8NlN {
1823
+ .calendar-module_month_caption__Ws6Hx {
1822
1824
  display: flex;
1823
1825
  justify-content: center;
1824
1826
  align-items: center;
1825
- width: 36px;
1826
- height: 36px;
1827
- color: var(--foreground-base);
1827
+ position: relative;
1828
+ width: fit-content;
1829
+ margin: 0 auto var(--mr-12) auto;
1828
1830
  }
1829
1831
 
1830
- .calendar-module_cell__TTpcD {
1832
+ .calendar-module_day__rQFGK {
1831
1833
  width: 36px;
1832
1834
  height: 36px;
1833
1835
  background-color: var(--background-base);
1834
1836
  border-radius: var(--br-4);
1837
+ color: var(--foreground-base);
1838
+ font-size: 13px;
1839
+ line-height: 16px;
1840
+ letter-spacing: 0.4px;
1841
+ display: flex;
1842
+ justify-content: center;
1843
+ align-items: center;
1835
1844
  }
1836
1845
 
1837
- .calendar-module_cell__TTpcD:hover {
1846
+ .calendar-module_day__rQFGK:hover {
1838
1847
  background-color: var(--background-base-hover);
1839
1848
  }
1840
1849
 
1841
- .calendar-module_cell__TTpcD:has([aria-selected="true"]) {
1850
+ .calendar-module_day__rQFGK[aria-selected="true"]:not(.calendar-module_range_middle__PmzFi) {
1842
1851
  background-color: var(--background-highlight);
1843
1852
 
1844
1853
  button {
@@ -1846,11 +1855,7 @@ html[data-theme="dark"] {
1846
1855
  }
1847
1856
  }
1848
1857
 
1849
- .calendar-module_cell__TTpcD:has(.calendar-module_day_today__P35-i):not(:has([aria-selected="true"])) {
1850
- background-color: var(--background-subtle);
1851
- }
1852
-
1853
- .calendar-module_cell__TTpcD:has(.calendar-module_day_range_middle__3yKS1) {
1858
+ .calendar-module_range_middle__PmzFi {
1854
1859
  border-radius: 0;
1855
1860
  background-color: var(--background-base-hover);
1856
1861
  button {
@@ -1858,51 +1863,60 @@ html[data-theme="dark"] {
1858
1863
  }
1859
1864
  }
1860
1865
 
1861
- .calendar-module_cell__TTpcD:has(.calendar-module_day_range_start__Qyhit):not(:has(.calendar-module_day_range_end__YF0ad)) {
1866
+ .calendar-module_range_start__ZUooG:not(.calendar-module_range_end__PKrm7) {
1862
1867
  border-top-right-radius: 0;
1863
1868
  border-bottom-right-radius: 0;
1864
1869
  }
1865
1870
 
1866
- .calendar-module_cell__TTpcD:has(.calendar-module_day_range_end__YF0ad):not(:has(.calendar-module_day_range_start__Qyhit)) {
1871
+ .calendar-module_range_end__PKrm7:not(.calendar-module_range_start__ZUooG) {
1867
1872
  border-top-left-radius: 0;
1868
1873
  border-bottom-left-radius: 0;
1869
1874
  }
1870
1875
 
1871
- .calendar-module_row__cjS3G {
1876
+ .calendar-module_week__kCvKJ {
1872
1877
  display: flex;
1873
1878
  }
1874
1879
 
1875
- .calendar-module_day__rQFGK {
1876
- color: var(--foreground-base);
1877
- font-size: 13px;
1878
- line-height: 16px;
1879
- letter-spacing: 0.4px;
1880
+ .calendar-module_day_button__vCKP1 {
1880
1881
  cursor: pointer;
1881
1882
  border: none;
1882
- background: transparent;
1883
1883
  width: 100%;
1884
1884
  height: 100%;
1885
1885
  padding: unset;
1886
1886
  display: grid;
1887
1887
  place-content: center;
1888
+ background: inherit;
1889
+ color: inherit;
1890
+ font-weight: inherit;
1888
1891
  }
1889
1892
 
1890
- .calendar-module_day_outside__WN68B {
1893
+ .calendar-module_outside__nq5XC {
1891
1894
  color: var(--foreground-subtle);
1892
1895
  }
1893
1896
 
1894
- .calendar-module_day_today__P35-i {
1897
+ .calendar-module_today__iXQIQ {
1895
1898
  font-weight: 600;
1896
1899
  }
1897
1900
 
1898
- .calendar-module_day_range_start__Qyhit,
1899
- .calendar-module_day_range_end__YF0ad {
1901
+ .calendar-module_range_start__ZUooG,
1902
+ .calendar-module_range_end__PKrm7 {
1900
1903
  color: var(--foreground-inverted);
1901
1904
  }
1902
1905
 
1903
- .calendar-module_months__IN75k {
1906
+ .calendar-module_weekday__xzf6F {
1904
1907
  display: flex;
1905
- gap: var(--pd-8);
1908
+ justify-content: center;
1909
+ align-items: center;
1910
+ width: 36px;
1911
+ height: 36px;
1912
+ color: var(--foreground-base);
1913
+ font-size: 12px;
1914
+ line-height: 16px;
1915
+ letter-spacing: 0.4px;
1916
+ }
1917
+
1918
+ .calendar-module_hidden__wqJVo {
1919
+ visibility: hidden;
1906
1920
  }
1907
1921
 
1908
1922
  .calendar-module_calendarPopover__PY4sa {
@@ -1915,6 +1929,33 @@ html[data-theme="dark"] {
1915
1929
  cursor: pointer;
1916
1930
  }
1917
1931
 
1932
+ .calendar-module_dropdowns__Wn53e {
1933
+ display: flex;
1934
+ align-items: center;
1935
+ gap: var(--pd-4);
1936
+ }
1937
+
1938
+ .calendar-module_dropdown_trigger__dsyaq,
1939
+ .calendar-module_dropdown_trigger__dsyaq:focus {
1940
+ border: none;
1941
+ outline: none;
1942
+ box-shadow: none;
1943
+ padding: var(--pd-2);
1944
+ }
1945
+
1946
+ .calendar-module_dropdown_trigger__dsyaq:hover {
1947
+ background-color: var(--background-base-hover);
1948
+ }
1949
+
1950
+ .calendar-module_dropdown_icon__rDTbz {
1951
+ margin-left: var(--mr-4);
1952
+ }
1953
+
1954
+ .calendar-module_dropdown_content__ajJ5V {
1955
+ max-height: 400px;
1956
+ border: 1px solid var(--border-base);
1957
+ }
1958
+
1918
1959
  .textfield-module_textfield__u4AGg {
1919
1960
  appearance: none;
1920
1961
  box-sizing: border-box;