@brightspace-ui/core 3.227.2 → 3.227.3
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.
|
@@ -2,6 +2,7 @@ if (globalThis.document !== undefined && !globalThis.document.head.querySelector
|
|
|
2
2
|
const style = globalThis.document.createElement('style');
|
|
3
3
|
style.id = 'd2l-colors';
|
|
4
4
|
|
|
5
|
+
// Note: do not use these semantic variables outside of core yet - they are subject to change
|
|
5
6
|
const lightPalette = `
|
|
6
7
|
--d2l-theme-background-color-base: #ffffff;
|
|
7
8
|
--d2l-theme-background-color-elevated: var(--d2l-theme-background-color-base);
|
|
@@ -54,6 +55,8 @@ if (globalThis.document !== undefined && !globalThis.document.head.querySelector
|
|
|
54
55
|
--d2l-theme-shadow-inset: inset 0 2px 0 0 rgba(177, 185, 190, 0.2); /* corundum */
|
|
55
56
|
|
|
56
57
|
`;
|
|
58
|
+
|
|
59
|
+
// Note: do not use these semantic variables outside of core yet - they are subject to change
|
|
57
60
|
const darkPalette = `
|
|
58
61
|
--d2l-theme-background-color-base: #161718;
|
|
59
62
|
--d2l-theme-background-color-elevated: var(--d2l-color-ferrite);
|
|
@@ -5,7 +5,7 @@ export const iconStyles = css`
|
|
|
5
5
|
:host {
|
|
6
6
|
-webkit-align-items: center;
|
|
7
7
|
align-items: center;
|
|
8
|
-
color: var(--d2l-color-
|
|
8
|
+
color: var(--d2l-theme-icon-color-standard);
|
|
9
9
|
display: -ms-inline-flexbox;
|
|
10
10
|
display: -webkit-inline-flex;
|
|
11
11
|
display: inline-flex;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@brightspace-ui/core",
|
|
3
|
-
"version": "3.227.
|
|
3
|
+
"version": "3.227.3",
|
|
4
4
|
"description": "A collection of accessible, free, open-source web components for building Brightspace applications",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": "https://github.com/BrightspaceUI/core.git",
|