igniteui-theming 10.1.0 → 10.2.0-beta.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/package.json +1 -1
- package/sass/themes/schemas/charts/light/_data-chart.scss +7 -0
- package/sass/themes/schemas/components/dark/_calendar.scss +120 -73
- package/sass/themes/schemas/components/dark/_grid-summary.scss +9 -14
- package/sass/themes/schemas/components/dark/_grid-toolbar.scss +7 -3
- package/sass/themes/schemas/components/dark/_grid.scss +96 -74
- package/sass/themes/schemas/components/dark/_pagination.scss +13 -2
- package/sass/themes/schemas/components/dark/_query-builder.scss +21 -2
- package/sass/themes/schemas/components/light/_calendar.scss +213 -100
- package/sass/themes/schemas/components/light/_combo.scss +16 -3
- package/sass/themes/schemas/components/light/_grid-summary.scss +12 -21
- package/sass/themes/schemas/components/light/_grid-toolbar.scss +31 -9
- package/sass/themes/schemas/components/light/_grid.scss +154 -56
- package/sass/themes/schemas/components/light/_pagination.scss +9 -7
- package/sass/themes/schemas/components/light/_query-builder.scss +58 -16
- package/sass/themes/schemas/components/light/_select.scss +7 -1
|
@@ -34,7 +34,6 @@
|
|
|
34
34
|
/// @prop {Map} date-selected-current-range-hover-foreground [color: ('gray', 900)] - The :hover foreground color of the current date in the selected range.
|
|
35
35
|
/// @prop {Map} date-selected-current-range-focus-foreground [color: ('gray', 900)] - The :focus foreground color of the current date in the selected range.
|
|
36
36
|
/// @prop {Color} date-special-background [transparent] - The background color of a special date.
|
|
37
|
-
/// @prop {Map} date-special-range-border-color [color: ('secondary', 900)] - The outline color around a special date in range selection.
|
|
38
37
|
/// @prop {Color} date-selected-current-outline [transparent] - The outline color of the current selected date.
|
|
39
38
|
/// @prop {Color} date-selected-current-hover-outline [transparent] - The :hover outline color of the current selected date.
|
|
40
39
|
/// @prop {Color} date-selected-current-focus-outline [transparent] - The :focus outline color of the current selected date.
|
|
@@ -198,12 +197,6 @@ $light-calendar: (
|
|
|
198
197
|
),
|
|
199
198
|
date-special-background: transparent,
|
|
200
199
|
date-special-range-background: transparent,
|
|
201
|
-
date-special-range-border-color: (
|
|
202
|
-
color: (
|
|
203
|
-
'secondary',
|
|
204
|
-
900,
|
|
205
|
-
),
|
|
206
|
-
),
|
|
207
200
|
date-special-current-border-color: (
|
|
208
201
|
color: (
|
|
209
202
|
'secondary',
|
|
@@ -349,10 +342,14 @@ $light-calendar: (
|
|
|
349
342
|
/// @prop {Map} date-special-focus-foreground [color: ('secondary', 700)] - The foreground color of a special date.
|
|
350
343
|
/// @prop {Map} date-special-hover-background [color: ('gray', 100)] - The background color of a special date.
|
|
351
344
|
/// @prop {Map} date-special-focus-background [color: ('gray', 100)] - The background color of a special date.
|
|
345
|
+
/// @prop {Map} date-special-range-foreground [color: ('secondary', 900)] - The foreground color of a special date in rage selection.
|
|
352
346
|
/// @prop {Map} date-special-range-hover-background [color: ('gray', 100)] - The :hover background color of a special date in range selection.
|
|
353
347
|
/// @prop {Map} date-special-range-focus-background [color: ('gray', 100)] - The :focus background color of a special date in range selection.
|
|
354
348
|
/// @prop {Map} date-special-border-color [color: ('secondary', 500)] - The outline color around a special date.
|
|
355
349
|
/// @prop {Map} date-special-hover-border-color [color: ('secondary', 700)] - The outline color around a special date.
|
|
350
|
+
/// @prop {Map} date-selected-special-border-color [contrast-color: ('secondary', 900)] - The border color of the selected special date.
|
|
351
|
+
/// @prop {Map} date-selected-special-hover-border-color [contrast-color: ('secondary', 900)] - The :hover border color of the selected special date.
|
|
352
|
+
/// @prop {Map} date-selected-special-focus-border-color [contrast-color: ('secondary', 900)] - The :focus border color of the selected special date.
|
|
356
353
|
/// @prop {Map} ym-current-outline-color [color: ('gray', 900)] - The outline color of the current month/year.
|
|
357
354
|
/// @prop {Map} ym-selected-current-outline-color [color: ('gray', 900)] - The outline color of the selected current month/year.
|
|
358
355
|
/// @prop {Map} ym-selected-current-outline-hover-color [color: ('gray', 900)] - The :hover outline color of the selected current month/year.
|
|
@@ -365,7 +362,6 @@ $light-calendar: (
|
|
|
365
362
|
/// @prop {Map} date-selected-current-focus-border-color [color: ('gray', 900)] - The :focus border color of the selected current date.
|
|
366
363
|
/// @prop {List} week-number-border-radius [(rem(4px), rem(0), rem(8px))] - The border radius used for the week numbers column.
|
|
367
364
|
/// @prop {Map} actions-divider-color [color: ('gray', 200)] - The border color used for the date-picker actions divider.
|
|
368
|
-
/// @prop {Map} date-special-range-foreground [color: ('secondary', 900)] - The foreground color of a special date in rage selection.
|
|
369
365
|
/// @requires $light-calendar
|
|
370
366
|
$material-calendar: extend(
|
|
371
367
|
$light-calendar,
|
|
@@ -603,6 +599,24 @@ $material-calendar: extend(
|
|
|
603
599
|
100,
|
|
604
600
|
),
|
|
605
601
|
),
|
|
602
|
+
date-selected-special-border-color: (
|
|
603
|
+
contrast-color: (
|
|
604
|
+
'secondary',
|
|
605
|
+
900,
|
|
606
|
+
),
|
|
607
|
+
),
|
|
608
|
+
date-selected-special-hover-border-color: (
|
|
609
|
+
contrast-color: (
|
|
610
|
+
'secondary',
|
|
611
|
+
900,
|
|
612
|
+
),
|
|
613
|
+
),
|
|
614
|
+
date-selected-special-focus-border-color: (
|
|
615
|
+
contrast-color: (
|
|
616
|
+
'secondary',
|
|
617
|
+
900,
|
|
618
|
+
),
|
|
619
|
+
),
|
|
606
620
|
date-special-foreground: (
|
|
607
621
|
color: (
|
|
608
622
|
'secondary',
|
|
@@ -645,6 +659,12 @@ $material-calendar: extend(
|
|
|
645
659
|
100,
|
|
646
660
|
),
|
|
647
661
|
),
|
|
662
|
+
date-special-range-border-color: (
|
|
663
|
+
color: (
|
|
664
|
+
'secondary',
|
|
665
|
+
900,
|
|
666
|
+
),
|
|
667
|
+
),
|
|
648
668
|
date-special-border-color: (
|
|
649
669
|
color: (
|
|
650
670
|
'secondary',
|
|
@@ -753,6 +773,9 @@ $material-calendar: extend(
|
|
|
753
773
|
/// @prop {Map} date-special-focus-background [color: ('gray', 200)] - The background color of a special date.
|
|
754
774
|
/// @prop {Map} date-special-range-hover-background [color: ('gray', 200)] - The :hover background color of a special date in range selection.
|
|
755
775
|
/// @prop {Map} date-special-range-focus-background [color: ('gray', 200)] - The :focus background color of a special date in range selection.
|
|
776
|
+
/// @prop {Map} date-selected-special-border-color [color: ('primary', 900)] - The border color of the selected special date.
|
|
777
|
+
/// @prop {Map} date-selected-special-hover-border-color [color: ('primary', 900)] - The :hover border color of the selected special date.
|
|
778
|
+
/// @prop {Map} date-selected-special-focus-border-color [color: ('primary', 900)] - The :focus border color of the selected special date.
|
|
756
779
|
/// @prop {Map} date-selected-current-border-color [color: ('gray', 700)] - The border color of the selected current date.
|
|
757
780
|
/// @prop {Map} date-selected-current-hover-border-color [color: ('gray', 700)] - The :hover border color of the selected current date.
|
|
758
781
|
/// @prop {Map} date-selected-current-focus-border-color [color: ('gray', 700)] - The :focus border color of the selected current date.
|
|
@@ -915,6 +938,24 @@ $fluent-calendar: extend(
|
|
|
915
938
|
700,
|
|
916
939
|
),
|
|
917
940
|
),
|
|
941
|
+
date-selected-special-border-color: (
|
|
942
|
+
color: (
|
|
943
|
+
'primary',
|
|
944
|
+
900,
|
|
945
|
+
),
|
|
946
|
+
),
|
|
947
|
+
date-selected-special-hover-border-color: (
|
|
948
|
+
color: (
|
|
949
|
+
'primary',
|
|
950
|
+
900,
|
|
951
|
+
),
|
|
952
|
+
),
|
|
953
|
+
date-selected-special-focus-border-color: (
|
|
954
|
+
color: (
|
|
955
|
+
'primary',
|
|
956
|
+
900,
|
|
957
|
+
),
|
|
958
|
+
),
|
|
918
959
|
date-special-border-color: (
|
|
919
960
|
color: (
|
|
920
961
|
'primary',
|
|
@@ -1354,6 +1395,9 @@ $fluent-calendar: extend(
|
|
|
1354
1395
|
/// @prop {Map} date-special-border-color [color: ('primary', 800)] - The outline color around a special date.
|
|
1355
1396
|
/// @prop {Map} date-special-hover-border-color [color: ('primary', 800)] - The outline color around a special date.
|
|
1356
1397
|
/// @prop {Map} date-special-range-border-color [color: ('primary', 800)] - The outline color around a special date in a range selection.
|
|
1398
|
+
/// @prop {Map} date-selected-special-border-color [contrast-color: ('primary', 900)] - The border color of the selected special date.
|
|
1399
|
+
/// @prop {Map} date-selected-special-hover-border-color [contrast-color: ('primary', 900)] - The :hover border color of the selected special date.
|
|
1400
|
+
/// @prop {Map} date-selected-special-focus-border-color [contrast-color: ('primary', 900)] - The :focus border color of the selected special date.
|
|
1357
1401
|
/// @prop {Map} header-foreground [contrast-color: ('gray', 100)] - The header foreground color.
|
|
1358
1402
|
/// @prop {Map} header-background [color: ('gray', 100)] - The header background color.
|
|
1359
1403
|
/// @prop {Map} picker-foreground [color: ('gray', 900)] - The foreground color of the month and year pickers.
|
|
@@ -1709,6 +1753,24 @@ $bootstrap-calendar: extend(
|
|
|
1709
1753
|
200,
|
|
1710
1754
|
),
|
|
1711
1755
|
),
|
|
1756
|
+
date-selected-special-border-color: (
|
|
1757
|
+
contrast-color: (
|
|
1758
|
+
'primary',
|
|
1759
|
+
900,
|
|
1760
|
+
),
|
|
1761
|
+
),
|
|
1762
|
+
date-selected-special-hover-border-color: (
|
|
1763
|
+
contrast-color: (
|
|
1764
|
+
'primary',
|
|
1765
|
+
900,
|
|
1766
|
+
),
|
|
1767
|
+
),
|
|
1768
|
+
date-selected-special-focus-border-color: (
|
|
1769
|
+
contrast-color: (
|
|
1770
|
+
'primary',
|
|
1771
|
+
900,
|
|
1772
|
+
),
|
|
1773
|
+
),
|
|
1712
1774
|
date-selected-range-foreground: (
|
|
1713
1775
|
color: (
|
|
1714
1776
|
'gray',
|
|
@@ -1871,20 +1933,26 @@ $bootstrap-calendar: extend(
|
|
|
1871
1933
|
/// @prop {Map} date-hover-background [color: ('gray', 900, .05)] - The :hover background color of a date.
|
|
1872
1934
|
/// @prop {Map} date-focus-background [color: ('gray', 900, .05)] - The :focus background color of date.
|
|
1873
1935
|
/// @prop {Map} date-current-foreground [color: ('gray', 800)] - The foreground color of the current date.
|
|
1936
|
+
/// @prop {Map} date-current-background [color: ('primary', 50, .5)] - The background color of the current date.
|
|
1937
|
+
/// @prop {Map} date-current-hover-background [color: ('primary', 50)] - The :hover background color of the current date.
|
|
1938
|
+
/// @prop {Map} date-current-focus-background [color: ('primary', 50)] - The :hover background color of the current date.
|
|
1874
1939
|
/// @prop {Map} date-disabled-foreground [color: ('gray', 900, .2)] - The foreground color of disabled dates.
|
|
1875
1940
|
/// @prop {Map} date-disabled-range-foreground [color: ('gray', 800, .38)] - The foreground color of disabled dates in range selection.
|
|
1876
|
-
/// @prop {Map} date-current-
|
|
1877
|
-
/// @prop {Map} date-current-border-color [color: ('primary',
|
|
1878
|
-
/// @prop {Map} date-current-
|
|
1879
|
-
/// @prop {Map} date-current-focus-border-color [color: ('primary', 400)] - The :focus border color of the current date.
|
|
1941
|
+
/// @prop {Map} date-current-border-color [color: ('primary', 100)] - The border color of the current date.
|
|
1942
|
+
/// @prop {Map} date-current-hover-border-color [color: ('primary', 200)] - The :hover border color of the current date.
|
|
1943
|
+
/// @prop {Map} date-current-focus-border-color [color: ('primary', 200)] - The :focus border color of the current date.
|
|
1880
1944
|
/// @prop {Map} date-special-foreground [color: ('primary', 500)] - The foreground color of a special date.
|
|
1881
|
-
/// @prop {
|
|
1882
|
-
/// @prop {Map} date-special-hover-foreground [color: ('primary',
|
|
1883
|
-
/// @prop {Map} date-special-hover-background [color: ('
|
|
1884
|
-
/// @prop {Map} date-special-focus-foreground [color: ('primary',
|
|
1885
|
-
/// @prop {Map} date-special-focus-background [color: ('
|
|
1886
|
-
/// @prop {Map} date-special-range-hover-background [color: ('
|
|
1887
|
-
/// @prop {Map} date-special-range-focus-background [color: ('
|
|
1945
|
+
/// @prop {Color} date-special-background [transparent] - The background color of a special date.
|
|
1946
|
+
/// @prop {Map} date-special-hover-foreground [color: ('primary', 600)] - The :hover foreground color of a special date.
|
|
1947
|
+
/// @prop {Map} date-special-hover-background [color: ('gray', 900, .05)] - The :hover background color of a special date.
|
|
1948
|
+
/// @prop {Map} date-special-focus-foreground [color: ('primary', 600)] - The :focus foreground color of a special date.
|
|
1949
|
+
/// @prop {Map} date-special-focus-background [color: ('gray', 900, .05)] - The :focus background color of a special date.
|
|
1950
|
+
/// @prop {Map} date-special-range-hover-background [color: ('gray', 900, .05)] - The :hover background color of a special date in range selection.
|
|
1951
|
+
/// @prop {Map} date-special-range-focus-background [color: ('gray', 900, .05)] - The :focus background color of a special date in range selection.
|
|
1952
|
+
/// @prop {Map} date-special-range-border-color [color: ('primary', 500)] - The outline color around a special date in range selection.
|
|
1953
|
+
/// @prop {Map} date-selected-special-border-color [contrast-color: ('primary', 900, .8)] - The border color of the selected special date.
|
|
1954
|
+
/// @prop {Map} date-selected-special-hover-border-color [contrast-color: ('primary', 900, .8)] - The :hover border color of the selected special date.
|
|
1955
|
+
/// @prop {Map} date-selected-special-focus-border-color [contrast-color: ('primary', 900,. 8)] - The :focus border color of the selected special date.
|
|
1888
1956
|
/// @prop {Map} date-selected-foreground [contrast-color: ('primary', 500)] - The foreground color of the selected date.
|
|
1889
1957
|
/// @prop {Map} date-selected-background [color: ('primary', 500)] - The background color of the selected date.
|
|
1890
1958
|
/// @prop {Map} date-selected-hover-foreground [contrast-color: ('primary', 900)] - The :hover foreground color of the selected date.
|
|
@@ -1897,28 +1965,26 @@ $bootstrap-calendar: extend(
|
|
|
1897
1965
|
/// @prop {Map} date-selected-current-hover-background [color: ('primary', 400)] - The :hover background color of the selected current date.
|
|
1898
1966
|
/// @prop {Map} date-selected-current-focus-foreground [contrast-color: ('primary', 900)] - The :focus foreground color of the selected current date.
|
|
1899
1967
|
/// @prop {Map} date-selected-current-focus-background [color: ('primary', 400)] - The :focus background color of the selected current date.
|
|
1900
|
-
/// @prop {Map} date-selected-current-border-color [contrast-color: ('primary', 900, .
|
|
1901
|
-
/// @prop {Map} date-selected-current-hover-border-color [contrast-color: ('primary', 900, .
|
|
1902
|
-
/// @prop {Map} date-selected-current-focus-border-color [contrast-color: ('primary', 900,.
|
|
1968
|
+
/// @prop {Map} date-selected-current-border-color [contrast-color: ('primary', 900, .8)] - The border color of the selected current date.
|
|
1969
|
+
/// @prop {Map} date-selected-current-hover-border-color [contrast-color: ('primary', 900, .8)] - The :hover border color of the selected current date.
|
|
1970
|
+
/// @prop {Map} date-selected-current-focus-border-color [contrast-color: ('primary', 900,. 8)] - The :focus border color of the selected current date.
|
|
1903
1971
|
/// @prop {Map} date-selected-range-foreground [color: ('gray', 800)] - The foreground color of the selected range.
|
|
1904
1972
|
/// @prop {Map} date-selected-current-range-foreground [color: ('gray', 800)] - The foreground color of the current date in the selected range.
|
|
1905
1973
|
/// @prop {Map} date-selected-range-background [color: ('primary', 300, .2)] - The background color of the selected range.
|
|
1906
1974
|
/// @prop {Map} date-selected-range-hover-background [color: ('gray', 900, .05)] - The :hover background color of the selected range.
|
|
1907
1975
|
/// @prop {Map} date-selected-range-focus-background [color: ('gray', 900, .05)] - The :focus background color of the selected range.
|
|
1908
1976
|
/// @prop {Map} date-selected-current-range-background [color: ('primary', 300, .02)] - The background color of the current date in the selected range.
|
|
1909
|
-
/// @prop {Map} date-selected-current-range-hover-background [color: ('
|
|
1910
|
-
/// @prop {Map} date-selected-current-range-focus-background [color: ('
|
|
1977
|
+
/// @prop {Map} date-selected-current-range-hover-background [color: ('primary', 50)] - The :hover background color of the current date in the selected range.
|
|
1978
|
+
/// @prop {Map} date-selected-current-range-focus-background [color: ('primary', 50)] - The :focus background color of the current date in the selected range.
|
|
1911
1979
|
/// @prop {Map} border-color [color: ('gray', 400)] - The calendar border color.
|
|
1912
|
-
/// @prop {
|
|
1913
|
-
/// @prop {
|
|
1914
|
-
/// @prop {Map} ym-selected-current-hover-foreground [contrast-color: ('primary', 900)] - The :hover foreground color of the current/selected month/year.
|
|
1915
|
-
/// @prop {Map} ym-selected-current-hover-background [color: ('primary', 400)] - The :hover background color of the current/selected month/year.
|
|
1980
|
+
/// @prop {Map} date-special-border-color [color: ('primary', 500)] - The outline color around a special date.
|
|
1981
|
+
/// @prop {Map} date-special-hover-border-color [color: ('primary', 600)] - The :hover outline color around a special date.
|
|
1916
1982
|
/// @prop {Map} ym-hover-foreground [color: ('gray', 900)] - The :hover foreground color of the month/year.
|
|
1917
1983
|
/// @prop {Map} ym-hover-background [color: ('gray', 900, .05)] - The :hover background color of the month/year.
|
|
1918
1984
|
/// @prop {Map} ym-current-foreground [color: ('gray', 900)] - The foreground color of the current month/year.
|
|
1919
|
-
/// @prop {
|
|
1985
|
+
/// @prop {Map} ym-current-background [color: ('primary', 50, .5)] - The background color of the current month/year.
|
|
1920
1986
|
/// @prop {Map} ym-current-hover-foreground [color: ('gray', 900)] - The :hover foreground color of the current month/year.
|
|
1921
|
-
/// @prop {Map} ym-current-hover-background [color: ('
|
|
1987
|
+
/// @prop {Map} ym-current-hover-background [color: ('primary', 50)] - The :hover background color of the current month/year.
|
|
1922
1988
|
/// @prop {Map} ym-selected-foreground [contrast-color: ('primary', 500)] - The foreground color of the selected month/year.
|
|
1923
1989
|
/// @prop {Map} ym-selected-background [color: ('primary', 500)] - The background color of the selected month in month/year.
|
|
1924
1990
|
/// @prop {Map} ym-selected-hover-foreground [contrast-color: ('primary', 900)] - The :hover foreground color of the selected month/year.
|
|
@@ -1927,12 +1993,12 @@ $bootstrap-calendar: extend(
|
|
|
1927
1993
|
/// @prop {Map} ym-selected-current-background [color: ('primary', 500)] - The background color of the current/selected month/year.
|
|
1928
1994
|
/// @prop {Map} ym-selected-current-hover-foreground [contrast-color: ('primary', 900)] - The :hover foreground color of the current/selected month/year.
|
|
1929
1995
|
/// @prop {Map} ym-selected-current-hover-background [color: ('primary', 400)] - The :hover background color of the current/selected month/year.
|
|
1930
|
-
/// @prop {Map} ym-current-outline-color [color: ('primary',
|
|
1931
|
-
/// @prop {Map} ym-current-outline-hover-color [color: ('primary',
|
|
1932
|
-
/// @prop {Map} ym-current-outline-focus-color [color: ('primary',
|
|
1933
|
-
/// @prop {Map} ym-selected-current-outline-color [
|
|
1934
|
-
/// @prop {Map} ym-selected-current-outline-hover-color [
|
|
1935
|
-
/// @prop {Map} ym-selected-current-outline-focus-color [
|
|
1996
|
+
/// @prop {Map} ym-current-outline-color [color: ('primary', 100)] - The outline color of the current month/year.
|
|
1997
|
+
/// @prop {Map} ym-current-outline-hover-color [color: ('primary', 200)] - The :hover outline color of the current month/year.
|
|
1998
|
+
/// @prop {Map} ym-current-outline-focus-color [color: ('primary', 200)] - The :focus outline color of the current month/year.
|
|
1999
|
+
/// @prop {Map} ym-selected-current-outline-color [color: ('primary', 100)] - The outline color of the selected current month/year.
|
|
2000
|
+
/// @prop {Map} ym-selected-current-outline-hover-color [color: ('primary', 200)] - The :hover outline color of the selected current month/year.
|
|
2001
|
+
/// @prop {Map} ym-selected-current-outline-focus-color [color: ('primary', 200)] - The :focus outline color of the selected current month/year.
|
|
1936
2002
|
/// @prop {List} inner-size [(rem(24px), rem(28px), rem(32px))] - The size of the inner element of a date(often used to outline the special date)
|
|
1937
2003
|
/// @prop {List} border-radius [(rem(6px), rem(0), rem(6px))] - The border radius used for calendar.
|
|
1938
2004
|
/// @prop {List} week-number-border-radius [(rem(4px), rem(0), rem(4px))] - The border radius used for the week numbers column.
|
|
@@ -1956,13 +2022,6 @@ $indigo-calendar: extend(
|
|
|
1956
2022
|
800,
|
|
1957
2023
|
),
|
|
1958
2024
|
),
|
|
1959
|
-
date-current-hover-background: (
|
|
1960
|
-
color: (
|
|
1961
|
-
'gray',
|
|
1962
|
-
900,
|
|
1963
|
-
0.05,
|
|
1964
|
-
),
|
|
1965
|
-
),
|
|
1966
2025
|
weekend-color: (
|
|
1967
2026
|
color: (
|
|
1968
2027
|
'gray',
|
|
@@ -2076,36 +2135,41 @@ $indigo-calendar: extend(
|
|
|
2076
2135
|
800,
|
|
2077
2136
|
),
|
|
2078
2137
|
),
|
|
2079
|
-
date-
|
|
2138
|
+
date-current-background: (
|
|
2080
2139
|
color: (
|
|
2081
|
-
'
|
|
2082
|
-
|
|
2083
|
-
0.
|
|
2140
|
+
'primary',
|
|
2141
|
+
50,
|
|
2142
|
+
0.5,
|
|
2084
2143
|
),
|
|
2085
2144
|
),
|
|
2086
|
-
date-
|
|
2145
|
+
date-current-hover-background: (
|
|
2087
2146
|
color: (
|
|
2088
|
-
'
|
|
2089
|
-
|
|
2090
|
-
|
|
2147
|
+
'primary',
|
|
2148
|
+
50,
|
|
2149
|
+
),
|
|
2150
|
+
),
|
|
2151
|
+
date-current-focus-background: (
|
|
2152
|
+
color: (
|
|
2153
|
+
'primary',
|
|
2154
|
+
50,
|
|
2091
2155
|
),
|
|
2092
2156
|
),
|
|
2093
2157
|
date-current-border-color: (
|
|
2094
2158
|
color: (
|
|
2095
2159
|
'primary',
|
|
2096
|
-
|
|
2160
|
+
100,
|
|
2097
2161
|
),
|
|
2098
2162
|
),
|
|
2099
2163
|
date-current-hover-border-color: (
|
|
2100
2164
|
color: (
|
|
2101
2165
|
'primary',
|
|
2102
|
-
|
|
2166
|
+
200,
|
|
2103
2167
|
),
|
|
2104
2168
|
),
|
|
2105
2169
|
date-current-focus-border-color: (
|
|
2106
2170
|
color: (
|
|
2107
2171
|
'primary',
|
|
2108
|
-
|
|
2172
|
+
200,
|
|
2109
2173
|
),
|
|
2110
2174
|
),
|
|
2111
2175
|
date-special-foreground: (
|
|
@@ -2114,13 +2178,7 @@ $indigo-calendar: extend(
|
|
|
2114
2178
|
500,
|
|
2115
2179
|
),
|
|
2116
2180
|
),
|
|
2117
|
-
date-special-background:
|
|
2118
|
-
color: (
|
|
2119
|
-
'primary',
|
|
2120
|
-
50,
|
|
2121
|
-
0.7,
|
|
2122
|
-
),
|
|
2123
|
-
),
|
|
2181
|
+
date-special-background: transparent,
|
|
2124
2182
|
date-special-range-foreground: (
|
|
2125
2183
|
color: (
|
|
2126
2184
|
'primary',
|
|
@@ -2137,41 +2195,61 @@ $indigo-calendar: extend(
|
|
|
2137
2195
|
date-special-hover-foreground: (
|
|
2138
2196
|
color: (
|
|
2139
2197
|
'primary',
|
|
2140
|
-
|
|
2198
|
+
600,
|
|
2141
2199
|
),
|
|
2142
2200
|
),
|
|
2143
2201
|
date-special-hover-background: (
|
|
2144
2202
|
color: (
|
|
2145
|
-
'
|
|
2146
|
-
|
|
2203
|
+
'gray',
|
|
2204
|
+
900,
|
|
2205
|
+
0.05,
|
|
2147
2206
|
),
|
|
2148
2207
|
),
|
|
2149
2208
|
date-special-focus-foreground: (
|
|
2150
2209
|
color: (
|
|
2151
2210
|
'primary',
|
|
2152
|
-
|
|
2211
|
+
600,
|
|
2153
2212
|
),
|
|
2154
2213
|
),
|
|
2155
2214
|
date-special-focus-background: (
|
|
2156
2215
|
color: (
|
|
2157
|
-
'
|
|
2158
|
-
|
|
2216
|
+
'gray',
|
|
2217
|
+
900,
|
|
2218
|
+
0.05,
|
|
2159
2219
|
),
|
|
2160
2220
|
),
|
|
2161
2221
|
date-special-range-hover-background: (
|
|
2162
2222
|
color: (
|
|
2163
|
-
'
|
|
2164
|
-
|
|
2223
|
+
'gray',
|
|
2224
|
+
900,
|
|
2225
|
+
0.05,
|
|
2165
2226
|
),
|
|
2166
2227
|
),
|
|
2167
2228
|
date-special-range-focus-background: (
|
|
2229
|
+
color: (
|
|
2230
|
+
'gray',
|
|
2231
|
+
900,
|
|
2232
|
+
0.05,
|
|
2233
|
+
),
|
|
2234
|
+
),
|
|
2235
|
+
date-special-border-color: (
|
|
2168
2236
|
color: (
|
|
2169
2237
|
'primary',
|
|
2170
|
-
|
|
2238
|
+
500,
|
|
2239
|
+
),
|
|
2240
|
+
),
|
|
2241
|
+
date-special-hover-border-color: (
|
|
2242
|
+
color: (
|
|
2243
|
+
'primary',
|
|
2244
|
+
600,
|
|
2245
|
+
),
|
|
2246
|
+
),
|
|
2247
|
+
date-special-range-border-color: (
|
|
2248
|
+
color: (
|
|
2249
|
+
'primary',
|
|
2250
|
+
500,
|
|
2171
2251
|
),
|
|
2172
2252
|
),
|
|
2173
|
-
date-special-border-color: transparent,
|
|
2174
|
-
date-special-hover-border-color: transparent,
|
|
2175
2253
|
date-selected-foreground: (
|
|
2176
2254
|
contrast-color: (
|
|
2177
2255
|
'primary',
|
|
@@ -2248,21 +2326,42 @@ $indigo-calendar: extend(
|
|
|
2248
2326
|
contrast-color: (
|
|
2249
2327
|
'primary',
|
|
2250
2328
|
900,
|
|
2251
|
-
0.
|
|
2329
|
+
0.8,
|
|
2252
2330
|
),
|
|
2253
2331
|
),
|
|
2254
2332
|
date-selected-current-hover-border-color: (
|
|
2255
2333
|
contrast-color: (
|
|
2256
2334
|
'primary',
|
|
2257
2335
|
900,
|
|
2258
|
-
0.
|
|
2336
|
+
0.8,
|
|
2259
2337
|
),
|
|
2260
2338
|
),
|
|
2261
2339
|
date-selected-current-focus-border-color: (
|
|
2262
2340
|
contrast-color: (
|
|
2263
2341
|
'primary',
|
|
2264
2342
|
900,
|
|
2265
|
-
0.
|
|
2343
|
+
0.8,
|
|
2344
|
+
),
|
|
2345
|
+
),
|
|
2346
|
+
date-selected-special-border-color: (
|
|
2347
|
+
contrast-color: (
|
|
2348
|
+
'primary',
|
|
2349
|
+
900,
|
|
2350
|
+
0.8,
|
|
2351
|
+
),
|
|
2352
|
+
),
|
|
2353
|
+
date-selected-special-hover-border-color: (
|
|
2354
|
+
contrast-color: (
|
|
2355
|
+
'primary',
|
|
2356
|
+
900,
|
|
2357
|
+
0.8,
|
|
2358
|
+
),
|
|
2359
|
+
),
|
|
2360
|
+
date-selected-special-focus-border-color: (
|
|
2361
|
+
contrast-color: (
|
|
2362
|
+
'primary',
|
|
2363
|
+
900,
|
|
2364
|
+
0.8,
|
|
2266
2365
|
),
|
|
2267
2366
|
),
|
|
2268
2367
|
date-selected-current-range-foreground: (
|
|
@@ -2307,16 +2406,14 @@ $indigo-calendar: extend(
|
|
|
2307
2406
|
),
|
|
2308
2407
|
date-selected-current-range-hover-background: (
|
|
2309
2408
|
color: (
|
|
2310
|
-
'
|
|
2311
|
-
|
|
2312
|
-
0.05,
|
|
2409
|
+
'primary',
|
|
2410
|
+
50,
|
|
2313
2411
|
),
|
|
2314
2412
|
),
|
|
2315
2413
|
date-selected-current-range-focus-background: (
|
|
2316
2414
|
color: (
|
|
2317
|
-
'
|
|
2318
|
-
|
|
2319
|
-
0.05,
|
|
2415
|
+
'primary',
|
|
2416
|
+
50,
|
|
2320
2417
|
),
|
|
2321
2418
|
),
|
|
2322
2419
|
border-color: (
|
|
@@ -2356,7 +2453,13 @@ $indigo-calendar: extend(
|
|
|
2356
2453
|
900,
|
|
2357
2454
|
),
|
|
2358
2455
|
),
|
|
2359
|
-
ym-current-background:
|
|
2456
|
+
ym-current-background: (
|
|
2457
|
+
color: (
|
|
2458
|
+
'primary',
|
|
2459
|
+
50,
|
|
2460
|
+
0.5,
|
|
2461
|
+
),
|
|
2462
|
+
),
|
|
2360
2463
|
ym-current-hover-foreground: (
|
|
2361
2464
|
color: (
|
|
2362
2465
|
'gray',
|
|
@@ -2365,9 +2468,8 @@ $indigo-calendar: extend(
|
|
|
2365
2468
|
),
|
|
2366
2469
|
ym-current-hover-background: (
|
|
2367
2470
|
color: (
|
|
2368
|
-
'
|
|
2369
|
-
|
|
2370
|
-
0.05,
|
|
2471
|
+
'primary',
|
|
2472
|
+
50,
|
|
2371
2473
|
),
|
|
2372
2474
|
),
|
|
2373
2475
|
ym-selected-foreground: (
|
|
@@ -2409,40 +2511,37 @@ $indigo-calendar: extend(
|
|
|
2409
2511
|
ym-current-outline-color: (
|
|
2410
2512
|
color: (
|
|
2411
2513
|
'primary',
|
|
2412
|
-
|
|
2514
|
+
100,
|
|
2413
2515
|
),
|
|
2414
2516
|
),
|
|
2415
2517
|
ym-current-outline-hover-color: (
|
|
2416
2518
|
color: (
|
|
2417
2519
|
'primary',
|
|
2418
|
-
|
|
2520
|
+
200,
|
|
2419
2521
|
),
|
|
2420
2522
|
),
|
|
2421
2523
|
ym-current-outline-focus-color: (
|
|
2422
2524
|
color: (
|
|
2423
2525
|
'primary',
|
|
2424
|
-
|
|
2526
|
+
200,
|
|
2425
2527
|
),
|
|
2426
2528
|
),
|
|
2427
2529
|
ym-selected-current-outline-color: (
|
|
2428
|
-
|
|
2429
|
-
'
|
|
2430
|
-
|
|
2431
|
-
0.6,
|
|
2530
|
+
color: (
|
|
2531
|
+
'primary',
|
|
2532
|
+
100,
|
|
2432
2533
|
),
|
|
2433
2534
|
),
|
|
2434
2535
|
ym-selected-current-outline-hover-color: (
|
|
2435
|
-
|
|
2436
|
-
'
|
|
2437
|
-
|
|
2438
|
-
0.6,
|
|
2536
|
+
color: (
|
|
2537
|
+
'primary',
|
|
2538
|
+
200,
|
|
2439
2539
|
),
|
|
2440
2540
|
),
|
|
2441
2541
|
ym-selected-current-outline-focus-color: (
|
|
2442
|
-
|
|
2443
|
-
'
|
|
2444
|
-
|
|
2445
|
-
0.6,
|
|
2542
|
+
color: (
|
|
2543
|
+
'primary',
|
|
2544
|
+
200,
|
|
2446
2545
|
),
|
|
2447
2546
|
),
|
|
2448
2547
|
actions-divider-color: (
|
|
@@ -2451,5 +2550,19 @@ $indigo-calendar: extend(
|
|
|
2451
2550
|
400,
|
|
2452
2551
|
),
|
|
2453
2552
|
),
|
|
2553
|
+
date-disabled-foreground: (
|
|
2554
|
+
color: (
|
|
2555
|
+
'gray',
|
|
2556
|
+
900,
|
|
2557
|
+
0.2,
|
|
2558
|
+
),
|
|
2559
|
+
),
|
|
2560
|
+
date-disabled-range-foreground: (
|
|
2561
|
+
color: (
|
|
2562
|
+
'gray',
|
|
2563
|
+
800,
|
|
2564
|
+
0.38,
|
|
2565
|
+
),
|
|
2566
|
+
),
|
|
2454
2567
|
)
|
|
2455
2568
|
);
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
/// @prop {Map} toggle-button-foreground-filled [color: ('gray', 900)] - The combo toggle button foreground color when the combo is focused.
|
|
22
22
|
/// @prop {Map} toggle-button-background-disabled [color: ('gray', 100)] - The combo toggle button background color when the combo is disabled.
|
|
23
23
|
/// @prop {Map} toggle-button-foreground-disabled [color: ('gray', 400)] - The combo toggle button foreground color when the combo is disabled.
|
|
24
|
-
/// @prop {Map} toggle-button-background-focus--border [color: ('gray', 300)] The combo toggle button background color when the combo is focused in
|
|
24
|
+
/// @prop {Map} toggle-button-background-focus--border [color: ('gray', 300)] The combo toggle button background color when the combo is focused in border and line variants.
|
|
25
25
|
/// @prop {Color} clear-button-background [transparent] - The combo clear button background color.
|
|
26
26
|
/// @prop {Map} clear-button-foreground [contrast-color: ('gray', 100)] - The combo toggle clear foreground color.
|
|
27
27
|
/// @prop {Map} clear-button-foreground-focus [contrast-color: ('gray', 100)] - The combo clear button foreground color when the combo is focused.
|
|
@@ -276,15 +276,25 @@ $bootstrap-combo: extend(
|
|
|
276
276
|
|
|
277
277
|
/// Generates an indigo combo schema.
|
|
278
278
|
/// @type {Map}
|
|
279
|
+
/// @prop {Map} empty-list-placeholder-color [color: ('gray', 600)] - The combo placeholder text color.
|
|
279
280
|
/// @prop {Color} clear-button-background-focus [transparent] - The combo clear button background color when the combo is focused.
|
|
280
281
|
/// @prop {Map} clear-button-foreground [color: ('gray', 600)] - The combo toggle clear foreground color.
|
|
281
282
|
/// @prop {Map} clear-button-foreground-focus [color: ('gray', 600)] - The combo clear button foreground color when the combo is focused.
|
|
282
|
-
/// @prop {Map} toggle-button-
|
|
283
|
+
/// @prop {Map} toggle-button-background [color: transparent] - The combo toggle button background color.
|
|
284
|
+
/// @prop {Map} toggle-button-background-focus [transparent] - The combo toggle button background color when the combo is focused.
|
|
285
|
+
/// @prop {Map} toggle-button-background-focus--border [transparent] The combo toggle button background color when the combo is focused.
|
|
283
286
|
/// @prop {Color} toggle-button-background-disabled [transparent] - The combo toggle button background color when the combo is disabled.
|
|
287
|
+
/// @prop {Map} toggle-button-foreground-disabled [color: ('gray', 300)] - The combo toggle button foreground color when the combo is disabled.
|
|
284
288
|
/// @requires {Map} $light-combo
|
|
285
289
|
$indigo-combo: extend(
|
|
286
290
|
$light-combo,
|
|
287
291
|
(
|
|
292
|
+
empty-list-placeholder-color: (
|
|
293
|
+
color: (
|
|
294
|
+
'gray',
|
|
295
|
+
600,
|
|
296
|
+
),
|
|
297
|
+
),
|
|
288
298
|
clear-button-background-focus: transparent,
|
|
289
299
|
clear-button-foreground: (
|
|
290
300
|
color: (
|
|
@@ -298,12 +308,15 @@ $indigo-combo: extend(
|
|
|
298
308
|
600,
|
|
299
309
|
),
|
|
300
310
|
),
|
|
311
|
+
toggle-button-background: transparent,
|
|
312
|
+
toggle-button-background-focus: transparent,
|
|
313
|
+
toggle-button-background-focus--border: transparent,
|
|
314
|
+
toggle-button-background-disabled: transparent,
|
|
301
315
|
toggle-button-foreground-disabled: (
|
|
302
316
|
color: (
|
|
303
317
|
'gray',
|
|
304
318
|
300,
|
|
305
319
|
),
|
|
306
320
|
),
|
|
307
|
-
toggle-button-background-disabled: transparent,
|
|
308
321
|
)
|
|
309
322
|
);
|