igniteui-theming 2.1.0-beta.4 → 2.1.0-beta.6
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "igniteui-theming",
|
|
3
|
-
"version": "2.1.0-beta.
|
|
3
|
+
"version": "2.1.0-beta.6",
|
|
4
4
|
"description": "A set of Sass variables, mixins, and functions for generating palettes, typography, and elevations used by Ignite UI components.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -20,6 +20,7 @@
|
|
|
20
20
|
/// @prop {Color} disabled-border-color [transparent] - The disabled border color of the button.
|
|
21
21
|
/// @prop {Map} disabled-background [color: ('gray', 300)] - The disabled background color of the button.
|
|
22
22
|
/// @prop {Map} disabled-foreground [color: ('gray', 500)] - The disabled foreground color of the button.
|
|
23
|
+
/// @prop {List} size [(rem(24px), rem(30px), rem(36px))] - The size used for the button.
|
|
23
24
|
$material-base-button: (
|
|
24
25
|
shadow-color: transparent,
|
|
25
26
|
border-color: transparent,
|
|
@@ -40,6 +41,13 @@ $material-base-button: (
|
|
|
40
41
|
500,
|
|
41
42
|
),
|
|
42
43
|
),
|
|
44
|
+
size: (
|
|
45
|
+
sizable: (
|
|
46
|
+
rem(24px),
|
|
47
|
+
rem(30px),
|
|
48
|
+
rem(36px),
|
|
49
|
+
),
|
|
50
|
+
),
|
|
43
51
|
);
|
|
44
52
|
|
|
45
53
|
/// @type {Map}
|
|
@@ -55,7 +63,6 @@ $material-base-button: (
|
|
|
55
63
|
/// @prop {Map} active-foreground [color: ('secondary', 500)] - The active text color of a flat button.
|
|
56
64
|
/// @prop {Color} disabled-background [transparent] - The disabled background color a flat button.
|
|
57
65
|
/// @prop {List} border-radius [(rem(4px), rem(0), rem(20px))] - The border radius used for flat button.
|
|
58
|
-
/// @prop {List} size [(rem(24px), rem(30px), rem(36px))] - The size used for the flat button.
|
|
59
66
|
/// @requires {Map} $material-base-button
|
|
60
67
|
/// @requires {Map} $flat-elevation-button
|
|
61
68
|
$material-flat-button: extend(
|
|
@@ -128,13 +135,6 @@ $material-flat-button: extend(
|
|
|
128
135
|
rem(0),
|
|
129
136
|
rem(20px),
|
|
130
137
|
),
|
|
131
|
-
size: (
|
|
132
|
-
sizable: (
|
|
133
|
-
rem(24px),
|
|
134
|
-
rem(30px),
|
|
135
|
-
rem(36px),
|
|
136
|
-
),
|
|
137
|
-
),
|
|
138
138
|
)
|
|
139
139
|
);
|
|
140
140
|
|
|
@@ -298,9 +298,11 @@ $material-fab-button: extend(
|
|
|
298
298
|
rem(28px),
|
|
299
299
|
),
|
|
300
300
|
size: (
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
301
|
+
sizable: (
|
|
302
|
+
rem(48px),
|
|
303
|
+
rem(40px),
|
|
304
|
+
rem(32px),
|
|
305
|
+
),
|
|
304
306
|
),
|
|
305
307
|
)
|
|
306
308
|
);
|
|
@@ -321,6 +323,7 @@ $material-fab-button: extend(
|
|
|
321
323
|
/// @prop {Map} focus-visible-border-color [color: ('gray', 400)] - The focus-visible border color of the button.
|
|
322
324
|
/// @prop {Map} active-border-color [color: ('gray', 400)] - The active border color of the button.
|
|
323
325
|
/// @prop {List} border-radius [(rem(20px), rem(0), rem(20px))] - The border radius used for floating button.
|
|
326
|
+
/// @prop {List} size [(rem(24px), rem(30px), rem(36px))] - The size used for icon button.
|
|
324
327
|
/// @requires {Map} $material-base-button
|
|
325
328
|
/// @requires {Map} $material-ib-elevation
|
|
326
329
|
$material-icon-button: extend(
|
|
@@ -402,6 +405,13 @@ $material-icon-button: extend(
|
|
|
402
405
|
rem(0),
|
|
403
406
|
rem(20px),
|
|
404
407
|
),
|
|
408
|
+
size: (
|
|
409
|
+
sizable: (
|
|
410
|
+
rem(24px),
|
|
411
|
+
rem(30px),
|
|
412
|
+
rem(36px),
|
|
413
|
+
),
|
|
414
|
+
),
|
|
405
415
|
)
|
|
406
416
|
);
|
|
407
417
|
|
|
@@ -443,9 +453,11 @@ $fluent-base-button: extend(
|
|
|
443
453
|
),
|
|
444
454
|
),
|
|
445
455
|
size: (
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
456
|
+
sizable: (
|
|
457
|
+
rem(24px),
|
|
458
|
+
rem(32px),
|
|
459
|
+
rem(38px),
|
|
460
|
+
),
|
|
449
461
|
),
|
|
450
462
|
)
|
|
451
463
|
);
|
|
@@ -831,6 +843,7 @@ $fluent-fab-button: extend(
|
|
|
831
843
|
/// @prop {Map} disabled-foreground [color: ('gray', 400)] - The disabled foreground color of an icon button.
|
|
832
844
|
/// @prop {Map} disabled-border-color [color: ('gray', 100), lighten: 35%] - The disabled focused border color of an icon button.
|
|
833
845
|
/// @prop {List} border-radius [(rem(0), rem(0), rem(20px))] - The border radius used for icon button.
|
|
846
|
+
/// @prop {List} size [(rem(24px), rem(32px), rem(38px))] - The size used for the icon button.
|
|
834
847
|
/// @requires {Map} $material-icon-button
|
|
835
848
|
/// @requires {Map} $fluent-base-button
|
|
836
849
|
$fluent-icon-button: extend(
|
|
@@ -905,6 +918,13 @@ $fluent-icon-button: extend(
|
|
|
905
918
|
rem(0),
|
|
906
919
|
rem(20px),
|
|
907
920
|
),
|
|
921
|
+
size: (
|
|
922
|
+
sizable: (
|
|
923
|
+
rem(24px),
|
|
924
|
+
rem(32px),
|
|
925
|
+
rem(38px),
|
|
926
|
+
),
|
|
927
|
+
),
|
|
908
928
|
)
|
|
909
929
|
);
|
|
910
930
|
|
|
@@ -946,9 +966,11 @@ $bootstrap-base-button: extend(
|
|
|
946
966
|
),
|
|
947
967
|
),
|
|
948
968
|
size: (
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
969
|
+
sizable: (
|
|
970
|
+
rem(31px),
|
|
971
|
+
rem(38px),
|
|
972
|
+
rem(48px),
|
|
973
|
+
),
|
|
952
974
|
),
|
|
953
975
|
)
|
|
954
976
|
);
|
|
@@ -1313,6 +1335,7 @@ $bootstrap-fab-button: extend(
|
|
|
1313
1335
|
/// @prop {Color} disabled-background [transparent] - The disabled background color of an outlined button.
|
|
1314
1336
|
/// @prop {Map} disabled-foreground [color: ('primary', 100)] - The disabled foreground color of the button.
|
|
1315
1337
|
/// @prop {List} border-radius [(rem(4px), rem(0), rem(20px))] - The border radius used for outlined button.
|
|
1338
|
+
/// @prop {List} size [(rem(31px), rem(38px), rem(48px))] - The size used for the icon button.
|
|
1316
1339
|
/// @requires {Map} $material-icon-button
|
|
1317
1340
|
/// @requires {Map} $bootstrap-base-button
|
|
1318
1341
|
$bootstrap-icon-button: extend(
|
|
@@ -1381,6 +1404,13 @@ $bootstrap-icon-button: extend(
|
|
|
1381
1404
|
rem(0),
|
|
1382
1405
|
rem(20px),
|
|
1383
1406
|
),
|
|
1407
|
+
size: (
|
|
1408
|
+
sizable: (
|
|
1409
|
+
rem(31px),
|
|
1410
|
+
rem(38px),
|
|
1411
|
+
rem(48px),
|
|
1412
|
+
),
|
|
1413
|
+
),
|
|
1384
1414
|
)
|
|
1385
1415
|
);
|
|
1386
1416
|
|
|
@@ -1471,9 +1501,11 @@ $indigo-flat-button: extend(
|
|
|
1471
1501
|
rem(20px),
|
|
1472
1502
|
),
|
|
1473
1503
|
size: (
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1504
|
+
sizable: (
|
|
1505
|
+
rem(28px),
|
|
1506
|
+
rem(32px),
|
|
1507
|
+
rem(36px),
|
|
1508
|
+
),
|
|
1477
1509
|
),
|
|
1478
1510
|
)
|
|
1479
1511
|
);
|
|
@@ -1658,6 +1690,7 @@ $indigo-raised-button: extend(
|
|
|
1658
1690
|
/// @prop {Map} focus-foreground [ color: ('gray', 50)] - The focus text color of a fab button.
|
|
1659
1691
|
/// @prop {Map} focus-visible-foreground [ color: ('gray', 50)] - The focus-visible text color of a fab button.
|
|
1660
1692
|
/// @prop {List} border-radius [(rem(36px), rem(42px), rem(48px))] - The border radius used for fab button.
|
|
1693
|
+
/// @prop {List} size [(rem(36px), rem(42px), rem(48px))] - The size used for the fab button.
|
|
1661
1694
|
/// @requires {Map} $material-fab-button
|
|
1662
1695
|
/// @requires {Map} $indigo-base-button
|
|
1663
1696
|
/// @requires {Map} $indigo-raised-button
|
|
@@ -1697,9 +1730,11 @@ $indigo-fab-button: extend(
|
|
|
1697
1730
|
rem(28px),
|
|
1698
1731
|
),
|
|
1699
1732
|
size: (
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1733
|
+
sizable: (
|
|
1734
|
+
rem(36px),
|
|
1735
|
+
rem(42px),
|
|
1736
|
+
rem(48px),
|
|
1737
|
+
),
|
|
1703
1738
|
),
|
|
1704
1739
|
)
|
|
1705
1740
|
);
|
|
@@ -1718,6 +1753,7 @@ $indigo-fab-button: extend(
|
|
|
1718
1753
|
/// @prop {Map} focus-border-color [color: ('gray' 300)] - The focus border color of the button.
|
|
1719
1754
|
/// @prop {Map} focus-visible-border-color [color: ('gray' 300)] - The focus-visible border color of the button.
|
|
1720
1755
|
/// @prop {Map} active-border-color [color: ('gray' 300)] - The active border color of the button.
|
|
1756
|
+
/// @prop {List} size [(rem(28px), rem(32px), rem(36px))] - The size used for the icon button.
|
|
1721
1757
|
/// @requires {Map} $material-icon-button
|
|
1722
1758
|
/// @requires {Map} $indigo-base-button
|
|
1723
1759
|
$indigo-icon-button: extend(
|
|
@@ -1774,6 +1810,13 @@ $indigo-icon-button: extend(
|
|
|
1774
1810
|
'gray' 300,
|
|
1775
1811
|
),
|
|
1776
1812
|
),
|
|
1813
|
+
size: (
|
|
1814
|
+
sizable: (
|
|
1815
|
+
rem(28px),
|
|
1816
|
+
rem(32px),
|
|
1817
|
+
rem(36px),
|
|
1818
|
+
),
|
|
1819
|
+
),
|
|
1777
1820
|
)
|
|
1778
1821
|
);
|
|
1779
1822
|
|