Skip to content

Commit

Permalink
Deploying 9310366 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
elastic-datavis[bot] committed Oct 6, 2023
1 parent 440cbfd commit f9a2734
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,4 @@



window['FEATURES'] = {"postcss":true};</script><script src="runtime~main.48f0c2ba.iframe.bundle.js"></script><script src="vendors~main.526b1520.iframe.bundle.js"></script><script src="main.0d793196.iframe.bundle.js"></script></body></html>
window['FEATURES'] = {"postcss":true};</script><script src="runtime~main.48f0c2ba.iframe.bundle.js"></script><script src="vendors~main.526b1520.iframe.bundle.js"></script><script src="main.8fb8a1b8.iframe.bundle.js"></script></body></html>
Original file line number Diff line number Diff line change
Expand Up @@ -85012,20 +85012,10 @@ exports.storybookParameters = {
}
},
theme: {
"default": 'light',
"default": 'eui-light',
clearable: false,
selector: 'html',
themes: [{
id: 'light',
title: 'Light',
"class": 'light-theme',
color: '#fff'
}, {
id: 'dark',
title: 'Dark',
"class": 'dark-theme',
color: '#000'
}, {
id: 'eui-light',
title: 'Light - EUI',
"class": ['light-theme', 'eui'],
Expand All @@ -85037,6 +85027,16 @@ exports.storybookParameters = {
"class": ['dark-theme', 'eui'],
color: eui_theme_dark_json_1["default"].euiColorEmptyShade,
imageUrl: euiLogoUrl
}, {
id: 'light',
title: 'Light',
"class": 'light-theme',
color: '#fff'
}, {
id: 'dark',
title: 'Dark',
"class": 'dark-theme',
color: '#000'
}]
},
background: {
Expand Down Expand Up @@ -154849,7 +154849,7 @@ var StoryWrapper = function StoryWrapper(Story, context) {
if (!Story) return react_1["default"].createElement("div", null, "No Story");
var globals = context.globals,
parameters = context.parameters;
var themeId = (_a = globals === null || globals === void 0 ? void 0 : globals.theme) !== null && _a !== void 0 ? _a : use_base_theme_1.ThemeId.Light;
var themeId = (_a = globals === null || globals === void 0 ? void 0 : globals.theme) !== null && _a !== void 0 ? _a : use_base_theme_1.ThemeId.EUILight;
var backgroundId = globals === null || globals === void 0 ? void 0 : globals.background;

var _ref = (_b = globals === null || globals === void 0 ? void 0 : globals.toggles) !== null && _b !== void 0 ? _b : {},
Expand Down Expand Up @@ -155002,7 +155002,7 @@ exports.ThemeId = Object.freeze({
EUILight: 'eui-light',
EUIDark: 'eui-dark'
});
var ThemeContext = (0, react_1.createContext)(exports.ThemeId.Light);
var ThemeContext = (0, react_1.createContext)(exports.ThemeId.EUILight);
var BackgroundContext = (0, react_1.createContext)(undefined);
exports.ThemeIdProvider = ThemeContext.Provider;
exports.BackgroundIdProvider = BackgroundContext.Provider;
Expand Down Expand Up @@ -155174,4 +155174,4 @@ module.exports = __webpack_require__(/*! /app/storybook/generated-stories-entry.
/***/ })

},[[0,"runtime~main","vendors~main"]]]);
//# sourceMappingURL=main.0d793196.iframe.bundle.js.map
//# sourceMappingURL=main.8fb8a1b8.iframe.bundle.js.map

Large diffs are not rendered by default.

0 comments on commit f9a2734

Please sign in to comment.