@sytechui/theme 2.6.0 → 2.6.1
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/{chunk-7MY46DKJ.mjs → chunk-2BUT7L7P.mjs} +1 -1
- package/dist/{chunk-3PBT3W4C.mjs → chunk-4CEUCYJO.mjs} +1 -1
- package/dist/{chunk-QU72GCNK.mjs → chunk-7QDYFNL6.mjs} +1 -1
- package/dist/{chunk-XOVETH7K.mjs → chunk-7ZVSC6V6.mjs} +1 -1
- package/dist/{chunk-GYRKKQKN.mjs → chunk-BHGZZQCH.mjs} +1 -1
- package/dist/{chunk-LV6ZC7XH.mjs → chunk-DBDK3IF7.mjs} +9 -9
- package/dist/{chunk-4XFAHRMJ.mjs → chunk-EOYBTX52.mjs} +1 -1
- package/dist/{chunk-RAC3PSZO.mjs → chunk-FBI452W6.mjs} +1 -1
- package/dist/{chunk-M5F7VFZT.mjs → chunk-FLCPUBBE.mjs} +1 -1
- package/dist/{chunk-6Q4A5IGD.mjs → chunk-FNHXMO5W.mjs} +1 -1
- package/dist/{chunk-HRULT2QB.mjs → chunk-FZM5ZZP2.mjs} +1 -1
- package/dist/{chunk-GXDNTAQH.mjs → chunk-GQMW4NEU.mjs} +1 -1
- package/dist/{chunk-27EH4573.mjs → chunk-JV5J6JHS.mjs} +1 -1
- package/dist/{chunk-CR7SUL27.mjs → chunk-K3TTKHSU.mjs} +1 -1
- package/dist/{chunk-K6X3VPO4.mjs → chunk-KCPJHUUJ.mjs} +1 -1
- package/dist/{chunk-AI6SQS6Z.mjs → chunk-LYTXO6TG.mjs} +568 -2
- package/dist/{chunk-7CAOOET2.mjs → chunk-QP5CGENQ.mjs} +1 -1
- package/dist/{chunk-OBSH26UE.mjs → chunk-SRSOCM2C.mjs} +1 -1
- package/dist/{chunk-CBIC7UDL.mjs → chunk-TOGBVQYA.mjs} +4 -4
- package/dist/{chunk-TYJNRAT2.mjs → chunk-VK7USAMR.mjs} +1 -1
- package/dist/{chunk-P2SWF4YK.mjs → chunk-ZLTZIM6X.mjs} +1 -1
- package/dist/components/accordion.mjs +25 -25
- package/dist/components/alert.mjs +25 -25
- package/dist/components/autocomplete.mjs +6 -6
- package/dist/components/avatar.mjs +25 -25
- package/dist/components/badge.mjs +25 -25
- package/dist/components/bottom-bar.mjs +25 -25
- package/dist/components/breadcrumbs.mjs +25 -25
- package/dist/components/button.mjs +25 -25
- package/dist/components/calendar.mjs +25 -25
- package/dist/components/card.mjs +25 -25
- package/dist/components/checkbox.mjs +25 -25
- package/dist/components/chip.mjs +25 -25
- package/dist/components/code.mjs +25 -25
- package/dist/components/date-input.mjs +6 -6
- package/dist/components/date-picker.mjs +6 -6
- package/dist/components/divider.mjs +6 -6
- package/dist/components/drawer.mjs +6 -6
- package/dist/components/drip.mjs +6 -6
- package/dist/components/drop-zone.mjs +25 -25
- package/dist/components/dropdown.mjs +25 -25
- package/dist/components/form.mjs +6 -6
- package/dist/components/image.mjs +6 -6
- package/dist/components/index.d.mts +1 -0
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.js +575 -8
- package/dist/components/index.mjs +33 -31
- package/dist/components/input-otp.mjs +25 -25
- package/dist/components/input.mjs +25 -25
- package/dist/components/kbd.mjs +6 -6
- package/dist/components/link.mjs +25 -25
- package/dist/components/listbox.mjs +25 -25
- package/dist/components/menu.mjs +25 -25
- package/dist/components/modal.mjs +25 -25
- package/dist/components/navbar.mjs +25 -25
- package/dist/components/number-input.mjs +25 -25
- package/dist/components/pagination.mjs +25 -25
- package/dist/components/popover.mjs +25 -25
- package/dist/components/progress.mjs +6 -6
- package/dist/components/radio.mjs +25 -25
- package/dist/components/scroll-area.mjs +6 -6
- package/dist/components/scroll-shadow.mjs +6 -6
- package/dist/components/select.mjs +25 -25
- package/dist/components/shimmer-text.d.mts +18 -18
- package/dist/components/shimmer-text.d.ts +18 -18
- package/dist/components/shimmer-text.js +8 -8
- package/dist/components/shimmer-text.mjs +6 -6
- package/dist/components/skeleton.mjs +6 -6
- package/dist/components/slider.mjs +25 -25
- package/dist/components/snippet.mjs +25 -25
- package/dist/components/spacer.mjs +6 -6
- package/dist/components/spinner.mjs +6 -6
- package/dist/components/stepper.d.mts +288 -0
- package/dist/components/stepper.d.ts +288 -0
- package/dist/components/stepper.js +849 -0
- package/dist/components/stepper.mjs +53 -0
- package/dist/components/table.mjs +25 -25
- package/dist/components/tabs.mjs +25 -25
- package/dist/components/toast.mjs +25 -25
- package/dist/components/toggle.mjs +25 -25
- package/dist/components/user.mjs +25 -25
- package/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +575 -8
- package/dist/index.mjs +35 -33
- package/dist/plugin.mjs +5 -5
- package/dist/utilities/index.mjs +3 -3
- package/dist/utils/cn.mjs +5 -5
- package/dist/utils/index.mjs +25 -25
- package/dist/utils/merge-classes.mjs +25 -25
- package/dist/utils/tv.mjs +5 -5
- package/dist/utils/tw-merge-config.mjs +4 -4
- package/package.json +1 -1
- package/dist/{chunk-UJC5GXOO.mjs → chunk-2WQ76NXU.mjs} +6 -6
package/dist/index.js
CHANGED
|
@@ -109,6 +109,7 @@ __export(index_exports, {
|
|
|
109
109
|
snippet: () => snippet,
|
|
110
110
|
spacer: () => spacer,
|
|
111
111
|
spinner: () => spinner,
|
|
112
|
+
stepper: () => stepper,
|
|
112
113
|
table: () => table,
|
|
113
114
|
tabs: () => tabs,
|
|
114
115
|
toast: () => toast,
|
|
@@ -1716,6 +1717,571 @@ var spinner = tv({
|
|
|
1716
1717
|
]
|
|
1717
1718
|
});
|
|
1718
1719
|
|
|
1720
|
+
// src/components/stepper.ts
|
|
1721
|
+
var stepper = tv({
|
|
1722
|
+
slots: {
|
|
1723
|
+
base: "w-full",
|
|
1724
|
+
list: "m-0 flex list-none p-0",
|
|
1725
|
+
item: "group/item flex min-w-0",
|
|
1726
|
+
trigger: [
|
|
1727
|
+
"group/trigger flex min-w-0 shrink-0 outline-solid outline-transparent",
|
|
1728
|
+
"tap-highlight-transparent",
|
|
1729
|
+
...dataFocusVisibleClasses,
|
|
1730
|
+
"data-[clickable=true]:cursor-pointer",
|
|
1731
|
+
"data-[disabled=true]:cursor-not-allowed",
|
|
1732
|
+
"data-[disabled=true]:opacity-disabled"
|
|
1733
|
+
],
|
|
1734
|
+
indicator: [
|
|
1735
|
+
"flex shrink-0 items-center justify-center rounded-full border-2 font-semibold",
|
|
1736
|
+
"border-default-300 bg-default-100 text-default-500",
|
|
1737
|
+
"group-data-[hover=true]/trigger:scale-105",
|
|
1738
|
+
"group-data-[pressed=true]/trigger:scale-95",
|
|
1739
|
+
"data-[status=error]:border-danger",
|
|
1740
|
+
"data-[status=error]:bg-danger",
|
|
1741
|
+
"data-[status=error]:text-danger-foreground"
|
|
1742
|
+
],
|
|
1743
|
+
content: "flex min-w-0 flex-col",
|
|
1744
|
+
title: [
|
|
1745
|
+
"text-default-500",
|
|
1746
|
+
"group-data-[current=true]/item:text-foreground",
|
|
1747
|
+
"group-data-[status=complete]/item:text-foreground",
|
|
1748
|
+
"group-data-[status=error]/item:text-danger"
|
|
1749
|
+
],
|
|
1750
|
+
description: "text-default-400",
|
|
1751
|
+
separator: "shrink-0 bg-default-200"
|
|
1752
|
+
},
|
|
1753
|
+
variants: {
|
|
1754
|
+
orientation: {
|
|
1755
|
+
horizontal: {
|
|
1756
|
+
base: "overflow-x-auto scrollbar-hide",
|
|
1757
|
+
list: "min-w-max flex-row items-start",
|
|
1758
|
+
item: "flex-1 flex-row items-start last:flex-none",
|
|
1759
|
+
trigger: "flex-col items-center text-center",
|
|
1760
|
+
content: "mt-2 items-center",
|
|
1761
|
+
separator: "mx-2 flex-1"
|
|
1762
|
+
},
|
|
1763
|
+
vertical: {
|
|
1764
|
+
list: "flex-col",
|
|
1765
|
+
item: "flex-col",
|
|
1766
|
+
trigger: "flex-row items-start text-start",
|
|
1767
|
+
content: "ms-3 items-start",
|
|
1768
|
+
separator: "my-1"
|
|
1769
|
+
}
|
|
1770
|
+
},
|
|
1771
|
+
variant: {
|
|
1772
|
+
solid: {},
|
|
1773
|
+
bordered: {},
|
|
1774
|
+
flat: {},
|
|
1775
|
+
dot: {}
|
|
1776
|
+
},
|
|
1777
|
+
color: {
|
|
1778
|
+
default: {},
|
|
1779
|
+
primary: {},
|
|
1780
|
+
secondary: {},
|
|
1781
|
+
success: {},
|
|
1782
|
+
warning: {},
|
|
1783
|
+
danger: {}
|
|
1784
|
+
},
|
|
1785
|
+
size: {
|
|
1786
|
+
sm: {
|
|
1787
|
+
indicator: "h-6 w-6 text-tiny",
|
|
1788
|
+
title: "text-tiny",
|
|
1789
|
+
description: "text-tiny"
|
|
1790
|
+
},
|
|
1791
|
+
md: {
|
|
1792
|
+
indicator: "h-8 w-8 text-small",
|
|
1793
|
+
title: "text-small",
|
|
1794
|
+
description: "text-tiny"
|
|
1795
|
+
},
|
|
1796
|
+
lg: {
|
|
1797
|
+
indicator: "h-10 w-10 text-medium",
|
|
1798
|
+
title: "text-medium",
|
|
1799
|
+
description: "text-small"
|
|
1800
|
+
}
|
|
1801
|
+
},
|
|
1802
|
+
radius: {
|
|
1803
|
+
none: {
|
|
1804
|
+
indicator: "rounded-none"
|
|
1805
|
+
},
|
|
1806
|
+
sm: {
|
|
1807
|
+
indicator: "rounded-small"
|
|
1808
|
+
},
|
|
1809
|
+
md: {
|
|
1810
|
+
indicator: "rounded-medium"
|
|
1811
|
+
},
|
|
1812
|
+
lg: {
|
|
1813
|
+
indicator: "rounded-large"
|
|
1814
|
+
},
|
|
1815
|
+
full: {
|
|
1816
|
+
indicator: "rounded-full"
|
|
1817
|
+
}
|
|
1818
|
+
},
|
|
1819
|
+
separatorMode: {
|
|
1820
|
+
spaced: {},
|
|
1821
|
+
connected: {}
|
|
1822
|
+
},
|
|
1823
|
+
isDisabled: {
|
|
1824
|
+
true: {
|
|
1825
|
+
base: "pointer-events-none opacity-disabled"
|
|
1826
|
+
}
|
|
1827
|
+
},
|
|
1828
|
+
disableAnimation: {
|
|
1829
|
+
false: {
|
|
1830
|
+
indicator: "transition-transform"
|
|
1831
|
+
},
|
|
1832
|
+
true: {
|
|
1833
|
+
indicator: "transition-none"
|
|
1834
|
+
}
|
|
1835
|
+
}
|
|
1836
|
+
},
|
|
1837
|
+
defaultVariants: {
|
|
1838
|
+
orientation: "horizontal",
|
|
1839
|
+
variant: "solid",
|
|
1840
|
+
color: "primary",
|
|
1841
|
+
size: "md",
|
|
1842
|
+
radius: "full",
|
|
1843
|
+
separatorMode: "spaced",
|
|
1844
|
+
isDisabled: false,
|
|
1845
|
+
disableAnimation: false
|
|
1846
|
+
},
|
|
1847
|
+
compoundVariants: [
|
|
1848
|
+
{
|
|
1849
|
+
orientation: "horizontal",
|
|
1850
|
+
size: "sm",
|
|
1851
|
+
class: { separator: "mt-[11px] h-0.5" }
|
|
1852
|
+
},
|
|
1853
|
+
{
|
|
1854
|
+
orientation: "horizontal",
|
|
1855
|
+
size: "md",
|
|
1856
|
+
class: { separator: "mt-[15px] h-0.5" }
|
|
1857
|
+
},
|
|
1858
|
+
{
|
|
1859
|
+
orientation: "horizontal",
|
|
1860
|
+
size: "lg",
|
|
1861
|
+
class: { separator: "mt-[19px] h-0.5" }
|
|
1862
|
+
},
|
|
1863
|
+
{
|
|
1864
|
+
orientation: "vertical",
|
|
1865
|
+
size: "sm",
|
|
1866
|
+
class: { separator: "ms-[11px] h-6 w-0.5" }
|
|
1867
|
+
},
|
|
1868
|
+
{
|
|
1869
|
+
orientation: "vertical",
|
|
1870
|
+
size: "md",
|
|
1871
|
+
class: { separator: "ms-[15px] h-7 w-0.5" }
|
|
1872
|
+
},
|
|
1873
|
+
{
|
|
1874
|
+
orientation: "vertical",
|
|
1875
|
+
size: "lg",
|
|
1876
|
+
class: { separator: "ms-[19px] h-8 w-0.5" }
|
|
1877
|
+
},
|
|
1878
|
+
{
|
|
1879
|
+
separatorMode: "connected",
|
|
1880
|
+
orientation: "horizontal",
|
|
1881
|
+
class: {
|
|
1882
|
+
item: [
|
|
1883
|
+
"first:[&_[data-slot=content]]:items-start",
|
|
1884
|
+
"last:[&_[data-slot=content]]:items-end"
|
|
1885
|
+
],
|
|
1886
|
+
trigger: "flex-none",
|
|
1887
|
+
content: "w-0 overflow-visible whitespace-nowrap",
|
|
1888
|
+
separator: "mx-0"
|
|
1889
|
+
}
|
|
1890
|
+
},
|
|
1891
|
+
{
|
|
1892
|
+
separatorMode: "connected",
|
|
1893
|
+
orientation: "vertical",
|
|
1894
|
+
class: {
|
|
1895
|
+
item: "relative",
|
|
1896
|
+
separator: "absolute bottom-0 my-0 h-auto"
|
|
1897
|
+
}
|
|
1898
|
+
},
|
|
1899
|
+
{
|
|
1900
|
+
separatorMode: "connected",
|
|
1901
|
+
orientation: "vertical",
|
|
1902
|
+
size: "sm",
|
|
1903
|
+
class: { separator: "start-[11px] top-6 ms-0" }
|
|
1904
|
+
},
|
|
1905
|
+
{
|
|
1906
|
+
separatorMode: "connected",
|
|
1907
|
+
orientation: "vertical",
|
|
1908
|
+
size: "md",
|
|
1909
|
+
class: { separator: "start-[15px] top-8 ms-0" }
|
|
1910
|
+
},
|
|
1911
|
+
{
|
|
1912
|
+
separatorMode: "connected",
|
|
1913
|
+
orientation: "vertical",
|
|
1914
|
+
size: "lg",
|
|
1915
|
+
class: { separator: "start-[19px] top-10 ms-0" }
|
|
1916
|
+
},
|
|
1917
|
+
{
|
|
1918
|
+
variant: "dot",
|
|
1919
|
+
orientation: "horizontal",
|
|
1920
|
+
size: "sm",
|
|
1921
|
+
class: { indicator: "h-2 w-2 border-0", separator: "mt-[3px]" }
|
|
1922
|
+
},
|
|
1923
|
+
{
|
|
1924
|
+
variant: "dot",
|
|
1925
|
+
orientation: "horizontal",
|
|
1926
|
+
size: "md",
|
|
1927
|
+
class: { indicator: "h-2.5 w-2.5 border-0", separator: "mt-[4px]" }
|
|
1928
|
+
},
|
|
1929
|
+
{
|
|
1930
|
+
variant: "dot",
|
|
1931
|
+
orientation: "horizontal",
|
|
1932
|
+
size: "lg",
|
|
1933
|
+
class: { indicator: "h-3 w-3 border-0", separator: "mt-[5px]" }
|
|
1934
|
+
},
|
|
1935
|
+
{
|
|
1936
|
+
variant: "dot",
|
|
1937
|
+
orientation: "vertical",
|
|
1938
|
+
size: "sm",
|
|
1939
|
+
class: { indicator: "h-2 w-2 border-0", separator: "ms-[3px]" }
|
|
1940
|
+
},
|
|
1941
|
+
{
|
|
1942
|
+
variant: "dot",
|
|
1943
|
+
orientation: "vertical",
|
|
1944
|
+
size: "md",
|
|
1945
|
+
class: { indicator: "h-2.5 w-2.5 border-0", separator: "ms-[4px]" }
|
|
1946
|
+
},
|
|
1947
|
+
{
|
|
1948
|
+
variant: "dot",
|
|
1949
|
+
orientation: "vertical",
|
|
1950
|
+
size: "lg",
|
|
1951
|
+
class: { indicator: "h-3 w-3 border-0", separator: "ms-[5px]" }
|
|
1952
|
+
},
|
|
1953
|
+
{
|
|
1954
|
+
separatorMode: "connected",
|
|
1955
|
+
variant: "dot",
|
|
1956
|
+
orientation: "vertical",
|
|
1957
|
+
size: "sm",
|
|
1958
|
+
class: {
|
|
1959
|
+
separator: "start-[3px] top-2 ms-0"
|
|
1960
|
+
}
|
|
1961
|
+
},
|
|
1962
|
+
{
|
|
1963
|
+
separatorMode: "connected",
|
|
1964
|
+
variant: "dot",
|
|
1965
|
+
orientation: "vertical",
|
|
1966
|
+
size: "md",
|
|
1967
|
+
class: { separator: "start-[4px] top-2.5 ms-0" }
|
|
1968
|
+
},
|
|
1969
|
+
{
|
|
1970
|
+
separatorMode: "connected",
|
|
1971
|
+
variant: "dot",
|
|
1972
|
+
orientation: "vertical",
|
|
1973
|
+
size: "lg",
|
|
1974
|
+
class: { separator: "start-[5px] top-3 ms-0" }
|
|
1975
|
+
},
|
|
1976
|
+
{
|
|
1977
|
+
variant: "solid",
|
|
1978
|
+
color: "default",
|
|
1979
|
+
class: {
|
|
1980
|
+
indicator: [
|
|
1981
|
+
"data-[status=current]:border-default-foreground",
|
|
1982
|
+
"data-[status=current]:bg-default-foreground",
|
|
1983
|
+
"data-[status=current]:text-background",
|
|
1984
|
+
"data-[status=complete]:border-default-foreground",
|
|
1985
|
+
"data-[status=complete]:bg-default-foreground",
|
|
1986
|
+
"data-[status=complete]:text-background",
|
|
1987
|
+
"data-[status=loading]:border-default-foreground",
|
|
1988
|
+
"data-[status=loading]:bg-default-foreground",
|
|
1989
|
+
"data-[status=loading]:text-background"
|
|
1990
|
+
],
|
|
1991
|
+
separator: "data-[status=complete]:bg-default-foreground"
|
|
1992
|
+
}
|
|
1993
|
+
},
|
|
1994
|
+
{
|
|
1995
|
+
variant: "solid",
|
|
1996
|
+
color: "primary",
|
|
1997
|
+
class: {
|
|
1998
|
+
indicator: [
|
|
1999
|
+
"data-[status=current]:border-primary data-[status=current]:bg-primary",
|
|
2000
|
+
"data-[status=current]:text-primary-foreground",
|
|
2001
|
+
"data-[status=complete]:border-primary data-[status=complete]:bg-primary",
|
|
2002
|
+
"data-[status=complete]:text-primary-foreground",
|
|
2003
|
+
"data-[status=loading]:border-primary data-[status=loading]:bg-primary",
|
|
2004
|
+
"data-[status=loading]:text-primary-foreground"
|
|
2005
|
+
],
|
|
2006
|
+
separator: "data-[status=complete]:bg-primary"
|
|
2007
|
+
}
|
|
2008
|
+
},
|
|
2009
|
+
{
|
|
2010
|
+
variant: "solid",
|
|
2011
|
+
color: "secondary",
|
|
2012
|
+
class: {
|
|
2013
|
+
indicator: [
|
|
2014
|
+
"data-[status=current]:border-secondary data-[status=current]:bg-secondary",
|
|
2015
|
+
"data-[status=current]:text-secondary-foreground",
|
|
2016
|
+
"data-[status=complete]:border-secondary data-[status=complete]:bg-secondary",
|
|
2017
|
+
"data-[status=complete]:text-secondary-foreground",
|
|
2018
|
+
"data-[status=loading]:border-secondary data-[status=loading]:bg-secondary",
|
|
2019
|
+
"data-[status=loading]:text-secondary-foreground"
|
|
2020
|
+
],
|
|
2021
|
+
separator: "data-[status=complete]:bg-secondary"
|
|
2022
|
+
}
|
|
2023
|
+
},
|
|
2024
|
+
{
|
|
2025
|
+
variant: "solid",
|
|
2026
|
+
color: "success",
|
|
2027
|
+
class: {
|
|
2028
|
+
indicator: [
|
|
2029
|
+
"data-[status=current]:border-success data-[status=current]:bg-success",
|
|
2030
|
+
"data-[status=current]:text-success-foreground",
|
|
2031
|
+
"data-[status=complete]:border-success data-[status=complete]:bg-success",
|
|
2032
|
+
"data-[status=complete]:text-success-foreground",
|
|
2033
|
+
"data-[status=loading]:border-success data-[status=loading]:bg-success",
|
|
2034
|
+
"data-[status=loading]:text-success-foreground"
|
|
2035
|
+
],
|
|
2036
|
+
separator: "data-[status=complete]:bg-success"
|
|
2037
|
+
}
|
|
2038
|
+
},
|
|
2039
|
+
{
|
|
2040
|
+
variant: "solid",
|
|
2041
|
+
color: "warning",
|
|
2042
|
+
class: {
|
|
2043
|
+
indicator: [
|
|
2044
|
+
"data-[status=current]:border-warning data-[status=current]:bg-warning",
|
|
2045
|
+
"data-[status=current]:text-warning-foreground",
|
|
2046
|
+
"data-[status=complete]:border-warning data-[status=complete]:bg-warning",
|
|
2047
|
+
"data-[status=complete]:text-warning-foreground",
|
|
2048
|
+
"data-[status=loading]:border-warning data-[status=loading]:bg-warning",
|
|
2049
|
+
"data-[status=loading]:text-warning-foreground"
|
|
2050
|
+
],
|
|
2051
|
+
separator: "data-[status=complete]:bg-warning"
|
|
2052
|
+
}
|
|
2053
|
+
},
|
|
2054
|
+
{
|
|
2055
|
+
variant: "solid",
|
|
2056
|
+
color: "danger",
|
|
2057
|
+
class: {
|
|
2058
|
+
indicator: [
|
|
2059
|
+
"data-[status=current]:border-danger data-[status=current]:bg-danger",
|
|
2060
|
+
"data-[status=current]:text-danger-foreground",
|
|
2061
|
+
"data-[status=complete]:border-danger data-[status=complete]:bg-danger",
|
|
2062
|
+
"data-[status=complete]:text-danger-foreground",
|
|
2063
|
+
"data-[status=loading]:border-danger data-[status=loading]:bg-danger",
|
|
2064
|
+
"data-[status=loading]:text-danger-foreground"
|
|
2065
|
+
],
|
|
2066
|
+
separator: "data-[status=complete]:bg-danger"
|
|
2067
|
+
}
|
|
2068
|
+
},
|
|
2069
|
+
{
|
|
2070
|
+
variant: ["bordered", "flat"],
|
|
2071
|
+
color: "default",
|
|
2072
|
+
class: {
|
|
2073
|
+
indicator: [
|
|
2074
|
+
"data-[status=current]:border-default-foreground",
|
|
2075
|
+
"data-[status=current]:text-default-foreground",
|
|
2076
|
+
"data-[status=complete]:border-default-foreground",
|
|
2077
|
+
"data-[status=complete]:text-default-foreground",
|
|
2078
|
+
"data-[status=loading]:border-default-foreground",
|
|
2079
|
+
"data-[status=loading]:text-default-foreground"
|
|
2080
|
+
],
|
|
2081
|
+
separator: "data-[status=complete]:bg-default-foreground"
|
|
2082
|
+
}
|
|
2083
|
+
},
|
|
2084
|
+
{
|
|
2085
|
+
variant: ["bordered", "flat"],
|
|
2086
|
+
color: "primary",
|
|
2087
|
+
class: {
|
|
2088
|
+
indicator: [
|
|
2089
|
+
"data-[status=current]:border-primary data-[status=current]:text-primary",
|
|
2090
|
+
"data-[status=complete]:border-primary data-[status=complete]:text-primary",
|
|
2091
|
+
"data-[status=loading]:border-primary data-[status=loading]:text-primary"
|
|
2092
|
+
],
|
|
2093
|
+
separator: "data-[status=complete]:bg-primary"
|
|
2094
|
+
}
|
|
2095
|
+
},
|
|
2096
|
+
{
|
|
2097
|
+
variant: ["bordered", "flat"],
|
|
2098
|
+
color: "secondary",
|
|
2099
|
+
class: {
|
|
2100
|
+
indicator: [
|
|
2101
|
+
"data-[status=current]:border-secondary data-[status=current]:text-secondary",
|
|
2102
|
+
"data-[status=complete]:border-secondary data-[status=complete]:text-secondary",
|
|
2103
|
+
"data-[status=loading]:border-secondary data-[status=loading]:text-secondary"
|
|
2104
|
+
],
|
|
2105
|
+
separator: "data-[status=complete]:bg-secondary"
|
|
2106
|
+
}
|
|
2107
|
+
},
|
|
2108
|
+
{
|
|
2109
|
+
variant: ["bordered", "flat"],
|
|
2110
|
+
color: "success",
|
|
2111
|
+
class: {
|
|
2112
|
+
indicator: [
|
|
2113
|
+
"data-[status=current]:border-success data-[status=current]:text-success",
|
|
2114
|
+
"data-[status=complete]:border-success data-[status=complete]:text-success",
|
|
2115
|
+
"data-[status=loading]:border-success data-[status=loading]:text-success"
|
|
2116
|
+
],
|
|
2117
|
+
separator: "data-[status=complete]:bg-success"
|
|
2118
|
+
}
|
|
2119
|
+
},
|
|
2120
|
+
{
|
|
2121
|
+
variant: ["bordered", "flat"],
|
|
2122
|
+
color: "warning",
|
|
2123
|
+
class: {
|
|
2124
|
+
indicator: [
|
|
2125
|
+
"data-[status=current]:border-warning data-[status=current]:text-warning",
|
|
2126
|
+
"data-[status=complete]:border-warning data-[status=complete]:text-warning",
|
|
2127
|
+
"data-[status=loading]:border-warning data-[status=loading]:text-warning"
|
|
2128
|
+
],
|
|
2129
|
+
separator: "data-[status=complete]:bg-warning"
|
|
2130
|
+
}
|
|
2131
|
+
},
|
|
2132
|
+
{
|
|
2133
|
+
variant: ["bordered", "flat"],
|
|
2134
|
+
color: "danger",
|
|
2135
|
+
class: {
|
|
2136
|
+
indicator: [
|
|
2137
|
+
"data-[status=current]:border-danger data-[status=current]:text-danger",
|
|
2138
|
+
"data-[status=complete]:border-danger data-[status=complete]:text-danger",
|
|
2139
|
+
"data-[status=loading]:border-danger data-[status=loading]:text-danger"
|
|
2140
|
+
],
|
|
2141
|
+
separator: "data-[status=complete]:bg-danger"
|
|
2142
|
+
}
|
|
2143
|
+
},
|
|
2144
|
+
{
|
|
2145
|
+
variant: "flat",
|
|
2146
|
+
color: "default",
|
|
2147
|
+
class: {
|
|
2148
|
+
indicator: [
|
|
2149
|
+
"data-[status=current]:bg-default-200",
|
|
2150
|
+
"data-[status=complete]:bg-default-200",
|
|
2151
|
+
"data-[status=loading]:bg-default-200"
|
|
2152
|
+
]
|
|
2153
|
+
}
|
|
2154
|
+
},
|
|
2155
|
+
{
|
|
2156
|
+
variant: "flat",
|
|
2157
|
+
color: "primary",
|
|
2158
|
+
class: {
|
|
2159
|
+
indicator: [
|
|
2160
|
+
"data-[status=current]:bg-primary/20",
|
|
2161
|
+
"data-[status=complete]:bg-primary/20",
|
|
2162
|
+
"data-[status=loading]:bg-primary/20"
|
|
2163
|
+
]
|
|
2164
|
+
}
|
|
2165
|
+
},
|
|
2166
|
+
{
|
|
2167
|
+
variant: "flat",
|
|
2168
|
+
color: "secondary",
|
|
2169
|
+
class: {
|
|
2170
|
+
indicator: [
|
|
2171
|
+
"data-[status=current]:bg-secondary/20",
|
|
2172
|
+
"data-[status=complete]:bg-secondary/20",
|
|
2173
|
+
"data-[status=loading]:bg-secondary/20"
|
|
2174
|
+
]
|
|
2175
|
+
}
|
|
2176
|
+
},
|
|
2177
|
+
{
|
|
2178
|
+
variant: "flat",
|
|
2179
|
+
color: "success",
|
|
2180
|
+
class: {
|
|
2181
|
+
indicator: [
|
|
2182
|
+
"data-[status=current]:bg-success/20",
|
|
2183
|
+
"data-[status=complete]:bg-success/20",
|
|
2184
|
+
"data-[status=loading]:bg-success/20"
|
|
2185
|
+
]
|
|
2186
|
+
}
|
|
2187
|
+
},
|
|
2188
|
+
{
|
|
2189
|
+
variant: "flat",
|
|
2190
|
+
color: "warning",
|
|
2191
|
+
class: {
|
|
2192
|
+
indicator: [
|
|
2193
|
+
"data-[status=current]:bg-warning/20",
|
|
2194
|
+
"data-[status=complete]:bg-warning/20",
|
|
2195
|
+
"data-[status=loading]:bg-warning/20"
|
|
2196
|
+
]
|
|
2197
|
+
}
|
|
2198
|
+
},
|
|
2199
|
+
{
|
|
2200
|
+
variant: "flat",
|
|
2201
|
+
color: "danger",
|
|
2202
|
+
class: {
|
|
2203
|
+
indicator: [
|
|
2204
|
+
"data-[status=current]:bg-danger/20",
|
|
2205
|
+
"data-[status=complete]:bg-danger/20",
|
|
2206
|
+
"data-[status=loading]:bg-danger/20"
|
|
2207
|
+
]
|
|
2208
|
+
}
|
|
2209
|
+
},
|
|
2210
|
+
{
|
|
2211
|
+
variant: "dot",
|
|
2212
|
+
color: "default",
|
|
2213
|
+
class: {
|
|
2214
|
+
indicator: [
|
|
2215
|
+
"data-[status=current]:bg-default-foreground",
|
|
2216
|
+
"data-[status=complete]:bg-default-foreground",
|
|
2217
|
+
"data-[status=loading]:bg-default-foreground"
|
|
2218
|
+
],
|
|
2219
|
+
separator: "data-[status=complete]:bg-default-foreground"
|
|
2220
|
+
}
|
|
2221
|
+
},
|
|
2222
|
+
{
|
|
2223
|
+
variant: "dot",
|
|
2224
|
+
color: "primary",
|
|
2225
|
+
class: {
|
|
2226
|
+
indicator: [
|
|
2227
|
+
"data-[status=current]:bg-primary",
|
|
2228
|
+
"data-[status=complete]:bg-primary",
|
|
2229
|
+
"data-[status=loading]:bg-primary"
|
|
2230
|
+
],
|
|
2231
|
+
separator: "data-[status=complete]:bg-primary"
|
|
2232
|
+
}
|
|
2233
|
+
},
|
|
2234
|
+
{
|
|
2235
|
+
variant: "dot",
|
|
2236
|
+
color: "secondary",
|
|
2237
|
+
class: {
|
|
2238
|
+
indicator: [
|
|
2239
|
+
"data-[status=current]:bg-secondary",
|
|
2240
|
+
"data-[status=complete]:bg-secondary",
|
|
2241
|
+
"data-[status=loading]:bg-secondary"
|
|
2242
|
+
],
|
|
2243
|
+
separator: "data-[status=complete]:bg-secondary"
|
|
2244
|
+
}
|
|
2245
|
+
},
|
|
2246
|
+
{
|
|
2247
|
+
variant: "dot",
|
|
2248
|
+
color: "success",
|
|
2249
|
+
class: {
|
|
2250
|
+
indicator: [
|
|
2251
|
+
"data-[status=current]:bg-success",
|
|
2252
|
+
"data-[status=complete]:bg-success",
|
|
2253
|
+
"data-[status=loading]:bg-success"
|
|
2254
|
+
],
|
|
2255
|
+
separator: "data-[status=complete]:bg-success"
|
|
2256
|
+
}
|
|
2257
|
+
},
|
|
2258
|
+
{
|
|
2259
|
+
variant: "dot",
|
|
2260
|
+
color: "warning",
|
|
2261
|
+
class: {
|
|
2262
|
+
indicator: [
|
|
2263
|
+
"data-[status=current]:bg-warning",
|
|
2264
|
+
"data-[status=complete]:bg-warning",
|
|
2265
|
+
"data-[status=loading]:bg-warning"
|
|
2266
|
+
],
|
|
2267
|
+
separator: "data-[status=complete]:bg-warning"
|
|
2268
|
+
}
|
|
2269
|
+
},
|
|
2270
|
+
{
|
|
2271
|
+
variant: "dot",
|
|
2272
|
+
color: "danger",
|
|
2273
|
+
class: {
|
|
2274
|
+
indicator: [
|
|
2275
|
+
"data-[status=current]:bg-danger",
|
|
2276
|
+
"data-[status=complete]:bg-danger",
|
|
2277
|
+
"data-[status=loading]:bg-danger"
|
|
2278
|
+
],
|
|
2279
|
+
separator: "data-[status=complete]:bg-danger"
|
|
2280
|
+
}
|
|
2281
|
+
}
|
|
2282
|
+
]
|
|
2283
|
+
});
|
|
2284
|
+
|
|
1719
2285
|
// src/components/code.ts
|
|
1720
2286
|
var code = tv({
|
|
1721
2287
|
base: ["px-2", "py-1", "h-fit", "font-mono", "font-normal", "inline-block", "whitespace-nowrap"],
|
|
@@ -7829,13 +8395,13 @@ var skeleton = tv({
|
|
|
7829
8395
|
var shimmerText = tv({
|
|
7830
8396
|
base: "sytech-shimmer-text animate-shimmer-text",
|
|
7831
8397
|
variants: {
|
|
7832
|
-
|
|
7833
|
-
|
|
7834
|
-
|
|
8398
|
+
once: {
|
|
8399
|
+
true: "sytech-shimmer-text-once",
|
|
8400
|
+
false: ""
|
|
7835
8401
|
},
|
|
7836
|
-
|
|
7837
|
-
|
|
7838
|
-
|
|
8402
|
+
reverse: {
|
|
8403
|
+
true: "sytech-shimmer-text-reverse",
|
|
8404
|
+
false: ""
|
|
7839
8405
|
},
|
|
7840
8406
|
disableAnimation: {
|
|
7841
8407
|
true: "sytech-shimmer-text-disabled !animate-none",
|
|
@@ -7843,8 +8409,8 @@ var shimmerText = tv({
|
|
|
7843
8409
|
}
|
|
7844
8410
|
},
|
|
7845
8411
|
defaultVariants: {
|
|
7846
|
-
|
|
7847
|
-
|
|
8412
|
+
once: false,
|
|
8413
|
+
reverse: false,
|
|
7848
8414
|
disableAnimation: false
|
|
7849
8415
|
}
|
|
7850
8416
|
});
|
|
@@ -13413,6 +13979,7 @@ var heroui = (config = {}) => {
|
|
|
13413
13979
|
snippet,
|
|
13414
13980
|
spacer,
|
|
13415
13981
|
spinner,
|
|
13982
|
+
stepper,
|
|
13416
13983
|
table,
|
|
13417
13984
|
tabs,
|
|
13418
13985
|
toast,
|