@tetacom/ng-components 1.0.79 → 1.0.80
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
|
@@ -72,6 +72,9 @@ $themes: (
|
|
|
72
72
|
),
|
|
73
73
|
'backdrop': (
|
|
74
74
|
'50': rgba(144, 148, 153, 0.4)
|
|
75
|
+
),
|
|
76
|
+
'link': (
|
|
77
|
+
'50': #005ab6
|
|
75
78
|
)
|
|
76
79
|
),
|
|
77
80
|
'dark': (
|
|
@@ -147,9 +150,12 @@ $themes: (
|
|
|
147
150
|
),
|
|
148
151
|
'backdrop': (
|
|
149
152
|
'50': rgba(144, 148, 153, 0.4)
|
|
153
|
+
),
|
|
154
|
+
'link': (
|
|
155
|
+
'50': #79c6ff
|
|
150
156
|
)
|
|
151
157
|
)
|
|
152
158
|
);
|
|
153
159
|
|
|
154
|
-
$palettes: 'primary', 'text', 'red', 'green', 'yellow', 'background', 'white', 'backdrop', 'black';
|
|
160
|
+
$palettes: 'primary', 'text', 'red', 'green', 'yellow', 'background', 'white', 'backdrop', 'black', 'link';
|
|
155
161
|
$grades: '90', '80', '70', '60', '50', '40', '30', '20', '10', '5', '0';
|