@rocket.chat/fuselage 0.48.0 → 0.50.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/CHANGELOG.md +25 -0
- package/dist/components/Contextualbar/Contextualbar.d.ts.map +1 -1
- package/dist/components/Contextualbar/ContextualbarHeader.d.ts.map +1 -1
- package/dist/components/Contextualbar/ContextualbarTitle.d.ts.map +1 -1
- package/dist/components/PaletteStyleTag/PaletteStyleTag.d.ts +19 -0
- package/dist/components/PaletteStyleTag/PaletteStyleTag.d.ts.map +1 -0
- package/dist/components/PaletteStyleTag/helpers/convertToCss.d.ts +2 -0
- package/dist/components/PaletteStyleTag/helpers/convertToCss.d.ts.map +1 -0
- package/dist/components/PaletteStyleTag/helpers/getPalette.d.ts +354 -0
- package/dist/components/PaletteStyleTag/helpers/getPalette.d.ts.map +1 -0
- package/dist/components/PaletteStyleTag/helpers/isHexColor.d.ts +2 -0
- package/dist/components/PaletteStyleTag/helpers/isHexColor.d.ts.map +1 -0
- package/dist/components/PaletteStyleTag/helpers/isLightColor.d.ts +2 -0
- package/dist/components/PaletteStyleTag/helpers/isLightColor.d.ts.map +1 -0
- package/dist/components/PaletteStyleTag/hooks/useCreateStyleContainer.d.ts +2 -0
- package/dist/components/PaletteStyleTag/hooks/useCreateStyleContainer.d.ts.map +1 -0
- package/dist/components/PaletteStyleTag/index.d.ts +2 -0
- package/dist/components/PaletteStyleTag/index.d.ts.map +1 -0
- package/dist/components/PaletteStyleTag/lib/codeBlockStyles.d.ts +2 -0
- package/dist/components/PaletteStyleTag/lib/codeBlockStyles.d.ts.map +1 -0
- package/dist/components/PaletteStyleTag/lib/themePalettes.d.ts +10 -0
- package/dist/components/PaletteStyleTag/lib/themePalettes.d.ts.map +1 -0
- package/dist/components/PaletteStyleTag/types/themes.d.ts +3 -0
- package/dist/components/PaletteStyleTag/types/themes.d.ts.map +1 -0
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.d.ts.map +1 -1
- package/dist/fuselage.css +1 -1
- package/dist/fuselage.css.map +1 -1
- package/dist/fuselage.development.js +646 -6
- package/dist/fuselage.development.js.map +1 -1
- package/dist/fuselage.production.js +1 -1
- package/package.json +2 -2
|
@@ -3834,7 +3834,7 @@ var react_1 = __importStar(__webpack_require__(/*! react */ "react"));
|
|
|
3834
3834
|
var __1 = __webpack_require__(/*! .. */ "./src/components/index.ts");
|
|
3835
3835
|
var Contextualbar = function (_a) {
|
|
3836
3836
|
var children = _a.children, width = _a.width, position = _a.position, _b = _a.bg, bg = _b === void 0 ? 'room' : _b, props = __rest(_a, ["children", "width", "position", "bg"]);
|
|
3837
|
-
return (react_1.default.createElement(__1.Box, __assign({ "rcx-vertical-bar": true, bg: bg, display: 'flex', flexDirection: 'column', flexShrink: 0, width: width, borderInlineStartWidth: 'default', borderInlineStartColor: 'extra-light', borderInlineStartStyle: 'solid', height: 'full', position: position, insetInlineEnd: 'none', insetBlockStart: 'none', zIndex: 5 }, props), children));
|
|
3837
|
+
return (react_1.default.createElement(__1.Box, __assign({ "rcx-vertical-bar": true, bg: bg, color: 'default', display: 'flex', flexDirection: 'column', flexShrink: 0, width: width, borderInlineStartWidth: 'default', borderInlineStartColor: 'extra-light', borderInlineStartStyle: 'solid', height: 'full', position: position, insetInlineEnd: 'none', insetBlockStart: 'none', zIndex: 5 }, props), children));
|
|
3838
3838
|
};
|
|
3839
3839
|
exports["default"] = (0, react_1.memo)(Contextualbar);
|
|
3840
3840
|
|
|
@@ -4186,7 +4186,7 @@ var react_1 = __importStar(__webpack_require__(/*! react */ "react"));
|
|
|
4186
4186
|
var __1 = __webpack_require__(/*! .. */ "./src/components/index.ts");
|
|
4187
4187
|
var ContextualbarFooter = (0, react_1.forwardRef)(function ContextualbarFooter(_a, ref) {
|
|
4188
4188
|
var children = _a.children, props = __rest(_a, ["children"]);
|
|
4189
|
-
return (react_1.default.createElement(__1.Box, __assign({
|
|
4189
|
+
return (react_1.default.createElement(__1.Box, __assign({ ref: ref, p: 24 }, props), children));
|
|
4190
4190
|
});
|
|
4191
4191
|
exports["default"] = (0, react_1.memo)(ContextualbarFooter);
|
|
4192
4192
|
|
|
@@ -4254,8 +4254,8 @@ var Box_1 = __importDefault(__webpack_require__(/*! ../Box */ "./src/components/
|
|
|
4254
4254
|
var Margins_1 = __importDefault(__webpack_require__(/*! ../Margins */ "./src/components/Margins/index.ts"));
|
|
4255
4255
|
var ContextualbarHeader = function (_a) {
|
|
4256
4256
|
var children = _a.children, props = __rest(_a, ["children"]);
|
|
4257
|
-
return (react_1.default.createElement(Box_1.default, __assign({ display: 'flex', alignItems: 'center', height: 'x56',
|
|
4258
|
-
react_1.default.createElement(Box_1.default, { marginInline: 'neg-x4', display: 'flex', alignItems: 'center', justifyContent: 'space-between',
|
|
4257
|
+
return (react_1.default.createElement(Box_1.default, __assign({ display: 'flex', alignItems: 'center', height: 'x56', pi: 24, borderBlockEndWidth: 'default', borderBlockColor: 'extra-light', flexShrink: 0 }, props),
|
|
4258
|
+
react_1.default.createElement(Box_1.default, { marginInline: 'neg-x4', display: 'flex', alignItems: 'center', justifyContent: 'space-between', flexGrow: 1, height: '100%', overflow: 'hidden' },
|
|
4259
4259
|
react_1.default.createElement(Margins_1.default, { inline: 'x4' }, children))));
|
|
4260
4260
|
};
|
|
4261
4261
|
exports["default"] = (0, react_1.memo)(ContextualbarHeader);
|
|
@@ -4358,7 +4358,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
|
4358
4358
|
var react_1 = __importStar(__webpack_require__(/*! react */ "react"));
|
|
4359
4359
|
var _1 = __webpack_require__(/*! . */ "./src/components/Contextualbar/index.ts");
|
|
4360
4360
|
var __1 = __webpack_require__(/*! .. */ "./src/components/index.ts");
|
|
4361
|
-
var ContextualbarSkeleton = function (props) { return (react_1.default.createElement(_1.Contextualbar, __assign({}, props
|
|
4361
|
+
var ContextualbarSkeleton = function (props) { return (react_1.default.createElement(_1.Contextualbar, __assign({}, props),
|
|
4362
4362
|
react_1.default.createElement(_1.ContextualbarHeader, null,
|
|
4363
4363
|
react_1.default.createElement(__1.Skeleton, { width: '100%' })),
|
|
4364
4364
|
react_1.default.createElement(__1.Box, { p: 24 },
|
|
@@ -4415,7 +4415,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
4415
4415
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
4416
4416
|
var react_1 = __importStar(__webpack_require__(/*! react */ "react"));
|
|
4417
4417
|
var __1 = __webpack_require__(/*! .. */ "./src/components/index.ts");
|
|
4418
|
-
var ContextualbarTitle = function (props) { return (react_1.default.createElement(__1.Box, __assign({ flexShrink: 1, flexGrow: 1, withTruncatedText: true }, props))); };
|
|
4418
|
+
var ContextualbarTitle = function (props) { return (react_1.default.createElement(__1.Box, __assign({ flexShrink: 1, flexGrow: 1, fontScale: 'h4', withTruncatedText: true }, props))); };
|
|
4419
4419
|
exports["default"] = (0, react_1.memo)(ContextualbarTitle);
|
|
4420
4420
|
|
|
4421
4421
|
|
|
@@ -12674,6 +12674,565 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
|
12674
12674
|
__exportStar(__webpack_require__(/*! ./Pagination */ "./src/components/Pagination/Pagination.tsx"), exports);
|
|
12675
12675
|
|
|
12676
12676
|
|
|
12677
|
+
/***/ }),
|
|
12678
|
+
|
|
12679
|
+
/***/ "./src/components/PaletteStyleTag/PaletteStyleTag.tsx":
|
|
12680
|
+
/*!************************************************************!*\
|
|
12681
|
+
!*** ./src/components/PaletteStyleTag/PaletteStyleTag.tsx ***!
|
|
12682
|
+
\************************************************************/
|
|
12683
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
12684
|
+
|
|
12685
|
+
|
|
12686
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
12687
|
+
if (k2 === undefined) k2 = k;
|
|
12688
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
12689
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
12690
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
12691
|
+
}
|
|
12692
|
+
Object.defineProperty(o, k2, desc);
|
|
12693
|
+
}) : (function(o, m, k, k2) {
|
|
12694
|
+
if (k2 === undefined) k2 = k;
|
|
12695
|
+
o[k2] = m[k];
|
|
12696
|
+
}));
|
|
12697
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
12698
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
12699
|
+
}) : function(o, v) {
|
|
12700
|
+
o["default"] = v;
|
|
12701
|
+
});
|
|
12702
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
12703
|
+
if (mod && mod.__esModule) return mod;
|
|
12704
|
+
var result = {};
|
|
12705
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
12706
|
+
__setModuleDefault(result, mod);
|
|
12707
|
+
return result;
|
|
12708
|
+
};
|
|
12709
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
12710
|
+
exports.PaletteStyleTag = void 0;
|
|
12711
|
+
var react_1 = __importStar(__webpack_require__(/*! react */ "react"));
|
|
12712
|
+
var react_dom_1 = __webpack_require__(/*! react-dom */ "react-dom");
|
|
12713
|
+
var convertToCss_1 = __webpack_require__(/*! ./helpers/convertToCss */ "./src/components/PaletteStyleTag/helpers/convertToCss.ts");
|
|
12714
|
+
var useCreateStyleContainer_1 = __webpack_require__(/*! ./hooks/useCreateStyleContainer */ "./src/components/PaletteStyleTag/hooks/useCreateStyleContainer.ts");
|
|
12715
|
+
var codeBlockStyles_1 = __webpack_require__(/*! ./lib/codeBlockStyles */ "./src/components/PaletteStyleTag/lib/codeBlockStyles.ts");
|
|
12716
|
+
var themePalettes_1 = __webpack_require__(/*! ./lib/themePalettes */ "./src/components/PaletteStyleTag/lib/themePalettes.ts");
|
|
12717
|
+
var themes = {
|
|
12718
|
+
light: themePalettes_1.light,
|
|
12719
|
+
dark: themePalettes_1.dark,
|
|
12720
|
+
'high-contrast': themePalettes_1.highContrast,
|
|
12721
|
+
};
|
|
12722
|
+
exports.PaletteStyleTag = (0, react_1.memo)(function PaletteStyleTag(_a) {
|
|
12723
|
+
var _b = _a.theme, theme = _b === void 0 ? 'light' : _b, _c = _a.tagId, tagId = _c === void 0 ? 'main-palette' : _c, _d = _a.prefix, prefix = _d === void 0 ? '--rcx-color' : _d, selector = _a.selector;
|
|
12724
|
+
var palette = (0, convertToCss_1.convertToCss)(themes[theme], prefix, selector);
|
|
12725
|
+
return (react_1.default.createElement(react_1.default.Fragment, null, (0, react_dom_1.createPortal)(theme === 'dark' ? palette + codeBlockStyles_1.codeBlock : palette, (0, useCreateStyleContainer_1.useCreateStyleContainer)(tagId))));
|
|
12726
|
+
});
|
|
12727
|
+
exports["default"] = exports.PaletteStyleTag;
|
|
12728
|
+
|
|
12729
|
+
|
|
12730
|
+
/***/ }),
|
|
12731
|
+
|
|
12732
|
+
/***/ "./src/components/PaletteStyleTag/helpers/convertToCss.ts":
|
|
12733
|
+
/*!****************************************************************!*\
|
|
12734
|
+
!*** ./src/components/PaletteStyleTag/helpers/convertToCss.ts ***!
|
|
12735
|
+
\****************************************************************/
|
|
12736
|
+
/***/ (function(__unused_webpack_module, exports) {
|
|
12737
|
+
|
|
12738
|
+
|
|
12739
|
+
var __read = (this && this.__read) || function (o, n) {
|
|
12740
|
+
var m = typeof Symbol === "function" && o[Symbol.iterator];
|
|
12741
|
+
if (!m) return o;
|
|
12742
|
+
var i = m.call(o), r, ar = [], e;
|
|
12743
|
+
try {
|
|
12744
|
+
while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
|
|
12745
|
+
}
|
|
12746
|
+
catch (error) { e = { error: error }; }
|
|
12747
|
+
finally {
|
|
12748
|
+
try {
|
|
12749
|
+
if (r && !r.done && (m = i["return"])) m.call(i);
|
|
12750
|
+
}
|
|
12751
|
+
finally { if (e) throw e.error; }
|
|
12752
|
+
}
|
|
12753
|
+
return ar;
|
|
12754
|
+
};
|
|
12755
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
12756
|
+
exports.convertToCss = void 0;
|
|
12757
|
+
var convertToCss = function (values, prefix, selector) {
|
|
12758
|
+
if (selector === void 0) { selector = ':root'; }
|
|
12759
|
+
return "".concat(selector, " {\n").concat(Object.entries(values)
|
|
12760
|
+
.map(function (_a) {
|
|
12761
|
+
var _b = __read(_a, 2), name = _b[0], color = _b[1];
|
|
12762
|
+
return "".concat(prefix, "-").concat(name, ": ").concat(color, ";");
|
|
12763
|
+
})
|
|
12764
|
+
.join('\n'), "\n}");
|
|
12765
|
+
};
|
|
12766
|
+
exports.convertToCss = convertToCss;
|
|
12767
|
+
|
|
12768
|
+
|
|
12769
|
+
/***/ }),
|
|
12770
|
+
|
|
12771
|
+
/***/ "./src/components/PaletteStyleTag/helpers/getPalette.ts":
|
|
12772
|
+
/*!**************************************************************!*\
|
|
12773
|
+
!*** ./src/components/PaletteStyleTag/helpers/getPalette.ts ***!
|
|
12774
|
+
\**************************************************************/
|
|
12775
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
12776
|
+
|
|
12777
|
+
|
|
12778
|
+
var __assign = (this && this.__assign) || function () {
|
|
12779
|
+
__assign = Object.assign || function(t) {
|
|
12780
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
12781
|
+
s = arguments[i];
|
|
12782
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
12783
|
+
t[p] = s[p];
|
|
12784
|
+
}
|
|
12785
|
+
return t;
|
|
12786
|
+
};
|
|
12787
|
+
return __assign.apply(this, arguments);
|
|
12788
|
+
};
|
|
12789
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
12790
|
+
exports.getThemePalette = exports.getTokens = void 0;
|
|
12791
|
+
var badge_json_1 = __webpack_require__(/*! @rocket.chat/fuselage-tokens/dist/badge.json */ "../fuselage-tokens/dist/badge.json");
|
|
12792
|
+
var button_json_1 = __webpack_require__(/*! @rocket.chat/fuselage-tokens/dist/button.json */ "../fuselage-tokens/dist/button.json");
|
|
12793
|
+
var font_json_1 = __webpack_require__(/*! @rocket.chat/fuselage-tokens/dist/font.json */ "../fuselage-tokens/dist/font.json");
|
|
12794
|
+
var shadow_json_1 = __webpack_require__(/*! @rocket.chat/fuselage-tokens/dist/shadow.json */ "../fuselage-tokens/dist/shadow.json");
|
|
12795
|
+
var status_json_1 = __webpack_require__(/*! @rocket.chat/fuselage-tokens/dist/status.json */ "../fuselage-tokens/dist/status.json");
|
|
12796
|
+
var statusBullet_json_1 = __webpack_require__(/*! @rocket.chat/fuselage-tokens/dist/statusBullet.json */ "../fuselage-tokens/dist/statusBullet.json");
|
|
12797
|
+
var stroke_json_1 = __webpack_require__(/*! @rocket.chat/fuselage-tokens/dist/stroke.json */ "../fuselage-tokens/dist/stroke.json");
|
|
12798
|
+
var surface_json_1 = __webpack_require__(/*! @rocket.chat/fuselage-tokens/dist/surface.json */ "../fuselage-tokens/dist/surface.json");
|
|
12799
|
+
var getTokens = function (theme) {
|
|
12800
|
+
var tokens = {
|
|
12801
|
+
badge: badge_json_1.badge[theme],
|
|
12802
|
+
button: button_json_1.button[theme],
|
|
12803
|
+
font: font_json_1.font[theme],
|
|
12804
|
+
shadow: shadow_json_1.shadow[theme],
|
|
12805
|
+
status: status_json_1.status[theme],
|
|
12806
|
+
statusBullet: statusBullet_json_1.statusBullet[theme],
|
|
12807
|
+
stroke: stroke_json_1.stroke[theme],
|
|
12808
|
+
surface: surface_json_1.surface[theme],
|
|
12809
|
+
};
|
|
12810
|
+
return tokens;
|
|
12811
|
+
};
|
|
12812
|
+
exports.getTokens = getTokens;
|
|
12813
|
+
var getThemePalette = function (theme) {
|
|
12814
|
+
var _a = (0, exports.getTokens)(theme), badge = _a.badge, button = _a.button, font = _a.font, shadow = _a.shadow, status = _a.status, statusBullet = _a.statusBullet, stroke = _a.stroke, surface = _a.surface;
|
|
12815
|
+
var palette = [
|
|
12816
|
+
{
|
|
12817
|
+
category: 'Stroke',
|
|
12818
|
+
description: "Use as component's outline, stroke, dividers",
|
|
12819
|
+
list: [
|
|
12820
|
+
{ name: 'stroke-extra-light', color: stroke.extraLight },
|
|
12821
|
+
{ name: 'stroke-light', color: stroke.light },
|
|
12822
|
+
{ name: 'stroke-medium', color: stroke.medium },
|
|
12823
|
+
{ name: 'stroke-dark', color: stroke.dark },
|
|
12824
|
+
{ name: 'stroke-extra-dark', color: stroke.extraDark },
|
|
12825
|
+
{
|
|
12826
|
+
name: 'stroke-extra-light-highlight',
|
|
12827
|
+
color: stroke.extraLightHighlight,
|
|
12828
|
+
},
|
|
12829
|
+
{ name: 'stroke-highlight', color: stroke.highlight },
|
|
12830
|
+
{ name: 'stroke-extra-light-error', color: stroke.extraLightError },
|
|
12831
|
+
{ name: 'stroke-error', color: stroke.error },
|
|
12832
|
+
],
|
|
12833
|
+
},
|
|
12834
|
+
{
|
|
12835
|
+
category: 'Surface',
|
|
12836
|
+
description: 'Use as a container on top of the background',
|
|
12837
|
+
list: [
|
|
12838
|
+
{ name: 'surface-light', color: surface.light },
|
|
12839
|
+
{ name: 'surface-tint', color: surface.tint },
|
|
12840
|
+
{ name: 'surface-room', color: surface.room },
|
|
12841
|
+
{ name: 'surface-neutral', color: surface.neutral },
|
|
12842
|
+
{ name: 'surface-disabled', color: surface.disabled },
|
|
12843
|
+
{ name: 'surface-hover', color: surface.hover },
|
|
12844
|
+
{ name: 'surface-selected', color: surface.selected },
|
|
12845
|
+
{ name: 'surface-dark', color: surface.dark },
|
|
12846
|
+
{ name: 'surface-featured', color: surface.featured },
|
|
12847
|
+
{ name: 'surface-featured-hover', color: surface.featuredHover },
|
|
12848
|
+
{ name: 'surface-overlay', color: surface.overlay },
|
|
12849
|
+
{ name: 'surface-sidebar', color: surface.sidebar },
|
|
12850
|
+
],
|
|
12851
|
+
},
|
|
12852
|
+
{
|
|
12853
|
+
category: 'Shadow',
|
|
12854
|
+
description: 'Use as a shadow color',
|
|
12855
|
+
list: [
|
|
12856
|
+
{ name: 'shadow-highlight', color: shadow.highlight },
|
|
12857
|
+
{ name: 'shadow-danger', color: shadow.danger },
|
|
12858
|
+
{ name: 'shadow-elevation-border', color: shadow['elevation-border'] },
|
|
12859
|
+
{ name: 'shadow-elevation-1', color: shadow['elevation-1'] },
|
|
12860
|
+
{
|
|
12861
|
+
name: 'shadow-elevation-2x',
|
|
12862
|
+
color: shadow['elevation-2x'],
|
|
12863
|
+
},
|
|
12864
|
+
{
|
|
12865
|
+
name: 'shadow-elevation-2y',
|
|
12866
|
+
color: shadow['elevation-2y'],
|
|
12867
|
+
},
|
|
12868
|
+
],
|
|
12869
|
+
},
|
|
12870
|
+
{
|
|
12871
|
+
category: 'Font',
|
|
12872
|
+
description: 'These should be applied according to surfaces',
|
|
12873
|
+
list: [
|
|
12874
|
+
{ name: 'font-white', color: font.white },
|
|
12875
|
+
{ name: 'font-disabled', color: font.disabled },
|
|
12876
|
+
{ name: 'font-annotation', color: font.annotation },
|
|
12877
|
+
{ name: 'font-hint', color: font.hint },
|
|
12878
|
+
{ name: 'font-secondary-info', color: font.secondaryInfo },
|
|
12879
|
+
{ name: 'font-default', color: font.default },
|
|
12880
|
+
{ name: 'font-titles-labels', color: font.titlesLabels },
|
|
12881
|
+
{ name: 'font-info', color: font.info },
|
|
12882
|
+
{ name: 'font-danger', color: font.danger },
|
|
12883
|
+
{ name: 'font-pure-black', color: font.pureBlack },
|
|
12884
|
+
{ name: 'font-pure-white', color: font.pureWhite },
|
|
12885
|
+
],
|
|
12886
|
+
},
|
|
12887
|
+
{
|
|
12888
|
+
category: 'Status',
|
|
12889
|
+
description: 'Status Background',
|
|
12890
|
+
list: [
|
|
12891
|
+
{ name: 'status-background-info', color: status.info },
|
|
12892
|
+
{ name: 'status-background-success', color: status.success },
|
|
12893
|
+
{ name: 'status-background-danger', color: status.danger },
|
|
12894
|
+
{ name: 'status-background-warning', color: status.warning },
|
|
12895
|
+
{ name: 'status-background-warning-2', color: status['warning-2'] },
|
|
12896
|
+
{
|
|
12897
|
+
name: 'status-background-service-1',
|
|
12898
|
+
color: status['service-1'],
|
|
12899
|
+
},
|
|
12900
|
+
{
|
|
12901
|
+
name: 'status-background-service-2',
|
|
12902
|
+
color: status['service-2'],
|
|
12903
|
+
},
|
|
12904
|
+
{
|
|
12905
|
+
name: 'status-background-service-3',
|
|
12906
|
+
color: status['service-3'],
|
|
12907
|
+
},
|
|
12908
|
+
],
|
|
12909
|
+
},
|
|
12910
|
+
{
|
|
12911
|
+
description: 'Status Font',
|
|
12912
|
+
list: [
|
|
12913
|
+
{ name: 'status-font-on-info', color: status['font-on-info'] },
|
|
12914
|
+
{ name: 'status-font-on-success', color: status['font-on-success'] },
|
|
12915
|
+
{ name: 'status-font-on-danger', color: status['font-on-danger'] },
|
|
12916
|
+
{ name: 'status-font-on-warning', color: status['font-on-warning'] },
|
|
12917
|
+
{
|
|
12918
|
+
name: 'status-font-on-warning-2',
|
|
12919
|
+
color: status['font-on-warning-2'],
|
|
12920
|
+
},
|
|
12921
|
+
{
|
|
12922
|
+
name: 'status-font-on-service-1',
|
|
12923
|
+
color: status['font-on-service-1'],
|
|
12924
|
+
},
|
|
12925
|
+
{
|
|
12926
|
+
name: 'status-font-on-service-2 ',
|
|
12927
|
+
color: status['font-on-service-2'],
|
|
12928
|
+
},
|
|
12929
|
+
{
|
|
12930
|
+
name: 'status-font-on-service-3 ',
|
|
12931
|
+
color: status['font-on-service-3'],
|
|
12932
|
+
},
|
|
12933
|
+
],
|
|
12934
|
+
},
|
|
12935
|
+
{
|
|
12936
|
+
category: 'Badge',
|
|
12937
|
+
description: 'Badge Background',
|
|
12938
|
+
list: [
|
|
12939
|
+
{ name: 'badge-background-level-0', color: badge['level-0'] },
|
|
12940
|
+
{ name: 'badge-background-level-1', color: badge['level-1'] },
|
|
12941
|
+
{ name: 'badge-background-level-2', color: badge['level-2'] },
|
|
12942
|
+
{ name: 'badge-background-level-3', color: badge['level-3'] },
|
|
12943
|
+
{ name: 'badge-background-level-4', color: badge['level-4'] },
|
|
12944
|
+
],
|
|
12945
|
+
},
|
|
12946
|
+
{
|
|
12947
|
+
category: 'Status Bullet',
|
|
12948
|
+
description: 'Used to show user status',
|
|
12949
|
+
list: [
|
|
12950
|
+
{ name: 'status-bullet-online', color: statusBullet.online },
|
|
12951
|
+
{ name: 'status-bullet-away', color: statusBullet.away },
|
|
12952
|
+
{ name: 'status-bullet-busy', color: statusBullet.busy },
|
|
12953
|
+
{ name: 'status-bullet-disabled', color: statusBullet.disabled },
|
|
12954
|
+
{ name: 'status-bullet-offline', color: statusBullet.offline },
|
|
12955
|
+
{ name: 'status-bullet-loading', color: statusBullet.loading },
|
|
12956
|
+
],
|
|
12957
|
+
},
|
|
12958
|
+
{
|
|
12959
|
+
category: 'Button',
|
|
12960
|
+
description: 'Primary Background',
|
|
12961
|
+
list: [
|
|
12962
|
+
{
|
|
12963
|
+
name: 'button-background-primary-default',
|
|
12964
|
+
color: button.backgroundPrimaryDefault,
|
|
12965
|
+
},
|
|
12966
|
+
{
|
|
12967
|
+
name: 'button-background-primary-hover',
|
|
12968
|
+
color: button.backgroundPrimaryHover,
|
|
12969
|
+
},
|
|
12970
|
+
{
|
|
12971
|
+
name: 'button-background-primary-press',
|
|
12972
|
+
color: button.backgroundPrimaryPress,
|
|
12973
|
+
},
|
|
12974
|
+
{
|
|
12975
|
+
name: 'button-background-primary-focus',
|
|
12976
|
+
color: button.backgroundPrimaryFocus,
|
|
12977
|
+
},
|
|
12978
|
+
{
|
|
12979
|
+
name: 'button-background-primary-keyfocus',
|
|
12980
|
+
color: button.backgroundPrimaryKeyfocus,
|
|
12981
|
+
},
|
|
12982
|
+
{
|
|
12983
|
+
name: 'button-background-primary-disabled',
|
|
12984
|
+
color: button.backgroundPrimaryDisabled,
|
|
12985
|
+
},
|
|
12986
|
+
],
|
|
12987
|
+
},
|
|
12988
|
+
{
|
|
12989
|
+
description: 'Secondary Background',
|
|
12990
|
+
list: [
|
|
12991
|
+
{
|
|
12992
|
+
name: 'button-background-secondary-default',
|
|
12993
|
+
color: button.backgroundSecondaryDefault,
|
|
12994
|
+
},
|
|
12995
|
+
{
|
|
12996
|
+
name: 'button-background-secondary-hover',
|
|
12997
|
+
color: button.backgroundSecondaryHover,
|
|
12998
|
+
},
|
|
12999
|
+
{
|
|
13000
|
+
name: 'button-background-secondary-press',
|
|
13001
|
+
color: button.backgroundSecondaryPress,
|
|
13002
|
+
},
|
|
13003
|
+
{
|
|
13004
|
+
name: 'button-background-secondary-focus',
|
|
13005
|
+
color: button.backgroundSecondaryFocus,
|
|
13006
|
+
},
|
|
13007
|
+
{
|
|
13008
|
+
name: 'button-background-secondary-keyfocus',
|
|
13009
|
+
color: button.backgroundSecondaryKeyfocus,
|
|
13010
|
+
},
|
|
13011
|
+
{
|
|
13012
|
+
name: 'button-background-secondary-disabled',
|
|
13013
|
+
color: button.backgroundSecondaryDisabled,
|
|
13014
|
+
},
|
|
13015
|
+
],
|
|
13016
|
+
},
|
|
13017
|
+
{
|
|
13018
|
+
description: 'Secondary Danger Background',
|
|
13019
|
+
list: [
|
|
13020
|
+
{
|
|
13021
|
+
name: 'button-background-secondary-danger-default',
|
|
13022
|
+
color: button.backgroundSecondaryDangerDefault,
|
|
13023
|
+
},
|
|
13024
|
+
{
|
|
13025
|
+
name: 'button-background-secondary-danger-hover',
|
|
13026
|
+
color: button.backgroundSecondaryDangerHover,
|
|
13027
|
+
},
|
|
13028
|
+
{
|
|
13029
|
+
name: 'button-background-secondary-danger-press',
|
|
13030
|
+
color: button.backgroundSecondaryDangerPress,
|
|
13031
|
+
},
|
|
13032
|
+
{
|
|
13033
|
+
name: 'button-background-secondary-danger-focus',
|
|
13034
|
+
color: button.backgroundSecondaryDangerFocus,
|
|
13035
|
+
},
|
|
13036
|
+
{
|
|
13037
|
+
name: 'button-background-secondary-danger-keyfocus',
|
|
13038
|
+
color: button.backgroundSecondaryDangerKeyfocus,
|
|
13039
|
+
},
|
|
13040
|
+
{
|
|
13041
|
+
name: 'button-background-secondary-danger-disabled',
|
|
13042
|
+
color: button.backgroundDangerDisabled,
|
|
13043
|
+
},
|
|
13044
|
+
],
|
|
13045
|
+
},
|
|
13046
|
+
{
|
|
13047
|
+
description: 'Danger Background',
|
|
13048
|
+
list: [
|
|
13049
|
+
{
|
|
13050
|
+
name: 'button-background-danger-default',
|
|
13051
|
+
color: button.backgroundDangerDefault,
|
|
13052
|
+
},
|
|
13053
|
+
{
|
|
13054
|
+
name: 'button-background-danger-hover',
|
|
13055
|
+
color: button.backgroundDangerHover,
|
|
13056
|
+
},
|
|
13057
|
+
{
|
|
13058
|
+
name: 'button-background-danger-press',
|
|
13059
|
+
color: button.backgroundDangerPress,
|
|
13060
|
+
},
|
|
13061
|
+
{
|
|
13062
|
+
name: 'button-background-danger-focus',
|
|
13063
|
+
color: button.backgroundDangerFocus,
|
|
13064
|
+
},
|
|
13065
|
+
{
|
|
13066
|
+
name: 'button-background-danger-keyfocus',
|
|
13067
|
+
color: button.backgroundDangerKeyfocus,
|
|
13068
|
+
},
|
|
13069
|
+
{
|
|
13070
|
+
name: 'button-background-danger-disabled',
|
|
13071
|
+
color: button.backgroundDangerDisabled,
|
|
13072
|
+
},
|
|
13073
|
+
],
|
|
13074
|
+
},
|
|
13075
|
+
{
|
|
13076
|
+
description: 'Success Background',
|
|
13077
|
+
list: [
|
|
13078
|
+
{
|
|
13079
|
+
name: 'button-background-success-default',
|
|
13080
|
+
color: button.backgroundSuccessDefault,
|
|
13081
|
+
},
|
|
13082
|
+
{
|
|
13083
|
+
name: 'button-background-success-hover',
|
|
13084
|
+
color: button.backgroundSuccessHover,
|
|
13085
|
+
},
|
|
13086
|
+
{
|
|
13087
|
+
name: 'button-background-success-press',
|
|
13088
|
+
color: button.backgroundSuccessPress,
|
|
13089
|
+
},
|
|
13090
|
+
{
|
|
13091
|
+
name: 'button-background-success-focus',
|
|
13092
|
+
color: button.backgroundSuccessFocus,
|
|
13093
|
+
},
|
|
13094
|
+
{
|
|
13095
|
+
name: 'button-background-success-keyfocus',
|
|
13096
|
+
color: button.backgroundSuccessKeyfocus,
|
|
13097
|
+
},
|
|
13098
|
+
{
|
|
13099
|
+
name: 'button-background-success-disabled',
|
|
13100
|
+
color: button.backgroundSuccessDisabled,
|
|
13101
|
+
},
|
|
13102
|
+
],
|
|
13103
|
+
},
|
|
13104
|
+
{
|
|
13105
|
+
description: 'Font',
|
|
13106
|
+
list: [
|
|
13107
|
+
{ name: 'button-font-on-primary', color: button.fontOnPrimary },
|
|
13108
|
+
{
|
|
13109
|
+
name: 'button-font-on-primary-disabled',
|
|
13110
|
+
color: button.fontOnPrimaryDisabled,
|
|
13111
|
+
},
|
|
13112
|
+
{
|
|
13113
|
+
name: 'button-font-on-secondary',
|
|
13114
|
+
color: button.fontOnSecondary,
|
|
13115
|
+
},
|
|
13116
|
+
{
|
|
13117
|
+
name: 'button-font-on-secondary-disabled',
|
|
13118
|
+
color: button.fontOnSecondaryDisabled,
|
|
13119
|
+
},
|
|
13120
|
+
{
|
|
13121
|
+
name: 'button-font-on-secondary-danger',
|
|
13122
|
+
color: button.fontOnSecondaryDanger,
|
|
13123
|
+
},
|
|
13124
|
+
{
|
|
13125
|
+
name: 'button-font-on-secondary-danger-disabled',
|
|
13126
|
+
color: button.onSecondaryDangerDisabled,
|
|
13127
|
+
},
|
|
13128
|
+
{ name: 'button-font-on-danger', color: button.fontOnDanger },
|
|
13129
|
+
{
|
|
13130
|
+
name: 'button-font-on-danger-disabled',
|
|
13131
|
+
color: button.fontOnDangerDisabled,
|
|
13132
|
+
},
|
|
13133
|
+
{ name: 'button-font-on-success', color: button.fontOnSuccess },
|
|
13134
|
+
{
|
|
13135
|
+
name: 'button-font-on-success-disabled',
|
|
13136
|
+
color: button.fontOnSuccessDisabled,
|
|
13137
|
+
},
|
|
13138
|
+
],
|
|
13139
|
+
},
|
|
13140
|
+
];
|
|
13141
|
+
return __assign({}, palette.reduce(function (rec, group) { return (__assign(__assign({}, rec), group.list.reduce(function (rec, item) {
|
|
13142
|
+
var _a;
|
|
13143
|
+
return (__assign(__assign({}, rec), (_a = {}, _a[item.name] = item.color, _a)));
|
|
13144
|
+
}, {}))); }, {}));
|
|
13145
|
+
};
|
|
13146
|
+
exports.getThemePalette = getThemePalette;
|
|
13147
|
+
|
|
13148
|
+
|
|
13149
|
+
/***/ }),
|
|
13150
|
+
|
|
13151
|
+
/***/ "./src/components/PaletteStyleTag/hooks/useCreateStyleContainer.ts":
|
|
13152
|
+
/*!*************************************************************************!*\
|
|
13153
|
+
!*** ./src/components/PaletteStyleTag/hooks/useCreateStyleContainer.ts ***!
|
|
13154
|
+
\*************************************************************************/
|
|
13155
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
13156
|
+
|
|
13157
|
+
|
|
13158
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
13159
|
+
exports.useCreateStyleContainer = void 0;
|
|
13160
|
+
var react_1 = __webpack_require__(/*! react */ "react");
|
|
13161
|
+
var useCreateStyleContainer = function (id) {
|
|
13162
|
+
return (0, react_1.useMemo)(function () {
|
|
13163
|
+
var refElement = document.getElementById('rcx-styles') || document.head.lastChild;
|
|
13164
|
+
var el = document.getElementById(id);
|
|
13165
|
+
if (el) {
|
|
13166
|
+
return el;
|
|
13167
|
+
}
|
|
13168
|
+
var styleElement = document.createElement('style');
|
|
13169
|
+
styleElement.setAttribute('id', id);
|
|
13170
|
+
document.head.insertBefore(styleElement, refElement);
|
|
13171
|
+
document.head.appendChild(document.createElement('style'));
|
|
13172
|
+
return styleElement;
|
|
13173
|
+
}, [id]);
|
|
13174
|
+
};
|
|
13175
|
+
exports.useCreateStyleContainer = useCreateStyleContainer;
|
|
13176
|
+
|
|
13177
|
+
|
|
13178
|
+
/***/ }),
|
|
13179
|
+
|
|
13180
|
+
/***/ "./src/components/PaletteStyleTag/index.ts":
|
|
13181
|
+
/*!*************************************************!*\
|
|
13182
|
+
!*** ./src/components/PaletteStyleTag/index.ts ***!
|
|
13183
|
+
\*************************************************/
|
|
13184
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
13185
|
+
|
|
13186
|
+
|
|
13187
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
13188
|
+
if (k2 === undefined) k2 = k;
|
|
13189
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
13190
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
13191
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
13192
|
+
}
|
|
13193
|
+
Object.defineProperty(o, k2, desc);
|
|
13194
|
+
}) : (function(o, m, k, k2) {
|
|
13195
|
+
if (k2 === undefined) k2 = k;
|
|
13196
|
+
o[k2] = m[k];
|
|
13197
|
+
}));
|
|
13198
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
13199
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
13200
|
+
};
|
|
13201
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
13202
|
+
__exportStar(__webpack_require__(/*! ./PaletteStyleTag */ "./src/components/PaletteStyleTag/PaletteStyleTag.tsx"), exports);
|
|
13203
|
+
|
|
13204
|
+
|
|
13205
|
+
/***/ }),
|
|
13206
|
+
|
|
13207
|
+
/***/ "./src/components/PaletteStyleTag/lib/codeBlockStyles.ts":
|
|
13208
|
+
/*!***************************************************************!*\
|
|
13209
|
+
!*** ./src/components/PaletteStyleTag/lib/codeBlockStyles.ts ***!
|
|
13210
|
+
\***************************************************************/
|
|
13211
|
+
/***/ (function(__unused_webpack_module, exports) {
|
|
13212
|
+
|
|
13213
|
+
|
|
13214
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
13215
|
+
exports.codeBlock = void 0;
|
|
13216
|
+
exports.codeBlock = "pre code.hljs {\n\tdisplay: block;\n\toverflow-x: auto;\n\tpadding: 1em;\n}\ncode.hljs {\n\tpadding: 3px 5px;\n}\n.hljs {\n\tbackground: #1d1f21;\n\tcolor: #c5c8c6;\n}\n.hljs span::selection,\n.hljs::selection {\n\tbackground: #373b41;\n}\n.hljs span::-moz-selection,\n.hljs::-moz-selection {\n\tbackground: #373b41;\n}\n.hljs-name,\n.hljs-title {\n\tcolor: #f0c674;\n}\n.hljs-comment,\n.hljs-meta,\n.hljs-meta .hljs-keyword {\n\tcolor: #707880;\n}\n.hljs-deletion,\n.hljs-link,\n.hljs-literal,\n.hljs-number,\n.hljs-symbol {\n\tcolor: #c66;\n}\n.hljs-addition,\n.hljs-doctag,\n.hljs-regexp,\n.hljs-selector-attr,\n.hljs-selector-pseudo,\n.hljs-string {\n\tcolor: #b5bd68;\n}\n.hljs-attribute,\n.hljs-code,\n.hljs-selector-id {\n\tcolor: #b294bb;\n}\n.hljs-bullet,\n.hljs-keyword,\n.hljs-selector-tag,\n.hljs-tag {\n\tcolor: #81a2be;\n}\n.hljs-subst,\n.hljs-template-tag,\n.hljs-template-variable,\n.hljs-variable {\n\tcolor: #8abeb7;\n}\n.hljs-built_in,\n.hljs-quote,\n.hljs-section,\n.hljs-selector-class,\n.hljs-type {\n\tcolor: #de935f;\n}\n.hljs-emphasis {\n\tfont-style: italic;\n}\n.hljs-strong {\n\tfont-weight: 700;\n}";
|
|
13217
|
+
|
|
13218
|
+
|
|
13219
|
+
/***/ }),
|
|
13220
|
+
|
|
13221
|
+
/***/ "./src/components/PaletteStyleTag/lib/themePalettes.ts":
|
|
13222
|
+
/*!*************************************************************!*\
|
|
13223
|
+
!*** ./src/components/PaletteStyleTag/lib/themePalettes.ts ***!
|
|
13224
|
+
\*************************************************************/
|
|
13225
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
13226
|
+
|
|
13227
|
+
|
|
13228
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
13229
|
+
exports.dark = exports.highContrast = exports.light = void 0;
|
|
13230
|
+
var getPalette_1 = __webpack_require__(/*! ../helpers/getPalette */ "./src/components/PaletteStyleTag/helpers/getPalette.ts");
|
|
13231
|
+
exports.light = (0, getPalette_1.getThemePalette)('light');
|
|
13232
|
+
exports.highContrast = (0, getPalette_1.getThemePalette)('high-contrast');
|
|
13233
|
+
exports.dark = (0, getPalette_1.getThemePalette)('dark');
|
|
13234
|
+
|
|
13235
|
+
|
|
12677
13236
|
/***/ }),
|
|
12678
13237
|
|
|
12679
13238
|
/***/ "./src/components/PasswordInput/PasswordInput.tsx":
|
|
@@ -17785,6 +18344,7 @@ var Option_1 = __webpack_require__(/*! ./Option */ "./src/components/Option/inde
|
|
|
17785
18344
|
Object.defineProperty(exports, "Option", ({ enumerable: true, get: function () { return __importDefault(Option_1).default; } }));
|
|
17786
18345
|
__exportStar(__webpack_require__(/*! ./Option */ "./src/components/Option/index.tsx"), exports);
|
|
17787
18346
|
__exportStar(__webpack_require__(/*! ./Pagination */ "./src/components/Pagination/index.ts"), exports);
|
|
18347
|
+
__exportStar(__webpack_require__(/*! ./PaletteStyleTag */ "./src/components/PaletteStyleTag/index.ts"), exports);
|
|
17788
18348
|
var PasswordInput_1 = __webpack_require__(/*! ./PasswordInput */ "./src/components/PasswordInput/index.ts");
|
|
17789
18349
|
Object.defineProperty(exports, "PasswordInput", ({ enumerable: true, get: function () { return __importDefault(PasswordInput_1).default; } }));
|
|
17790
18350
|
__exportStar(__webpack_require__(/*! ./StatusBullet */ "./src/components/StatusBullet/index.tsx"), exports);
|
|
@@ -18780,6 +19340,86 @@ module.exports = JSON.parse('{"white":"#FFFFFF","n100":"#F7F8FA","n200":"#F2F3F5
|
|
|
18780
19340
|
|
|
18781
19341
|
/***/ }),
|
|
18782
19342
|
|
|
19343
|
+
/***/ "../fuselage-tokens/dist/badge.json":
|
|
19344
|
+
/*!******************************************!*\
|
|
19345
|
+
!*** ../fuselage-tokens/dist/badge.json ***!
|
|
19346
|
+
\******************************************/
|
|
19347
|
+
/***/ (function(module) {
|
|
19348
|
+
|
|
19349
|
+
module.exports = JSON.parse('{"badge":{"light":{"level-0":"#E4E7EA","level-1":"#6C737A","level-2":"#156FF5","level-3":"#F38C39","level-4":"#EC0D2A"},"high-contrast":{"level-0":"#E4E7EA","level-1":"#2F343D","level-2":"#10529E","level-3":"#713607","level-4":"#9B1325"},"dark":{"level-0":"#404754","level-1":"#484C51","level-2":"#2C65BA","level-3":"#955828","level-4":"#B43C4C"}}}');
|
|
19350
|
+
|
|
19351
|
+
/***/ }),
|
|
19352
|
+
|
|
19353
|
+
/***/ "../fuselage-tokens/dist/button.json":
|
|
19354
|
+
/*!*******************************************!*\
|
|
19355
|
+
!*** ../fuselage-tokens/dist/button.json ***!
|
|
19356
|
+
\*******************************************/
|
|
19357
|
+
/***/ (function(module) {
|
|
19358
|
+
|
|
19359
|
+
module.exports = JSON.parse('{"button":{"light":{"backgroundPrimaryDefault":"#156FF5","backgroundPrimaryHover":"#095AD2","backgroundPrimaryPress":"#10529E","backgroundPrimaryFocus":"#156FF5","backgroundPrimaryKeyfocus":"#156FF5","backgroundPrimaryDisabled":"#D1EBFE","fontOnPrimary":"#ffffff","fontOnPrimaryDisabled":"#ffffff","backgroundSecondaryDefault":"#E4E7EA","backgroundSecondaryHover":"#CBCED1","backgroundSecondaryPress":"#9EA2A8","backgroundSecondaryFocus":"#E4E7EA","backgroundSecondaryKeyfocus":"#E4E7EA","backgroundSecondaryDisabled":"#EBECEF","fontOnSecondary":"#1F2329","fontOnSecondaryDisabled":"#CBCED1","backgroundSecondaryDangerDefault":"#E4E7EA","backgroundSecondaryDangerHover":"#CBCED1","backgroundSecondaryDangerPress":"#9EA2A8","backgroundSecondaryDangerFocus":"#E4E7EA","backgroundSecondaryDangerKeyfocus":"#E4E7EA","backgroundSecondaryDangerDisabled":"#EBECEF","fontOnSecondaryDanger":"#BB0B21","onSecondaryDangerDisabled":"#F98F9D","backgroundDangerDefault":"#EC0D2A","backgroundDangerHover":"#D40C26","backgroundDangerPress":"#BB0B21","backgroundDangerFocus":"#EC0D2A","backgroundDangerKeyfocus":"#EC0D2A","backgroundDangerDisabled":"#FFC1C9","fontOnDanger":"#ffffff","fontOnDangerDisabled":"#ffffff","backgroundSuccessDefault":"#2DE0A5","backgroundSuccessHover":"#1ECB92","backgroundSuccessPress":"#19AC7C","backgroundSuccessFocus":"#2DE0A5","backgroundSuccessKeyfocus":"#2DE0A5","backgroundSuccessDisabled":"#C0F6E4","fontOnSuccess":"#1F2329","fontOnSuccessDisabled":"#ffffff"},"high-contrast":{"backgroundPrimaryDefault":"#10529E","backgroundPrimaryHover":"#01336B","backgroundPrimaryPress":"#012247","backgroundPrimaryFocus":"#10529E","backgroundPrimaryKeyfocus":"#10529E","backgroundPrimaryDisabled":"#D1EBFE","fontOnPrimary":"#ffffff","fontOnPrimaryDisabled":"#ffffff","backgroundSecondaryDefault":"#E4E7EA","backgroundSecondaryHover":"#CBCED1","backgroundSecondaryPress":"#9EA2A8","backgroundSecondaryFocus":"#E4E7EA","backgroundSecondaryKeyfocus":"#E4E7EA","backgroundSecondaryDisabled":"#EBECEF","fontOnSecondary":"#1F2329","fontOnSecondaryDisabled":"#CBCED1","backgroundSecondaryDangerDefault":"#E4E7EA","backgroundSecondaryDangerHover":"#CBCED1","backgroundSecondaryDangerPress":"#9EA2A8","backgroundSecondaryDangerFocus":"#E4E7EA","backgroundSecondaryDangerKeyfocus":"#E4E7EA","backgroundSecondaryDangerDisabled":"#EBECEF","fontOnSecondaryDanger":"#8B0719","onSecondaryDangerDisabled":"#F98F9D","backgroundDangerDefault":"#9B1325","backgroundDangerHover":"#8B0719","backgroundDangerPress":"#8B0719","backgroundDangerFocus":"#9B1325","backgroundDangerKeyfocus":"#9B1325","backgroundDangerDisabled":"#FFC1C9","fontOnDanger":"#ffffff","fontOnDangerDisabled":"#ffffff","backgroundSuccessDefault":"#2DE0A5","backgroundSuccessHover":"#1ECB92","backgroundSuccessPress":"#19AC7C","backgroundSuccessFocus":"#2DE0A5","backgroundSuccessKeyfocus":"#2DE0A5","backgroundSuccessDisabled":"#C0F6E4","fontOnSuccess":"#1F2329","fontOnSuccessDisabled":"#ffffff"},"dark":{"backgroundPrimaryDefault":"#095AD2","backgroundPrimaryHover":"#10529E","backgroundPrimaryPress":"#01336B","backgroundPrimaryFocus":"#095AD2","backgroundPrimaryKeyfocus":"#095AD2","backgroundPrimaryDisabled":"#012247","fontOnPrimary":"#FFFFFF","fontOnPrimaryDisabled":"#6C727A","backgroundSecondaryDefault":"#353B45","backgroundSecondaryHover":"#404754","backgroundSecondaryPress":"#4C5362","backgroundSecondaryFocus":"#353B45","backgroundSecondaryKeyfocus":"#353B45","backgroundSecondaryDisabled":"#353B45","fontOnSecondary":"#E4E7EA","fontOnSecondaryDisabled":"#6C727A","backgroundSecondaryDangerDefault":"#353B45","backgroundSecondaryDangerHover":"#404754","backgroundSecondaryDangerPress":"#4C5362","backgroundSecondaryDangerFocus":"#353B45","backgroundSecondaryDangerKeyfocus":"#353B45","backgroundSecondaryDangerDisabled":"#353B45","fontOnSecondaryDanger":"#FFC1C9","onSecondaryDangerDisabled":"#6B0513","backgroundDangerDefault":"#BB3E4E","backgroundDangerHover":"#95323F","backgroundDangerPress":"#822C37","backgroundDangerFocus":"#BB3E4E","backgroundDangerKeyfocus":"#BB3E4E","backgroundDangerDisabled":"#3D2126","fontOnDanger":"#FFFFFF","fontOnDangerDisabled":"#757575","backgroundSuccessDefault":"#1D7256","backgroundSuccessHover":"#175943","backgroundSuccessPress":"#134937","backgroundSuccessFocus":"#1D7256","backgroundSuccessKeyfocus":"#1D7256","backgroundSuccessDisabled":"#1E4B40","fontOnSuccess":"#FFFFFF","fontOnSuccessDisabled":"#757575"}}}');
|
|
19360
|
+
|
|
19361
|
+
/***/ }),
|
|
19362
|
+
|
|
19363
|
+
/***/ "../fuselage-tokens/dist/font.json":
|
|
19364
|
+
/*!*****************************************!*\
|
|
19365
|
+
!*** ../fuselage-tokens/dist/font.json ***!
|
|
19366
|
+
\*****************************************/
|
|
19367
|
+
/***/ (function(module) {
|
|
19368
|
+
|
|
19369
|
+
module.exports = JSON.parse('{"font":{"light":{"white":"#ffffff","disabled":"#CBCED1","annotation":"#9EA2A8","hint":"#6C737A","secondaryInfo":"#6C737A","default":"#2F343D","titlesLabels":"#1F2329","info":"#095AD2","danger":"#D40C26","pureWhite":"#ffffff","pureBlack":"#2F343D"},"high-contrast":{"white":"#ffffff","disabled":"#CBCED1","annotation":"#1F2329","hint":"#1F2329","secondaryInfo":"#1F2329","default":"#1F2329","titlesLabels":"#1F2329","info":"#01336B","danger":"#9B1325","pureWhite":"#ffffff","pureBlack":"#1F2329"},"dark":{"white":"#2F343D","disabled":"#60646C","annotation":"#9EA2A8","hint":"#9EA2A8","secondaryInfo":"#9EA2A8","default":"#C1C7D0","titlesLabels":"#F2F3F5","info":"#739EDE","danger":"#D88892","pureWhite":"#ffffff","pureBlack":"#1F2329"}}}');
|
|
19370
|
+
|
|
19371
|
+
/***/ }),
|
|
19372
|
+
|
|
19373
|
+
/***/ "../fuselage-tokens/dist/shadow.json":
|
|
19374
|
+
/*!*******************************************!*\
|
|
19375
|
+
!*** ../fuselage-tokens/dist/shadow.json ***!
|
|
19376
|
+
\*******************************************/
|
|
19377
|
+
/***/ (function(module) {
|
|
19378
|
+
|
|
19379
|
+
module.exports = JSON.parse('{"shadow":{"light":{"highlight":"#D1EBFE","danger":"#FFE9EC","elevation-border":"#EBECEF","elevation-1":"rgba(47, 52, 61, 0.1)","elevation-2x":"rgba(47, 52, 61, 0.08)","elevation-2y":"rgba(47, 52, 61, 0.12)"},"high-contrast":{"highlight":"#D1EBFE","danger":"#FFE9EC","elevation-border":"#EBECEF","elevation-1":"rgba(47, 52, 61, 0.1)","elevation-2x":"rgba(47, 52, 61, 0.08)","elevation-2y":"rgba(47, 52, 61, 0.12)"},"dark":{"highlight":"#D1EBFE","danger":"#FFE9EC","elevation-border":"#2F343D","elevation-1":"rgba(9, 9, 9, 0.35)","elevation-2x":"rgba(9, 9, 9, 0.3)","elevation-2y":"rgba(9, 9, 9, 0.45)"}}}');
|
|
19380
|
+
|
|
19381
|
+
/***/ }),
|
|
19382
|
+
|
|
19383
|
+
/***/ "../fuselage-tokens/dist/status.json":
|
|
19384
|
+
/*!*******************************************!*\
|
|
19385
|
+
!*** ../fuselage-tokens/dist/status.json ***!
|
|
19386
|
+
\*******************************************/
|
|
19387
|
+
/***/ (function(module) {
|
|
19388
|
+
|
|
19389
|
+
module.exports = JSON.parse('{"status":{"light":{"info":"#D1EBFE","font-on-info":"#095AD2","success":"#C0F6E4","font-on-success":"#148660","danger":"#FFC1C9","font-on-danger":"#9B1325","warning":"#FFECAD","font-on-warning":"#8E6300","warning-2":"#FFF8E0","font-on-warning-2":"#2F343D","service-1":"#FAD1B0","font-on-service-1":"#974809","service-2":"#EDD0F7","font-on-service-2":"#7F1B9F","service-3":"#5F1477","font-on-service-3":"#ffffff"},"high-contrast":{"info":"#D1EBFE","font-on-info":"#10529E","success":"#C0F6E4","font-on-success":"#0D5940","danger":"#FFC1C9","font-on-danger":"#6B0513","warning":"#FFECAD","font-on-warning":"#573D00","warning-2":"#FFF8E0","font-on-warning-2":"#2F343D","service-1":"#FAD1B0","font-on-service-1":"#5B2C06","service-2":"#EDD0F7","font-on-service-2":"#7F1B9F","service-3":"#5F1477","font-on-service-3":"#ffffff"},"dark":{"info":"#A8C3EB","font-on-info":"#739EDE","success":"#C1EBDD","font-on-success":"#58AD90","danger":"#F7CFD4","font-on-danger":"#D88892","warning":"#FEEFBE","font-on-warning":"#C7AA66","warning-2":"#3C3625","font-on-warning-2":"#FFFFFF","service-1":"#FCE3CF","font-on-service-1":"#CA9163","service-2":"#EDD0F7","font-on-service-2":"#C393D2","service-3":"#5F1477","font-on-service-3":"#FFFFFF"}},"statusBullet":{"light":{"online":"#148660","away":"#AC892F","busy":"#D40C26","disabled":"#F38C39","offline":"#6C737A","loading":"#6C737A"},"high-contrast":{"online":"#0D5940","away":"#AC892F","busy":"#6B0513","disabled":"#BD5A0B","offline":"#1F2329","loading":"#1F2329"},"dark":{"online":"#1CBF89","away":"#B08C30","busy":"#C75765","disabled":"#CC7F42","offline":"#8B9098","loading":"#8B9098"}}}');
|
|
19390
|
+
|
|
19391
|
+
/***/ }),
|
|
19392
|
+
|
|
19393
|
+
/***/ "../fuselage-tokens/dist/statusBullet.json":
|
|
19394
|
+
/*!*************************************************!*\
|
|
19395
|
+
!*** ../fuselage-tokens/dist/statusBullet.json ***!
|
|
19396
|
+
\*************************************************/
|
|
19397
|
+
/***/ (function(module) {
|
|
19398
|
+
|
|
19399
|
+
module.exports = JSON.parse('{"statusBullet":{"light":{"online":"#148660","away":"#AC892F","busy":"#D40C26","disabled":"#F38C39","offline":"#6C737A","loading":"#6C737A"},"high-contrast":{"online":"#0D5940","away":"#AC892F","busy":"#6B0513","disabled":"#BD5A0B","offline":"#1F2329","loading":"#1F2329"},"dark":{"online":"#1CBF89","away":"#B08C30","busy":"#C75765","disabled":"#CC7F42","offline":"#8B9098","loading":"#8B9098"}}}');
|
|
19400
|
+
|
|
19401
|
+
/***/ }),
|
|
19402
|
+
|
|
19403
|
+
/***/ "../fuselage-tokens/dist/stroke.json":
|
|
19404
|
+
/*!*******************************************!*\
|
|
19405
|
+
!*** ../fuselage-tokens/dist/stroke.json ***!
|
|
19406
|
+
\*******************************************/
|
|
19407
|
+
/***/ (function(module) {
|
|
19408
|
+
|
|
19409
|
+
module.exports = JSON.parse('{"stroke":{"light":{"extraLight":"#EBECEF","light":"#CBCED1","medium":"#9EA2A8","dark":"#6C737A","extraDark":"#2F343D","extraLightHighlight":"#D1EBFE","highlight":"#156FF5","extraLightError":"#FFC1C9","error":"#EC0D2A"},"high-contrast":{"extraLight":"#EBECEF","light":"#CBCED1","medium":"#9EA2A8","dark":"#6C737A","extraDark":"#2F343D","extraLightHighlight":"#D1EBFE","highlight":"#156FF5","extraLightError":"#FFC1C9","error":"#EC0D2A"},"dark":{"extraLight":"#333842","light":"#404754","medium":"#4B5362","dark":"#9EA2A8","extraDark":"#CBCED1","extraLightHighlight":"#D1EBFE","highlight":"#6292DA","extraLightError":"#F49AA6","error":"#BB3E4E"}}}');
|
|
19410
|
+
|
|
19411
|
+
/***/ }),
|
|
19412
|
+
|
|
19413
|
+
/***/ "../fuselage-tokens/dist/surface.json":
|
|
19414
|
+
/*!********************************************!*\
|
|
19415
|
+
!*** ../fuselage-tokens/dist/surface.json ***!
|
|
19416
|
+
\********************************************/
|
|
19417
|
+
/***/ (function(module) {
|
|
19418
|
+
|
|
19419
|
+
module.exports = JSON.parse('{"surface":{"light":{"light":"#ffffff","tint":"#F7F8FA","room":"#ffffff","neutral":"#E4E7EA","disabled":"#F7F8FA","hover":"#F2F3F5","selected":"#D7DBE0","dark":"#1F2329","featured":"#5F1477","featuredHover":"#4A105D","sidebar":"#E4E7EA","overlay":"rgba(47, 52, 61, 0.5)"},"high-contrast":{"light":"#ffffff","tint":"#F7F8FA","room":"#ffffff","neutral":"#E4E7EA","disabled":"#F7F8FA","hover":"#F2F3F5","selected":"#D7DBE0","dark":"#1F2329","featured":"#5F1477","featuredHover":"#4A105D","sidebar":"#E4E7EA","overlay":"rgba(47, 52, 61, 0.5)"},"dark":{"light":"#262931","tint":"#1F2329","room":"#1F2329","neutral":"#2D3039","disabled":"#24272E","hover":"#1A1E23","selected":"#4C5362","dark":"#E4E7EA","featured":"#5F1477","featuredHover":"#4A105D","sidebar":"#2F343D","overlay":"rgba(0, 0, 0, 0.6)"}}}');
|
|
19420
|
+
|
|
19421
|
+
/***/ }),
|
|
19422
|
+
|
|
18783
19423
|
/***/ "../fuselage-tokens/typography.json":
|
|
18784
19424
|
/*!******************************************!*\
|
|
18785
19425
|
!*** ../fuselage-tokens/typography.json ***!
|