@strands.gg/accui 1.7.0 → 1.7.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/accui.css
CHANGED
|
@@ -1875,76 +1875,76 @@ input.pr-10[data-v-1fccfe97] {
|
|
|
1875
1875
|
}
|
|
1876
1876
|
|
|
1877
1877
|
/* Simple fade transition - gentle and smooth */
|
|
1878
|
-
.fade-enter-active[data-v-
|
|
1879
|
-
.fade-leave-active[data-v-
|
|
1878
|
+
.fade-enter-active[data-v-cf6ed7ab],
|
|
1879
|
+
.fade-leave-active[data-v-cf6ed7ab] {
|
|
1880
1880
|
transition: opacity 350ms cubic-bezier(0.16, 1, 0.3, 1);
|
|
1881
1881
|
}
|
|
1882
|
-
.fade-enter-from[data-v-
|
|
1883
|
-
.fade-leave-to[data-v-
|
|
1882
|
+
.fade-enter-from[data-v-cf6ed7ab],
|
|
1883
|
+
.fade-leave-to[data-v-cf6ed7ab] {
|
|
1884
1884
|
opacity: 0;
|
|
1885
1885
|
}
|
|
1886
1886
|
|
|
1887
1887
|
/* Smooth height transitions - handled entirely by JavaScript */
|
|
1888
|
-
.smooth-height-enter-active[data-v-
|
|
1889
|
-
.smooth-height-leave-active[data-v-
|
|
1888
|
+
.smooth-height-enter-active[data-v-cf6ed7ab],
|
|
1889
|
+
.smooth-height-leave-active[data-v-cf6ed7ab] {
|
|
1890
1890
|
/* JavaScript handles all transition logic */
|
|
1891
1891
|
}
|
|
1892
1892
|
|
|
1893
1893
|
/* Support block transition - gentle fade with subtle scale */
|
|
1894
|
-
.support-fade-enter-active[data-v-
|
|
1895
|
-
.support-fade-leave-active[data-v-
|
|
1894
|
+
.support-fade-enter-active[data-v-cf6ed7ab],
|
|
1895
|
+
.support-fade-leave-active[data-v-cf6ed7ab] {
|
|
1896
1896
|
transition: all 400ms cubic-bezier(0.16, 1, 0.3, 1);
|
|
1897
1897
|
}
|
|
1898
|
-
.support-fade-enter-from[data-v-
|
|
1898
|
+
.support-fade-enter-from[data-v-cf6ed7ab] {
|
|
1899
1899
|
opacity: 0;
|
|
1900
1900
|
transform: scale(0.97) translateY(8px);
|
|
1901
1901
|
}
|
|
1902
|
-
.support-fade-leave-to[data-v-
|
|
1902
|
+
.support-fade-leave-to[data-v-cf6ed7ab] {
|
|
1903
1903
|
opacity: 0;
|
|
1904
1904
|
transform: scale(0.99) translateY(-4px);
|
|
1905
1905
|
}
|
|
1906
|
-
.support-fade-enter-to[data-v-
|
|
1907
|
-
.support-fade-leave-from[data-v-
|
|
1906
|
+
.support-fade-enter-to[data-v-cf6ed7ab],
|
|
1907
|
+
.support-fade-leave-from[data-v-cf6ed7ab] {
|
|
1908
1908
|
opacity: 1;
|
|
1909
1909
|
transform: scale(1) translateY(0);
|
|
1910
1910
|
}
|
|
1911
1911
|
|
|
1912
1912
|
/* Expand transition - for alerts using modern height animation */
|
|
1913
|
-
.expand-enter-active[data-v-
|
|
1914
|
-
.expand-leave-active[data-v-
|
|
1913
|
+
.expand-enter-active[data-v-cf6ed7ab],
|
|
1914
|
+
.expand-leave-active[data-v-cf6ed7ab] {
|
|
1915
1915
|
overflow: hidden;
|
|
1916
1916
|
}
|
|
1917
1917
|
|
|
1918
1918
|
/* Modern browsers with interpolate-size support for expand */
|
|
1919
1919
|
@supports (interpolate-size: allow-keywords) {
|
|
1920
|
-
.expand-enter-active[data-v-
|
|
1921
|
-
.expand-leave-active[data-v-
|
|
1920
|
+
.expand-enter-active[data-v-cf6ed7ab],
|
|
1921
|
+
.expand-leave-active[data-v-cf6ed7ab] {
|
|
1922
1922
|
interpolate-size: allow-keywords;
|
|
1923
1923
|
}
|
|
1924
|
-
.expand-enter-active[data-v-
|
|
1924
|
+
.expand-enter-active[data-v-cf6ed7ab] {
|
|
1925
1925
|
transition:
|
|
1926
1926
|
opacity 550ms cubic-bezier(0.16, 1, 0.3, 1),
|
|
1927
1927
|
height 550ms cubic-bezier(0.16, 1, 0.3, 1),
|
|
1928
1928
|
transform 550ms cubic-bezier(0.16, 1, 0.3, 1);
|
|
1929
1929
|
}
|
|
1930
|
-
.expand-leave-active[data-v-
|
|
1930
|
+
.expand-leave-active[data-v-cf6ed7ab] {
|
|
1931
1931
|
transition:
|
|
1932
1932
|
opacity 550ms cubic-bezier(0.16, 1, 0.3, 1),
|
|
1933
1933
|
height 550ms cubic-bezier(0.16, 1, 0.3, 1),
|
|
1934
1934
|
transform 550ms cubic-bezier(0.16, 1, 0.3, 1);
|
|
1935
1935
|
}
|
|
1936
|
-
.expand-enter-from[data-v-
|
|
1936
|
+
.expand-enter-from[data-v-cf6ed7ab] {
|
|
1937
1937
|
opacity: 0;
|
|
1938
1938
|
height: 0;
|
|
1939
1939
|
transform: scale(0.99) translateY(-2px);
|
|
1940
1940
|
}
|
|
1941
|
-
.expand-leave-to[data-v-
|
|
1941
|
+
.expand-leave-to[data-v-cf6ed7ab] {
|
|
1942
1942
|
opacity: 0;
|
|
1943
1943
|
height: 0;
|
|
1944
1944
|
transform: scale(0.997) translateY(1px);
|
|
1945
1945
|
}
|
|
1946
|
-
.expand-enter-to[data-v-
|
|
1947
|
-
.expand-leave-from[data-v-
|
|
1946
|
+
.expand-enter-to[data-v-cf6ed7ab],
|
|
1947
|
+
.expand-leave-from[data-v-cf6ed7ab] {
|
|
1948
1948
|
opacity: 1;
|
|
1949
1949
|
height: auto;
|
|
1950
1950
|
transform: scale(1) translateY(0);
|
|
@@ -1953,30 +1953,30 @@ input.pr-10[data-v-1fccfe97] {
|
|
|
1953
1953
|
|
|
1954
1954
|
/* Fallback for expand in older browsers */
|
|
1955
1955
|
@supports not (interpolate-size: allow-keywords) {
|
|
1956
|
-
.expand-enter-active[data-v-
|
|
1956
|
+
.expand-enter-active[data-v-cf6ed7ab] {
|
|
1957
1957
|
transition:
|
|
1958
1958
|
opacity 550ms cubic-bezier(0.16, 1, 0.3, 1),
|
|
1959
1959
|
max-height 550ms cubic-bezier(0.16, 1, 0.3, 1),
|
|
1960
1960
|
transform 550ms cubic-bezier(0.16, 1, 0.3, 1);
|
|
1961
1961
|
}
|
|
1962
|
-
.expand-leave-active[data-v-
|
|
1962
|
+
.expand-leave-active[data-v-cf6ed7ab] {
|
|
1963
1963
|
transition:
|
|
1964
1964
|
opacity 550ms cubic-bezier(0.16, 1, 0.3, 1),
|
|
1965
1965
|
max-height 550ms cubic-bezier(0.16, 1, 0.3, 1),
|
|
1966
1966
|
transform 550ms cubic-bezier(0.16, 1, 0.3, 1);
|
|
1967
1967
|
}
|
|
1968
|
-
.expand-enter-from[data-v-
|
|
1968
|
+
.expand-enter-from[data-v-cf6ed7ab] {
|
|
1969
1969
|
opacity: 0;
|
|
1970
1970
|
max-height: 0;
|
|
1971
1971
|
transform: scale(0.99) translateY(-2px);
|
|
1972
1972
|
}
|
|
1973
|
-
.expand-leave-to[data-v-
|
|
1973
|
+
.expand-leave-to[data-v-cf6ed7ab] {
|
|
1974
1974
|
opacity: 0;
|
|
1975
1975
|
max-height: 0;
|
|
1976
1976
|
transform: scale(0.997) translateY(1px);
|
|
1977
1977
|
}
|
|
1978
|
-
.expand-enter-to[data-v-
|
|
1979
|
-
.expand-leave-from[data-v-
|
|
1978
|
+
.expand-enter-to[data-v-cf6ed7ab],
|
|
1979
|
+
.expand-leave-from[data-v-cf6ed7ab] {
|
|
1980
1980
|
opacity: 1;
|
|
1981
1981
|
max-height: 150px;
|
|
1982
1982
|
transform: scale(1) translateY(0);
|
|
@@ -1984,7 +1984,7 @@ input.pr-10[data-v-1fccfe97] {
|
|
|
1984
1984
|
}
|
|
1985
1985
|
|
|
1986
1986
|
/* Loading pulse animation */
|
|
1987
|
-
@keyframes pulse-
|
|
1987
|
+
@keyframes pulse-cf6ed7ab {
|
|
1988
1988
|
0%, 100% {
|
|
1989
1989
|
opacity: 1;
|
|
1990
1990
|
}
|
|
@@ -1992,12 +1992,12 @@ input.pr-10[data-v-1fccfe97] {
|
|
|
1992
1992
|
opacity: 0.5;
|
|
1993
1993
|
}
|
|
1994
1994
|
}
|
|
1995
|
-
.animate-pulse[data-v-
|
|
1996
|
-
animation: pulse-
|
|
1995
|
+
.animate-pulse[data-v-cf6ed7ab] {
|
|
1996
|
+
animation: pulse-cf6ed7ab 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
|
|
1997
1997
|
}
|
|
1998
1998
|
|
|
1999
1999
|
/* Slide up animation for main container - elegant entrance */
|
|
2000
|
-
@keyframes slide-up-
|
|
2000
|
+
@keyframes slide-up-cf6ed7ab {
|
|
2001
2001
|
from {
|
|
2002
2002
|
opacity: 0;
|
|
2003
2003
|
transform: translateY(24px) scale(0.96);
|
|
@@ -2009,12 +2009,12 @@ to {
|
|
|
2009
2009
|
filter: blur(0px);
|
|
2010
2010
|
}
|
|
2011
2011
|
}
|
|
2012
|
-
.animate-slide-up[data-v-
|
|
2013
|
-
animation: slide-up-
|
|
2012
|
+
.animate-slide-up[data-v-cf6ed7ab] {
|
|
2013
|
+
animation: slide-up-cf6ed7ab 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
|
2014
2014
|
}
|
|
2015
2015
|
|
|
2016
2016
|
/* Fade in animation for alerts - gentle appearance */
|
|
2017
|
-
@keyframes fade-in-
|
|
2017
|
+
@keyframes fade-in-cf6ed7ab {
|
|
2018
2018
|
from {
|
|
2019
2019
|
opacity: 0;
|
|
2020
2020
|
transform: scale(0.97) translateY(6px);
|
|
@@ -2024,41 +2024,41 @@ to {
|
|
|
2024
2024
|
transform: scale(1) translateY(0);
|
|
2025
2025
|
}
|
|
2026
2026
|
}
|
|
2027
|
-
.animate-fade-in[data-v-
|
|
2028
|
-
animation: fade-in-
|
|
2027
|
+
.animate-fade-in[data-v-cf6ed7ab] {
|
|
2028
|
+
animation: fade-in-cf6ed7ab 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
|
2029
2029
|
}
|
|
2030
2030
|
|
|
2031
2031
|
/* Email field spacing animation */
|
|
2032
|
-
.email-field-spacing[data-v-
|
|
2032
|
+
.email-field-spacing[data-v-cf6ed7ab] {
|
|
2033
2033
|
transition: margin-bottom 500ms cubic-bezier(0.16, 1, 0.3, 1);
|
|
2034
2034
|
}
|
|
2035
|
-
.email-field-spacing.has-password[data-v-
|
|
2035
|
+
.email-field-spacing.has-password[data-v-cf6ed7ab] {
|
|
2036
2036
|
margin-bottom: 1rem; /* mb-4 equivalent */
|
|
2037
2037
|
}
|
|
2038
|
-
.email-field-spacing.no-password[data-v-
|
|
2038
|
+
.email-field-spacing.no-password[data-v-cf6ed7ab] {
|
|
2039
2039
|
margin-bottom: 0;
|
|
2040
2040
|
}
|
|
2041
2041
|
|
|
2042
2042
|
/* Password field transitions now handled by JavaScript smooth-height system */
|
|
2043
2043
|
|
|
2044
2044
|
/* Auth Container Styles */
|
|
2045
|
-
.auth-full-width[data-v-
|
|
2045
|
+
.auth-full-width[data-v-cf6ed7ab] {
|
|
2046
2046
|
width: 100%;
|
|
2047
2047
|
}
|
|
2048
|
-
.auth-min-width[data-v-
|
|
2048
|
+
.auth-min-width[data-v-cf6ed7ab] {
|
|
2049
2049
|
min-width: 100px;
|
|
2050
2050
|
}
|
|
2051
|
-
.auth-max-width[data-v-
|
|
2051
|
+
.auth-max-width[data-v-cf6ed7ab] {
|
|
2052
2052
|
max-width: 28rem;
|
|
2053
2053
|
}
|
|
2054
|
-
.auth-center[data-v-
|
|
2054
|
+
.auth-center[data-v-cf6ed7ab] {
|
|
2055
2055
|
margin-left: auto;
|
|
2056
2056
|
margin-right: auto;
|
|
2057
2057
|
}
|
|
2058
|
-
.auth-slide-up[data-v-
|
|
2059
|
-
animation: slide-up-
|
|
2058
|
+
.auth-slide-up[data-v-cf6ed7ab] {
|
|
2059
|
+
animation: slide-up-cf6ed7ab 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
|
2060
2060
|
}
|
|
2061
|
-
.auth-card-modern[data-v-
|
|
2061
|
+
.auth-card-modern[data-v-cf6ed7ab] {
|
|
2062
2062
|
background: white;
|
|
2063
2063
|
border-radius: 0.5rem;
|
|
2064
2064
|
padding: 2rem;
|
|
@@ -2066,11 +2066,11 @@ to {
|
|
|
2066
2066
|
}
|
|
2067
2067
|
|
|
2068
2068
|
/* Header Styles */
|
|
2069
|
-
.auth-header[data-v-
|
|
2069
|
+
.auth-header[data-v-cf6ed7ab] {
|
|
2070
2070
|
text-align: center;
|
|
2071
2071
|
margin-bottom: 2rem;
|
|
2072
2072
|
}
|
|
2073
|
-
.auth-title[data-v-
|
|
2073
|
+
.auth-title[data-v-cf6ed7ab] {
|
|
2074
2074
|
font-size: 1.875rem;
|
|
2075
2075
|
font-weight: 700;
|
|
2076
2076
|
background: linear-gradient(135deg, #EA00A8 0%, #FF6B9D 100%);
|
|
@@ -2079,40 +2079,40 @@ to {
|
|
|
2079
2079
|
-webkit-text-fill-color: transparent;
|
|
2080
2080
|
margin-bottom: 0.5rem;
|
|
2081
2081
|
}
|
|
2082
|
-
.auth-subtitle[data-v-
|
|
2082
|
+
.auth-subtitle[data-v-cf6ed7ab] {
|
|
2083
2083
|
color: #737373;
|
|
2084
2084
|
}
|
|
2085
2085
|
|
|
2086
2086
|
/* Tabs Container */
|
|
2087
|
-
.auth-tabs-container[data-v-
|
|
2087
|
+
.auth-tabs-container[data-v-cf6ed7ab] {
|
|
2088
2088
|
margin-bottom: 2rem;
|
|
2089
2089
|
}
|
|
2090
2090
|
|
|
2091
2091
|
/* OAuth Provider Styles */
|
|
2092
|
-
.auth-oauth-providers[data-v-
|
|
2092
|
+
.auth-oauth-providers[data-v-cf6ed7ab] {
|
|
2093
2093
|
display: flex;
|
|
2094
2094
|
flex-direction: column;
|
|
2095
2095
|
gap: 0.75rem;
|
|
2096
2096
|
margin-bottom: 1.5rem;
|
|
2097
2097
|
}
|
|
2098
|
-
.auth-oauth-button[data-v-
|
|
2098
|
+
.auth-oauth-button[data-v-cf6ed7ab] {
|
|
2099
2099
|
/* Button styles will be handled by the UiButton component */
|
|
2100
2100
|
}
|
|
2101
|
-
.auth-oauth-icon-container[data-v-
|
|
2101
|
+
.auth-oauth-icon-container[data-v-cf6ed7ab] {
|
|
2102
2102
|
width: 1.25rem;
|
|
2103
2103
|
height: 1.25rem;
|
|
2104
2104
|
display: flex;
|
|
2105
2105
|
align-items: center;
|
|
2106
2106
|
justify-content: center;
|
|
2107
2107
|
}
|
|
2108
|
-
.auth-oauth-icon[data-v-
|
|
2108
|
+
.auth-oauth-icon[data-v-cf6ed7ab] {
|
|
2109
2109
|
width: 1.25rem;
|
|
2110
2110
|
height: 1.25rem;
|
|
2111
2111
|
}
|
|
2112
|
-
.auth-oauth-github[data-v-
|
|
2112
|
+
.auth-oauth-github[data-v-cf6ed7ab] {
|
|
2113
2113
|
fill: currentColor;
|
|
2114
2114
|
}
|
|
2115
|
-
.auth-oauth-generic-icon[data-v-
|
|
2115
|
+
.auth-oauth-generic-icon[data-v-cf6ed7ab] {
|
|
2116
2116
|
width: 1.25rem;
|
|
2117
2117
|
height: 1.25rem;
|
|
2118
2118
|
border-radius: 50%;
|
|
@@ -2121,22 +2121,22 @@ to {
|
|
|
2121
2121
|
align-items: center;
|
|
2122
2122
|
justify-content: center;
|
|
2123
2123
|
}
|
|
2124
|
-
.auth-oauth-generic-text[data-v-
|
|
2124
|
+
.auth-oauth-generic-text[data-v-cf6ed7ab] {
|
|
2125
2125
|
font-size: 0.75rem;
|
|
2126
2126
|
font-weight: 600;
|
|
2127
2127
|
color: #525252;
|
|
2128
2128
|
}
|
|
2129
|
-
.auth-oauth-text[data-v-
|
|
2129
|
+
.auth-oauth-text[data-v-cf6ed7ab] {
|
|
2130
2130
|
font-weight: 500;
|
|
2131
2131
|
}
|
|
2132
2132
|
|
|
2133
2133
|
/* Divider Styles */
|
|
2134
|
-
.auth-divider[data-v-
|
|
2134
|
+
.auth-divider[data-v-cf6ed7ab] {
|
|
2135
2135
|
position: relative;
|
|
2136
2136
|
margin: 1.5rem 0;
|
|
2137
2137
|
text-align: center;
|
|
2138
2138
|
}
|
|
2139
|
-
.auth-divider[data-v-
|
|
2139
|
+
.auth-divider[data-v-cf6ed7ab]::before {
|
|
2140
2140
|
content: '';
|
|
2141
2141
|
position: absolute;
|
|
2142
2142
|
top: 50%;
|
|
@@ -2145,7 +2145,7 @@ to {
|
|
|
2145
2145
|
height: 1px;
|
|
2146
2146
|
background: #e5e5e5;
|
|
2147
2147
|
}
|
|
2148
|
-
.auth-divider-text[data-v-
|
|
2148
|
+
.auth-divider-text[data-v-cf6ed7ab] {
|
|
2149
2149
|
background: white;
|
|
2150
2150
|
padding: 0 1rem;
|
|
2151
2151
|
color: #737373;
|
|
@@ -2155,62 +2155,62 @@ to {
|
|
|
2155
2155
|
}
|
|
2156
2156
|
|
|
2157
2157
|
/* Form Styles */
|
|
2158
|
-
.auth-form[data-v-
|
|
2158
|
+
.auth-form[data-v-cf6ed7ab] {
|
|
2159
2159
|
display: flex;
|
|
2160
2160
|
flex-direction: column;
|
|
2161
2161
|
gap: 1.5rem;
|
|
2162
2162
|
}
|
|
2163
|
-
.auth-password-field[data-v-
|
|
2163
|
+
.auth-password-field[data-v-cf6ed7ab] {
|
|
2164
2164
|
margin-bottom: 1rem;
|
|
2165
2165
|
}
|
|
2166
|
-
.auth-password-header[data-v-
|
|
2166
|
+
.auth-password-header[data-v-cf6ed7ab] {
|
|
2167
2167
|
display: flex;
|
|
2168
2168
|
align-items: center;
|
|
2169
2169
|
justify-content: space-between;
|
|
2170
2170
|
margin-bottom: 0.5rem;
|
|
2171
2171
|
}
|
|
2172
|
-
.auth-password-label[data-v-
|
|
2172
|
+
.auth-password-label[data-v-cf6ed7ab] {
|
|
2173
2173
|
font-size: 0.875rem;
|
|
2174
2174
|
font-weight: 500;
|
|
2175
2175
|
color: #374151;
|
|
2176
2176
|
}
|
|
2177
2177
|
|
|
2178
2178
|
/* Alert Styles */
|
|
2179
|
-
.auth-success-alert[data-v-
|
|
2179
|
+
.auth-success-alert[data-v-cf6ed7ab] {
|
|
2180
2180
|
margin-top: 1.5rem;
|
|
2181
|
-
animation: fade-in-
|
|
2181
|
+
animation: fade-in-cf6ed7ab 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
|
2182
2182
|
}
|
|
2183
|
-
.auth-error-alert[data-v-
|
|
2183
|
+
.auth-error-alert[data-v-cf6ed7ab] {
|
|
2184
2184
|
margin-top: 1.5rem;
|
|
2185
|
-
animation: fade-in-
|
|
2185
|
+
animation: fade-in-cf6ed7ab 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
|
2186
2186
|
}
|
|
2187
2187
|
|
|
2188
2188
|
/* Back Link Styles */
|
|
2189
|
-
.auth-back-link-container[data-v-
|
|
2189
|
+
.auth-back-link-container[data-v-cf6ed7ab] {
|
|
2190
2190
|
margin-top: 2rem;
|
|
2191
2191
|
text-align: center;
|
|
2192
2192
|
}
|
|
2193
|
-
.auth-back-link[data-v-
|
|
2193
|
+
.auth-back-link[data-v-cf6ed7ab] {
|
|
2194
2194
|
display: inline-flex;
|
|
2195
2195
|
align-items: center;
|
|
2196
2196
|
gap: 0.5rem;
|
|
2197
2197
|
}
|
|
2198
|
-
.auth-back-icon[data-v-
|
|
2198
|
+
.auth-back-icon[data-v-cf6ed7ab] {
|
|
2199
2199
|
width: 1rem;
|
|
2200
2200
|
height: 1rem;
|
|
2201
2201
|
}
|
|
2202
2202
|
|
|
2203
2203
|
/* Support Text */
|
|
2204
|
-
.auth-support-text[data-v-
|
|
2204
|
+
.auth-support-text[data-v-cf6ed7ab] {
|
|
2205
2205
|
color: #a3a3a3;
|
|
2206
2206
|
font-size: 0.875rem;
|
|
2207
2207
|
}
|
|
2208
2208
|
|
|
2209
2209
|
/* Modal-specific styles - removes border, radius, background, and padding */
|
|
2210
|
-
.auth-container-modal[data-v-
|
|
2211
|
-
|
|
2210
|
+
.auth-container-modal[data-v-cf6ed7ab] {
|
|
2211
|
+
min-width: 400px;
|
|
2212
2212
|
}
|
|
2213
|
-
.auth-content-modal[data-v-
|
|
2213
|
+
.auth-content-modal[data-v-cf6ed7ab] {
|
|
2214
2214
|
/* Remove card styling when in modal */
|
|
2215
2215
|
background: transparent;
|
|
2216
2216
|
border: none;
|
|
@@ -3638,7 +3638,7 @@ const _sfc_main$j = /* @__PURE__ */ vue.defineComponent({
|
|
|
3638
3638
|
};
|
|
3639
3639
|
}
|
|
3640
3640
|
});
|
|
3641
|
-
const StrandsAuth = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["__scopeId", "data-v-
|
|
3641
|
+
const StrandsAuth = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["__scopeId", "data-v-cf6ed7ab"]]);
|
|
3642
3642
|
const _hoisted_1$h = { class: "accui-component-scope" };
|
|
3643
3643
|
const _hoisted_2$f = { class: "accui-w-full accui-min-w-100 accui-max-w-md accui-mx-auto accui-animate-slide-up" };
|
|
3644
3644
|
const _hoisted_3$f = {
|