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