@elastic/eui-theme-borealis 3.0.0 → 3.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.
|
@@ -87,6 +87,7 @@ var component_colors = {
|
|
|
87
87
|
textParagraph = _ref22[0];
|
|
88
88
|
return textParagraph;
|
|
89
89
|
}, ['colors.textParagraph']),
|
|
90
|
+
codeInlineBackground: _semantic_colors.SEMANTIC_COLORS.shade15,
|
|
90
91
|
codeInlineColor: _semantic_colors.SEMANTIC_COLORS.assistance100,
|
|
91
92
|
codeCommentColor: (0, _euiThemeCommon.computed)(function (_ref23) {
|
|
92
93
|
var _ref24 = _slicedToArray(_ref23, 1),
|
|
@@ -390,6 +391,7 @@ var components = exports.components = {
|
|
|
390
391
|
LIGHT: component_colors,
|
|
391
392
|
DARK: _objectSpread(_objectSpread({}, component_colors), {}, {
|
|
392
393
|
buttonGroupFocusColor: _semantic_colors.SEMANTIC_COLORS.plainLight,
|
|
394
|
+
codeInlineBackground: _semantic_colors.SEMANTIC_COLORS.shade135,
|
|
393
395
|
codeInlineColor: _semantic_colors.SEMANTIC_COLORS.assistance60,
|
|
394
396
|
codeStringColor: _semantic_colors.SEMANTIC_COLORS.accent60,
|
|
395
397
|
codeTagColor: _semantic_colors.SEMANTIC_COLORS.primary60,
|
|
@@ -26,6 +26,7 @@ const component_colors = {
|
|
|
26
26
|
codeBackground: computed(([backgroundBaseHighlighted]) => backgroundBaseHighlighted, ['colors.backgroundBaseHighlighted']),
|
|
27
27
|
codeBackgroundSelected: 'inherit',
|
|
28
28
|
codeColor: computed(([textParagraph]) => textParagraph, ['colors.textParagraph']),
|
|
29
|
+
codeInlineBackground: SEMANTIC_COLORS.shade15,
|
|
29
30
|
codeInlineColor: SEMANTIC_COLORS.assistance100,
|
|
30
31
|
codeCommentColor: computed(([textSubdued]) => textSubdued, ['colors.textSubdued']),
|
|
31
32
|
codeSelectorColor: 'inherit',
|
|
@@ -122,6 +123,7 @@ export const components = {
|
|
|
122
123
|
DARK: {
|
|
123
124
|
...component_colors,
|
|
124
125
|
buttonGroupFocusColor: SEMANTIC_COLORS.plainLight,
|
|
126
|
+
codeInlineBackground: SEMANTIC_COLORS.shade135,
|
|
125
127
|
codeInlineColor: SEMANTIC_COLORS.assistance60,
|
|
126
128
|
codeStringColor: SEMANTIC_COLORS.accent60,
|
|
127
129
|
codeTagColor: SEMANTIC_COLORS.primary60,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elastic/eui-theme-borealis",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.1.0",
|
|
4
4
|
"description": "A visual theme for EUI",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"scripts": {
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"@babel/preset-env": "^7.21.5",
|
|
34
34
|
"@babel/preset-react": "^7.18.6",
|
|
35
35
|
"@babel/preset-typescript": "^7.21.5",
|
|
36
|
-
"@elastic/eui-theme-common": "2.
|
|
36
|
+
"@elastic/eui-theme-common": "2.1.0",
|
|
37
37
|
"@types/chroma-js": "^2.4.0",
|
|
38
38
|
"@types/jest": "^29.5.12",
|
|
39
39
|
"@types/prettier": "2.7.3",
|