@alfalab/core-components-vars 5.0.0 → 5.1.0
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/colors-addons.css +0 -7
- package/cssm/colors-addons.css +0 -7
- package/cssm/index.css +0 -7
- package/package.json +1 -1
package/colors-addons.css
CHANGED
|
@@ -45,18 +45,11 @@
|
|
|
45
45
|
--color-static-status-purple: #673ab7;
|
|
46
46
|
--color-static-status-red: #d91d0b;
|
|
47
47
|
--color-static-status-teal: #219187;
|
|
48
|
-
--color-static-status-blue-tint-90: color-mod(#007aff tint(90%));
|
|
49
48
|
--color-static-status-blue-alpha-10: color-mod(#007aff alpha(10%));
|
|
50
|
-
--color-static-status-green-tint-90: color-mod(#13a463 tint(90%));
|
|
51
49
|
--color-static-status-green-alpha-10: color-mod(#13a463 alpha(10%));
|
|
52
|
-
--color-static-status-grey-tint-90: color-mod(#6d7986 tint(90%));
|
|
53
50
|
--color-static-status-grey-alpha-10: color-mod(#6d7986 alpha(10%));
|
|
54
|
-
--color-static-status-orange-tint-90: color-mod(#de6a00 tint(90%));
|
|
55
51
|
--color-static-status-orange-alpha-10: color-mod(#de6a00 alpha(10%));
|
|
56
|
-
--color-static-status-purple-tint-90: color-mod(#673ab7 tint(90%));
|
|
57
52
|
--color-static-status-purple-alpha-10: color-mod(#673ab7 alpha(10%));
|
|
58
|
-
--color-static-status-red-tint-90: color-mod(#d91d0b tint(90%));
|
|
59
53
|
--color-static-status-red-alpha-10: color-mod(#d91d0b alpha(10%));
|
|
60
|
-
--color-static-status-teal-tint-90: color-mod(#219187 tint(90%));
|
|
61
54
|
--color-static-status-teal-alpha-10: color-mod(#219187 alpha(10%));
|
|
62
55
|
}
|
package/cssm/colors-addons.css
CHANGED
|
@@ -45,18 +45,11 @@
|
|
|
45
45
|
--color-static-status-purple: #673ab7;
|
|
46
46
|
--color-static-status-red: #d91d0b;
|
|
47
47
|
--color-static-status-teal: #219187;
|
|
48
|
-
--color-static-status-blue-tint-90: rgb(230, 242, 255);
|
|
49
48
|
--color-static-status-blue-alpha-10: rgba(0, 122, 255, 0.1);
|
|
50
|
-
--color-static-status-green-tint-90: rgb(231, 246, 239);
|
|
51
49
|
--color-static-status-green-alpha-10: rgba(19, 164, 99, 0.1);
|
|
52
|
-
--color-static-status-grey-tint-90: rgb(240, 242, 243);
|
|
53
50
|
--color-static-status-grey-alpha-10: rgba(109, 121, 134, 0.1);
|
|
54
|
-
--color-static-status-orange-tint-90: rgb(252, 240, 230);
|
|
55
51
|
--color-static-status-orange-alpha-10: rgba(222, 106, 0, 0.1);
|
|
56
|
-
--color-static-status-purple-tint-90: rgb(240, 235, 248);
|
|
57
52
|
--color-static-status-purple-alpha-10: rgba(103, 58, 183, 0.1);
|
|
58
|
-
--color-static-status-red-tint-90: rgb(251, 232, 231);
|
|
59
53
|
--color-static-status-red-alpha-10: rgba(217, 29, 11, 0.1);
|
|
60
|
-
--color-static-status-teal-tint-90: rgb(233, 244, 243);
|
|
61
54
|
--color-static-status-teal-alpha-10: rgba(33, 145, 135, 0.1);
|
|
62
55
|
}
|
package/cssm/index.css
CHANGED
|
@@ -116,19 +116,12 @@
|
|
|
116
116
|
--color-static-status-purple: #673ab7;
|
|
117
117
|
--color-static-status-red: #d91d0b;
|
|
118
118
|
--color-static-status-teal: #219187;
|
|
119
|
-
--color-static-status-blue-tint-90: rgb(230, 242, 255);
|
|
120
119
|
--color-static-status-blue-alpha-10: rgba(0, 122, 255, 0.1);
|
|
121
|
-
--color-static-status-green-tint-90: rgb(231, 246, 239);
|
|
122
120
|
--color-static-status-green-alpha-10: rgba(19, 164, 99, 0.1);
|
|
123
|
-
--color-static-status-grey-tint-90: rgb(240, 242, 243);
|
|
124
121
|
--color-static-status-grey-alpha-10: rgba(109, 121, 134, 0.1);
|
|
125
|
-
--color-static-status-orange-tint-90: rgb(252, 240, 230);
|
|
126
122
|
--color-static-status-orange-alpha-10: rgba(222, 106, 0, 0.1);
|
|
127
|
-
--color-static-status-purple-tint-90: rgb(240, 235, 248);
|
|
128
123
|
--color-static-status-purple-alpha-10: rgba(103, 58, 183, 0.1);
|
|
129
|
-
--color-static-status-red-tint-90: rgb(251, 232, 231);
|
|
130
124
|
--color-static-status-red-alpha-10: rgba(217, 29, 11, 0.1);
|
|
131
|
-
--color-static-status-teal-tint-90: rgb(233, 244, 243);
|
|
132
125
|
--color-static-status-teal-alpha-10: rgba(33, 145, 135, 0.1);
|
|
133
126
|
}
|
|
134
127
|
:root {
|