@alfalab/core-components-vars 9.8.1 → 9.9.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/colors-addons.css +96 -96
- package/colors-bluetint.css +598 -572
- package/colors-decorative.css +318 -178
- package/colors-indigo.css +576 -550
- package/colors-qualitative.css +106 -106
- package/colors-sequential.css +192 -168
- package/colors-students.css +4 -0
- package/colors-students.d.ts +2 -0
- package/colors-students.js +12 -0
- package/colors-transparent.css +26 -26
- package/cssm/bundle/click.css +695 -668
- package/cssm/bundle/corp.css +695 -668
- package/cssm/bundle/intranet.css +695 -668
- package/cssm/bundle/mobile.css +695 -668
- package/cssm/bundle/site.css +695 -668
- package/cssm/colors-addons.css +96 -96
- package/cssm/colors-bluetint.css +598 -572
- package/cssm/colors-decorative.css +318 -178
- package/cssm/colors-indigo.css +576 -550
- package/cssm/colors-qualitative.css +106 -106
- package/cssm/colors-sequential.css +192 -168
- package/cssm/colors-students.css +4 -0
- package/cssm/colors-students.d.ts +2 -0
- package/cssm/colors-students.js +12 -0
- package/cssm/colors-transparent.css +26 -26
- package/cssm/gaps.css +1 -0
- package/cssm/index.css +721 -694
- package/cssm/index.d.ts +323 -296
- package/cssm/index.js +323 -296
- package/esm/colors-students.d.ts +2 -0
- package/esm/colors-students.js +6 -0
- package/esm/index.d.ts +323 -296
- package/esm/index.js +323 -296
- package/gaps.css +1 -0
- package/index.d.ts +323 -296
- package/index.js +323 -296
- package/mixins.css +2 -2
- package/modern/colors-students.d.ts +2 -0
- package/modern/colors-students.js +6 -0
- package/modern/index.d.ts +323 -296
- package/modern/index.js +323 -296
- package/package.json +1 -1
- package/src/colors-addons.css +96 -96
- package/src/colors-bluetint.css +598 -572
- package/src/colors-decorative.css +318 -178
- package/src/colors-indigo.css +576 -550
- package/src/colors-qualitative.css +106 -106
- package/src/colors-sequential.css +192 -168
- package/src/colors-students.css +4 -0
- package/src/colors-students.ts +4 -0
- package/src/colors-transparent.css +26 -26
- package/src/gaps.css +1 -0
- package/src/mixins.css +2 -2
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var styles = require('!!css-loader!@alfalab/core-components/vars/colors-students.css');
|
|
4
|
+
|
|
5
|
+
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
|
|
6
|
+
|
|
7
|
+
var styles__default = /*#__PURE__*/_interopDefaultCompat(styles);
|
|
8
|
+
|
|
9
|
+
// eslint-disable-next-line import/no-webpack-loader-syntax
|
|
10
|
+
var colorsStudents = styles__default.default.toString();
|
|
11
|
+
|
|
12
|
+
module.exports = colorsStudents;
|
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
:root {
|
|
2
|
-
--color-dynamic-nulled: rgba(0, 0, 0, 0);
|
|
3
|
-
--color-dynamic-primary-dark: rgba(0, 0, 0, 0.8);
|
|
4
|
-
--color-dynamic-primary-light: rgba(255, 255, 255, 0.8);
|
|
5
|
-
--color-dynamic-quaternary-dark: rgba(0, 0, 0, 0.32);
|
|
6
|
-
--color-dynamic-quaternary-light: rgba(255, 255, 255, 0.32);
|
|
7
|
-
--color-dynamic-quinary-dark: rgba(0, 0, 0, 0.16);
|
|
8
|
-
--color-dynamic-quinary-light: rgba(255, 255, 255, 0.16);
|
|
9
|
-
--color-dynamic-secondary-dark: rgba(0, 0, 0, 0.64);
|
|
10
|
-
--color-dynamic-secondary-light: rgba(255, 255, 255, 0.64);
|
|
11
|
-
--color-dynamic-senary-dark: rgba(0, 0, 0, 0.12);
|
|
12
|
-
--color-dynamic-senary-light: rgba(255, 255, 255, 0.12);
|
|
13
|
-
--color-dynamic-tertiary-dark: rgba(0, 0, 0, 0.48);
|
|
14
|
-
--color-dynamic-tertiary-light: rgba(255, 255, 255, 0.48);
|
|
15
|
-
--color-static-nulled: rgba(0, 0, 0, 0);
|
|
16
|
-
--color-static-primary-dark: rgba(0, 0, 0, 0.8);
|
|
17
|
-
--color-static-primary-light: rgba(255, 255, 255, 0.8);
|
|
18
|
-
--color-static-quaternary-dark: rgba(0, 0, 0, 0.32);
|
|
19
|
-
--color-static-quaternary-light: rgba(255, 255, 255, 0.32);
|
|
20
|
-
--color-static-quinary-dark: rgba(0, 0, 0, 0.16);
|
|
21
|
-
--color-static-quinary-light: rgba(255, 255, 255, 0.16);
|
|
22
|
-
--color-static-secondary-dark: rgba(0, 0, 0, 0.64);
|
|
23
|
-
--color-static-secondary-light: rgba(255, 255, 255, 0.64);
|
|
24
|
-
--color-static-senary-dark: rgba(0, 0, 0, 0.12);
|
|
25
|
-
--color-static-senary-light: rgba(255, 255, 255, 0.12);
|
|
26
|
-
--color-static-tertiary-dark: rgba(0, 0, 0, 0.48);
|
|
27
|
-
--color-static-tertiary-light: rgba(255, 255, 255, 0.48);
|
|
2
|
+
--color-dynamic-nulled: rgba(0, 0, 0, 0); /* deprecated */
|
|
3
|
+
--color-dynamic-primary-dark: rgba(0, 0, 0, 0.8); /* deprecated */
|
|
4
|
+
--color-dynamic-primary-light: rgba(255, 255, 255, 0.8); /* deprecated */
|
|
5
|
+
--color-dynamic-quaternary-dark: rgba(0, 0, 0, 0.32); /* deprecated */
|
|
6
|
+
--color-dynamic-quaternary-light: rgba(255, 255, 255, 0.32); /* deprecated */
|
|
7
|
+
--color-dynamic-quinary-dark: rgba(0, 0, 0, 0.16); /* deprecated */
|
|
8
|
+
--color-dynamic-quinary-light: rgba(255, 255, 255, 0.16); /* deprecated */
|
|
9
|
+
--color-dynamic-secondary-dark: rgba(0, 0, 0, 0.64); /* deprecated */
|
|
10
|
+
--color-dynamic-secondary-light: rgba(255, 255, 255, 0.64); /* deprecated */
|
|
11
|
+
--color-dynamic-senary-dark: rgba(0, 0, 0, 0.12); /* deprecated */
|
|
12
|
+
--color-dynamic-senary-light: rgba(255, 255, 255, 0.12); /* deprecated */
|
|
13
|
+
--color-dynamic-tertiary-dark: rgba(0, 0, 0, 0.48); /* deprecated */
|
|
14
|
+
--color-dynamic-tertiary-light: rgba(255, 255, 255, 0.48); /* deprecated */
|
|
15
|
+
--color-static-nulled: rgba(0, 0, 0, 0); /* deprecated */
|
|
16
|
+
--color-static-primary-dark: rgba(0, 0, 0, 0.8); /* deprecated */
|
|
17
|
+
--color-static-primary-light: rgba(255, 255, 255, 0.8); /* deprecated */
|
|
18
|
+
--color-static-quaternary-dark: rgba(0, 0, 0, 0.32); /* deprecated */
|
|
19
|
+
--color-static-quaternary-light: rgba(255, 255, 255, 0.32); /* deprecated */
|
|
20
|
+
--color-static-quinary-dark: rgba(0, 0, 0, 0.16); /* deprecated */
|
|
21
|
+
--color-static-quinary-light: rgba(255, 255, 255, 0.16); /* deprecated */
|
|
22
|
+
--color-static-secondary-dark: rgba(0, 0, 0, 0.64); /* deprecated */
|
|
23
|
+
--color-static-secondary-light: rgba(255, 255, 255, 0.64); /* deprecated */
|
|
24
|
+
--color-static-senary-dark: rgba(0, 0, 0, 0.12); /* deprecated */
|
|
25
|
+
--color-static-senary-light: rgba(255, 255, 255, 0.12); /* deprecated */
|
|
26
|
+
--color-static-tertiary-dark: rgba(0, 0, 0, 0.48); /* deprecated */
|
|
27
|
+
--color-static-tertiary-light: rgba(255, 255, 255, 0.48); /* deprecated */
|
|
28
28
|
}
|