lookbook 2.0.0.beta.1 → 2.0.0.beta.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/lookbook/css/fonts.css +33 -0
- data/app/assets/lookbook/css/lookbook.css +1 -0
- data/app/assets/lookbook/fonts/Inter-italic.var.woff2 +0 -0
- data/app/assets/lookbook/fonts/Inter-roman.var.woff2 +0 -0
- data/app/assets/lookbook/fonts/SourceCodeVariable-Italic.ttf.woff2 +0 -0
- data/app/assets/lookbook/fonts/SourceCodeVariable-Roman.ttf.woff2 +0 -0
- data/app/assets/lookbook/js/lib/lookbook.js +12 -2
- data/app/components/lookbook/embed_code_dropdown/component.html.erb +4 -1
- data/app/components/lookbook/embed_code_dropdown/component.rb +3 -2
- data/app/components/lookbook/nav/entity/component.html.erb +1 -1
- data/app/components/lookbook/page_tabs/component.html.erb +2 -2
- data/app/controllers/concerns/lookbook/targetable_concern.rb +3 -2
- data/app/controllers/lookbook/previews_controller.rb +6 -1
- data/app/views/layouts/lookbook/application.html.erb +1 -1
- data/app/views/lookbook/inspector/show.html.erb +10 -7
- data/app/views/lookbook/pages/show.html.erb +3 -3
- data/config/app.yml +2 -1
- data/config/routes.rb +4 -2
- data/lib/lookbook/engine.rb +24 -5
- data/lib/lookbook/entities/scenario_group_entity.rb +1 -1
- data/lib/lookbook/error.rb +1 -1
- data/lib/lookbook/helpers/preview_helper.rb +4 -0
- data/lib/lookbook/services/markdown_renderer.rb +2 -4
- data/lib/lookbook/version.rb +1 -1
- data/public/lookbook-assets/Inter-italic.var.69eb0fe1.woff2 +0 -0
- data/public/lookbook-assets/Inter-italic.var.736a7044.woff2 +0 -0
- data/public/lookbook-assets/Inter-roman.var.b695afbe.woff2 +0 -0
- data/public/lookbook-assets/Inter-roman.var.fbdd51d0.woff2 +0 -0
- data/public/lookbook-assets/SourceCodeVariable-Italic.cad97b83.otf +0 -0
- data/public/lookbook-assets/SourceCodeVariable-Italic.ttf.09b4354a.woff2 +0 -0
- data/public/lookbook-assets/SourceCodeVariable-Italic.ttf.fcd7e9f4.woff2 +0 -0
- data/public/lookbook-assets/SourceCodeVariable-Roman.185ddb17.otf +0 -0
- data/public/lookbook-assets/SourceCodeVariable-Roman.ttf.118e9f22.woff2 +0 -0
- data/public/lookbook-assets/SourceCodeVariable-Roman.ttf.91043609.woff2 +0 -0
- data/public/lookbook-assets/css/lookbook.css +426 -386
- data/public/lookbook-assets/css/lookbook.css.map +1 -1
- data/public/lookbook-assets/js/lookbook-core.js +4 -2
- data/public/lookbook-assets/js/lookbook.js +4 -2
- metadata +18 -21
- data/lib/tasks/lookbook_tasks.rake +0 -10
- data/public/lookbook-assets/css/app.css +0 -2341
- data/public/lookbook-assets/css/app.css.map +0 -11
- data/public/lookbook-assets/css/themes/zinc.css.map.91837.5 +0 -1
- data/public/lookbook-assets/feather-sprite.svg +0 -1
- data/public/lookbook-assets/js/app.js +0 -10862
- data/public/lookbook-assets/js/app.js.map +0 -2571
- data/public/lookbook-assets/js/embed.js +0 -1427
- data/public/lookbook-assets/js/embed.js.91837.6 +0 -0
- data/public/lookbook-assets/js/embed.js.map +0 -1
- data/public/lookbook-assets/js/lookbook-core.js.map +0 -1
- data/public/lookbook-assets/js/lookbook.js.map +0 -1
- data/public/lookbook-assets/lookbook-esm.js +0 -1427
- data/public/lookbook-assets/lookbook-esm.js.map +0 -1
- data/public/lookbook-assets/lookbook-global.js +0 -1427
- data/public/lookbook-assets/lookbook-global.js.map +0 -1
- data/public/lookbook-assets/lookbook.js +0 -1427
- data/public/lookbook-assets/lookbook.js.map +0 -1
@@ -1,3 +1,37 @@
|
|
1
|
+
@font-face {
|
2
|
+
font-family: Inter var;
|
3
|
+
font-weight: 100 900;
|
4
|
+
font-display: swap;
|
5
|
+
font-style: normal;
|
6
|
+
font-named-instance: "Regular";
|
7
|
+
src: url("../Inter-roman.var.b695afbe.woff2") format("woff2");
|
8
|
+
}
|
9
|
+
|
10
|
+
@font-face {
|
11
|
+
font-family: Inter var;
|
12
|
+
font-weight: 100 900;
|
13
|
+
font-display: swap;
|
14
|
+
font-style: italic;
|
15
|
+
font-named-instance: "Italic";
|
16
|
+
src: url("../Inter-italic.var.69eb0fe1.woff2") format("woff2");
|
17
|
+
}
|
18
|
+
|
19
|
+
@font-face {
|
20
|
+
font-family: Source Code Variable;
|
21
|
+
font-weight: 200 900;
|
22
|
+
font-style: normal;
|
23
|
+
font-stretch: normal;
|
24
|
+
src: url("../SourceCodeVariable-Roman.ttf.118e9f22.woff2") format("woff2");
|
25
|
+
}
|
26
|
+
|
27
|
+
@font-face {
|
28
|
+
font-family: Source Code Variable;
|
29
|
+
font-weight: 200 900;
|
30
|
+
font-style: italic;
|
31
|
+
font-stretch: normal;
|
32
|
+
src: url("../SourceCodeVariable-Italic.ttf.09b4354a.woff2") format("woff2");
|
33
|
+
}
|
34
|
+
|
1
35
|
*, :before, :after {
|
2
36
|
box-sizing: border-box;
|
3
37
|
border: 0 solid #e5e7eb;
|
@@ -11,7 +45,7 @@ html {
|
|
11
45
|
-webkit-text-size-adjust: 100%;
|
12
46
|
tab-size: 4;
|
13
47
|
font-feature-settings: normal;
|
14
|
-
font-family: -
|
48
|
+
font-family: Inter var, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
|
15
49
|
line-height: 1.5;
|
16
50
|
}
|
17
51
|
|
@@ -27,6 +61,7 @@ hr {
|
|
27
61
|
}
|
28
62
|
|
29
63
|
abbr:where([title]) {
|
64
|
+
-webkit-text-decoration: underline dotted;
|
30
65
|
text-decoration: underline dotted;
|
31
66
|
}
|
32
67
|
|
@@ -37,6 +72,7 @@ h1, h2, h3, h4, h5, h6 {
|
|
37
72
|
|
38
73
|
a {
|
39
74
|
color: inherit;
|
75
|
+
-webkit-text-decoration: inherit;
|
40
76
|
text-decoration: inherit;
|
41
77
|
}
|
42
78
|
|
@@ -45,7 +81,7 @@ b, strong {
|
|
45
81
|
}
|
46
82
|
|
47
83
|
code, kbd, samp, pre {
|
48
|
-
font-family: SFMono-Regular, Consolas, Liberation Mono,
|
84
|
+
font-family: Source Code Variable, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
|
49
85
|
font-size: 1em;
|
50
86
|
}
|
51
87
|
|
@@ -343,7 +379,7 @@ body {
|
|
343
379
|
color: var(--lookbook-text);
|
344
380
|
-webkit-font-smoothing: antialiased;
|
345
381
|
-moz-osx-font-smoothing: grayscale;
|
346
|
-
font-family: -
|
382
|
+
font-family: Inter var, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
|
347
383
|
font-size: .875rem;
|
348
384
|
line-height: 1.25rem;
|
349
385
|
overflow: hidden;
|
@@ -371,7 +407,7 @@ pre[class*="language-"] {
|
|
371
407
|
background-color: var(--lookbook-scrollbar);
|
372
408
|
background-clip: content-box;
|
373
409
|
border-radius: 9999px;
|
374
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
|
410
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke;
|
375
411
|
transition-duration: .15s;
|
376
412
|
transition-timing-function: cubic-bezier(.4, 0, .2, 1);
|
377
413
|
}
|
@@ -1421,7 +1457,7 @@ pre[class*="language-"] {
|
|
1421
1457
|
[data-component="icon"] {
|
1422
1458
|
flex: none;
|
1423
1459
|
line-height: 1;
|
1424
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter, backdrop-filter;
|
1460
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter, backdrop-filter;
|
1425
1461
|
transition-duration: .15s;
|
1426
1462
|
transition-timing-function: cubic-bezier(.4, 0, .2, 1);
|
1427
1463
|
display: block;
|
@@ -1451,7 +1487,7 @@ pre[class*="language-"] {
|
|
1451
1487
|
align-items: center;
|
1452
1488
|
padding-top: .25rem;
|
1453
1489
|
padding-bottom: .25rem;
|
1454
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter, backdrop-filter;
|
1490
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter, backdrop-filter;
|
1455
1491
|
transition-duration: .15s;
|
1456
1492
|
transition-timing-function: cubic-bezier(.4, 0, .2, 1);
|
1457
1493
|
display: flex;
|
@@ -1616,7 +1652,7 @@ pre[class*="language-"] {
|
|
1616
1652
|
-webkit-user-select: none;
|
1617
1653
|
user-select: none;
|
1618
1654
|
color: var(--lookbook-viewport-handle-icon-stroke);
|
1619
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter, backdrop-filter;
|
1655
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter, backdrop-filter;
|
1620
1656
|
transition-duration: .15s;
|
1621
1657
|
transition-timing-function: cubic-bezier(.4, 0, .2, 1);
|
1622
1658
|
}
|
@@ -1753,36 +1789,32 @@ select.compact {
|
|
1753
1789
|
position: sticky;
|
1754
1790
|
}
|
1755
1791
|
|
1756
|
-
.inset-0 {
|
1757
|
-
inset: 0;
|
1758
|
-
}
|
1759
|
-
|
1760
1792
|
.-inset-px {
|
1761
1793
|
inset: -1px;
|
1762
1794
|
}
|
1763
1795
|
|
1764
|
-
.
|
1765
|
-
|
1796
|
+
.inset-0 {
|
1797
|
+
inset: 0;
|
1766
1798
|
}
|
1767
1799
|
|
1768
|
-
|
1769
|
-
|
1800
|
+
.-bottom-px {
|
1801
|
+
bottom: -1px;
|
1770
1802
|
}
|
1771
1803
|
|
1772
|
-
|
1773
|
-
|
1804
|
+
.-left-px {
|
1805
|
+
left: -1px;
|
1774
1806
|
}
|
1775
1807
|
|
1776
|
-
|
1777
|
-
top:
|
1808
|
+
.-top-px {
|
1809
|
+
top: -1px;
|
1778
1810
|
}
|
1779
1811
|
|
1780
|
-
.
|
1781
|
-
|
1812
|
+
.bottom-0 {
|
1813
|
+
bottom: 0;
|
1782
1814
|
}
|
1783
1815
|
|
1784
|
-
.
|
1785
|
-
|
1816
|
+
.right-0 {
|
1817
|
+
right: 0;
|
1786
1818
|
}
|
1787
1819
|
|
1788
1820
|
.right-3 {
|
@@ -1793,12 +1825,12 @@ select.compact {
|
|
1793
1825
|
right: 18px;
|
1794
1826
|
}
|
1795
1827
|
|
1796
|
-
|
1797
|
-
top:
|
1828
|
+
.top-0 {
|
1829
|
+
top: 0;
|
1798
1830
|
}
|
1799
1831
|
|
1800
|
-
|
1801
|
-
|
1832
|
+
.top-1\/2 {
|
1833
|
+
top: 50%;
|
1802
1834
|
}
|
1803
1835
|
|
1804
1836
|
.top-\[-1px\] {
|
@@ -1809,33 +1841,32 @@ select.compact {
|
|
1809
1841
|
top: 2px;
|
1810
1842
|
}
|
1811
1843
|
|
1812
|
-
|
1813
|
-
|
1814
|
-
}
|
1815
|
-
|
1816
|
-
.z-50 {
|
1817
|
-
z-index: 50;
|
1844
|
+
.top-\[39px\] {
|
1845
|
+
top: 39px;
|
1818
1846
|
}
|
1819
1847
|
|
1820
|
-
.
|
1821
|
-
|
1848
|
+
.top-\[40px\] {
|
1849
|
+
top: 40px;
|
1822
1850
|
}
|
1823
1851
|
|
1824
1852
|
.\!z-40 {
|
1825
1853
|
z-index: 40 !important;
|
1826
1854
|
}
|
1827
1855
|
|
1856
|
+
.z-0 {
|
1857
|
+
z-index: 0;
|
1858
|
+
}
|
1859
|
+
|
1828
1860
|
.z-10 {
|
1829
1861
|
z-index: 10;
|
1830
1862
|
}
|
1831
1863
|
|
1832
|
-
.z-
|
1833
|
-
z-index:
|
1864
|
+
.z-50 {
|
1865
|
+
z-index: 50;
|
1834
1866
|
}
|
1835
1867
|
|
1836
|
-
.
|
1837
|
-
|
1838
|
-
margin-right: auto;
|
1868
|
+
.z-\[-1\] {
|
1869
|
+
z-index: -1;
|
1839
1870
|
}
|
1840
1871
|
|
1841
1872
|
.mx-8 {
|
@@ -1843,32 +1874,45 @@ select.compact {
|
|
1843
1874
|
margin-right: 2rem;
|
1844
1875
|
}
|
1845
1876
|
|
1846
|
-
.
|
1847
|
-
margin-
|
1877
|
+
.mx-auto {
|
1878
|
+
margin-left: auto;
|
1879
|
+
margin-right: auto;
|
1848
1880
|
}
|
1849
1881
|
|
1850
|
-
|
1851
|
-
margin-
|
1882
|
+
.\!ml-2 {
|
1883
|
+
margin-left: .5rem !important;
|
1852
1884
|
}
|
1853
1885
|
|
1854
|
-
|
1855
|
-
margin-
|
1886
|
+
.-ml-3 {
|
1887
|
+
margin-left: -.75rem;
|
1888
|
+
}
|
1889
|
+
|
1890
|
+
.-mt-px {
|
1891
|
+
margin-top: -1px;
|
1856
1892
|
}
|
1857
1893
|
|
1858
1894
|
.mb-2 {
|
1859
1895
|
margin-bottom: .5rem;
|
1860
1896
|
}
|
1861
1897
|
|
1862
|
-
.
|
1863
|
-
margin-
|
1898
|
+
.mb-3 {
|
1899
|
+
margin-bottom: .75rem;
|
1864
1900
|
}
|
1865
1901
|
|
1866
|
-
.
|
1867
|
-
margin-
|
1902
|
+
.mb-4 {
|
1903
|
+
margin-bottom: 1rem;
|
1868
1904
|
}
|
1869
1905
|
|
1870
|
-
.
|
1871
|
-
margin-
|
1906
|
+
.mb-6 {
|
1907
|
+
margin-bottom: 1.5rem;
|
1908
|
+
}
|
1909
|
+
|
1910
|
+
.mb-8 {
|
1911
|
+
margin-bottom: 2rem;
|
1912
|
+
}
|
1913
|
+
|
1914
|
+
.mb-\[-2px\] {
|
1915
|
+
margin-bottom: -2px;
|
1872
1916
|
}
|
1873
1917
|
|
1874
1918
|
.ml-2 {
|
@@ -1879,60 +1923,52 @@ select.compact {
|
|
1879
1923
|
margin-left: auto;
|
1880
1924
|
}
|
1881
1925
|
|
1882
|
-
.mr-
|
1883
|
-
margin-right:
|
1926
|
+
.mr-0 {
|
1927
|
+
margin-right: 0;
|
1884
1928
|
}
|
1885
1929
|
|
1886
|
-
.
|
1887
|
-
margin-
|
1930
|
+
.mr-0\.5 {
|
1931
|
+
margin-right: .125rem;
|
1888
1932
|
}
|
1889
1933
|
|
1890
1934
|
.mr-1 {
|
1891
1935
|
margin-right: .25rem;
|
1892
1936
|
}
|
1893
1937
|
|
1894
|
-
.mr-
|
1895
|
-
margin-right:
|
1896
|
-
}
|
1897
|
-
|
1898
|
-
.mb-3 {
|
1899
|
-
margin-bottom: .75rem;
|
1900
|
-
}
|
1901
|
-
|
1902
|
-
.-mt-px {
|
1903
|
-
margin-top: -1px;
|
1938
|
+
.mr-1\.5 {
|
1939
|
+
margin-right: .375rem;
|
1904
1940
|
}
|
1905
1941
|
|
1906
|
-
.
|
1907
|
-
margin-
|
1942
|
+
.mr-2 {
|
1943
|
+
margin-right: .5rem;
|
1908
1944
|
}
|
1909
1945
|
|
1910
|
-
|
1911
|
-
margin-
|
1946
|
+
.mr-6 {
|
1947
|
+
margin-right: 1.5rem;
|
1912
1948
|
}
|
1913
1949
|
|
1914
1950
|
.mr-auto {
|
1915
1951
|
margin-right: auto;
|
1916
1952
|
}
|
1917
1953
|
|
1918
|
-
|
1919
|
-
margin-
|
1954
|
+
.mt-12 {
|
1955
|
+
margin-top: 3rem;
|
1920
1956
|
}
|
1921
1957
|
|
1922
|
-
.
|
1923
|
-
margin-
|
1958
|
+
.mt-2 {
|
1959
|
+
margin-top: .5rem;
|
1924
1960
|
}
|
1925
1961
|
|
1926
|
-
.
|
1927
|
-
margin-
|
1962
|
+
.mt-3 {
|
1963
|
+
margin-top: .75rem;
|
1928
1964
|
}
|
1929
1965
|
|
1930
|
-
.
|
1931
|
-
margin-
|
1966
|
+
.mt-6 {
|
1967
|
+
margin-top: 1.5rem;
|
1932
1968
|
}
|
1933
1969
|
|
1934
|
-
.
|
1935
|
-
margin-
|
1970
|
+
.mt-8 {
|
1971
|
+
margin-top: 2rem;
|
1936
1972
|
}
|
1937
1973
|
|
1938
1974
|
.\!block {
|
@@ -1975,52 +2011,52 @@ select.compact {
|
|
1975
2011
|
display: none;
|
1976
2012
|
}
|
1977
2013
|
|
1978
|
-
.h-
|
1979
|
-
height:
|
2014
|
+
.h-10 {
|
2015
|
+
height: 2.5rem;
|
1980
2016
|
}
|
1981
2017
|
|
1982
|
-
.h-
|
1983
|
-
height:
|
2018
|
+
.h-3 {
|
2019
|
+
height: .75rem;
|
1984
2020
|
}
|
1985
2021
|
|
1986
|
-
.h
|
1987
|
-
height:
|
2022
|
+
.h-3\.5 {
|
2023
|
+
height: .875rem;
|
1988
2024
|
}
|
1989
2025
|
|
1990
|
-
.h
|
1991
|
-
height:
|
2026
|
+
.h-4 {
|
2027
|
+
height: 1rem;
|
1992
2028
|
}
|
1993
2029
|
|
1994
|
-
.h
|
1995
|
-
height:
|
2030
|
+
.h-5 {
|
2031
|
+
height: 1.25rem;
|
1996
2032
|
}
|
1997
2033
|
|
1998
2034
|
.h-6 {
|
1999
2035
|
height: 1.5rem;
|
2000
2036
|
}
|
2001
2037
|
|
2002
|
-
.h
|
2003
|
-
height:
|
2038
|
+
.h-\[9px\] {
|
2039
|
+
height: 9px;
|
2004
2040
|
}
|
2005
2041
|
|
2006
|
-
.h-
|
2007
|
-
height:
|
2042
|
+
.h-\[calc\(100\%_-_40px\)\] {
|
2043
|
+
height: calc(100% - 40px);
|
2008
2044
|
}
|
2009
2045
|
|
2010
|
-
.h-
|
2011
|
-
height: .
|
2046
|
+
.h-\[calc\(100vh_-_2\.5rem\)\] {
|
2047
|
+
height: calc(100vh - 2.5rem);
|
2012
2048
|
}
|
2013
2049
|
|
2014
|
-
.h-\[
|
2015
|
-
height:
|
2050
|
+
.h-\[calc\(100vh_-_40px\)\] {
|
2051
|
+
height: calc(100vh - 40px);
|
2016
2052
|
}
|
2017
2053
|
|
2018
|
-
.h-
|
2019
|
-
height:
|
2054
|
+
.h-full {
|
2055
|
+
height: 100%;
|
2020
2056
|
}
|
2021
2057
|
|
2022
|
-
.h-
|
2023
|
-
height:
|
2058
|
+
.h-screen {
|
2059
|
+
height: 100vh;
|
2024
2060
|
}
|
2025
2061
|
|
2026
2062
|
.max-h-full {
|
@@ -2031,60 +2067,52 @@ select.compact {
|
|
2031
2067
|
min-height: 0;
|
2032
2068
|
}
|
2033
2069
|
|
2034
|
-
.w-
|
2035
|
-
width:
|
2070
|
+
.w-11 {
|
2071
|
+
width: 2.75rem;
|
2036
2072
|
}
|
2037
2073
|
|
2038
|
-
.w
|
2039
|
-
width:
|
2074
|
+
.w-3 {
|
2075
|
+
width: .75rem;
|
2040
2076
|
}
|
2041
2077
|
|
2042
|
-
.w-
|
2043
|
-
width:
|
2078
|
+
.w-3\.5 {
|
2079
|
+
width: .875rem;
|
2044
2080
|
}
|
2045
2081
|
|
2046
|
-
.w-
|
2047
|
-
width:
|
2082
|
+
.w-4 {
|
2083
|
+
width: 1rem;
|
2048
2084
|
}
|
2049
2085
|
|
2050
2086
|
.w-5 {
|
2051
2087
|
width: 1.25rem;
|
2052
2088
|
}
|
2053
2089
|
|
2054
|
-
.w-\[
|
2055
|
-
width:
|
2056
|
-
}
|
2057
|
-
|
2058
|
-
.w-3\.5 {
|
2059
|
-
width: .875rem;
|
2090
|
+
.w-\[140px\] {
|
2091
|
+
width: 140px;
|
2060
2092
|
}
|
2061
2093
|
|
2062
|
-
.w
|
2063
|
-
width:
|
2094
|
+
.w-\[320px\] {
|
2095
|
+
width: 320px;
|
2064
2096
|
}
|
2065
2097
|
|
2066
2098
|
.w-\[9px\] {
|
2067
2099
|
width: 9px;
|
2068
2100
|
}
|
2069
2101
|
|
2070
|
-
.w-
|
2071
|
-
width:
|
2102
|
+
.w-full {
|
2103
|
+
width: 100%;
|
2072
2104
|
}
|
2073
2105
|
|
2074
|
-
.
|
2075
|
-
|
2106
|
+
.w-screen {
|
2107
|
+
width: 100vw;
|
2076
2108
|
}
|
2077
2109
|
|
2078
2110
|
.min-w-0 {
|
2079
2111
|
min-width: 0;
|
2080
2112
|
}
|
2081
2113
|
|
2082
|
-
.
|
2083
|
-
|
2084
|
-
}
|
2085
|
-
|
2086
|
-
.max-w-screen-lg {
|
2087
|
-
max-width: 1024px;
|
2114
|
+
.min-w-\[180px\] {
|
2115
|
+
min-width: 180px;
|
2088
2116
|
}
|
2089
2117
|
|
2090
2118
|
.max-w-\[420px\] {
|
@@ -2095,6 +2123,14 @@ select.compact {
|
|
2095
2123
|
max-width: none;
|
2096
2124
|
}
|
2097
2125
|
|
2126
|
+
.max-w-screen-lg {
|
2127
|
+
max-width: 1024px;
|
2128
|
+
}
|
2129
|
+
|
2130
|
+
.max-w-sm {
|
2131
|
+
max-width: 24rem;
|
2132
|
+
}
|
2133
|
+
|
2098
2134
|
.flex-none {
|
2099
2135
|
flex: none;
|
2100
2136
|
}
|
@@ -2107,28 +2143,28 @@ select.compact {
|
|
2107
2143
|
border-collapse: collapse;
|
2108
2144
|
}
|
2109
2145
|
|
2110
|
-
|
2111
|
-
--tw-translate-x:
|
2146
|
+
.-translate-x-1\/2 {
|
2147
|
+
--tw-translate-x: -50%;
|
2112
2148
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
2113
2149
|
}
|
2114
2150
|
|
2115
|
-
|
2116
|
-
--tw-translate-
|
2151
|
+
.-translate-y-1\/2 {
|
2152
|
+
--tw-translate-y: -50%;
|
2117
2153
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
2118
2154
|
}
|
2119
2155
|
|
2120
|
-
.translate-x-
|
2121
|
-
--tw-translate-x:
|
2156
|
+
.translate-x-0 {
|
2157
|
+
--tw-translate-x: 0px;
|
2122
2158
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
2123
2159
|
}
|
2124
2160
|
|
2125
|
-
|
2126
|
-
--tw-translate-
|
2161
|
+
.translate-x-5 {
|
2162
|
+
--tw-translate-x: 1.25rem;
|
2127
2163
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
2128
2164
|
}
|
2129
2165
|
|
2130
|
-
|
2131
|
-
--tw-translate-x:
|
2166
|
+
.translate-x-full {
|
2167
|
+
--tw-translate-x: 100%;
|
2132
2168
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
2133
2169
|
}
|
2134
2170
|
|
@@ -2137,13 +2173,13 @@ select.compact {
|
|
2137
2173
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
2138
2174
|
}
|
2139
2175
|
|
2140
|
-
.rotate-
|
2141
|
-
--tw-rotate:
|
2176
|
+
.rotate-45 {
|
2177
|
+
--tw-rotate: 45deg;
|
2142
2178
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
2143
2179
|
}
|
2144
2180
|
|
2145
|
-
.rotate-
|
2146
|
-
--tw-rotate:
|
2181
|
+
.rotate-90 {
|
2182
|
+
--tw-rotate: 90deg;
|
2147
2183
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
2148
2184
|
}
|
2149
2185
|
|
@@ -2157,38 +2193,38 @@ select.compact {
|
|
2157
2193
|
animation: 1s linear infinite spin;
|
2158
2194
|
}
|
2159
2195
|
|
2160
|
-
.\!cursor-not-allowed {
|
2161
|
-
cursor: not-allowed !important;
|
2162
|
-
}
|
2163
|
-
|
2164
2196
|
.\!cursor-default {
|
2165
2197
|
cursor: default !important;
|
2166
2198
|
}
|
2167
2199
|
|
2168
|
-
|
2169
|
-
cursor:
|
2170
|
-
}
|
2171
|
-
|
2172
|
-
.cursor-\[not-allowed\] {
|
2173
|
-
cursor: not-allowed;
|
2200
|
+
.\!cursor-not-allowed {
|
2201
|
+
cursor: not-allowed !important;
|
2174
2202
|
}
|
2175
2203
|
|
2176
2204
|
.cursor-\[col-resize\] {
|
2177
2205
|
cursor: col-resize;
|
2178
2206
|
}
|
2179
2207
|
|
2180
|
-
.cursor-\[
|
2181
|
-
cursor:
|
2208
|
+
.cursor-\[not-allowed\] {
|
2209
|
+
cursor: not-allowed;
|
2182
2210
|
}
|
2183
2211
|
|
2184
2212
|
.cursor-\[nwse-resize\] {
|
2185
2213
|
cursor: nwse-resize;
|
2186
2214
|
}
|
2187
2215
|
|
2216
|
+
.cursor-\[row-resize\] {
|
2217
|
+
cursor: row-resize;
|
2218
|
+
}
|
2219
|
+
|
2188
2220
|
.cursor-help {
|
2189
2221
|
cursor: help;
|
2190
2222
|
}
|
2191
2223
|
|
2224
|
+
.cursor-pointer {
|
2225
|
+
cursor: pointer;
|
2226
|
+
}
|
2227
|
+
|
2192
2228
|
.select-none {
|
2193
2229
|
-webkit-user-select: none;
|
2194
2230
|
user-select: none;
|
@@ -2210,10 +2246,6 @@ select.compact {
|
|
2210
2246
|
grid-template-columns: 1fr 17px;
|
2211
2247
|
}
|
2212
2248
|
|
2213
|
-
.grid-rows-\[40px_1fr\] {
|
2214
|
-
grid-template-rows: 40px 1fr;
|
2215
|
-
}
|
2216
|
-
|
2217
2249
|
.\!grid-rows-\[1fr\] {
|
2218
2250
|
grid-template-rows: 1fr !important;
|
2219
2251
|
}
|
@@ -2222,6 +2254,10 @@ select.compact {
|
|
2222
2254
|
grid-template-rows: 1fr 17px;
|
2223
2255
|
}
|
2224
2256
|
|
2257
|
+
.grid-rows-\[40px_1fr\] {
|
2258
|
+
grid-template-rows: 40px 1fr;
|
2259
|
+
}
|
2260
|
+
|
2225
2261
|
.flex-col {
|
2226
2262
|
flex-direction: column;
|
2227
2263
|
}
|
@@ -2242,10 +2278,16 @@ select.compact {
|
|
2242
2278
|
justify-content: space-between;
|
2243
2279
|
}
|
2244
2280
|
|
2245
|
-
.space-
|
2246
|
-
--tw-space-
|
2247
|
-
margin-
|
2248
|
-
margin-
|
2281
|
+
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
|
2282
|
+
--tw-space-x-reverse: 0;
|
2283
|
+
margin-right: calc(.25rem * var(--tw-space-x-reverse));
|
2284
|
+
margin-left: calc(.25rem * calc(1 - var(--tw-space-x-reverse)));
|
2285
|
+
}
|
2286
|
+
|
2287
|
+
.space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
|
2288
|
+
--tw-space-x-reverse: 0;
|
2289
|
+
margin-right: calc(.375rem * var(--tw-space-x-reverse));
|
2290
|
+
margin-left: calc(.375rem * calc(1 - var(--tw-space-x-reverse)));
|
2249
2291
|
}
|
2250
2292
|
|
2251
2293
|
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
|
@@ -2254,10 +2296,10 @@ select.compact {
|
|
2254
2296
|
margin-left: calc(.5rem * calc(1 - var(--tw-space-x-reverse)));
|
2255
2297
|
}
|
2256
2298
|
|
2257
|
-
.space-x-
|
2299
|
+
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
|
2258
2300
|
--tw-space-x-reverse: 0;
|
2259
|
-
margin-right: calc(.
|
2260
|
-
margin-left: calc(.
|
2301
|
+
margin-right: calc(.75rem * var(--tw-space-x-reverse));
|
2302
|
+
margin-left: calc(.75rem * calc(1 - var(--tw-space-x-reverse)));
|
2261
2303
|
}
|
2262
2304
|
|
2263
2305
|
.space-x-6 > :not([hidden]) ~ :not([hidden]) {
|
@@ -2266,10 +2308,10 @@ select.compact {
|
|
2266
2308
|
margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
|
2267
2309
|
}
|
2268
2310
|
|
2269
|
-
.space-
|
2270
|
-
--tw-space-
|
2271
|
-
margin-
|
2272
|
-
margin-
|
2311
|
+
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
|
2312
|
+
--tw-space-y-reverse: 0;
|
2313
|
+
margin-top: calc(.5rem * calc(1 - var(--tw-space-y-reverse)));
|
2314
|
+
margin-bottom: calc(.5rem * var(--tw-space-y-reverse));
|
2273
2315
|
}
|
2274
2316
|
|
2275
2317
|
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
|
@@ -2278,12 +2320,6 @@ select.compact {
|
|
2278
2320
|
margin-bottom: calc(.75rem * var(--tw-space-y-reverse));
|
2279
2321
|
}
|
2280
2322
|
|
2281
|
-
.space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
|
2282
|
-
--tw-space-x-reverse: 0;
|
2283
|
-
margin-right: calc(.375rem * var(--tw-space-x-reverse));
|
2284
|
-
margin-left: calc(.375rem * calc(1 - var(--tw-space-x-reverse)));
|
2285
|
-
}
|
2286
|
-
|
2287
2323
|
.divide-y > :not([hidden]) ~ :not([hidden]) {
|
2288
2324
|
--tw-divide-y-reverse: 0;
|
2289
2325
|
border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
|
@@ -2360,41 +2396,36 @@ select.compact {
|
|
2360
2396
|
border-width: 2px;
|
2361
2397
|
}
|
2362
2398
|
|
2363
|
-
.border-t {
|
2364
|
-
border-top-width: 1px;
|
2365
|
-
}
|
2366
|
-
|
2367
2399
|
.border-b {
|
2368
2400
|
border-bottom-width: 1px;
|
2369
2401
|
}
|
2370
2402
|
|
2371
|
-
.border-
|
2372
|
-
border-
|
2403
|
+
.border-b-0 {
|
2404
|
+
border-bottom-width: 0;
|
2373
2405
|
}
|
2374
2406
|
|
2375
|
-
.border-
|
2376
|
-
border-
|
2407
|
+
.border-b-2 {
|
2408
|
+
border-bottom-width: 2px;
|
2377
2409
|
}
|
2378
2410
|
|
2379
|
-
.border-
|
2380
|
-
border-
|
2411
|
+
.border-l {
|
2412
|
+
border-left-width: 1px;
|
2381
2413
|
}
|
2382
2414
|
|
2383
2415
|
.border-l-2 {
|
2384
2416
|
border-left-width: 2px;
|
2385
2417
|
}
|
2386
2418
|
|
2387
|
-
.border-
|
2388
|
-
border-
|
2419
|
+
.border-r {
|
2420
|
+
border-right-width: 1px;
|
2389
2421
|
}
|
2390
2422
|
|
2391
|
-
.border-
|
2392
|
-
|
2393
|
-
border-color: rgb(254 202 202 / var(--tw-border-opacity));
|
2423
|
+
.border-t {
|
2424
|
+
border-top-width: 1px;
|
2394
2425
|
}
|
2395
2426
|
|
2396
|
-
|
2397
|
-
border-color: var(--lookbook-
|
2427
|
+
.\!border-lookbook-header-border {
|
2428
|
+
border-color: var(--lookbook-header-border) !important;
|
2398
2429
|
}
|
2399
2430
|
|
2400
2431
|
.border-gray-300 {
|
@@ -2402,39 +2433,33 @@ select.compact {
|
|
2402
2433
|
border-color: rgb(209 213 219 / var(--tw-border-opacity));
|
2403
2434
|
}
|
2404
2435
|
|
2405
|
-
.border-
|
2406
|
-
border-color:
|
2436
|
+
.border-lookbook-divider {
|
2437
|
+
border-color: var(--lookbook-divider);
|
2407
2438
|
}
|
2408
2439
|
|
2409
2440
|
.border-lookbook-dropdown-divider {
|
2410
2441
|
border-color: var(--lookbook-dropdown-divider);
|
2411
2442
|
}
|
2412
2443
|
|
2413
|
-
.\!border-lookbook-header-border {
|
2414
|
-
border-color: var(--lookbook-header-border) !important;
|
2415
|
-
}
|
2416
|
-
|
2417
2444
|
.border-lookbook-tabs-border-active {
|
2418
2445
|
border-color: var(--lookbook-tabs-border-active);
|
2419
2446
|
}
|
2420
2447
|
|
2421
|
-
.
|
2422
|
-
--tw-
|
2423
|
-
|
2448
|
+
.border-red-200 {
|
2449
|
+
--tw-border-opacity: 1;
|
2450
|
+
border-color: rgb(254 202 202 / var(--tw-border-opacity));
|
2424
2451
|
}
|
2425
2452
|
|
2426
|
-
.
|
2427
|
-
|
2428
|
-
background-color: rgb(254 242 242 / var(--tw-bg-opacity));
|
2453
|
+
.border-transparent {
|
2454
|
+
border-color: #0000;
|
2429
2455
|
}
|
2430
2456
|
|
2431
|
-
|
2432
|
-
--
|
2433
|
-
background-color: rgb(254 226 226 / var(--tw-bg-opacity));
|
2457
|
+
.\!bg-lookbook-header-bg {
|
2458
|
+
background-color: var(--lookbook-header-bg) !important;
|
2434
2459
|
}
|
2435
2460
|
|
2436
|
-
|
2437
|
-
background-color: var(--lookbook-
|
2461
|
+
.\!bg-lookbook-nav-item-active {
|
2462
|
+
background-color: var(--lookbook-nav-item-active) !important;
|
2438
2463
|
}
|
2439
2464
|
|
2440
2465
|
.bg-black {
|
@@ -2442,73 +2467,76 @@ select.compact {
|
|
2442
2467
|
background-color: rgb(0 0 0 / var(--tw-bg-opacity));
|
2443
2468
|
}
|
2444
2469
|
|
2445
|
-
.bg-
|
2446
|
-
background-color:
|
2470
|
+
.bg-gray-100\/80 {
|
2471
|
+
background-color: #f3f4f6cc;
|
2447
2472
|
}
|
2448
2473
|
|
2449
|
-
.bg-lookbook-
|
2450
|
-
background-color: var(--lookbook-
|
2474
|
+
.bg-lookbook-button-bg {
|
2475
|
+
background-color: var(--lookbook-button-bg);
|
2451
2476
|
}
|
2452
2477
|
|
2453
|
-
.bg-
|
2454
|
-
background-color:
|
2478
|
+
.bg-lookbook-button-bg-hover {
|
2479
|
+
background-color: var(--lookbook-button-bg-hover);
|
2455
2480
|
}
|
2456
2481
|
|
2457
|
-
.bg-lookbook-
|
2458
|
-
background-color: var(--lookbook-
|
2482
|
+
.bg-lookbook-divider {
|
2483
|
+
background-color: var(--lookbook-divider);
|
2459
2484
|
}
|
2460
2485
|
|
2461
|
-
.bg-lookbook-
|
2462
|
-
background-color: var(--lookbook-
|
2486
|
+
.bg-lookbook-drawer-bg {
|
2487
|
+
background-color: var(--lookbook-drawer-bg);
|
2463
2488
|
}
|
2464
2489
|
|
2465
|
-
.bg-lookbook-
|
2466
|
-
background-color: var(--lookbook-
|
2490
|
+
.bg-lookbook-input-toggle {
|
2491
|
+
background-color: var(--lookbook-input-toggle);
|
2467
2492
|
}
|
2468
2493
|
|
2469
|
-
.bg-
|
2470
|
-
--
|
2471
|
-
background-color: rgb(250 250 250 / var(--tw-bg-opacity));
|
2494
|
+
.bg-lookbook-input-toggle-active {
|
2495
|
+
background-color: var(--lookbook-input-toggle-active);
|
2472
2496
|
}
|
2473
2497
|
|
2474
|
-
|
2475
|
-
background-color: var(--lookbook-
|
2498
|
+
.bg-lookbook-page-bg {
|
2499
|
+
background-color: var(--lookbook-page-bg);
|
2476
2500
|
}
|
2477
2501
|
|
2478
|
-
.bg-lookbook-
|
2479
|
-
background-color: var(--lookbook-
|
2502
|
+
.bg-lookbook-params-editor-bg {
|
2503
|
+
background-color: var(--lookbook-params-editor-bg);
|
2480
2504
|
}
|
2481
2505
|
|
2482
|
-
.bg-lookbook-
|
2483
|
-
background-color: var(--lookbook-
|
2506
|
+
.bg-lookbook-prose-bg {
|
2507
|
+
background-color: var(--lookbook-prose-bg);
|
2484
2508
|
}
|
2485
2509
|
|
2486
|
-
.bg-lookbook-
|
2487
|
-
background-color: var(--lookbook-
|
2510
|
+
.bg-lookbook-sidebar-bg {
|
2511
|
+
background-color: var(--lookbook-sidebar-bg);
|
2488
2512
|
}
|
2489
2513
|
|
2490
2514
|
.bg-lookbook-toolbar-bg {
|
2491
2515
|
background-color: var(--lookbook-toolbar-bg);
|
2492
2516
|
}
|
2493
2517
|
|
2494
|
-
.bg-
|
2495
|
-
|
2518
|
+
.bg-red-100 {
|
2519
|
+
--tw-bg-opacity: 1;
|
2520
|
+
background-color: rgb(254 226 226 / var(--tw-bg-opacity));
|
2496
2521
|
}
|
2497
2522
|
|
2498
|
-
|
2499
|
-
|
2523
|
+
.bg-red-50 {
|
2524
|
+
--tw-bg-opacity: 1;
|
2525
|
+
background-color: rgb(254 242 242 / var(--tw-bg-opacity));
|
2500
2526
|
}
|
2501
2527
|
|
2502
|
-
.bg-
|
2503
|
-
background-color:
|
2528
|
+
.bg-transparent {
|
2529
|
+
background-color: #0000;
|
2504
2530
|
}
|
2505
2531
|
|
2506
|
-
.
|
2507
|
-
|
2532
|
+
.bg-white {
|
2533
|
+
--tw-bg-opacity: 1;
|
2534
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
2508
2535
|
}
|
2509
2536
|
|
2510
|
-
.
|
2511
|
-
|
2537
|
+
.bg-zinc-50 {
|
2538
|
+
--tw-bg-opacity: 1;
|
2539
|
+
background-color: rgb(250 250 250 / var(--tw-bg-opacity));
|
2512
2540
|
}
|
2513
2541
|
|
2514
2542
|
.p-1 {
|
@@ -2519,24 +2547,17 @@ select.compact {
|
|
2519
2547
|
padding: .5rem;
|
2520
2548
|
}
|
2521
2549
|
|
2522
|
-
.
|
2523
|
-
padding
|
2524
|
-
padding-right: 1rem;
|
2525
|
-
}
|
2526
|
-
|
2527
|
-
.py-6 {
|
2528
|
-
padding-top: 1.5rem;
|
2529
|
-
padding-bottom: 1.5rem;
|
2550
|
+
.p-3 {
|
2551
|
+
padding: .75rem;
|
2530
2552
|
}
|
2531
2553
|
|
2532
|
-
.
|
2533
|
-
padding
|
2534
|
-
padding-right: 2rem;
|
2554
|
+
.p-4 {
|
2555
|
+
padding: 1rem;
|
2535
2556
|
}
|
2536
2557
|
|
2537
|
-
.
|
2538
|
-
padding-
|
2539
|
-
padding-
|
2558
|
+
.px-1 {
|
2559
|
+
padding-left: .25rem;
|
2560
|
+
padding-right: .25rem;
|
2540
2561
|
}
|
2541
2562
|
|
2542
2563
|
.px-2 {
|
@@ -2549,14 +2570,14 @@ select.compact {
|
|
2549
2570
|
padding-right: .75rem;
|
2550
2571
|
}
|
2551
2572
|
|
2552
|
-
.
|
2553
|
-
padding-
|
2554
|
-
padding-
|
2573
|
+
.px-4 {
|
2574
|
+
padding-left: 1rem;
|
2575
|
+
padding-right: 1rem;
|
2555
2576
|
}
|
2556
2577
|
|
2557
|
-
.
|
2558
|
-
padding-
|
2559
|
-
padding-
|
2578
|
+
.px-8 {
|
2579
|
+
padding-left: 2rem;
|
2580
|
+
padding-right: 2rem;
|
2560
2581
|
}
|
2561
2582
|
|
2562
2583
|
.py-1 {
|
@@ -2564,89 +2585,104 @@ select.compact {
|
|
2564
2585
|
padding-bottom: .25rem;
|
2565
2586
|
}
|
2566
2587
|
|
2567
|
-
.
|
2568
|
-
padding-
|
2569
|
-
padding-
|
2570
|
-
}
|
2571
|
-
|
2572
|
-
.pb-10 {
|
2573
|
-
padding-bottom: 2.5rem;
|
2588
|
+
.py-1\.5 {
|
2589
|
+
padding-top: .375rem;
|
2590
|
+
padding-bottom: .375rem;
|
2574
2591
|
}
|
2575
2592
|
|
2576
|
-
.
|
2577
|
-
padding-
|
2593
|
+
.py-2 {
|
2594
|
+
padding-top: .5rem;
|
2595
|
+
padding-bottom: .5rem;
|
2578
2596
|
}
|
2579
2597
|
|
2580
|
-
.
|
2581
|
-
padding-top: .
|
2598
|
+
.py-3 {
|
2599
|
+
padding-top: .75rem;
|
2600
|
+
padding-bottom: .75rem;
|
2582
2601
|
}
|
2583
2602
|
|
2584
|
-
.
|
2585
|
-
padding-
|
2603
|
+
.py-6 {
|
2604
|
+
padding-top: 1.5rem;
|
2605
|
+
padding-bottom: 1.5rem;
|
2586
2606
|
}
|
2587
2607
|
|
2588
|
-
.
|
2589
|
-
padding-
|
2608
|
+
.pb-0 {
|
2609
|
+
padding-bottom: 0;
|
2590
2610
|
}
|
2591
2611
|
|
2592
2612
|
.pb-1 {
|
2593
2613
|
padding-bottom: .25rem;
|
2594
2614
|
}
|
2595
2615
|
|
2596
|
-
.
|
2597
|
-
padding-
|
2616
|
+
.pb-1\.5 {
|
2617
|
+
padding-bottom: .375rem;
|
2598
2618
|
}
|
2599
2619
|
|
2600
|
-
.
|
2601
|
-
padding-
|
2620
|
+
.pb-10 {
|
2621
|
+
padding-bottom: 2.5rem;
|
2602
2622
|
}
|
2603
2623
|
|
2604
|
-
.
|
2605
|
-
padding-
|
2624
|
+
.pb-12 {
|
2625
|
+
padding-bottom: 3rem;
|
2606
2626
|
}
|
2607
2627
|
|
2608
|
-
.
|
2609
|
-
padding-
|
2628
|
+
.pb-3 {
|
2629
|
+
padding-bottom: .75rem;
|
2610
2630
|
}
|
2611
2631
|
|
2612
|
-
.pb-
|
2613
|
-
padding-bottom:
|
2632
|
+
.pb-4 {
|
2633
|
+
padding-bottom: 1rem;
|
2614
2634
|
}
|
2615
2635
|
|
2616
|
-
.
|
2617
|
-
padding-
|
2636
|
+
.pl-0 {
|
2637
|
+
padding-left: 0;
|
2618
2638
|
}
|
2619
2639
|
|
2620
|
-
.
|
2621
|
-
padding-
|
2640
|
+
.pl-0\.5 {
|
2641
|
+
padding-left: .125rem;
|
2622
2642
|
}
|
2623
2643
|
|
2624
|
-
.
|
2625
|
-
padding-
|
2644
|
+
.pl-1 {
|
2645
|
+
padding-left: .25rem;
|
2626
2646
|
}
|
2627
2647
|
|
2628
|
-
.
|
2629
|
-
padding-
|
2648
|
+
.pl-2 {
|
2649
|
+
padding-left: .5rem;
|
2650
|
+
}
|
2651
|
+
|
2652
|
+
.pr-0 {
|
2653
|
+
padding-right: 0;
|
2654
|
+
}
|
2655
|
+
|
2656
|
+
.pr-0\.5 {
|
2657
|
+
padding-right: .125rem;
|
2630
2658
|
}
|
2631
2659
|
|
2632
2660
|
.pr-1 {
|
2633
2661
|
padding-right: .25rem;
|
2634
2662
|
}
|
2635
2663
|
|
2636
|
-
.
|
2637
|
-
padding-
|
2664
|
+
.pt-1 {
|
2665
|
+
padding-top: .25rem;
|
2638
2666
|
}
|
2639
2667
|
|
2640
2668
|
.pt-1\.5 {
|
2641
2669
|
padding-top: .375rem;
|
2642
2670
|
}
|
2643
2671
|
|
2672
|
+
.pt-2 {
|
2673
|
+
padding-top: .5rem;
|
2674
|
+
}
|
2675
|
+
|
2644
2676
|
.pt-2\.5 {
|
2645
2677
|
padding-top: .625rem;
|
2646
2678
|
}
|
2647
2679
|
|
2648
|
-
.
|
2649
|
-
padding-
|
2680
|
+
.pt-3 {
|
2681
|
+
padding-top: .75rem;
|
2682
|
+
}
|
2683
|
+
|
2684
|
+
.pt-8 {
|
2685
|
+
padding-top: 2rem;
|
2650
2686
|
}
|
2651
2687
|
|
2652
2688
|
.text-left {
|
@@ -2658,11 +2694,15 @@ select.compact {
|
|
2658
2694
|
}
|
2659
2695
|
|
2660
2696
|
.font-mono {
|
2661
|
-
font-family: SFMono-Regular, Consolas, Liberation Mono,
|
2697
|
+
font-family: Source Code Variable, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
|
2662
2698
|
}
|
2663
2699
|
|
2664
2700
|
.font-sans {
|
2665
|
-
font-family: -
|
2701
|
+
font-family: Inter var, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
|
2702
|
+
}
|
2703
|
+
|
2704
|
+
.text-\[11px\] {
|
2705
|
+
font-size: 11px;
|
2666
2706
|
}
|
2667
2707
|
|
2668
2708
|
.text-base {
|
@@ -2670,6 +2710,11 @@ select.compact {
|
|
2670
2710
|
line-height: 1.5rem;
|
2671
2711
|
}
|
2672
2712
|
|
2713
|
+
.text-lg {
|
2714
|
+
font-size: 1.125rem;
|
2715
|
+
line-height: 1.75rem;
|
2716
|
+
}
|
2717
|
+
|
2673
2718
|
.text-sm {
|
2674
2719
|
font-size: .875rem;
|
2675
2720
|
line-height: 1.25rem;
|
@@ -2685,21 +2730,16 @@ select.compact {
|
|
2685
2730
|
line-height: 1rem;
|
2686
2731
|
}
|
2687
2732
|
|
2688
|
-
.
|
2689
|
-
font-
|
2690
|
-
}
|
2691
|
-
|
2692
|
-
.text-lg {
|
2693
|
-
font-size: 1.125rem;
|
2694
|
-
line-height: 1.75rem;
|
2733
|
+
.font-black {
|
2734
|
+
font-weight: 900;
|
2695
2735
|
}
|
2696
2736
|
|
2697
2737
|
.font-bold {
|
2698
2738
|
font-weight: 700;
|
2699
2739
|
}
|
2700
2740
|
|
2701
|
-
.font-
|
2702
|
-
font-weight:
|
2741
|
+
.font-semibold {
|
2742
|
+
font-weight: 600;
|
2703
2743
|
}
|
2704
2744
|
|
2705
2745
|
.uppercase {
|
@@ -2726,19 +2766,12 @@ select.compact {
|
|
2726
2766
|
letter-spacing: .05em;
|
2727
2767
|
}
|
2728
2768
|
|
2729
|
-
|
2730
|
-
--
|
2731
|
-
color: rgb(252 165 165 / var(--tw-text-opacity));
|
2732
|
-
}
|
2733
|
-
|
2734
|
-
.text-red-700 {
|
2735
|
-
--tw-text-opacity: 1;
|
2736
|
-
color: rgb(185 28 28 / var(--tw-text-opacity));
|
2769
|
+
.\!text-lookbook-header-text {
|
2770
|
+
color: var(--lookbook-header-text) !important;
|
2737
2771
|
}
|
2738
2772
|
|
2739
|
-
|
2740
|
-
--
|
2741
|
-
color: rgb(127 29 29 / var(--tw-text-opacity));
|
2773
|
+
.\!text-lookbook-tabs-text-disabled {
|
2774
|
+
color: var(--lookbook-tabs-text-disabled) !important;
|
2742
2775
|
}
|
2743
2776
|
|
2744
2777
|
.text-gray-400 {
|
@@ -2746,8 +2779,9 @@ select.compact {
|
|
2746
2779
|
color: rgb(156 163 175 / var(--tw-text-opacity));
|
2747
2780
|
}
|
2748
2781
|
|
2749
|
-
.text-
|
2750
|
-
|
2782
|
+
.text-gray-600 {
|
2783
|
+
--tw-text-opacity: 1;
|
2784
|
+
color: rgb(75 85 99 / var(--tw-text-opacity));
|
2751
2785
|
}
|
2752
2786
|
|
2753
2787
|
.text-green-500 {
|
@@ -2760,47 +2794,42 @@ select.compact {
|
|
2760
2794
|
color: rgb(22 163 74 / var(--tw-text-opacity));
|
2761
2795
|
}
|
2762
2796
|
|
2763
|
-
.text-
|
2764
|
-
--
|
2765
|
-
color: rgb(75 85 99 / var(--tw-text-opacity));
|
2766
|
-
}
|
2767
|
-
|
2768
|
-
.text-lookbook-icon-button-stroke {
|
2769
|
-
color: var(--lookbook-icon-button-stroke);
|
2770
|
-
}
|
2771
|
-
|
2772
|
-
.\!text-lookbook-header-text {
|
2773
|
-
color: var(--lookbook-header-text) !important;
|
2797
|
+
.text-lookbook-blank-slate-title {
|
2798
|
+
color: var(--lookbook-blank-slate-title);
|
2774
2799
|
}
|
2775
2800
|
|
2776
2801
|
.text-lookbook-branding-text {
|
2777
2802
|
color: var(--lookbook-branding-text);
|
2778
2803
|
}
|
2779
2804
|
|
2780
|
-
.text-lookbook-
|
2781
|
-
color: var(--lookbook-
|
2805
|
+
.text-lookbook-button-text {
|
2806
|
+
color: var(--lookbook-button-text);
|
2782
2807
|
}
|
2783
2808
|
|
2784
|
-
.text-lookbook-
|
2785
|
-
color: var(--lookbook-
|
2809
|
+
.text-lookbook-embed-title {
|
2810
|
+
color: var(--lookbook-embed-title);
|
2786
2811
|
}
|
2787
2812
|
|
2788
|
-
.text-lookbook-
|
2789
|
-
color: var(--lookbook-
|
2813
|
+
.text-lookbook-header-text {
|
2814
|
+
color: var(--lookbook-header-text);
|
2790
2815
|
}
|
2791
2816
|
|
2792
|
-
.text-lookbook-button-
|
2793
|
-
color: var(--lookbook-button-
|
2817
|
+
.text-lookbook-icon-button-stroke {
|
2818
|
+
color: var(--lookbook-icon-button-stroke);
|
2794
2819
|
}
|
2795
2820
|
|
2796
|
-
.text-lookbook-
|
2797
|
-
color: var(--lookbook-
|
2821
|
+
.text-lookbook-icon-button-stroke-hover {
|
2822
|
+
color: var(--lookbook-icon-button-stroke-hover);
|
2798
2823
|
}
|
2799
2824
|
|
2800
2825
|
.text-lookbook-nav-icon-stroke {
|
2801
2826
|
color: var(--lookbook-nav-icon-stroke);
|
2802
2827
|
}
|
2803
2828
|
|
2829
|
+
.text-lookbook-prose-text {
|
2830
|
+
color: var(--lookbook-prose-text);
|
2831
|
+
}
|
2832
|
+
|
2804
2833
|
.text-lookbook-tabs-text {
|
2805
2834
|
color: var(--lookbook-tabs-text);
|
2806
2835
|
}
|
@@ -2809,56 +2838,67 @@ select.compact {
|
|
2809
2838
|
color: var(--lookbook-tabs-text-hover);
|
2810
2839
|
}
|
2811
2840
|
|
2812
|
-
|
2813
|
-
|
2841
|
+
.text-red-300 {
|
2842
|
+
--tw-text-opacity: 1;
|
2843
|
+
color: rgb(252 165 165 / var(--tw-text-opacity));
|
2814
2844
|
}
|
2815
2845
|
|
2816
|
-
.
|
2817
|
-
text-
|
2846
|
+
.text-red-700 {
|
2847
|
+
--tw-text-opacity: 1;
|
2848
|
+
color: rgb(185 28 28 / var(--tw-text-opacity));
|
2818
2849
|
}
|
2819
2850
|
|
2820
|
-
.
|
2821
|
-
opacity:
|
2851
|
+
.text-red-900 {
|
2852
|
+
--tw-text-opacity: 1;
|
2853
|
+
color: rgb(127 29 29 / var(--tw-text-opacity));
|
2822
2854
|
}
|
2823
2855
|
|
2824
|
-
.
|
2825
|
-
|
2856
|
+
.underline {
|
2857
|
+
text-decoration-line: underline;
|
2826
2858
|
}
|
2827
2859
|
|
2828
|
-
|
2829
|
-
opacity:
|
2860
|
+
.\!opacity-100 {
|
2861
|
+
opacity: 1 !important;
|
2830
2862
|
}
|
2831
2863
|
|
2832
2864
|
.\!opacity-30 {
|
2833
2865
|
opacity: .3 !important;
|
2834
2866
|
}
|
2835
2867
|
|
2836
|
-
.opacity-
|
2837
|
-
opacity:
|
2868
|
+
.opacity-0 {
|
2869
|
+
opacity: 0;
|
2870
|
+
}
|
2871
|
+
|
2872
|
+
.opacity-25 {
|
2873
|
+
opacity: .25;
|
2838
2874
|
}
|
2839
2875
|
|
2840
2876
|
.opacity-40 {
|
2841
2877
|
opacity: .4;
|
2842
2878
|
}
|
2843
2879
|
|
2844
|
-
.opacity-
|
2845
|
-
opacity: .
|
2880
|
+
.opacity-50 {
|
2881
|
+
opacity: .5;
|
2882
|
+
}
|
2883
|
+
|
2884
|
+
.opacity-60 {
|
2885
|
+
opacity: .6;
|
2846
2886
|
}
|
2847
2887
|
|
2848
2888
|
.opacity-70 {
|
2849
2889
|
opacity: .7;
|
2850
2890
|
}
|
2851
2891
|
|
2852
|
-
|
2853
|
-
opacity:
|
2892
|
+
.opacity-75 {
|
2893
|
+
opacity: .75;
|
2854
2894
|
}
|
2855
2895
|
|
2856
|
-
.opacity-
|
2857
|
-
opacity: .
|
2896
|
+
.opacity-80 {
|
2897
|
+
opacity: .8;
|
2858
2898
|
}
|
2859
2899
|
|
2860
|
-
.opacity-
|
2861
|
-
opacity: .
|
2900
|
+
.opacity-90 {
|
2901
|
+
opacity: .9;
|
2862
2902
|
}
|
2863
2903
|
|
2864
2904
|
.shadow {
|
@@ -2882,32 +2922,32 @@ select.compact {
|
|
2882
2922
|
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
2883
2923
|
}
|
2884
2924
|
|
2885
|
-
.transition
|
2886
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
|
2925
|
+
.transition {
|
2926
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter, backdrop-filter;
|
2887
2927
|
transition-duration: .15s;
|
2888
2928
|
transition-timing-function: cubic-bezier(.4, 0, .2, 1);
|
2889
2929
|
}
|
2890
2930
|
|
2891
|
-
.transition {
|
2892
|
-
transition-property:
|
2931
|
+
.transition-\[height\] {
|
2932
|
+
transition-property: height;
|
2893
2933
|
transition-duration: .15s;
|
2894
2934
|
transition-timing-function: cubic-bezier(.4, 0, .2, 1);
|
2895
2935
|
}
|
2896
2936
|
|
2897
|
-
.transition-
|
2898
|
-
transition-property:
|
2937
|
+
.transition-all {
|
2938
|
+
transition-property: all;
|
2899
2939
|
transition-duration: .15s;
|
2900
2940
|
transition-timing-function: cubic-bezier(.4, 0, .2, 1);
|
2901
2941
|
}
|
2902
2942
|
|
2903
|
-
.transition-
|
2904
|
-
transition-property:
|
2943
|
+
.transition-colors {
|
2944
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke;
|
2905
2945
|
transition-duration: .15s;
|
2906
2946
|
transition-timing-function: cubic-bezier(.4, 0, .2, 1);
|
2907
2947
|
}
|
2908
2948
|
|
2909
|
-
.transition
|
2910
|
-
transition-property:
|
2949
|
+
.transition-opacity {
|
2950
|
+
transition-property: opacity;
|
2911
2951
|
transition-duration: .15s;
|
2912
2952
|
transition-timing-function: cubic-bezier(.4, 0, .2, 1);
|
2913
2953
|
}
|
@@ -2916,14 +2956,14 @@ select.compact {
|
|
2916
2956
|
transition-duration: .1s;
|
2917
2957
|
}
|
2918
2958
|
|
2919
|
-
.duration-200 {
|
2920
|
-
transition-duration: .2s;
|
2921
|
-
}
|
2922
|
-
|
2923
2959
|
.duration-150 {
|
2924
2960
|
transition-duration: .15s;
|
2925
2961
|
}
|
2926
2962
|
|
2963
|
+
.duration-200 {
|
2964
|
+
transition-duration: .2s;
|
2965
|
+
}
|
2966
|
+
|
2927
2967
|
.ease-in-out {
|
2928
2968
|
transition-timing-function: cubic-bezier(.4, 0, .2, 1);
|
2929
2969
|
}
|
@@ -3528,14 +3568,14 @@ select.compact {
|
|
3528
3568
|
background-color: #0000;
|
3529
3569
|
}
|
3530
3570
|
|
3531
|
-
.hover\:bg-lookbook-draggable-hint:hover {
|
3532
|
-
background-color: var(--lookbook-draggable-hint);
|
3533
|
-
}
|
3534
|
-
|
3535
3571
|
.hover\:bg-lookbook-button-bg-hover:hover {
|
3536
3572
|
background-color: var(--lookbook-button-bg-hover);
|
3537
3573
|
}
|
3538
3574
|
|
3575
|
+
.hover\:bg-lookbook-draggable-hint:hover {
|
3576
|
+
background-color: var(--lookbook-draggable-hint);
|
3577
|
+
}
|
3578
|
+
|
3539
3579
|
.hover\:text-gray-900:hover {
|
3540
3580
|
--tw-text-opacity: 1;
|
3541
3581
|
color: rgb(17 24 39 / var(--tw-text-opacity));
|
@@ -3567,15 +3607,15 @@ select.compact {
|
|
3567
3607
|
outline: 2px solid #0000;
|
3568
3608
|
}
|
3569
3609
|
|
3570
|
-
.focus\:ring-
|
3610
|
+
.focus\:ring-0:focus {
|
3571
3611
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
3572
|
-
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(
|
3612
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
3573
3613
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
3574
3614
|
}
|
3575
3615
|
|
3576
|
-
.focus\:ring-
|
3616
|
+
.focus\:ring-2:focus {
|
3577
3617
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
3578
|
-
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(
|
3618
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
3579
3619
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
3580
3620
|
}
|
3581
3621
|
|