pds-dev-kit-web 1.9.0-beta.5 → 1.9.0-beta.6

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.
Files changed (33) hide show
  1. package/dist/src/common/assets/icons/line/CsBold.d.ts +4 -0
  2. package/dist/src/common/assets/icons/line/CsBold.js +34 -0
  3. package/dist/src/common/assets/icons/line/CsFace.d.ts +4 -0
  4. package/dist/src/common/assets/icons/line/CsFace.js +34 -0
  5. package/dist/src/common/assets/icons/line/index.d.ts +2 -0
  6. package/dist/src/common/assets/icons/line/index.js +4 -0
  7. package/dist/src/common/styles/colorSet/UIColor.json +2 -1
  8. package/dist/src/common/styles/colorSet/index.d.ts +99 -98
  9. package/dist/src/common/styles/colorSet/index.js +2 -2
  10. package/dist/src/common/styles/colorSet/ui-type.d.ts +1 -0
  11. package/dist/src/common/styles/scroll/scrollbarStyle.d.ts +2 -0
  12. package/dist/src/common/styles/scroll/scrollbarStyle.js +14 -0
  13. package/dist/src/desktop/components/AdminList/AdminList.d.ts +2 -1
  14. package/dist/src/desktop/components/AdminList/AdminList.js +4 -4
  15. package/dist/src/desktop/components/AdminList/HeaderRow.d.ts +2 -1
  16. package/dist/src/desktop/components/AdminList/HeaderRow.js +21 -17
  17. package/dist/src/desktop/components/AdminListItem/AdminListItem.d.ts +1 -0
  18. package/dist/src/desktop/components/AdminListItem/AdminListItem.js +17 -13
  19. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFA.js +9 -12
  20. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFB.js +8 -11
  21. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFE.js +17 -20
  22. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFL.js +11 -33
  23. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSA.js +3 -2
  24. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSD.js +3 -2
  25. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSE.js +3 -2
  26. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSF.js +5 -4
  27. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSG.js +5 -4
  28. package/dist/src/desktop/panels/DesktopBasicModal/DesktopBasicModal.js +14 -17
  29. package/dist/src/desktop/panels/DesktopHeadlessModal/DesktopHeadlessModal.js +6 -9
  30. package/dist/storybook-static/{main.bea0ee46.iframe.bundle.d.ts → main.c8ffb728.iframe.bundle.d.ts} +1 -16
  31. package/dist/storybook-static/{main.bea0ee46.iframe.bundle.js → main.c8ffb728.iframe.bundle.js} +35 -27
  32. package/package.json +1 -1
  33. package/release-note.md +11 -85
@@ -612,11 +612,13 @@
612
612
  "default" !== k && Object.prototype.hasOwnProperty.call(mod, k) && __createBinding(result, mod, k); return __setModuleDefault(result, mod), result; }, __importDefault = this && this.__importDefault || function (mod) { return mod && mod.__esModule ? mod : { default: mod }; };
613
613
  Object.defineProperty(exports, "__esModule", { value: !0 });
614
614
  var react_1 = __importDefault(__webpack_require__(0)), styled_components_1 = __importStar(__webpack_require__(1)), components_1 = __webpack_require__(8), styles_1 = __webpack_require__(128), transitionStyle_1 = __webpack_require__(41), hybrid_1 = __webpack_require__(6), TextLabel_1 = __webpack_require__(28);
615
- function MainButton(_a) { var text = _a.text, _b = _a.shapeType, shapeType = void 0 === _b ? "round" : _b, fillType = _a.fillType, _c = _a.styleTheme, styleTheme = void 0 === _c ? "primary" : _c, _d = _a.size, size = void 0 === _d ? "large" : _d, _e = _a.responsiveMode, responsiveMode = void 0 === _e ? "none" : _e, fontWeight = _a.fontWeight, _f = _a.iconMode, iconMode = void 0 === _f ? "none" : _f, _g = _a.iconFillType, iconFillType = void 0 === _g ? "line" : _g, iconName = _a.iconName, _h = _a.colorTheme, colorTheme = void 0 === _h ? "none" : _h, _j = _a.type, type = void 0 === _j ? "button" : _j, _k = _a.state, state = void 0 === _k ? "normal" : _k, isLoading = _a.isLoading, isSubmitting = _a.isSubmitting, onClick = _a.onClick, onMouseDown = _a.onMouseDown, handleClick = function (e) { onClick && onClick(e); }, handleMouseDown = function (e) { onMouseDown && onMouseDown(e); }, textStyle = { rlarge: "body1Bold", large: "body1Bold", medium: "body2Bold", small: "caption1Bold", xsmall: "caption1Regular" }, textThemeColorLineObj = { line1: "ui_cpnt_button_text_error", line2: "ui_cpnt_button_text_primary", line3: "ui_cpnt_button_text_darktheme_enabled" }, iconFillTypeColorObj = { fill: "ui_cpnt_button_icon_on_primary", line: "ui_cpnt_button_icon_enabled" }, iconStyleThemeColorObj = { primary: "ui_cpnt_button_icon_on_primary", secondary: "ui_cpnt_button_icon_primary" }, iconColorThemeLineColorObj = { line1: "ui_cpnt_button_icon_error", line2: "ui_cpnt_button_icon_primary", line3: "ui_cpnt_button_icon_darktheme_enabled" }, iconColor = function () { return "disabled" === state ? "line3" === colorTheme ? "ui_cpnt_button_icon_darktheme_disabled" : "ui_cpnt_button_icon_disabled" : "line" === fillType && "none" !== colorTheme ? iconColorThemeLineColorObj[colorTheme] : fillType ? iconFillTypeColorObj[fillType] : styleTheme ? iconStyleThemeColorObj[styleTheme] : void 0; }; return isLoading ? react_1.default.createElement(S_LoadingMainButton, { shapeType: shapeType, size: size, responsiveMode: responsiveMode, state: "disabled", disabled: !0 }) : isSubmitting ? react_1.default.createElement(S_SubmittingMainButton, { shapeType: shapeType, fillType: fillType, styleTheme: styleTheme, size: size, responsiveMode: responsiveMode, colorTheme: colorTheme, state: "normal", disabled: !0 }, react_1.default.createElement(components_1.CircularProgress, { colorKey: "line" === fillType && "none" !== colorTheme && "disabled" !== state ? textThemeColorLineObj[colorTheme] : "fill" === fillType ? "ui_cpnt_textlabel_usr_brandonprimary" : "line" === fillType ? "ui_cpnt_textlabel_sys_primary" : "primary" === styleTheme ? "ui_cpnt_textlabel_usr_brandonprimary" : "secondary" === styleTheme ? "ui_cpnt_textlabel_usr_brandprimary" : "ui_cpnt_textlabel_usr_brandonprimary", size: "rlarge" === size ? "large" : size })) : react_1.default.createElement(S_MainButton, { "x-pds-name": "MainButton", "x-pds-element-type": "component", "x-pds-device-type": "desktop", shapeType: shapeType, fillType: fillType, styleTheme: styleTheme, size: size, responsiveMode: responsiveMode, fontWeight: fontWeight, colorTheme: colorTheme, type: type, state: state, disabled: "disabled" === state, onClick: handleClick, onMouseDown: handleMouseDown }, "xsmall" !== size && "left" === iconMode && react_1.default.createElement(react_1.default.Fragment, null, react_1.default.createElement(hybrid_1.Icon, { iconName: iconName, size: "large" === size || "rlarge" === size ? 20 : 16, colorKey: iconColor(), fillType: iconFillType }), react_1.default.createElement(hybrid_1.Spacing, { size: "large" === size || "rlarge" === size ? "spacing_b" : "spacing_a", spacingType: "width" })), react_1.default.createElement(TextLabel_1.TextLabel, { text: text, styleTheme: textStyle[size], singleLineMode: "use", colorTheme: "disabled" === state ? "sysTextTertiary" : "fill" === fillType ? "usrTextBrandOnPrimary" : "line" === fillType ? "sysTextPrimary" : "primary" === styleTheme ? "usrTextBrandOnPrimary" : "secondary" === styleTheme ? "usrTextBrandPrimary" : "usrTextBrandOnPrimary", colorOverride: "line3" === colorTheme && "disabled" === state ? "ui_cpnt_button_text_darktheme_disabled" : "line" === fillType && "none" !== colorTheme && "disabled" !== state ? textThemeColorLineObj[colorTheme] : void 0, ellipsisMode: "use", lineLimit: 1, wordBreak: "break_all" }), "xsmall" !== size && "right" === iconMode && react_1.default.createElement(react_1.default.Fragment, null, react_1.default.createElement(hybrid_1.Spacing, { size: "large" === size || "rlarge" === size ? "spacing_b" : "spacing_a", spacingType: "width" }), react_1.default.createElement(hybrid_1.Icon, { iconName: iconName, size: "large" === size || "rlarge" === size ? 20 : 16, colorKey: iconColor(), fillType: iconFillType }))); }
616
- var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6, templateObject_7, templateObject_8, templateObject_9, templateObject_10, templateObject_11, templateObject_12, templateObject_13, templateObject_14, templateObject_15, templateObject_16, templateObject_17, templateObject_18, templateObject_19, large = (0, styled_components_1.css)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n height: 48px;\n min-width: 96px;\n padding: 0 ", ";\n ", "\n ", ";\n\n & > div {\n height: 48px;\n line-height: 48px;\n }\n"], ["\n height: 48px;\n min-width: 96px;\n padding: 0 ", ";\n ", "\n ", ";\n\n & > div {\n height: 48px;\n line-height: 48px;\n }\n"])), (function (_a) { return _a.theme.spacing.spacingE; }), (function (_a) { return "round" === _a.shapeType && "border-radius: 14px;"; }), (function (_a) { return "rlarge" === _a.size && "width: 100%"; })), medium = (0, styled_components_1.css)(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n height: 40px;\n min-width: 64px;\n padding: 0 ", ";\n ", "\n\n & > div {\n height: 40px;\n line-height: 40px;\n }\n"], ["\n height: 40px;\n min-width: 64px;\n padding: 0 ", ";\n ", "\n\n & > div {\n height: 40px;\n line-height: 40px;\n }\n"])), (function (_a) { return _a.theme.spacing.spacingE; }), (function (_a) { return "round" === _a.shapeType && "border-radius: 14px;"; })), small = (0, styled_components_1.css)(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n height: 32px;\n min-width: 48px;\n padding: 0 ", ";\n ", "\n\n & > div {\n height: 32px;\n line-height: 32px;\n }\n"], ["\n height: 32px;\n min-width: 48px;\n padding: 0 ", ";\n ", "\n\n & > div {\n height: 32px;\n line-height: 32px;\n }\n"])), (function (_a) { return _a.theme.spacing.spacingD; }), (function (_a) { return "round" === _a.shapeType && "border-radius: 10px;"; })), xsmall = (0, styled_components_1.css)(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n height: 24px;\n min-width: 48px;\n padding: 0 ", ";\n ", "\n\n & > div {\n height: 24px;\n line-height: 24px;\n }\n"], ["\n height: 24px;\n min-width: 48px;\n padding: 0 ", ";\n ", "\n\n & > div {\n height: 24px;\n line-height: 24px;\n }\n"])), (function (_a) { return _a.theme.spacing.spacingD; }), (function (_a) { return "round" === _a.shapeType && "border-radius: 8px;"; })), fillDisabled = (0, styled_components_1.css)(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n background-color: ", ";\n"], ["\n background-color: ", ";\n"])), (function (_a) { return _a.theme.ui_cpnt_button_fill_base_disabled; })), fill = (0, styled_components_1.css)(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n background-color: ", ";\n border: none;\n position: relative;\n\n &::before {\n content: '';\n border-radius: inherit;\n position: absolute;\n background-color: transparent;\n height: 100%;\n width: 100%;\n padding: 0;\n ", "\n }\n\n &:hover:enabled::before {\n background-color: ", ";\n }\n\n &:active:enabled::before {\n background-color: ", ";\n }\n\n ", "\n"], ["\n background-color: ", ";\n border: none;\n position: relative;\n\n &::before {\n content: '';\n border-radius: inherit;\n position: absolute;\n background-color: transparent;\n height: 100%;\n width: 100%;\n padding: 0;\n ", "\n }\n\n &:hover:enabled::before {\n background-color: ", ";\n }\n\n &:active:enabled::before {\n background-color: ", ";\n }\n\n ", "\n"])), (function (_a) { return _a.theme.ui_cpnt_button_fill_base_primary; }), transitionStyle_1.ButtonTransition, (function (_a) { return _a.theme.ui_cpnt_button_fill_on_base_hover; }), (function (_a) { return _a.theme.ui_cpnt_button_fill_on_base_pressed; }), (function (_a) { return "disabled" === _a.state && fillDisabled; })), none = (0, styled_components_1.css)(templateObject_7 || (templateObject_7 = __makeTemplateObject(["\n border: solid 1px ", ";\n"], ["\n border: solid 1px ", ";\n"])), (function (_a) { return _a.theme.ui_cpnt_button_line_border_enabled; })), line1 = (0, styled_components_1.css)(templateObject_8 || (templateObject_8 = __makeTemplateObject(["\n border: solid 1px ", ";\n"], ["\n border: solid 1px ", ";\n"])), (function (_a) { return _a.theme.ui_cpnt_button_line_border_error; })), line2 = (0, styled_components_1.css)(templateObject_9 || (templateObject_9 = __makeTemplateObject(["\n border: solid 1px ", ";\n"], ["\n border: solid 1px ", ";\n"])), (function (_a) { return _a.theme.ui_cpnt_button_line_border_primary; })), line3 = (0, styled_components_1.css)(templateObject_10 || (templateObject_10 = __makeTemplateObject(["\n background-color: ", ";\n border: solid 1px ", ";\n &:hover:enabled {\n ", "\n }\n\n &:active:enabled {\n ", "\n }\n"], ["\n background-color: ", ";\n border: solid 1px ", ";\n &:hover:enabled {\n ", "\n }\n\n &:active:enabled {\n ", "\n }\n"])), (function (_a) { return _a.theme.ui_cpnt_button_line_base_darktheme_default; }), (function (_a) { return _a.theme.ui_cpnt_button_line_border_darktheme_enabled; }), (function (_a) { return "background-color: " + _a.theme.ui_cpnt_button_line_base_darktheme_hover + ";"; }), (function (_a) { return "background-color: " + _a.theme.ui_cpnt_button_line_base_darktheme_pressed + ";"; })), lineDisabled = (0, styled_components_1.css)(templateObject_11 || (templateObject_11 = __makeTemplateObject(["\n background-color: ", ";\n border: solid 1px\n ", ";\n"], ["\n background-color: ", ";\n border: solid 1px\n ", ";\n"])), (function (_a) { var theme = _a.theme; return "line3" === _a.colorTheme ? theme.ui_cpnt_button_line_base_darktheme_default : theme.ui_cpnt_button_line_base_default; }), (function (_a) { var theme = _a.theme; return "line3" === _a.colorTheme ? theme.ui_cpnt_button_line_border_darktheme_disabled : theme.ui_cpnt_button_line_border_disabled; })), line = (0, styled_components_1.css)(templateObject_12 || (templateObject_12 = __makeTemplateObject(["\n background-color: ", ";\n &:hover:enabled {\n ", "\n }\n\n &:active:enabled {\n ", "\n }\n\n &::before {\n content: '';\n display: none;\n }\n ", "\n\n ", ";\n ", "\n"], ["\n background-color: ", ";\n &:hover:enabled {\n ", "\n }\n\n &:active:enabled {\n ", "\n }\n\n &::before {\n content: '';\n display: none;\n }\n ", "\n\n ", ";\n ", "\n"])), (function (_a) { return _a.theme.ui_cpnt_button_line_base_default; }), (function (_a) { return "background-color: " + _a.theme.ui_cpnt_button_line_base_hover + ";"; }), (function (_a) { return "background-color: " + _a.theme.ui_cpnt_button_line_base_pressed + ";"; }), transitionStyle_1.ButtonTransition, (function (_a) { var colorTheme = _a.colorTheme; return colorTheme && { none: none, line1: line1, line2: line2, line3: line3 }[colorTheme]; }), (function (_a) { return "disabled" === _a.state && lineDisabled; })), primaryDisabled = (0, styled_components_1.css)(templateObject_13 || (templateObject_13 = __makeTemplateObject(["\n background-color: ", ";\n"], ["\n background-color: ", ";\n"])), (function (_a) { return _a.theme.ui_cpnt_button_fill_base_disabled; })), primary = (0, styled_components_1.css)(templateObject_14 || (templateObject_14 = __makeTemplateObject(["\n background-color: ", ";\n border: none;\n position: relative;\n\n &::before {\n content: '';\n border-radius: inherit;\n position: absolute;\n background-color: transparent;\n height: 100%;\n width: 100%;\n padding: 0;\n ", "\n }\n\n &:hover:enabled::before {\n background-color: ", ";\n }\n\n &:active:enabled::before {\n background-color: ", ";\n }\n\n ", "\n"], ["\n background-color: ", ";\n border: none;\n position: relative;\n\n &::before {\n content: '';\n border-radius: inherit;\n position: absolute;\n background-color: transparent;\n height: 100%;\n width: 100%;\n padding: 0;\n ", "\n }\n\n &:hover:enabled::before {\n background-color: ", ";\n }\n\n &:active:enabled::before {\n background-color: ", ";\n }\n\n ", "\n"])), (function (_a) { return _a.theme.ui_cpnt_button_fill_base_primary; }), transitionStyle_1.ButtonTransition, (function (_a) { return _a.theme.ui_cpnt_button_fill_on_base_hover; }), (function (_a) { return _a.theme.ui_cpnt_button_fill_on_base_pressed; }), (function (_a) { return "disabled" === _a.state && primaryDisabled; })), secondaryDisabled = (0, styled_components_1.css)(templateObject_15 || (templateObject_15 = __makeTemplateObject(["\n background-color: ", ";\n"], ["\n background-color: ", ";\n"])), (function (_a) { return _a.theme.ui_cpnt_button_line_base_hover; })), secondary = (0, styled_components_1.css)(templateObject_16 || (templateObject_16 = __makeTemplateObject(["\n background-color: ", ";\n border: none;\n position: relative;\n\n &::before {\n content: '';\n border-radius: inherit;\n position: absolute;\n background-color: transparent;\n height: 100%;\n width: 100%;\n padding: 0;\n ", "\n }\n\n &:hover:enabled::before {\n background-color: ", ";\n }\n\n &:active:enabled::before {\n background-color: ", ";\n }\n\n ", "\n"], ["\n background-color: ", ";\n border: none;\n position: relative;\n\n &::before {\n content: '';\n border-radius: inherit;\n position: absolute;\n background-color: transparent;\n height: 100%;\n width: 100%;\n padding: 0;\n ", "\n }\n\n &:hover:enabled::before {\n background-color: ", ";\n }\n\n &:active:enabled::before {\n background-color: ", ";\n }\n\n ", "\n"])), (function (_a) { return _a.theme.ui_cpnt_button_line_base_hover; }), transitionStyle_1.ButtonTransition, (function (_a) { return _a.theme.ui_cpnt_button_secondary_on_base_hover; }), (function (_a) { return _a.theme.ui_cpnt_button_secondary_on_base_pressed; }), (function (_a) { return "disabled" === _a.state && secondaryDisabled; })), S_MainButton = styled_components_1.default.button(templateObject_17 || (templateObject_17 = __makeTemplateObject(["\n align-items: center;\n background-color: transparent;\n border: 1px solid transparent;\n box-sizing: border-box;\n cursor: ", ";\n display: inline-flex;\n justify-content: center;\n\n &:focus {\n outline: none;\n }\n ", "\n ", "\n ", "\n ", ";\n\n & > div {\n ", ";\n }\n"], ["\n align-items: center;\n background-color: transparent;\n border: 1px solid transparent;\n box-sizing: border-box;\n cursor: ", ";\n display: inline-flex;\n justify-content: center;\n\n &:focus {\n outline: none;\n }\n ", "\n ", "\n ", "\n ", ";\n\n & > div {\n ", ";\n }\n"])), (function (_a) { return "normal" === _a.state ? "pointer" : "default"; }), (function (_a) { var styleTheme = _a.styleTheme; return styleTheme && { primary: primary, secondary: secondary }[styleTheme]; }), (function (_a) { var fillType = _a.fillType; return fillType && { fill: fill, line: line }[fillType]; }), (function (_a) { var size = _a.size; return size && { large: large, medium: medium, small: small, xsmall: xsmall, rlarge: large }[size]; }), (function (_a) { return "use" === _a.responsiveMode && "width: 100%"; }), (function (_a) { var theme = _a.theme, fontWeight = _a.fontWeight; return fontWeight && { bold: "font-weight: " + theme.fontWeight.bold, regular: "font-weight: " + theme.fontWeight.normal }[fontWeight]; })), S_LoadingMainButton = (0, styled_components_1.default)(S_MainButton)(templateObject_18 || (templateObject_18 = __makeTemplateObject(["\n ", "\n"], ["\n ", "\n"])), styles_1.skeletonLoadingStyle), S_SubmittingMainButton = (0, styled_components_1.default)(S_MainButton)(templateObject_19 || (templateObject_19 = __makeTemplateObject(["\n cursor: default;\n"], ["\n cursor: default;\n"])));
615
+ function MainButton(_a) { var text = _a.text, _b = _a.shapeType, shapeType = void 0 === _b ? "round" : _b, fillType = _a.fillType, _c = _a.styleTheme, styleTheme = void 0 === _c ? "primary" : _c, _d = _a.size, size = void 0 === _d ? "large" : _d, _e = _a.responsiveMode, responsiveMode = void 0 === _e ? "none" : _e, fontWeight = _a.fontWeight, _f = _a.iconMode, iconMode = void 0 === _f ? "none" : _f, _g = _a.iconFillType, iconFillType = void 0 === _g ? "line" : _g, iconName = _a.iconName, _h = _a.colorTheme, colorTheme = void 0 === _h ? "none" : _h, _j = _a.type, type = void 0 === _j ? "button" : _j, _k = _a.state, state = void 0 === _k ? "normal" : _k, isLoading = _a.isLoading, isSubmitting = _a.isSubmitting, onClick = _a.onClick, onMouseDown = _a.onMouseDown, handleClick = function (e) { onClick && onClick(e); }, handleMouseDown = function (e) { onMouseDown && onMouseDown(e); }, isLineColorTheme = colorTheme.includes("line"), isPrimaryColorTheme = colorTheme.includes("primary"), isSecondaryColorTheme = colorTheme.includes("secondary"), lineColorThemeTextColor = function () { return "line1" === colorTheme ? "ui_cpnt_button_text_error" : "line2" === colorTheme ? "ui_cpnt_button_text_primary" : "line3" === colorTheme ? "ui_cpnt_button_text_darktheme_enabled" : void 0; }, textStyle = { rlarge: "body1Bold", large: "body1Bold", medium: "body2Bold", small: "caption1Bold", xsmall: "caption1Regular" }, iconFillTypeColors = { fill: "ui_cpnt_button_icon_on_primary", line: "ui_cpnt_button_icon_enabled" }, iconStyleThemeColors = { primary: "ui_cpnt_button_icon_on_primary", secondary: "ui_cpnt_button_icon_primary" }, iconColor = function () { return "disabled" === state ? "line3" === colorTheme ? "ui_cpnt_button_icon_darktheme_disabled" : "secondary" === styleTheme && "secondary1" === colorTheme ? "ui_cpnt_button_icon_secondary_variation_disabled" : "ui_cpnt_button_icon_disabled" : "line" === fillType && isLineColorTheme ? "line1" === colorTheme ? "ui_cpnt_button_icon_error" : "line2" === colorTheme ? "ui_cpnt_button_icon_primary" : "line3" === colorTheme ? "ui_cpnt_button_icon_darktheme_enabled" : void 0 : fillType ? iconFillTypeColors[fillType] : "primary" === styleTheme && isPrimaryColorTheme ? function () { if ("primary1" === colorTheme)
616
+ return "ui_cpnt_button_icon_primary"; }() : "secondary" === styleTheme && isSecondaryColorTheme ? function () { if ("secondary1" === colorTheme)
617
+ return "ui_cpnt_button_icon_on_primary"; }() : styleTheme ? iconStyleThemeColors[styleTheme] : void 0; }; return isLoading ? react_1.default.createElement(S_LoadingMainButton, { shapeType: shapeType, size: size, responsiveMode: responsiveMode, state: "disabled", disabled: !0 }) : isSubmitting ? react_1.default.createElement(S_SubmittingMainButton, { shapeType: shapeType, fillType: fillType, styleTheme: styleTheme, size: size, responsiveMode: responsiveMode, colorTheme: colorTheme, state: "normal", disabled: !0 }, react_1.default.createElement(components_1.CircularProgress, { colorKey: "line" === fillType && isLineColorTheme && "disabled" !== state ? lineColorThemeTextColor() : "fill" === fillType ? "ui_cpnt_textlabel_usr_brandonprimary" : "line" === fillType ? "ui_cpnt_textlabel_sys_primary" : "primary" === styleTheme ? "primary1" === colorTheme ? "ui_cpnt_textlabel_usr_brandprimary" : "ui_cpnt_textlabel_usr_brandonprimary" : "secondary" === styleTheme ? "secondary1" === colorTheme ? "ui_cpnt_textlabel_sys_white" : "ui_cpnt_textlabel_usr_brandprimary" : "ui_cpnt_textlabel_usr_brandonprimary", size: "rlarge" === size ? "large" : size })) : react_1.default.createElement(S_MainButton, { "x-pds-name": "MainButton", "x-pds-element-type": "component", "x-pds-device-type": "desktop", shapeType: shapeType, fillType: fillType, styleTheme: styleTheme, size: size, responsiveMode: responsiveMode, fontWeight: fontWeight, colorTheme: colorTheme, type: type, state: state, disabled: "disabled" === state, onClick: handleClick, onMouseDown: handleMouseDown }, "xsmall" !== size && "left" === iconMode && react_1.default.createElement(react_1.default.Fragment, null, react_1.default.createElement(hybrid_1.Icon, { iconName: iconName, size: "large" === size || "rlarge" === size ? 20 : 16, colorKey: iconColor(), fillType: iconFillType }), react_1.default.createElement(hybrid_1.Spacing, { size: "large" === size || "rlarge" === size ? "spacing_b" : "spacing_a", spacingType: "width" })), react_1.default.createElement(TextLabel_1.TextLabel, { text: text, styleTheme: textStyle[size], singleLineMode: "use", colorTheme: "disabled" === state ? "sysTextTertiary" : "fill" === fillType ? "usrTextBrandOnPrimary" : "line" === fillType ? "sysTextPrimary" : "primary" === styleTheme ? "primary1" === colorTheme ? "usrTextBrandPrimary" : "usrTextBrandOnPrimary" : "secondary" === styleTheme ? "secondary1" === colorTheme ? "sysTextWhite" : "usrTextBrandPrimary" : "usrTextBrandOnPrimary", colorOverride: "line3" === colorTheme && "disabled" === state ? "ui_cpnt_button_text_darktheme_disabled" : "line" === fillType && isLineColorTheme && "disabled" !== state ? lineColorThemeTextColor() : "secondary" === styleTheme && "secondary1" === colorTheme && "disabled" === state ? "ui_cpnt_button_text_secondary_variation_disabled" : void 0, ellipsisMode: "use", lineLimit: 1, wordBreak: "break_all" }), "xsmall" !== size && "right" === iconMode && react_1.default.createElement(react_1.default.Fragment, null, react_1.default.createElement(hybrid_1.Spacing, { size: "large" === size || "rlarge" === size ? "spacing_b" : "spacing_a", spacingType: "width" }), react_1.default.createElement(hybrid_1.Icon, { iconName: iconName, size: "large" === size || "rlarge" === size ? 20 : 16, colorKey: iconColor(), fillType: iconFillType }))); }
618
+ var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6, templateObject_7, templateObject_8, templateObject_9, templateObject_10, templateObject_11, templateObject_12, templateObject_13, templateObject_14, templateObject_15, templateObject_16, templateObject_17, templateObject_18, templateObject_19, templateObject_20, templateObject_21, templateObject_22, large = (0, styled_components_1.css)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n height: 48px;\n min-width: 96px;\n padding: 0 ", ";\n ", "\n ", ";\n\n & > div {\n height: 48px;\n line-height: 48px;\n }\n"], ["\n height: 48px;\n min-width: 96px;\n padding: 0 ", ";\n ", "\n ", ";\n\n & > div {\n height: 48px;\n line-height: 48px;\n }\n"])), (function (_a) { return _a.theme.spacing.spacingE; }), (function (_a) { return "round" === _a.shapeType && "border-radius: 14px;"; }), (function (_a) { return "rlarge" === _a.size && "width: 100%"; })), medium = (0, styled_components_1.css)(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n height: 40px;\n min-width: 64px;\n padding: 0 ", ";\n ", "\n\n & > div {\n height: 40px;\n line-height: 40px;\n }\n"], ["\n height: 40px;\n min-width: 64px;\n padding: 0 ", ";\n ", "\n\n & > div {\n height: 40px;\n line-height: 40px;\n }\n"])), (function (_a) { return _a.theme.spacing.spacingE; }), (function (_a) { return "round" === _a.shapeType && "border-radius: 14px;"; })), small = (0, styled_components_1.css)(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n height: 32px;\n min-width: 48px;\n padding: 0 ", ";\n ", "\n\n & > div {\n height: 32px;\n line-height: 32px;\n }\n"], ["\n height: 32px;\n min-width: 48px;\n padding: 0 ", ";\n ", "\n\n & > div {\n height: 32px;\n line-height: 32px;\n }\n"])), (function (_a) { return _a.theme.spacing.spacingD; }), (function (_a) { return "round" === _a.shapeType && "border-radius: 10px;"; })), xsmall = (0, styled_components_1.css)(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n height: 24px;\n min-width: 48px;\n padding: 0 ", ";\n ", "\n\n & > div {\n height: 24px;\n line-height: 24px;\n }\n"], ["\n height: 24px;\n min-width: 48px;\n padding: 0 ", ";\n ", "\n\n & > div {\n height: 24px;\n line-height: 24px;\n }\n"])), (function (_a) { return _a.theme.spacing.spacingD; }), (function (_a) { return "round" === _a.shapeType && "border-radius: 8px;"; })), fillDisabled = (0, styled_components_1.css)(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n background-color: ", ";\n"], ["\n background-color: ", ";\n"])), (function (_a) { return _a.theme.ui_cpnt_button_fill_base_disabled; })), fill = (0, styled_components_1.css)(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n background-color: ", ";\n border: none;\n position: relative;\n\n &::before {\n content: '';\n border-radius: inherit;\n position: absolute;\n background-color: transparent;\n height: 100%;\n width: 100%;\n padding: 0;\n ", "\n }\n\n &:hover:enabled::before {\n background-color: ", ";\n }\n\n &:active:enabled::before {\n background-color: ", ";\n }\n\n ", "\n"], ["\n background-color: ", ";\n border: none;\n position: relative;\n\n &::before {\n content: '';\n border-radius: inherit;\n position: absolute;\n background-color: transparent;\n height: 100%;\n width: 100%;\n padding: 0;\n ", "\n }\n\n &:hover:enabled::before {\n background-color: ", ";\n }\n\n &:active:enabled::before {\n background-color: ", ";\n }\n\n ", "\n"])), (function (_a) { return _a.theme.ui_cpnt_button_fill_base_primary; }), transitionStyle_1.ButtonTransition, (function (_a) { return _a.theme.ui_cpnt_button_fill_on_base_hover; }), (function (_a) { return _a.theme.ui_cpnt_button_fill_on_base_pressed; }), (function (_a) { return "disabled" === _a.state && fillDisabled; })), none = (0, styled_components_1.css)(templateObject_7 || (templateObject_7 = __makeTemplateObject(["\n border: solid 1px ", ";\n"], ["\n border: solid 1px ", ";\n"])), (function (_a) { return _a.theme.ui_cpnt_button_line_border_enabled; })), line1 = (0, styled_components_1.css)(templateObject_8 || (templateObject_8 = __makeTemplateObject(["\n border: solid 1px ", ";\n"], ["\n border: solid 1px ", ";\n"])), (function (_a) { return _a.theme.ui_cpnt_button_line_border_error; })), line2 = (0, styled_components_1.css)(templateObject_9 || (templateObject_9 = __makeTemplateObject(["\n border: solid 1px ", ";\n"], ["\n border: solid 1px ", ";\n"])), (function (_a) { return _a.theme.ui_cpnt_button_line_border_primary; })), line3 = (0, styled_components_1.css)(templateObject_10 || (templateObject_10 = __makeTemplateObject(["\n background-color: ", ";\n border: solid 1px ", ";\n &:hover:enabled {\n ", "\n }\n\n &:active:enabled {\n ", "\n }\n"], ["\n background-color: ", ";\n border: solid 1px ", ";\n &:hover:enabled {\n ", "\n }\n\n &:active:enabled {\n ", "\n }\n"])), (function (_a) { return _a.theme.ui_cpnt_button_line_base_darktheme_default; }), (function (_a) { return _a.theme.ui_cpnt_button_line_border_darktheme_enabled; }), (function (_a) { return "background-color: " + _a.theme.ui_cpnt_button_line_base_darktheme_hover + ";"; }), (function (_a) { return "background-color: " + _a.theme.ui_cpnt_button_line_base_darktheme_pressed + ";"; })), lineDisabled = (0, styled_components_1.css)(templateObject_11 || (templateObject_11 = __makeTemplateObject(["\n background-color: ", ";\n border: solid 1px\n ", ";\n"], ["\n background-color: ", ";\n border: solid 1px\n ", ";\n"])), (function (_a) { var theme = _a.theme; return "line3" === _a.colorTheme ? theme.ui_cpnt_button_line_base_darktheme_default : theme.ui_cpnt_button_line_base_default; }), (function (_a) { var theme = _a.theme; return "line3" === _a.colorTheme ? theme.ui_cpnt_button_line_border_darktheme_disabled : theme.ui_cpnt_button_line_border_disabled; })), line = (0, styled_components_1.css)(templateObject_12 || (templateObject_12 = __makeTemplateObject(["\n background-color: ", ";\n &:hover:enabled {\n ", "\n }\n\n &:active:enabled {\n ", "\n }\n\n &::before {\n content: '';\n display: none;\n }\n ", "\n\n ", ";\n\n ", "\n"], ["\n background-color: ", ";\n &:hover:enabled {\n ", "\n }\n\n &:active:enabled {\n ", "\n }\n\n &::before {\n content: '';\n display: none;\n }\n ", "\n\n ", ";\n\n ", "\n"])), (function (_a) { return _a.theme.ui_cpnt_button_line_base_default; }), (function (_a) { return "background-color: " + _a.theme.ui_cpnt_button_line_base_hover + ";"; }), (function (_a) { return "background-color: " + _a.theme.ui_cpnt_button_line_base_pressed + ";"; }), transitionStyle_1.ButtonTransition, (function (_a) { var colorTheme = _a.colorTheme; return "none" === colorTheme ? none : "line1" === colorTheme ? line1 : "line2" === colorTheme ? line2 : "line3" === colorTheme ? line3 : void 0; }), (function (_a) { return "disabled" === _a.state && lineDisabled; })), primaryDisabled = (0, styled_components_1.css)(templateObject_13 || (templateObject_13 = __makeTemplateObject(["\n background-color: ", ";\n"], ["\n background-color: ", ";\n"])), (function (_a) { return _a.theme.ui_cpnt_button_fill_base_disabled; })), primary1 = (0, styled_components_1.css)(templateObject_14 || (templateObject_14 = __makeTemplateObject(["\n background-color: ", ";\n"], ["\n background-color: ", ";\n"])), (function (_a) { return _a.theme.ui_cpnt_button_primary_variation_base_enabled; })), primary = (0, styled_components_1.css)(templateObject_15 || (templateObject_15 = __makeTemplateObject(["\n background-color: ", ";\n border: none;\n position: relative;\n\n &::before {\n content: '';\n border-radius: inherit;\n position: absolute;\n background-color: transparent;\n height: 100%;\n width: 100%;\n padding: 0;\n ", "\n }\n\n &:hover:enabled::before {\n background-color: ", ";\n }\n\n &:active:enabled::before {\n background-color: ", ";\n }\n\n ", "\n ", "\n"], ["\n background-color: ", ";\n border: none;\n position: relative;\n\n &::before {\n content: '';\n border-radius: inherit;\n position: absolute;\n background-color: transparent;\n height: 100%;\n width: 100%;\n padding: 0;\n ", "\n }\n\n &:hover:enabled::before {\n background-color: ", ";\n }\n\n &:active:enabled::before {\n background-color: ", ";\n }\n\n ", "\n ", "\n"])), (function (_a) { return _a.theme.ui_cpnt_button_fill_base_primary; }), transitionStyle_1.ButtonTransition, (function (_a) { return _a.theme.ui_cpnt_button_fill_on_base_hover; }), (function (_a) { return _a.theme.ui_cpnt_button_fill_on_base_pressed; }), (function (_a) { return "primary1" === _a.colorTheme && primary1; }), (function (_a) { return "disabled" === _a.state && primaryDisabled; })), secondary1Disabled = (0, styled_components_1.css)(templateObject_16 || (templateObject_16 = __makeTemplateObject(["\n background-color: ", ";\n"], ["\n background-color: ", ";\n"])), (function (_a) { return _a.theme.ui_cpnt_button_secondary_variation_base_default; })), secondaryDisabled = (0, styled_components_1.css)(templateObject_17 || (templateObject_17 = __makeTemplateObject(["\n background-color: ", ";\n\n ", "\n"], ["\n background-color: ", ";\n\n ", "\n"])), (function (_a) { return _a.theme.ui_cpnt_button_line_base_hover; }), (function (_a) { return "secondary1" === _a.colorTheme && secondary1Disabled; })), secondary1 = (0, styled_components_1.css)(templateObject_18 || (templateObject_18 = __makeTemplateObject(["\n background-color: ", ";\n\n &:hover:enabled {\n background-color: ", ";\n }\n\n &:active:enabled {\n background-color: ", ";\n }\n\n &::before {\n content: '';\n display: none;\n }\n\n ", "\n"], ["\n background-color: ", ";\n\n &:hover:enabled {\n background-color: ", ";\n }\n\n &:active:enabled {\n background-color: ", ";\n }\n\n &::before {\n content: '';\n display: none;\n }\n\n ", "\n"])), (function (_a) { return _a.theme.ui_cpnt_button_secondary_variation_base_default; }), (function (_a) { return _a.theme.ui_cpnt_button_secondary_variation_base_hover; }), (function (_a) { return _a.theme.ui_cpnt_button_secondary_variation_base_pressed; }), transitionStyle_1.ButtonTransition), secondary = (0, styled_components_1.css)(templateObject_19 || (templateObject_19 = __makeTemplateObject(["\n background-color: ", ";\n border: none;\n position: relative;\n\n &::before {\n content: '';\n border-radius: inherit;\n position: absolute;\n background-color: transparent;\n height: 100%;\n width: 100%;\n padding: 0;\n ", "\n }\n\n &:hover:enabled::before {\n background-color: ", ";\n }\n\n &:active:enabled::before {\n background-color: ", ";\n }\n\n ", "\n ", "\n"], ["\n background-color: ", ";\n border: none;\n position: relative;\n\n &::before {\n content: '';\n border-radius: inherit;\n position: absolute;\n background-color: transparent;\n height: 100%;\n width: 100%;\n padding: 0;\n ", "\n }\n\n &:hover:enabled::before {\n background-color: ", ";\n }\n\n &:active:enabled::before {\n background-color: ", ";\n }\n\n ", "\n ", "\n"])), (function (_a) { return _a.theme.ui_cpnt_button_line_base_hover; }), transitionStyle_1.ButtonTransition, (function (_a) { return _a.theme.ui_cpnt_button_secondary_on_base_hover; }), (function (_a) { return _a.theme.ui_cpnt_button_secondary_on_base_pressed; }), (function (_a) { return "secondary1" === _a.colorTheme && secondary1; }), (function (_a) { return "disabled" === _a.state && secondaryDisabled; })), S_MainButton = styled_components_1.default.button(templateObject_20 || (templateObject_20 = __makeTemplateObject(["\n align-items: center;\n background-color: transparent;\n border: 1px solid transparent;\n box-sizing: border-box;\n cursor: ", ";\n display: inline-flex;\n justify-content: center;\n\n &:focus {\n outline: none;\n }\n ", "\n ", "\n ", "\n ", ";\n\n & > div {\n ", ";\n }\n"], ["\n align-items: center;\n background-color: transparent;\n border: 1px solid transparent;\n box-sizing: border-box;\n cursor: ", ";\n display: inline-flex;\n justify-content: center;\n\n &:focus {\n outline: none;\n }\n ", "\n ", "\n ", "\n ", ";\n\n & > div {\n ", ";\n }\n"])), (function (_a) { return "normal" === _a.state ? "pointer" : "default"; }), (function (_a) { var styleTheme = _a.styleTheme; return styleTheme && { primary: primary, secondary: secondary }[styleTheme]; }), (function (_a) { var fillType = _a.fillType; return fillType && { fill: fill, line: line }[fillType]; }), (function (_a) { var size = _a.size; return size && { large: large, medium: medium, small: small, xsmall: xsmall, rlarge: large }[size]; }), (function (_a) { return "use" === _a.responsiveMode && "width: 100%"; }), (function (_a) { var theme = _a.theme, fontWeight = _a.fontWeight; return fontWeight && { bold: "font-weight: " + theme.fontWeight.bold, regular: "font-weight: " + theme.fontWeight.normal }[fontWeight]; })), S_LoadingMainButton = (0, styled_components_1.default)(S_MainButton)(templateObject_21 || (templateObject_21 = __makeTemplateObject(["\n ", "\n"], ["\n ", "\n"])), styles_1.skeletonLoadingStyle), S_SubmittingMainButton = (0, styled_components_1.default)(S_MainButton)(templateObject_22 || (templateObject_22 = __makeTemplateObject(["\n cursor: default;\n"], ["\n cursor: default;\n"])));
617
619
  exports.default = MainButton;
618
620
  try {
619
- MainButton.displayName = "MainButton", MainButton.__docgenInfo = { description: "", displayName: "MainButton", props: { text: { defaultValue: null, description: "", name: "text", required: !1, type: { name: "PDSTextType" } }, shapeType: { defaultValue: { value: "round" }, description: "", name: "shapeType", required: !1, type: { name: "enum", value: [{ value: '"round"' }, { value: '"rectangle"' }] } }, fillType: { defaultValue: null, description: "", name: "fillType", required: !1, type: { name: "enum", value: [{ value: '"fill"' }, { value: '"line"' }] } }, styleTheme: { defaultValue: { value: "primary" }, description: "", name: "styleTheme", required: !1, type: { name: "enum", value: [{ value: '"primary"' }, { value: '"secondary"' }] } }, size: { defaultValue: { value: "large" }, description: "", name: "size", required: !1, type: { name: "enum", value: [{ value: '"medium"' }, { value: '"small"' }, { value: '"large"' }, { value: '"rlarge"' }, { value: '"xsmall"' }] } }, responsiveMode: { defaultValue: { value: "none" }, description: "", name: "responsiveMode", required: !1, type: { name: "enum", value: [{ value: '"none"' }, { value: '"use"' }] } }, fontWeight: { defaultValue: null, description: "", name: "fontWeight", required: !1, type: { name: "enum", value: [{ value: '"regular"' }, { value: '"bold"' }] } }, iconMode: { defaultValue: { value: "none" }, description: "", name: "iconMode", required: !1, type: { name: "enum", value: [{ value: '"none"' }, { value: '"left"' }, { value: '"right"' }] } }, iconFillType: { defaultValue: { value: "line" }, description: "", name: "iconFillType", required: !1, type: { name: "enum", value: [{ value: '"fill"' }, { value: '"line"' }] } }, iconName: { defaultValue: null, description: "", name: "iconName", required: !1, type: { name: "enum", value: [{ value: '"ic_arrow_down"' }, { value: '"ic_arrow_up"' }, { value: '"ic_bell"' }, { value: '"ic_bookmark"' }, { value: '"ic_call"' }, { value: '"ic_call_end"' }, { value: '"ic_camera"' }, { value: '"ic_chat"' }, { value: '"ic_chat_counseling"' }, { value: '"ic_chat_crm"' }, { value: '"ic_chat_off"' }, { value: '"ic_checkbox_indeterminate"' }, { value: '"ic_checkbox_on"' }, { value: '"ic_cloud_download"' }, { value: '"ic_delete"' }, { value: '"ic_downloaded"' }, { value: '"ic_edit"' }, { value: '"ic_eye"' }, { value: '"ic_eye_close"' }, { value: '"ic_face"' }, { value: '"ic_heart"' }, { value: '"ic_help_window"' }, { value: '"ic_live"' }, { value: '"ic_login"' }, { value: '"ic_mic_off"' }, { value: '"ic_mic_on"' }, { value: '"ic_more"' }, { value: '"ic_paper_plane"' }, { value: '"ic_photo"' }, { value: '"ic_pin"' }, { value: '"ic_post_free"' }, { value: '"ic_post_notice"' }, { value: '"ic_post_social"' }, { value: '"ic_question"' }, { value: '"ic_reply"' }, { value: '"ic_setting"' }, { value: '"ic_speaker_off"' }, { value: '"ic_speaker_wave_1"' }, { value: '"ic_speaker_wave_2"' }, { value: '"ic_split_screen"' }, { value: '"ic_star"' }, { value: '"ic_subscribers"' }, { value: '"ic_thumb_down"' }, { value: '"ic_thumb_up"' }, { value: '"ic_toggle_down"' }, { value: '"ic_toggle_up"' }, { value: '"ic_verified"' }, { value: '"ic_video"' }, { value: '"ic_videocall"' }, { value: '"ic_videocall_pro"' }, { value: '"ic_video_episodes"' }, { value: '"ic_video_off"' }, { value: '"ic_video_pause"' }, { value: '"ic_video_play"' }, { value: '"ic_video_play_circle"' }, { value: '"ic_video_resolution"' }, { value: '"ic_video_subtitle"' }, { value: '"ic_vodplus"' }, { value: '"ic_analytics_search_tools"' }, { value: '"ic_arrow_down_bold"' }, { value: '"ic_arrow_left"' }, { value: '"ic_arrow_left_2"' }, { value: '"ic_arrow_left_bold"' }, { value: '"ic_arrow_left_thin"' }, { value: '"ic_arrow_right"' }, { value: '"ic_arrow_right_2"' }, { value: '"ic_arrow_right_bold"' }, { value: '"ic_arrow_right_thin"' }, { value: '"ic_arrow_round_left"' }, { value: '"ic_arrow_up_bold"' }, { value: '"ic_bell_notification"' }, { value: '"ic_booking"' }, { value: '"ic_booking_completed"' }, { value: '"ic_booking_history"' }, { value: '"ic_booking_papp"' }, { value: '"ic_booking_ticket"' }, { value: '"ic_business"' }, { value: '"ic_channel"' }, { value: '"ic_channel_setting"' }, { value: '"ic_check"' }, { value: '"ic_checkbox_off"' }, { value: '"ic_clip"' }, { value: '"ic_coins"' }, { value: '"ic_confetti"' }, { value: '"ic_cont_watching"' }, { value: '"ic_copy"' }, { value: '"ic_cs"' }, { value: '"ic_dashboard"' }, { value: '"ic_design_preference"' }, { value: '"ic_developer"' }, { value: '"ic_device_app"' }, { value: '"ic_device_desktop"' }, { value: '"ic_device_mobile"' }, { value: '"ic_download"' }, { value: '"ic_dynamic_layout"' }, { value: '"ic_editor"' }, { value: '"ic_editor_left_side"' }, { value: '"ic_editor_right_side"' }, { value: '"ic_end"' }, { value: '"ic_error"' }, { value: '"ic_filter"' }, { value: '"ic_folder"' }, { value: '"ic_ghost"' }, { value: '"ic_heart_care"' }, { value: '"ic_home"' }, { value: '"ic_information"' }, { value: '"ic_internal"' }, { value: '"ic_language"' }, { value: '"ic_links"' }, { value: '"ic_live_broadcast"' }, { value: '"ic_live_commerce"' }, { value: '"ic_live_concert"' }, { value: '"ic_live_event"' }, { value: '"ic_live_personal"' }, { value: '"ic_lock"' }, { value: '"ic_mail"' }, { value: '"ic_menu"' }, { value: '"ic_minus_circle"' }, { value: '"ic_news"' }, { value: '"ic_open_page"' }, { value: '"ic_order"' }, { value: '"ic_pages"' }, { value: '"ic_page_size_expand"' }, { value: '"ic_page_size_reduce"' }, { value: '"ic_papp"' }, { value: '"ic_papp_type"' }, { value: '"ic_payment"' }, { value: '"ic_payment_free_trial"' }, { value: '"ic_payment_gift"' }, { value: '"ic_payment_onetime"' }, { value: '"ic_payment_regularly"' }, { value: '"ic_payment_setting"' }, { value: '"ic_photo_multiple"' }, { value: '"ic_plan"' }, { value: '"ic_plus"' }, { value: '"ic_plus_circle"' }, { value: '"ic_post_article"' }, { value: '"ic_post_blog"' }, { value: '"ic_post_column"' }, { value: '"ic_post_community_p"' }, { value: '"ic_post_inquiry"' }, { value: '"ic_post_magazine"' }, { value: '"ic_post_paper_plane"' }, { value: '"ic_post_photobook"' }, { value: '"ic_post_promotion"' }, { value: '"ic_post_promotion_p"' }, { value: '"ic_post_vote"' }, { value: '"ic_post_welcome"' }, { value: '"ic_profit"' }, { value: '"ic_qr"' }, { value: '"ic_radio_off"' }, { value: '"ic_radio_on"' }, { value: '"ic_report"' }, { value: '"ic_requirement"' }, { value: '"ic_rocket"' }, { value: '"ic_sales"' }, { value: '"ic_search"' }, { value: '"ic_section_content_32"' }, { value: '"ic_section_content_40"' }, { value: '"ic_section_contents_carousel_32"' }, { value: '"ic_section_contents_carousel_40"' }, { value: '"ic_section_divider_32"' }, { value: '"ic_section_divider_40"' }, { value: '"ic_section_footer_32"' }, { value: '"ic_section_footer_40"' }, { value: '"ic_section_info_box_32"' }, { value: '"ic_section_info_box_40"' }, { value: '"ic_section_intro_32"' }, { value: '"ic_section_intro_40"' }, { value: '"ic_section_map_32"' }, { value: '"ic_section_map_40"' }, { value: '"ic_section_price_box_32"' }, { value: '"ic_section_price_box_40"' }, { value: '"ic_section_products_carousel_32"' }, { value: '"ic_section_products_carousel_40"' }, { value: '"ic_section_review_32"' }, { value: '"ic_section_review_40"' }, { value: '"ic_section_slider_32"' }, { value: '"ic_section_slider_40"' }, { value: '"ic_section_tab_32"' }, { value: '"ic_section_tab_40"' }, { value: '"ic_seller_info"' }, { value: '"ic_seller_intro"' }, { value: '"ic_seller_page"' }, { value: '"ic_series"' }, { value: '"ic_series_list"' }, { value: '"ic_settlement"' }, { value: '"ic_share"' }, { value: '"ic_slideBanner"' }, { value: '"ic_sort"' }, { value: '"ic_standard_banner"' }, { value: '"ic_success"' }, { value: '"ic_ten_sec_back"' }, { value: '"ic_ten_sec_back_arrow"' }, { value: '"ic_ten_sec_forward"' }, { value: '"ic_ten_sec_forward_arrow"' }, { value: '"ic_time"' }, { value: '"ic_trashcan"' }, { value: '"ic_unavailable"' }, { value: '"ic_unlock"' }, { value: '"ic_upload"' }, { value: '"ic_video_guide"' }, { value: '"ic_video_pip"' }, { value: '"ic_video_playback_speed"' }, { value: '"ic_video_playlist"' }, { value: '"ic_vod"' }, { value: '"ic_vodclass"' }, { value: '"ic_vods"' }, { value: '"ic_vod_shorts"' }, { value: '"ic_warning"' }, { value: '"ic_weblink"' }, { value: '"ic_xmark"' }] } }, colorTheme: { defaultValue: { value: "none" }, description: "", name: "colorTheme", required: !1, type: { name: "enum", value: [{ value: '"none"' }, { value: '"line1"' }, { value: '"line2"' }, { value: '"line3"' }] } }, type: { defaultValue: { value: "button" }, description: "", name: "type", required: !1, type: { name: "enum", value: [{ value: '"button"' }, { value: '"submit"' }] } }, state: { defaultValue: { value: "normal" }, description: "", name: "state", required: !1, type: { name: "enum", value: [{ value: '"normal"' }, { value: '"disabled"' }] } }, isLoading: { defaultValue: null, description: "", name: "isLoading", required: !1, type: { name: "boolean" } }, isSubmitting: { defaultValue: null, description: "", name: "isSubmitting", required: !1, type: { name: "boolean" } }, onClick: { defaultValue: null, description: "", name: "onClick", required: !1, type: { name: "((e: MouseEvent<HTMLButtonElement, MouseEvent>) => void)" } }, onMouseDown: { defaultValue: null, description: "", name: "onMouseDown", required: !1, type: { name: "((e: MouseEvent<HTMLButtonElement, MouseEvent>) => void)" } } } }, "undefined" != typeof STORYBOOK_REACT_CLASSES && (STORYBOOK_REACT_CLASSES["src/desktop/components/MainButton/MainButton.tsx#MainButton"] = { docgenInfo: MainButton.__docgenInfo, name: "MainButton", path: "src/desktop/components/MainButton/MainButton.tsx#MainButton" });
621
+ MainButton.displayName = "MainButton", MainButton.__docgenInfo = { description: "", displayName: "MainButton", props: { text: { defaultValue: null, description: "", name: "text", required: !1, type: { name: "PDSTextType" } }, shapeType: { defaultValue: { value: "round" }, description: "", name: "shapeType", required: !1, type: { name: "enum", value: [{ value: '"round"' }, { value: '"rectangle"' }] } }, fillType: { defaultValue: null, description: "", name: "fillType", required: !1, type: { name: "enum", value: [{ value: '"fill"' }, { value: '"line"' }] } }, styleTheme: { defaultValue: { value: "primary" }, description: "", name: "styleTheme", required: !1, type: { name: "enum", value: [{ value: '"primary"' }, { value: '"secondary"' }] } }, size: { defaultValue: { value: "large" }, description: "", name: "size", required: !1, type: { name: "enum", value: [{ value: '"medium"' }, { value: '"small"' }, { value: '"large"' }, { value: '"rlarge"' }, { value: '"xsmall"' }] } }, responsiveMode: { defaultValue: { value: "none" }, description: "", name: "responsiveMode", required: !1, type: { name: "enum", value: [{ value: '"none"' }, { value: '"use"' }] } }, fontWeight: { defaultValue: null, description: "", name: "fontWeight", required: !1, type: { name: "enum", value: [{ value: '"regular"' }, { value: '"bold"' }] } }, iconMode: { defaultValue: { value: "none" }, description: "", name: "iconMode", required: !1, type: { name: "enum", value: [{ value: '"none"' }, { value: '"left"' }, { value: '"right"' }] } }, iconFillType: { defaultValue: { value: "line" }, description: "", name: "iconFillType", required: !1, type: { name: "enum", value: [{ value: '"fill"' }, { value: '"line"' }] } }, iconName: { defaultValue: null, description: "", name: "iconName", required: !1, type: { name: "enum", value: [{ value: '"ic_arrow_down"' }, { value: '"ic_arrow_up"' }, { value: '"ic_bell"' }, { value: '"ic_bookmark"' }, { value: '"ic_call"' }, { value: '"ic_call_end"' }, { value: '"ic_camera"' }, { value: '"ic_chat"' }, { value: '"ic_chat_counseling"' }, { value: '"ic_chat_crm"' }, { value: '"ic_chat_off"' }, { value: '"ic_checkbox_indeterminate"' }, { value: '"ic_checkbox_on"' }, { value: '"ic_cloud_download"' }, { value: '"ic_delete"' }, { value: '"ic_downloaded"' }, { value: '"ic_edit"' }, { value: '"ic_eye"' }, { value: '"ic_eye_close"' }, { value: '"ic_face"' }, { value: '"ic_heart"' }, { value: '"ic_help_window"' }, { value: '"ic_live"' }, { value: '"ic_login"' }, { value: '"ic_mic_off"' }, { value: '"ic_mic_on"' }, { value: '"ic_more"' }, { value: '"ic_paper_plane"' }, { value: '"ic_photo"' }, { value: '"ic_pin"' }, { value: '"ic_post_free"' }, { value: '"ic_post_notice"' }, { value: '"ic_post_social"' }, { value: '"ic_question"' }, { value: '"ic_reply"' }, { value: '"ic_setting"' }, { value: '"ic_speaker_off"' }, { value: '"ic_speaker_wave_1"' }, { value: '"ic_speaker_wave_2"' }, { value: '"ic_split_screen"' }, { value: '"ic_star"' }, { value: '"ic_subscribers"' }, { value: '"ic_thumb_down"' }, { value: '"ic_thumb_up"' }, { value: '"ic_toggle_down"' }, { value: '"ic_toggle_up"' }, { value: '"ic_verified"' }, { value: '"ic_video"' }, { value: '"ic_videocall"' }, { value: '"ic_videocall_pro"' }, { value: '"ic_video_episodes"' }, { value: '"ic_video_off"' }, { value: '"ic_video_pause"' }, { value: '"ic_video_play"' }, { value: '"ic_video_play_circle"' }, { value: '"ic_video_resolution"' }, { value: '"ic_video_subtitle"' }, { value: '"ic_vodplus"' }, { value: '"ic_analytics_search_tools"' }, { value: '"ic_arrow_down_bold"' }, { value: '"ic_arrow_left"' }, { value: '"ic_arrow_left_2"' }, { value: '"ic_arrow_left_bold"' }, { value: '"ic_arrow_left_thin"' }, { value: '"ic_arrow_right"' }, { value: '"ic_arrow_right_2"' }, { value: '"ic_arrow_right_bold"' }, { value: '"ic_arrow_right_thin"' }, { value: '"ic_arrow_round_left"' }, { value: '"ic_arrow_up_bold"' }, { value: '"ic_bell_notification"' }, { value: '"ic_booking"' }, { value: '"ic_booking_completed"' }, { value: '"ic_booking_history"' }, { value: '"ic_booking_papp"' }, { value: '"ic_booking_ticket"' }, { value: '"ic_business"' }, { value: '"ic_channel"' }, { value: '"ic_channel_setting"' }, { value: '"ic_check"' }, { value: '"ic_checkbox_off"' }, { value: '"ic_clip"' }, { value: '"ic_coins"' }, { value: '"ic_confetti"' }, { value: '"ic_cont_watching"' }, { value: '"ic_copy"' }, { value: '"ic_cs"' }, { value: '"ic_dashboard"' }, { value: '"ic_design_preference"' }, { value: '"ic_developer"' }, { value: '"ic_device_app"' }, { value: '"ic_device_desktop"' }, { value: '"ic_device_mobile"' }, { value: '"ic_download"' }, { value: '"ic_dynamic_layout"' }, { value: '"ic_editor"' }, { value: '"ic_editor_left_side"' }, { value: '"ic_editor_right_side"' }, { value: '"ic_end"' }, { value: '"ic_error"' }, { value: '"ic_filter"' }, { value: '"ic_folder"' }, { value: '"ic_ghost"' }, { value: '"ic_heart_care"' }, { value: '"ic_home"' }, { value: '"ic_information"' }, { value: '"ic_internal"' }, { value: '"ic_language"' }, { value: '"ic_links"' }, { value: '"ic_live_broadcast"' }, { value: '"ic_live_commerce"' }, { value: '"ic_live_concert"' }, { value: '"ic_live_event"' }, { value: '"ic_live_personal"' }, { value: '"ic_lock"' }, { value: '"ic_mail"' }, { value: '"ic_menu"' }, { value: '"ic_minus_circle"' }, { value: '"ic_news"' }, { value: '"ic_open_page"' }, { value: '"ic_order"' }, { value: '"ic_pages"' }, { value: '"ic_page_size_expand"' }, { value: '"ic_page_size_reduce"' }, { value: '"ic_papp"' }, { value: '"ic_papp_type"' }, { value: '"ic_payment"' }, { value: '"ic_payment_free_trial"' }, { value: '"ic_payment_gift"' }, { value: '"ic_payment_onetime"' }, { value: '"ic_payment_regularly"' }, { value: '"ic_payment_setting"' }, { value: '"ic_photo_multiple"' }, { value: '"ic_plan"' }, { value: '"ic_plus"' }, { value: '"ic_plus_circle"' }, { value: '"ic_post_article"' }, { value: '"ic_post_blog"' }, { value: '"ic_post_column"' }, { value: '"ic_post_community_p"' }, { value: '"ic_post_inquiry"' }, { value: '"ic_post_magazine"' }, { value: '"ic_post_paper_plane"' }, { value: '"ic_post_photobook"' }, { value: '"ic_post_promotion"' }, { value: '"ic_post_promotion_p"' }, { value: '"ic_post_vote"' }, { value: '"ic_post_welcome"' }, { value: '"ic_profit"' }, { value: '"ic_qr"' }, { value: '"ic_radio_off"' }, { value: '"ic_radio_on"' }, { value: '"ic_report"' }, { value: '"ic_requirement"' }, { value: '"ic_rocket"' }, { value: '"ic_sales"' }, { value: '"ic_search"' }, { value: '"ic_section_content_32"' }, { value: '"ic_section_content_40"' }, { value: '"ic_section_contents_carousel_32"' }, { value: '"ic_section_contents_carousel_40"' }, { value: '"ic_section_divider_32"' }, { value: '"ic_section_divider_40"' }, { value: '"ic_section_footer_32"' }, { value: '"ic_section_footer_40"' }, { value: '"ic_section_info_box_32"' }, { value: '"ic_section_info_box_40"' }, { value: '"ic_section_intro_32"' }, { value: '"ic_section_intro_40"' }, { value: '"ic_section_map_32"' }, { value: '"ic_section_map_40"' }, { value: '"ic_section_price_box_32"' }, { value: '"ic_section_price_box_40"' }, { value: '"ic_section_products_carousel_32"' }, { value: '"ic_section_products_carousel_40"' }, { value: '"ic_section_review_32"' }, { value: '"ic_section_review_40"' }, { value: '"ic_section_slider_32"' }, { value: '"ic_section_slider_40"' }, { value: '"ic_section_tab_32"' }, { value: '"ic_section_tab_40"' }, { value: '"ic_seller_info"' }, { value: '"ic_seller_intro"' }, { value: '"ic_seller_page"' }, { value: '"ic_series"' }, { value: '"ic_series_list"' }, { value: '"ic_settlement"' }, { value: '"ic_share"' }, { value: '"ic_slideBanner"' }, { value: '"ic_sort"' }, { value: '"ic_standard_banner"' }, { value: '"ic_success"' }, { value: '"ic_ten_sec_back"' }, { value: '"ic_ten_sec_back_arrow"' }, { value: '"ic_ten_sec_forward"' }, { value: '"ic_ten_sec_forward_arrow"' }, { value: '"ic_time"' }, { value: '"ic_trashcan"' }, { value: '"ic_unavailable"' }, { value: '"ic_unlock"' }, { value: '"ic_upload"' }, { value: '"ic_video_guide"' }, { value: '"ic_video_pip"' }, { value: '"ic_video_playback_speed"' }, { value: '"ic_video_playlist"' }, { value: '"ic_vod"' }, { value: '"ic_vodclass"' }, { value: '"ic_vods"' }, { value: '"ic_vod_shorts"' }, { value: '"ic_warning"' }, { value: '"ic_weblink"' }, { value: '"ic_xmark"' }] } }, colorTheme: { defaultValue: { value: "none" }, description: "", name: "colorTheme", required: !1, type: { name: "enum", value: [{ value: '"none"' }, { value: '"line1"' }, { value: '"line2"' }, { value: '"line3"' }, { value: '"primary1"' }, { value: '"secondary1"' }] } }, type: { defaultValue: { value: "button" }, description: "", name: "type", required: !1, type: { name: "enum", value: [{ value: '"button"' }, { value: '"submit"' }] } }, state: { defaultValue: { value: "normal" }, description: "", name: "state", required: !1, type: { name: "enum", value: [{ value: '"normal"' }, { value: '"disabled"' }] } }, isLoading: { defaultValue: null, description: "", name: "isLoading", required: !1, type: { name: "boolean" } }, isSubmitting: { defaultValue: null, description: "", name: "isSubmitting", required: !1, type: { name: "boolean" } }, onClick: { defaultValue: null, description: "", name: "onClick", required: !1, type: { name: "((e: MouseEvent<HTMLButtonElement, MouseEvent>) => void)" } }, onMouseDown: { defaultValue: null, description: "", name: "onMouseDown", required: !1, type: { name: "((e: MouseEvent<HTMLButtonElement, MouseEvent>) => void)" } } } }, "undefined" != typeof STORYBOOK_REACT_CLASSES && (STORYBOOK_REACT_CLASSES["src/desktop/components/MainButton/MainButton.tsx#MainButton"] = { docgenInfo: MainButton.__docgenInfo, name: "MainButton", path: "src/desktop/components/MainButton/MainButton.tsx#MainButton" });
620
622
  }
621
623
  catch (__react_docgen_typescript_loader_error) { }
622
624
  }, function (module, exports, __webpack_require__) {
@@ -719,11 +721,13 @@
719
721
  "default" !== k && Object.prototype.hasOwnProperty.call(mod, k) && __createBinding(result, mod, k); return __setModuleDefault(result, mod), result; }, __importDefault = this && this.__importDefault || function (mod) { return mod && mod.__esModule ? mod : { default: mod }; };
720
722
  Object.defineProperty(exports, "__esModule", { value: !0 });
721
723
  var react_1 = __importDefault(__webpack_require__(0)), styled_components_1 = __importStar(__webpack_require__(1)), components_1 = __webpack_require__(8), styles_1 = __webpack_require__(128), transitionStyle_1 = __webpack_require__(41), hybrid_1 = __webpack_require__(6), TextLabel_1 = __webpack_require__(36);
722
- function MainButton(_a) { var text = _a.text, _b = _a.shapeType, shapeType = void 0 === _b ? "round" : _b, fillType = _a.fillType, _c = _a.styleTheme, styleTheme = void 0 === _c ? "primary" : _c, _d = _a.size, size = void 0 === _d ? "large" : _d, _e = _a.responsiveMode, responsiveMode = void 0 === _e ? "none" : _e, fontWeight = _a.fontWeight, _f = _a.iconMode, iconMode = void 0 === _f ? "none" : _f, _g = _a.iconFillType, iconFillType = void 0 === _g ? "line" : _g, iconName = _a.iconName, _h = _a.colorTheme, colorTheme = void 0 === _h ? "none" : _h, _j = _a.type, type = void 0 === _j ? "button" : _j, _k = _a.state, state = void 0 === _k ? "normal" : _k, isLoading = _a.isLoading, isSubmitting = _a.isSubmitting, onClick = _a.onClick, onMouseDown = _a.onMouseDown, handleClick = function (e) { onClick && onClick(e); }, handleMouseDown = function (e) { onMouseDown && onMouseDown(e); }, textStyle = { rlarge: "body1Bold", large: "body1Bold", medium: "body2Bold", small: "caption1Bold", xsmall: "caption1Regular" }, textThemeColorLineObj = { line1: "ui_cpnt_button_text_error", line2: "ui_cpnt_button_text_primary", line3: "ui_cpnt_button_text_darktheme_enabled" }, iconFillTypeColorObj = { fill: "ui_cpnt_button_icon_on_primary", line: "ui_cpnt_button_icon_enabled" }, iconStyleThemeColorObj = { primary: "ui_cpnt_button_icon_on_primary", secondary: "ui_cpnt_button_icon_primary" }, iconColorThemeLineColorObj = { line1: "ui_cpnt_button_icon_error", line2: "ui_cpnt_button_icon_primary", line3: "ui_cpnt_button_icon_darktheme_enabled" }, iconColor = function () { return "disabled" === state ? "line3" === colorTheme ? "ui_cpnt_button_icon_darktheme_disabled" : "ui_cpnt_button_icon_disabled" : "line" === fillType && "none" !== colorTheme ? iconColorThemeLineColorObj[colorTheme] : fillType ? iconFillTypeColorObj[fillType] : styleTheme ? iconStyleThemeColorObj[styleTheme] : void 0; }; return isLoading ? react_1.default.createElement(S_LoadingMainButton, { shapeType: shapeType, size: size, responsiveMode: responsiveMode, state: "disabled", disabled: !0 }) : isSubmitting ? react_1.default.createElement(S_MainButton, { shapeType: shapeType, fillType: fillType, styleTheme: styleTheme, size: size, responsiveMode: responsiveMode, colorTheme: colorTheme, state: "normal", disabled: !0 }, react_1.default.createElement(components_1.CircularProgress, { colorKey: "line" === fillType && "none" !== colorTheme && "disabled" !== state ? textThemeColorLineObj[colorTheme] : "fill" === fillType ? "ui_cpnt_textlabel_usr_brandonprimary" : "line" === fillType ? "ui_cpnt_textlabel_sys_primary" : "primary" === styleTheme ? "ui_cpnt_textlabel_usr_brandonprimary" : "secondary" === styleTheme ? "ui_cpnt_textlabel_usr_brandprimary" : "ui_cpnt_textlabel_usr_brandonprimary", size: "rlarge" === size ? "large" : size })) : react_1.default.createElement(S_MainButton, { "x-pds-name": "MainButton", "x-pds-element-type": "component", "x-pds-device-type": "mobile", shapeType: shapeType, fillType: fillType, styleTheme: styleTheme, size: size, responsiveMode: responsiveMode, fontWeight: fontWeight, colorTheme: colorTheme, type: type, state: state, disabled: "disabled" === state, onClick: handleClick, onMouseDown: handleMouseDown }, "xsmall" !== size && "left" === iconMode && react_1.default.createElement(react_1.default.Fragment, null, react_1.default.createElement(hybrid_1.Icon, { iconName: iconName, size: "large" === size || "rlarge" === size ? 20 : 16, colorKey: iconColor(), fillType: iconFillType }), react_1.default.createElement(hybrid_1.Spacing, { size: "large" === size || "rlarge" === size ? "spacing_b" : "spacing_a", spacingType: "width" })), react_1.default.createElement(TextLabel_1.TextLabel, { text: text, styleTheme: textStyle[size], singleLineMode: "use", colorTheme: "disabled" === state ? "sysTextTertiary" : "fill" === fillType ? "usrTextBrandOnPrimary" : "line" === fillType ? "sysTextPrimary" : "primary" === styleTheme ? "usrTextBrandOnPrimary" : "secondary" === styleTheme ? "usrTextBrandPrimary" : "usrTextBrandOnPrimary", colorOverride: "line3" === colorTheme && "disabled" === state ? "ui_cpnt_button_text_darktheme_disabled" : "line" === fillType && "none" !== colorTheme && "disabled" !== state ? textThemeColorLineObj[colorTheme] : void 0, ellipsisMode: "use", lineLimit: 1, wordBreak: "break_all" }), "xsmall" !== size && "right" === iconMode && react_1.default.createElement(react_1.default.Fragment, null, react_1.default.createElement(hybrid_1.Spacing, { size: "large" === size || "rlarge" === size ? "spacing_b" : "spacing_a", spacingType: "width" }), react_1.default.createElement(hybrid_1.Icon, { iconName: iconName, size: "large" === size || "rlarge" === size ? 20 : 16, colorKey: iconColor(), fillType: iconFillType }))); }
723
- var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6, templateObject_7, templateObject_8, templateObject_9, templateObject_10, templateObject_11, templateObject_12, templateObject_13, templateObject_14, templateObject_15, templateObject_16, templateObject_17, templateObject_18, large = (0, styled_components_1.css)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n height: 48px;\n min-width: 96px;\n padding: 0 ", ";\n ", "\n ", ";\n\n & > div {\n height: 48px;\n line-height: 48px;\n }\n"], ["\n height: 48px;\n min-width: 96px;\n padding: 0 ", ";\n ", "\n ", ";\n\n & > div {\n height: 48px;\n line-height: 48px;\n }\n"])), (function (_a) { return _a.theme.spacing.spacingE; }), (function (_a) { return "round" === _a.shapeType && "border-radius: 14px;"; }), (function (_a) { return "rlarge" === _a.size && "width: 100%"; })), medium = (0, styled_components_1.css)(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n height: 40px;\n min-width: 64px;\n padding: 0 ", ";\n ", "\n\n & > div {\n height: 40px;\n line-height: 40px;\n }\n"], ["\n height: 40px;\n min-width: 64px;\n padding: 0 ", ";\n ", "\n\n & > div {\n height: 40px;\n line-height: 40px;\n }\n"])), (function (_a) { return _a.theme.spacing.spacingE; }), (function (_a) { return "round" === _a.shapeType && "border-radius: 14px;"; })), small = (0, styled_components_1.css)(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n height: 32px;\n min-width: 48px;\n padding: 0 ", ";\n ", "\n\n & > div {\n height: 32px;\n line-height: 32px;\n }\n"], ["\n height: 32px;\n min-width: 48px;\n padding: 0 ", ";\n ", "\n\n & > div {\n height: 32px;\n line-height: 32px;\n }\n"])), (function (_a) { return _a.theme.spacing.spacingD; }), (function (_a) { return "round" === _a.shapeType && "border-radius: 10px;"; })), xsmall = (0, styled_components_1.css)(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n height: 24px;\n min-width: 48px;\n padding: 0 ", ";\n ", "\n\n & > div {\n height: 24px;\n line-height: 24px;\n }\n"], ["\n height: 24px;\n min-width: 48px;\n padding: 0 ", ";\n ", "\n\n & > div {\n height: 24px;\n line-height: 24px;\n }\n"])), (function (_a) { return _a.theme.spacing.spacingD; }), (function (_a) { return "round" === _a.shapeType && "border-radius: 8px;"; })), fillDisabled = (0, styled_components_1.css)(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n background-color: ", ";\n"], ["\n background-color: ", ";\n"])), (function (_a) { return _a.theme.ui_cpnt_button_fill_base_disabled; })), fill = (0, styled_components_1.css)(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n background-color: ", ";\n border: none;\n position: relative;\n\n &::before {\n content: '';\n border-radius: inherit;\n position: absolute;\n background-color: transparent;\n height: 100%;\n width: 100%;\n padding: 0;\n ", "\n }\n\n &:active:enabled::before {\n background-color: ", ";\n }\n\n ", "\n"], ["\n background-color: ", ";\n border: none;\n position: relative;\n\n &::before {\n content: '';\n border-radius: inherit;\n position: absolute;\n background-color: transparent;\n height: 100%;\n width: 100%;\n padding: 0;\n ", "\n }\n\n &:active:enabled::before {\n background-color: ", ";\n }\n\n ", "\n"])), (function (_a) { return _a.theme.ui_cpnt_button_fill_base_primary; }), transitionStyle_1.ButtonTransition, (function (_a) { return _a.theme.ui_cpnt_button_fill_on_base_pressed; }), (function (_a) { return "disabled" === _a.state && fillDisabled; })), none = (0, styled_components_1.css)(templateObject_7 || (templateObject_7 = __makeTemplateObject(["\n border: solid 1px ", ";\n"], ["\n border: solid 1px ", ";\n"])), (function (_a) { return _a.theme.ui_cpnt_button_line_border_enabled; })), line1 = (0, styled_components_1.css)(templateObject_8 || (templateObject_8 = __makeTemplateObject(["\n border: solid 1px ", ";\n"], ["\n border: solid 1px ", ";\n"])), (function (_a) { return _a.theme.ui_cpnt_button_line_border_error; })), line2 = (0, styled_components_1.css)(templateObject_9 || (templateObject_9 = __makeTemplateObject(["\n border: solid 1px ", ";\n"], ["\n border: solid 1px ", ";\n"])), (function (_a) { return _a.theme.ui_cpnt_button_line_border_primary; })), line3 = (0, styled_components_1.css)(templateObject_10 || (templateObject_10 = __makeTemplateObject(["\n border: solid 1px ", ";\n background-color: ", ";\n\n &:active:enabled {\n ", "\n }\n"], ["\n border: solid 1px ", ";\n background-color: ", ";\n\n &:active:enabled {\n ", "\n }\n"])), (function (_a) { return _a.theme.ui_cpnt_button_line_border_darktheme_enabled; }), (function (_a) { return _a.theme.ui_cpnt_button_line_base_darktheme_default; }), (function (_a) { return "background-color: " + _a.theme.ui_cpnt_button_line_base_darktheme_pressed + ";"; })), lineDisabled = (0, styled_components_1.css)(templateObject_11 || (templateObject_11 = __makeTemplateObject(["\n background-color: ", ";\n border: solid 1px\n ", ";\n"], ["\n background-color: ", ";\n border: solid 1px\n ", ";\n"])), (function (_a) { var theme = _a.theme; return "line3" === _a.colorTheme ? theme.ui_cpnt_button_line_base_darktheme_default : theme.ui_cpnt_button_line_base_default; }), (function (_a) { var theme = _a.theme; return "line3" === _a.colorTheme ? theme.ui_cpnt_button_line_border_darktheme_disabled : theme.ui_cpnt_button_line_border_disabled; })), line = (0, styled_components_1.css)(templateObject_12 || (templateObject_12 = __makeTemplateObject(["\n background-color: ", ";\n\n &:active:enabled {\n ", "\n }\n\n &::before {\n content: '';\n display: none;\n }\n ", "\n\n ", ";\n ", "\n"], ["\n background-color: ", ";\n\n &:active:enabled {\n ", "\n }\n\n &::before {\n content: '';\n display: none;\n }\n ", "\n\n ", ";\n ", "\n"])), (function (_a) { return _a.theme.ui_cpnt_button_line_base_default; }), (function (_a) { return "background-color: " + _a.theme.ui_cpnt_button_line_base_pressed + ";"; }), transitionStyle_1.ButtonTransition, (function (_a) { var colorTheme = _a.colorTheme; return colorTheme && { none: none, line1: line1, line2: line2, line3: line3 }[colorTheme]; }), (function (_a) { return "disabled" === _a.state && lineDisabled; })), primaryDisabled = (0, styled_components_1.css)(templateObject_13 || (templateObject_13 = __makeTemplateObject(["\n background-color: ", ";\n"], ["\n background-color: ", ";\n"])), (function (_a) { return _a.theme.ui_cpnt_button_fill_base_disabled; })), primary = (0, styled_components_1.css)(templateObject_14 || (templateObject_14 = __makeTemplateObject(["\n background-color: ", ";\n border: none;\n position: relative;\n\n &::before {\n content: '';\n border-radius: inherit;\n position: absolute;\n background-color: transparent;\n height: 100%;\n width: 100%;\n padding: 0;\n ", "\n }\n\n &:active:enabled::before {\n background-color: ", ";\n }\n\n ", "\n"], ["\n background-color: ", ";\n border: none;\n position: relative;\n\n &::before {\n content: '';\n border-radius: inherit;\n position: absolute;\n background-color: transparent;\n height: 100%;\n width: 100%;\n padding: 0;\n ", "\n }\n\n &:active:enabled::before {\n background-color: ", ";\n }\n\n ", "\n"])), (function (_a) { return _a.theme.ui_cpnt_button_fill_base_primary; }), transitionStyle_1.ButtonTransition, (function (_a) { return _a.theme.ui_cpnt_button_fill_on_base_pressed; }), (function (_a) { return "disabled" === _a.state && primaryDisabled; })), secondaryDisabled = (0, styled_components_1.css)(templateObject_15 || (templateObject_15 = __makeTemplateObject(["\n background-color: ", ";\n"], ["\n background-color: ", ";\n"])), (function (_a) { return _a.theme.ui_cpnt_button_line_base_hover; })), secondary = (0, styled_components_1.css)(templateObject_16 || (templateObject_16 = __makeTemplateObject(["\n background-color: ", ";\n border: none;\n position: relative;\n\n &::before {\n content: '';\n border-radius: inherit;\n position: absolute;\n background-color: transparent;\n height: 100%;\n width: 100%;\n padding: 0;\n ", "\n }\n\n &:active:enabled::before {\n background-color: ", ";\n }\n\n ", "\n"], ["\n background-color: ", ";\n border: none;\n position: relative;\n\n &::before {\n content: '';\n border-radius: inherit;\n position: absolute;\n background-color: transparent;\n height: 100%;\n width: 100%;\n padding: 0;\n ", "\n }\n\n &:active:enabled::before {\n background-color: ", ";\n }\n\n ", "\n"])), (function (_a) { return _a.theme.ui_cpnt_button_line_base_hover; }), transitionStyle_1.ButtonTransition, (function (_a) { return _a.theme.ui_cpnt_button_secondary_on_base_pressed; }), (function (_a) { return "disabled" === _a.state && secondaryDisabled; })), S_MainButton = styled_components_1.default.button(templateObject_17 || (templateObject_17 = __makeTemplateObject(["\n align-items: center;\n background-color: transparent;\n border: 1px solid transparent;\n box-sizing: border-box;\n display: flex;\n justify-content: center;\n\n &:focus {\n outline: none;\n }\n\n ", "\n ", "\n ", "\n ", ";\n\n & > div {\n ", ";\n }\n"], ["\n align-items: center;\n background-color: transparent;\n border: 1px solid transparent;\n box-sizing: border-box;\n display: flex;\n justify-content: center;\n\n &:focus {\n outline: none;\n }\n\n ", "\n ", "\n ", "\n ", ";\n\n & > div {\n ", ";\n }\n"])), (function (_a) { var styleTheme = _a.styleTheme; return styleTheme && { primary: primary, secondary: secondary }[styleTheme]; }), (function (_a) { var fillType = _a.fillType; return fillType && { fill: fill, line: line }[fillType]; }), (function (_a) { var size = _a.size; return size && { large: large, medium: medium, small: small, xsmall: xsmall, rlarge: large }[size]; }), (function (_a) { return "use" === _a.responsiveMode && "width: 100%"; }), (function (_a) { var theme = _a.theme, fontWeight = _a.fontWeight; return fontWeight && { bold: "font-weight: " + theme.fontWeight.bold, regular: "font-weight: " + theme.fontWeight.normal }[fontWeight]; })), S_LoadingMainButton = (0, styled_components_1.default)(S_MainButton)(templateObject_18 || (templateObject_18 = __makeTemplateObject(["\n ", "\n"], ["\n ", "\n"])), styles_1.skeletonLoadingStyle);
724
+ function MainButton(_a) { var text = _a.text, _b = _a.shapeType, shapeType = void 0 === _b ? "round" : _b, fillType = _a.fillType, _c = _a.styleTheme, styleTheme = void 0 === _c ? "primary" : _c, _d = _a.size, size = void 0 === _d ? "large" : _d, _e = _a.responsiveMode, responsiveMode = void 0 === _e ? "none" : _e, fontWeight = _a.fontWeight, _f = _a.iconMode, iconMode = void 0 === _f ? "none" : _f, _g = _a.iconFillType, iconFillType = void 0 === _g ? "line" : _g, iconName = _a.iconName, _h = _a.colorTheme, colorTheme = void 0 === _h ? "none" : _h, _j = _a.type, type = void 0 === _j ? "button" : _j, _k = _a.state, state = void 0 === _k ? "normal" : _k, isLoading = _a.isLoading, isSubmitting = _a.isSubmitting, onClick = _a.onClick, onMouseDown = _a.onMouseDown, handleClick = function (e) { onClick && onClick(e); }, handleMouseDown = function (e) { onMouseDown && onMouseDown(e); }, isLineColorTheme = colorTheme.includes("line"), isPrimaryColorTheme = colorTheme.includes("primary"), isSecondaryColorTheme = colorTheme.includes("secondary"), lineColorThemeTextColor = function () { return "line1" === colorTheme ? "ui_cpnt_button_text_error" : "line2" === colorTheme ? "ui_cpnt_button_text_primary" : "line3" === colorTheme ? "ui_cpnt_button_text_darktheme_enabled" : void 0; }, textStyle = { rlarge: "body1Bold", large: "body1Bold", medium: "body2Bold", small: "caption1Bold", xsmall: "caption1Regular" }, iconFillTypeColors = { fill: "ui_cpnt_button_icon_on_primary", line: "ui_cpnt_button_icon_enabled" }, iconStyleThemeColors = { primary: "ui_cpnt_button_icon_on_primary", secondary: "ui_cpnt_button_icon_primary" }, iconColor = function () { return "disabled" === state ? "line3" === colorTheme ? "ui_cpnt_button_icon_darktheme_disabled" : "secondary" === styleTheme && "secondary1" === colorTheme ? "ui_cpnt_button_icon_secondary_variation_disabled" : "ui_cpnt_button_icon_disabled" : "line" === fillType && isLineColorTheme ? "line1" === colorTheme ? "ui_cpnt_button_icon_error" : "line2" === colorTheme ? "ui_cpnt_button_icon_primary" : "line3" === colorTheme ? "ui_cpnt_button_icon_darktheme_enabled" : void 0 : fillType ? iconFillTypeColors[fillType] : "primary" === styleTheme && isPrimaryColorTheme ? function () { if ("primary1" === colorTheme)
725
+ return "ui_cpnt_button_icon_primary"; }() : "secondary" === styleTheme && isSecondaryColorTheme ? function () { if ("secondary1" === colorTheme)
726
+ return "ui_cpnt_button_icon_on_primary"; }() : styleTheme ? iconStyleThemeColors[styleTheme] : void 0; }; return isLoading ? react_1.default.createElement(S_LoadingMainButton, { shapeType: shapeType, size: size, responsiveMode: responsiveMode, state: "disabled", disabled: !0 }) : isSubmitting ? react_1.default.createElement(S_MainButton, { shapeType: shapeType, fillType: fillType, styleTheme: styleTheme, size: size, responsiveMode: responsiveMode, colorTheme: colorTheme, state: "normal", disabled: !0 }, react_1.default.createElement(components_1.CircularProgress, { colorKey: "line" === fillType && isLineColorTheme && "disabled" !== state ? lineColorThemeTextColor() : "fill" === fillType ? "ui_cpnt_textlabel_usr_brandonprimary" : "line" === fillType ? "ui_cpnt_textlabel_sys_primary" : "primary" === styleTheme ? "primary1" === colorTheme ? "ui_cpnt_textlabel_usr_brandprimary" : "ui_cpnt_textlabel_usr_brandonprimary" : "secondary" === styleTheme ? "secondary1" === colorTheme ? "ui_cpnt_textlabel_sys_white" : "ui_cpnt_textlabel_usr_brandprimary" : "ui_cpnt_textlabel_usr_brandonprimary", size: "rlarge" === size ? "large" : size })) : react_1.default.createElement(S_MainButton, { "x-pds-name": "MainButton", "x-pds-element-type": "component", "x-pds-device-type": "mobile", shapeType: shapeType, fillType: fillType, styleTheme: styleTheme, size: size, responsiveMode: responsiveMode, fontWeight: fontWeight, colorTheme: colorTheme, type: type, state: state, disabled: "disabled" === state, onClick: handleClick, onMouseDown: handleMouseDown }, "xsmall" !== size && "left" === iconMode && react_1.default.createElement(react_1.default.Fragment, null, react_1.default.createElement(hybrid_1.Icon, { iconName: iconName, size: "large" === size || "rlarge" === size ? 20 : 16, colorKey: iconColor(), fillType: iconFillType }), react_1.default.createElement(hybrid_1.Spacing, { size: "large" === size || "rlarge" === size ? "spacing_b" : "spacing_a", spacingType: "width" })), react_1.default.createElement(TextLabel_1.TextLabel, { text: text, styleTheme: textStyle[size], singleLineMode: "use", colorTheme: "disabled" === state ? "sysTextTertiary" : "fill" === fillType ? "usrTextBrandOnPrimary" : "line" === fillType ? "sysTextPrimary" : "primary" === styleTheme ? "primary1" === colorTheme ? "usrTextBrandPrimary" : "usrTextBrandOnPrimary" : "secondary" === styleTheme ? "secondary1" === colorTheme ? "sysTextWhite" : "usrTextBrandPrimary" : "usrTextBrandOnPrimary", colorOverride: "line3" === colorTheme && "disabled" === state ? "ui_cpnt_button_text_darktheme_disabled" : "line" === fillType && isLineColorTheme && "disabled" !== state ? lineColorThemeTextColor() : "secondary" === styleTheme && "secondary1" === colorTheme && "disabled" === state ? "ui_cpnt_button_text_secondary_variation_disabled" : void 0, ellipsisMode: "use", lineLimit: 1, wordBreak: "break_all" }), "xsmall" !== size && "right" === iconMode && react_1.default.createElement(react_1.default.Fragment, null, react_1.default.createElement(hybrid_1.Spacing, { size: "large" === size || "rlarge" === size ? "spacing_b" : "spacing_a", spacingType: "width" }), react_1.default.createElement(hybrid_1.Icon, { iconName: iconName, size: "large" === size || "rlarge" === size ? 20 : 16, colorKey: iconColor(), fillType: iconFillType }))); }
727
+ var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6, templateObject_7, templateObject_8, templateObject_9, templateObject_10, templateObject_11, templateObject_12, templateObject_13, templateObject_14, templateObject_15, templateObject_16, templateObject_17, templateObject_18, templateObject_19, templateObject_20, templateObject_21, large = (0, styled_components_1.css)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n height: 48px;\n min-width: 96px;\n padding: 0 ", ";\n ", "\n ", ";\n\n & > div {\n height: 48px;\n line-height: 48px;\n }\n"], ["\n height: 48px;\n min-width: 96px;\n padding: 0 ", ";\n ", "\n ", ";\n\n & > div {\n height: 48px;\n line-height: 48px;\n }\n"])), (function (_a) { return _a.theme.spacing.spacingE; }), (function (_a) { return "round" === _a.shapeType && "border-radius: 14px;"; }), (function (_a) { return "rlarge" === _a.size && "width: 100%"; })), medium = (0, styled_components_1.css)(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n height: 40px;\n min-width: 64px;\n padding: 0 ", ";\n ", "\n\n & > div {\n height: 40px;\n line-height: 40px;\n }\n"], ["\n height: 40px;\n min-width: 64px;\n padding: 0 ", ";\n ", "\n\n & > div {\n height: 40px;\n line-height: 40px;\n }\n"])), (function (_a) { return _a.theme.spacing.spacingE; }), (function (_a) { return "round" === _a.shapeType && "border-radius: 14px;"; })), small = (0, styled_components_1.css)(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n height: 32px;\n min-width: 48px;\n padding: 0 ", ";\n ", "\n\n & > div {\n height: 32px;\n line-height: 32px;\n }\n"], ["\n height: 32px;\n min-width: 48px;\n padding: 0 ", ";\n ", "\n\n & > div {\n height: 32px;\n line-height: 32px;\n }\n"])), (function (_a) { return _a.theme.spacing.spacingD; }), (function (_a) { return "round" === _a.shapeType && "border-radius: 10px;"; })), xsmall = (0, styled_components_1.css)(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n height: 24px;\n min-width: 48px;\n padding: 0 ", ";\n ", "\n\n & > div {\n height: 24px;\n line-height: 24px;\n }\n"], ["\n height: 24px;\n min-width: 48px;\n padding: 0 ", ";\n ", "\n\n & > div {\n height: 24px;\n line-height: 24px;\n }\n"])), (function (_a) { return _a.theme.spacing.spacingD; }), (function (_a) { return "round" === _a.shapeType && "border-radius: 8px;"; })), fillDisabled = (0, styled_components_1.css)(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n background-color: ", ";\n"], ["\n background-color: ", ";\n"])), (function (_a) { return _a.theme.ui_cpnt_button_fill_base_disabled; })), fill = (0, styled_components_1.css)(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n background-color: ", ";\n border: none;\n position: relative;\n\n &::before {\n content: '';\n border-radius: inherit;\n position: absolute;\n background-color: transparent;\n height: 100%;\n width: 100%;\n padding: 0;\n ", "\n }\n\n &:active:enabled::before {\n background-color: ", ";\n }\n\n ", "\n"], ["\n background-color: ", ";\n border: none;\n position: relative;\n\n &::before {\n content: '';\n border-radius: inherit;\n position: absolute;\n background-color: transparent;\n height: 100%;\n width: 100%;\n padding: 0;\n ", "\n }\n\n &:active:enabled::before {\n background-color: ", ";\n }\n\n ", "\n"])), (function (_a) { return _a.theme.ui_cpnt_button_fill_base_primary; }), transitionStyle_1.ButtonTransition, (function (_a) { return _a.theme.ui_cpnt_button_fill_on_base_pressed; }), (function (_a) { return "disabled" === _a.state && fillDisabled; })), none = (0, styled_components_1.css)(templateObject_7 || (templateObject_7 = __makeTemplateObject(["\n border: solid 1px ", ";\n"], ["\n border: solid 1px ", ";\n"])), (function (_a) { return _a.theme.ui_cpnt_button_line_border_enabled; })), line1 = (0, styled_components_1.css)(templateObject_8 || (templateObject_8 = __makeTemplateObject(["\n border: solid 1px ", ";\n"], ["\n border: solid 1px ", ";\n"])), (function (_a) { return _a.theme.ui_cpnt_button_line_border_error; })), line2 = (0, styled_components_1.css)(templateObject_9 || (templateObject_9 = __makeTemplateObject(["\n border: solid 1px ", ";\n"], ["\n border: solid 1px ", ";\n"])), (function (_a) { return _a.theme.ui_cpnt_button_line_border_primary; })), line3 = (0, styled_components_1.css)(templateObject_10 || (templateObject_10 = __makeTemplateObject(["\n border: solid 1px ", ";\n background-color: ", ";\n\n &:active:enabled {\n ", "\n }\n"], ["\n border: solid 1px ", ";\n background-color: ", ";\n\n &:active:enabled {\n ", "\n }\n"])), (function (_a) { return _a.theme.ui_cpnt_button_line_border_darktheme_enabled; }), (function (_a) { return _a.theme.ui_cpnt_button_line_base_darktheme_default; }), (function (_a) { return "background-color: " + _a.theme.ui_cpnt_button_line_base_darktheme_pressed + ";"; })), lineDisabled = (0, styled_components_1.css)(templateObject_11 || (templateObject_11 = __makeTemplateObject(["\n background-color: ", ";\n border: solid 1px\n ", ";\n"], ["\n background-color: ", ";\n border: solid 1px\n ", ";\n"])), (function (_a) { var theme = _a.theme; return "line3" === _a.colorTheme ? theme.ui_cpnt_button_line_base_darktheme_default : theme.ui_cpnt_button_line_base_default; }), (function (_a) { var theme = _a.theme; return "line3" === _a.colorTheme ? theme.ui_cpnt_button_line_border_darktheme_disabled : theme.ui_cpnt_button_line_border_disabled; })), line = (0, styled_components_1.css)(templateObject_12 || (templateObject_12 = __makeTemplateObject(["\n background-color: ", ";\n\n &:active:enabled {\n ", "\n }\n\n &::before {\n content: '';\n display: none;\n }\n ", "\n\n ", ";\n\n ", "\n"], ["\n background-color: ", ";\n\n &:active:enabled {\n ", "\n }\n\n &::before {\n content: '';\n display: none;\n }\n ", "\n\n ", ";\n\n ", "\n"])), (function (_a) { return _a.theme.ui_cpnt_button_line_base_default; }), (function (_a) { return "background-color: " + _a.theme.ui_cpnt_button_line_base_pressed + ";"; }), transitionStyle_1.ButtonTransition, (function (_a) { var colorTheme = _a.colorTheme; return "none" === colorTheme ? none : "line1" === colorTheme ? line1 : "line2" === colorTheme ? line2 : "line3" === colorTheme ? line3 : void 0; }), (function (_a) { return "disabled" === _a.state && lineDisabled; })), primaryDisabled = (0, styled_components_1.css)(templateObject_13 || (templateObject_13 = __makeTemplateObject(["\n background-color: ", ";\n"], ["\n background-color: ", ";\n"])), (function (_a) { return _a.theme.ui_cpnt_button_fill_base_disabled; })), primary1 = (0, styled_components_1.css)(templateObject_14 || (templateObject_14 = __makeTemplateObject(["\n background-color: ", ";\n"], ["\n background-color: ", ";\n"])), (function (_a) { return _a.theme.ui_cpnt_button_primary_variation_base_enabled; })), primary = (0, styled_components_1.css)(templateObject_15 || (templateObject_15 = __makeTemplateObject(["\n background-color: ", ";\n border: none;\n position: relative;\n\n &::before {\n content: '';\n border-radius: inherit;\n position: absolute;\n background-color: transparent;\n height: 100%;\n width: 100%;\n padding: 0;\n ", "\n }\n\n &:active:enabled::before {\n background-color: ", ";\n }\n\n ", "\n ", "\n"], ["\n background-color: ", ";\n border: none;\n position: relative;\n\n &::before {\n content: '';\n border-radius: inherit;\n position: absolute;\n background-color: transparent;\n height: 100%;\n width: 100%;\n padding: 0;\n ", "\n }\n\n &:active:enabled::before {\n background-color: ", ";\n }\n\n ", "\n ", "\n"])), (function (_a) { return _a.theme.ui_cpnt_button_fill_base_primary; }), transitionStyle_1.ButtonTransition, (function (_a) { return _a.theme.ui_cpnt_button_fill_on_base_pressed; }), (function (_a) { return "primary1" === _a.colorTheme && primary1; }), (function (_a) { return "disabled" === _a.state && primaryDisabled; })), secondary1Disabled = (0, styled_components_1.css)(templateObject_16 || (templateObject_16 = __makeTemplateObject(["\n background-color: ", ";\n"], ["\n background-color: ", ";\n"])), (function (_a) { return _a.theme.ui_cpnt_button_secondary_variation_base_default; })), secondaryDisabled = (0, styled_components_1.css)(templateObject_17 || (templateObject_17 = __makeTemplateObject(["\n background-color: ", ";\n\n ", "\n"], ["\n background-color: ", ";\n\n ", "\n"])), (function (_a) { return _a.theme.ui_cpnt_button_line_base_hover; }), (function (_a) { return "secondary1" === _a.colorTheme && secondary1Disabled; })), secondary1 = (0, styled_components_1.css)(templateObject_18 || (templateObject_18 = __makeTemplateObject(["\n background-color: ", ";\n\n &:active:enabled {\n background-color: ", ";\n }\n\n &::before {\n content: '';\n display: none;\n }\n\n ", "\n"], ["\n background-color: ", ";\n\n &:active:enabled {\n background-color: ", ";\n }\n\n &::before {\n content: '';\n display: none;\n }\n\n ", "\n"])), (function (_a) { return _a.theme.ui_cpnt_button_secondary_variation_base_default; }), (function (_a) { return _a.theme.ui_cpnt_button_secondary_variation_base_pressed; }), transitionStyle_1.ButtonTransition), secondary = (0, styled_components_1.css)(templateObject_19 || (templateObject_19 = __makeTemplateObject(["\n background-color: ", ";\n border: none;\n position: relative;\n\n &::before {\n content: '';\n border-radius: inherit;\n position: absolute;\n background-color: transparent;\n height: 100%;\n width: 100%;\n padding: 0;\n ", "\n }\n\n &:active:enabled::before {\n background-color: ", ";\n }\n\n ", "\n ", "\n"], ["\n background-color: ", ";\n border: none;\n position: relative;\n\n &::before {\n content: '';\n border-radius: inherit;\n position: absolute;\n background-color: transparent;\n height: 100%;\n width: 100%;\n padding: 0;\n ", "\n }\n\n &:active:enabled::before {\n background-color: ", ";\n }\n\n ", "\n ", "\n"])), (function (_a) { return _a.theme.ui_cpnt_button_line_base_hover; }), transitionStyle_1.ButtonTransition, (function (_a) { return _a.theme.ui_cpnt_button_secondary_on_base_pressed; }), (function (_a) { return "secondary1" === _a.colorTheme && secondary1; }), (function (_a) { return "disabled" === _a.state && secondaryDisabled; })), S_MainButton = styled_components_1.default.button(templateObject_20 || (templateObject_20 = __makeTemplateObject(["\n align-items: center;\n background-color: transparent;\n border: 1px solid transparent;\n box-sizing: border-box;\n display: flex;\n justify-content: center;\n\n &:focus {\n outline: none;\n }\n\n ", "\n ", "\n ", "\n ", ";\n\n & > div {\n ", ";\n }\n"], ["\n align-items: center;\n background-color: transparent;\n border: 1px solid transparent;\n box-sizing: border-box;\n display: flex;\n justify-content: center;\n\n &:focus {\n outline: none;\n }\n\n ", "\n ", "\n ", "\n ", ";\n\n & > div {\n ", ";\n }\n"])), (function (_a) { var styleTheme = _a.styleTheme; return styleTheme && { primary: primary, secondary: secondary }[styleTheme]; }), (function (_a) { var fillType = _a.fillType; return fillType && { fill: fill, line: line }[fillType]; }), (function (_a) { var size = _a.size; return size && { large: large, medium: medium, small: small, xsmall: xsmall, rlarge: large }[size]; }), (function (_a) { return "use" === _a.responsiveMode && "width: 100%"; }), (function (_a) { var theme = _a.theme, fontWeight = _a.fontWeight; return fontWeight && { bold: "font-weight: " + theme.fontWeight.bold, regular: "font-weight: " + theme.fontWeight.normal }[fontWeight]; })), S_LoadingMainButton = (0, styled_components_1.default)(S_MainButton)(templateObject_21 || (templateObject_21 = __makeTemplateObject(["\n ", "\n"], ["\n ", "\n"])), styles_1.skeletonLoadingStyle);
724
728
  exports.default = MainButton;
725
729
  try {
726
- MainButton.displayName = "MainButton", MainButton.__docgenInfo = { description: "", displayName: "MainButton", props: { text: { defaultValue: null, description: "", name: "text", required: !1, type: { name: "PDSTextType" } }, shapeType: { defaultValue: { value: "round" }, description: "", name: "shapeType", required: !1, type: { name: "enum", value: [{ value: '"round"' }, { value: '"rectangle"' }] } }, fillType: { defaultValue: null, description: "", name: "fillType", required: !1, type: { name: "enum", value: [{ value: '"fill"' }, { value: '"line"' }] } }, styleTheme: { defaultValue: { value: "primary" }, description: "", name: "styleTheme", required: !1, type: { name: "enum", value: [{ value: '"primary"' }, { value: '"secondary"' }] } }, size: { defaultValue: { value: "large" }, description: "", name: "size", required: !1, type: { name: "enum", value: [{ value: '"medium"' }, { value: '"small"' }, { value: '"large"' }, { value: '"rlarge"' }, { value: '"xsmall"' }] } }, responsiveMode: { defaultValue: { value: "none" }, description: "", name: "responsiveMode", required: !1, type: { name: "enum", value: [{ value: '"none"' }, { value: '"use"' }] } }, fontWeight: { defaultValue: null, description: "", name: "fontWeight", required: !1, type: { name: "enum", value: [{ value: '"regular"' }, { value: '"bold"' }] } }, iconMode: { defaultValue: { value: "none" }, description: "", name: "iconMode", required: !1, type: { name: "enum", value: [{ value: '"none"' }, { value: '"left"' }, { value: '"right"' }] } }, iconFillType: { defaultValue: { value: "line" }, description: "", name: "iconFillType", required: !1, type: { name: "enum", value: [{ value: '"fill"' }, { value: '"line"' }] } }, iconName: { defaultValue: null, description: "", name: "iconName", required: !1, type: { name: "enum", value: [{ value: '"ic_arrow_down"' }, { value: '"ic_arrow_up"' }, { value: '"ic_bell"' }, { value: '"ic_bookmark"' }, { value: '"ic_call"' }, { value: '"ic_call_end"' }, { value: '"ic_camera"' }, { value: '"ic_chat"' }, { value: '"ic_chat_counseling"' }, { value: '"ic_chat_crm"' }, { value: '"ic_chat_off"' }, { value: '"ic_checkbox_indeterminate"' }, { value: '"ic_checkbox_on"' }, { value: '"ic_cloud_download"' }, { value: '"ic_delete"' }, { value: '"ic_downloaded"' }, { value: '"ic_edit"' }, { value: '"ic_eye"' }, { value: '"ic_eye_close"' }, { value: '"ic_face"' }, { value: '"ic_heart"' }, { value: '"ic_help_window"' }, { value: '"ic_live"' }, { value: '"ic_login"' }, { value: '"ic_mic_off"' }, { value: '"ic_mic_on"' }, { value: '"ic_more"' }, { value: '"ic_paper_plane"' }, { value: '"ic_photo"' }, { value: '"ic_pin"' }, { value: '"ic_post_free"' }, { value: '"ic_post_notice"' }, { value: '"ic_post_social"' }, { value: '"ic_question"' }, { value: '"ic_reply"' }, { value: '"ic_setting"' }, { value: '"ic_speaker_off"' }, { value: '"ic_speaker_wave_1"' }, { value: '"ic_speaker_wave_2"' }, { value: '"ic_split_screen"' }, { value: '"ic_star"' }, { value: '"ic_subscribers"' }, { value: '"ic_thumb_down"' }, { value: '"ic_thumb_up"' }, { value: '"ic_toggle_down"' }, { value: '"ic_toggle_up"' }, { value: '"ic_verified"' }, { value: '"ic_video"' }, { value: '"ic_videocall"' }, { value: '"ic_videocall_pro"' }, { value: '"ic_video_episodes"' }, { value: '"ic_video_off"' }, { value: '"ic_video_pause"' }, { value: '"ic_video_play"' }, { value: '"ic_video_play_circle"' }, { value: '"ic_video_resolution"' }, { value: '"ic_video_subtitle"' }, { value: '"ic_vodplus"' }, { value: '"ic_analytics_search_tools"' }, { value: '"ic_arrow_down_bold"' }, { value: '"ic_arrow_left"' }, { value: '"ic_arrow_left_2"' }, { value: '"ic_arrow_left_bold"' }, { value: '"ic_arrow_left_thin"' }, { value: '"ic_arrow_right"' }, { value: '"ic_arrow_right_2"' }, { value: '"ic_arrow_right_bold"' }, { value: '"ic_arrow_right_thin"' }, { value: '"ic_arrow_round_left"' }, { value: '"ic_arrow_up_bold"' }, { value: '"ic_bell_notification"' }, { value: '"ic_booking"' }, { value: '"ic_booking_completed"' }, { value: '"ic_booking_history"' }, { value: '"ic_booking_papp"' }, { value: '"ic_booking_ticket"' }, { value: '"ic_business"' }, { value: '"ic_channel"' }, { value: '"ic_channel_setting"' }, { value: '"ic_check"' }, { value: '"ic_checkbox_off"' }, { value: '"ic_clip"' }, { value: '"ic_coins"' }, { value: '"ic_confetti"' }, { value: '"ic_cont_watching"' }, { value: '"ic_copy"' }, { value: '"ic_cs"' }, { value: '"ic_dashboard"' }, { value: '"ic_design_preference"' }, { value: '"ic_developer"' }, { value: '"ic_device_app"' }, { value: '"ic_device_desktop"' }, { value: '"ic_device_mobile"' }, { value: '"ic_download"' }, { value: '"ic_dynamic_layout"' }, { value: '"ic_editor"' }, { value: '"ic_editor_left_side"' }, { value: '"ic_editor_right_side"' }, { value: '"ic_end"' }, { value: '"ic_error"' }, { value: '"ic_filter"' }, { value: '"ic_folder"' }, { value: '"ic_ghost"' }, { value: '"ic_heart_care"' }, { value: '"ic_home"' }, { value: '"ic_information"' }, { value: '"ic_internal"' }, { value: '"ic_language"' }, { value: '"ic_links"' }, { value: '"ic_live_broadcast"' }, { value: '"ic_live_commerce"' }, { value: '"ic_live_concert"' }, { value: '"ic_live_event"' }, { value: '"ic_live_personal"' }, { value: '"ic_lock"' }, { value: '"ic_mail"' }, { value: '"ic_menu"' }, { value: '"ic_minus_circle"' }, { value: '"ic_news"' }, { value: '"ic_open_page"' }, { value: '"ic_order"' }, { value: '"ic_pages"' }, { value: '"ic_page_size_expand"' }, { value: '"ic_page_size_reduce"' }, { value: '"ic_papp"' }, { value: '"ic_papp_type"' }, { value: '"ic_payment"' }, { value: '"ic_payment_free_trial"' }, { value: '"ic_payment_gift"' }, { value: '"ic_payment_onetime"' }, { value: '"ic_payment_regularly"' }, { value: '"ic_payment_setting"' }, { value: '"ic_photo_multiple"' }, { value: '"ic_plan"' }, { value: '"ic_plus"' }, { value: '"ic_plus_circle"' }, { value: '"ic_post_article"' }, { value: '"ic_post_blog"' }, { value: '"ic_post_column"' }, { value: '"ic_post_community_p"' }, { value: '"ic_post_inquiry"' }, { value: '"ic_post_magazine"' }, { value: '"ic_post_paper_plane"' }, { value: '"ic_post_photobook"' }, { value: '"ic_post_promotion"' }, { value: '"ic_post_promotion_p"' }, { value: '"ic_post_vote"' }, { value: '"ic_post_welcome"' }, { value: '"ic_profit"' }, { value: '"ic_qr"' }, { value: '"ic_radio_off"' }, { value: '"ic_radio_on"' }, { value: '"ic_report"' }, { value: '"ic_requirement"' }, { value: '"ic_rocket"' }, { value: '"ic_sales"' }, { value: '"ic_search"' }, { value: '"ic_section_content_32"' }, { value: '"ic_section_content_40"' }, { value: '"ic_section_contents_carousel_32"' }, { value: '"ic_section_contents_carousel_40"' }, { value: '"ic_section_divider_32"' }, { value: '"ic_section_divider_40"' }, { value: '"ic_section_footer_32"' }, { value: '"ic_section_footer_40"' }, { value: '"ic_section_info_box_32"' }, { value: '"ic_section_info_box_40"' }, { value: '"ic_section_intro_32"' }, { value: '"ic_section_intro_40"' }, { value: '"ic_section_map_32"' }, { value: '"ic_section_map_40"' }, { value: '"ic_section_price_box_32"' }, { value: '"ic_section_price_box_40"' }, { value: '"ic_section_products_carousel_32"' }, { value: '"ic_section_products_carousel_40"' }, { value: '"ic_section_review_32"' }, { value: '"ic_section_review_40"' }, { value: '"ic_section_slider_32"' }, { value: '"ic_section_slider_40"' }, { value: '"ic_section_tab_32"' }, { value: '"ic_section_tab_40"' }, { value: '"ic_seller_info"' }, { value: '"ic_seller_intro"' }, { value: '"ic_seller_page"' }, { value: '"ic_series"' }, { value: '"ic_series_list"' }, { value: '"ic_settlement"' }, { value: '"ic_share"' }, { value: '"ic_slideBanner"' }, { value: '"ic_sort"' }, { value: '"ic_standard_banner"' }, { value: '"ic_success"' }, { value: '"ic_ten_sec_back"' }, { value: '"ic_ten_sec_back_arrow"' }, { value: '"ic_ten_sec_forward"' }, { value: '"ic_ten_sec_forward_arrow"' }, { value: '"ic_time"' }, { value: '"ic_trashcan"' }, { value: '"ic_unavailable"' }, { value: '"ic_unlock"' }, { value: '"ic_upload"' }, { value: '"ic_video_guide"' }, { value: '"ic_video_pip"' }, { value: '"ic_video_playback_speed"' }, { value: '"ic_video_playlist"' }, { value: '"ic_vod"' }, { value: '"ic_vodclass"' }, { value: '"ic_vods"' }, { value: '"ic_vod_shorts"' }, { value: '"ic_warning"' }, { value: '"ic_weblink"' }, { value: '"ic_xmark"' }] } }, colorTheme: { defaultValue: { value: "none" }, description: "", name: "colorTheme", required: !1, type: { name: "enum", value: [{ value: '"none"' }, { value: '"line1"' }, { value: '"line2"' }, { value: '"line3"' }] } }, type: { defaultValue: { value: "button" }, description: "", name: "type", required: !1, type: { name: "enum", value: [{ value: '"button"' }, { value: '"submit"' }] } }, state: { defaultValue: { value: "normal" }, description: "", name: "state", required: !1, type: { name: "enum", value: [{ value: '"normal"' }, { value: '"disabled"' }] } }, isLoading: { defaultValue: null, description: "", name: "isLoading", required: !1, type: { name: "boolean" } }, isSubmitting: { defaultValue: null, description: "", name: "isSubmitting", required: !1, type: { name: "boolean" } }, onClick: { defaultValue: null, description: "", name: "onClick", required: !1, type: { name: "((e: MouseEvent<HTMLButtonElement, MouseEvent>) => void)" } }, onMouseDown: { defaultValue: null, description: "", name: "onMouseDown", required: !1, type: { name: "((e: MouseEvent<HTMLButtonElement, MouseEvent>) => void)" } } } }, "undefined" != typeof STORYBOOK_REACT_CLASSES && (STORYBOOK_REACT_CLASSES["src/mobile/components/MainButton/MainButton.tsx#MainButton"] = { docgenInfo: MainButton.__docgenInfo, name: "MainButton", path: "src/mobile/components/MainButton/MainButton.tsx#MainButton" });
730
+ MainButton.displayName = "MainButton", MainButton.__docgenInfo = { description: "", displayName: "MainButton", props: { text: { defaultValue: null, description: "", name: "text", required: !1, type: { name: "PDSTextType" } }, shapeType: { defaultValue: { value: "round" }, description: "", name: "shapeType", required: !1, type: { name: "enum", value: [{ value: '"round"' }, { value: '"rectangle"' }] } }, fillType: { defaultValue: null, description: "", name: "fillType", required: !1, type: { name: "enum", value: [{ value: '"fill"' }, { value: '"line"' }] } }, styleTheme: { defaultValue: { value: "primary" }, description: "", name: "styleTheme", required: !1, type: { name: "enum", value: [{ value: '"primary"' }, { value: '"secondary"' }] } }, size: { defaultValue: { value: "large" }, description: "", name: "size", required: !1, type: { name: "enum", value: [{ value: '"medium"' }, { value: '"small"' }, { value: '"large"' }, { value: '"rlarge"' }, { value: '"xsmall"' }] } }, responsiveMode: { defaultValue: { value: "none" }, description: "", name: "responsiveMode", required: !1, type: { name: "enum", value: [{ value: '"none"' }, { value: '"use"' }] } }, fontWeight: { defaultValue: null, description: "", name: "fontWeight", required: !1, type: { name: "enum", value: [{ value: '"regular"' }, { value: '"bold"' }] } }, iconMode: { defaultValue: { value: "none" }, description: "", name: "iconMode", required: !1, type: { name: "enum", value: [{ value: '"none"' }, { value: '"left"' }, { value: '"right"' }] } }, iconFillType: { defaultValue: { value: "line" }, description: "", name: "iconFillType", required: !1, type: { name: "enum", value: [{ value: '"fill"' }, { value: '"line"' }] } }, iconName: { defaultValue: null, description: "", name: "iconName", required: !1, type: { name: "enum", value: [{ value: '"ic_arrow_down"' }, { value: '"ic_arrow_up"' }, { value: '"ic_bell"' }, { value: '"ic_bookmark"' }, { value: '"ic_call"' }, { value: '"ic_call_end"' }, { value: '"ic_camera"' }, { value: '"ic_chat"' }, { value: '"ic_chat_counseling"' }, { value: '"ic_chat_crm"' }, { value: '"ic_chat_off"' }, { value: '"ic_checkbox_indeterminate"' }, { value: '"ic_checkbox_on"' }, { value: '"ic_cloud_download"' }, { value: '"ic_delete"' }, { value: '"ic_downloaded"' }, { value: '"ic_edit"' }, { value: '"ic_eye"' }, { value: '"ic_eye_close"' }, { value: '"ic_face"' }, { value: '"ic_heart"' }, { value: '"ic_help_window"' }, { value: '"ic_live"' }, { value: '"ic_login"' }, { value: '"ic_mic_off"' }, { value: '"ic_mic_on"' }, { value: '"ic_more"' }, { value: '"ic_paper_plane"' }, { value: '"ic_photo"' }, { value: '"ic_pin"' }, { value: '"ic_post_free"' }, { value: '"ic_post_notice"' }, { value: '"ic_post_social"' }, { value: '"ic_question"' }, { value: '"ic_reply"' }, { value: '"ic_setting"' }, { value: '"ic_speaker_off"' }, { value: '"ic_speaker_wave_1"' }, { value: '"ic_speaker_wave_2"' }, { value: '"ic_split_screen"' }, { value: '"ic_star"' }, { value: '"ic_subscribers"' }, { value: '"ic_thumb_down"' }, { value: '"ic_thumb_up"' }, { value: '"ic_toggle_down"' }, { value: '"ic_toggle_up"' }, { value: '"ic_verified"' }, { value: '"ic_video"' }, { value: '"ic_videocall"' }, { value: '"ic_videocall_pro"' }, { value: '"ic_video_episodes"' }, { value: '"ic_video_off"' }, { value: '"ic_video_pause"' }, { value: '"ic_video_play"' }, { value: '"ic_video_play_circle"' }, { value: '"ic_video_resolution"' }, { value: '"ic_video_subtitle"' }, { value: '"ic_vodplus"' }, { value: '"ic_analytics_search_tools"' }, { value: '"ic_arrow_down_bold"' }, { value: '"ic_arrow_left"' }, { value: '"ic_arrow_left_2"' }, { value: '"ic_arrow_left_bold"' }, { value: '"ic_arrow_left_thin"' }, { value: '"ic_arrow_right"' }, { value: '"ic_arrow_right_2"' }, { value: '"ic_arrow_right_bold"' }, { value: '"ic_arrow_right_thin"' }, { value: '"ic_arrow_round_left"' }, { value: '"ic_arrow_up_bold"' }, { value: '"ic_bell_notification"' }, { value: '"ic_booking"' }, { value: '"ic_booking_completed"' }, { value: '"ic_booking_history"' }, { value: '"ic_booking_papp"' }, { value: '"ic_booking_ticket"' }, { value: '"ic_business"' }, { value: '"ic_channel"' }, { value: '"ic_channel_setting"' }, { value: '"ic_check"' }, { value: '"ic_checkbox_off"' }, { value: '"ic_clip"' }, { value: '"ic_coins"' }, { value: '"ic_confetti"' }, { value: '"ic_cont_watching"' }, { value: '"ic_copy"' }, { value: '"ic_cs"' }, { value: '"ic_dashboard"' }, { value: '"ic_design_preference"' }, { value: '"ic_developer"' }, { value: '"ic_device_app"' }, { value: '"ic_device_desktop"' }, { value: '"ic_device_mobile"' }, { value: '"ic_download"' }, { value: '"ic_dynamic_layout"' }, { value: '"ic_editor"' }, { value: '"ic_editor_left_side"' }, { value: '"ic_editor_right_side"' }, { value: '"ic_end"' }, { value: '"ic_error"' }, { value: '"ic_filter"' }, { value: '"ic_folder"' }, { value: '"ic_ghost"' }, { value: '"ic_heart_care"' }, { value: '"ic_home"' }, { value: '"ic_information"' }, { value: '"ic_internal"' }, { value: '"ic_language"' }, { value: '"ic_links"' }, { value: '"ic_live_broadcast"' }, { value: '"ic_live_commerce"' }, { value: '"ic_live_concert"' }, { value: '"ic_live_event"' }, { value: '"ic_live_personal"' }, { value: '"ic_lock"' }, { value: '"ic_mail"' }, { value: '"ic_menu"' }, { value: '"ic_minus_circle"' }, { value: '"ic_news"' }, { value: '"ic_open_page"' }, { value: '"ic_order"' }, { value: '"ic_pages"' }, { value: '"ic_page_size_expand"' }, { value: '"ic_page_size_reduce"' }, { value: '"ic_papp"' }, { value: '"ic_papp_type"' }, { value: '"ic_payment"' }, { value: '"ic_payment_free_trial"' }, { value: '"ic_payment_gift"' }, { value: '"ic_payment_onetime"' }, { value: '"ic_payment_regularly"' }, { value: '"ic_payment_setting"' }, { value: '"ic_photo_multiple"' }, { value: '"ic_plan"' }, { value: '"ic_plus"' }, { value: '"ic_plus_circle"' }, { value: '"ic_post_article"' }, { value: '"ic_post_blog"' }, { value: '"ic_post_column"' }, { value: '"ic_post_community_p"' }, { value: '"ic_post_inquiry"' }, { value: '"ic_post_magazine"' }, { value: '"ic_post_paper_plane"' }, { value: '"ic_post_photobook"' }, { value: '"ic_post_promotion"' }, { value: '"ic_post_promotion_p"' }, { value: '"ic_post_vote"' }, { value: '"ic_post_welcome"' }, { value: '"ic_profit"' }, { value: '"ic_qr"' }, { value: '"ic_radio_off"' }, { value: '"ic_radio_on"' }, { value: '"ic_report"' }, { value: '"ic_requirement"' }, { value: '"ic_rocket"' }, { value: '"ic_sales"' }, { value: '"ic_search"' }, { value: '"ic_section_content_32"' }, { value: '"ic_section_content_40"' }, { value: '"ic_section_contents_carousel_32"' }, { value: '"ic_section_contents_carousel_40"' }, { value: '"ic_section_divider_32"' }, { value: '"ic_section_divider_40"' }, { value: '"ic_section_footer_32"' }, { value: '"ic_section_footer_40"' }, { value: '"ic_section_info_box_32"' }, { value: '"ic_section_info_box_40"' }, { value: '"ic_section_intro_32"' }, { value: '"ic_section_intro_40"' }, { value: '"ic_section_map_32"' }, { value: '"ic_section_map_40"' }, { value: '"ic_section_price_box_32"' }, { value: '"ic_section_price_box_40"' }, { value: '"ic_section_products_carousel_32"' }, { value: '"ic_section_products_carousel_40"' }, { value: '"ic_section_review_32"' }, { value: '"ic_section_review_40"' }, { value: '"ic_section_slider_32"' }, { value: '"ic_section_slider_40"' }, { value: '"ic_section_tab_32"' }, { value: '"ic_section_tab_40"' }, { value: '"ic_seller_info"' }, { value: '"ic_seller_intro"' }, { value: '"ic_seller_page"' }, { value: '"ic_series"' }, { value: '"ic_series_list"' }, { value: '"ic_settlement"' }, { value: '"ic_share"' }, { value: '"ic_slideBanner"' }, { value: '"ic_sort"' }, { value: '"ic_standard_banner"' }, { value: '"ic_success"' }, { value: '"ic_ten_sec_back"' }, { value: '"ic_ten_sec_back_arrow"' }, { value: '"ic_ten_sec_forward"' }, { value: '"ic_ten_sec_forward_arrow"' }, { value: '"ic_time"' }, { value: '"ic_trashcan"' }, { value: '"ic_unavailable"' }, { value: '"ic_unlock"' }, { value: '"ic_upload"' }, { value: '"ic_video_guide"' }, { value: '"ic_video_pip"' }, { value: '"ic_video_playback_speed"' }, { value: '"ic_video_playlist"' }, { value: '"ic_vod"' }, { value: '"ic_vodclass"' }, { value: '"ic_vods"' }, { value: '"ic_vod_shorts"' }, { value: '"ic_warning"' }, { value: '"ic_weblink"' }, { value: '"ic_xmark"' }] } }, colorTheme: { defaultValue: { value: "none" }, description: "", name: "colorTheme", required: !1, type: { name: "enum", value: [{ value: '"none"' }, { value: '"line1"' }, { value: '"line2"' }, { value: '"line3"' }, { value: '"primary1"' }, { value: '"secondary1"' }] } }, type: { defaultValue: { value: "button" }, description: "", name: "type", required: !1, type: { name: "enum", value: [{ value: '"button"' }, { value: '"submit"' }] } }, state: { defaultValue: { value: "normal" }, description: "", name: "state", required: !1, type: { name: "enum", value: [{ value: '"normal"' }, { value: '"disabled"' }] } }, isLoading: { defaultValue: null, description: "", name: "isLoading", required: !1, type: { name: "boolean" } }, isSubmitting: { defaultValue: null, description: "", name: "isSubmitting", required: !1, type: { name: "boolean" } }, onClick: { defaultValue: null, description: "", name: "onClick", required: !1, type: { name: "((e: MouseEvent<HTMLButtonElement, MouseEvent>) => void)" } }, onMouseDown: { defaultValue: null, description: "", name: "onMouseDown", required: !1, type: { name: "((e: MouseEvent<HTMLButtonElement, MouseEvent>) => void)" } } } }, "undefined" != typeof STORYBOOK_REACT_CLASSES && (STORYBOOK_REACT_CLASSES["src/mobile/components/MainButton/MainButton.tsx#MainButton"] = { docgenInfo: MainButton.__docgenInfo, name: "MainButton", path: "src/mobile/components/MainButton/MainButton.tsx#MainButton" });
727
731
  }
728
732
  catch (__react_docgen_typescript_loader_error) { }
729
733
  }, function (module, exports, __webpack_require__) {
@@ -1202,7 +1206,7 @@
1202
1206
  }
1203
1207
  onClickItem && onClickItem(id);
1204
1208
  } }, isSelected: isSelected, quickActionBtnType: quickActionBtnType }, react_1.default.createElement(S_SelectionColumn, { rowSize: rowSize }, "multi" === selectionMode && react_1.default.createElement(S_Selection, null, react_1.default.createElement(Checkbox_1.Checkbox, { name: id.toString(), state: "maintain" === selectedState ? "disabled" : "normal" }))), react_1.default.createElement(S_ImageColumn, { rowSize: rowSize }, "image_text" === column2Type && ("high" === rowSize || "medium" === rowSize) && react_1.default.createElement(S_ImageWrapper, { rowSize: rowSize }, react_1.default.createElement(hybrid_1.ImageView, { src: imageSrc, shapeType: imageShapeType, width: imageWidth, ratio: imageRatio, scaleType: imageScaleType, radius: "round" === imageShapeType ? imageRadius : void 0, backgroundFillMode: "use" })), ("low" === rowSize || "medium" === rowSize) && react_1.default.createElement(S_RowTextWrapper, null, react_1.default.createElement(TextLabel_1.TextLabel, { text: column2Text, styleTheme: "body2Bold", colorTheme: "sysTextPrimary", ellipsisMode: "use", lineLimit: 2 })), "high" === rowSize && react_1.default.createElement(S_HighTextWrapper, { ref: contentRef, hasScroll: hasScroll }, react_1.default.createElement(TextLabel_1.TextLabel, { text: column2Text, styleTheme: "body2Bold", colorTheme: "sysTextPrimary" }))), column3Text && react_1.default.createElement(S_Column, { columnSize: column3TextWidth }, react_1.default.createElement(TextLabel_1.TextLabel, { text: column3Text, styleTheme: "normal" === column3TextStyleTheme ? "body2Regular" : "body2Bold", colorTheme: getColumnColorTheme(column3TextStyleTheme) })), column4Text && react_1.default.createElement(S_Column, { columnSize: column4TextWidth }, react_1.default.createElement(TextLabel_1.TextLabel, { text: column4Text, styleTheme: "normal" === column4TextStyleTheme ? "body2Regular" : "body2Bold", colorTheme: getColumnColorTheme(column4TextStyleTheme) })), column5Text && react_1.default.createElement(S_Column, { columnSize: column5TextWidth }, react_1.default.createElement(TextLabel_1.TextLabel, { text: column5Text, styleTheme: "normal" === column5TextStyleTheme ? "body2Regular" : "body2Bold", colorTheme: getColumnColorTheme(column5TextStyleTheme) })), column6Text && react_1.default.createElement(S_Column, { columnSize: column6TextWidth }, react_1.default.createElement(TextLabel_1.TextLabel, { text: column6Text, styleTheme: "normal" === column6TextStyleTheme ? "body2Regular" : "body2Bold", colorTheme: getColumnColorTheme(column6TextStyleTheme) })), column7Text && react_1.default.createElement(S_Column, { columnSize: column7TextWidth }, react_1.default.createElement(TextLabel_1.TextLabel, { text: column7Text, styleTheme: "normal" === column7TextStyleTheme ? "body2Regular" : "body2Bold", colorTheme: getColumnColorTheme(column7TextStyleTheme) })), column8Text && react_1.default.createElement(S_Column, { columnSize: column8TextWidth }, react_1.default.createElement(TextLabel_1.TextLabel, { text: column8Text, styleTheme: "normal" === column8TextStyleTheme ? "body2Regular" : "body2Bold", colorTheme: getColumnColorTheme(column8TextStyleTheme) })), column9Text && react_1.default.createElement(S_Column, { columnSize: column9TextWidth }, react_1.default.createElement(TextLabel_1.TextLabel, { text: column9Text, styleTheme: "normal" === column9TextStyleTheme ? "body2Regular" : "body2Bold", colorTheme: getColumnColorTheme(column9TextStyleTheme) })), column10Text && react_1.default.createElement(S_Column, { columnSize: column10TextWidth }, react_1.default.createElement(TextLabel_1.TextLabel, { text: column10Text, styleTheme: "normal" === column10TextStyleTheme ? "body2Regular" : "body2Bold", colorTheme: getColumnColorTheme(column10TextStyleTheme) })), "none" !== quickActionBtnMode && react_1.default.createElement(S_QuickActionButtonBox, { quickActionBtnType: quickActionBtnType }, function () { if ("none" !== quickActionBtnMode && quickActionBtn1Text)
1205
- return react_1.default.createElement(react_1.default.Fragment, null, "btn_amount3" === quickActionBtnMode && quickActionBtn3Text && react_1.default.createElement(S_QuickActionButton, { onClick: handleClickQuickActionBtn3, disabled: "disabled" === quickActionBtn3State }, react_1.default.createElement(TextLabel_1.TextLabel, { text: quickActionBtn3Text, styleTheme: "caption1Regular", colorTheme: "sysTextBrandPrimary", colorOverride: "disabled" === quickActionBtn3State ? "ui_cpnt_textlabel_sys_brand_primary_opacity50" : void 0, textAlign: "center" })), ("btn_amount2" === quickActionBtnMode || "btn_amount3" === quickActionBtnMode) && quickActionBtn2Text && react_1.default.createElement(S_QuickActionButton, { onClick: handleClickQuickActionBtn2, disabled: "disabled" === quickActionBtn2State }, react_1.default.createElement(TextLabel_1.TextLabel, { text: quickActionBtn2Text, styleTheme: "caption1Regular", colorTheme: "sysTextBrandPrimary", colorOverride: "disabled" === quickActionBtn2State ? "ui_cpnt_textlabel_sys_brand_primary_opacity50" : void 0, textAlign: "center" })), react_1.default.createElement(S_QuickActionButton, { onClick: handleClickQuickActionBtn1, disabled: "disabled" === quickActionBtn1State }, react_1.default.createElement(TextLabel_1.TextLabel, { text: quickActionBtn1Text, styleTheme: "caption1Regular", colorTheme: "sysTextBrandPrimary", colorOverride: "disabled" === quickActionBtn1State ? "ui_cpnt_textlabel_sys_brand_primary_opacity50" : void 0, textAlign: "center" }))); }()), "hover" === quickActionBtnType && react_1.default.createElement(hybrid_1.Spacing, { size: "spacing_f", spacingType: "width" })); })), highRow = (0, styled_components_1.css)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n height: 200px;\n max-height: 200px;\n"], ["\n height: 200px;\n max-height: 200px;\n"]))), mediumRow = (0, styled_components_1.css)(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n height: 120px;\n max-height: 120px;\n"], ["\n height: 120px;\n max-height: 120px;\n"]))), lowRow = (0, styled_components_1.css)(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n height: 64px;\n"], ["\n height: 64px;\n"]))), smallColumnWidth = (0, styled_components_1.css)(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n width: 56px;\n"], ["\n width: 56px;\n"]))), mediumColumnWidth = (0, styled_components_1.css)(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n width: 80px;\n"], ["\n width: 80px;\n"]))), largeColumnWidth = (0, styled_components_1.css)(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n width: 144px;\n"], ["\n width: 144px;\n"]))), fixedColumn = (0, styled_components_1.css)(templateObject_7 || (templateObject_7 = __makeTemplateObject(["\n align-items: center;\n display: flex;\n"], ["\n align-items: center;\n display: flex;\n"]))), hoverColumn = (0, styled_components_1.css)(templateObject_8 || (templateObject_8 = __makeTemplateObject(["\n height: 100%;\n"], ["\n height: 100%;\n"]))), hoverQuickActionBtnBox = (0, styled_components_1.css)(templateObject_9 || (templateObject_9 = __makeTemplateObject(["\n align-items: center;\n background-color: ", ";\n display: none;\n height: 100%;\n position: absolute;\n right: 0;\n"], ["\n align-items: center;\n background-color: ", ";\n display: none;\n height: 100%;\n position: absolute;\n right: 0;\n"])), (function (_a) { return _a.theme.ui_cpnt_datatable_textbutton_base_02; })), fixedQuickActionBtnBox = (0, styled_components_1.css)(templateObject_10 || (templateObject_10 = __makeTemplateObject(["\n align-items: center;\n background-color: ", ";\n display: flex;\n visibility: hidden;\n"], ["\n align-items: center;\n background-color: ", ";\n display: flex;\n visibility: hidden;\n"])), (function (_a) { return _a.theme.ui_cpnt_datatable_textbutton_base_01; })), S_QuickActionButtonBox = styled_components_1.default.div(templateObject_11 || (templateObject_11 = __makeTemplateObject(["\n padding-left: ", ";\n padding-right: ", ";\n\n ", ";\n"], ["\n padding-left: ", ";\n padding-right: ", ";\n\n ", ";\n"])), (function (_a) { return _a.theme.spacing.spacingC; }), (function (_a) { return _a.theme.spacing.spacingE; }), (function (_a) { var quickActionBtnType = _a.quickActionBtnType; return quickActionBtnType && { fix: fixedQuickActionBtnBox, hover: hoverQuickActionBtnBox }[quickActionBtnType]; })), S_QuickActionButton = styled_components_1.default.div(templateObject_12 || (templateObject_12 = __makeTemplateObject(["\n align-items: center;\n cursor: ", ";\n display: flex;\n height: 56px;\n justify-content: center;\n width: 56px;\n"], ["\n align-items: center;\n cursor: ", ";\n display: flex;\n height: 56px;\n justify-content: center;\n width: 56px;\n"])), (function (_a) { return _a.disabled ? "default" : "pointer"; })), S_Selection = styled_components_1.default.div(templateObject_13 || (templateObject_13 = __makeTemplateObject(["\n align-items: center;\n display: flex;\n height: 40px;\n justify-content: center;\n width: 40px;\n"], ["\n align-items: center;\n display: flex;\n height: 40px;\n justify-content: center;\n width: 40px;\n"]))), S_ImageWrapper = styled_components_1.default.div(templateObject_15 || (templateObject_15 = __makeTemplateObject(["\n margin-right: ", ";\n\n ", "\n"], ["\n margin-right: ", ";\n\n ", "\n"])), (function (_a) { return _a.theme.spacing.spacingD; }), (function (_a) { return "high" === _a.rowSize && (0, styled_components_1.css)(templateObject_14 || (templateObject_14 = __makeTemplateObject(["\n align-items: center;\n display: flex;\n height: 100%;\n "], ["\n align-items: center;\n display: flex;\n height: 100%;\n "]))); })), S_ImageColumn = styled_components_1.default.div(templateObject_18 || (templateObject_18 = __makeTemplateObject(["\n flex: 1;\n min-width: 80px;\n overflow: auto;\n padding: ", ";\n\n ", "\n"], ["\n flex: 1;\n min-width: 80px;\n overflow: auto;\n padding: ", ";\n\n ", "\n"])), (function (_a) { return _a.theme.spacing.spacingC; }), (function (_a) { return "high" === _a.rowSize ? (0, styled_components_1.css)(templateObject_16 || (templateObject_16 = __makeTemplateObject(["\n box-sizing: border-box;\n display: flex;\n height: 200px;\n "], ["\n box-sizing: border-box;\n display: flex;\n height: 200px;\n "]))) : (0, styled_components_1.css)(templateObject_17 || (templateObject_17 = __makeTemplateObject(["\n align-items: center;\n display: flex;\n "], ["\n align-items: center;\n display: flex;\n "]))); })), S_HighTextWrapper = styled_components_1.default.div(templateObject_20 || (templateObject_20 = __makeTemplateObject(["\n height: 100%;\n overflow: auto;\n\n ", "\n"], ["\n height: 100%;\n overflow: auto;\n\n ", "\n"])), (function (_a) { return !_a.hasScroll && (0, styled_components_1.css)(templateObject_19 || (templateObject_19 = __makeTemplateObject(["\n align-items: center;\n display: flex;\n "], ["\n align-items: center;\n display: flex;\n "]))); })), S_RowTextWrapper = styled_components_1.default.div(templateObject_21 || (templateObject_21 = __makeTemplateObject(["\n align-items: center;\n display: flex;\n overflow: auto;\n\n ", ";\n ", ";\n"], ["\n align-items: center;\n display: flex;\n overflow: auto;\n\n ", ";\n ", ";\n"])), (function (_a) { var columnSize = _a.columnSize; return columnSize && { small: smallColumnWidth, medium: mediumColumnWidth, large: largeColumnWidth }[columnSize]; }), (function (_a) { var quickActionBtnType = _a.quickActionBtnType; return quickActionBtnType && { fix: fixedColumn, hover: hoverColumn }[quickActionBtnType]; })), S_Column = styled_components_1.default.div(templateObject_22 || (templateObject_22 = __makeTemplateObject(["\n align-items: center;\n display: flex;\n overflow: auto;\n padding: ", ";\n\n ", ";\n ", ";\n"], ["\n align-items: center;\n display: flex;\n overflow: auto;\n padding: ", ";\n\n ", ";\n ", ";\n"])), (function (_a) { return _a.theme.spacing.spacingC; }), (function (_a) { var columnSize = _a.columnSize; return columnSize && { small: smallColumnWidth, medium: mediumColumnWidth, large: largeColumnWidth }[columnSize]; }), (function (_a) { var quickActionBtnType = _a.quickActionBtnType; return quickActionBtnType && { fix: fixedColumn, hover: hoverColumn }[quickActionBtnType]; })), S_SelectionColumn = styled_components_1.default.div(templateObject_23 || (templateObject_23 = __makeTemplateObject(["\n align-items: center;\n display: flex;\n padding-bottom: ", ";\n padding-top: ", ";\n"], ["\n align-items: center;\n display: flex;\n padding-bottom: ", ";\n padding-top: ", ";\n"])), (function (_a) { var theme = _a.theme, rowSize = _a.rowSize; return ("high" === rowSize || "medium" === rowSize) && theme.spacing.spacingC; }), (function (_a) { var theme = _a.theme, rowSize = _a.rowSize; return ("high" === rowSize || "medium" === rowSize) && theme.spacing.spacingC; })), hoverAdminListItem = (0, styled_components_1.css)(templateObject_24 || (templateObject_24 = __makeTemplateObject(["\n align-items: center;\n position: relative;\n"], ["\n align-items: center;\n position: relative;\n"]))), fixedAdminListItem = (0, styled_components_1.css)(templateObject_25 || (templateObject_25 = __makeTemplateObject(["\n justify-content: space-between;\n"], ["\n justify-content: space-between;\n"]))), S_AdminListItem = styled_components_1.default.div(templateObject_26 || (templateObject_26 = __makeTemplateObject(["\n background-color: ", ";\n display: flex;\n padding-left: ", ";\n\n ", "\n\n ", ";\n ", "\n\n :hover {\n background-color: ", ";\n\n ", " {\n display: ", ";\n visibility: visible;\n }\n }\n\n &:last-child {\n margin-bottom: 88px;\n }\n"], ["\n background-color: ", ";\n display: flex;\n padding-left: ", ";\n\n ", "\n\n ", ";\n ", "\n\n :hover {\n background-color: ", ";\n\n ", " {\n display: ", ";\n visibility: visible;\n }\n }\n\n &:last-child {\n margin-bottom: 88px;\n }\n"])), (function (_a) { var theme = _a.theme; return _a.isSelected ? theme.ui_cpnt_datatable_base_selected : theme.ui_cpnt_datatable_base_default; }), (function (_a) { return _a.theme.spacing.spacingC; }), transitionStyle_1.AdminListItemTransition, (function (_a) { var rowSize = _a.rowSize; return rowSize && { high: highRow, medium: mediumRow, low: lowRow }[rowSize]; }), (function (_a) { var quickActionBtnType = _a.quickActionBtnType; return quickActionBtnType && { fix: fixedAdminListItem, hover: hoverAdminListItem }[quickActionBtnType]; }), (function (_a) { return _a.theme.ui_cpnt_datatable_base_hover; }), S_QuickActionButtonBox, (function (_a) { return "hover" === _a.quickActionBtnType && "flex"; }));
1209
+ return react_1.default.createElement(react_1.default.Fragment, null, "btn_amount3" === quickActionBtnMode && quickActionBtn3Text && react_1.default.createElement(S_QuickActionButton, { onClick: handleClickQuickActionBtn3, disabled: "disabled" === quickActionBtn3State }, react_1.default.createElement(TextLabel_1.TextLabel, { text: quickActionBtn3Text, styleTheme: "caption1Regular", colorTheme: "sysTextBrandPrimary", colorOverride: "disabled" === quickActionBtn3State ? "ui_cpnt_textlabel_sys_brand_primary_opacity50" : void 0, textAlign: "center" })), ("btn_amount2" === quickActionBtnMode || "btn_amount3" === quickActionBtnMode) && quickActionBtn2Text && react_1.default.createElement(S_QuickActionButton, { onClick: handleClickQuickActionBtn2, disabled: "disabled" === quickActionBtn2State }, react_1.default.createElement(TextLabel_1.TextLabel, { text: quickActionBtn2Text, styleTheme: "caption1Regular", colorTheme: "sysTextBrandPrimary", colorOverride: "disabled" === quickActionBtn2State ? "ui_cpnt_textlabel_sys_brand_primary_opacity50" : void 0, textAlign: "center" })), react_1.default.createElement(S_QuickActionButton, { onClick: handleClickQuickActionBtn1, disabled: "disabled" === quickActionBtn1State }, react_1.default.createElement(TextLabel_1.TextLabel, { text: quickActionBtn1Text, styleTheme: "caption1Regular", colorTheme: "sysTextBrandPrimary", colorOverride: "disabled" === quickActionBtn1State ? "ui_cpnt_textlabel_sys_brand_primary_opacity50" : void 0, textAlign: "center" }))); }()), "hover" === quickActionBtnType && react_1.default.createElement(hybrid_1.Spacing, { size: "spacing_f", spacingType: "width" })); })), highRow = (0, styled_components_1.css)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n height: 200px;\n max-height: 200px;\n"], ["\n height: 200px;\n max-height: 200px;\n"]))), mediumRow = (0, styled_components_1.css)(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n height: 100px;\n max-height: 100px;\n"], ["\n height: 100px;\n max-height: 100px;\n"]))), lowRow = (0, styled_components_1.css)(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n height: 64px;\n"], ["\n height: 64px;\n"]))), smallColumnWidth = (0, styled_components_1.css)(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n width: 56px;\n"], ["\n width: 56px;\n"]))), mediumColumnWidth = (0, styled_components_1.css)(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n width: 80px;\n"], ["\n width: 80px;\n"]))), largeColumnWidth = (0, styled_components_1.css)(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n width: 144px;\n"], ["\n width: 144px;\n"]))), fixedColumn = (0, styled_components_1.css)(templateObject_7 || (templateObject_7 = __makeTemplateObject(["\n align-items: center;\n display: flex;\n"], ["\n align-items: center;\n display: flex;\n"]))), hoverColumn = (0, styled_components_1.css)(templateObject_8 || (templateObject_8 = __makeTemplateObject(["\n height: 100%;\n"], ["\n height: 100%;\n"]))), hoverQuickActionBtnBox = (0, styled_components_1.css)(templateObject_9 || (templateObject_9 = __makeTemplateObject(["\n align-items: center;\n background-color: ", ";\n display: none;\n height: 100%;\n position: absolute;\n right: 0;\n"], ["\n align-items: center;\n background-color: ", ";\n display: none;\n height: 100%;\n position: absolute;\n right: 0;\n"])), (function (_a) { return _a.theme.ui_cpnt_datatable_textbutton_base_02; })), fixedQuickActionBtnBox = (0, styled_components_1.css)(templateObject_10 || (templateObject_10 = __makeTemplateObject(["\n align-items: center;\n background-color: ", ";\n display: flex;\n visibility: hidden;\n"], ["\n align-items: center;\n background-color: ", ";\n display: flex;\n visibility: hidden;\n"])), (function (_a) { return _a.theme.ui_cpnt_datatable_textbutton_base_01; })), S_QuickActionButtonBox = styled_components_1.default.div(templateObject_11 || (templateObject_11 = __makeTemplateObject(["\n padding-left: ", ";\n padding-right: ", ";\n\n ", ";\n"], ["\n padding-left: ", ";\n padding-right: ", ";\n\n ", ";\n"])), (function (_a) { return _a.theme.spacing.spacingC; }), (function (_a) { return _a.theme.spacing.spacingE; }), (function (_a) { var quickActionBtnType = _a.quickActionBtnType; return quickActionBtnType && { fix: fixedQuickActionBtnBox, hover: hoverQuickActionBtnBox }[quickActionBtnType]; })), S_QuickActionButton = styled_components_1.default.div(templateObject_12 || (templateObject_12 = __makeTemplateObject(["\n align-items: center;\n cursor: ", ";\n display: flex;\n height: 56px;\n justify-content: center;\n width: 56px;\n"], ["\n align-items: center;\n cursor: ", ";\n display: flex;\n height: 56px;\n justify-content: center;\n width: 56px;\n"])), (function (_a) { return _a.disabled ? "default" : "pointer"; })), S_Selection = styled_components_1.default.div(templateObject_13 || (templateObject_13 = __makeTemplateObject(["\n align-items: center;\n display: flex;\n height: 40px;\n justify-content: center;\n width: 40px;\n"], ["\n align-items: center;\n display: flex;\n height: 40px;\n justify-content: center;\n width: 40px;\n"]))), S_ImageWrapper = styled_components_1.default.div(templateObject_15 || (templateObject_15 = __makeTemplateObject(["\n margin-right: ", ";\n\n ", "\n"], ["\n margin-right: ", ";\n\n ", "\n"])), (function (_a) { return _a.theme.spacing.spacingD; }), (function (_a) { return "high" === _a.rowSize && (0, styled_components_1.css)(templateObject_14 || (templateObject_14 = __makeTemplateObject(["\n align-items: center;\n display: flex;\n height: 100%;\n "], ["\n align-items: center;\n display: flex;\n height: 100%;\n "]))); })), S_ImageColumn = styled_components_1.default.div(templateObject_18 || (templateObject_18 = __makeTemplateObject(["\n flex: 1;\n min-width: 80px;\n overflow: auto;\n padding: ", ";\n\n ", "\n"], ["\n flex: 1;\n min-width: 80px;\n overflow: auto;\n padding: ", ";\n\n ", "\n"])), (function (_a) { return _a.theme.spacing.spacingC; }), (function (_a) { return "high" === _a.rowSize ? (0, styled_components_1.css)(templateObject_16 || (templateObject_16 = __makeTemplateObject(["\n box-sizing: border-box;\n display: flex;\n height: 200px;\n "], ["\n box-sizing: border-box;\n display: flex;\n height: 200px;\n "]))) : (0, styled_components_1.css)(templateObject_17 || (templateObject_17 = __makeTemplateObject(["\n align-items: center;\n display: flex;\n "], ["\n align-items: center;\n display: flex;\n "]))); })), S_HighTextWrapper = styled_components_1.default.div(templateObject_20 || (templateObject_20 = __makeTemplateObject(["\n height: 100%;\n overflow: auto;\n\n ", "\n"], ["\n height: 100%;\n overflow: auto;\n\n ", "\n"])), (function (_a) { return !_a.hasScroll && (0, styled_components_1.css)(templateObject_19 || (templateObject_19 = __makeTemplateObject(["\n align-items: center;\n display: flex;\n "], ["\n align-items: center;\n display: flex;\n "]))); })), S_RowTextWrapper = styled_components_1.default.div(templateObject_21 || (templateObject_21 = __makeTemplateObject(["\n align-items: center;\n display: flex;\n overflow: auto;\n\n ", ";\n ", ";\n"], ["\n align-items: center;\n display: flex;\n overflow: auto;\n\n ", ";\n ", ";\n"])), (function (_a) { var columnSize = _a.columnSize; return columnSize && { small: smallColumnWidth, medium: mediumColumnWidth, large: largeColumnWidth }[columnSize]; }), (function (_a) { var quickActionBtnType = _a.quickActionBtnType; return quickActionBtnType && { fix: fixedColumn, hover: hoverColumn }[quickActionBtnType]; })), S_Column = styled_components_1.default.div(templateObject_22 || (templateObject_22 = __makeTemplateObject(["\n align-items: center;\n display: flex;\n overflow: auto;\n padding: ", ";\n\n ", ";\n ", ";\n"], ["\n align-items: center;\n display: flex;\n overflow: auto;\n padding: ", ";\n\n ", ";\n ", ";\n"])), (function (_a) { return _a.theme.spacing.spacingC; }), (function (_a) { var columnSize = _a.columnSize; return columnSize && { small: smallColumnWidth, medium: mediumColumnWidth, large: largeColumnWidth }[columnSize]; }), (function (_a) { var quickActionBtnType = _a.quickActionBtnType; return quickActionBtnType && { fix: fixedColumn, hover: hoverColumn }[quickActionBtnType]; })), S_SelectionColumn = styled_components_1.default.div(templateObject_23 || (templateObject_23 = __makeTemplateObject(["\n align-items: center;\n display: flex;\n padding-bottom: ", ";\n padding-top: ", ";\n"], ["\n align-items: center;\n display: flex;\n padding-bottom: ", ";\n padding-top: ", ";\n"])), (function (_a) { var theme = _a.theme, rowSize = _a.rowSize; return ("high" === rowSize || "medium" === rowSize) && theme.spacing.spacingC; }), (function (_a) { var theme = _a.theme, rowSize = _a.rowSize; return ("high" === rowSize || "medium" === rowSize) && theme.spacing.spacingC; })), hoverAdminListItem = (0, styled_components_1.css)(templateObject_24 || (templateObject_24 = __makeTemplateObject(["\n align-items: center;\n position: relative;\n"], ["\n align-items: center;\n position: relative;\n"]))), fixedAdminListItem = (0, styled_components_1.css)(templateObject_25 || (templateObject_25 = __makeTemplateObject(["\n justify-content: space-between;\n"], ["\n justify-content: space-between;\n"]))), S_AdminListItem = styled_components_1.default.div(templateObject_26 || (templateObject_26 = __makeTemplateObject(["\n background-color: ", ";\n display: flex;\n padding-left: ", ";\n\n ", "\n\n ", ";\n ", "\n\n :hover {\n background-color: ", ";\n\n ", " {\n display: ", ";\n visibility: visible;\n }\n }\n\n &:last-child {\n margin-bottom: 88px;\n }\n"], ["\n background-color: ", ";\n display: flex;\n padding-left: ", ";\n\n ", "\n\n ", ";\n ", "\n\n :hover {\n background-color: ", ";\n\n ", " {\n display: ", ";\n visibility: visible;\n }\n }\n\n &:last-child {\n margin-bottom: 88px;\n }\n"])), (function (_a) { var theme = _a.theme; return _a.isSelected ? theme.ui_cpnt_datatable_base_selected : theme.ui_cpnt_datatable_base_default; }), (function (_a) { return _a.theme.spacing.spacingC; }), transitionStyle_1.AdminListItemTransition, (function (_a) { var rowSize = _a.rowSize; return rowSize && { high: highRow, medium: mediumRow, low: lowRow }[rowSize]; }), (function (_a) { var quickActionBtnType = _a.quickActionBtnType; return quickActionBtnType && { fix: fixedAdminListItem, hover: hoverAdminListItem }[quickActionBtnType]; }), (function (_a) { return _a.theme.ui_cpnt_datatable_base_hover; }), S_QuickActionButtonBox, (function (_a) { return "hover" === _a.quickActionBtnType && "flex"; }));
1206
1210
  exports.default = AdminListItem;
1207
1211
  try {
1208
1212
  AdminListItem.displayName = "AdminListItem", AdminListItem.__docgenInfo = { description: "", displayName: "AdminListItem", props: { rowSize: { defaultValue: { value: "medium" }, description: "", name: "rowSize", required: !1, type: { name: "enum", value: [{ value: '"high"' }, { value: '"medium"' }, { value: '"low"' }] } }, selectionMode: { defaultValue: { value: "multi" }, description: "", name: "selectionMode", required: !1, type: { name: "enum", value: [{ value: '"none"' }, { value: '"single"' }, { value: '"multi"' }] } }, column2Type: { defaultValue: { value: "image_text" }, description: "", name: "column2Type", required: !1, type: { name: "enum", value: [{ value: '"image_text"' }, { value: '"text_only"' }] } }, imageSrc: { defaultValue: null, description: "", name: "imageSrc", required: !1, type: { name: "string" } }, imageShapeType: { defaultValue: { value: "rectangle" }, description: "", name: "imageShapeType", required: !1, type: { name: "enum", value: [{ value: '"round"' }, { value: '"circular"' }, { value: '"rectangle"' }] } }, imageScaleType: { defaultValue: { value: "cover" }, description: "", name: "imageScaleType", required: !1, type: { name: "enum", value: [{ value: '"none"' }, { value: '"fill"' }, { value: '"contain"' }, { value: '"cover"' }] } }, imageRadius: { defaultValue: { value: "8" }, description: "", name: "imageRadius", required: !1, type: { name: "enum", value: [{ value: "8" }, { value: "16" }, { value: "24" }] } }, imageRatio: { defaultValue: { value: "16_9" }, description: "", name: "imageRatio", required: !1, type: { name: "enum", value: [{ value: '"16_9"' }, { value: '"4_3"' }, { value: '"1_1"' }] } }, column2Text: { defaultValue: null, description: "", name: "column2Text", required: !1, type: { name: "PDSTextType" } }, column3Text: { defaultValue: null, description: "", name: "column3Text", required: !1, type: { name: "PDSTextType" } }, column3TextWidth: { defaultValue: { value: "small" }, description: "", name: "column3TextWidth", required: !1, type: { name: "enum", value: [{ value: '"medium"' }, { value: '"small"' }, { value: '"large"' }] } }, column3TextStyleTheme: { defaultValue: { value: "normal" }, description: "", name: "column3TextStyleTheme", required: !1, type: { name: "enum", value: [{ value: '"normal"' }, { value: '"active"' }, { value: '"active2"' }, { value: '"inactive"' }, { value: '"report"' }, { value: '"report2"' }] } }, column4Text: { defaultValue: null, description: "", name: "column4Text", required: !1, type: { name: "PDSTextType" } }, column4TextWidth: { defaultValue: { value: "small" }, description: "", name: "column4TextWidth", required: !1, type: { name: "enum", value: [{ value: '"medium"' }, { value: '"small"' }, { value: '"large"' }] } }, column4TextStyleTheme: { defaultValue: { value: "normal" }, description: "", name: "column4TextStyleTheme", required: !1, type: { name: "enum", value: [{ value: '"normal"' }, { value: '"active"' }, { value: '"active2"' }, { value: '"inactive"' }, { value: '"report"' }, { value: '"report2"' }] } }, column5Text: { defaultValue: null, description: "", name: "column5Text", required: !1, type: { name: "PDSTextType" } }, column5TextWidth: { defaultValue: { value: "small" }, description: "", name: "column5TextWidth", required: !1, type: { name: "enum", value: [{ value: '"medium"' }, { value: '"small"' }, { value: '"large"' }] } }, column5TextStyleTheme: { defaultValue: { value: "normal" }, description: "", name: "column5TextStyleTheme", required: !1, type: { name: "enum", value: [{ value: '"normal"' }, { value: '"active"' }, { value: '"active2"' }, { value: '"inactive"' }, { value: '"report"' }, { value: '"report2"' }] } }, column6Text: { defaultValue: null, description: "", name: "column6Text", required: !1, type: { name: "PDSTextType" } }, column6TextWidth: { defaultValue: { value: "small" }, description: "", name: "column6TextWidth", required: !1, type: { name: "enum", value: [{ value: '"medium"' }, { value: '"small"' }, { value: '"large"' }] } }, column6TextStyleTheme: { defaultValue: { value: "normal" }, description: "", name: "column6TextStyleTheme", required: !1, type: { name: "enum", value: [{ value: '"normal"' }, { value: '"active"' }, { value: '"active2"' }, { value: '"inactive"' }, { value: '"report"' }, { value: '"report2"' }] } }, column7Text: { defaultValue: null, description: "", name: "column7Text", required: !1, type: { name: "PDSTextType" } }, column7TextWidth: { defaultValue: { value: "small" }, description: "", name: "column7TextWidth", required: !1, type: { name: "enum", value: [{ value: '"medium"' }, { value: '"small"' }, { value: '"large"' }] } }, column7TextStyleTheme: { defaultValue: { value: "normal" }, description: "", name: "column7TextStyleTheme", required: !1, type: { name: "enum", value: [{ value: '"normal"' }, { value: '"active"' }, { value: '"active2"' }, { value: '"inactive"' }, { value: '"report"' }, { value: '"report2"' }] } }, column8Text: { defaultValue: null, description: "", name: "column8Text", required: !1, type: { name: "PDSTextType" } }, column8TextWidth: { defaultValue: { value: "small" }, description: "", name: "column8TextWidth", required: !1, type: { name: "enum", value: [{ value: '"medium"' }, { value: '"small"' }, { value: '"large"' }] } }, column8TextStyleTheme: { defaultValue: { value: "normal" }, description: "", name: "column8TextStyleTheme", required: !1, type: { name: "enum", value: [{ value: '"normal"' }, { value: '"active"' }, { value: '"active2"' }, { value: '"inactive"' }, { value: '"report"' }, { value: '"report2"' }] } }, column9Text: { defaultValue: null, description: "", name: "column9Text", required: !1, type: { name: "PDSTextType" } }, column9TextWidth: { defaultValue: { value: "small" }, description: "", name: "column9TextWidth", required: !1, type: { name: "enum", value: [{ value: '"medium"' }, { value: '"small"' }, { value: '"large"' }] } }, column9TextStyleTheme: { defaultValue: { value: "normal" }, description: "", name: "column9TextStyleTheme", required: !1, type: { name: "enum", value: [{ value: '"normal"' }, { value: '"active"' }, { value: '"active2"' }, { value: '"inactive"' }, { value: '"report"' }, { value: '"report2"' }] } }, column10Text: { defaultValue: null, description: "", name: "column10Text", required: !1, type: { name: "PDSTextType" } }, column10TextWidth: { defaultValue: { value: "small" }, description: "", name: "column10TextWidth", required: !1, type: { name: "enum", value: [{ value: '"medium"' }, { value: '"small"' }, { value: '"large"' }] } }, column10TextStyleTheme: { defaultValue: { value: "normal" }, description: "", name: "column10TextStyleTheme", required: !1, type: { name: "enum", value: [{ value: '"normal"' }, { value: '"active"' }, { value: '"active2"' }, { value: '"inactive"' }, { value: '"report"' }, { value: '"report2"' }] } }, quickActionBtnMode: { defaultValue: { value: "btn_amount2" }, description: "", name: "quickActionBtnMode", required: !1, type: { name: "enum", value: [{ value: '"none"' }, { value: '"btn_amount1"' }, { value: '"btn_amount2"' }, { value: '"btn_amount3"' }] } }, quickActionBtn1Text: { defaultValue: null, description: "", name: "quickActionBtn1Text", required: !1, type: { name: "TFunctionResult" } }, quickActionBtn2Text: { defaultValue: null, description: "", name: "quickActionBtn2Text", required: !1, type: { name: "TFunctionResult" } }, quickActionBtn3Text: { defaultValue: null, description: "", name: "quickActionBtn3Text", required: !1, type: { name: "TFunctionResult" } }, quickActionBtnType: { defaultValue: { value: "fix" }, description: "", name: "quickActionBtnType", required: !1, type: { name: "enum", value: [{ value: '"hover"' }, { value: '"fix"' }] } }, quickActionBtn1State: { defaultValue: { value: "normal" }, description: "", name: "quickActionBtn1State", required: !1, type: { name: "enum", value: [{ value: '"normal"' }, { value: '"disabled"' }] } }, quickActionBtn2State: { defaultValue: { value: "normal" }, description: "", name: "quickActionBtn2State", required: !1, type: { name: "enum", value: [{ value: '"normal"' }, { value: '"disabled"' }] } }, quickActionBtn3State: { defaultValue: { value: "normal" }, description: "", name: "quickActionBtn3State", required: !1, type: { name: "enum", value: [{ value: '"normal"' }, { value: '"disabled"' }] } }, selectedState: { defaultValue: { value: "basic" }, description: "", name: "selectedState", required: !1, type: { name: "enum", value: [{ value: '"basic"' }, { value: '"maintain"' }] } }, id: { defaultValue: null, description: "", name: "id", required: !0, type: { name: "number" } }, onClickQuickActionBtn1: { defaultValue: null, description: "", name: "onClickQuickActionBtn1", required: !1, type: { name: "((id: number) => void)" } }, onClickQuickActionBtn2: { defaultValue: null, description: "", name: "onClickQuickActionBtn2", required: !1, type: { name: "((id: number) => void)" } }, onClickQuickActionBtn3: { defaultValue: null, description: "", name: "onClickQuickActionBtn3", required: !1, type: { name: "((id: number) => void)" } }, onClickItem: { defaultValue: null, description: "", name: "onClickItem", required: !1, type: { name: "((id: number) => void)" } } } }, "undefined" != typeof STORYBOOK_REACT_CLASSES && (STORYBOOK_REACT_CLASSES["src/desktop/components/AdminListItem/AdminListItem.tsx#AdminListItem"] = { docgenInfo: AdminListItem.__docgenInfo, name: "AdminListItem", path: "src/desktop/components/AdminListItem/AdminListItem.tsx#AdminListItem" });
@@ -1481,7 +1485,7 @@
1481
1485
  exports.default = Chip;
1482
1486
  var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6, templateObject_7, templateObject_8, S_CategoryChoiceChip = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n border-radius: 20px;\n box-sizing: border-box;\n background-color: ", ";\n display: flex;\n align-items: center;\n justify-content: center;\n height: 40px;\n padding-left: ", ";\n padding-right: ", ";\n cursor: pointer;\n\n &:hover {\n background-color: ", ";\n }\n\n & > div {\n height: 40px;\n line-height: 40px;\n }\n\n ", ";\n"], ["\n border-radius: 20px;\n box-sizing: border-box;\n background-color: ", ";\n display: flex;\n align-items: center;\n justify-content: center;\n height: 40px;\n padding-left: ", ";\n padding-right: ", ";\n cursor: pointer;\n\n &:hover {\n background-color: ", ";\n }\n\n & > div {\n height: 40px;\n line-height: 40px;\n }\n\n ", ";\n"])), (function (_a) { var theme = _a.theme; return _a.isActive ? theme.ui_cpnt_chip_fill_base_active_01 : ""; }), (function (_a) { return _a.theme.spacing.spacingD; }), (function (_a) { return _a.theme.spacing.spacingD; }), (function (_a) { var theme = _a.theme; return _a.isActive ? "" : theme.ui_cpnt_chip_fill_base_inactive; }), (function (_a) { var theme = _a.theme; return _a.isActive ? "" : "border: 1px solid " + theme.ui_cpnt_chip_line_border_01; })), S_InfoChip = styled_components_1.default.span(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n align-items: center;\n background-color: ", ";\n border-radius: 12px;\n box-sizing: border-box;\n display: flex;\n height: 24px;\n padding-left: ", ";\n padding-right: ", ";\n\n & > div {\n height: 24px;\n line-height: 24px;\n }\n"], ["\n align-items: center;\n background-color: ", ";\n border-radius: 12px;\n box-sizing: border-box;\n display: flex;\n height: 24px;\n padding-left: ", ";\n padding-right: ", ";\n\n & > div {\n height: 24px;\n line-height: 24px;\n }\n"])), (function (_a) { var theme = _a.theme, overrideBackgroundColorKey = _a.overrideBackgroundColorKey; return overrideBackgroundColorKey ? theme[overrideBackgroundColorKey] : theme.ui_cpnt_chip_fill_base_inactive; }), (function (_a) { return _a.theme.spacing.spacingC; }), (function (_a) { return _a.theme.spacing.spacingC; })), S_RemovableChip = styled_components_1.default.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n background-color: ", ";\n border-radius: 16px;\n box-sizing: border-box;\n height: 32px;\n display: flex;\n align-items: center;\n justify-content: center;\n padding-left: ", ";\n padding-right: ", ";\n cursor: pointer;\n\n & > div {\n height: 32px;\n line-height: 32px;\n }\n"], ["\n background-color: ", ";\n border-radius: 16px;\n box-sizing: border-box;\n height: 32px;\n display: flex;\n align-items: center;\n justify-content: center;\n padding-left: ", ";\n padding-right: ", ";\n cursor: pointer;\n\n & > div {\n height: 32px;\n line-height: 32px;\n }\n"])), (function (_a) { return _a.theme.ui_cpnt_chip_fill_base_inactive; }), (function (_a) { return _a.theme.spacing.spacingC; }), (function (_a) { return _a.theme.spacing.spacingC; })), S_XIconWrapper = styled_components_1.default.div(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n cursor: pointer;\n margin-left: ", ";\n"], ["\n cursor: pointer;\n margin-left: ", ";\n"])), (function (_a) { return _a.theme.spacing.spacingB; })), S_FilterSingleChip = styled_components_1.default.div(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n background-color: ", ";\n border-radius: 16px;\n box-sizing: border-box;\n display: flex;\n align-items: center;\n justify-content: center;\n height: 32px;\n padding-left: ", ";\n padding-right: ", ";\n cursor: pointer;\n\n & > div {\n height: 32px;\n line-height: 32px;\n }\n"], ["\n background-color: ", ";\n border-radius: 16px;\n box-sizing: border-box;\n display: flex;\n align-items: center;\n justify-content: center;\n height: 32px;\n padding-left: ", ";\n padding-right: ", ";\n cursor: pointer;\n\n & > div {\n height: 32px;\n line-height: 32px;\n }\n"])), (function (_a) { var theme = _a.theme; return _a.isActive ? theme.ui_cpnt_chip_fill_base_active_01 : theme.ui_cpnt_chip_fill_base_inactive; }), (function (_a) { return _a.theme.spacing.spacingC; }), (function (_a) { return _a.theme.spacing.spacingC; })), S_LabelChip = styled_components_1.default.div(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n border: 1px solid ", ";\n border-radius: 10px;\n box-sizing: border-box;\n display: flex;\n align-items: center;\n justify-content: center;\n height: 20px;\n padding: 0 ", ";\n\n & > div {\n height: 20px;\n line-height: 20px;\n }\n"], ["\n border: 1px solid ", ";\n border-radius: 10px;\n box-sizing: border-box;\n display: flex;\n align-items: center;\n justify-content: center;\n height: 20px;\n padding: 0 ", ";\n\n & > div {\n height: 20px;\n line-height: 20px;\n }\n"])), (function (_a) { return _a.theme.ui_cpnt_chip_line_border_01; }), (function (_a) { return _a.theme.spacing.spacingB; })), S_TimeChip = styled_components_1.default.div(templateObject_7 || (templateObject_7 = __makeTemplateObject(["\n background-color: ", ";\n border-radius: 10px;\n box-sizing: border-box;\n height: 20px;\n padding: 0 ", ";\n display: flex;\n align-items: center;\n justify-content: center;\n\n & > div {\n height: 20px;\n line-height: 20px;\n }\n"], ["\n background-color: ", ";\n border-radius: 10px;\n box-sizing: border-box;\n height: 20px;\n padding: 0 ", ";\n display: flex;\n align-items: center;\n justify-content: center;\n\n & > div {\n height: 20px;\n line-height: 20px;\n }\n"])), (function (_a) { return _a.theme.ui_cpnt_chip_base_playtime; }), (function (_a) { return _a.theme.spacing.spacingB; })), S_ChipWrapper = styled_components_1.default.div(templateObject_8 || (templateObject_8 = __makeTemplateObject(["\n display: inline-block;\n vertical-align: bottom;\n min-width: fit-content;\n"], ["\n display: inline-block;\n vertical-align: bottom;\n min-width: fit-content;\n"])));
1483
1487
  try {
1484
- Chip.displayName = "Chip", Chip.__docgenInfo = { description: "", displayName: "Chip", props: { displayType: { defaultValue: { value: "filter_single" }, description: "", name: "displayType", required: !1, type: { name: "enum", value: [{ value: '"label"' }, { value: '"time"' }, { value: '"filter_single"' }, { value: '"category_choice"' }, { value: '"filter_multi"' }, { value: '"removable"' }, { value: '"information"' }] } }, text: { defaultValue: null, description: "", name: "text", required: !1, type: { name: "PDSTextType" } }, filterIconMode: { defaultValue: { value: "none" }, description: "", name: "filterIconMode", required: !1, type: { name: "enum", value: [{ value: '"none"' }, { value: '"left"' }] } }, iconFillType: { defaultValue: { value: "line" }, description: "", name: "iconFillType", required: !1, type: { name: "enum", value: [{ value: '"fill"' }, { value: '"line"' }] } }, iconName: { defaultValue: null, description: "", name: "iconName", required: !1, type: { name: "enum", value: [{ value: '"ic_arrow_down"' }, { value: '"ic_arrow_up"' }, { value: '"ic_bell"' }, { value: '"ic_bookmark"' }, { value: '"ic_call"' }, { value: '"ic_call_end"' }, { value: '"ic_camera"' }, { value: '"ic_chat"' }, { value: '"ic_chat_counseling"' }, { value: '"ic_chat_crm"' }, { value: '"ic_chat_off"' }, { value: '"ic_checkbox_indeterminate"' }, { value: '"ic_checkbox_on"' }, { value: '"ic_cloud_download"' }, { value: '"ic_delete"' }, { value: '"ic_downloaded"' }, { value: '"ic_edit"' }, { value: '"ic_eye"' }, { value: '"ic_eye_close"' }, { value: '"ic_face"' }, { value: '"ic_heart"' }, { value: '"ic_help_window"' }, { value: '"ic_live"' }, { value: '"ic_login"' }, { value: '"ic_mic_off"' }, { value: '"ic_mic_on"' }, { value: '"ic_more"' }, { value: '"ic_paper_plane"' }, { value: '"ic_photo"' }, { value: '"ic_pin"' }, { value: '"ic_post_free"' }, { value: '"ic_post_notice"' }, { value: '"ic_post_social"' }, { value: '"ic_question"' }, { value: '"ic_reply"' }, { value: '"ic_setting"' }, { value: '"ic_speaker_off"' }, { value: '"ic_speaker_wave_1"' }, { value: '"ic_speaker_wave_2"' }, { value: '"ic_split_screen"' }, { value: '"ic_star"' }, { value: '"ic_subscribers"' }, { value: '"ic_thumb_down"' }, { value: '"ic_thumb_up"' }, { value: '"ic_toggle_down"' }, { value: '"ic_toggle_up"' }, { value: '"ic_verified"' }, { value: '"ic_video"' }, { value: '"ic_videocall"' }, { value: '"ic_videocall_pro"' }, { value: '"ic_video_episodes"' }, { value: '"ic_video_off"' }, { value: '"ic_video_pause"' }, { value: '"ic_video_play"' }, { value: '"ic_video_play_circle"' }, { value: '"ic_video_resolution"' }, { value: '"ic_video_subtitle"' }, { value: '"ic_vodplus"' }, { value: '"ic_analytics_search_tools"' }, { value: '"ic_arrow_down_bold"' }, { value: '"ic_arrow_left"' }, { value: '"ic_arrow_left_2"' }, { value: '"ic_arrow_left_bold"' }, { value: '"ic_arrow_left_thin"' }, { value: '"ic_arrow_right"' }, { value: '"ic_arrow_right_2"' }, { value: '"ic_arrow_right_bold"' }, { value: '"ic_arrow_right_thin"' }, { value: '"ic_arrow_round_left"' }, { value: '"ic_arrow_up_bold"' }, { value: '"ic_bell_notification"' }, { value: '"ic_booking"' }, { value: '"ic_booking_completed"' }, { value: '"ic_booking_history"' }, { value: '"ic_booking_papp"' }, { value: '"ic_booking_ticket"' }, { value: '"ic_business"' }, { value: '"ic_channel"' }, { value: '"ic_channel_setting"' }, { value: '"ic_check"' }, { value: '"ic_checkbox_off"' }, { value: '"ic_clip"' }, { value: '"ic_coins"' }, { value: '"ic_confetti"' }, { value: '"ic_cont_watching"' }, { value: '"ic_copy"' }, { value: '"ic_cs"' }, { value: '"ic_dashboard"' }, { value: '"ic_design_preference"' }, { value: '"ic_developer"' }, { value: '"ic_device_app"' }, { value: '"ic_device_desktop"' }, { value: '"ic_device_mobile"' }, { value: '"ic_download"' }, { value: '"ic_dynamic_layout"' }, { value: '"ic_editor"' }, { value: '"ic_editor_left_side"' }, { value: '"ic_editor_right_side"' }, { value: '"ic_end"' }, { value: '"ic_error"' }, { value: '"ic_filter"' }, { value: '"ic_folder"' }, { value: '"ic_ghost"' }, { value: '"ic_heart_care"' }, { value: '"ic_home"' }, { value: '"ic_information"' }, { value: '"ic_internal"' }, { value: '"ic_language"' }, { value: '"ic_links"' }, { value: '"ic_live_broadcast"' }, { value: '"ic_live_commerce"' }, { value: '"ic_live_concert"' }, { value: '"ic_live_event"' }, { value: '"ic_live_personal"' }, { value: '"ic_lock"' }, { value: '"ic_mail"' }, { value: '"ic_menu"' }, { value: '"ic_minus_circle"' }, { value: '"ic_news"' }, { value: '"ic_open_page"' }, { value: '"ic_order"' }, { value: '"ic_pages"' }, { value: '"ic_page_size_expand"' }, { value: '"ic_page_size_reduce"' }, { value: '"ic_papp"' }, { value: '"ic_papp_type"' }, { value: '"ic_payment"' }, { value: '"ic_payment_free_trial"' }, { value: '"ic_payment_gift"' }, { value: '"ic_payment_onetime"' }, { value: '"ic_payment_regularly"' }, { value: '"ic_payment_setting"' }, { value: '"ic_photo_multiple"' }, { value: '"ic_plan"' }, { value: '"ic_plus"' }, { value: '"ic_plus_circle"' }, { value: '"ic_post_article"' }, { value: '"ic_post_blog"' }, { value: '"ic_post_column"' }, { value: '"ic_post_community_p"' }, { value: '"ic_post_inquiry"' }, { value: '"ic_post_magazine"' }, { value: '"ic_post_paper_plane"' }, { value: '"ic_post_photobook"' }, { value: '"ic_post_promotion"' }, { value: '"ic_post_promotion_p"' }, { value: '"ic_post_vote"' }, { value: '"ic_post_welcome"' }, { value: '"ic_profit"' }, { value: '"ic_qr"' }, { value: '"ic_radio_off"' }, { value: '"ic_radio_on"' }, { value: '"ic_report"' }, { value: '"ic_requirement"' }, { value: '"ic_rocket"' }, { value: '"ic_sales"' }, { value: '"ic_search"' }, { value: '"ic_section_content_32"' }, { value: '"ic_section_content_40"' }, { value: '"ic_section_contents_carousel_32"' }, { value: '"ic_section_contents_carousel_40"' }, { value: '"ic_section_divider_32"' }, { value: '"ic_section_divider_40"' }, { value: '"ic_section_footer_32"' }, { value: '"ic_section_footer_40"' }, { value: '"ic_section_info_box_32"' }, { value: '"ic_section_info_box_40"' }, { value: '"ic_section_intro_32"' }, { value: '"ic_section_intro_40"' }, { value: '"ic_section_map_32"' }, { value: '"ic_section_map_40"' }, { value: '"ic_section_price_box_32"' }, { value: '"ic_section_price_box_40"' }, { value: '"ic_section_products_carousel_32"' }, { value: '"ic_section_products_carousel_40"' }, { value: '"ic_section_review_32"' }, { value: '"ic_section_review_40"' }, { value: '"ic_section_slider_32"' }, { value: '"ic_section_slider_40"' }, { value: '"ic_section_tab_32"' }, { value: '"ic_section_tab_40"' }, { value: '"ic_seller_info"' }, { value: '"ic_seller_intro"' }, { value: '"ic_seller_page"' }, { value: '"ic_series"' }, { value: '"ic_series_list"' }, { value: '"ic_settlement"' }, { value: '"ic_share"' }, { value: '"ic_slideBanner"' }, { value: '"ic_sort"' }, { value: '"ic_standard_banner"' }, { value: '"ic_success"' }, { value: '"ic_ten_sec_back"' }, { value: '"ic_ten_sec_back_arrow"' }, { value: '"ic_ten_sec_forward"' }, { value: '"ic_ten_sec_forward_arrow"' }, { value: '"ic_time"' }, { value: '"ic_trashcan"' }, { value: '"ic_unavailable"' }, { value: '"ic_unlock"' }, { value: '"ic_upload"' }, { value: '"ic_video_guide"' }, { value: '"ic_video_pip"' }, { value: '"ic_video_playback_speed"' }, { value: '"ic_video_playlist"' }, { value: '"ic_vod"' }, { value: '"ic_vodclass"' }, { value: '"ic_vods"' }, { value: '"ic_vod_shorts"' }, { value: '"ic_warning"' }, { value: '"ic_weblink"' }, { value: '"ic_xmark"' }] } }, overrideTextColorKey: { defaultValue: null, description: "", name: "overrideTextColorKey", required: !1, type: { name: "enum", value: [{ value: '"ui_cpnt_icon_sys_grey_01"' }, { value: '"ui_cpnt_button_fill_base_primary"' }, { value: '"ui_cpnt_button_fill_base_default"' }, { value: '"ui_cpnt_button_fill_base_white"' }, { value: '"ui_cpnt_button_fill_on_base_hover"' }, { value: '"ui_cpnt_button_fill_on_base_pressed"' }, { value: '"ui_cpnt_button_fill_base_disabled"' }, { value: '"ui_cpnt_button_line_base_pressed"' }, { value: '"ui_cpnt_button_line_base_hover"' }, { value: '"ui_cpnt_button_line_border_default"' }, { value: '"ui_cpnt_button_line_border_enabled"' }, { value: '"ui_cpnt_button_line_border_disabled"' }, { value: '"ui_cpnt_button_line_border_primary"' }, { value: '"ui_cpnt_button_text_primary"' }, { value: '"ui_cpnt_button_text_on_primary"' }, { value: '"ui_cpnt_button_text_enabled"' }, { value: '"ui_cpnt_button_text_disabled"' }, { value: '"ui_cpnt_button_text_default"' }, { value: '"ui_cpnt_button_icon_on_primary"' }, { value: '"ui_cpnt_button_icon_primary"' }, { value: '"ui_cpnt_button_icon_enabled"' }, { value: '"ui_cpnt_button_icon_disabled"' }, { value: '"ui_cpnt_button_icon_default"' }, { value: '"ui_cpnt_textfield_border_normal"' }, { value: '"ui_cpnt_textfield_border_focus"' }, { value: '"ui_cpnt_textfield_border_error"' }, { value: '"ui_cpnt_textfield_base_normal"' }, { value: '"ui_cpnt_textfield_base_disabled"' }, { value: '"ui_cpnt_textfield_text_hint"' }, { value: '"ui_cpnt_textfield_text_typed"' }, { value: '"ui_cpnt_textfield_text_error"' }, { value: '"ui_cpnt_textfield_text_disabled"' }, { value: '"ui_cpnt_textfield_icon_01"' }, { value: '"ui_cpnt_textfield_icon_02"' }, { value: '"ui_cpnt_textfield_icon_03"' }, { value: '"ui_cpnt_list_base_area"' }, { value: '"ui_cpnt_list_base_area_select"' }, { value: '"ui_cpnt_list_text_title"' }, { value: '"ui_cpnt_list_text_description_01"' }, { value: '"ui_cpnt_list_text_caption_01"' }, { value: '"ui_cpnt_headerbar_base_area"' }, { value: '"ui_cpnt_headerbar_text_title"' }, { value: '"ui_cpnt_headerbar_icon"' }, { value: '"ui_cpnt_headerbar_divider"' }, { value: '"ui_cpnt_tabbar_base_area"' }, { value: '"ui_cpnt_tabbar_divider"' }, { value: '"ui_cpnt_tabbar_base_area_sub"' }, { value: '"ui_cpnt_tabbar_border_active_indicator_primary"' }, { value: '"ui_cpnt_tabbar_text_active_primary"' }, { value: '"ui_cpnt_tabbar_border_active_indicator"' }, { value: '"ui_cpnt_tabbar_text_active"' }, { value: '"ui_cpnt_tabbar_text_inactive_01"' }, { value: '"ui_2"' }, { value: '"ui_3"' }, { value: '"ui_4"' }, { value: '"ui_5"' }, { value: '"ui_6"' }, { value: '"ui_7"' }, { value: '"ui_8"' }, { value: '"ui_9"' }, { value: '"ui_cpnt_pagination_slide_dot_active"' }, { value: '"ui_cpnt_pagination_slide_dot_inactive"' }, { value: '"ui_10"' }, { value: '"ui_11"' }, { value: '"ui_cpnt_modal_header_text_title"' }, { value: '"ui_cpnt_modal_header_icon_01"' }, { value: '"ui_cpnt_modal_header_base_area"' }, { value: '"ui_cpnt_modal_header_base_line"' }, { value: '"ui_cpnt_modal_body_primary_text"' }, { value: '"ui_cpnt_modal_body_secondary_text"' }, { value: '"ui_cpnt_modal_footer_base_area"' }, { value: '"ui_cpnt_modal_footer_divider"' }, { value: '"ui_cpnt_modal_base"' }, { value: '"ui_12"' }, { value: '"ui_13"' }, { value: '"ui_14"' }, { value: '"ui_15"' }, { value: '"ui_cpnt_text_emptystate"' }, { value: '"ui_cpnt_chip_fill_icon_inactive"' }, { value: '"ui_cpnt_chip_fill_icon_active_01"' }, { value: '"ui_cpnt_chip_fill_text_inactive"' }, { value: '"ui_cpnt_chip_fill_text_active_01"' }, { value: '"ui_cpnt_chip_fill_base_inactive"' }, { value: '"ui_cpnt_chip_fill_base_active_01"' }, { value: '"ui_cpnt_chip_line_icon_01"' }, { value: '"ui_cpnt_chip_line_text_01"' }, { value: '"ui_cpnt_chip_line_text_disabled"' }, { value: '"ui_cpnt_chip_line_border_01"' }, { value: '"ui_cpnt_chip_base_playtime"' }, { value: '"ui_16"' }, { value: '"ui_cpnt_list_icon_01"' }, { value: '"ui_cpnt_list_icon_02"' }, { value: '"ui_cpnt_bottomsheet_icon_01"' }, { value: '"ui_cpnt_bottomsheet_text_01"' }, { value: '"ui_cpnt_bottomsheet_text_02"' }, { value: '"ui_cpnt_bottomsheet_icon_02"' }, { value: '"ui_19"' }, { value: '"ui_20"' }, { value: '"ui_cpnt_fab_default_base_white"' }, { value: '"ui_cpnt_fab_default_base_red"' }, { value: '"ui_cpnt_fab_default_base_primary"' }, { value: '"ui_cpnt_fab_default_base_hover"' }, { value: '"ui_cpnt_fab_default_on_base_hover"' }, { value: '"ui_cpnt_fab_default_base_pressed"' }, { value: '"ui_cpnt_fab_default_on_base_pressed"' }, { value: '"ui_cpnt_fab_default_base_disabled"' }, { value: '"ui_cpnt_fab_icon_enabled"' }, { value: '"ui_cpnt_fab_icon_on_primary"' }, { value: '"ui_cpnt_fab_icon_disabled"' }, { value: '"ui_cpnt_fab_extended_base_primary"' }, { value: '"ui_cpnt_fab_extended_on_base_hover"' }, { value: '"ui_cpnt_fab_extended_on_base_pressed"' }, { value: '"ui_cpnt_fab_extended_base_disabled"' }, { value: '"ui_cpnt_fab_text_on_primary"' }, { value: '"ui_cpnt_fab_text_disabled"' }, { value: '"ui_cpnt_alertdialog_base"' }, { value: '"ui_cpnt_alertdialog_icon_success"' }, { value: '"ui_cpnt_alertdialog_icon_error"' }, { value: '"ui_cpnt_alertdialog_icon_warning"' }, { value: '"ui_cpnt_alertdialog_text_title"' }, { value: '"ui_cpnt_alertdialog_text_body"' }, { value: '"ui_21"' }, { value: '"ui_22"' }, { value: '"ui_23"' }, { value: '"ui_24"' }, { value: '"ui_25"' }, { value: '"ui_26"' }, { value: '"ui_27"' }, { value: '"ui_cpnt_divider"' }, { value: '"ui_cpnt_select_border_normal"' }, { value: '"ui_cpnt_select_border_focus"' }, { value: '"ui_cpnt_select_base_normal"' }, { value: '"ui_cpnt_select_base_disabled"' }, { value: '"ui_cpnt_select_text_hint"' }, { value: '"ui_cpnt_select_text_selected"' }, { value: '"ui_cpnt_select_text_disabled"' }, { value: '"ui_cpnt_select_icon_01"' }, { value: '"ui_cpnt_select_icon_02"' }, { value: '"ui_28"' }, { value: '"ui_29"' }, { value: '"ui_30"' }, { value: '"ui_cpnt_videoplayer_icon_01"' }, { value: '"ui_32"' }, { value: '"ui_cpnt_selcontrols_icon_primary"' }, { value: '"ui_cpnt_selcontrols_icon_disabled"' }, { value: '"ui_cpnt_selcontrols_icon_default"' }, { value: '"ui_cpnt_selcontrols_text_disabled"' }, { value: '"ui_cpnt_selcontrols_text_default"' }, { value: '"ui_cpnt_selcontrols_icon_on_base_hover"' }, { value: '"ui_cpnt_contextmenu_menu_base_normal"' }, { value: '"ui_cpnt_contextmenu_menu_base_hover"' }, { value: '"ui_cpnt_contextmenu_menu_base_selected"' }, { value: '"ui_cpnt_contextmenu_text"' }, { value: '"ui_cpnt_selcontrols_base_off"' }, { value: '"ui_cpnt_selcontrols_base_on"' }, { value: '"ui_cpnt_tabbar_text_inactive_02"' }, { value: '"ui_cpnt_videoplayer_unavailable"' }, { value: '"ui_cpnt_list_divider"' }, { value: '"ui_cpnt_button_fill_base_transparent"' }, { value: '"ui_cpnt_list_badge_active"' }, { value: '"ui_cpnt_list_badge_active_primary"' }, { value: '"ui_cpnt_list_badge_disabled"' }, { value: '"ui_cpnt_list_badge_cancel"' }, { value: '"ui_cpnt_list_text_quantity_plus"' }, { value: '"ui_cpnt_content_card_base"' }, { value: '"ui_cpnt_content_icon_03"' }, { value: '"ui_cpnt_content_icon_01"' }, { value: '"ui_cpnt_content_icon_02"' }, { value: '"ui_cpnt_content_card_status_a"' }, { value: '"ui_cpnt_content_card_status_b"' }, { value: '"ui_cpnt_content_card_status_c"' }, { value: '"ui_cpnt_content_card_status_d"' }, { value: '"ui_cpnt_textgroup_base_area"' }, { value: '"ui_cpnt_imageslide_active"' }, { value: '"ui_cpnt_imageslide_inactive"' }, { value: '"ui_cpnt_videoplayer_icon_02"' }, { value: '"ui_cpnt_videoplayer_text_01"' }, { value: '"ui_cpnt_videoplayer_text_02"' }, { value: '"ui_cpnt_videoplayer_scrubber_01"' }, { value: '"ui_cpnt_videoplayer_scrubber_primary"' }, { value: '"ui_cpnt_videoplayer_playbar_base"' }, { value: '"ui_cpnt_videoplayer_playbar_02"' }, { value: '"ui_cpnt_videoplayer_playbar_primary"' }, { value: '"ui_cpnt_videoplayer_playbar_01"' }, { value: '"ui_cpnt_tableheadbar_title"' }, { value: '"ui_cpnt_tableheaderbar_text_default"' }, { value: '"ui_cpnt_tableheaderbar_text_disabled"' }, { value: '"ui_cpnt_tableheaderbar_icon_01"' }, { value: '"ui_cpnt_datatable_text_01"' }, { value: '"ui_cpnt_datatable_text_02"' }, { value: '"ui_cpnt_datatable_text_03"' }, { value: '"ui_cpnt_datatable_text_textbutton"' }, { value: '"ui_cpnt_datatable_text_active"' }, { value: '"ui_cpnt_datatable_base_default"' }, { value: '"ui_cpnt_datatable_base_hover"' }, { value: '"ui_cpnt_datatable_text_inactive"' }, { value: '"ui_cpnt_datatable_bulkaction_base"' }, { value: '"ui_cpnt_datatable_icon_01"' }, { value: '"ui_cpnt_datatable_text_04"' }, { value: '"ui_cpnt_chip_fill_base_active_02"' }, { value: '"ui_cpnt_chip_fill_text_active_02"' }, { value: '"ui_cpnt_chip_fill_icon_active_02"' }, { value: '"ui_cpnt_dropdown_border_normal"' }, { value: '"ui_cpnt_dropdown_border_focus"' }, { value: '"ui_cpnt_dropdown_base_normal"' }, { value: '"ui_cpnt_dropdown_base_disabled"' }, { value: '"ui_cpnt_dropdown_text_hint"' }, { value: '"ui_cpnt_dropdown_text_selected"' }, { value: '"ui_cpnt_dropdown_text_disabled"' }, { value: '"ui_cpnt_dropdown_icon_01"' }, { value: '"ui_cpnt_dropdown_icon_02"' }, { value: '"ui_cpnt_datatable_textbutton_base_02"' }, { value: '"ui_cpnt_datatable_textbutton_base_01"' }, { value: '"ui_cpnt_datatable_icon_02"' }, { value: '"ui_cpnt_datatable_icon_03"' }, { value: '"ui_cpnt_datatable_icon_04"' }, { value: '"ui_cpnt_sidebar_common_base"' }, { value: '"ui_cpnt_sidebar_header_base"' }, { value: '"ui_cpnt_sidebar_label_base"' }, { value: '"ui_cpnt_sidebar_listitem_base_inactive"' }, { value: '"ui_cpnt_sidebar_listitem_base_active"' }, { value: '"ui_cpnt_sidebar_footer_base"' }, { value: '"ui_cpnt_sidebar_label_icon"' }, { value: '"ui_cpnt_sidebar_listitem_icon_inactive"' }, { value: '"ui_cpnt_sidebar_listitem_icon_active"' }, { value: '"ui_cpnt_sidebar_icon_01"' }, { value: '"ui_cpnt_modal_body_base"' }, { value: '"ui_cpnt_modal_header_icon_02"' }, { value: '"ui_cpnt_selectcard_base_selected"' }, { value: '"ui_cpnt_selectcard_base_default"' }, { value: '"ui_cpnt_selectcard_icon_default"' }, { value: '"ui_cpnt_selectcard_icon_selected"' }, { value: '"ui_cpnt_selectcard_text_01"' }, { value: '"ui_cpnt_selectcard_text_02"' }, { value: '"ui_cpnt_selectcard_text_03"' }, { value: '"ui_cpnt_bannerslidecontent_text_white"' }, { value: '"ui_cpnt_modal_header_icon_03"' }, { value: '"ui_cpnt_modal_body_tertiary_text"' }, { value: '"ui_cpnt_list_timestatus_base"' }, { value: '"ui_cpnt_list_text_timestatus"' }, { value: '"ui_cpnt_imageview_base_03"' }, { value: '"ui_34"' }, { value: '"ui_cpnt_editorsidebar_base"' }, { value: '"ui_cpnt_editorsidebar_visible_status_base"' }, { value: '"ui_cpnt_editorsidebar_visible_status_text"' }, { value: '"ui_cpnt_editorsidebar_card_base_default"' }, { value: '"ui_cpnt_editorsidebar_card_base_selected"' }, { value: '"ui_cpnt_editorsidebar_text_default"' }, { value: '"ui_cpnt_editorsidebar_text_selected"' }, { value: '"ui_cpnt_editorsidebar_icon_default"' }, { value: '"ui_cpnt_editorsidebar_icon_selected"' }, { value: '"ui_cpnt_editorsidebar_card_border"' }, { value: '"ui_cpnt_step_base_area"' }, { value: '"ui_cpnt_step_text_inactive"' }, { value: '"ui_cpnt_step_text_active"' }, { value: '"ui_cpnt_step_circular_inactive"' }, { value: '"ui_cpnt_step_circular_active"' }, { value: '"ui_cpnt_step_icon"' }, { value: '"ui_cpnt_step_text_number"' }, { value: '"ui_cpnt_imageslide_dot_area_1"' }, { value: '"ui_cpnt_imageslide_dot_area_2"' }, { value: '"ui_cpnt_editorsidebar_text_disabled"' }, { value: '"ui_cpnt_editorsidebar_icon_disabled"' }, { value: '"ui_cpnt_editorsidebar_card_border_disabled"' }, { value: '"ui_cpnt_userdesktopnavbar_base_area"' }, { value: '"ui_cpnt_button_line_base_default"' }, { value: '"ui_cpnt_userdesktoptabbar_base_area"' }, { value: '"ui_cpnt_userdesktoptabbar_divider"' }, { value: '"ui_cpnt_userdesktoptabbar_border_active_indicator"' }, { value: '"ui_cpnt_userdesktoptabbar_text_active"' }, { value: '"ui_cpnt_userdesktoptabbar_text_inactive"' }, { value: '"ui_cpnt_selcontrols_base_off_disabled"' }, { value: '"ui_cpnt_selcontrols_base_on_disabled"' }, { value: '"ui_cpnt_selcontrols_circular"' }, { value: '"ui_cpnt_chip_line_icon_02"' }, { value: '"ui_cpnt_overlay_base"' }, { value: '"ui_cpnt_profile_base"' }, { value: '"ui_cpnt_card_base"' }, { value: '"ui_cpnt_card_selected_border"' }, { value: '"ui_cpnt_card_icon_basic"' }, { value: '"ui_cpnt_card_icon_custom"' }, { value: '"ui_cpnt_card_icon_create"' }, { value: '"ui_cpnt_modal_dimmed"' }, { value: '"ui_cpnt_alertdialog_dimmed"' }, { value: '"ui_cpnt_bottomsheet_base"' }, { value: '"ui_cpnt_bottomsheet_icon_03"' }, { value: '"ui_cpnt_button_icon_white"' }, { value: '"ui_cpnt_list_icon_03"' }, { value: '"ui_cpnt_list_icon_active_primary"' }, { value: '"ui_cpnt_alertdialog_icon_information"' }, { value: '"ui_cpnt_bottomsheet_bar"' }, { value: '"ui_cpnt_button_line_border_error"' }, { value: '"ui_cpnt_button_text_error"' }, { value: '"ui_cpnt_button_icon_error"' }, { value: '"ui_cpnt_textlabel_sys_primary"' }, { value: '"ui_cpnt_textlabel_sys_secondary"' }, { value: '"ui_cpnt_textlabel_sys_tertiary"' }, { value: '"ui_cpnt_textlabel_sys_white"' }, { value: '"ui_cpnt_textlabel_sys_brandprimary"' }, { value: '"ui_cpnt_textlabel_sys_error"' }, { value: '"ui_cpnt_textlabel_sys_brandseconvariant"' }, { value: '"ui_cpnt_textlabel_usr_brandprimary"' }, { value: '"ui_cpnt_textlabel_usr_brandseconvariant"' }, { value: '"ui_cpnt_textlabel_usr_brandonprimary"' }, { value: '"ui_cpnt_list_text_body"' }, { value: '"ui_cpnt_card_icon_background_01"' }, { value: '"ui_cpnt_card_icon_background_02"' }, { value: '"ui_cpnt_card_icon_background_03"' }, { value: '"ui_cpnt_bannerslide_gradient_1"' }, { value: '"ui_cpnt_bannerslide_gradient_2"' }, { value: '"ui_cpnt_modal_gradient_1"' }, { value: '"ui_cpnt_modal_gradient_2"' }, { value: '"ui_cpnt_list_icon_04"' }, { value: '"ui_cpnt_list_thumbnail_border"' }, { value: '"ui_cpnt_list_thumbnail_gradient_1"' }, { value: '"ui_cpnt_list_thumbnail_gradient_2"' }, { value: '"ui_cpnt_list_base_area_active"' }, { value: '"ui_cpnt_contextmenu_base"' }, { value: '"ui_cpnt_videoplayer_gradient_1"' }, { value: '"ui_cpnt_videoplayer_gradient_2"' }, { value: '"ui_cpnt_videoplayer_overlay"' }, { value: '"ui_globalmenucontainer_background"' }, { value: '"ui_pagemenucontainer_background"' }, { value: '"ui_submenucontainer_background"' }, { value: '"ui_tabmenucontainer_background"' }, { value: '"ui_contentscontainer01_background"' }, { value: '"ui_contentscontainer02_background"' }, { value: '"ui_cpnt_bannerslide_icon_01"' }, { value: '"ui_cpnt_card_shadow"' }, { value: '"ui_cpnt_bannerslide_pagination_active"' }, { value: '"ui_cpnt_bannerslide_pagination_inactive"' }, { value: '"ui_cpnt_icon_usr_brandprimary"' }, { value: '"ui_container_divider"' }, { value: '"ui_area_divider"' }, { value: '"ui_cpnt_list_base_area_seller"' }, { value: '"ui_temp_grey_01"' }, { value: '"ui_temp_grey_02"' }, { value: '"ui_temp_grey_03"' }, { value: '"ui_temp_grey_04"' }, { value: '"ui_temp_grey_05"' }, { value: '"ui_temp_white"' }, { value: '"ui_temp_primary_01"' }, { value: '"ui_temp_secondary_01"' }, { value: '"ui_temp_red"' }, { value: '"ui_temp_white_opacity_00"' }, { value: '"ui_temp_dimmed"' }, { value: '"ui_temp_black"' }, { value: '"ui_temp_primary_02"' }, { value: '"ui_temp_primary_03"' }, { value: '"ui_temp_secondary_02"' }, { value: '"ui_temp_lightgreen_01"' }, { value: '"ui_cpnt_userdesktopnavbar_profile_border"' }, { value: '"ui_cpnt_textlabel_sys_grey_04"' }, { value: '"ui_papp_post_social_background"' }, { value: '"ui_papp_post_notice_background"' }, { value: '"ui_papp_post_free_background"' }, { value: '"ui_papp_vod_background"' }, { value: '"ui_papp_vodplus_background"' }, { value: '"ui_papp_live_background"' }, { value: '"ui_community_pagination_base_area"' }, { value: '"ui_cpnt_contextmenu_border"' }, { value: '"ui_profile_image_border"' }, { value: '"ui_cpnt_alertdialog_border"' }, { value: '"ui_cpnt_modal_border"' }, { value: '"ui_cpnt_card_border"' }, { value: '"ui_cpnt_overlay_border"' }, { value: '"ui_cpnt_datatable_base_selected"' }, { value: '"ui_cpnt_icon_sys_brandprimary"' }, { value: '"ui_cpnt_icon_sys_grey_02"' }, { value: '"ui_cpnt_icon_sys_grey_03"' }, { value: '"ui_cpnt_icon_sys_error_01"' }, { value: '"ui_cpnt_icon_sys_warning_01"' }, { value: '"ui_cpnt_icon_sys_success_01"' }, { value: '"ui_cpnt_icon_usr_brandsecondary"' }, { value: '"ui_papp_post_notice_link"' }, { value: '"ui_cpnt_headerbar_icon_02"' }, { value: '"ui_m_navigationcontainer_background"' }, { value: '"ui_m_tabcontainer_background"' }, { value: '"ui_m_contentscontainer01_background"' }, { value: '"ui_m_contentscontainer02_background"' }, { value: '"ui_cpnt_statusblock_basic"' }, { value: '"ui_cpnt_statusblock_standby"' }, { value: '"ui_cpnt_statusblock_proceeding"' }, { value: '"ui_cpnt_statusblock_cancel"' }, { value: '"ui_cpnt_statusblock_end"' }, { value: '"ui_cpnt_statusblock_error"' }, { value: '"ui_cpnt_list_base_area_solid"' }, { value: '"ui_cpnt_list_base_area_translucent"' }, { value: '"ui_cpnt_list_base_area_transparent"' }, { value: '"ui_cpnt_list_text_caption_02"' }, { value: '"ui_cpnt_button_line_border_darktheme_enabled"' }, { value: '"ui_cpnt_button_line_border_darktheme_disabled"' }, { value: '"ui_cpnt_button_line_base_darktheme_default"' }, { value: '"ui_cpnt_button_line_base_darktheme_hover"' }, { value: '"ui_cpnt_button_line_base_darktheme_pressed"' }, { value: '"ui_cpnt_button_text_darktheme_enabled"' }, { value: '"ui_cpnt_button_text_darktheme_disabled"' }, { value: '"ui_cpnt_button_icon_darktheme_enabled"' }, { value: '"ui_cpnt_button_icon_darktheme_disabled"' }, { value: '"ui_cpnt_icon_sys_white"' }, { value: '"ui_cpnt_button_fill_base_media"' }, { value: '"ui_cpnt_textfield_text_darktheme_enabled"' }, { value: '"ui_cpnt_textfield_text_darktheme_hint"' }, { value: '"ui_cpnt_textfield_text_darktheme_disabled"' }, { value: '"ui_cpnt_textfield_icon_darktheme_default"' }, { value: '"ui_cpnt_textfield_icon_darktheme_disabled"' }, { value: '"ui_cpnt_textfield_border_darktheme_normal"' }, { value: '"ui_cpnt_textfield_border_darktheme_focus"' }, { value: '"ui_cpnt_textfield_border_darktheme_error"' }, { value: '"ui_cpnt_textfield_text_darktheme_error"' }, { value: '"ui_cpnt_textfield_base_darktheme_disabled"' }, { value: '"ui_cpnt_select_text_darktheme_enabled"' }, { value: '"ui_cpnt_select_text_darktheme_hint"' }, { value: '"ui_cpnt_select_text_darktheme_disabled"' }, { value: '"ui_cpnt_select_icon_darktheme_default"' }, { value: '"ui_cpnt_select_icon_darktheme_disabled"' }, { value: '"ui_cpnt_select_border_darktheme_normal"' }, { value: '"ui_cpnt_select_border_darktheme_focus"' }, { value: '"ui_cpnt_select_base_darktheme_disabled"' }, { value: '"ui_cpnt_dropdown_text_darktheme_enabled"' }, { value: '"ui_cpnt_dropdown_text_darktheme_hint"' }, { value: '"ui_cpnt_dropdown_text_darktheme_disabled"' }, { value: '"ui_cpnt_dropdown_icon_darktheme_default"' }, { value: '"ui_cpnt_dropdown_icon_darktheme_disabled"' }, { value: '"ui_cpnt_dropdown_border_darktheme_normal"' }, { value: '"ui_cpnt_dropdown_border_darktheme_focus"' }, { value: '"ui_cpnt_dropdown_base_darktheme_disabled"' }, { value: '"ui_cpnt_sheet_base"' }, { value: '"ui_cpnt_button_icon_darktheme_default"' }, { value: '"ui_cpnt_button_icon_darktheme_primary"' }, { value: '"ui_cpnt_button_text_darktheme_default"' }, { value: '"ui_cpnt_button_text_darktheme_primary"' }, { value: '"ui_35"' }, { value: '"ui_cpnt_button_fill_base_black_opacity50"' }, { value: '"ui_cpnt_sheet_base_white"' }, { value: '"ui_cpnt_sheet_base_black"' }, { value: '"ui_cpnt_sheet_base_01"' }, { value: '"ui_cpnt_sheet_base_02"' }, { value: '"ui_temp_background"' }, { value: '"ui_list_progress_shape_normal"' }, { value: '"ui_list_progress_shape_error"' }, { value: '"ui_list_progress_shape_base"' }, { value: '"ui_cpnt_textlabel_sys_brand_primary_opacity50"' }, { value: '"ui_cpnt_progressbar_01"' }, { value: '"ui_cpnt_progressbar_02"' }, { value: '"ui_36"' }, { value: '"ui_37"' }, { value: '"ui_39"' }, { value: '"ui_cpnt_divider_white_opacity30"' }, { value: '"ui_toppagemenucontainer_background_wt_m"' }, { value: '"ui_contentscontainer_background_wt_m"' }, { value: '"ui_toppagemenuarea_background_wt_m"' }, { value: '"ui_contentsarea_background_wt_m"' }, { value: '"ui_cpnt_standardbanner_base_default"' }, { value: '"ui_channeldesc_white"' }, { value: '"ui_channeldesc_grey_03"' }, { value: '"ui_channeldesc_border_grey_03"' }, { value: '"ui_cpnt_bottomsheet_border"' }, { value: '"ui_cpnt_userdesktopsidetab_base_area"' }, { value: '"ui_cpnt_pg_gradient_01"' }, { value: '"ui_cpnt_pg_gradient_02"' }, { value: '"ui_channeldesc_background"' }, { value: '"ui_channeldesc_bottomsheet_base"' }, { value: '"ui_channeldesc_bottomsheet_border"' }, { value: '"ui_channeldesc_contents_base"' }, { value: '"ui_channeldesc_dimmed"' }, { value: '"ui_cpnt_pg_gradient_03"' }, { value: '"ui_cpnt_pg_gradient_04"' }, { value: '"ui_cpnt_pg_gradient_05"' }, { value: '"ui_cpnt_mask_base"' }, { value: '"ui_temp_usr_primary_01"' }, { value: '"ui_cpnt_sheet_base_02_opacity50"' }, { value: '"ui_menu_primarymenu_main"' }, { value: '"ui_menu_primarymenu_sub"' }, { value: '"ui_menu_secondarymenu_main"' }, { value: '"ui_menu_secondarymenu_sub"' }, { value: '"ui_menu_hover"' }, { value: '"ui_menu_active"' }, { value: '"ui_menu_background"' }, { value: '"ui_cpnt_video_progress_base"' }, { value: '"ui_cpnt_icon_sys_dark"' }, { value: '"ui_menu_background_gradient_opacity00"' }, { value: '"ui_cpnt_dropdown_border_white_normal"' }, { value: '"ui_cpnt_dropdown_text_white_enabled"' }, { value: '"ui_cpnt_dropdown_text_white_hint"' }, { value: '"ui_cpnt_dropdown_icon_white_default"' }, { value: '"ui_cpnt_dropdown_border_white_focus"' }, { value: '"ui_cpnt_dropdown_base_white_normal"' }, { value: '"ui_profile_image_border_brandprimary"' }, { value: '"ui_cpnt_dropdown_base_white_disabled"' }, { value: '"ui_cpnt_dropdown_border_white_disabled"' }, { value: '"ui_cpnt_sheet_base_white_opacity00"' }, { value: '"ui_dimmed_01"' }, { value: '"ui_cpnt_reactionbutton_base_01"' }, { value: '"ui_cpnt_textfield_border_disabled"' }, { value: '"ui_cpnt_dropdown_border_disabled"' }, { value: '"ui_cpnt_select_border_disabled"' }, { value: '"ui_cpnt_dropdown_base_darktheme_normal"' }, { value: '"ui_cpnt_textfield_text_readonly"' }, { value: '"ui_cpnt_select_text_readonly"' }, { value: '"ui_cpnt_dropdown_text_readonly"' }, { value: '"ui_cpnt_select_text_darktheme_readonly"' }, { value: '"ui_cpnt_dropdown_text_darktheme_readonly"' }, { value: '"ui_cpnt_dropdown_text_white_readonly"' }, { value: '"ui_cpnt_blogtextfield_base_01"' }, { value: '"ui_cpnt_textfield_base_darktheme_normal"' }, { value: '"ui_cpnt_dropdown_border_darktheme_disabled"' }, { value: '"ui_cpnt_select_border_darktheme_disabled"' }, { value: '"ui_cpnt_dropdown_text_white_disabled"' }, { value: '"ui_cpnt_select_base_darktheme_normal"' }, { value: '"ui_hero_title_text"' }, { value: '"ui_hero_description_text"' }, { value: '"ui_cpnt_divider_area"' }, { value: '"ui_cpnt_button_white_base_hover"' }, { value: '"ui_cpnt_button_white_base_pressed"' }, { value: '"ui_cpnt_list_base_area_hover"' }, { value: '"ui_cpnt_sheet_border_01"' }, { value: '"ui_cpnt_sheet_border_02"' }, { value: '"ui_cpnt_sheet_border_03"' }, { value: '"ui_43"' }, { value: '"ui_44"' }, { value: '"ui_45"' }, { value: '"ui_46"' }, { value: '"ui_47"' }, { value: '"ui_cpnt_sheet_base_03"' }, { value: '"ui_48"' }, { value: '"ui_49"' }, { value: '"ui_50"' }, { value: '"ui_51"' }, { value: '"ui_cpnt_list_text_caption_03"' }, { value: '"ui_cpnt_list_chatbubble_base_area"' }, { value: '"ui_cpnt_list_chatbubble_base_area_my"' }, { value: '"ui_cpnt_list_chatbubble_text_my"' }, { value: '"ui_papp_livechat_link"' }, { value: '"ui_cpnt_list_chatbubble_base_area_seller_color"' }, { value: '"ui_cpnt_list_chatbubble_text_seller_color"' }, { value: '"ui_cpnt_list_chatbubble_base_area_subscriber"' }, { value: '"ui_cpnt_list_chatbubble_text_subscriber"' }, { value: '"ui_cpnt_list_chatbubble_base_area_my_color"' }, { value: '"ui_cpnt_list_chatbubble_text_my_color"' }, { value: '"ui_cpnt_list_chatbubble_base_area_seller"' }, { value: '"ui_cpnt_list_chatbubble_text_seller"' }, { value: '"ui_52"' }, { value: '"ui_cpnt_imageview_dimmed"' }, { value: '"ui_53"' }, { value: '"ui_54"' }, { value: '"ui_55"' }, { value: '"ui_56"' }, { value: '"ui_cpnt_sheet_base_04"' }, { value: '"ui_cpnt_masking_base_01"' }, { value: '"ui_cpnt_masking_icon_01"' }, { value: '"ui_cpnt_list_base_area_transparent_seller"' }, { value: '"ui_57"' }, { value: '"ui_58"' }, { value: '"ui_cpnt_divider_white_opacity00"' }, { value: '"ui_cpnt_textfield_text_colortheme_transparent_enabled"' }, { value: '"ui_cpnt_textfield_text_colortheme_transparent_hint"' }, { value: '"ui_cpnt_textfield_text_colortheme_transparent_disabled"' }, { value: '"ui_cpnt_textfield_icon_colortheme_transparent_default"' }, { value: '"ui_cpnt_textfield_icon_colortheme_transparent_disabled"' }, { value: '"ui_cpnt_textfield_border_colortheme_transparent_normal"' }, { value: '"ui_cpnt_textfield_border_colortheme_transparent_focus"' }, { value: '"ui_cpnt_textfield_border_colortheme_transparent_error"' }, { value: '"ui_cpnt_textfield_text_colortheme_transparent_error"' }, { value: '"ui_cpnt_textfield_base_colortheme_transparent_disabled"' }, { value: '"ui_cpnt_textfield_base_colortheme_transparent_normal"' }, { value: '"ui_cpnt_textfield_text_colortheme_transparent_readonly"' }, { value: '"ui_cpnt_textfield_icon_colortheme_transparent_readonly"' }, { value: '"ui_cpnt_textfield_base_colortheme_transparent_readonly"' }, { value: '"ui_cpnt_textfield_border_colortheme_transparent_disabled"' }, { value: '"ui_cpnt_textfield_border_colortheme_transparent_readonly"' }, { value: '"ui_cpnt_lottiereactionbutton_base_01"' }, { value: '"ui_cpnt_lottiereactionbutton_base_02"' }, { value: '"ui_cpnt_lottiereactionbutton_base_03"' }, { value: '"ui_cpnt_lottiereactionbutton_base_04"' }, { value: '"ui_cpnt_lottiereactionbutton_base_05"' }, { value: '"ui_60"' }, { value: '"ui_61"' }, { value: '"ui_loading_skeleton_01"' }, { value: '"ui_loading_skeleton_02"' }, { value: '"ui_loading_linear_bar"' }, { value: '"ui_loading_linear_base"' }, { value: '"ui_loading_three_bar"' }, { value: '"ui_menu_button_base"' }, { value: '"ui_cpnt_calendar_status_a"' }, { value: '"ui_cpnt_calendar_status_b"' }, { value: '"ui_cpnt_calendar_status_c"' }, { value: '"ui_menu_background_transparent"' }, { value: '"ui_globalmenucontainer_background_transparent"' }, { value: '"ui_pagemenucontainer_background_transparent"' }, { value: '"ui_submenucontainer_background_transparent"' }, { value: '"ui_tabmenucontainer_background_transparent"' }, { value: '"ui_contentscontainer01_background_transparent"' }, { value: '"ui_contentscontainer02_background_transparent"' }, { value: '"ui_toppagemenucontainer_background_wt_m_transparent"' }, { value: '"ui_contentscontainer_background_wt_m_transparent"' }, { value: '"ui_menu_button_base_transparent"' }, { value: '"ui_dimmed_02"' }, { value: '"ui_cpnt_sheet_base_05"' }, { value: '"ui_62"' }, { value: '"ui_cpnt_calendar_date_hover"' }, { value: '"ui_cpnt_calendar_date_pressed"' }, { value: '"ui_cpnt_imageview_dimmed_gradient_01"' }, { value: '"ui_cpnt_imageview_dimmed_gradient_02"' }, { value: '"ui_cpnt_calendar_base"' }, { value: '"ui_cpnt_calendar_border"' }, { value: '"ui_cpnt_calendar_label_base_schedules"' }, { value: '"ui_cpnt_calendar_label_base_expired_schedules"' }, { value: '"ui_cpnt_calendar_label_border_default"' }, { value: '"ui_cpnt_calendar_label_border_schedules"' }, { value: '"ui_cpnt_calendar_label_border_expired_schedules"' }, { value: '"ui_cpnt_calendar_real_time_line"' }, { value: '"ui_cpnt_calendar_date_selected"' }, { value: '"ui_pagination_base_area"' }, { value: '"ui_cpnt_calendar_label_base_standby_selected"' }, { value: '"ui_cpnt_calendar_label_border_standby"' }, { value: '"ui_cpnt_calendar_text_status_standby"' }, { value: '"ui_cpnt_calendar_label_base_booked_selected"' }, { value: '"ui_cpnt_calendar_label_border_booked"' }, { value: '"ui_cpnt_calendar_text_status_booked"' }, { value: '"ui_cpnt_calendar_label_base_expired_selected"' }, { value: '"ui_cpnt_calendar_label_border_expired"' }, { value: '"ui_cpnt_calendar_text_status_expired"' }, { value: '"ui_cpnt_calendar_label_base_standby_default"' }, { value: '"ui_cpnt_calendar_label_base_booked_default"' }, { value: '"ui_cpnt_calendar_label_base_expired_default"' }, { value: '"ui_cpnt_calendar_badge_standby"' }, { value: '"ui_cpnt_calendar_badge_booked"' }, { value: '"ui_cpnt_calendar_badge_expired"' }, { value: '"ui_cpnt_calendar_text_today"' }, { value: '"ui_cpnt_textlabel_sys_warning"' }, { value: '"ui_cpnt_lottiereactionbutton_base_default"' }, { value: '"ui_cpnt_sheet_base_06"' }, { value: '"ui_cpnt_sheet_base_07"' }, { value: '"ui_cpnt_sheet_base_08"' }, { value: '"ui_cpnt_pagination_dot_01"' }, { value: '"ui_cpnt_pagination_dot_02"' }, { value: '"ui_cpnt_pagination_dot_border"' }, { value: '"ui_63"' }, { value: '"ui_64"' }, { value: '"ui_cpnt_sheet_border_04"' }, { value: '"ui_cpnt_button_fill_base_01"' }, { value: '"ui_cpnt_button_fill_base_hangup"' }, { value: '"ui_cpnt_refund_text_status_issued"' }, { value: '"ui_cpnt_refund_text_status_refunded"' }, { value: '"ui_cpnt_divider_white_01"' }, { value: '"ui_cpnt_timer_base_01"' }, { value: '"ui_cpnt_timer_base_timeup"' }, { value: '"ui_66"' }, { value: '"ui_67"' }, { value: '"ui_cpnt_videoplayer_gradient_3"' }, { value: '"ui_68"' }, { value: '"ui_69"' }, { value: '"ui_cpnt_divider_white_02"' }, { value: '"ui_cpnt_list_chatbubble_base_brand_primary"' }, { value: '"ui_cpnt_list_chatbubble_base_grey"' }, { value: '"ui_cpnt_list_chatbubble_base_translucent_white"' }, { value: '"ui_cpnt_list_chatbubble_base_translucent_black"' }, { value: '"ui_avatar_border_translucent_white"' }, { value: '"ui_avatar_border_translucent_black"' }, { value: '"ui_cpnt_textfield_base_hover"' }, { value: '"ui_cpnt_textfield_base_pressed"' }, { value: '"ui_cpnt_button_secondary_on_base_hover"' }, { value: '"ui_cpnt_button_secondary_on_base_pressed"' }, { value: '"ui_cpnt_select_base_hover"' }, { value: '"ui_cpnt_select_base_pressed"' }, { value: '"ui_cpnt_dropdown_base_hover"' }, { value: '"ui_cpnt_dropdown_base_pressed"' }, { value: '"ui_cpnt_sheet_base_09"' }, { value: '"ui_wizard_pagemenucontainer_background"' }, { value: '"ui_stepcontainer_background"' }, { value: '"ui_wizard_contentscontainer01_background"' }, { value: '"ui_wizard_contentscontainer02_background"' }, { value: '"ui_70"' }, { value: '"ui_cpnt_button_primary_variation_base_enabled"' }, { value: '"ui_cpnt_button_text_secondary_variation_disabled"' }, { value: '"ui_cpnt_button_icon_secondary_variation_disabled"' }, { value: '"ui_cpnt_button_secondary_variation_base_default"' }, { value: '"ui_cpnt_button_secondary_variation_base_hover"' }, { value: '"ui_cpnt_button_secondary_variation_base_pressed"' }, { value: '"ui_editor_base_pages"' }, { value: '"ui_editor_base_papp"' }, { value: '"ui_container_scroll"' }, { value: '"ui_pages_section_dimmed"' }, { value: '"ui_71"' }, { value: '"ui_cpnt_textlabel_sys_black"' }, { value: '"ui_cpnt_sheet_base_10"' }, { value: '"ui_cpnt_sheet_base_11"' }, { value: '"ui_72"' }, { value: '"ui_73"' }, { value: '"ui_cpnt_sidebar_listitem_base_hover"' }, { value: '"ui_avatar_border_brandprimary"' }, { value: '"ui_avatar_border"' }, { value: '"ui_editor_rightside_title_tabbar_base"' }, { value: '"ui_editor_preview_base"' }, { value: '"ui_editor_preview_divice_area_border"' }, { value: '"ui_editor_preview_background"' }, { value: '"ui_editor_leftside_base"' }, { value: '"ui_cpnt_sidebar_label_text"' }, { value: '"ui_cpnt_dropdown_base_hover_darktheme"' }, { value: '"ui_cpnt_dropdown_base_pressed_darktheme"' }, { value: '"ui_cpnt_dropdown_base_hover_white"' }, { value: '"ui_cpnt_dropdown_base_pressed_white"' }, { value: '"ui_cpnt_textfield_base_hover_darktheme"' }, { value: '"ui_cpnt_textfield_base_pressed_darktheme"' }, { value: '"ui_cpnt_select_base_hover_darktheme"' }, { value: '"ui_cpnt_select_base_pressed_darktheme"' }, { value: '"ui_cpnt_textfield_base_hover_transparent"' }, { value: '"ui_cpnt_textfield_base_pressed_transparent"' }, { value: '"ui_cpnt_reactionbutton_base_02"' }, { value: '"ui_create_ch_step_prev"' }] } }, overrideBackgroundColorKey: { defaultValue: null, description: "", name: "overrideBackgroundColorKey", required: !1, type: { name: "enum", value: [{ value: '"ui_cpnt_icon_sys_grey_01"' }, { value: '"ui_cpnt_button_fill_base_primary"' }, { value: '"ui_cpnt_button_fill_base_default"' }, { value: '"ui_cpnt_button_fill_base_white"' }, { value: '"ui_cpnt_button_fill_on_base_hover"' }, { value: '"ui_cpnt_button_fill_on_base_pressed"' }, { value: '"ui_cpnt_button_fill_base_disabled"' }, { value: '"ui_cpnt_button_line_base_pressed"' }, { value: '"ui_cpnt_button_line_base_hover"' }, { value: '"ui_cpnt_button_line_border_default"' }, { value: '"ui_cpnt_button_line_border_enabled"' }, { value: '"ui_cpnt_button_line_border_disabled"' }, { value: '"ui_cpnt_button_line_border_primary"' }, { value: '"ui_cpnt_button_text_primary"' }, { value: '"ui_cpnt_button_text_on_primary"' }, { value: '"ui_cpnt_button_text_enabled"' }, { value: '"ui_cpnt_button_text_disabled"' }, { value: '"ui_cpnt_button_text_default"' }, { value: '"ui_cpnt_button_icon_on_primary"' }, { value: '"ui_cpnt_button_icon_primary"' }, { value: '"ui_cpnt_button_icon_enabled"' }, { value: '"ui_cpnt_button_icon_disabled"' }, { value: '"ui_cpnt_button_icon_default"' }, { value: '"ui_cpnt_textfield_border_normal"' }, { value: '"ui_cpnt_textfield_border_focus"' }, { value: '"ui_cpnt_textfield_border_error"' }, { value: '"ui_cpnt_textfield_base_normal"' }, { value: '"ui_cpnt_textfield_base_disabled"' }, { value: '"ui_cpnt_textfield_text_hint"' }, { value: '"ui_cpnt_textfield_text_typed"' }, { value: '"ui_cpnt_textfield_text_error"' }, { value: '"ui_cpnt_textfield_text_disabled"' }, { value: '"ui_cpnt_textfield_icon_01"' }, { value: '"ui_cpnt_textfield_icon_02"' }, { value: '"ui_cpnt_textfield_icon_03"' }, { value: '"ui_cpnt_list_base_area"' }, { value: '"ui_cpnt_list_base_area_select"' }, { value: '"ui_cpnt_list_text_title"' }, { value: '"ui_cpnt_list_text_description_01"' }, { value: '"ui_cpnt_list_text_caption_01"' }, { value: '"ui_cpnt_headerbar_base_area"' }, { value: '"ui_cpnt_headerbar_text_title"' }, { value: '"ui_cpnt_headerbar_icon"' }, { value: '"ui_cpnt_headerbar_divider"' }, { value: '"ui_cpnt_tabbar_base_area"' }, { value: '"ui_cpnt_tabbar_divider"' }, { value: '"ui_cpnt_tabbar_base_area_sub"' }, { value: '"ui_cpnt_tabbar_border_active_indicator_primary"' }, { value: '"ui_cpnt_tabbar_text_active_primary"' }, { value: '"ui_cpnt_tabbar_border_active_indicator"' }, { value: '"ui_cpnt_tabbar_text_active"' }, { value: '"ui_cpnt_tabbar_text_inactive_01"' }, { value: '"ui_2"' }, { value: '"ui_3"' }, { value: '"ui_4"' }, { value: '"ui_5"' }, { value: '"ui_6"' }, { value: '"ui_7"' }, { value: '"ui_8"' }, { value: '"ui_9"' }, { value: '"ui_cpnt_pagination_slide_dot_active"' }, { value: '"ui_cpnt_pagination_slide_dot_inactive"' }, { value: '"ui_10"' }, { value: '"ui_11"' }, { value: '"ui_cpnt_modal_header_text_title"' }, { value: '"ui_cpnt_modal_header_icon_01"' }, { value: '"ui_cpnt_modal_header_base_area"' }, { value: '"ui_cpnt_modal_header_base_line"' }, { value: '"ui_cpnt_modal_body_primary_text"' }, { value: '"ui_cpnt_modal_body_secondary_text"' }, { value: '"ui_cpnt_modal_footer_base_area"' }, { value: '"ui_cpnt_modal_footer_divider"' }, { value: '"ui_cpnt_modal_base"' }, { value: '"ui_12"' }, { value: '"ui_13"' }, { value: '"ui_14"' }, { value: '"ui_15"' }, { value: '"ui_cpnt_text_emptystate"' }, { value: '"ui_cpnt_chip_fill_icon_inactive"' }, { value: '"ui_cpnt_chip_fill_icon_active_01"' }, { value: '"ui_cpnt_chip_fill_text_inactive"' }, { value: '"ui_cpnt_chip_fill_text_active_01"' }, { value: '"ui_cpnt_chip_fill_base_inactive"' }, { value: '"ui_cpnt_chip_fill_base_active_01"' }, { value: '"ui_cpnt_chip_line_icon_01"' }, { value: '"ui_cpnt_chip_line_text_01"' }, { value: '"ui_cpnt_chip_line_text_disabled"' }, { value: '"ui_cpnt_chip_line_border_01"' }, { value: '"ui_cpnt_chip_base_playtime"' }, { value: '"ui_16"' }, { value: '"ui_cpnt_list_icon_01"' }, { value: '"ui_cpnt_list_icon_02"' }, { value: '"ui_cpnt_bottomsheet_icon_01"' }, { value: '"ui_cpnt_bottomsheet_text_01"' }, { value: '"ui_cpnt_bottomsheet_text_02"' }, { value: '"ui_cpnt_bottomsheet_icon_02"' }, { value: '"ui_19"' }, { value: '"ui_20"' }, { value: '"ui_cpnt_fab_default_base_white"' }, { value: '"ui_cpnt_fab_default_base_red"' }, { value: '"ui_cpnt_fab_default_base_primary"' }, { value: '"ui_cpnt_fab_default_base_hover"' }, { value: '"ui_cpnt_fab_default_on_base_hover"' }, { value: '"ui_cpnt_fab_default_base_pressed"' }, { value: '"ui_cpnt_fab_default_on_base_pressed"' }, { value: '"ui_cpnt_fab_default_base_disabled"' }, { value: '"ui_cpnt_fab_icon_enabled"' }, { value: '"ui_cpnt_fab_icon_on_primary"' }, { value: '"ui_cpnt_fab_icon_disabled"' }, { value: '"ui_cpnt_fab_extended_base_primary"' }, { value: '"ui_cpnt_fab_extended_on_base_hover"' }, { value: '"ui_cpnt_fab_extended_on_base_pressed"' }, { value: '"ui_cpnt_fab_extended_base_disabled"' }, { value: '"ui_cpnt_fab_text_on_primary"' }, { value: '"ui_cpnt_fab_text_disabled"' }, { value: '"ui_cpnt_alertdialog_base"' }, { value: '"ui_cpnt_alertdialog_icon_success"' }, { value: '"ui_cpnt_alertdialog_icon_error"' }, { value: '"ui_cpnt_alertdialog_icon_warning"' }, { value: '"ui_cpnt_alertdialog_text_title"' }, { value: '"ui_cpnt_alertdialog_text_body"' }, { value: '"ui_21"' }, { value: '"ui_22"' }, { value: '"ui_23"' }, { value: '"ui_24"' }, { value: '"ui_25"' }, { value: '"ui_26"' }, { value: '"ui_27"' }, { value: '"ui_cpnt_divider"' }, { value: '"ui_cpnt_select_border_normal"' }, { value: '"ui_cpnt_select_border_focus"' }, { value: '"ui_cpnt_select_base_normal"' }, { value: '"ui_cpnt_select_base_disabled"' }, { value: '"ui_cpnt_select_text_hint"' }, { value: '"ui_cpnt_select_text_selected"' }, { value: '"ui_cpnt_select_text_disabled"' }, { value: '"ui_cpnt_select_icon_01"' }, { value: '"ui_cpnt_select_icon_02"' }, { value: '"ui_28"' }, { value: '"ui_29"' }, { value: '"ui_30"' }, { value: '"ui_cpnt_videoplayer_icon_01"' }, { value: '"ui_32"' }, { value: '"ui_cpnt_selcontrols_icon_primary"' }, { value: '"ui_cpnt_selcontrols_icon_disabled"' }, { value: '"ui_cpnt_selcontrols_icon_default"' }, { value: '"ui_cpnt_selcontrols_text_disabled"' }, { value: '"ui_cpnt_selcontrols_text_default"' }, { value: '"ui_cpnt_selcontrols_icon_on_base_hover"' }, { value: '"ui_cpnt_contextmenu_menu_base_normal"' }, { value: '"ui_cpnt_contextmenu_menu_base_hover"' }, { value: '"ui_cpnt_contextmenu_menu_base_selected"' }, { value: '"ui_cpnt_contextmenu_text"' }, { value: '"ui_cpnt_selcontrols_base_off"' }, { value: '"ui_cpnt_selcontrols_base_on"' }, { value: '"ui_cpnt_tabbar_text_inactive_02"' }, { value: '"ui_cpnt_videoplayer_unavailable"' }, { value: '"ui_cpnt_list_divider"' }, { value: '"ui_cpnt_button_fill_base_transparent"' }, { value: '"ui_cpnt_list_badge_active"' }, { value: '"ui_cpnt_list_badge_active_primary"' }, { value: '"ui_cpnt_list_badge_disabled"' }, { value: '"ui_cpnt_list_badge_cancel"' }, { value: '"ui_cpnt_list_text_quantity_plus"' }, { value: '"ui_cpnt_content_card_base"' }, { value: '"ui_cpnt_content_icon_03"' }, { value: '"ui_cpnt_content_icon_01"' }, { value: '"ui_cpnt_content_icon_02"' }, { value: '"ui_cpnt_content_card_status_a"' }, { value: '"ui_cpnt_content_card_status_b"' }, { value: '"ui_cpnt_content_card_status_c"' }, { value: '"ui_cpnt_content_card_status_d"' }, { value: '"ui_cpnt_textgroup_base_area"' }, { value: '"ui_cpnt_imageslide_active"' }, { value: '"ui_cpnt_imageslide_inactive"' }, { value: '"ui_cpnt_videoplayer_icon_02"' }, { value: '"ui_cpnt_videoplayer_text_01"' }, { value: '"ui_cpnt_videoplayer_text_02"' }, { value: '"ui_cpnt_videoplayer_scrubber_01"' }, { value: '"ui_cpnt_videoplayer_scrubber_primary"' }, { value: '"ui_cpnt_videoplayer_playbar_base"' }, { value: '"ui_cpnt_videoplayer_playbar_02"' }, { value: '"ui_cpnt_videoplayer_playbar_primary"' }, { value: '"ui_cpnt_videoplayer_playbar_01"' }, { value: '"ui_cpnt_tableheadbar_title"' }, { value: '"ui_cpnt_tableheaderbar_text_default"' }, { value: '"ui_cpnt_tableheaderbar_text_disabled"' }, { value: '"ui_cpnt_tableheaderbar_icon_01"' }, { value: '"ui_cpnt_datatable_text_01"' }, { value: '"ui_cpnt_datatable_text_02"' }, { value: '"ui_cpnt_datatable_text_03"' }, { value: '"ui_cpnt_datatable_text_textbutton"' }, { value: '"ui_cpnt_datatable_text_active"' }, { value: '"ui_cpnt_datatable_base_default"' }, { value: '"ui_cpnt_datatable_base_hover"' }, { value: '"ui_cpnt_datatable_text_inactive"' }, { value: '"ui_cpnt_datatable_bulkaction_base"' }, { value: '"ui_cpnt_datatable_icon_01"' }, { value: '"ui_cpnt_datatable_text_04"' }, { value: '"ui_cpnt_chip_fill_base_active_02"' }, { value: '"ui_cpnt_chip_fill_text_active_02"' }, { value: '"ui_cpnt_chip_fill_icon_active_02"' }, { value: '"ui_cpnt_dropdown_border_normal"' }, { value: '"ui_cpnt_dropdown_border_focus"' }, { value: '"ui_cpnt_dropdown_base_normal"' }, { value: '"ui_cpnt_dropdown_base_disabled"' }, { value: '"ui_cpnt_dropdown_text_hint"' }, { value: '"ui_cpnt_dropdown_text_selected"' }, { value: '"ui_cpnt_dropdown_text_disabled"' }, { value: '"ui_cpnt_dropdown_icon_01"' }, { value: '"ui_cpnt_dropdown_icon_02"' }, { value: '"ui_cpnt_datatable_textbutton_base_02"' }, { value: '"ui_cpnt_datatable_textbutton_base_01"' }, { value: '"ui_cpnt_datatable_icon_02"' }, { value: '"ui_cpnt_datatable_icon_03"' }, { value: '"ui_cpnt_datatable_icon_04"' }, { value: '"ui_cpnt_sidebar_common_base"' }, { value: '"ui_cpnt_sidebar_header_base"' }, { value: '"ui_cpnt_sidebar_label_base"' }, { value: '"ui_cpnt_sidebar_listitem_base_inactive"' }, { value: '"ui_cpnt_sidebar_listitem_base_active"' }, { value: '"ui_cpnt_sidebar_footer_base"' }, { value: '"ui_cpnt_sidebar_label_icon"' }, { value: '"ui_cpnt_sidebar_listitem_icon_inactive"' }, { value: '"ui_cpnt_sidebar_listitem_icon_active"' }, { value: '"ui_cpnt_sidebar_icon_01"' }, { value: '"ui_cpnt_modal_body_base"' }, { value: '"ui_cpnt_modal_header_icon_02"' }, { value: '"ui_cpnt_selectcard_base_selected"' }, { value: '"ui_cpnt_selectcard_base_default"' }, { value: '"ui_cpnt_selectcard_icon_default"' }, { value: '"ui_cpnt_selectcard_icon_selected"' }, { value: '"ui_cpnt_selectcard_text_01"' }, { value: '"ui_cpnt_selectcard_text_02"' }, { value: '"ui_cpnt_selectcard_text_03"' }, { value: '"ui_cpnt_bannerslidecontent_text_white"' }, { value: '"ui_cpnt_modal_header_icon_03"' }, { value: '"ui_cpnt_modal_body_tertiary_text"' }, { value: '"ui_cpnt_list_timestatus_base"' }, { value: '"ui_cpnt_list_text_timestatus"' }, { value: '"ui_cpnt_imageview_base_03"' }, { value: '"ui_34"' }, { value: '"ui_cpnt_editorsidebar_base"' }, { value: '"ui_cpnt_editorsidebar_visible_status_base"' }, { value: '"ui_cpnt_editorsidebar_visible_status_text"' }, { value: '"ui_cpnt_editorsidebar_card_base_default"' }, { value: '"ui_cpnt_editorsidebar_card_base_selected"' }, { value: '"ui_cpnt_editorsidebar_text_default"' }, { value: '"ui_cpnt_editorsidebar_text_selected"' }, { value: '"ui_cpnt_editorsidebar_icon_default"' }, { value: '"ui_cpnt_editorsidebar_icon_selected"' }, { value: '"ui_cpnt_editorsidebar_card_border"' }, { value: '"ui_cpnt_step_base_area"' }, { value: '"ui_cpnt_step_text_inactive"' }, { value: '"ui_cpnt_step_text_active"' }, { value: '"ui_cpnt_step_circular_inactive"' }, { value: '"ui_cpnt_step_circular_active"' }, { value: '"ui_cpnt_step_icon"' }, { value: '"ui_cpnt_step_text_number"' }, { value: '"ui_cpnt_imageslide_dot_area_1"' }, { value: '"ui_cpnt_imageslide_dot_area_2"' }, { value: '"ui_cpnt_editorsidebar_text_disabled"' }, { value: '"ui_cpnt_editorsidebar_icon_disabled"' }, { value: '"ui_cpnt_editorsidebar_card_border_disabled"' }, { value: '"ui_cpnt_userdesktopnavbar_base_area"' }, { value: '"ui_cpnt_button_line_base_default"' }, { value: '"ui_cpnt_userdesktoptabbar_base_area"' }, { value: '"ui_cpnt_userdesktoptabbar_divider"' }, { value: '"ui_cpnt_userdesktoptabbar_border_active_indicator"' }, { value: '"ui_cpnt_userdesktoptabbar_text_active"' }, { value: '"ui_cpnt_userdesktoptabbar_text_inactive"' }, { value: '"ui_cpnt_selcontrols_base_off_disabled"' }, { value: '"ui_cpnt_selcontrols_base_on_disabled"' }, { value: '"ui_cpnt_selcontrols_circular"' }, { value: '"ui_cpnt_chip_line_icon_02"' }, { value: '"ui_cpnt_overlay_base"' }, { value: '"ui_cpnt_profile_base"' }, { value: '"ui_cpnt_card_base"' }, { value: '"ui_cpnt_card_selected_border"' }, { value: '"ui_cpnt_card_icon_basic"' }, { value: '"ui_cpnt_card_icon_custom"' }, { value: '"ui_cpnt_card_icon_create"' }, { value: '"ui_cpnt_modal_dimmed"' }, { value: '"ui_cpnt_alertdialog_dimmed"' }, { value: '"ui_cpnt_bottomsheet_base"' }, { value: '"ui_cpnt_bottomsheet_icon_03"' }, { value: '"ui_cpnt_button_icon_white"' }, { value: '"ui_cpnt_list_icon_03"' }, { value: '"ui_cpnt_list_icon_active_primary"' }, { value: '"ui_cpnt_alertdialog_icon_information"' }, { value: '"ui_cpnt_bottomsheet_bar"' }, { value: '"ui_cpnt_button_line_border_error"' }, { value: '"ui_cpnt_button_text_error"' }, { value: '"ui_cpnt_button_icon_error"' }, { value: '"ui_cpnt_textlabel_sys_primary"' }, { value: '"ui_cpnt_textlabel_sys_secondary"' }, { value: '"ui_cpnt_textlabel_sys_tertiary"' }, { value: '"ui_cpnt_textlabel_sys_white"' }, { value: '"ui_cpnt_textlabel_sys_brandprimary"' }, { value: '"ui_cpnt_textlabel_sys_error"' }, { value: '"ui_cpnt_textlabel_sys_brandseconvariant"' }, { value: '"ui_cpnt_textlabel_usr_brandprimary"' }, { value: '"ui_cpnt_textlabel_usr_brandseconvariant"' }, { value: '"ui_cpnt_textlabel_usr_brandonprimary"' }, { value: '"ui_cpnt_list_text_body"' }, { value: '"ui_cpnt_card_icon_background_01"' }, { value: '"ui_cpnt_card_icon_background_02"' }, { value: '"ui_cpnt_card_icon_background_03"' }, { value: '"ui_cpnt_bannerslide_gradient_1"' }, { value: '"ui_cpnt_bannerslide_gradient_2"' }, { value: '"ui_cpnt_modal_gradient_1"' }, { value: '"ui_cpnt_modal_gradient_2"' }, { value: '"ui_cpnt_list_icon_04"' }, { value: '"ui_cpnt_list_thumbnail_border"' }, { value: '"ui_cpnt_list_thumbnail_gradient_1"' }, { value: '"ui_cpnt_list_thumbnail_gradient_2"' }, { value: '"ui_cpnt_list_base_area_active"' }, { value: '"ui_cpnt_contextmenu_base"' }, { value: '"ui_cpnt_videoplayer_gradient_1"' }, { value: '"ui_cpnt_videoplayer_gradient_2"' }, { value: '"ui_cpnt_videoplayer_overlay"' }, { value: '"ui_globalmenucontainer_background"' }, { value: '"ui_pagemenucontainer_background"' }, { value: '"ui_submenucontainer_background"' }, { value: '"ui_tabmenucontainer_background"' }, { value: '"ui_contentscontainer01_background"' }, { value: '"ui_contentscontainer02_background"' }, { value: '"ui_cpnt_bannerslide_icon_01"' }, { value: '"ui_cpnt_card_shadow"' }, { value: '"ui_cpnt_bannerslide_pagination_active"' }, { value: '"ui_cpnt_bannerslide_pagination_inactive"' }, { value: '"ui_cpnt_icon_usr_brandprimary"' }, { value: '"ui_container_divider"' }, { value: '"ui_area_divider"' }, { value: '"ui_cpnt_list_base_area_seller"' }, { value: '"ui_temp_grey_01"' }, { value: '"ui_temp_grey_02"' }, { value: '"ui_temp_grey_03"' }, { value: '"ui_temp_grey_04"' }, { value: '"ui_temp_grey_05"' }, { value: '"ui_temp_white"' }, { value: '"ui_temp_primary_01"' }, { value: '"ui_temp_secondary_01"' }, { value: '"ui_temp_red"' }, { value: '"ui_temp_white_opacity_00"' }, { value: '"ui_temp_dimmed"' }, { value: '"ui_temp_black"' }, { value: '"ui_temp_primary_02"' }, { value: '"ui_temp_primary_03"' }, { value: '"ui_temp_secondary_02"' }, { value: '"ui_temp_lightgreen_01"' }, { value: '"ui_cpnt_userdesktopnavbar_profile_border"' }, { value: '"ui_cpnt_textlabel_sys_grey_04"' }, { value: '"ui_papp_post_social_background"' }, { value: '"ui_papp_post_notice_background"' }, { value: '"ui_papp_post_free_background"' }, { value: '"ui_papp_vod_background"' }, { value: '"ui_papp_vodplus_background"' }, { value: '"ui_papp_live_background"' }, { value: '"ui_community_pagination_base_area"' }, { value: '"ui_cpnt_contextmenu_border"' }, { value: '"ui_profile_image_border"' }, { value: '"ui_cpnt_alertdialog_border"' }, { value: '"ui_cpnt_modal_border"' }, { value: '"ui_cpnt_card_border"' }, { value: '"ui_cpnt_overlay_border"' }, { value: '"ui_cpnt_datatable_base_selected"' }, { value: '"ui_cpnt_icon_sys_brandprimary"' }, { value: '"ui_cpnt_icon_sys_grey_02"' }, { value: '"ui_cpnt_icon_sys_grey_03"' }, { value: '"ui_cpnt_icon_sys_error_01"' }, { value: '"ui_cpnt_icon_sys_warning_01"' }, { value: '"ui_cpnt_icon_sys_success_01"' }, { value: '"ui_cpnt_icon_usr_brandsecondary"' }, { value: '"ui_papp_post_notice_link"' }, { value: '"ui_cpnt_headerbar_icon_02"' }, { value: '"ui_m_navigationcontainer_background"' }, { value: '"ui_m_tabcontainer_background"' }, { value: '"ui_m_contentscontainer01_background"' }, { value: '"ui_m_contentscontainer02_background"' }, { value: '"ui_cpnt_statusblock_basic"' }, { value: '"ui_cpnt_statusblock_standby"' }, { value: '"ui_cpnt_statusblock_proceeding"' }, { value: '"ui_cpnt_statusblock_cancel"' }, { value: '"ui_cpnt_statusblock_end"' }, { value: '"ui_cpnt_statusblock_error"' }, { value: '"ui_cpnt_list_base_area_solid"' }, { value: '"ui_cpnt_list_base_area_translucent"' }, { value: '"ui_cpnt_list_base_area_transparent"' }, { value: '"ui_cpnt_list_text_caption_02"' }, { value: '"ui_cpnt_button_line_border_darktheme_enabled"' }, { value: '"ui_cpnt_button_line_border_darktheme_disabled"' }, { value: '"ui_cpnt_button_line_base_darktheme_default"' }, { value: '"ui_cpnt_button_line_base_darktheme_hover"' }, { value: '"ui_cpnt_button_line_base_darktheme_pressed"' }, { value: '"ui_cpnt_button_text_darktheme_enabled"' }, { value: '"ui_cpnt_button_text_darktheme_disabled"' }, { value: '"ui_cpnt_button_icon_darktheme_enabled"' }, { value: '"ui_cpnt_button_icon_darktheme_disabled"' }, { value: '"ui_cpnt_icon_sys_white"' }, { value: '"ui_cpnt_button_fill_base_media"' }, { value: '"ui_cpnt_textfield_text_darktheme_enabled"' }, { value: '"ui_cpnt_textfield_text_darktheme_hint"' }, { value: '"ui_cpnt_textfield_text_darktheme_disabled"' }, { value: '"ui_cpnt_textfield_icon_darktheme_default"' }, { value: '"ui_cpnt_textfield_icon_darktheme_disabled"' }, { value: '"ui_cpnt_textfield_border_darktheme_normal"' }, { value: '"ui_cpnt_textfield_border_darktheme_focus"' }, { value: '"ui_cpnt_textfield_border_darktheme_error"' }, { value: '"ui_cpnt_textfield_text_darktheme_error"' }, { value: '"ui_cpnt_textfield_base_darktheme_disabled"' }, { value: '"ui_cpnt_select_text_darktheme_enabled"' }, { value: '"ui_cpnt_select_text_darktheme_hint"' }, { value: '"ui_cpnt_select_text_darktheme_disabled"' }, { value: '"ui_cpnt_select_icon_darktheme_default"' }, { value: '"ui_cpnt_select_icon_darktheme_disabled"' }, { value: '"ui_cpnt_select_border_darktheme_normal"' }, { value: '"ui_cpnt_select_border_darktheme_focus"' }, { value: '"ui_cpnt_select_base_darktheme_disabled"' }, { value: '"ui_cpnt_dropdown_text_darktheme_enabled"' }, { value: '"ui_cpnt_dropdown_text_darktheme_hint"' }, { value: '"ui_cpnt_dropdown_text_darktheme_disabled"' }, { value: '"ui_cpnt_dropdown_icon_darktheme_default"' }, { value: '"ui_cpnt_dropdown_icon_darktheme_disabled"' }, { value: '"ui_cpnt_dropdown_border_darktheme_normal"' }, { value: '"ui_cpnt_dropdown_border_darktheme_focus"' }, { value: '"ui_cpnt_dropdown_base_darktheme_disabled"' }, { value: '"ui_cpnt_sheet_base"' }, { value: '"ui_cpnt_button_icon_darktheme_default"' }, { value: '"ui_cpnt_button_icon_darktheme_primary"' }, { value: '"ui_cpnt_button_text_darktheme_default"' }, { value: '"ui_cpnt_button_text_darktheme_primary"' }, { value: '"ui_35"' }, { value: '"ui_cpnt_button_fill_base_black_opacity50"' }, { value: '"ui_cpnt_sheet_base_white"' }, { value: '"ui_cpnt_sheet_base_black"' }, { value: '"ui_cpnt_sheet_base_01"' }, { value: '"ui_cpnt_sheet_base_02"' }, { value: '"ui_temp_background"' }, { value: '"ui_list_progress_shape_normal"' }, { value: '"ui_list_progress_shape_error"' }, { value: '"ui_list_progress_shape_base"' }, { value: '"ui_cpnt_textlabel_sys_brand_primary_opacity50"' }, { value: '"ui_cpnt_progressbar_01"' }, { value: '"ui_cpnt_progressbar_02"' }, { value: '"ui_36"' }, { value: '"ui_37"' }, { value: '"ui_39"' }, { value: '"ui_cpnt_divider_white_opacity30"' }, { value: '"ui_toppagemenucontainer_background_wt_m"' }, { value: '"ui_contentscontainer_background_wt_m"' }, { value: '"ui_toppagemenuarea_background_wt_m"' }, { value: '"ui_contentsarea_background_wt_m"' }, { value: '"ui_cpnt_standardbanner_base_default"' }, { value: '"ui_channeldesc_white"' }, { value: '"ui_channeldesc_grey_03"' }, { value: '"ui_channeldesc_border_grey_03"' }, { value: '"ui_cpnt_bottomsheet_border"' }, { value: '"ui_cpnt_userdesktopsidetab_base_area"' }, { value: '"ui_cpnt_pg_gradient_01"' }, { value: '"ui_cpnt_pg_gradient_02"' }, { value: '"ui_channeldesc_background"' }, { value: '"ui_channeldesc_bottomsheet_base"' }, { value: '"ui_channeldesc_bottomsheet_border"' }, { value: '"ui_channeldesc_contents_base"' }, { value: '"ui_channeldesc_dimmed"' }, { value: '"ui_cpnt_pg_gradient_03"' }, { value: '"ui_cpnt_pg_gradient_04"' }, { value: '"ui_cpnt_pg_gradient_05"' }, { value: '"ui_cpnt_mask_base"' }, { value: '"ui_temp_usr_primary_01"' }, { value: '"ui_cpnt_sheet_base_02_opacity50"' }, { value: '"ui_menu_primarymenu_main"' }, { value: '"ui_menu_primarymenu_sub"' }, { value: '"ui_menu_secondarymenu_main"' }, { value: '"ui_menu_secondarymenu_sub"' }, { value: '"ui_menu_hover"' }, { value: '"ui_menu_active"' }, { value: '"ui_menu_background"' }, { value: '"ui_cpnt_video_progress_base"' }, { value: '"ui_cpnt_icon_sys_dark"' }, { value: '"ui_menu_background_gradient_opacity00"' }, { value: '"ui_cpnt_dropdown_border_white_normal"' }, { value: '"ui_cpnt_dropdown_text_white_enabled"' }, { value: '"ui_cpnt_dropdown_text_white_hint"' }, { value: '"ui_cpnt_dropdown_icon_white_default"' }, { value: '"ui_cpnt_dropdown_border_white_focus"' }, { value: '"ui_cpnt_dropdown_base_white_normal"' }, { value: '"ui_profile_image_border_brandprimary"' }, { value: '"ui_cpnt_dropdown_base_white_disabled"' }, { value: '"ui_cpnt_dropdown_border_white_disabled"' }, { value: '"ui_cpnt_sheet_base_white_opacity00"' }, { value: '"ui_dimmed_01"' }, { value: '"ui_cpnt_reactionbutton_base_01"' }, { value: '"ui_cpnt_textfield_border_disabled"' }, { value: '"ui_cpnt_dropdown_border_disabled"' }, { value: '"ui_cpnt_select_border_disabled"' }, { value: '"ui_cpnt_dropdown_base_darktheme_normal"' }, { value: '"ui_cpnt_textfield_text_readonly"' }, { value: '"ui_cpnt_select_text_readonly"' }, { value: '"ui_cpnt_dropdown_text_readonly"' }, { value: '"ui_cpnt_select_text_darktheme_readonly"' }, { value: '"ui_cpnt_dropdown_text_darktheme_readonly"' }, { value: '"ui_cpnt_dropdown_text_white_readonly"' }, { value: '"ui_cpnt_blogtextfield_base_01"' }, { value: '"ui_cpnt_textfield_base_darktheme_normal"' }, { value: '"ui_cpnt_dropdown_border_darktheme_disabled"' }, { value: '"ui_cpnt_select_border_darktheme_disabled"' }, { value: '"ui_cpnt_dropdown_text_white_disabled"' }, { value: '"ui_cpnt_select_base_darktheme_normal"' }, { value: '"ui_hero_title_text"' }, { value: '"ui_hero_description_text"' }, { value: '"ui_cpnt_divider_area"' }, { value: '"ui_cpnt_button_white_base_hover"' }, { value: '"ui_cpnt_button_white_base_pressed"' }, { value: '"ui_cpnt_list_base_area_hover"' }, { value: '"ui_cpnt_sheet_border_01"' }, { value: '"ui_cpnt_sheet_border_02"' }, { value: '"ui_cpnt_sheet_border_03"' }, { value: '"ui_43"' }, { value: '"ui_44"' }, { value: '"ui_45"' }, { value: '"ui_46"' }, { value: '"ui_47"' }, { value: '"ui_cpnt_sheet_base_03"' }, { value: '"ui_48"' }, { value: '"ui_49"' }, { value: '"ui_50"' }, { value: '"ui_51"' }, { value: '"ui_cpnt_list_text_caption_03"' }, { value: '"ui_cpnt_list_chatbubble_base_area"' }, { value: '"ui_cpnt_list_chatbubble_base_area_my"' }, { value: '"ui_cpnt_list_chatbubble_text_my"' }, { value: '"ui_papp_livechat_link"' }, { value: '"ui_cpnt_list_chatbubble_base_area_seller_color"' }, { value: '"ui_cpnt_list_chatbubble_text_seller_color"' }, { value: '"ui_cpnt_list_chatbubble_base_area_subscriber"' }, { value: '"ui_cpnt_list_chatbubble_text_subscriber"' }, { value: '"ui_cpnt_list_chatbubble_base_area_my_color"' }, { value: '"ui_cpnt_list_chatbubble_text_my_color"' }, { value: '"ui_cpnt_list_chatbubble_base_area_seller"' }, { value: '"ui_cpnt_list_chatbubble_text_seller"' }, { value: '"ui_52"' }, { value: '"ui_cpnt_imageview_dimmed"' }, { value: '"ui_53"' }, { value: '"ui_54"' }, { value: '"ui_55"' }, { value: '"ui_56"' }, { value: '"ui_cpnt_sheet_base_04"' }, { value: '"ui_cpnt_masking_base_01"' }, { value: '"ui_cpnt_masking_icon_01"' }, { value: '"ui_cpnt_list_base_area_transparent_seller"' }, { value: '"ui_57"' }, { value: '"ui_58"' }, { value: '"ui_cpnt_divider_white_opacity00"' }, { value: '"ui_cpnt_textfield_text_colortheme_transparent_enabled"' }, { value: '"ui_cpnt_textfield_text_colortheme_transparent_hint"' }, { value: '"ui_cpnt_textfield_text_colortheme_transparent_disabled"' }, { value: '"ui_cpnt_textfield_icon_colortheme_transparent_default"' }, { value: '"ui_cpnt_textfield_icon_colortheme_transparent_disabled"' }, { value: '"ui_cpnt_textfield_border_colortheme_transparent_normal"' }, { value: '"ui_cpnt_textfield_border_colortheme_transparent_focus"' }, { value: '"ui_cpnt_textfield_border_colortheme_transparent_error"' }, { value: '"ui_cpnt_textfield_text_colortheme_transparent_error"' }, { value: '"ui_cpnt_textfield_base_colortheme_transparent_disabled"' }, { value: '"ui_cpnt_textfield_base_colortheme_transparent_normal"' }, { value: '"ui_cpnt_textfield_text_colortheme_transparent_readonly"' }, { value: '"ui_cpnt_textfield_icon_colortheme_transparent_readonly"' }, { value: '"ui_cpnt_textfield_base_colortheme_transparent_readonly"' }, { value: '"ui_cpnt_textfield_border_colortheme_transparent_disabled"' }, { value: '"ui_cpnt_textfield_border_colortheme_transparent_readonly"' }, { value: '"ui_cpnt_lottiereactionbutton_base_01"' }, { value: '"ui_cpnt_lottiereactionbutton_base_02"' }, { value: '"ui_cpnt_lottiereactionbutton_base_03"' }, { value: '"ui_cpnt_lottiereactionbutton_base_04"' }, { value: '"ui_cpnt_lottiereactionbutton_base_05"' }, { value: '"ui_60"' }, { value: '"ui_61"' }, { value: '"ui_loading_skeleton_01"' }, { value: '"ui_loading_skeleton_02"' }, { value: '"ui_loading_linear_bar"' }, { value: '"ui_loading_linear_base"' }, { value: '"ui_loading_three_bar"' }, { value: '"ui_menu_button_base"' }, { value: '"ui_cpnt_calendar_status_a"' }, { value: '"ui_cpnt_calendar_status_b"' }, { value: '"ui_cpnt_calendar_status_c"' }, { value: '"ui_menu_background_transparent"' }, { value: '"ui_globalmenucontainer_background_transparent"' }, { value: '"ui_pagemenucontainer_background_transparent"' }, { value: '"ui_submenucontainer_background_transparent"' }, { value: '"ui_tabmenucontainer_background_transparent"' }, { value: '"ui_contentscontainer01_background_transparent"' }, { value: '"ui_contentscontainer02_background_transparent"' }, { value: '"ui_toppagemenucontainer_background_wt_m_transparent"' }, { value: '"ui_contentscontainer_background_wt_m_transparent"' }, { value: '"ui_menu_button_base_transparent"' }, { value: '"ui_dimmed_02"' }, { value: '"ui_cpnt_sheet_base_05"' }, { value: '"ui_62"' }, { value: '"ui_cpnt_calendar_date_hover"' }, { value: '"ui_cpnt_calendar_date_pressed"' }, { value: '"ui_cpnt_imageview_dimmed_gradient_01"' }, { value: '"ui_cpnt_imageview_dimmed_gradient_02"' }, { value: '"ui_cpnt_calendar_base"' }, { value: '"ui_cpnt_calendar_border"' }, { value: '"ui_cpnt_calendar_label_base_schedules"' }, { value: '"ui_cpnt_calendar_label_base_expired_schedules"' }, { value: '"ui_cpnt_calendar_label_border_default"' }, { value: '"ui_cpnt_calendar_label_border_schedules"' }, { value: '"ui_cpnt_calendar_label_border_expired_schedules"' }, { value: '"ui_cpnt_calendar_real_time_line"' }, { value: '"ui_cpnt_calendar_date_selected"' }, { value: '"ui_pagination_base_area"' }, { value: '"ui_cpnt_calendar_label_base_standby_selected"' }, { value: '"ui_cpnt_calendar_label_border_standby"' }, { value: '"ui_cpnt_calendar_text_status_standby"' }, { value: '"ui_cpnt_calendar_label_base_booked_selected"' }, { value: '"ui_cpnt_calendar_label_border_booked"' }, { value: '"ui_cpnt_calendar_text_status_booked"' }, { value: '"ui_cpnt_calendar_label_base_expired_selected"' }, { value: '"ui_cpnt_calendar_label_border_expired"' }, { value: '"ui_cpnt_calendar_text_status_expired"' }, { value: '"ui_cpnt_calendar_label_base_standby_default"' }, { value: '"ui_cpnt_calendar_label_base_booked_default"' }, { value: '"ui_cpnt_calendar_label_base_expired_default"' }, { value: '"ui_cpnt_calendar_badge_standby"' }, { value: '"ui_cpnt_calendar_badge_booked"' }, { value: '"ui_cpnt_calendar_badge_expired"' }, { value: '"ui_cpnt_calendar_text_today"' }, { value: '"ui_cpnt_textlabel_sys_warning"' }, { value: '"ui_cpnt_lottiereactionbutton_base_default"' }, { value: '"ui_cpnt_sheet_base_06"' }, { value: '"ui_cpnt_sheet_base_07"' }, { value: '"ui_cpnt_sheet_base_08"' }, { value: '"ui_cpnt_pagination_dot_01"' }, { value: '"ui_cpnt_pagination_dot_02"' }, { value: '"ui_cpnt_pagination_dot_border"' }, { value: '"ui_63"' }, { value: '"ui_64"' }, { value: '"ui_cpnt_sheet_border_04"' }, { value: '"ui_cpnt_button_fill_base_01"' }, { value: '"ui_cpnt_button_fill_base_hangup"' }, { value: '"ui_cpnt_refund_text_status_issued"' }, { value: '"ui_cpnt_refund_text_status_refunded"' }, { value: '"ui_cpnt_divider_white_01"' }, { value: '"ui_cpnt_timer_base_01"' }, { value: '"ui_cpnt_timer_base_timeup"' }, { value: '"ui_66"' }, { value: '"ui_67"' }, { value: '"ui_cpnt_videoplayer_gradient_3"' }, { value: '"ui_68"' }, { value: '"ui_69"' }, { value: '"ui_cpnt_divider_white_02"' }, { value: '"ui_cpnt_list_chatbubble_base_brand_primary"' }, { value: '"ui_cpnt_list_chatbubble_base_grey"' }, { value: '"ui_cpnt_list_chatbubble_base_translucent_white"' }, { value: '"ui_cpnt_list_chatbubble_base_translucent_black"' }, { value: '"ui_avatar_border_translucent_white"' }, { value: '"ui_avatar_border_translucent_black"' }, { value: '"ui_cpnt_textfield_base_hover"' }, { value: '"ui_cpnt_textfield_base_pressed"' }, { value: '"ui_cpnt_button_secondary_on_base_hover"' }, { value: '"ui_cpnt_button_secondary_on_base_pressed"' }, { value: '"ui_cpnt_select_base_hover"' }, { value: '"ui_cpnt_select_base_pressed"' }, { value: '"ui_cpnt_dropdown_base_hover"' }, { value: '"ui_cpnt_dropdown_base_pressed"' }, { value: '"ui_cpnt_sheet_base_09"' }, { value: '"ui_wizard_pagemenucontainer_background"' }, { value: '"ui_stepcontainer_background"' }, { value: '"ui_wizard_contentscontainer01_background"' }, { value: '"ui_wizard_contentscontainer02_background"' }, { value: '"ui_70"' }, { value: '"ui_cpnt_button_primary_variation_base_enabled"' }, { value: '"ui_cpnt_button_text_secondary_variation_disabled"' }, { value: '"ui_cpnt_button_icon_secondary_variation_disabled"' }, { value: '"ui_cpnt_button_secondary_variation_base_default"' }, { value: '"ui_cpnt_button_secondary_variation_base_hover"' }, { value: '"ui_cpnt_button_secondary_variation_base_pressed"' }, { value: '"ui_editor_base_pages"' }, { value: '"ui_editor_base_papp"' }, { value: '"ui_container_scroll"' }, { value: '"ui_pages_section_dimmed"' }, { value: '"ui_71"' }, { value: '"ui_cpnt_textlabel_sys_black"' }, { value: '"ui_cpnt_sheet_base_10"' }, { value: '"ui_cpnt_sheet_base_11"' }, { value: '"ui_72"' }, { value: '"ui_73"' }, { value: '"ui_cpnt_sidebar_listitem_base_hover"' }, { value: '"ui_avatar_border_brandprimary"' }, { value: '"ui_avatar_border"' }, { value: '"ui_editor_rightside_title_tabbar_base"' }, { value: '"ui_editor_preview_base"' }, { value: '"ui_editor_preview_divice_area_border"' }, { value: '"ui_editor_preview_background"' }, { value: '"ui_editor_leftside_base"' }, { value: '"ui_cpnt_sidebar_label_text"' }, { value: '"ui_cpnt_dropdown_base_hover_darktheme"' }, { value: '"ui_cpnt_dropdown_base_pressed_darktheme"' }, { value: '"ui_cpnt_dropdown_base_hover_white"' }, { value: '"ui_cpnt_dropdown_base_pressed_white"' }, { value: '"ui_cpnt_textfield_base_hover_darktheme"' }, { value: '"ui_cpnt_textfield_base_pressed_darktheme"' }, { value: '"ui_cpnt_select_base_hover_darktheme"' }, { value: '"ui_cpnt_select_base_pressed_darktheme"' }, { value: '"ui_cpnt_textfield_base_hover_transparent"' }, { value: '"ui_cpnt_textfield_base_pressed_transparent"' }, { value: '"ui_cpnt_reactionbutton_base_02"' }, { value: '"ui_create_ch_step_prev"' }] } }, value: { defaultValue: null, description: "", name: "value", required: !1, type: { name: "string | number | boolean | null" } }, id: { defaultValue: null, description: "", name: "id", required: !1, type: { name: "string | number | boolean | null" } }, onClickChip: { defaultValue: null, description: "", name: "onClickChip", required: !1, type: { name: "((e: MouseEvent<HTMLDivElement, MouseEvent>) => void)" } }, onClickXMarkIcon: { defaultValue: null, description: "", name: "onClickXMarkIcon", required: !1, type: { name: "(() => void)" } }, activeChipId: { defaultValue: null, description: "@deprecated value 필드를 대신 사용하세요.", name: "activeChipId", required: !1, type: { name: "string | number" } }, chipId: { defaultValue: null, description: "@deprecated id 필드를 대신 사용하세요.", name: "chipId", required: !1, type: { name: "string | number" } } } }, "undefined" != typeof STORYBOOK_REACT_CLASSES && (STORYBOOK_REACT_CLASSES["src/desktop/components/Chip/Chip.tsx#Chip"] = { docgenInfo: Chip.__docgenInfo, name: "Chip", path: "src/desktop/components/Chip/Chip.tsx#Chip" });
1488
+ Chip.displayName = "Chip", Chip.__docgenInfo = { description: "", displayName: "Chip", props: { displayType: { defaultValue: { value: "filter_single" }, description: "", name: "displayType", required: !1, type: { name: "enum", value: [{ value: '"label"' }, { value: '"time"' }, { value: '"filter_single"' }, { value: '"information"' }, { value: '"category_choice"' }, { value: '"filter_multi"' }, { value: '"removable"' }] } }, text: { defaultValue: null, description: "", name: "text", required: !1, type: { name: "PDSTextType" } }, filterIconMode: { defaultValue: { value: "none" }, description: "", name: "filterIconMode", required: !1, type: { name: "enum", value: [{ value: '"none"' }, { value: '"left"' }] } }, iconFillType: { defaultValue: { value: "line" }, description: "", name: "iconFillType", required: !1, type: { name: "enum", value: [{ value: '"fill"' }, { value: '"line"' }] } }, iconName: { defaultValue: null, description: "", name: "iconName", required: !1, type: { name: "enum", value: [{ value: '"ic_arrow_down"' }, { value: '"ic_arrow_up"' }, { value: '"ic_bell"' }, { value: '"ic_bookmark"' }, { value: '"ic_call"' }, { value: '"ic_call_end"' }, { value: '"ic_camera"' }, { value: '"ic_chat"' }, { value: '"ic_chat_counseling"' }, { value: '"ic_chat_crm"' }, { value: '"ic_chat_off"' }, { value: '"ic_checkbox_indeterminate"' }, { value: '"ic_checkbox_on"' }, { value: '"ic_cloud_download"' }, { value: '"ic_delete"' }, { value: '"ic_downloaded"' }, { value: '"ic_edit"' }, { value: '"ic_eye"' }, { value: '"ic_eye_close"' }, { value: '"ic_face"' }, { value: '"ic_heart"' }, { value: '"ic_help_window"' }, { value: '"ic_live"' }, { value: '"ic_login"' }, { value: '"ic_mic_off"' }, { value: '"ic_mic_on"' }, { value: '"ic_more"' }, { value: '"ic_paper_plane"' }, { value: '"ic_photo"' }, { value: '"ic_pin"' }, { value: '"ic_post_free"' }, { value: '"ic_post_notice"' }, { value: '"ic_post_social"' }, { value: '"ic_question"' }, { value: '"ic_reply"' }, { value: '"ic_setting"' }, { value: '"ic_speaker_off"' }, { value: '"ic_speaker_wave_1"' }, { value: '"ic_speaker_wave_2"' }, { value: '"ic_split_screen"' }, { value: '"ic_star"' }, { value: '"ic_subscribers"' }, { value: '"ic_thumb_down"' }, { value: '"ic_thumb_up"' }, { value: '"ic_toggle_down"' }, { value: '"ic_toggle_up"' }, { value: '"ic_verified"' }, { value: '"ic_video"' }, { value: '"ic_videocall"' }, { value: '"ic_videocall_pro"' }, { value: '"ic_video_episodes"' }, { value: '"ic_video_off"' }, { value: '"ic_video_pause"' }, { value: '"ic_video_play"' }, { value: '"ic_video_play_circle"' }, { value: '"ic_video_resolution"' }, { value: '"ic_video_subtitle"' }, { value: '"ic_vodplus"' }, { value: '"ic_analytics_search_tools"' }, { value: '"ic_arrow_down_bold"' }, { value: '"ic_arrow_left"' }, { value: '"ic_arrow_left_2"' }, { value: '"ic_arrow_left_bold"' }, { value: '"ic_arrow_left_thin"' }, { value: '"ic_arrow_right"' }, { value: '"ic_arrow_right_2"' }, { value: '"ic_arrow_right_bold"' }, { value: '"ic_arrow_right_thin"' }, { value: '"ic_arrow_round_left"' }, { value: '"ic_arrow_up_bold"' }, { value: '"ic_bell_notification"' }, { value: '"ic_booking"' }, { value: '"ic_booking_completed"' }, { value: '"ic_booking_history"' }, { value: '"ic_booking_papp"' }, { value: '"ic_booking_ticket"' }, { value: '"ic_business"' }, { value: '"ic_channel"' }, { value: '"ic_channel_setting"' }, { value: '"ic_check"' }, { value: '"ic_checkbox_off"' }, { value: '"ic_clip"' }, { value: '"ic_coins"' }, { value: '"ic_confetti"' }, { value: '"ic_cont_watching"' }, { value: '"ic_copy"' }, { value: '"ic_cs"' }, { value: '"ic_dashboard"' }, { value: '"ic_design_preference"' }, { value: '"ic_developer"' }, { value: '"ic_device_app"' }, { value: '"ic_device_desktop"' }, { value: '"ic_device_mobile"' }, { value: '"ic_download"' }, { value: '"ic_dynamic_layout"' }, { value: '"ic_editor"' }, { value: '"ic_editor_left_side"' }, { value: '"ic_editor_right_side"' }, { value: '"ic_end"' }, { value: '"ic_error"' }, { value: '"ic_filter"' }, { value: '"ic_folder"' }, { value: '"ic_ghost"' }, { value: '"ic_heart_care"' }, { value: '"ic_home"' }, { value: '"ic_information"' }, { value: '"ic_internal"' }, { value: '"ic_language"' }, { value: '"ic_links"' }, { value: '"ic_live_broadcast"' }, { value: '"ic_live_commerce"' }, { value: '"ic_live_concert"' }, { value: '"ic_live_event"' }, { value: '"ic_live_personal"' }, { value: '"ic_lock"' }, { value: '"ic_mail"' }, { value: '"ic_menu"' }, { value: '"ic_minus_circle"' }, { value: '"ic_news"' }, { value: '"ic_open_page"' }, { value: '"ic_order"' }, { value: '"ic_pages"' }, { value: '"ic_page_size_expand"' }, { value: '"ic_page_size_reduce"' }, { value: '"ic_papp"' }, { value: '"ic_papp_type"' }, { value: '"ic_payment"' }, { value: '"ic_payment_free_trial"' }, { value: '"ic_payment_gift"' }, { value: '"ic_payment_onetime"' }, { value: '"ic_payment_regularly"' }, { value: '"ic_payment_setting"' }, { value: '"ic_photo_multiple"' }, { value: '"ic_plan"' }, { value: '"ic_plus"' }, { value: '"ic_plus_circle"' }, { value: '"ic_post_article"' }, { value: '"ic_post_blog"' }, { value: '"ic_post_column"' }, { value: '"ic_post_community_p"' }, { value: '"ic_post_inquiry"' }, { value: '"ic_post_magazine"' }, { value: '"ic_post_paper_plane"' }, { value: '"ic_post_photobook"' }, { value: '"ic_post_promotion"' }, { value: '"ic_post_promotion_p"' }, { value: '"ic_post_vote"' }, { value: '"ic_post_welcome"' }, { value: '"ic_profit"' }, { value: '"ic_qr"' }, { value: '"ic_radio_off"' }, { value: '"ic_radio_on"' }, { value: '"ic_report"' }, { value: '"ic_requirement"' }, { value: '"ic_rocket"' }, { value: '"ic_sales"' }, { value: '"ic_search"' }, { value: '"ic_section_content_32"' }, { value: '"ic_section_content_40"' }, { value: '"ic_section_contents_carousel_32"' }, { value: '"ic_section_contents_carousel_40"' }, { value: '"ic_section_divider_32"' }, { value: '"ic_section_divider_40"' }, { value: '"ic_section_footer_32"' }, { value: '"ic_section_footer_40"' }, { value: '"ic_section_info_box_32"' }, { value: '"ic_section_info_box_40"' }, { value: '"ic_section_intro_32"' }, { value: '"ic_section_intro_40"' }, { value: '"ic_section_map_32"' }, { value: '"ic_section_map_40"' }, { value: '"ic_section_price_box_32"' }, { value: '"ic_section_price_box_40"' }, { value: '"ic_section_products_carousel_32"' }, { value: '"ic_section_products_carousel_40"' }, { value: '"ic_section_review_32"' }, { value: '"ic_section_review_40"' }, { value: '"ic_section_slider_32"' }, { value: '"ic_section_slider_40"' }, { value: '"ic_section_tab_32"' }, { value: '"ic_section_tab_40"' }, { value: '"ic_seller_info"' }, { value: '"ic_seller_intro"' }, { value: '"ic_seller_page"' }, { value: '"ic_series"' }, { value: '"ic_series_list"' }, { value: '"ic_settlement"' }, { value: '"ic_share"' }, { value: '"ic_slideBanner"' }, { value: '"ic_sort"' }, { value: '"ic_standard_banner"' }, { value: '"ic_success"' }, { value: '"ic_ten_sec_back"' }, { value: '"ic_ten_sec_back_arrow"' }, { value: '"ic_ten_sec_forward"' }, { value: '"ic_ten_sec_forward_arrow"' }, { value: '"ic_time"' }, { value: '"ic_trashcan"' }, { value: '"ic_unavailable"' }, { value: '"ic_unlock"' }, { value: '"ic_upload"' }, { value: '"ic_video_guide"' }, { value: '"ic_video_pip"' }, { value: '"ic_video_playback_speed"' }, { value: '"ic_video_playlist"' }, { value: '"ic_vod"' }, { value: '"ic_vodclass"' }, { value: '"ic_vods"' }, { value: '"ic_vod_shorts"' }, { value: '"ic_warning"' }, { value: '"ic_weblink"' }, { value: '"ic_xmark"' }] } }, overrideTextColorKey: { defaultValue: null, description: "", name: "overrideTextColorKey", required: !1, type: { name: "enum", value: [{ value: '"ui_cpnt_icon_sys_grey_01"' }, { value: '"ui_cpnt_button_fill_base_primary"' }, { value: '"ui_cpnt_button_fill_base_default"' }, { value: '"ui_cpnt_button_fill_base_white"' }, { value: '"ui_cpnt_button_fill_on_base_hover"' }, { value: '"ui_cpnt_button_fill_on_base_pressed"' }, { value: '"ui_cpnt_button_fill_base_disabled"' }, { value: '"ui_cpnt_button_line_base_pressed"' }, { value: '"ui_cpnt_button_line_base_hover"' }, { value: '"ui_cpnt_button_line_border_default"' }, { value: '"ui_cpnt_button_line_border_enabled"' }, { value: '"ui_cpnt_button_line_border_disabled"' }, { value: '"ui_cpnt_button_line_border_primary"' }, { value: '"ui_cpnt_button_text_primary"' }, { value: '"ui_cpnt_button_text_on_primary"' }, { value: '"ui_cpnt_button_text_enabled"' }, { value: '"ui_cpnt_button_text_disabled"' }, { value: '"ui_cpnt_button_text_default"' }, { value: '"ui_cpnt_button_icon_on_primary"' }, { value: '"ui_cpnt_button_icon_primary"' }, { value: '"ui_cpnt_button_icon_enabled"' }, { value: '"ui_cpnt_button_icon_disabled"' }, { value: '"ui_cpnt_button_icon_default"' }, { value: '"ui_cpnt_textfield_border_normal"' }, { value: '"ui_cpnt_textfield_border_focus"' }, { value: '"ui_cpnt_textfield_border_error"' }, { value: '"ui_cpnt_textfield_base_normal"' }, { value: '"ui_cpnt_textfield_base_disabled"' }, { value: '"ui_cpnt_textfield_text_hint"' }, { value: '"ui_cpnt_textfield_text_typed"' }, { value: '"ui_cpnt_textfield_text_error"' }, { value: '"ui_cpnt_textfield_text_disabled"' }, { value: '"ui_cpnt_textfield_icon_01"' }, { value: '"ui_cpnt_textfield_icon_02"' }, { value: '"ui_cpnt_textfield_icon_03"' }, { value: '"ui_cpnt_list_base_area"' }, { value: '"ui_cpnt_list_base_area_select"' }, { value: '"ui_cpnt_list_text_title"' }, { value: '"ui_cpnt_list_text_description_01"' }, { value: '"ui_cpnt_list_text_caption_01"' }, { value: '"ui_cpnt_headerbar_base_area"' }, { value: '"ui_cpnt_headerbar_text_title"' }, { value: '"ui_cpnt_headerbar_icon"' }, { value: '"ui_cpnt_headerbar_divider"' }, { value: '"ui_cpnt_tabbar_base_area"' }, { value: '"ui_cpnt_tabbar_divider"' }, { value: '"ui_cpnt_tabbar_base_area_sub"' }, { value: '"ui_cpnt_tabbar_border_active_indicator_primary"' }, { value: '"ui_cpnt_tabbar_text_active_primary"' }, { value: '"ui_cpnt_tabbar_border_active_indicator"' }, { value: '"ui_cpnt_tabbar_text_active"' }, { value: '"ui_cpnt_tabbar_text_inactive_01"' }, { value: '"ui_2"' }, { value: '"ui_3"' }, { value: '"ui_4"' }, { value: '"ui_5"' }, { value: '"ui_6"' }, { value: '"ui_7"' }, { value: '"ui_8"' }, { value: '"ui_9"' }, { value: '"ui_cpnt_pagination_slide_dot_active"' }, { value: '"ui_cpnt_pagination_slide_dot_inactive"' }, { value: '"ui_10"' }, { value: '"ui_11"' }, { value: '"ui_cpnt_modal_header_text_title"' }, { value: '"ui_cpnt_modal_header_icon_01"' }, { value: '"ui_cpnt_modal_header_base_area"' }, { value: '"ui_cpnt_modal_header_base_line"' }, { value: '"ui_cpnt_modal_body_primary_text"' }, { value: '"ui_cpnt_modal_body_secondary_text"' }, { value: '"ui_cpnt_modal_footer_base_area"' }, { value: '"ui_cpnt_modal_footer_divider"' }, { value: '"ui_cpnt_modal_base"' }, { value: '"ui_12"' }, { value: '"ui_13"' }, { value: '"ui_14"' }, { value: '"ui_15"' }, { value: '"ui_cpnt_text_emptystate"' }, { value: '"ui_cpnt_chip_fill_icon_inactive"' }, { value: '"ui_cpnt_chip_fill_icon_active_01"' }, { value: '"ui_cpnt_chip_fill_text_inactive"' }, { value: '"ui_cpnt_chip_fill_text_active_01"' }, { value: '"ui_cpnt_chip_fill_base_inactive"' }, { value: '"ui_cpnt_chip_fill_base_active_01"' }, { value: '"ui_cpnt_chip_line_icon_01"' }, { value: '"ui_cpnt_chip_line_text_01"' }, { value: '"ui_cpnt_chip_line_text_disabled"' }, { value: '"ui_cpnt_chip_line_border_01"' }, { value: '"ui_cpnt_chip_base_playtime"' }, { value: '"ui_16"' }, { value: '"ui_cpnt_list_icon_01"' }, { value: '"ui_cpnt_list_icon_02"' }, { value: '"ui_cpnt_bottomsheet_icon_01"' }, { value: '"ui_cpnt_bottomsheet_text_01"' }, { value: '"ui_cpnt_bottomsheet_text_02"' }, { value: '"ui_cpnt_bottomsheet_icon_02"' }, { value: '"ui_19"' }, { value: '"ui_20"' }, { value: '"ui_cpnt_fab_default_base_white"' }, { value: '"ui_cpnt_fab_default_base_red"' }, { value: '"ui_cpnt_fab_default_base_primary"' }, { value: '"ui_cpnt_fab_default_base_hover"' }, { value: '"ui_cpnt_fab_default_on_base_hover"' }, { value: '"ui_cpnt_fab_default_base_pressed"' }, { value: '"ui_cpnt_fab_default_on_base_pressed"' }, { value: '"ui_cpnt_fab_default_base_disabled"' }, { value: '"ui_cpnt_fab_icon_enabled"' }, { value: '"ui_cpnt_fab_icon_on_primary"' }, { value: '"ui_cpnt_fab_icon_disabled"' }, { value: '"ui_cpnt_fab_extended_base_primary"' }, { value: '"ui_cpnt_fab_extended_on_base_hover"' }, { value: '"ui_cpnt_fab_extended_on_base_pressed"' }, { value: '"ui_cpnt_fab_extended_base_disabled"' }, { value: '"ui_cpnt_fab_text_on_primary"' }, { value: '"ui_cpnt_fab_text_disabled"' }, { value: '"ui_cpnt_alertdialog_base"' }, { value: '"ui_cpnt_alertdialog_icon_success"' }, { value: '"ui_cpnt_alertdialog_icon_error"' }, { value: '"ui_cpnt_alertdialog_icon_warning"' }, { value: '"ui_cpnt_alertdialog_text_title"' }, { value: '"ui_cpnt_alertdialog_text_body"' }, { value: '"ui_21"' }, { value: '"ui_22"' }, { value: '"ui_23"' }, { value: '"ui_24"' }, { value: '"ui_25"' }, { value: '"ui_26"' }, { value: '"ui_27"' }, { value: '"ui_cpnt_divider"' }, { value: '"ui_cpnt_select_border_normal"' }, { value: '"ui_cpnt_select_border_focus"' }, { value: '"ui_cpnt_select_base_normal"' }, { value: '"ui_cpnt_select_base_disabled"' }, { value: '"ui_cpnt_select_text_hint"' }, { value: '"ui_cpnt_select_text_selected"' }, { value: '"ui_cpnt_select_text_disabled"' }, { value: '"ui_cpnt_select_icon_01"' }, { value: '"ui_cpnt_select_icon_02"' }, { value: '"ui_28"' }, { value: '"ui_29"' }, { value: '"ui_30"' }, { value: '"ui_cpnt_videoplayer_icon_01"' }, { value: '"ui_32"' }, { value: '"ui_cpnt_selcontrols_icon_primary"' }, { value: '"ui_cpnt_selcontrols_icon_disabled"' }, { value: '"ui_cpnt_selcontrols_icon_default"' }, { value: '"ui_cpnt_selcontrols_text_disabled"' }, { value: '"ui_cpnt_selcontrols_text_default"' }, { value: '"ui_cpnt_selcontrols_icon_on_base_hover"' }, { value: '"ui_cpnt_contextmenu_menu_base_normal"' }, { value: '"ui_cpnt_contextmenu_menu_base_hover"' }, { value: '"ui_cpnt_contextmenu_menu_base_selected"' }, { value: '"ui_cpnt_contextmenu_text"' }, { value: '"ui_cpnt_selcontrols_base_off"' }, { value: '"ui_cpnt_selcontrols_base_on"' }, { value: '"ui_cpnt_tabbar_text_inactive_02"' }, { value: '"ui_cpnt_videoplayer_unavailable"' }, { value: '"ui_cpnt_list_divider"' }, { value: '"ui_cpnt_button_fill_base_transparent"' }, { value: '"ui_cpnt_list_badge_active"' }, { value: '"ui_cpnt_list_badge_active_primary"' }, { value: '"ui_cpnt_list_badge_disabled"' }, { value: '"ui_cpnt_list_badge_cancel"' }, { value: '"ui_cpnt_list_text_quantity_plus"' }, { value: '"ui_cpnt_content_card_base"' }, { value: '"ui_cpnt_content_icon_03"' }, { value: '"ui_cpnt_content_icon_01"' }, { value: '"ui_cpnt_content_icon_02"' }, { value: '"ui_cpnt_content_card_status_a"' }, { value: '"ui_cpnt_content_card_status_b"' }, { value: '"ui_cpnt_content_card_status_c"' }, { value: '"ui_cpnt_content_card_status_d"' }, { value: '"ui_cpnt_textgroup_base_area"' }, { value: '"ui_cpnt_imageslide_active"' }, { value: '"ui_cpnt_imageslide_inactive"' }, { value: '"ui_cpnt_videoplayer_icon_02"' }, { value: '"ui_cpnt_videoplayer_text_01"' }, { value: '"ui_cpnt_videoplayer_text_02"' }, { value: '"ui_cpnt_videoplayer_scrubber_01"' }, { value: '"ui_cpnt_videoplayer_scrubber_primary"' }, { value: '"ui_cpnt_videoplayer_playbar_base"' }, { value: '"ui_cpnt_videoplayer_playbar_02"' }, { value: '"ui_cpnt_videoplayer_playbar_primary"' }, { value: '"ui_cpnt_videoplayer_playbar_01"' }, { value: '"ui_cpnt_tableheadbar_title"' }, { value: '"ui_cpnt_tableheaderbar_text_default"' }, { value: '"ui_cpnt_tableheaderbar_text_disabled"' }, { value: '"ui_cpnt_tableheaderbar_icon_01"' }, { value: '"ui_cpnt_datatable_text_01"' }, { value: '"ui_cpnt_datatable_text_02"' }, { value: '"ui_cpnt_datatable_text_03"' }, { value: '"ui_cpnt_datatable_text_textbutton"' }, { value: '"ui_cpnt_datatable_text_active"' }, { value: '"ui_cpnt_datatable_base_default"' }, { value: '"ui_cpnt_datatable_base_hover"' }, { value: '"ui_cpnt_datatable_text_inactive"' }, { value: '"ui_cpnt_datatable_bulkaction_base"' }, { value: '"ui_cpnt_datatable_icon_01"' }, { value: '"ui_cpnt_datatable_text_04"' }, { value: '"ui_cpnt_chip_fill_base_active_02"' }, { value: '"ui_cpnt_chip_fill_text_active_02"' }, { value: '"ui_cpnt_chip_fill_icon_active_02"' }, { value: '"ui_cpnt_dropdown_border_normal"' }, { value: '"ui_cpnt_dropdown_border_focus"' }, { value: '"ui_cpnt_dropdown_base_normal"' }, { value: '"ui_cpnt_dropdown_base_disabled"' }, { value: '"ui_cpnt_dropdown_text_hint"' }, { value: '"ui_cpnt_dropdown_text_selected"' }, { value: '"ui_cpnt_dropdown_text_disabled"' }, { value: '"ui_cpnt_dropdown_icon_01"' }, { value: '"ui_cpnt_dropdown_icon_02"' }, { value: '"ui_cpnt_datatable_textbutton_base_02"' }, { value: '"ui_cpnt_datatable_textbutton_base_01"' }, { value: '"ui_cpnt_datatable_icon_02"' }, { value: '"ui_cpnt_datatable_icon_03"' }, { value: '"ui_cpnt_datatable_icon_04"' }, { value: '"ui_cpnt_sidebar_common_base"' }, { value: '"ui_cpnt_sidebar_header_base"' }, { value: '"ui_cpnt_sidebar_label_base"' }, { value: '"ui_cpnt_sidebar_listitem_base_inactive"' }, { value: '"ui_cpnt_sidebar_listitem_base_active"' }, { value: '"ui_cpnt_sidebar_footer_base"' }, { value: '"ui_cpnt_sidebar_label_icon"' }, { value: '"ui_cpnt_sidebar_listitem_icon_inactive"' }, { value: '"ui_cpnt_sidebar_listitem_icon_active"' }, { value: '"ui_cpnt_sidebar_icon_01"' }, { value: '"ui_cpnt_modal_body_base"' }, { value: '"ui_cpnt_modal_header_icon_02"' }, { value: '"ui_cpnt_selectcard_base_selected"' }, { value: '"ui_cpnt_selectcard_base_default"' }, { value: '"ui_cpnt_selectcard_icon_default"' }, { value: '"ui_cpnt_selectcard_icon_selected"' }, { value: '"ui_cpnt_selectcard_text_01"' }, { value: '"ui_cpnt_selectcard_text_02"' }, { value: '"ui_cpnt_selectcard_text_03"' }, { value: '"ui_cpnt_bannerslidecontent_text_white"' }, { value: '"ui_cpnt_modal_header_icon_03"' }, { value: '"ui_cpnt_modal_body_tertiary_text"' }, { value: '"ui_cpnt_list_timestatus_base"' }, { value: '"ui_cpnt_list_text_timestatus"' }, { value: '"ui_cpnt_imageview_base_03"' }, { value: '"ui_34"' }, { value: '"ui_cpnt_editorsidebar_base"' }, { value: '"ui_cpnt_editorsidebar_visible_status_base"' }, { value: '"ui_cpnt_editorsidebar_visible_status_text"' }, { value: '"ui_cpnt_editorsidebar_card_base_default"' }, { value: '"ui_cpnt_editorsidebar_card_base_selected"' }, { value: '"ui_cpnt_editorsidebar_text_default"' }, { value: '"ui_cpnt_editorsidebar_text_selected"' }, { value: '"ui_cpnt_editorsidebar_icon_default"' }, { value: '"ui_cpnt_editorsidebar_icon_selected"' }, { value: '"ui_cpnt_editorsidebar_card_border"' }, { value: '"ui_cpnt_step_base_area"' }, { value: '"ui_cpnt_step_text_inactive"' }, { value: '"ui_cpnt_step_text_active"' }, { value: '"ui_cpnt_step_circular_inactive"' }, { value: '"ui_cpnt_step_circular_active"' }, { value: '"ui_cpnt_step_icon"' }, { value: '"ui_cpnt_step_text_number"' }, { value: '"ui_cpnt_imageslide_dot_area_1"' }, { value: '"ui_cpnt_imageslide_dot_area_2"' }, { value: '"ui_cpnt_editorsidebar_text_disabled"' }, { value: '"ui_cpnt_editorsidebar_icon_disabled"' }, { value: '"ui_cpnt_editorsidebar_card_border_disabled"' }, { value: '"ui_cpnt_userdesktopnavbar_base_area"' }, { value: '"ui_cpnt_button_line_base_default"' }, { value: '"ui_cpnt_userdesktoptabbar_base_area"' }, { value: '"ui_cpnt_userdesktoptabbar_divider"' }, { value: '"ui_cpnt_userdesktoptabbar_border_active_indicator"' }, { value: '"ui_cpnt_userdesktoptabbar_text_active"' }, { value: '"ui_cpnt_userdesktoptabbar_text_inactive"' }, { value: '"ui_cpnt_selcontrols_base_off_disabled"' }, { value: '"ui_cpnt_selcontrols_base_on_disabled"' }, { value: '"ui_cpnt_selcontrols_circular"' }, { value: '"ui_cpnt_chip_line_icon_02"' }, { value: '"ui_cpnt_overlay_base"' }, { value: '"ui_cpnt_profile_base"' }, { value: '"ui_cpnt_card_base"' }, { value: '"ui_cpnt_card_selected_border"' }, { value: '"ui_cpnt_card_icon_basic"' }, { value: '"ui_cpnt_card_icon_custom"' }, { value: '"ui_cpnt_card_icon_create"' }, { value: '"ui_cpnt_modal_dimmed"' }, { value: '"ui_cpnt_alertdialog_dimmed"' }, { value: '"ui_cpnt_bottomsheet_base"' }, { value: '"ui_cpnt_bottomsheet_icon_03"' }, { value: '"ui_cpnt_button_icon_white"' }, { value: '"ui_cpnt_list_icon_03"' }, { value: '"ui_cpnt_list_icon_active_primary"' }, { value: '"ui_cpnt_alertdialog_icon_information"' }, { value: '"ui_cpnt_bottomsheet_bar"' }, { value: '"ui_cpnt_button_line_border_error"' }, { value: '"ui_cpnt_button_text_error"' }, { value: '"ui_cpnt_button_icon_error"' }, { value: '"ui_cpnt_textlabel_sys_primary"' }, { value: '"ui_cpnt_textlabel_sys_secondary"' }, { value: '"ui_cpnt_textlabel_sys_tertiary"' }, { value: '"ui_cpnt_textlabel_sys_white"' }, { value: '"ui_cpnt_textlabel_sys_brandprimary"' }, { value: '"ui_cpnt_textlabel_sys_error"' }, { value: '"ui_cpnt_textlabel_sys_brandseconvariant"' }, { value: '"ui_cpnt_textlabel_usr_brandprimary"' }, { value: '"ui_cpnt_textlabel_usr_brandseconvariant"' }, { value: '"ui_cpnt_textlabel_usr_brandonprimary"' }, { value: '"ui_cpnt_list_text_body"' }, { value: '"ui_cpnt_card_icon_background_01"' }, { value: '"ui_cpnt_card_icon_background_02"' }, { value: '"ui_cpnt_card_icon_background_03"' }, { value: '"ui_cpnt_bannerslide_gradient_1"' }, { value: '"ui_cpnt_bannerslide_gradient_2"' }, { value: '"ui_cpnt_modal_gradient_1"' }, { value: '"ui_cpnt_modal_gradient_2"' }, { value: '"ui_cpnt_list_icon_04"' }, { value: '"ui_cpnt_list_thumbnail_border"' }, { value: '"ui_cpnt_list_thumbnail_gradient_1"' }, { value: '"ui_cpnt_list_thumbnail_gradient_2"' }, { value: '"ui_cpnt_list_base_area_active"' }, { value: '"ui_cpnt_contextmenu_base"' }, { value: '"ui_cpnt_videoplayer_gradient_1"' }, { value: '"ui_cpnt_videoplayer_gradient_2"' }, { value: '"ui_cpnt_videoplayer_overlay"' }, { value: '"ui_globalmenucontainer_background"' }, { value: '"ui_pagemenucontainer_background"' }, { value: '"ui_submenucontainer_background"' }, { value: '"ui_tabmenucontainer_background"' }, { value: '"ui_contentscontainer01_background"' }, { value: '"ui_contentscontainer02_background"' }, { value: '"ui_cpnt_bannerslide_icon_01"' }, { value: '"ui_cpnt_card_shadow"' }, { value: '"ui_cpnt_bannerslide_pagination_active"' }, { value: '"ui_cpnt_bannerslide_pagination_inactive"' }, { value: '"ui_cpnt_icon_usr_brandprimary"' }, { value: '"ui_container_divider"' }, { value: '"ui_area_divider"' }, { value: '"ui_cpnt_list_base_area_seller"' }, { value: '"ui_temp_grey_01"' }, { value: '"ui_temp_grey_02"' }, { value: '"ui_temp_grey_03"' }, { value: '"ui_temp_grey_04"' }, { value: '"ui_temp_grey_05"' }, { value: '"ui_temp_white"' }, { value: '"ui_temp_primary_01"' }, { value: '"ui_temp_secondary_01"' }, { value: '"ui_temp_red"' }, { value: '"ui_temp_white_opacity_00"' }, { value: '"ui_temp_dimmed"' }, { value: '"ui_temp_black"' }, { value: '"ui_temp_primary_02"' }, { value: '"ui_temp_primary_03"' }, { value: '"ui_temp_secondary_02"' }, { value: '"ui_temp_lightgreen_01"' }, { value: '"ui_cpnt_userdesktopnavbar_profile_border"' }, { value: '"ui_cpnt_textlabel_sys_grey_04"' }, { value: '"ui_papp_post_social_background"' }, { value: '"ui_papp_post_notice_background"' }, { value: '"ui_papp_post_free_background"' }, { value: '"ui_papp_vod_background"' }, { value: '"ui_papp_vodplus_background"' }, { value: '"ui_papp_live_background"' }, { value: '"ui_community_pagination_base_area"' }, { value: '"ui_cpnt_contextmenu_border"' }, { value: '"ui_profile_image_border"' }, { value: '"ui_cpnt_alertdialog_border"' }, { value: '"ui_cpnt_modal_border"' }, { value: '"ui_cpnt_card_border"' }, { value: '"ui_cpnt_overlay_border"' }, { value: '"ui_cpnt_datatable_base_selected"' }, { value: '"ui_cpnt_icon_sys_brandprimary"' }, { value: '"ui_cpnt_icon_sys_grey_02"' }, { value: '"ui_cpnt_icon_sys_grey_03"' }, { value: '"ui_cpnt_icon_sys_error_01"' }, { value: '"ui_cpnt_icon_sys_warning_01"' }, { value: '"ui_cpnt_icon_sys_success_01"' }, { value: '"ui_cpnt_icon_usr_brandsecondary"' }, { value: '"ui_papp_post_notice_link"' }, { value: '"ui_cpnt_headerbar_icon_02"' }, { value: '"ui_m_navigationcontainer_background"' }, { value: '"ui_m_tabcontainer_background"' }, { value: '"ui_m_contentscontainer01_background"' }, { value: '"ui_m_contentscontainer02_background"' }, { value: '"ui_cpnt_statusblock_basic"' }, { value: '"ui_cpnt_statusblock_standby"' }, { value: '"ui_cpnt_statusblock_proceeding"' }, { value: '"ui_cpnt_statusblock_cancel"' }, { value: '"ui_cpnt_statusblock_end"' }, { value: '"ui_cpnt_statusblock_error"' }, { value: '"ui_cpnt_list_base_area_solid"' }, { value: '"ui_cpnt_list_base_area_translucent"' }, { value: '"ui_cpnt_list_base_area_transparent"' }, { value: '"ui_cpnt_list_text_caption_02"' }, { value: '"ui_cpnt_button_line_border_darktheme_enabled"' }, { value: '"ui_cpnt_button_line_border_darktheme_disabled"' }, { value: '"ui_cpnt_button_line_base_darktheme_default"' }, { value: '"ui_cpnt_button_line_base_darktheme_hover"' }, { value: '"ui_cpnt_button_line_base_darktheme_pressed"' }, { value: '"ui_cpnt_button_text_darktheme_enabled"' }, { value: '"ui_cpnt_button_text_darktheme_disabled"' }, { value: '"ui_cpnt_button_icon_darktheme_enabled"' }, { value: '"ui_cpnt_button_icon_darktheme_disabled"' }, { value: '"ui_cpnt_icon_sys_white"' }, { value: '"ui_cpnt_button_fill_base_media"' }, { value: '"ui_cpnt_textfield_text_darktheme_enabled"' }, { value: '"ui_cpnt_textfield_text_darktheme_hint"' }, { value: '"ui_cpnt_textfield_text_darktheme_disabled"' }, { value: '"ui_cpnt_textfield_icon_darktheme_default"' }, { value: '"ui_cpnt_textfield_icon_darktheme_disabled"' }, { value: '"ui_cpnt_textfield_border_darktheme_normal"' }, { value: '"ui_cpnt_textfield_border_darktheme_focus"' }, { value: '"ui_cpnt_textfield_border_darktheme_error"' }, { value: '"ui_cpnt_textfield_text_darktheme_error"' }, { value: '"ui_cpnt_textfield_base_darktheme_disabled"' }, { value: '"ui_cpnt_select_text_darktheme_enabled"' }, { value: '"ui_cpnt_select_text_darktheme_hint"' }, { value: '"ui_cpnt_select_text_darktheme_disabled"' }, { value: '"ui_cpnt_select_icon_darktheme_default"' }, { value: '"ui_cpnt_select_icon_darktheme_disabled"' }, { value: '"ui_cpnt_select_border_darktheme_normal"' }, { value: '"ui_cpnt_select_border_darktheme_focus"' }, { value: '"ui_cpnt_select_base_darktheme_disabled"' }, { value: '"ui_cpnt_dropdown_text_darktheme_enabled"' }, { value: '"ui_cpnt_dropdown_text_darktheme_hint"' }, { value: '"ui_cpnt_dropdown_text_darktheme_disabled"' }, { value: '"ui_cpnt_dropdown_icon_darktheme_default"' }, { value: '"ui_cpnt_dropdown_icon_darktheme_disabled"' }, { value: '"ui_cpnt_dropdown_border_darktheme_normal"' }, { value: '"ui_cpnt_dropdown_border_darktheme_focus"' }, { value: '"ui_cpnt_dropdown_base_darktheme_disabled"' }, { value: '"ui_cpnt_sheet_base"' }, { value: '"ui_cpnt_button_icon_darktheme_default"' }, { value: '"ui_cpnt_button_icon_darktheme_primary"' }, { value: '"ui_cpnt_button_text_darktheme_default"' }, { value: '"ui_cpnt_button_text_darktheme_primary"' }, { value: '"ui_35"' }, { value: '"ui_cpnt_button_fill_base_black_opacity50"' }, { value: '"ui_cpnt_sheet_base_white"' }, { value: '"ui_cpnt_sheet_base_black"' }, { value: '"ui_cpnt_sheet_base_01"' }, { value: '"ui_cpnt_sheet_base_02"' }, { value: '"ui_temp_background"' }, { value: '"ui_list_progress_shape_normal"' }, { value: '"ui_list_progress_shape_error"' }, { value: '"ui_list_progress_shape_base"' }, { value: '"ui_cpnt_textlabel_sys_brand_primary_opacity50"' }, { value: '"ui_cpnt_progressbar_01"' }, { value: '"ui_cpnt_progressbar_02"' }, { value: '"ui_36"' }, { value: '"ui_37"' }, { value: '"ui_39"' }, { value: '"ui_cpnt_divider_white_opacity30"' }, { value: '"ui_toppagemenucontainer_background_wt_m"' }, { value: '"ui_contentscontainer_background_wt_m"' }, { value: '"ui_toppagemenuarea_background_wt_m"' }, { value: '"ui_contentsarea_background_wt_m"' }, { value: '"ui_cpnt_standardbanner_base_default"' }, { value: '"ui_channeldesc_white"' }, { value: '"ui_channeldesc_grey_03"' }, { value: '"ui_channeldesc_border_grey_03"' }, { value: '"ui_cpnt_bottomsheet_border"' }, { value: '"ui_cpnt_userdesktopsidetab_base_area"' }, { value: '"ui_cpnt_pg_gradient_01"' }, { value: '"ui_cpnt_pg_gradient_02"' }, { value: '"ui_channeldesc_background"' }, { value: '"ui_channeldesc_bottomsheet_base"' }, { value: '"ui_channeldesc_bottomsheet_border"' }, { value: '"ui_channeldesc_contents_base"' }, { value: '"ui_channeldesc_dimmed"' }, { value: '"ui_cpnt_pg_gradient_03"' }, { value: '"ui_cpnt_pg_gradient_04"' }, { value: '"ui_cpnt_pg_gradient_05"' }, { value: '"ui_cpnt_mask_base"' }, { value: '"ui_temp_usr_primary_01"' }, { value: '"ui_cpnt_sheet_base_02_opacity50"' }, { value: '"ui_menu_primarymenu_main"' }, { value: '"ui_menu_primarymenu_sub"' }, { value: '"ui_menu_secondarymenu_main"' }, { value: '"ui_menu_secondarymenu_sub"' }, { value: '"ui_menu_hover"' }, { value: '"ui_menu_active"' }, { value: '"ui_menu_background"' }, { value: '"ui_cpnt_video_progress_base"' }, { value: '"ui_cpnt_icon_sys_dark"' }, { value: '"ui_menu_background_gradient_opacity00"' }, { value: '"ui_cpnt_dropdown_border_white_normal"' }, { value: '"ui_cpnt_dropdown_text_white_enabled"' }, { value: '"ui_cpnt_dropdown_text_white_hint"' }, { value: '"ui_cpnt_dropdown_icon_white_default"' }, { value: '"ui_cpnt_dropdown_border_white_focus"' }, { value: '"ui_cpnt_dropdown_base_white_normal"' }, { value: '"ui_profile_image_border_brandprimary"' }, { value: '"ui_cpnt_dropdown_base_white_disabled"' }, { value: '"ui_cpnt_dropdown_border_white_disabled"' }, { value: '"ui_cpnt_sheet_base_white_opacity00"' }, { value: '"ui_dimmed_01"' }, { value: '"ui_cpnt_reactionbutton_base_01"' }, { value: '"ui_cpnt_textfield_border_disabled"' }, { value: '"ui_cpnt_dropdown_border_disabled"' }, { value: '"ui_cpnt_select_border_disabled"' }, { value: '"ui_cpnt_dropdown_base_darktheme_normal"' }, { value: '"ui_cpnt_textfield_text_readonly"' }, { value: '"ui_cpnt_select_text_readonly"' }, { value: '"ui_cpnt_dropdown_text_readonly"' }, { value: '"ui_cpnt_select_text_darktheme_readonly"' }, { value: '"ui_cpnt_dropdown_text_darktheme_readonly"' }, { value: '"ui_cpnt_dropdown_text_white_readonly"' }, { value: '"ui_cpnt_blogtextfield_base_01"' }, { value: '"ui_cpnt_textfield_base_darktheme_normal"' }, { value: '"ui_cpnt_dropdown_border_darktheme_disabled"' }, { value: '"ui_cpnt_select_border_darktheme_disabled"' }, { value: '"ui_cpnt_dropdown_text_white_disabled"' }, { value: '"ui_cpnt_select_base_darktheme_normal"' }, { value: '"ui_hero_title_text"' }, { value: '"ui_hero_description_text"' }, { value: '"ui_cpnt_divider_area"' }, { value: '"ui_cpnt_button_white_base_hover"' }, { value: '"ui_cpnt_button_white_base_pressed"' }, { value: '"ui_cpnt_list_base_area_hover"' }, { value: '"ui_cpnt_sheet_border_01"' }, { value: '"ui_cpnt_sheet_border_02"' }, { value: '"ui_cpnt_sheet_border_03"' }, { value: '"ui_43"' }, { value: '"ui_44"' }, { value: '"ui_45"' }, { value: '"ui_46"' }, { value: '"ui_47"' }, { value: '"ui_cpnt_sheet_base_03"' }, { value: '"ui_48"' }, { value: '"ui_49"' }, { value: '"ui_50"' }, { value: '"ui_51"' }, { value: '"ui_cpnt_list_text_caption_03"' }, { value: '"ui_cpnt_list_chatbubble_base_area"' }, { value: '"ui_cpnt_list_chatbubble_base_area_my"' }, { value: '"ui_cpnt_list_chatbubble_text_my"' }, { value: '"ui_papp_livechat_link"' }, { value: '"ui_cpnt_list_chatbubble_base_area_seller_color"' }, { value: '"ui_cpnt_list_chatbubble_text_seller_color"' }, { value: '"ui_cpnt_list_chatbubble_base_area_subscriber"' }, { value: '"ui_cpnt_list_chatbubble_text_subscriber"' }, { value: '"ui_cpnt_list_chatbubble_base_area_my_color"' }, { value: '"ui_cpnt_list_chatbubble_text_my_color"' }, { value: '"ui_cpnt_list_chatbubble_base_area_seller"' }, { value: '"ui_cpnt_list_chatbubble_text_seller"' }, { value: '"ui_52"' }, { value: '"ui_cpnt_imageview_dimmed"' }, { value: '"ui_53"' }, { value: '"ui_54"' }, { value: '"ui_55"' }, { value: '"ui_56"' }, { value: '"ui_cpnt_sheet_base_04"' }, { value: '"ui_cpnt_masking_base_01"' }, { value: '"ui_cpnt_masking_icon_01"' }, { value: '"ui_cpnt_list_base_area_transparent_seller"' }, { value: '"ui_57"' }, { value: '"ui_58"' }, { value: '"ui_cpnt_divider_white_opacity00"' }, { value: '"ui_cpnt_textfield_text_colortheme_transparent_enabled"' }, { value: '"ui_cpnt_textfield_text_colortheme_transparent_hint"' }, { value: '"ui_cpnt_textfield_text_colortheme_transparent_disabled"' }, { value: '"ui_cpnt_textfield_icon_colortheme_transparent_default"' }, { value: '"ui_cpnt_textfield_icon_colortheme_transparent_disabled"' }, { value: '"ui_cpnt_textfield_border_colortheme_transparent_normal"' }, { value: '"ui_cpnt_textfield_border_colortheme_transparent_focus"' }, { value: '"ui_cpnt_textfield_border_colortheme_transparent_error"' }, { value: '"ui_cpnt_textfield_text_colortheme_transparent_error"' }, { value: '"ui_cpnt_textfield_base_colortheme_transparent_disabled"' }, { value: '"ui_cpnt_textfield_base_colortheme_transparent_normal"' }, { value: '"ui_cpnt_textfield_text_colortheme_transparent_readonly"' }, { value: '"ui_cpnt_textfield_icon_colortheme_transparent_readonly"' }, { value: '"ui_cpnt_textfield_base_colortheme_transparent_readonly"' }, { value: '"ui_cpnt_textfield_border_colortheme_transparent_disabled"' }, { value: '"ui_cpnt_textfield_border_colortheme_transparent_readonly"' }, { value: '"ui_cpnt_lottiereactionbutton_base_01"' }, { value: '"ui_cpnt_lottiereactionbutton_base_02"' }, { value: '"ui_cpnt_lottiereactionbutton_base_03"' }, { value: '"ui_cpnt_lottiereactionbutton_base_04"' }, { value: '"ui_cpnt_lottiereactionbutton_base_05"' }, { value: '"ui_60"' }, { value: '"ui_61"' }, { value: '"ui_loading_skeleton_01"' }, { value: '"ui_loading_skeleton_02"' }, { value: '"ui_loading_linear_bar"' }, { value: '"ui_loading_linear_base"' }, { value: '"ui_loading_three_bar"' }, { value: '"ui_menu_button_base"' }, { value: '"ui_cpnt_calendar_status_a"' }, { value: '"ui_cpnt_calendar_status_b"' }, { value: '"ui_cpnt_calendar_status_c"' }, { value: '"ui_menu_background_transparent"' }, { value: '"ui_globalmenucontainer_background_transparent"' }, { value: '"ui_pagemenucontainer_background_transparent"' }, { value: '"ui_submenucontainer_background_transparent"' }, { value: '"ui_tabmenucontainer_background_transparent"' }, { value: '"ui_contentscontainer01_background_transparent"' }, { value: '"ui_contentscontainer02_background_transparent"' }, { value: '"ui_toppagemenucontainer_background_wt_m_transparent"' }, { value: '"ui_contentscontainer_background_wt_m_transparent"' }, { value: '"ui_menu_button_base_transparent"' }, { value: '"ui_dimmed_02"' }, { value: '"ui_cpnt_sheet_base_05"' }, { value: '"ui_62"' }, { value: '"ui_cpnt_calendar_date_hover"' }, { value: '"ui_cpnt_calendar_date_pressed"' }, { value: '"ui_cpnt_imageview_dimmed_gradient_01"' }, { value: '"ui_cpnt_imageview_dimmed_gradient_02"' }, { value: '"ui_cpnt_calendar_base"' }, { value: '"ui_cpnt_calendar_border"' }, { value: '"ui_cpnt_calendar_label_base_schedules"' }, { value: '"ui_cpnt_calendar_label_base_expired_schedules"' }, { value: '"ui_cpnt_calendar_label_border_default"' }, { value: '"ui_cpnt_calendar_label_border_schedules"' }, { value: '"ui_cpnt_calendar_label_border_expired_schedules"' }, { value: '"ui_cpnt_calendar_real_time_line"' }, { value: '"ui_cpnt_calendar_date_selected"' }, { value: '"ui_pagination_base_area"' }, { value: '"ui_cpnt_calendar_label_base_standby_selected"' }, { value: '"ui_cpnt_calendar_label_border_standby"' }, { value: '"ui_cpnt_calendar_text_status_standby"' }, { value: '"ui_cpnt_calendar_label_base_booked_selected"' }, { value: '"ui_cpnt_calendar_label_border_booked"' }, { value: '"ui_cpnt_calendar_text_status_booked"' }, { value: '"ui_cpnt_calendar_label_base_expired_selected"' }, { value: '"ui_cpnt_calendar_label_border_expired"' }, { value: '"ui_cpnt_calendar_text_status_expired"' }, { value: '"ui_cpnt_calendar_label_base_standby_default"' }, { value: '"ui_cpnt_calendar_label_base_booked_default"' }, { value: '"ui_cpnt_calendar_label_base_expired_default"' }, { value: '"ui_cpnt_calendar_badge_standby"' }, { value: '"ui_cpnt_calendar_badge_booked"' }, { value: '"ui_cpnt_calendar_badge_expired"' }, { value: '"ui_cpnt_calendar_text_today"' }, { value: '"ui_cpnt_textlabel_sys_warning"' }, { value: '"ui_cpnt_lottiereactionbutton_base_default"' }, { value: '"ui_cpnt_sheet_base_06"' }, { value: '"ui_cpnt_sheet_base_07"' }, { value: '"ui_cpnt_sheet_base_08"' }, { value: '"ui_cpnt_pagination_dot_01"' }, { value: '"ui_cpnt_pagination_dot_02"' }, { value: '"ui_cpnt_pagination_dot_border"' }, { value: '"ui_63"' }, { value: '"ui_64"' }, { value: '"ui_cpnt_sheet_border_04"' }, { value: '"ui_cpnt_button_fill_base_01"' }, { value: '"ui_cpnt_button_fill_base_hangup"' }, { value: '"ui_cpnt_refund_text_status_issued"' }, { value: '"ui_cpnt_refund_text_status_refunded"' }, { value: '"ui_cpnt_divider_white_01"' }, { value: '"ui_cpnt_timer_base_01"' }, { value: '"ui_cpnt_timer_base_timeup"' }, { value: '"ui_66"' }, { value: '"ui_67"' }, { value: '"ui_cpnt_videoplayer_gradient_3"' }, { value: '"ui_68"' }, { value: '"ui_69"' }, { value: '"ui_cpnt_divider_white_02"' }, { value: '"ui_cpnt_list_chatbubble_base_brand_primary"' }, { value: '"ui_cpnt_list_chatbubble_base_grey"' }, { value: '"ui_cpnt_list_chatbubble_base_translucent_white"' }, { value: '"ui_cpnt_list_chatbubble_base_translucent_black"' }, { value: '"ui_avatar_border_translucent_white"' }, { value: '"ui_avatar_border_translucent_black"' }, { value: '"ui_cpnt_textfield_base_hover"' }, { value: '"ui_cpnt_textfield_base_pressed"' }, { value: '"ui_cpnt_button_secondary_on_base_hover"' }, { value: '"ui_cpnt_button_secondary_on_base_pressed"' }, { value: '"ui_cpnt_select_base_hover"' }, { value: '"ui_cpnt_select_base_pressed"' }, { value: '"ui_cpnt_dropdown_base_hover"' }, { value: '"ui_cpnt_dropdown_base_pressed"' }, { value: '"ui_cpnt_sheet_base_09"' }, { value: '"ui_wizard_pagemenucontainer_background"' }, { value: '"ui_stepcontainer_background"' }, { value: '"ui_wizard_contentscontainer01_background"' }, { value: '"ui_wizard_contentscontainer02_background"' }, { value: '"ui_70"' }, { value: '"ui_cpnt_button_primary_variation_base_enabled"' }, { value: '"ui_cpnt_button_text_secondary_variation_disabled"' }, { value: '"ui_cpnt_button_icon_secondary_variation_disabled"' }, { value: '"ui_cpnt_button_secondary_variation_base_default"' }, { value: '"ui_cpnt_button_secondary_variation_base_hover"' }, { value: '"ui_cpnt_button_secondary_variation_base_pressed"' }, { value: '"ui_editor_base_pages"' }, { value: '"ui_editor_base_papp"' }, { value: '"ui_container_scroll"' }, { value: '"ui_pages_section_dimmed"' }, { value: '"ui_71"' }, { value: '"ui_cpnt_textlabel_sys_black"' }, { value: '"ui_cpnt_sheet_base_10"' }, { value: '"ui_cpnt_sheet_base_11"' }, { value: '"ui_72"' }, { value: '"ui_73"' }, { value: '"ui_cpnt_sidebar_listitem_base_hover"' }, { value: '"ui_avatar_border_brandprimary"' }, { value: '"ui_avatar_border"' }, { value: '"ui_editor_rightside_title_tabbar_base"' }, { value: '"ui_editor_preview_base"' }, { value: '"ui_editor_preview_divice_area_border"' }, { value: '"ui_editor_preview_background"' }, { value: '"ui_editor_leftside_base"' }, { value: '"ui_cpnt_sidebar_label_text"' }, { value: '"ui_cpnt_dropdown_base_hover_darktheme"' }, { value: '"ui_cpnt_dropdown_base_pressed_darktheme"' }, { value: '"ui_cpnt_dropdown_base_hover_white"' }, { value: '"ui_cpnt_dropdown_base_pressed_white"' }, { value: '"ui_cpnt_textfield_base_hover_darktheme"' }, { value: '"ui_cpnt_textfield_base_pressed_darktheme"' }, { value: '"ui_cpnt_select_base_hover_darktheme"' }, { value: '"ui_cpnt_select_base_pressed_darktheme"' }, { value: '"ui_cpnt_textfield_base_hover_transparent"' }, { value: '"ui_cpnt_textfield_base_pressed_transparent"' }, { value: '"ui_cpnt_reactionbutton_base_02"' }, { value: '"ui_create_ch_step_prev"' }] } }, overrideBackgroundColorKey: { defaultValue: null, description: "", name: "overrideBackgroundColorKey", required: !1, type: { name: "enum", value: [{ value: '"ui_cpnt_icon_sys_grey_01"' }, { value: '"ui_cpnt_button_fill_base_primary"' }, { value: '"ui_cpnt_button_fill_base_default"' }, { value: '"ui_cpnt_button_fill_base_white"' }, { value: '"ui_cpnt_button_fill_on_base_hover"' }, { value: '"ui_cpnt_button_fill_on_base_pressed"' }, { value: '"ui_cpnt_button_fill_base_disabled"' }, { value: '"ui_cpnt_button_line_base_pressed"' }, { value: '"ui_cpnt_button_line_base_hover"' }, { value: '"ui_cpnt_button_line_border_default"' }, { value: '"ui_cpnt_button_line_border_enabled"' }, { value: '"ui_cpnt_button_line_border_disabled"' }, { value: '"ui_cpnt_button_line_border_primary"' }, { value: '"ui_cpnt_button_text_primary"' }, { value: '"ui_cpnt_button_text_on_primary"' }, { value: '"ui_cpnt_button_text_enabled"' }, { value: '"ui_cpnt_button_text_disabled"' }, { value: '"ui_cpnt_button_text_default"' }, { value: '"ui_cpnt_button_icon_on_primary"' }, { value: '"ui_cpnt_button_icon_primary"' }, { value: '"ui_cpnt_button_icon_enabled"' }, { value: '"ui_cpnt_button_icon_disabled"' }, { value: '"ui_cpnt_button_icon_default"' }, { value: '"ui_cpnt_textfield_border_normal"' }, { value: '"ui_cpnt_textfield_border_focus"' }, { value: '"ui_cpnt_textfield_border_error"' }, { value: '"ui_cpnt_textfield_base_normal"' }, { value: '"ui_cpnt_textfield_base_disabled"' }, { value: '"ui_cpnt_textfield_text_hint"' }, { value: '"ui_cpnt_textfield_text_typed"' }, { value: '"ui_cpnt_textfield_text_error"' }, { value: '"ui_cpnt_textfield_text_disabled"' }, { value: '"ui_cpnt_textfield_icon_01"' }, { value: '"ui_cpnt_textfield_icon_02"' }, { value: '"ui_cpnt_textfield_icon_03"' }, { value: '"ui_cpnt_list_base_area"' }, { value: '"ui_cpnt_list_base_area_select"' }, { value: '"ui_cpnt_list_text_title"' }, { value: '"ui_cpnt_list_text_description_01"' }, { value: '"ui_cpnt_list_text_caption_01"' }, { value: '"ui_cpnt_headerbar_base_area"' }, { value: '"ui_cpnt_headerbar_text_title"' }, { value: '"ui_cpnt_headerbar_icon"' }, { value: '"ui_cpnt_headerbar_divider"' }, { value: '"ui_cpnt_tabbar_base_area"' }, { value: '"ui_cpnt_tabbar_divider"' }, { value: '"ui_cpnt_tabbar_base_area_sub"' }, { value: '"ui_cpnt_tabbar_border_active_indicator_primary"' }, { value: '"ui_cpnt_tabbar_text_active_primary"' }, { value: '"ui_cpnt_tabbar_border_active_indicator"' }, { value: '"ui_cpnt_tabbar_text_active"' }, { value: '"ui_cpnt_tabbar_text_inactive_01"' }, { value: '"ui_2"' }, { value: '"ui_3"' }, { value: '"ui_4"' }, { value: '"ui_5"' }, { value: '"ui_6"' }, { value: '"ui_7"' }, { value: '"ui_8"' }, { value: '"ui_9"' }, { value: '"ui_cpnt_pagination_slide_dot_active"' }, { value: '"ui_cpnt_pagination_slide_dot_inactive"' }, { value: '"ui_10"' }, { value: '"ui_11"' }, { value: '"ui_cpnt_modal_header_text_title"' }, { value: '"ui_cpnt_modal_header_icon_01"' }, { value: '"ui_cpnt_modal_header_base_area"' }, { value: '"ui_cpnt_modal_header_base_line"' }, { value: '"ui_cpnt_modal_body_primary_text"' }, { value: '"ui_cpnt_modal_body_secondary_text"' }, { value: '"ui_cpnt_modal_footer_base_area"' }, { value: '"ui_cpnt_modal_footer_divider"' }, { value: '"ui_cpnt_modal_base"' }, { value: '"ui_12"' }, { value: '"ui_13"' }, { value: '"ui_14"' }, { value: '"ui_15"' }, { value: '"ui_cpnt_text_emptystate"' }, { value: '"ui_cpnt_chip_fill_icon_inactive"' }, { value: '"ui_cpnt_chip_fill_icon_active_01"' }, { value: '"ui_cpnt_chip_fill_text_inactive"' }, { value: '"ui_cpnt_chip_fill_text_active_01"' }, { value: '"ui_cpnt_chip_fill_base_inactive"' }, { value: '"ui_cpnt_chip_fill_base_active_01"' }, { value: '"ui_cpnt_chip_line_icon_01"' }, { value: '"ui_cpnt_chip_line_text_01"' }, { value: '"ui_cpnt_chip_line_text_disabled"' }, { value: '"ui_cpnt_chip_line_border_01"' }, { value: '"ui_cpnt_chip_base_playtime"' }, { value: '"ui_16"' }, { value: '"ui_cpnt_list_icon_01"' }, { value: '"ui_cpnt_list_icon_02"' }, { value: '"ui_cpnt_bottomsheet_icon_01"' }, { value: '"ui_cpnt_bottomsheet_text_01"' }, { value: '"ui_cpnt_bottomsheet_text_02"' }, { value: '"ui_cpnt_bottomsheet_icon_02"' }, { value: '"ui_19"' }, { value: '"ui_20"' }, { value: '"ui_cpnt_fab_default_base_white"' }, { value: '"ui_cpnt_fab_default_base_red"' }, { value: '"ui_cpnt_fab_default_base_primary"' }, { value: '"ui_cpnt_fab_default_base_hover"' }, { value: '"ui_cpnt_fab_default_on_base_hover"' }, { value: '"ui_cpnt_fab_default_base_pressed"' }, { value: '"ui_cpnt_fab_default_on_base_pressed"' }, { value: '"ui_cpnt_fab_default_base_disabled"' }, { value: '"ui_cpnt_fab_icon_enabled"' }, { value: '"ui_cpnt_fab_icon_on_primary"' }, { value: '"ui_cpnt_fab_icon_disabled"' }, { value: '"ui_cpnt_fab_extended_base_primary"' }, { value: '"ui_cpnt_fab_extended_on_base_hover"' }, { value: '"ui_cpnt_fab_extended_on_base_pressed"' }, { value: '"ui_cpnt_fab_extended_base_disabled"' }, { value: '"ui_cpnt_fab_text_on_primary"' }, { value: '"ui_cpnt_fab_text_disabled"' }, { value: '"ui_cpnt_alertdialog_base"' }, { value: '"ui_cpnt_alertdialog_icon_success"' }, { value: '"ui_cpnt_alertdialog_icon_error"' }, { value: '"ui_cpnt_alertdialog_icon_warning"' }, { value: '"ui_cpnt_alertdialog_text_title"' }, { value: '"ui_cpnt_alertdialog_text_body"' }, { value: '"ui_21"' }, { value: '"ui_22"' }, { value: '"ui_23"' }, { value: '"ui_24"' }, { value: '"ui_25"' }, { value: '"ui_26"' }, { value: '"ui_27"' }, { value: '"ui_cpnt_divider"' }, { value: '"ui_cpnt_select_border_normal"' }, { value: '"ui_cpnt_select_border_focus"' }, { value: '"ui_cpnt_select_base_normal"' }, { value: '"ui_cpnt_select_base_disabled"' }, { value: '"ui_cpnt_select_text_hint"' }, { value: '"ui_cpnt_select_text_selected"' }, { value: '"ui_cpnt_select_text_disabled"' }, { value: '"ui_cpnt_select_icon_01"' }, { value: '"ui_cpnt_select_icon_02"' }, { value: '"ui_28"' }, { value: '"ui_29"' }, { value: '"ui_30"' }, { value: '"ui_cpnt_videoplayer_icon_01"' }, { value: '"ui_32"' }, { value: '"ui_cpnt_selcontrols_icon_primary"' }, { value: '"ui_cpnt_selcontrols_icon_disabled"' }, { value: '"ui_cpnt_selcontrols_icon_default"' }, { value: '"ui_cpnt_selcontrols_text_disabled"' }, { value: '"ui_cpnt_selcontrols_text_default"' }, { value: '"ui_cpnt_selcontrols_icon_on_base_hover"' }, { value: '"ui_cpnt_contextmenu_menu_base_normal"' }, { value: '"ui_cpnt_contextmenu_menu_base_hover"' }, { value: '"ui_cpnt_contextmenu_menu_base_selected"' }, { value: '"ui_cpnt_contextmenu_text"' }, { value: '"ui_cpnt_selcontrols_base_off"' }, { value: '"ui_cpnt_selcontrols_base_on"' }, { value: '"ui_cpnt_tabbar_text_inactive_02"' }, { value: '"ui_cpnt_videoplayer_unavailable"' }, { value: '"ui_cpnt_list_divider"' }, { value: '"ui_cpnt_button_fill_base_transparent"' }, { value: '"ui_cpnt_list_badge_active"' }, { value: '"ui_cpnt_list_badge_active_primary"' }, { value: '"ui_cpnt_list_badge_disabled"' }, { value: '"ui_cpnt_list_badge_cancel"' }, { value: '"ui_cpnt_list_text_quantity_plus"' }, { value: '"ui_cpnt_content_card_base"' }, { value: '"ui_cpnt_content_icon_03"' }, { value: '"ui_cpnt_content_icon_01"' }, { value: '"ui_cpnt_content_icon_02"' }, { value: '"ui_cpnt_content_card_status_a"' }, { value: '"ui_cpnt_content_card_status_b"' }, { value: '"ui_cpnt_content_card_status_c"' }, { value: '"ui_cpnt_content_card_status_d"' }, { value: '"ui_cpnt_textgroup_base_area"' }, { value: '"ui_cpnt_imageslide_active"' }, { value: '"ui_cpnt_imageslide_inactive"' }, { value: '"ui_cpnt_videoplayer_icon_02"' }, { value: '"ui_cpnt_videoplayer_text_01"' }, { value: '"ui_cpnt_videoplayer_text_02"' }, { value: '"ui_cpnt_videoplayer_scrubber_01"' }, { value: '"ui_cpnt_videoplayer_scrubber_primary"' }, { value: '"ui_cpnt_videoplayer_playbar_base"' }, { value: '"ui_cpnt_videoplayer_playbar_02"' }, { value: '"ui_cpnt_videoplayer_playbar_primary"' }, { value: '"ui_cpnt_videoplayer_playbar_01"' }, { value: '"ui_cpnt_tableheadbar_title"' }, { value: '"ui_cpnt_tableheaderbar_text_default"' }, { value: '"ui_cpnt_tableheaderbar_text_disabled"' }, { value: '"ui_cpnt_tableheaderbar_icon_01"' }, { value: '"ui_cpnt_datatable_text_01"' }, { value: '"ui_cpnt_datatable_text_02"' }, { value: '"ui_cpnt_datatable_text_03"' }, { value: '"ui_cpnt_datatable_text_textbutton"' }, { value: '"ui_cpnt_datatable_text_active"' }, { value: '"ui_cpnt_datatable_base_default"' }, { value: '"ui_cpnt_datatable_base_hover"' }, { value: '"ui_cpnt_datatable_text_inactive"' }, { value: '"ui_cpnt_datatable_bulkaction_base"' }, { value: '"ui_cpnt_datatable_icon_01"' }, { value: '"ui_cpnt_datatable_text_04"' }, { value: '"ui_cpnt_chip_fill_base_active_02"' }, { value: '"ui_cpnt_chip_fill_text_active_02"' }, { value: '"ui_cpnt_chip_fill_icon_active_02"' }, { value: '"ui_cpnt_dropdown_border_normal"' }, { value: '"ui_cpnt_dropdown_border_focus"' }, { value: '"ui_cpnt_dropdown_base_normal"' }, { value: '"ui_cpnt_dropdown_base_disabled"' }, { value: '"ui_cpnt_dropdown_text_hint"' }, { value: '"ui_cpnt_dropdown_text_selected"' }, { value: '"ui_cpnt_dropdown_text_disabled"' }, { value: '"ui_cpnt_dropdown_icon_01"' }, { value: '"ui_cpnt_dropdown_icon_02"' }, { value: '"ui_cpnt_datatable_textbutton_base_02"' }, { value: '"ui_cpnt_datatable_textbutton_base_01"' }, { value: '"ui_cpnt_datatable_icon_02"' }, { value: '"ui_cpnt_datatable_icon_03"' }, { value: '"ui_cpnt_datatable_icon_04"' }, { value: '"ui_cpnt_sidebar_common_base"' }, { value: '"ui_cpnt_sidebar_header_base"' }, { value: '"ui_cpnt_sidebar_label_base"' }, { value: '"ui_cpnt_sidebar_listitem_base_inactive"' }, { value: '"ui_cpnt_sidebar_listitem_base_active"' }, { value: '"ui_cpnt_sidebar_footer_base"' }, { value: '"ui_cpnt_sidebar_label_icon"' }, { value: '"ui_cpnt_sidebar_listitem_icon_inactive"' }, { value: '"ui_cpnt_sidebar_listitem_icon_active"' }, { value: '"ui_cpnt_sidebar_icon_01"' }, { value: '"ui_cpnt_modal_body_base"' }, { value: '"ui_cpnt_modal_header_icon_02"' }, { value: '"ui_cpnt_selectcard_base_selected"' }, { value: '"ui_cpnt_selectcard_base_default"' }, { value: '"ui_cpnt_selectcard_icon_default"' }, { value: '"ui_cpnt_selectcard_icon_selected"' }, { value: '"ui_cpnt_selectcard_text_01"' }, { value: '"ui_cpnt_selectcard_text_02"' }, { value: '"ui_cpnt_selectcard_text_03"' }, { value: '"ui_cpnt_bannerslidecontent_text_white"' }, { value: '"ui_cpnt_modal_header_icon_03"' }, { value: '"ui_cpnt_modal_body_tertiary_text"' }, { value: '"ui_cpnt_list_timestatus_base"' }, { value: '"ui_cpnt_list_text_timestatus"' }, { value: '"ui_cpnt_imageview_base_03"' }, { value: '"ui_34"' }, { value: '"ui_cpnt_editorsidebar_base"' }, { value: '"ui_cpnt_editorsidebar_visible_status_base"' }, { value: '"ui_cpnt_editorsidebar_visible_status_text"' }, { value: '"ui_cpnt_editorsidebar_card_base_default"' }, { value: '"ui_cpnt_editorsidebar_card_base_selected"' }, { value: '"ui_cpnt_editorsidebar_text_default"' }, { value: '"ui_cpnt_editorsidebar_text_selected"' }, { value: '"ui_cpnt_editorsidebar_icon_default"' }, { value: '"ui_cpnt_editorsidebar_icon_selected"' }, { value: '"ui_cpnt_editorsidebar_card_border"' }, { value: '"ui_cpnt_step_base_area"' }, { value: '"ui_cpnt_step_text_inactive"' }, { value: '"ui_cpnt_step_text_active"' }, { value: '"ui_cpnt_step_circular_inactive"' }, { value: '"ui_cpnt_step_circular_active"' }, { value: '"ui_cpnt_step_icon"' }, { value: '"ui_cpnt_step_text_number"' }, { value: '"ui_cpnt_imageslide_dot_area_1"' }, { value: '"ui_cpnt_imageslide_dot_area_2"' }, { value: '"ui_cpnt_editorsidebar_text_disabled"' }, { value: '"ui_cpnt_editorsidebar_icon_disabled"' }, { value: '"ui_cpnt_editorsidebar_card_border_disabled"' }, { value: '"ui_cpnt_userdesktopnavbar_base_area"' }, { value: '"ui_cpnt_button_line_base_default"' }, { value: '"ui_cpnt_userdesktoptabbar_base_area"' }, { value: '"ui_cpnt_userdesktoptabbar_divider"' }, { value: '"ui_cpnt_userdesktoptabbar_border_active_indicator"' }, { value: '"ui_cpnt_userdesktoptabbar_text_active"' }, { value: '"ui_cpnt_userdesktoptabbar_text_inactive"' }, { value: '"ui_cpnt_selcontrols_base_off_disabled"' }, { value: '"ui_cpnt_selcontrols_base_on_disabled"' }, { value: '"ui_cpnt_selcontrols_circular"' }, { value: '"ui_cpnt_chip_line_icon_02"' }, { value: '"ui_cpnt_overlay_base"' }, { value: '"ui_cpnt_profile_base"' }, { value: '"ui_cpnt_card_base"' }, { value: '"ui_cpnt_card_selected_border"' }, { value: '"ui_cpnt_card_icon_basic"' }, { value: '"ui_cpnt_card_icon_custom"' }, { value: '"ui_cpnt_card_icon_create"' }, { value: '"ui_cpnt_modal_dimmed"' }, { value: '"ui_cpnt_alertdialog_dimmed"' }, { value: '"ui_cpnt_bottomsheet_base"' }, { value: '"ui_cpnt_bottomsheet_icon_03"' }, { value: '"ui_cpnt_button_icon_white"' }, { value: '"ui_cpnt_list_icon_03"' }, { value: '"ui_cpnt_list_icon_active_primary"' }, { value: '"ui_cpnt_alertdialog_icon_information"' }, { value: '"ui_cpnt_bottomsheet_bar"' }, { value: '"ui_cpnt_button_line_border_error"' }, { value: '"ui_cpnt_button_text_error"' }, { value: '"ui_cpnt_button_icon_error"' }, { value: '"ui_cpnt_textlabel_sys_primary"' }, { value: '"ui_cpnt_textlabel_sys_secondary"' }, { value: '"ui_cpnt_textlabel_sys_tertiary"' }, { value: '"ui_cpnt_textlabel_sys_white"' }, { value: '"ui_cpnt_textlabel_sys_brandprimary"' }, { value: '"ui_cpnt_textlabel_sys_error"' }, { value: '"ui_cpnt_textlabel_sys_brandseconvariant"' }, { value: '"ui_cpnt_textlabel_usr_brandprimary"' }, { value: '"ui_cpnt_textlabel_usr_brandseconvariant"' }, { value: '"ui_cpnt_textlabel_usr_brandonprimary"' }, { value: '"ui_cpnt_list_text_body"' }, { value: '"ui_cpnt_card_icon_background_01"' }, { value: '"ui_cpnt_card_icon_background_02"' }, { value: '"ui_cpnt_card_icon_background_03"' }, { value: '"ui_cpnt_bannerslide_gradient_1"' }, { value: '"ui_cpnt_bannerslide_gradient_2"' }, { value: '"ui_cpnt_modal_gradient_1"' }, { value: '"ui_cpnt_modal_gradient_2"' }, { value: '"ui_cpnt_list_icon_04"' }, { value: '"ui_cpnt_list_thumbnail_border"' }, { value: '"ui_cpnt_list_thumbnail_gradient_1"' }, { value: '"ui_cpnt_list_thumbnail_gradient_2"' }, { value: '"ui_cpnt_list_base_area_active"' }, { value: '"ui_cpnt_contextmenu_base"' }, { value: '"ui_cpnt_videoplayer_gradient_1"' }, { value: '"ui_cpnt_videoplayer_gradient_2"' }, { value: '"ui_cpnt_videoplayer_overlay"' }, { value: '"ui_globalmenucontainer_background"' }, { value: '"ui_pagemenucontainer_background"' }, { value: '"ui_submenucontainer_background"' }, { value: '"ui_tabmenucontainer_background"' }, { value: '"ui_contentscontainer01_background"' }, { value: '"ui_contentscontainer02_background"' }, { value: '"ui_cpnt_bannerslide_icon_01"' }, { value: '"ui_cpnt_card_shadow"' }, { value: '"ui_cpnt_bannerslide_pagination_active"' }, { value: '"ui_cpnt_bannerslide_pagination_inactive"' }, { value: '"ui_cpnt_icon_usr_brandprimary"' }, { value: '"ui_container_divider"' }, { value: '"ui_area_divider"' }, { value: '"ui_cpnt_list_base_area_seller"' }, { value: '"ui_temp_grey_01"' }, { value: '"ui_temp_grey_02"' }, { value: '"ui_temp_grey_03"' }, { value: '"ui_temp_grey_04"' }, { value: '"ui_temp_grey_05"' }, { value: '"ui_temp_white"' }, { value: '"ui_temp_primary_01"' }, { value: '"ui_temp_secondary_01"' }, { value: '"ui_temp_red"' }, { value: '"ui_temp_white_opacity_00"' }, { value: '"ui_temp_dimmed"' }, { value: '"ui_temp_black"' }, { value: '"ui_temp_primary_02"' }, { value: '"ui_temp_primary_03"' }, { value: '"ui_temp_secondary_02"' }, { value: '"ui_temp_lightgreen_01"' }, { value: '"ui_cpnt_userdesktopnavbar_profile_border"' }, { value: '"ui_cpnt_textlabel_sys_grey_04"' }, { value: '"ui_papp_post_social_background"' }, { value: '"ui_papp_post_notice_background"' }, { value: '"ui_papp_post_free_background"' }, { value: '"ui_papp_vod_background"' }, { value: '"ui_papp_vodplus_background"' }, { value: '"ui_papp_live_background"' }, { value: '"ui_community_pagination_base_area"' }, { value: '"ui_cpnt_contextmenu_border"' }, { value: '"ui_profile_image_border"' }, { value: '"ui_cpnt_alertdialog_border"' }, { value: '"ui_cpnt_modal_border"' }, { value: '"ui_cpnt_card_border"' }, { value: '"ui_cpnt_overlay_border"' }, { value: '"ui_cpnt_datatable_base_selected"' }, { value: '"ui_cpnt_icon_sys_brandprimary"' }, { value: '"ui_cpnt_icon_sys_grey_02"' }, { value: '"ui_cpnt_icon_sys_grey_03"' }, { value: '"ui_cpnt_icon_sys_error_01"' }, { value: '"ui_cpnt_icon_sys_warning_01"' }, { value: '"ui_cpnt_icon_sys_success_01"' }, { value: '"ui_cpnt_icon_usr_brandsecondary"' }, { value: '"ui_papp_post_notice_link"' }, { value: '"ui_cpnt_headerbar_icon_02"' }, { value: '"ui_m_navigationcontainer_background"' }, { value: '"ui_m_tabcontainer_background"' }, { value: '"ui_m_contentscontainer01_background"' }, { value: '"ui_m_contentscontainer02_background"' }, { value: '"ui_cpnt_statusblock_basic"' }, { value: '"ui_cpnt_statusblock_standby"' }, { value: '"ui_cpnt_statusblock_proceeding"' }, { value: '"ui_cpnt_statusblock_cancel"' }, { value: '"ui_cpnt_statusblock_end"' }, { value: '"ui_cpnt_statusblock_error"' }, { value: '"ui_cpnt_list_base_area_solid"' }, { value: '"ui_cpnt_list_base_area_translucent"' }, { value: '"ui_cpnt_list_base_area_transparent"' }, { value: '"ui_cpnt_list_text_caption_02"' }, { value: '"ui_cpnt_button_line_border_darktheme_enabled"' }, { value: '"ui_cpnt_button_line_border_darktheme_disabled"' }, { value: '"ui_cpnt_button_line_base_darktheme_default"' }, { value: '"ui_cpnt_button_line_base_darktheme_hover"' }, { value: '"ui_cpnt_button_line_base_darktheme_pressed"' }, { value: '"ui_cpnt_button_text_darktheme_enabled"' }, { value: '"ui_cpnt_button_text_darktheme_disabled"' }, { value: '"ui_cpnt_button_icon_darktheme_enabled"' }, { value: '"ui_cpnt_button_icon_darktheme_disabled"' }, { value: '"ui_cpnt_icon_sys_white"' }, { value: '"ui_cpnt_button_fill_base_media"' }, { value: '"ui_cpnt_textfield_text_darktheme_enabled"' }, { value: '"ui_cpnt_textfield_text_darktheme_hint"' }, { value: '"ui_cpnt_textfield_text_darktheme_disabled"' }, { value: '"ui_cpnt_textfield_icon_darktheme_default"' }, { value: '"ui_cpnt_textfield_icon_darktheme_disabled"' }, { value: '"ui_cpnt_textfield_border_darktheme_normal"' }, { value: '"ui_cpnt_textfield_border_darktheme_focus"' }, { value: '"ui_cpnt_textfield_border_darktheme_error"' }, { value: '"ui_cpnt_textfield_text_darktheme_error"' }, { value: '"ui_cpnt_textfield_base_darktheme_disabled"' }, { value: '"ui_cpnt_select_text_darktheme_enabled"' }, { value: '"ui_cpnt_select_text_darktheme_hint"' }, { value: '"ui_cpnt_select_text_darktheme_disabled"' }, { value: '"ui_cpnt_select_icon_darktheme_default"' }, { value: '"ui_cpnt_select_icon_darktheme_disabled"' }, { value: '"ui_cpnt_select_border_darktheme_normal"' }, { value: '"ui_cpnt_select_border_darktheme_focus"' }, { value: '"ui_cpnt_select_base_darktheme_disabled"' }, { value: '"ui_cpnt_dropdown_text_darktheme_enabled"' }, { value: '"ui_cpnt_dropdown_text_darktheme_hint"' }, { value: '"ui_cpnt_dropdown_text_darktheme_disabled"' }, { value: '"ui_cpnt_dropdown_icon_darktheme_default"' }, { value: '"ui_cpnt_dropdown_icon_darktheme_disabled"' }, { value: '"ui_cpnt_dropdown_border_darktheme_normal"' }, { value: '"ui_cpnt_dropdown_border_darktheme_focus"' }, { value: '"ui_cpnt_dropdown_base_darktheme_disabled"' }, { value: '"ui_cpnt_sheet_base"' }, { value: '"ui_cpnt_button_icon_darktheme_default"' }, { value: '"ui_cpnt_button_icon_darktheme_primary"' }, { value: '"ui_cpnt_button_text_darktheme_default"' }, { value: '"ui_cpnt_button_text_darktheme_primary"' }, { value: '"ui_35"' }, { value: '"ui_cpnt_button_fill_base_black_opacity50"' }, { value: '"ui_cpnt_sheet_base_white"' }, { value: '"ui_cpnt_sheet_base_black"' }, { value: '"ui_cpnt_sheet_base_01"' }, { value: '"ui_cpnt_sheet_base_02"' }, { value: '"ui_temp_background"' }, { value: '"ui_list_progress_shape_normal"' }, { value: '"ui_list_progress_shape_error"' }, { value: '"ui_list_progress_shape_base"' }, { value: '"ui_cpnt_textlabel_sys_brand_primary_opacity50"' }, { value: '"ui_cpnt_progressbar_01"' }, { value: '"ui_cpnt_progressbar_02"' }, { value: '"ui_36"' }, { value: '"ui_37"' }, { value: '"ui_39"' }, { value: '"ui_cpnt_divider_white_opacity30"' }, { value: '"ui_toppagemenucontainer_background_wt_m"' }, { value: '"ui_contentscontainer_background_wt_m"' }, { value: '"ui_toppagemenuarea_background_wt_m"' }, { value: '"ui_contentsarea_background_wt_m"' }, { value: '"ui_cpnt_standardbanner_base_default"' }, { value: '"ui_channeldesc_white"' }, { value: '"ui_channeldesc_grey_03"' }, { value: '"ui_channeldesc_border_grey_03"' }, { value: '"ui_cpnt_bottomsheet_border"' }, { value: '"ui_cpnt_userdesktopsidetab_base_area"' }, { value: '"ui_cpnt_pg_gradient_01"' }, { value: '"ui_cpnt_pg_gradient_02"' }, { value: '"ui_channeldesc_background"' }, { value: '"ui_channeldesc_bottomsheet_base"' }, { value: '"ui_channeldesc_bottomsheet_border"' }, { value: '"ui_channeldesc_contents_base"' }, { value: '"ui_channeldesc_dimmed"' }, { value: '"ui_cpnt_pg_gradient_03"' }, { value: '"ui_cpnt_pg_gradient_04"' }, { value: '"ui_cpnt_pg_gradient_05"' }, { value: '"ui_cpnt_mask_base"' }, { value: '"ui_temp_usr_primary_01"' }, { value: '"ui_cpnt_sheet_base_02_opacity50"' }, { value: '"ui_menu_primarymenu_main"' }, { value: '"ui_menu_primarymenu_sub"' }, { value: '"ui_menu_secondarymenu_main"' }, { value: '"ui_menu_secondarymenu_sub"' }, { value: '"ui_menu_hover"' }, { value: '"ui_menu_active"' }, { value: '"ui_menu_background"' }, { value: '"ui_cpnt_video_progress_base"' }, { value: '"ui_cpnt_icon_sys_dark"' }, { value: '"ui_menu_background_gradient_opacity00"' }, { value: '"ui_cpnt_dropdown_border_white_normal"' }, { value: '"ui_cpnt_dropdown_text_white_enabled"' }, { value: '"ui_cpnt_dropdown_text_white_hint"' }, { value: '"ui_cpnt_dropdown_icon_white_default"' }, { value: '"ui_cpnt_dropdown_border_white_focus"' }, { value: '"ui_cpnt_dropdown_base_white_normal"' }, { value: '"ui_profile_image_border_brandprimary"' }, { value: '"ui_cpnt_dropdown_base_white_disabled"' }, { value: '"ui_cpnt_dropdown_border_white_disabled"' }, { value: '"ui_cpnt_sheet_base_white_opacity00"' }, { value: '"ui_dimmed_01"' }, { value: '"ui_cpnt_reactionbutton_base_01"' }, { value: '"ui_cpnt_textfield_border_disabled"' }, { value: '"ui_cpnt_dropdown_border_disabled"' }, { value: '"ui_cpnt_select_border_disabled"' }, { value: '"ui_cpnt_dropdown_base_darktheme_normal"' }, { value: '"ui_cpnt_textfield_text_readonly"' }, { value: '"ui_cpnt_select_text_readonly"' }, { value: '"ui_cpnt_dropdown_text_readonly"' }, { value: '"ui_cpnt_select_text_darktheme_readonly"' }, { value: '"ui_cpnt_dropdown_text_darktheme_readonly"' }, { value: '"ui_cpnt_dropdown_text_white_readonly"' }, { value: '"ui_cpnt_blogtextfield_base_01"' }, { value: '"ui_cpnt_textfield_base_darktheme_normal"' }, { value: '"ui_cpnt_dropdown_border_darktheme_disabled"' }, { value: '"ui_cpnt_select_border_darktheme_disabled"' }, { value: '"ui_cpnt_dropdown_text_white_disabled"' }, { value: '"ui_cpnt_select_base_darktheme_normal"' }, { value: '"ui_hero_title_text"' }, { value: '"ui_hero_description_text"' }, { value: '"ui_cpnt_divider_area"' }, { value: '"ui_cpnt_button_white_base_hover"' }, { value: '"ui_cpnt_button_white_base_pressed"' }, { value: '"ui_cpnt_list_base_area_hover"' }, { value: '"ui_cpnt_sheet_border_01"' }, { value: '"ui_cpnt_sheet_border_02"' }, { value: '"ui_cpnt_sheet_border_03"' }, { value: '"ui_43"' }, { value: '"ui_44"' }, { value: '"ui_45"' }, { value: '"ui_46"' }, { value: '"ui_47"' }, { value: '"ui_cpnt_sheet_base_03"' }, { value: '"ui_48"' }, { value: '"ui_49"' }, { value: '"ui_50"' }, { value: '"ui_51"' }, { value: '"ui_cpnt_list_text_caption_03"' }, { value: '"ui_cpnt_list_chatbubble_base_area"' }, { value: '"ui_cpnt_list_chatbubble_base_area_my"' }, { value: '"ui_cpnt_list_chatbubble_text_my"' }, { value: '"ui_papp_livechat_link"' }, { value: '"ui_cpnt_list_chatbubble_base_area_seller_color"' }, { value: '"ui_cpnt_list_chatbubble_text_seller_color"' }, { value: '"ui_cpnt_list_chatbubble_base_area_subscriber"' }, { value: '"ui_cpnt_list_chatbubble_text_subscriber"' }, { value: '"ui_cpnt_list_chatbubble_base_area_my_color"' }, { value: '"ui_cpnt_list_chatbubble_text_my_color"' }, { value: '"ui_cpnt_list_chatbubble_base_area_seller"' }, { value: '"ui_cpnt_list_chatbubble_text_seller"' }, { value: '"ui_52"' }, { value: '"ui_cpnt_imageview_dimmed"' }, { value: '"ui_53"' }, { value: '"ui_54"' }, { value: '"ui_55"' }, { value: '"ui_56"' }, { value: '"ui_cpnt_sheet_base_04"' }, { value: '"ui_cpnt_masking_base_01"' }, { value: '"ui_cpnt_masking_icon_01"' }, { value: '"ui_cpnt_list_base_area_transparent_seller"' }, { value: '"ui_57"' }, { value: '"ui_58"' }, { value: '"ui_cpnt_divider_white_opacity00"' }, { value: '"ui_cpnt_textfield_text_colortheme_transparent_enabled"' }, { value: '"ui_cpnt_textfield_text_colortheme_transparent_hint"' }, { value: '"ui_cpnt_textfield_text_colortheme_transparent_disabled"' }, { value: '"ui_cpnt_textfield_icon_colortheme_transparent_default"' }, { value: '"ui_cpnt_textfield_icon_colortheme_transparent_disabled"' }, { value: '"ui_cpnt_textfield_border_colortheme_transparent_normal"' }, { value: '"ui_cpnt_textfield_border_colortheme_transparent_focus"' }, { value: '"ui_cpnt_textfield_border_colortheme_transparent_error"' }, { value: '"ui_cpnt_textfield_text_colortheme_transparent_error"' }, { value: '"ui_cpnt_textfield_base_colortheme_transparent_disabled"' }, { value: '"ui_cpnt_textfield_base_colortheme_transparent_normal"' }, { value: '"ui_cpnt_textfield_text_colortheme_transparent_readonly"' }, { value: '"ui_cpnt_textfield_icon_colortheme_transparent_readonly"' }, { value: '"ui_cpnt_textfield_base_colortheme_transparent_readonly"' }, { value: '"ui_cpnt_textfield_border_colortheme_transparent_disabled"' }, { value: '"ui_cpnt_textfield_border_colortheme_transparent_readonly"' }, { value: '"ui_cpnt_lottiereactionbutton_base_01"' }, { value: '"ui_cpnt_lottiereactionbutton_base_02"' }, { value: '"ui_cpnt_lottiereactionbutton_base_03"' }, { value: '"ui_cpnt_lottiereactionbutton_base_04"' }, { value: '"ui_cpnt_lottiereactionbutton_base_05"' }, { value: '"ui_60"' }, { value: '"ui_61"' }, { value: '"ui_loading_skeleton_01"' }, { value: '"ui_loading_skeleton_02"' }, { value: '"ui_loading_linear_bar"' }, { value: '"ui_loading_linear_base"' }, { value: '"ui_loading_three_bar"' }, { value: '"ui_menu_button_base"' }, { value: '"ui_cpnt_calendar_status_a"' }, { value: '"ui_cpnt_calendar_status_b"' }, { value: '"ui_cpnt_calendar_status_c"' }, { value: '"ui_menu_background_transparent"' }, { value: '"ui_globalmenucontainer_background_transparent"' }, { value: '"ui_pagemenucontainer_background_transparent"' }, { value: '"ui_submenucontainer_background_transparent"' }, { value: '"ui_tabmenucontainer_background_transparent"' }, { value: '"ui_contentscontainer01_background_transparent"' }, { value: '"ui_contentscontainer02_background_transparent"' }, { value: '"ui_toppagemenucontainer_background_wt_m_transparent"' }, { value: '"ui_contentscontainer_background_wt_m_transparent"' }, { value: '"ui_menu_button_base_transparent"' }, { value: '"ui_dimmed_02"' }, { value: '"ui_cpnt_sheet_base_05"' }, { value: '"ui_62"' }, { value: '"ui_cpnt_calendar_date_hover"' }, { value: '"ui_cpnt_calendar_date_pressed"' }, { value: '"ui_cpnt_imageview_dimmed_gradient_01"' }, { value: '"ui_cpnt_imageview_dimmed_gradient_02"' }, { value: '"ui_cpnt_calendar_base"' }, { value: '"ui_cpnt_calendar_border"' }, { value: '"ui_cpnt_calendar_label_base_schedules"' }, { value: '"ui_cpnt_calendar_label_base_expired_schedules"' }, { value: '"ui_cpnt_calendar_label_border_default"' }, { value: '"ui_cpnt_calendar_label_border_schedules"' }, { value: '"ui_cpnt_calendar_label_border_expired_schedules"' }, { value: '"ui_cpnt_calendar_real_time_line"' }, { value: '"ui_cpnt_calendar_date_selected"' }, { value: '"ui_pagination_base_area"' }, { value: '"ui_cpnt_calendar_label_base_standby_selected"' }, { value: '"ui_cpnt_calendar_label_border_standby"' }, { value: '"ui_cpnt_calendar_text_status_standby"' }, { value: '"ui_cpnt_calendar_label_base_booked_selected"' }, { value: '"ui_cpnt_calendar_label_border_booked"' }, { value: '"ui_cpnt_calendar_text_status_booked"' }, { value: '"ui_cpnt_calendar_label_base_expired_selected"' }, { value: '"ui_cpnt_calendar_label_border_expired"' }, { value: '"ui_cpnt_calendar_text_status_expired"' }, { value: '"ui_cpnt_calendar_label_base_standby_default"' }, { value: '"ui_cpnt_calendar_label_base_booked_default"' }, { value: '"ui_cpnt_calendar_label_base_expired_default"' }, { value: '"ui_cpnt_calendar_badge_standby"' }, { value: '"ui_cpnt_calendar_badge_booked"' }, { value: '"ui_cpnt_calendar_badge_expired"' }, { value: '"ui_cpnt_calendar_text_today"' }, { value: '"ui_cpnt_textlabel_sys_warning"' }, { value: '"ui_cpnt_lottiereactionbutton_base_default"' }, { value: '"ui_cpnt_sheet_base_06"' }, { value: '"ui_cpnt_sheet_base_07"' }, { value: '"ui_cpnt_sheet_base_08"' }, { value: '"ui_cpnt_pagination_dot_01"' }, { value: '"ui_cpnt_pagination_dot_02"' }, { value: '"ui_cpnt_pagination_dot_border"' }, { value: '"ui_63"' }, { value: '"ui_64"' }, { value: '"ui_cpnt_sheet_border_04"' }, { value: '"ui_cpnt_button_fill_base_01"' }, { value: '"ui_cpnt_button_fill_base_hangup"' }, { value: '"ui_cpnt_refund_text_status_issued"' }, { value: '"ui_cpnt_refund_text_status_refunded"' }, { value: '"ui_cpnt_divider_white_01"' }, { value: '"ui_cpnt_timer_base_01"' }, { value: '"ui_cpnt_timer_base_timeup"' }, { value: '"ui_66"' }, { value: '"ui_67"' }, { value: '"ui_cpnt_videoplayer_gradient_3"' }, { value: '"ui_68"' }, { value: '"ui_69"' }, { value: '"ui_cpnt_divider_white_02"' }, { value: '"ui_cpnt_list_chatbubble_base_brand_primary"' }, { value: '"ui_cpnt_list_chatbubble_base_grey"' }, { value: '"ui_cpnt_list_chatbubble_base_translucent_white"' }, { value: '"ui_cpnt_list_chatbubble_base_translucent_black"' }, { value: '"ui_avatar_border_translucent_white"' }, { value: '"ui_avatar_border_translucent_black"' }, { value: '"ui_cpnt_textfield_base_hover"' }, { value: '"ui_cpnt_textfield_base_pressed"' }, { value: '"ui_cpnt_button_secondary_on_base_hover"' }, { value: '"ui_cpnt_button_secondary_on_base_pressed"' }, { value: '"ui_cpnt_select_base_hover"' }, { value: '"ui_cpnt_select_base_pressed"' }, { value: '"ui_cpnt_dropdown_base_hover"' }, { value: '"ui_cpnt_dropdown_base_pressed"' }, { value: '"ui_cpnt_sheet_base_09"' }, { value: '"ui_wizard_pagemenucontainer_background"' }, { value: '"ui_stepcontainer_background"' }, { value: '"ui_wizard_contentscontainer01_background"' }, { value: '"ui_wizard_contentscontainer02_background"' }, { value: '"ui_70"' }, { value: '"ui_cpnt_button_primary_variation_base_enabled"' }, { value: '"ui_cpnt_button_text_secondary_variation_disabled"' }, { value: '"ui_cpnt_button_icon_secondary_variation_disabled"' }, { value: '"ui_cpnt_button_secondary_variation_base_default"' }, { value: '"ui_cpnt_button_secondary_variation_base_hover"' }, { value: '"ui_cpnt_button_secondary_variation_base_pressed"' }, { value: '"ui_editor_base_pages"' }, { value: '"ui_editor_base_papp"' }, { value: '"ui_container_scroll"' }, { value: '"ui_pages_section_dimmed"' }, { value: '"ui_71"' }, { value: '"ui_cpnt_textlabel_sys_black"' }, { value: '"ui_cpnt_sheet_base_10"' }, { value: '"ui_cpnt_sheet_base_11"' }, { value: '"ui_72"' }, { value: '"ui_73"' }, { value: '"ui_cpnt_sidebar_listitem_base_hover"' }, { value: '"ui_avatar_border_brandprimary"' }, { value: '"ui_avatar_border"' }, { value: '"ui_editor_rightside_title_tabbar_base"' }, { value: '"ui_editor_preview_base"' }, { value: '"ui_editor_preview_divice_area_border"' }, { value: '"ui_editor_preview_background"' }, { value: '"ui_editor_leftside_base"' }, { value: '"ui_cpnt_sidebar_label_text"' }, { value: '"ui_cpnt_dropdown_base_hover_darktheme"' }, { value: '"ui_cpnt_dropdown_base_pressed_darktheme"' }, { value: '"ui_cpnt_dropdown_base_hover_white"' }, { value: '"ui_cpnt_dropdown_base_pressed_white"' }, { value: '"ui_cpnt_textfield_base_hover_darktheme"' }, { value: '"ui_cpnt_textfield_base_pressed_darktheme"' }, { value: '"ui_cpnt_select_base_hover_darktheme"' }, { value: '"ui_cpnt_select_base_pressed_darktheme"' }, { value: '"ui_cpnt_textfield_base_hover_transparent"' }, { value: '"ui_cpnt_textfield_base_pressed_transparent"' }, { value: '"ui_cpnt_reactionbutton_base_02"' }, { value: '"ui_create_ch_step_prev"' }] } }, value: { defaultValue: null, description: "", name: "value", required: !1, type: { name: "string | number | boolean | null" } }, id: { defaultValue: null, description: "", name: "id", required: !1, type: { name: "string | number | boolean | null" } }, onClickChip: { defaultValue: null, description: "", name: "onClickChip", required: !1, type: { name: "((e: MouseEvent<HTMLDivElement, MouseEvent>) => void)" } }, onClickXMarkIcon: { defaultValue: null, description: "", name: "onClickXMarkIcon", required: !1, type: { name: "(() => void)" } }, activeChipId: { defaultValue: null, description: "@deprecated value 필드를 대신 사용하세요.", name: "activeChipId", required: !1, type: { name: "string | number" } }, chipId: { defaultValue: null, description: "@deprecated id 필드를 대신 사용하세요.", name: "chipId", required: !1, type: { name: "string | number" } } } }, "undefined" != typeof STORYBOOK_REACT_CLASSES && (STORYBOOK_REACT_CLASSES["src/desktop/components/Chip/Chip.tsx#Chip"] = { docgenInfo: Chip.__docgenInfo, name: "Chip", path: "src/desktop/components/Chip/Chip.tsx#Chip" });
1485
1489
  }
1486
1490
  catch (__react_docgen_typescript_loader_error) { }
1487
1491
  }, function (module, exports, __webpack_require__) {
@@ -1498,7 +1502,7 @@
1498
1502
  var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6, S_UpperBox = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n display: flex;\n margin: ", ";\n"], ["\n display: flex;\n margin: ", ";\n"])), (function (_a) { return _a.theme.spacing.spacingE; })), S_IconWrapper = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject([""], [""]))), S_TextBox = styled_components_1.default.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n display: flex;\n flex-direction: column;\n"], ["\n display: flex;\n flex-direction: column;\n"]))), S_ModalOverlay = styled_components_1.default.div(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n background-color: ", ";\n height: 100vh;\n left: 0;\n position: fixed;\n top: 0;\n width: 100vw;\n\n ", "\n"], ["\n background-color: ", ";\n height: 100vh;\n left: 0;\n position: fixed;\n top: 0;\n width: 100vw;\n\n ", "\n"])), (function (_a) { return _a.theme.ui_cpnt_alertdialog_dimmed; }), animationStyle_1.dialogOverlayOnAni), S_ModalWrapper = styled_components_1.default.div(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n background-color: ", ";\n border: 1px solid ", ";\n border-radius: 24px;\n box-sizing: border-box;\n box-shadow: ", ";\n position: fixed;\n left: 50%;\n top: 50%;\n transform: translate(-50%, -50%);\n width: auto;\n min-width: 480px;\n max-width: 560px;\n\n ", "\n"], ["\n background-color: ", ";\n border: 1px solid ", ";\n border-radius: 24px;\n box-sizing: border-box;\n box-shadow: ", ";\n position: fixed;\n left: 50%;\n top: 50%;\n transform: translate(-50%, -50%);\n width: auto;\n min-width: 480px;\n max-width: 560px;\n\n ", "\n"])), (function (_a) { return _a.theme.ui_cpnt_alertdialog_base; }), (function (_a) { return _a.theme.ui_cpnt_alertdialog_border; }), (function (_a) { return _a.theme.boxShadow.elevation5; }), animationStyle_1.dialogOnAni), S_Footer = styled_components_1.default.div(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n display: flex;\n align-items: center;\n justify-content: flex-end;\n\n padding-top: ", ";\n padding-bottom: ", ";\n padding-left: ", ";\n padding-right: ", ";\n"], ["\n display: flex;\n align-items: center;\n justify-content: flex-end;\n\n padding-top: ", ";\n padding-bottom: ", ";\n padding-left: ", ";\n padding-right: ", ";\n"])), (function (_a) { return _a.theme.spacing.spacingC; }), (function (_a) { return _a.theme.spacing.spacingD; }), (function (_a) { return _a.theme.spacing.spacingE; }), (function (_a) { return _a.theme.spacing.spacingD; }));
1499
1503
  exports.default = DesktopAlertDialog;
1500
1504
  try {
1501
- DesktopAlertDialog.displayName = "DesktopAlertDialog", DesktopAlertDialog.__docgenInfo = { description: "", displayName: "DesktopAlertDialog", props: { iconMode: { defaultValue: { value: "none" }, description: "", name: "iconMode", required: !1, type: { name: "enum", value: [{ value: '"none"' }, { value: '"error"' }, { value: '"information"' }, { value: '"success"' }, { value: '"warning"' }] } }, titleText: { defaultValue: null, description: "", name: "titleText", required: !1, type: { name: "PDSTextType" } }, contentText: { defaultValue: null, description: "", name: "contentText", required: !0, type: { name: "PDSTextType" } }, btnMode: { defaultValue: { value: "tbtn_amount1" }, description: "", name: "btnMode", required: !1, type: { name: "enum", value: [{ value: '"tbtn_amount1"' }, { value: '"tbtn_amount2"' }, { value: '"tbtn_amount3"' }] } }, tBtn1Text: { defaultValue: null, description: "", name: "tBtn1Text", required: !1, type: { name: "PDSTextType" } }, tBtn2Text: { defaultValue: null, description: "", name: "tBtn2Text", required: !1, type: { name: "PDSTextType" } }, tBtn3Text: { defaultValue: null, description: "", name: "tBtn3Text", required: !1, type: { name: "PDSTextType" } }, tBtn1State: { defaultValue: { value: "normal" }, description: "", name: "tBtn1State", required: !1, type: { name: "enum", value: [{ value: '"normal"' }, { value: '"disabled"' }] } }, tBtn2State: { defaultValue: { value: "normal" }, description: "", name: "tBtn2State", required: !1, type: { name: "enum", value: [{ value: '"normal"' }, { value: '"disabled"' }] } }, tBtn3State: { defaultValue: { value: "normal" }, description: "", name: "tBtn3State", required: !1, type: { name: "enum", value: [{ value: '"normal"' }, { value: '"disabled"' }] } }, tBtn1Type: { defaultValue: { value: "button" }, description: "", name: "tBtn1Type", required: !1, type: { name: "enum", value: [{ value: '"button"' }, { value: '"submit"' }] } }, tBtn2Type: { defaultValue: { value: "button" }, description: "", name: "tBtn2Type", required: !1, type: { name: "enum", value: [{ value: '"button"' }, { value: '"submit"' }] } }, tBtn3Type: { defaultValue: { value: "button" }, description: "", name: "tBtn3Type", required: !1, type: { name: "enum", value: [{ value: '"button"' }, { value: '"submit"' }] } }, onClickTBtn1: { defaultValue: null, description: "", name: "onClickTBtn1", required: !1, type: { name: "(() => void)" } }, onClickTBtn2: { defaultValue: null, description: "", name: "onClickTBtn2", required: !1, type: { name: "(() => void)" } }, onClickTBtn3: { defaultValue: null, description: "", name: "onClickTBtn3", required: !1, type: { name: "(() => void)" } } } }, "undefined" != typeof STORYBOOK_REACT_CLASSES && (STORYBOOK_REACT_CLASSES["src/desktop/components/DesktopAlertDialog/DesktopAlertDialog.tsx#DesktopAlertDialog"] = { docgenInfo: DesktopAlertDialog.__docgenInfo, name: "DesktopAlertDialog", path: "src/desktop/components/DesktopAlertDialog/DesktopAlertDialog.tsx#DesktopAlertDialog" });
1505
+ DesktopAlertDialog.displayName = "DesktopAlertDialog", DesktopAlertDialog.__docgenInfo = { description: "", displayName: "DesktopAlertDialog", props: { iconMode: { defaultValue: { value: "none" }, description: "", name: "iconMode", required: !1, type: { name: "enum", value: [{ value: '"none"' }, { value: '"error"' }, { value: '"success"' }, { value: '"warning"' }, { value: '"information"' }] } }, titleText: { defaultValue: null, description: "", name: "titleText", required: !1, type: { name: "PDSTextType" } }, contentText: { defaultValue: null, description: "", name: "contentText", required: !0, type: { name: "PDSTextType" } }, btnMode: { defaultValue: { value: "tbtn_amount1" }, description: "", name: "btnMode", required: !1, type: { name: "enum", value: [{ value: '"tbtn_amount1"' }, { value: '"tbtn_amount2"' }, { value: '"tbtn_amount3"' }] } }, tBtn1Text: { defaultValue: null, description: "", name: "tBtn1Text", required: !1, type: { name: "PDSTextType" } }, tBtn2Text: { defaultValue: null, description: "", name: "tBtn2Text", required: !1, type: { name: "PDSTextType" } }, tBtn3Text: { defaultValue: null, description: "", name: "tBtn3Text", required: !1, type: { name: "PDSTextType" } }, tBtn1State: { defaultValue: { value: "normal" }, description: "", name: "tBtn1State", required: !1, type: { name: "enum", value: [{ value: '"normal"' }, { value: '"disabled"' }] } }, tBtn2State: { defaultValue: { value: "normal" }, description: "", name: "tBtn2State", required: !1, type: { name: "enum", value: [{ value: '"normal"' }, { value: '"disabled"' }] } }, tBtn3State: { defaultValue: { value: "normal" }, description: "", name: "tBtn3State", required: !1, type: { name: "enum", value: [{ value: '"normal"' }, { value: '"disabled"' }] } }, tBtn1Type: { defaultValue: { value: "button" }, description: "", name: "tBtn1Type", required: !1, type: { name: "enum", value: [{ value: '"button"' }, { value: '"submit"' }] } }, tBtn2Type: { defaultValue: { value: "button" }, description: "", name: "tBtn2Type", required: !1, type: { name: "enum", value: [{ value: '"button"' }, { value: '"submit"' }] } }, tBtn3Type: { defaultValue: { value: "button" }, description: "", name: "tBtn3Type", required: !1, type: { name: "enum", value: [{ value: '"button"' }, { value: '"submit"' }] } }, onClickTBtn1: { defaultValue: null, description: "", name: "onClickTBtn1", required: !1, type: { name: "(() => void)" } }, onClickTBtn2: { defaultValue: null, description: "", name: "onClickTBtn2", required: !1, type: { name: "(() => void)" } }, onClickTBtn3: { defaultValue: null, description: "", name: "onClickTBtn3", required: !1, type: { name: "(() => void)" } } } }, "undefined" != typeof STORYBOOK_REACT_CLASSES && (STORYBOOK_REACT_CLASSES["src/desktop/components/DesktopAlertDialog/DesktopAlertDialog.tsx#DesktopAlertDialog"] = { docgenInfo: DesktopAlertDialog.__docgenInfo, name: "DesktopAlertDialog", path: "src/desktop/components/DesktopAlertDialog/DesktopAlertDialog.tsx#DesktopAlertDialog" });
1502
1506
  }
1503
1507
  catch (__react_docgen_typescript_loader_error) { }
1504
1508
  }, function (module, exports, __webpack_require__) {
@@ -1847,11 +1851,13 @@
1847
1851
  "default" !== k && Object.prototype.hasOwnProperty.call(mod, k) && __createBinding(result, mod, k); return __setModuleDefault(result, mod), result; }, __importDefault = this && this.__importDefault || function (mod) { return mod && mod.__esModule ? mod : { default: mod }; };
1848
1852
  Object.defineProperty(exports, "__esModule", { value: !0 });
1849
1853
  var react_1 = __importDefault(__webpack_require__(0)), styled_components_1 = __importStar(__webpack_require__(1)), components_1 = __webpack_require__(8), styles_1 = __webpack_require__(128), transitionStyle_1 = __webpack_require__(41), hybrid_1 = __webpack_require__(6), TextLabel_1 = __webpack_require__(28), types_1 = __webpack_require__(1555);
1850
- function UploadMainButton(_a) { var text = _a.text, _b = _a.shapeType, shapeType = void 0 === _b ? "round" : _b, fillType = _a.fillType, _c = _a.styleTheme, styleTheme = void 0 === _c ? "primary" : _c, _d = _a.size, size = void 0 === _d ? "large" : _d, _e = _a.responsiveMode, responsiveMode = void 0 === _e ? "none" : _e, fontWeight = _a.fontWeight, _f = _a.iconMode, iconMode = void 0 === _f ? "none" : _f, _g = _a.iconFillType, iconFillType = void 0 === _g ? "line" : _g, _h = _a.iconName, iconName = void 0 === _h ? "ic_upload" : _h, _j = _a.colorTheme, colorTheme = void 0 === _j ? "none" : _j, _k = _a.state, state = void 0 === _k ? "normal" : _k, _l = _a.accept, accept = void 0 === _l ? "*" : _l, _m = _a.multipleMode, multipleMode = void 0 === _m ? "none" : _m, isLoading = _a.isLoading, isSubmitting = _a.isSubmitting, onClick = _a.onClick, handleClick = function (e) { onClick && onClick(e), e.target.value = ""; }, iconColor = function () { return "disabled" === state ? "line3" === colorTheme ? "ui_cpnt_button_icon_darktheme_disabled" : "ui_cpnt_button_icon_disabled" : "line" === fillType && "none" !== colorTheme ? types_1.iconColorThemeLineColors[colorTheme] : fillType ? types_1.iconFillTypeColors[fillType] : styleTheme ? types_1.iconStyleThemeColors[styleTheme] : void 0; }; return isLoading ? react_1.default.createElement(S_LoadingUploadMainButton, { shapeType: shapeType, size: size, responsiveMode: responsiveMode, colorTheme: "none", disabled: !0 }, react_1.default.createElement("input", { type: "file", hidden: !0, disabled: !0, accept: accept, multiple: "use" === multipleMode })) : isSubmitting ? react_1.default.createElement(S_SubmittingUploadMainButton, { shapeType: shapeType, fillType: fillType, styleTheme: styleTheme, size: size, responsiveMode: responsiveMode, colorTheme: colorTheme, disabled: !1, isSubmitting: !0 }, react_1.default.createElement("input", { type: "file", hidden: !0, disabled: !0, accept: accept, multiple: "use" === multipleMode }), react_1.default.createElement(components_1.CircularProgress, { colorKey: "line" === fillType && "none" !== colorTheme && "disabled" !== state ? types_1.textThemeColorLines[colorTheme] : "fill" === fillType ? "ui_cpnt_textlabel_usr_brandonprimary" : "line" === fillType ? "ui_cpnt_textlabel_sys_primary" : "primary" === styleTheme ? "ui_cpnt_textlabel_usr_brandonprimary" : "secondary" === styleTheme ? "ui_cpnt_textlabel_usr_brandprimary" : "ui_cpnt_textlabel_usr_brandonprimary", size: "rlarge" === size ? "large" : size })) : react_1.default.createElement(S_UploadMainButton, { "x-pds-name": "UploadMainButton", "x-pds-element-type": "component", "x-pds-device-type": "desktop", shapeType: shapeType, fillType: fillType, styleTheme: styleTheme, size: size, responsiveMode: responsiveMode, fontWeight: fontWeight, colorTheme: colorTheme, disabled: "disabled" === state }, react_1.default.createElement("input", { type: "file", hidden: !0, disabled: "disabled" === state, accept: accept, multiple: "use" === multipleMode, onChange: handleClick }), "xsmall" !== size && "left" === iconMode && react_1.default.createElement(react_1.default.Fragment, null, react_1.default.createElement(hybrid_1.Icon, { iconName: iconName, size: "large" === size || "rlarge" === size ? 20 : 16, colorKey: iconColor(), fillType: iconFillType }), react_1.default.createElement(hybrid_1.Spacing, { size: "large" === size || "rlarge" === size ? "spacing_b" : "spacing_a", spacingType: "width" })), react_1.default.createElement(TextLabel_1.TextLabel, { text: text, styleTheme: types_1.textStyles[size], singleLineMode: "use", colorTheme: "disabled" === state ? "sysTextTertiary" : "fill" === fillType ? "usrTextBrandOnPrimary" : "line" === fillType ? "sysTextPrimary" : "primary" === styleTheme ? "usrTextBrandOnPrimary" : "secondary" === styleTheme ? "usrTextBrandPrimary" : "usrTextBrandOnPrimary", colorOverride: "line3" === colorTheme && "disabled" === state ? "ui_cpnt_button_text_darktheme_disabled" : "line" === fillType && "none" !== colorTheme && "disabled" !== state ? types_1.textThemeColorLines[colorTheme] : void 0, ellipsisMode: "use", lineLimit: 1, wordBreak: "break_all" }), "xsmall" !== size && "right" === iconMode && react_1.default.createElement(react_1.default.Fragment, null, react_1.default.createElement(hybrid_1.Spacing, { size: "large" === size || "rlarge" === size ? "spacing_b" : "spacing_a", spacingType: "width" }), react_1.default.createElement(hybrid_1.Icon, { iconName: iconName, size: "large" === size || "rlarge" === size ? 20 : 16, colorKey: iconColor(), fillType: iconFillType }))); }
1851
- var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6, templateObject_7, templateObject_8, templateObject_9, templateObject_10, templateObject_11, templateObject_12, templateObject_13, templateObject_14, templateObject_15, templateObject_16, templateObject_17, templateObject_18, templateObject_19, large = (0, styled_components_1.css)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n height: 48px;\n min-width: 96px;\n padding: 0 ", ";\n ", "\n ", ";\n\n & > div {\n height: 48px;\n line-height: 48px;\n }\n"], ["\n height: 48px;\n min-width: 96px;\n padding: 0 ", ";\n ", "\n ", ";\n\n & > div {\n height: 48px;\n line-height: 48px;\n }\n"])), (function (_a) { return _a.theme.spacing.spacingE; }), (function (_a) { return "round" === _a.shapeType && "border-radius: 14px;"; }), (function (_a) { return "rlarge" === _a.size && "width: 100%"; })), medium = (0, styled_components_1.css)(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n height: 40px;\n min-width: 64px;\n padding: 0 ", ";\n ", "\n\n & > div {\n height: 40px;\n line-height: 40px;\n }\n"], ["\n height: 40px;\n min-width: 64px;\n padding: 0 ", ";\n ", "\n\n & > div {\n height: 40px;\n line-height: 40px;\n }\n"])), (function (_a) { return _a.theme.spacing.spacingE; }), (function (_a) { return "round" === _a.shapeType && "border-radius: 14px;"; })), small = (0, styled_components_1.css)(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n height: 32px;\n min-width: 48px;\n padding: 0 ", ";\n ", "\n\n & > div {\n height: 32px;\n line-height: 32px;\n }\n"], ["\n height: 32px;\n min-width: 48px;\n padding: 0 ", ";\n ", "\n\n & > div {\n height: 32px;\n line-height: 32px;\n }\n"])), (function (_a) { return _a.theme.spacing.spacingD; }), (function (_a) { return "round" === _a.shapeType && "border-radius: 10px;"; })), xsmall = (0, styled_components_1.css)(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n height: 24px;\n min-width: 48px;\n padding: 0 ", ";\n ", "\n\n & > div {\n height: 24px;\n line-height: 24px;\n }\n"], ["\n height: 24px;\n min-width: 48px;\n padding: 0 ", ";\n ", "\n\n & > div {\n height: 24px;\n line-height: 24px;\n }\n"])), (function (_a) { return _a.theme.spacing.spacingD; }), (function (_a) { return "round" === _a.shapeType && "border-radius: 8px;"; })), fillDisabled = (0, styled_components_1.css)(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n background-color: ", ";\n"], ["\n background-color: ", ";\n"])), (function (_a) { return _a.theme.ui_cpnt_button_fill_base_disabled; })), fill = (0, styled_components_1.css)(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n background-color: ", ";\n border: none;\n position: relative;\n\n &::before {\n content: '';\n border-radius: inherit;\n position: absolute;\n background-color: transparent;\n height: 100%;\n width: 100%;\n padding: 0;\n ", "\n }\n\n &:hover:not([disabled])::before {\n background-color: ", ";\n }\n\n &:active:not([disabled])::before {\n background-color: ", ";\n }\n\n ", "\n"], ["\n background-color: ", ";\n border: none;\n position: relative;\n\n &::before {\n content: '';\n border-radius: inherit;\n position: absolute;\n background-color: transparent;\n height: 100%;\n width: 100%;\n padding: 0;\n ", "\n }\n\n &:hover:not([disabled])::before {\n background-color: ", ";\n }\n\n &:active:not([disabled])::before {\n background-color: ", ";\n }\n\n ", "\n"])), (function (_a) { return _a.theme.ui_cpnt_button_fill_base_primary; }), transitionStyle_1.ButtonTransition, (function (_a) { var theme = _a.theme; return !_a.isSubmitting && theme.ui_cpnt_button_fill_on_base_hover; }), (function (_a) { var theme = _a.theme; return !_a.isSubmitting && theme.ui_cpnt_button_fill_on_base_pressed; }), (function (_a) { return _a.disabled && fillDisabled; })), none = (0, styled_components_1.css)(templateObject_7 || (templateObject_7 = __makeTemplateObject(["\n border: solid 1px ", ";\n"], ["\n border: solid 1px ", ";\n"])), (function (_a) { return _a.theme.ui_cpnt_button_line_border_enabled; })), line1 = (0, styled_components_1.css)(templateObject_8 || (templateObject_8 = __makeTemplateObject(["\n border: solid 1px ", ";\n"], ["\n border: solid 1px ", ";\n"])), (function (_a) { return _a.theme.ui_cpnt_button_line_border_error; })), line2 = (0, styled_components_1.css)(templateObject_9 || (templateObject_9 = __makeTemplateObject(["\n border: solid 1px ", ";\n"], ["\n border: solid 1px ", ";\n"])), (function (_a) { return _a.theme.ui_cpnt_button_line_border_primary; })), line3 = (0, styled_components_1.css)(templateObject_10 || (templateObject_10 = __makeTemplateObject(["\n border: solid 1px ", ";\n background-color: ", ";\n\n &:hover:not([disabled]) {\n background-color: ", ";\n }\n\n &:active:not([disabled]) {\n background-color: ", ";\n }\n"], ["\n border: solid 1px ", ";\n background-color: ", ";\n\n &:hover:not([disabled]) {\n background-color: ", ";\n }\n\n &:active:not([disabled]) {\n background-color: ", ";\n }\n"])), (function (_a) { return _a.theme.ui_cpnt_button_line_border_darktheme_enabled; }), (function (_a) { return _a.theme.ui_cpnt_button_line_base_darktheme_default; }), (function (_a) { var theme = _a.theme; return !_a.isSubmitting && theme.ui_cpnt_button_line_base_darktheme_hover; }), (function (_a) { var theme = _a.theme; return !_a.isSubmitting && theme.ui_cpnt_button_line_base_darktheme_pressed; })), lineDisabled = (0, styled_components_1.css)(templateObject_11 || (templateObject_11 = __makeTemplateObject(["\n background-color: ", ";\n border: solid 1px\n ", ";\n"], ["\n background-color: ", ";\n border: solid 1px\n ", ";\n"])), (function (_a) { var theme = _a.theme; return "line3" === _a.colorTheme ? theme.ui_cpnt_button_line_base_darktheme_default : theme.ui_cpnt_button_line_base_default; }), (function (_a) { var theme = _a.theme; return "line3" === _a.colorTheme ? theme.ui_cpnt_button_line_border_darktheme_disabled : theme.ui_cpnt_button_line_border_disabled; })), line = (0, styled_components_1.css)(templateObject_12 || (templateObject_12 = __makeTemplateObject(["\n background-color: ", ";\n\n &:hover:not([disabled]) {\n background-color: ", ";\n }\n\n &:active:not([disabled]) {\n background-color: ", ";\n }\n\n &::before {\n content: '';\n display: none;\n }\n ", "\n\n ", ";\n ", "\n"], ["\n background-color: ", ";\n\n &:hover:not([disabled]) {\n background-color: ", ";\n }\n\n &:active:not([disabled]) {\n background-color: ", ";\n }\n\n &::before {\n content: '';\n display: none;\n }\n ", "\n\n ", ";\n ", "\n"])), (function (_a) { return _a.theme.ui_cpnt_button_line_base_default; }), (function (_a) { var theme = _a.theme; return !_a.isSubmitting && theme.ui_cpnt_button_line_base_hover; }), (function (_a) { var theme = _a.theme; return !_a.isSubmitting && theme.ui_cpnt_button_line_base_pressed; }), transitionStyle_1.ButtonTransition, (function (_a) { var colorTheme = _a.colorTheme; return colorTheme && { none: none, line1: line1, line2: line2, line3: line3 }[colorTheme]; }), (function (_a) { return _a.disabled && lineDisabled; })), primaryDisabled = (0, styled_components_1.css)(templateObject_13 || (templateObject_13 = __makeTemplateObject(["\n background-color: ", ";\n"], ["\n background-color: ", ";\n"])), (function (_a) { return _a.theme.ui_cpnt_button_fill_base_disabled; })), primary = (0, styled_components_1.css)(templateObject_14 || (templateObject_14 = __makeTemplateObject(["\n background-color: ", ";\n border: none;\n position: relative;\n\n &::before {\n content: '';\n border-radius: inherit;\n position: absolute;\n background-color: transparent;\n height: 100%;\n width: 100%;\n padding: 0;\n ", "\n }\n\n &:hover:not([disabled])::before {\n background-color: ", ";\n }\n\n &:active:not([disabled])::before {\n background-color: ", ";\n }\n\n ", "\n"], ["\n background-color: ", ";\n border: none;\n position: relative;\n\n &::before {\n content: '';\n border-radius: inherit;\n position: absolute;\n background-color: transparent;\n height: 100%;\n width: 100%;\n padding: 0;\n ", "\n }\n\n &:hover:not([disabled])::before {\n background-color: ", ";\n }\n\n &:active:not([disabled])::before {\n background-color: ", ";\n }\n\n ", "\n"])), (function (_a) { return _a.theme.ui_cpnt_button_fill_base_primary; }), transitionStyle_1.ButtonTransition, (function (_a) { var theme = _a.theme; return !_a.isSubmitting && theme.ui_cpnt_button_fill_on_base_hover; }), (function (_a) { var theme = _a.theme; return !_a.isSubmitting && theme.ui_cpnt_button_fill_on_base_pressed; }), (function (_a) { return _a.disabled && primaryDisabled; })), secondaryDisabled = (0, styled_components_1.css)(templateObject_15 || (templateObject_15 = __makeTemplateObject(["\n background-color: ", ";\n"], ["\n background-color: ", ";\n"])), (function (_a) { return _a.theme.ui_cpnt_button_line_base_hover; })), secondary = (0, styled_components_1.css)(templateObject_16 || (templateObject_16 = __makeTemplateObject(["\n background-color: ", ";\n border: none;\n position: relative;\n\n &::before {\n content: '';\n border-radius: inherit;\n position: absolute;\n background-color: transparent;\n height: 100%;\n width: 100%;\n padding: 0;\n ", "\n }\n\n &:hover:not([disabled])::before {\n background-color: ", ";\n }\n\n &:active:not([disabled])::before {\n background-color: ", ";\n }\n\n ", "\n"], ["\n background-color: ", ";\n border: none;\n position: relative;\n\n &::before {\n content: '';\n border-radius: inherit;\n position: absolute;\n background-color: transparent;\n height: 100%;\n width: 100%;\n padding: 0;\n ", "\n }\n\n &:hover:not([disabled])::before {\n background-color: ", ";\n }\n\n &:active:not([disabled])::before {\n background-color: ", ";\n }\n\n ", "\n"])), (function (_a) { return _a.theme.ui_cpnt_button_line_base_hover; }), transitionStyle_1.ButtonTransition, (function (_a) { var theme = _a.theme; return !_a.isSubmitting && theme.ui_cpnt_button_secondary_on_base_hover; }), (function (_a) { var theme = _a.theme; return !_a.isSubmitting && theme.ui_cpnt_button_secondary_on_base_pressed; }), (function (_a) { return _a.disabled && secondaryDisabled; })), S_UploadMainButton = styled_components_1.default.label(templateObject_17 || (templateObject_17 = __makeTemplateObject(["\n align-items: center;\n background-color: transparent;\n border: 1px solid transparent;\n box-sizing: border-box;\n cursor: ", ";\n display: inline-flex;\n justify-content: center;\n\n & > div {\n font-weight: ", ";\n }\n\n ", "\n ", "\n ", "\n ", ";\n"], ["\n align-items: center;\n background-color: transparent;\n border: 1px solid transparent;\n box-sizing: border-box;\n cursor: ", ";\n display: inline-flex;\n justify-content: center;\n\n & > div {\n font-weight: ", ";\n }\n\n ", "\n ", "\n ", "\n ", ";\n"])), (function (_a) { return _a.disabled ? "default" : "pointer"; }), (function (_a) { var theme = _a.theme, fontWeight = _a.fontWeight; return fontWeight && { bold: theme.fontWeight.bold, regular: theme.fontWeight.normal }[fontWeight]; }), (function (_a) { var styleTheme = _a.styleTheme; return styleTheme && { primary: primary, secondary: secondary }[styleTheme]; }), (function (_a) { var fillType = _a.fillType; return fillType && { fill: fill, line: line }[fillType]; }), (function (_a) { var size = _a.size; return size && { large: large, medium: medium, small: small, xsmall: xsmall, rlarge: large }[size]; }), (function (_a) { return "use" === _a.responsiveMode && "width: 100%"; })), S_LoadingUploadMainButton = (0, styled_components_1.default)(S_UploadMainButton)(templateObject_18 || (templateObject_18 = __makeTemplateObject(["\n ", "\n"], ["\n ", "\n"])), styles_1.skeletonLoadingStyle), S_SubmittingUploadMainButton = (0, styled_components_1.default)(S_UploadMainButton)(templateObject_19 || (templateObject_19 = __makeTemplateObject(["\n cursor: default;\n"], ["\n cursor: default;\n"])));
1854
+ function UploadMainButton(_a) { var text = _a.text, _b = _a.shapeType, shapeType = void 0 === _b ? "round" : _b, fillType = _a.fillType, _c = _a.styleTheme, styleTheme = void 0 === _c ? "primary" : _c, _d = _a.size, size = void 0 === _d ? "large" : _d, _e = _a.responsiveMode, responsiveMode = void 0 === _e ? "none" : _e, fontWeight = _a.fontWeight, _f = _a.iconMode, iconMode = void 0 === _f ? "none" : _f, _g = _a.iconFillType, iconFillType = void 0 === _g ? "line" : _g, _h = _a.iconName, iconName = void 0 === _h ? "ic_upload" : _h, _j = _a.colorTheme, colorTheme = void 0 === _j ? "none" : _j, _k = _a.state, state = void 0 === _k ? "normal" : _k, _l = _a.accept, accept = void 0 === _l ? "*" : _l, _m = _a.multipleMode, multipleMode = void 0 === _m ? "none" : _m, isLoading = _a.isLoading, isSubmitting = _a.isSubmitting, onClick = _a.onClick, handleClick = function (e) { onClick && onClick(e), e.target.value = ""; }, isLineColorTheme = colorTheme.includes("line"), isPrimaryColorTheme = colorTheme.includes("primary"), isSecondaryColorTheme = colorTheme.includes("secondary"), lineColorThemeTextColor = function () { return "line1" === colorTheme ? "ui_cpnt_button_text_error" : "line2" === colorTheme ? "ui_cpnt_button_text_primary" : "line3" === colorTheme ? "ui_cpnt_button_text_darktheme_enabled" : void 0; }, iconColor = function () { return "disabled" === state ? "line3" === colorTheme ? "ui_cpnt_button_icon_darktheme_disabled" : "secondary" === styleTheme && "secondary1" === colorTheme ? "ui_cpnt_button_icon_secondary_variation_disabled" : "ui_cpnt_button_icon_disabled" : "line" === fillType && isLineColorTheme ? "line1" === colorTheme ? "ui_cpnt_button_icon_error" : "line2" === colorTheme ? "ui_cpnt_button_icon_primary" : "line3" === colorTheme ? "ui_cpnt_button_icon_darktheme_enabled" : void 0 : fillType ? types_1.iconFillTypeColors[fillType] : "primary" === styleTheme && isPrimaryColorTheme ? function () { if ("primary1" === colorTheme)
1855
+ return "ui_cpnt_button_icon_primary"; }() : "secondary" === styleTheme && isSecondaryColorTheme ? function () { if ("secondary1" === colorTheme)
1856
+ return "ui_cpnt_button_icon_on_primary"; }() : styleTheme ? types_1.iconStyleThemeColors[styleTheme] : void 0; }; return isLoading ? react_1.default.createElement(S_LoadingUploadMainButton, { shapeType: shapeType, size: size, responsiveMode: responsiveMode, colorTheme: "none", disabled: !0 }, react_1.default.createElement("input", { type: "file", hidden: !0, disabled: !0, accept: accept, multiple: "use" === multipleMode })) : isSubmitting ? react_1.default.createElement(S_SubmittingUploadMainButton, { shapeType: shapeType, fillType: fillType, styleTheme: styleTheme, size: size, responsiveMode: responsiveMode, colorTheme: colorTheme, disabled: !1, isSubmitting: !0 }, react_1.default.createElement("input", { type: "file", hidden: !0, disabled: !0, accept: accept, multiple: "use" === multipleMode }), react_1.default.createElement(components_1.CircularProgress, { colorKey: "line" === fillType && isLineColorTheme && "disabled" !== state ? lineColorThemeTextColor() : "fill" === fillType ? "ui_cpnt_textlabel_usr_brandonprimary" : "line" === fillType ? "ui_cpnt_textlabel_sys_primary" : "primary" === styleTheme ? "primary1" === colorTheme ? "ui_cpnt_textlabel_usr_brandprimary" : "ui_cpnt_textlabel_usr_brandonprimary" : "secondary" === styleTheme ? "secondary1" === colorTheme ? "ui_cpnt_textlabel_sys_white" : "ui_cpnt_textlabel_usr_brandprimary" : "ui_cpnt_textlabel_usr_brandonprimary", size: "rlarge" === size ? "large" : size })) : react_1.default.createElement(S_UploadMainButton, { "x-pds-name": "UploadMainButton", "x-pds-element-type": "component", "x-pds-device-type": "desktop", shapeType: shapeType, fillType: fillType, styleTheme: styleTheme, size: size, responsiveMode: responsiveMode, fontWeight: fontWeight, colorTheme: colorTheme, disabled: "disabled" === state }, react_1.default.createElement("input", { type: "file", hidden: !0, disabled: "disabled" === state, accept: accept, multiple: "use" === multipleMode, onChange: handleClick }), "xsmall" !== size && "left" === iconMode && react_1.default.createElement(react_1.default.Fragment, null, react_1.default.createElement(hybrid_1.Icon, { iconName: iconName, size: "large" === size || "rlarge" === size ? 20 : 16, colorKey: iconColor(), fillType: iconFillType }), react_1.default.createElement(hybrid_1.Spacing, { size: "large" === size || "rlarge" === size ? "spacing_b" : "spacing_a", spacingType: "width" })), react_1.default.createElement(TextLabel_1.TextLabel, { text: text, styleTheme: types_1.textStyles[size], singleLineMode: "use", colorTheme: "disabled" === state ? "sysTextTertiary" : "fill" === fillType ? "usrTextBrandOnPrimary" : "line" === fillType ? "sysTextPrimary" : "primary" === styleTheme ? "primary1" === colorTheme ? "usrTextBrandPrimary" : "usrTextBrandOnPrimary" : "secondary" === styleTheme ? "secondary1" === colorTheme ? "sysTextWhite" : "usrTextBrandPrimary" : "usrTextBrandOnPrimary", colorOverride: "line3" === colorTheme && "disabled" === state ? "ui_cpnt_button_text_darktheme_disabled" : "line" === fillType && isLineColorTheme && "disabled" !== state ? lineColorThemeTextColor() : "secondary" === styleTheme && "secondary1" === colorTheme && "disabled" === state ? "ui_cpnt_button_text_secondary_variation_disabled" : void 0, ellipsisMode: "use", lineLimit: 1, wordBreak: "break_all" }), "xsmall" !== size && "right" === iconMode && react_1.default.createElement(react_1.default.Fragment, null, react_1.default.createElement(hybrid_1.Spacing, { size: "large" === size || "rlarge" === size ? "spacing_b" : "spacing_a", spacingType: "width" }), react_1.default.createElement(hybrid_1.Icon, { iconName: iconName, size: "large" === size || "rlarge" === size ? 20 : 16, colorKey: iconColor(), fillType: iconFillType }))); }
1857
+ var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6, templateObject_7, templateObject_8, templateObject_9, templateObject_10, templateObject_11, templateObject_12, templateObject_13, templateObject_14, templateObject_15, templateObject_16, templateObject_17, templateObject_18, templateObject_19, templateObject_20, templateObject_21, templateObject_22, large = (0, styled_components_1.css)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n height: 48px;\n min-width: 96px;\n padding: 0 ", ";\n ", "\n ", ";\n\n & > div {\n height: 48px;\n line-height: 48px;\n }\n"], ["\n height: 48px;\n min-width: 96px;\n padding: 0 ", ";\n ", "\n ", ";\n\n & > div {\n height: 48px;\n line-height: 48px;\n }\n"])), (function (_a) { return _a.theme.spacing.spacingE; }), (function (_a) { return "round" === _a.shapeType && "border-radius: 14px;"; }), (function (_a) { return "rlarge" === _a.size && "width: 100%"; })), medium = (0, styled_components_1.css)(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n height: 40px;\n min-width: 64px;\n padding: 0 ", ";\n ", "\n\n & > div {\n height: 40px;\n line-height: 40px;\n }\n"], ["\n height: 40px;\n min-width: 64px;\n padding: 0 ", ";\n ", "\n\n & > div {\n height: 40px;\n line-height: 40px;\n }\n"])), (function (_a) { return _a.theme.spacing.spacingE; }), (function (_a) { return "round" === _a.shapeType && "border-radius: 14px;"; })), small = (0, styled_components_1.css)(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n height: 32px;\n min-width: 48px;\n padding: 0 ", ";\n ", "\n\n & > div {\n height: 32px;\n line-height: 32px;\n }\n"], ["\n height: 32px;\n min-width: 48px;\n padding: 0 ", ";\n ", "\n\n & > div {\n height: 32px;\n line-height: 32px;\n }\n"])), (function (_a) { return _a.theme.spacing.spacingD; }), (function (_a) { return "round" === _a.shapeType && "border-radius: 10px;"; })), xsmall = (0, styled_components_1.css)(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n height: 24px;\n min-width: 48px;\n padding: 0 ", ";\n ", "\n\n & > div {\n height: 24px;\n line-height: 24px;\n }\n"], ["\n height: 24px;\n min-width: 48px;\n padding: 0 ", ";\n ", "\n\n & > div {\n height: 24px;\n line-height: 24px;\n }\n"])), (function (_a) { return _a.theme.spacing.spacingD; }), (function (_a) { return "round" === _a.shapeType && "border-radius: 8px;"; })), fillDisabled = (0, styled_components_1.css)(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n background-color: ", ";\n"], ["\n background-color: ", ";\n"])), (function (_a) { return _a.theme.ui_cpnt_button_fill_base_disabled; })), fill = (0, styled_components_1.css)(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n background-color: ", ";\n border: none;\n position: relative;\n\n &::before {\n content: '';\n border-radius: inherit;\n position: absolute;\n background-color: transparent;\n height: 100%;\n width: 100%;\n padding: 0;\n ", "\n }\n\n &:hover:not([disabled])::before {\n background-color: ", ";\n }\n\n &:active:not([disabled])::before {\n background-color: ", ";\n }\n\n ", "\n"], ["\n background-color: ", ";\n border: none;\n position: relative;\n\n &::before {\n content: '';\n border-radius: inherit;\n position: absolute;\n background-color: transparent;\n height: 100%;\n width: 100%;\n padding: 0;\n ", "\n }\n\n &:hover:not([disabled])::before {\n background-color: ", ";\n }\n\n &:active:not([disabled])::before {\n background-color: ", ";\n }\n\n ", "\n"])), (function (_a) { return _a.theme.ui_cpnt_button_fill_base_primary; }), transitionStyle_1.ButtonTransition, (function (_a) { var theme = _a.theme; return !_a.isSubmitting && theme.ui_cpnt_button_fill_on_base_hover; }), (function (_a) { var theme = _a.theme; return !_a.isSubmitting && theme.ui_cpnt_button_fill_on_base_pressed; }), (function (_a) { return _a.disabled && fillDisabled; })), none = (0, styled_components_1.css)(templateObject_7 || (templateObject_7 = __makeTemplateObject(["\n border: solid 1px ", ";\n"], ["\n border: solid 1px ", ";\n"])), (function (_a) { return _a.theme.ui_cpnt_button_line_border_enabled; })), line1 = (0, styled_components_1.css)(templateObject_8 || (templateObject_8 = __makeTemplateObject(["\n border: solid 1px ", ";\n"], ["\n border: solid 1px ", ";\n"])), (function (_a) { return _a.theme.ui_cpnt_button_line_border_error; })), line2 = (0, styled_components_1.css)(templateObject_9 || (templateObject_9 = __makeTemplateObject(["\n border: solid 1px ", ";\n"], ["\n border: solid 1px ", ";\n"])), (function (_a) { return _a.theme.ui_cpnt_button_line_border_primary; })), line3 = (0, styled_components_1.css)(templateObject_10 || (templateObject_10 = __makeTemplateObject(["\n border: solid 1px ", ";\n background-color: ", ";\n\n &:hover:not([disabled]) {\n background-color: ", ";\n }\n\n &:active:not([disabled]) {\n background-color: ", ";\n }\n"], ["\n border: solid 1px ", ";\n background-color: ", ";\n\n &:hover:not([disabled]) {\n background-color: ", ";\n }\n\n &:active:not([disabled]) {\n background-color: ", ";\n }\n"])), (function (_a) { return _a.theme.ui_cpnt_button_line_border_darktheme_enabled; }), (function (_a) { return _a.theme.ui_cpnt_button_line_base_darktheme_default; }), (function (_a) { var theme = _a.theme; return !_a.isSubmitting && theme.ui_cpnt_button_line_base_darktheme_hover; }), (function (_a) { var theme = _a.theme; return !_a.isSubmitting && theme.ui_cpnt_button_line_base_darktheme_pressed; })), lineDisabled = (0, styled_components_1.css)(templateObject_11 || (templateObject_11 = __makeTemplateObject(["\n background-color: ", ";\n border: solid 1px\n ", ";\n"], ["\n background-color: ", ";\n border: solid 1px\n ", ";\n"])), (function (_a) { var theme = _a.theme; return "line3" === _a.colorTheme ? theme.ui_cpnt_button_line_base_darktheme_default : theme.ui_cpnt_button_line_base_default; }), (function (_a) { var theme = _a.theme; return "line3" === _a.colorTheme ? theme.ui_cpnt_button_line_border_darktheme_disabled : theme.ui_cpnt_button_line_border_disabled; })), line = (0, styled_components_1.css)(templateObject_12 || (templateObject_12 = __makeTemplateObject(["\n background-color: ", ";\n\n &:hover:not([disabled]) {\n background-color: ", ";\n }\n\n &:active:not([disabled]) {\n background-color: ", ";\n }\n\n &::before {\n content: '';\n display: none;\n }\n ", "\n\n ", ";\n\n ", "\n"], ["\n background-color: ", ";\n\n &:hover:not([disabled]) {\n background-color: ", ";\n }\n\n &:active:not([disabled]) {\n background-color: ", ";\n }\n\n &::before {\n content: '';\n display: none;\n }\n ", "\n\n ", ";\n\n ", "\n"])), (function (_a) { return _a.theme.ui_cpnt_button_line_base_default; }), (function (_a) { var theme = _a.theme; return !_a.isSubmitting && theme.ui_cpnt_button_line_base_hover; }), (function (_a) { var theme = _a.theme; return !_a.isSubmitting && theme.ui_cpnt_button_line_base_pressed; }), transitionStyle_1.ButtonTransition, (function (_a) { var colorTheme = _a.colorTheme; return "none" === colorTheme ? none : "line1" === colorTheme ? line1 : "line2" === colorTheme ? line2 : "line3" === colorTheme ? line3 : void 0; }), (function (_a) { return _a.disabled && lineDisabled; })), primaryDisabled = (0, styled_components_1.css)(templateObject_13 || (templateObject_13 = __makeTemplateObject(["\n background-color: ", ";\n"], ["\n background-color: ", ";\n"])), (function (_a) { return _a.theme.ui_cpnt_button_fill_base_disabled; })), primary1 = (0, styled_components_1.css)(templateObject_14 || (templateObject_14 = __makeTemplateObject(["\n background-color: ", ";\n"], ["\n background-color: ", ";\n"])), (function (_a) { return _a.theme.ui_cpnt_button_primary_variation_base_enabled; })), primary = (0, styled_components_1.css)(templateObject_15 || (templateObject_15 = __makeTemplateObject(["\n background-color: ", ";\n border: none;\n position: relative;\n\n &::before {\n content: '';\n border-radius: inherit;\n position: absolute;\n background-color: transparent;\n height: 100%;\n width: 100%;\n padding: 0;\n ", "\n }\n\n &:hover:not([disabled])::before {\n background-color: ", ";\n }\n\n &:active:not([disabled])::before {\n background-color: ", ";\n }\n\n ", "\n ", "\n"], ["\n background-color: ", ";\n border: none;\n position: relative;\n\n &::before {\n content: '';\n border-radius: inherit;\n position: absolute;\n background-color: transparent;\n height: 100%;\n width: 100%;\n padding: 0;\n ", "\n }\n\n &:hover:not([disabled])::before {\n background-color: ", ";\n }\n\n &:active:not([disabled])::before {\n background-color: ", ";\n }\n\n ", "\n ", "\n"])), (function (_a) { return _a.theme.ui_cpnt_button_fill_base_primary; }), transitionStyle_1.ButtonTransition, (function (_a) { var theme = _a.theme; return !_a.isSubmitting && theme.ui_cpnt_button_fill_on_base_hover; }), (function (_a) { var theme = _a.theme; return !_a.isSubmitting && theme.ui_cpnt_button_fill_on_base_pressed; }), (function (_a) { return "primary1" === _a.colorTheme && primary1; }), (function (_a) { return _a.disabled && primaryDisabled; })), secondary1Disabled = (0, styled_components_1.css)(templateObject_16 || (templateObject_16 = __makeTemplateObject(["\n background-color: ", ";\n"], ["\n background-color: ", ";\n"])), (function (_a) { return _a.theme.ui_cpnt_button_secondary_variation_base_default; })), secondaryDisabled = (0, styled_components_1.css)(templateObject_17 || (templateObject_17 = __makeTemplateObject(["\n background-color: ", ";\n\n ", "\n"], ["\n background-color: ", ";\n\n ", "\n"])), (function (_a) { return _a.theme.ui_cpnt_button_line_base_hover; }), (function (_a) { return "secondary1" === _a.colorTheme && secondary1Disabled; })), secondary1 = (0, styled_components_1.css)(templateObject_18 || (templateObject_18 = __makeTemplateObject(["\n background-color: ", ";\n\n &:hover:not([disabled]) {\n background-color: ", ";\n }\n\n &:active:not([disabled]) {\n background-color: ", ";\n }\n\n &::before {\n content: '';\n display: none;\n }\n\n ", "\n"], ["\n background-color: ", ";\n\n &:hover:not([disabled]) {\n background-color: ", ";\n }\n\n &:active:not([disabled]) {\n background-color: ", ";\n }\n\n &::before {\n content: '';\n display: none;\n }\n\n ", "\n"])), (function (_a) { return _a.theme.ui_cpnt_button_secondary_variation_base_default; }), (function (_a) { return _a.theme.ui_cpnt_button_secondary_variation_base_hover; }), (function (_a) { return _a.theme.ui_cpnt_button_secondary_variation_base_pressed; }), transitionStyle_1.ButtonTransition), secondary = (0, styled_components_1.css)(templateObject_19 || (templateObject_19 = __makeTemplateObject(["\n background-color: ", ";\n border: none;\n position: relative;\n\n &::before {\n content: '';\n border-radius: inherit;\n position: absolute;\n background-color: transparent;\n height: 100%;\n width: 100%;\n padding: 0;\n ", "\n }\n\n &:hover:not([disabled])::before {\n background-color: ", ";\n }\n\n &:active:not([disabled])::before {\n background-color: ", ";\n }\n\n ", "\n ", "\n"], ["\n background-color: ", ";\n border: none;\n position: relative;\n\n &::before {\n content: '';\n border-radius: inherit;\n position: absolute;\n background-color: transparent;\n height: 100%;\n width: 100%;\n padding: 0;\n ", "\n }\n\n &:hover:not([disabled])::before {\n background-color: ", ";\n }\n\n &:active:not([disabled])::before {\n background-color: ", ";\n }\n\n ", "\n ", "\n"])), (function (_a) { return _a.theme.ui_cpnt_button_line_base_hover; }), transitionStyle_1.ButtonTransition, (function (_a) { var theme = _a.theme; return !_a.isSubmitting && theme.ui_cpnt_button_secondary_on_base_hover; }), (function (_a) { var theme = _a.theme; return !_a.isSubmitting && theme.ui_cpnt_button_secondary_on_base_pressed; }), (function (_a) { return "secondary1" === _a.colorTheme && secondary1; }), (function (_a) { return _a.disabled && secondaryDisabled; })), S_UploadMainButton = styled_components_1.default.label(templateObject_20 || (templateObject_20 = __makeTemplateObject(["\n align-items: center;\n background-color: transparent;\n border: 1px solid transparent;\n box-sizing: border-box;\n cursor: ", ";\n display: inline-flex;\n justify-content: center;\n\n & > div {\n font-weight: ", ";\n }\n\n ", "\n ", "\n ", "\n ", ";\n"], ["\n align-items: center;\n background-color: transparent;\n border: 1px solid transparent;\n box-sizing: border-box;\n cursor: ", ";\n display: inline-flex;\n justify-content: center;\n\n & > div {\n font-weight: ", ";\n }\n\n ", "\n ", "\n ", "\n ", ";\n"])), (function (_a) { return _a.disabled ? "default" : "pointer"; }), (function (_a) { var theme = _a.theme, fontWeight = _a.fontWeight; return fontWeight && { bold: theme.fontWeight.bold, regular: theme.fontWeight.normal }[fontWeight]; }), (function (_a) { var styleTheme = _a.styleTheme; return styleTheme && { primary: primary, secondary: secondary }[styleTheme]; }), (function (_a) { var fillType = _a.fillType; return fillType && { fill: fill, line: line }[fillType]; }), (function (_a) { var size = _a.size; return size && { large: large, medium: medium, small: small, xsmall: xsmall, rlarge: large }[size]; }), (function (_a) { return "use" === _a.responsiveMode && "width: 100%"; })), S_LoadingUploadMainButton = (0, styled_components_1.default)(S_UploadMainButton)(templateObject_21 || (templateObject_21 = __makeTemplateObject(["\n ", "\n"], ["\n ", "\n"])), styles_1.skeletonLoadingStyle), S_SubmittingUploadMainButton = (0, styled_components_1.default)(S_UploadMainButton)(templateObject_22 || (templateObject_22 = __makeTemplateObject(["\n cursor: default;\n"], ["\n cursor: default;\n"])));
1852
1858
  exports.default = UploadMainButton;
1853
1859
  try {
1854
- UploadMainButton.displayName = "UploadMainButton", UploadMainButton.__docgenInfo = { description: "", displayName: "UploadMainButton", props: { text: { defaultValue: null, description: "", name: "text", required: !1, type: { name: "PDSTextType" } }, shapeType: { defaultValue: { value: "round" }, description: "", name: "shapeType", required: !1, type: { name: "enum", value: [{ value: '"round"' }, { value: '"rectangle"' }] } }, fillType: { defaultValue: null, description: "", name: "fillType", required: !1, type: { name: "enum", value: [{ value: '"fill"' }, { value: '"line"' }] } }, styleTheme: { defaultValue: { value: "primary" }, description: "", name: "styleTheme", required: !1, type: { name: "enum", value: [{ value: '"primary"' }, { value: '"secondary"' }] } }, size: { defaultValue: { value: "large" }, description: "", name: "size", required: !1, type: { name: "enum", value: [{ value: '"medium"' }, { value: '"small"' }, { value: '"large"' }, { value: '"rlarge"' }, { value: '"xsmall"' }] } }, responsiveMode: { defaultValue: { value: "none" }, description: "", name: "responsiveMode", required: !1, type: { name: "enum", value: [{ value: '"none"' }, { value: '"use"' }] } }, fontWeight: { defaultValue: null, description: "", name: "fontWeight", required: !1, type: { name: "enum", value: [{ value: '"regular"' }, { value: '"bold"' }] } }, iconMode: { defaultValue: { value: "none" }, description: "", name: "iconMode", required: !1, type: { name: "enum", value: [{ value: '"none"' }, { value: '"left"' }, { value: '"right"' }] } }, iconFillType: { defaultValue: { value: "line" }, description: "", name: "iconFillType", required: !1, type: { name: "enum", value: [{ value: '"fill"' }, { value: '"line"' }] } }, iconName: { defaultValue: { value: "ic_upload" }, description: "", name: "iconName", required: !1, type: { name: "enum", value: [{ value: '"ic_arrow_down"' }, { value: '"ic_arrow_up"' }, { value: '"ic_bell"' }, { value: '"ic_bookmark"' }, { value: '"ic_call"' }, { value: '"ic_call_end"' }, { value: '"ic_camera"' }, { value: '"ic_chat"' }, { value: '"ic_chat_counseling"' }, { value: '"ic_chat_crm"' }, { value: '"ic_chat_off"' }, { value: '"ic_checkbox_indeterminate"' }, { value: '"ic_checkbox_on"' }, { value: '"ic_cloud_download"' }, { value: '"ic_delete"' }, { value: '"ic_downloaded"' }, { value: '"ic_edit"' }, { value: '"ic_eye"' }, { value: '"ic_eye_close"' }, { value: '"ic_face"' }, { value: '"ic_heart"' }, { value: '"ic_help_window"' }, { value: '"ic_live"' }, { value: '"ic_login"' }, { value: '"ic_mic_off"' }, { value: '"ic_mic_on"' }, { value: '"ic_more"' }, { value: '"ic_paper_plane"' }, { value: '"ic_photo"' }, { value: '"ic_pin"' }, { value: '"ic_post_free"' }, { value: '"ic_post_notice"' }, { value: '"ic_post_social"' }, { value: '"ic_question"' }, { value: '"ic_reply"' }, { value: '"ic_setting"' }, { value: '"ic_speaker_off"' }, { value: '"ic_speaker_wave_1"' }, { value: '"ic_speaker_wave_2"' }, { value: '"ic_split_screen"' }, { value: '"ic_star"' }, { value: '"ic_subscribers"' }, { value: '"ic_thumb_down"' }, { value: '"ic_thumb_up"' }, { value: '"ic_toggle_down"' }, { value: '"ic_toggle_up"' }, { value: '"ic_verified"' }, { value: '"ic_video"' }, { value: '"ic_videocall"' }, { value: '"ic_videocall_pro"' }, { value: '"ic_video_episodes"' }, { value: '"ic_video_off"' }, { value: '"ic_video_pause"' }, { value: '"ic_video_play"' }, { value: '"ic_video_play_circle"' }, { value: '"ic_video_resolution"' }, { value: '"ic_video_subtitle"' }, { value: '"ic_vodplus"' }, { value: '"ic_analytics_search_tools"' }, { value: '"ic_arrow_down_bold"' }, { value: '"ic_arrow_left"' }, { value: '"ic_arrow_left_2"' }, { value: '"ic_arrow_left_bold"' }, { value: '"ic_arrow_left_thin"' }, { value: '"ic_arrow_right"' }, { value: '"ic_arrow_right_2"' }, { value: '"ic_arrow_right_bold"' }, { value: '"ic_arrow_right_thin"' }, { value: '"ic_arrow_round_left"' }, { value: '"ic_arrow_up_bold"' }, { value: '"ic_bell_notification"' }, { value: '"ic_booking"' }, { value: '"ic_booking_completed"' }, { value: '"ic_booking_history"' }, { value: '"ic_booking_papp"' }, { value: '"ic_booking_ticket"' }, { value: '"ic_business"' }, { value: '"ic_channel"' }, { value: '"ic_channel_setting"' }, { value: '"ic_check"' }, { value: '"ic_checkbox_off"' }, { value: '"ic_clip"' }, { value: '"ic_coins"' }, { value: '"ic_confetti"' }, { value: '"ic_cont_watching"' }, { value: '"ic_copy"' }, { value: '"ic_cs"' }, { value: '"ic_dashboard"' }, { value: '"ic_design_preference"' }, { value: '"ic_developer"' }, { value: '"ic_device_app"' }, { value: '"ic_device_desktop"' }, { value: '"ic_device_mobile"' }, { value: '"ic_download"' }, { value: '"ic_dynamic_layout"' }, { value: '"ic_editor"' }, { value: '"ic_editor_left_side"' }, { value: '"ic_editor_right_side"' }, { value: '"ic_end"' }, { value: '"ic_error"' }, { value: '"ic_filter"' }, { value: '"ic_folder"' }, { value: '"ic_ghost"' }, { value: '"ic_heart_care"' }, { value: '"ic_home"' }, { value: '"ic_information"' }, { value: '"ic_internal"' }, { value: '"ic_language"' }, { value: '"ic_links"' }, { value: '"ic_live_broadcast"' }, { value: '"ic_live_commerce"' }, { value: '"ic_live_concert"' }, { value: '"ic_live_event"' }, { value: '"ic_live_personal"' }, { value: '"ic_lock"' }, { value: '"ic_mail"' }, { value: '"ic_menu"' }, { value: '"ic_minus_circle"' }, { value: '"ic_news"' }, { value: '"ic_open_page"' }, { value: '"ic_order"' }, { value: '"ic_pages"' }, { value: '"ic_page_size_expand"' }, { value: '"ic_page_size_reduce"' }, { value: '"ic_papp"' }, { value: '"ic_papp_type"' }, { value: '"ic_payment"' }, { value: '"ic_payment_free_trial"' }, { value: '"ic_payment_gift"' }, { value: '"ic_payment_onetime"' }, { value: '"ic_payment_regularly"' }, { value: '"ic_payment_setting"' }, { value: '"ic_photo_multiple"' }, { value: '"ic_plan"' }, { value: '"ic_plus"' }, { value: '"ic_plus_circle"' }, { value: '"ic_post_article"' }, { value: '"ic_post_blog"' }, { value: '"ic_post_column"' }, { value: '"ic_post_community_p"' }, { value: '"ic_post_inquiry"' }, { value: '"ic_post_magazine"' }, { value: '"ic_post_paper_plane"' }, { value: '"ic_post_photobook"' }, { value: '"ic_post_promotion"' }, { value: '"ic_post_promotion_p"' }, { value: '"ic_post_vote"' }, { value: '"ic_post_welcome"' }, { value: '"ic_profit"' }, { value: '"ic_qr"' }, { value: '"ic_radio_off"' }, { value: '"ic_radio_on"' }, { value: '"ic_report"' }, { value: '"ic_requirement"' }, { value: '"ic_rocket"' }, { value: '"ic_sales"' }, { value: '"ic_search"' }, { value: '"ic_section_content_32"' }, { value: '"ic_section_content_40"' }, { value: '"ic_section_contents_carousel_32"' }, { value: '"ic_section_contents_carousel_40"' }, { value: '"ic_section_divider_32"' }, { value: '"ic_section_divider_40"' }, { value: '"ic_section_footer_32"' }, { value: '"ic_section_footer_40"' }, { value: '"ic_section_info_box_32"' }, { value: '"ic_section_info_box_40"' }, { value: '"ic_section_intro_32"' }, { value: '"ic_section_intro_40"' }, { value: '"ic_section_map_32"' }, { value: '"ic_section_map_40"' }, { value: '"ic_section_price_box_32"' }, { value: '"ic_section_price_box_40"' }, { value: '"ic_section_products_carousel_32"' }, { value: '"ic_section_products_carousel_40"' }, { value: '"ic_section_review_32"' }, { value: '"ic_section_review_40"' }, { value: '"ic_section_slider_32"' }, { value: '"ic_section_slider_40"' }, { value: '"ic_section_tab_32"' }, { value: '"ic_section_tab_40"' }, { value: '"ic_seller_info"' }, { value: '"ic_seller_intro"' }, { value: '"ic_seller_page"' }, { value: '"ic_series"' }, { value: '"ic_series_list"' }, { value: '"ic_settlement"' }, { value: '"ic_share"' }, { value: '"ic_slideBanner"' }, { value: '"ic_sort"' }, { value: '"ic_standard_banner"' }, { value: '"ic_success"' }, { value: '"ic_ten_sec_back"' }, { value: '"ic_ten_sec_back_arrow"' }, { value: '"ic_ten_sec_forward"' }, { value: '"ic_ten_sec_forward_arrow"' }, { value: '"ic_time"' }, { value: '"ic_trashcan"' }, { value: '"ic_unavailable"' }, { value: '"ic_unlock"' }, { value: '"ic_upload"' }, { value: '"ic_video_guide"' }, { value: '"ic_video_pip"' }, { value: '"ic_video_playback_speed"' }, { value: '"ic_video_playlist"' }, { value: '"ic_vod"' }, { value: '"ic_vodclass"' }, { value: '"ic_vods"' }, { value: '"ic_vod_shorts"' }, { value: '"ic_warning"' }, { value: '"ic_weblink"' }, { value: '"ic_xmark"' }] } }, colorTheme: { defaultValue: { value: "none" }, description: "", name: "colorTheme", required: !1, type: { name: "enum", value: [{ value: '"none"' }, { value: '"line1"' }, { value: '"line2"' }, { value: '"line3"' }] } }, state: { defaultValue: { value: "normal" }, description: "", name: "state", required: !1, type: { name: "enum", value: [{ value: '"normal"' }, { value: '"disabled"' }] } }, accept: { defaultValue: { value: "*" }, description: "", name: "accept", required: !1, type: { name: "string" } }, multipleMode: { defaultValue: { value: "none" }, description: "", name: "multipleMode", required: !1, type: { name: "enum", value: [{ value: '"none"' }, { value: '"use"' }] } }, isLoading: { defaultValue: null, description: "", name: "isLoading", required: !1, type: { name: "boolean" } }, isSubmitting: { defaultValue: null, description: "", name: "isSubmitting", required: !1, type: { name: "boolean" } }, onClick: { defaultValue: null, description: "", name: "onClick", required: !1, type: { name: "((e: ChangeEvent<HTMLInputElement>) => void)" } } } }, "undefined" != typeof STORYBOOK_REACT_CLASSES && (STORYBOOK_REACT_CLASSES["src/desktop/components/UploadMainButton/UploadMainButton.tsx#UploadMainButton"] = { docgenInfo: UploadMainButton.__docgenInfo, name: "UploadMainButton", path: "src/desktop/components/UploadMainButton/UploadMainButton.tsx#UploadMainButton" });
1860
+ UploadMainButton.displayName = "UploadMainButton", UploadMainButton.__docgenInfo = { description: "", displayName: "UploadMainButton", props: { text: { defaultValue: null, description: "", name: "text", required: !1, type: { name: "PDSTextType" } }, shapeType: { defaultValue: { value: "round" }, description: "", name: "shapeType", required: !1, type: { name: "enum", value: [{ value: '"round"' }, { value: '"rectangle"' }] } }, fillType: { defaultValue: null, description: "", name: "fillType", required: !1, type: { name: "enum", value: [{ value: '"fill"' }, { value: '"line"' }] } }, styleTheme: { defaultValue: { value: "primary" }, description: "", name: "styleTheme", required: !1, type: { name: "enum", value: [{ value: '"primary"' }, { value: '"secondary"' }] } }, size: { defaultValue: { value: "large" }, description: "", name: "size", required: !1, type: { name: "enum", value: [{ value: '"medium"' }, { value: '"small"' }, { value: '"large"' }, { value: '"rlarge"' }, { value: '"xsmall"' }] } }, responsiveMode: { defaultValue: { value: "none" }, description: "", name: "responsiveMode", required: !1, type: { name: "enum", value: [{ value: '"none"' }, { value: '"use"' }] } }, fontWeight: { defaultValue: null, description: "", name: "fontWeight", required: !1, type: { name: "enum", value: [{ value: '"regular"' }, { value: '"bold"' }] } }, iconMode: { defaultValue: { value: "none" }, description: "", name: "iconMode", required: !1, type: { name: "enum", value: [{ value: '"none"' }, { value: '"left"' }, { value: '"right"' }] } }, iconFillType: { defaultValue: { value: "line" }, description: "", name: "iconFillType", required: !1, type: { name: "enum", value: [{ value: '"fill"' }, { value: '"line"' }] } }, iconName: { defaultValue: { value: "ic_upload" }, description: "", name: "iconName", required: !1, type: { name: "enum", value: [{ value: '"ic_arrow_down"' }, { value: '"ic_arrow_up"' }, { value: '"ic_bell"' }, { value: '"ic_bookmark"' }, { value: '"ic_call"' }, { value: '"ic_call_end"' }, { value: '"ic_camera"' }, { value: '"ic_chat"' }, { value: '"ic_chat_counseling"' }, { value: '"ic_chat_crm"' }, { value: '"ic_chat_off"' }, { value: '"ic_checkbox_indeterminate"' }, { value: '"ic_checkbox_on"' }, { value: '"ic_cloud_download"' }, { value: '"ic_delete"' }, { value: '"ic_downloaded"' }, { value: '"ic_edit"' }, { value: '"ic_eye"' }, { value: '"ic_eye_close"' }, { value: '"ic_face"' }, { value: '"ic_heart"' }, { value: '"ic_help_window"' }, { value: '"ic_live"' }, { value: '"ic_login"' }, { value: '"ic_mic_off"' }, { value: '"ic_mic_on"' }, { value: '"ic_more"' }, { value: '"ic_paper_plane"' }, { value: '"ic_photo"' }, { value: '"ic_pin"' }, { value: '"ic_post_free"' }, { value: '"ic_post_notice"' }, { value: '"ic_post_social"' }, { value: '"ic_question"' }, { value: '"ic_reply"' }, { value: '"ic_setting"' }, { value: '"ic_speaker_off"' }, { value: '"ic_speaker_wave_1"' }, { value: '"ic_speaker_wave_2"' }, { value: '"ic_split_screen"' }, { value: '"ic_star"' }, { value: '"ic_subscribers"' }, { value: '"ic_thumb_down"' }, { value: '"ic_thumb_up"' }, { value: '"ic_toggle_down"' }, { value: '"ic_toggle_up"' }, { value: '"ic_verified"' }, { value: '"ic_video"' }, { value: '"ic_videocall"' }, { value: '"ic_videocall_pro"' }, { value: '"ic_video_episodes"' }, { value: '"ic_video_off"' }, { value: '"ic_video_pause"' }, { value: '"ic_video_play"' }, { value: '"ic_video_play_circle"' }, { value: '"ic_video_resolution"' }, { value: '"ic_video_subtitle"' }, { value: '"ic_vodplus"' }, { value: '"ic_analytics_search_tools"' }, { value: '"ic_arrow_down_bold"' }, { value: '"ic_arrow_left"' }, { value: '"ic_arrow_left_2"' }, { value: '"ic_arrow_left_bold"' }, { value: '"ic_arrow_left_thin"' }, { value: '"ic_arrow_right"' }, { value: '"ic_arrow_right_2"' }, { value: '"ic_arrow_right_bold"' }, { value: '"ic_arrow_right_thin"' }, { value: '"ic_arrow_round_left"' }, { value: '"ic_arrow_up_bold"' }, { value: '"ic_bell_notification"' }, { value: '"ic_booking"' }, { value: '"ic_booking_completed"' }, { value: '"ic_booking_history"' }, { value: '"ic_booking_papp"' }, { value: '"ic_booking_ticket"' }, { value: '"ic_business"' }, { value: '"ic_channel"' }, { value: '"ic_channel_setting"' }, { value: '"ic_check"' }, { value: '"ic_checkbox_off"' }, { value: '"ic_clip"' }, { value: '"ic_coins"' }, { value: '"ic_confetti"' }, { value: '"ic_cont_watching"' }, { value: '"ic_copy"' }, { value: '"ic_cs"' }, { value: '"ic_dashboard"' }, { value: '"ic_design_preference"' }, { value: '"ic_developer"' }, { value: '"ic_device_app"' }, { value: '"ic_device_desktop"' }, { value: '"ic_device_mobile"' }, { value: '"ic_download"' }, { value: '"ic_dynamic_layout"' }, { value: '"ic_editor"' }, { value: '"ic_editor_left_side"' }, { value: '"ic_editor_right_side"' }, { value: '"ic_end"' }, { value: '"ic_error"' }, { value: '"ic_filter"' }, { value: '"ic_folder"' }, { value: '"ic_ghost"' }, { value: '"ic_heart_care"' }, { value: '"ic_home"' }, { value: '"ic_information"' }, { value: '"ic_internal"' }, { value: '"ic_language"' }, { value: '"ic_links"' }, { value: '"ic_live_broadcast"' }, { value: '"ic_live_commerce"' }, { value: '"ic_live_concert"' }, { value: '"ic_live_event"' }, { value: '"ic_live_personal"' }, { value: '"ic_lock"' }, { value: '"ic_mail"' }, { value: '"ic_menu"' }, { value: '"ic_minus_circle"' }, { value: '"ic_news"' }, { value: '"ic_open_page"' }, { value: '"ic_order"' }, { value: '"ic_pages"' }, { value: '"ic_page_size_expand"' }, { value: '"ic_page_size_reduce"' }, { value: '"ic_papp"' }, { value: '"ic_papp_type"' }, { value: '"ic_payment"' }, { value: '"ic_payment_free_trial"' }, { value: '"ic_payment_gift"' }, { value: '"ic_payment_onetime"' }, { value: '"ic_payment_regularly"' }, { value: '"ic_payment_setting"' }, { value: '"ic_photo_multiple"' }, { value: '"ic_plan"' }, { value: '"ic_plus"' }, { value: '"ic_plus_circle"' }, { value: '"ic_post_article"' }, { value: '"ic_post_blog"' }, { value: '"ic_post_column"' }, { value: '"ic_post_community_p"' }, { value: '"ic_post_inquiry"' }, { value: '"ic_post_magazine"' }, { value: '"ic_post_paper_plane"' }, { value: '"ic_post_photobook"' }, { value: '"ic_post_promotion"' }, { value: '"ic_post_promotion_p"' }, { value: '"ic_post_vote"' }, { value: '"ic_post_welcome"' }, { value: '"ic_profit"' }, { value: '"ic_qr"' }, { value: '"ic_radio_off"' }, { value: '"ic_radio_on"' }, { value: '"ic_report"' }, { value: '"ic_requirement"' }, { value: '"ic_rocket"' }, { value: '"ic_sales"' }, { value: '"ic_search"' }, { value: '"ic_section_content_32"' }, { value: '"ic_section_content_40"' }, { value: '"ic_section_contents_carousel_32"' }, { value: '"ic_section_contents_carousel_40"' }, { value: '"ic_section_divider_32"' }, { value: '"ic_section_divider_40"' }, { value: '"ic_section_footer_32"' }, { value: '"ic_section_footer_40"' }, { value: '"ic_section_info_box_32"' }, { value: '"ic_section_info_box_40"' }, { value: '"ic_section_intro_32"' }, { value: '"ic_section_intro_40"' }, { value: '"ic_section_map_32"' }, { value: '"ic_section_map_40"' }, { value: '"ic_section_price_box_32"' }, { value: '"ic_section_price_box_40"' }, { value: '"ic_section_products_carousel_32"' }, { value: '"ic_section_products_carousel_40"' }, { value: '"ic_section_review_32"' }, { value: '"ic_section_review_40"' }, { value: '"ic_section_slider_32"' }, { value: '"ic_section_slider_40"' }, { value: '"ic_section_tab_32"' }, { value: '"ic_section_tab_40"' }, { value: '"ic_seller_info"' }, { value: '"ic_seller_intro"' }, { value: '"ic_seller_page"' }, { value: '"ic_series"' }, { value: '"ic_series_list"' }, { value: '"ic_settlement"' }, { value: '"ic_share"' }, { value: '"ic_slideBanner"' }, { value: '"ic_sort"' }, { value: '"ic_standard_banner"' }, { value: '"ic_success"' }, { value: '"ic_ten_sec_back"' }, { value: '"ic_ten_sec_back_arrow"' }, { value: '"ic_ten_sec_forward"' }, { value: '"ic_ten_sec_forward_arrow"' }, { value: '"ic_time"' }, { value: '"ic_trashcan"' }, { value: '"ic_unavailable"' }, { value: '"ic_unlock"' }, { value: '"ic_upload"' }, { value: '"ic_video_guide"' }, { value: '"ic_video_pip"' }, { value: '"ic_video_playback_speed"' }, { value: '"ic_video_playlist"' }, { value: '"ic_vod"' }, { value: '"ic_vodclass"' }, { value: '"ic_vods"' }, { value: '"ic_vod_shorts"' }, { value: '"ic_warning"' }, { value: '"ic_weblink"' }, { value: '"ic_xmark"' }] } }, colorTheme: { defaultValue: { value: "none" }, description: "", name: "colorTheme", required: !1, type: { name: "enum", value: [{ value: '"none"' }, { value: '"line1"' }, { value: '"line2"' }, { value: '"line3"' }, { value: '"primary1"' }, { value: '"secondary1"' }] } }, state: { defaultValue: { value: "normal" }, description: "", name: "state", required: !1, type: { name: "enum", value: [{ value: '"normal"' }, { value: '"disabled"' }] } }, accept: { defaultValue: { value: "*" }, description: "", name: "accept", required: !1, type: { name: "string" } }, multipleMode: { defaultValue: { value: "none" }, description: "", name: "multipleMode", required: !1, type: { name: "enum", value: [{ value: '"none"' }, { value: '"use"' }] } }, isLoading: { defaultValue: null, description: "", name: "isLoading", required: !1, type: { name: "boolean" } }, isSubmitting: { defaultValue: null, description: "", name: "isSubmitting", required: !1, type: { name: "boolean" } }, onClick: { defaultValue: null, description: "", name: "onClick", required: !1, type: { name: "((e: ChangeEvent<HTMLInputElement>) => void)" } } } }, "undefined" != typeof STORYBOOK_REACT_CLASSES && (STORYBOOK_REACT_CLASSES["src/desktop/components/UploadMainButton/UploadMainButton.tsx#UploadMainButton"] = { docgenInfo: UploadMainButton.__docgenInfo, name: "UploadMainButton", path: "src/desktop/components/UploadMainButton/UploadMainButton.tsx#UploadMainButton" });
1855
1861
  }
1856
1862
  catch (__react_docgen_typescript_loader_error) { }
1857
1863
  }, function (module, exports, __webpack_require__) {
@@ -2396,7 +2402,7 @@
2396
2402
  exports.default = Chip;
2397
2403
  var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6, templateObject_7, templateObject_8, S_CategoryChoiceChip = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n border-radius: 20px;\n box-sizing: border-box;\n background-color: ", ";\n display: flex;\n align-items: center;\n justify-content: center;\n height: 40px;\n padding-left: ", ";\n padding-right: ", ";\n\n & > div {\n height: 40px;\n line-height: 40px;\n }\n\n ", ";\n"], ["\n border-radius: 20px;\n box-sizing: border-box;\n background-color: ", ";\n display: flex;\n align-items: center;\n justify-content: center;\n height: 40px;\n padding-left: ", ";\n padding-right: ", ";\n\n & > div {\n height: 40px;\n line-height: 40px;\n }\n\n ", ";\n"])), (function (_a) { var theme = _a.theme; return _a.isActive ? theme.ui_cpnt_chip_fill_base_active_01 : ""; }), (function (_a) { return _a.theme.spacing.spacingD; }), (function (_a) { return _a.theme.spacing.spacingD; }), (function (_a) { var theme = _a.theme; return _a.isActive ? "" : "border: 1px solid " + theme.ui_cpnt_chip_line_border_01; })), S_InfoChip = styled_components_1.default.span(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n align-items: center;\n background-color: ", ";\n border-radius: 12px;\n box-sizing: border-box;\n display: flex;\n height: 24px;\n padding-left: ", ";\n padding-right: ", ";\n\n & > div {\n height: 24px;\n line-height: 24px;\n }\n"], ["\n align-items: center;\n background-color: ", ";\n border-radius: 12px;\n box-sizing: border-box;\n display: flex;\n height: 24px;\n padding-left: ", ";\n padding-right: ", ";\n\n & > div {\n height: 24px;\n line-height: 24px;\n }\n"])), (function (_a) { var theme = _a.theme, overrideBackgroundColorKey = _a.overrideBackgroundColorKey; return overrideBackgroundColorKey ? theme[overrideBackgroundColorKey] : theme.ui_cpnt_chip_fill_base_inactive; }), (function (_a) { return _a.theme.spacing.spacingC; }), (function (_a) { return _a.theme.spacing.spacingC; })), S_RemovableChip = styled_components_1.default.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n background-color: ", ";\n border-radius: 16px;\n box-sizing: border-box;\n height: 32px;\n display: flex;\n align-items: center;\n justify-content: center;\n padding-left: ", ";\n padding-right: ", ";\n\n & > div {\n height: 32px;\n line-height: 32px;\n }\n"], ["\n background-color: ", ";\n border-radius: 16px;\n box-sizing: border-box;\n height: 32px;\n display: flex;\n align-items: center;\n justify-content: center;\n padding-left: ", ";\n padding-right: ", ";\n\n & > div {\n height: 32px;\n line-height: 32px;\n }\n"])), (function (_a) { return _a.theme.ui_cpnt_chip_fill_base_inactive; }), (function (_a) { return _a.theme.spacing.spacingC; }), (function (_a) { return _a.theme.spacing.spacingC; })), S_XIconWrapper = styled_components_1.default.div(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n margin-left: ", ";\n"], ["\n margin-left: ", ";\n"])), (function (_a) { return _a.theme.spacing.spacingB; })), S_FilterSingleChip = styled_components_1.default.div(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n background-color: ", ";\n border-radius: 16px;\n box-sizing: border-box;\n display: flex;\n align-items: center;\n justify-content: center;\n height: 32px;\n padding-left: ", ";\n padding-right: ", ";\n\n & > div {\n height: 32px;\n line-height: 32px;\n }\n"], ["\n background-color: ", ";\n border-radius: 16px;\n box-sizing: border-box;\n display: flex;\n align-items: center;\n justify-content: center;\n height: 32px;\n padding-left: ", ";\n padding-right: ", ";\n\n & > div {\n height: 32px;\n line-height: 32px;\n }\n"])), (function (_a) { var theme = _a.theme; return _a.isActive ? theme.ui_cpnt_chip_fill_base_active_01 : theme.ui_cpnt_chip_fill_base_inactive; }), (function (_a) { return _a.theme.spacing.spacingC; }), (function (_a) { return _a.theme.spacing.spacingC; })), S_LabelChip = styled_components_1.default.div(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n border: 1px solid ", ";\n border-radius: 10px;\n box-sizing: border-box;\n display: flex;\n align-items: center;\n justify-content: center;\n height: 20px;\n padding: 0 ", ";\n\n & > div {\n height: 20px;\n line-height: 20px;\n }\n"], ["\n border: 1px solid ", ";\n border-radius: 10px;\n box-sizing: border-box;\n display: flex;\n align-items: center;\n justify-content: center;\n height: 20px;\n padding: 0 ", ";\n\n & > div {\n height: 20px;\n line-height: 20px;\n }\n"])), (function (_a) { return _a.theme.ui_cpnt_chip_line_border_01; }), (function (_a) { return _a.theme.spacing.spacingB; })), S_TimeChip = styled_components_1.default.div(templateObject_7 || (templateObject_7 = __makeTemplateObject(["\n background-color: ", ";\n border-radius: 10px;\n box-sizing: border-box;\n height: 20px;\n padding: 0 ", ";\n display: flex;\n align-items: center;\n justify-content: center;\n\n & > div {\n height: 20px;\n line-height: 20px;\n }\n"], ["\n background-color: ", ";\n border-radius: 10px;\n box-sizing: border-box;\n height: 20px;\n padding: 0 ", ";\n display: flex;\n align-items: center;\n justify-content: center;\n\n & > div {\n height: 20px;\n line-height: 20px;\n }\n"])), (function (_a) { return _a.theme.ui_cpnt_chip_base_playtime; }), (function (_a) { return _a.theme.spacing.spacingB; })), S_ChipWrapper = styled_components_1.default.div(templateObject_8 || (templateObject_8 = __makeTemplateObject(["\n display: inline-block;\n vertical-align: bottom;\n min-width: fit-content;\n"], ["\n display: inline-block;\n vertical-align: bottom;\n min-width: fit-content;\n"])));
2398
2404
  try {
2399
- Chip.displayName = "Chip", Chip.__docgenInfo = { description: "", displayName: "Chip", props: { displayType: { defaultValue: { value: "filter_single" }, description: "", name: "displayType", required: !1, type: { name: "enum", value: [{ value: '"label"' }, { value: '"time"' }, { value: '"filter_single"' }, { value: '"category_choice"' }, { value: '"filter_multi"' }, { value: '"removable"' }, { value: '"information"' }] } }, text: { defaultValue: null, description: "", name: "text", required: !1, type: { name: "PDSTextType" } }, filterIconMode: { defaultValue: { value: "none" }, description: "", name: "filterIconMode", required: !1, type: { name: "enum", value: [{ value: '"none"' }, { value: '"left"' }] } }, iconFillType: { defaultValue: { value: "line" }, description: "", name: "iconFillType", required: !1, type: { name: "enum", value: [{ value: '"fill"' }, { value: '"line"' }] } }, iconName: { defaultValue: null, description: "", name: "iconName", required: !1, type: { name: "enum", value: [{ value: '"ic_arrow_down"' }, { value: '"ic_arrow_up"' }, { value: '"ic_bell"' }, { value: '"ic_bookmark"' }, { value: '"ic_call"' }, { value: '"ic_call_end"' }, { value: '"ic_camera"' }, { value: '"ic_chat"' }, { value: '"ic_chat_counseling"' }, { value: '"ic_chat_crm"' }, { value: '"ic_chat_off"' }, { value: '"ic_checkbox_indeterminate"' }, { value: '"ic_checkbox_on"' }, { value: '"ic_cloud_download"' }, { value: '"ic_delete"' }, { value: '"ic_downloaded"' }, { value: '"ic_edit"' }, { value: '"ic_eye"' }, { value: '"ic_eye_close"' }, { value: '"ic_face"' }, { value: '"ic_heart"' }, { value: '"ic_help_window"' }, { value: '"ic_live"' }, { value: '"ic_login"' }, { value: '"ic_mic_off"' }, { value: '"ic_mic_on"' }, { value: '"ic_more"' }, { value: '"ic_paper_plane"' }, { value: '"ic_photo"' }, { value: '"ic_pin"' }, { value: '"ic_post_free"' }, { value: '"ic_post_notice"' }, { value: '"ic_post_social"' }, { value: '"ic_question"' }, { value: '"ic_reply"' }, { value: '"ic_setting"' }, { value: '"ic_speaker_off"' }, { value: '"ic_speaker_wave_1"' }, { value: '"ic_speaker_wave_2"' }, { value: '"ic_split_screen"' }, { value: '"ic_star"' }, { value: '"ic_subscribers"' }, { value: '"ic_thumb_down"' }, { value: '"ic_thumb_up"' }, { value: '"ic_toggle_down"' }, { value: '"ic_toggle_up"' }, { value: '"ic_verified"' }, { value: '"ic_video"' }, { value: '"ic_videocall"' }, { value: '"ic_videocall_pro"' }, { value: '"ic_video_episodes"' }, { value: '"ic_video_off"' }, { value: '"ic_video_pause"' }, { value: '"ic_video_play"' }, { value: '"ic_video_play_circle"' }, { value: '"ic_video_resolution"' }, { value: '"ic_video_subtitle"' }, { value: '"ic_vodplus"' }, { value: '"ic_analytics_search_tools"' }, { value: '"ic_arrow_down_bold"' }, { value: '"ic_arrow_left"' }, { value: '"ic_arrow_left_2"' }, { value: '"ic_arrow_left_bold"' }, { value: '"ic_arrow_left_thin"' }, { value: '"ic_arrow_right"' }, { value: '"ic_arrow_right_2"' }, { value: '"ic_arrow_right_bold"' }, { value: '"ic_arrow_right_thin"' }, { value: '"ic_arrow_round_left"' }, { value: '"ic_arrow_up_bold"' }, { value: '"ic_bell_notification"' }, { value: '"ic_booking"' }, { value: '"ic_booking_completed"' }, { value: '"ic_booking_history"' }, { value: '"ic_booking_papp"' }, { value: '"ic_booking_ticket"' }, { value: '"ic_business"' }, { value: '"ic_channel"' }, { value: '"ic_channel_setting"' }, { value: '"ic_check"' }, { value: '"ic_checkbox_off"' }, { value: '"ic_clip"' }, { value: '"ic_coins"' }, { value: '"ic_confetti"' }, { value: '"ic_cont_watching"' }, { value: '"ic_copy"' }, { value: '"ic_cs"' }, { value: '"ic_dashboard"' }, { value: '"ic_design_preference"' }, { value: '"ic_developer"' }, { value: '"ic_device_app"' }, { value: '"ic_device_desktop"' }, { value: '"ic_device_mobile"' }, { value: '"ic_download"' }, { value: '"ic_dynamic_layout"' }, { value: '"ic_editor"' }, { value: '"ic_editor_left_side"' }, { value: '"ic_editor_right_side"' }, { value: '"ic_end"' }, { value: '"ic_error"' }, { value: '"ic_filter"' }, { value: '"ic_folder"' }, { value: '"ic_ghost"' }, { value: '"ic_heart_care"' }, { value: '"ic_home"' }, { value: '"ic_information"' }, { value: '"ic_internal"' }, { value: '"ic_language"' }, { value: '"ic_links"' }, { value: '"ic_live_broadcast"' }, { value: '"ic_live_commerce"' }, { value: '"ic_live_concert"' }, { value: '"ic_live_event"' }, { value: '"ic_live_personal"' }, { value: '"ic_lock"' }, { value: '"ic_mail"' }, { value: '"ic_menu"' }, { value: '"ic_minus_circle"' }, { value: '"ic_news"' }, { value: '"ic_open_page"' }, { value: '"ic_order"' }, { value: '"ic_pages"' }, { value: '"ic_page_size_expand"' }, { value: '"ic_page_size_reduce"' }, { value: '"ic_papp"' }, { value: '"ic_papp_type"' }, { value: '"ic_payment"' }, { value: '"ic_payment_free_trial"' }, { value: '"ic_payment_gift"' }, { value: '"ic_payment_onetime"' }, { value: '"ic_payment_regularly"' }, { value: '"ic_payment_setting"' }, { value: '"ic_photo_multiple"' }, { value: '"ic_plan"' }, { value: '"ic_plus"' }, { value: '"ic_plus_circle"' }, { value: '"ic_post_article"' }, { value: '"ic_post_blog"' }, { value: '"ic_post_column"' }, { value: '"ic_post_community_p"' }, { value: '"ic_post_inquiry"' }, { value: '"ic_post_magazine"' }, { value: '"ic_post_paper_plane"' }, { value: '"ic_post_photobook"' }, { value: '"ic_post_promotion"' }, { value: '"ic_post_promotion_p"' }, { value: '"ic_post_vote"' }, { value: '"ic_post_welcome"' }, { value: '"ic_profit"' }, { value: '"ic_qr"' }, { value: '"ic_radio_off"' }, { value: '"ic_radio_on"' }, { value: '"ic_report"' }, { value: '"ic_requirement"' }, { value: '"ic_rocket"' }, { value: '"ic_sales"' }, { value: '"ic_search"' }, { value: '"ic_section_content_32"' }, { value: '"ic_section_content_40"' }, { value: '"ic_section_contents_carousel_32"' }, { value: '"ic_section_contents_carousel_40"' }, { value: '"ic_section_divider_32"' }, { value: '"ic_section_divider_40"' }, { value: '"ic_section_footer_32"' }, { value: '"ic_section_footer_40"' }, { value: '"ic_section_info_box_32"' }, { value: '"ic_section_info_box_40"' }, { value: '"ic_section_intro_32"' }, { value: '"ic_section_intro_40"' }, { value: '"ic_section_map_32"' }, { value: '"ic_section_map_40"' }, { value: '"ic_section_price_box_32"' }, { value: '"ic_section_price_box_40"' }, { value: '"ic_section_products_carousel_32"' }, { value: '"ic_section_products_carousel_40"' }, { value: '"ic_section_review_32"' }, { value: '"ic_section_review_40"' }, { value: '"ic_section_slider_32"' }, { value: '"ic_section_slider_40"' }, { value: '"ic_section_tab_32"' }, { value: '"ic_section_tab_40"' }, { value: '"ic_seller_info"' }, { value: '"ic_seller_intro"' }, { value: '"ic_seller_page"' }, { value: '"ic_series"' }, { value: '"ic_series_list"' }, { value: '"ic_settlement"' }, { value: '"ic_share"' }, { value: '"ic_slideBanner"' }, { value: '"ic_sort"' }, { value: '"ic_standard_banner"' }, { value: '"ic_success"' }, { value: '"ic_ten_sec_back"' }, { value: '"ic_ten_sec_back_arrow"' }, { value: '"ic_ten_sec_forward"' }, { value: '"ic_ten_sec_forward_arrow"' }, { value: '"ic_time"' }, { value: '"ic_trashcan"' }, { value: '"ic_unavailable"' }, { value: '"ic_unlock"' }, { value: '"ic_upload"' }, { value: '"ic_video_guide"' }, { value: '"ic_video_pip"' }, { value: '"ic_video_playback_speed"' }, { value: '"ic_video_playlist"' }, { value: '"ic_vod"' }, { value: '"ic_vodclass"' }, { value: '"ic_vods"' }, { value: '"ic_vod_shorts"' }, { value: '"ic_warning"' }, { value: '"ic_weblink"' }, { value: '"ic_xmark"' }] } }, overrideTextColorKey: { defaultValue: null, description: "", name: "overrideTextColorKey", required: !1, type: { name: "enum", value: [{ value: '"ui_cpnt_icon_sys_grey_01"' }, { value: '"ui_cpnt_button_fill_base_primary"' }, { value: '"ui_cpnt_button_fill_base_default"' }, { value: '"ui_cpnt_button_fill_base_white"' }, { value: '"ui_cpnt_button_fill_on_base_hover"' }, { value: '"ui_cpnt_button_fill_on_base_pressed"' }, { value: '"ui_cpnt_button_fill_base_disabled"' }, { value: '"ui_cpnt_button_line_base_pressed"' }, { value: '"ui_cpnt_button_line_base_hover"' }, { value: '"ui_cpnt_button_line_border_default"' }, { value: '"ui_cpnt_button_line_border_enabled"' }, { value: '"ui_cpnt_button_line_border_disabled"' }, { value: '"ui_cpnt_button_line_border_primary"' }, { value: '"ui_cpnt_button_text_primary"' }, { value: '"ui_cpnt_button_text_on_primary"' }, { value: '"ui_cpnt_button_text_enabled"' }, { value: '"ui_cpnt_button_text_disabled"' }, { value: '"ui_cpnt_button_text_default"' }, { value: '"ui_cpnt_button_icon_on_primary"' }, { value: '"ui_cpnt_button_icon_primary"' }, { value: '"ui_cpnt_button_icon_enabled"' }, { value: '"ui_cpnt_button_icon_disabled"' }, { value: '"ui_cpnt_button_icon_default"' }, { value: '"ui_cpnt_textfield_border_normal"' }, { value: '"ui_cpnt_textfield_border_focus"' }, { value: '"ui_cpnt_textfield_border_error"' }, { value: '"ui_cpnt_textfield_base_normal"' }, { value: '"ui_cpnt_textfield_base_disabled"' }, { value: '"ui_cpnt_textfield_text_hint"' }, { value: '"ui_cpnt_textfield_text_typed"' }, { value: '"ui_cpnt_textfield_text_error"' }, { value: '"ui_cpnt_textfield_text_disabled"' }, { value: '"ui_cpnt_textfield_icon_01"' }, { value: '"ui_cpnt_textfield_icon_02"' }, { value: '"ui_cpnt_textfield_icon_03"' }, { value: '"ui_cpnt_list_base_area"' }, { value: '"ui_cpnt_list_base_area_select"' }, { value: '"ui_cpnt_list_text_title"' }, { value: '"ui_cpnt_list_text_description_01"' }, { value: '"ui_cpnt_list_text_caption_01"' }, { value: '"ui_cpnt_headerbar_base_area"' }, { value: '"ui_cpnt_headerbar_text_title"' }, { value: '"ui_cpnt_headerbar_icon"' }, { value: '"ui_cpnt_headerbar_divider"' }, { value: '"ui_cpnt_tabbar_base_area"' }, { value: '"ui_cpnt_tabbar_divider"' }, { value: '"ui_cpnt_tabbar_base_area_sub"' }, { value: '"ui_cpnt_tabbar_border_active_indicator_primary"' }, { value: '"ui_cpnt_tabbar_text_active_primary"' }, { value: '"ui_cpnt_tabbar_border_active_indicator"' }, { value: '"ui_cpnt_tabbar_text_active"' }, { value: '"ui_cpnt_tabbar_text_inactive_01"' }, { value: '"ui_2"' }, { value: '"ui_3"' }, { value: '"ui_4"' }, { value: '"ui_5"' }, { value: '"ui_6"' }, { value: '"ui_7"' }, { value: '"ui_8"' }, { value: '"ui_9"' }, { value: '"ui_cpnt_pagination_slide_dot_active"' }, { value: '"ui_cpnt_pagination_slide_dot_inactive"' }, { value: '"ui_10"' }, { value: '"ui_11"' }, { value: '"ui_cpnt_modal_header_text_title"' }, { value: '"ui_cpnt_modal_header_icon_01"' }, { value: '"ui_cpnt_modal_header_base_area"' }, { value: '"ui_cpnt_modal_header_base_line"' }, { value: '"ui_cpnt_modal_body_primary_text"' }, { value: '"ui_cpnt_modal_body_secondary_text"' }, { value: '"ui_cpnt_modal_footer_base_area"' }, { value: '"ui_cpnt_modal_footer_divider"' }, { value: '"ui_cpnt_modal_base"' }, { value: '"ui_12"' }, { value: '"ui_13"' }, { value: '"ui_14"' }, { value: '"ui_15"' }, { value: '"ui_cpnt_text_emptystate"' }, { value: '"ui_cpnt_chip_fill_icon_inactive"' }, { value: '"ui_cpnt_chip_fill_icon_active_01"' }, { value: '"ui_cpnt_chip_fill_text_inactive"' }, { value: '"ui_cpnt_chip_fill_text_active_01"' }, { value: '"ui_cpnt_chip_fill_base_inactive"' }, { value: '"ui_cpnt_chip_fill_base_active_01"' }, { value: '"ui_cpnt_chip_line_icon_01"' }, { value: '"ui_cpnt_chip_line_text_01"' }, { value: '"ui_cpnt_chip_line_text_disabled"' }, { value: '"ui_cpnt_chip_line_border_01"' }, { value: '"ui_cpnt_chip_base_playtime"' }, { value: '"ui_16"' }, { value: '"ui_cpnt_list_icon_01"' }, { value: '"ui_cpnt_list_icon_02"' }, { value: '"ui_cpnt_bottomsheet_icon_01"' }, { value: '"ui_cpnt_bottomsheet_text_01"' }, { value: '"ui_cpnt_bottomsheet_text_02"' }, { value: '"ui_cpnt_bottomsheet_icon_02"' }, { value: '"ui_19"' }, { value: '"ui_20"' }, { value: '"ui_cpnt_fab_default_base_white"' }, { value: '"ui_cpnt_fab_default_base_red"' }, { value: '"ui_cpnt_fab_default_base_primary"' }, { value: '"ui_cpnt_fab_default_base_hover"' }, { value: '"ui_cpnt_fab_default_on_base_hover"' }, { value: '"ui_cpnt_fab_default_base_pressed"' }, { value: '"ui_cpnt_fab_default_on_base_pressed"' }, { value: '"ui_cpnt_fab_default_base_disabled"' }, { value: '"ui_cpnt_fab_icon_enabled"' }, { value: '"ui_cpnt_fab_icon_on_primary"' }, { value: '"ui_cpnt_fab_icon_disabled"' }, { value: '"ui_cpnt_fab_extended_base_primary"' }, { value: '"ui_cpnt_fab_extended_on_base_hover"' }, { value: '"ui_cpnt_fab_extended_on_base_pressed"' }, { value: '"ui_cpnt_fab_extended_base_disabled"' }, { value: '"ui_cpnt_fab_text_on_primary"' }, { value: '"ui_cpnt_fab_text_disabled"' }, { value: '"ui_cpnt_alertdialog_base"' }, { value: '"ui_cpnt_alertdialog_icon_success"' }, { value: '"ui_cpnt_alertdialog_icon_error"' }, { value: '"ui_cpnt_alertdialog_icon_warning"' }, { value: '"ui_cpnt_alertdialog_text_title"' }, { value: '"ui_cpnt_alertdialog_text_body"' }, { value: '"ui_21"' }, { value: '"ui_22"' }, { value: '"ui_23"' }, { value: '"ui_24"' }, { value: '"ui_25"' }, { value: '"ui_26"' }, { value: '"ui_27"' }, { value: '"ui_cpnt_divider"' }, { value: '"ui_cpnt_select_border_normal"' }, { value: '"ui_cpnt_select_border_focus"' }, { value: '"ui_cpnt_select_base_normal"' }, { value: '"ui_cpnt_select_base_disabled"' }, { value: '"ui_cpnt_select_text_hint"' }, { value: '"ui_cpnt_select_text_selected"' }, { value: '"ui_cpnt_select_text_disabled"' }, { value: '"ui_cpnt_select_icon_01"' }, { value: '"ui_cpnt_select_icon_02"' }, { value: '"ui_28"' }, { value: '"ui_29"' }, { value: '"ui_30"' }, { value: '"ui_cpnt_videoplayer_icon_01"' }, { value: '"ui_32"' }, { value: '"ui_cpnt_selcontrols_icon_primary"' }, { value: '"ui_cpnt_selcontrols_icon_disabled"' }, { value: '"ui_cpnt_selcontrols_icon_default"' }, { value: '"ui_cpnt_selcontrols_text_disabled"' }, { value: '"ui_cpnt_selcontrols_text_default"' }, { value: '"ui_cpnt_selcontrols_icon_on_base_hover"' }, { value: '"ui_cpnt_contextmenu_menu_base_normal"' }, { value: '"ui_cpnt_contextmenu_menu_base_hover"' }, { value: '"ui_cpnt_contextmenu_menu_base_selected"' }, { value: '"ui_cpnt_contextmenu_text"' }, { value: '"ui_cpnt_selcontrols_base_off"' }, { value: '"ui_cpnt_selcontrols_base_on"' }, { value: '"ui_cpnt_tabbar_text_inactive_02"' }, { value: '"ui_cpnt_videoplayer_unavailable"' }, { value: '"ui_cpnt_list_divider"' }, { value: '"ui_cpnt_button_fill_base_transparent"' }, { value: '"ui_cpnt_list_badge_active"' }, { value: '"ui_cpnt_list_badge_active_primary"' }, { value: '"ui_cpnt_list_badge_disabled"' }, { value: '"ui_cpnt_list_badge_cancel"' }, { value: '"ui_cpnt_list_text_quantity_plus"' }, { value: '"ui_cpnt_content_card_base"' }, { value: '"ui_cpnt_content_icon_03"' }, { value: '"ui_cpnt_content_icon_01"' }, { value: '"ui_cpnt_content_icon_02"' }, { value: '"ui_cpnt_content_card_status_a"' }, { value: '"ui_cpnt_content_card_status_b"' }, { value: '"ui_cpnt_content_card_status_c"' }, { value: '"ui_cpnt_content_card_status_d"' }, { value: '"ui_cpnt_textgroup_base_area"' }, { value: '"ui_cpnt_imageslide_active"' }, { value: '"ui_cpnt_imageslide_inactive"' }, { value: '"ui_cpnt_videoplayer_icon_02"' }, { value: '"ui_cpnt_videoplayer_text_01"' }, { value: '"ui_cpnt_videoplayer_text_02"' }, { value: '"ui_cpnt_videoplayer_scrubber_01"' }, { value: '"ui_cpnt_videoplayer_scrubber_primary"' }, { value: '"ui_cpnt_videoplayer_playbar_base"' }, { value: '"ui_cpnt_videoplayer_playbar_02"' }, { value: '"ui_cpnt_videoplayer_playbar_primary"' }, { value: '"ui_cpnt_videoplayer_playbar_01"' }, { value: '"ui_cpnt_tableheadbar_title"' }, { value: '"ui_cpnt_tableheaderbar_text_default"' }, { value: '"ui_cpnt_tableheaderbar_text_disabled"' }, { value: '"ui_cpnt_tableheaderbar_icon_01"' }, { value: '"ui_cpnt_datatable_text_01"' }, { value: '"ui_cpnt_datatable_text_02"' }, { value: '"ui_cpnt_datatable_text_03"' }, { value: '"ui_cpnt_datatable_text_textbutton"' }, { value: '"ui_cpnt_datatable_text_active"' }, { value: '"ui_cpnt_datatable_base_default"' }, { value: '"ui_cpnt_datatable_base_hover"' }, { value: '"ui_cpnt_datatable_text_inactive"' }, { value: '"ui_cpnt_datatable_bulkaction_base"' }, { value: '"ui_cpnt_datatable_icon_01"' }, { value: '"ui_cpnt_datatable_text_04"' }, { value: '"ui_cpnt_chip_fill_base_active_02"' }, { value: '"ui_cpnt_chip_fill_text_active_02"' }, { value: '"ui_cpnt_chip_fill_icon_active_02"' }, { value: '"ui_cpnt_dropdown_border_normal"' }, { value: '"ui_cpnt_dropdown_border_focus"' }, { value: '"ui_cpnt_dropdown_base_normal"' }, { value: '"ui_cpnt_dropdown_base_disabled"' }, { value: '"ui_cpnt_dropdown_text_hint"' }, { value: '"ui_cpnt_dropdown_text_selected"' }, { value: '"ui_cpnt_dropdown_text_disabled"' }, { value: '"ui_cpnt_dropdown_icon_01"' }, { value: '"ui_cpnt_dropdown_icon_02"' }, { value: '"ui_cpnt_datatable_textbutton_base_02"' }, { value: '"ui_cpnt_datatable_textbutton_base_01"' }, { value: '"ui_cpnt_datatable_icon_02"' }, { value: '"ui_cpnt_datatable_icon_03"' }, { value: '"ui_cpnt_datatable_icon_04"' }, { value: '"ui_cpnt_sidebar_common_base"' }, { value: '"ui_cpnt_sidebar_header_base"' }, { value: '"ui_cpnt_sidebar_label_base"' }, { value: '"ui_cpnt_sidebar_listitem_base_inactive"' }, { value: '"ui_cpnt_sidebar_listitem_base_active"' }, { value: '"ui_cpnt_sidebar_footer_base"' }, { value: '"ui_cpnt_sidebar_label_icon"' }, { value: '"ui_cpnt_sidebar_listitem_icon_inactive"' }, { value: '"ui_cpnt_sidebar_listitem_icon_active"' }, { value: '"ui_cpnt_sidebar_icon_01"' }, { value: '"ui_cpnt_modal_body_base"' }, { value: '"ui_cpnt_modal_header_icon_02"' }, { value: '"ui_cpnt_selectcard_base_selected"' }, { value: '"ui_cpnt_selectcard_base_default"' }, { value: '"ui_cpnt_selectcard_icon_default"' }, { value: '"ui_cpnt_selectcard_icon_selected"' }, { value: '"ui_cpnt_selectcard_text_01"' }, { value: '"ui_cpnt_selectcard_text_02"' }, { value: '"ui_cpnt_selectcard_text_03"' }, { value: '"ui_cpnt_bannerslidecontent_text_white"' }, { value: '"ui_cpnt_modal_header_icon_03"' }, { value: '"ui_cpnt_modal_body_tertiary_text"' }, { value: '"ui_cpnt_list_timestatus_base"' }, { value: '"ui_cpnt_list_text_timestatus"' }, { value: '"ui_cpnt_imageview_base_03"' }, { value: '"ui_34"' }, { value: '"ui_cpnt_editorsidebar_base"' }, { value: '"ui_cpnt_editorsidebar_visible_status_base"' }, { value: '"ui_cpnt_editorsidebar_visible_status_text"' }, { value: '"ui_cpnt_editorsidebar_card_base_default"' }, { value: '"ui_cpnt_editorsidebar_card_base_selected"' }, { value: '"ui_cpnt_editorsidebar_text_default"' }, { value: '"ui_cpnt_editorsidebar_text_selected"' }, { value: '"ui_cpnt_editorsidebar_icon_default"' }, { value: '"ui_cpnt_editorsidebar_icon_selected"' }, { value: '"ui_cpnt_editorsidebar_card_border"' }, { value: '"ui_cpnt_step_base_area"' }, { value: '"ui_cpnt_step_text_inactive"' }, { value: '"ui_cpnt_step_text_active"' }, { value: '"ui_cpnt_step_circular_inactive"' }, { value: '"ui_cpnt_step_circular_active"' }, { value: '"ui_cpnt_step_icon"' }, { value: '"ui_cpnt_step_text_number"' }, { value: '"ui_cpnt_imageslide_dot_area_1"' }, { value: '"ui_cpnt_imageslide_dot_area_2"' }, { value: '"ui_cpnt_editorsidebar_text_disabled"' }, { value: '"ui_cpnt_editorsidebar_icon_disabled"' }, { value: '"ui_cpnt_editorsidebar_card_border_disabled"' }, { value: '"ui_cpnt_userdesktopnavbar_base_area"' }, { value: '"ui_cpnt_button_line_base_default"' }, { value: '"ui_cpnt_userdesktoptabbar_base_area"' }, { value: '"ui_cpnt_userdesktoptabbar_divider"' }, { value: '"ui_cpnt_userdesktoptabbar_border_active_indicator"' }, { value: '"ui_cpnt_userdesktoptabbar_text_active"' }, { value: '"ui_cpnt_userdesktoptabbar_text_inactive"' }, { value: '"ui_cpnt_selcontrols_base_off_disabled"' }, { value: '"ui_cpnt_selcontrols_base_on_disabled"' }, { value: '"ui_cpnt_selcontrols_circular"' }, { value: '"ui_cpnt_chip_line_icon_02"' }, { value: '"ui_cpnt_overlay_base"' }, { value: '"ui_cpnt_profile_base"' }, { value: '"ui_cpnt_card_base"' }, { value: '"ui_cpnt_card_selected_border"' }, { value: '"ui_cpnt_card_icon_basic"' }, { value: '"ui_cpnt_card_icon_custom"' }, { value: '"ui_cpnt_card_icon_create"' }, { value: '"ui_cpnt_modal_dimmed"' }, { value: '"ui_cpnt_alertdialog_dimmed"' }, { value: '"ui_cpnt_bottomsheet_base"' }, { value: '"ui_cpnt_bottomsheet_icon_03"' }, { value: '"ui_cpnt_button_icon_white"' }, { value: '"ui_cpnt_list_icon_03"' }, { value: '"ui_cpnt_list_icon_active_primary"' }, { value: '"ui_cpnt_alertdialog_icon_information"' }, { value: '"ui_cpnt_bottomsheet_bar"' }, { value: '"ui_cpnt_button_line_border_error"' }, { value: '"ui_cpnt_button_text_error"' }, { value: '"ui_cpnt_button_icon_error"' }, { value: '"ui_cpnt_textlabel_sys_primary"' }, { value: '"ui_cpnt_textlabel_sys_secondary"' }, { value: '"ui_cpnt_textlabel_sys_tertiary"' }, { value: '"ui_cpnt_textlabel_sys_white"' }, { value: '"ui_cpnt_textlabel_sys_brandprimary"' }, { value: '"ui_cpnt_textlabel_sys_error"' }, { value: '"ui_cpnt_textlabel_sys_brandseconvariant"' }, { value: '"ui_cpnt_textlabel_usr_brandprimary"' }, { value: '"ui_cpnt_textlabel_usr_brandseconvariant"' }, { value: '"ui_cpnt_textlabel_usr_brandonprimary"' }, { value: '"ui_cpnt_list_text_body"' }, { value: '"ui_cpnt_card_icon_background_01"' }, { value: '"ui_cpnt_card_icon_background_02"' }, { value: '"ui_cpnt_card_icon_background_03"' }, { value: '"ui_cpnt_bannerslide_gradient_1"' }, { value: '"ui_cpnt_bannerslide_gradient_2"' }, { value: '"ui_cpnt_modal_gradient_1"' }, { value: '"ui_cpnt_modal_gradient_2"' }, { value: '"ui_cpnt_list_icon_04"' }, { value: '"ui_cpnt_list_thumbnail_border"' }, { value: '"ui_cpnt_list_thumbnail_gradient_1"' }, { value: '"ui_cpnt_list_thumbnail_gradient_2"' }, { value: '"ui_cpnt_list_base_area_active"' }, { value: '"ui_cpnt_contextmenu_base"' }, { value: '"ui_cpnt_videoplayer_gradient_1"' }, { value: '"ui_cpnt_videoplayer_gradient_2"' }, { value: '"ui_cpnt_videoplayer_overlay"' }, { value: '"ui_globalmenucontainer_background"' }, { value: '"ui_pagemenucontainer_background"' }, { value: '"ui_submenucontainer_background"' }, { value: '"ui_tabmenucontainer_background"' }, { value: '"ui_contentscontainer01_background"' }, { value: '"ui_contentscontainer02_background"' }, { value: '"ui_cpnt_bannerslide_icon_01"' }, { value: '"ui_cpnt_card_shadow"' }, { value: '"ui_cpnt_bannerslide_pagination_active"' }, { value: '"ui_cpnt_bannerslide_pagination_inactive"' }, { value: '"ui_cpnt_icon_usr_brandprimary"' }, { value: '"ui_container_divider"' }, { value: '"ui_area_divider"' }, { value: '"ui_cpnt_list_base_area_seller"' }, { value: '"ui_temp_grey_01"' }, { value: '"ui_temp_grey_02"' }, { value: '"ui_temp_grey_03"' }, { value: '"ui_temp_grey_04"' }, { value: '"ui_temp_grey_05"' }, { value: '"ui_temp_white"' }, { value: '"ui_temp_primary_01"' }, { value: '"ui_temp_secondary_01"' }, { value: '"ui_temp_red"' }, { value: '"ui_temp_white_opacity_00"' }, { value: '"ui_temp_dimmed"' }, { value: '"ui_temp_black"' }, { value: '"ui_temp_primary_02"' }, { value: '"ui_temp_primary_03"' }, { value: '"ui_temp_secondary_02"' }, { value: '"ui_temp_lightgreen_01"' }, { value: '"ui_cpnt_userdesktopnavbar_profile_border"' }, { value: '"ui_cpnt_textlabel_sys_grey_04"' }, { value: '"ui_papp_post_social_background"' }, { value: '"ui_papp_post_notice_background"' }, { value: '"ui_papp_post_free_background"' }, { value: '"ui_papp_vod_background"' }, { value: '"ui_papp_vodplus_background"' }, { value: '"ui_papp_live_background"' }, { value: '"ui_community_pagination_base_area"' }, { value: '"ui_cpnt_contextmenu_border"' }, { value: '"ui_profile_image_border"' }, { value: '"ui_cpnt_alertdialog_border"' }, { value: '"ui_cpnt_modal_border"' }, { value: '"ui_cpnt_card_border"' }, { value: '"ui_cpnt_overlay_border"' }, { value: '"ui_cpnt_datatable_base_selected"' }, { value: '"ui_cpnt_icon_sys_brandprimary"' }, { value: '"ui_cpnt_icon_sys_grey_02"' }, { value: '"ui_cpnt_icon_sys_grey_03"' }, { value: '"ui_cpnt_icon_sys_error_01"' }, { value: '"ui_cpnt_icon_sys_warning_01"' }, { value: '"ui_cpnt_icon_sys_success_01"' }, { value: '"ui_cpnt_icon_usr_brandsecondary"' }, { value: '"ui_papp_post_notice_link"' }, { value: '"ui_cpnt_headerbar_icon_02"' }, { value: '"ui_m_navigationcontainer_background"' }, { value: '"ui_m_tabcontainer_background"' }, { value: '"ui_m_contentscontainer01_background"' }, { value: '"ui_m_contentscontainer02_background"' }, { value: '"ui_cpnt_statusblock_basic"' }, { value: '"ui_cpnt_statusblock_standby"' }, { value: '"ui_cpnt_statusblock_proceeding"' }, { value: '"ui_cpnt_statusblock_cancel"' }, { value: '"ui_cpnt_statusblock_end"' }, { value: '"ui_cpnt_statusblock_error"' }, { value: '"ui_cpnt_list_base_area_solid"' }, { value: '"ui_cpnt_list_base_area_translucent"' }, { value: '"ui_cpnt_list_base_area_transparent"' }, { value: '"ui_cpnt_list_text_caption_02"' }, { value: '"ui_cpnt_button_line_border_darktheme_enabled"' }, { value: '"ui_cpnt_button_line_border_darktheme_disabled"' }, { value: '"ui_cpnt_button_line_base_darktheme_default"' }, { value: '"ui_cpnt_button_line_base_darktheme_hover"' }, { value: '"ui_cpnt_button_line_base_darktheme_pressed"' }, { value: '"ui_cpnt_button_text_darktheme_enabled"' }, { value: '"ui_cpnt_button_text_darktheme_disabled"' }, { value: '"ui_cpnt_button_icon_darktheme_enabled"' }, { value: '"ui_cpnt_button_icon_darktheme_disabled"' }, { value: '"ui_cpnt_icon_sys_white"' }, { value: '"ui_cpnt_button_fill_base_media"' }, { value: '"ui_cpnt_textfield_text_darktheme_enabled"' }, { value: '"ui_cpnt_textfield_text_darktheme_hint"' }, { value: '"ui_cpnt_textfield_text_darktheme_disabled"' }, { value: '"ui_cpnt_textfield_icon_darktheme_default"' }, { value: '"ui_cpnt_textfield_icon_darktheme_disabled"' }, { value: '"ui_cpnt_textfield_border_darktheme_normal"' }, { value: '"ui_cpnt_textfield_border_darktheme_focus"' }, { value: '"ui_cpnt_textfield_border_darktheme_error"' }, { value: '"ui_cpnt_textfield_text_darktheme_error"' }, { value: '"ui_cpnt_textfield_base_darktheme_disabled"' }, { value: '"ui_cpnt_select_text_darktheme_enabled"' }, { value: '"ui_cpnt_select_text_darktheme_hint"' }, { value: '"ui_cpnt_select_text_darktheme_disabled"' }, { value: '"ui_cpnt_select_icon_darktheme_default"' }, { value: '"ui_cpnt_select_icon_darktheme_disabled"' }, { value: '"ui_cpnt_select_border_darktheme_normal"' }, { value: '"ui_cpnt_select_border_darktheme_focus"' }, { value: '"ui_cpnt_select_base_darktheme_disabled"' }, { value: '"ui_cpnt_dropdown_text_darktheme_enabled"' }, { value: '"ui_cpnt_dropdown_text_darktheme_hint"' }, { value: '"ui_cpnt_dropdown_text_darktheme_disabled"' }, { value: '"ui_cpnt_dropdown_icon_darktheme_default"' }, { value: '"ui_cpnt_dropdown_icon_darktheme_disabled"' }, { value: '"ui_cpnt_dropdown_border_darktheme_normal"' }, { value: '"ui_cpnt_dropdown_border_darktheme_focus"' }, { value: '"ui_cpnt_dropdown_base_darktheme_disabled"' }, { value: '"ui_cpnt_sheet_base"' }, { value: '"ui_cpnt_button_icon_darktheme_default"' }, { value: '"ui_cpnt_button_icon_darktheme_primary"' }, { value: '"ui_cpnt_button_text_darktheme_default"' }, { value: '"ui_cpnt_button_text_darktheme_primary"' }, { value: '"ui_35"' }, { value: '"ui_cpnt_button_fill_base_black_opacity50"' }, { value: '"ui_cpnt_sheet_base_white"' }, { value: '"ui_cpnt_sheet_base_black"' }, { value: '"ui_cpnt_sheet_base_01"' }, { value: '"ui_cpnt_sheet_base_02"' }, { value: '"ui_temp_background"' }, { value: '"ui_list_progress_shape_normal"' }, { value: '"ui_list_progress_shape_error"' }, { value: '"ui_list_progress_shape_base"' }, { value: '"ui_cpnt_textlabel_sys_brand_primary_opacity50"' }, { value: '"ui_cpnt_progressbar_01"' }, { value: '"ui_cpnt_progressbar_02"' }, { value: '"ui_36"' }, { value: '"ui_37"' }, { value: '"ui_39"' }, { value: '"ui_cpnt_divider_white_opacity30"' }, { value: '"ui_toppagemenucontainer_background_wt_m"' }, { value: '"ui_contentscontainer_background_wt_m"' }, { value: '"ui_toppagemenuarea_background_wt_m"' }, { value: '"ui_contentsarea_background_wt_m"' }, { value: '"ui_cpnt_standardbanner_base_default"' }, { value: '"ui_channeldesc_white"' }, { value: '"ui_channeldesc_grey_03"' }, { value: '"ui_channeldesc_border_grey_03"' }, { value: '"ui_cpnt_bottomsheet_border"' }, { value: '"ui_cpnt_userdesktopsidetab_base_area"' }, { value: '"ui_cpnt_pg_gradient_01"' }, { value: '"ui_cpnt_pg_gradient_02"' }, { value: '"ui_channeldesc_background"' }, { value: '"ui_channeldesc_bottomsheet_base"' }, { value: '"ui_channeldesc_bottomsheet_border"' }, { value: '"ui_channeldesc_contents_base"' }, { value: '"ui_channeldesc_dimmed"' }, { value: '"ui_cpnt_pg_gradient_03"' }, { value: '"ui_cpnt_pg_gradient_04"' }, { value: '"ui_cpnt_pg_gradient_05"' }, { value: '"ui_cpnt_mask_base"' }, { value: '"ui_temp_usr_primary_01"' }, { value: '"ui_cpnt_sheet_base_02_opacity50"' }, { value: '"ui_menu_primarymenu_main"' }, { value: '"ui_menu_primarymenu_sub"' }, { value: '"ui_menu_secondarymenu_main"' }, { value: '"ui_menu_secondarymenu_sub"' }, { value: '"ui_menu_hover"' }, { value: '"ui_menu_active"' }, { value: '"ui_menu_background"' }, { value: '"ui_cpnt_video_progress_base"' }, { value: '"ui_cpnt_icon_sys_dark"' }, { value: '"ui_menu_background_gradient_opacity00"' }, { value: '"ui_cpnt_dropdown_border_white_normal"' }, { value: '"ui_cpnt_dropdown_text_white_enabled"' }, { value: '"ui_cpnt_dropdown_text_white_hint"' }, { value: '"ui_cpnt_dropdown_icon_white_default"' }, { value: '"ui_cpnt_dropdown_border_white_focus"' }, { value: '"ui_cpnt_dropdown_base_white_normal"' }, { value: '"ui_profile_image_border_brandprimary"' }, { value: '"ui_cpnt_dropdown_base_white_disabled"' }, { value: '"ui_cpnt_dropdown_border_white_disabled"' }, { value: '"ui_cpnt_sheet_base_white_opacity00"' }, { value: '"ui_dimmed_01"' }, { value: '"ui_cpnt_reactionbutton_base_01"' }, { value: '"ui_cpnt_textfield_border_disabled"' }, { value: '"ui_cpnt_dropdown_border_disabled"' }, { value: '"ui_cpnt_select_border_disabled"' }, { value: '"ui_cpnt_dropdown_base_darktheme_normal"' }, { value: '"ui_cpnt_textfield_text_readonly"' }, { value: '"ui_cpnt_select_text_readonly"' }, { value: '"ui_cpnt_dropdown_text_readonly"' }, { value: '"ui_cpnt_select_text_darktheme_readonly"' }, { value: '"ui_cpnt_dropdown_text_darktheme_readonly"' }, { value: '"ui_cpnt_dropdown_text_white_readonly"' }, { value: '"ui_cpnt_blogtextfield_base_01"' }, { value: '"ui_cpnt_textfield_base_darktheme_normal"' }, { value: '"ui_cpnt_dropdown_border_darktheme_disabled"' }, { value: '"ui_cpnt_select_border_darktheme_disabled"' }, { value: '"ui_cpnt_dropdown_text_white_disabled"' }, { value: '"ui_cpnt_select_base_darktheme_normal"' }, { value: '"ui_hero_title_text"' }, { value: '"ui_hero_description_text"' }, { value: '"ui_cpnt_divider_area"' }, { value: '"ui_cpnt_button_white_base_hover"' }, { value: '"ui_cpnt_button_white_base_pressed"' }, { value: '"ui_cpnt_list_base_area_hover"' }, { value: '"ui_cpnt_sheet_border_01"' }, { value: '"ui_cpnt_sheet_border_02"' }, { value: '"ui_cpnt_sheet_border_03"' }, { value: '"ui_43"' }, { value: '"ui_44"' }, { value: '"ui_45"' }, { value: '"ui_46"' }, { value: '"ui_47"' }, { value: '"ui_cpnt_sheet_base_03"' }, { value: '"ui_48"' }, { value: '"ui_49"' }, { value: '"ui_50"' }, { value: '"ui_51"' }, { value: '"ui_cpnt_list_text_caption_03"' }, { value: '"ui_cpnt_list_chatbubble_base_area"' }, { value: '"ui_cpnt_list_chatbubble_base_area_my"' }, { value: '"ui_cpnt_list_chatbubble_text_my"' }, { value: '"ui_papp_livechat_link"' }, { value: '"ui_cpnt_list_chatbubble_base_area_seller_color"' }, { value: '"ui_cpnt_list_chatbubble_text_seller_color"' }, { value: '"ui_cpnt_list_chatbubble_base_area_subscriber"' }, { value: '"ui_cpnt_list_chatbubble_text_subscriber"' }, { value: '"ui_cpnt_list_chatbubble_base_area_my_color"' }, { value: '"ui_cpnt_list_chatbubble_text_my_color"' }, { value: '"ui_cpnt_list_chatbubble_base_area_seller"' }, { value: '"ui_cpnt_list_chatbubble_text_seller"' }, { value: '"ui_52"' }, { value: '"ui_cpnt_imageview_dimmed"' }, { value: '"ui_53"' }, { value: '"ui_54"' }, { value: '"ui_55"' }, { value: '"ui_56"' }, { value: '"ui_cpnt_sheet_base_04"' }, { value: '"ui_cpnt_masking_base_01"' }, { value: '"ui_cpnt_masking_icon_01"' }, { value: '"ui_cpnt_list_base_area_transparent_seller"' }, { value: '"ui_57"' }, { value: '"ui_58"' }, { value: '"ui_cpnt_divider_white_opacity00"' }, { value: '"ui_cpnt_textfield_text_colortheme_transparent_enabled"' }, { value: '"ui_cpnt_textfield_text_colortheme_transparent_hint"' }, { value: '"ui_cpnt_textfield_text_colortheme_transparent_disabled"' }, { value: '"ui_cpnt_textfield_icon_colortheme_transparent_default"' }, { value: '"ui_cpnt_textfield_icon_colortheme_transparent_disabled"' }, { value: '"ui_cpnt_textfield_border_colortheme_transparent_normal"' }, { value: '"ui_cpnt_textfield_border_colortheme_transparent_focus"' }, { value: '"ui_cpnt_textfield_border_colortheme_transparent_error"' }, { value: '"ui_cpnt_textfield_text_colortheme_transparent_error"' }, { value: '"ui_cpnt_textfield_base_colortheme_transparent_disabled"' }, { value: '"ui_cpnt_textfield_base_colortheme_transparent_normal"' }, { value: '"ui_cpnt_textfield_text_colortheme_transparent_readonly"' }, { value: '"ui_cpnt_textfield_icon_colortheme_transparent_readonly"' }, { value: '"ui_cpnt_textfield_base_colortheme_transparent_readonly"' }, { value: '"ui_cpnt_textfield_border_colortheme_transparent_disabled"' }, { value: '"ui_cpnt_textfield_border_colortheme_transparent_readonly"' }, { value: '"ui_cpnt_lottiereactionbutton_base_01"' }, { value: '"ui_cpnt_lottiereactionbutton_base_02"' }, { value: '"ui_cpnt_lottiereactionbutton_base_03"' }, { value: '"ui_cpnt_lottiereactionbutton_base_04"' }, { value: '"ui_cpnt_lottiereactionbutton_base_05"' }, { value: '"ui_60"' }, { value: '"ui_61"' }, { value: '"ui_loading_skeleton_01"' }, { value: '"ui_loading_skeleton_02"' }, { value: '"ui_loading_linear_bar"' }, { value: '"ui_loading_linear_base"' }, { value: '"ui_loading_three_bar"' }, { value: '"ui_menu_button_base"' }, { value: '"ui_cpnt_calendar_status_a"' }, { value: '"ui_cpnt_calendar_status_b"' }, { value: '"ui_cpnt_calendar_status_c"' }, { value: '"ui_menu_background_transparent"' }, { value: '"ui_globalmenucontainer_background_transparent"' }, { value: '"ui_pagemenucontainer_background_transparent"' }, { value: '"ui_submenucontainer_background_transparent"' }, { value: '"ui_tabmenucontainer_background_transparent"' }, { value: '"ui_contentscontainer01_background_transparent"' }, { value: '"ui_contentscontainer02_background_transparent"' }, { value: '"ui_toppagemenucontainer_background_wt_m_transparent"' }, { value: '"ui_contentscontainer_background_wt_m_transparent"' }, { value: '"ui_menu_button_base_transparent"' }, { value: '"ui_dimmed_02"' }, { value: '"ui_cpnt_sheet_base_05"' }, { value: '"ui_62"' }, { value: '"ui_cpnt_calendar_date_hover"' }, { value: '"ui_cpnt_calendar_date_pressed"' }, { value: '"ui_cpnt_imageview_dimmed_gradient_01"' }, { value: '"ui_cpnt_imageview_dimmed_gradient_02"' }, { value: '"ui_cpnt_calendar_base"' }, { value: '"ui_cpnt_calendar_border"' }, { value: '"ui_cpnt_calendar_label_base_schedules"' }, { value: '"ui_cpnt_calendar_label_base_expired_schedules"' }, { value: '"ui_cpnt_calendar_label_border_default"' }, { value: '"ui_cpnt_calendar_label_border_schedules"' }, { value: '"ui_cpnt_calendar_label_border_expired_schedules"' }, { value: '"ui_cpnt_calendar_real_time_line"' }, { value: '"ui_cpnt_calendar_date_selected"' }, { value: '"ui_pagination_base_area"' }, { value: '"ui_cpnt_calendar_label_base_standby_selected"' }, { value: '"ui_cpnt_calendar_label_border_standby"' }, { value: '"ui_cpnt_calendar_text_status_standby"' }, { value: '"ui_cpnt_calendar_label_base_booked_selected"' }, { value: '"ui_cpnt_calendar_label_border_booked"' }, { value: '"ui_cpnt_calendar_text_status_booked"' }, { value: '"ui_cpnt_calendar_label_base_expired_selected"' }, { value: '"ui_cpnt_calendar_label_border_expired"' }, { value: '"ui_cpnt_calendar_text_status_expired"' }, { value: '"ui_cpnt_calendar_label_base_standby_default"' }, { value: '"ui_cpnt_calendar_label_base_booked_default"' }, { value: '"ui_cpnt_calendar_label_base_expired_default"' }, { value: '"ui_cpnt_calendar_badge_standby"' }, { value: '"ui_cpnt_calendar_badge_booked"' }, { value: '"ui_cpnt_calendar_badge_expired"' }, { value: '"ui_cpnt_calendar_text_today"' }, { value: '"ui_cpnt_textlabel_sys_warning"' }, { value: '"ui_cpnt_lottiereactionbutton_base_default"' }, { value: '"ui_cpnt_sheet_base_06"' }, { value: '"ui_cpnt_sheet_base_07"' }, { value: '"ui_cpnt_sheet_base_08"' }, { value: '"ui_cpnt_pagination_dot_01"' }, { value: '"ui_cpnt_pagination_dot_02"' }, { value: '"ui_cpnt_pagination_dot_border"' }, { value: '"ui_63"' }, { value: '"ui_64"' }, { value: '"ui_cpnt_sheet_border_04"' }, { value: '"ui_cpnt_button_fill_base_01"' }, { value: '"ui_cpnt_button_fill_base_hangup"' }, { value: '"ui_cpnt_refund_text_status_issued"' }, { value: '"ui_cpnt_refund_text_status_refunded"' }, { value: '"ui_cpnt_divider_white_01"' }, { value: '"ui_cpnt_timer_base_01"' }, { value: '"ui_cpnt_timer_base_timeup"' }, { value: '"ui_66"' }, { value: '"ui_67"' }, { value: '"ui_cpnt_videoplayer_gradient_3"' }, { value: '"ui_68"' }, { value: '"ui_69"' }, { value: '"ui_cpnt_divider_white_02"' }, { value: '"ui_cpnt_list_chatbubble_base_brand_primary"' }, { value: '"ui_cpnt_list_chatbubble_base_grey"' }, { value: '"ui_cpnt_list_chatbubble_base_translucent_white"' }, { value: '"ui_cpnt_list_chatbubble_base_translucent_black"' }, { value: '"ui_avatar_border_translucent_white"' }, { value: '"ui_avatar_border_translucent_black"' }, { value: '"ui_cpnt_textfield_base_hover"' }, { value: '"ui_cpnt_textfield_base_pressed"' }, { value: '"ui_cpnt_button_secondary_on_base_hover"' }, { value: '"ui_cpnt_button_secondary_on_base_pressed"' }, { value: '"ui_cpnt_select_base_hover"' }, { value: '"ui_cpnt_select_base_pressed"' }, { value: '"ui_cpnt_dropdown_base_hover"' }, { value: '"ui_cpnt_dropdown_base_pressed"' }, { value: '"ui_cpnt_sheet_base_09"' }, { value: '"ui_wizard_pagemenucontainer_background"' }, { value: '"ui_stepcontainer_background"' }, { value: '"ui_wizard_contentscontainer01_background"' }, { value: '"ui_wizard_contentscontainer02_background"' }, { value: '"ui_70"' }, { value: '"ui_cpnt_button_primary_variation_base_enabled"' }, { value: '"ui_cpnt_button_text_secondary_variation_disabled"' }, { value: '"ui_cpnt_button_icon_secondary_variation_disabled"' }, { value: '"ui_cpnt_button_secondary_variation_base_default"' }, { value: '"ui_cpnt_button_secondary_variation_base_hover"' }, { value: '"ui_cpnt_button_secondary_variation_base_pressed"' }, { value: '"ui_editor_base_pages"' }, { value: '"ui_editor_base_papp"' }, { value: '"ui_container_scroll"' }, { value: '"ui_pages_section_dimmed"' }, { value: '"ui_71"' }, { value: '"ui_cpnt_textlabel_sys_black"' }, { value: '"ui_cpnt_sheet_base_10"' }, { value: '"ui_cpnt_sheet_base_11"' }, { value: '"ui_72"' }, { value: '"ui_73"' }, { value: '"ui_cpnt_sidebar_listitem_base_hover"' }, { value: '"ui_avatar_border_brandprimary"' }, { value: '"ui_avatar_border"' }, { value: '"ui_editor_rightside_title_tabbar_base"' }, { value: '"ui_editor_preview_base"' }, { value: '"ui_editor_preview_divice_area_border"' }, { value: '"ui_editor_preview_background"' }, { value: '"ui_editor_leftside_base"' }, { value: '"ui_cpnt_sidebar_label_text"' }, { value: '"ui_cpnt_dropdown_base_hover_darktheme"' }, { value: '"ui_cpnt_dropdown_base_pressed_darktheme"' }, { value: '"ui_cpnt_dropdown_base_hover_white"' }, { value: '"ui_cpnt_dropdown_base_pressed_white"' }, { value: '"ui_cpnt_textfield_base_hover_darktheme"' }, { value: '"ui_cpnt_textfield_base_pressed_darktheme"' }, { value: '"ui_cpnt_select_base_hover_darktheme"' }, { value: '"ui_cpnt_select_base_pressed_darktheme"' }, { value: '"ui_cpnt_textfield_base_hover_transparent"' }, { value: '"ui_cpnt_textfield_base_pressed_transparent"' }, { value: '"ui_cpnt_reactionbutton_base_02"' }, { value: '"ui_create_ch_step_prev"' }] } }, overrideBackgroundColorKey: { defaultValue: null, description: "", name: "overrideBackgroundColorKey", required: !1, type: { name: "enum", value: [{ value: '"ui_cpnt_icon_sys_grey_01"' }, { value: '"ui_cpnt_button_fill_base_primary"' }, { value: '"ui_cpnt_button_fill_base_default"' }, { value: '"ui_cpnt_button_fill_base_white"' }, { value: '"ui_cpnt_button_fill_on_base_hover"' }, { value: '"ui_cpnt_button_fill_on_base_pressed"' }, { value: '"ui_cpnt_button_fill_base_disabled"' }, { value: '"ui_cpnt_button_line_base_pressed"' }, { value: '"ui_cpnt_button_line_base_hover"' }, { value: '"ui_cpnt_button_line_border_default"' }, { value: '"ui_cpnt_button_line_border_enabled"' }, { value: '"ui_cpnt_button_line_border_disabled"' }, { value: '"ui_cpnt_button_line_border_primary"' }, { value: '"ui_cpnt_button_text_primary"' }, { value: '"ui_cpnt_button_text_on_primary"' }, { value: '"ui_cpnt_button_text_enabled"' }, { value: '"ui_cpnt_button_text_disabled"' }, { value: '"ui_cpnt_button_text_default"' }, { value: '"ui_cpnt_button_icon_on_primary"' }, { value: '"ui_cpnt_button_icon_primary"' }, { value: '"ui_cpnt_button_icon_enabled"' }, { value: '"ui_cpnt_button_icon_disabled"' }, { value: '"ui_cpnt_button_icon_default"' }, { value: '"ui_cpnt_textfield_border_normal"' }, { value: '"ui_cpnt_textfield_border_focus"' }, { value: '"ui_cpnt_textfield_border_error"' }, { value: '"ui_cpnt_textfield_base_normal"' }, { value: '"ui_cpnt_textfield_base_disabled"' }, { value: '"ui_cpnt_textfield_text_hint"' }, { value: '"ui_cpnt_textfield_text_typed"' }, { value: '"ui_cpnt_textfield_text_error"' }, { value: '"ui_cpnt_textfield_text_disabled"' }, { value: '"ui_cpnt_textfield_icon_01"' }, { value: '"ui_cpnt_textfield_icon_02"' }, { value: '"ui_cpnt_textfield_icon_03"' }, { value: '"ui_cpnt_list_base_area"' }, { value: '"ui_cpnt_list_base_area_select"' }, { value: '"ui_cpnt_list_text_title"' }, { value: '"ui_cpnt_list_text_description_01"' }, { value: '"ui_cpnt_list_text_caption_01"' }, { value: '"ui_cpnt_headerbar_base_area"' }, { value: '"ui_cpnt_headerbar_text_title"' }, { value: '"ui_cpnt_headerbar_icon"' }, { value: '"ui_cpnt_headerbar_divider"' }, { value: '"ui_cpnt_tabbar_base_area"' }, { value: '"ui_cpnt_tabbar_divider"' }, { value: '"ui_cpnt_tabbar_base_area_sub"' }, { value: '"ui_cpnt_tabbar_border_active_indicator_primary"' }, { value: '"ui_cpnt_tabbar_text_active_primary"' }, { value: '"ui_cpnt_tabbar_border_active_indicator"' }, { value: '"ui_cpnt_tabbar_text_active"' }, { value: '"ui_cpnt_tabbar_text_inactive_01"' }, { value: '"ui_2"' }, { value: '"ui_3"' }, { value: '"ui_4"' }, { value: '"ui_5"' }, { value: '"ui_6"' }, { value: '"ui_7"' }, { value: '"ui_8"' }, { value: '"ui_9"' }, { value: '"ui_cpnt_pagination_slide_dot_active"' }, { value: '"ui_cpnt_pagination_slide_dot_inactive"' }, { value: '"ui_10"' }, { value: '"ui_11"' }, { value: '"ui_cpnt_modal_header_text_title"' }, { value: '"ui_cpnt_modal_header_icon_01"' }, { value: '"ui_cpnt_modal_header_base_area"' }, { value: '"ui_cpnt_modal_header_base_line"' }, { value: '"ui_cpnt_modal_body_primary_text"' }, { value: '"ui_cpnt_modal_body_secondary_text"' }, { value: '"ui_cpnt_modal_footer_base_area"' }, { value: '"ui_cpnt_modal_footer_divider"' }, { value: '"ui_cpnt_modal_base"' }, { value: '"ui_12"' }, { value: '"ui_13"' }, { value: '"ui_14"' }, { value: '"ui_15"' }, { value: '"ui_cpnt_text_emptystate"' }, { value: '"ui_cpnt_chip_fill_icon_inactive"' }, { value: '"ui_cpnt_chip_fill_icon_active_01"' }, { value: '"ui_cpnt_chip_fill_text_inactive"' }, { value: '"ui_cpnt_chip_fill_text_active_01"' }, { value: '"ui_cpnt_chip_fill_base_inactive"' }, { value: '"ui_cpnt_chip_fill_base_active_01"' }, { value: '"ui_cpnt_chip_line_icon_01"' }, { value: '"ui_cpnt_chip_line_text_01"' }, { value: '"ui_cpnt_chip_line_text_disabled"' }, { value: '"ui_cpnt_chip_line_border_01"' }, { value: '"ui_cpnt_chip_base_playtime"' }, { value: '"ui_16"' }, { value: '"ui_cpnt_list_icon_01"' }, { value: '"ui_cpnt_list_icon_02"' }, { value: '"ui_cpnt_bottomsheet_icon_01"' }, { value: '"ui_cpnt_bottomsheet_text_01"' }, { value: '"ui_cpnt_bottomsheet_text_02"' }, { value: '"ui_cpnt_bottomsheet_icon_02"' }, { value: '"ui_19"' }, { value: '"ui_20"' }, { value: '"ui_cpnt_fab_default_base_white"' }, { value: '"ui_cpnt_fab_default_base_red"' }, { value: '"ui_cpnt_fab_default_base_primary"' }, { value: '"ui_cpnt_fab_default_base_hover"' }, { value: '"ui_cpnt_fab_default_on_base_hover"' }, { value: '"ui_cpnt_fab_default_base_pressed"' }, { value: '"ui_cpnt_fab_default_on_base_pressed"' }, { value: '"ui_cpnt_fab_default_base_disabled"' }, { value: '"ui_cpnt_fab_icon_enabled"' }, { value: '"ui_cpnt_fab_icon_on_primary"' }, { value: '"ui_cpnt_fab_icon_disabled"' }, { value: '"ui_cpnt_fab_extended_base_primary"' }, { value: '"ui_cpnt_fab_extended_on_base_hover"' }, { value: '"ui_cpnt_fab_extended_on_base_pressed"' }, { value: '"ui_cpnt_fab_extended_base_disabled"' }, { value: '"ui_cpnt_fab_text_on_primary"' }, { value: '"ui_cpnt_fab_text_disabled"' }, { value: '"ui_cpnt_alertdialog_base"' }, { value: '"ui_cpnt_alertdialog_icon_success"' }, { value: '"ui_cpnt_alertdialog_icon_error"' }, { value: '"ui_cpnt_alertdialog_icon_warning"' }, { value: '"ui_cpnt_alertdialog_text_title"' }, { value: '"ui_cpnt_alertdialog_text_body"' }, { value: '"ui_21"' }, { value: '"ui_22"' }, { value: '"ui_23"' }, { value: '"ui_24"' }, { value: '"ui_25"' }, { value: '"ui_26"' }, { value: '"ui_27"' }, { value: '"ui_cpnt_divider"' }, { value: '"ui_cpnt_select_border_normal"' }, { value: '"ui_cpnt_select_border_focus"' }, { value: '"ui_cpnt_select_base_normal"' }, { value: '"ui_cpnt_select_base_disabled"' }, { value: '"ui_cpnt_select_text_hint"' }, { value: '"ui_cpnt_select_text_selected"' }, { value: '"ui_cpnt_select_text_disabled"' }, { value: '"ui_cpnt_select_icon_01"' }, { value: '"ui_cpnt_select_icon_02"' }, { value: '"ui_28"' }, { value: '"ui_29"' }, { value: '"ui_30"' }, { value: '"ui_cpnt_videoplayer_icon_01"' }, { value: '"ui_32"' }, { value: '"ui_cpnt_selcontrols_icon_primary"' }, { value: '"ui_cpnt_selcontrols_icon_disabled"' }, { value: '"ui_cpnt_selcontrols_icon_default"' }, { value: '"ui_cpnt_selcontrols_text_disabled"' }, { value: '"ui_cpnt_selcontrols_text_default"' }, { value: '"ui_cpnt_selcontrols_icon_on_base_hover"' }, { value: '"ui_cpnt_contextmenu_menu_base_normal"' }, { value: '"ui_cpnt_contextmenu_menu_base_hover"' }, { value: '"ui_cpnt_contextmenu_menu_base_selected"' }, { value: '"ui_cpnt_contextmenu_text"' }, { value: '"ui_cpnt_selcontrols_base_off"' }, { value: '"ui_cpnt_selcontrols_base_on"' }, { value: '"ui_cpnt_tabbar_text_inactive_02"' }, { value: '"ui_cpnt_videoplayer_unavailable"' }, { value: '"ui_cpnt_list_divider"' }, { value: '"ui_cpnt_button_fill_base_transparent"' }, { value: '"ui_cpnt_list_badge_active"' }, { value: '"ui_cpnt_list_badge_active_primary"' }, { value: '"ui_cpnt_list_badge_disabled"' }, { value: '"ui_cpnt_list_badge_cancel"' }, { value: '"ui_cpnt_list_text_quantity_plus"' }, { value: '"ui_cpnt_content_card_base"' }, { value: '"ui_cpnt_content_icon_03"' }, { value: '"ui_cpnt_content_icon_01"' }, { value: '"ui_cpnt_content_icon_02"' }, { value: '"ui_cpnt_content_card_status_a"' }, { value: '"ui_cpnt_content_card_status_b"' }, { value: '"ui_cpnt_content_card_status_c"' }, { value: '"ui_cpnt_content_card_status_d"' }, { value: '"ui_cpnt_textgroup_base_area"' }, { value: '"ui_cpnt_imageslide_active"' }, { value: '"ui_cpnt_imageslide_inactive"' }, { value: '"ui_cpnt_videoplayer_icon_02"' }, { value: '"ui_cpnt_videoplayer_text_01"' }, { value: '"ui_cpnt_videoplayer_text_02"' }, { value: '"ui_cpnt_videoplayer_scrubber_01"' }, { value: '"ui_cpnt_videoplayer_scrubber_primary"' }, { value: '"ui_cpnt_videoplayer_playbar_base"' }, { value: '"ui_cpnt_videoplayer_playbar_02"' }, { value: '"ui_cpnt_videoplayer_playbar_primary"' }, { value: '"ui_cpnt_videoplayer_playbar_01"' }, { value: '"ui_cpnt_tableheadbar_title"' }, { value: '"ui_cpnt_tableheaderbar_text_default"' }, { value: '"ui_cpnt_tableheaderbar_text_disabled"' }, { value: '"ui_cpnt_tableheaderbar_icon_01"' }, { value: '"ui_cpnt_datatable_text_01"' }, { value: '"ui_cpnt_datatable_text_02"' }, { value: '"ui_cpnt_datatable_text_03"' }, { value: '"ui_cpnt_datatable_text_textbutton"' }, { value: '"ui_cpnt_datatable_text_active"' }, { value: '"ui_cpnt_datatable_base_default"' }, { value: '"ui_cpnt_datatable_base_hover"' }, { value: '"ui_cpnt_datatable_text_inactive"' }, { value: '"ui_cpnt_datatable_bulkaction_base"' }, { value: '"ui_cpnt_datatable_icon_01"' }, { value: '"ui_cpnt_datatable_text_04"' }, { value: '"ui_cpnt_chip_fill_base_active_02"' }, { value: '"ui_cpnt_chip_fill_text_active_02"' }, { value: '"ui_cpnt_chip_fill_icon_active_02"' }, { value: '"ui_cpnt_dropdown_border_normal"' }, { value: '"ui_cpnt_dropdown_border_focus"' }, { value: '"ui_cpnt_dropdown_base_normal"' }, { value: '"ui_cpnt_dropdown_base_disabled"' }, { value: '"ui_cpnt_dropdown_text_hint"' }, { value: '"ui_cpnt_dropdown_text_selected"' }, { value: '"ui_cpnt_dropdown_text_disabled"' }, { value: '"ui_cpnt_dropdown_icon_01"' }, { value: '"ui_cpnt_dropdown_icon_02"' }, { value: '"ui_cpnt_datatable_textbutton_base_02"' }, { value: '"ui_cpnt_datatable_textbutton_base_01"' }, { value: '"ui_cpnt_datatable_icon_02"' }, { value: '"ui_cpnt_datatable_icon_03"' }, { value: '"ui_cpnt_datatable_icon_04"' }, { value: '"ui_cpnt_sidebar_common_base"' }, { value: '"ui_cpnt_sidebar_header_base"' }, { value: '"ui_cpnt_sidebar_label_base"' }, { value: '"ui_cpnt_sidebar_listitem_base_inactive"' }, { value: '"ui_cpnt_sidebar_listitem_base_active"' }, { value: '"ui_cpnt_sidebar_footer_base"' }, { value: '"ui_cpnt_sidebar_label_icon"' }, { value: '"ui_cpnt_sidebar_listitem_icon_inactive"' }, { value: '"ui_cpnt_sidebar_listitem_icon_active"' }, { value: '"ui_cpnt_sidebar_icon_01"' }, { value: '"ui_cpnt_modal_body_base"' }, { value: '"ui_cpnt_modal_header_icon_02"' }, { value: '"ui_cpnt_selectcard_base_selected"' }, { value: '"ui_cpnt_selectcard_base_default"' }, { value: '"ui_cpnt_selectcard_icon_default"' }, { value: '"ui_cpnt_selectcard_icon_selected"' }, { value: '"ui_cpnt_selectcard_text_01"' }, { value: '"ui_cpnt_selectcard_text_02"' }, { value: '"ui_cpnt_selectcard_text_03"' }, { value: '"ui_cpnt_bannerslidecontent_text_white"' }, { value: '"ui_cpnt_modal_header_icon_03"' }, { value: '"ui_cpnt_modal_body_tertiary_text"' }, { value: '"ui_cpnt_list_timestatus_base"' }, { value: '"ui_cpnt_list_text_timestatus"' }, { value: '"ui_cpnt_imageview_base_03"' }, { value: '"ui_34"' }, { value: '"ui_cpnt_editorsidebar_base"' }, { value: '"ui_cpnt_editorsidebar_visible_status_base"' }, { value: '"ui_cpnt_editorsidebar_visible_status_text"' }, { value: '"ui_cpnt_editorsidebar_card_base_default"' }, { value: '"ui_cpnt_editorsidebar_card_base_selected"' }, { value: '"ui_cpnt_editorsidebar_text_default"' }, { value: '"ui_cpnt_editorsidebar_text_selected"' }, { value: '"ui_cpnt_editorsidebar_icon_default"' }, { value: '"ui_cpnt_editorsidebar_icon_selected"' }, { value: '"ui_cpnt_editorsidebar_card_border"' }, { value: '"ui_cpnt_step_base_area"' }, { value: '"ui_cpnt_step_text_inactive"' }, { value: '"ui_cpnt_step_text_active"' }, { value: '"ui_cpnt_step_circular_inactive"' }, { value: '"ui_cpnt_step_circular_active"' }, { value: '"ui_cpnt_step_icon"' }, { value: '"ui_cpnt_step_text_number"' }, { value: '"ui_cpnt_imageslide_dot_area_1"' }, { value: '"ui_cpnt_imageslide_dot_area_2"' }, { value: '"ui_cpnt_editorsidebar_text_disabled"' }, { value: '"ui_cpnt_editorsidebar_icon_disabled"' }, { value: '"ui_cpnt_editorsidebar_card_border_disabled"' }, { value: '"ui_cpnt_userdesktopnavbar_base_area"' }, { value: '"ui_cpnt_button_line_base_default"' }, { value: '"ui_cpnt_userdesktoptabbar_base_area"' }, { value: '"ui_cpnt_userdesktoptabbar_divider"' }, { value: '"ui_cpnt_userdesktoptabbar_border_active_indicator"' }, { value: '"ui_cpnt_userdesktoptabbar_text_active"' }, { value: '"ui_cpnt_userdesktoptabbar_text_inactive"' }, { value: '"ui_cpnt_selcontrols_base_off_disabled"' }, { value: '"ui_cpnt_selcontrols_base_on_disabled"' }, { value: '"ui_cpnt_selcontrols_circular"' }, { value: '"ui_cpnt_chip_line_icon_02"' }, { value: '"ui_cpnt_overlay_base"' }, { value: '"ui_cpnt_profile_base"' }, { value: '"ui_cpnt_card_base"' }, { value: '"ui_cpnt_card_selected_border"' }, { value: '"ui_cpnt_card_icon_basic"' }, { value: '"ui_cpnt_card_icon_custom"' }, { value: '"ui_cpnt_card_icon_create"' }, { value: '"ui_cpnt_modal_dimmed"' }, { value: '"ui_cpnt_alertdialog_dimmed"' }, { value: '"ui_cpnt_bottomsheet_base"' }, { value: '"ui_cpnt_bottomsheet_icon_03"' }, { value: '"ui_cpnt_button_icon_white"' }, { value: '"ui_cpnt_list_icon_03"' }, { value: '"ui_cpnt_list_icon_active_primary"' }, { value: '"ui_cpnt_alertdialog_icon_information"' }, { value: '"ui_cpnt_bottomsheet_bar"' }, { value: '"ui_cpnt_button_line_border_error"' }, { value: '"ui_cpnt_button_text_error"' }, { value: '"ui_cpnt_button_icon_error"' }, { value: '"ui_cpnt_textlabel_sys_primary"' }, { value: '"ui_cpnt_textlabel_sys_secondary"' }, { value: '"ui_cpnt_textlabel_sys_tertiary"' }, { value: '"ui_cpnt_textlabel_sys_white"' }, { value: '"ui_cpnt_textlabel_sys_brandprimary"' }, { value: '"ui_cpnt_textlabel_sys_error"' }, { value: '"ui_cpnt_textlabel_sys_brandseconvariant"' }, { value: '"ui_cpnt_textlabel_usr_brandprimary"' }, { value: '"ui_cpnt_textlabel_usr_brandseconvariant"' }, { value: '"ui_cpnt_textlabel_usr_brandonprimary"' }, { value: '"ui_cpnt_list_text_body"' }, { value: '"ui_cpnt_card_icon_background_01"' }, { value: '"ui_cpnt_card_icon_background_02"' }, { value: '"ui_cpnt_card_icon_background_03"' }, { value: '"ui_cpnt_bannerslide_gradient_1"' }, { value: '"ui_cpnt_bannerslide_gradient_2"' }, { value: '"ui_cpnt_modal_gradient_1"' }, { value: '"ui_cpnt_modal_gradient_2"' }, { value: '"ui_cpnt_list_icon_04"' }, { value: '"ui_cpnt_list_thumbnail_border"' }, { value: '"ui_cpnt_list_thumbnail_gradient_1"' }, { value: '"ui_cpnt_list_thumbnail_gradient_2"' }, { value: '"ui_cpnt_list_base_area_active"' }, { value: '"ui_cpnt_contextmenu_base"' }, { value: '"ui_cpnt_videoplayer_gradient_1"' }, { value: '"ui_cpnt_videoplayer_gradient_2"' }, { value: '"ui_cpnt_videoplayer_overlay"' }, { value: '"ui_globalmenucontainer_background"' }, { value: '"ui_pagemenucontainer_background"' }, { value: '"ui_submenucontainer_background"' }, { value: '"ui_tabmenucontainer_background"' }, { value: '"ui_contentscontainer01_background"' }, { value: '"ui_contentscontainer02_background"' }, { value: '"ui_cpnt_bannerslide_icon_01"' }, { value: '"ui_cpnt_card_shadow"' }, { value: '"ui_cpnt_bannerslide_pagination_active"' }, { value: '"ui_cpnt_bannerslide_pagination_inactive"' }, { value: '"ui_cpnt_icon_usr_brandprimary"' }, { value: '"ui_container_divider"' }, { value: '"ui_area_divider"' }, { value: '"ui_cpnt_list_base_area_seller"' }, { value: '"ui_temp_grey_01"' }, { value: '"ui_temp_grey_02"' }, { value: '"ui_temp_grey_03"' }, { value: '"ui_temp_grey_04"' }, { value: '"ui_temp_grey_05"' }, { value: '"ui_temp_white"' }, { value: '"ui_temp_primary_01"' }, { value: '"ui_temp_secondary_01"' }, { value: '"ui_temp_red"' }, { value: '"ui_temp_white_opacity_00"' }, { value: '"ui_temp_dimmed"' }, { value: '"ui_temp_black"' }, { value: '"ui_temp_primary_02"' }, { value: '"ui_temp_primary_03"' }, { value: '"ui_temp_secondary_02"' }, { value: '"ui_temp_lightgreen_01"' }, { value: '"ui_cpnt_userdesktopnavbar_profile_border"' }, { value: '"ui_cpnt_textlabel_sys_grey_04"' }, { value: '"ui_papp_post_social_background"' }, { value: '"ui_papp_post_notice_background"' }, { value: '"ui_papp_post_free_background"' }, { value: '"ui_papp_vod_background"' }, { value: '"ui_papp_vodplus_background"' }, { value: '"ui_papp_live_background"' }, { value: '"ui_community_pagination_base_area"' }, { value: '"ui_cpnt_contextmenu_border"' }, { value: '"ui_profile_image_border"' }, { value: '"ui_cpnt_alertdialog_border"' }, { value: '"ui_cpnt_modal_border"' }, { value: '"ui_cpnt_card_border"' }, { value: '"ui_cpnt_overlay_border"' }, { value: '"ui_cpnt_datatable_base_selected"' }, { value: '"ui_cpnt_icon_sys_brandprimary"' }, { value: '"ui_cpnt_icon_sys_grey_02"' }, { value: '"ui_cpnt_icon_sys_grey_03"' }, { value: '"ui_cpnt_icon_sys_error_01"' }, { value: '"ui_cpnt_icon_sys_warning_01"' }, { value: '"ui_cpnt_icon_sys_success_01"' }, { value: '"ui_cpnt_icon_usr_brandsecondary"' }, { value: '"ui_papp_post_notice_link"' }, { value: '"ui_cpnt_headerbar_icon_02"' }, { value: '"ui_m_navigationcontainer_background"' }, { value: '"ui_m_tabcontainer_background"' }, { value: '"ui_m_contentscontainer01_background"' }, { value: '"ui_m_contentscontainer02_background"' }, { value: '"ui_cpnt_statusblock_basic"' }, { value: '"ui_cpnt_statusblock_standby"' }, { value: '"ui_cpnt_statusblock_proceeding"' }, { value: '"ui_cpnt_statusblock_cancel"' }, { value: '"ui_cpnt_statusblock_end"' }, { value: '"ui_cpnt_statusblock_error"' }, { value: '"ui_cpnt_list_base_area_solid"' }, { value: '"ui_cpnt_list_base_area_translucent"' }, { value: '"ui_cpnt_list_base_area_transparent"' }, { value: '"ui_cpnt_list_text_caption_02"' }, { value: '"ui_cpnt_button_line_border_darktheme_enabled"' }, { value: '"ui_cpnt_button_line_border_darktheme_disabled"' }, { value: '"ui_cpnt_button_line_base_darktheme_default"' }, { value: '"ui_cpnt_button_line_base_darktheme_hover"' }, { value: '"ui_cpnt_button_line_base_darktheme_pressed"' }, { value: '"ui_cpnt_button_text_darktheme_enabled"' }, { value: '"ui_cpnt_button_text_darktheme_disabled"' }, { value: '"ui_cpnt_button_icon_darktheme_enabled"' }, { value: '"ui_cpnt_button_icon_darktheme_disabled"' }, { value: '"ui_cpnt_icon_sys_white"' }, { value: '"ui_cpnt_button_fill_base_media"' }, { value: '"ui_cpnt_textfield_text_darktheme_enabled"' }, { value: '"ui_cpnt_textfield_text_darktheme_hint"' }, { value: '"ui_cpnt_textfield_text_darktheme_disabled"' }, { value: '"ui_cpnt_textfield_icon_darktheme_default"' }, { value: '"ui_cpnt_textfield_icon_darktheme_disabled"' }, { value: '"ui_cpnt_textfield_border_darktheme_normal"' }, { value: '"ui_cpnt_textfield_border_darktheme_focus"' }, { value: '"ui_cpnt_textfield_border_darktheme_error"' }, { value: '"ui_cpnt_textfield_text_darktheme_error"' }, { value: '"ui_cpnt_textfield_base_darktheme_disabled"' }, { value: '"ui_cpnt_select_text_darktheme_enabled"' }, { value: '"ui_cpnt_select_text_darktheme_hint"' }, { value: '"ui_cpnt_select_text_darktheme_disabled"' }, { value: '"ui_cpnt_select_icon_darktheme_default"' }, { value: '"ui_cpnt_select_icon_darktheme_disabled"' }, { value: '"ui_cpnt_select_border_darktheme_normal"' }, { value: '"ui_cpnt_select_border_darktheme_focus"' }, { value: '"ui_cpnt_select_base_darktheme_disabled"' }, { value: '"ui_cpnt_dropdown_text_darktheme_enabled"' }, { value: '"ui_cpnt_dropdown_text_darktheme_hint"' }, { value: '"ui_cpnt_dropdown_text_darktheme_disabled"' }, { value: '"ui_cpnt_dropdown_icon_darktheme_default"' }, { value: '"ui_cpnt_dropdown_icon_darktheme_disabled"' }, { value: '"ui_cpnt_dropdown_border_darktheme_normal"' }, { value: '"ui_cpnt_dropdown_border_darktheme_focus"' }, { value: '"ui_cpnt_dropdown_base_darktheme_disabled"' }, { value: '"ui_cpnt_sheet_base"' }, { value: '"ui_cpnt_button_icon_darktheme_default"' }, { value: '"ui_cpnt_button_icon_darktheme_primary"' }, { value: '"ui_cpnt_button_text_darktheme_default"' }, { value: '"ui_cpnt_button_text_darktheme_primary"' }, { value: '"ui_35"' }, { value: '"ui_cpnt_button_fill_base_black_opacity50"' }, { value: '"ui_cpnt_sheet_base_white"' }, { value: '"ui_cpnt_sheet_base_black"' }, { value: '"ui_cpnt_sheet_base_01"' }, { value: '"ui_cpnt_sheet_base_02"' }, { value: '"ui_temp_background"' }, { value: '"ui_list_progress_shape_normal"' }, { value: '"ui_list_progress_shape_error"' }, { value: '"ui_list_progress_shape_base"' }, { value: '"ui_cpnt_textlabel_sys_brand_primary_opacity50"' }, { value: '"ui_cpnt_progressbar_01"' }, { value: '"ui_cpnt_progressbar_02"' }, { value: '"ui_36"' }, { value: '"ui_37"' }, { value: '"ui_39"' }, { value: '"ui_cpnt_divider_white_opacity30"' }, { value: '"ui_toppagemenucontainer_background_wt_m"' }, { value: '"ui_contentscontainer_background_wt_m"' }, { value: '"ui_toppagemenuarea_background_wt_m"' }, { value: '"ui_contentsarea_background_wt_m"' }, { value: '"ui_cpnt_standardbanner_base_default"' }, { value: '"ui_channeldesc_white"' }, { value: '"ui_channeldesc_grey_03"' }, { value: '"ui_channeldesc_border_grey_03"' }, { value: '"ui_cpnt_bottomsheet_border"' }, { value: '"ui_cpnt_userdesktopsidetab_base_area"' }, { value: '"ui_cpnt_pg_gradient_01"' }, { value: '"ui_cpnt_pg_gradient_02"' }, { value: '"ui_channeldesc_background"' }, { value: '"ui_channeldesc_bottomsheet_base"' }, { value: '"ui_channeldesc_bottomsheet_border"' }, { value: '"ui_channeldesc_contents_base"' }, { value: '"ui_channeldesc_dimmed"' }, { value: '"ui_cpnt_pg_gradient_03"' }, { value: '"ui_cpnt_pg_gradient_04"' }, { value: '"ui_cpnt_pg_gradient_05"' }, { value: '"ui_cpnt_mask_base"' }, { value: '"ui_temp_usr_primary_01"' }, { value: '"ui_cpnt_sheet_base_02_opacity50"' }, { value: '"ui_menu_primarymenu_main"' }, { value: '"ui_menu_primarymenu_sub"' }, { value: '"ui_menu_secondarymenu_main"' }, { value: '"ui_menu_secondarymenu_sub"' }, { value: '"ui_menu_hover"' }, { value: '"ui_menu_active"' }, { value: '"ui_menu_background"' }, { value: '"ui_cpnt_video_progress_base"' }, { value: '"ui_cpnt_icon_sys_dark"' }, { value: '"ui_menu_background_gradient_opacity00"' }, { value: '"ui_cpnt_dropdown_border_white_normal"' }, { value: '"ui_cpnt_dropdown_text_white_enabled"' }, { value: '"ui_cpnt_dropdown_text_white_hint"' }, { value: '"ui_cpnt_dropdown_icon_white_default"' }, { value: '"ui_cpnt_dropdown_border_white_focus"' }, { value: '"ui_cpnt_dropdown_base_white_normal"' }, { value: '"ui_profile_image_border_brandprimary"' }, { value: '"ui_cpnt_dropdown_base_white_disabled"' }, { value: '"ui_cpnt_dropdown_border_white_disabled"' }, { value: '"ui_cpnt_sheet_base_white_opacity00"' }, { value: '"ui_dimmed_01"' }, { value: '"ui_cpnt_reactionbutton_base_01"' }, { value: '"ui_cpnt_textfield_border_disabled"' }, { value: '"ui_cpnt_dropdown_border_disabled"' }, { value: '"ui_cpnt_select_border_disabled"' }, { value: '"ui_cpnt_dropdown_base_darktheme_normal"' }, { value: '"ui_cpnt_textfield_text_readonly"' }, { value: '"ui_cpnt_select_text_readonly"' }, { value: '"ui_cpnt_dropdown_text_readonly"' }, { value: '"ui_cpnt_select_text_darktheme_readonly"' }, { value: '"ui_cpnt_dropdown_text_darktheme_readonly"' }, { value: '"ui_cpnt_dropdown_text_white_readonly"' }, { value: '"ui_cpnt_blogtextfield_base_01"' }, { value: '"ui_cpnt_textfield_base_darktheme_normal"' }, { value: '"ui_cpnt_dropdown_border_darktheme_disabled"' }, { value: '"ui_cpnt_select_border_darktheme_disabled"' }, { value: '"ui_cpnt_dropdown_text_white_disabled"' }, { value: '"ui_cpnt_select_base_darktheme_normal"' }, { value: '"ui_hero_title_text"' }, { value: '"ui_hero_description_text"' }, { value: '"ui_cpnt_divider_area"' }, { value: '"ui_cpnt_button_white_base_hover"' }, { value: '"ui_cpnt_button_white_base_pressed"' }, { value: '"ui_cpnt_list_base_area_hover"' }, { value: '"ui_cpnt_sheet_border_01"' }, { value: '"ui_cpnt_sheet_border_02"' }, { value: '"ui_cpnt_sheet_border_03"' }, { value: '"ui_43"' }, { value: '"ui_44"' }, { value: '"ui_45"' }, { value: '"ui_46"' }, { value: '"ui_47"' }, { value: '"ui_cpnt_sheet_base_03"' }, { value: '"ui_48"' }, { value: '"ui_49"' }, { value: '"ui_50"' }, { value: '"ui_51"' }, { value: '"ui_cpnt_list_text_caption_03"' }, { value: '"ui_cpnt_list_chatbubble_base_area"' }, { value: '"ui_cpnt_list_chatbubble_base_area_my"' }, { value: '"ui_cpnt_list_chatbubble_text_my"' }, { value: '"ui_papp_livechat_link"' }, { value: '"ui_cpnt_list_chatbubble_base_area_seller_color"' }, { value: '"ui_cpnt_list_chatbubble_text_seller_color"' }, { value: '"ui_cpnt_list_chatbubble_base_area_subscriber"' }, { value: '"ui_cpnt_list_chatbubble_text_subscriber"' }, { value: '"ui_cpnt_list_chatbubble_base_area_my_color"' }, { value: '"ui_cpnt_list_chatbubble_text_my_color"' }, { value: '"ui_cpnt_list_chatbubble_base_area_seller"' }, { value: '"ui_cpnt_list_chatbubble_text_seller"' }, { value: '"ui_52"' }, { value: '"ui_cpnt_imageview_dimmed"' }, { value: '"ui_53"' }, { value: '"ui_54"' }, { value: '"ui_55"' }, { value: '"ui_56"' }, { value: '"ui_cpnt_sheet_base_04"' }, { value: '"ui_cpnt_masking_base_01"' }, { value: '"ui_cpnt_masking_icon_01"' }, { value: '"ui_cpnt_list_base_area_transparent_seller"' }, { value: '"ui_57"' }, { value: '"ui_58"' }, { value: '"ui_cpnt_divider_white_opacity00"' }, { value: '"ui_cpnt_textfield_text_colortheme_transparent_enabled"' }, { value: '"ui_cpnt_textfield_text_colortheme_transparent_hint"' }, { value: '"ui_cpnt_textfield_text_colortheme_transparent_disabled"' }, { value: '"ui_cpnt_textfield_icon_colortheme_transparent_default"' }, { value: '"ui_cpnt_textfield_icon_colortheme_transparent_disabled"' }, { value: '"ui_cpnt_textfield_border_colortheme_transparent_normal"' }, { value: '"ui_cpnt_textfield_border_colortheme_transparent_focus"' }, { value: '"ui_cpnt_textfield_border_colortheme_transparent_error"' }, { value: '"ui_cpnt_textfield_text_colortheme_transparent_error"' }, { value: '"ui_cpnt_textfield_base_colortheme_transparent_disabled"' }, { value: '"ui_cpnt_textfield_base_colortheme_transparent_normal"' }, { value: '"ui_cpnt_textfield_text_colortheme_transparent_readonly"' }, { value: '"ui_cpnt_textfield_icon_colortheme_transparent_readonly"' }, { value: '"ui_cpnt_textfield_base_colortheme_transparent_readonly"' }, { value: '"ui_cpnt_textfield_border_colortheme_transparent_disabled"' }, { value: '"ui_cpnt_textfield_border_colortheme_transparent_readonly"' }, { value: '"ui_cpnt_lottiereactionbutton_base_01"' }, { value: '"ui_cpnt_lottiereactionbutton_base_02"' }, { value: '"ui_cpnt_lottiereactionbutton_base_03"' }, { value: '"ui_cpnt_lottiereactionbutton_base_04"' }, { value: '"ui_cpnt_lottiereactionbutton_base_05"' }, { value: '"ui_60"' }, { value: '"ui_61"' }, { value: '"ui_loading_skeleton_01"' }, { value: '"ui_loading_skeleton_02"' }, { value: '"ui_loading_linear_bar"' }, { value: '"ui_loading_linear_base"' }, { value: '"ui_loading_three_bar"' }, { value: '"ui_menu_button_base"' }, { value: '"ui_cpnt_calendar_status_a"' }, { value: '"ui_cpnt_calendar_status_b"' }, { value: '"ui_cpnt_calendar_status_c"' }, { value: '"ui_menu_background_transparent"' }, { value: '"ui_globalmenucontainer_background_transparent"' }, { value: '"ui_pagemenucontainer_background_transparent"' }, { value: '"ui_submenucontainer_background_transparent"' }, { value: '"ui_tabmenucontainer_background_transparent"' }, { value: '"ui_contentscontainer01_background_transparent"' }, { value: '"ui_contentscontainer02_background_transparent"' }, { value: '"ui_toppagemenucontainer_background_wt_m_transparent"' }, { value: '"ui_contentscontainer_background_wt_m_transparent"' }, { value: '"ui_menu_button_base_transparent"' }, { value: '"ui_dimmed_02"' }, { value: '"ui_cpnt_sheet_base_05"' }, { value: '"ui_62"' }, { value: '"ui_cpnt_calendar_date_hover"' }, { value: '"ui_cpnt_calendar_date_pressed"' }, { value: '"ui_cpnt_imageview_dimmed_gradient_01"' }, { value: '"ui_cpnt_imageview_dimmed_gradient_02"' }, { value: '"ui_cpnt_calendar_base"' }, { value: '"ui_cpnt_calendar_border"' }, { value: '"ui_cpnt_calendar_label_base_schedules"' }, { value: '"ui_cpnt_calendar_label_base_expired_schedules"' }, { value: '"ui_cpnt_calendar_label_border_default"' }, { value: '"ui_cpnt_calendar_label_border_schedules"' }, { value: '"ui_cpnt_calendar_label_border_expired_schedules"' }, { value: '"ui_cpnt_calendar_real_time_line"' }, { value: '"ui_cpnt_calendar_date_selected"' }, { value: '"ui_pagination_base_area"' }, { value: '"ui_cpnt_calendar_label_base_standby_selected"' }, { value: '"ui_cpnt_calendar_label_border_standby"' }, { value: '"ui_cpnt_calendar_text_status_standby"' }, { value: '"ui_cpnt_calendar_label_base_booked_selected"' }, { value: '"ui_cpnt_calendar_label_border_booked"' }, { value: '"ui_cpnt_calendar_text_status_booked"' }, { value: '"ui_cpnt_calendar_label_base_expired_selected"' }, { value: '"ui_cpnt_calendar_label_border_expired"' }, { value: '"ui_cpnt_calendar_text_status_expired"' }, { value: '"ui_cpnt_calendar_label_base_standby_default"' }, { value: '"ui_cpnt_calendar_label_base_booked_default"' }, { value: '"ui_cpnt_calendar_label_base_expired_default"' }, { value: '"ui_cpnt_calendar_badge_standby"' }, { value: '"ui_cpnt_calendar_badge_booked"' }, { value: '"ui_cpnt_calendar_badge_expired"' }, { value: '"ui_cpnt_calendar_text_today"' }, { value: '"ui_cpnt_textlabel_sys_warning"' }, { value: '"ui_cpnt_lottiereactionbutton_base_default"' }, { value: '"ui_cpnt_sheet_base_06"' }, { value: '"ui_cpnt_sheet_base_07"' }, { value: '"ui_cpnt_sheet_base_08"' }, { value: '"ui_cpnt_pagination_dot_01"' }, { value: '"ui_cpnt_pagination_dot_02"' }, { value: '"ui_cpnt_pagination_dot_border"' }, { value: '"ui_63"' }, { value: '"ui_64"' }, { value: '"ui_cpnt_sheet_border_04"' }, { value: '"ui_cpnt_button_fill_base_01"' }, { value: '"ui_cpnt_button_fill_base_hangup"' }, { value: '"ui_cpnt_refund_text_status_issued"' }, { value: '"ui_cpnt_refund_text_status_refunded"' }, { value: '"ui_cpnt_divider_white_01"' }, { value: '"ui_cpnt_timer_base_01"' }, { value: '"ui_cpnt_timer_base_timeup"' }, { value: '"ui_66"' }, { value: '"ui_67"' }, { value: '"ui_cpnt_videoplayer_gradient_3"' }, { value: '"ui_68"' }, { value: '"ui_69"' }, { value: '"ui_cpnt_divider_white_02"' }, { value: '"ui_cpnt_list_chatbubble_base_brand_primary"' }, { value: '"ui_cpnt_list_chatbubble_base_grey"' }, { value: '"ui_cpnt_list_chatbubble_base_translucent_white"' }, { value: '"ui_cpnt_list_chatbubble_base_translucent_black"' }, { value: '"ui_avatar_border_translucent_white"' }, { value: '"ui_avatar_border_translucent_black"' }, { value: '"ui_cpnt_textfield_base_hover"' }, { value: '"ui_cpnt_textfield_base_pressed"' }, { value: '"ui_cpnt_button_secondary_on_base_hover"' }, { value: '"ui_cpnt_button_secondary_on_base_pressed"' }, { value: '"ui_cpnt_select_base_hover"' }, { value: '"ui_cpnt_select_base_pressed"' }, { value: '"ui_cpnt_dropdown_base_hover"' }, { value: '"ui_cpnt_dropdown_base_pressed"' }, { value: '"ui_cpnt_sheet_base_09"' }, { value: '"ui_wizard_pagemenucontainer_background"' }, { value: '"ui_stepcontainer_background"' }, { value: '"ui_wizard_contentscontainer01_background"' }, { value: '"ui_wizard_contentscontainer02_background"' }, { value: '"ui_70"' }, { value: '"ui_cpnt_button_primary_variation_base_enabled"' }, { value: '"ui_cpnt_button_text_secondary_variation_disabled"' }, { value: '"ui_cpnt_button_icon_secondary_variation_disabled"' }, { value: '"ui_cpnt_button_secondary_variation_base_default"' }, { value: '"ui_cpnt_button_secondary_variation_base_hover"' }, { value: '"ui_cpnt_button_secondary_variation_base_pressed"' }, { value: '"ui_editor_base_pages"' }, { value: '"ui_editor_base_papp"' }, { value: '"ui_container_scroll"' }, { value: '"ui_pages_section_dimmed"' }, { value: '"ui_71"' }, { value: '"ui_cpnt_textlabel_sys_black"' }, { value: '"ui_cpnt_sheet_base_10"' }, { value: '"ui_cpnt_sheet_base_11"' }, { value: '"ui_72"' }, { value: '"ui_73"' }, { value: '"ui_cpnt_sidebar_listitem_base_hover"' }, { value: '"ui_avatar_border_brandprimary"' }, { value: '"ui_avatar_border"' }, { value: '"ui_editor_rightside_title_tabbar_base"' }, { value: '"ui_editor_preview_base"' }, { value: '"ui_editor_preview_divice_area_border"' }, { value: '"ui_editor_preview_background"' }, { value: '"ui_editor_leftside_base"' }, { value: '"ui_cpnt_sidebar_label_text"' }, { value: '"ui_cpnt_dropdown_base_hover_darktheme"' }, { value: '"ui_cpnt_dropdown_base_pressed_darktheme"' }, { value: '"ui_cpnt_dropdown_base_hover_white"' }, { value: '"ui_cpnt_dropdown_base_pressed_white"' }, { value: '"ui_cpnt_textfield_base_hover_darktheme"' }, { value: '"ui_cpnt_textfield_base_pressed_darktheme"' }, { value: '"ui_cpnt_select_base_hover_darktheme"' }, { value: '"ui_cpnt_select_base_pressed_darktheme"' }, { value: '"ui_cpnt_textfield_base_hover_transparent"' }, { value: '"ui_cpnt_textfield_base_pressed_transparent"' }, { value: '"ui_cpnt_reactionbutton_base_02"' }, { value: '"ui_create_ch_step_prev"' }] } }, value: { defaultValue: null, description: "", name: "value", required: !1, type: { name: "string | number | boolean | null" } }, id: { defaultValue: null, description: "", name: "id", required: !1, type: { name: "string | number | boolean | null" } }, onClickChip: { defaultValue: null, description: "", name: "onClickChip", required: !1, type: { name: "((e: MouseEvent<HTMLDivElement, MouseEvent>) => void)" } }, onClickXMarkIcon: { defaultValue: null, description: "", name: "onClickXMarkIcon", required: !1, type: { name: "(() => void)" } }, activeChipId: { defaultValue: null, description: "@deprecated value 필드를 대신 사용하세요.", name: "activeChipId", required: !1, type: { name: "string | number" } }, chipId: { defaultValue: null, description: "@deprecated id 필드를 대신 사용하세요.", name: "chipId", required: !1, type: { name: "string | number" } } } }, "undefined" != typeof STORYBOOK_REACT_CLASSES && (STORYBOOK_REACT_CLASSES["src/mobile/components/Chip/Chip.tsx#Chip"] = { docgenInfo: Chip.__docgenInfo, name: "Chip", path: "src/mobile/components/Chip/Chip.tsx#Chip" });
2405
+ Chip.displayName = "Chip", Chip.__docgenInfo = { description: "", displayName: "Chip", props: { displayType: { defaultValue: { value: "filter_single" }, description: "", name: "displayType", required: !1, type: { name: "enum", value: [{ value: '"label"' }, { value: '"time"' }, { value: '"filter_single"' }, { value: '"information"' }, { value: '"category_choice"' }, { value: '"filter_multi"' }, { value: '"removable"' }] } }, text: { defaultValue: null, description: "", name: "text", required: !1, type: { name: "PDSTextType" } }, filterIconMode: { defaultValue: { value: "none" }, description: "", name: "filterIconMode", required: !1, type: { name: "enum", value: [{ value: '"none"' }, { value: '"left"' }] } }, iconFillType: { defaultValue: { value: "line" }, description: "", name: "iconFillType", required: !1, type: { name: "enum", value: [{ value: '"fill"' }, { value: '"line"' }] } }, iconName: { defaultValue: null, description: "", name: "iconName", required: !1, type: { name: "enum", value: [{ value: '"ic_arrow_down"' }, { value: '"ic_arrow_up"' }, { value: '"ic_bell"' }, { value: '"ic_bookmark"' }, { value: '"ic_call"' }, { value: '"ic_call_end"' }, { value: '"ic_camera"' }, { value: '"ic_chat"' }, { value: '"ic_chat_counseling"' }, { value: '"ic_chat_crm"' }, { value: '"ic_chat_off"' }, { value: '"ic_checkbox_indeterminate"' }, { value: '"ic_checkbox_on"' }, { value: '"ic_cloud_download"' }, { value: '"ic_delete"' }, { value: '"ic_downloaded"' }, { value: '"ic_edit"' }, { value: '"ic_eye"' }, { value: '"ic_eye_close"' }, { value: '"ic_face"' }, { value: '"ic_heart"' }, { value: '"ic_help_window"' }, { value: '"ic_live"' }, { value: '"ic_login"' }, { value: '"ic_mic_off"' }, { value: '"ic_mic_on"' }, { value: '"ic_more"' }, { value: '"ic_paper_plane"' }, { value: '"ic_photo"' }, { value: '"ic_pin"' }, { value: '"ic_post_free"' }, { value: '"ic_post_notice"' }, { value: '"ic_post_social"' }, { value: '"ic_question"' }, { value: '"ic_reply"' }, { value: '"ic_setting"' }, { value: '"ic_speaker_off"' }, { value: '"ic_speaker_wave_1"' }, { value: '"ic_speaker_wave_2"' }, { value: '"ic_split_screen"' }, { value: '"ic_star"' }, { value: '"ic_subscribers"' }, { value: '"ic_thumb_down"' }, { value: '"ic_thumb_up"' }, { value: '"ic_toggle_down"' }, { value: '"ic_toggle_up"' }, { value: '"ic_verified"' }, { value: '"ic_video"' }, { value: '"ic_videocall"' }, { value: '"ic_videocall_pro"' }, { value: '"ic_video_episodes"' }, { value: '"ic_video_off"' }, { value: '"ic_video_pause"' }, { value: '"ic_video_play"' }, { value: '"ic_video_play_circle"' }, { value: '"ic_video_resolution"' }, { value: '"ic_video_subtitle"' }, { value: '"ic_vodplus"' }, { value: '"ic_analytics_search_tools"' }, { value: '"ic_arrow_down_bold"' }, { value: '"ic_arrow_left"' }, { value: '"ic_arrow_left_2"' }, { value: '"ic_arrow_left_bold"' }, { value: '"ic_arrow_left_thin"' }, { value: '"ic_arrow_right"' }, { value: '"ic_arrow_right_2"' }, { value: '"ic_arrow_right_bold"' }, { value: '"ic_arrow_right_thin"' }, { value: '"ic_arrow_round_left"' }, { value: '"ic_arrow_up_bold"' }, { value: '"ic_bell_notification"' }, { value: '"ic_booking"' }, { value: '"ic_booking_completed"' }, { value: '"ic_booking_history"' }, { value: '"ic_booking_papp"' }, { value: '"ic_booking_ticket"' }, { value: '"ic_business"' }, { value: '"ic_channel"' }, { value: '"ic_channel_setting"' }, { value: '"ic_check"' }, { value: '"ic_checkbox_off"' }, { value: '"ic_clip"' }, { value: '"ic_coins"' }, { value: '"ic_confetti"' }, { value: '"ic_cont_watching"' }, { value: '"ic_copy"' }, { value: '"ic_cs"' }, { value: '"ic_dashboard"' }, { value: '"ic_design_preference"' }, { value: '"ic_developer"' }, { value: '"ic_device_app"' }, { value: '"ic_device_desktop"' }, { value: '"ic_device_mobile"' }, { value: '"ic_download"' }, { value: '"ic_dynamic_layout"' }, { value: '"ic_editor"' }, { value: '"ic_editor_left_side"' }, { value: '"ic_editor_right_side"' }, { value: '"ic_end"' }, { value: '"ic_error"' }, { value: '"ic_filter"' }, { value: '"ic_folder"' }, { value: '"ic_ghost"' }, { value: '"ic_heart_care"' }, { value: '"ic_home"' }, { value: '"ic_information"' }, { value: '"ic_internal"' }, { value: '"ic_language"' }, { value: '"ic_links"' }, { value: '"ic_live_broadcast"' }, { value: '"ic_live_commerce"' }, { value: '"ic_live_concert"' }, { value: '"ic_live_event"' }, { value: '"ic_live_personal"' }, { value: '"ic_lock"' }, { value: '"ic_mail"' }, { value: '"ic_menu"' }, { value: '"ic_minus_circle"' }, { value: '"ic_news"' }, { value: '"ic_open_page"' }, { value: '"ic_order"' }, { value: '"ic_pages"' }, { value: '"ic_page_size_expand"' }, { value: '"ic_page_size_reduce"' }, { value: '"ic_papp"' }, { value: '"ic_papp_type"' }, { value: '"ic_payment"' }, { value: '"ic_payment_free_trial"' }, { value: '"ic_payment_gift"' }, { value: '"ic_payment_onetime"' }, { value: '"ic_payment_regularly"' }, { value: '"ic_payment_setting"' }, { value: '"ic_photo_multiple"' }, { value: '"ic_plan"' }, { value: '"ic_plus"' }, { value: '"ic_plus_circle"' }, { value: '"ic_post_article"' }, { value: '"ic_post_blog"' }, { value: '"ic_post_column"' }, { value: '"ic_post_community_p"' }, { value: '"ic_post_inquiry"' }, { value: '"ic_post_magazine"' }, { value: '"ic_post_paper_plane"' }, { value: '"ic_post_photobook"' }, { value: '"ic_post_promotion"' }, { value: '"ic_post_promotion_p"' }, { value: '"ic_post_vote"' }, { value: '"ic_post_welcome"' }, { value: '"ic_profit"' }, { value: '"ic_qr"' }, { value: '"ic_radio_off"' }, { value: '"ic_radio_on"' }, { value: '"ic_report"' }, { value: '"ic_requirement"' }, { value: '"ic_rocket"' }, { value: '"ic_sales"' }, { value: '"ic_search"' }, { value: '"ic_section_content_32"' }, { value: '"ic_section_content_40"' }, { value: '"ic_section_contents_carousel_32"' }, { value: '"ic_section_contents_carousel_40"' }, { value: '"ic_section_divider_32"' }, { value: '"ic_section_divider_40"' }, { value: '"ic_section_footer_32"' }, { value: '"ic_section_footer_40"' }, { value: '"ic_section_info_box_32"' }, { value: '"ic_section_info_box_40"' }, { value: '"ic_section_intro_32"' }, { value: '"ic_section_intro_40"' }, { value: '"ic_section_map_32"' }, { value: '"ic_section_map_40"' }, { value: '"ic_section_price_box_32"' }, { value: '"ic_section_price_box_40"' }, { value: '"ic_section_products_carousel_32"' }, { value: '"ic_section_products_carousel_40"' }, { value: '"ic_section_review_32"' }, { value: '"ic_section_review_40"' }, { value: '"ic_section_slider_32"' }, { value: '"ic_section_slider_40"' }, { value: '"ic_section_tab_32"' }, { value: '"ic_section_tab_40"' }, { value: '"ic_seller_info"' }, { value: '"ic_seller_intro"' }, { value: '"ic_seller_page"' }, { value: '"ic_series"' }, { value: '"ic_series_list"' }, { value: '"ic_settlement"' }, { value: '"ic_share"' }, { value: '"ic_slideBanner"' }, { value: '"ic_sort"' }, { value: '"ic_standard_banner"' }, { value: '"ic_success"' }, { value: '"ic_ten_sec_back"' }, { value: '"ic_ten_sec_back_arrow"' }, { value: '"ic_ten_sec_forward"' }, { value: '"ic_ten_sec_forward_arrow"' }, { value: '"ic_time"' }, { value: '"ic_trashcan"' }, { value: '"ic_unavailable"' }, { value: '"ic_unlock"' }, { value: '"ic_upload"' }, { value: '"ic_video_guide"' }, { value: '"ic_video_pip"' }, { value: '"ic_video_playback_speed"' }, { value: '"ic_video_playlist"' }, { value: '"ic_vod"' }, { value: '"ic_vodclass"' }, { value: '"ic_vods"' }, { value: '"ic_vod_shorts"' }, { value: '"ic_warning"' }, { value: '"ic_weblink"' }, { value: '"ic_xmark"' }] } }, overrideTextColorKey: { defaultValue: null, description: "", name: "overrideTextColorKey", required: !1, type: { name: "enum", value: [{ value: '"ui_cpnt_icon_sys_grey_01"' }, { value: '"ui_cpnt_button_fill_base_primary"' }, { value: '"ui_cpnt_button_fill_base_default"' }, { value: '"ui_cpnt_button_fill_base_white"' }, { value: '"ui_cpnt_button_fill_on_base_hover"' }, { value: '"ui_cpnt_button_fill_on_base_pressed"' }, { value: '"ui_cpnt_button_fill_base_disabled"' }, { value: '"ui_cpnt_button_line_base_pressed"' }, { value: '"ui_cpnt_button_line_base_hover"' }, { value: '"ui_cpnt_button_line_border_default"' }, { value: '"ui_cpnt_button_line_border_enabled"' }, { value: '"ui_cpnt_button_line_border_disabled"' }, { value: '"ui_cpnt_button_line_border_primary"' }, { value: '"ui_cpnt_button_text_primary"' }, { value: '"ui_cpnt_button_text_on_primary"' }, { value: '"ui_cpnt_button_text_enabled"' }, { value: '"ui_cpnt_button_text_disabled"' }, { value: '"ui_cpnt_button_text_default"' }, { value: '"ui_cpnt_button_icon_on_primary"' }, { value: '"ui_cpnt_button_icon_primary"' }, { value: '"ui_cpnt_button_icon_enabled"' }, { value: '"ui_cpnt_button_icon_disabled"' }, { value: '"ui_cpnt_button_icon_default"' }, { value: '"ui_cpnt_textfield_border_normal"' }, { value: '"ui_cpnt_textfield_border_focus"' }, { value: '"ui_cpnt_textfield_border_error"' }, { value: '"ui_cpnt_textfield_base_normal"' }, { value: '"ui_cpnt_textfield_base_disabled"' }, { value: '"ui_cpnt_textfield_text_hint"' }, { value: '"ui_cpnt_textfield_text_typed"' }, { value: '"ui_cpnt_textfield_text_error"' }, { value: '"ui_cpnt_textfield_text_disabled"' }, { value: '"ui_cpnt_textfield_icon_01"' }, { value: '"ui_cpnt_textfield_icon_02"' }, { value: '"ui_cpnt_textfield_icon_03"' }, { value: '"ui_cpnt_list_base_area"' }, { value: '"ui_cpnt_list_base_area_select"' }, { value: '"ui_cpnt_list_text_title"' }, { value: '"ui_cpnt_list_text_description_01"' }, { value: '"ui_cpnt_list_text_caption_01"' }, { value: '"ui_cpnt_headerbar_base_area"' }, { value: '"ui_cpnt_headerbar_text_title"' }, { value: '"ui_cpnt_headerbar_icon"' }, { value: '"ui_cpnt_headerbar_divider"' }, { value: '"ui_cpnt_tabbar_base_area"' }, { value: '"ui_cpnt_tabbar_divider"' }, { value: '"ui_cpnt_tabbar_base_area_sub"' }, { value: '"ui_cpnt_tabbar_border_active_indicator_primary"' }, { value: '"ui_cpnt_tabbar_text_active_primary"' }, { value: '"ui_cpnt_tabbar_border_active_indicator"' }, { value: '"ui_cpnt_tabbar_text_active"' }, { value: '"ui_cpnt_tabbar_text_inactive_01"' }, { value: '"ui_2"' }, { value: '"ui_3"' }, { value: '"ui_4"' }, { value: '"ui_5"' }, { value: '"ui_6"' }, { value: '"ui_7"' }, { value: '"ui_8"' }, { value: '"ui_9"' }, { value: '"ui_cpnt_pagination_slide_dot_active"' }, { value: '"ui_cpnt_pagination_slide_dot_inactive"' }, { value: '"ui_10"' }, { value: '"ui_11"' }, { value: '"ui_cpnt_modal_header_text_title"' }, { value: '"ui_cpnt_modal_header_icon_01"' }, { value: '"ui_cpnt_modal_header_base_area"' }, { value: '"ui_cpnt_modal_header_base_line"' }, { value: '"ui_cpnt_modal_body_primary_text"' }, { value: '"ui_cpnt_modal_body_secondary_text"' }, { value: '"ui_cpnt_modal_footer_base_area"' }, { value: '"ui_cpnt_modal_footer_divider"' }, { value: '"ui_cpnt_modal_base"' }, { value: '"ui_12"' }, { value: '"ui_13"' }, { value: '"ui_14"' }, { value: '"ui_15"' }, { value: '"ui_cpnt_text_emptystate"' }, { value: '"ui_cpnt_chip_fill_icon_inactive"' }, { value: '"ui_cpnt_chip_fill_icon_active_01"' }, { value: '"ui_cpnt_chip_fill_text_inactive"' }, { value: '"ui_cpnt_chip_fill_text_active_01"' }, { value: '"ui_cpnt_chip_fill_base_inactive"' }, { value: '"ui_cpnt_chip_fill_base_active_01"' }, { value: '"ui_cpnt_chip_line_icon_01"' }, { value: '"ui_cpnt_chip_line_text_01"' }, { value: '"ui_cpnt_chip_line_text_disabled"' }, { value: '"ui_cpnt_chip_line_border_01"' }, { value: '"ui_cpnt_chip_base_playtime"' }, { value: '"ui_16"' }, { value: '"ui_cpnt_list_icon_01"' }, { value: '"ui_cpnt_list_icon_02"' }, { value: '"ui_cpnt_bottomsheet_icon_01"' }, { value: '"ui_cpnt_bottomsheet_text_01"' }, { value: '"ui_cpnt_bottomsheet_text_02"' }, { value: '"ui_cpnt_bottomsheet_icon_02"' }, { value: '"ui_19"' }, { value: '"ui_20"' }, { value: '"ui_cpnt_fab_default_base_white"' }, { value: '"ui_cpnt_fab_default_base_red"' }, { value: '"ui_cpnt_fab_default_base_primary"' }, { value: '"ui_cpnt_fab_default_base_hover"' }, { value: '"ui_cpnt_fab_default_on_base_hover"' }, { value: '"ui_cpnt_fab_default_base_pressed"' }, { value: '"ui_cpnt_fab_default_on_base_pressed"' }, { value: '"ui_cpnt_fab_default_base_disabled"' }, { value: '"ui_cpnt_fab_icon_enabled"' }, { value: '"ui_cpnt_fab_icon_on_primary"' }, { value: '"ui_cpnt_fab_icon_disabled"' }, { value: '"ui_cpnt_fab_extended_base_primary"' }, { value: '"ui_cpnt_fab_extended_on_base_hover"' }, { value: '"ui_cpnt_fab_extended_on_base_pressed"' }, { value: '"ui_cpnt_fab_extended_base_disabled"' }, { value: '"ui_cpnt_fab_text_on_primary"' }, { value: '"ui_cpnt_fab_text_disabled"' }, { value: '"ui_cpnt_alertdialog_base"' }, { value: '"ui_cpnt_alertdialog_icon_success"' }, { value: '"ui_cpnt_alertdialog_icon_error"' }, { value: '"ui_cpnt_alertdialog_icon_warning"' }, { value: '"ui_cpnt_alertdialog_text_title"' }, { value: '"ui_cpnt_alertdialog_text_body"' }, { value: '"ui_21"' }, { value: '"ui_22"' }, { value: '"ui_23"' }, { value: '"ui_24"' }, { value: '"ui_25"' }, { value: '"ui_26"' }, { value: '"ui_27"' }, { value: '"ui_cpnt_divider"' }, { value: '"ui_cpnt_select_border_normal"' }, { value: '"ui_cpnt_select_border_focus"' }, { value: '"ui_cpnt_select_base_normal"' }, { value: '"ui_cpnt_select_base_disabled"' }, { value: '"ui_cpnt_select_text_hint"' }, { value: '"ui_cpnt_select_text_selected"' }, { value: '"ui_cpnt_select_text_disabled"' }, { value: '"ui_cpnt_select_icon_01"' }, { value: '"ui_cpnt_select_icon_02"' }, { value: '"ui_28"' }, { value: '"ui_29"' }, { value: '"ui_30"' }, { value: '"ui_cpnt_videoplayer_icon_01"' }, { value: '"ui_32"' }, { value: '"ui_cpnt_selcontrols_icon_primary"' }, { value: '"ui_cpnt_selcontrols_icon_disabled"' }, { value: '"ui_cpnt_selcontrols_icon_default"' }, { value: '"ui_cpnt_selcontrols_text_disabled"' }, { value: '"ui_cpnt_selcontrols_text_default"' }, { value: '"ui_cpnt_selcontrols_icon_on_base_hover"' }, { value: '"ui_cpnt_contextmenu_menu_base_normal"' }, { value: '"ui_cpnt_contextmenu_menu_base_hover"' }, { value: '"ui_cpnt_contextmenu_menu_base_selected"' }, { value: '"ui_cpnt_contextmenu_text"' }, { value: '"ui_cpnt_selcontrols_base_off"' }, { value: '"ui_cpnt_selcontrols_base_on"' }, { value: '"ui_cpnt_tabbar_text_inactive_02"' }, { value: '"ui_cpnt_videoplayer_unavailable"' }, { value: '"ui_cpnt_list_divider"' }, { value: '"ui_cpnt_button_fill_base_transparent"' }, { value: '"ui_cpnt_list_badge_active"' }, { value: '"ui_cpnt_list_badge_active_primary"' }, { value: '"ui_cpnt_list_badge_disabled"' }, { value: '"ui_cpnt_list_badge_cancel"' }, { value: '"ui_cpnt_list_text_quantity_plus"' }, { value: '"ui_cpnt_content_card_base"' }, { value: '"ui_cpnt_content_icon_03"' }, { value: '"ui_cpnt_content_icon_01"' }, { value: '"ui_cpnt_content_icon_02"' }, { value: '"ui_cpnt_content_card_status_a"' }, { value: '"ui_cpnt_content_card_status_b"' }, { value: '"ui_cpnt_content_card_status_c"' }, { value: '"ui_cpnt_content_card_status_d"' }, { value: '"ui_cpnt_textgroup_base_area"' }, { value: '"ui_cpnt_imageslide_active"' }, { value: '"ui_cpnt_imageslide_inactive"' }, { value: '"ui_cpnt_videoplayer_icon_02"' }, { value: '"ui_cpnt_videoplayer_text_01"' }, { value: '"ui_cpnt_videoplayer_text_02"' }, { value: '"ui_cpnt_videoplayer_scrubber_01"' }, { value: '"ui_cpnt_videoplayer_scrubber_primary"' }, { value: '"ui_cpnt_videoplayer_playbar_base"' }, { value: '"ui_cpnt_videoplayer_playbar_02"' }, { value: '"ui_cpnt_videoplayer_playbar_primary"' }, { value: '"ui_cpnt_videoplayer_playbar_01"' }, { value: '"ui_cpnt_tableheadbar_title"' }, { value: '"ui_cpnt_tableheaderbar_text_default"' }, { value: '"ui_cpnt_tableheaderbar_text_disabled"' }, { value: '"ui_cpnt_tableheaderbar_icon_01"' }, { value: '"ui_cpnt_datatable_text_01"' }, { value: '"ui_cpnt_datatable_text_02"' }, { value: '"ui_cpnt_datatable_text_03"' }, { value: '"ui_cpnt_datatable_text_textbutton"' }, { value: '"ui_cpnt_datatable_text_active"' }, { value: '"ui_cpnt_datatable_base_default"' }, { value: '"ui_cpnt_datatable_base_hover"' }, { value: '"ui_cpnt_datatable_text_inactive"' }, { value: '"ui_cpnt_datatable_bulkaction_base"' }, { value: '"ui_cpnt_datatable_icon_01"' }, { value: '"ui_cpnt_datatable_text_04"' }, { value: '"ui_cpnt_chip_fill_base_active_02"' }, { value: '"ui_cpnt_chip_fill_text_active_02"' }, { value: '"ui_cpnt_chip_fill_icon_active_02"' }, { value: '"ui_cpnt_dropdown_border_normal"' }, { value: '"ui_cpnt_dropdown_border_focus"' }, { value: '"ui_cpnt_dropdown_base_normal"' }, { value: '"ui_cpnt_dropdown_base_disabled"' }, { value: '"ui_cpnt_dropdown_text_hint"' }, { value: '"ui_cpnt_dropdown_text_selected"' }, { value: '"ui_cpnt_dropdown_text_disabled"' }, { value: '"ui_cpnt_dropdown_icon_01"' }, { value: '"ui_cpnt_dropdown_icon_02"' }, { value: '"ui_cpnt_datatable_textbutton_base_02"' }, { value: '"ui_cpnt_datatable_textbutton_base_01"' }, { value: '"ui_cpnt_datatable_icon_02"' }, { value: '"ui_cpnt_datatable_icon_03"' }, { value: '"ui_cpnt_datatable_icon_04"' }, { value: '"ui_cpnt_sidebar_common_base"' }, { value: '"ui_cpnt_sidebar_header_base"' }, { value: '"ui_cpnt_sidebar_label_base"' }, { value: '"ui_cpnt_sidebar_listitem_base_inactive"' }, { value: '"ui_cpnt_sidebar_listitem_base_active"' }, { value: '"ui_cpnt_sidebar_footer_base"' }, { value: '"ui_cpnt_sidebar_label_icon"' }, { value: '"ui_cpnt_sidebar_listitem_icon_inactive"' }, { value: '"ui_cpnt_sidebar_listitem_icon_active"' }, { value: '"ui_cpnt_sidebar_icon_01"' }, { value: '"ui_cpnt_modal_body_base"' }, { value: '"ui_cpnt_modal_header_icon_02"' }, { value: '"ui_cpnt_selectcard_base_selected"' }, { value: '"ui_cpnt_selectcard_base_default"' }, { value: '"ui_cpnt_selectcard_icon_default"' }, { value: '"ui_cpnt_selectcard_icon_selected"' }, { value: '"ui_cpnt_selectcard_text_01"' }, { value: '"ui_cpnt_selectcard_text_02"' }, { value: '"ui_cpnt_selectcard_text_03"' }, { value: '"ui_cpnt_bannerslidecontent_text_white"' }, { value: '"ui_cpnt_modal_header_icon_03"' }, { value: '"ui_cpnt_modal_body_tertiary_text"' }, { value: '"ui_cpnt_list_timestatus_base"' }, { value: '"ui_cpnt_list_text_timestatus"' }, { value: '"ui_cpnt_imageview_base_03"' }, { value: '"ui_34"' }, { value: '"ui_cpnt_editorsidebar_base"' }, { value: '"ui_cpnt_editorsidebar_visible_status_base"' }, { value: '"ui_cpnt_editorsidebar_visible_status_text"' }, { value: '"ui_cpnt_editorsidebar_card_base_default"' }, { value: '"ui_cpnt_editorsidebar_card_base_selected"' }, { value: '"ui_cpnt_editorsidebar_text_default"' }, { value: '"ui_cpnt_editorsidebar_text_selected"' }, { value: '"ui_cpnt_editorsidebar_icon_default"' }, { value: '"ui_cpnt_editorsidebar_icon_selected"' }, { value: '"ui_cpnt_editorsidebar_card_border"' }, { value: '"ui_cpnt_step_base_area"' }, { value: '"ui_cpnt_step_text_inactive"' }, { value: '"ui_cpnt_step_text_active"' }, { value: '"ui_cpnt_step_circular_inactive"' }, { value: '"ui_cpnt_step_circular_active"' }, { value: '"ui_cpnt_step_icon"' }, { value: '"ui_cpnt_step_text_number"' }, { value: '"ui_cpnt_imageslide_dot_area_1"' }, { value: '"ui_cpnt_imageslide_dot_area_2"' }, { value: '"ui_cpnt_editorsidebar_text_disabled"' }, { value: '"ui_cpnt_editorsidebar_icon_disabled"' }, { value: '"ui_cpnt_editorsidebar_card_border_disabled"' }, { value: '"ui_cpnt_userdesktopnavbar_base_area"' }, { value: '"ui_cpnt_button_line_base_default"' }, { value: '"ui_cpnt_userdesktoptabbar_base_area"' }, { value: '"ui_cpnt_userdesktoptabbar_divider"' }, { value: '"ui_cpnt_userdesktoptabbar_border_active_indicator"' }, { value: '"ui_cpnt_userdesktoptabbar_text_active"' }, { value: '"ui_cpnt_userdesktoptabbar_text_inactive"' }, { value: '"ui_cpnt_selcontrols_base_off_disabled"' }, { value: '"ui_cpnt_selcontrols_base_on_disabled"' }, { value: '"ui_cpnt_selcontrols_circular"' }, { value: '"ui_cpnt_chip_line_icon_02"' }, { value: '"ui_cpnt_overlay_base"' }, { value: '"ui_cpnt_profile_base"' }, { value: '"ui_cpnt_card_base"' }, { value: '"ui_cpnt_card_selected_border"' }, { value: '"ui_cpnt_card_icon_basic"' }, { value: '"ui_cpnt_card_icon_custom"' }, { value: '"ui_cpnt_card_icon_create"' }, { value: '"ui_cpnt_modal_dimmed"' }, { value: '"ui_cpnt_alertdialog_dimmed"' }, { value: '"ui_cpnt_bottomsheet_base"' }, { value: '"ui_cpnt_bottomsheet_icon_03"' }, { value: '"ui_cpnt_button_icon_white"' }, { value: '"ui_cpnt_list_icon_03"' }, { value: '"ui_cpnt_list_icon_active_primary"' }, { value: '"ui_cpnt_alertdialog_icon_information"' }, { value: '"ui_cpnt_bottomsheet_bar"' }, { value: '"ui_cpnt_button_line_border_error"' }, { value: '"ui_cpnt_button_text_error"' }, { value: '"ui_cpnt_button_icon_error"' }, { value: '"ui_cpnt_textlabel_sys_primary"' }, { value: '"ui_cpnt_textlabel_sys_secondary"' }, { value: '"ui_cpnt_textlabel_sys_tertiary"' }, { value: '"ui_cpnt_textlabel_sys_white"' }, { value: '"ui_cpnt_textlabel_sys_brandprimary"' }, { value: '"ui_cpnt_textlabel_sys_error"' }, { value: '"ui_cpnt_textlabel_sys_brandseconvariant"' }, { value: '"ui_cpnt_textlabel_usr_brandprimary"' }, { value: '"ui_cpnt_textlabel_usr_brandseconvariant"' }, { value: '"ui_cpnt_textlabel_usr_brandonprimary"' }, { value: '"ui_cpnt_list_text_body"' }, { value: '"ui_cpnt_card_icon_background_01"' }, { value: '"ui_cpnt_card_icon_background_02"' }, { value: '"ui_cpnt_card_icon_background_03"' }, { value: '"ui_cpnt_bannerslide_gradient_1"' }, { value: '"ui_cpnt_bannerslide_gradient_2"' }, { value: '"ui_cpnt_modal_gradient_1"' }, { value: '"ui_cpnt_modal_gradient_2"' }, { value: '"ui_cpnt_list_icon_04"' }, { value: '"ui_cpnt_list_thumbnail_border"' }, { value: '"ui_cpnt_list_thumbnail_gradient_1"' }, { value: '"ui_cpnt_list_thumbnail_gradient_2"' }, { value: '"ui_cpnt_list_base_area_active"' }, { value: '"ui_cpnt_contextmenu_base"' }, { value: '"ui_cpnt_videoplayer_gradient_1"' }, { value: '"ui_cpnt_videoplayer_gradient_2"' }, { value: '"ui_cpnt_videoplayer_overlay"' }, { value: '"ui_globalmenucontainer_background"' }, { value: '"ui_pagemenucontainer_background"' }, { value: '"ui_submenucontainer_background"' }, { value: '"ui_tabmenucontainer_background"' }, { value: '"ui_contentscontainer01_background"' }, { value: '"ui_contentscontainer02_background"' }, { value: '"ui_cpnt_bannerslide_icon_01"' }, { value: '"ui_cpnt_card_shadow"' }, { value: '"ui_cpnt_bannerslide_pagination_active"' }, { value: '"ui_cpnt_bannerslide_pagination_inactive"' }, { value: '"ui_cpnt_icon_usr_brandprimary"' }, { value: '"ui_container_divider"' }, { value: '"ui_area_divider"' }, { value: '"ui_cpnt_list_base_area_seller"' }, { value: '"ui_temp_grey_01"' }, { value: '"ui_temp_grey_02"' }, { value: '"ui_temp_grey_03"' }, { value: '"ui_temp_grey_04"' }, { value: '"ui_temp_grey_05"' }, { value: '"ui_temp_white"' }, { value: '"ui_temp_primary_01"' }, { value: '"ui_temp_secondary_01"' }, { value: '"ui_temp_red"' }, { value: '"ui_temp_white_opacity_00"' }, { value: '"ui_temp_dimmed"' }, { value: '"ui_temp_black"' }, { value: '"ui_temp_primary_02"' }, { value: '"ui_temp_primary_03"' }, { value: '"ui_temp_secondary_02"' }, { value: '"ui_temp_lightgreen_01"' }, { value: '"ui_cpnt_userdesktopnavbar_profile_border"' }, { value: '"ui_cpnt_textlabel_sys_grey_04"' }, { value: '"ui_papp_post_social_background"' }, { value: '"ui_papp_post_notice_background"' }, { value: '"ui_papp_post_free_background"' }, { value: '"ui_papp_vod_background"' }, { value: '"ui_papp_vodplus_background"' }, { value: '"ui_papp_live_background"' }, { value: '"ui_community_pagination_base_area"' }, { value: '"ui_cpnt_contextmenu_border"' }, { value: '"ui_profile_image_border"' }, { value: '"ui_cpnt_alertdialog_border"' }, { value: '"ui_cpnt_modal_border"' }, { value: '"ui_cpnt_card_border"' }, { value: '"ui_cpnt_overlay_border"' }, { value: '"ui_cpnt_datatable_base_selected"' }, { value: '"ui_cpnt_icon_sys_brandprimary"' }, { value: '"ui_cpnt_icon_sys_grey_02"' }, { value: '"ui_cpnt_icon_sys_grey_03"' }, { value: '"ui_cpnt_icon_sys_error_01"' }, { value: '"ui_cpnt_icon_sys_warning_01"' }, { value: '"ui_cpnt_icon_sys_success_01"' }, { value: '"ui_cpnt_icon_usr_brandsecondary"' }, { value: '"ui_papp_post_notice_link"' }, { value: '"ui_cpnt_headerbar_icon_02"' }, { value: '"ui_m_navigationcontainer_background"' }, { value: '"ui_m_tabcontainer_background"' }, { value: '"ui_m_contentscontainer01_background"' }, { value: '"ui_m_contentscontainer02_background"' }, { value: '"ui_cpnt_statusblock_basic"' }, { value: '"ui_cpnt_statusblock_standby"' }, { value: '"ui_cpnt_statusblock_proceeding"' }, { value: '"ui_cpnt_statusblock_cancel"' }, { value: '"ui_cpnt_statusblock_end"' }, { value: '"ui_cpnt_statusblock_error"' }, { value: '"ui_cpnt_list_base_area_solid"' }, { value: '"ui_cpnt_list_base_area_translucent"' }, { value: '"ui_cpnt_list_base_area_transparent"' }, { value: '"ui_cpnt_list_text_caption_02"' }, { value: '"ui_cpnt_button_line_border_darktheme_enabled"' }, { value: '"ui_cpnt_button_line_border_darktheme_disabled"' }, { value: '"ui_cpnt_button_line_base_darktheme_default"' }, { value: '"ui_cpnt_button_line_base_darktheme_hover"' }, { value: '"ui_cpnt_button_line_base_darktheme_pressed"' }, { value: '"ui_cpnt_button_text_darktheme_enabled"' }, { value: '"ui_cpnt_button_text_darktheme_disabled"' }, { value: '"ui_cpnt_button_icon_darktheme_enabled"' }, { value: '"ui_cpnt_button_icon_darktheme_disabled"' }, { value: '"ui_cpnt_icon_sys_white"' }, { value: '"ui_cpnt_button_fill_base_media"' }, { value: '"ui_cpnt_textfield_text_darktheme_enabled"' }, { value: '"ui_cpnt_textfield_text_darktheme_hint"' }, { value: '"ui_cpnt_textfield_text_darktheme_disabled"' }, { value: '"ui_cpnt_textfield_icon_darktheme_default"' }, { value: '"ui_cpnt_textfield_icon_darktheme_disabled"' }, { value: '"ui_cpnt_textfield_border_darktheme_normal"' }, { value: '"ui_cpnt_textfield_border_darktheme_focus"' }, { value: '"ui_cpnt_textfield_border_darktheme_error"' }, { value: '"ui_cpnt_textfield_text_darktheme_error"' }, { value: '"ui_cpnt_textfield_base_darktheme_disabled"' }, { value: '"ui_cpnt_select_text_darktheme_enabled"' }, { value: '"ui_cpnt_select_text_darktheme_hint"' }, { value: '"ui_cpnt_select_text_darktheme_disabled"' }, { value: '"ui_cpnt_select_icon_darktheme_default"' }, { value: '"ui_cpnt_select_icon_darktheme_disabled"' }, { value: '"ui_cpnt_select_border_darktheme_normal"' }, { value: '"ui_cpnt_select_border_darktheme_focus"' }, { value: '"ui_cpnt_select_base_darktheme_disabled"' }, { value: '"ui_cpnt_dropdown_text_darktheme_enabled"' }, { value: '"ui_cpnt_dropdown_text_darktheme_hint"' }, { value: '"ui_cpnt_dropdown_text_darktheme_disabled"' }, { value: '"ui_cpnt_dropdown_icon_darktheme_default"' }, { value: '"ui_cpnt_dropdown_icon_darktheme_disabled"' }, { value: '"ui_cpnt_dropdown_border_darktheme_normal"' }, { value: '"ui_cpnt_dropdown_border_darktheme_focus"' }, { value: '"ui_cpnt_dropdown_base_darktheme_disabled"' }, { value: '"ui_cpnt_sheet_base"' }, { value: '"ui_cpnt_button_icon_darktheme_default"' }, { value: '"ui_cpnt_button_icon_darktheme_primary"' }, { value: '"ui_cpnt_button_text_darktheme_default"' }, { value: '"ui_cpnt_button_text_darktheme_primary"' }, { value: '"ui_35"' }, { value: '"ui_cpnt_button_fill_base_black_opacity50"' }, { value: '"ui_cpnt_sheet_base_white"' }, { value: '"ui_cpnt_sheet_base_black"' }, { value: '"ui_cpnt_sheet_base_01"' }, { value: '"ui_cpnt_sheet_base_02"' }, { value: '"ui_temp_background"' }, { value: '"ui_list_progress_shape_normal"' }, { value: '"ui_list_progress_shape_error"' }, { value: '"ui_list_progress_shape_base"' }, { value: '"ui_cpnt_textlabel_sys_brand_primary_opacity50"' }, { value: '"ui_cpnt_progressbar_01"' }, { value: '"ui_cpnt_progressbar_02"' }, { value: '"ui_36"' }, { value: '"ui_37"' }, { value: '"ui_39"' }, { value: '"ui_cpnt_divider_white_opacity30"' }, { value: '"ui_toppagemenucontainer_background_wt_m"' }, { value: '"ui_contentscontainer_background_wt_m"' }, { value: '"ui_toppagemenuarea_background_wt_m"' }, { value: '"ui_contentsarea_background_wt_m"' }, { value: '"ui_cpnt_standardbanner_base_default"' }, { value: '"ui_channeldesc_white"' }, { value: '"ui_channeldesc_grey_03"' }, { value: '"ui_channeldesc_border_grey_03"' }, { value: '"ui_cpnt_bottomsheet_border"' }, { value: '"ui_cpnt_userdesktopsidetab_base_area"' }, { value: '"ui_cpnt_pg_gradient_01"' }, { value: '"ui_cpnt_pg_gradient_02"' }, { value: '"ui_channeldesc_background"' }, { value: '"ui_channeldesc_bottomsheet_base"' }, { value: '"ui_channeldesc_bottomsheet_border"' }, { value: '"ui_channeldesc_contents_base"' }, { value: '"ui_channeldesc_dimmed"' }, { value: '"ui_cpnt_pg_gradient_03"' }, { value: '"ui_cpnt_pg_gradient_04"' }, { value: '"ui_cpnt_pg_gradient_05"' }, { value: '"ui_cpnt_mask_base"' }, { value: '"ui_temp_usr_primary_01"' }, { value: '"ui_cpnt_sheet_base_02_opacity50"' }, { value: '"ui_menu_primarymenu_main"' }, { value: '"ui_menu_primarymenu_sub"' }, { value: '"ui_menu_secondarymenu_main"' }, { value: '"ui_menu_secondarymenu_sub"' }, { value: '"ui_menu_hover"' }, { value: '"ui_menu_active"' }, { value: '"ui_menu_background"' }, { value: '"ui_cpnt_video_progress_base"' }, { value: '"ui_cpnt_icon_sys_dark"' }, { value: '"ui_menu_background_gradient_opacity00"' }, { value: '"ui_cpnt_dropdown_border_white_normal"' }, { value: '"ui_cpnt_dropdown_text_white_enabled"' }, { value: '"ui_cpnt_dropdown_text_white_hint"' }, { value: '"ui_cpnt_dropdown_icon_white_default"' }, { value: '"ui_cpnt_dropdown_border_white_focus"' }, { value: '"ui_cpnt_dropdown_base_white_normal"' }, { value: '"ui_profile_image_border_brandprimary"' }, { value: '"ui_cpnt_dropdown_base_white_disabled"' }, { value: '"ui_cpnt_dropdown_border_white_disabled"' }, { value: '"ui_cpnt_sheet_base_white_opacity00"' }, { value: '"ui_dimmed_01"' }, { value: '"ui_cpnt_reactionbutton_base_01"' }, { value: '"ui_cpnt_textfield_border_disabled"' }, { value: '"ui_cpnt_dropdown_border_disabled"' }, { value: '"ui_cpnt_select_border_disabled"' }, { value: '"ui_cpnt_dropdown_base_darktheme_normal"' }, { value: '"ui_cpnt_textfield_text_readonly"' }, { value: '"ui_cpnt_select_text_readonly"' }, { value: '"ui_cpnt_dropdown_text_readonly"' }, { value: '"ui_cpnt_select_text_darktheme_readonly"' }, { value: '"ui_cpnt_dropdown_text_darktheme_readonly"' }, { value: '"ui_cpnt_dropdown_text_white_readonly"' }, { value: '"ui_cpnt_blogtextfield_base_01"' }, { value: '"ui_cpnt_textfield_base_darktheme_normal"' }, { value: '"ui_cpnt_dropdown_border_darktheme_disabled"' }, { value: '"ui_cpnt_select_border_darktheme_disabled"' }, { value: '"ui_cpnt_dropdown_text_white_disabled"' }, { value: '"ui_cpnt_select_base_darktheme_normal"' }, { value: '"ui_hero_title_text"' }, { value: '"ui_hero_description_text"' }, { value: '"ui_cpnt_divider_area"' }, { value: '"ui_cpnt_button_white_base_hover"' }, { value: '"ui_cpnt_button_white_base_pressed"' }, { value: '"ui_cpnt_list_base_area_hover"' }, { value: '"ui_cpnt_sheet_border_01"' }, { value: '"ui_cpnt_sheet_border_02"' }, { value: '"ui_cpnt_sheet_border_03"' }, { value: '"ui_43"' }, { value: '"ui_44"' }, { value: '"ui_45"' }, { value: '"ui_46"' }, { value: '"ui_47"' }, { value: '"ui_cpnt_sheet_base_03"' }, { value: '"ui_48"' }, { value: '"ui_49"' }, { value: '"ui_50"' }, { value: '"ui_51"' }, { value: '"ui_cpnt_list_text_caption_03"' }, { value: '"ui_cpnt_list_chatbubble_base_area"' }, { value: '"ui_cpnt_list_chatbubble_base_area_my"' }, { value: '"ui_cpnt_list_chatbubble_text_my"' }, { value: '"ui_papp_livechat_link"' }, { value: '"ui_cpnt_list_chatbubble_base_area_seller_color"' }, { value: '"ui_cpnt_list_chatbubble_text_seller_color"' }, { value: '"ui_cpnt_list_chatbubble_base_area_subscriber"' }, { value: '"ui_cpnt_list_chatbubble_text_subscriber"' }, { value: '"ui_cpnt_list_chatbubble_base_area_my_color"' }, { value: '"ui_cpnt_list_chatbubble_text_my_color"' }, { value: '"ui_cpnt_list_chatbubble_base_area_seller"' }, { value: '"ui_cpnt_list_chatbubble_text_seller"' }, { value: '"ui_52"' }, { value: '"ui_cpnt_imageview_dimmed"' }, { value: '"ui_53"' }, { value: '"ui_54"' }, { value: '"ui_55"' }, { value: '"ui_56"' }, { value: '"ui_cpnt_sheet_base_04"' }, { value: '"ui_cpnt_masking_base_01"' }, { value: '"ui_cpnt_masking_icon_01"' }, { value: '"ui_cpnt_list_base_area_transparent_seller"' }, { value: '"ui_57"' }, { value: '"ui_58"' }, { value: '"ui_cpnt_divider_white_opacity00"' }, { value: '"ui_cpnt_textfield_text_colortheme_transparent_enabled"' }, { value: '"ui_cpnt_textfield_text_colortheme_transparent_hint"' }, { value: '"ui_cpnt_textfield_text_colortheme_transparent_disabled"' }, { value: '"ui_cpnt_textfield_icon_colortheme_transparent_default"' }, { value: '"ui_cpnt_textfield_icon_colortheme_transparent_disabled"' }, { value: '"ui_cpnt_textfield_border_colortheme_transparent_normal"' }, { value: '"ui_cpnt_textfield_border_colortheme_transparent_focus"' }, { value: '"ui_cpnt_textfield_border_colortheme_transparent_error"' }, { value: '"ui_cpnt_textfield_text_colortheme_transparent_error"' }, { value: '"ui_cpnt_textfield_base_colortheme_transparent_disabled"' }, { value: '"ui_cpnt_textfield_base_colortheme_transparent_normal"' }, { value: '"ui_cpnt_textfield_text_colortheme_transparent_readonly"' }, { value: '"ui_cpnt_textfield_icon_colortheme_transparent_readonly"' }, { value: '"ui_cpnt_textfield_base_colortheme_transparent_readonly"' }, { value: '"ui_cpnt_textfield_border_colortheme_transparent_disabled"' }, { value: '"ui_cpnt_textfield_border_colortheme_transparent_readonly"' }, { value: '"ui_cpnt_lottiereactionbutton_base_01"' }, { value: '"ui_cpnt_lottiereactionbutton_base_02"' }, { value: '"ui_cpnt_lottiereactionbutton_base_03"' }, { value: '"ui_cpnt_lottiereactionbutton_base_04"' }, { value: '"ui_cpnt_lottiereactionbutton_base_05"' }, { value: '"ui_60"' }, { value: '"ui_61"' }, { value: '"ui_loading_skeleton_01"' }, { value: '"ui_loading_skeleton_02"' }, { value: '"ui_loading_linear_bar"' }, { value: '"ui_loading_linear_base"' }, { value: '"ui_loading_three_bar"' }, { value: '"ui_menu_button_base"' }, { value: '"ui_cpnt_calendar_status_a"' }, { value: '"ui_cpnt_calendar_status_b"' }, { value: '"ui_cpnt_calendar_status_c"' }, { value: '"ui_menu_background_transparent"' }, { value: '"ui_globalmenucontainer_background_transparent"' }, { value: '"ui_pagemenucontainer_background_transparent"' }, { value: '"ui_submenucontainer_background_transparent"' }, { value: '"ui_tabmenucontainer_background_transparent"' }, { value: '"ui_contentscontainer01_background_transparent"' }, { value: '"ui_contentscontainer02_background_transparent"' }, { value: '"ui_toppagemenucontainer_background_wt_m_transparent"' }, { value: '"ui_contentscontainer_background_wt_m_transparent"' }, { value: '"ui_menu_button_base_transparent"' }, { value: '"ui_dimmed_02"' }, { value: '"ui_cpnt_sheet_base_05"' }, { value: '"ui_62"' }, { value: '"ui_cpnt_calendar_date_hover"' }, { value: '"ui_cpnt_calendar_date_pressed"' }, { value: '"ui_cpnt_imageview_dimmed_gradient_01"' }, { value: '"ui_cpnt_imageview_dimmed_gradient_02"' }, { value: '"ui_cpnt_calendar_base"' }, { value: '"ui_cpnt_calendar_border"' }, { value: '"ui_cpnt_calendar_label_base_schedules"' }, { value: '"ui_cpnt_calendar_label_base_expired_schedules"' }, { value: '"ui_cpnt_calendar_label_border_default"' }, { value: '"ui_cpnt_calendar_label_border_schedules"' }, { value: '"ui_cpnt_calendar_label_border_expired_schedules"' }, { value: '"ui_cpnt_calendar_real_time_line"' }, { value: '"ui_cpnt_calendar_date_selected"' }, { value: '"ui_pagination_base_area"' }, { value: '"ui_cpnt_calendar_label_base_standby_selected"' }, { value: '"ui_cpnt_calendar_label_border_standby"' }, { value: '"ui_cpnt_calendar_text_status_standby"' }, { value: '"ui_cpnt_calendar_label_base_booked_selected"' }, { value: '"ui_cpnt_calendar_label_border_booked"' }, { value: '"ui_cpnt_calendar_text_status_booked"' }, { value: '"ui_cpnt_calendar_label_base_expired_selected"' }, { value: '"ui_cpnt_calendar_label_border_expired"' }, { value: '"ui_cpnt_calendar_text_status_expired"' }, { value: '"ui_cpnt_calendar_label_base_standby_default"' }, { value: '"ui_cpnt_calendar_label_base_booked_default"' }, { value: '"ui_cpnt_calendar_label_base_expired_default"' }, { value: '"ui_cpnt_calendar_badge_standby"' }, { value: '"ui_cpnt_calendar_badge_booked"' }, { value: '"ui_cpnt_calendar_badge_expired"' }, { value: '"ui_cpnt_calendar_text_today"' }, { value: '"ui_cpnt_textlabel_sys_warning"' }, { value: '"ui_cpnt_lottiereactionbutton_base_default"' }, { value: '"ui_cpnt_sheet_base_06"' }, { value: '"ui_cpnt_sheet_base_07"' }, { value: '"ui_cpnt_sheet_base_08"' }, { value: '"ui_cpnt_pagination_dot_01"' }, { value: '"ui_cpnt_pagination_dot_02"' }, { value: '"ui_cpnt_pagination_dot_border"' }, { value: '"ui_63"' }, { value: '"ui_64"' }, { value: '"ui_cpnt_sheet_border_04"' }, { value: '"ui_cpnt_button_fill_base_01"' }, { value: '"ui_cpnt_button_fill_base_hangup"' }, { value: '"ui_cpnt_refund_text_status_issued"' }, { value: '"ui_cpnt_refund_text_status_refunded"' }, { value: '"ui_cpnt_divider_white_01"' }, { value: '"ui_cpnt_timer_base_01"' }, { value: '"ui_cpnt_timer_base_timeup"' }, { value: '"ui_66"' }, { value: '"ui_67"' }, { value: '"ui_cpnt_videoplayer_gradient_3"' }, { value: '"ui_68"' }, { value: '"ui_69"' }, { value: '"ui_cpnt_divider_white_02"' }, { value: '"ui_cpnt_list_chatbubble_base_brand_primary"' }, { value: '"ui_cpnt_list_chatbubble_base_grey"' }, { value: '"ui_cpnt_list_chatbubble_base_translucent_white"' }, { value: '"ui_cpnt_list_chatbubble_base_translucent_black"' }, { value: '"ui_avatar_border_translucent_white"' }, { value: '"ui_avatar_border_translucent_black"' }, { value: '"ui_cpnt_textfield_base_hover"' }, { value: '"ui_cpnt_textfield_base_pressed"' }, { value: '"ui_cpnt_button_secondary_on_base_hover"' }, { value: '"ui_cpnt_button_secondary_on_base_pressed"' }, { value: '"ui_cpnt_select_base_hover"' }, { value: '"ui_cpnt_select_base_pressed"' }, { value: '"ui_cpnt_dropdown_base_hover"' }, { value: '"ui_cpnt_dropdown_base_pressed"' }, { value: '"ui_cpnt_sheet_base_09"' }, { value: '"ui_wizard_pagemenucontainer_background"' }, { value: '"ui_stepcontainer_background"' }, { value: '"ui_wizard_contentscontainer01_background"' }, { value: '"ui_wizard_contentscontainer02_background"' }, { value: '"ui_70"' }, { value: '"ui_cpnt_button_primary_variation_base_enabled"' }, { value: '"ui_cpnt_button_text_secondary_variation_disabled"' }, { value: '"ui_cpnt_button_icon_secondary_variation_disabled"' }, { value: '"ui_cpnt_button_secondary_variation_base_default"' }, { value: '"ui_cpnt_button_secondary_variation_base_hover"' }, { value: '"ui_cpnt_button_secondary_variation_base_pressed"' }, { value: '"ui_editor_base_pages"' }, { value: '"ui_editor_base_papp"' }, { value: '"ui_container_scroll"' }, { value: '"ui_pages_section_dimmed"' }, { value: '"ui_71"' }, { value: '"ui_cpnt_textlabel_sys_black"' }, { value: '"ui_cpnt_sheet_base_10"' }, { value: '"ui_cpnt_sheet_base_11"' }, { value: '"ui_72"' }, { value: '"ui_73"' }, { value: '"ui_cpnt_sidebar_listitem_base_hover"' }, { value: '"ui_avatar_border_brandprimary"' }, { value: '"ui_avatar_border"' }, { value: '"ui_editor_rightside_title_tabbar_base"' }, { value: '"ui_editor_preview_base"' }, { value: '"ui_editor_preview_divice_area_border"' }, { value: '"ui_editor_preview_background"' }, { value: '"ui_editor_leftside_base"' }, { value: '"ui_cpnt_sidebar_label_text"' }, { value: '"ui_cpnt_dropdown_base_hover_darktheme"' }, { value: '"ui_cpnt_dropdown_base_pressed_darktheme"' }, { value: '"ui_cpnt_dropdown_base_hover_white"' }, { value: '"ui_cpnt_dropdown_base_pressed_white"' }, { value: '"ui_cpnt_textfield_base_hover_darktheme"' }, { value: '"ui_cpnt_textfield_base_pressed_darktheme"' }, { value: '"ui_cpnt_select_base_hover_darktheme"' }, { value: '"ui_cpnt_select_base_pressed_darktheme"' }, { value: '"ui_cpnt_textfield_base_hover_transparent"' }, { value: '"ui_cpnt_textfield_base_pressed_transparent"' }, { value: '"ui_cpnt_reactionbutton_base_02"' }, { value: '"ui_create_ch_step_prev"' }] } }, overrideBackgroundColorKey: { defaultValue: null, description: "", name: "overrideBackgroundColorKey", required: !1, type: { name: "enum", value: [{ value: '"ui_cpnt_icon_sys_grey_01"' }, { value: '"ui_cpnt_button_fill_base_primary"' }, { value: '"ui_cpnt_button_fill_base_default"' }, { value: '"ui_cpnt_button_fill_base_white"' }, { value: '"ui_cpnt_button_fill_on_base_hover"' }, { value: '"ui_cpnt_button_fill_on_base_pressed"' }, { value: '"ui_cpnt_button_fill_base_disabled"' }, { value: '"ui_cpnt_button_line_base_pressed"' }, { value: '"ui_cpnt_button_line_base_hover"' }, { value: '"ui_cpnt_button_line_border_default"' }, { value: '"ui_cpnt_button_line_border_enabled"' }, { value: '"ui_cpnt_button_line_border_disabled"' }, { value: '"ui_cpnt_button_line_border_primary"' }, { value: '"ui_cpnt_button_text_primary"' }, { value: '"ui_cpnt_button_text_on_primary"' }, { value: '"ui_cpnt_button_text_enabled"' }, { value: '"ui_cpnt_button_text_disabled"' }, { value: '"ui_cpnt_button_text_default"' }, { value: '"ui_cpnt_button_icon_on_primary"' }, { value: '"ui_cpnt_button_icon_primary"' }, { value: '"ui_cpnt_button_icon_enabled"' }, { value: '"ui_cpnt_button_icon_disabled"' }, { value: '"ui_cpnt_button_icon_default"' }, { value: '"ui_cpnt_textfield_border_normal"' }, { value: '"ui_cpnt_textfield_border_focus"' }, { value: '"ui_cpnt_textfield_border_error"' }, { value: '"ui_cpnt_textfield_base_normal"' }, { value: '"ui_cpnt_textfield_base_disabled"' }, { value: '"ui_cpnt_textfield_text_hint"' }, { value: '"ui_cpnt_textfield_text_typed"' }, { value: '"ui_cpnt_textfield_text_error"' }, { value: '"ui_cpnt_textfield_text_disabled"' }, { value: '"ui_cpnt_textfield_icon_01"' }, { value: '"ui_cpnt_textfield_icon_02"' }, { value: '"ui_cpnt_textfield_icon_03"' }, { value: '"ui_cpnt_list_base_area"' }, { value: '"ui_cpnt_list_base_area_select"' }, { value: '"ui_cpnt_list_text_title"' }, { value: '"ui_cpnt_list_text_description_01"' }, { value: '"ui_cpnt_list_text_caption_01"' }, { value: '"ui_cpnt_headerbar_base_area"' }, { value: '"ui_cpnt_headerbar_text_title"' }, { value: '"ui_cpnt_headerbar_icon"' }, { value: '"ui_cpnt_headerbar_divider"' }, { value: '"ui_cpnt_tabbar_base_area"' }, { value: '"ui_cpnt_tabbar_divider"' }, { value: '"ui_cpnt_tabbar_base_area_sub"' }, { value: '"ui_cpnt_tabbar_border_active_indicator_primary"' }, { value: '"ui_cpnt_tabbar_text_active_primary"' }, { value: '"ui_cpnt_tabbar_border_active_indicator"' }, { value: '"ui_cpnt_tabbar_text_active"' }, { value: '"ui_cpnt_tabbar_text_inactive_01"' }, { value: '"ui_2"' }, { value: '"ui_3"' }, { value: '"ui_4"' }, { value: '"ui_5"' }, { value: '"ui_6"' }, { value: '"ui_7"' }, { value: '"ui_8"' }, { value: '"ui_9"' }, { value: '"ui_cpnt_pagination_slide_dot_active"' }, { value: '"ui_cpnt_pagination_slide_dot_inactive"' }, { value: '"ui_10"' }, { value: '"ui_11"' }, { value: '"ui_cpnt_modal_header_text_title"' }, { value: '"ui_cpnt_modal_header_icon_01"' }, { value: '"ui_cpnt_modal_header_base_area"' }, { value: '"ui_cpnt_modal_header_base_line"' }, { value: '"ui_cpnt_modal_body_primary_text"' }, { value: '"ui_cpnt_modal_body_secondary_text"' }, { value: '"ui_cpnt_modal_footer_base_area"' }, { value: '"ui_cpnt_modal_footer_divider"' }, { value: '"ui_cpnt_modal_base"' }, { value: '"ui_12"' }, { value: '"ui_13"' }, { value: '"ui_14"' }, { value: '"ui_15"' }, { value: '"ui_cpnt_text_emptystate"' }, { value: '"ui_cpnt_chip_fill_icon_inactive"' }, { value: '"ui_cpnt_chip_fill_icon_active_01"' }, { value: '"ui_cpnt_chip_fill_text_inactive"' }, { value: '"ui_cpnt_chip_fill_text_active_01"' }, { value: '"ui_cpnt_chip_fill_base_inactive"' }, { value: '"ui_cpnt_chip_fill_base_active_01"' }, { value: '"ui_cpnt_chip_line_icon_01"' }, { value: '"ui_cpnt_chip_line_text_01"' }, { value: '"ui_cpnt_chip_line_text_disabled"' }, { value: '"ui_cpnt_chip_line_border_01"' }, { value: '"ui_cpnt_chip_base_playtime"' }, { value: '"ui_16"' }, { value: '"ui_cpnt_list_icon_01"' }, { value: '"ui_cpnt_list_icon_02"' }, { value: '"ui_cpnt_bottomsheet_icon_01"' }, { value: '"ui_cpnt_bottomsheet_text_01"' }, { value: '"ui_cpnt_bottomsheet_text_02"' }, { value: '"ui_cpnt_bottomsheet_icon_02"' }, { value: '"ui_19"' }, { value: '"ui_20"' }, { value: '"ui_cpnt_fab_default_base_white"' }, { value: '"ui_cpnt_fab_default_base_red"' }, { value: '"ui_cpnt_fab_default_base_primary"' }, { value: '"ui_cpnt_fab_default_base_hover"' }, { value: '"ui_cpnt_fab_default_on_base_hover"' }, { value: '"ui_cpnt_fab_default_base_pressed"' }, { value: '"ui_cpnt_fab_default_on_base_pressed"' }, { value: '"ui_cpnt_fab_default_base_disabled"' }, { value: '"ui_cpnt_fab_icon_enabled"' }, { value: '"ui_cpnt_fab_icon_on_primary"' }, { value: '"ui_cpnt_fab_icon_disabled"' }, { value: '"ui_cpnt_fab_extended_base_primary"' }, { value: '"ui_cpnt_fab_extended_on_base_hover"' }, { value: '"ui_cpnt_fab_extended_on_base_pressed"' }, { value: '"ui_cpnt_fab_extended_base_disabled"' }, { value: '"ui_cpnt_fab_text_on_primary"' }, { value: '"ui_cpnt_fab_text_disabled"' }, { value: '"ui_cpnt_alertdialog_base"' }, { value: '"ui_cpnt_alertdialog_icon_success"' }, { value: '"ui_cpnt_alertdialog_icon_error"' }, { value: '"ui_cpnt_alertdialog_icon_warning"' }, { value: '"ui_cpnt_alertdialog_text_title"' }, { value: '"ui_cpnt_alertdialog_text_body"' }, { value: '"ui_21"' }, { value: '"ui_22"' }, { value: '"ui_23"' }, { value: '"ui_24"' }, { value: '"ui_25"' }, { value: '"ui_26"' }, { value: '"ui_27"' }, { value: '"ui_cpnt_divider"' }, { value: '"ui_cpnt_select_border_normal"' }, { value: '"ui_cpnt_select_border_focus"' }, { value: '"ui_cpnt_select_base_normal"' }, { value: '"ui_cpnt_select_base_disabled"' }, { value: '"ui_cpnt_select_text_hint"' }, { value: '"ui_cpnt_select_text_selected"' }, { value: '"ui_cpnt_select_text_disabled"' }, { value: '"ui_cpnt_select_icon_01"' }, { value: '"ui_cpnt_select_icon_02"' }, { value: '"ui_28"' }, { value: '"ui_29"' }, { value: '"ui_30"' }, { value: '"ui_cpnt_videoplayer_icon_01"' }, { value: '"ui_32"' }, { value: '"ui_cpnt_selcontrols_icon_primary"' }, { value: '"ui_cpnt_selcontrols_icon_disabled"' }, { value: '"ui_cpnt_selcontrols_icon_default"' }, { value: '"ui_cpnt_selcontrols_text_disabled"' }, { value: '"ui_cpnt_selcontrols_text_default"' }, { value: '"ui_cpnt_selcontrols_icon_on_base_hover"' }, { value: '"ui_cpnt_contextmenu_menu_base_normal"' }, { value: '"ui_cpnt_contextmenu_menu_base_hover"' }, { value: '"ui_cpnt_contextmenu_menu_base_selected"' }, { value: '"ui_cpnt_contextmenu_text"' }, { value: '"ui_cpnt_selcontrols_base_off"' }, { value: '"ui_cpnt_selcontrols_base_on"' }, { value: '"ui_cpnt_tabbar_text_inactive_02"' }, { value: '"ui_cpnt_videoplayer_unavailable"' }, { value: '"ui_cpnt_list_divider"' }, { value: '"ui_cpnt_button_fill_base_transparent"' }, { value: '"ui_cpnt_list_badge_active"' }, { value: '"ui_cpnt_list_badge_active_primary"' }, { value: '"ui_cpnt_list_badge_disabled"' }, { value: '"ui_cpnt_list_badge_cancel"' }, { value: '"ui_cpnt_list_text_quantity_plus"' }, { value: '"ui_cpnt_content_card_base"' }, { value: '"ui_cpnt_content_icon_03"' }, { value: '"ui_cpnt_content_icon_01"' }, { value: '"ui_cpnt_content_icon_02"' }, { value: '"ui_cpnt_content_card_status_a"' }, { value: '"ui_cpnt_content_card_status_b"' }, { value: '"ui_cpnt_content_card_status_c"' }, { value: '"ui_cpnt_content_card_status_d"' }, { value: '"ui_cpnt_textgroup_base_area"' }, { value: '"ui_cpnt_imageslide_active"' }, { value: '"ui_cpnt_imageslide_inactive"' }, { value: '"ui_cpnt_videoplayer_icon_02"' }, { value: '"ui_cpnt_videoplayer_text_01"' }, { value: '"ui_cpnt_videoplayer_text_02"' }, { value: '"ui_cpnt_videoplayer_scrubber_01"' }, { value: '"ui_cpnt_videoplayer_scrubber_primary"' }, { value: '"ui_cpnt_videoplayer_playbar_base"' }, { value: '"ui_cpnt_videoplayer_playbar_02"' }, { value: '"ui_cpnt_videoplayer_playbar_primary"' }, { value: '"ui_cpnt_videoplayer_playbar_01"' }, { value: '"ui_cpnt_tableheadbar_title"' }, { value: '"ui_cpnt_tableheaderbar_text_default"' }, { value: '"ui_cpnt_tableheaderbar_text_disabled"' }, { value: '"ui_cpnt_tableheaderbar_icon_01"' }, { value: '"ui_cpnt_datatable_text_01"' }, { value: '"ui_cpnt_datatable_text_02"' }, { value: '"ui_cpnt_datatable_text_03"' }, { value: '"ui_cpnt_datatable_text_textbutton"' }, { value: '"ui_cpnt_datatable_text_active"' }, { value: '"ui_cpnt_datatable_base_default"' }, { value: '"ui_cpnt_datatable_base_hover"' }, { value: '"ui_cpnt_datatable_text_inactive"' }, { value: '"ui_cpnt_datatable_bulkaction_base"' }, { value: '"ui_cpnt_datatable_icon_01"' }, { value: '"ui_cpnt_datatable_text_04"' }, { value: '"ui_cpnt_chip_fill_base_active_02"' }, { value: '"ui_cpnt_chip_fill_text_active_02"' }, { value: '"ui_cpnt_chip_fill_icon_active_02"' }, { value: '"ui_cpnt_dropdown_border_normal"' }, { value: '"ui_cpnt_dropdown_border_focus"' }, { value: '"ui_cpnt_dropdown_base_normal"' }, { value: '"ui_cpnt_dropdown_base_disabled"' }, { value: '"ui_cpnt_dropdown_text_hint"' }, { value: '"ui_cpnt_dropdown_text_selected"' }, { value: '"ui_cpnt_dropdown_text_disabled"' }, { value: '"ui_cpnt_dropdown_icon_01"' }, { value: '"ui_cpnt_dropdown_icon_02"' }, { value: '"ui_cpnt_datatable_textbutton_base_02"' }, { value: '"ui_cpnt_datatable_textbutton_base_01"' }, { value: '"ui_cpnt_datatable_icon_02"' }, { value: '"ui_cpnt_datatable_icon_03"' }, { value: '"ui_cpnt_datatable_icon_04"' }, { value: '"ui_cpnt_sidebar_common_base"' }, { value: '"ui_cpnt_sidebar_header_base"' }, { value: '"ui_cpnt_sidebar_label_base"' }, { value: '"ui_cpnt_sidebar_listitem_base_inactive"' }, { value: '"ui_cpnt_sidebar_listitem_base_active"' }, { value: '"ui_cpnt_sidebar_footer_base"' }, { value: '"ui_cpnt_sidebar_label_icon"' }, { value: '"ui_cpnt_sidebar_listitem_icon_inactive"' }, { value: '"ui_cpnt_sidebar_listitem_icon_active"' }, { value: '"ui_cpnt_sidebar_icon_01"' }, { value: '"ui_cpnt_modal_body_base"' }, { value: '"ui_cpnt_modal_header_icon_02"' }, { value: '"ui_cpnt_selectcard_base_selected"' }, { value: '"ui_cpnt_selectcard_base_default"' }, { value: '"ui_cpnt_selectcard_icon_default"' }, { value: '"ui_cpnt_selectcard_icon_selected"' }, { value: '"ui_cpnt_selectcard_text_01"' }, { value: '"ui_cpnt_selectcard_text_02"' }, { value: '"ui_cpnt_selectcard_text_03"' }, { value: '"ui_cpnt_bannerslidecontent_text_white"' }, { value: '"ui_cpnt_modal_header_icon_03"' }, { value: '"ui_cpnt_modal_body_tertiary_text"' }, { value: '"ui_cpnt_list_timestatus_base"' }, { value: '"ui_cpnt_list_text_timestatus"' }, { value: '"ui_cpnt_imageview_base_03"' }, { value: '"ui_34"' }, { value: '"ui_cpnt_editorsidebar_base"' }, { value: '"ui_cpnt_editorsidebar_visible_status_base"' }, { value: '"ui_cpnt_editorsidebar_visible_status_text"' }, { value: '"ui_cpnt_editorsidebar_card_base_default"' }, { value: '"ui_cpnt_editorsidebar_card_base_selected"' }, { value: '"ui_cpnt_editorsidebar_text_default"' }, { value: '"ui_cpnt_editorsidebar_text_selected"' }, { value: '"ui_cpnt_editorsidebar_icon_default"' }, { value: '"ui_cpnt_editorsidebar_icon_selected"' }, { value: '"ui_cpnt_editorsidebar_card_border"' }, { value: '"ui_cpnt_step_base_area"' }, { value: '"ui_cpnt_step_text_inactive"' }, { value: '"ui_cpnt_step_text_active"' }, { value: '"ui_cpnt_step_circular_inactive"' }, { value: '"ui_cpnt_step_circular_active"' }, { value: '"ui_cpnt_step_icon"' }, { value: '"ui_cpnt_step_text_number"' }, { value: '"ui_cpnt_imageslide_dot_area_1"' }, { value: '"ui_cpnt_imageslide_dot_area_2"' }, { value: '"ui_cpnt_editorsidebar_text_disabled"' }, { value: '"ui_cpnt_editorsidebar_icon_disabled"' }, { value: '"ui_cpnt_editorsidebar_card_border_disabled"' }, { value: '"ui_cpnt_userdesktopnavbar_base_area"' }, { value: '"ui_cpnt_button_line_base_default"' }, { value: '"ui_cpnt_userdesktoptabbar_base_area"' }, { value: '"ui_cpnt_userdesktoptabbar_divider"' }, { value: '"ui_cpnt_userdesktoptabbar_border_active_indicator"' }, { value: '"ui_cpnt_userdesktoptabbar_text_active"' }, { value: '"ui_cpnt_userdesktoptabbar_text_inactive"' }, { value: '"ui_cpnt_selcontrols_base_off_disabled"' }, { value: '"ui_cpnt_selcontrols_base_on_disabled"' }, { value: '"ui_cpnt_selcontrols_circular"' }, { value: '"ui_cpnt_chip_line_icon_02"' }, { value: '"ui_cpnt_overlay_base"' }, { value: '"ui_cpnt_profile_base"' }, { value: '"ui_cpnt_card_base"' }, { value: '"ui_cpnt_card_selected_border"' }, { value: '"ui_cpnt_card_icon_basic"' }, { value: '"ui_cpnt_card_icon_custom"' }, { value: '"ui_cpnt_card_icon_create"' }, { value: '"ui_cpnt_modal_dimmed"' }, { value: '"ui_cpnt_alertdialog_dimmed"' }, { value: '"ui_cpnt_bottomsheet_base"' }, { value: '"ui_cpnt_bottomsheet_icon_03"' }, { value: '"ui_cpnt_button_icon_white"' }, { value: '"ui_cpnt_list_icon_03"' }, { value: '"ui_cpnt_list_icon_active_primary"' }, { value: '"ui_cpnt_alertdialog_icon_information"' }, { value: '"ui_cpnt_bottomsheet_bar"' }, { value: '"ui_cpnt_button_line_border_error"' }, { value: '"ui_cpnt_button_text_error"' }, { value: '"ui_cpnt_button_icon_error"' }, { value: '"ui_cpnt_textlabel_sys_primary"' }, { value: '"ui_cpnt_textlabel_sys_secondary"' }, { value: '"ui_cpnt_textlabel_sys_tertiary"' }, { value: '"ui_cpnt_textlabel_sys_white"' }, { value: '"ui_cpnt_textlabel_sys_brandprimary"' }, { value: '"ui_cpnt_textlabel_sys_error"' }, { value: '"ui_cpnt_textlabel_sys_brandseconvariant"' }, { value: '"ui_cpnt_textlabel_usr_brandprimary"' }, { value: '"ui_cpnt_textlabel_usr_brandseconvariant"' }, { value: '"ui_cpnt_textlabel_usr_brandonprimary"' }, { value: '"ui_cpnt_list_text_body"' }, { value: '"ui_cpnt_card_icon_background_01"' }, { value: '"ui_cpnt_card_icon_background_02"' }, { value: '"ui_cpnt_card_icon_background_03"' }, { value: '"ui_cpnt_bannerslide_gradient_1"' }, { value: '"ui_cpnt_bannerslide_gradient_2"' }, { value: '"ui_cpnt_modal_gradient_1"' }, { value: '"ui_cpnt_modal_gradient_2"' }, { value: '"ui_cpnt_list_icon_04"' }, { value: '"ui_cpnt_list_thumbnail_border"' }, { value: '"ui_cpnt_list_thumbnail_gradient_1"' }, { value: '"ui_cpnt_list_thumbnail_gradient_2"' }, { value: '"ui_cpnt_list_base_area_active"' }, { value: '"ui_cpnt_contextmenu_base"' }, { value: '"ui_cpnt_videoplayer_gradient_1"' }, { value: '"ui_cpnt_videoplayer_gradient_2"' }, { value: '"ui_cpnt_videoplayer_overlay"' }, { value: '"ui_globalmenucontainer_background"' }, { value: '"ui_pagemenucontainer_background"' }, { value: '"ui_submenucontainer_background"' }, { value: '"ui_tabmenucontainer_background"' }, { value: '"ui_contentscontainer01_background"' }, { value: '"ui_contentscontainer02_background"' }, { value: '"ui_cpnt_bannerslide_icon_01"' }, { value: '"ui_cpnt_card_shadow"' }, { value: '"ui_cpnt_bannerslide_pagination_active"' }, { value: '"ui_cpnt_bannerslide_pagination_inactive"' }, { value: '"ui_cpnt_icon_usr_brandprimary"' }, { value: '"ui_container_divider"' }, { value: '"ui_area_divider"' }, { value: '"ui_cpnt_list_base_area_seller"' }, { value: '"ui_temp_grey_01"' }, { value: '"ui_temp_grey_02"' }, { value: '"ui_temp_grey_03"' }, { value: '"ui_temp_grey_04"' }, { value: '"ui_temp_grey_05"' }, { value: '"ui_temp_white"' }, { value: '"ui_temp_primary_01"' }, { value: '"ui_temp_secondary_01"' }, { value: '"ui_temp_red"' }, { value: '"ui_temp_white_opacity_00"' }, { value: '"ui_temp_dimmed"' }, { value: '"ui_temp_black"' }, { value: '"ui_temp_primary_02"' }, { value: '"ui_temp_primary_03"' }, { value: '"ui_temp_secondary_02"' }, { value: '"ui_temp_lightgreen_01"' }, { value: '"ui_cpnt_userdesktopnavbar_profile_border"' }, { value: '"ui_cpnt_textlabel_sys_grey_04"' }, { value: '"ui_papp_post_social_background"' }, { value: '"ui_papp_post_notice_background"' }, { value: '"ui_papp_post_free_background"' }, { value: '"ui_papp_vod_background"' }, { value: '"ui_papp_vodplus_background"' }, { value: '"ui_papp_live_background"' }, { value: '"ui_community_pagination_base_area"' }, { value: '"ui_cpnt_contextmenu_border"' }, { value: '"ui_profile_image_border"' }, { value: '"ui_cpnt_alertdialog_border"' }, { value: '"ui_cpnt_modal_border"' }, { value: '"ui_cpnt_card_border"' }, { value: '"ui_cpnt_overlay_border"' }, { value: '"ui_cpnt_datatable_base_selected"' }, { value: '"ui_cpnt_icon_sys_brandprimary"' }, { value: '"ui_cpnt_icon_sys_grey_02"' }, { value: '"ui_cpnt_icon_sys_grey_03"' }, { value: '"ui_cpnt_icon_sys_error_01"' }, { value: '"ui_cpnt_icon_sys_warning_01"' }, { value: '"ui_cpnt_icon_sys_success_01"' }, { value: '"ui_cpnt_icon_usr_brandsecondary"' }, { value: '"ui_papp_post_notice_link"' }, { value: '"ui_cpnt_headerbar_icon_02"' }, { value: '"ui_m_navigationcontainer_background"' }, { value: '"ui_m_tabcontainer_background"' }, { value: '"ui_m_contentscontainer01_background"' }, { value: '"ui_m_contentscontainer02_background"' }, { value: '"ui_cpnt_statusblock_basic"' }, { value: '"ui_cpnt_statusblock_standby"' }, { value: '"ui_cpnt_statusblock_proceeding"' }, { value: '"ui_cpnt_statusblock_cancel"' }, { value: '"ui_cpnt_statusblock_end"' }, { value: '"ui_cpnt_statusblock_error"' }, { value: '"ui_cpnt_list_base_area_solid"' }, { value: '"ui_cpnt_list_base_area_translucent"' }, { value: '"ui_cpnt_list_base_area_transparent"' }, { value: '"ui_cpnt_list_text_caption_02"' }, { value: '"ui_cpnt_button_line_border_darktheme_enabled"' }, { value: '"ui_cpnt_button_line_border_darktheme_disabled"' }, { value: '"ui_cpnt_button_line_base_darktheme_default"' }, { value: '"ui_cpnt_button_line_base_darktheme_hover"' }, { value: '"ui_cpnt_button_line_base_darktheme_pressed"' }, { value: '"ui_cpnt_button_text_darktheme_enabled"' }, { value: '"ui_cpnt_button_text_darktheme_disabled"' }, { value: '"ui_cpnt_button_icon_darktheme_enabled"' }, { value: '"ui_cpnt_button_icon_darktheme_disabled"' }, { value: '"ui_cpnt_icon_sys_white"' }, { value: '"ui_cpnt_button_fill_base_media"' }, { value: '"ui_cpnt_textfield_text_darktheme_enabled"' }, { value: '"ui_cpnt_textfield_text_darktheme_hint"' }, { value: '"ui_cpnt_textfield_text_darktheme_disabled"' }, { value: '"ui_cpnt_textfield_icon_darktheme_default"' }, { value: '"ui_cpnt_textfield_icon_darktheme_disabled"' }, { value: '"ui_cpnt_textfield_border_darktheme_normal"' }, { value: '"ui_cpnt_textfield_border_darktheme_focus"' }, { value: '"ui_cpnt_textfield_border_darktheme_error"' }, { value: '"ui_cpnt_textfield_text_darktheme_error"' }, { value: '"ui_cpnt_textfield_base_darktheme_disabled"' }, { value: '"ui_cpnt_select_text_darktheme_enabled"' }, { value: '"ui_cpnt_select_text_darktheme_hint"' }, { value: '"ui_cpnt_select_text_darktheme_disabled"' }, { value: '"ui_cpnt_select_icon_darktheme_default"' }, { value: '"ui_cpnt_select_icon_darktheme_disabled"' }, { value: '"ui_cpnt_select_border_darktheme_normal"' }, { value: '"ui_cpnt_select_border_darktheme_focus"' }, { value: '"ui_cpnt_select_base_darktheme_disabled"' }, { value: '"ui_cpnt_dropdown_text_darktheme_enabled"' }, { value: '"ui_cpnt_dropdown_text_darktheme_hint"' }, { value: '"ui_cpnt_dropdown_text_darktheme_disabled"' }, { value: '"ui_cpnt_dropdown_icon_darktheme_default"' }, { value: '"ui_cpnt_dropdown_icon_darktheme_disabled"' }, { value: '"ui_cpnt_dropdown_border_darktheme_normal"' }, { value: '"ui_cpnt_dropdown_border_darktheme_focus"' }, { value: '"ui_cpnt_dropdown_base_darktheme_disabled"' }, { value: '"ui_cpnt_sheet_base"' }, { value: '"ui_cpnt_button_icon_darktheme_default"' }, { value: '"ui_cpnt_button_icon_darktheme_primary"' }, { value: '"ui_cpnt_button_text_darktheme_default"' }, { value: '"ui_cpnt_button_text_darktheme_primary"' }, { value: '"ui_35"' }, { value: '"ui_cpnt_button_fill_base_black_opacity50"' }, { value: '"ui_cpnt_sheet_base_white"' }, { value: '"ui_cpnt_sheet_base_black"' }, { value: '"ui_cpnt_sheet_base_01"' }, { value: '"ui_cpnt_sheet_base_02"' }, { value: '"ui_temp_background"' }, { value: '"ui_list_progress_shape_normal"' }, { value: '"ui_list_progress_shape_error"' }, { value: '"ui_list_progress_shape_base"' }, { value: '"ui_cpnt_textlabel_sys_brand_primary_opacity50"' }, { value: '"ui_cpnt_progressbar_01"' }, { value: '"ui_cpnt_progressbar_02"' }, { value: '"ui_36"' }, { value: '"ui_37"' }, { value: '"ui_39"' }, { value: '"ui_cpnt_divider_white_opacity30"' }, { value: '"ui_toppagemenucontainer_background_wt_m"' }, { value: '"ui_contentscontainer_background_wt_m"' }, { value: '"ui_toppagemenuarea_background_wt_m"' }, { value: '"ui_contentsarea_background_wt_m"' }, { value: '"ui_cpnt_standardbanner_base_default"' }, { value: '"ui_channeldesc_white"' }, { value: '"ui_channeldesc_grey_03"' }, { value: '"ui_channeldesc_border_grey_03"' }, { value: '"ui_cpnt_bottomsheet_border"' }, { value: '"ui_cpnt_userdesktopsidetab_base_area"' }, { value: '"ui_cpnt_pg_gradient_01"' }, { value: '"ui_cpnt_pg_gradient_02"' }, { value: '"ui_channeldesc_background"' }, { value: '"ui_channeldesc_bottomsheet_base"' }, { value: '"ui_channeldesc_bottomsheet_border"' }, { value: '"ui_channeldesc_contents_base"' }, { value: '"ui_channeldesc_dimmed"' }, { value: '"ui_cpnt_pg_gradient_03"' }, { value: '"ui_cpnt_pg_gradient_04"' }, { value: '"ui_cpnt_pg_gradient_05"' }, { value: '"ui_cpnt_mask_base"' }, { value: '"ui_temp_usr_primary_01"' }, { value: '"ui_cpnt_sheet_base_02_opacity50"' }, { value: '"ui_menu_primarymenu_main"' }, { value: '"ui_menu_primarymenu_sub"' }, { value: '"ui_menu_secondarymenu_main"' }, { value: '"ui_menu_secondarymenu_sub"' }, { value: '"ui_menu_hover"' }, { value: '"ui_menu_active"' }, { value: '"ui_menu_background"' }, { value: '"ui_cpnt_video_progress_base"' }, { value: '"ui_cpnt_icon_sys_dark"' }, { value: '"ui_menu_background_gradient_opacity00"' }, { value: '"ui_cpnt_dropdown_border_white_normal"' }, { value: '"ui_cpnt_dropdown_text_white_enabled"' }, { value: '"ui_cpnt_dropdown_text_white_hint"' }, { value: '"ui_cpnt_dropdown_icon_white_default"' }, { value: '"ui_cpnt_dropdown_border_white_focus"' }, { value: '"ui_cpnt_dropdown_base_white_normal"' }, { value: '"ui_profile_image_border_brandprimary"' }, { value: '"ui_cpnt_dropdown_base_white_disabled"' }, { value: '"ui_cpnt_dropdown_border_white_disabled"' }, { value: '"ui_cpnt_sheet_base_white_opacity00"' }, { value: '"ui_dimmed_01"' }, { value: '"ui_cpnt_reactionbutton_base_01"' }, { value: '"ui_cpnt_textfield_border_disabled"' }, { value: '"ui_cpnt_dropdown_border_disabled"' }, { value: '"ui_cpnt_select_border_disabled"' }, { value: '"ui_cpnt_dropdown_base_darktheme_normal"' }, { value: '"ui_cpnt_textfield_text_readonly"' }, { value: '"ui_cpnt_select_text_readonly"' }, { value: '"ui_cpnt_dropdown_text_readonly"' }, { value: '"ui_cpnt_select_text_darktheme_readonly"' }, { value: '"ui_cpnt_dropdown_text_darktheme_readonly"' }, { value: '"ui_cpnt_dropdown_text_white_readonly"' }, { value: '"ui_cpnt_blogtextfield_base_01"' }, { value: '"ui_cpnt_textfield_base_darktheme_normal"' }, { value: '"ui_cpnt_dropdown_border_darktheme_disabled"' }, { value: '"ui_cpnt_select_border_darktheme_disabled"' }, { value: '"ui_cpnt_dropdown_text_white_disabled"' }, { value: '"ui_cpnt_select_base_darktheme_normal"' }, { value: '"ui_hero_title_text"' }, { value: '"ui_hero_description_text"' }, { value: '"ui_cpnt_divider_area"' }, { value: '"ui_cpnt_button_white_base_hover"' }, { value: '"ui_cpnt_button_white_base_pressed"' }, { value: '"ui_cpnt_list_base_area_hover"' }, { value: '"ui_cpnt_sheet_border_01"' }, { value: '"ui_cpnt_sheet_border_02"' }, { value: '"ui_cpnt_sheet_border_03"' }, { value: '"ui_43"' }, { value: '"ui_44"' }, { value: '"ui_45"' }, { value: '"ui_46"' }, { value: '"ui_47"' }, { value: '"ui_cpnt_sheet_base_03"' }, { value: '"ui_48"' }, { value: '"ui_49"' }, { value: '"ui_50"' }, { value: '"ui_51"' }, { value: '"ui_cpnt_list_text_caption_03"' }, { value: '"ui_cpnt_list_chatbubble_base_area"' }, { value: '"ui_cpnt_list_chatbubble_base_area_my"' }, { value: '"ui_cpnt_list_chatbubble_text_my"' }, { value: '"ui_papp_livechat_link"' }, { value: '"ui_cpnt_list_chatbubble_base_area_seller_color"' }, { value: '"ui_cpnt_list_chatbubble_text_seller_color"' }, { value: '"ui_cpnt_list_chatbubble_base_area_subscriber"' }, { value: '"ui_cpnt_list_chatbubble_text_subscriber"' }, { value: '"ui_cpnt_list_chatbubble_base_area_my_color"' }, { value: '"ui_cpnt_list_chatbubble_text_my_color"' }, { value: '"ui_cpnt_list_chatbubble_base_area_seller"' }, { value: '"ui_cpnt_list_chatbubble_text_seller"' }, { value: '"ui_52"' }, { value: '"ui_cpnt_imageview_dimmed"' }, { value: '"ui_53"' }, { value: '"ui_54"' }, { value: '"ui_55"' }, { value: '"ui_56"' }, { value: '"ui_cpnt_sheet_base_04"' }, { value: '"ui_cpnt_masking_base_01"' }, { value: '"ui_cpnt_masking_icon_01"' }, { value: '"ui_cpnt_list_base_area_transparent_seller"' }, { value: '"ui_57"' }, { value: '"ui_58"' }, { value: '"ui_cpnt_divider_white_opacity00"' }, { value: '"ui_cpnt_textfield_text_colortheme_transparent_enabled"' }, { value: '"ui_cpnt_textfield_text_colortheme_transparent_hint"' }, { value: '"ui_cpnt_textfield_text_colortheme_transparent_disabled"' }, { value: '"ui_cpnt_textfield_icon_colortheme_transparent_default"' }, { value: '"ui_cpnt_textfield_icon_colortheme_transparent_disabled"' }, { value: '"ui_cpnt_textfield_border_colortheme_transparent_normal"' }, { value: '"ui_cpnt_textfield_border_colortheme_transparent_focus"' }, { value: '"ui_cpnt_textfield_border_colortheme_transparent_error"' }, { value: '"ui_cpnt_textfield_text_colortheme_transparent_error"' }, { value: '"ui_cpnt_textfield_base_colortheme_transparent_disabled"' }, { value: '"ui_cpnt_textfield_base_colortheme_transparent_normal"' }, { value: '"ui_cpnt_textfield_text_colortheme_transparent_readonly"' }, { value: '"ui_cpnt_textfield_icon_colortheme_transparent_readonly"' }, { value: '"ui_cpnt_textfield_base_colortheme_transparent_readonly"' }, { value: '"ui_cpnt_textfield_border_colortheme_transparent_disabled"' }, { value: '"ui_cpnt_textfield_border_colortheme_transparent_readonly"' }, { value: '"ui_cpnt_lottiereactionbutton_base_01"' }, { value: '"ui_cpnt_lottiereactionbutton_base_02"' }, { value: '"ui_cpnt_lottiereactionbutton_base_03"' }, { value: '"ui_cpnt_lottiereactionbutton_base_04"' }, { value: '"ui_cpnt_lottiereactionbutton_base_05"' }, { value: '"ui_60"' }, { value: '"ui_61"' }, { value: '"ui_loading_skeleton_01"' }, { value: '"ui_loading_skeleton_02"' }, { value: '"ui_loading_linear_bar"' }, { value: '"ui_loading_linear_base"' }, { value: '"ui_loading_three_bar"' }, { value: '"ui_menu_button_base"' }, { value: '"ui_cpnt_calendar_status_a"' }, { value: '"ui_cpnt_calendar_status_b"' }, { value: '"ui_cpnt_calendar_status_c"' }, { value: '"ui_menu_background_transparent"' }, { value: '"ui_globalmenucontainer_background_transparent"' }, { value: '"ui_pagemenucontainer_background_transparent"' }, { value: '"ui_submenucontainer_background_transparent"' }, { value: '"ui_tabmenucontainer_background_transparent"' }, { value: '"ui_contentscontainer01_background_transparent"' }, { value: '"ui_contentscontainer02_background_transparent"' }, { value: '"ui_toppagemenucontainer_background_wt_m_transparent"' }, { value: '"ui_contentscontainer_background_wt_m_transparent"' }, { value: '"ui_menu_button_base_transparent"' }, { value: '"ui_dimmed_02"' }, { value: '"ui_cpnt_sheet_base_05"' }, { value: '"ui_62"' }, { value: '"ui_cpnt_calendar_date_hover"' }, { value: '"ui_cpnt_calendar_date_pressed"' }, { value: '"ui_cpnt_imageview_dimmed_gradient_01"' }, { value: '"ui_cpnt_imageview_dimmed_gradient_02"' }, { value: '"ui_cpnt_calendar_base"' }, { value: '"ui_cpnt_calendar_border"' }, { value: '"ui_cpnt_calendar_label_base_schedules"' }, { value: '"ui_cpnt_calendar_label_base_expired_schedules"' }, { value: '"ui_cpnt_calendar_label_border_default"' }, { value: '"ui_cpnt_calendar_label_border_schedules"' }, { value: '"ui_cpnt_calendar_label_border_expired_schedules"' }, { value: '"ui_cpnt_calendar_real_time_line"' }, { value: '"ui_cpnt_calendar_date_selected"' }, { value: '"ui_pagination_base_area"' }, { value: '"ui_cpnt_calendar_label_base_standby_selected"' }, { value: '"ui_cpnt_calendar_label_border_standby"' }, { value: '"ui_cpnt_calendar_text_status_standby"' }, { value: '"ui_cpnt_calendar_label_base_booked_selected"' }, { value: '"ui_cpnt_calendar_label_border_booked"' }, { value: '"ui_cpnt_calendar_text_status_booked"' }, { value: '"ui_cpnt_calendar_label_base_expired_selected"' }, { value: '"ui_cpnt_calendar_label_border_expired"' }, { value: '"ui_cpnt_calendar_text_status_expired"' }, { value: '"ui_cpnt_calendar_label_base_standby_default"' }, { value: '"ui_cpnt_calendar_label_base_booked_default"' }, { value: '"ui_cpnt_calendar_label_base_expired_default"' }, { value: '"ui_cpnt_calendar_badge_standby"' }, { value: '"ui_cpnt_calendar_badge_booked"' }, { value: '"ui_cpnt_calendar_badge_expired"' }, { value: '"ui_cpnt_calendar_text_today"' }, { value: '"ui_cpnt_textlabel_sys_warning"' }, { value: '"ui_cpnt_lottiereactionbutton_base_default"' }, { value: '"ui_cpnt_sheet_base_06"' }, { value: '"ui_cpnt_sheet_base_07"' }, { value: '"ui_cpnt_sheet_base_08"' }, { value: '"ui_cpnt_pagination_dot_01"' }, { value: '"ui_cpnt_pagination_dot_02"' }, { value: '"ui_cpnt_pagination_dot_border"' }, { value: '"ui_63"' }, { value: '"ui_64"' }, { value: '"ui_cpnt_sheet_border_04"' }, { value: '"ui_cpnt_button_fill_base_01"' }, { value: '"ui_cpnt_button_fill_base_hangup"' }, { value: '"ui_cpnt_refund_text_status_issued"' }, { value: '"ui_cpnt_refund_text_status_refunded"' }, { value: '"ui_cpnt_divider_white_01"' }, { value: '"ui_cpnt_timer_base_01"' }, { value: '"ui_cpnt_timer_base_timeup"' }, { value: '"ui_66"' }, { value: '"ui_67"' }, { value: '"ui_cpnt_videoplayer_gradient_3"' }, { value: '"ui_68"' }, { value: '"ui_69"' }, { value: '"ui_cpnt_divider_white_02"' }, { value: '"ui_cpnt_list_chatbubble_base_brand_primary"' }, { value: '"ui_cpnt_list_chatbubble_base_grey"' }, { value: '"ui_cpnt_list_chatbubble_base_translucent_white"' }, { value: '"ui_cpnt_list_chatbubble_base_translucent_black"' }, { value: '"ui_avatar_border_translucent_white"' }, { value: '"ui_avatar_border_translucent_black"' }, { value: '"ui_cpnt_textfield_base_hover"' }, { value: '"ui_cpnt_textfield_base_pressed"' }, { value: '"ui_cpnt_button_secondary_on_base_hover"' }, { value: '"ui_cpnt_button_secondary_on_base_pressed"' }, { value: '"ui_cpnt_select_base_hover"' }, { value: '"ui_cpnt_select_base_pressed"' }, { value: '"ui_cpnt_dropdown_base_hover"' }, { value: '"ui_cpnt_dropdown_base_pressed"' }, { value: '"ui_cpnt_sheet_base_09"' }, { value: '"ui_wizard_pagemenucontainer_background"' }, { value: '"ui_stepcontainer_background"' }, { value: '"ui_wizard_contentscontainer01_background"' }, { value: '"ui_wizard_contentscontainer02_background"' }, { value: '"ui_70"' }, { value: '"ui_cpnt_button_primary_variation_base_enabled"' }, { value: '"ui_cpnt_button_text_secondary_variation_disabled"' }, { value: '"ui_cpnt_button_icon_secondary_variation_disabled"' }, { value: '"ui_cpnt_button_secondary_variation_base_default"' }, { value: '"ui_cpnt_button_secondary_variation_base_hover"' }, { value: '"ui_cpnt_button_secondary_variation_base_pressed"' }, { value: '"ui_editor_base_pages"' }, { value: '"ui_editor_base_papp"' }, { value: '"ui_container_scroll"' }, { value: '"ui_pages_section_dimmed"' }, { value: '"ui_71"' }, { value: '"ui_cpnt_textlabel_sys_black"' }, { value: '"ui_cpnt_sheet_base_10"' }, { value: '"ui_cpnt_sheet_base_11"' }, { value: '"ui_72"' }, { value: '"ui_73"' }, { value: '"ui_cpnt_sidebar_listitem_base_hover"' }, { value: '"ui_avatar_border_brandprimary"' }, { value: '"ui_avatar_border"' }, { value: '"ui_editor_rightside_title_tabbar_base"' }, { value: '"ui_editor_preview_base"' }, { value: '"ui_editor_preview_divice_area_border"' }, { value: '"ui_editor_preview_background"' }, { value: '"ui_editor_leftside_base"' }, { value: '"ui_cpnt_sidebar_label_text"' }, { value: '"ui_cpnt_dropdown_base_hover_darktheme"' }, { value: '"ui_cpnt_dropdown_base_pressed_darktheme"' }, { value: '"ui_cpnt_dropdown_base_hover_white"' }, { value: '"ui_cpnt_dropdown_base_pressed_white"' }, { value: '"ui_cpnt_textfield_base_hover_darktheme"' }, { value: '"ui_cpnt_textfield_base_pressed_darktheme"' }, { value: '"ui_cpnt_select_base_hover_darktheme"' }, { value: '"ui_cpnt_select_base_pressed_darktheme"' }, { value: '"ui_cpnt_textfield_base_hover_transparent"' }, { value: '"ui_cpnt_textfield_base_pressed_transparent"' }, { value: '"ui_cpnt_reactionbutton_base_02"' }, { value: '"ui_create_ch_step_prev"' }] } }, value: { defaultValue: null, description: "", name: "value", required: !1, type: { name: "string | number | boolean | null" } }, id: { defaultValue: null, description: "", name: "id", required: !1, type: { name: "string | number | boolean | null" } }, onClickChip: { defaultValue: null, description: "", name: "onClickChip", required: !1, type: { name: "((e: MouseEvent<HTMLDivElement, MouseEvent>) => void)" } }, onClickXMarkIcon: { defaultValue: null, description: "", name: "onClickXMarkIcon", required: !1, type: { name: "(() => void)" } }, activeChipId: { defaultValue: null, description: "@deprecated value 필드를 대신 사용하세요.", name: "activeChipId", required: !1, type: { name: "string | number" } }, chipId: { defaultValue: null, description: "@deprecated id 필드를 대신 사용하세요.", name: "chipId", required: !1, type: { name: "string | number" } } } }, "undefined" != typeof STORYBOOK_REACT_CLASSES && (STORYBOOK_REACT_CLASSES["src/mobile/components/Chip/Chip.tsx#Chip"] = { docgenInfo: Chip.__docgenInfo, name: "Chip", path: "src/mobile/components/Chip/Chip.tsx#Chip" });
2400
2406
  }
2401
2407
  catch (__react_docgen_typescript_loader_error) { }
2402
2408
  }, function (module, exports, __webpack_require__) {
@@ -2543,7 +2549,7 @@
2543
2549
  var templateObject_1, templateObject_2, templateObject_3, templateObject_4, S_UpperBox = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n display: flex;\n flex-direction: column;\n margin: ", ";\n"], ["\n display: flex;\n flex-direction: column;\n margin: ", ";\n"])), (function (_a) { return _a.theme.spacing.spacingE; })), S_ModalOverlay = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n background-color: ", ";\n height: 100vh;\n left: 0;\n position: fixed;\n top: 0;\n width: 100vw;\n\n ", "\n"], ["\n background-color: ", ";\n height: 100vh;\n left: 0;\n position: fixed;\n top: 0;\n width: 100vw;\n\n ", "\n"])), (function (_a) { return _a.theme.ui_cpnt_modal_dimmed; }), animationStyle_1.dialogOverlayOnAni), S_ModalWrapper = styled_components_1.default.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n background-color: ", ";\n border: 1px solid ", ";\n border-radius: 24px;\n box-sizing: border-box;\n box-shadow: ", ";\n position: fixed;\n left: 50%;\n top: 50%;\n transform: translate(-50%, -50%);\n max-height: 720px;\n width: calc(100% - 80px);\n max-width: 512px;\n\n ", "\n"], ["\n background-color: ", ";\n border: 1px solid ", ";\n border-radius: 24px;\n box-sizing: border-box;\n box-shadow: ", ";\n position: fixed;\n left: 50%;\n top: 50%;\n transform: translate(-50%, -50%);\n max-height: 720px;\n width: calc(100% - 80px);\n max-width: 512px;\n\n ", "\n"])), (function (_a) { return _a.theme.ui_cpnt_alertdialog_base; }), (function (_a) { return _a.theme.ui_cpnt_alertdialog_border; }), (function (_a) { return _a.theme.boxShadow.elevation5; }), animationStyle_1.dialogOnAni), S_Footer = styled_components_1.default.div(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n display: flex;\n flex-direction: ", ";\n align-items: ", ";\n justify-content: ", ";\n padding-top: ", ";\n padding-bottom: ", ";\n padding-left: ", ";\n padding-right: ", ";\n"], ["\n display: flex;\n flex-direction: ", ";\n align-items: ", ";\n justify-content: ", ";\n padding-top: ", ";\n padding-bottom: ", ";\n padding-left: ", ";\n padding-right: ", ";\n"])), (function (_a) { return "side" === _a.btnStack ? "row" : "column-reverse"; }), (function (_a) { return "side" === _a.btnStack ? "center" : "flex-end"; }), (function (_a) { return "side" === _a.btnStack ? "flex-end" : "center"; }), (function (_a) { return _a.theme.spacing.spacingC; }), (function (_a) { return _a.theme.spacing.spacingD; }), (function (_a) { return _a.theme.spacing.spacingE; }), (function (_a) { return _a.theme.spacing.spacingD; }));
2544
2550
  exports.default = MobileAlertDialog;
2545
2551
  try {
2546
- MobileAlertDialog.displayName = "MobileAlertDialog", MobileAlertDialog.__docgenInfo = { description: "", displayName: "MobileAlertDialog", props: { iconMode: { defaultValue: { value: "none" }, description: "", name: "iconMode", required: !1, type: { name: "enum", value: [{ value: '"none"' }, { value: '"error"' }, { value: '"information"' }, { value: '"success"' }, { value: '"warning"' }] } }, titleText: { defaultValue: null, description: "", name: "titleText", required: !1, type: { name: "PDSTextType" } }, contentText: { defaultValue: null, description: "", name: "contentText", required: !0, type: { name: "PDSTextType" } }, btnMode: { defaultValue: { value: "tbtn_amount1" }, description: "", name: "btnMode", required: !1, type: { name: "enum", value: [{ value: '"tbtn_amount1"' }, { value: '"tbtn_amount2"' }, { value: '"tbtn_amount3"' }] } }, btnStack: { defaultValue: { value: "side" }, description: "", name: "btnStack", required: !1, type: { name: "enum", value: [{ value: '"side"' }, { value: '"stack"' }] } }, tBtn1Text: { defaultValue: null, description: "", name: "tBtn1Text", required: !1, type: { name: "PDSTextType" } }, tBtn2Text: { defaultValue: null, description: "", name: "tBtn2Text", required: !1, type: { name: "PDSTextType" } }, tBtn3Text: { defaultValue: null, description: "", name: "tBtn3Text", required: !1, type: { name: "PDSTextType" } }, tBtn1State: { defaultValue: { value: "normal" }, description: "", name: "tBtn1State", required: !1, type: { name: "enum", value: [{ value: '"normal"' }, { value: '"disabled"' }] } }, tBtn2State: { defaultValue: { value: "normal" }, description: "", name: "tBtn2State", required: !1, type: { name: "enum", value: [{ value: '"normal"' }, { value: '"disabled"' }] } }, tBtn3State: { defaultValue: { value: "normal" }, description: "", name: "tBtn3State", required: !1, type: { name: "enum", value: [{ value: '"normal"' }, { value: '"disabled"' }] } }, tBtn1Type: { defaultValue: { value: "button" }, description: "", name: "tBtn1Type", required: !1, type: { name: "enum", value: [{ value: '"button"' }, { value: '"submit"' }] } }, tBtn2Type: { defaultValue: { value: "button" }, description: "", name: "tBtn2Type", required: !1, type: { name: "enum", value: [{ value: '"button"' }, { value: '"submit"' }] } }, tBtn3Type: { defaultValue: { value: "button" }, description: "", name: "tBtn3Type", required: !1, type: { name: "enum", value: [{ value: '"button"' }, { value: '"submit"' }] } }, onClickTBtn1: { defaultValue: null, description: "", name: "onClickTBtn1", required: !1, type: { name: "(() => void)" } }, onClickTBtn2: { defaultValue: null, description: "", name: "onClickTBtn2", required: !1, type: { name: "(() => void)" } }, onClickTBtn3: { defaultValue: null, description: "", name: "onClickTBtn3", required: !1, type: { name: "(() => void)" } } } }, "undefined" != typeof STORYBOOK_REACT_CLASSES && (STORYBOOK_REACT_CLASSES["src/mobile/components/MobileAlertDialog/MobileAlertDialog.tsx#MobileAlertDialog"] = { docgenInfo: MobileAlertDialog.__docgenInfo, name: "MobileAlertDialog", path: "src/mobile/components/MobileAlertDialog/MobileAlertDialog.tsx#MobileAlertDialog" });
2552
+ MobileAlertDialog.displayName = "MobileAlertDialog", MobileAlertDialog.__docgenInfo = { description: "", displayName: "MobileAlertDialog", props: { iconMode: { defaultValue: { value: "none" }, description: "", name: "iconMode", required: !1, type: { name: "enum", value: [{ value: '"none"' }, { value: '"error"' }, { value: '"success"' }, { value: '"warning"' }, { value: '"information"' }] } }, titleText: { defaultValue: null, description: "", name: "titleText", required: !1, type: { name: "PDSTextType" } }, contentText: { defaultValue: null, description: "", name: "contentText", required: !0, type: { name: "PDSTextType" } }, btnMode: { defaultValue: { value: "tbtn_amount1" }, description: "", name: "btnMode", required: !1, type: { name: "enum", value: [{ value: '"tbtn_amount1"' }, { value: '"tbtn_amount2"' }, { value: '"tbtn_amount3"' }] } }, btnStack: { defaultValue: { value: "side" }, description: "", name: "btnStack", required: !1, type: { name: "enum", value: [{ value: '"side"' }, { value: '"stack"' }] } }, tBtn1Text: { defaultValue: null, description: "", name: "tBtn1Text", required: !1, type: { name: "PDSTextType" } }, tBtn2Text: { defaultValue: null, description: "", name: "tBtn2Text", required: !1, type: { name: "PDSTextType" } }, tBtn3Text: { defaultValue: null, description: "", name: "tBtn3Text", required: !1, type: { name: "PDSTextType" } }, tBtn1State: { defaultValue: { value: "normal" }, description: "", name: "tBtn1State", required: !1, type: { name: "enum", value: [{ value: '"normal"' }, { value: '"disabled"' }] } }, tBtn2State: { defaultValue: { value: "normal" }, description: "", name: "tBtn2State", required: !1, type: { name: "enum", value: [{ value: '"normal"' }, { value: '"disabled"' }] } }, tBtn3State: { defaultValue: { value: "normal" }, description: "", name: "tBtn3State", required: !1, type: { name: "enum", value: [{ value: '"normal"' }, { value: '"disabled"' }] } }, tBtn1Type: { defaultValue: { value: "button" }, description: "", name: "tBtn1Type", required: !1, type: { name: "enum", value: [{ value: '"button"' }, { value: '"submit"' }] } }, tBtn2Type: { defaultValue: { value: "button" }, description: "", name: "tBtn2Type", required: !1, type: { name: "enum", value: [{ value: '"button"' }, { value: '"submit"' }] } }, tBtn3Type: { defaultValue: { value: "button" }, description: "", name: "tBtn3Type", required: !1, type: { name: "enum", value: [{ value: '"button"' }, { value: '"submit"' }] } }, onClickTBtn1: { defaultValue: null, description: "", name: "onClickTBtn1", required: !1, type: { name: "(() => void)" } }, onClickTBtn2: { defaultValue: null, description: "", name: "onClickTBtn2", required: !1, type: { name: "(() => void)" } }, onClickTBtn3: { defaultValue: null, description: "", name: "onClickTBtn3", required: !1, type: { name: "(() => void)" } } } }, "undefined" != typeof STORYBOOK_REACT_CLASSES && (STORYBOOK_REACT_CLASSES["src/mobile/components/MobileAlertDialog/MobileAlertDialog.tsx#MobileAlertDialog"] = { docgenInfo: MobileAlertDialog.__docgenInfo, name: "MobileAlertDialog", path: "src/mobile/components/MobileAlertDialog/MobileAlertDialog.tsx#MobileAlertDialog" });
2547
2553
  }
2548
2554
  catch (__react_docgen_typescript_loader_error) { }
2549
2555
  }, function (module, exports, __webpack_require__) {
@@ -2634,11 +2640,13 @@
2634
2640
  "default" !== k && Object.prototype.hasOwnProperty.call(mod, k) && __createBinding(result, mod, k); return __setModuleDefault(result, mod), result; }, __importDefault = this && this.__importDefault || function (mod) { return mod && mod.__esModule ? mod : { default: mod }; };
2635
2641
  Object.defineProperty(exports, "__esModule", { value: !0 });
2636
2642
  var react_1 = __importDefault(__webpack_require__(0)), styled_components_1 = __importStar(__webpack_require__(1)), components_1 = __webpack_require__(8), styles_1 = __webpack_require__(128), transitionStyle_1 = __webpack_require__(41), hybrid_1 = __webpack_require__(6), TextLabel_1 = __webpack_require__(36), types_1 = __webpack_require__(1673);
2637
- function UploadMainButton(_a) { var text = _a.text, _b = _a.shapeType, shapeType = void 0 === _b ? "round" : _b, fillType = _a.fillType, _c = _a.styleTheme, styleTheme = void 0 === _c ? "primary" : _c, _d = _a.size, size = void 0 === _d ? "large" : _d, _e = _a.responsiveMode, responsiveMode = void 0 === _e ? "none" : _e, fontWeight = _a.fontWeight, _f = _a.iconMode, iconMode = void 0 === _f ? "none" : _f, _g = _a.iconFillType, iconFillType = void 0 === _g ? "line" : _g, _h = _a.iconName, iconName = void 0 === _h ? "ic_upload" : _h, _j = _a.colorTheme, colorTheme = void 0 === _j ? "none" : _j, _k = _a.state, state = void 0 === _k ? "normal" : _k, _l = _a.accept, accept = void 0 === _l ? "*" : _l, _m = _a.multipleMode, multipleMode = void 0 === _m ? "none" : _m, isLoading = _a.isLoading, isSubmitting = _a.isSubmitting, onClick = _a.onClick, handleClick = function (e) { onClick && onClick(e), e.target.value = ""; }, iconColor = function () { return "disabled" === state ? "line3" === colorTheme ? "ui_cpnt_button_icon_darktheme_disabled" : "ui_cpnt_button_icon_disabled" : "line" === fillType && "none" !== colorTheme ? types_1.iconColorThemeLineColors[colorTheme] : fillType ? types_1.iconFillTypeColors[fillType] : styleTheme ? types_1.iconStyleThemeColors[styleTheme] : void 0; }; return isLoading ? react_1.default.createElement(S_LoadingUploadMainButton, { shapeType: shapeType, size: size, responsiveMode: responsiveMode, colorTheme: "none", disabled: !0 }, react_1.default.createElement("input", { type: "file", hidden: !0, disabled: !0, accept: accept, multiple: "use" === multipleMode })) : isSubmitting ? react_1.default.createElement(S_UploadMainButton, { shapeType: shapeType, fillType: fillType, styleTheme: styleTheme, size: size, responsiveMode: responsiveMode, colorTheme: colorTheme, disabled: !1, isSubmitting: !0 }, react_1.default.createElement("input", { type: "file", hidden: !0, disabled: !0, accept: accept, multiple: "use" === multipleMode }), react_1.default.createElement(components_1.CircularProgress, { colorKey: "line" === fillType && "none" !== colorTheme && "disabled" !== state ? types_1.textThemeColorLines[colorTheme] : "fill" === fillType ? "ui_cpnt_textlabel_usr_brandonprimary" : "line" === fillType ? "ui_cpnt_textlabel_sys_primary" : "primary" === styleTheme ? "ui_cpnt_textlabel_usr_brandonprimary" : "secondary" === styleTheme ? "ui_cpnt_textlabel_usr_brandprimary" : "ui_cpnt_textlabel_usr_brandonprimary", size: "rlarge" === size ? "large" : size })) : react_1.default.createElement(S_UploadMainButton, { "x-pds-name": "UploadMainButton", "x-pds-element-type": "component", "x-pds-device-type": "mobile", shapeType: shapeType, fillType: fillType, styleTheme: styleTheme, size: size, responsiveMode: responsiveMode, fontWeight: fontWeight, colorTheme: colorTheme, disabled: "disabled" === state }, react_1.default.createElement("input", { type: "file", hidden: !0, disabled: "disabled" === state, accept: accept, multiple: "use" === multipleMode, onChange: handleClick }), "xsmall" !== size && "left" === iconMode && react_1.default.createElement(react_1.default.Fragment, null, react_1.default.createElement(hybrid_1.Icon, { iconName: iconName, size: "large" === size || "rlarge" === size ? 20 : 16, colorKey: iconColor(), fillType: iconFillType }), react_1.default.createElement(hybrid_1.Spacing, { size: "large" === size || "rlarge" === size ? "spacing_b" : "spacing_a", spacingType: "width" })), react_1.default.createElement(TextLabel_1.TextLabel, { text: text, styleTheme: types_1.textStyles[size], singleLineMode: "use", colorTheme: "disabled" === state ? "sysTextTertiary" : "fill" === fillType ? "usrTextBrandOnPrimary" : "line" === fillType ? "sysTextPrimary" : "primary" === styleTheme ? "usrTextBrandOnPrimary" : "secondary" === styleTheme ? "usrTextBrandPrimary" : "usrTextBrandOnPrimary", colorOverride: "line3" === colorTheme && "disabled" === state ? "ui_cpnt_button_text_darktheme_disabled" : "line" === fillType && "none" !== colorTheme && "disabled" !== state ? types_1.textThemeColorLines[colorTheme] : void 0, ellipsisMode: "use", lineLimit: 1, wordBreak: "break_all" }), "xsmall" !== size && "right" === iconMode && react_1.default.createElement(react_1.default.Fragment, null, react_1.default.createElement(hybrid_1.Spacing, { size: "large" === size || "rlarge" === size ? "spacing_b" : "spacing_a", spacingType: "width" }), react_1.default.createElement(hybrid_1.Icon, { iconName: iconName, size: "large" === size || "rlarge" === size ? 20 : 16, colorKey: iconColor(), fillType: iconFillType }))); }
2638
- var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6, templateObject_7, templateObject_8, templateObject_9, templateObject_10, templateObject_11, templateObject_12, templateObject_13, templateObject_14, templateObject_15, templateObject_16, templateObject_17, templateObject_18, large = (0, styled_components_1.css)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n height: 48px;\n min-width: 96px;\n padding: 0 ", ";\n ", "\n ", ";\n\n & > div {\n height: 48px;\n line-height: 48px;\n }\n"], ["\n height: 48px;\n min-width: 96px;\n padding: 0 ", ";\n ", "\n ", ";\n\n & > div {\n height: 48px;\n line-height: 48px;\n }\n"])), (function (_a) { return _a.theme.spacing.spacingE; }), (function (_a) { return "round" === _a.shapeType && "border-radius: 14px;"; }), (function (_a) { return "rlarge" === _a.size && "width: 100%"; })), medium = (0, styled_components_1.css)(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n height: 40px;\n min-width: 64px;\n padding: 0 ", ";\n ", "\n\n & > div {\n height: 40px;\n line-height: 40px;\n }\n"], ["\n height: 40px;\n min-width: 64px;\n padding: 0 ", ";\n ", "\n\n & > div {\n height: 40px;\n line-height: 40px;\n }\n"])), (function (_a) { return _a.theme.spacing.spacingE; }), (function (_a) { return "round" === _a.shapeType && "border-radius: 14px;"; })), small = (0, styled_components_1.css)(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n height: 32px;\n min-width: 48px;\n padding: 0 ", ";\n ", "\n\n & > div {\n height: 32px;\n line-height: 32px;\n }\n"], ["\n height: 32px;\n min-width: 48px;\n padding: 0 ", ";\n ", "\n\n & > div {\n height: 32px;\n line-height: 32px;\n }\n"])), (function (_a) { return _a.theme.spacing.spacingD; }), (function (_a) { return "round" === _a.shapeType && "border-radius: 10px;"; })), xsmall = (0, styled_components_1.css)(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n height: 24px;\n min-width: 48px;\n padding: 0 ", ";\n ", "\n\n & > div {\n height: 24px;\n line-height: 24px;\n }\n"], ["\n height: 24px;\n min-width: 48px;\n padding: 0 ", ";\n ", "\n\n & > div {\n height: 24px;\n line-height: 24px;\n }\n"])), (function (_a) { return _a.theme.spacing.spacingD; }), (function (_a) { return "round" === _a.shapeType && "border-radius: 8px;"; })), fillDisabled = (0, styled_components_1.css)(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n background-color: ", ";\n"], ["\n background-color: ", ";\n"])), (function (_a) { return _a.theme.ui_cpnt_button_fill_base_disabled; })), fill = (0, styled_components_1.css)(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n background-color: ", ";\n border: none;\n position: relative;\n\n &::before {\n content: '';\n border-radius: inherit;\n position: absolute;\n background-color: transparent;\n height: 100%;\n width: 100%;\n padding: 0;\n ", "\n }\n\n &:active:not([disabled])::before {\n background-color: ", ";\n }\n\n ", "\n"], ["\n background-color: ", ";\n border: none;\n position: relative;\n\n &::before {\n content: '';\n border-radius: inherit;\n position: absolute;\n background-color: transparent;\n height: 100%;\n width: 100%;\n padding: 0;\n ", "\n }\n\n &:active:not([disabled])::before {\n background-color: ", ";\n }\n\n ", "\n"])), (function (_a) { return _a.theme.ui_cpnt_button_fill_base_primary; }), transitionStyle_1.ButtonTransition, (function (_a) { var theme = _a.theme; return !_a.isSubmitting && theme.ui_cpnt_button_fill_on_base_pressed; }), (function (_a) { return _a.disabled && fillDisabled; })), none = (0, styled_components_1.css)(templateObject_7 || (templateObject_7 = __makeTemplateObject(["\n border: solid 1px ", ";\n"], ["\n border: solid 1px ", ";\n"])), (function (_a) { return _a.theme.ui_cpnt_button_line_border_enabled; })), line1 = (0, styled_components_1.css)(templateObject_8 || (templateObject_8 = __makeTemplateObject(["\n border: solid 1px ", ";\n"], ["\n border: solid 1px ", ";\n"])), (function (_a) { return _a.theme.ui_cpnt_button_line_border_error; })), line2 = (0, styled_components_1.css)(templateObject_9 || (templateObject_9 = __makeTemplateObject(["\n border: solid 1px ", ";\n"], ["\n border: solid 1px ", ";\n"])), (function (_a) { return _a.theme.ui_cpnt_button_line_border_primary; })), line3 = (0, styled_components_1.css)(templateObject_10 || (templateObject_10 = __makeTemplateObject(["\n border: solid 1px ", ";\n background-color: ", ";\n\n &:active:not([disabled]) {\n background-color: ", ";\n }\n"], ["\n border: solid 1px ", ";\n background-color: ", ";\n\n &:active:not([disabled]) {\n background-color: ", ";\n }\n"])), (function (_a) { return _a.theme.ui_cpnt_button_line_border_darktheme_enabled; }), (function (_a) { return _a.theme.ui_cpnt_button_line_base_darktheme_default; }), (function (_a) { var theme = _a.theme; return !_a.isSubmitting && theme.ui_cpnt_button_line_base_darktheme_pressed; })), lineDisabled = (0, styled_components_1.css)(templateObject_11 || (templateObject_11 = __makeTemplateObject(["\n background-color: ", ";\n border: solid 1px\n ", ";\n"], ["\n background-color: ", ";\n border: solid 1px\n ", ";\n"])), (function (_a) { var theme = _a.theme; return "line3" === _a.colorTheme ? theme.ui_cpnt_button_line_base_darktheme_default : theme.ui_cpnt_button_line_base_default; }), (function (_a) { var theme = _a.theme; return "line3" === _a.colorTheme ? theme.ui_cpnt_button_line_border_darktheme_disabled : theme.ui_cpnt_button_line_border_disabled; })), line = (0, styled_components_1.css)(templateObject_12 || (templateObject_12 = __makeTemplateObject(["\n background-color: ", ";\n\n &:active:not([disabled]) {\n background-color: ", ";\n }\n\n &::before {\n content: '';\n display: none;\n }\n ", "\n\n ", ";\n ", "\n"], ["\n background-color: ", ";\n\n &:active:not([disabled]) {\n background-color: ", ";\n }\n\n &::before {\n content: '';\n display: none;\n }\n ", "\n\n ", ";\n ", "\n"])), (function (_a) { return _a.theme.ui_cpnt_button_line_base_default; }), (function (_a) { var theme = _a.theme; return !_a.isSubmitting && theme.ui_cpnt_button_line_base_pressed; }), transitionStyle_1.ButtonTransition, (function (_a) { var colorTheme = _a.colorTheme; return colorTheme && { none: none, line1: line1, line2: line2, line3: line3 }[colorTheme]; }), (function (_a) { return _a.disabled && lineDisabled; })), primaryDisabled = (0, styled_components_1.css)(templateObject_13 || (templateObject_13 = __makeTemplateObject(["\n background-color: ", ";\n"], ["\n background-color: ", ";\n"])), (function (_a) { return _a.theme.ui_cpnt_button_fill_base_disabled; })), primary = (0, styled_components_1.css)(templateObject_14 || (templateObject_14 = __makeTemplateObject(["\n background-color: ", ";\n border: none;\n position: relative;\n\n &::before {\n content: '';\n border-radius: inherit;\n position: absolute;\n background-color: transparent;\n height: 100%;\n width: 100%;\n padding: 0;\n ", "\n }\n\n &:active:not([disabled])::before {\n background-color: ", ";\n }\n\n ", "\n"], ["\n background-color: ", ";\n border: none;\n position: relative;\n\n &::before {\n content: '';\n border-radius: inherit;\n position: absolute;\n background-color: transparent;\n height: 100%;\n width: 100%;\n padding: 0;\n ", "\n }\n\n &:active:not([disabled])::before {\n background-color: ", ";\n }\n\n ", "\n"])), (function (_a) { return _a.theme.ui_cpnt_button_fill_base_primary; }), transitionStyle_1.ButtonTransition, (function (_a) { var theme = _a.theme; return !_a.isSubmitting && theme.ui_cpnt_button_fill_on_base_pressed; }), (function (_a) { return _a.disabled && primaryDisabled; })), secondaryDisabled = (0, styled_components_1.css)(templateObject_15 || (templateObject_15 = __makeTemplateObject(["\n background-color: ", ";\n"], ["\n background-color: ", ";\n"])), (function (_a) { return _a.theme.ui_cpnt_button_line_base_hover; })), secondary = (0, styled_components_1.css)(templateObject_16 || (templateObject_16 = __makeTemplateObject(["\n background-color: ", ";\n border: none;\n position: relative;\n\n &::before {\n content: '';\n border-radius: inherit;\n position: absolute;\n background-color: transparent;\n height: 100%;\n width: 100%;\n padding: 0;\n ", "\n }\n\n &:active:not([disabled])::before {\n background-color: ", ";\n }\n\n ", "\n"], ["\n background-color: ", ";\n border: none;\n position: relative;\n\n &::before {\n content: '';\n border-radius: inherit;\n position: absolute;\n background-color: transparent;\n height: 100%;\n width: 100%;\n padding: 0;\n ", "\n }\n\n &:active:not([disabled])::before {\n background-color: ", ";\n }\n\n ", "\n"])), (function (_a) { return _a.theme.ui_cpnt_button_line_base_hover; }), transitionStyle_1.ButtonTransition, (function (_a) { var theme = _a.theme; return !_a.isSubmitting && theme.ui_cpnt_button_secondary_on_base_pressed; }), (function (_a) { return _a.disabled && secondaryDisabled; })), S_UploadMainButton = styled_components_1.default.label(templateObject_17 || (templateObject_17 = __makeTemplateObject(["\n align-items: center;\n background-color: transparent;\n border: 1px solid transparent;\n box-sizing: border-box;\n display: inline-flex;\n justify-content: center;\n\n & > div {\n font-weight: ", ";\n }\n\n ", "\n ", "\n ", "\n ", ";\n"], ["\n align-items: center;\n background-color: transparent;\n border: 1px solid transparent;\n box-sizing: border-box;\n display: inline-flex;\n justify-content: center;\n\n & > div {\n font-weight: ", ";\n }\n\n ", "\n ", "\n ", "\n ", ";\n"])), (function (_a) { var theme = _a.theme, fontWeight = _a.fontWeight; return fontWeight && { bold: theme.fontWeight.bold, regular: theme.fontWeight.normal }[fontWeight]; }), (function (_a) { var styleTheme = _a.styleTheme; return styleTheme && { primary: primary, secondary: secondary }[styleTheme]; }), (function (_a) { var fillType = _a.fillType; return fillType && { fill: fill, line: line }[fillType]; }), (function (_a) { var size = _a.size; return size && { large: large, medium: medium, small: small, xsmall: xsmall, rlarge: large }[size]; }), (function (_a) { return "use" === _a.responsiveMode && "width: 100%"; })), S_LoadingUploadMainButton = (0, styled_components_1.default)(S_UploadMainButton)(templateObject_18 || (templateObject_18 = __makeTemplateObject(["\n ", "\n"], ["\n ", "\n"])), styles_1.skeletonLoadingStyle);
2643
+ function UploadMainButton(_a) { var text = _a.text, _b = _a.shapeType, shapeType = void 0 === _b ? "round" : _b, fillType = _a.fillType, _c = _a.styleTheme, styleTheme = void 0 === _c ? "primary" : _c, _d = _a.size, size = void 0 === _d ? "large" : _d, _e = _a.responsiveMode, responsiveMode = void 0 === _e ? "none" : _e, fontWeight = _a.fontWeight, _f = _a.iconMode, iconMode = void 0 === _f ? "none" : _f, _g = _a.iconFillType, iconFillType = void 0 === _g ? "line" : _g, _h = _a.iconName, iconName = void 0 === _h ? "ic_upload" : _h, _j = _a.colorTheme, colorTheme = void 0 === _j ? "none" : _j, _k = _a.state, state = void 0 === _k ? "normal" : _k, _l = _a.accept, accept = void 0 === _l ? "*" : _l, _m = _a.multipleMode, multipleMode = void 0 === _m ? "none" : _m, isLoading = _a.isLoading, isSubmitting = _a.isSubmitting, onClick = _a.onClick, handleClick = function (e) { onClick && onClick(e), e.target.value = ""; }, isLineColorTheme = colorTheme.includes("line"), isPrimaryColorTheme = colorTheme.includes("primary"), isSecondaryColorTheme = colorTheme.includes("secondary"), lineColorThemeTextColor = function () { return "line1" === colorTheme ? "ui_cpnt_button_text_error" : "line2" === colorTheme ? "ui_cpnt_button_text_primary" : "line3" === colorTheme ? "ui_cpnt_button_text_darktheme_enabled" : void 0; }, iconColor = function () { return "disabled" === state ? "line3" === colorTheme ? "ui_cpnt_button_icon_darktheme_disabled" : "secondary" === styleTheme && "secondary1" === colorTheme ? "ui_cpnt_button_icon_secondary_variation_disabled" : "ui_cpnt_button_icon_disabled" : "line" === fillType && isLineColorTheme ? "line1" === colorTheme ? "ui_cpnt_button_icon_error" : "line2" === colorTheme ? "ui_cpnt_button_icon_primary" : "line3" === colorTheme ? "ui_cpnt_button_icon_darktheme_enabled" : void 0 : fillType ? types_1.iconFillTypeColors[fillType] : "primary" === styleTheme && isPrimaryColorTheme ? function () { if ("primary1" === colorTheme)
2644
+ return "ui_cpnt_button_icon_primary"; }() : "secondary" === styleTheme && isSecondaryColorTheme ? function () { if ("secondary1" === colorTheme)
2645
+ return "ui_cpnt_button_icon_on_primary"; }() : styleTheme ? types_1.iconStyleThemeColors[styleTheme] : void 0; }; return isLoading ? react_1.default.createElement(S_LoadingUploadMainButton, { shapeType: shapeType, size: size, responsiveMode: responsiveMode, colorTheme: "none", disabled: !0 }, react_1.default.createElement("input", { type: "file", hidden: !0, disabled: !0, accept: accept, multiple: "use" === multipleMode })) : isSubmitting ? react_1.default.createElement(S_UploadMainButton, { shapeType: shapeType, fillType: fillType, styleTheme: styleTheme, size: size, responsiveMode: responsiveMode, colorTheme: colorTheme, disabled: !1, isSubmitting: !0 }, react_1.default.createElement("input", { type: "file", hidden: !0, disabled: !0, accept: accept, multiple: "use" === multipleMode }), react_1.default.createElement(components_1.CircularProgress, { colorKey: "line" === fillType && isLineColorTheme && "disabled" !== state ? lineColorThemeTextColor() : "fill" === fillType ? "ui_cpnt_textlabel_usr_brandonprimary" : "line" === fillType ? "ui_cpnt_textlabel_sys_primary" : "primary" === styleTheme ? "primary1" === colorTheme ? "ui_cpnt_textlabel_usr_brandprimary" : "ui_cpnt_textlabel_usr_brandonprimary" : "secondary" === styleTheme ? "secondary1" === colorTheme ? "ui_cpnt_textlabel_sys_white" : "ui_cpnt_textlabel_usr_brandprimary" : "ui_cpnt_textlabel_usr_brandonprimary", size: "rlarge" === size ? "large" : size })) : react_1.default.createElement(S_UploadMainButton, { "x-pds-name": "UploadMainButton", "x-pds-element-type": "component", "x-pds-device-type": "mobile", shapeType: shapeType, fillType: fillType, styleTheme: styleTheme, size: size, responsiveMode: responsiveMode, fontWeight: fontWeight, colorTheme: colorTheme, disabled: "disabled" === state }, react_1.default.createElement("input", { type: "file", hidden: !0, disabled: "disabled" === state, accept: accept, multiple: "use" === multipleMode, onChange: handleClick }), "xsmall" !== size && "left" === iconMode && react_1.default.createElement(react_1.default.Fragment, null, react_1.default.createElement(hybrid_1.Icon, { iconName: iconName, size: "large" === size || "rlarge" === size ? 20 : 16, colorKey: iconColor(), fillType: iconFillType }), react_1.default.createElement(hybrid_1.Spacing, { size: "large" === size || "rlarge" === size ? "spacing_b" : "spacing_a", spacingType: "width" })), react_1.default.createElement(TextLabel_1.TextLabel, { text: text, styleTheme: types_1.textStyles[size], singleLineMode: "use", colorTheme: "disabled" === state ? "sysTextTertiary" : "fill" === fillType ? "usrTextBrandOnPrimary" : "line" === fillType ? "sysTextPrimary" : "primary" === styleTheme ? "primary1" === colorTheme ? "usrTextBrandPrimary" : "usrTextBrandOnPrimary" : "secondary" === styleTheme ? "secondary1" === colorTheme ? "sysTextWhite" : "usrTextBrandPrimary" : "usrTextBrandOnPrimary", colorOverride: "line3" === colorTheme && "disabled" === state ? "ui_cpnt_button_text_darktheme_disabled" : "line" === fillType && isLineColorTheme && "disabled" !== state ? lineColorThemeTextColor() : "secondary" === styleTheme && "secondary1" === colorTheme && "disabled" === state ? "ui_cpnt_button_text_secondary_variation_disabled" : void 0, ellipsisMode: "use", lineLimit: 1, wordBreak: "break_all" }), "xsmall" !== size && "right" === iconMode && react_1.default.createElement(react_1.default.Fragment, null, react_1.default.createElement(hybrid_1.Spacing, { size: "large" === size || "rlarge" === size ? "spacing_b" : "spacing_a", spacingType: "width" }), react_1.default.createElement(hybrid_1.Icon, { iconName: iconName, size: "large" === size || "rlarge" === size ? 20 : 16, colorKey: iconColor(), fillType: iconFillType }))); }
2646
+ var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6, templateObject_7, templateObject_8, templateObject_9, templateObject_10, templateObject_11, templateObject_12, templateObject_13, templateObject_14, templateObject_15, templateObject_16, templateObject_17, templateObject_18, templateObject_19, templateObject_20, templateObject_21, large = (0, styled_components_1.css)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n height: 48px;\n min-width: 96px;\n padding: 0 ", ";\n ", "\n ", ";\n\n & > div {\n height: 48px;\n line-height: 48px;\n }\n"], ["\n height: 48px;\n min-width: 96px;\n padding: 0 ", ";\n ", "\n ", ";\n\n & > div {\n height: 48px;\n line-height: 48px;\n }\n"])), (function (_a) { return _a.theme.spacing.spacingE; }), (function (_a) { return "round" === _a.shapeType && "border-radius: 14px;"; }), (function (_a) { return "rlarge" === _a.size && "width: 100%"; })), medium = (0, styled_components_1.css)(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n height: 40px;\n min-width: 64px;\n padding: 0 ", ";\n ", "\n\n & > div {\n height: 40px;\n line-height: 40px;\n }\n"], ["\n height: 40px;\n min-width: 64px;\n padding: 0 ", ";\n ", "\n\n & > div {\n height: 40px;\n line-height: 40px;\n }\n"])), (function (_a) { return _a.theme.spacing.spacingE; }), (function (_a) { return "round" === _a.shapeType && "border-radius: 14px;"; })), small = (0, styled_components_1.css)(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n height: 32px;\n min-width: 48px;\n padding: 0 ", ";\n ", "\n\n & > div {\n height: 32px;\n line-height: 32px;\n }\n"], ["\n height: 32px;\n min-width: 48px;\n padding: 0 ", ";\n ", "\n\n & > div {\n height: 32px;\n line-height: 32px;\n }\n"])), (function (_a) { return _a.theme.spacing.spacingD; }), (function (_a) { return "round" === _a.shapeType && "border-radius: 10px;"; })), xsmall = (0, styled_components_1.css)(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n height: 24px;\n min-width: 48px;\n padding: 0 ", ";\n ", "\n\n & > div {\n height: 24px;\n line-height: 24px;\n }\n"], ["\n height: 24px;\n min-width: 48px;\n padding: 0 ", ";\n ", "\n\n & > div {\n height: 24px;\n line-height: 24px;\n }\n"])), (function (_a) { return _a.theme.spacing.spacingD; }), (function (_a) { return "round" === _a.shapeType && "border-radius: 8px;"; })), fillDisabled = (0, styled_components_1.css)(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n background-color: ", ";\n"], ["\n background-color: ", ";\n"])), (function (_a) { return _a.theme.ui_cpnt_button_fill_base_disabled; })), fill = (0, styled_components_1.css)(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n background-color: ", ";\n border: none;\n position: relative;\n\n &::before {\n content: '';\n border-radius: inherit;\n position: absolute;\n background-color: transparent;\n height: 100%;\n width: 100%;\n padding: 0;\n ", "\n }\n\n &:active:not([disabled])::before {\n background-color: ", ";\n }\n\n ", "\n"], ["\n background-color: ", ";\n border: none;\n position: relative;\n\n &::before {\n content: '';\n border-radius: inherit;\n position: absolute;\n background-color: transparent;\n height: 100%;\n width: 100%;\n padding: 0;\n ", "\n }\n\n &:active:not([disabled])::before {\n background-color: ", ";\n }\n\n ", "\n"])), (function (_a) { return _a.theme.ui_cpnt_button_fill_base_primary; }), transitionStyle_1.ButtonTransition, (function (_a) { var theme = _a.theme; return !_a.isSubmitting && theme.ui_cpnt_button_fill_on_base_pressed; }), (function (_a) { return _a.disabled && fillDisabled; })), none = (0, styled_components_1.css)(templateObject_7 || (templateObject_7 = __makeTemplateObject(["\n border: solid 1px ", ";\n"], ["\n border: solid 1px ", ";\n"])), (function (_a) { return _a.theme.ui_cpnt_button_line_border_enabled; })), line1 = (0, styled_components_1.css)(templateObject_8 || (templateObject_8 = __makeTemplateObject(["\n border: solid 1px ", ";\n"], ["\n border: solid 1px ", ";\n"])), (function (_a) { return _a.theme.ui_cpnt_button_line_border_error; })), line2 = (0, styled_components_1.css)(templateObject_9 || (templateObject_9 = __makeTemplateObject(["\n border: solid 1px ", ";\n"], ["\n border: solid 1px ", ";\n"])), (function (_a) { return _a.theme.ui_cpnt_button_line_border_primary; })), line3 = (0, styled_components_1.css)(templateObject_10 || (templateObject_10 = __makeTemplateObject(["\n border: solid 1px ", ";\n background-color: ", ";\n\n &:active:not([disabled]) {\n background-color: ", ";\n }\n"], ["\n border: solid 1px ", ";\n background-color: ", ";\n\n &:active:not([disabled]) {\n background-color: ", ";\n }\n"])), (function (_a) { return _a.theme.ui_cpnt_button_line_border_darktheme_enabled; }), (function (_a) { return _a.theme.ui_cpnt_button_line_base_darktheme_default; }), (function (_a) { var theme = _a.theme; return !_a.isSubmitting && theme.ui_cpnt_button_line_base_darktheme_pressed; })), lineDisabled = (0, styled_components_1.css)(templateObject_11 || (templateObject_11 = __makeTemplateObject(["\n background-color: ", ";\n border: solid 1px\n ", ";\n"], ["\n background-color: ", ";\n border: solid 1px\n ", ";\n"])), (function (_a) { var theme = _a.theme; return "line3" === _a.colorTheme ? theme.ui_cpnt_button_line_base_darktheme_default : theme.ui_cpnt_button_line_base_default; }), (function (_a) { var theme = _a.theme; return "line3" === _a.colorTheme ? theme.ui_cpnt_button_line_border_darktheme_disabled : theme.ui_cpnt_button_line_border_disabled; })), line = (0, styled_components_1.css)(templateObject_12 || (templateObject_12 = __makeTemplateObject(["\n background-color: ", ";\n\n &:active:not([disabled]) {\n background-color: ", ";\n }\n\n &::before {\n content: '';\n display: none;\n }\n ", "\n\n ", ";\n\n ", "\n"], ["\n background-color: ", ";\n\n &:active:not([disabled]) {\n background-color: ", ";\n }\n\n &::before {\n content: '';\n display: none;\n }\n ", "\n\n ", ";\n\n ", "\n"])), (function (_a) { return _a.theme.ui_cpnt_button_line_base_default; }), (function (_a) { var theme = _a.theme; return !_a.isSubmitting && theme.ui_cpnt_button_line_base_pressed; }), transitionStyle_1.ButtonTransition, (function (_a) { var colorTheme = _a.colorTheme; return "none" === colorTheme ? none : "line1" === colorTheme ? line1 : "line2" === colorTheme ? line2 : "line3" === colorTheme ? line3 : void 0; }), (function (_a) { return _a.disabled && lineDisabled; })), primaryDisabled = (0, styled_components_1.css)(templateObject_13 || (templateObject_13 = __makeTemplateObject(["\n background-color: ", ";\n"], ["\n background-color: ", ";\n"])), (function (_a) { return _a.theme.ui_cpnt_button_fill_base_disabled; })), primary1 = (0, styled_components_1.css)(templateObject_14 || (templateObject_14 = __makeTemplateObject(["\n background-color: ", ";\n"], ["\n background-color: ", ";\n"])), (function (_a) { return _a.theme.ui_cpnt_button_primary_variation_base_enabled; })), primary = (0, styled_components_1.css)(templateObject_15 || (templateObject_15 = __makeTemplateObject(["\n background-color: ", ";\n border: none;\n position: relative;\n\n &::before {\n content: '';\n border-radius: inherit;\n position: absolute;\n background-color: transparent;\n height: 100%;\n width: 100%;\n padding: 0;\n ", "\n }\n\n &:active:not([disabled])::before {\n background-color: ", ";\n }\n\n ", "\n ", "\n"], ["\n background-color: ", ";\n border: none;\n position: relative;\n\n &::before {\n content: '';\n border-radius: inherit;\n position: absolute;\n background-color: transparent;\n height: 100%;\n width: 100%;\n padding: 0;\n ", "\n }\n\n &:active:not([disabled])::before {\n background-color: ", ";\n }\n\n ", "\n ", "\n"])), (function (_a) { return _a.theme.ui_cpnt_button_fill_base_primary; }), transitionStyle_1.ButtonTransition, (function (_a) { var theme = _a.theme; return !_a.isSubmitting && theme.ui_cpnt_button_fill_on_base_pressed; }), (function (_a) { return "primary1" === _a.colorTheme && primary1; }), (function (_a) { return _a.disabled && primaryDisabled; })), secondary1Disabled = (0, styled_components_1.css)(templateObject_16 || (templateObject_16 = __makeTemplateObject(["\n background-color: ", ";\n"], ["\n background-color: ", ";\n"])), (function (_a) { return _a.theme.ui_cpnt_button_secondary_variation_base_default; })), secondaryDisabled = (0, styled_components_1.css)(templateObject_17 || (templateObject_17 = __makeTemplateObject(["\n background-color: ", ";\n\n ", "\n"], ["\n background-color: ", ";\n\n ", "\n"])), (function (_a) { return _a.theme.ui_cpnt_button_line_base_hover; }), (function (_a) { return "secondary1" === _a.colorTheme && secondary1Disabled; })), secondary1 = (0, styled_components_1.css)(templateObject_18 || (templateObject_18 = __makeTemplateObject(["\n background-color: ", ";\n\n &:active:not([disabled]) {\n background-color: ", ";\n }\n\n &::before {\n content: '';\n display: none;\n }\n\n ", "\n"], ["\n background-color: ", ";\n\n &:active:not([disabled]) {\n background-color: ", ";\n }\n\n &::before {\n content: '';\n display: none;\n }\n\n ", "\n"])), (function (_a) { return _a.theme.ui_cpnt_button_secondary_variation_base_default; }), (function (_a) { return _a.theme.ui_cpnt_button_secondary_variation_base_pressed; }), transitionStyle_1.ButtonTransition), secondary = (0, styled_components_1.css)(templateObject_19 || (templateObject_19 = __makeTemplateObject(["\n background-color: ", ";\n border: none;\n position: relative;\n\n &::before {\n content: '';\n border-radius: inherit;\n position: absolute;\n background-color: transparent;\n height: 100%;\n width: 100%;\n padding: 0;\n ", "\n }\n\n &:active:not([disabled])::before {\n background-color: ", ";\n }\n\n ", "\n ", "\n"], ["\n background-color: ", ";\n border: none;\n position: relative;\n\n &::before {\n content: '';\n border-radius: inherit;\n position: absolute;\n background-color: transparent;\n height: 100%;\n width: 100%;\n padding: 0;\n ", "\n }\n\n &:active:not([disabled])::before {\n background-color: ", ";\n }\n\n ", "\n ", "\n"])), (function (_a) { return _a.theme.ui_cpnt_button_line_base_hover; }), transitionStyle_1.ButtonTransition, (function (_a) { var theme = _a.theme; return !_a.isSubmitting && theme.ui_cpnt_button_secondary_on_base_pressed; }), (function (_a) { return "secondary1" === _a.colorTheme && secondary1; }), (function (_a) { return _a.disabled && secondaryDisabled; })), S_UploadMainButton = styled_components_1.default.label(templateObject_20 || (templateObject_20 = __makeTemplateObject(["\n align-items: center;\n background-color: transparent;\n border: 1px solid transparent;\n box-sizing: border-box;\n display: inline-flex;\n justify-content: center;\n\n & > div {\n font-weight: ", ";\n }\n\n ", "\n ", "\n ", "\n ", ";\n"], ["\n align-items: center;\n background-color: transparent;\n border: 1px solid transparent;\n box-sizing: border-box;\n display: inline-flex;\n justify-content: center;\n\n & > div {\n font-weight: ", ";\n }\n\n ", "\n ", "\n ", "\n ", ";\n"])), (function (_a) { var theme = _a.theme, fontWeight = _a.fontWeight; return fontWeight && { bold: theme.fontWeight.bold, regular: theme.fontWeight.normal }[fontWeight]; }), (function (_a) { var styleTheme = _a.styleTheme; return styleTheme && { primary: primary, secondary: secondary }[styleTheme]; }), (function (_a) { var fillType = _a.fillType; return fillType && { fill: fill, line: line }[fillType]; }), (function (_a) { var size = _a.size; return size && { large: large, medium: medium, small: small, xsmall: xsmall, rlarge: large }[size]; }), (function (_a) { return "use" === _a.responsiveMode && "width: 100%"; })), S_LoadingUploadMainButton = (0, styled_components_1.default)(S_UploadMainButton)(templateObject_21 || (templateObject_21 = __makeTemplateObject(["\n ", "\n"], ["\n ", "\n"])), styles_1.skeletonLoadingStyle);
2639
2647
  exports.default = UploadMainButton;
2640
2648
  try {
2641
- UploadMainButton.displayName = "UploadMainButton", UploadMainButton.__docgenInfo = { description: "", displayName: "UploadMainButton", props: { text: { defaultValue: null, description: "", name: "text", required: !1, type: { name: "PDSTextType" } }, shapeType: { defaultValue: { value: "round" }, description: "", name: "shapeType", required: !1, type: { name: "enum", value: [{ value: '"round"' }, { value: '"rectangle"' }] } }, fillType: { defaultValue: null, description: "", name: "fillType", required: !1, type: { name: "enum", value: [{ value: '"fill"' }, { value: '"line"' }] } }, styleTheme: { defaultValue: { value: "primary" }, description: "", name: "styleTheme", required: !1, type: { name: "enum", value: [{ value: '"primary"' }, { value: '"secondary"' }] } }, size: { defaultValue: { value: "large" }, description: "", name: "size", required: !1, type: { name: "enum", value: [{ value: '"medium"' }, { value: '"small"' }, { value: '"large"' }, { value: '"rlarge"' }, { value: '"xsmall"' }] } }, responsiveMode: { defaultValue: { value: "none" }, description: "", name: "responsiveMode", required: !1, type: { name: "enum", value: [{ value: '"none"' }, { value: '"use"' }] } }, fontWeight: { defaultValue: null, description: "", name: "fontWeight", required: !1, type: { name: "enum", value: [{ value: '"regular"' }, { value: '"bold"' }] } }, iconMode: { defaultValue: { value: "none" }, description: "", name: "iconMode", required: !1, type: { name: "enum", value: [{ value: '"none"' }, { value: '"left"' }, { value: '"right"' }] } }, iconFillType: { defaultValue: { value: "line" }, description: "", name: "iconFillType", required: !1, type: { name: "enum", value: [{ value: '"fill"' }, { value: '"line"' }] } }, iconName: { defaultValue: { value: "ic_upload" }, description: "", name: "iconName", required: !1, type: { name: "enum", value: [{ value: '"ic_arrow_down"' }, { value: '"ic_arrow_up"' }, { value: '"ic_bell"' }, { value: '"ic_bookmark"' }, { value: '"ic_call"' }, { value: '"ic_call_end"' }, { value: '"ic_camera"' }, { value: '"ic_chat"' }, { value: '"ic_chat_counseling"' }, { value: '"ic_chat_crm"' }, { value: '"ic_chat_off"' }, { value: '"ic_checkbox_indeterminate"' }, { value: '"ic_checkbox_on"' }, { value: '"ic_cloud_download"' }, { value: '"ic_delete"' }, { value: '"ic_downloaded"' }, { value: '"ic_edit"' }, { value: '"ic_eye"' }, { value: '"ic_eye_close"' }, { value: '"ic_face"' }, { value: '"ic_heart"' }, { value: '"ic_help_window"' }, { value: '"ic_live"' }, { value: '"ic_login"' }, { value: '"ic_mic_off"' }, { value: '"ic_mic_on"' }, { value: '"ic_more"' }, { value: '"ic_paper_plane"' }, { value: '"ic_photo"' }, { value: '"ic_pin"' }, { value: '"ic_post_free"' }, { value: '"ic_post_notice"' }, { value: '"ic_post_social"' }, { value: '"ic_question"' }, { value: '"ic_reply"' }, { value: '"ic_setting"' }, { value: '"ic_speaker_off"' }, { value: '"ic_speaker_wave_1"' }, { value: '"ic_speaker_wave_2"' }, { value: '"ic_split_screen"' }, { value: '"ic_star"' }, { value: '"ic_subscribers"' }, { value: '"ic_thumb_down"' }, { value: '"ic_thumb_up"' }, { value: '"ic_toggle_down"' }, { value: '"ic_toggle_up"' }, { value: '"ic_verified"' }, { value: '"ic_video"' }, { value: '"ic_videocall"' }, { value: '"ic_videocall_pro"' }, { value: '"ic_video_episodes"' }, { value: '"ic_video_off"' }, { value: '"ic_video_pause"' }, { value: '"ic_video_play"' }, { value: '"ic_video_play_circle"' }, { value: '"ic_video_resolution"' }, { value: '"ic_video_subtitle"' }, { value: '"ic_vodplus"' }, { value: '"ic_analytics_search_tools"' }, { value: '"ic_arrow_down_bold"' }, { value: '"ic_arrow_left"' }, { value: '"ic_arrow_left_2"' }, { value: '"ic_arrow_left_bold"' }, { value: '"ic_arrow_left_thin"' }, { value: '"ic_arrow_right"' }, { value: '"ic_arrow_right_2"' }, { value: '"ic_arrow_right_bold"' }, { value: '"ic_arrow_right_thin"' }, { value: '"ic_arrow_round_left"' }, { value: '"ic_arrow_up_bold"' }, { value: '"ic_bell_notification"' }, { value: '"ic_booking"' }, { value: '"ic_booking_completed"' }, { value: '"ic_booking_history"' }, { value: '"ic_booking_papp"' }, { value: '"ic_booking_ticket"' }, { value: '"ic_business"' }, { value: '"ic_channel"' }, { value: '"ic_channel_setting"' }, { value: '"ic_check"' }, { value: '"ic_checkbox_off"' }, { value: '"ic_clip"' }, { value: '"ic_coins"' }, { value: '"ic_confetti"' }, { value: '"ic_cont_watching"' }, { value: '"ic_copy"' }, { value: '"ic_cs"' }, { value: '"ic_dashboard"' }, { value: '"ic_design_preference"' }, { value: '"ic_developer"' }, { value: '"ic_device_app"' }, { value: '"ic_device_desktop"' }, { value: '"ic_device_mobile"' }, { value: '"ic_download"' }, { value: '"ic_dynamic_layout"' }, { value: '"ic_editor"' }, { value: '"ic_editor_left_side"' }, { value: '"ic_editor_right_side"' }, { value: '"ic_end"' }, { value: '"ic_error"' }, { value: '"ic_filter"' }, { value: '"ic_folder"' }, { value: '"ic_ghost"' }, { value: '"ic_heart_care"' }, { value: '"ic_home"' }, { value: '"ic_information"' }, { value: '"ic_internal"' }, { value: '"ic_language"' }, { value: '"ic_links"' }, { value: '"ic_live_broadcast"' }, { value: '"ic_live_commerce"' }, { value: '"ic_live_concert"' }, { value: '"ic_live_event"' }, { value: '"ic_live_personal"' }, { value: '"ic_lock"' }, { value: '"ic_mail"' }, { value: '"ic_menu"' }, { value: '"ic_minus_circle"' }, { value: '"ic_news"' }, { value: '"ic_open_page"' }, { value: '"ic_order"' }, { value: '"ic_pages"' }, { value: '"ic_page_size_expand"' }, { value: '"ic_page_size_reduce"' }, { value: '"ic_papp"' }, { value: '"ic_papp_type"' }, { value: '"ic_payment"' }, { value: '"ic_payment_free_trial"' }, { value: '"ic_payment_gift"' }, { value: '"ic_payment_onetime"' }, { value: '"ic_payment_regularly"' }, { value: '"ic_payment_setting"' }, { value: '"ic_photo_multiple"' }, { value: '"ic_plan"' }, { value: '"ic_plus"' }, { value: '"ic_plus_circle"' }, { value: '"ic_post_article"' }, { value: '"ic_post_blog"' }, { value: '"ic_post_column"' }, { value: '"ic_post_community_p"' }, { value: '"ic_post_inquiry"' }, { value: '"ic_post_magazine"' }, { value: '"ic_post_paper_plane"' }, { value: '"ic_post_photobook"' }, { value: '"ic_post_promotion"' }, { value: '"ic_post_promotion_p"' }, { value: '"ic_post_vote"' }, { value: '"ic_post_welcome"' }, { value: '"ic_profit"' }, { value: '"ic_qr"' }, { value: '"ic_radio_off"' }, { value: '"ic_radio_on"' }, { value: '"ic_report"' }, { value: '"ic_requirement"' }, { value: '"ic_rocket"' }, { value: '"ic_sales"' }, { value: '"ic_search"' }, { value: '"ic_section_content_32"' }, { value: '"ic_section_content_40"' }, { value: '"ic_section_contents_carousel_32"' }, { value: '"ic_section_contents_carousel_40"' }, { value: '"ic_section_divider_32"' }, { value: '"ic_section_divider_40"' }, { value: '"ic_section_footer_32"' }, { value: '"ic_section_footer_40"' }, { value: '"ic_section_info_box_32"' }, { value: '"ic_section_info_box_40"' }, { value: '"ic_section_intro_32"' }, { value: '"ic_section_intro_40"' }, { value: '"ic_section_map_32"' }, { value: '"ic_section_map_40"' }, { value: '"ic_section_price_box_32"' }, { value: '"ic_section_price_box_40"' }, { value: '"ic_section_products_carousel_32"' }, { value: '"ic_section_products_carousel_40"' }, { value: '"ic_section_review_32"' }, { value: '"ic_section_review_40"' }, { value: '"ic_section_slider_32"' }, { value: '"ic_section_slider_40"' }, { value: '"ic_section_tab_32"' }, { value: '"ic_section_tab_40"' }, { value: '"ic_seller_info"' }, { value: '"ic_seller_intro"' }, { value: '"ic_seller_page"' }, { value: '"ic_series"' }, { value: '"ic_series_list"' }, { value: '"ic_settlement"' }, { value: '"ic_share"' }, { value: '"ic_slideBanner"' }, { value: '"ic_sort"' }, { value: '"ic_standard_banner"' }, { value: '"ic_success"' }, { value: '"ic_ten_sec_back"' }, { value: '"ic_ten_sec_back_arrow"' }, { value: '"ic_ten_sec_forward"' }, { value: '"ic_ten_sec_forward_arrow"' }, { value: '"ic_time"' }, { value: '"ic_trashcan"' }, { value: '"ic_unavailable"' }, { value: '"ic_unlock"' }, { value: '"ic_upload"' }, { value: '"ic_video_guide"' }, { value: '"ic_video_pip"' }, { value: '"ic_video_playback_speed"' }, { value: '"ic_video_playlist"' }, { value: '"ic_vod"' }, { value: '"ic_vodclass"' }, { value: '"ic_vods"' }, { value: '"ic_vod_shorts"' }, { value: '"ic_warning"' }, { value: '"ic_weblink"' }, { value: '"ic_xmark"' }] } }, colorTheme: { defaultValue: { value: "none" }, description: "", name: "colorTheme", required: !1, type: { name: "enum", value: [{ value: '"none"' }, { value: '"line1"' }, { value: '"line2"' }, { value: '"line3"' }] } }, state: { defaultValue: { value: "normal" }, description: "", name: "state", required: !1, type: { name: "enum", value: [{ value: '"normal"' }, { value: '"disabled"' }] } }, accept: { defaultValue: { value: "*" }, description: "", name: "accept", required: !1, type: { name: "string" } }, multipleMode: { defaultValue: { value: "none" }, description: "", name: "multipleMode", required: !1, type: { name: "enum", value: [{ value: '"none"' }, { value: '"use"' }] } }, isLoading: { defaultValue: null, description: "", name: "isLoading", required: !1, type: { name: "boolean" } }, isSubmitting: { defaultValue: null, description: "", name: "isSubmitting", required: !1, type: { name: "boolean" } }, onClick: { defaultValue: null, description: "", name: "onClick", required: !1, type: { name: "((e: ChangeEvent<HTMLInputElement>) => void)" } } } }, "undefined" != typeof STORYBOOK_REACT_CLASSES && (STORYBOOK_REACT_CLASSES["src/mobile/components/UploadMainButton/UploadMainButton.tsx#UploadMainButton"] = { docgenInfo: UploadMainButton.__docgenInfo, name: "UploadMainButton", path: "src/mobile/components/UploadMainButton/UploadMainButton.tsx#UploadMainButton" });
2649
+ UploadMainButton.displayName = "UploadMainButton", UploadMainButton.__docgenInfo = { description: "", displayName: "UploadMainButton", props: { text: { defaultValue: null, description: "", name: "text", required: !1, type: { name: "PDSTextType" } }, shapeType: { defaultValue: { value: "round" }, description: "", name: "shapeType", required: !1, type: { name: "enum", value: [{ value: '"round"' }, { value: '"rectangle"' }] } }, fillType: { defaultValue: null, description: "", name: "fillType", required: !1, type: { name: "enum", value: [{ value: '"fill"' }, { value: '"line"' }] } }, styleTheme: { defaultValue: { value: "primary" }, description: "", name: "styleTheme", required: !1, type: { name: "enum", value: [{ value: '"primary"' }, { value: '"secondary"' }] } }, size: { defaultValue: { value: "large" }, description: "", name: "size", required: !1, type: { name: "enum", value: [{ value: '"medium"' }, { value: '"small"' }, { value: '"large"' }, { value: '"rlarge"' }, { value: '"xsmall"' }] } }, responsiveMode: { defaultValue: { value: "none" }, description: "", name: "responsiveMode", required: !1, type: { name: "enum", value: [{ value: '"none"' }, { value: '"use"' }] } }, fontWeight: { defaultValue: null, description: "", name: "fontWeight", required: !1, type: { name: "enum", value: [{ value: '"regular"' }, { value: '"bold"' }] } }, iconMode: { defaultValue: { value: "none" }, description: "", name: "iconMode", required: !1, type: { name: "enum", value: [{ value: '"none"' }, { value: '"left"' }, { value: '"right"' }] } }, iconFillType: { defaultValue: { value: "line" }, description: "", name: "iconFillType", required: !1, type: { name: "enum", value: [{ value: '"fill"' }, { value: '"line"' }] } }, iconName: { defaultValue: { value: "ic_upload" }, description: "", name: "iconName", required: !1, type: { name: "enum", value: [{ value: '"ic_arrow_down"' }, { value: '"ic_arrow_up"' }, { value: '"ic_bell"' }, { value: '"ic_bookmark"' }, { value: '"ic_call"' }, { value: '"ic_call_end"' }, { value: '"ic_camera"' }, { value: '"ic_chat"' }, { value: '"ic_chat_counseling"' }, { value: '"ic_chat_crm"' }, { value: '"ic_chat_off"' }, { value: '"ic_checkbox_indeterminate"' }, { value: '"ic_checkbox_on"' }, { value: '"ic_cloud_download"' }, { value: '"ic_delete"' }, { value: '"ic_downloaded"' }, { value: '"ic_edit"' }, { value: '"ic_eye"' }, { value: '"ic_eye_close"' }, { value: '"ic_face"' }, { value: '"ic_heart"' }, { value: '"ic_help_window"' }, { value: '"ic_live"' }, { value: '"ic_login"' }, { value: '"ic_mic_off"' }, { value: '"ic_mic_on"' }, { value: '"ic_more"' }, { value: '"ic_paper_plane"' }, { value: '"ic_photo"' }, { value: '"ic_pin"' }, { value: '"ic_post_free"' }, { value: '"ic_post_notice"' }, { value: '"ic_post_social"' }, { value: '"ic_question"' }, { value: '"ic_reply"' }, { value: '"ic_setting"' }, { value: '"ic_speaker_off"' }, { value: '"ic_speaker_wave_1"' }, { value: '"ic_speaker_wave_2"' }, { value: '"ic_split_screen"' }, { value: '"ic_star"' }, { value: '"ic_subscribers"' }, { value: '"ic_thumb_down"' }, { value: '"ic_thumb_up"' }, { value: '"ic_toggle_down"' }, { value: '"ic_toggle_up"' }, { value: '"ic_verified"' }, { value: '"ic_video"' }, { value: '"ic_videocall"' }, { value: '"ic_videocall_pro"' }, { value: '"ic_video_episodes"' }, { value: '"ic_video_off"' }, { value: '"ic_video_pause"' }, { value: '"ic_video_play"' }, { value: '"ic_video_play_circle"' }, { value: '"ic_video_resolution"' }, { value: '"ic_video_subtitle"' }, { value: '"ic_vodplus"' }, { value: '"ic_analytics_search_tools"' }, { value: '"ic_arrow_down_bold"' }, { value: '"ic_arrow_left"' }, { value: '"ic_arrow_left_2"' }, { value: '"ic_arrow_left_bold"' }, { value: '"ic_arrow_left_thin"' }, { value: '"ic_arrow_right"' }, { value: '"ic_arrow_right_2"' }, { value: '"ic_arrow_right_bold"' }, { value: '"ic_arrow_right_thin"' }, { value: '"ic_arrow_round_left"' }, { value: '"ic_arrow_up_bold"' }, { value: '"ic_bell_notification"' }, { value: '"ic_booking"' }, { value: '"ic_booking_completed"' }, { value: '"ic_booking_history"' }, { value: '"ic_booking_papp"' }, { value: '"ic_booking_ticket"' }, { value: '"ic_business"' }, { value: '"ic_channel"' }, { value: '"ic_channel_setting"' }, { value: '"ic_check"' }, { value: '"ic_checkbox_off"' }, { value: '"ic_clip"' }, { value: '"ic_coins"' }, { value: '"ic_confetti"' }, { value: '"ic_cont_watching"' }, { value: '"ic_copy"' }, { value: '"ic_cs"' }, { value: '"ic_dashboard"' }, { value: '"ic_design_preference"' }, { value: '"ic_developer"' }, { value: '"ic_device_app"' }, { value: '"ic_device_desktop"' }, { value: '"ic_device_mobile"' }, { value: '"ic_download"' }, { value: '"ic_dynamic_layout"' }, { value: '"ic_editor"' }, { value: '"ic_editor_left_side"' }, { value: '"ic_editor_right_side"' }, { value: '"ic_end"' }, { value: '"ic_error"' }, { value: '"ic_filter"' }, { value: '"ic_folder"' }, { value: '"ic_ghost"' }, { value: '"ic_heart_care"' }, { value: '"ic_home"' }, { value: '"ic_information"' }, { value: '"ic_internal"' }, { value: '"ic_language"' }, { value: '"ic_links"' }, { value: '"ic_live_broadcast"' }, { value: '"ic_live_commerce"' }, { value: '"ic_live_concert"' }, { value: '"ic_live_event"' }, { value: '"ic_live_personal"' }, { value: '"ic_lock"' }, { value: '"ic_mail"' }, { value: '"ic_menu"' }, { value: '"ic_minus_circle"' }, { value: '"ic_news"' }, { value: '"ic_open_page"' }, { value: '"ic_order"' }, { value: '"ic_pages"' }, { value: '"ic_page_size_expand"' }, { value: '"ic_page_size_reduce"' }, { value: '"ic_papp"' }, { value: '"ic_papp_type"' }, { value: '"ic_payment"' }, { value: '"ic_payment_free_trial"' }, { value: '"ic_payment_gift"' }, { value: '"ic_payment_onetime"' }, { value: '"ic_payment_regularly"' }, { value: '"ic_payment_setting"' }, { value: '"ic_photo_multiple"' }, { value: '"ic_plan"' }, { value: '"ic_plus"' }, { value: '"ic_plus_circle"' }, { value: '"ic_post_article"' }, { value: '"ic_post_blog"' }, { value: '"ic_post_column"' }, { value: '"ic_post_community_p"' }, { value: '"ic_post_inquiry"' }, { value: '"ic_post_magazine"' }, { value: '"ic_post_paper_plane"' }, { value: '"ic_post_photobook"' }, { value: '"ic_post_promotion"' }, { value: '"ic_post_promotion_p"' }, { value: '"ic_post_vote"' }, { value: '"ic_post_welcome"' }, { value: '"ic_profit"' }, { value: '"ic_qr"' }, { value: '"ic_radio_off"' }, { value: '"ic_radio_on"' }, { value: '"ic_report"' }, { value: '"ic_requirement"' }, { value: '"ic_rocket"' }, { value: '"ic_sales"' }, { value: '"ic_search"' }, { value: '"ic_section_content_32"' }, { value: '"ic_section_content_40"' }, { value: '"ic_section_contents_carousel_32"' }, { value: '"ic_section_contents_carousel_40"' }, { value: '"ic_section_divider_32"' }, { value: '"ic_section_divider_40"' }, { value: '"ic_section_footer_32"' }, { value: '"ic_section_footer_40"' }, { value: '"ic_section_info_box_32"' }, { value: '"ic_section_info_box_40"' }, { value: '"ic_section_intro_32"' }, { value: '"ic_section_intro_40"' }, { value: '"ic_section_map_32"' }, { value: '"ic_section_map_40"' }, { value: '"ic_section_price_box_32"' }, { value: '"ic_section_price_box_40"' }, { value: '"ic_section_products_carousel_32"' }, { value: '"ic_section_products_carousel_40"' }, { value: '"ic_section_review_32"' }, { value: '"ic_section_review_40"' }, { value: '"ic_section_slider_32"' }, { value: '"ic_section_slider_40"' }, { value: '"ic_section_tab_32"' }, { value: '"ic_section_tab_40"' }, { value: '"ic_seller_info"' }, { value: '"ic_seller_intro"' }, { value: '"ic_seller_page"' }, { value: '"ic_series"' }, { value: '"ic_series_list"' }, { value: '"ic_settlement"' }, { value: '"ic_share"' }, { value: '"ic_slideBanner"' }, { value: '"ic_sort"' }, { value: '"ic_standard_banner"' }, { value: '"ic_success"' }, { value: '"ic_ten_sec_back"' }, { value: '"ic_ten_sec_back_arrow"' }, { value: '"ic_ten_sec_forward"' }, { value: '"ic_ten_sec_forward_arrow"' }, { value: '"ic_time"' }, { value: '"ic_trashcan"' }, { value: '"ic_unavailable"' }, { value: '"ic_unlock"' }, { value: '"ic_upload"' }, { value: '"ic_video_guide"' }, { value: '"ic_video_pip"' }, { value: '"ic_video_playback_speed"' }, { value: '"ic_video_playlist"' }, { value: '"ic_vod"' }, { value: '"ic_vodclass"' }, { value: '"ic_vods"' }, { value: '"ic_vod_shorts"' }, { value: '"ic_warning"' }, { value: '"ic_weblink"' }, { value: '"ic_xmark"' }] } }, colorTheme: { defaultValue: { value: "none" }, description: "", name: "colorTheme", required: !1, type: { name: "enum", value: [{ value: '"none"' }, { value: '"line1"' }, { value: '"line2"' }, { value: '"line3"' }, { value: '"primary1"' }, { value: '"secondary1"' }] } }, state: { defaultValue: { value: "normal" }, description: "", name: "state", required: !1, type: { name: "enum", value: [{ value: '"normal"' }, { value: '"disabled"' }] } }, accept: { defaultValue: { value: "*" }, description: "", name: "accept", required: !1, type: { name: "string" } }, multipleMode: { defaultValue: { value: "none" }, description: "", name: "multipleMode", required: !1, type: { name: "enum", value: [{ value: '"none"' }, { value: '"use"' }] } }, isLoading: { defaultValue: null, description: "", name: "isLoading", required: !1, type: { name: "boolean" } }, isSubmitting: { defaultValue: null, description: "", name: "isSubmitting", required: !1, type: { name: "boolean" } }, onClick: { defaultValue: null, description: "", name: "onClick", required: !1, type: { name: "((e: ChangeEvent<HTMLInputElement>) => void)" } } } }, "undefined" != typeof STORYBOOK_REACT_CLASSES && (STORYBOOK_REACT_CLASSES["src/mobile/components/UploadMainButton/UploadMainButton.tsx#UploadMainButton"] = { docgenInfo: UploadMainButton.__docgenInfo, name: "UploadMainButton", path: "src/mobile/components/UploadMainButton/UploadMainButton.tsx#UploadMainButton" });
2642
2650
  }
2643
2651
  catch (__react_docgen_typescript_loader_error) { }
2644
2652
  }, function (module, exports, __webpack_require__) {
@@ -2944,9 +2952,9 @@
2944
2952
  "use strict";
2945
2953
  var __importDefault = this && this.__importDefault || function (mod) { return mod && mod.__esModule ? mod : { default: mod }; };
2946
2954
  Object.defineProperty(exports, "__esModule", { value: !0 });
2947
- var PaletteColor_Dark_json_1 = __importDefault(__webpack_require__(1074)), SemanticColor_json_1 = __importDefault(__webpack_require__(1075)), UIColor_json_1 = __importDefault(__webpack_require__(1076)), PaletteColor_light_json_1 = __importDefault(__webpack_require__(1077)), colorSet = { PaletteColor_Dark: PaletteColor_Dark_json_1.default, SemanticColor: SemanticColor_json_1.default, UIColor: UIColor_json_1.default, PaletteColor_light: PaletteColor_light_json_1.default };
2955
+ var SemanticColor_json_1 = __importDefault(__webpack_require__(1074)), PaletteColor_light_json_1 = __importDefault(__webpack_require__(1075)), PaletteColor_Dark_json_1 = __importDefault(__webpack_require__(1076)), UIColor_json_1 = __importDefault(__webpack_require__(1077)), colorSet = { SemanticColor: SemanticColor_json_1.default, PaletteColor_light: PaletteColor_light_json_1.default, PaletteColor_Dark: PaletteColor_Dark_json_1.default, UIColor: UIColor_json_1.default };
2948
2956
  exports.default = colorSet;
2949
- }, function (module) { module.exports = JSON.parse('{"sys_container_background_01":"grey950","sys_container_background_02":"darkgrey50","sys_container_background_03":"darkgrey100","sys_background_dimmed":"black/opacity65","sys_text_grey_01":"darkgrey900","sys_text_grey_02":"darkgrey500","sys_text_grey_03":"darkgrey400","sys_text_white":"white","sys_text_brand_primary":"darkblue500","sys_text_error_01":"red500","sys_widget_grey_01":"darkgrey900","sys_widget_grey_02":"darkgrey500","sys_widget_grey_03":"darkgrey400","sys_widget_primary_01":"darkblue500","sys_widget_error_01":"darkred500","sys_widget_warning_01":"darkorange500","sys_widget_success_01":"darkgreen700","sys_widget_white":"white","sys_border_area_01":"darkgrey50","sys_border_line_01":"darkgrey100","sys_border_line_02":"darkgrey400","sys_border_line_03":"darkblue500","sys_border_line_04":"darkred500","sys_border_line_05":"darkgrey900","sys_component_base_01":"darkgrey50","sys_component_base_02":"grey950","sys_component_base_03":"darkgrey100","sys_component_base_red":"darkred500","sys_component_base_white":"white","sys_component_base_white_opacity00":"white/opacity00","sys_on_base_white_opacity00":"white/opacity00","sys_on_base_white_opacity30":"white/opacity30","sys_on_base_black_opacity20":"black/opacity20","usr_brand_primary":"darkblue500","usr_brand_secondary":"darkgreen500","usr_brand_secondary_variant":"darkgreen700","usr_background":"grey950","usr_surface":"darkgrey50","usr_border":"darkgrey100","usr_on_brand_primary":"white","usr_on_brand_secondary":"darkgrey900","usr_on_background":"darkgrey900","usr_on_surface":"grey900","sys_widget_status_active_01":"darkgreen500","sys_text_success_01":"darkgreen700","sys_widget_grey_04":"darkgrey100","sys_text_active":"darkgreen700","sys_component_base_blue":"darkblue500","sys_on_base_black_opacity65":"black/opacity65","sys_component_base_04":"darkgrey70","sys_component_base_black":"black","sys_component_base_black_opacity00":"black/opacity00","usr_text_brand_secondary_variant":"darkgreen700","usr_text_brand_primary":"darkblue500","usr_text_brand_on_primary":"grey900","sys_text_brand_secondary_variant":"darkgreen700","sys_component_base_navy":"darynavy500","sys_widget_lightgreen":"darklightgreen500","sys_border_line_06":"darklightgreen500","sys_background_dimmed_20":"black/opacity20","sys_widget_pink":"darkpink500","sys_widget_primary_opacity20":"blue500/opacity20","sys_widget_secondary_variant_01":"darkgreen700","usr_component_base_brand_primary_opacity10":"blue500/opacity10","sys_temp_grey_01":"darkgrey900","sys_temp_grey_02":"darkgrey500","sys_temp_grey_03":"darkgrey400","sys_temp_grey_04":"darkgrey100","sys_temp_grey_05":"darkgrey50","sys_temp_white":"white","sys_temp_primary_01":"darkblue500","sys_temp_secondary_01":"darkgreen700","sys_temp_red":"darkred500","sys_temp_white_opacity_00":"white/opacity00","sys_temp_dimmed":"black/opacity20","sys_temp_black":"black","sys_temp_primary_02":"darkblue700","sys_temp_primary_03":"darkblue300","sys_temp_secondary_02":"darkgreen500","sys_temp_lightgreen_01":"darklightgreen500","sys_text_grey_04":"darkgrey600","sys_papp_post_social_background":"blue500","sys_papp_post_notice_background":"skyblue500","sys_papp_post_free_background":"skyblue300","sys_papp_vod_background":"lightpink500","sys_papp_vodplus_background":"pink500","sys_papp_live_background":"pink300","sys_selcontrols_base_off_disabled":"darkgrey400/opacity65","sys_selcontrols_base_on_disabled":"darklightgreen500/opacity65","sys_component_base_blue_opacity10":"blue500/opacity10","sys_component_base_05":"grey950","sys_background_dimmed_65":"black/opacity65","sys_temp_grey_06":"darkgrey70","sys_on_base_white_opacity10":"white/opacity10","sys_on_base_black_opacity10":"black/opacity10","sys_component_base_05_opacity00":"grey950/opacity00","sys_papp_post_notice_link":"darkskyblue500","sys_component_base_navy_light":"darknavy100","sys_component_base_orange":"darkorange500","sys_component_base_grey":"darkgrey400","sys_component_base_black_opacity80":"black/opacity80","sys_text_darkgrey_02":"darkgrey500","sys_border_line_darktheme_01":"darkgrey100","sys_border_line_darktheme_02":"darkgrey400","sys_component_base_darktheme_01":"darkgrey50","sys_component_base_darktheme_02":"grey950","sys_component_base_darktheme_03":"darkgrey100","sys_text_grey_darktheme_01":"darkgrey900","sys_text_grey_darktheme_02":"darkgrey500","sys_text_grey_darktheme_03":"darkgrey400","sys_widget_grey_darktheme_01":"darkgrey900","sys_widget_grey_darktheme_02":"darkgrey500","sys_widget_grey_darktheme_03":"darkgrey400","sys_component_base_green":"darkgreen700","sys_text_error_darktheme_01":"darkred500","sys_border_line_darktheme_03":"darkred500","sys_border_line_darktheme_04":"darkgrey500","usr_widget_brand_primary_darktheme_01":"darkblue500","usr_text_brand_primary_darktheme_01":"darkblue500","sys_component_base_black_opacity50":"black/opacity50","sys_component_base_card":"darkgrey50","sys_cpnt_textlabel_sys_brand_primary_opacity50":"blue500/opacity50","sys_widget_green_01":"darkgreen500","sys_component_base_black_opacity30":"black/opacity30","sys_area_background":"darkgrey50/opacity65","sys_border_white_opacity30":"white/opacity30","sys_container_background_wt":"grey950","sys_channeldesc_grey_03":"darkgrey400","sys_channeldesc_border_grey_03":"darkgrey100","sys_gradient_base_01":"grey950","sys_gradient_base_01_opacity00":"grey950/opacity00","sys_channeldesc_background":"grey950/opacity80","sys_channeldesc_bottomsheet_base":"grey950/opacity80","sys_channeldesc_bottomsheet_border":"darkgrey100","sys_channeldesc_contents_base":"darkgrey50/opacity80","sys_channeldesc_dimmed":"grey950/opacity30","sys_gradient_base_01_opacity50":"grey950/opacity50","sys_gradient_base_01_opacity75":"grey950/opacity75","sys_gradient_base_01_opacity40":"grey950/opacity40","sys_widget_black":"black","usr_temp_primary_01":"darkblue500","sys_cpnt_sheet_base_02_opacity50":"darkgrey50/opacity50","usr_menu_primarymenu_main":"darkgrey900","usr_menu_primarymenu_sub":"darkgrey500","usr_menu_secondarymenu_main":"darkgrey900","usr_menu_secondarymenu_sub":"darkgrey500","usr_menu_hover":"darkblue500","usr_menu_active":"darkblue500","usr_menu_background":"grey950","sys_cpnt_base_white_opacity50":"white/opacity50","sys_widget_dark_01":"grey950","usr_menu_background_gradient_opacity00":"grey950/opacity00","sys_border_line_white":"white","sys_component_base_white_opacity10":"white/opacity10","sys_cpnt_sheet_base_01":"darkgrey30","sys_component_base_white_opacity20":"white/opacity20","sys_border_line_07":"darkgrey70","sys_border_line_white_opacity50":"white/opacity50","sys_background_dimmed_02":"black/opacity65","sys_border_line_08":"darkgrey500","sys_component_base_06":"darkgrey50","sys_component_base_07":"darkgrey70","sys_border_line_09":"darkgrey50","sys_component_base_darktheme_04":"black/opacity00","sys_border_line_10":"darkgrey50","sys_component_base_darktheme_05":"darkgrey30","sys_border_line_darktheme_05":"darkgrey30","sys_component_base_darktheme_06":"darkgrey70","sys_border_line_darktheme_06":"darkgrey70","sys_border_line_darktheme_07":"darkgrey50","sys_border_line_11":"darkgreen500","sys_base_dimmed_01":"black/opacity30","sys_kakao":"kakaoyellow","sys_border_line_12":"grey100","sys_component_base_08":"white","sys_text_social_login_01":"grey900","sys_text_social_login_02":"grey900","sys_papp_livechat_link":"darkskyblue500","sys_text_lighttone_grey_01":"grey900","sys_widget_lighttone_primary_01":"blue500","sys_text_lighttone_grey_02":"grey500","sys_component_base_09":"darkgrey70","sys_component_base_darktheme_opacity20":"darkgrey900/opacity20","sys_component_base_darktheme_disabled_opacity20":"darkgrey70/opacity20","sys_border_white_opacity00":"white/opacity00","sys_border_line_darktheme_07_opacity00":"darkgrey50/opacity00","sys_border_line_darktheme_02_opacity20":"darkgrey400/opacity20","sys_border_line_darktheme_03_opacity20":"darkred500/opacity20","sys_border_line_darktheme_07_opacity20":"darkgrey50/opacity20","sys_component_base_grey_02_opacity80":"darkgrey30/opacity80","sys_component_base_10":"black/opacity30","sys_component_pastel_base_01":"darkpastelpink500","sys_component_pastel_base_02":"darkpastelgreen500","sys_component_pastel_base_03":"darkpastelpurple500","sys_component_pastel_base_04":"darkpastelorange500","sys_component_pastel_base_05":"darkpastelblue500","sys_component_base_11":"darkgreen30","sys_loading_skeleton_01":"darkgrey400","sys_loading_skeleton_02":"darkgrey400/opacity30","sys_loading_linear_bar":"darkgrey400/opacity50","sys_loading_linear_base":"darkgrey30","sys_loading_three_bar":"darkgrey400","sys_widget_grey_05":"darkgrey50","sys_menu_background_transparent":"white/opacity00","sys_container_background_04":"white/opacity00","sys_menu_button_base":"white","sys_background_dimmed_03":"black/opacity30","sys_cpnt_sheet_base_03":"black/opacity80","sys_dimmed_gradient_01":"black","sys_dimmed_gradient_02":"black/opacity00","sys_border_line_13":"darkgreen700","sys_component_base_12":"darkorange50/opacity90","sys_border_line_14":"darkorange500","sys_component_base_13":"darkgreen50/opacity90","sys_component_base_14":"darkgrey50/opacity90","sys_component_base_15":"darkorange50/opacity50","sys_component_base_16":"darkgreen50/opacity50","sys_component_base_17":"darkgrey50/opacity50","sys_widget_red_01":"darkred500","sys_widget_orange_01":"darkorange500","sys_text_warning_01":"darkorange500","sys_component_base_18":"darkgrey400","sys_cpnt_sheet_base_04":"darkblue500","sys_cpnt_sheet_base_05":"grey950","sys_cpnt_sheet_base_06":"darkgreen500","sys_facebook":"facebookblue","sys_component_base_19":"white/opacity65","sys_cpnt_pagination_dot_01":"white","sys_cpnt_pagination_dot_02":"white/opacity50","sys_component_base_white_opacity50":"white/opacity50","sys_component_base_20":"white/opacity80","sys_component_base_22":"grey950","sys_component_base_21":"red500/opacity50","sys_component_border_white_opacity20":"white/opacity20","sys_component_base_23":"darkgrey100/opacity65","sys_component_base_darkgreen":"darkgreen700","sys_component_base_24":"black/opacity80","sys_border_line_15":"white/opacity80","sys_border_line_16":"black/opacity80","sys_component_base_hover_01":"darkgrey30","sys_component_on_base_01":"white/opacity20","sys_component_on_base_02":"grey950/opacity15","sys_component_on_base_03":"grey950/opacity05","sys_component_on_base_04":"darkgrey80","sys_component_on_base_05":"darkgrey200","sys_component_base_hover_02":"darkgrey80","sys_component_base_pressed_01":"darkgrey200","sys_widget_white_02":"white/opacity70","sys_component_base_hover_03":"white/opacity60","sys_component_base_pressed_02":"white/opacity30","sys_component_base_25":"white/opacity40","sys_editor_base_pages":"darkskyblue100","sys_editor_base_papp":"darkgreen100","sys_text_black":"black","sys_component_base_26":"grey30","sys_component_base_27":"grey70","sys_component_base_28":"darkgrey500","sys_widget_sidebar_label_text":"darkgrey500/opacity70","sys_component_base_hover_darktheme":"darkgrey80","sys_component_base_pressed_darktheme":"darkgrey200","sys_component_base_hover_white":"white/opacity05","sys_component_base_pressed_white":"white/opacity15","sys_component_base_hover_transparent":"darkgrey900/opacity25","sys_component_base_pressed_transparent":"darkgrey900/opacity35","sys_text_white_opacity_01":"white/opacity70"}'); }, function (module) { module.exports = JSON.parse('{"blue500":"#455EEF","blue700":"#0040bb","blue300":"#838bff","green700":"#00b884","green500":"#1eebb4","green300":"#6effd1","red500":"#ff463a","grey900":"#1e1e20","grey500":"#68686b","grey400":"#aaaab1","grey100":"#e3e5e9","grey50":"#eff0f3","white":"#ffffff","black":"#000000","darkblue500":"#586cff","grey950":"#151515","darkgrey900":"#fdfdfd","darkgrey500":"#a5a5ab","darkgrey400":"#68686c","darkgrey100":"#404042","darkgrey50":"#252526","darkred500":"#ff554a","darkgreen700":"#0ac28e","orange500":"#ff8200","darkorange500":"#ff8c16","opacity00":"00","opacity20":"33","opacity30":"4D","opacity65":"A6","darkgreen500":"#0ce1a8","grey70":"#eaebef","navy500":"#313349","lightgreen500":"#32d64c","pink500":"#FB3A63","darkgrey70":"#303032","darknavy500":"#282A3C","darkpink500":"#ED3058","darklightgreen500":"#24C43D","opacity10":"1A","grey600":"#404042","darkgrey600":"#DADADF","skyblue500":"#458BEF","skyblue300":"#45B9EF","pink300":"#FD5B7D","lightpink500":"#FF708C","darkblue300":"#939AFF","darkblue700":"#064ACD","darkgreen300":"#47F0C3","darkskyblue500":"#65A4FF","navy100":"#6E77A9","darknavy100":"#7A82B2","opacity80":"CC","opacity50":"80","grey30":"#f5f5f8","opacity95":"F2","darkgrey30":"#1d1d1e","opacity40":"66","kakaoyellow":"#fee500","pastelblue500":"#77B2EC","pastelpink500":"#ff6399","pastelorange500":"#ffa638","pastelgreen500":"#64DA73","pastelpurple500":"#b36de9","darkpastelblue500":"#6AA4DE","darkpastelpink500":"#f2598e","darkpastelorange500":"#f19829","darkpastelgreen500":"#56CE65","darkpastelpurple500":"#aa61e2","green30":"#E5F9F3","darkgreen30":"#132520","orange50":"#FBE0C5","darkorange50":"#472E15","orange30":"#FAEDE0","darkorange30":"#2C2015","green50":"#CCF5E9","darkgreen50":"#134034","opacity90":"E6","facebookblue":"#1877F2","opacity05":"0D","opacity15":"26","grey80":"#E9E9EC","grey200":"#D3D3D6","darkgrey80":"#282829","darkgrey200":"#3E3E3F","opacity70":"B3","opacity60":"99","skyblue100":"#B2E7FF","green100":"#91F9C8","darkgreen100":"#91F3C5","darkskyblue100":"#A2DEF9","opacity25":"40","opacity35":"59"}'); }, function (module) { module.exports = JSON.parse('{"ui_cpnt_button_fill_base_primary":"usr_brand_primary","ui_cpnt_button_fill_base_default":"sys_component_base_01","ui_cpnt_button_fill_base_white":"sys_component_base_02","ui_cpnt_button_fill_on_base_hover":"sys_component_on_base_01","ui_cpnt_button_fill_on_base_pressed":"sys_component_on_base_02","ui_cpnt_button_fill_base_disabled":"sys_component_base_03","ui_cpnt_button_line_base_pressed":"sys_component_base_03","ui_cpnt_button_line_base_hover":"sys_component_base_01","ui_cpnt_button_line_border_default":"sys_border_line_01","ui_cpnt_button_line_border_enabled":"sys_border_line_02","ui_cpnt_button_line_border_disabled":"sys_border_line_01","ui_cpnt_button_line_border_primary":"usr_brand_primary","ui_cpnt_button_text_primary":"usr_brand_primary","ui_cpnt_button_text_on_primary":"usr_on_brand_primary","ui_cpnt_button_text_enabled":"sys_text_grey_01","ui_cpnt_button_text_disabled":"sys_text_grey_03","ui_cpnt_button_text_default":"sys_text_grey_02","ui_cpnt_button_icon_on_primary":"usr_on_brand_primary","ui_cpnt_button_icon_primary":"usr_brand_primary","ui_cpnt_button_icon_enabled":"sys_widget_grey_01","ui_cpnt_button_icon_disabled":"sys_widget_grey_03","ui_cpnt_button_icon_default":"sys_widget_grey_02","ui_cpnt_textfield_border_normal":"sys_border_line_10","ui_cpnt_textfield_border_focus":"sys_border_line_02","ui_cpnt_textfield_border_error":"sys_border_line_04","ui_cpnt_textfield_base_normal":"sys_component_base_06","ui_cpnt_textfield_base_disabled":"sys_component_base_07","ui_cpnt_textfield_text_hint":"sys_text_grey_02","ui_cpnt_textfield_text_typed":"sys_text_grey_01","ui_cpnt_textfield_text_error":"sys_text_error_01","ui_cpnt_textfield_text_disabled":"sys_text_grey_03","ui_cpnt_textfield_icon_01":"sys_widget_grey_01","ui_cpnt_textfield_icon_02":"sys_widget_grey_02","ui_cpnt_textfield_icon_03":"sys_widget_grey_03","ui_cpnt_list_base_area":"sys_component_base_white_opacity00","ui_cpnt_list_base_area_select":"sys_component_base_01","ui_cpnt_list_text_title":"sys_text_grey_01","ui_cpnt_list_text_description_01":"sys_text_grey_02","ui_cpnt_list_text_caption_01":"sys_text_grey_03","ui_cpnt_headerbar_base_area":"sys_component_base_02","ui_cpnt_headerbar_text_title":"sys_text_grey_01","ui_cpnt_headerbar_icon":"sys_widget_grey_01","ui_cpnt_headerbar_divider":"sys_border_line_01","ui_cpnt_tabbar_base_area":"sys_component_base_02","ui_cpnt_tabbar_divider":"sys_border_line_01","ui_cpnt_tabbar_base_area_sub":"sys_component_base_01","ui_cpnt_tabbar_border_active_indicator_primary":"usr_brand_primary","ui_cpnt_tabbar_text_active_primary":"usr_brand_primary","ui_cpnt_tabbar_border_active_indicator":"sys_border_line_05","ui_cpnt_tabbar_text_active":"sys_text_grey_01","ui_cpnt_tabbar_text_inactive_01":"sys_text_grey_02","ui_2":"sys_text_grey_01","ui_3":"sys_text_grey_02","ui_4":"sys_text_grey_03","ui_5":"sys_text_grey_01","ui_6":"sys_text_grey_02","ui_7":"sys_border_line_01","ui_8":"sys_text_grey_01","ui_9":"sys_text_grey_01","ui_cpnt_pagination_slide_dot_active":"sys_widget_grey_01","ui_cpnt_pagination_slide_dot_inactive":"sys_widget_grey_03","ui_10":"sys_text_grey_01","ui_11":"sys_text_grey_02","ui_cpnt_modal_header_text_title":"sys_text_grey_01","ui_cpnt_modal_header_icon_01":"sys_widget_grey_01","ui_cpnt_modal_header_base_area":"sys_component_base_white_opacity00","ui_cpnt_modal_header_base_line":"sys_border_line_01","ui_cpnt_modal_body_primary_text":"sys_text_grey_01","ui_cpnt_modal_body_secondary_text":"sys_text_grey_02","ui_cpnt_modal_footer_base_area":"sys_component_base_white_opacity00","ui_cpnt_modal_footer_divider":"sys_border_line_01","ui_cpnt_modal_base":"sys_component_base_02","ui_12":"sys_text_grey_02","ui_13":"sys_text_grey_02","ui_14":"sys_text_grey_01","ui_15":"sys_text_grey_01","ui_cpnt_text_emptystate":"sys_text_grey_02","ui_cpnt_chip_fill_icon_inactive":"sys_widget_grey_02","ui_cpnt_chip_fill_icon_active_01":"usr_on_brand_primary","ui_cpnt_chip_fill_text_inactive":"sys_text_grey_02","ui_cpnt_chip_fill_text_active_01":"usr_on_brand_primary","ui_cpnt_chip_fill_base_inactive":"sys_component_base_01","ui_cpnt_chip_fill_base_active_01":"usr_brand_primary","ui_cpnt_chip_line_icon_01":"sys_widget_grey_01","ui_cpnt_chip_line_text_01":"sys_text_grey_01","ui_cpnt_chip_line_text_disabled":"sys_text_grey_03","ui_cpnt_chip_line_border_01":"sys_border_line_01","ui_cpnt_chip_base_playtime":"sys_background_dimmed","ui_16":"sys_text_grey_01","ui_cpnt_list_icon_01":"sys_widget_grey_01","ui_cpnt_list_icon_02":"sys_widget_grey_02","ui_cpnt_bottomsheet_icon_01":"sys_widget_grey_01","ui_cpnt_bottomsheet_text_01":"sys_text_grey_01","ui_cpnt_bottomsheet_text_02":"sys_text_grey_02","ui_cpnt_bottomsheet_icon_02":"sys_widget_grey_02","ui_19":"sys_widget_grey_01","ui_20":"sys_text_grey_01","ui_cpnt_fab_default_base_white":"sys_component_base_white","ui_cpnt_fab_default_base_red":"sys_component_base_red","ui_cpnt_fab_default_base_primary":"usr_brand_primary","ui_cpnt_fab_default_base_hover":"sys_component_base_01","ui_cpnt_fab_default_on_base_hover":"sys_on_base_white_opacity30","ui_cpnt_fab_default_base_pressed":"sys_component_base_03","ui_cpnt_fab_default_on_base_pressed":"sys_on_base_black_opacity20","ui_cpnt_fab_default_base_disabled":"sys_component_base_03","ui_cpnt_fab_icon_enabled":"sys_widget_grey_01","ui_cpnt_fab_icon_on_primary":"usr_on_brand_primary","ui_cpnt_fab_icon_disabled":"sys_widget_grey_03","ui_cpnt_fab_extended_base_primary":"usr_brand_primary","ui_cpnt_fab_extended_on_base_hover":"sys_on_base_white_opacity30","ui_cpnt_fab_extended_on_base_pressed":"sys_on_base_black_opacity20","ui_cpnt_fab_extended_base_disabled":"sys_component_base_03","ui_cpnt_fab_text_on_primary":"usr_on_brand_primary","ui_cpnt_fab_text_disabled":"sys_text_grey_03","ui_cpnt_alertdialog_base":"sys_component_base_02","ui_cpnt_alertdialog_icon_success":"sys_widget_success_01","ui_cpnt_alertdialog_icon_error":"sys_widget_error_01","ui_cpnt_alertdialog_icon_warning":"sys_widget_warning_01","ui_cpnt_alertdialog_text_title":"sys_text_grey_01","ui_cpnt_alertdialog_text_body":"sys_text_grey_02","ui_21":"sys_widget_white","ui_22":"sys_widget_white","ui_23":"sys_widget_white","ui_24":"sys_widget_white","ui_25":"sys_widget_white","ui_26":"sys_widget_white","ui_27":"sys_widget_white","ui_cpnt_divider":"sys_border_line_01","ui_cpnt_select_border_normal":"sys_border_line_10","ui_cpnt_select_border_focus":"sys_border_line_02","ui_cpnt_select_base_normal":"sys_component_base_06","ui_cpnt_select_base_disabled":"sys_component_base_07","ui_cpnt_select_text_hint":"sys_text_grey_01","ui_cpnt_select_text_selected":"sys_text_grey_01","ui_cpnt_select_text_disabled":"sys_text_grey_03","ui_cpnt_select_icon_01":"sys_widget_grey_02","ui_cpnt_select_icon_02":"sys_widget_grey_03","ui_28":"sys_text_grey_01","ui_29":"sys_text_grey_02","ui_30":"sys_text_grey_02","ui_cpnt_videoplayer_icon_01":"sys_widget_white","ui_32":"sys_text_grey_01","ui_cpnt_selcontrols_icon_primary":"usr_brand_primary","ui_cpnt_selcontrols_icon_disabled":"sys_widget_grey_03","ui_cpnt_selcontrols_icon_default":"sys_widget_grey_02","ui_cpnt_selcontrols_text_disabled":"sys_text_grey_03","ui_cpnt_selcontrols_text_default":"sys_text_grey_02","ui_cpnt_selcontrols_icon_on_base_hover":"sys_on_base_white_opacity30","ui_cpnt_contextmenu_menu_base_normal":"sys_component_base_white_opacity00","ui_cpnt_contextmenu_menu_base_hover":"sys_component_base_01","ui_cpnt_contextmenu_menu_base_selected":"sys_component_base_01","ui_cpnt_contextmenu_text":"sys_text_grey_01","ui_cpnt_selcontrols_base_off":"sys_widget_grey_03","ui_cpnt_selcontrols_base_on":"sys_widget_lightgreen","ui_cpnt_tabbar_text_inactive_02":"sys_text_grey_03","ui_cpnt_videoplayer_unavailable":"sys_widget_grey_03","ui_cpnt_list_divider":"sys_border_line_01","ui_cpnt_button_fill_base_transparent":"sys_component_base_white_opacity00","ui_cpnt_list_badge_active":"sys_widget_status_active_01","ui_cpnt_list_badge_active_primary":"usr_brand_primary","ui_cpnt_list_badge_disabled":"sys_widget_grey_03","ui_cpnt_list_badge_cancel":"sys_widget_error_01","ui_cpnt_list_text_quantity_plus":"sys_text_brand_secondary_variant","ui_cpnt_content_card_base":"sys_component_base_03","ui_cpnt_content_icon_03":"sys_widget_grey_03","ui_cpnt_content_icon_01":"sys_widget_grey_01","ui_cpnt_content_icon_02":"sys_widget_grey_02","ui_cpnt_content_card_status_a":"sys_widget_primary_01","ui_cpnt_content_card_status_b":"sys_widget_success_01","ui_cpnt_content_card_status_c":"sys_widget_warning_01","ui_cpnt_content_card_status_d":"sys_widget_grey_03","ui_cpnt_textgroup_base_area":"sys_component_base_white_opacity00","ui_cpnt_imageslide_active":"sys_widget_white","ui_cpnt_imageslide_inactive":"sys_widget_grey_02","ui_cpnt_videoplayer_icon_02":"sys_widget_grey_01","ui_cpnt_videoplayer_text_01":"sys_text_white","ui_cpnt_videoplayer_text_02":"sys_text_white_opacity65","ui_cpnt_videoplayer_scrubber_01":"sys_widget_white","ui_cpnt_videoplayer_scrubber_primary":"usr_brand_primary","ui_cpnt_videoplayer_playbar_base":"sys_on_base_white_opacity30","ui_cpnt_videoplayer_playbar_02":"sys_widget_grey_04","ui_cpnt_videoplayer_playbar_primary":"usr_brand_primary","ui_cpnt_videoplayer_playbar_01":"sys_widget_grey_01","ui_cpnt_tableheadbar_title":"sys_text_grey_01","ui_cpnt_tableheaderbar_text_default":"sys_text_grey_01","ui_cpnt_tableheaderbar_text_disabled":"sys_text_grey_03","ui_cpnt_tableheaderbar_icon_01":"sys_widget_grey_01","ui_cpnt_datatable_text_01":"sys_text_grey_01","ui_cpnt_datatable_text_02":"sys_text_grey_02","ui_cpnt_datatable_text_03":"sys_text_grey_03","ui_cpnt_datatable_text_textbutton":"sys_text_brand_primary","ui_cpnt_datatable_text_active":"sys_text_active","ui_cpnt_datatable_base_default":"sys_component_base_white_opacity00","ui_cpnt_datatable_base_hover":"sys_component_base_hover_01","ui_cpnt_datatable_text_inactive":"sys_text_grey_03","ui_cpnt_datatable_bulkaction_base":"sys_widget_black","ui_cpnt_datatable_icon_01":"sys_widget_white","ui_cpnt_datatable_text_04":"sys_text_white","ui_cpnt_chip_fill_base_active_02":"sys_component_base_01","ui_cpnt_chip_fill_text_active_02":"sys_text_grey_01","ui_cpnt_chip_fill_icon_active_02":"sys_widget_grey_01","ui_cpnt_dropdown_border_normal":"sys_border_line_10","ui_cpnt_dropdown_border_focus":"sys_border_line_02","ui_cpnt_dropdown_base_normal":"sys_component_base_06","ui_cpnt_dropdown_base_disabled":"sys_component_base_07","ui_cpnt_dropdown_text_hint":"sys_text_grey_01","ui_cpnt_dropdown_text_selected":"sys_text_grey_01","ui_cpnt_dropdown_text_disabled":"sys_text_grey_03","ui_cpnt_dropdown_icon_01":"sys_widget_grey_02","ui_cpnt_dropdown_icon_02":"sys_widget_grey_03","ui_cpnt_datatable_textbutton_base_02":"sys_component_base_03","ui_cpnt_datatable_textbutton_base_01":"sys_component_base_white_opacity00","ui_cpnt_datatable_icon_02":"sys_widget_grey_01","ui_cpnt_datatable_icon_03":"sys_widget_grey_02","ui_cpnt_datatable_icon_04":"sys_widget_grey_03","ui_cpnt_sidebar_common_base":"sys_component_base_01","ui_cpnt_sidebar_header_base":"sys_component_base_01","ui_cpnt_sidebar_label_base":"sys_component_base_white_opacity00","ui_cpnt_sidebar_listitem_base_inactive":"sys_component_base_white_opacity00","ui_cpnt_sidebar_listitem_base_active":"usr_brand_primary","ui_cpnt_sidebar_footer_base":"sys_component_base_01","ui_cpnt_sidebar_label_icon":"sys_widget_grey_03","ui_cpnt_sidebar_listitem_icon_inactive":"usr_on_brand_primary","ui_cpnt_sidebar_listitem_icon_active":"usr_on_brand_primary","ui_cpnt_sidebar_icon_01":"sys_widget_white","ui_cpnt_modal_body_base":"sys_component_base_01","ui_cpnt_modal_header_icon_02":"sys_widget_grey_02","ui_cpnt_selectcard_base_selected":"sys_component_base_blue","ui_cpnt_selectcard_base_default":"sys_component_base_01","ui_cpnt_selectcard_icon_default":"sys_widget_grey_01","ui_cpnt_selectcard_icon_selected":"sys_widget_white","ui_cpnt_selectcard_text_01":"sys_text_grey_01","ui_cpnt_selectcard_text_02":"sys_text_grey_02","ui_cpnt_selectcard_text_03":"sys_text_white","ui_cpnt_bannerslidecontent_text_white":"sys_text_white","ui_cpnt_modal_header_icon_03":"sys_text_white","ui_cpnt_modal_body_tertiary_text":"sys_text_grey_03","ui_cpnt_list_timestatus_base":"sys_on_base_black_opacity65","ui_cpnt_list_text_timestatus":"sys_text_white","ui_cpnt_imageview_base_03":"sys_component_base_03","ui_34":"sys_widget_grey_03","ui_cpnt_editorsidebar_base":"sys_component_base_04","ui_cpnt_editorsidebar_visible_status_base":"sys_widget_status_active_01","ui_cpnt_editorsidebar_visible_status_text":"sys_text_grey01","ui_cpnt_editorsidebar_card_base_default":"sys_component_base_02","ui_cpnt_editorsidebar_card_base_selected":"sys_component_base_blue","ui_cpnt_editorsidebar_text_default":"sys_text_grey_01","ui_cpnt_editorsidebar_text_selected":"sys_text_white","ui_cpnt_editorsidebar_icon_default":"sys_widget_grey_01","ui_cpnt_editorsidebar_icon_selected":"sys_widget_white1","ui_cpnt_editorsidebar_card_border":"sys_border_line_01","ui_cpnt_step_base_area":"sys_component_base_white_opacity00","ui_cpnt_step_text_inactive":"sys_text_grey_03","ui_cpnt_step_text_active":"usr_brand_primary","ui_cpnt_step_circular_inactive":"sys_widget_grey_03","ui_cpnt_step_circular_active":"usr_brand_primary","ui_cpnt_step_icon":"sys_widget_white","ui_cpnt_step_text_number":"sys_text_white","ui_cpnt_imageslide_dot_area_1":"sys_component_base_black","ui_cpnt_imageslide_dot_area_2":"sys_component_base_black_opacity00","ui_cpnt_editorsidebar_text_disabled":"sys_text_grey_02","ui_cpnt_editorsidebar_icon_disabled":"sys_widget_grey_02","ui_cpnt_editorsidebar_card_border_disabled":"sys_widget_grey_02","ui_cpnt_userdesktopnavbar_base_area":"sys_component_base_white_opacity00","ui_cpnt_button_line_base_default":"sys_component_base_02","ui_cpnt_userdesktoptabbar_base_area":"sys_component_base_white_opacity00","ui_cpnt_userdesktoptabbar_divider":"sys_border_line_01","ui_cpnt_userdesktoptabbar_border_active_indicator":"usr_brand_primary","ui_cpnt_userdesktoptabbar_text_active":"sys_text_grey_01","ui_cpnt_userdesktoptabbar_text_inactive":"sys_text_grey_02","ui_cpnt_selcontrols_base_off_disabled":"sys_selcontrols_base_off_disabled","ui_cpnt_selcontrols_base_on_disabled":"sys_selcontrols_base_on_disabled","ui_cpnt_selcontrols_circular":"sys_widget_white","ui_cpnt_chip_line_icon_02":"sys_widget_grey_02","ui_cpnt_overlay_base":"sys_component_base_02","ui_cpnt_profile_base":"sys_component_base_white_opacity00","ui_cpnt_card_base":"sys_component_base_card","ui_cpnt_card_selected_border":"sys_border_line_06","ui_cpnt_card_icon_basic":"sys_widget_primary_01","ui_cpnt_card_icon_custom":"sys_widget_grey_01","ui_cpnt_card_icon_create":"sys_widget_grey_01","ui_cpnt_modal_dimmed":"sys_background_dimmed_02","ui_cpnt_alertdialog_dimmed":"sys_background_dimmed_02","ui_cpnt_bottomsheet_base":"sys_component_base_02","ui_cpnt_bottomsheet_icon_03":"sys_widget_grey_03","ui_cpnt_button_icon_white":"sys_widget_white","ui_cpnt_list_icon_03":"sys_widget_grey_03","ui_cpnt_list_icon_active_primary":"usr_brand_primary","ui_cpnt_alertdialog_icon_information":"sys_widget_primary_01","ui_cpnt_bottomsheet_bar":"sys_component_base_03","ui_cpnt_button_line_border_error":"sys_border_line_04","ui_cpnt_button_text_error":"sys_text_error_01","ui_cpnt_button_icon_error":"sys_widget_error_01","ui_cpnt_textlabel_sys_primary":"sys_text_grey_01","ui_cpnt_textlabel_sys_secondary":"sys_text_grey_02","ui_cpnt_textlabel_sys_tertiary":"sys_text_grey_03","ui_cpnt_textlabel_sys_white":"sys_text_white","ui_cpnt_textlabel_sys_brandprimary":"sys_text_brand_primary","ui_cpnt_textlabel_sys_error":"sys_text_error_01","ui_cpnt_textlabel_sys_brandseconvariant":"sys_text_brand_secondary_variant","ui_cpnt_textlabel_usr_brandprimary":"usr_brand_primary","ui_cpnt_textlabel_usr_brandseconvariant":"usr_brand_secondary_variant","ui_cpnt_textlabel_usr_brandonprimary":"usr_on_brand_primary","ui_cpnt_list_text_body":"sys_text_grey_02","ui_cpnt_card_icon_background_01":"sys_widget_primary_01","ui_cpnt_card_icon_background_02":"sys_widget_pink","ui_cpnt_card_icon_background_03":"sys_widget_success_01","ui_cpnt_bannerslide_gradient_1":"sys_component_base_05","ui_cpnt_bannerslide_gradient_2":"sys_component_base_05_opacity00","ui_cpnt_modal_gradient_1":"sys_component_base_black_opacity00","ui_cpnt_modal_gradient_2":"sys_component_base_black","ui_cpnt_list_icon_04":"sys_widget_white","ui_cpnt_list_thumbnail_border":"sys_border_line_01","ui_cpnt_list_thumbnail_gradient_1":"sys_component_base_black_opacity80","ui_cpnt_list_thumbnail_gradient_2":"sys_component_base_black_opacity00","ui_cpnt_list_base_area_active":"sys_component_base_01","ui_cpnt_contextmenu_base":"sys_component_base_02","ui_cpnt_videoplayer_gradient_1":"sys_component_base_black","ui_cpnt_videoplayer_gradient_2":"sys_component_base_black_opacity00","ui_cpnt_videoplayer_overlay":"sys_component_base_black_opacity50","ui_globalmenucontainer_background":"sys_container_background_01","ui_pagemenucontainer_background":"sys_container_background_01","ui_submenucontainer_background":"sys_container_background_01","ui_tabmenucontainer_background":"sys_container_background_01","ui_contentscontainer01_background":"sys_container_background_01","ui_contentscontainer02_background":"sys_container_background_01","ui_cpnt_bannerslide_icon_01":"sys_widget_white","ui_cpnt_card_shadow":"sys_widget_primary_opacity20","ui_cpnt_bannerslide_pagination_active":"sys_widget_white","ui_cpnt_bannerslide_pagination_inactive":"sys_widget_grey_02","ui_cpnt_icon_usr_brandprimary":"usr_brand_primary","ui_container_divider":"sys_border_line_01","ui_area_divider":"sys_border_line_01","ui_cpnt_list_base_area_seller":"sys_component_base_01","ui_temp_grey_01":"sys_temp_grey_01","ui_temp_grey_02":"sys_temp_grey_02","ui_temp_grey_03":"sys_temp_grey_03","ui_temp_grey_04":"sys_temp_grey_04","ui_temp_grey_05":"sys_temp_grey_05","ui_temp_white":"sys_temp_white","ui_temp_primary_01":"sys_temp_primary_01","ui_temp_secondary_01":"sys_temp_secondary_01","ui_temp_red":"sys_temp_red","ui_temp_white_opacity_00":"sys_temp_white_opacity_00","ui_temp_dimmed":"sys_temp_dimmed","ui_temp_black":"sys_temp_black","ui_temp_primary_02":"sys_temp_primary_02","ui_temp_primary_03":"sys_temp_primary_03","ui_temp_secondary_02":"sys_temp_secondary_02","ui_temp_lightgreen_01":"sys_temp_lightgreen_01","ui_cpnt_userdesktopnavbar_profile_border":"sys_border_line_01","ui_cpnt_textlabel_sys_grey_04":"sys_text_grey_04","ui_papp_post_social_background":"sys_papp_post_social_background","ui_papp_post_notice_background":"sys_papp_post_notice_background","ui_papp_post_free_background":"sys_papp_post_free_background","ui_papp_vod_background":"sys_papp_vod_background","ui_papp_vodplus_background":"sys_papp_vodplus_background","ui_papp_live_background":"sys_papp_live_background","ui_community_pagination_base_area":"sys_component_base_02","ui_cpnt_contextmenu_border":"sys_border_line_01","ui_profile_image_border":"sys_border_line_09","ui_cpnt_alertdialog_border":"sys_border_line_09","ui_cpnt_modal_border":"sys_border_line_09","ui_cpnt_card_border":"sys_border_line_01","ui_cpnt_overlay_border":"sys_border_line_01","ui_cpnt_datatable_base_selected":"sys_component_base_blue_opacity10","ui_cpnt_icon_sys_brandprimary":"sys_widget_primary_01","ui_cpnt_icon_sys_grey_01":"sys_widget_grey_01","ui_cpnt_icon_sys_grey_02":"sys_widget_grey_02","ui_cpnt_icon_sys_grey_03":"sys_widget_grey_03","ui_cpnt_icon_sys_error_01":"sys_widget_error_01","ui_cpnt_icon_sys_warning_01":"sys_widget_warning_01","ui_cpnt_icon_sys_success_01":"sys_widget_success_01","ui_cpnt_icon_usr_brandsecondary":"usr_brand_secondary","ui_papp_post_notice_link":"sys_papp_post_notice_link","ui_cpnt_headerbar_icon_02":"sys_widget_white","ui_m_navigationcontainer_background":"sys_container_background_01","ui_m_tabcontainer_background":"sys_container_background_01","ui_m_contentscontainer01_background":"sys_container_background_01","ui_m_contentscontainer02_background":"sys_container_background_01","ui_cpnt_statusblock_basic":"sys_component_base_navy_light","ui_cpnt_statusblock_standby":"sys_component_base_green","ui_cpnt_statusblock_proceeding":"sys_component_base_red","ui_cpnt_statusblock_cancel":"sys_component_base_grey","ui_cpnt_statusblock_end":"sys_component_base_grey","ui_cpnt_statusblock_error":"sys_component_base_orange","ui_cpnt_list_base_area_solid":"sys_component_base_02","ui_cpnt_list_base_area_translucent":"sys_component_base_black_opacity80","ui_cpnt_list_base_area_transparent":"sys_component_base_black_opacity00","ui_cpnt_list_text_caption_02":"sys_text_darkgrey_02","ui_cpnt_button_line_border_darktheme_enabled":"sys_border_line_darktheme_02","ui_cpnt_button_line_border_darktheme_disabled":"sys_border_line_darktheme_01","ui_cpnt_button_line_base_darktheme_default":"sys_component_base_darktheme_02","ui_cpnt_button_line_base_darktheme_hover":"sys_component_base_darktheme_01","ui_cpnt_button_line_base_darktheme_pressed":"sys_component_base_darktheme_03","ui_cpnt_button_text_darktheme_enabled":"sys_text_grey_darktheme_01","ui_cpnt_button_text_darktheme_disabled":"sys_text_grey_darktheme_03","ui_cpnt_button_icon_darktheme_enabled":"sys_widget_grey_darktheme_01","ui_cpnt_button_icon_darktheme_disabled":"sys_widget_grey_darktheme_03","ui_cpnt_icon_sys_white":"sys_widget_white","ui_cpnt_button_fill_base_media":"sys_component_base_black_opacity80","ui_cpnt_textfield_text_darktheme_enabled":"sys_text_grey_darktheme_01","ui_cpnt_textfield_text_darktheme_hint":"sys_text_grey_darktheme_02","ui_cpnt_textfield_text_darktheme_disabled":"sys_text_grey_darktheme_03","ui_cpnt_textfield_icon_darktheme_default":"sys_widget_grey_darktheme_02","ui_cpnt_textfield_icon_darktheme_disabled":"sys_widget_grey_darktheme_03","ui_cpnt_textfield_border_darktheme_normal":"sys_border_line_darktheme_07","ui_cpnt_textfield_border_darktheme_focus":"sys_border_line_darktheme_02","ui_cpnt_textfield_border_darktheme_error":"sys_border_line_darktheme_03","ui_cpnt_textfield_text_darktheme_error":"sys_text_error_darktheme_01","ui_cpnt_textfield_base_darktheme_disabled":"sys_component_base_darktheme_06","ui_cpnt_select_text_darktheme_enabled":"sys_text_grey_darktheme_01","ui_cpnt_select_text_darktheme_hint":"sys_text_grey_darktheme_01","ui_cpnt_select_text_darktheme_disabled":"sys_text_grey_darktheme_03","ui_cpnt_select_icon_darktheme_default":"sys_widget_grey_darktheme_02","ui_cpnt_select_icon_darktheme_disabled":"sys_widget_grey_darktheme_03","ui_cpnt_select_border_darktheme_normal":"sys_border_line_darktheme_07","ui_cpnt_select_border_darktheme_focus":"sys_border_line_darktheme_02","ui_cpnt_select_base_darktheme_disabled":"sys_component_base_darktheme_06","ui_cpnt_dropdown_text_darktheme_enabled":"sys_text_grey_darktheme_01","ui_cpnt_dropdown_text_darktheme_hint":"sys_text_grey_darktheme_01","ui_cpnt_dropdown_text_darktheme_disabled":"sys_text_grey_darktheme_03","ui_cpnt_dropdown_icon_darktheme_default":"sys_widget_grey_darktheme_02","ui_cpnt_dropdown_icon_darktheme_disabled":"sys_widget_grey_darktheme_03","ui_cpnt_dropdown_border_darktheme_normal":"sys_border_line_darktheme_07","ui_cpnt_dropdown_border_darktheme_focus":"sys_border_line_darktheme_02","ui_cpnt_dropdown_base_darktheme_disabled":"sys_component_base_darktheme_06","ui_cpnt_sheet_base":"sys_cpnt_sheet_base_01","ui_cpnt_button_icon_darktheme_default":"sys_widget_grey_darktheme_02","ui_cpnt_button_icon_darktheme_primary":"usr_widget_brand_primary_darktheme_01","ui_cpnt_button_text_darktheme_default":"sys_text_grey_darktheme_02","ui_cpnt_button_text_darktheme_primary":"usr_text_brand_primary_darktheme_01","ui_35":"black","ui_cpnt_button_fill_base_black_opacity50":"sys_component_base_black_opacity50","ui_cpnt_sheet_base_white":"sys_component_base_white","ui_cpnt_sheet_base_black":"sys_component_base_black","ui_cpnt_sheet_base_01":"sys_component_base_02","ui_cpnt_sheet_base_02":"sys_component_base_01","ui_temp_background":"sys_container_background_01","ui_list_progress_shape_normal":"sys_widget_primary_01","ui_list_progress_shape_error":"sys_widget_error_01","ui_list_progress_shape_base":"sys_widget_grey_04","ui_cpnt_textlabel_sys_brand_primary_opacity50":"sys_cpnt_textlabel_sys_brand_primary_opacity50","ui_cpnt_progressbar_01":"sys_widget_green_01","ui_cpnt_progressbar_02":"sys_widget_grey_04","ui_36":"sys_component_base_black_opacity80","ui_37":"sys_component_base_black_opacity30","ui_39":"sys_area_background","ui_cpnt_divider_white_opacity30":"sys_border_white_opacity30","ui_toppagemenucontainer_background_wt_m":"sys_container_background_wt","ui_contentscontainer_background_wt_m":"sys_container_background_wt","ui_toppagemenuarea_background_wt_m":"sys_container_background_01","ui_contentsarea_background_wt_m":"sys_container_background_01","ui_cpnt_standardbanner_base_default":"sys_component_base_02","ui_channeldesc_white":"sys_text_white","ui_channeldesc_grey_03":"sys_channeldesc_grey_03","ui_channeldesc_border_grey_03":"sys_channeldesc_border_grey_03","ui_cpnt_bottomsheet_border":"sys_border_line_01","ui_cpnt_userdesktopsidetab_base_area":"sys_component_base_white_opacity00","ui_cpnt_pg_gradient_01":"sys_gradient_base_01","ui_cpnt_pg_gradient_02":"sys_gradient_base_01_opacity00","ui_channeldesc_background":"sys_channeldesc_background","ui_channeldesc_bottomsheet_base":"sys_channeldesc_bottomsheet_base","ui_channeldesc_bottomsheet_border":"sys_channeldesc_bottomsheet_border","ui_channeldesc_contents_base":"sys_channeldesc_contents_base","ui_channeldesc_dimmed":"sys_channeldesc_dimmed","ui_cpnt_pg_gradient_03":"sys_gradient_base_01_opacity50","ui_cpnt_pg_gradient_04":"sys_gradient_base_01_opacity75","ui_cpnt_pg_gradient_05":"sys_gradient_base_01_opacity40","ui_cpnt_mask_base":"sys_component_base_02","ui_temp_usr_primary_01":"usr_brand_primary","ui_cpnt_sheet_base_02_opacity50":"sys_cpnt_sheet_base_02_opacity50","ui_menu_primarymenu_main":"usr_menu_primarymenu_main","ui_menu_primarymenu_sub":"usr_menu_primarymenu_sub","ui_menu_secondarymenu_main":"usr_menu_secondarymenu_main","ui_menu_secondarymenu_sub":"usr_menu_secondarymenu_sub","ui_menu_hover":"usr_menu_hover","ui_menu_active":"usr_menu_active","ui_menu_background":"usr_menu_background","ui_cpnt_video_progress_base":"sys_cpnt_base_white_opacity50","ui_cpnt_icon_sys_dark":"sys_widget_dark_01","ui_menu_background_gradient_opacity00":"usr_menu_background_gradient_opacity00","ui_cpnt_dropdown_border_white_normal":"sys_border_line_white","ui_cpnt_dropdown_text_white_enabled":"sys_text_white","ui_cpnt_dropdown_text_white_hint":"sys_text_white","ui_cpnt_dropdown_icon_white_default":"sys_widget_white","ui_cpnt_dropdown_border_white_focus":"sys_border_line_white","ui_cpnt_dropdown_base_white_normal":"sys_component_base_white_opacity00","ui_profile_image_border_brandprimary":"usr_brand_primary","ui_cpnt_dropdown_base_white_disabled":"sys_component_base_white_opacity10","ui_cpnt_dropdown_border_white_disabled":"sys_border_line_white_opacity50","ui_cpnt_sheet_base_white_opacity00":"sys_component_base_white_opacity00","ui_dimmed_01":"sys_background_dimmed_20","ui_cpnt_reactionbutton_base_01":"sys_component_base_01","ui_cpnt_textfield_border_disabled":"sys_border_line_07","ui_cpnt_dropdown_border_disabled":"sys_border_line_07","ui_cpnt_select_border_disabled":"sys_border_line_07","ui_cpnt_dropdown_base_darktheme_normal":"sys_component_base_darktheme_01","ui_cpnt_textfield_text_readonly":"sys_text_grey_03","ui_cpnt_select_text_readonly":"sys_text_grey_03","ui_cpnt_dropdown_text_readonly":"sys_text_grey_03","ui_cpnt_select_text_darktheme_readonly":"sys_text_grey_darktheme_03","ui_cpnt_dropdown_text_darktheme_readonly":"sys_text_grey_darktheme_03","ui_cpnt_dropdown_text_white_readonly":"sys_text_grey_03","ui_cpnt_blogtextfield_base_01":"sys_component_base_white_opacity00","ui_cpnt_textfield_base_darktheme_normal":"sys_component_base_darktheme_01","ui_cpnt_dropdown_border_darktheme_disabled":"sys_border_line_darktheme_06","ui_cpnt_select_border_darktheme_disabled":"sys_border_line_darktheme_06","ui_cpnt_dropdown_text_white_disabled":"sys_text_grey_03","ui_cpnt_select_base_darktheme_normal":"sys_component_base_darktheme_01","ui_hero_title_text":"sys_text_white","ui_hero_description_text":"sys_text_white","ui_cpnt_divider_area":"sys_border_area_01","ui_cpnt_button_white_base_hover":"sys_component_base_darktheme_01","ui_cpnt_button_white_base_pressed":"sys_component_base_darktheme_03","ui_cpnt_list_base_area_hover":"sys_component_base_02","ui_cpnt_sheet_border_01":"sys_border_line_01","ui_cpnt_sheet_border_02":"sys_border_line_03","ui_cpnt_sheet_border_03":"sys_border_line_11","ui_43":"sys_border_line_12","ui_44":"sys_component_base_white","ui_45":"sys_component_base_08","ui_46":"sys_base_dimmed_01","ui_47":"sys_kakao","ui_cpnt_sheet_base_03":"sys_component_base_white_opacity00","ui_48":"sys_text_social_login_01","ui_49":"sys_text_social_login_02","ui_50":"sys_text_white","ui_51":"sys_background_dimmed_65","ui_cpnt_list_text_caption_03":"sys_text_grey_darktheme_03","ui_cpnt_list_chatbubble_base_area":"sys_component_base_01","ui_cpnt_list_chatbubble_base_area_my":"sys_component_base_01","ui_cpnt_list_chatbubble_text_my":"sys_text_grey_01","ui_papp_livechat_link":"sys_papp_livechat_link","ui_cpnt_list_chatbubble_base_area_seller_color":"usr_brand_primary","ui_cpnt_list_chatbubble_text_seller_color":"usr_on_brand_primary","ui_cpnt_list_chatbubble_base_area_subscriber":"sys_component_base_01","ui_cpnt_list_chatbubble_text_subscriber":"sys_text_grey_01","ui_cpnt_list_chatbubble_base_area_my_color":"usr_brand_primary","ui_cpnt_list_chatbubble_text_my_color":"usr_on_brand_primary","ui_cpnt_list_chatbubble_base_area_seller":"usr_brand_primary","ui_cpnt_list_chatbubble_text_seller":"usr_on_brand_primary","ui_52":"sys_widget_success_01","ui_cpnt_imageview_dimmed":"sys_on_base_black_opacity65","ui_53":"sys_widget_primary_01","ui_54":"sys_text_lighttone_grey_01","ui_55":"sys_widget_lighttone_primary_01","ui_56":"sys_text_lighttone_grey_02","ui_cpnt_sheet_base_04":"sys_component_base_09","ui_cpnt_masking_base_01":"sys_component_base_03","ui_cpnt_masking_icon_01":"sys_widget_grey_03","ui_cpnt_list_base_area_transparent_seller":"sys_component_base_10","ui_57":"sys_component_base_darktheme_opacity20","ui_58":"sys_component_base_darktheme_disabled_opacity20","ui_cpnt_divider_white_opacity00":"sys_border_white_opacity00","ui_cpnt_textfield_text_colortheme_transparent_enabled":"sys_text_grey_darktheme_01","ui_cpnt_textfield_text_colortheme_transparent_hint":"sys_text_grey_darktheme_02","ui_cpnt_textfield_text_colortheme_transparent_disabled":"sys_text_grey_darktheme_03","ui_cpnt_textfield_icon_colortheme_transparent_default":"sys_widget_grey_darktheme_02","ui_cpnt_textfield_icon_colortheme_transparent_disabled":"sys_widget_grey_darktheme_03","ui_cpnt_textfield_border_colortheme_transparent_normal":"sys_border_line_darktheme_07_opacity00","ui_cpnt_textfield_border_colortheme_transparent_focus":"sys_border_line_darktheme_07_opacity20","ui_cpnt_textfield_border_colortheme_transparent_error":"sys_border_line_darktheme_03","ui_cpnt_textfield_text_colortheme_transparent_error":"sys_text_error_darktheme_01","ui_cpnt_textfield_base_colortheme_transparent_disabled":"sys_component_base_darktheme_disabled_opacity20","ui_cpnt_textfield_base_colortheme_transparent_normal":"sys_component_base_darktheme_opacity20","ui_cpnt_textfield_text_colortheme_transparent_readonly":"sys_text_grey_darktheme_03","ui_cpnt_textfield_icon_colortheme_transparent_readonly":"sys_widget_grey_darktheme_03","ui_cpnt_textfield_base_colortheme_transparent_readonly":"sys_component_base_darktheme_disabled_opacity20","ui_cpnt_textfield_border_colortheme_transparent_disabled":"sys_border_line_darktheme_07_opacity00","ui_cpnt_textfield_border_colortheme_transparent_readonly":"sys_border_line_darktheme_07_opacity00","ui_cpnt_lottiereactionbutton_base_01":"sys_component_pastel_base_01","ui_cpnt_lottiereactionbutton_base_02":"sys_component_pastel_base_02","ui_cpnt_lottiereactionbutton_base_03":"sys_component_pastel_base_03","ui_cpnt_lottiereactionbutton_base_04":"sys_component_pastel_base_04","ui_cpnt_lottiereactionbutton_base_05":"sys_component_pastel_base_05","ui_60":"sys_component_base_11","ui_61":"sys_background_dimmed_02","ui_loading_skeleton_01":"sys_loading_skeleton_01","ui_loading_skeleton_02":"sys_loading_skeleton_02","ui_loading_linear_bar":"sys_loading_linear_bar","ui_loading_linear_base":"sys_loading_linear_base","ui_loading_three_bar":"sys_loading_three_bar","ui_menu_button_base":"usr_menu_background","ui_cpnt_calendar_status_a":"usr_brand_primary","ui_cpnt_calendar_status_b":"sys_widget_grey_03","ui_cpnt_calendar_status_c":"sys_widget_grey_05","ui_menu_background_transparent":"sys_menu_background_transparent","ui_globalmenucontainer_background_transparent":"sys_container_background_04","ui_pagemenucontainer_background_transparent":"sys_container_background_04","ui_submenucontainer_background_transparent":"sys_container_background_04","ui_tabmenucontainer_background_transparent":"sys_container_background_04","ui_contentscontainer01_background_transparent":"sys_container_background_04","ui_contentscontainer02_background_transparent":"sys_container_background_04","ui_toppagemenucontainer_background_wt_m_transparent":"sys_container_background_04","ui_contentscontainer_background_wt_m_transparent":"sys_container_background_04","ui_menu_button_base_transparent":"sys_menu_button_base","ui_dimmed_02":"sys_background_dimmed_03","ui_cpnt_sheet_base_05":"sys_cpnt_sheet_base_03","ui_62":"sys_widget_black","ui_cpnt_calendar_date_hover":"sys_widget_grey_05","ui_cpnt_calendar_date_pressed":"sys_widget_grey_04","ui_cpnt_imageview_dimmed_gradient_01":"sys_dimmed_gradient_01","ui_cpnt_imageview_dimmed_gradient_02":"sys_dimmed_gradient_02","ui_cpnt_calendar_base":"sys_component_base_white_opacity00","ui_cpnt_calendar_border":"sys_border_line_01","ui_cpnt_calendar_label_base_schedules":"sys_component_base_11","ui_cpnt_calendar_label_base_expired_schedules":"sys_component_base_01","ui_cpnt_calendar_label_border_default":"sys_border_line_white","ui_cpnt_calendar_label_border_schedules":"sys_border_line_13","ui_cpnt_calendar_label_border_expired_schedules":"sys_border_line_02","ui_cpnt_calendar_real_time_line":"sys_border_line_04","ui_cpnt_calendar_date_selected":"sys_component_base_blue","ui_pagination_base_area":"white/opacity00","ui_cpnt_calendar_label_base_standby_selected":"sys_component_base_12","ui_cpnt_calendar_label_border_standby":"sys_border_line_14","ui_cpnt_calendar_text_status_standby":"sys_widget_orange_01","ui_cpnt_calendar_label_base_booked_selected":"sys_component_base_13","ui_cpnt_calendar_label_border_booked":"sys_border_line_13","ui_cpnt_calendar_text_status_booked":"sys_widget_success_01","ui_cpnt_calendar_label_base_expired_selected":"sys_component_base_14","ui_cpnt_calendar_label_border_expired":"sys_border_line_02","ui_cpnt_calendar_text_status_expired":"sys_widget_grey_02","ui_cpnt_calendar_label_base_standby_default":"sys_component_base_15","ui_cpnt_calendar_label_base_booked_default":"sys_component_base_16","ui_cpnt_calendar_label_base_expired_default":"sys_component_base_17","ui_cpnt_calendar_badge_standby":"sys_widget_orange_01","ui_cpnt_calendar_badge_booked":"sys_widget_success_01","ui_cpnt_calendar_badge_expired":"sys_widget_grey_03","ui_cpnt_calendar_text_today":"sys_widget_red_01","ui_cpnt_textlabel_sys_warning":"sys_text_warning_01","ui_cpnt_lottiereactionbutton_base_default":"sys_component_base_18","ui_cpnt_sheet_base_06":"sys_cpnt_sheet_base_04","ui_cpnt_sheet_base_07":"sys_cpnt_sheet_base_05","ui_cpnt_sheet_base_08":"sys_cpnt_sheet_base_06","ui_cpnt_pagination_dot_01":"sys_cpnt_pagination_dot_01","ui_cpnt_pagination_dot_02":"sys_cpnt_pagination_dot_02","ui_cpnt_pagination_dot_border":"sys_border_line_02","ui_63":"sys_facebook","ui_64":"sys_text_white","ui_cpnt_sheet_border_04":"sys_border_line_02","ui_cpnt_button_fill_base_01":"sys_component_base_05","ui_cpnt_button_fill_base_hangup":"sys_component_base_red","ui_cpnt_refund_text_status_issued":"sys_widget_orange_01","ui_cpnt_refund_text_status_refunded":"sys_widget_success_01","ui_cpnt_divider_white_01":"sys_component_base_19","ui_cpnt_timer_base_01":"sys_component_base_23","ui_cpnt_timer_base_timeup":"sys_component_base_21","ui_66":"sys_component_base_black_opacity50","ui_67":"sys_component_base_white_opacity50","ui_cpnt_videoplayer_gradient_3":"sys_component_base_black_opacity50","ui_68":"sys_component_base_22","ui_69":"sys_component_base_darkgreen","ui_cpnt_divider_white_02":"sys_component_base_20","ui_cpnt_list_chatbubble_base_brand_primary":"usr_brand_primary","ui_cpnt_list_chatbubble_base_grey":"sys_component_base_01","ui_cpnt_list_chatbubble_base_translucent_white":"sys_component_base_20","ui_cpnt_list_chatbubble_base_translucent_black":"sys_component_base_24","ui_avatar_border_translucent_white":"sys_border_line_15","ui_avatar_border_translucent_black":"sys_border_line_16","ui_cpnt_textfield_base_hover":"sys_component_base_hover_02","ui_cpnt_textfield_base_pressed":"sys_component_base_pressed_01","ui_cpnt_button_secondary_on_base_hover":"sys_component_on_base_03","ui_cpnt_button_secondary_on_base_pressed":"sys_component_on_base_02","ui_cpnt_select_base_hover":"sys_component_base_hover_02","ui_cpnt_select_base_pressed":"sys_component_base_pressed_01","ui_cpnt_dropdown_base_hover":"sys_component_base_hover_02","ui_cpnt_dropdown_base_pressed":"sys_component_base_pressed_01","ui_cpnt_sheet_base_09":"sys_component_base_orange","ui_wizard_pagemenucontainer_background":"sys_container_background_04","ui_stepcontainer_background":"sys_container_background_04","ui_wizard_contentscontainer01_background":"sys_container_background_01","ui_wizard_contentscontainer02_background":"sys_container_background_01","ui_70":"sys_component_base_black","ui_cpnt_button_primary_variation_base_enabled":"sys_component_base_white","ui_cpnt_button_text_secondary_variation_disabled":"sys_widget_white_02","ui_cpnt_button_icon_secondary_variation_disabled":"sys_widget_white_02","ui_cpnt_button_secondary_variation_base_default":"sys_component_base_25","ui_cpnt_button_secondary_variation_base_hover":"sys_component_base_hover_03","ui_cpnt_button_secondary_variation_base_pressed":"sys_component_base_pressed_02","ui_editor_base_pages":"sys_editor_base_pages","ui_editor_base_papp":"sys_editor_base_papp","ui_container_scroll":"sys_component_base_03","ui_pages_section_dimmed":"sys_background_dimmed_20","ui_71":"sys_component_base_white","ui_cpnt_textlabel_sys_black":"sys_text_black","ui_cpnt_sheet_base_10":"usr_brand_primary","ui_cpnt_sheet_base_11":"sys_component_base_white_opacity00","ui_72":"sys_component_base_26","ui_73":"sys_component_base_27","ui_cpnt_sidebar_listitem_base_hover":"sys_component_base_04","ui_avatar_border_brandprimary":"usr_brand_primary","ui_avatar_border":"sys_border_line_09","ui_editor_rightside_title_tabbar_base":"sys_component_base_02","ui_editor_preview_base":"sys_component_base_06","ui_editor_preview_divice_area_border":"sys_border_line_02","ui_editor_preview_background":"sys_component_base_06","ui_editor_leftside_base":"sys_component_base_04","ui_cpnt_sidebar_label_text":"sys_widget_sidebar_label_text","ui_cpnt_dropdown_base_hover_darktheme":"sys_component_base_hover_darktheme","ui_cpnt_dropdown_base_pressed_darktheme":"sys_component_base_pressed_darktheme","ui_cpnt_dropdown_base_hover_white":"sys_component_base_hover_white","ui_cpnt_dropdown_base_pressed_white":"sys_component_base_pressed_white","ui_cpnt_textfield_base_hover_darktheme":"sys_component_base_hover_darktheme","ui_cpnt_textfield_base_pressed_darktheme":"sys_component_base_pressed_darktheme","ui_cpnt_select_base_hover_darktheme":"sys_component_base_hover_darktheme","ui_cpnt_select_base_pressed_darktheme":"sys_component_base_pressed_darktheme","ui_cpnt_textfield_base_hover_transparent":"sys_component_base_hover_transparent","ui_cpnt_textfield_base_pressed_transparent":"sys_component_base_pressed_transparent","ui_cpnt_reactionbutton_base_02":"sys_component_base_03","ui_create_ch_step_prev":"sys_text_white_opacity_01"}'); }, function (module) { module.exports = JSON.parse('{"sys_container_background_01":"white","sys_container_background_02":"grey50","sys_container_background_03":"grey100","sys_background_dimmed":"black/opacity65","sys_text_grey_01":"grey900","sys_text_grey_02":"grey500","sys_text_grey_03":"grey400","sys_text_white":"white","sys_text_brand_primary":"blue500","sys_text_error_01":"red500","sys_widget_grey_01":"grey900","sys_widget_grey_02":"grey500","sys_widget_grey_03":"grey400","sys_widget_primary_01":"blue500","sys_widget_error_01":"red500","sys_widget_warning_01":"orange500","sys_widget_success_01":"green700","sys_widget_white":"white","sys_border_area_01":"grey50","sys_border_line_01":"grey100","sys_border_line_02":"grey400","sys_border_line_03":"blue500","sys_border_line_04":"red500","sys_border_line_05":"grey900","sys_component_base_01":"grey50","sys_component_base_02":"white","sys_component_base_03":"grey100","sys_component_base_red":"red500","sys_component_base_white":"white","sys_component_base_white_opacity00":"white/opacity00","sys_on_base_white_opacity00":"white/opacity00","sys_on_base_white_opacity30":"white/opacity30","sys_on_base_black_opacity20":"black/opacity20","usr_brand_primary":"blue500","usr_brand_secondary":"green500","usr_brand_secondary_variant":"green700","usr_background":"white","usr_surface":"grey50","usr_border":"grey100","usr_on_brand_primary":"white","usr_on_brand_secondary":"grey900","usr_on_background":"grey900","usr_on_surface":"white","sys_widget_status_active_01":"green500","sys_text_success_01":"green700","sys_widget_grey_04":"grey100","sys_text_active":"green700","sys_component_base_blue":"blue500","sys_on_base_black_opacity65":"black/opacity65","sys_component_base_04":"grey70","sys_component_base_black":"black","sys_component_base_black_opacity00":"black/opacity00","usr_text_brand_secondary_variant":"green700","usr_text_brand_primary":"blue500","usr_text_brand_on_primary":"white","sys_text_brand_secondary_variant":"green700","sys_component_base_navy":"navy500","sys_widget_lightgreen":"lightgreen500","sys_border_line_06":"lightgreen500","sys_background_dimmed_20":"black/opacity20","sys_widget_pink":"pink500","sys_widget_primary_opacity20":"blue500/opacity20","sys_widget_secondary_variant_01":"green700","usr_component_base_brand_primary_opacity10":"blue500/opacity10","sys_temp_grey_01":"grey900","sys_temp_grey_02":"grey500","sys_temp_grey_03":"grey400","sys_temp_grey_04":"grey100","sys_temp_grey_05":"grey50","sys_temp_white":"white","sys_temp_primary_01":"blue500","sys_temp_secondary_01":"green700","sys_temp_red":"red500","sys_temp_white_opacity_00":"white/opacity00","sys_temp_dimmed":"black/opacity20","sys_temp_black":"black","sys_temp_primary_02":"blue700","sys_temp_primary_03":"blue300","sys_temp_secondary_02":"green500","sys_temp_lightgreen_01":"lightgreen500","sys_text_grey_04":"grey600","sys_papp_post_social_background":"blue500","sys_papp_post_notice_background":"skyblue500","sys_papp_post_free_background":"skyblue300","sys_papp_vod_background":"lightpink500","sys_papp_vodplus_background":"pink500","sys_papp_live_background":"pink300","sys_selcontrols_base_off_disabled":"grey400/opacity65","sys_selcontrols_base_on_disabled":"lightgreen500/opacity65","sys_component_base_blue_opacity10":"blue500/opacity10","sys_component_base_05":"grey950","sys_background_dimmed_65":"black/opacity65","sys_temp_grey_06":"grey70","sys_on_base_white_opacity10":"white/opacity10","sys_on_base_black_opacity10":"black/opacity10","sys_component_base_05_opacity00":"grey950/opacity00","sys_papp_post_notice_link":"skyblue500","sys_component_base_navy_light":"navy100","sys_component_base_orange":"orange500","sys_component_base_grey":"grey400","sys_component_base_black_opacity80":"black/opacity80","sys_text_darkgrey_02":"darkgrey500","sys_border_line_darktheme_01":"darkgrey100","sys_border_line_darktheme_02":"darkgrey400","sys_component_base_darktheme_01":"darkgrey50","sys_component_base_darktheme_02":"grey950","sys_component_base_darktheme_03":"darkgrey100","sys_text_grey_darktheme_01":"darkgrey900","sys_text_grey_darktheme_02":"darkgrey500","sys_text_grey_darktheme_03":"darkgrey400","sys_widget_grey_darktheme_01":"darkgrey900","sys_widget_grey_darktheme_02":"darkgrey500","sys_widget_grey_darktheme_03":"darkgrey400","sys_component_base_green":"green700","sys_text_error_darktheme_01":"darkred500","sys_border_line_darktheme_03":"darkred500","sys_border_line_darktheme_04":"darkgrey500","usr_widget_brand_primary_darktheme_01":"darkblue500","usr_text_brand_primary_darktheme_01":"darkblue500","sys_component_base_black_opacity50":"black/opacity50","sys_component_base_card":"white","sys_cpnt_textlabel_sys_brand_primary_opacity50":"blue500/opacity50","sys_widget_green_01":"green500","sys_component_base_black_opacity30":"black/opacity30","sys_area_background":"darkgrey50/opacity65","sys_border_white_opacity30":"white/opacity30","sys_container_background_wt":"grey30","sys_channeldesc_grey_03":"darkgrey400","sys_channeldesc_border_grey_03":"darkgrey100","sys_gradient_base_01":"white","sys_gradient_base_01_opacity00":"white/opacity00","sys_channeldesc_background":"white/opacity80","sys_channeldesc_bottomsheet_base":"white/opacity95","sys_channeldesc_bottomsheet_border":"grey100","sys_channeldesc_contents_base":"grey50/opacity80","sys_channeldesc_dimmed":"grey950/opacity30","sys_gradient_base_01_opacity50":"white/opacity50","sys_gradient_base_01_opacity75":"white/opacity75","sys_gradient_base_01_opacity40":"white/opacity40","sys_widget_black":"black","usr_temp_primary_01":"blue500","sys_cpnt_sheet_base_02_opacity50":"grey50/opacity50","usr_menu_primarymenu_main":"grey900","usr_menu_primarymenu_sub":"grey500","usr_menu_secondarymenu_main":"grey900","usr_menu_secondarymenu_sub":"grey500","usr_menu_hover":"blue500","usr_menu_active":"blue500","usr_menu_background":"white","sys_cpnt_base_white_opacity50":"white/opacity50","sys_widget_dark_01":"grey900","usr_menu_background_gradient_opacity00":"white/opacity00","sys_border_line_white":"white","sys_component_base_white_opacity10":"white/opacity10","sys_cpnt_sheet_base_01":"grey30","sys_component_base_white_opacity20":"white/opacity20","sys_border_line_07":"grey70","sys_border_line_white_opacity50":"white/opacity50","sys_background_dimmed_02":"black/opacity40","sys_border_line_08":"grey500","sys_component_base_06":"grey30","sys_component_base_07":"grey70","sys_border_line_09":"grey50","sys_component_base_darktheme_04":"black/opacity00","sys_border_line_10":"grey30","sys_component_base_darktheme_05":"darkgrey30","sys_border_line_darktheme_05":"darkgrey30","sys_component_base_darktheme_06":"darkgrey70","sys_border_line_darktheme_06":"darkgrey70","sys_border_line_darktheme_07":"darkgrey50","sys_border_line_11":"green500","sys_base_dimmed_01":"white/opacity30","sys_kakao":"kakaoyellow","sys_border_line_12":"grey100","sys_component_base_08":"black","sys_text_social_login_01":"white","sys_text_social_login_02":"grey900","sys_papp_livechat_link":"skyblue500","sys_text_lighttone_grey_01":"grey900","sys_widget_lighttone_primary_01":"blue500","sys_text_lighttone_grey_02":"grey500","sys_component_base_09":"white","sys_component_base_darktheme_opacity20":"darkgrey900/opacity20","sys_component_base_darktheme_disabled_opacity20":"darkgrey70/opacity20","sys_border_white_opacity00":"white/opacity00","sys_border_line_darktheme_07_opacity00":"darkgrey50/opacity00","sys_border_line_darktheme_02_opacity20":"darkgrey400/opacity20","sys_border_line_darktheme_03_opacity20":"darkred500/opacity20","sys_border_line_darktheme_07_opacity20":"darkgrey50/opacity20","sys_component_base_grey_02_opacity80":"grey30/opacity80","sys_component_base_10":"white/opacity50","sys_component_pastel_base_01":"pastelpink500","sys_component_pastel_base_02":"pastelgreen500","sys_component_pastel_base_03":"pastelpurple500","sys_component_pastel_base_04":"pastelorange500","sys_component_pastel_base_05":"pastelblue500","sys_component_base_11":"green30","sys_loading_skeleton_01":"grey400","sys_loading_skeleton_02":"grey400/opacity30","sys_loading_linear_bar":"grey400/opacity50","sys_loading_linear_base":"grey30","sys_loading_three_bar":"grey400","sys_widget_grey_05":"grey50","sys_menu_background_transparent":"white/opacity00","sys_container_background_04":"white/opacity00","sys_menu_button_base":"white","sys_background_dimmed_03":"black/opacity30","sys_cpnt_sheet_base_03":"white","sys_dimmed_gradient_01":"black","sys_dimmed_gradient_02":"black/opacity00","sys_border_line_13":"green700","sys_component_base_12":"orange50/opacity90","sys_border_line_14":"orange500","sys_component_base_13":"green50/opacity90","sys_component_base_14":"grey50/opacity90","sys_component_base_15":"orange50/opacity50","sys_component_base_16":"green50/opacity50","sys_component_base_17":"grey50/opacity50","sys_widget_red_01":"red500","sys_widget_orange_01":"orange500","sys_text_warning_01":"orange500","sys_component_base_18":"grey400","sys_cpnt_sheet_base_04":"blue500","sys_cpnt_sheet_base_05":"grey950","sys_cpnt_sheet_base_06":"green500","sys_facebook":"facebookblue","sys_component_base_19":"white/opacity65","sys_cpnt_pagination_dot_01":"grey400","sys_cpnt_pagination_dot_02":"white/opacity50","sys_component_base_white_opacity50":"white/opacity50","sys_component_base_20":"white/opacity80","sys_component_base_22":"grey950","sys_component_base_21":"red500/opacity50","sys_component_border_white_opacity20":"white/opacity20","sys_component_base_23":"darkgrey100/opacity65","sys_component_base_darkgreen":"darkgreen700","sys_component_base_24":"black/opacity80","sys_border_line_15":"white/opacity80","sys_border_line_16":"black/opacity80","sys_component_base_hover_01":"grey30","sys_component_on_base_01":"white/opacity20","sys_component_on_base_02":"grey950/opacity15","sys_component_on_base_03":"grey950/opacity05","sys_component_on_base_04":"grey80","sys_component_on_base_05":"grey200","sys_component_base_hover_02":"grey80","sys_component_base_pressed_01":"grey200","sys_widget_white_02":"white/opacity70","sys_component_base_hover_03":"white/opacity60","sys_component_base_pressed_02":"white/opacity30","sys_component_base_25":"white/opacity40","sys_editor_base_pages":"skyblue100","sys_editor_base_papp":"green100","sys_text_black":"black","sys_component_base_26":"grey30","sys_component_base_27":"grey70","sys_component_base_28":"grey500","sys_widget_sidebar_label_text":"grey500/opacity70","sys_component_base_hover_darktheme":"darkgrey80","sys_component_base_pressed_darktheme":"darkgrey200","sys_component_base_hover_white":"white/opacity05","sys_component_base_pressed_white":"white/opacity15","sys_component_base_hover_transparent":"darkgrey900/opacity25","sys_component_base_pressed_transparent":"darkgrey900/opacity35","sys_text_white_opacity_01":"white/opacity70"}'); }, function (module, exports, __webpack_require__) {
2957
+ }, function (module) { module.exports = JSON.parse('{"blue500":"#455EEF","blue700":"#0040bb","blue300":"#838bff","green700":"#00b884","green500":"#1eebb4","green300":"#6effd1","red500":"#ff463a","grey900":"#1e1e20","grey500":"#68686b","grey400":"#aaaab1","grey100":"#e3e5e9","grey50":"#eff0f3","white":"#ffffff","black":"#000000","darkblue500":"#586cff","grey950":"#151515","darkgrey900":"#fdfdfd","darkgrey500":"#a5a5ab","darkgrey400":"#68686c","darkgrey100":"#404042","darkgrey50":"#252526","darkred500":"#ff554a","darkgreen700":"#0ac28e","orange500":"#ff8200","darkorange500":"#ff8c16","opacity00":"00","opacity20":"33","opacity30":"4D","opacity65":"A6","darkgreen500":"#0ce1a8","grey70":"#eaebef","navy500":"#313349","lightgreen500":"#32d64c","pink500":"#FB3A63","darkgrey70":"#303032","darknavy500":"#282A3C","darkpink500":"#ED3058","darklightgreen500":"#24C43D","opacity10":"1A","grey600":"#404042","darkgrey600":"#DADADF","skyblue500":"#458BEF","skyblue300":"#45B9EF","pink300":"#FD5B7D","lightpink500":"#FF708C","darkblue300":"#939AFF","darkblue700":"#064ACD","darkgreen300":"#47F0C3","darkskyblue500":"#65A4FF","navy100":"#6E77A9","darknavy100":"#7A82B2","opacity80":"CC","opacity50":"80","grey30":"#f5f5f8","opacity95":"F2","darkgrey30":"#1d1d1e","opacity40":"66","kakaoyellow":"#fee500","pastelblue500":"#77B2EC","pastelpink500":"#ff6399","pastelorange500":"#ffa638","pastelgreen500":"#64DA73","pastelpurple500":"#b36de9","darkpastelblue500":"#6AA4DE","darkpastelpink500":"#f2598e","darkpastelorange500":"#f19829","darkpastelgreen500":"#56CE65","darkpastelpurple500":"#aa61e2","green30":"#E5F9F3","darkgreen30":"#132520","orange50":"#FBE0C5","darkorange50":"#472E15","orange30":"#FAEDE0","darkorange30":"#2C2015","green50":"#CCF5E9","darkgreen50":"#134034","opacity90":"E6","facebookblue":"#1877F2","opacity05":"0D","opacity15":"26","grey80":"#E9E9EC","grey200":"#D3D3D6","darkgrey80":"#282829","darkgrey200":"#3E3E3F","opacity70":"B3","opacity60":"99","skyblue100":"#B2E7FF","green100":"#91F9C8","darkgreen100":"#91F3C5","darkskyblue100":"#A2DEF9","opacity25":"40","opacity35":"59","grey10":"#fbfbfd","darkgrey10":"#0E0E0E"}'); }, function (module) { module.exports = JSON.parse('{"sys_container_background_01":"white","sys_container_background_02":"grey50","sys_container_background_03":"grey100","sys_background_dimmed":"black/opacity65","sys_text_grey_01":"grey900","sys_text_grey_02":"grey500","sys_text_grey_03":"grey400","sys_text_white":"white","sys_text_brand_primary":"blue500","sys_text_error_01":"red500","sys_widget_grey_01":"grey900","sys_widget_grey_02":"grey500","sys_widget_grey_03":"grey400","sys_widget_primary_01":"blue500","sys_widget_error_01":"red500","sys_widget_warning_01":"orange500","sys_widget_success_01":"green700","sys_widget_white":"white","sys_border_area_01":"grey50","sys_border_line_01":"grey100","sys_border_line_02":"grey400","sys_border_line_03":"blue500","sys_border_line_04":"red500","sys_border_line_05":"grey900","sys_component_base_01":"grey50","sys_component_base_02":"white","sys_component_base_03":"grey100","sys_component_base_red":"red500","sys_component_base_white":"white","sys_component_base_white_opacity00":"white/opacity00","sys_on_base_white_opacity00":"white/opacity00","sys_on_base_white_opacity30":"white/opacity30","sys_on_base_black_opacity20":"black/opacity20","usr_brand_primary":"blue500","usr_brand_secondary":"green500","usr_brand_secondary_variant":"green700","usr_background":"white","usr_surface":"grey50","usr_border":"grey100","usr_on_brand_primary":"white","usr_on_brand_secondary":"grey900","usr_on_background":"grey900","usr_on_surface":"white","sys_widget_status_active_01":"green500","sys_text_success_01":"green700","sys_widget_grey_04":"grey100","sys_text_active":"green700","sys_component_base_blue":"blue500","sys_on_base_black_opacity65":"black/opacity65","sys_component_base_04":"grey70","sys_component_base_black":"black","sys_component_base_black_opacity00":"black/opacity00","usr_text_brand_secondary_variant":"green700","usr_text_brand_primary":"blue500","usr_text_brand_on_primary":"white","sys_text_brand_secondary_variant":"green700","sys_component_base_navy":"navy500","sys_widget_lightgreen":"lightgreen500","sys_border_line_06":"lightgreen500","sys_background_dimmed_20":"black/opacity20","sys_widget_pink":"pink500","sys_widget_primary_opacity20":"blue500/opacity20","sys_widget_secondary_variant_01":"green700","usr_component_base_brand_primary_opacity10":"blue500/opacity10","sys_temp_grey_01":"grey900","sys_temp_grey_02":"grey500","sys_temp_grey_03":"grey400","sys_temp_grey_04":"grey100","sys_temp_grey_05":"grey50","sys_temp_white":"white","sys_temp_primary_01":"blue500","sys_temp_secondary_01":"green700","sys_temp_red":"red500","sys_temp_white_opacity_00":"white/opacity00","sys_temp_dimmed":"black/opacity20","sys_temp_black":"black","sys_temp_primary_02":"blue700","sys_temp_primary_03":"blue300","sys_temp_secondary_02":"green500","sys_temp_lightgreen_01":"lightgreen500","sys_text_grey_04":"grey600","sys_papp_post_social_background":"blue500","sys_papp_post_notice_background":"skyblue500","sys_papp_post_free_background":"skyblue300","sys_papp_vod_background":"lightpink500","sys_papp_vodplus_background":"pink500","sys_papp_live_background":"pink300","sys_selcontrols_base_off_disabled":"grey400/opacity65","sys_selcontrols_base_on_disabled":"lightgreen500/opacity65","sys_component_base_blue_opacity10":"blue500/opacity10","sys_component_base_05":"grey950","sys_background_dimmed_65":"black/opacity65","sys_temp_grey_06":"grey70","sys_on_base_white_opacity10":"white/opacity10","sys_on_base_black_opacity10":"black/opacity10","sys_component_base_05_opacity00":"grey950/opacity00","sys_papp_post_notice_link":"skyblue500","sys_component_base_navy_light":"navy100","sys_component_base_orange":"orange500","sys_component_base_grey":"grey400","sys_component_base_black_opacity80":"black/opacity80","sys_text_darkgrey_02":"darkgrey500","sys_border_line_darktheme_01":"darkgrey100","sys_border_line_darktheme_02":"darkgrey400","sys_component_base_darktheme_01":"darkgrey50","sys_component_base_darktheme_02":"grey950","sys_component_base_darktheme_03":"darkgrey100","sys_text_grey_darktheme_01":"darkgrey900","sys_text_grey_darktheme_02":"darkgrey500","sys_text_grey_darktheme_03":"darkgrey400","sys_widget_grey_darktheme_01":"darkgrey900","sys_widget_grey_darktheme_02":"darkgrey500","sys_widget_grey_darktheme_03":"darkgrey400","sys_component_base_green":"green700","sys_text_error_darktheme_01":"darkred500","sys_border_line_darktheme_03":"darkred500","sys_border_line_darktheme_04":"darkgrey500","usr_widget_brand_primary_darktheme_01":"darkblue500","usr_text_brand_primary_darktheme_01":"darkblue500","sys_component_base_black_opacity50":"black/opacity50","sys_component_base_card":"white","sys_cpnt_textlabel_sys_brand_primary_opacity50":"blue500/opacity50","sys_widget_green_01":"green500","sys_component_base_black_opacity30":"black/opacity30","sys_area_background":"darkgrey50/opacity65","sys_border_white_opacity30":"white/opacity30","sys_container_background_wt":"grey10","sys_channeldesc_grey_03":"darkgrey400","sys_channeldesc_border_grey_03":"darkgrey100","sys_gradient_base_01":"white","sys_gradient_base_01_opacity00":"white/opacity00","sys_channeldesc_background":"white/opacity80","sys_channeldesc_bottomsheet_base":"white/opacity95","sys_channeldesc_bottomsheet_border":"grey100","sys_channeldesc_contents_base":"grey50/opacity80","sys_channeldesc_dimmed":"grey950/opacity30","sys_gradient_base_01_opacity50":"white/opacity50","sys_gradient_base_01_opacity75":"white/opacity75","sys_gradient_base_01_opacity40":"white/opacity40","sys_widget_black":"black","usr_temp_primary_01":"blue500","sys_cpnt_sheet_base_02_opacity50":"grey50/opacity50","usr_menu_primarymenu_main":"grey900","usr_menu_primarymenu_sub":"grey500","usr_menu_secondarymenu_main":"grey900","usr_menu_secondarymenu_sub":"grey500","usr_menu_hover":"blue500","usr_menu_active":"blue500","usr_menu_background":"white","sys_cpnt_base_white_opacity50":"white/opacity50","sys_widget_dark_01":"grey900","usr_menu_background_gradient_opacity00":"white/opacity00","sys_border_line_white":"white","sys_component_base_white_opacity10":"white/opacity10","sys_cpnt_sheet_base_01":"grey30","sys_component_base_white_opacity20":"white/opacity20","sys_border_line_07":"grey70","sys_border_line_white_opacity50":"white/opacity50","sys_background_dimmed_02":"black/opacity40","sys_border_line_08":"grey500","sys_component_base_06":"grey30","sys_component_base_07":"grey70","sys_border_line_09":"grey50","sys_component_base_darktheme_04":"black/opacity00","sys_border_line_10":"grey30","sys_component_base_darktheme_05":"darkgrey30","sys_border_line_darktheme_05":"darkgrey30","sys_component_base_darktheme_06":"darkgrey70","sys_border_line_darktheme_06":"darkgrey70","sys_border_line_darktheme_07":"darkgrey50","sys_border_line_11":"green500","sys_base_dimmed_01":"white/opacity30","sys_kakao":"kakaoyellow","sys_border_line_12":"grey100","sys_component_base_08":"black","sys_text_social_login_01":"white","sys_text_social_login_02":"grey900","sys_papp_livechat_link":"skyblue500","sys_text_lighttone_grey_01":"grey900","sys_widget_lighttone_primary_01":"blue500","sys_text_lighttone_grey_02":"grey500","sys_component_base_09":"white","sys_component_base_darktheme_opacity20":"darkgrey900/opacity20","sys_component_base_darktheme_disabled_opacity20":"darkgrey70/opacity20","sys_border_white_opacity00":"white/opacity00","sys_border_line_darktheme_07_opacity00":"darkgrey50/opacity00","sys_border_line_darktheme_02_opacity20":"darkgrey400/opacity20","sys_border_line_darktheme_03_opacity20":"darkred500/opacity20","sys_border_line_darktheme_07_opacity20":"darkgrey50/opacity20","sys_component_base_grey_02_opacity80":"grey30/opacity80","sys_component_base_10":"white/opacity50","sys_component_pastel_base_01":"pastelpink500","sys_component_pastel_base_02":"pastelgreen500","sys_component_pastel_base_03":"pastelpurple500","sys_component_pastel_base_04":"pastelorange500","sys_component_pastel_base_05":"pastelblue500","sys_component_base_11":"green30","sys_loading_skeleton_01":"grey400","sys_loading_skeleton_02":"grey400/opacity30","sys_loading_linear_bar":"grey400/opacity50","sys_loading_linear_base":"grey30","sys_loading_three_bar":"grey400","sys_widget_grey_05":"grey50","sys_menu_background_transparent":"white/opacity00","sys_container_background_04":"white/opacity00","sys_menu_button_base":"white","sys_background_dimmed_03":"black/opacity30","sys_cpnt_sheet_base_03":"white","sys_dimmed_gradient_01":"black","sys_dimmed_gradient_02":"black/opacity00","sys_border_line_13":"green700","sys_component_base_12":"orange50/opacity90","sys_border_line_14":"orange500","sys_component_base_13":"green50/opacity90","sys_component_base_14":"grey50/opacity90","sys_component_base_15":"orange50/opacity50","sys_component_base_16":"green50/opacity50","sys_component_base_17":"grey50/opacity50","sys_widget_red_01":"red500","sys_widget_orange_01":"orange500","sys_text_warning_01":"orange500","sys_component_base_18":"grey400","sys_cpnt_sheet_base_04":"blue500","sys_cpnt_sheet_base_05":"grey950","sys_cpnt_sheet_base_06":"green500","sys_facebook":"facebookblue","sys_component_base_19":"white/opacity65","sys_cpnt_pagination_dot_01":"grey400","sys_cpnt_pagination_dot_02":"white/opacity50","sys_component_base_white_opacity50":"white/opacity50","sys_component_base_20":"white/opacity80","sys_component_base_22":"grey950","sys_component_base_21":"red500/opacity50","sys_component_border_white_opacity20":"white/opacity20","sys_component_base_23":"darkgrey100/opacity65","sys_component_base_darkgreen":"darkgreen700","sys_component_base_24":"black/opacity80","sys_border_line_15":"white/opacity80","sys_border_line_16":"black/opacity80","sys_component_base_hover_01":"grey30","sys_component_on_base_01":"white/opacity20","sys_component_on_base_02":"grey950/opacity15","sys_component_on_base_03":"grey950/opacity05","sys_component_on_base_04":"grey80","sys_component_on_base_05":"grey200","sys_component_base_hover_02":"grey80","sys_component_base_pressed_01":"grey200","sys_widget_white_02":"white/opacity70","sys_component_base_hover_03":"white/opacity60","sys_component_base_pressed_02":"white/opacity30","sys_component_base_25":"white/opacity40","sys_editor_base_pages":"skyblue100","sys_editor_base_papp":"green100","sys_text_black":"black","sys_component_base_26":"grey30","sys_component_base_27":"grey70","sys_component_base_28":"grey500","sys_widget_sidebar_label_text":"grey500/opacity70","sys_component_base_hover_darktheme":"darkgrey80","sys_component_base_pressed_darktheme":"darkgrey200","sys_component_base_hover_white":"white/opacity05","sys_component_base_pressed_white":"white/opacity15","sys_component_base_hover_transparent":"darkgrey900/opacity25","sys_component_base_pressed_transparent":"darkgrey900/opacity35","sys_text_white_opacity_01":"white/opacity70"}'); }, function (module) { module.exports = JSON.parse('{"sys_container_background_01":"grey950","sys_container_background_02":"darkgrey50","sys_container_background_03":"darkgrey100","sys_background_dimmed":"black/opacity65","sys_text_grey_01":"darkgrey900","sys_text_grey_02":"darkgrey500","sys_text_grey_03":"darkgrey400","sys_text_white":"white","sys_text_brand_primary":"darkblue500","sys_text_error_01":"red500","sys_widget_grey_01":"darkgrey900","sys_widget_grey_02":"darkgrey500","sys_widget_grey_03":"darkgrey400","sys_widget_primary_01":"darkblue500","sys_widget_error_01":"darkred500","sys_widget_warning_01":"darkorange500","sys_widget_success_01":"darkgreen700","sys_widget_white":"white","sys_border_area_01":"darkgrey50","sys_border_line_01":"darkgrey100","sys_border_line_02":"darkgrey400","sys_border_line_03":"darkblue500","sys_border_line_04":"darkred500","sys_border_line_05":"darkgrey900","sys_component_base_01":"darkgrey50","sys_component_base_02":"grey950","sys_component_base_03":"darkgrey100","sys_component_base_red":"darkred500","sys_component_base_white":"white","sys_component_base_white_opacity00":"white/opacity00","sys_on_base_white_opacity00":"white/opacity00","sys_on_base_white_opacity30":"white/opacity30","sys_on_base_black_opacity20":"black/opacity20","usr_brand_primary":"darkblue500","usr_brand_secondary":"darkgreen500","usr_brand_secondary_variant":"darkgreen700","usr_background":"grey950","usr_surface":"darkgrey50","usr_border":"darkgrey100","usr_on_brand_primary":"white","usr_on_brand_secondary":"darkgrey900","usr_on_background":"darkgrey900","usr_on_surface":"grey900","sys_widget_status_active_01":"darkgreen500","sys_text_success_01":"darkgreen700","sys_widget_grey_04":"darkgrey100","sys_text_active":"darkgreen700","sys_component_base_blue":"darkblue500","sys_on_base_black_opacity65":"black/opacity65","sys_component_base_04":"darkgrey70","sys_component_base_black":"black","sys_component_base_black_opacity00":"black/opacity00","usr_text_brand_secondary_variant":"darkgreen700","usr_text_brand_primary":"darkblue500","usr_text_brand_on_primary":"grey900","sys_text_brand_secondary_variant":"darkgreen700","sys_component_base_navy":"darynavy500","sys_widget_lightgreen":"darklightgreen500","sys_border_line_06":"darklightgreen500","sys_background_dimmed_20":"black/opacity20","sys_widget_pink":"darkpink500","sys_widget_primary_opacity20":"blue500/opacity20","sys_widget_secondary_variant_01":"darkgreen700","usr_component_base_brand_primary_opacity10":"blue500/opacity10","sys_temp_grey_01":"darkgrey900","sys_temp_grey_02":"darkgrey500","sys_temp_grey_03":"darkgrey400","sys_temp_grey_04":"darkgrey100","sys_temp_grey_05":"darkgrey50","sys_temp_white":"white","sys_temp_primary_01":"darkblue500","sys_temp_secondary_01":"darkgreen700","sys_temp_red":"darkred500","sys_temp_white_opacity_00":"white/opacity00","sys_temp_dimmed":"black/opacity20","sys_temp_black":"black","sys_temp_primary_02":"darkblue700","sys_temp_primary_03":"darkblue300","sys_temp_secondary_02":"darkgreen500","sys_temp_lightgreen_01":"darklightgreen500","sys_text_grey_04":"darkgrey600","sys_papp_post_social_background":"blue500","sys_papp_post_notice_background":"skyblue500","sys_papp_post_free_background":"skyblue300","sys_papp_vod_background":"lightpink500","sys_papp_vodplus_background":"pink500","sys_papp_live_background":"pink300","sys_selcontrols_base_off_disabled":"darkgrey400/opacity65","sys_selcontrols_base_on_disabled":"darklightgreen500/opacity65","sys_component_base_blue_opacity10":"blue500/opacity10","sys_component_base_05":"grey950","sys_background_dimmed_65":"black/opacity65","sys_temp_grey_06":"darkgrey70","sys_on_base_white_opacity10":"white/opacity10","sys_on_base_black_opacity10":"black/opacity10","sys_component_base_05_opacity00":"grey950/opacity00","sys_papp_post_notice_link":"darkskyblue500","sys_component_base_navy_light":"darknavy100","sys_component_base_orange":"darkorange500","sys_component_base_grey":"darkgrey400","sys_component_base_black_opacity80":"black/opacity80","sys_text_darkgrey_02":"darkgrey500","sys_border_line_darktheme_01":"darkgrey100","sys_border_line_darktheme_02":"darkgrey400","sys_component_base_darktheme_01":"darkgrey50","sys_component_base_darktheme_02":"grey950","sys_component_base_darktheme_03":"darkgrey100","sys_text_grey_darktheme_01":"darkgrey900","sys_text_grey_darktheme_02":"darkgrey500","sys_text_grey_darktheme_03":"darkgrey400","sys_widget_grey_darktheme_01":"darkgrey900","sys_widget_grey_darktheme_02":"darkgrey500","sys_widget_grey_darktheme_03":"darkgrey400","sys_component_base_green":"darkgreen700","sys_text_error_darktheme_01":"darkred500","sys_border_line_darktheme_03":"darkred500","sys_border_line_darktheme_04":"darkgrey500","usr_widget_brand_primary_darktheme_01":"darkblue500","usr_text_brand_primary_darktheme_01":"darkblue500","sys_component_base_black_opacity50":"black/opacity50","sys_component_base_card":"darkgrey50","sys_cpnt_textlabel_sys_brand_primary_opacity50":"blue500/opacity50","sys_widget_green_01":"darkgreen500","sys_component_base_black_opacity30":"black/opacity30","sys_area_background":"darkgrey50/opacity65","sys_border_white_opacity30":"white/opacity30","sys_container_background_wt":"darkgrey10","sys_channeldesc_grey_03":"darkgrey400","sys_channeldesc_border_grey_03":"darkgrey100","sys_gradient_base_01":"grey950","sys_gradient_base_01_opacity00":"grey950/opacity00","sys_channeldesc_background":"grey950/opacity80","sys_channeldesc_bottomsheet_base":"grey950/opacity80","sys_channeldesc_bottomsheet_border":"darkgrey100","sys_channeldesc_contents_base":"darkgrey50/opacity80","sys_channeldesc_dimmed":"grey950/opacity30","sys_gradient_base_01_opacity50":"grey950/opacity50","sys_gradient_base_01_opacity75":"grey950/opacity75","sys_gradient_base_01_opacity40":"grey950/opacity40","sys_widget_black":"black","usr_temp_primary_01":"darkblue500","sys_cpnt_sheet_base_02_opacity50":"darkgrey50/opacity50","usr_menu_primarymenu_main":"darkgrey900","usr_menu_primarymenu_sub":"darkgrey500","usr_menu_secondarymenu_main":"darkgrey900","usr_menu_secondarymenu_sub":"darkgrey500","usr_menu_hover":"darkblue500","usr_menu_active":"darkblue500","usr_menu_background":"grey950","sys_cpnt_base_white_opacity50":"white/opacity50","sys_widget_dark_01":"grey950","usr_menu_background_gradient_opacity00":"grey950/opacity00","sys_border_line_white":"white","sys_component_base_white_opacity10":"white/opacity10","sys_cpnt_sheet_base_01":"darkgrey30","sys_component_base_white_opacity20":"white/opacity20","sys_border_line_07":"darkgrey70","sys_border_line_white_opacity50":"white/opacity50","sys_background_dimmed_02":"black/opacity65","sys_border_line_08":"darkgrey500","sys_component_base_06":"darkgrey50","sys_component_base_07":"darkgrey70","sys_border_line_09":"darkgrey50","sys_component_base_darktheme_04":"black/opacity00","sys_border_line_10":"darkgrey50","sys_component_base_darktheme_05":"darkgrey30","sys_border_line_darktheme_05":"darkgrey30","sys_component_base_darktheme_06":"darkgrey70","sys_border_line_darktheme_06":"darkgrey70","sys_border_line_darktheme_07":"darkgrey50","sys_border_line_11":"darkgreen500","sys_base_dimmed_01":"black/opacity30","sys_kakao":"kakaoyellow","sys_border_line_12":"grey100","sys_component_base_08":"white","sys_text_social_login_01":"grey900","sys_text_social_login_02":"grey900","sys_papp_livechat_link":"darkskyblue500","sys_text_lighttone_grey_01":"grey900","sys_widget_lighttone_primary_01":"blue500","sys_text_lighttone_grey_02":"grey500","sys_component_base_09":"darkgrey70","sys_component_base_darktheme_opacity20":"darkgrey900/opacity20","sys_component_base_darktheme_disabled_opacity20":"darkgrey70/opacity20","sys_border_white_opacity00":"white/opacity00","sys_border_line_darktheme_07_opacity00":"darkgrey50/opacity00","sys_border_line_darktheme_02_opacity20":"darkgrey400/opacity20","sys_border_line_darktheme_03_opacity20":"darkred500/opacity20","sys_border_line_darktheme_07_opacity20":"darkgrey50/opacity20","sys_component_base_grey_02_opacity80":"darkgrey30/opacity80","sys_component_base_10":"black/opacity30","sys_component_pastel_base_01":"darkpastelpink500","sys_component_pastel_base_02":"darkpastelgreen500","sys_component_pastel_base_03":"darkpastelpurple500","sys_component_pastel_base_04":"darkpastelorange500","sys_component_pastel_base_05":"darkpastelblue500","sys_component_base_11":"darkgreen30","sys_loading_skeleton_01":"darkgrey400","sys_loading_skeleton_02":"darkgrey400/opacity30","sys_loading_linear_bar":"darkgrey400/opacity50","sys_loading_linear_base":"darkgrey30","sys_loading_three_bar":"darkgrey400","sys_widget_grey_05":"darkgrey50","sys_menu_background_transparent":"white/opacity00","sys_container_background_04":"white/opacity00","sys_menu_button_base":"white","sys_background_dimmed_03":"black/opacity30","sys_cpnt_sheet_base_03":"black/opacity80","sys_dimmed_gradient_01":"black","sys_dimmed_gradient_02":"black/opacity00","sys_border_line_13":"darkgreen700","sys_component_base_12":"darkorange50/opacity90","sys_border_line_14":"darkorange500","sys_component_base_13":"darkgreen50/opacity90","sys_component_base_14":"darkgrey50/opacity90","sys_component_base_15":"darkorange50/opacity50","sys_component_base_16":"darkgreen50/opacity50","sys_component_base_17":"darkgrey50/opacity50","sys_widget_red_01":"darkred500","sys_widget_orange_01":"darkorange500","sys_text_warning_01":"darkorange500","sys_component_base_18":"darkgrey400","sys_cpnt_sheet_base_04":"darkblue500","sys_cpnt_sheet_base_05":"grey950","sys_cpnt_sheet_base_06":"darkgreen500","sys_facebook":"facebookblue","sys_component_base_19":"white/opacity65","sys_cpnt_pagination_dot_01":"white","sys_cpnt_pagination_dot_02":"white/opacity50","sys_component_base_white_opacity50":"white/opacity50","sys_component_base_20":"white/opacity80","sys_component_base_22":"grey950","sys_component_base_21":"red500/opacity50","sys_component_border_white_opacity20":"white/opacity20","sys_component_base_23":"darkgrey100/opacity65","sys_component_base_darkgreen":"darkgreen700","sys_component_base_24":"black/opacity80","sys_border_line_15":"white/opacity80","sys_border_line_16":"black/opacity80","sys_component_base_hover_01":"darkgrey30","sys_component_on_base_01":"white/opacity20","sys_component_on_base_02":"grey950/opacity15","sys_component_on_base_03":"grey950/opacity05","sys_component_on_base_04":"darkgrey80","sys_component_on_base_05":"darkgrey200","sys_component_base_hover_02":"darkgrey80","sys_component_base_pressed_01":"darkgrey200","sys_widget_white_02":"white/opacity70","sys_component_base_hover_03":"white/opacity60","sys_component_base_pressed_02":"white/opacity30","sys_component_base_25":"white/opacity40","sys_editor_base_pages":"darkskyblue100","sys_editor_base_papp":"darkgreen100","sys_text_black":"black","sys_component_base_26":"grey30","sys_component_base_27":"grey70","sys_component_base_28":"darkgrey500","sys_widget_sidebar_label_text":"darkgrey500/opacity70","sys_component_base_hover_darktheme":"darkgrey80","sys_component_base_pressed_darktheme":"darkgrey200","sys_component_base_hover_white":"white/opacity05","sys_component_base_pressed_white":"white/opacity15","sys_component_base_hover_transparent":"darkgrey900/opacity25","sys_component_base_pressed_transparent":"darkgrey900/opacity35","sys_text_white_opacity_01":"white/opacity70"}'); }, function (module) { module.exports = JSON.parse('{"ui_cpnt_button_fill_base_primary":"usr_brand_primary","ui_cpnt_button_fill_base_default":"sys_component_base_01","ui_cpnt_button_fill_base_white":"sys_component_base_02","ui_cpnt_button_fill_on_base_hover":"sys_component_on_base_01","ui_cpnt_button_fill_on_base_pressed":"sys_component_on_base_02","ui_cpnt_button_fill_base_disabled":"sys_component_base_03","ui_cpnt_button_line_base_pressed":"sys_component_base_03","ui_cpnt_button_line_base_hover":"sys_component_base_01","ui_cpnt_button_line_border_default":"sys_border_line_01","ui_cpnt_button_line_border_enabled":"sys_border_line_02","ui_cpnt_button_line_border_disabled":"sys_border_line_01","ui_cpnt_button_line_border_primary":"usr_brand_primary","ui_cpnt_button_text_primary":"usr_brand_primary","ui_cpnt_button_text_on_primary":"usr_on_brand_primary","ui_cpnt_button_text_enabled":"sys_text_grey_01","ui_cpnt_button_text_disabled":"sys_text_grey_03","ui_cpnt_button_text_default":"sys_text_grey_02","ui_cpnt_button_icon_on_primary":"usr_on_brand_primary","ui_cpnt_button_icon_primary":"usr_brand_primary","ui_cpnt_button_icon_enabled":"sys_widget_grey_01","ui_cpnt_button_icon_disabled":"sys_widget_grey_03","ui_cpnt_button_icon_default":"sys_widget_grey_02","ui_cpnt_textfield_border_normal":"sys_border_line_10","ui_cpnt_textfield_border_focus":"sys_border_line_02","ui_cpnt_textfield_border_error":"sys_border_line_04","ui_cpnt_textfield_base_normal":"sys_component_base_06","ui_cpnt_textfield_base_disabled":"sys_component_base_07","ui_cpnt_textfield_text_hint":"sys_text_grey_02","ui_cpnt_textfield_text_typed":"sys_text_grey_01","ui_cpnt_textfield_text_error":"sys_text_error_01","ui_cpnt_textfield_text_disabled":"sys_text_grey_03","ui_cpnt_textfield_icon_01":"sys_widget_grey_01","ui_cpnt_textfield_icon_02":"sys_widget_grey_02","ui_cpnt_textfield_icon_03":"sys_widget_grey_03","ui_cpnt_list_base_area":"sys_component_base_white_opacity00","ui_cpnt_list_base_area_select":"sys_component_base_01","ui_cpnt_list_text_title":"sys_text_grey_01","ui_cpnt_list_text_description_01":"sys_text_grey_02","ui_cpnt_list_text_caption_01":"sys_text_grey_03","ui_cpnt_headerbar_base_area":"sys_component_base_02","ui_cpnt_headerbar_text_title":"sys_text_grey_01","ui_cpnt_headerbar_icon":"sys_widget_grey_01","ui_cpnt_headerbar_divider":"sys_border_line_01","ui_cpnt_tabbar_base_area":"sys_component_base_02","ui_cpnt_tabbar_divider":"sys_border_line_01","ui_cpnt_tabbar_base_area_sub":"sys_component_base_01","ui_cpnt_tabbar_border_active_indicator_primary":"usr_brand_primary","ui_cpnt_tabbar_text_active_primary":"usr_brand_primary","ui_cpnt_tabbar_border_active_indicator":"sys_border_line_05","ui_cpnt_tabbar_text_active":"sys_text_grey_01","ui_cpnt_tabbar_text_inactive_01":"sys_text_grey_02","ui_2":"sys_text_grey_01","ui_3":"sys_text_grey_02","ui_4":"sys_text_grey_03","ui_5":"sys_text_grey_01","ui_6":"sys_text_grey_02","ui_7":"sys_border_line_01","ui_8":"sys_text_grey_01","ui_9":"sys_text_grey_01","ui_cpnt_pagination_slide_dot_active":"sys_widget_grey_01","ui_cpnt_pagination_slide_dot_inactive":"sys_widget_grey_03","ui_10":"sys_text_grey_01","ui_11":"sys_text_grey_02","ui_cpnt_modal_header_text_title":"sys_text_grey_01","ui_cpnt_modal_header_icon_01":"sys_widget_grey_01","ui_cpnt_modal_header_base_area":"sys_component_base_white_opacity00","ui_cpnt_modal_header_base_line":"sys_border_line_01","ui_cpnt_modal_body_primary_text":"sys_text_grey_01","ui_cpnt_modal_body_secondary_text":"sys_text_grey_02","ui_cpnt_modal_footer_base_area":"sys_component_base_white_opacity00","ui_cpnt_modal_footer_divider":"sys_border_line_01","ui_cpnt_modal_base":"sys_component_base_02","ui_12":"sys_text_grey_02","ui_13":"sys_text_grey_02","ui_14":"sys_text_grey_01","ui_15":"sys_text_grey_01","ui_cpnt_text_emptystate":"sys_text_grey_02","ui_cpnt_chip_fill_icon_inactive":"sys_widget_grey_02","ui_cpnt_chip_fill_icon_active_01":"usr_on_brand_primary","ui_cpnt_chip_fill_text_inactive":"sys_text_grey_02","ui_cpnt_chip_fill_text_active_01":"usr_on_brand_primary","ui_cpnt_chip_fill_base_inactive":"sys_component_base_01","ui_cpnt_chip_fill_base_active_01":"usr_brand_primary","ui_cpnt_chip_line_icon_01":"sys_widget_grey_01","ui_cpnt_chip_line_text_01":"sys_text_grey_01","ui_cpnt_chip_line_text_disabled":"sys_text_grey_03","ui_cpnt_chip_line_border_01":"sys_border_line_01","ui_cpnt_chip_base_playtime":"sys_background_dimmed","ui_16":"sys_text_grey_01","ui_cpnt_list_icon_01":"sys_widget_grey_01","ui_cpnt_list_icon_02":"sys_widget_grey_02","ui_cpnt_bottomsheet_icon_01":"sys_widget_grey_01","ui_cpnt_bottomsheet_text_01":"sys_text_grey_01","ui_cpnt_bottomsheet_text_02":"sys_text_grey_02","ui_cpnt_bottomsheet_icon_02":"sys_widget_grey_02","ui_19":"sys_widget_grey_01","ui_20":"sys_text_grey_01","ui_cpnt_fab_default_base_white":"sys_component_base_white","ui_cpnt_fab_default_base_red":"sys_component_base_red","ui_cpnt_fab_default_base_primary":"usr_brand_primary","ui_cpnt_fab_default_base_hover":"sys_component_base_01","ui_cpnt_fab_default_on_base_hover":"sys_on_base_white_opacity30","ui_cpnt_fab_default_base_pressed":"sys_component_base_03","ui_cpnt_fab_default_on_base_pressed":"sys_on_base_black_opacity20","ui_cpnt_fab_default_base_disabled":"sys_component_base_03","ui_cpnt_fab_icon_enabled":"sys_widget_grey_01","ui_cpnt_fab_icon_on_primary":"usr_on_brand_primary","ui_cpnt_fab_icon_disabled":"sys_widget_grey_03","ui_cpnt_fab_extended_base_primary":"usr_brand_primary","ui_cpnt_fab_extended_on_base_hover":"sys_on_base_white_opacity30","ui_cpnt_fab_extended_on_base_pressed":"sys_on_base_black_opacity20","ui_cpnt_fab_extended_base_disabled":"sys_component_base_03","ui_cpnt_fab_text_on_primary":"usr_on_brand_primary","ui_cpnt_fab_text_disabled":"sys_text_grey_03","ui_cpnt_alertdialog_base":"sys_component_base_02","ui_cpnt_alertdialog_icon_success":"sys_widget_success_01","ui_cpnt_alertdialog_icon_error":"sys_widget_error_01","ui_cpnt_alertdialog_icon_warning":"sys_widget_warning_01","ui_cpnt_alertdialog_text_title":"sys_text_grey_01","ui_cpnt_alertdialog_text_body":"sys_text_grey_02","ui_21":"sys_widget_white","ui_22":"sys_widget_white","ui_23":"sys_widget_white","ui_24":"sys_widget_white","ui_25":"sys_widget_white","ui_26":"sys_widget_white","ui_27":"sys_widget_white","ui_cpnt_divider":"sys_border_line_01","ui_cpnt_select_border_normal":"sys_border_line_10","ui_cpnt_select_border_focus":"sys_border_line_02","ui_cpnt_select_base_normal":"sys_component_base_06","ui_cpnt_select_base_disabled":"sys_component_base_07","ui_cpnt_select_text_hint":"sys_text_grey_01","ui_cpnt_select_text_selected":"sys_text_grey_01","ui_cpnt_select_text_disabled":"sys_text_grey_03","ui_cpnt_select_icon_01":"sys_widget_grey_02","ui_cpnt_select_icon_02":"sys_widget_grey_03","ui_28":"sys_text_grey_01","ui_29":"sys_text_grey_02","ui_30":"sys_text_grey_02","ui_cpnt_videoplayer_icon_01":"sys_widget_white","ui_32":"sys_text_grey_01","ui_cpnt_selcontrols_icon_primary":"usr_brand_primary","ui_cpnt_selcontrols_icon_disabled":"sys_widget_grey_03","ui_cpnt_selcontrols_icon_default":"sys_widget_grey_02","ui_cpnt_selcontrols_text_disabled":"sys_text_grey_03","ui_cpnt_selcontrols_text_default":"sys_text_grey_02","ui_cpnt_selcontrols_icon_on_base_hover":"sys_on_base_white_opacity30","ui_cpnt_contextmenu_menu_base_normal":"sys_component_base_white_opacity00","ui_cpnt_contextmenu_menu_base_hover":"sys_component_base_01","ui_cpnt_contextmenu_menu_base_selected":"sys_component_base_01","ui_cpnt_contextmenu_text":"sys_text_grey_01","ui_cpnt_selcontrols_base_off":"sys_widget_grey_03","ui_cpnt_selcontrols_base_on":"sys_widget_lightgreen","ui_cpnt_tabbar_text_inactive_02":"sys_text_grey_03","ui_cpnt_videoplayer_unavailable":"sys_widget_grey_03","ui_cpnt_list_divider":"sys_border_line_01","ui_cpnt_button_fill_base_transparent":"sys_component_base_white_opacity00","ui_cpnt_list_badge_active":"sys_widget_status_active_01","ui_cpnt_list_badge_active_primary":"usr_brand_primary","ui_cpnt_list_badge_disabled":"sys_widget_grey_03","ui_cpnt_list_badge_cancel":"sys_widget_error_01","ui_cpnt_list_text_quantity_plus":"sys_text_brand_secondary_variant","ui_cpnt_content_card_base":"sys_component_base_03","ui_cpnt_content_icon_03":"sys_widget_grey_03","ui_cpnt_content_icon_01":"sys_widget_grey_01","ui_cpnt_content_icon_02":"sys_widget_grey_02","ui_cpnt_content_card_status_a":"sys_widget_primary_01","ui_cpnt_content_card_status_b":"sys_widget_success_01","ui_cpnt_content_card_status_c":"sys_widget_warning_01","ui_cpnt_content_card_status_d":"sys_widget_grey_03","ui_cpnt_textgroup_base_area":"sys_component_base_white_opacity00","ui_cpnt_imageslide_active":"sys_widget_white","ui_cpnt_imageslide_inactive":"sys_widget_grey_02","ui_cpnt_videoplayer_icon_02":"sys_widget_grey_01","ui_cpnt_videoplayer_text_01":"sys_text_white","ui_cpnt_videoplayer_text_02":"sys_text_white_opacity65","ui_cpnt_videoplayer_scrubber_01":"sys_widget_white","ui_cpnt_videoplayer_scrubber_primary":"usr_brand_primary","ui_cpnt_videoplayer_playbar_base":"sys_on_base_white_opacity30","ui_cpnt_videoplayer_playbar_02":"sys_widget_grey_04","ui_cpnt_videoplayer_playbar_primary":"usr_brand_primary","ui_cpnt_videoplayer_playbar_01":"sys_widget_grey_01","ui_cpnt_tableheadbar_title":"sys_text_grey_01","ui_cpnt_tableheaderbar_text_default":"sys_text_grey_01","ui_cpnt_tableheaderbar_text_disabled":"sys_text_grey_03","ui_cpnt_tableheaderbar_icon_01":"sys_widget_grey_01","ui_cpnt_datatable_text_01":"sys_text_grey_01","ui_cpnt_datatable_text_02":"sys_text_grey_02","ui_cpnt_datatable_text_03":"sys_text_grey_03","ui_cpnt_datatable_text_textbutton":"sys_text_brand_primary","ui_cpnt_datatable_text_active":"sys_text_active","ui_cpnt_datatable_base_default":"sys_component_base_white_opacity00","ui_cpnt_datatable_base_hover":"sys_component_base_hover_01","ui_cpnt_datatable_text_inactive":"sys_text_grey_03","ui_cpnt_datatable_bulkaction_base":"sys_widget_black","ui_cpnt_datatable_icon_01":"sys_widget_white","ui_cpnt_datatable_text_04":"sys_text_white","ui_cpnt_chip_fill_base_active_02":"sys_component_base_01","ui_cpnt_chip_fill_text_active_02":"sys_text_grey_01","ui_cpnt_chip_fill_icon_active_02":"sys_widget_grey_01","ui_cpnt_dropdown_border_normal":"sys_border_line_10","ui_cpnt_dropdown_border_focus":"sys_border_line_02","ui_cpnt_dropdown_base_normal":"sys_component_base_06","ui_cpnt_dropdown_base_disabled":"sys_component_base_07","ui_cpnt_dropdown_text_hint":"sys_text_grey_01","ui_cpnt_dropdown_text_selected":"sys_text_grey_01","ui_cpnt_dropdown_text_disabled":"sys_text_grey_03","ui_cpnt_dropdown_icon_01":"sys_widget_grey_02","ui_cpnt_dropdown_icon_02":"sys_widget_grey_03","ui_cpnt_datatable_textbutton_base_02":"sys_component_base_03","ui_cpnt_datatable_textbutton_base_01":"sys_component_base_white_opacity00","ui_cpnt_datatable_icon_02":"sys_widget_grey_01","ui_cpnt_datatable_icon_03":"sys_widget_grey_02","ui_cpnt_datatable_icon_04":"sys_widget_grey_03","ui_cpnt_sidebar_common_base":"sys_component_base_01","ui_cpnt_sidebar_header_base":"sys_component_base_01","ui_cpnt_sidebar_label_base":"sys_component_base_white_opacity00","ui_cpnt_sidebar_listitem_base_inactive":"sys_component_base_white_opacity00","ui_cpnt_sidebar_listitem_base_active":"usr_brand_primary","ui_cpnt_sidebar_footer_base":"sys_component_base_01","ui_cpnt_sidebar_label_icon":"sys_widget_grey_03","ui_cpnt_sidebar_listitem_icon_inactive":"usr_on_brand_primary","ui_cpnt_sidebar_listitem_icon_active":"usr_on_brand_primary","ui_cpnt_sidebar_icon_01":"sys_widget_white","ui_cpnt_modal_body_base":"sys_component_base_01","ui_cpnt_modal_header_icon_02":"sys_widget_grey_02","ui_cpnt_selectcard_base_selected":"sys_component_base_blue","ui_cpnt_selectcard_base_default":"sys_component_base_01","ui_cpnt_selectcard_icon_default":"sys_widget_grey_01","ui_cpnt_selectcard_icon_selected":"sys_widget_white","ui_cpnt_selectcard_text_01":"sys_text_grey_01","ui_cpnt_selectcard_text_02":"sys_text_grey_02","ui_cpnt_selectcard_text_03":"sys_text_white","ui_cpnt_bannerslidecontent_text_white":"sys_text_white","ui_cpnt_modal_header_icon_03":"sys_text_white","ui_cpnt_modal_body_tertiary_text":"sys_text_grey_03","ui_cpnt_list_timestatus_base":"sys_on_base_black_opacity65","ui_cpnt_list_text_timestatus":"sys_text_white","ui_cpnt_imageview_base_03":"sys_component_base_03","ui_34":"sys_widget_grey_03","ui_cpnt_editorsidebar_base":"sys_component_base_04","ui_cpnt_editorsidebar_visible_status_base":"sys_widget_status_active_01","ui_cpnt_editorsidebar_visible_status_text":"sys_text_grey01","ui_cpnt_editorsidebar_card_base_default":"sys_component_base_02","ui_cpnt_editorsidebar_card_base_selected":"sys_component_base_blue","ui_cpnt_editorsidebar_text_default":"sys_text_grey_01","ui_cpnt_editorsidebar_text_selected":"sys_text_white","ui_cpnt_editorsidebar_icon_default":"sys_widget_grey_01","ui_cpnt_editorsidebar_icon_selected":"sys_widget_white1","ui_cpnt_editorsidebar_card_border":"sys_border_line_01","ui_cpnt_step_base_area":"sys_component_base_white_opacity00","ui_cpnt_step_text_inactive":"sys_text_grey_03","ui_cpnt_step_text_active":"usr_brand_primary","ui_cpnt_step_circular_inactive":"sys_widget_grey_03","ui_cpnt_step_circular_active":"usr_brand_primary","ui_cpnt_step_icon":"sys_widget_white","ui_cpnt_step_text_number":"sys_text_white","ui_cpnt_imageslide_dot_area_1":"sys_component_base_black","ui_cpnt_imageslide_dot_area_2":"sys_component_base_black_opacity00","ui_cpnt_editorsidebar_text_disabled":"sys_text_grey_02","ui_cpnt_editorsidebar_icon_disabled":"sys_widget_grey_02","ui_cpnt_editorsidebar_card_border_disabled":"sys_widget_grey_02","ui_cpnt_userdesktopnavbar_base_area":"sys_component_base_white_opacity00","ui_cpnt_button_line_base_default":"sys_component_base_02","ui_cpnt_userdesktoptabbar_base_area":"sys_component_base_white_opacity00","ui_cpnt_userdesktoptabbar_divider":"sys_border_line_01","ui_cpnt_userdesktoptabbar_border_active_indicator":"usr_brand_primary","ui_cpnt_userdesktoptabbar_text_active":"sys_text_grey_01","ui_cpnt_userdesktoptabbar_text_inactive":"sys_text_grey_02","ui_cpnt_selcontrols_base_off_disabled":"sys_selcontrols_base_off_disabled","ui_cpnt_selcontrols_base_on_disabled":"sys_selcontrols_base_on_disabled","ui_cpnt_selcontrols_circular":"sys_widget_white","ui_cpnt_chip_line_icon_02":"sys_widget_grey_02","ui_cpnt_overlay_base":"sys_component_base_02","ui_cpnt_profile_base":"sys_component_base_white_opacity00","ui_cpnt_card_base":"sys_component_base_card","ui_cpnt_card_selected_border":"sys_border_line_06","ui_cpnt_card_icon_basic":"sys_widget_primary_01","ui_cpnt_card_icon_custom":"sys_widget_grey_01","ui_cpnt_card_icon_create":"sys_widget_grey_01","ui_cpnt_modal_dimmed":"sys_background_dimmed_02","ui_cpnt_alertdialog_dimmed":"sys_background_dimmed_02","ui_cpnt_bottomsheet_base":"sys_component_base_02","ui_cpnt_bottomsheet_icon_03":"sys_widget_grey_03","ui_cpnt_button_icon_white":"sys_widget_white","ui_cpnt_list_icon_03":"sys_widget_grey_03","ui_cpnt_list_icon_active_primary":"usr_brand_primary","ui_cpnt_alertdialog_icon_information":"sys_widget_primary_01","ui_cpnt_bottomsheet_bar":"sys_component_base_03","ui_cpnt_button_line_border_error":"sys_border_line_04","ui_cpnt_button_text_error":"sys_text_error_01","ui_cpnt_button_icon_error":"sys_widget_error_01","ui_cpnt_textlabel_sys_primary":"sys_text_grey_01","ui_cpnt_textlabel_sys_secondary":"sys_text_grey_02","ui_cpnt_textlabel_sys_tertiary":"sys_text_grey_03","ui_cpnt_textlabel_sys_white":"sys_text_white","ui_cpnt_textlabel_sys_brandprimary":"sys_text_brand_primary","ui_cpnt_textlabel_sys_error":"sys_text_error_01","ui_cpnt_textlabel_sys_brandseconvariant":"sys_text_brand_secondary_variant","ui_cpnt_textlabel_usr_brandprimary":"usr_brand_primary","ui_cpnt_textlabel_usr_brandseconvariant":"usr_brand_secondary_variant","ui_cpnt_textlabel_usr_brandonprimary":"usr_on_brand_primary","ui_cpnt_list_text_body":"sys_text_grey_02","ui_cpnt_card_icon_background_01":"sys_widget_primary_01","ui_cpnt_card_icon_background_02":"sys_widget_pink","ui_cpnt_card_icon_background_03":"sys_widget_success_01","ui_cpnt_bannerslide_gradient_1":"sys_component_base_05","ui_cpnt_bannerslide_gradient_2":"sys_component_base_05_opacity00","ui_cpnt_modal_gradient_1":"sys_component_base_black_opacity00","ui_cpnt_modal_gradient_2":"sys_component_base_black","ui_cpnt_list_icon_04":"sys_widget_white","ui_cpnt_list_thumbnail_border":"sys_border_line_01","ui_cpnt_list_thumbnail_gradient_1":"sys_component_base_black_opacity80","ui_cpnt_list_thumbnail_gradient_2":"sys_component_base_black_opacity00","ui_cpnt_list_base_area_active":"sys_component_base_01","ui_cpnt_contextmenu_base":"sys_component_base_02","ui_cpnt_videoplayer_gradient_1":"sys_component_base_black","ui_cpnt_videoplayer_gradient_2":"sys_component_base_black_opacity00","ui_cpnt_videoplayer_overlay":"sys_component_base_black_opacity50","ui_globalmenucontainer_background":"sys_container_background_01","ui_pagemenucontainer_background":"sys_container_background_01","ui_submenucontainer_background":"sys_container_background_01","ui_tabmenucontainer_background":"sys_container_background_01","ui_contentscontainer01_background":"sys_container_background_01","ui_contentscontainer02_background":"sys_container_background_01","ui_cpnt_bannerslide_icon_01":"sys_widget_white","ui_cpnt_card_shadow":"sys_widget_primary_opacity20","ui_cpnt_bannerslide_pagination_active":"sys_widget_white","ui_cpnt_bannerslide_pagination_inactive":"sys_widget_grey_02","ui_cpnt_icon_usr_brandprimary":"usr_brand_primary","ui_container_divider":"sys_border_line_01","ui_area_divider":"sys_border_line_09","ui_cpnt_list_base_area_seller":"sys_component_base_01","ui_temp_grey_01":"sys_temp_grey_01","ui_temp_grey_02":"sys_temp_grey_02","ui_temp_grey_03":"sys_temp_grey_03","ui_temp_grey_04":"sys_temp_grey_04","ui_temp_grey_05":"sys_temp_grey_05","ui_temp_white":"sys_temp_white","ui_temp_primary_01":"sys_temp_primary_01","ui_temp_secondary_01":"sys_temp_secondary_01","ui_temp_red":"sys_temp_red","ui_temp_white_opacity_00":"sys_temp_white_opacity_00","ui_temp_dimmed":"sys_temp_dimmed","ui_temp_black":"sys_temp_black","ui_temp_primary_02":"sys_temp_primary_02","ui_temp_primary_03":"sys_temp_primary_03","ui_temp_secondary_02":"sys_temp_secondary_02","ui_temp_lightgreen_01":"sys_temp_lightgreen_01","ui_cpnt_userdesktopnavbar_profile_border":"sys_border_line_01","ui_cpnt_textlabel_sys_grey_04":"sys_text_grey_04","ui_papp_post_social_background":"sys_papp_post_social_background","ui_papp_post_notice_background":"sys_papp_post_notice_background","ui_papp_post_free_background":"sys_papp_post_free_background","ui_papp_vod_background":"sys_papp_vod_background","ui_papp_vodplus_background":"sys_papp_vodplus_background","ui_papp_live_background":"sys_papp_live_background","ui_community_pagination_base_area":"sys_component_base_02","ui_cpnt_contextmenu_border":"sys_border_line_01","ui_profile_image_border":"sys_border_line_09","ui_cpnt_alertdialog_border":"sys_border_line_09","ui_cpnt_modal_border":"sys_border_line_09","ui_cpnt_card_border":"sys_border_line_01","ui_cpnt_overlay_border":"sys_border_line_01","ui_cpnt_datatable_base_selected":"sys_component_base_blue_opacity10","ui_cpnt_icon_sys_brandprimary":"sys_widget_primary_01","ui_cpnt_icon_sys_grey_01":"sys_widget_grey_01","ui_cpnt_icon_sys_grey_02":"sys_widget_grey_02","ui_cpnt_icon_sys_grey_03":"sys_widget_grey_03","ui_cpnt_icon_sys_error_01":"sys_widget_error_01","ui_cpnt_icon_sys_warning_01":"sys_widget_warning_01","ui_cpnt_icon_sys_success_01":"sys_widget_success_01","ui_cpnt_icon_usr_brandsecondary":"usr_brand_secondary","ui_papp_post_notice_link":"sys_papp_post_notice_link","ui_cpnt_headerbar_icon_02":"sys_widget_white","ui_m_navigationcontainer_background":"sys_container_background_01","ui_m_tabcontainer_background":"sys_container_background_01","ui_m_contentscontainer01_background":"sys_container_background_01","ui_m_contentscontainer02_background":"sys_container_background_01","ui_cpnt_statusblock_basic":"sys_component_base_navy_light","ui_cpnt_statusblock_standby":"sys_component_base_green","ui_cpnt_statusblock_proceeding":"sys_component_base_red","ui_cpnt_statusblock_cancel":"sys_component_base_grey","ui_cpnt_statusblock_end":"sys_component_base_grey","ui_cpnt_statusblock_error":"sys_component_base_orange","ui_cpnt_list_base_area_solid":"sys_component_base_02","ui_cpnt_list_base_area_translucent":"sys_component_base_black_opacity80","ui_cpnt_list_base_area_transparent":"sys_component_base_black_opacity00","ui_cpnt_list_text_caption_02":"sys_text_darkgrey_02","ui_cpnt_button_line_border_darktheme_enabled":"sys_border_line_darktheme_02","ui_cpnt_button_line_border_darktheme_disabled":"sys_border_line_darktheme_01","ui_cpnt_button_line_base_darktheme_default":"sys_component_base_darktheme_02","ui_cpnt_button_line_base_darktheme_hover":"sys_component_base_darktheme_01","ui_cpnt_button_line_base_darktheme_pressed":"sys_component_base_darktheme_03","ui_cpnt_button_text_darktheme_enabled":"sys_text_grey_darktheme_01","ui_cpnt_button_text_darktheme_disabled":"sys_text_grey_darktheme_03","ui_cpnt_button_icon_darktheme_enabled":"sys_widget_grey_darktheme_01","ui_cpnt_button_icon_darktheme_disabled":"sys_widget_grey_darktheme_03","ui_cpnt_icon_sys_white":"sys_widget_white","ui_cpnt_button_fill_base_media":"sys_component_base_black_opacity80","ui_cpnt_textfield_text_darktheme_enabled":"sys_text_grey_darktheme_01","ui_cpnt_textfield_text_darktheme_hint":"sys_text_grey_darktheme_02","ui_cpnt_textfield_text_darktheme_disabled":"sys_text_grey_darktheme_03","ui_cpnt_textfield_icon_darktheme_default":"sys_widget_grey_darktheme_02","ui_cpnt_textfield_icon_darktheme_disabled":"sys_widget_grey_darktheme_03","ui_cpnt_textfield_border_darktheme_normal":"sys_border_line_darktheme_07","ui_cpnt_textfield_border_darktheme_focus":"sys_border_line_darktheme_02","ui_cpnt_textfield_border_darktheme_error":"sys_border_line_darktheme_03","ui_cpnt_textfield_text_darktheme_error":"sys_text_error_darktheme_01","ui_cpnt_textfield_base_darktheme_disabled":"sys_component_base_darktheme_06","ui_cpnt_select_text_darktheme_enabled":"sys_text_grey_darktheme_01","ui_cpnt_select_text_darktheme_hint":"sys_text_grey_darktheme_01","ui_cpnt_select_text_darktheme_disabled":"sys_text_grey_darktheme_03","ui_cpnt_select_icon_darktheme_default":"sys_widget_grey_darktheme_02","ui_cpnt_select_icon_darktheme_disabled":"sys_widget_grey_darktheme_03","ui_cpnt_select_border_darktheme_normal":"sys_border_line_darktheme_07","ui_cpnt_select_border_darktheme_focus":"sys_border_line_darktheme_02","ui_cpnt_select_base_darktheme_disabled":"sys_component_base_darktheme_06","ui_cpnt_dropdown_text_darktheme_enabled":"sys_text_grey_darktheme_01","ui_cpnt_dropdown_text_darktheme_hint":"sys_text_grey_darktheme_01","ui_cpnt_dropdown_text_darktheme_disabled":"sys_text_grey_darktheme_03","ui_cpnt_dropdown_icon_darktheme_default":"sys_widget_grey_darktheme_02","ui_cpnt_dropdown_icon_darktheme_disabled":"sys_widget_grey_darktheme_03","ui_cpnt_dropdown_border_darktheme_normal":"sys_border_line_darktheme_07","ui_cpnt_dropdown_border_darktheme_focus":"sys_border_line_darktheme_02","ui_cpnt_dropdown_base_darktheme_disabled":"sys_component_base_darktheme_06","ui_cpnt_sheet_base":"sys_cpnt_sheet_base_01","ui_cpnt_button_icon_darktheme_default":"sys_widget_grey_darktheme_02","ui_cpnt_button_icon_darktheme_primary":"usr_widget_brand_primary_darktheme_01","ui_cpnt_button_text_darktheme_default":"sys_text_grey_darktheme_02","ui_cpnt_button_text_darktheme_primary":"usr_text_brand_primary_darktheme_01","ui_35":"black","ui_cpnt_button_fill_base_black_opacity50":"sys_component_base_black_opacity50","ui_cpnt_sheet_base_white":"sys_component_base_white","ui_cpnt_sheet_base_black":"sys_component_base_black","ui_cpnt_sheet_base_01":"sys_component_base_02","ui_cpnt_sheet_base_02":"sys_component_base_01","ui_temp_background":"sys_container_background_01","ui_list_progress_shape_normal":"sys_widget_primary_01","ui_list_progress_shape_error":"sys_widget_error_01","ui_list_progress_shape_base":"sys_widget_grey_04","ui_cpnt_textlabel_sys_brand_primary_opacity50":"sys_cpnt_textlabel_sys_brand_primary_opacity50","ui_cpnt_progressbar_01":"sys_widget_green_01","ui_cpnt_progressbar_02":"sys_widget_grey_04","ui_36":"sys_component_base_black_opacity80","ui_37":"sys_component_base_black_opacity30","ui_39":"sys_area_background","ui_cpnt_divider_white_opacity30":"sys_border_white_opacity30","ui_toppagemenucontainer_background_wt_m":"sys_container_background_wt","ui_contentscontainer_background_wt_m":"sys_container_background_wt","ui_toppagemenuarea_background_wt_m":"sys_container_background_01","ui_contentsarea_background_wt_m":"sys_container_background_01","ui_cpnt_standardbanner_base_default":"sys_component_base_02","ui_channeldesc_white":"sys_text_white","ui_channeldesc_grey_03":"sys_channeldesc_grey_03","ui_channeldesc_border_grey_03":"sys_channeldesc_border_grey_03","ui_cpnt_bottomsheet_border":"sys_border_line_01","ui_cpnt_userdesktopsidetab_base_area":"sys_component_base_white_opacity00","ui_cpnt_pg_gradient_01":"sys_gradient_base_01","ui_cpnt_pg_gradient_02":"sys_gradient_base_01_opacity00","ui_channeldesc_background":"sys_channeldesc_background","ui_channeldesc_bottomsheet_base":"sys_channeldesc_bottomsheet_base","ui_channeldesc_bottomsheet_border":"sys_channeldesc_bottomsheet_border","ui_channeldesc_contents_base":"sys_channeldesc_contents_base","ui_channeldesc_dimmed":"sys_channeldesc_dimmed","ui_cpnt_pg_gradient_03":"sys_gradient_base_01_opacity50","ui_cpnt_pg_gradient_04":"sys_gradient_base_01_opacity75","ui_cpnt_pg_gradient_05":"sys_gradient_base_01_opacity40","ui_cpnt_mask_base":"sys_component_base_02","ui_temp_usr_primary_01":"usr_brand_primary","ui_cpnt_sheet_base_02_opacity50":"sys_cpnt_sheet_base_02_opacity50","ui_menu_primarymenu_main":"usr_menu_primarymenu_main","ui_menu_primarymenu_sub":"usr_menu_primarymenu_sub","ui_menu_secondarymenu_main":"usr_menu_secondarymenu_main","ui_menu_secondarymenu_sub":"usr_menu_secondarymenu_sub","ui_menu_hover":"usr_menu_hover","ui_menu_active":"usr_menu_active","ui_menu_background":"usr_menu_background","ui_cpnt_video_progress_base":"sys_cpnt_base_white_opacity50","ui_cpnt_icon_sys_dark":"sys_widget_dark_01","ui_menu_background_gradient_opacity00":"usr_menu_background_gradient_opacity00","ui_cpnt_dropdown_border_white_normal":"sys_border_line_white","ui_cpnt_dropdown_text_white_enabled":"sys_text_white","ui_cpnt_dropdown_text_white_hint":"sys_text_white","ui_cpnt_dropdown_icon_white_default":"sys_widget_white","ui_cpnt_dropdown_border_white_focus":"sys_border_line_white","ui_cpnt_dropdown_base_white_normal":"sys_component_base_white_opacity00","ui_profile_image_border_brandprimary":"usr_brand_primary","ui_cpnt_dropdown_base_white_disabled":"sys_component_base_white_opacity10","ui_cpnt_dropdown_border_white_disabled":"sys_border_line_white_opacity50","ui_cpnt_sheet_base_white_opacity00":"sys_component_base_white_opacity00","ui_dimmed_01":"sys_background_dimmed_20","ui_cpnt_reactionbutton_base_01":"sys_component_base_01","ui_cpnt_textfield_border_disabled":"sys_border_line_07","ui_cpnt_dropdown_border_disabled":"sys_border_line_07","ui_cpnt_select_border_disabled":"sys_border_line_07","ui_cpnt_dropdown_base_darktheme_normal":"sys_component_base_darktheme_01","ui_cpnt_textfield_text_readonly":"sys_text_grey_03","ui_cpnt_select_text_readonly":"sys_text_grey_03","ui_cpnt_dropdown_text_readonly":"sys_text_grey_03","ui_cpnt_select_text_darktheme_readonly":"sys_text_grey_darktheme_03","ui_cpnt_dropdown_text_darktheme_readonly":"sys_text_grey_darktheme_03","ui_cpnt_dropdown_text_white_readonly":"sys_text_grey_03","ui_cpnt_blogtextfield_base_01":"sys_component_base_white_opacity00","ui_cpnt_textfield_base_darktheme_normal":"sys_component_base_darktheme_01","ui_cpnt_dropdown_border_darktheme_disabled":"sys_border_line_darktheme_06","ui_cpnt_select_border_darktheme_disabled":"sys_border_line_darktheme_06","ui_cpnt_dropdown_text_white_disabled":"sys_text_grey_03","ui_cpnt_select_base_darktheme_normal":"sys_component_base_darktheme_01","ui_hero_title_text":"sys_text_white","ui_hero_description_text":"sys_text_white","ui_cpnt_divider_area":"sys_border_area_01","ui_cpnt_button_white_base_hover":"sys_component_base_darktheme_01","ui_cpnt_button_white_base_pressed":"sys_component_base_darktheme_03","ui_cpnt_list_base_area_hover":"sys_component_base_02","ui_cpnt_sheet_border_01":"sys_border_line_01","ui_cpnt_sheet_border_02":"sys_border_line_03","ui_cpnt_sheet_border_03":"sys_border_line_11","ui_43":"sys_border_line_12","ui_44":"sys_component_base_white","ui_45":"sys_component_base_08","ui_46":"sys_base_dimmed_01","ui_47":"sys_kakao","ui_cpnt_sheet_base_03":"sys_component_base_white_opacity00","ui_48":"sys_text_social_login_01","ui_49":"sys_text_social_login_02","ui_50":"sys_text_white","ui_51":"sys_background_dimmed_65","ui_cpnt_list_text_caption_03":"sys_text_grey_darktheme_03","ui_cpnt_list_chatbubble_base_area":"sys_component_base_01","ui_cpnt_list_chatbubble_base_area_my":"sys_component_base_01","ui_cpnt_list_chatbubble_text_my":"sys_text_grey_01","ui_papp_livechat_link":"sys_papp_livechat_link","ui_cpnt_list_chatbubble_base_area_seller_color":"usr_brand_primary","ui_cpnt_list_chatbubble_text_seller_color":"usr_on_brand_primary","ui_cpnt_list_chatbubble_base_area_subscriber":"sys_component_base_01","ui_cpnt_list_chatbubble_text_subscriber":"sys_text_grey_01","ui_cpnt_list_chatbubble_base_area_my_color":"usr_brand_primary","ui_cpnt_list_chatbubble_text_my_color":"usr_on_brand_primary","ui_cpnt_list_chatbubble_base_area_seller":"usr_brand_primary","ui_cpnt_list_chatbubble_text_seller":"usr_on_brand_primary","ui_52":"sys_widget_success_01","ui_cpnt_imageview_dimmed":"sys_on_base_black_opacity65","ui_53":"sys_widget_primary_01","ui_54":"sys_text_lighttone_grey_01","ui_55":"sys_widget_lighttone_primary_01","ui_56":"sys_text_lighttone_grey_02","ui_cpnt_sheet_base_04":"sys_component_base_09","ui_cpnt_masking_base_01":"sys_component_base_03","ui_cpnt_masking_icon_01":"sys_widget_grey_03","ui_cpnt_list_base_area_transparent_seller":"sys_component_base_10","ui_57":"sys_component_base_darktheme_opacity20","ui_58":"sys_component_base_darktheme_disabled_opacity20","ui_cpnt_divider_white_opacity00":"sys_border_white_opacity00","ui_cpnt_textfield_text_colortheme_transparent_enabled":"sys_text_grey_darktheme_01","ui_cpnt_textfield_text_colortheme_transparent_hint":"sys_text_grey_darktheme_02","ui_cpnt_textfield_text_colortheme_transparent_disabled":"sys_text_grey_darktheme_03","ui_cpnt_textfield_icon_colortheme_transparent_default":"sys_widget_grey_darktheme_02","ui_cpnt_textfield_icon_colortheme_transparent_disabled":"sys_widget_grey_darktheme_03","ui_cpnt_textfield_border_colortheme_transparent_normal":"sys_border_line_darktheme_07_opacity00","ui_cpnt_textfield_border_colortheme_transparent_focus":"sys_border_line_darktheme_07_opacity20","ui_cpnt_textfield_border_colortheme_transparent_error":"sys_border_line_darktheme_03","ui_cpnt_textfield_text_colortheme_transparent_error":"sys_text_error_darktheme_01","ui_cpnt_textfield_base_colortheme_transparent_disabled":"sys_component_base_darktheme_disabled_opacity20","ui_cpnt_textfield_base_colortheme_transparent_normal":"sys_component_base_darktheme_opacity20","ui_cpnt_textfield_text_colortheme_transparent_readonly":"sys_text_grey_darktheme_03","ui_cpnt_textfield_icon_colortheme_transparent_readonly":"sys_widget_grey_darktheme_03","ui_cpnt_textfield_base_colortheme_transparent_readonly":"sys_component_base_darktheme_disabled_opacity20","ui_cpnt_textfield_border_colortheme_transparent_disabled":"sys_border_line_darktheme_07_opacity00","ui_cpnt_textfield_border_colortheme_transparent_readonly":"sys_border_line_darktheme_07_opacity00","ui_cpnt_lottiereactionbutton_base_01":"sys_component_pastel_base_01","ui_cpnt_lottiereactionbutton_base_02":"sys_component_pastel_base_02","ui_cpnt_lottiereactionbutton_base_03":"sys_component_pastel_base_03","ui_cpnt_lottiereactionbutton_base_04":"sys_component_pastel_base_04","ui_cpnt_lottiereactionbutton_base_05":"sys_component_pastel_base_05","ui_60":"sys_component_base_11","ui_61":"sys_background_dimmed_02","ui_loading_skeleton_01":"sys_loading_skeleton_01","ui_loading_skeleton_02":"sys_loading_skeleton_02","ui_loading_linear_bar":"sys_loading_linear_bar","ui_loading_linear_base":"sys_loading_linear_base","ui_loading_three_bar":"sys_loading_three_bar","ui_menu_button_base":"usr_menu_background","ui_cpnt_calendar_status_a":"usr_brand_primary","ui_cpnt_calendar_status_b":"sys_widget_grey_03","ui_cpnt_calendar_status_c":"sys_widget_grey_05","ui_menu_background_transparent":"sys_menu_background_transparent","ui_globalmenucontainer_background_transparent":"sys_container_background_04","ui_pagemenucontainer_background_transparent":"sys_container_background_04","ui_submenucontainer_background_transparent":"sys_container_background_04","ui_tabmenucontainer_background_transparent":"sys_container_background_04","ui_contentscontainer01_background_transparent":"sys_container_background_04","ui_contentscontainer02_background_transparent":"sys_container_background_04","ui_toppagemenucontainer_background_wt_m_transparent":"sys_container_background_04","ui_contentscontainer_background_wt_m_transparent":"sys_container_background_04","ui_menu_button_base_transparent":"sys_menu_button_base","ui_dimmed_02":"sys_background_dimmed_03","ui_cpnt_sheet_base_05":"sys_cpnt_sheet_base_03","ui_62":"sys_widget_black","ui_cpnt_calendar_date_hover":"sys_widget_grey_05","ui_cpnt_calendar_date_pressed":"sys_widget_grey_04","ui_cpnt_imageview_dimmed_gradient_01":"sys_dimmed_gradient_01","ui_cpnt_imageview_dimmed_gradient_02":"sys_dimmed_gradient_02","ui_cpnt_calendar_base":"sys_component_base_white_opacity00","ui_cpnt_calendar_border":"sys_border_line_01","ui_cpnt_calendar_label_base_schedules":"sys_component_base_11","ui_cpnt_calendar_label_base_expired_schedules":"sys_component_base_01","ui_cpnt_calendar_label_border_default":"sys_border_line_white","ui_cpnt_calendar_label_border_schedules":"sys_border_line_13","ui_cpnt_calendar_label_border_expired_schedules":"sys_border_line_02","ui_cpnt_calendar_real_time_line":"sys_border_line_04","ui_cpnt_calendar_date_selected":"sys_component_base_blue","ui_pagination_base_area":"white/opacity00","ui_cpnt_calendar_label_base_standby_selected":"sys_component_base_12","ui_cpnt_calendar_label_border_standby":"sys_border_line_14","ui_cpnt_calendar_text_status_standby":"sys_widget_orange_01","ui_cpnt_calendar_label_base_booked_selected":"sys_component_base_13","ui_cpnt_calendar_label_border_booked":"sys_border_line_13","ui_cpnt_calendar_text_status_booked":"sys_widget_success_01","ui_cpnt_calendar_label_base_expired_selected":"sys_component_base_14","ui_cpnt_calendar_label_border_expired":"sys_border_line_02","ui_cpnt_calendar_text_status_expired":"sys_widget_grey_02","ui_cpnt_calendar_label_base_standby_default":"sys_component_base_15","ui_cpnt_calendar_label_base_booked_default":"sys_component_base_16","ui_cpnt_calendar_label_base_expired_default":"sys_component_base_17","ui_cpnt_calendar_badge_standby":"sys_widget_orange_01","ui_cpnt_calendar_badge_booked":"sys_widget_success_01","ui_cpnt_calendar_badge_expired":"sys_widget_grey_03","ui_cpnt_calendar_text_today":"sys_widget_red_01","ui_cpnt_textlabel_sys_warning":"sys_text_warning_01","ui_cpnt_lottiereactionbutton_base_default":"sys_component_base_18","ui_cpnt_sheet_base_06":"sys_cpnt_sheet_base_04","ui_cpnt_sheet_base_07":"sys_cpnt_sheet_base_05","ui_cpnt_sheet_base_08":"sys_cpnt_sheet_base_06","ui_cpnt_pagination_dot_01":"sys_cpnt_pagination_dot_01","ui_cpnt_pagination_dot_02":"sys_cpnt_pagination_dot_02","ui_cpnt_pagination_dot_border":"sys_border_line_02","ui_63":"sys_facebook","ui_64":"sys_text_white","ui_cpnt_sheet_border_04":"sys_border_line_02","ui_cpnt_button_fill_base_01":"sys_component_base_05","ui_cpnt_button_fill_base_hangup":"sys_component_base_red","ui_cpnt_refund_text_status_issued":"sys_widget_orange_01","ui_cpnt_refund_text_status_refunded":"sys_widget_success_01","ui_cpnt_divider_white_01":"sys_component_base_19","ui_cpnt_timer_base_01":"sys_component_base_23","ui_cpnt_timer_base_timeup":"sys_component_base_21","ui_66":"sys_component_base_black_opacity50","ui_67":"sys_component_base_white_opacity50","ui_cpnt_videoplayer_gradient_3":"sys_component_base_black_opacity50","ui_68":"sys_component_base_22","ui_69":"sys_component_base_darkgreen","ui_cpnt_divider_white_02":"sys_component_base_20","ui_cpnt_list_chatbubble_base_brand_primary":"usr_brand_primary","ui_cpnt_list_chatbubble_base_grey":"sys_component_base_01","ui_cpnt_list_chatbubble_base_translucent_white":"sys_component_base_20","ui_cpnt_list_chatbubble_base_translucent_black":"sys_component_base_24","ui_avatar_border_translucent_white":"sys_border_line_15","ui_avatar_border_translucent_black":"sys_border_line_16","ui_cpnt_textfield_base_hover":"sys_component_base_hover_02","ui_cpnt_textfield_base_pressed":"sys_component_base_pressed_01","ui_cpnt_button_secondary_on_base_hover":"sys_component_on_base_03","ui_cpnt_button_secondary_on_base_pressed":"sys_component_on_base_02","ui_cpnt_select_base_hover":"sys_component_base_hover_02","ui_cpnt_select_base_pressed":"sys_component_base_pressed_01","ui_cpnt_dropdown_base_hover":"sys_component_base_hover_02","ui_cpnt_dropdown_base_pressed":"sys_component_base_pressed_01","ui_cpnt_sheet_base_09":"sys_component_base_orange","ui_wizard_pagemenucontainer_background":"sys_container_background_04","ui_stepcontainer_background":"sys_container_background_04","ui_wizard_contentscontainer01_background":"sys_container_background_01","ui_wizard_contentscontainer02_background":"sys_container_background_01","ui_70":"sys_component_base_black","ui_cpnt_button_primary_variation_base_enabled":"sys_component_base_white","ui_cpnt_button_text_secondary_variation_disabled":"sys_widget_white_02","ui_cpnt_button_icon_secondary_variation_disabled":"sys_widget_white_02","ui_cpnt_button_secondary_variation_base_default":"sys_component_base_25","ui_cpnt_button_secondary_variation_base_hover":"sys_component_base_hover_03","ui_cpnt_button_secondary_variation_base_pressed":"sys_component_base_pressed_02","ui_editor_base_pages":"sys_editor_base_pages","ui_editor_base_papp":"sys_editor_base_papp","ui_container_scroll":"sys_component_base_03","ui_pages_section_dimmed":"sys_background_dimmed_20","ui_71":"sys_component_base_white","ui_cpnt_textlabel_sys_black":"sys_text_black","ui_cpnt_sheet_base_10":"usr_brand_primary","ui_cpnt_sheet_base_11":"sys_component_base_white_opacity00","ui_72":"sys_component_base_26","ui_73":"sys_component_base_27","ui_cpnt_sidebar_listitem_base_hover":"sys_component_base_04","ui_avatar_border_brandprimary":"usr_brand_primary","ui_avatar_border":"sys_border_line_09","ui_editor_rightside_title_tabbar_base":"sys_component_base_02","ui_editor_preview_base":"sys_component_base_06","ui_editor_preview_divice_area_border":"sys_border_line_02","ui_editor_preview_background":"sys_component_base_06","ui_editor_leftside_base":"sys_component_base_04","ui_cpnt_sidebar_label_text":"sys_widget_sidebar_label_text","ui_cpnt_dropdown_base_hover_darktheme":"sys_component_base_hover_darktheme","ui_cpnt_dropdown_base_pressed_darktheme":"sys_component_base_pressed_darktheme","ui_cpnt_dropdown_base_hover_white":"sys_component_base_hover_white","ui_cpnt_dropdown_base_pressed_white":"sys_component_base_pressed_white","ui_cpnt_textfield_base_hover_darktheme":"sys_component_base_hover_darktheme","ui_cpnt_textfield_base_pressed_darktheme":"sys_component_base_pressed_darktheme","ui_cpnt_select_base_hover_darktheme":"sys_component_base_hover_darktheme","ui_cpnt_select_base_pressed_darktheme":"sys_component_base_pressed_darktheme","ui_cpnt_textfield_base_hover_transparent":"sys_component_base_hover_transparent","ui_cpnt_textfield_base_pressed_transparent":"sys_component_base_pressed_transparent","ui_cpnt_reactionbutton_base_02":"sys_component_base_03","ui_create_ch_step_prev":"sys_text_white_opacity_01"}'); }, function (module, exports, __webpack_require__) {
2950
2958
  "use strict";
2951
2959
  var __importDefault = this && this.__importDefault || function (mod) { return mod && mod.__esModule ? mod : { default: mod }; };
2952
2960
  Object.defineProperty(exports, "__esModule", { value: !0 }), exports.default = void 0;
@@ -3094,7 +3102,7 @@
3094
3102
  for (var k in mod)
3095
3103
  "default" !== k && Object.prototype.hasOwnProperty.call(mod, k) && __createBinding(result, mod, k); return __setModuleDefault(result, mod), result; }, __importDefault = this && this.__importDefault || function (mod) { return mod && mod.__esModule ? mod : { default: mod }; };
3096
3104
  Object.defineProperty(exports, "__esModule", { value: !0 });
3097
- var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6, templateObject_7, react_1 = __importDefault(__webpack_require__(0)), styled_components_1 = __importStar(__webpack_require__(1)), components_1 = __webpack_require__(8), WFA = function (_a) { var content1 = _a.content1, layoutType = _a.layoutType, containerColor = _a.containerColor, areaColor = _a.areaColor, isLoadingContainer1 = _a.isLoadingContainer1, overrideContainer1ColorKey = _a.overrideContainer1ColorKey; return react_1.default.createElement(react_1.default.Fragment, null, react_1.default.createElement(S_ContentsContainer, { "x-pds-name": "ContentsContainer", "x-pds-element-type": "layout", "x-pds-device-type": "desktop", "x-pds-layout-type": "WFA", layoutType: layoutType, containerColor: containerColor, overrideContainer1ColorKey: overrideContainer1ColorKey }, isLoadingContainer1 ? react_1.default.createElement(components_1.ThreeBarProgress, null) : react_1.default.createElement(react_1.default.Fragment, null, react_1.default.createElement(S_ContentsArea, { "x-pds-name": "ContentsArea", "x-pds-element-type": "layout", "x-pds-device-type": "desktop", "x-pds-layout-type": "WFA", layoutType: layoutType, areaColor: areaColor }, react_1.default.createElement(S_Content1, { "x-pds-name": "Content1", "x-pds-element-type": "layout", "x-pds-device-type": "desktop", "x-pds-layout-type": "WFA" }, content1))))); }, scrollVisible = (0, styled_components_1.css)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n ::-webkit-scrollbar-thumb {\n background-color: ", ";\n background-clip: padding-box;\n border-radius: 5px;\n border: 2px solid transparent;\n }\n\n ::-webkit-scrollbar-track {\n margin-top: 24px;\n margin-bottom: 24px;\n }\n\n ::-webkit-scrollbar {\n display: block;\n width: 10px;\n }\n"], ["\n ::-webkit-scrollbar-thumb {\n background-color: ", ";\n background-clip: padding-box;\n border-radius: 5px;\n border: 2px solid transparent;\n }\n\n ::-webkit-scrollbar-track {\n margin-top: 24px;\n margin-bottom: 24px;\n }\n\n ::-webkit-scrollbar {\n display: block;\n width: 10px;\n }\n"])), (function (_a) { return _a.theme.ui_container_scroll; })), WFA_1AreaStyle = (0, styled_components_1.css)(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n width: 432px;\n"], ["\n width: 432px;\n"]))), WFA_2AreaStyle = (0, styled_components_1.css)(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n width: 608px;\n"], ["\n width: 608px;\n"]))), overrideStyleContainer1 = (0, styled_components_1.css)(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n background-color: ", ";\n"], ["\n background-color: ", ";\n"])), (function (_a) { var theme = _a.theme, overrideContainer1ColorKey = _a.overrideContainer1ColorKey; return overrideContainer1ColorKey && theme[overrideContainer1ColorKey]; })), S_ContentsContainer = styled_components_1.default.div(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n align-items: flex-start;\n background-color: ", ";\n display: flex;\n height: 60vh;\n max-height: 640px;\n justify-content: center;\n width: 864px;\n overflow-x: hidden;\n overflow-y: overlay;\n border-radius: 24px;\n ", ";\n\n ", "\n ", "\n"], ["\n align-items: flex-start;\n background-color: ", ";\n display: flex;\n height: 60vh;\n max-height: 640px;\n justify-content: center;\n width: 864px;\n overflow-x: hidden;\n overflow-y: overlay;\n border-radius: 24px;\n ", ";\n\n ", "\n ", "\n"])), (function (_a) { return _a.theme.ui_wizard_contentscontainer01_background; }), (function (_a) { return "background-color: " + _a.containerColor; }), scrollVisible, overrideStyleContainer1), S_ContentsArea = styled_components_1.default.div(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n box-sizing: border-box;\n padding-top: 80px;\n padding-bottom: 88px;\n\n ", ";\n ", ";\n"], ["\n box-sizing: border-box;\n padding-top: 80px;\n padding-bottom: 88px;\n\n ", ";\n ", ";\n"])), (function (_a) { var layoutType = _a.layoutType; return { WFA_1: WFA_1AreaStyle, WFA_2: WFA_2AreaStyle }[layoutType]; }), (function (_a) { return "background-color: " + _a.areaColor; })), S_Content1 = styled_components_1.default.div(templateObject_7 || (templateObject_7 = __makeTemplateObject(["\n width: 100%;\n"], ["\n width: 100%;\n"])));
3105
+ var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6, templateObject_7, react_1 = __importDefault(__webpack_require__(0)), styled_components_1 = __importStar(__webpack_require__(1)), components_1 = __webpack_require__(8), WFA = function (_a) { var content1 = _a.content1, layoutType = _a.layoutType, containerColor = _a.containerColor, areaColor = _a.areaColor, isLoadingContainer1 = _a.isLoadingContainer1, overrideContainer1ColorKey = _a.overrideContainer1ColorKey; return react_1.default.createElement(react_1.default.Fragment, null, react_1.default.createElement(S_ContentsContainer, { "x-pds-name": "ContentsContainer", "x-pds-element-type": "layout", "x-pds-device-type": "desktop", "x-pds-layout-type": "WFA", layoutType: layoutType, containerColor: containerColor, overrideContainer1ColorKey: overrideContainer1ColorKey }, isLoadingContainer1 ? react_1.default.createElement(components_1.ThreeBarProgress, null) : react_1.default.createElement(react_1.default.Fragment, null, react_1.default.createElement(S_ContentsArea, { "x-pds-name": "ContentsArea", "x-pds-element-type": "layout", "x-pds-device-type": "desktop", "x-pds-layout-type": "WFA", layoutType: layoutType, areaColor: areaColor }, react_1.default.createElement(S_Content1, { "x-pds-name": "Content1", "x-pds-element-type": "layout", "x-pds-device-type": "desktop", "x-pds-layout-type": "WFA" }, content1))))); }, scrollVisible = (0, styled_components_1.css)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n ::-webkit-scrollbar-thumb {\n background-color: ", ";\n background-clip: padding-box;\n border-radius: 5px;\n border: 2px solid transparent;\n }\n\n ::-webkit-scrollbar-track {\n margin-top: 24px;\n margin-bottom: 24px;\n }\n\n ::-webkit-scrollbar {\n display: block;\n width: 10px;\n }\n"], ["\n ::-webkit-scrollbar-thumb {\n background-color: ", ";\n background-clip: padding-box;\n border-radius: 5px;\n border: 2px solid transparent;\n }\n\n ::-webkit-scrollbar-track {\n margin-top: 24px;\n margin-bottom: 24px;\n }\n\n ::-webkit-scrollbar {\n display: block;\n width: 10px;\n }\n"])), (function (_a) { return _a.theme.ui_container_scroll; })), WFA_1AreaStyle = (0, styled_components_1.css)(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n width: 432px;\n"], ["\n width: 432px;\n"]))), WFA_2AreaStyle = (0, styled_components_1.css)(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n width: 608px;\n"], ["\n width: 608px;\n"]))), overrideStyleContainer1 = (0, styled_components_1.css)(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n background-color: ", ";\n"], ["\n background-color: ", ";\n"])), (function (_a) { var theme = _a.theme, overrideContainer1ColorKey = _a.overrideContainer1ColorKey; return overrideContainer1ColorKey && theme[overrideContainer1ColorKey]; })), S_ContentsContainer = styled_components_1.default.div(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n align-items: flex-start;\n background-color: ", ";\n display: flex;\n height: 60vh;\n max-height: 640px;\n justify-content: center;\n width: 864px;\n overflow-x: hidden;\n overflow-y: overlay;\n border-radius: 24px;\n ", ";\n\n ", "\n ", "\n"], ["\n align-items: flex-start;\n background-color: ", ";\n display: flex;\n height: 60vh;\n max-height: 640px;\n justify-content: center;\n width: 864px;\n overflow-x: hidden;\n overflow-y: overlay;\n border-radius: 24px;\n ", ";\n\n ", "\n ", "\n"])), (function (_a) { return _a.theme.ui_wizard_contentscontainer01_background; }), (function (_a) { return "background-color: " + _a.containerColor; }), scrollVisible, overrideStyleContainer1), S_ContentsArea = styled_components_1.default.div(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n box-sizing: border-box;\n padding-top: 64px;\n padding-bottom: 64px;\n\n ", ";\n ", ";\n"], ["\n box-sizing: border-box;\n padding-top: 64px;\n padding-bottom: 64px;\n\n ", ";\n ", ";\n"])), (function (_a) { var layoutType = _a.layoutType; return { WFA_1: WFA_1AreaStyle, WFA_2: WFA_2AreaStyle }[layoutType]; }), (function (_a) { return "background-color: " + _a.areaColor; })), S_Content1 = styled_components_1.default.div(templateObject_7 || (templateObject_7 = __makeTemplateObject(["\n width: 100%;\n"], ["\n width: 100%;\n"])));
3098
3106
  exports.default = WFA;
3099
3107
  try {
3100
3108
  WFA.displayName = "WFA", WFA.__docgenInfo = { description: "", displayName: "WFA", props: { layoutType: { defaultValue: null, description: "", name: "layoutType", required: !0, type: { name: "enum", value: [{ value: '"WFA_1"' }, { value: '"WFA_2"' }] } }, content1: { defaultValue: null, description: "", name: "content1", required: !1, type: { name: "Element" } }, containerColor: { defaultValue: null, description: "", name: "containerColor", required: !1, type: { name: "string" } }, areaColor: { defaultValue: null, description: "", name: "areaColor", required: !1, type: { name: "string" } }, isLoadingContainer1: { defaultValue: null, description: "", name: "isLoadingContainer1", required: !1, type: { name: "boolean" } }, overrideContainer1ColorKey: { defaultValue: null, description: "", name: "overrideContainer1ColorKey", required: !1, type: { name: "enum", value: [{ value: '"ui_cpnt_icon_sys_grey_01"' }, { value: '"ui_cpnt_button_fill_base_primary"' }, { value: '"ui_cpnt_button_fill_base_default"' }, { value: '"ui_cpnt_button_fill_base_white"' }, { value: '"ui_cpnt_button_fill_on_base_hover"' }, { value: '"ui_cpnt_button_fill_on_base_pressed"' }, { value: '"ui_cpnt_button_fill_base_disabled"' }, { value: '"ui_cpnt_button_line_base_pressed"' }, { value: '"ui_cpnt_button_line_base_hover"' }, { value: '"ui_cpnt_button_line_border_default"' }, { value: '"ui_cpnt_button_line_border_enabled"' }, { value: '"ui_cpnt_button_line_border_disabled"' }, { value: '"ui_cpnt_button_line_border_primary"' }, { value: '"ui_cpnt_button_text_primary"' }, { value: '"ui_cpnt_button_text_on_primary"' }, { value: '"ui_cpnt_button_text_enabled"' }, { value: '"ui_cpnt_button_text_disabled"' }, { value: '"ui_cpnt_button_text_default"' }, { value: '"ui_cpnt_button_icon_on_primary"' }, { value: '"ui_cpnt_button_icon_primary"' }, { value: '"ui_cpnt_button_icon_enabled"' }, { value: '"ui_cpnt_button_icon_disabled"' }, { value: '"ui_cpnt_button_icon_default"' }, { value: '"ui_cpnt_textfield_border_normal"' }, { value: '"ui_cpnt_textfield_border_focus"' }, { value: '"ui_cpnt_textfield_border_error"' }, { value: '"ui_cpnt_textfield_base_normal"' }, { value: '"ui_cpnt_textfield_base_disabled"' }, { value: '"ui_cpnt_textfield_text_hint"' }, { value: '"ui_cpnt_textfield_text_typed"' }, { value: '"ui_cpnt_textfield_text_error"' }, { value: '"ui_cpnt_textfield_text_disabled"' }, { value: '"ui_cpnt_textfield_icon_01"' }, { value: '"ui_cpnt_textfield_icon_02"' }, { value: '"ui_cpnt_textfield_icon_03"' }, { value: '"ui_cpnt_list_base_area"' }, { value: '"ui_cpnt_list_base_area_select"' }, { value: '"ui_cpnt_list_text_title"' }, { value: '"ui_cpnt_list_text_description_01"' }, { value: '"ui_cpnt_list_text_caption_01"' }, { value: '"ui_cpnt_headerbar_base_area"' }, { value: '"ui_cpnt_headerbar_text_title"' }, { value: '"ui_cpnt_headerbar_icon"' }, { value: '"ui_cpnt_headerbar_divider"' }, { value: '"ui_cpnt_tabbar_base_area"' }, { value: '"ui_cpnt_tabbar_divider"' }, { value: '"ui_cpnt_tabbar_base_area_sub"' }, { value: '"ui_cpnt_tabbar_border_active_indicator_primary"' }, { value: '"ui_cpnt_tabbar_text_active_primary"' }, { value: '"ui_cpnt_tabbar_border_active_indicator"' }, { value: '"ui_cpnt_tabbar_text_active"' }, { value: '"ui_cpnt_tabbar_text_inactive_01"' }, { value: '"ui_2"' }, { value: '"ui_3"' }, { value: '"ui_4"' }, { value: '"ui_5"' }, { value: '"ui_6"' }, { value: '"ui_7"' }, { value: '"ui_8"' }, { value: '"ui_9"' }, { value: '"ui_cpnt_pagination_slide_dot_active"' }, { value: '"ui_cpnt_pagination_slide_dot_inactive"' }, { value: '"ui_10"' }, { value: '"ui_11"' }, { value: '"ui_cpnt_modal_header_text_title"' }, { value: '"ui_cpnt_modal_header_icon_01"' }, { value: '"ui_cpnt_modal_header_base_area"' }, { value: '"ui_cpnt_modal_header_base_line"' }, { value: '"ui_cpnt_modal_body_primary_text"' }, { value: '"ui_cpnt_modal_body_secondary_text"' }, { value: '"ui_cpnt_modal_footer_base_area"' }, { value: '"ui_cpnt_modal_footer_divider"' }, { value: '"ui_cpnt_modal_base"' }, { value: '"ui_12"' }, { value: '"ui_13"' }, { value: '"ui_14"' }, { value: '"ui_15"' }, { value: '"ui_cpnt_text_emptystate"' }, { value: '"ui_cpnt_chip_fill_icon_inactive"' }, { value: '"ui_cpnt_chip_fill_icon_active_01"' }, { value: '"ui_cpnt_chip_fill_text_inactive"' }, { value: '"ui_cpnt_chip_fill_text_active_01"' }, { value: '"ui_cpnt_chip_fill_base_inactive"' }, { value: '"ui_cpnt_chip_fill_base_active_01"' }, { value: '"ui_cpnt_chip_line_icon_01"' }, { value: '"ui_cpnt_chip_line_text_01"' }, { value: '"ui_cpnt_chip_line_text_disabled"' }, { value: '"ui_cpnt_chip_line_border_01"' }, { value: '"ui_cpnt_chip_base_playtime"' }, { value: '"ui_16"' }, { value: '"ui_cpnt_list_icon_01"' }, { value: '"ui_cpnt_list_icon_02"' }, { value: '"ui_cpnt_bottomsheet_icon_01"' }, { value: '"ui_cpnt_bottomsheet_text_01"' }, { value: '"ui_cpnt_bottomsheet_text_02"' }, { value: '"ui_cpnt_bottomsheet_icon_02"' }, { value: '"ui_19"' }, { value: '"ui_20"' }, { value: '"ui_cpnt_fab_default_base_white"' }, { value: '"ui_cpnt_fab_default_base_red"' }, { value: '"ui_cpnt_fab_default_base_primary"' }, { value: '"ui_cpnt_fab_default_base_hover"' }, { value: '"ui_cpnt_fab_default_on_base_hover"' }, { value: '"ui_cpnt_fab_default_base_pressed"' }, { value: '"ui_cpnt_fab_default_on_base_pressed"' }, { value: '"ui_cpnt_fab_default_base_disabled"' }, { value: '"ui_cpnt_fab_icon_enabled"' }, { value: '"ui_cpnt_fab_icon_on_primary"' }, { value: '"ui_cpnt_fab_icon_disabled"' }, { value: '"ui_cpnt_fab_extended_base_primary"' }, { value: '"ui_cpnt_fab_extended_on_base_hover"' }, { value: '"ui_cpnt_fab_extended_on_base_pressed"' }, { value: '"ui_cpnt_fab_extended_base_disabled"' }, { value: '"ui_cpnt_fab_text_on_primary"' }, { value: '"ui_cpnt_fab_text_disabled"' }, { value: '"ui_cpnt_alertdialog_base"' }, { value: '"ui_cpnt_alertdialog_icon_success"' }, { value: '"ui_cpnt_alertdialog_icon_error"' }, { value: '"ui_cpnt_alertdialog_icon_warning"' }, { value: '"ui_cpnt_alertdialog_text_title"' }, { value: '"ui_cpnt_alertdialog_text_body"' }, { value: '"ui_21"' }, { value: '"ui_22"' }, { value: '"ui_23"' }, { value: '"ui_24"' }, { value: '"ui_25"' }, { value: '"ui_26"' }, { value: '"ui_27"' }, { value: '"ui_cpnt_divider"' }, { value: '"ui_cpnt_select_border_normal"' }, { value: '"ui_cpnt_select_border_focus"' }, { value: '"ui_cpnt_select_base_normal"' }, { value: '"ui_cpnt_select_base_disabled"' }, { value: '"ui_cpnt_select_text_hint"' }, { value: '"ui_cpnt_select_text_selected"' }, { value: '"ui_cpnt_select_text_disabled"' }, { value: '"ui_cpnt_select_icon_01"' }, { value: '"ui_cpnt_select_icon_02"' }, { value: '"ui_28"' }, { value: '"ui_29"' }, { value: '"ui_30"' }, { value: '"ui_cpnt_videoplayer_icon_01"' }, { value: '"ui_32"' }, { value: '"ui_cpnt_selcontrols_icon_primary"' }, { value: '"ui_cpnt_selcontrols_icon_disabled"' }, { value: '"ui_cpnt_selcontrols_icon_default"' }, { value: '"ui_cpnt_selcontrols_text_disabled"' }, { value: '"ui_cpnt_selcontrols_text_default"' }, { value: '"ui_cpnt_selcontrols_icon_on_base_hover"' }, { value: '"ui_cpnt_contextmenu_menu_base_normal"' }, { value: '"ui_cpnt_contextmenu_menu_base_hover"' }, { value: '"ui_cpnt_contextmenu_menu_base_selected"' }, { value: '"ui_cpnt_contextmenu_text"' }, { value: '"ui_cpnt_selcontrols_base_off"' }, { value: '"ui_cpnt_selcontrols_base_on"' }, { value: '"ui_cpnt_tabbar_text_inactive_02"' }, { value: '"ui_cpnt_videoplayer_unavailable"' }, { value: '"ui_cpnt_list_divider"' }, { value: '"ui_cpnt_button_fill_base_transparent"' }, { value: '"ui_cpnt_list_badge_active"' }, { value: '"ui_cpnt_list_badge_active_primary"' }, { value: '"ui_cpnt_list_badge_disabled"' }, { value: '"ui_cpnt_list_badge_cancel"' }, { value: '"ui_cpnt_list_text_quantity_plus"' }, { value: '"ui_cpnt_content_card_base"' }, { value: '"ui_cpnt_content_icon_03"' }, { value: '"ui_cpnt_content_icon_01"' }, { value: '"ui_cpnt_content_icon_02"' }, { value: '"ui_cpnt_content_card_status_a"' }, { value: '"ui_cpnt_content_card_status_b"' }, { value: '"ui_cpnt_content_card_status_c"' }, { value: '"ui_cpnt_content_card_status_d"' }, { value: '"ui_cpnt_textgroup_base_area"' }, { value: '"ui_cpnt_imageslide_active"' }, { value: '"ui_cpnt_imageslide_inactive"' }, { value: '"ui_cpnt_videoplayer_icon_02"' }, { value: '"ui_cpnt_videoplayer_text_01"' }, { value: '"ui_cpnt_videoplayer_text_02"' }, { value: '"ui_cpnt_videoplayer_scrubber_01"' }, { value: '"ui_cpnt_videoplayer_scrubber_primary"' }, { value: '"ui_cpnt_videoplayer_playbar_base"' }, { value: '"ui_cpnt_videoplayer_playbar_02"' }, { value: '"ui_cpnt_videoplayer_playbar_primary"' }, { value: '"ui_cpnt_videoplayer_playbar_01"' }, { value: '"ui_cpnt_tableheadbar_title"' }, { value: '"ui_cpnt_tableheaderbar_text_default"' }, { value: '"ui_cpnt_tableheaderbar_text_disabled"' }, { value: '"ui_cpnt_tableheaderbar_icon_01"' }, { value: '"ui_cpnt_datatable_text_01"' }, { value: '"ui_cpnt_datatable_text_02"' }, { value: '"ui_cpnt_datatable_text_03"' }, { value: '"ui_cpnt_datatable_text_textbutton"' }, { value: '"ui_cpnt_datatable_text_active"' }, { value: '"ui_cpnt_datatable_base_default"' }, { value: '"ui_cpnt_datatable_base_hover"' }, { value: '"ui_cpnt_datatable_text_inactive"' }, { value: '"ui_cpnt_datatable_bulkaction_base"' }, { value: '"ui_cpnt_datatable_icon_01"' }, { value: '"ui_cpnt_datatable_text_04"' }, { value: '"ui_cpnt_chip_fill_base_active_02"' }, { value: '"ui_cpnt_chip_fill_text_active_02"' }, { value: '"ui_cpnt_chip_fill_icon_active_02"' }, { value: '"ui_cpnt_dropdown_border_normal"' }, { value: '"ui_cpnt_dropdown_border_focus"' }, { value: '"ui_cpnt_dropdown_base_normal"' }, { value: '"ui_cpnt_dropdown_base_disabled"' }, { value: '"ui_cpnt_dropdown_text_hint"' }, { value: '"ui_cpnt_dropdown_text_selected"' }, { value: '"ui_cpnt_dropdown_text_disabled"' }, { value: '"ui_cpnt_dropdown_icon_01"' }, { value: '"ui_cpnt_dropdown_icon_02"' }, { value: '"ui_cpnt_datatable_textbutton_base_02"' }, { value: '"ui_cpnt_datatable_textbutton_base_01"' }, { value: '"ui_cpnt_datatable_icon_02"' }, { value: '"ui_cpnt_datatable_icon_03"' }, { value: '"ui_cpnt_datatable_icon_04"' }, { value: '"ui_cpnt_sidebar_common_base"' }, { value: '"ui_cpnt_sidebar_header_base"' }, { value: '"ui_cpnt_sidebar_label_base"' }, { value: '"ui_cpnt_sidebar_listitem_base_inactive"' }, { value: '"ui_cpnt_sidebar_listitem_base_active"' }, { value: '"ui_cpnt_sidebar_footer_base"' }, { value: '"ui_cpnt_sidebar_label_icon"' }, { value: '"ui_cpnt_sidebar_listitem_icon_inactive"' }, { value: '"ui_cpnt_sidebar_listitem_icon_active"' }, { value: '"ui_cpnt_sidebar_icon_01"' }, { value: '"ui_cpnt_modal_body_base"' }, { value: '"ui_cpnt_modal_header_icon_02"' }, { value: '"ui_cpnt_selectcard_base_selected"' }, { value: '"ui_cpnt_selectcard_base_default"' }, { value: '"ui_cpnt_selectcard_icon_default"' }, { value: '"ui_cpnt_selectcard_icon_selected"' }, { value: '"ui_cpnt_selectcard_text_01"' }, { value: '"ui_cpnt_selectcard_text_02"' }, { value: '"ui_cpnt_selectcard_text_03"' }, { value: '"ui_cpnt_bannerslidecontent_text_white"' }, { value: '"ui_cpnt_modal_header_icon_03"' }, { value: '"ui_cpnt_modal_body_tertiary_text"' }, { value: '"ui_cpnt_list_timestatus_base"' }, { value: '"ui_cpnt_list_text_timestatus"' }, { value: '"ui_cpnt_imageview_base_03"' }, { value: '"ui_34"' }, { value: '"ui_cpnt_editorsidebar_base"' }, { value: '"ui_cpnt_editorsidebar_visible_status_base"' }, { value: '"ui_cpnt_editorsidebar_visible_status_text"' }, { value: '"ui_cpnt_editorsidebar_card_base_default"' }, { value: '"ui_cpnt_editorsidebar_card_base_selected"' }, { value: '"ui_cpnt_editorsidebar_text_default"' }, { value: '"ui_cpnt_editorsidebar_text_selected"' }, { value: '"ui_cpnt_editorsidebar_icon_default"' }, { value: '"ui_cpnt_editorsidebar_icon_selected"' }, { value: '"ui_cpnt_editorsidebar_card_border"' }, { value: '"ui_cpnt_step_base_area"' }, { value: '"ui_cpnt_step_text_inactive"' }, { value: '"ui_cpnt_step_text_active"' }, { value: '"ui_cpnt_step_circular_inactive"' }, { value: '"ui_cpnt_step_circular_active"' }, { value: '"ui_cpnt_step_icon"' }, { value: '"ui_cpnt_step_text_number"' }, { value: '"ui_cpnt_imageslide_dot_area_1"' }, { value: '"ui_cpnt_imageslide_dot_area_2"' }, { value: '"ui_cpnt_editorsidebar_text_disabled"' }, { value: '"ui_cpnt_editorsidebar_icon_disabled"' }, { value: '"ui_cpnt_editorsidebar_card_border_disabled"' }, { value: '"ui_cpnt_userdesktopnavbar_base_area"' }, { value: '"ui_cpnt_button_line_base_default"' }, { value: '"ui_cpnt_userdesktoptabbar_base_area"' }, { value: '"ui_cpnt_userdesktoptabbar_divider"' }, { value: '"ui_cpnt_userdesktoptabbar_border_active_indicator"' }, { value: '"ui_cpnt_userdesktoptabbar_text_active"' }, { value: '"ui_cpnt_userdesktoptabbar_text_inactive"' }, { value: '"ui_cpnt_selcontrols_base_off_disabled"' }, { value: '"ui_cpnt_selcontrols_base_on_disabled"' }, { value: '"ui_cpnt_selcontrols_circular"' }, { value: '"ui_cpnt_chip_line_icon_02"' }, { value: '"ui_cpnt_overlay_base"' }, { value: '"ui_cpnt_profile_base"' }, { value: '"ui_cpnt_card_base"' }, { value: '"ui_cpnt_card_selected_border"' }, { value: '"ui_cpnt_card_icon_basic"' }, { value: '"ui_cpnt_card_icon_custom"' }, { value: '"ui_cpnt_card_icon_create"' }, { value: '"ui_cpnt_modal_dimmed"' }, { value: '"ui_cpnt_alertdialog_dimmed"' }, { value: '"ui_cpnt_bottomsheet_base"' }, { value: '"ui_cpnt_bottomsheet_icon_03"' }, { value: '"ui_cpnt_button_icon_white"' }, { value: '"ui_cpnt_list_icon_03"' }, { value: '"ui_cpnt_list_icon_active_primary"' }, { value: '"ui_cpnt_alertdialog_icon_information"' }, { value: '"ui_cpnt_bottomsheet_bar"' }, { value: '"ui_cpnt_button_line_border_error"' }, { value: '"ui_cpnt_button_text_error"' }, { value: '"ui_cpnt_button_icon_error"' }, { value: '"ui_cpnt_textlabel_sys_primary"' }, { value: '"ui_cpnt_textlabel_sys_secondary"' }, { value: '"ui_cpnt_textlabel_sys_tertiary"' }, { value: '"ui_cpnt_textlabel_sys_white"' }, { value: '"ui_cpnt_textlabel_sys_brandprimary"' }, { value: '"ui_cpnt_textlabel_sys_error"' }, { value: '"ui_cpnt_textlabel_sys_brandseconvariant"' }, { value: '"ui_cpnt_textlabel_usr_brandprimary"' }, { value: '"ui_cpnt_textlabel_usr_brandseconvariant"' }, { value: '"ui_cpnt_textlabel_usr_brandonprimary"' }, { value: '"ui_cpnt_list_text_body"' }, { value: '"ui_cpnt_card_icon_background_01"' }, { value: '"ui_cpnt_card_icon_background_02"' }, { value: '"ui_cpnt_card_icon_background_03"' }, { value: '"ui_cpnt_bannerslide_gradient_1"' }, { value: '"ui_cpnt_bannerslide_gradient_2"' }, { value: '"ui_cpnt_modal_gradient_1"' }, { value: '"ui_cpnt_modal_gradient_2"' }, { value: '"ui_cpnt_list_icon_04"' }, { value: '"ui_cpnt_list_thumbnail_border"' }, { value: '"ui_cpnt_list_thumbnail_gradient_1"' }, { value: '"ui_cpnt_list_thumbnail_gradient_2"' }, { value: '"ui_cpnt_list_base_area_active"' }, { value: '"ui_cpnt_contextmenu_base"' }, { value: '"ui_cpnt_videoplayer_gradient_1"' }, { value: '"ui_cpnt_videoplayer_gradient_2"' }, { value: '"ui_cpnt_videoplayer_overlay"' }, { value: '"ui_globalmenucontainer_background"' }, { value: '"ui_pagemenucontainer_background"' }, { value: '"ui_submenucontainer_background"' }, { value: '"ui_tabmenucontainer_background"' }, { value: '"ui_contentscontainer01_background"' }, { value: '"ui_contentscontainer02_background"' }, { value: '"ui_cpnt_bannerslide_icon_01"' }, { value: '"ui_cpnt_card_shadow"' }, { value: '"ui_cpnt_bannerslide_pagination_active"' }, { value: '"ui_cpnt_bannerslide_pagination_inactive"' }, { value: '"ui_cpnt_icon_usr_brandprimary"' }, { value: '"ui_container_divider"' }, { value: '"ui_area_divider"' }, { value: '"ui_cpnt_list_base_area_seller"' }, { value: '"ui_temp_grey_01"' }, { value: '"ui_temp_grey_02"' }, { value: '"ui_temp_grey_03"' }, { value: '"ui_temp_grey_04"' }, { value: '"ui_temp_grey_05"' }, { value: '"ui_temp_white"' }, { value: '"ui_temp_primary_01"' }, { value: '"ui_temp_secondary_01"' }, { value: '"ui_temp_red"' }, { value: '"ui_temp_white_opacity_00"' }, { value: '"ui_temp_dimmed"' }, { value: '"ui_temp_black"' }, { value: '"ui_temp_primary_02"' }, { value: '"ui_temp_primary_03"' }, { value: '"ui_temp_secondary_02"' }, { value: '"ui_temp_lightgreen_01"' }, { value: '"ui_cpnt_userdesktopnavbar_profile_border"' }, { value: '"ui_cpnt_textlabel_sys_grey_04"' }, { value: '"ui_papp_post_social_background"' }, { value: '"ui_papp_post_notice_background"' }, { value: '"ui_papp_post_free_background"' }, { value: '"ui_papp_vod_background"' }, { value: '"ui_papp_vodplus_background"' }, { value: '"ui_papp_live_background"' }, { value: '"ui_community_pagination_base_area"' }, { value: '"ui_cpnt_contextmenu_border"' }, { value: '"ui_profile_image_border"' }, { value: '"ui_cpnt_alertdialog_border"' }, { value: '"ui_cpnt_modal_border"' }, { value: '"ui_cpnt_card_border"' }, { value: '"ui_cpnt_overlay_border"' }, { value: '"ui_cpnt_datatable_base_selected"' }, { value: '"ui_cpnt_icon_sys_brandprimary"' }, { value: '"ui_cpnt_icon_sys_grey_02"' }, { value: '"ui_cpnt_icon_sys_grey_03"' }, { value: '"ui_cpnt_icon_sys_error_01"' }, { value: '"ui_cpnt_icon_sys_warning_01"' }, { value: '"ui_cpnt_icon_sys_success_01"' }, { value: '"ui_cpnt_icon_usr_brandsecondary"' }, { value: '"ui_papp_post_notice_link"' }, { value: '"ui_cpnt_headerbar_icon_02"' }, { value: '"ui_m_navigationcontainer_background"' }, { value: '"ui_m_tabcontainer_background"' }, { value: '"ui_m_contentscontainer01_background"' }, { value: '"ui_m_contentscontainer02_background"' }, { value: '"ui_cpnt_statusblock_basic"' }, { value: '"ui_cpnt_statusblock_standby"' }, { value: '"ui_cpnt_statusblock_proceeding"' }, { value: '"ui_cpnt_statusblock_cancel"' }, { value: '"ui_cpnt_statusblock_end"' }, { value: '"ui_cpnt_statusblock_error"' }, { value: '"ui_cpnt_list_base_area_solid"' }, { value: '"ui_cpnt_list_base_area_translucent"' }, { value: '"ui_cpnt_list_base_area_transparent"' }, { value: '"ui_cpnt_list_text_caption_02"' }, { value: '"ui_cpnt_button_line_border_darktheme_enabled"' }, { value: '"ui_cpnt_button_line_border_darktheme_disabled"' }, { value: '"ui_cpnt_button_line_base_darktheme_default"' }, { value: '"ui_cpnt_button_line_base_darktheme_hover"' }, { value: '"ui_cpnt_button_line_base_darktheme_pressed"' }, { value: '"ui_cpnt_button_text_darktheme_enabled"' }, { value: '"ui_cpnt_button_text_darktheme_disabled"' }, { value: '"ui_cpnt_button_icon_darktheme_enabled"' }, { value: '"ui_cpnt_button_icon_darktheme_disabled"' }, { value: '"ui_cpnt_icon_sys_white"' }, { value: '"ui_cpnt_button_fill_base_media"' }, { value: '"ui_cpnt_textfield_text_darktheme_enabled"' }, { value: '"ui_cpnt_textfield_text_darktheme_hint"' }, { value: '"ui_cpnt_textfield_text_darktheme_disabled"' }, { value: '"ui_cpnt_textfield_icon_darktheme_default"' }, { value: '"ui_cpnt_textfield_icon_darktheme_disabled"' }, { value: '"ui_cpnt_textfield_border_darktheme_normal"' }, { value: '"ui_cpnt_textfield_border_darktheme_focus"' }, { value: '"ui_cpnt_textfield_border_darktheme_error"' }, { value: '"ui_cpnt_textfield_text_darktheme_error"' }, { value: '"ui_cpnt_textfield_base_darktheme_disabled"' }, { value: '"ui_cpnt_select_text_darktheme_enabled"' }, { value: '"ui_cpnt_select_text_darktheme_hint"' }, { value: '"ui_cpnt_select_text_darktheme_disabled"' }, { value: '"ui_cpnt_select_icon_darktheme_default"' }, { value: '"ui_cpnt_select_icon_darktheme_disabled"' }, { value: '"ui_cpnt_select_border_darktheme_normal"' }, { value: '"ui_cpnt_select_border_darktheme_focus"' }, { value: '"ui_cpnt_select_base_darktheme_disabled"' }, { value: '"ui_cpnt_dropdown_text_darktheme_enabled"' }, { value: '"ui_cpnt_dropdown_text_darktheme_hint"' }, { value: '"ui_cpnt_dropdown_text_darktheme_disabled"' }, { value: '"ui_cpnt_dropdown_icon_darktheme_default"' }, { value: '"ui_cpnt_dropdown_icon_darktheme_disabled"' }, { value: '"ui_cpnt_dropdown_border_darktheme_normal"' }, { value: '"ui_cpnt_dropdown_border_darktheme_focus"' }, { value: '"ui_cpnt_dropdown_base_darktheme_disabled"' }, { value: '"ui_cpnt_sheet_base"' }, { value: '"ui_cpnt_button_icon_darktheme_default"' }, { value: '"ui_cpnt_button_icon_darktheme_primary"' }, { value: '"ui_cpnt_button_text_darktheme_default"' }, { value: '"ui_cpnt_button_text_darktheme_primary"' }, { value: '"ui_35"' }, { value: '"ui_cpnt_button_fill_base_black_opacity50"' }, { value: '"ui_cpnt_sheet_base_white"' }, { value: '"ui_cpnt_sheet_base_black"' }, { value: '"ui_cpnt_sheet_base_01"' }, { value: '"ui_cpnt_sheet_base_02"' }, { value: '"ui_temp_background"' }, { value: '"ui_list_progress_shape_normal"' }, { value: '"ui_list_progress_shape_error"' }, { value: '"ui_list_progress_shape_base"' }, { value: '"ui_cpnt_textlabel_sys_brand_primary_opacity50"' }, { value: '"ui_cpnt_progressbar_01"' }, { value: '"ui_cpnt_progressbar_02"' }, { value: '"ui_36"' }, { value: '"ui_37"' }, { value: '"ui_39"' }, { value: '"ui_cpnt_divider_white_opacity30"' }, { value: '"ui_toppagemenucontainer_background_wt_m"' }, { value: '"ui_contentscontainer_background_wt_m"' }, { value: '"ui_toppagemenuarea_background_wt_m"' }, { value: '"ui_contentsarea_background_wt_m"' }, { value: '"ui_cpnt_standardbanner_base_default"' }, { value: '"ui_channeldesc_white"' }, { value: '"ui_channeldesc_grey_03"' }, { value: '"ui_channeldesc_border_grey_03"' }, { value: '"ui_cpnt_bottomsheet_border"' }, { value: '"ui_cpnt_userdesktopsidetab_base_area"' }, { value: '"ui_cpnt_pg_gradient_01"' }, { value: '"ui_cpnt_pg_gradient_02"' }, { value: '"ui_channeldesc_background"' }, { value: '"ui_channeldesc_bottomsheet_base"' }, { value: '"ui_channeldesc_bottomsheet_border"' }, { value: '"ui_channeldesc_contents_base"' }, { value: '"ui_channeldesc_dimmed"' }, { value: '"ui_cpnt_pg_gradient_03"' }, { value: '"ui_cpnt_pg_gradient_04"' }, { value: '"ui_cpnt_pg_gradient_05"' }, { value: '"ui_cpnt_mask_base"' }, { value: '"ui_temp_usr_primary_01"' }, { value: '"ui_cpnt_sheet_base_02_opacity50"' }, { value: '"ui_menu_primarymenu_main"' }, { value: '"ui_menu_primarymenu_sub"' }, { value: '"ui_menu_secondarymenu_main"' }, { value: '"ui_menu_secondarymenu_sub"' }, { value: '"ui_menu_hover"' }, { value: '"ui_menu_active"' }, { value: '"ui_menu_background"' }, { value: '"ui_cpnt_video_progress_base"' }, { value: '"ui_cpnt_icon_sys_dark"' }, { value: '"ui_menu_background_gradient_opacity00"' }, { value: '"ui_cpnt_dropdown_border_white_normal"' }, { value: '"ui_cpnt_dropdown_text_white_enabled"' }, { value: '"ui_cpnt_dropdown_text_white_hint"' }, { value: '"ui_cpnt_dropdown_icon_white_default"' }, { value: '"ui_cpnt_dropdown_border_white_focus"' }, { value: '"ui_cpnt_dropdown_base_white_normal"' }, { value: '"ui_profile_image_border_brandprimary"' }, { value: '"ui_cpnt_dropdown_base_white_disabled"' }, { value: '"ui_cpnt_dropdown_border_white_disabled"' }, { value: '"ui_cpnt_sheet_base_white_opacity00"' }, { value: '"ui_dimmed_01"' }, { value: '"ui_cpnt_reactionbutton_base_01"' }, { value: '"ui_cpnt_textfield_border_disabled"' }, { value: '"ui_cpnt_dropdown_border_disabled"' }, { value: '"ui_cpnt_select_border_disabled"' }, { value: '"ui_cpnt_dropdown_base_darktheme_normal"' }, { value: '"ui_cpnt_textfield_text_readonly"' }, { value: '"ui_cpnt_select_text_readonly"' }, { value: '"ui_cpnt_dropdown_text_readonly"' }, { value: '"ui_cpnt_select_text_darktheme_readonly"' }, { value: '"ui_cpnt_dropdown_text_darktheme_readonly"' }, { value: '"ui_cpnt_dropdown_text_white_readonly"' }, { value: '"ui_cpnt_blogtextfield_base_01"' }, { value: '"ui_cpnt_textfield_base_darktheme_normal"' }, { value: '"ui_cpnt_dropdown_border_darktheme_disabled"' }, { value: '"ui_cpnt_select_border_darktheme_disabled"' }, { value: '"ui_cpnt_dropdown_text_white_disabled"' }, { value: '"ui_cpnt_select_base_darktheme_normal"' }, { value: '"ui_hero_title_text"' }, { value: '"ui_hero_description_text"' }, { value: '"ui_cpnt_divider_area"' }, { value: '"ui_cpnt_button_white_base_hover"' }, { value: '"ui_cpnt_button_white_base_pressed"' }, { value: '"ui_cpnt_list_base_area_hover"' }, { value: '"ui_cpnt_sheet_border_01"' }, { value: '"ui_cpnt_sheet_border_02"' }, { value: '"ui_cpnt_sheet_border_03"' }, { value: '"ui_43"' }, { value: '"ui_44"' }, { value: '"ui_45"' }, { value: '"ui_46"' }, { value: '"ui_47"' }, { value: '"ui_cpnt_sheet_base_03"' }, { value: '"ui_48"' }, { value: '"ui_49"' }, { value: '"ui_50"' }, { value: '"ui_51"' }, { value: '"ui_cpnt_list_text_caption_03"' }, { value: '"ui_cpnt_list_chatbubble_base_area"' }, { value: '"ui_cpnt_list_chatbubble_base_area_my"' }, { value: '"ui_cpnt_list_chatbubble_text_my"' }, { value: '"ui_papp_livechat_link"' }, { value: '"ui_cpnt_list_chatbubble_base_area_seller_color"' }, { value: '"ui_cpnt_list_chatbubble_text_seller_color"' }, { value: '"ui_cpnt_list_chatbubble_base_area_subscriber"' }, { value: '"ui_cpnt_list_chatbubble_text_subscriber"' }, { value: '"ui_cpnt_list_chatbubble_base_area_my_color"' }, { value: '"ui_cpnt_list_chatbubble_text_my_color"' }, { value: '"ui_cpnt_list_chatbubble_base_area_seller"' }, { value: '"ui_cpnt_list_chatbubble_text_seller"' }, { value: '"ui_52"' }, { value: '"ui_cpnt_imageview_dimmed"' }, { value: '"ui_53"' }, { value: '"ui_54"' }, { value: '"ui_55"' }, { value: '"ui_56"' }, { value: '"ui_cpnt_sheet_base_04"' }, { value: '"ui_cpnt_masking_base_01"' }, { value: '"ui_cpnt_masking_icon_01"' }, { value: '"ui_cpnt_list_base_area_transparent_seller"' }, { value: '"ui_57"' }, { value: '"ui_58"' }, { value: '"ui_cpnt_divider_white_opacity00"' }, { value: '"ui_cpnt_textfield_text_colortheme_transparent_enabled"' }, { value: '"ui_cpnt_textfield_text_colortheme_transparent_hint"' }, { value: '"ui_cpnt_textfield_text_colortheme_transparent_disabled"' }, { value: '"ui_cpnt_textfield_icon_colortheme_transparent_default"' }, { value: '"ui_cpnt_textfield_icon_colortheme_transparent_disabled"' }, { value: '"ui_cpnt_textfield_border_colortheme_transparent_normal"' }, { value: '"ui_cpnt_textfield_border_colortheme_transparent_focus"' }, { value: '"ui_cpnt_textfield_border_colortheme_transparent_error"' }, { value: '"ui_cpnt_textfield_text_colortheme_transparent_error"' }, { value: '"ui_cpnt_textfield_base_colortheme_transparent_disabled"' }, { value: '"ui_cpnt_textfield_base_colortheme_transparent_normal"' }, { value: '"ui_cpnt_textfield_text_colortheme_transparent_readonly"' }, { value: '"ui_cpnt_textfield_icon_colortheme_transparent_readonly"' }, { value: '"ui_cpnt_textfield_base_colortheme_transparent_readonly"' }, { value: '"ui_cpnt_textfield_border_colortheme_transparent_disabled"' }, { value: '"ui_cpnt_textfield_border_colortheme_transparent_readonly"' }, { value: '"ui_cpnt_lottiereactionbutton_base_01"' }, { value: '"ui_cpnt_lottiereactionbutton_base_02"' }, { value: '"ui_cpnt_lottiereactionbutton_base_03"' }, { value: '"ui_cpnt_lottiereactionbutton_base_04"' }, { value: '"ui_cpnt_lottiereactionbutton_base_05"' }, { value: '"ui_60"' }, { value: '"ui_61"' }, { value: '"ui_loading_skeleton_01"' }, { value: '"ui_loading_skeleton_02"' }, { value: '"ui_loading_linear_bar"' }, { value: '"ui_loading_linear_base"' }, { value: '"ui_loading_three_bar"' }, { value: '"ui_menu_button_base"' }, { value: '"ui_cpnt_calendar_status_a"' }, { value: '"ui_cpnt_calendar_status_b"' }, { value: '"ui_cpnt_calendar_status_c"' }, { value: '"ui_menu_background_transparent"' }, { value: '"ui_globalmenucontainer_background_transparent"' }, { value: '"ui_pagemenucontainer_background_transparent"' }, { value: '"ui_submenucontainer_background_transparent"' }, { value: '"ui_tabmenucontainer_background_transparent"' }, { value: '"ui_contentscontainer01_background_transparent"' }, { value: '"ui_contentscontainer02_background_transparent"' }, { value: '"ui_toppagemenucontainer_background_wt_m_transparent"' }, { value: '"ui_contentscontainer_background_wt_m_transparent"' }, { value: '"ui_menu_button_base_transparent"' }, { value: '"ui_dimmed_02"' }, { value: '"ui_cpnt_sheet_base_05"' }, { value: '"ui_62"' }, { value: '"ui_cpnt_calendar_date_hover"' }, { value: '"ui_cpnt_calendar_date_pressed"' }, { value: '"ui_cpnt_imageview_dimmed_gradient_01"' }, { value: '"ui_cpnt_imageview_dimmed_gradient_02"' }, { value: '"ui_cpnt_calendar_base"' }, { value: '"ui_cpnt_calendar_border"' }, { value: '"ui_cpnt_calendar_label_base_schedules"' }, { value: '"ui_cpnt_calendar_label_base_expired_schedules"' }, { value: '"ui_cpnt_calendar_label_border_default"' }, { value: '"ui_cpnt_calendar_label_border_schedules"' }, { value: '"ui_cpnt_calendar_label_border_expired_schedules"' }, { value: '"ui_cpnt_calendar_real_time_line"' }, { value: '"ui_cpnt_calendar_date_selected"' }, { value: '"ui_pagination_base_area"' }, { value: '"ui_cpnt_calendar_label_base_standby_selected"' }, { value: '"ui_cpnt_calendar_label_border_standby"' }, { value: '"ui_cpnt_calendar_text_status_standby"' }, { value: '"ui_cpnt_calendar_label_base_booked_selected"' }, { value: '"ui_cpnt_calendar_label_border_booked"' }, { value: '"ui_cpnt_calendar_text_status_booked"' }, { value: '"ui_cpnt_calendar_label_base_expired_selected"' }, { value: '"ui_cpnt_calendar_label_border_expired"' }, { value: '"ui_cpnt_calendar_text_status_expired"' }, { value: '"ui_cpnt_calendar_label_base_standby_default"' }, { value: '"ui_cpnt_calendar_label_base_booked_default"' }, { value: '"ui_cpnt_calendar_label_base_expired_default"' }, { value: '"ui_cpnt_calendar_badge_standby"' }, { value: '"ui_cpnt_calendar_badge_booked"' }, { value: '"ui_cpnt_calendar_badge_expired"' }, { value: '"ui_cpnt_calendar_text_today"' }, { value: '"ui_cpnt_textlabel_sys_warning"' }, { value: '"ui_cpnt_lottiereactionbutton_base_default"' }, { value: '"ui_cpnt_sheet_base_06"' }, { value: '"ui_cpnt_sheet_base_07"' }, { value: '"ui_cpnt_sheet_base_08"' }, { value: '"ui_cpnt_pagination_dot_01"' }, { value: '"ui_cpnt_pagination_dot_02"' }, { value: '"ui_cpnt_pagination_dot_border"' }, { value: '"ui_63"' }, { value: '"ui_64"' }, { value: '"ui_cpnt_sheet_border_04"' }, { value: '"ui_cpnt_button_fill_base_01"' }, { value: '"ui_cpnt_button_fill_base_hangup"' }, { value: '"ui_cpnt_refund_text_status_issued"' }, { value: '"ui_cpnt_refund_text_status_refunded"' }, { value: '"ui_cpnt_divider_white_01"' }, { value: '"ui_cpnt_timer_base_01"' }, { value: '"ui_cpnt_timer_base_timeup"' }, { value: '"ui_66"' }, { value: '"ui_67"' }, { value: '"ui_cpnt_videoplayer_gradient_3"' }, { value: '"ui_68"' }, { value: '"ui_69"' }, { value: '"ui_cpnt_divider_white_02"' }, { value: '"ui_cpnt_list_chatbubble_base_brand_primary"' }, { value: '"ui_cpnt_list_chatbubble_base_grey"' }, { value: '"ui_cpnt_list_chatbubble_base_translucent_white"' }, { value: '"ui_cpnt_list_chatbubble_base_translucent_black"' }, { value: '"ui_avatar_border_translucent_white"' }, { value: '"ui_avatar_border_translucent_black"' }, { value: '"ui_cpnt_textfield_base_hover"' }, { value: '"ui_cpnt_textfield_base_pressed"' }, { value: '"ui_cpnt_button_secondary_on_base_hover"' }, { value: '"ui_cpnt_button_secondary_on_base_pressed"' }, { value: '"ui_cpnt_select_base_hover"' }, { value: '"ui_cpnt_select_base_pressed"' }, { value: '"ui_cpnt_dropdown_base_hover"' }, { value: '"ui_cpnt_dropdown_base_pressed"' }, { value: '"ui_cpnt_sheet_base_09"' }, { value: '"ui_wizard_pagemenucontainer_background"' }, { value: '"ui_stepcontainer_background"' }, { value: '"ui_wizard_contentscontainer01_background"' }, { value: '"ui_wizard_contentscontainer02_background"' }, { value: '"ui_70"' }, { value: '"ui_cpnt_button_primary_variation_base_enabled"' }, { value: '"ui_cpnt_button_text_secondary_variation_disabled"' }, { value: '"ui_cpnt_button_icon_secondary_variation_disabled"' }, { value: '"ui_cpnt_button_secondary_variation_base_default"' }, { value: '"ui_cpnt_button_secondary_variation_base_hover"' }, { value: '"ui_cpnt_button_secondary_variation_base_pressed"' }, { value: '"ui_editor_base_pages"' }, { value: '"ui_editor_base_papp"' }, { value: '"ui_container_scroll"' }, { value: '"ui_pages_section_dimmed"' }, { value: '"ui_71"' }, { value: '"ui_cpnt_textlabel_sys_black"' }, { value: '"ui_cpnt_sheet_base_10"' }, { value: '"ui_cpnt_sheet_base_11"' }, { value: '"ui_72"' }, { value: '"ui_73"' }, { value: '"ui_cpnt_sidebar_listitem_base_hover"' }, { value: '"ui_avatar_border_brandprimary"' }, { value: '"ui_avatar_border"' }, { value: '"ui_editor_rightside_title_tabbar_base"' }, { value: '"ui_editor_preview_base"' }, { value: '"ui_editor_preview_divice_area_border"' }, { value: '"ui_editor_preview_background"' }, { value: '"ui_editor_leftside_base"' }, { value: '"ui_cpnt_sidebar_label_text"' }, { value: '"ui_cpnt_dropdown_base_hover_darktheme"' }, { value: '"ui_cpnt_dropdown_base_pressed_darktheme"' }, { value: '"ui_cpnt_dropdown_base_hover_white"' }, { value: '"ui_cpnt_dropdown_base_pressed_white"' }, { value: '"ui_cpnt_textfield_base_hover_darktheme"' }, { value: '"ui_cpnt_textfield_base_pressed_darktheme"' }, { value: '"ui_cpnt_select_base_hover_darktheme"' }, { value: '"ui_cpnt_select_base_pressed_darktheme"' }, { value: '"ui_cpnt_textfield_base_hover_transparent"' }, { value: '"ui_cpnt_textfield_base_pressed_transparent"' }, { value: '"ui_cpnt_reactionbutton_base_02"' }, { value: '"ui_create_ch_step_prev"' }] } } } }, "undefined" != typeof STORYBOOK_REACT_CLASSES && (STORYBOOK_REACT_CLASSES["src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFA.tsx#WFA"] = { docgenInfo: WFA.__docgenInfo, name: "WFA", path: "src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFA.tsx#WFA" });
@@ -3140,7 +3148,7 @@
3140
3148
  for (var k in mod)
3141
3149
  "default" !== k && Object.prototype.hasOwnProperty.call(mod, k) && __createBinding(result, mod, k); return __setModuleDefault(result, mod), result; }, __importDefault = this && this.__importDefault || function (mod) { return mod && mod.__esModule ? mod : { default: mod }; };
3142
3150
  Object.defineProperty(exports, "__esModule", { value: !0 });
3143
- var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6, react_1 = __importDefault(__webpack_require__(0)), styled_components_1 = __importStar(__webpack_require__(1)), components_1 = __webpack_require__(8), WFB = function (_a) { var content1 = _a.content1, content2 = _a.content2, containerColor = _a.containerColor, areaColor = _a.areaColor, isLoadingContainer1 = _a.isLoadingContainer1, overrideContainer1ColorKey = _a.overrideContainer1ColorKey; return react_1.default.createElement(S_ContentsContainer, { "x-pds-name": "ContentsContainer", "x-pds-element-type": "layout", "x-pds-device-type": "desktop", "x-pds-layout-type": "WFB", containerColor: containerColor, overrideContainer1ColorKey: overrideContainer1ColorKey }, isLoadingContainer1 ? react_1.default.createElement(components_1.ThreeBarProgress, null) : react_1.default.createElement(react_1.default.Fragment, null, react_1.default.createElement(S_ContentsArea, { "x-pds-name": "ContentsArea", "x-pds-element-type": "layout", "x-pds-device-type": "desktop", "x-pds-layout-type": "WFB", areaColor: areaColor }, react_1.default.createElement(S_Content1, { "x-pds-name": "Content1", "x-pds-element-type": "layout", "x-pds-device-type": "desktop", "x-pds-layout-type": "WFB" }, content1), react_1.default.createElement(S_Content2, { "x-pds-name": "Content2", "x-pds-element-type": "layout", "x-pds-device-type": "desktop", "x-pds-layout-type": "WFB" }, content2)))); }, scrollVisible = (0, styled_components_1.css)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n ::-webkit-scrollbar-thumb {\n background-color: ", ";\n background-clip: padding-box;\n border-radius: 5px;\n border: 2px solid transparent;\n }\n\n ::-webkit-scrollbar-track {\n margin-top: 24px;\n margin-bottom: 24px;\n }\n\n ::-webkit-scrollbar {\n display: block;\n width: 10px;\n }\n"], ["\n ::-webkit-scrollbar-thumb {\n background-color: ", ";\n background-clip: padding-box;\n border-radius: 5px;\n border: 2px solid transparent;\n }\n\n ::-webkit-scrollbar-track {\n margin-top: 24px;\n margin-bottom: 24px;\n }\n\n ::-webkit-scrollbar {\n display: block;\n width: 10px;\n }\n"])), (function (_a) { return _a.theme.ui_container_scroll; })), overrideStyleContainer1 = (0, styled_components_1.css)(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n background-color: ", ";\n"], ["\n background-color: ", ";\n"])), (function (_a) { var theme = _a.theme, overrideContainer1ColorKey = _a.overrideContainer1ColorKey; return overrideContainer1ColorKey && theme[overrideContainer1ColorKey]; })), S_ContentsContainer = styled_components_1.default.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n align-items: flex-start;\n background-color: ", ";\n display: flex;\n height: 60vh;\n max-height: 640px;\n justify-content: center;\n width: 864px;\n overflow-x: hidden;\n overflow-y: overlay;\n border-radius: 24px;\n ", ";\n\n ", "\n ", "\n"], ["\n align-items: flex-start;\n background-color: ", ";\n display: flex;\n height: 60vh;\n max-height: 640px;\n justify-content: center;\n width: 864px;\n overflow-x: hidden;\n overflow-y: overlay;\n border-radius: 24px;\n ", ";\n\n ", "\n ", "\n"])), (function (_a) { return _a.theme.ui_wizard_contentscontainer01_background; }), (function (_a) { return "background-color: " + _a.containerColor; }), scrollVisible, overrideStyleContainer1), S_ContentsArea = styled_components_1.default.div(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n box-sizing: border-box;\n display: flex;\n margin: 0 48px;\n padding-top: 80px;\n padding-bottom: 88px;\n width: 100%;\n ", ";\n"], ["\n box-sizing: border-box;\n display: flex;\n margin: 0 48px;\n padding-top: 80px;\n padding-bottom: 88px;\n width: 100%;\n ", ";\n"])), (function (_a) { return "background-color: " + _a.areaColor; })), S_Content1 = styled_components_1.default.div(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n width: 360px;\n"], ["\n width: 360px;\n"]))), S_Content2 = styled_components_1.default.div(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n margin-left: 48px;\n width: 360px;\n"], ["\n margin-left: 48px;\n width: 360px;\n"])));
3151
+ var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6, react_1 = __importDefault(__webpack_require__(0)), styled_components_1 = __importStar(__webpack_require__(1)), components_1 = __webpack_require__(8), WFB = function (_a) { var content1 = _a.content1, content2 = _a.content2, containerColor = _a.containerColor, areaColor = _a.areaColor, isLoadingContainer1 = _a.isLoadingContainer1, overrideContainer1ColorKey = _a.overrideContainer1ColorKey; return react_1.default.createElement(S_ContentsContainer, { "x-pds-name": "ContentsContainer", "x-pds-element-type": "layout", "x-pds-device-type": "desktop", "x-pds-layout-type": "WFB", containerColor: containerColor, overrideContainer1ColorKey: overrideContainer1ColorKey }, isLoadingContainer1 ? react_1.default.createElement(components_1.ThreeBarProgress, null) : react_1.default.createElement(react_1.default.Fragment, null, react_1.default.createElement(S_ContentsArea, { "x-pds-name": "ContentsArea", "x-pds-element-type": "layout", "x-pds-device-type": "desktop", "x-pds-layout-type": "WFB", areaColor: areaColor }, react_1.default.createElement(S_Content1, { "x-pds-name": "Content1", "x-pds-element-type": "layout", "x-pds-device-type": "desktop", "x-pds-layout-type": "WFB" }, content1), react_1.default.createElement(S_Content2, { "x-pds-name": "Content2", "x-pds-element-type": "layout", "x-pds-device-type": "desktop", "x-pds-layout-type": "WFB" }, content2)))); }, scrollVisible = (0, styled_components_1.css)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n ::-webkit-scrollbar-thumb {\n background-color: ", ";\n background-clip: padding-box;\n border-radius: 5px;\n border: 2px solid transparent;\n }\n\n ::-webkit-scrollbar-track {\n margin-top: 24px;\n margin-bottom: 24px;\n }\n\n ::-webkit-scrollbar {\n display: block;\n width: 10px;\n }\n"], ["\n ::-webkit-scrollbar-thumb {\n background-color: ", ";\n background-clip: padding-box;\n border-radius: 5px;\n border: 2px solid transparent;\n }\n\n ::-webkit-scrollbar-track {\n margin-top: 24px;\n margin-bottom: 24px;\n }\n\n ::-webkit-scrollbar {\n display: block;\n width: 10px;\n }\n"])), (function (_a) { return _a.theme.ui_container_scroll; })), overrideStyleContainer1 = (0, styled_components_1.css)(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n background-color: ", ";\n"], ["\n background-color: ", ";\n"])), (function (_a) { var theme = _a.theme, overrideContainer1ColorKey = _a.overrideContainer1ColorKey; return overrideContainer1ColorKey && theme[overrideContainer1ColorKey]; })), S_ContentsContainer = styled_components_1.default.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n align-items: flex-start;\n background-color: ", ";\n display: flex;\n height: 60vh;\n max-height: 640px;\n justify-content: center;\n width: 864px;\n overflow-x: hidden;\n overflow-y: overlay;\n border-radius: 24px;\n ", ";\n\n ", "\n ", "\n"], ["\n align-items: flex-start;\n background-color: ", ";\n display: flex;\n height: 60vh;\n max-height: 640px;\n justify-content: center;\n width: 864px;\n overflow-x: hidden;\n overflow-y: overlay;\n border-radius: 24px;\n ", ";\n\n ", "\n ", "\n"])), (function (_a) { return _a.theme.ui_wizard_contentscontainer01_background; }), (function (_a) { return "background-color: " + _a.containerColor; }), scrollVisible, overrideStyleContainer1), S_ContentsArea = styled_components_1.default.div(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n box-sizing: border-box;\n display: flex;\n margin: 0 48px;\n padding-top: 64px;\n padding-bottom: 64px;\n width: 100%;\n ", ";\n"], ["\n box-sizing: border-box;\n display: flex;\n margin: 0 48px;\n padding-top: 64px;\n padding-bottom: 64px;\n width: 100%;\n ", ";\n"])), (function (_a) { return "background-color: " + _a.areaColor; })), S_Content1 = styled_components_1.default.div(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n width: 360px;\n"], ["\n width: 360px;\n"]))), S_Content2 = styled_components_1.default.div(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n margin-left: 48px;\n width: 360px;\n"], ["\n margin-left: 48px;\n width: 360px;\n"])));
3144
3152
  exports.default = WFB;
3145
3153
  try {
3146
3154
  WFB.displayName = "WFB", WFB.__docgenInfo = { description: "", displayName: "WFB", props: { content1: { defaultValue: null, description: "", name: "content1", required: !1, type: { name: "Element" } }, content2: { defaultValue: null, description: "", name: "content2", required: !1, type: { name: "Element" } }, containerColor: { defaultValue: null, description: "", name: "containerColor", required: !1, type: { name: "string" } }, areaColor: { defaultValue: null, description: "", name: "areaColor", required: !1, type: { name: "string" } }, isLoadingContainer1: { defaultValue: null, description: "", name: "isLoadingContainer1", required: !1, type: { name: "boolean" } }, overrideContainer1ColorKey: { defaultValue: null, description: "", name: "overrideContainer1ColorKey", required: !1, type: { name: "enum", value: [{ value: '"ui_cpnt_icon_sys_grey_01"' }, { value: '"ui_cpnt_button_fill_base_primary"' }, { value: '"ui_cpnt_button_fill_base_default"' }, { value: '"ui_cpnt_button_fill_base_white"' }, { value: '"ui_cpnt_button_fill_on_base_hover"' }, { value: '"ui_cpnt_button_fill_on_base_pressed"' }, { value: '"ui_cpnt_button_fill_base_disabled"' }, { value: '"ui_cpnt_button_line_base_pressed"' }, { value: '"ui_cpnt_button_line_base_hover"' }, { value: '"ui_cpnt_button_line_border_default"' }, { value: '"ui_cpnt_button_line_border_enabled"' }, { value: '"ui_cpnt_button_line_border_disabled"' }, { value: '"ui_cpnt_button_line_border_primary"' }, { value: '"ui_cpnt_button_text_primary"' }, { value: '"ui_cpnt_button_text_on_primary"' }, { value: '"ui_cpnt_button_text_enabled"' }, { value: '"ui_cpnt_button_text_disabled"' }, { value: '"ui_cpnt_button_text_default"' }, { value: '"ui_cpnt_button_icon_on_primary"' }, { value: '"ui_cpnt_button_icon_primary"' }, { value: '"ui_cpnt_button_icon_enabled"' }, { value: '"ui_cpnt_button_icon_disabled"' }, { value: '"ui_cpnt_button_icon_default"' }, { value: '"ui_cpnt_textfield_border_normal"' }, { value: '"ui_cpnt_textfield_border_focus"' }, { value: '"ui_cpnt_textfield_border_error"' }, { value: '"ui_cpnt_textfield_base_normal"' }, { value: '"ui_cpnt_textfield_base_disabled"' }, { value: '"ui_cpnt_textfield_text_hint"' }, { value: '"ui_cpnt_textfield_text_typed"' }, { value: '"ui_cpnt_textfield_text_error"' }, { value: '"ui_cpnt_textfield_text_disabled"' }, { value: '"ui_cpnt_textfield_icon_01"' }, { value: '"ui_cpnt_textfield_icon_02"' }, { value: '"ui_cpnt_textfield_icon_03"' }, { value: '"ui_cpnt_list_base_area"' }, { value: '"ui_cpnt_list_base_area_select"' }, { value: '"ui_cpnt_list_text_title"' }, { value: '"ui_cpnt_list_text_description_01"' }, { value: '"ui_cpnt_list_text_caption_01"' }, { value: '"ui_cpnt_headerbar_base_area"' }, { value: '"ui_cpnt_headerbar_text_title"' }, { value: '"ui_cpnt_headerbar_icon"' }, { value: '"ui_cpnt_headerbar_divider"' }, { value: '"ui_cpnt_tabbar_base_area"' }, { value: '"ui_cpnt_tabbar_divider"' }, { value: '"ui_cpnt_tabbar_base_area_sub"' }, { value: '"ui_cpnt_tabbar_border_active_indicator_primary"' }, { value: '"ui_cpnt_tabbar_text_active_primary"' }, { value: '"ui_cpnt_tabbar_border_active_indicator"' }, { value: '"ui_cpnt_tabbar_text_active"' }, { value: '"ui_cpnt_tabbar_text_inactive_01"' }, { value: '"ui_2"' }, { value: '"ui_3"' }, { value: '"ui_4"' }, { value: '"ui_5"' }, { value: '"ui_6"' }, { value: '"ui_7"' }, { value: '"ui_8"' }, { value: '"ui_9"' }, { value: '"ui_cpnt_pagination_slide_dot_active"' }, { value: '"ui_cpnt_pagination_slide_dot_inactive"' }, { value: '"ui_10"' }, { value: '"ui_11"' }, { value: '"ui_cpnt_modal_header_text_title"' }, { value: '"ui_cpnt_modal_header_icon_01"' }, { value: '"ui_cpnt_modal_header_base_area"' }, { value: '"ui_cpnt_modal_header_base_line"' }, { value: '"ui_cpnt_modal_body_primary_text"' }, { value: '"ui_cpnt_modal_body_secondary_text"' }, { value: '"ui_cpnt_modal_footer_base_area"' }, { value: '"ui_cpnt_modal_footer_divider"' }, { value: '"ui_cpnt_modal_base"' }, { value: '"ui_12"' }, { value: '"ui_13"' }, { value: '"ui_14"' }, { value: '"ui_15"' }, { value: '"ui_cpnt_text_emptystate"' }, { value: '"ui_cpnt_chip_fill_icon_inactive"' }, { value: '"ui_cpnt_chip_fill_icon_active_01"' }, { value: '"ui_cpnt_chip_fill_text_inactive"' }, { value: '"ui_cpnt_chip_fill_text_active_01"' }, { value: '"ui_cpnt_chip_fill_base_inactive"' }, { value: '"ui_cpnt_chip_fill_base_active_01"' }, { value: '"ui_cpnt_chip_line_icon_01"' }, { value: '"ui_cpnt_chip_line_text_01"' }, { value: '"ui_cpnt_chip_line_text_disabled"' }, { value: '"ui_cpnt_chip_line_border_01"' }, { value: '"ui_cpnt_chip_base_playtime"' }, { value: '"ui_16"' }, { value: '"ui_cpnt_list_icon_01"' }, { value: '"ui_cpnt_list_icon_02"' }, { value: '"ui_cpnt_bottomsheet_icon_01"' }, { value: '"ui_cpnt_bottomsheet_text_01"' }, { value: '"ui_cpnt_bottomsheet_text_02"' }, { value: '"ui_cpnt_bottomsheet_icon_02"' }, { value: '"ui_19"' }, { value: '"ui_20"' }, { value: '"ui_cpnt_fab_default_base_white"' }, { value: '"ui_cpnt_fab_default_base_red"' }, { value: '"ui_cpnt_fab_default_base_primary"' }, { value: '"ui_cpnt_fab_default_base_hover"' }, { value: '"ui_cpnt_fab_default_on_base_hover"' }, { value: '"ui_cpnt_fab_default_base_pressed"' }, { value: '"ui_cpnt_fab_default_on_base_pressed"' }, { value: '"ui_cpnt_fab_default_base_disabled"' }, { value: '"ui_cpnt_fab_icon_enabled"' }, { value: '"ui_cpnt_fab_icon_on_primary"' }, { value: '"ui_cpnt_fab_icon_disabled"' }, { value: '"ui_cpnt_fab_extended_base_primary"' }, { value: '"ui_cpnt_fab_extended_on_base_hover"' }, { value: '"ui_cpnt_fab_extended_on_base_pressed"' }, { value: '"ui_cpnt_fab_extended_base_disabled"' }, { value: '"ui_cpnt_fab_text_on_primary"' }, { value: '"ui_cpnt_fab_text_disabled"' }, { value: '"ui_cpnt_alertdialog_base"' }, { value: '"ui_cpnt_alertdialog_icon_success"' }, { value: '"ui_cpnt_alertdialog_icon_error"' }, { value: '"ui_cpnt_alertdialog_icon_warning"' }, { value: '"ui_cpnt_alertdialog_text_title"' }, { value: '"ui_cpnt_alertdialog_text_body"' }, { value: '"ui_21"' }, { value: '"ui_22"' }, { value: '"ui_23"' }, { value: '"ui_24"' }, { value: '"ui_25"' }, { value: '"ui_26"' }, { value: '"ui_27"' }, { value: '"ui_cpnt_divider"' }, { value: '"ui_cpnt_select_border_normal"' }, { value: '"ui_cpnt_select_border_focus"' }, { value: '"ui_cpnt_select_base_normal"' }, { value: '"ui_cpnt_select_base_disabled"' }, { value: '"ui_cpnt_select_text_hint"' }, { value: '"ui_cpnt_select_text_selected"' }, { value: '"ui_cpnt_select_text_disabled"' }, { value: '"ui_cpnt_select_icon_01"' }, { value: '"ui_cpnt_select_icon_02"' }, { value: '"ui_28"' }, { value: '"ui_29"' }, { value: '"ui_30"' }, { value: '"ui_cpnt_videoplayer_icon_01"' }, { value: '"ui_32"' }, { value: '"ui_cpnt_selcontrols_icon_primary"' }, { value: '"ui_cpnt_selcontrols_icon_disabled"' }, { value: '"ui_cpnt_selcontrols_icon_default"' }, { value: '"ui_cpnt_selcontrols_text_disabled"' }, { value: '"ui_cpnt_selcontrols_text_default"' }, { value: '"ui_cpnt_selcontrols_icon_on_base_hover"' }, { value: '"ui_cpnt_contextmenu_menu_base_normal"' }, { value: '"ui_cpnt_contextmenu_menu_base_hover"' }, { value: '"ui_cpnt_contextmenu_menu_base_selected"' }, { value: '"ui_cpnt_contextmenu_text"' }, { value: '"ui_cpnt_selcontrols_base_off"' }, { value: '"ui_cpnt_selcontrols_base_on"' }, { value: '"ui_cpnt_tabbar_text_inactive_02"' }, { value: '"ui_cpnt_videoplayer_unavailable"' }, { value: '"ui_cpnt_list_divider"' }, { value: '"ui_cpnt_button_fill_base_transparent"' }, { value: '"ui_cpnt_list_badge_active"' }, { value: '"ui_cpnt_list_badge_active_primary"' }, { value: '"ui_cpnt_list_badge_disabled"' }, { value: '"ui_cpnt_list_badge_cancel"' }, { value: '"ui_cpnt_list_text_quantity_plus"' }, { value: '"ui_cpnt_content_card_base"' }, { value: '"ui_cpnt_content_icon_03"' }, { value: '"ui_cpnt_content_icon_01"' }, { value: '"ui_cpnt_content_icon_02"' }, { value: '"ui_cpnt_content_card_status_a"' }, { value: '"ui_cpnt_content_card_status_b"' }, { value: '"ui_cpnt_content_card_status_c"' }, { value: '"ui_cpnt_content_card_status_d"' }, { value: '"ui_cpnt_textgroup_base_area"' }, { value: '"ui_cpnt_imageslide_active"' }, { value: '"ui_cpnt_imageslide_inactive"' }, { value: '"ui_cpnt_videoplayer_icon_02"' }, { value: '"ui_cpnt_videoplayer_text_01"' }, { value: '"ui_cpnt_videoplayer_text_02"' }, { value: '"ui_cpnt_videoplayer_scrubber_01"' }, { value: '"ui_cpnt_videoplayer_scrubber_primary"' }, { value: '"ui_cpnt_videoplayer_playbar_base"' }, { value: '"ui_cpnt_videoplayer_playbar_02"' }, { value: '"ui_cpnt_videoplayer_playbar_primary"' }, { value: '"ui_cpnt_videoplayer_playbar_01"' }, { value: '"ui_cpnt_tableheadbar_title"' }, { value: '"ui_cpnt_tableheaderbar_text_default"' }, { value: '"ui_cpnt_tableheaderbar_text_disabled"' }, { value: '"ui_cpnt_tableheaderbar_icon_01"' }, { value: '"ui_cpnt_datatable_text_01"' }, { value: '"ui_cpnt_datatable_text_02"' }, { value: '"ui_cpnt_datatable_text_03"' }, { value: '"ui_cpnt_datatable_text_textbutton"' }, { value: '"ui_cpnt_datatable_text_active"' }, { value: '"ui_cpnt_datatable_base_default"' }, { value: '"ui_cpnt_datatable_base_hover"' }, { value: '"ui_cpnt_datatable_text_inactive"' }, { value: '"ui_cpnt_datatable_bulkaction_base"' }, { value: '"ui_cpnt_datatable_icon_01"' }, { value: '"ui_cpnt_datatable_text_04"' }, { value: '"ui_cpnt_chip_fill_base_active_02"' }, { value: '"ui_cpnt_chip_fill_text_active_02"' }, { value: '"ui_cpnt_chip_fill_icon_active_02"' }, { value: '"ui_cpnt_dropdown_border_normal"' }, { value: '"ui_cpnt_dropdown_border_focus"' }, { value: '"ui_cpnt_dropdown_base_normal"' }, { value: '"ui_cpnt_dropdown_base_disabled"' }, { value: '"ui_cpnt_dropdown_text_hint"' }, { value: '"ui_cpnt_dropdown_text_selected"' }, { value: '"ui_cpnt_dropdown_text_disabled"' }, { value: '"ui_cpnt_dropdown_icon_01"' }, { value: '"ui_cpnt_dropdown_icon_02"' }, { value: '"ui_cpnt_datatable_textbutton_base_02"' }, { value: '"ui_cpnt_datatable_textbutton_base_01"' }, { value: '"ui_cpnt_datatable_icon_02"' }, { value: '"ui_cpnt_datatable_icon_03"' }, { value: '"ui_cpnt_datatable_icon_04"' }, { value: '"ui_cpnt_sidebar_common_base"' }, { value: '"ui_cpnt_sidebar_header_base"' }, { value: '"ui_cpnt_sidebar_label_base"' }, { value: '"ui_cpnt_sidebar_listitem_base_inactive"' }, { value: '"ui_cpnt_sidebar_listitem_base_active"' }, { value: '"ui_cpnt_sidebar_footer_base"' }, { value: '"ui_cpnt_sidebar_label_icon"' }, { value: '"ui_cpnt_sidebar_listitem_icon_inactive"' }, { value: '"ui_cpnt_sidebar_listitem_icon_active"' }, { value: '"ui_cpnt_sidebar_icon_01"' }, { value: '"ui_cpnt_modal_body_base"' }, { value: '"ui_cpnt_modal_header_icon_02"' }, { value: '"ui_cpnt_selectcard_base_selected"' }, { value: '"ui_cpnt_selectcard_base_default"' }, { value: '"ui_cpnt_selectcard_icon_default"' }, { value: '"ui_cpnt_selectcard_icon_selected"' }, { value: '"ui_cpnt_selectcard_text_01"' }, { value: '"ui_cpnt_selectcard_text_02"' }, { value: '"ui_cpnt_selectcard_text_03"' }, { value: '"ui_cpnt_bannerslidecontent_text_white"' }, { value: '"ui_cpnt_modal_header_icon_03"' }, { value: '"ui_cpnt_modal_body_tertiary_text"' }, { value: '"ui_cpnt_list_timestatus_base"' }, { value: '"ui_cpnt_list_text_timestatus"' }, { value: '"ui_cpnt_imageview_base_03"' }, { value: '"ui_34"' }, { value: '"ui_cpnt_editorsidebar_base"' }, { value: '"ui_cpnt_editorsidebar_visible_status_base"' }, { value: '"ui_cpnt_editorsidebar_visible_status_text"' }, { value: '"ui_cpnt_editorsidebar_card_base_default"' }, { value: '"ui_cpnt_editorsidebar_card_base_selected"' }, { value: '"ui_cpnt_editorsidebar_text_default"' }, { value: '"ui_cpnt_editorsidebar_text_selected"' }, { value: '"ui_cpnt_editorsidebar_icon_default"' }, { value: '"ui_cpnt_editorsidebar_icon_selected"' }, { value: '"ui_cpnt_editorsidebar_card_border"' }, { value: '"ui_cpnt_step_base_area"' }, { value: '"ui_cpnt_step_text_inactive"' }, { value: '"ui_cpnt_step_text_active"' }, { value: '"ui_cpnt_step_circular_inactive"' }, { value: '"ui_cpnt_step_circular_active"' }, { value: '"ui_cpnt_step_icon"' }, { value: '"ui_cpnt_step_text_number"' }, { value: '"ui_cpnt_imageslide_dot_area_1"' }, { value: '"ui_cpnt_imageslide_dot_area_2"' }, { value: '"ui_cpnt_editorsidebar_text_disabled"' }, { value: '"ui_cpnt_editorsidebar_icon_disabled"' }, { value: '"ui_cpnt_editorsidebar_card_border_disabled"' }, { value: '"ui_cpnt_userdesktopnavbar_base_area"' }, { value: '"ui_cpnt_button_line_base_default"' }, { value: '"ui_cpnt_userdesktoptabbar_base_area"' }, { value: '"ui_cpnt_userdesktoptabbar_divider"' }, { value: '"ui_cpnt_userdesktoptabbar_border_active_indicator"' }, { value: '"ui_cpnt_userdesktoptabbar_text_active"' }, { value: '"ui_cpnt_userdesktoptabbar_text_inactive"' }, { value: '"ui_cpnt_selcontrols_base_off_disabled"' }, { value: '"ui_cpnt_selcontrols_base_on_disabled"' }, { value: '"ui_cpnt_selcontrols_circular"' }, { value: '"ui_cpnt_chip_line_icon_02"' }, { value: '"ui_cpnt_overlay_base"' }, { value: '"ui_cpnt_profile_base"' }, { value: '"ui_cpnt_card_base"' }, { value: '"ui_cpnt_card_selected_border"' }, { value: '"ui_cpnt_card_icon_basic"' }, { value: '"ui_cpnt_card_icon_custom"' }, { value: '"ui_cpnt_card_icon_create"' }, { value: '"ui_cpnt_modal_dimmed"' }, { value: '"ui_cpnt_alertdialog_dimmed"' }, { value: '"ui_cpnt_bottomsheet_base"' }, { value: '"ui_cpnt_bottomsheet_icon_03"' }, { value: '"ui_cpnt_button_icon_white"' }, { value: '"ui_cpnt_list_icon_03"' }, { value: '"ui_cpnt_list_icon_active_primary"' }, { value: '"ui_cpnt_alertdialog_icon_information"' }, { value: '"ui_cpnt_bottomsheet_bar"' }, { value: '"ui_cpnt_button_line_border_error"' }, { value: '"ui_cpnt_button_text_error"' }, { value: '"ui_cpnt_button_icon_error"' }, { value: '"ui_cpnt_textlabel_sys_primary"' }, { value: '"ui_cpnt_textlabel_sys_secondary"' }, { value: '"ui_cpnt_textlabel_sys_tertiary"' }, { value: '"ui_cpnt_textlabel_sys_white"' }, { value: '"ui_cpnt_textlabel_sys_brandprimary"' }, { value: '"ui_cpnt_textlabel_sys_error"' }, { value: '"ui_cpnt_textlabel_sys_brandseconvariant"' }, { value: '"ui_cpnt_textlabel_usr_brandprimary"' }, { value: '"ui_cpnt_textlabel_usr_brandseconvariant"' }, { value: '"ui_cpnt_textlabel_usr_brandonprimary"' }, { value: '"ui_cpnt_list_text_body"' }, { value: '"ui_cpnt_card_icon_background_01"' }, { value: '"ui_cpnt_card_icon_background_02"' }, { value: '"ui_cpnt_card_icon_background_03"' }, { value: '"ui_cpnt_bannerslide_gradient_1"' }, { value: '"ui_cpnt_bannerslide_gradient_2"' }, { value: '"ui_cpnt_modal_gradient_1"' }, { value: '"ui_cpnt_modal_gradient_2"' }, { value: '"ui_cpnt_list_icon_04"' }, { value: '"ui_cpnt_list_thumbnail_border"' }, { value: '"ui_cpnt_list_thumbnail_gradient_1"' }, { value: '"ui_cpnt_list_thumbnail_gradient_2"' }, { value: '"ui_cpnt_list_base_area_active"' }, { value: '"ui_cpnt_contextmenu_base"' }, { value: '"ui_cpnt_videoplayer_gradient_1"' }, { value: '"ui_cpnt_videoplayer_gradient_2"' }, { value: '"ui_cpnt_videoplayer_overlay"' }, { value: '"ui_globalmenucontainer_background"' }, { value: '"ui_pagemenucontainer_background"' }, { value: '"ui_submenucontainer_background"' }, { value: '"ui_tabmenucontainer_background"' }, { value: '"ui_contentscontainer01_background"' }, { value: '"ui_contentscontainer02_background"' }, { value: '"ui_cpnt_bannerslide_icon_01"' }, { value: '"ui_cpnt_card_shadow"' }, { value: '"ui_cpnt_bannerslide_pagination_active"' }, { value: '"ui_cpnt_bannerslide_pagination_inactive"' }, { value: '"ui_cpnt_icon_usr_brandprimary"' }, { value: '"ui_container_divider"' }, { value: '"ui_area_divider"' }, { value: '"ui_cpnt_list_base_area_seller"' }, { value: '"ui_temp_grey_01"' }, { value: '"ui_temp_grey_02"' }, { value: '"ui_temp_grey_03"' }, { value: '"ui_temp_grey_04"' }, { value: '"ui_temp_grey_05"' }, { value: '"ui_temp_white"' }, { value: '"ui_temp_primary_01"' }, { value: '"ui_temp_secondary_01"' }, { value: '"ui_temp_red"' }, { value: '"ui_temp_white_opacity_00"' }, { value: '"ui_temp_dimmed"' }, { value: '"ui_temp_black"' }, { value: '"ui_temp_primary_02"' }, { value: '"ui_temp_primary_03"' }, { value: '"ui_temp_secondary_02"' }, { value: '"ui_temp_lightgreen_01"' }, { value: '"ui_cpnt_userdesktopnavbar_profile_border"' }, { value: '"ui_cpnt_textlabel_sys_grey_04"' }, { value: '"ui_papp_post_social_background"' }, { value: '"ui_papp_post_notice_background"' }, { value: '"ui_papp_post_free_background"' }, { value: '"ui_papp_vod_background"' }, { value: '"ui_papp_vodplus_background"' }, { value: '"ui_papp_live_background"' }, { value: '"ui_community_pagination_base_area"' }, { value: '"ui_cpnt_contextmenu_border"' }, { value: '"ui_profile_image_border"' }, { value: '"ui_cpnt_alertdialog_border"' }, { value: '"ui_cpnt_modal_border"' }, { value: '"ui_cpnt_card_border"' }, { value: '"ui_cpnt_overlay_border"' }, { value: '"ui_cpnt_datatable_base_selected"' }, { value: '"ui_cpnt_icon_sys_brandprimary"' }, { value: '"ui_cpnt_icon_sys_grey_02"' }, { value: '"ui_cpnt_icon_sys_grey_03"' }, { value: '"ui_cpnt_icon_sys_error_01"' }, { value: '"ui_cpnt_icon_sys_warning_01"' }, { value: '"ui_cpnt_icon_sys_success_01"' }, { value: '"ui_cpnt_icon_usr_brandsecondary"' }, { value: '"ui_papp_post_notice_link"' }, { value: '"ui_cpnt_headerbar_icon_02"' }, { value: '"ui_m_navigationcontainer_background"' }, { value: '"ui_m_tabcontainer_background"' }, { value: '"ui_m_contentscontainer01_background"' }, { value: '"ui_m_contentscontainer02_background"' }, { value: '"ui_cpnt_statusblock_basic"' }, { value: '"ui_cpnt_statusblock_standby"' }, { value: '"ui_cpnt_statusblock_proceeding"' }, { value: '"ui_cpnt_statusblock_cancel"' }, { value: '"ui_cpnt_statusblock_end"' }, { value: '"ui_cpnt_statusblock_error"' }, { value: '"ui_cpnt_list_base_area_solid"' }, { value: '"ui_cpnt_list_base_area_translucent"' }, { value: '"ui_cpnt_list_base_area_transparent"' }, { value: '"ui_cpnt_list_text_caption_02"' }, { value: '"ui_cpnt_button_line_border_darktheme_enabled"' }, { value: '"ui_cpnt_button_line_border_darktheme_disabled"' }, { value: '"ui_cpnt_button_line_base_darktheme_default"' }, { value: '"ui_cpnt_button_line_base_darktheme_hover"' }, { value: '"ui_cpnt_button_line_base_darktheme_pressed"' }, { value: '"ui_cpnt_button_text_darktheme_enabled"' }, { value: '"ui_cpnt_button_text_darktheme_disabled"' }, { value: '"ui_cpnt_button_icon_darktheme_enabled"' }, { value: '"ui_cpnt_button_icon_darktheme_disabled"' }, { value: '"ui_cpnt_icon_sys_white"' }, { value: '"ui_cpnt_button_fill_base_media"' }, { value: '"ui_cpnt_textfield_text_darktheme_enabled"' }, { value: '"ui_cpnt_textfield_text_darktheme_hint"' }, { value: '"ui_cpnt_textfield_text_darktheme_disabled"' }, { value: '"ui_cpnt_textfield_icon_darktheme_default"' }, { value: '"ui_cpnt_textfield_icon_darktheme_disabled"' }, { value: '"ui_cpnt_textfield_border_darktheme_normal"' }, { value: '"ui_cpnt_textfield_border_darktheme_focus"' }, { value: '"ui_cpnt_textfield_border_darktheme_error"' }, { value: '"ui_cpnt_textfield_text_darktheme_error"' }, { value: '"ui_cpnt_textfield_base_darktheme_disabled"' }, { value: '"ui_cpnt_select_text_darktheme_enabled"' }, { value: '"ui_cpnt_select_text_darktheme_hint"' }, { value: '"ui_cpnt_select_text_darktheme_disabled"' }, { value: '"ui_cpnt_select_icon_darktheme_default"' }, { value: '"ui_cpnt_select_icon_darktheme_disabled"' }, { value: '"ui_cpnt_select_border_darktheme_normal"' }, { value: '"ui_cpnt_select_border_darktheme_focus"' }, { value: '"ui_cpnt_select_base_darktheme_disabled"' }, { value: '"ui_cpnt_dropdown_text_darktheme_enabled"' }, { value: '"ui_cpnt_dropdown_text_darktheme_hint"' }, { value: '"ui_cpnt_dropdown_text_darktheme_disabled"' }, { value: '"ui_cpnt_dropdown_icon_darktheme_default"' }, { value: '"ui_cpnt_dropdown_icon_darktheme_disabled"' }, { value: '"ui_cpnt_dropdown_border_darktheme_normal"' }, { value: '"ui_cpnt_dropdown_border_darktheme_focus"' }, { value: '"ui_cpnt_dropdown_base_darktheme_disabled"' }, { value: '"ui_cpnt_sheet_base"' }, { value: '"ui_cpnt_button_icon_darktheme_default"' }, { value: '"ui_cpnt_button_icon_darktheme_primary"' }, { value: '"ui_cpnt_button_text_darktheme_default"' }, { value: '"ui_cpnt_button_text_darktheme_primary"' }, { value: '"ui_35"' }, { value: '"ui_cpnt_button_fill_base_black_opacity50"' }, { value: '"ui_cpnt_sheet_base_white"' }, { value: '"ui_cpnt_sheet_base_black"' }, { value: '"ui_cpnt_sheet_base_01"' }, { value: '"ui_cpnt_sheet_base_02"' }, { value: '"ui_temp_background"' }, { value: '"ui_list_progress_shape_normal"' }, { value: '"ui_list_progress_shape_error"' }, { value: '"ui_list_progress_shape_base"' }, { value: '"ui_cpnt_textlabel_sys_brand_primary_opacity50"' }, { value: '"ui_cpnt_progressbar_01"' }, { value: '"ui_cpnt_progressbar_02"' }, { value: '"ui_36"' }, { value: '"ui_37"' }, { value: '"ui_39"' }, { value: '"ui_cpnt_divider_white_opacity30"' }, { value: '"ui_toppagemenucontainer_background_wt_m"' }, { value: '"ui_contentscontainer_background_wt_m"' }, { value: '"ui_toppagemenuarea_background_wt_m"' }, { value: '"ui_contentsarea_background_wt_m"' }, { value: '"ui_cpnt_standardbanner_base_default"' }, { value: '"ui_channeldesc_white"' }, { value: '"ui_channeldesc_grey_03"' }, { value: '"ui_channeldesc_border_grey_03"' }, { value: '"ui_cpnt_bottomsheet_border"' }, { value: '"ui_cpnt_userdesktopsidetab_base_area"' }, { value: '"ui_cpnt_pg_gradient_01"' }, { value: '"ui_cpnt_pg_gradient_02"' }, { value: '"ui_channeldesc_background"' }, { value: '"ui_channeldesc_bottomsheet_base"' }, { value: '"ui_channeldesc_bottomsheet_border"' }, { value: '"ui_channeldesc_contents_base"' }, { value: '"ui_channeldesc_dimmed"' }, { value: '"ui_cpnt_pg_gradient_03"' }, { value: '"ui_cpnt_pg_gradient_04"' }, { value: '"ui_cpnt_pg_gradient_05"' }, { value: '"ui_cpnt_mask_base"' }, { value: '"ui_temp_usr_primary_01"' }, { value: '"ui_cpnt_sheet_base_02_opacity50"' }, { value: '"ui_menu_primarymenu_main"' }, { value: '"ui_menu_primarymenu_sub"' }, { value: '"ui_menu_secondarymenu_main"' }, { value: '"ui_menu_secondarymenu_sub"' }, { value: '"ui_menu_hover"' }, { value: '"ui_menu_active"' }, { value: '"ui_menu_background"' }, { value: '"ui_cpnt_video_progress_base"' }, { value: '"ui_cpnt_icon_sys_dark"' }, { value: '"ui_menu_background_gradient_opacity00"' }, { value: '"ui_cpnt_dropdown_border_white_normal"' }, { value: '"ui_cpnt_dropdown_text_white_enabled"' }, { value: '"ui_cpnt_dropdown_text_white_hint"' }, { value: '"ui_cpnt_dropdown_icon_white_default"' }, { value: '"ui_cpnt_dropdown_border_white_focus"' }, { value: '"ui_cpnt_dropdown_base_white_normal"' }, { value: '"ui_profile_image_border_brandprimary"' }, { value: '"ui_cpnt_dropdown_base_white_disabled"' }, { value: '"ui_cpnt_dropdown_border_white_disabled"' }, { value: '"ui_cpnt_sheet_base_white_opacity00"' }, { value: '"ui_dimmed_01"' }, { value: '"ui_cpnt_reactionbutton_base_01"' }, { value: '"ui_cpnt_textfield_border_disabled"' }, { value: '"ui_cpnt_dropdown_border_disabled"' }, { value: '"ui_cpnt_select_border_disabled"' }, { value: '"ui_cpnt_dropdown_base_darktheme_normal"' }, { value: '"ui_cpnt_textfield_text_readonly"' }, { value: '"ui_cpnt_select_text_readonly"' }, { value: '"ui_cpnt_dropdown_text_readonly"' }, { value: '"ui_cpnt_select_text_darktheme_readonly"' }, { value: '"ui_cpnt_dropdown_text_darktheme_readonly"' }, { value: '"ui_cpnt_dropdown_text_white_readonly"' }, { value: '"ui_cpnt_blogtextfield_base_01"' }, { value: '"ui_cpnt_textfield_base_darktheme_normal"' }, { value: '"ui_cpnt_dropdown_border_darktheme_disabled"' }, { value: '"ui_cpnt_select_border_darktheme_disabled"' }, { value: '"ui_cpnt_dropdown_text_white_disabled"' }, { value: '"ui_cpnt_select_base_darktheme_normal"' }, { value: '"ui_hero_title_text"' }, { value: '"ui_hero_description_text"' }, { value: '"ui_cpnt_divider_area"' }, { value: '"ui_cpnt_button_white_base_hover"' }, { value: '"ui_cpnt_button_white_base_pressed"' }, { value: '"ui_cpnt_list_base_area_hover"' }, { value: '"ui_cpnt_sheet_border_01"' }, { value: '"ui_cpnt_sheet_border_02"' }, { value: '"ui_cpnt_sheet_border_03"' }, { value: '"ui_43"' }, { value: '"ui_44"' }, { value: '"ui_45"' }, { value: '"ui_46"' }, { value: '"ui_47"' }, { value: '"ui_cpnt_sheet_base_03"' }, { value: '"ui_48"' }, { value: '"ui_49"' }, { value: '"ui_50"' }, { value: '"ui_51"' }, { value: '"ui_cpnt_list_text_caption_03"' }, { value: '"ui_cpnt_list_chatbubble_base_area"' }, { value: '"ui_cpnt_list_chatbubble_base_area_my"' }, { value: '"ui_cpnt_list_chatbubble_text_my"' }, { value: '"ui_papp_livechat_link"' }, { value: '"ui_cpnt_list_chatbubble_base_area_seller_color"' }, { value: '"ui_cpnt_list_chatbubble_text_seller_color"' }, { value: '"ui_cpnt_list_chatbubble_base_area_subscriber"' }, { value: '"ui_cpnt_list_chatbubble_text_subscriber"' }, { value: '"ui_cpnt_list_chatbubble_base_area_my_color"' }, { value: '"ui_cpnt_list_chatbubble_text_my_color"' }, { value: '"ui_cpnt_list_chatbubble_base_area_seller"' }, { value: '"ui_cpnt_list_chatbubble_text_seller"' }, { value: '"ui_52"' }, { value: '"ui_cpnt_imageview_dimmed"' }, { value: '"ui_53"' }, { value: '"ui_54"' }, { value: '"ui_55"' }, { value: '"ui_56"' }, { value: '"ui_cpnt_sheet_base_04"' }, { value: '"ui_cpnt_masking_base_01"' }, { value: '"ui_cpnt_masking_icon_01"' }, { value: '"ui_cpnt_list_base_area_transparent_seller"' }, { value: '"ui_57"' }, { value: '"ui_58"' }, { value: '"ui_cpnt_divider_white_opacity00"' }, { value: '"ui_cpnt_textfield_text_colortheme_transparent_enabled"' }, { value: '"ui_cpnt_textfield_text_colortheme_transparent_hint"' }, { value: '"ui_cpnt_textfield_text_colortheme_transparent_disabled"' }, { value: '"ui_cpnt_textfield_icon_colortheme_transparent_default"' }, { value: '"ui_cpnt_textfield_icon_colortheme_transparent_disabled"' }, { value: '"ui_cpnt_textfield_border_colortheme_transparent_normal"' }, { value: '"ui_cpnt_textfield_border_colortheme_transparent_focus"' }, { value: '"ui_cpnt_textfield_border_colortheme_transparent_error"' }, { value: '"ui_cpnt_textfield_text_colortheme_transparent_error"' }, { value: '"ui_cpnt_textfield_base_colortheme_transparent_disabled"' }, { value: '"ui_cpnt_textfield_base_colortheme_transparent_normal"' }, { value: '"ui_cpnt_textfield_text_colortheme_transparent_readonly"' }, { value: '"ui_cpnt_textfield_icon_colortheme_transparent_readonly"' }, { value: '"ui_cpnt_textfield_base_colortheme_transparent_readonly"' }, { value: '"ui_cpnt_textfield_border_colortheme_transparent_disabled"' }, { value: '"ui_cpnt_textfield_border_colortheme_transparent_readonly"' }, { value: '"ui_cpnt_lottiereactionbutton_base_01"' }, { value: '"ui_cpnt_lottiereactionbutton_base_02"' }, { value: '"ui_cpnt_lottiereactionbutton_base_03"' }, { value: '"ui_cpnt_lottiereactionbutton_base_04"' }, { value: '"ui_cpnt_lottiereactionbutton_base_05"' }, { value: '"ui_60"' }, { value: '"ui_61"' }, { value: '"ui_loading_skeleton_01"' }, { value: '"ui_loading_skeleton_02"' }, { value: '"ui_loading_linear_bar"' }, { value: '"ui_loading_linear_base"' }, { value: '"ui_loading_three_bar"' }, { value: '"ui_menu_button_base"' }, { value: '"ui_cpnt_calendar_status_a"' }, { value: '"ui_cpnt_calendar_status_b"' }, { value: '"ui_cpnt_calendar_status_c"' }, { value: '"ui_menu_background_transparent"' }, { value: '"ui_globalmenucontainer_background_transparent"' }, { value: '"ui_pagemenucontainer_background_transparent"' }, { value: '"ui_submenucontainer_background_transparent"' }, { value: '"ui_tabmenucontainer_background_transparent"' }, { value: '"ui_contentscontainer01_background_transparent"' }, { value: '"ui_contentscontainer02_background_transparent"' }, { value: '"ui_toppagemenucontainer_background_wt_m_transparent"' }, { value: '"ui_contentscontainer_background_wt_m_transparent"' }, { value: '"ui_menu_button_base_transparent"' }, { value: '"ui_dimmed_02"' }, { value: '"ui_cpnt_sheet_base_05"' }, { value: '"ui_62"' }, { value: '"ui_cpnt_calendar_date_hover"' }, { value: '"ui_cpnt_calendar_date_pressed"' }, { value: '"ui_cpnt_imageview_dimmed_gradient_01"' }, { value: '"ui_cpnt_imageview_dimmed_gradient_02"' }, { value: '"ui_cpnt_calendar_base"' }, { value: '"ui_cpnt_calendar_border"' }, { value: '"ui_cpnt_calendar_label_base_schedules"' }, { value: '"ui_cpnt_calendar_label_base_expired_schedules"' }, { value: '"ui_cpnt_calendar_label_border_default"' }, { value: '"ui_cpnt_calendar_label_border_schedules"' }, { value: '"ui_cpnt_calendar_label_border_expired_schedules"' }, { value: '"ui_cpnt_calendar_real_time_line"' }, { value: '"ui_cpnt_calendar_date_selected"' }, { value: '"ui_pagination_base_area"' }, { value: '"ui_cpnt_calendar_label_base_standby_selected"' }, { value: '"ui_cpnt_calendar_label_border_standby"' }, { value: '"ui_cpnt_calendar_text_status_standby"' }, { value: '"ui_cpnt_calendar_label_base_booked_selected"' }, { value: '"ui_cpnt_calendar_label_border_booked"' }, { value: '"ui_cpnt_calendar_text_status_booked"' }, { value: '"ui_cpnt_calendar_label_base_expired_selected"' }, { value: '"ui_cpnt_calendar_label_border_expired"' }, { value: '"ui_cpnt_calendar_text_status_expired"' }, { value: '"ui_cpnt_calendar_label_base_standby_default"' }, { value: '"ui_cpnt_calendar_label_base_booked_default"' }, { value: '"ui_cpnt_calendar_label_base_expired_default"' }, { value: '"ui_cpnt_calendar_badge_standby"' }, { value: '"ui_cpnt_calendar_badge_booked"' }, { value: '"ui_cpnt_calendar_badge_expired"' }, { value: '"ui_cpnt_calendar_text_today"' }, { value: '"ui_cpnt_textlabel_sys_warning"' }, { value: '"ui_cpnt_lottiereactionbutton_base_default"' }, { value: '"ui_cpnt_sheet_base_06"' }, { value: '"ui_cpnt_sheet_base_07"' }, { value: '"ui_cpnt_sheet_base_08"' }, { value: '"ui_cpnt_pagination_dot_01"' }, { value: '"ui_cpnt_pagination_dot_02"' }, { value: '"ui_cpnt_pagination_dot_border"' }, { value: '"ui_63"' }, { value: '"ui_64"' }, { value: '"ui_cpnt_sheet_border_04"' }, { value: '"ui_cpnt_button_fill_base_01"' }, { value: '"ui_cpnt_button_fill_base_hangup"' }, { value: '"ui_cpnt_refund_text_status_issued"' }, { value: '"ui_cpnt_refund_text_status_refunded"' }, { value: '"ui_cpnt_divider_white_01"' }, { value: '"ui_cpnt_timer_base_01"' }, { value: '"ui_cpnt_timer_base_timeup"' }, { value: '"ui_66"' }, { value: '"ui_67"' }, { value: '"ui_cpnt_videoplayer_gradient_3"' }, { value: '"ui_68"' }, { value: '"ui_69"' }, { value: '"ui_cpnt_divider_white_02"' }, { value: '"ui_cpnt_list_chatbubble_base_brand_primary"' }, { value: '"ui_cpnt_list_chatbubble_base_grey"' }, { value: '"ui_cpnt_list_chatbubble_base_translucent_white"' }, { value: '"ui_cpnt_list_chatbubble_base_translucent_black"' }, { value: '"ui_avatar_border_translucent_white"' }, { value: '"ui_avatar_border_translucent_black"' }, { value: '"ui_cpnt_textfield_base_hover"' }, { value: '"ui_cpnt_textfield_base_pressed"' }, { value: '"ui_cpnt_button_secondary_on_base_hover"' }, { value: '"ui_cpnt_button_secondary_on_base_pressed"' }, { value: '"ui_cpnt_select_base_hover"' }, { value: '"ui_cpnt_select_base_pressed"' }, { value: '"ui_cpnt_dropdown_base_hover"' }, { value: '"ui_cpnt_dropdown_base_pressed"' }, { value: '"ui_cpnt_sheet_base_09"' }, { value: '"ui_wizard_pagemenucontainer_background"' }, { value: '"ui_stepcontainer_background"' }, { value: '"ui_wizard_contentscontainer01_background"' }, { value: '"ui_wizard_contentscontainer02_background"' }, { value: '"ui_70"' }, { value: '"ui_cpnt_button_primary_variation_base_enabled"' }, { value: '"ui_cpnt_button_text_secondary_variation_disabled"' }, { value: '"ui_cpnt_button_icon_secondary_variation_disabled"' }, { value: '"ui_cpnt_button_secondary_variation_base_default"' }, { value: '"ui_cpnt_button_secondary_variation_base_hover"' }, { value: '"ui_cpnt_button_secondary_variation_base_pressed"' }, { value: '"ui_editor_base_pages"' }, { value: '"ui_editor_base_papp"' }, { value: '"ui_container_scroll"' }, { value: '"ui_pages_section_dimmed"' }, { value: '"ui_71"' }, { value: '"ui_cpnt_textlabel_sys_black"' }, { value: '"ui_cpnt_sheet_base_10"' }, { value: '"ui_cpnt_sheet_base_11"' }, { value: '"ui_72"' }, { value: '"ui_73"' }, { value: '"ui_cpnt_sidebar_listitem_base_hover"' }, { value: '"ui_avatar_border_brandprimary"' }, { value: '"ui_avatar_border"' }, { value: '"ui_editor_rightside_title_tabbar_base"' }, { value: '"ui_editor_preview_base"' }, { value: '"ui_editor_preview_divice_area_border"' }, { value: '"ui_editor_preview_background"' }, { value: '"ui_editor_leftside_base"' }, { value: '"ui_cpnt_sidebar_label_text"' }, { value: '"ui_cpnt_dropdown_base_hover_darktheme"' }, { value: '"ui_cpnt_dropdown_base_pressed_darktheme"' }, { value: '"ui_cpnt_dropdown_base_hover_white"' }, { value: '"ui_cpnt_dropdown_base_pressed_white"' }, { value: '"ui_cpnt_textfield_base_hover_darktheme"' }, { value: '"ui_cpnt_textfield_base_pressed_darktheme"' }, { value: '"ui_cpnt_select_base_hover_darktheme"' }, { value: '"ui_cpnt_select_base_pressed_darktheme"' }, { value: '"ui_cpnt_textfield_base_hover_transparent"' }, { value: '"ui_cpnt_textfield_base_pressed_transparent"' }, { value: '"ui_cpnt_reactionbutton_base_02"' }, { value: '"ui_create_ch_step_prev"' }] } } } }, "undefined" != typeof STORYBOOK_REACT_CLASSES && (STORYBOOK_REACT_CLASSES["src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFB.tsx#WFB"] = { docgenInfo: WFB.__docgenInfo, name: "WFB", path: "src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFB.tsx#WFB" });
@@ -3179,7 +3187,7 @@
3179
3187
  for (var k in mod)
3180
3188
  "default" !== k && Object.prototype.hasOwnProperty.call(mod, k) && __createBinding(result, mod, k); return __setModuleDefault(result, mod), result; }, __importDefault = this && this.__importDefault || function (mod) { return mod && mod.__esModule ? mod : { default: mod }; };
3181
3189
  Object.defineProperty(exports, "__esModule", { value: !0 });
3182
- var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6, templateObject_7, templateObject_8, templateObject_9, templateObject_10, templateObject_11, templateObject_12, templateObject_13, templateObject_14, templateObject_15, react_1 = __importDefault(__webpack_require__(0)), styled_components_1 = __importStar(__webpack_require__(1)), components_1 = __webpack_require__(8), WFE = function (_a) { var layoutType = _a.layoutType, content1 = _a.content1, containerColor = _a.containerColor, areaColor = _a.areaColor, isLoadingContainer1 = _a.isLoadingContainer1, overrideContainer1ColorKey = _a.overrideContainer1ColorKey; return react_1.default.createElement(S_ContentsContainer, { "x-pds-name": "ContentsContainer", "x-pds-element-type": "layout", "x-pds-device-type": "desktop", "x-pds-layout-type": "WFE", layoutType: layoutType, containerColor: containerColor, overrideContainer1ColorKey: overrideContainer1ColorKey }, isLoadingContainer1 ? react_1.default.createElement(components_1.ThreeBarProgress, null) : react_1.default.createElement(react_1.default.Fragment, null, react_1.default.createElement(S_ContentsArea, { "x-pds-name": "ContentsArea", "x-pds-element-type": "layout", "x-pds-device-type": "desktop", "x-pds-layout-type": "WFE", layoutType: layoutType, areaColor: areaColor }, react_1.default.createElement(S_Content1, { "x-pds-name": "Content1", "x-pds-element-type": "layout", "x-pds-device-type": "desktop", "x-pds-layout-type": "WFE", layoutType: layoutType }, content1)))); }, scrollVisible = (0, styled_components_1.css)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n ::-webkit-scrollbar-thumb {\n background-color: ", ";\n background-clip: padding-box;\n border-radius: 5px;\n border: 2px solid transparent;\n }\n\n ::-webkit-scrollbar-track {\n margin-top: 24px;\n margin-bottom: 24px;\n }\n\n ::-webkit-scrollbar {\n display: block;\n width: 10px;\n }\n"], ["\n ::-webkit-scrollbar-thumb {\n background-color: ", ";\n background-clip: padding-box;\n border-radius: 5px;\n border: 2px solid transparent;\n }\n\n ::-webkit-scrollbar-track {\n margin-top: 24px;\n margin-bottom: 24px;\n }\n\n ::-webkit-scrollbar {\n display: block;\n width: 10px;\n }\n"])), (function (_a) { return _a.theme.ui_container_scroll; })), WFE_1ContainerStyle = (0, styled_components_1.css)(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n overflow: hidden;\n border-radius: 24px;\n width: 864px;\n"], ["\n overflow: hidden;\n border-radius: 24px;\n width: 864px;\n"]))), WFE_2ContainerStyle = (0, styled_components_1.css)(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n overflow-x: hidden;\n overflow-y: auto;\n border-radius: 24px;\n width: 864px;\n"], ["\n overflow-x: hidden;\n overflow-y: auto;\n border-radius: 24px;\n width: 864px;\n"]))), WFE_3ContainerStyle = (0, styled_components_1.css)(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n overflow: hidden;\n border-radius: 24px;\n width: 1152px;\n"], ["\n overflow: hidden;\n border-radius: 24px;\n width: 1152px;\n"]))), WFE_4ContainerStyle = (0, styled_components_1.css)(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n overflow-x: hidden;\n overflow-y: auto;\n border-radius: 24px;\n width: 1152px;\n"], ["\n overflow-x: hidden;\n overflow-y: auto;\n border-radius: 24px;\n width: 1152px;\n"]))), WFE_1AreaStyle = (0, styled_components_1.css)(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n height: 100%;\n"], ["\n height: 100%;\n"]))), WFE_2AreaStyle = (0, styled_components_1.css)(templateObject_7 || (templateObject_7 = __makeTemplateObject(["\n box-sizing: border-box;\n padding-top: 24px;\n padding-bottom: 88px;\n"], ["\n box-sizing: border-box;\n padding-top: 24px;\n padding-bottom: 88px;\n"]))), WFE_3AreaStyle = (0, styled_components_1.css)(templateObject_8 || (templateObject_8 = __makeTemplateObject(["\n height: 100%;\n"], ["\n height: 100%;\n"]))), WFE_4AreaStyle = (0, styled_components_1.css)(templateObject_9 || (templateObject_9 = __makeTemplateObject(["\n box-sizing: border-box;\n padding-top: 24px;\n padding-bottom: 88px;\n"], ["\n box-sizing: border-box;\n padding-top: 24px;\n padding-bottom: 88px;\n"]))), WFE_1Content1Style = (0, styled_components_1.css)(templateObject_10 || (templateObject_10 = __makeTemplateObject(["\n height: 100%;\n overflow: hidden;\n"], ["\n height: 100%;\n overflow: hidden;\n"]))), WFE_3Content1Style = (0, styled_components_1.css)(templateObject_11 || (templateObject_11 = __makeTemplateObject(["\n height: 100%;\n overflow: hidden;\n"], ["\n height: 100%;\n overflow: hidden;\n"]))), overrideStyleContainer1 = (0, styled_components_1.css)(templateObject_12 || (templateObject_12 = __makeTemplateObject(["\n background-color: ", ";\n"], ["\n background-color: ", ";\n"])), (function (_a) { var theme = _a.theme, overrideContainer1ColorKey = _a.overrideContainer1ColorKey; return overrideContainer1ColorKey && theme[overrideContainer1ColorKey]; })), S_ContentsContainer = styled_components_1.default.div(templateObject_13 || (templateObject_13 = __makeTemplateObject(["\n align-items: flex-start;\n background-color: ", ";\n display: flex;\n justify-content: center;\n height: 60vh;\n max-height: 640px;\n\n ", ";\n ", ";\n\n ", "\n ", "\n"], ["\n align-items: flex-start;\n background-color: ", ";\n display: flex;\n justify-content: center;\n height: 60vh;\n max-height: 640px;\n\n ", ";\n ", ";\n\n ", "\n ", "\n"])), (function (_a) { return _a.theme.ui_wizard_contentscontainer01_background; }), (function (_a) { var layoutType = _a.layoutType; return { WFE_1: WFE_1ContainerStyle, WFE_2: WFE_2ContainerStyle, WFE_3: WFE_3ContainerStyle, WFE_4: WFE_4ContainerStyle }[layoutType]; }), (function (_a) { return "background-color: " + _a.containerColor; }), scrollVisible, overrideStyleContainer1), S_ContentsArea = styled_components_1.default.div(templateObject_14 || (templateObject_14 = __makeTemplateObject(["\n box-sizing: border-box;\n width: 100%;\n\n ", ";\n ", ";\n"], ["\n box-sizing: border-box;\n width: 100%;\n\n ", ";\n ", ";\n"])), (function (_a) { var layoutType = _a.layoutType; return { WFE_1: WFE_1AreaStyle, WFE_2: WFE_2AreaStyle, WFE_3: WFE_3AreaStyle, WFE_4: WFE_4AreaStyle }[layoutType]; }), (function (_a) { return "background-color: " + _a.areaColor; })), S_Content1 = styled_components_1.default.div(templateObject_15 || (templateObject_15 = __makeTemplateObject(["\n ", ";\n"], ["\n ", ";\n"])), (function (_a) { var layoutType = _a.layoutType; return { WFE_1: WFE_1Content1Style, WFE_2: "", WFE_3: WFE_3Content1Style, WFE_4: "" }[layoutType]; }));
3190
+ var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6, templateObject_7, templateObject_8, templateObject_9, templateObject_10, templateObject_11, templateObject_12, templateObject_13, templateObject_14, templateObject_15, react_1 = __importDefault(__webpack_require__(0)), styled_components_1 = __importStar(__webpack_require__(1)), components_1 = __webpack_require__(8), WFE = function (_a) { var layoutType = _a.layoutType, content1 = _a.content1, containerColor = _a.containerColor, areaColor = _a.areaColor, isLoadingContainer1 = _a.isLoadingContainer1, overrideContainer1ColorKey = _a.overrideContainer1ColorKey; return react_1.default.createElement(S_ContentsContainer, { "x-pds-name": "ContentsContainer", "x-pds-element-type": "layout", "x-pds-device-type": "desktop", "x-pds-layout-type": "WFE", layoutType: layoutType, containerColor: containerColor, overrideContainer1ColorKey: overrideContainer1ColorKey }, isLoadingContainer1 ? react_1.default.createElement(components_1.ThreeBarProgress, null) : react_1.default.createElement(react_1.default.Fragment, null, react_1.default.createElement(S_ContentsArea, { "x-pds-name": "ContentsArea", "x-pds-element-type": "layout", "x-pds-device-type": "desktop", "x-pds-layout-type": "WFE", layoutType: layoutType, areaColor: areaColor }, react_1.default.createElement(S_Content1, { "x-pds-name": "Content1", "x-pds-element-type": "layout", "x-pds-device-type": "desktop", "x-pds-layout-type": "WFE", layoutType: layoutType }, content1)))); }, scrollVisible = (0, styled_components_1.css)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n ::-webkit-scrollbar-thumb {\n background-color: ", ";\n background-clip: padding-box;\n border-radius: 5px;\n border: 2px solid transparent;\n }\n\n ::-webkit-scrollbar-track {\n margin-top: 24px;\n margin-bottom: 24px;\n }\n\n ::-webkit-scrollbar {\n display: block;\n width: 10px;\n }\n"], ["\n ::-webkit-scrollbar-thumb {\n background-color: ", ";\n background-clip: padding-box;\n border-radius: 5px;\n border: 2px solid transparent;\n }\n\n ::-webkit-scrollbar-track {\n margin-top: 24px;\n margin-bottom: 24px;\n }\n\n ::-webkit-scrollbar {\n display: block;\n width: 10px;\n }\n"])), (function (_a) { return _a.theme.ui_container_scroll; })), WFE_1ContainerStyle = (0, styled_components_1.css)(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n overflow: hidden;\n border-radius: 24px;\n width: 864px;\n"], ["\n overflow: hidden;\n border-radius: 24px;\n width: 864px;\n"]))), WFE_2ContainerStyle = (0, styled_components_1.css)(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n overflow-x: hidden;\n overflow-y: auto;\n border-radius: 24px;\n width: 864px;\n"], ["\n overflow-x: hidden;\n overflow-y: auto;\n border-radius: 24px;\n width: 864px;\n"]))), WFE_3ContainerStyle = (0, styled_components_1.css)(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n overflow: hidden;\n border-radius: 24px;\n width: 1152px;\n"], ["\n overflow: hidden;\n border-radius: 24px;\n width: 1152px;\n"]))), WFE_4ContainerStyle = (0, styled_components_1.css)(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n overflow-x: hidden;\n overflow-y: auto;\n border-radius: 24px;\n width: 1152px;\n"], ["\n overflow-x: hidden;\n overflow-y: auto;\n border-radius: 24px;\n width: 1152px;\n"]))), WFE_1AreaStyle = (0, styled_components_1.css)(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n height: 100%;\n"], ["\n height: 100%;\n"]))), WFE_2AreaStyle = (0, styled_components_1.css)(templateObject_7 || (templateObject_7 = __makeTemplateObject(["\n box-sizing: border-box;\n padding-top: 24px;\n"], ["\n box-sizing: border-box;\n padding-top: 24px;\n"]))), WFE_3AreaStyle = (0, styled_components_1.css)(templateObject_8 || (templateObject_8 = __makeTemplateObject(["\n height: 100%;\n"], ["\n height: 100%;\n"]))), WFE_4AreaStyle = (0, styled_components_1.css)(templateObject_9 || (templateObject_9 = __makeTemplateObject(["\n box-sizing: border-box;\n padding-top: 24px;\n"], ["\n box-sizing: border-box;\n padding-top: 24px;\n"]))), WFE_1Content1Style = (0, styled_components_1.css)(templateObject_10 || (templateObject_10 = __makeTemplateObject(["\n height: 100%;\n overflow: hidden;\n"], ["\n height: 100%;\n overflow: hidden;\n"]))), WFE_3Content1Style = (0, styled_components_1.css)(templateObject_11 || (templateObject_11 = __makeTemplateObject(["\n height: 100%;\n overflow: hidden;\n"], ["\n height: 100%;\n overflow: hidden;\n"]))), overrideStyleContainer1 = (0, styled_components_1.css)(templateObject_12 || (templateObject_12 = __makeTemplateObject(["\n background-color: ", ";\n"], ["\n background-color: ", ";\n"])), (function (_a) { var theme = _a.theme, overrideContainer1ColorKey = _a.overrideContainer1ColorKey; return overrideContainer1ColorKey && theme[overrideContainer1ColorKey]; })), S_ContentsContainer = styled_components_1.default.div(templateObject_13 || (templateObject_13 = __makeTemplateObject(["\n align-items: flex-start;\n background-color: ", ";\n display: flex;\n justify-content: center;\n height: 60vh;\n max-height: 640px;\n\n ", ";\n ", ";\n\n ", "\n ", "\n"], ["\n align-items: flex-start;\n background-color: ", ";\n display: flex;\n justify-content: center;\n height: 60vh;\n max-height: 640px;\n\n ", ";\n ", ";\n\n ", "\n ", "\n"])), (function (_a) { return _a.theme.ui_wizard_contentscontainer01_background; }), (function (_a) { var layoutType = _a.layoutType; return { WFE_1: WFE_1ContainerStyle, WFE_2: WFE_2ContainerStyle, WFE_3: WFE_3ContainerStyle, WFE_4: WFE_4ContainerStyle }[layoutType]; }), (function (_a) { return "background-color: " + _a.containerColor; }), scrollVisible, overrideStyleContainer1), S_ContentsArea = styled_components_1.default.div(templateObject_14 || (templateObject_14 = __makeTemplateObject(["\n box-sizing: border-box;\n width: 100%;\n\n ", ";\n ", ";\n"], ["\n box-sizing: border-box;\n width: 100%;\n\n ", ";\n ", ";\n"])), (function (_a) { var layoutType = _a.layoutType; return { WFE_1: WFE_1AreaStyle, WFE_2: WFE_2AreaStyle, WFE_3: WFE_3AreaStyle, WFE_4: WFE_4AreaStyle }[layoutType]; }), (function (_a) { return "background-color: " + _a.areaColor; })), S_Content1 = styled_components_1.default.div(templateObject_15 || (templateObject_15 = __makeTemplateObject(["\n ", ";\n"], ["\n ", ";\n"])), (function (_a) { var layoutType = _a.layoutType; return { WFE_1: WFE_1Content1Style, WFE_2: "", WFE_3: WFE_3Content1Style, WFE_4: "" }[layoutType]; }));
3183
3191
  exports.default = WFE;
3184
3192
  try {
3185
3193
  WFE.displayName = "WFE", WFE.__docgenInfo = { description: "", displayName: "WFE", props: { layoutType: { defaultValue: null, description: "", name: "layoutType", required: !0, type: { name: "enum", value: [{ value: '"WFE_1"' }, { value: '"WFE_2"' }, { value: '"WFE_3"' }, { value: '"WFE_4"' }] } }, content1: { defaultValue: null, description: "", name: "content1", required: !1, type: { name: "Element" } }, containerColor: { defaultValue: null, description: "", name: "containerColor", required: !1, type: { name: "string" } }, areaColor: { defaultValue: null, description: "", name: "areaColor", required: !1, type: { name: "string" } }, isLoadingContainer1: { defaultValue: null, description: "", name: "isLoadingContainer1", required: !1, type: { name: "boolean" } }, overrideContainer1ColorKey: { defaultValue: null, description: "", name: "overrideContainer1ColorKey", required: !1, type: { name: "enum", value: [{ value: '"ui_cpnt_icon_sys_grey_01"' }, { value: '"ui_cpnt_button_fill_base_primary"' }, { value: '"ui_cpnt_button_fill_base_default"' }, { value: '"ui_cpnt_button_fill_base_white"' }, { value: '"ui_cpnt_button_fill_on_base_hover"' }, { value: '"ui_cpnt_button_fill_on_base_pressed"' }, { value: '"ui_cpnt_button_fill_base_disabled"' }, { value: '"ui_cpnt_button_line_base_pressed"' }, { value: '"ui_cpnt_button_line_base_hover"' }, { value: '"ui_cpnt_button_line_border_default"' }, { value: '"ui_cpnt_button_line_border_enabled"' }, { value: '"ui_cpnt_button_line_border_disabled"' }, { value: '"ui_cpnt_button_line_border_primary"' }, { value: '"ui_cpnt_button_text_primary"' }, { value: '"ui_cpnt_button_text_on_primary"' }, { value: '"ui_cpnt_button_text_enabled"' }, { value: '"ui_cpnt_button_text_disabled"' }, { value: '"ui_cpnt_button_text_default"' }, { value: '"ui_cpnt_button_icon_on_primary"' }, { value: '"ui_cpnt_button_icon_primary"' }, { value: '"ui_cpnt_button_icon_enabled"' }, { value: '"ui_cpnt_button_icon_disabled"' }, { value: '"ui_cpnt_button_icon_default"' }, { value: '"ui_cpnt_textfield_border_normal"' }, { value: '"ui_cpnt_textfield_border_focus"' }, { value: '"ui_cpnt_textfield_border_error"' }, { value: '"ui_cpnt_textfield_base_normal"' }, { value: '"ui_cpnt_textfield_base_disabled"' }, { value: '"ui_cpnt_textfield_text_hint"' }, { value: '"ui_cpnt_textfield_text_typed"' }, { value: '"ui_cpnt_textfield_text_error"' }, { value: '"ui_cpnt_textfield_text_disabled"' }, { value: '"ui_cpnt_textfield_icon_01"' }, { value: '"ui_cpnt_textfield_icon_02"' }, { value: '"ui_cpnt_textfield_icon_03"' }, { value: '"ui_cpnt_list_base_area"' }, { value: '"ui_cpnt_list_base_area_select"' }, { value: '"ui_cpnt_list_text_title"' }, { value: '"ui_cpnt_list_text_description_01"' }, { value: '"ui_cpnt_list_text_caption_01"' }, { value: '"ui_cpnt_headerbar_base_area"' }, { value: '"ui_cpnt_headerbar_text_title"' }, { value: '"ui_cpnt_headerbar_icon"' }, { value: '"ui_cpnt_headerbar_divider"' }, { value: '"ui_cpnt_tabbar_base_area"' }, { value: '"ui_cpnt_tabbar_divider"' }, { value: '"ui_cpnt_tabbar_base_area_sub"' }, { value: '"ui_cpnt_tabbar_border_active_indicator_primary"' }, { value: '"ui_cpnt_tabbar_text_active_primary"' }, { value: '"ui_cpnt_tabbar_border_active_indicator"' }, { value: '"ui_cpnt_tabbar_text_active"' }, { value: '"ui_cpnt_tabbar_text_inactive_01"' }, { value: '"ui_2"' }, { value: '"ui_3"' }, { value: '"ui_4"' }, { value: '"ui_5"' }, { value: '"ui_6"' }, { value: '"ui_7"' }, { value: '"ui_8"' }, { value: '"ui_9"' }, { value: '"ui_cpnt_pagination_slide_dot_active"' }, { value: '"ui_cpnt_pagination_slide_dot_inactive"' }, { value: '"ui_10"' }, { value: '"ui_11"' }, { value: '"ui_cpnt_modal_header_text_title"' }, { value: '"ui_cpnt_modal_header_icon_01"' }, { value: '"ui_cpnt_modal_header_base_area"' }, { value: '"ui_cpnt_modal_header_base_line"' }, { value: '"ui_cpnt_modal_body_primary_text"' }, { value: '"ui_cpnt_modal_body_secondary_text"' }, { value: '"ui_cpnt_modal_footer_base_area"' }, { value: '"ui_cpnt_modal_footer_divider"' }, { value: '"ui_cpnt_modal_base"' }, { value: '"ui_12"' }, { value: '"ui_13"' }, { value: '"ui_14"' }, { value: '"ui_15"' }, { value: '"ui_cpnt_text_emptystate"' }, { value: '"ui_cpnt_chip_fill_icon_inactive"' }, { value: '"ui_cpnt_chip_fill_icon_active_01"' }, { value: '"ui_cpnt_chip_fill_text_inactive"' }, { value: '"ui_cpnt_chip_fill_text_active_01"' }, { value: '"ui_cpnt_chip_fill_base_inactive"' }, { value: '"ui_cpnt_chip_fill_base_active_01"' }, { value: '"ui_cpnt_chip_line_icon_01"' }, { value: '"ui_cpnt_chip_line_text_01"' }, { value: '"ui_cpnt_chip_line_text_disabled"' }, { value: '"ui_cpnt_chip_line_border_01"' }, { value: '"ui_cpnt_chip_base_playtime"' }, { value: '"ui_16"' }, { value: '"ui_cpnt_list_icon_01"' }, { value: '"ui_cpnt_list_icon_02"' }, { value: '"ui_cpnt_bottomsheet_icon_01"' }, { value: '"ui_cpnt_bottomsheet_text_01"' }, { value: '"ui_cpnt_bottomsheet_text_02"' }, { value: '"ui_cpnt_bottomsheet_icon_02"' }, { value: '"ui_19"' }, { value: '"ui_20"' }, { value: '"ui_cpnt_fab_default_base_white"' }, { value: '"ui_cpnt_fab_default_base_red"' }, { value: '"ui_cpnt_fab_default_base_primary"' }, { value: '"ui_cpnt_fab_default_base_hover"' }, { value: '"ui_cpnt_fab_default_on_base_hover"' }, { value: '"ui_cpnt_fab_default_base_pressed"' }, { value: '"ui_cpnt_fab_default_on_base_pressed"' }, { value: '"ui_cpnt_fab_default_base_disabled"' }, { value: '"ui_cpnt_fab_icon_enabled"' }, { value: '"ui_cpnt_fab_icon_on_primary"' }, { value: '"ui_cpnt_fab_icon_disabled"' }, { value: '"ui_cpnt_fab_extended_base_primary"' }, { value: '"ui_cpnt_fab_extended_on_base_hover"' }, { value: '"ui_cpnt_fab_extended_on_base_pressed"' }, { value: '"ui_cpnt_fab_extended_base_disabled"' }, { value: '"ui_cpnt_fab_text_on_primary"' }, { value: '"ui_cpnt_fab_text_disabled"' }, { value: '"ui_cpnt_alertdialog_base"' }, { value: '"ui_cpnt_alertdialog_icon_success"' }, { value: '"ui_cpnt_alertdialog_icon_error"' }, { value: '"ui_cpnt_alertdialog_icon_warning"' }, { value: '"ui_cpnt_alertdialog_text_title"' }, { value: '"ui_cpnt_alertdialog_text_body"' }, { value: '"ui_21"' }, { value: '"ui_22"' }, { value: '"ui_23"' }, { value: '"ui_24"' }, { value: '"ui_25"' }, { value: '"ui_26"' }, { value: '"ui_27"' }, { value: '"ui_cpnt_divider"' }, { value: '"ui_cpnt_select_border_normal"' }, { value: '"ui_cpnt_select_border_focus"' }, { value: '"ui_cpnt_select_base_normal"' }, { value: '"ui_cpnt_select_base_disabled"' }, { value: '"ui_cpnt_select_text_hint"' }, { value: '"ui_cpnt_select_text_selected"' }, { value: '"ui_cpnt_select_text_disabled"' }, { value: '"ui_cpnt_select_icon_01"' }, { value: '"ui_cpnt_select_icon_02"' }, { value: '"ui_28"' }, { value: '"ui_29"' }, { value: '"ui_30"' }, { value: '"ui_cpnt_videoplayer_icon_01"' }, { value: '"ui_32"' }, { value: '"ui_cpnt_selcontrols_icon_primary"' }, { value: '"ui_cpnt_selcontrols_icon_disabled"' }, { value: '"ui_cpnt_selcontrols_icon_default"' }, { value: '"ui_cpnt_selcontrols_text_disabled"' }, { value: '"ui_cpnt_selcontrols_text_default"' }, { value: '"ui_cpnt_selcontrols_icon_on_base_hover"' }, { value: '"ui_cpnt_contextmenu_menu_base_normal"' }, { value: '"ui_cpnt_contextmenu_menu_base_hover"' }, { value: '"ui_cpnt_contextmenu_menu_base_selected"' }, { value: '"ui_cpnt_contextmenu_text"' }, { value: '"ui_cpnt_selcontrols_base_off"' }, { value: '"ui_cpnt_selcontrols_base_on"' }, { value: '"ui_cpnt_tabbar_text_inactive_02"' }, { value: '"ui_cpnt_videoplayer_unavailable"' }, { value: '"ui_cpnt_list_divider"' }, { value: '"ui_cpnt_button_fill_base_transparent"' }, { value: '"ui_cpnt_list_badge_active"' }, { value: '"ui_cpnt_list_badge_active_primary"' }, { value: '"ui_cpnt_list_badge_disabled"' }, { value: '"ui_cpnt_list_badge_cancel"' }, { value: '"ui_cpnt_list_text_quantity_plus"' }, { value: '"ui_cpnt_content_card_base"' }, { value: '"ui_cpnt_content_icon_03"' }, { value: '"ui_cpnt_content_icon_01"' }, { value: '"ui_cpnt_content_icon_02"' }, { value: '"ui_cpnt_content_card_status_a"' }, { value: '"ui_cpnt_content_card_status_b"' }, { value: '"ui_cpnt_content_card_status_c"' }, { value: '"ui_cpnt_content_card_status_d"' }, { value: '"ui_cpnt_textgroup_base_area"' }, { value: '"ui_cpnt_imageslide_active"' }, { value: '"ui_cpnt_imageslide_inactive"' }, { value: '"ui_cpnt_videoplayer_icon_02"' }, { value: '"ui_cpnt_videoplayer_text_01"' }, { value: '"ui_cpnt_videoplayer_text_02"' }, { value: '"ui_cpnt_videoplayer_scrubber_01"' }, { value: '"ui_cpnt_videoplayer_scrubber_primary"' }, { value: '"ui_cpnt_videoplayer_playbar_base"' }, { value: '"ui_cpnt_videoplayer_playbar_02"' }, { value: '"ui_cpnt_videoplayer_playbar_primary"' }, { value: '"ui_cpnt_videoplayer_playbar_01"' }, { value: '"ui_cpnt_tableheadbar_title"' }, { value: '"ui_cpnt_tableheaderbar_text_default"' }, { value: '"ui_cpnt_tableheaderbar_text_disabled"' }, { value: '"ui_cpnt_tableheaderbar_icon_01"' }, { value: '"ui_cpnt_datatable_text_01"' }, { value: '"ui_cpnt_datatable_text_02"' }, { value: '"ui_cpnt_datatable_text_03"' }, { value: '"ui_cpnt_datatable_text_textbutton"' }, { value: '"ui_cpnt_datatable_text_active"' }, { value: '"ui_cpnt_datatable_base_default"' }, { value: '"ui_cpnt_datatable_base_hover"' }, { value: '"ui_cpnt_datatable_text_inactive"' }, { value: '"ui_cpnt_datatable_bulkaction_base"' }, { value: '"ui_cpnt_datatable_icon_01"' }, { value: '"ui_cpnt_datatable_text_04"' }, { value: '"ui_cpnt_chip_fill_base_active_02"' }, { value: '"ui_cpnt_chip_fill_text_active_02"' }, { value: '"ui_cpnt_chip_fill_icon_active_02"' }, { value: '"ui_cpnt_dropdown_border_normal"' }, { value: '"ui_cpnt_dropdown_border_focus"' }, { value: '"ui_cpnt_dropdown_base_normal"' }, { value: '"ui_cpnt_dropdown_base_disabled"' }, { value: '"ui_cpnt_dropdown_text_hint"' }, { value: '"ui_cpnt_dropdown_text_selected"' }, { value: '"ui_cpnt_dropdown_text_disabled"' }, { value: '"ui_cpnt_dropdown_icon_01"' }, { value: '"ui_cpnt_dropdown_icon_02"' }, { value: '"ui_cpnt_datatable_textbutton_base_02"' }, { value: '"ui_cpnt_datatable_textbutton_base_01"' }, { value: '"ui_cpnt_datatable_icon_02"' }, { value: '"ui_cpnt_datatable_icon_03"' }, { value: '"ui_cpnt_datatable_icon_04"' }, { value: '"ui_cpnt_sidebar_common_base"' }, { value: '"ui_cpnt_sidebar_header_base"' }, { value: '"ui_cpnt_sidebar_label_base"' }, { value: '"ui_cpnt_sidebar_listitem_base_inactive"' }, { value: '"ui_cpnt_sidebar_listitem_base_active"' }, { value: '"ui_cpnt_sidebar_footer_base"' }, { value: '"ui_cpnt_sidebar_label_icon"' }, { value: '"ui_cpnt_sidebar_listitem_icon_inactive"' }, { value: '"ui_cpnt_sidebar_listitem_icon_active"' }, { value: '"ui_cpnt_sidebar_icon_01"' }, { value: '"ui_cpnt_modal_body_base"' }, { value: '"ui_cpnt_modal_header_icon_02"' }, { value: '"ui_cpnt_selectcard_base_selected"' }, { value: '"ui_cpnt_selectcard_base_default"' }, { value: '"ui_cpnt_selectcard_icon_default"' }, { value: '"ui_cpnt_selectcard_icon_selected"' }, { value: '"ui_cpnt_selectcard_text_01"' }, { value: '"ui_cpnt_selectcard_text_02"' }, { value: '"ui_cpnt_selectcard_text_03"' }, { value: '"ui_cpnt_bannerslidecontent_text_white"' }, { value: '"ui_cpnt_modal_header_icon_03"' }, { value: '"ui_cpnt_modal_body_tertiary_text"' }, { value: '"ui_cpnt_list_timestatus_base"' }, { value: '"ui_cpnt_list_text_timestatus"' }, { value: '"ui_cpnt_imageview_base_03"' }, { value: '"ui_34"' }, { value: '"ui_cpnt_editorsidebar_base"' }, { value: '"ui_cpnt_editorsidebar_visible_status_base"' }, { value: '"ui_cpnt_editorsidebar_visible_status_text"' }, { value: '"ui_cpnt_editorsidebar_card_base_default"' }, { value: '"ui_cpnt_editorsidebar_card_base_selected"' }, { value: '"ui_cpnt_editorsidebar_text_default"' }, { value: '"ui_cpnt_editorsidebar_text_selected"' }, { value: '"ui_cpnt_editorsidebar_icon_default"' }, { value: '"ui_cpnt_editorsidebar_icon_selected"' }, { value: '"ui_cpnt_editorsidebar_card_border"' }, { value: '"ui_cpnt_step_base_area"' }, { value: '"ui_cpnt_step_text_inactive"' }, { value: '"ui_cpnt_step_text_active"' }, { value: '"ui_cpnt_step_circular_inactive"' }, { value: '"ui_cpnt_step_circular_active"' }, { value: '"ui_cpnt_step_icon"' }, { value: '"ui_cpnt_step_text_number"' }, { value: '"ui_cpnt_imageslide_dot_area_1"' }, { value: '"ui_cpnt_imageslide_dot_area_2"' }, { value: '"ui_cpnt_editorsidebar_text_disabled"' }, { value: '"ui_cpnt_editorsidebar_icon_disabled"' }, { value: '"ui_cpnt_editorsidebar_card_border_disabled"' }, { value: '"ui_cpnt_userdesktopnavbar_base_area"' }, { value: '"ui_cpnt_button_line_base_default"' }, { value: '"ui_cpnt_userdesktoptabbar_base_area"' }, { value: '"ui_cpnt_userdesktoptabbar_divider"' }, { value: '"ui_cpnt_userdesktoptabbar_border_active_indicator"' }, { value: '"ui_cpnt_userdesktoptabbar_text_active"' }, { value: '"ui_cpnt_userdesktoptabbar_text_inactive"' }, { value: '"ui_cpnt_selcontrols_base_off_disabled"' }, { value: '"ui_cpnt_selcontrols_base_on_disabled"' }, { value: '"ui_cpnt_selcontrols_circular"' }, { value: '"ui_cpnt_chip_line_icon_02"' }, { value: '"ui_cpnt_overlay_base"' }, { value: '"ui_cpnt_profile_base"' }, { value: '"ui_cpnt_card_base"' }, { value: '"ui_cpnt_card_selected_border"' }, { value: '"ui_cpnt_card_icon_basic"' }, { value: '"ui_cpnt_card_icon_custom"' }, { value: '"ui_cpnt_card_icon_create"' }, { value: '"ui_cpnt_modal_dimmed"' }, { value: '"ui_cpnt_alertdialog_dimmed"' }, { value: '"ui_cpnt_bottomsheet_base"' }, { value: '"ui_cpnt_bottomsheet_icon_03"' }, { value: '"ui_cpnt_button_icon_white"' }, { value: '"ui_cpnt_list_icon_03"' }, { value: '"ui_cpnt_list_icon_active_primary"' }, { value: '"ui_cpnt_alertdialog_icon_information"' }, { value: '"ui_cpnt_bottomsheet_bar"' }, { value: '"ui_cpnt_button_line_border_error"' }, { value: '"ui_cpnt_button_text_error"' }, { value: '"ui_cpnt_button_icon_error"' }, { value: '"ui_cpnt_textlabel_sys_primary"' }, { value: '"ui_cpnt_textlabel_sys_secondary"' }, { value: '"ui_cpnt_textlabel_sys_tertiary"' }, { value: '"ui_cpnt_textlabel_sys_white"' }, { value: '"ui_cpnt_textlabel_sys_brandprimary"' }, { value: '"ui_cpnt_textlabel_sys_error"' }, { value: '"ui_cpnt_textlabel_sys_brandseconvariant"' }, { value: '"ui_cpnt_textlabel_usr_brandprimary"' }, { value: '"ui_cpnt_textlabel_usr_brandseconvariant"' }, { value: '"ui_cpnt_textlabel_usr_brandonprimary"' }, { value: '"ui_cpnt_list_text_body"' }, { value: '"ui_cpnt_card_icon_background_01"' }, { value: '"ui_cpnt_card_icon_background_02"' }, { value: '"ui_cpnt_card_icon_background_03"' }, { value: '"ui_cpnt_bannerslide_gradient_1"' }, { value: '"ui_cpnt_bannerslide_gradient_2"' }, { value: '"ui_cpnt_modal_gradient_1"' }, { value: '"ui_cpnt_modal_gradient_2"' }, { value: '"ui_cpnt_list_icon_04"' }, { value: '"ui_cpnt_list_thumbnail_border"' }, { value: '"ui_cpnt_list_thumbnail_gradient_1"' }, { value: '"ui_cpnt_list_thumbnail_gradient_2"' }, { value: '"ui_cpnt_list_base_area_active"' }, { value: '"ui_cpnt_contextmenu_base"' }, { value: '"ui_cpnt_videoplayer_gradient_1"' }, { value: '"ui_cpnt_videoplayer_gradient_2"' }, { value: '"ui_cpnt_videoplayer_overlay"' }, { value: '"ui_globalmenucontainer_background"' }, { value: '"ui_pagemenucontainer_background"' }, { value: '"ui_submenucontainer_background"' }, { value: '"ui_tabmenucontainer_background"' }, { value: '"ui_contentscontainer01_background"' }, { value: '"ui_contentscontainer02_background"' }, { value: '"ui_cpnt_bannerslide_icon_01"' }, { value: '"ui_cpnt_card_shadow"' }, { value: '"ui_cpnt_bannerslide_pagination_active"' }, { value: '"ui_cpnt_bannerslide_pagination_inactive"' }, { value: '"ui_cpnt_icon_usr_brandprimary"' }, { value: '"ui_container_divider"' }, { value: '"ui_area_divider"' }, { value: '"ui_cpnt_list_base_area_seller"' }, { value: '"ui_temp_grey_01"' }, { value: '"ui_temp_grey_02"' }, { value: '"ui_temp_grey_03"' }, { value: '"ui_temp_grey_04"' }, { value: '"ui_temp_grey_05"' }, { value: '"ui_temp_white"' }, { value: '"ui_temp_primary_01"' }, { value: '"ui_temp_secondary_01"' }, { value: '"ui_temp_red"' }, { value: '"ui_temp_white_opacity_00"' }, { value: '"ui_temp_dimmed"' }, { value: '"ui_temp_black"' }, { value: '"ui_temp_primary_02"' }, { value: '"ui_temp_primary_03"' }, { value: '"ui_temp_secondary_02"' }, { value: '"ui_temp_lightgreen_01"' }, { value: '"ui_cpnt_userdesktopnavbar_profile_border"' }, { value: '"ui_cpnt_textlabel_sys_grey_04"' }, { value: '"ui_papp_post_social_background"' }, { value: '"ui_papp_post_notice_background"' }, { value: '"ui_papp_post_free_background"' }, { value: '"ui_papp_vod_background"' }, { value: '"ui_papp_vodplus_background"' }, { value: '"ui_papp_live_background"' }, { value: '"ui_community_pagination_base_area"' }, { value: '"ui_cpnt_contextmenu_border"' }, { value: '"ui_profile_image_border"' }, { value: '"ui_cpnt_alertdialog_border"' }, { value: '"ui_cpnt_modal_border"' }, { value: '"ui_cpnt_card_border"' }, { value: '"ui_cpnt_overlay_border"' }, { value: '"ui_cpnt_datatable_base_selected"' }, { value: '"ui_cpnt_icon_sys_brandprimary"' }, { value: '"ui_cpnt_icon_sys_grey_02"' }, { value: '"ui_cpnt_icon_sys_grey_03"' }, { value: '"ui_cpnt_icon_sys_error_01"' }, { value: '"ui_cpnt_icon_sys_warning_01"' }, { value: '"ui_cpnt_icon_sys_success_01"' }, { value: '"ui_cpnt_icon_usr_brandsecondary"' }, { value: '"ui_papp_post_notice_link"' }, { value: '"ui_cpnt_headerbar_icon_02"' }, { value: '"ui_m_navigationcontainer_background"' }, { value: '"ui_m_tabcontainer_background"' }, { value: '"ui_m_contentscontainer01_background"' }, { value: '"ui_m_contentscontainer02_background"' }, { value: '"ui_cpnt_statusblock_basic"' }, { value: '"ui_cpnt_statusblock_standby"' }, { value: '"ui_cpnt_statusblock_proceeding"' }, { value: '"ui_cpnt_statusblock_cancel"' }, { value: '"ui_cpnt_statusblock_end"' }, { value: '"ui_cpnt_statusblock_error"' }, { value: '"ui_cpnt_list_base_area_solid"' }, { value: '"ui_cpnt_list_base_area_translucent"' }, { value: '"ui_cpnt_list_base_area_transparent"' }, { value: '"ui_cpnt_list_text_caption_02"' }, { value: '"ui_cpnt_button_line_border_darktheme_enabled"' }, { value: '"ui_cpnt_button_line_border_darktheme_disabled"' }, { value: '"ui_cpnt_button_line_base_darktheme_default"' }, { value: '"ui_cpnt_button_line_base_darktheme_hover"' }, { value: '"ui_cpnt_button_line_base_darktheme_pressed"' }, { value: '"ui_cpnt_button_text_darktheme_enabled"' }, { value: '"ui_cpnt_button_text_darktheme_disabled"' }, { value: '"ui_cpnt_button_icon_darktheme_enabled"' }, { value: '"ui_cpnt_button_icon_darktheme_disabled"' }, { value: '"ui_cpnt_icon_sys_white"' }, { value: '"ui_cpnt_button_fill_base_media"' }, { value: '"ui_cpnt_textfield_text_darktheme_enabled"' }, { value: '"ui_cpnt_textfield_text_darktheme_hint"' }, { value: '"ui_cpnt_textfield_text_darktheme_disabled"' }, { value: '"ui_cpnt_textfield_icon_darktheme_default"' }, { value: '"ui_cpnt_textfield_icon_darktheme_disabled"' }, { value: '"ui_cpnt_textfield_border_darktheme_normal"' }, { value: '"ui_cpnt_textfield_border_darktheme_focus"' }, { value: '"ui_cpnt_textfield_border_darktheme_error"' }, { value: '"ui_cpnt_textfield_text_darktheme_error"' }, { value: '"ui_cpnt_textfield_base_darktheme_disabled"' }, { value: '"ui_cpnt_select_text_darktheme_enabled"' }, { value: '"ui_cpnt_select_text_darktheme_hint"' }, { value: '"ui_cpnt_select_text_darktheme_disabled"' }, { value: '"ui_cpnt_select_icon_darktheme_default"' }, { value: '"ui_cpnt_select_icon_darktheme_disabled"' }, { value: '"ui_cpnt_select_border_darktheme_normal"' }, { value: '"ui_cpnt_select_border_darktheme_focus"' }, { value: '"ui_cpnt_select_base_darktheme_disabled"' }, { value: '"ui_cpnt_dropdown_text_darktheme_enabled"' }, { value: '"ui_cpnt_dropdown_text_darktheme_hint"' }, { value: '"ui_cpnt_dropdown_text_darktheme_disabled"' }, { value: '"ui_cpnt_dropdown_icon_darktheme_default"' }, { value: '"ui_cpnt_dropdown_icon_darktheme_disabled"' }, { value: '"ui_cpnt_dropdown_border_darktheme_normal"' }, { value: '"ui_cpnt_dropdown_border_darktheme_focus"' }, { value: '"ui_cpnt_dropdown_base_darktheme_disabled"' }, { value: '"ui_cpnt_sheet_base"' }, { value: '"ui_cpnt_button_icon_darktheme_default"' }, { value: '"ui_cpnt_button_icon_darktheme_primary"' }, { value: '"ui_cpnt_button_text_darktheme_default"' }, { value: '"ui_cpnt_button_text_darktheme_primary"' }, { value: '"ui_35"' }, { value: '"ui_cpnt_button_fill_base_black_opacity50"' }, { value: '"ui_cpnt_sheet_base_white"' }, { value: '"ui_cpnt_sheet_base_black"' }, { value: '"ui_cpnt_sheet_base_01"' }, { value: '"ui_cpnt_sheet_base_02"' }, { value: '"ui_temp_background"' }, { value: '"ui_list_progress_shape_normal"' }, { value: '"ui_list_progress_shape_error"' }, { value: '"ui_list_progress_shape_base"' }, { value: '"ui_cpnt_textlabel_sys_brand_primary_opacity50"' }, { value: '"ui_cpnt_progressbar_01"' }, { value: '"ui_cpnt_progressbar_02"' }, { value: '"ui_36"' }, { value: '"ui_37"' }, { value: '"ui_39"' }, { value: '"ui_cpnt_divider_white_opacity30"' }, { value: '"ui_toppagemenucontainer_background_wt_m"' }, { value: '"ui_contentscontainer_background_wt_m"' }, { value: '"ui_toppagemenuarea_background_wt_m"' }, { value: '"ui_contentsarea_background_wt_m"' }, { value: '"ui_cpnt_standardbanner_base_default"' }, { value: '"ui_channeldesc_white"' }, { value: '"ui_channeldesc_grey_03"' }, { value: '"ui_channeldesc_border_grey_03"' }, { value: '"ui_cpnt_bottomsheet_border"' }, { value: '"ui_cpnt_userdesktopsidetab_base_area"' }, { value: '"ui_cpnt_pg_gradient_01"' }, { value: '"ui_cpnt_pg_gradient_02"' }, { value: '"ui_channeldesc_background"' }, { value: '"ui_channeldesc_bottomsheet_base"' }, { value: '"ui_channeldesc_bottomsheet_border"' }, { value: '"ui_channeldesc_contents_base"' }, { value: '"ui_channeldesc_dimmed"' }, { value: '"ui_cpnt_pg_gradient_03"' }, { value: '"ui_cpnt_pg_gradient_04"' }, { value: '"ui_cpnt_pg_gradient_05"' }, { value: '"ui_cpnt_mask_base"' }, { value: '"ui_temp_usr_primary_01"' }, { value: '"ui_cpnt_sheet_base_02_opacity50"' }, { value: '"ui_menu_primarymenu_main"' }, { value: '"ui_menu_primarymenu_sub"' }, { value: '"ui_menu_secondarymenu_main"' }, { value: '"ui_menu_secondarymenu_sub"' }, { value: '"ui_menu_hover"' }, { value: '"ui_menu_active"' }, { value: '"ui_menu_background"' }, { value: '"ui_cpnt_video_progress_base"' }, { value: '"ui_cpnt_icon_sys_dark"' }, { value: '"ui_menu_background_gradient_opacity00"' }, { value: '"ui_cpnt_dropdown_border_white_normal"' }, { value: '"ui_cpnt_dropdown_text_white_enabled"' }, { value: '"ui_cpnt_dropdown_text_white_hint"' }, { value: '"ui_cpnt_dropdown_icon_white_default"' }, { value: '"ui_cpnt_dropdown_border_white_focus"' }, { value: '"ui_cpnt_dropdown_base_white_normal"' }, { value: '"ui_profile_image_border_brandprimary"' }, { value: '"ui_cpnt_dropdown_base_white_disabled"' }, { value: '"ui_cpnt_dropdown_border_white_disabled"' }, { value: '"ui_cpnt_sheet_base_white_opacity00"' }, { value: '"ui_dimmed_01"' }, { value: '"ui_cpnt_reactionbutton_base_01"' }, { value: '"ui_cpnt_textfield_border_disabled"' }, { value: '"ui_cpnt_dropdown_border_disabled"' }, { value: '"ui_cpnt_select_border_disabled"' }, { value: '"ui_cpnt_dropdown_base_darktheme_normal"' }, { value: '"ui_cpnt_textfield_text_readonly"' }, { value: '"ui_cpnt_select_text_readonly"' }, { value: '"ui_cpnt_dropdown_text_readonly"' }, { value: '"ui_cpnt_select_text_darktheme_readonly"' }, { value: '"ui_cpnt_dropdown_text_darktheme_readonly"' }, { value: '"ui_cpnt_dropdown_text_white_readonly"' }, { value: '"ui_cpnt_blogtextfield_base_01"' }, { value: '"ui_cpnt_textfield_base_darktheme_normal"' }, { value: '"ui_cpnt_dropdown_border_darktheme_disabled"' }, { value: '"ui_cpnt_select_border_darktheme_disabled"' }, { value: '"ui_cpnt_dropdown_text_white_disabled"' }, { value: '"ui_cpnt_select_base_darktheme_normal"' }, { value: '"ui_hero_title_text"' }, { value: '"ui_hero_description_text"' }, { value: '"ui_cpnt_divider_area"' }, { value: '"ui_cpnt_button_white_base_hover"' }, { value: '"ui_cpnt_button_white_base_pressed"' }, { value: '"ui_cpnt_list_base_area_hover"' }, { value: '"ui_cpnt_sheet_border_01"' }, { value: '"ui_cpnt_sheet_border_02"' }, { value: '"ui_cpnt_sheet_border_03"' }, { value: '"ui_43"' }, { value: '"ui_44"' }, { value: '"ui_45"' }, { value: '"ui_46"' }, { value: '"ui_47"' }, { value: '"ui_cpnt_sheet_base_03"' }, { value: '"ui_48"' }, { value: '"ui_49"' }, { value: '"ui_50"' }, { value: '"ui_51"' }, { value: '"ui_cpnt_list_text_caption_03"' }, { value: '"ui_cpnt_list_chatbubble_base_area"' }, { value: '"ui_cpnt_list_chatbubble_base_area_my"' }, { value: '"ui_cpnt_list_chatbubble_text_my"' }, { value: '"ui_papp_livechat_link"' }, { value: '"ui_cpnt_list_chatbubble_base_area_seller_color"' }, { value: '"ui_cpnt_list_chatbubble_text_seller_color"' }, { value: '"ui_cpnt_list_chatbubble_base_area_subscriber"' }, { value: '"ui_cpnt_list_chatbubble_text_subscriber"' }, { value: '"ui_cpnt_list_chatbubble_base_area_my_color"' }, { value: '"ui_cpnt_list_chatbubble_text_my_color"' }, { value: '"ui_cpnt_list_chatbubble_base_area_seller"' }, { value: '"ui_cpnt_list_chatbubble_text_seller"' }, { value: '"ui_52"' }, { value: '"ui_cpnt_imageview_dimmed"' }, { value: '"ui_53"' }, { value: '"ui_54"' }, { value: '"ui_55"' }, { value: '"ui_56"' }, { value: '"ui_cpnt_sheet_base_04"' }, { value: '"ui_cpnt_masking_base_01"' }, { value: '"ui_cpnt_masking_icon_01"' }, { value: '"ui_cpnt_list_base_area_transparent_seller"' }, { value: '"ui_57"' }, { value: '"ui_58"' }, { value: '"ui_cpnt_divider_white_opacity00"' }, { value: '"ui_cpnt_textfield_text_colortheme_transparent_enabled"' }, { value: '"ui_cpnt_textfield_text_colortheme_transparent_hint"' }, { value: '"ui_cpnt_textfield_text_colortheme_transparent_disabled"' }, { value: '"ui_cpnt_textfield_icon_colortheme_transparent_default"' }, { value: '"ui_cpnt_textfield_icon_colortheme_transparent_disabled"' }, { value: '"ui_cpnt_textfield_border_colortheme_transparent_normal"' }, { value: '"ui_cpnt_textfield_border_colortheme_transparent_focus"' }, { value: '"ui_cpnt_textfield_border_colortheme_transparent_error"' }, { value: '"ui_cpnt_textfield_text_colortheme_transparent_error"' }, { value: '"ui_cpnt_textfield_base_colortheme_transparent_disabled"' }, { value: '"ui_cpnt_textfield_base_colortheme_transparent_normal"' }, { value: '"ui_cpnt_textfield_text_colortheme_transparent_readonly"' }, { value: '"ui_cpnt_textfield_icon_colortheme_transparent_readonly"' }, { value: '"ui_cpnt_textfield_base_colortheme_transparent_readonly"' }, { value: '"ui_cpnt_textfield_border_colortheme_transparent_disabled"' }, { value: '"ui_cpnt_textfield_border_colortheme_transparent_readonly"' }, { value: '"ui_cpnt_lottiereactionbutton_base_01"' }, { value: '"ui_cpnt_lottiereactionbutton_base_02"' }, { value: '"ui_cpnt_lottiereactionbutton_base_03"' }, { value: '"ui_cpnt_lottiereactionbutton_base_04"' }, { value: '"ui_cpnt_lottiereactionbutton_base_05"' }, { value: '"ui_60"' }, { value: '"ui_61"' }, { value: '"ui_loading_skeleton_01"' }, { value: '"ui_loading_skeleton_02"' }, { value: '"ui_loading_linear_bar"' }, { value: '"ui_loading_linear_base"' }, { value: '"ui_loading_three_bar"' }, { value: '"ui_menu_button_base"' }, { value: '"ui_cpnt_calendar_status_a"' }, { value: '"ui_cpnt_calendar_status_b"' }, { value: '"ui_cpnt_calendar_status_c"' }, { value: '"ui_menu_background_transparent"' }, { value: '"ui_globalmenucontainer_background_transparent"' }, { value: '"ui_pagemenucontainer_background_transparent"' }, { value: '"ui_submenucontainer_background_transparent"' }, { value: '"ui_tabmenucontainer_background_transparent"' }, { value: '"ui_contentscontainer01_background_transparent"' }, { value: '"ui_contentscontainer02_background_transparent"' }, { value: '"ui_toppagemenucontainer_background_wt_m_transparent"' }, { value: '"ui_contentscontainer_background_wt_m_transparent"' }, { value: '"ui_menu_button_base_transparent"' }, { value: '"ui_dimmed_02"' }, { value: '"ui_cpnt_sheet_base_05"' }, { value: '"ui_62"' }, { value: '"ui_cpnt_calendar_date_hover"' }, { value: '"ui_cpnt_calendar_date_pressed"' }, { value: '"ui_cpnt_imageview_dimmed_gradient_01"' }, { value: '"ui_cpnt_imageview_dimmed_gradient_02"' }, { value: '"ui_cpnt_calendar_base"' }, { value: '"ui_cpnt_calendar_border"' }, { value: '"ui_cpnt_calendar_label_base_schedules"' }, { value: '"ui_cpnt_calendar_label_base_expired_schedules"' }, { value: '"ui_cpnt_calendar_label_border_default"' }, { value: '"ui_cpnt_calendar_label_border_schedules"' }, { value: '"ui_cpnt_calendar_label_border_expired_schedules"' }, { value: '"ui_cpnt_calendar_real_time_line"' }, { value: '"ui_cpnt_calendar_date_selected"' }, { value: '"ui_pagination_base_area"' }, { value: '"ui_cpnt_calendar_label_base_standby_selected"' }, { value: '"ui_cpnt_calendar_label_border_standby"' }, { value: '"ui_cpnt_calendar_text_status_standby"' }, { value: '"ui_cpnt_calendar_label_base_booked_selected"' }, { value: '"ui_cpnt_calendar_label_border_booked"' }, { value: '"ui_cpnt_calendar_text_status_booked"' }, { value: '"ui_cpnt_calendar_label_base_expired_selected"' }, { value: '"ui_cpnt_calendar_label_border_expired"' }, { value: '"ui_cpnt_calendar_text_status_expired"' }, { value: '"ui_cpnt_calendar_label_base_standby_default"' }, { value: '"ui_cpnt_calendar_label_base_booked_default"' }, { value: '"ui_cpnt_calendar_label_base_expired_default"' }, { value: '"ui_cpnt_calendar_badge_standby"' }, { value: '"ui_cpnt_calendar_badge_booked"' }, { value: '"ui_cpnt_calendar_badge_expired"' }, { value: '"ui_cpnt_calendar_text_today"' }, { value: '"ui_cpnt_textlabel_sys_warning"' }, { value: '"ui_cpnt_lottiereactionbutton_base_default"' }, { value: '"ui_cpnt_sheet_base_06"' }, { value: '"ui_cpnt_sheet_base_07"' }, { value: '"ui_cpnt_sheet_base_08"' }, { value: '"ui_cpnt_pagination_dot_01"' }, { value: '"ui_cpnt_pagination_dot_02"' }, { value: '"ui_cpnt_pagination_dot_border"' }, { value: '"ui_63"' }, { value: '"ui_64"' }, { value: '"ui_cpnt_sheet_border_04"' }, { value: '"ui_cpnt_button_fill_base_01"' }, { value: '"ui_cpnt_button_fill_base_hangup"' }, { value: '"ui_cpnt_refund_text_status_issued"' }, { value: '"ui_cpnt_refund_text_status_refunded"' }, { value: '"ui_cpnt_divider_white_01"' }, { value: '"ui_cpnt_timer_base_01"' }, { value: '"ui_cpnt_timer_base_timeup"' }, { value: '"ui_66"' }, { value: '"ui_67"' }, { value: '"ui_cpnt_videoplayer_gradient_3"' }, { value: '"ui_68"' }, { value: '"ui_69"' }, { value: '"ui_cpnt_divider_white_02"' }, { value: '"ui_cpnt_list_chatbubble_base_brand_primary"' }, { value: '"ui_cpnt_list_chatbubble_base_grey"' }, { value: '"ui_cpnt_list_chatbubble_base_translucent_white"' }, { value: '"ui_cpnt_list_chatbubble_base_translucent_black"' }, { value: '"ui_avatar_border_translucent_white"' }, { value: '"ui_avatar_border_translucent_black"' }, { value: '"ui_cpnt_textfield_base_hover"' }, { value: '"ui_cpnt_textfield_base_pressed"' }, { value: '"ui_cpnt_button_secondary_on_base_hover"' }, { value: '"ui_cpnt_button_secondary_on_base_pressed"' }, { value: '"ui_cpnt_select_base_hover"' }, { value: '"ui_cpnt_select_base_pressed"' }, { value: '"ui_cpnt_dropdown_base_hover"' }, { value: '"ui_cpnt_dropdown_base_pressed"' }, { value: '"ui_cpnt_sheet_base_09"' }, { value: '"ui_wizard_pagemenucontainer_background"' }, { value: '"ui_stepcontainer_background"' }, { value: '"ui_wizard_contentscontainer01_background"' }, { value: '"ui_wizard_contentscontainer02_background"' }, { value: '"ui_70"' }, { value: '"ui_cpnt_button_primary_variation_base_enabled"' }, { value: '"ui_cpnt_button_text_secondary_variation_disabled"' }, { value: '"ui_cpnt_button_icon_secondary_variation_disabled"' }, { value: '"ui_cpnt_button_secondary_variation_base_default"' }, { value: '"ui_cpnt_button_secondary_variation_base_hover"' }, { value: '"ui_cpnt_button_secondary_variation_base_pressed"' }, { value: '"ui_editor_base_pages"' }, { value: '"ui_editor_base_papp"' }, { value: '"ui_container_scroll"' }, { value: '"ui_pages_section_dimmed"' }, { value: '"ui_71"' }, { value: '"ui_cpnt_textlabel_sys_black"' }, { value: '"ui_cpnt_sheet_base_10"' }, { value: '"ui_cpnt_sheet_base_11"' }, { value: '"ui_72"' }, { value: '"ui_73"' }, { value: '"ui_cpnt_sidebar_listitem_base_hover"' }, { value: '"ui_avatar_border_brandprimary"' }, { value: '"ui_avatar_border"' }, { value: '"ui_editor_rightside_title_tabbar_base"' }, { value: '"ui_editor_preview_base"' }, { value: '"ui_editor_preview_divice_area_border"' }, { value: '"ui_editor_preview_background"' }, { value: '"ui_editor_leftside_base"' }, { value: '"ui_cpnt_sidebar_label_text"' }, { value: '"ui_cpnt_dropdown_base_hover_darktheme"' }, { value: '"ui_cpnt_dropdown_base_pressed_darktheme"' }, { value: '"ui_cpnt_dropdown_base_hover_white"' }, { value: '"ui_cpnt_dropdown_base_pressed_white"' }, { value: '"ui_cpnt_textfield_base_hover_darktheme"' }, { value: '"ui_cpnt_textfield_base_pressed_darktheme"' }, { value: '"ui_cpnt_select_base_hover_darktheme"' }, { value: '"ui_cpnt_select_base_pressed_darktheme"' }, { value: '"ui_cpnt_textfield_base_hover_transparent"' }, { value: '"ui_cpnt_textfield_base_pressed_transparent"' }, { value: '"ui_cpnt_reactionbutton_base_02"' }, { value: '"ui_create_ch_step_prev"' }] } } } }, "undefined" != typeof STORYBOOK_REACT_CLASSES && (STORYBOOK_REACT_CLASSES["src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFE.tsx#WFE"] = { docgenInfo: WFE.__docgenInfo, name: "WFE", path: "src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFE.tsx#WFE" });
@@ -3270,7 +3278,7 @@
3270
3278
  for (var k in mod)
3271
3279
  "default" !== k && Object.prototype.hasOwnProperty.call(mod, k) && __createBinding(result, mod, k); return __setModuleDefault(result, mod), result; }, __importDefault = this && this.__importDefault || function (mod) { return mod && mod.__esModule ? mod : { default: mod }; };
3272
3280
  Object.defineProperty(exports, "__esModule", { value: !0 });
3273
- var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6, templateObject_7, templateObject_8, react_1 = __importDefault(__webpack_require__(0)), styled_components_1 = __importStar(__webpack_require__(1)), components_1 = __webpack_require__(8), WFL = function (_a) { var content1 = _a.content1, content2 = _a.content2, containerColor = _a.containerColor, areaColor = _a.areaColor, isLoadingContainer1 = _a.isLoadingContainer1, isLoadingContainer2 = _a.isLoadingContainer2, overrideContainer1ColorKey = _a.overrideContainer1ColorKey, overrideContainer2ColorKey = _a.overrideContainer2ColorKey; return react_1.default.createElement(S_Box, null, react_1.default.createElement(S_ContentsContainer1, { "x-pds-name": "ContentsContainer", "x-pds-element-type": "layout", "x-pds-device-type": "desktop", "x-pds-layout-type": "WFL", containerColor: containerColor, overrideContainer1ColorKey: overrideContainer1ColorKey }, isLoadingContainer1 ? react_1.default.createElement(components_1.ThreeBarProgress, null) : react_1.default.createElement(S_ContentsArea1, { "x-pds-name": "ContentsArea", "x-pds-element-type": "layout", "x-pds-device-type": "desktop", "x-pds-layout-type": "WFL", areaColor: areaColor }, react_1.default.createElement(S_Content1, { "x-pds-name": "Content1", "x-pds-element-type": "layout", "x-pds-device-type": "desktop", "x-pds-layout-type": "WFL" }, content1))), react_1.default.createElement(S_ContentsContainer2, { "x-pds-name": "ContentsContainer", "x-pds-element-type": "layout", "x-pds-device-type": "desktop", "x-pds-layout-type": "WFL", containerColor: containerColor, overrideContainer2ColorKey: overrideContainer2ColorKey }, isLoadingContainer2 ? react_1.default.createElement(components_1.ThreeBarProgress, null) : react_1.default.createElement(S_ContentsArea2, { "x-pds-name": "ContentsArea", "x-pds-element-type": "layout", "x-pds-device-type": "desktop", "x-pds-layout-type": "WFL", areaColor: areaColor }, react_1.default.createElement(S_Content2, { "x-pds-name": "Content2", "x-pds-element-type": "layout", "x-pds-device-type": "desktop", "x-pds-layout-type": "WFL" }, content2)))); }, scrollVisible = (0, styled_components_1.css)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n ::-webkit-scrollbar-thumb {\n background-color: ", ";\n background-clip: padding-box;\n border-radius: 5px;\n border: 2px solid transparent;\n }\n\n ::-webkit-scrollbar {\n display: block;\n width: 10px;\n }\n"], ["\n ::-webkit-scrollbar-thumb {\n background-color: ", ";\n background-clip: padding-box;\n border-radius: 5px;\n border: 2px solid transparent;\n }\n\n ::-webkit-scrollbar {\n display: block;\n width: 10px;\n }\n"])), (function (_a) { return _a.theme.ui_container_scroll; })), S_Box = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n display: flex;\n height: 60vh;\n max-height: 640px;\n"], ["\n display: flex;\n height: 60vh;\n max-height: 640px;\n"]))), S_ContentsContainer1 = styled_components_1.default.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n background-color: ", ";\n width: 480px;\n box-sizing: border-box;\n padding: 0 24px;\n overflow-x: hidden;\n overflow-y: auto;\n border-radius: 24px 0 0 24px;\n\n ", ";\n\n ", "\n"], ["\n background-color: ", ";\n width: 480px;\n box-sizing: border-box;\n padding: 0 24px;\n overflow-x: hidden;\n overflow-y: auto;\n border-radius: 24px 0 0 24px;\n\n ", ";\n\n ", "\n"])), (function (_a) { return _a.theme.ui_wizard_contentscontainer01_background; }), (function (_a) { return "background-color: " + _a.containerColor; }), scrollVisible), S_ContentsContainer2 = styled_components_1.default.div(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n background-color: ", ";\n height: 100%;\n width: 672px;\n border-radius: 0 24px 24px 0;\n overflow: hidden;\n\n ", ";\n"], ["\n background-color: ", ";\n height: 100%;\n width: 672px;\n border-radius: 0 24px 24px 0;\n overflow: hidden;\n\n ", ";\n"])), (function (_a) { return _a.theme.ui_wizard_contentscontainer02_background; }), (function (_a) { return "background-color: " + _a.containerColor; })), S_ContentsArea1 = styled_components_1.default.div(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n box-sizing: border-box;\n padding-bottom: 88px;\n\n ", ";\n"], ["\n box-sizing: border-box;\n padding-bottom: 88px;\n\n ", ";\n"])), (function (_a) { return "background-color: " + _a.areaColor; })), S_ContentsArea2 = styled_components_1.default.div(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n height: 100%;\n\n ", ";\n"], ["\n height: 100%;\n\n ", ";\n"])), (function (_a) { return "background-color: " + _a.areaColor; })), S_Content1 = styled_components_1.default.div(templateObject_7 || (templateObject_7 = __makeTemplateObject(["\n margin: 0;\n"], ["\n margin: 0;\n"]))), S_Content2 = styled_components_1.default.div(templateObject_8 || (templateObject_8 = __makeTemplateObject(["\n height: 100%;\n overflow: hidden;\n"], ["\n height: 100%;\n overflow: hidden;\n"])));
3281
+ var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6, templateObject_7, templateObject_8, react_1 = __importDefault(__webpack_require__(0)), styled_components_1 = __importStar(__webpack_require__(1)), components_1 = __webpack_require__(8), WFL = function (_a) { var content1 = _a.content1, content2 = _a.content2, containerColor = _a.containerColor, areaColor = _a.areaColor, isLoadingContainer1 = _a.isLoadingContainer1, isLoadingContainer2 = _a.isLoadingContainer2, overrideContainer1ColorKey = _a.overrideContainer1ColorKey, overrideContainer2ColorKey = _a.overrideContainer2ColorKey; return react_1.default.createElement(S_Box, null, react_1.default.createElement(S_ContentsContainer1, { "x-pds-name": "ContentsContainer", "x-pds-element-type": "layout", "x-pds-device-type": "desktop", "x-pds-layout-type": "WFL", containerColor: containerColor, overrideContainer1ColorKey: overrideContainer1ColorKey }, isLoadingContainer1 ? react_1.default.createElement(components_1.ThreeBarProgress, null) : react_1.default.createElement(S_ContentsArea1, { "x-pds-name": "ContentsArea", "x-pds-element-type": "layout", "x-pds-device-type": "desktop", "x-pds-layout-type": "WFL", areaColor: areaColor }, react_1.default.createElement(S_Content1, { "x-pds-name": "Content1", "x-pds-element-type": "layout", "x-pds-device-type": "desktop", "x-pds-layout-type": "WFL" }, content1))), react_1.default.createElement(S_ContentsContainer2, { "x-pds-name": "ContentsContainer", "x-pds-element-type": "layout", "x-pds-device-type": "desktop", "x-pds-layout-type": "WFL", containerColor: containerColor, overrideContainer2ColorKey: overrideContainer2ColorKey }, isLoadingContainer2 ? react_1.default.createElement(components_1.ThreeBarProgress, null) : react_1.default.createElement(S_ContentsArea2, { "x-pds-name": "ContentsArea", "x-pds-element-type": "layout", "x-pds-device-type": "desktop", "x-pds-layout-type": "WFL", areaColor: areaColor }, react_1.default.createElement(S_Content2, { "x-pds-name": "Content2", "x-pds-element-type": "layout", "x-pds-device-type": "desktop", "x-pds-layout-type": "WFL" }, content2)))); }, scrollVisible = (0, styled_components_1.css)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n ::-webkit-scrollbar-thumb {\n background-color: ", ";\n background-clip: padding-box;\n border-radius: 5px;\n border: 2px solid transparent;\n }\n\n ::-webkit-scrollbar {\n display: block;\n width: 10px;\n }\n"], ["\n ::-webkit-scrollbar-thumb {\n background-color: ", ";\n background-clip: padding-box;\n border-radius: 5px;\n border: 2px solid transparent;\n }\n\n ::-webkit-scrollbar {\n display: block;\n width: 10px;\n }\n"])), (function (_a) { return _a.theme.ui_container_scroll; })), S_Box = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n display: flex;\n height: 60vh;\n max-height: 640px;\n"], ["\n display: flex;\n height: 60vh;\n max-height: 640px;\n"]))), S_ContentsContainer1 = styled_components_1.default.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n background-color: ", ";\n width: 480px;\n box-sizing: border-box;\n padding: 0 48px;\n overflow-x: hidden;\n overflow-y: auto;\n border-radius: 24px 0 0 24px;\n\n ", ";\n\n ", "\n"], ["\n background-color: ", ";\n width: 480px;\n box-sizing: border-box;\n padding: 0 48px;\n overflow-x: hidden;\n overflow-y: auto;\n border-radius: 24px 0 0 24px;\n\n ", ";\n\n ", "\n"])), (function (_a) { return _a.theme.ui_wizard_contentscontainer01_background; }), (function (_a) { return "background-color: " + _a.containerColor; }), scrollVisible), S_ContentsContainer2 = styled_components_1.default.div(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n background-color: ", ";\n height: 100%;\n width: 672px;\n border-radius: 0 24px 24px 0;\n overflow: hidden;\n\n ", ";\n"], ["\n background-color: ", ";\n height: 100%;\n width: 672px;\n border-radius: 0 24px 24px 0;\n overflow: hidden;\n\n ", ";\n"])), (function (_a) { return _a.theme.ui_wizard_contentscontainer02_background; }), (function (_a) { return "background-color: " + _a.containerColor; })), S_ContentsArea1 = styled_components_1.default.div(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n box-sizing: border-box;\n padding-bottom: 64px;\n\n ", ";\n"], ["\n box-sizing: border-box;\n padding-bottom: 64px;\n\n ", ";\n"])), (function (_a) { return "background-color: " + _a.areaColor; })), S_ContentsArea2 = styled_components_1.default.div(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n height: 100%;\n\n ", ";\n"], ["\n height: 100%;\n\n ", ";\n"])), (function (_a) { return "background-color: " + _a.areaColor; })), S_Content1 = styled_components_1.default.div(templateObject_7 || (templateObject_7 = __makeTemplateObject(["\n margin: 0;\n"], ["\n margin: 0;\n"]))), S_Content2 = styled_components_1.default.div(templateObject_8 || (templateObject_8 = __makeTemplateObject(["\n height: 100%;\n overflow: hidden;\n"], ["\n height: 100%;\n overflow: hidden;\n"])));
3274
3282
  exports.default = WFL;
3275
3283
  try {
3276
3284
  WFL.displayName = "WFL", WFL.__docgenInfo = { description: "", displayName: "WFL", props: { content1: { defaultValue: null, description: "", name: "content1", required: !1, type: { name: "Element" } }, content2: { defaultValue: null, description: "", name: "content2", required: !1, type: { name: "Element" } }, containerColor: { defaultValue: null, description: "", name: "containerColor", required: !1, type: { name: "string" } }, areaColor: { defaultValue: null, description: "", name: "areaColor", required: !1, type: { name: "string" } }, isLoadingContainer1: { defaultValue: null, description: "", name: "isLoadingContainer1", required: !1, type: { name: "boolean" } }, isLoadingContainer2: { defaultValue: null, description: "", name: "isLoadingContainer2", required: !1, type: { name: "boolean" } }, overrideContainer1ColorKey: { defaultValue: null, description: "", name: "overrideContainer1ColorKey", required: !1, type: { name: "enum", value: [{ value: '"ui_cpnt_icon_sys_grey_01"' }, { value: '"ui_cpnt_button_fill_base_primary"' }, { value: '"ui_cpnt_button_fill_base_default"' }, { value: '"ui_cpnt_button_fill_base_white"' }, { value: '"ui_cpnt_button_fill_on_base_hover"' }, { value: '"ui_cpnt_button_fill_on_base_pressed"' }, { value: '"ui_cpnt_button_fill_base_disabled"' }, { value: '"ui_cpnt_button_line_base_pressed"' }, { value: '"ui_cpnt_button_line_base_hover"' }, { value: '"ui_cpnt_button_line_border_default"' }, { value: '"ui_cpnt_button_line_border_enabled"' }, { value: '"ui_cpnt_button_line_border_disabled"' }, { value: '"ui_cpnt_button_line_border_primary"' }, { value: '"ui_cpnt_button_text_primary"' }, { value: '"ui_cpnt_button_text_on_primary"' }, { value: '"ui_cpnt_button_text_enabled"' }, { value: '"ui_cpnt_button_text_disabled"' }, { value: '"ui_cpnt_button_text_default"' }, { value: '"ui_cpnt_button_icon_on_primary"' }, { value: '"ui_cpnt_button_icon_primary"' }, { value: '"ui_cpnt_button_icon_enabled"' }, { value: '"ui_cpnt_button_icon_disabled"' }, { value: '"ui_cpnt_button_icon_default"' }, { value: '"ui_cpnt_textfield_border_normal"' }, { value: '"ui_cpnt_textfield_border_focus"' }, { value: '"ui_cpnt_textfield_border_error"' }, { value: '"ui_cpnt_textfield_base_normal"' }, { value: '"ui_cpnt_textfield_base_disabled"' }, { value: '"ui_cpnt_textfield_text_hint"' }, { value: '"ui_cpnt_textfield_text_typed"' }, { value: '"ui_cpnt_textfield_text_error"' }, { value: '"ui_cpnt_textfield_text_disabled"' }, { value: '"ui_cpnt_textfield_icon_01"' }, { value: '"ui_cpnt_textfield_icon_02"' }, { value: '"ui_cpnt_textfield_icon_03"' }, { value: '"ui_cpnt_list_base_area"' }, { value: '"ui_cpnt_list_base_area_select"' }, { value: '"ui_cpnt_list_text_title"' }, { value: '"ui_cpnt_list_text_description_01"' }, { value: '"ui_cpnt_list_text_caption_01"' }, { value: '"ui_cpnt_headerbar_base_area"' }, { value: '"ui_cpnt_headerbar_text_title"' }, { value: '"ui_cpnt_headerbar_icon"' }, { value: '"ui_cpnt_headerbar_divider"' }, { value: '"ui_cpnt_tabbar_base_area"' }, { value: '"ui_cpnt_tabbar_divider"' }, { value: '"ui_cpnt_tabbar_base_area_sub"' }, { value: '"ui_cpnt_tabbar_border_active_indicator_primary"' }, { value: '"ui_cpnt_tabbar_text_active_primary"' }, { value: '"ui_cpnt_tabbar_border_active_indicator"' }, { value: '"ui_cpnt_tabbar_text_active"' }, { value: '"ui_cpnt_tabbar_text_inactive_01"' }, { value: '"ui_2"' }, { value: '"ui_3"' }, { value: '"ui_4"' }, { value: '"ui_5"' }, { value: '"ui_6"' }, { value: '"ui_7"' }, { value: '"ui_8"' }, { value: '"ui_9"' }, { value: '"ui_cpnt_pagination_slide_dot_active"' }, { value: '"ui_cpnt_pagination_slide_dot_inactive"' }, { value: '"ui_10"' }, { value: '"ui_11"' }, { value: '"ui_cpnt_modal_header_text_title"' }, { value: '"ui_cpnt_modal_header_icon_01"' }, { value: '"ui_cpnt_modal_header_base_area"' }, { value: '"ui_cpnt_modal_header_base_line"' }, { value: '"ui_cpnt_modal_body_primary_text"' }, { value: '"ui_cpnt_modal_body_secondary_text"' }, { value: '"ui_cpnt_modal_footer_base_area"' }, { value: '"ui_cpnt_modal_footer_divider"' }, { value: '"ui_cpnt_modal_base"' }, { value: '"ui_12"' }, { value: '"ui_13"' }, { value: '"ui_14"' }, { value: '"ui_15"' }, { value: '"ui_cpnt_text_emptystate"' }, { value: '"ui_cpnt_chip_fill_icon_inactive"' }, { value: '"ui_cpnt_chip_fill_icon_active_01"' }, { value: '"ui_cpnt_chip_fill_text_inactive"' }, { value: '"ui_cpnt_chip_fill_text_active_01"' }, { value: '"ui_cpnt_chip_fill_base_inactive"' }, { value: '"ui_cpnt_chip_fill_base_active_01"' }, { value: '"ui_cpnt_chip_line_icon_01"' }, { value: '"ui_cpnt_chip_line_text_01"' }, { value: '"ui_cpnt_chip_line_text_disabled"' }, { value: '"ui_cpnt_chip_line_border_01"' }, { value: '"ui_cpnt_chip_base_playtime"' }, { value: '"ui_16"' }, { value: '"ui_cpnt_list_icon_01"' }, { value: '"ui_cpnt_list_icon_02"' }, { value: '"ui_cpnt_bottomsheet_icon_01"' }, { value: '"ui_cpnt_bottomsheet_text_01"' }, { value: '"ui_cpnt_bottomsheet_text_02"' }, { value: '"ui_cpnt_bottomsheet_icon_02"' }, { value: '"ui_19"' }, { value: '"ui_20"' }, { value: '"ui_cpnt_fab_default_base_white"' }, { value: '"ui_cpnt_fab_default_base_red"' }, { value: '"ui_cpnt_fab_default_base_primary"' }, { value: '"ui_cpnt_fab_default_base_hover"' }, { value: '"ui_cpnt_fab_default_on_base_hover"' }, { value: '"ui_cpnt_fab_default_base_pressed"' }, { value: '"ui_cpnt_fab_default_on_base_pressed"' }, { value: '"ui_cpnt_fab_default_base_disabled"' }, { value: '"ui_cpnt_fab_icon_enabled"' }, { value: '"ui_cpnt_fab_icon_on_primary"' }, { value: '"ui_cpnt_fab_icon_disabled"' }, { value: '"ui_cpnt_fab_extended_base_primary"' }, { value: '"ui_cpnt_fab_extended_on_base_hover"' }, { value: '"ui_cpnt_fab_extended_on_base_pressed"' }, { value: '"ui_cpnt_fab_extended_base_disabled"' }, { value: '"ui_cpnt_fab_text_on_primary"' }, { value: '"ui_cpnt_fab_text_disabled"' }, { value: '"ui_cpnt_alertdialog_base"' }, { value: '"ui_cpnt_alertdialog_icon_success"' }, { value: '"ui_cpnt_alertdialog_icon_error"' }, { value: '"ui_cpnt_alertdialog_icon_warning"' }, { value: '"ui_cpnt_alertdialog_text_title"' }, { value: '"ui_cpnt_alertdialog_text_body"' }, { value: '"ui_21"' }, { value: '"ui_22"' }, { value: '"ui_23"' }, { value: '"ui_24"' }, { value: '"ui_25"' }, { value: '"ui_26"' }, { value: '"ui_27"' }, { value: '"ui_cpnt_divider"' }, { value: '"ui_cpnt_select_border_normal"' }, { value: '"ui_cpnt_select_border_focus"' }, { value: '"ui_cpnt_select_base_normal"' }, { value: '"ui_cpnt_select_base_disabled"' }, { value: '"ui_cpnt_select_text_hint"' }, { value: '"ui_cpnt_select_text_selected"' }, { value: '"ui_cpnt_select_text_disabled"' }, { value: '"ui_cpnt_select_icon_01"' }, { value: '"ui_cpnt_select_icon_02"' }, { value: '"ui_28"' }, { value: '"ui_29"' }, { value: '"ui_30"' }, { value: '"ui_cpnt_videoplayer_icon_01"' }, { value: '"ui_32"' }, { value: '"ui_cpnt_selcontrols_icon_primary"' }, { value: '"ui_cpnt_selcontrols_icon_disabled"' }, { value: '"ui_cpnt_selcontrols_icon_default"' }, { value: '"ui_cpnt_selcontrols_text_disabled"' }, { value: '"ui_cpnt_selcontrols_text_default"' }, { value: '"ui_cpnt_selcontrols_icon_on_base_hover"' }, { value: '"ui_cpnt_contextmenu_menu_base_normal"' }, { value: '"ui_cpnt_contextmenu_menu_base_hover"' }, { value: '"ui_cpnt_contextmenu_menu_base_selected"' }, { value: '"ui_cpnt_contextmenu_text"' }, { value: '"ui_cpnt_selcontrols_base_off"' }, { value: '"ui_cpnt_selcontrols_base_on"' }, { value: '"ui_cpnt_tabbar_text_inactive_02"' }, { value: '"ui_cpnt_videoplayer_unavailable"' }, { value: '"ui_cpnt_list_divider"' }, { value: '"ui_cpnt_button_fill_base_transparent"' }, { value: '"ui_cpnt_list_badge_active"' }, { value: '"ui_cpnt_list_badge_active_primary"' }, { value: '"ui_cpnt_list_badge_disabled"' }, { value: '"ui_cpnt_list_badge_cancel"' }, { value: '"ui_cpnt_list_text_quantity_plus"' }, { value: '"ui_cpnt_content_card_base"' }, { value: '"ui_cpnt_content_icon_03"' }, { value: '"ui_cpnt_content_icon_01"' }, { value: '"ui_cpnt_content_icon_02"' }, { value: '"ui_cpnt_content_card_status_a"' }, { value: '"ui_cpnt_content_card_status_b"' }, { value: '"ui_cpnt_content_card_status_c"' }, { value: '"ui_cpnt_content_card_status_d"' }, { value: '"ui_cpnt_textgroup_base_area"' }, { value: '"ui_cpnt_imageslide_active"' }, { value: '"ui_cpnt_imageslide_inactive"' }, { value: '"ui_cpnt_videoplayer_icon_02"' }, { value: '"ui_cpnt_videoplayer_text_01"' }, { value: '"ui_cpnt_videoplayer_text_02"' }, { value: '"ui_cpnt_videoplayer_scrubber_01"' }, { value: '"ui_cpnt_videoplayer_scrubber_primary"' }, { value: '"ui_cpnt_videoplayer_playbar_base"' }, { value: '"ui_cpnt_videoplayer_playbar_02"' }, { value: '"ui_cpnt_videoplayer_playbar_primary"' }, { value: '"ui_cpnt_videoplayer_playbar_01"' }, { value: '"ui_cpnt_tableheadbar_title"' }, { value: '"ui_cpnt_tableheaderbar_text_default"' }, { value: '"ui_cpnt_tableheaderbar_text_disabled"' }, { value: '"ui_cpnt_tableheaderbar_icon_01"' }, { value: '"ui_cpnt_datatable_text_01"' }, { value: '"ui_cpnt_datatable_text_02"' }, { value: '"ui_cpnt_datatable_text_03"' }, { value: '"ui_cpnt_datatable_text_textbutton"' }, { value: '"ui_cpnt_datatable_text_active"' }, { value: '"ui_cpnt_datatable_base_default"' }, { value: '"ui_cpnt_datatable_base_hover"' }, { value: '"ui_cpnt_datatable_text_inactive"' }, { value: '"ui_cpnt_datatable_bulkaction_base"' }, { value: '"ui_cpnt_datatable_icon_01"' }, { value: '"ui_cpnt_datatable_text_04"' }, { value: '"ui_cpnt_chip_fill_base_active_02"' }, { value: '"ui_cpnt_chip_fill_text_active_02"' }, { value: '"ui_cpnt_chip_fill_icon_active_02"' }, { value: '"ui_cpnt_dropdown_border_normal"' }, { value: '"ui_cpnt_dropdown_border_focus"' }, { value: '"ui_cpnt_dropdown_base_normal"' }, { value: '"ui_cpnt_dropdown_base_disabled"' }, { value: '"ui_cpnt_dropdown_text_hint"' }, { value: '"ui_cpnt_dropdown_text_selected"' }, { value: '"ui_cpnt_dropdown_text_disabled"' }, { value: '"ui_cpnt_dropdown_icon_01"' }, { value: '"ui_cpnt_dropdown_icon_02"' }, { value: '"ui_cpnt_datatable_textbutton_base_02"' }, { value: '"ui_cpnt_datatable_textbutton_base_01"' }, { value: '"ui_cpnt_datatable_icon_02"' }, { value: '"ui_cpnt_datatable_icon_03"' }, { value: '"ui_cpnt_datatable_icon_04"' }, { value: '"ui_cpnt_sidebar_common_base"' }, { value: '"ui_cpnt_sidebar_header_base"' }, { value: '"ui_cpnt_sidebar_label_base"' }, { value: '"ui_cpnt_sidebar_listitem_base_inactive"' }, { value: '"ui_cpnt_sidebar_listitem_base_active"' }, { value: '"ui_cpnt_sidebar_footer_base"' }, { value: '"ui_cpnt_sidebar_label_icon"' }, { value: '"ui_cpnt_sidebar_listitem_icon_inactive"' }, { value: '"ui_cpnt_sidebar_listitem_icon_active"' }, { value: '"ui_cpnt_sidebar_icon_01"' }, { value: '"ui_cpnt_modal_body_base"' }, { value: '"ui_cpnt_modal_header_icon_02"' }, { value: '"ui_cpnt_selectcard_base_selected"' }, { value: '"ui_cpnt_selectcard_base_default"' }, { value: '"ui_cpnt_selectcard_icon_default"' }, { value: '"ui_cpnt_selectcard_icon_selected"' }, { value: '"ui_cpnt_selectcard_text_01"' }, { value: '"ui_cpnt_selectcard_text_02"' }, { value: '"ui_cpnt_selectcard_text_03"' }, { value: '"ui_cpnt_bannerslidecontent_text_white"' }, { value: '"ui_cpnt_modal_header_icon_03"' }, { value: '"ui_cpnt_modal_body_tertiary_text"' }, { value: '"ui_cpnt_list_timestatus_base"' }, { value: '"ui_cpnt_list_text_timestatus"' }, { value: '"ui_cpnt_imageview_base_03"' }, { value: '"ui_34"' }, { value: '"ui_cpnt_editorsidebar_base"' }, { value: '"ui_cpnt_editorsidebar_visible_status_base"' }, { value: '"ui_cpnt_editorsidebar_visible_status_text"' }, { value: '"ui_cpnt_editorsidebar_card_base_default"' }, { value: '"ui_cpnt_editorsidebar_card_base_selected"' }, { value: '"ui_cpnt_editorsidebar_text_default"' }, { value: '"ui_cpnt_editorsidebar_text_selected"' }, { value: '"ui_cpnt_editorsidebar_icon_default"' }, { value: '"ui_cpnt_editorsidebar_icon_selected"' }, { value: '"ui_cpnt_editorsidebar_card_border"' }, { value: '"ui_cpnt_step_base_area"' }, { value: '"ui_cpnt_step_text_inactive"' }, { value: '"ui_cpnt_step_text_active"' }, { value: '"ui_cpnt_step_circular_inactive"' }, { value: '"ui_cpnt_step_circular_active"' }, { value: '"ui_cpnt_step_icon"' }, { value: '"ui_cpnt_step_text_number"' }, { value: '"ui_cpnt_imageslide_dot_area_1"' }, { value: '"ui_cpnt_imageslide_dot_area_2"' }, { value: '"ui_cpnt_editorsidebar_text_disabled"' }, { value: '"ui_cpnt_editorsidebar_icon_disabled"' }, { value: '"ui_cpnt_editorsidebar_card_border_disabled"' }, { value: '"ui_cpnt_userdesktopnavbar_base_area"' }, { value: '"ui_cpnt_button_line_base_default"' }, { value: '"ui_cpnt_userdesktoptabbar_base_area"' }, { value: '"ui_cpnt_userdesktoptabbar_divider"' }, { value: '"ui_cpnt_userdesktoptabbar_border_active_indicator"' }, { value: '"ui_cpnt_userdesktoptabbar_text_active"' }, { value: '"ui_cpnt_userdesktoptabbar_text_inactive"' }, { value: '"ui_cpnt_selcontrols_base_off_disabled"' }, { value: '"ui_cpnt_selcontrols_base_on_disabled"' }, { value: '"ui_cpnt_selcontrols_circular"' }, { value: '"ui_cpnt_chip_line_icon_02"' }, { value: '"ui_cpnt_overlay_base"' }, { value: '"ui_cpnt_profile_base"' }, { value: '"ui_cpnt_card_base"' }, { value: '"ui_cpnt_card_selected_border"' }, { value: '"ui_cpnt_card_icon_basic"' }, { value: '"ui_cpnt_card_icon_custom"' }, { value: '"ui_cpnt_card_icon_create"' }, { value: '"ui_cpnt_modal_dimmed"' }, { value: '"ui_cpnt_alertdialog_dimmed"' }, { value: '"ui_cpnt_bottomsheet_base"' }, { value: '"ui_cpnt_bottomsheet_icon_03"' }, { value: '"ui_cpnt_button_icon_white"' }, { value: '"ui_cpnt_list_icon_03"' }, { value: '"ui_cpnt_list_icon_active_primary"' }, { value: '"ui_cpnt_alertdialog_icon_information"' }, { value: '"ui_cpnt_bottomsheet_bar"' }, { value: '"ui_cpnt_button_line_border_error"' }, { value: '"ui_cpnt_button_text_error"' }, { value: '"ui_cpnt_button_icon_error"' }, { value: '"ui_cpnt_textlabel_sys_primary"' }, { value: '"ui_cpnt_textlabel_sys_secondary"' }, { value: '"ui_cpnt_textlabel_sys_tertiary"' }, { value: '"ui_cpnt_textlabel_sys_white"' }, { value: '"ui_cpnt_textlabel_sys_brandprimary"' }, { value: '"ui_cpnt_textlabel_sys_error"' }, { value: '"ui_cpnt_textlabel_sys_brandseconvariant"' }, { value: '"ui_cpnt_textlabel_usr_brandprimary"' }, { value: '"ui_cpnt_textlabel_usr_brandseconvariant"' }, { value: '"ui_cpnt_textlabel_usr_brandonprimary"' }, { value: '"ui_cpnt_list_text_body"' }, { value: '"ui_cpnt_card_icon_background_01"' }, { value: '"ui_cpnt_card_icon_background_02"' }, { value: '"ui_cpnt_card_icon_background_03"' }, { value: '"ui_cpnt_bannerslide_gradient_1"' }, { value: '"ui_cpnt_bannerslide_gradient_2"' }, { value: '"ui_cpnt_modal_gradient_1"' }, { value: '"ui_cpnt_modal_gradient_2"' }, { value: '"ui_cpnt_list_icon_04"' }, { value: '"ui_cpnt_list_thumbnail_border"' }, { value: '"ui_cpnt_list_thumbnail_gradient_1"' }, { value: '"ui_cpnt_list_thumbnail_gradient_2"' }, { value: '"ui_cpnt_list_base_area_active"' }, { value: '"ui_cpnt_contextmenu_base"' }, { value: '"ui_cpnt_videoplayer_gradient_1"' }, { value: '"ui_cpnt_videoplayer_gradient_2"' }, { value: '"ui_cpnt_videoplayer_overlay"' }, { value: '"ui_globalmenucontainer_background"' }, { value: '"ui_pagemenucontainer_background"' }, { value: '"ui_submenucontainer_background"' }, { value: '"ui_tabmenucontainer_background"' }, { value: '"ui_contentscontainer01_background"' }, { value: '"ui_contentscontainer02_background"' }, { value: '"ui_cpnt_bannerslide_icon_01"' }, { value: '"ui_cpnt_card_shadow"' }, { value: '"ui_cpnt_bannerslide_pagination_active"' }, { value: '"ui_cpnt_bannerslide_pagination_inactive"' }, { value: '"ui_cpnt_icon_usr_brandprimary"' }, { value: '"ui_container_divider"' }, { value: '"ui_area_divider"' }, { value: '"ui_cpnt_list_base_area_seller"' }, { value: '"ui_temp_grey_01"' }, { value: '"ui_temp_grey_02"' }, { value: '"ui_temp_grey_03"' }, { value: '"ui_temp_grey_04"' }, { value: '"ui_temp_grey_05"' }, { value: '"ui_temp_white"' }, { value: '"ui_temp_primary_01"' }, { value: '"ui_temp_secondary_01"' }, { value: '"ui_temp_red"' }, { value: '"ui_temp_white_opacity_00"' }, { value: '"ui_temp_dimmed"' }, { value: '"ui_temp_black"' }, { value: '"ui_temp_primary_02"' }, { value: '"ui_temp_primary_03"' }, { value: '"ui_temp_secondary_02"' }, { value: '"ui_temp_lightgreen_01"' }, { value: '"ui_cpnt_userdesktopnavbar_profile_border"' }, { value: '"ui_cpnt_textlabel_sys_grey_04"' }, { value: '"ui_papp_post_social_background"' }, { value: '"ui_papp_post_notice_background"' }, { value: '"ui_papp_post_free_background"' }, { value: '"ui_papp_vod_background"' }, { value: '"ui_papp_vodplus_background"' }, { value: '"ui_papp_live_background"' }, { value: '"ui_community_pagination_base_area"' }, { value: '"ui_cpnt_contextmenu_border"' }, { value: '"ui_profile_image_border"' }, { value: '"ui_cpnt_alertdialog_border"' }, { value: '"ui_cpnt_modal_border"' }, { value: '"ui_cpnt_card_border"' }, { value: '"ui_cpnt_overlay_border"' }, { value: '"ui_cpnt_datatable_base_selected"' }, { value: '"ui_cpnt_icon_sys_brandprimary"' }, { value: '"ui_cpnt_icon_sys_grey_02"' }, { value: '"ui_cpnt_icon_sys_grey_03"' }, { value: '"ui_cpnt_icon_sys_error_01"' }, { value: '"ui_cpnt_icon_sys_warning_01"' }, { value: '"ui_cpnt_icon_sys_success_01"' }, { value: '"ui_cpnt_icon_usr_brandsecondary"' }, { value: '"ui_papp_post_notice_link"' }, { value: '"ui_cpnt_headerbar_icon_02"' }, { value: '"ui_m_navigationcontainer_background"' }, { value: '"ui_m_tabcontainer_background"' }, { value: '"ui_m_contentscontainer01_background"' }, { value: '"ui_m_contentscontainer02_background"' }, { value: '"ui_cpnt_statusblock_basic"' }, { value: '"ui_cpnt_statusblock_standby"' }, { value: '"ui_cpnt_statusblock_proceeding"' }, { value: '"ui_cpnt_statusblock_cancel"' }, { value: '"ui_cpnt_statusblock_end"' }, { value: '"ui_cpnt_statusblock_error"' }, { value: '"ui_cpnt_list_base_area_solid"' }, { value: '"ui_cpnt_list_base_area_translucent"' }, { value: '"ui_cpnt_list_base_area_transparent"' }, { value: '"ui_cpnt_list_text_caption_02"' }, { value: '"ui_cpnt_button_line_border_darktheme_enabled"' }, { value: '"ui_cpnt_button_line_border_darktheme_disabled"' }, { value: '"ui_cpnt_button_line_base_darktheme_default"' }, { value: '"ui_cpnt_button_line_base_darktheme_hover"' }, { value: '"ui_cpnt_button_line_base_darktheme_pressed"' }, { value: '"ui_cpnt_button_text_darktheme_enabled"' }, { value: '"ui_cpnt_button_text_darktheme_disabled"' }, { value: '"ui_cpnt_button_icon_darktheme_enabled"' }, { value: '"ui_cpnt_button_icon_darktheme_disabled"' }, { value: '"ui_cpnt_icon_sys_white"' }, { value: '"ui_cpnt_button_fill_base_media"' }, { value: '"ui_cpnt_textfield_text_darktheme_enabled"' }, { value: '"ui_cpnt_textfield_text_darktheme_hint"' }, { value: '"ui_cpnt_textfield_text_darktheme_disabled"' }, { value: '"ui_cpnt_textfield_icon_darktheme_default"' }, { value: '"ui_cpnt_textfield_icon_darktheme_disabled"' }, { value: '"ui_cpnt_textfield_border_darktheme_normal"' }, { value: '"ui_cpnt_textfield_border_darktheme_focus"' }, { value: '"ui_cpnt_textfield_border_darktheme_error"' }, { value: '"ui_cpnt_textfield_text_darktheme_error"' }, { value: '"ui_cpnt_textfield_base_darktheme_disabled"' }, { value: '"ui_cpnt_select_text_darktheme_enabled"' }, { value: '"ui_cpnt_select_text_darktheme_hint"' }, { value: '"ui_cpnt_select_text_darktheme_disabled"' }, { value: '"ui_cpnt_select_icon_darktheme_default"' }, { value: '"ui_cpnt_select_icon_darktheme_disabled"' }, { value: '"ui_cpnt_select_border_darktheme_normal"' }, { value: '"ui_cpnt_select_border_darktheme_focus"' }, { value: '"ui_cpnt_select_base_darktheme_disabled"' }, { value: '"ui_cpnt_dropdown_text_darktheme_enabled"' }, { value: '"ui_cpnt_dropdown_text_darktheme_hint"' }, { value: '"ui_cpnt_dropdown_text_darktheme_disabled"' }, { value: '"ui_cpnt_dropdown_icon_darktheme_default"' }, { value: '"ui_cpnt_dropdown_icon_darktheme_disabled"' }, { value: '"ui_cpnt_dropdown_border_darktheme_normal"' }, { value: '"ui_cpnt_dropdown_border_darktheme_focus"' }, { value: '"ui_cpnt_dropdown_base_darktheme_disabled"' }, { value: '"ui_cpnt_sheet_base"' }, { value: '"ui_cpnt_button_icon_darktheme_default"' }, { value: '"ui_cpnt_button_icon_darktheme_primary"' }, { value: '"ui_cpnt_button_text_darktheme_default"' }, { value: '"ui_cpnt_button_text_darktheme_primary"' }, { value: '"ui_35"' }, { value: '"ui_cpnt_button_fill_base_black_opacity50"' }, { value: '"ui_cpnt_sheet_base_white"' }, { value: '"ui_cpnt_sheet_base_black"' }, { value: '"ui_cpnt_sheet_base_01"' }, { value: '"ui_cpnt_sheet_base_02"' }, { value: '"ui_temp_background"' }, { value: '"ui_list_progress_shape_normal"' }, { value: '"ui_list_progress_shape_error"' }, { value: '"ui_list_progress_shape_base"' }, { value: '"ui_cpnt_textlabel_sys_brand_primary_opacity50"' }, { value: '"ui_cpnt_progressbar_01"' }, { value: '"ui_cpnt_progressbar_02"' }, { value: '"ui_36"' }, { value: '"ui_37"' }, { value: '"ui_39"' }, { value: '"ui_cpnt_divider_white_opacity30"' }, { value: '"ui_toppagemenucontainer_background_wt_m"' }, { value: '"ui_contentscontainer_background_wt_m"' }, { value: '"ui_toppagemenuarea_background_wt_m"' }, { value: '"ui_contentsarea_background_wt_m"' }, { value: '"ui_cpnt_standardbanner_base_default"' }, { value: '"ui_channeldesc_white"' }, { value: '"ui_channeldesc_grey_03"' }, { value: '"ui_channeldesc_border_grey_03"' }, { value: '"ui_cpnt_bottomsheet_border"' }, { value: '"ui_cpnt_userdesktopsidetab_base_area"' }, { value: '"ui_cpnt_pg_gradient_01"' }, { value: '"ui_cpnt_pg_gradient_02"' }, { value: '"ui_channeldesc_background"' }, { value: '"ui_channeldesc_bottomsheet_base"' }, { value: '"ui_channeldesc_bottomsheet_border"' }, { value: '"ui_channeldesc_contents_base"' }, { value: '"ui_channeldesc_dimmed"' }, { value: '"ui_cpnt_pg_gradient_03"' }, { value: '"ui_cpnt_pg_gradient_04"' }, { value: '"ui_cpnt_pg_gradient_05"' }, { value: '"ui_cpnt_mask_base"' }, { value: '"ui_temp_usr_primary_01"' }, { value: '"ui_cpnt_sheet_base_02_opacity50"' }, { value: '"ui_menu_primarymenu_main"' }, { value: '"ui_menu_primarymenu_sub"' }, { value: '"ui_menu_secondarymenu_main"' }, { value: '"ui_menu_secondarymenu_sub"' }, { value: '"ui_menu_hover"' }, { value: '"ui_menu_active"' }, { value: '"ui_menu_background"' }, { value: '"ui_cpnt_video_progress_base"' }, { value: '"ui_cpnt_icon_sys_dark"' }, { value: '"ui_menu_background_gradient_opacity00"' }, { value: '"ui_cpnt_dropdown_border_white_normal"' }, { value: '"ui_cpnt_dropdown_text_white_enabled"' }, { value: '"ui_cpnt_dropdown_text_white_hint"' }, { value: '"ui_cpnt_dropdown_icon_white_default"' }, { value: '"ui_cpnt_dropdown_border_white_focus"' }, { value: '"ui_cpnt_dropdown_base_white_normal"' }, { value: '"ui_profile_image_border_brandprimary"' }, { value: '"ui_cpnt_dropdown_base_white_disabled"' }, { value: '"ui_cpnt_dropdown_border_white_disabled"' }, { value: '"ui_cpnt_sheet_base_white_opacity00"' }, { value: '"ui_dimmed_01"' }, { value: '"ui_cpnt_reactionbutton_base_01"' }, { value: '"ui_cpnt_textfield_border_disabled"' }, { value: '"ui_cpnt_dropdown_border_disabled"' }, { value: '"ui_cpnt_select_border_disabled"' }, { value: '"ui_cpnt_dropdown_base_darktheme_normal"' }, { value: '"ui_cpnt_textfield_text_readonly"' }, { value: '"ui_cpnt_select_text_readonly"' }, { value: '"ui_cpnt_dropdown_text_readonly"' }, { value: '"ui_cpnt_select_text_darktheme_readonly"' }, { value: '"ui_cpnt_dropdown_text_darktheme_readonly"' }, { value: '"ui_cpnt_dropdown_text_white_readonly"' }, { value: '"ui_cpnt_blogtextfield_base_01"' }, { value: '"ui_cpnt_textfield_base_darktheme_normal"' }, { value: '"ui_cpnt_dropdown_border_darktheme_disabled"' }, { value: '"ui_cpnt_select_border_darktheme_disabled"' }, { value: '"ui_cpnt_dropdown_text_white_disabled"' }, { value: '"ui_cpnt_select_base_darktheme_normal"' }, { value: '"ui_hero_title_text"' }, { value: '"ui_hero_description_text"' }, { value: '"ui_cpnt_divider_area"' }, { value: '"ui_cpnt_button_white_base_hover"' }, { value: '"ui_cpnt_button_white_base_pressed"' }, { value: '"ui_cpnt_list_base_area_hover"' }, { value: '"ui_cpnt_sheet_border_01"' }, { value: '"ui_cpnt_sheet_border_02"' }, { value: '"ui_cpnt_sheet_border_03"' }, { value: '"ui_43"' }, { value: '"ui_44"' }, { value: '"ui_45"' }, { value: '"ui_46"' }, { value: '"ui_47"' }, { value: '"ui_cpnt_sheet_base_03"' }, { value: '"ui_48"' }, { value: '"ui_49"' }, { value: '"ui_50"' }, { value: '"ui_51"' }, { value: '"ui_cpnt_list_text_caption_03"' }, { value: '"ui_cpnt_list_chatbubble_base_area"' }, { value: '"ui_cpnt_list_chatbubble_base_area_my"' }, { value: '"ui_cpnt_list_chatbubble_text_my"' }, { value: '"ui_papp_livechat_link"' }, { value: '"ui_cpnt_list_chatbubble_base_area_seller_color"' }, { value: '"ui_cpnt_list_chatbubble_text_seller_color"' }, { value: '"ui_cpnt_list_chatbubble_base_area_subscriber"' }, { value: '"ui_cpnt_list_chatbubble_text_subscriber"' }, { value: '"ui_cpnt_list_chatbubble_base_area_my_color"' }, { value: '"ui_cpnt_list_chatbubble_text_my_color"' }, { value: '"ui_cpnt_list_chatbubble_base_area_seller"' }, { value: '"ui_cpnt_list_chatbubble_text_seller"' }, { value: '"ui_52"' }, { value: '"ui_cpnt_imageview_dimmed"' }, { value: '"ui_53"' }, { value: '"ui_54"' }, { value: '"ui_55"' }, { value: '"ui_56"' }, { value: '"ui_cpnt_sheet_base_04"' }, { value: '"ui_cpnt_masking_base_01"' }, { value: '"ui_cpnt_masking_icon_01"' }, { value: '"ui_cpnt_list_base_area_transparent_seller"' }, { value: '"ui_57"' }, { value: '"ui_58"' }, { value: '"ui_cpnt_divider_white_opacity00"' }, { value: '"ui_cpnt_textfield_text_colortheme_transparent_enabled"' }, { value: '"ui_cpnt_textfield_text_colortheme_transparent_hint"' }, { value: '"ui_cpnt_textfield_text_colortheme_transparent_disabled"' }, { value: '"ui_cpnt_textfield_icon_colortheme_transparent_default"' }, { value: '"ui_cpnt_textfield_icon_colortheme_transparent_disabled"' }, { value: '"ui_cpnt_textfield_border_colortheme_transparent_normal"' }, { value: '"ui_cpnt_textfield_border_colortheme_transparent_focus"' }, { value: '"ui_cpnt_textfield_border_colortheme_transparent_error"' }, { value: '"ui_cpnt_textfield_text_colortheme_transparent_error"' }, { value: '"ui_cpnt_textfield_base_colortheme_transparent_disabled"' }, { value: '"ui_cpnt_textfield_base_colortheme_transparent_normal"' }, { value: '"ui_cpnt_textfield_text_colortheme_transparent_readonly"' }, { value: '"ui_cpnt_textfield_icon_colortheme_transparent_readonly"' }, { value: '"ui_cpnt_textfield_base_colortheme_transparent_readonly"' }, { value: '"ui_cpnt_textfield_border_colortheme_transparent_disabled"' }, { value: '"ui_cpnt_textfield_border_colortheme_transparent_readonly"' }, { value: '"ui_cpnt_lottiereactionbutton_base_01"' }, { value: '"ui_cpnt_lottiereactionbutton_base_02"' }, { value: '"ui_cpnt_lottiereactionbutton_base_03"' }, { value: '"ui_cpnt_lottiereactionbutton_base_04"' }, { value: '"ui_cpnt_lottiereactionbutton_base_05"' }, { value: '"ui_60"' }, { value: '"ui_61"' }, { value: '"ui_loading_skeleton_01"' }, { value: '"ui_loading_skeleton_02"' }, { value: '"ui_loading_linear_bar"' }, { value: '"ui_loading_linear_base"' }, { value: '"ui_loading_three_bar"' }, { value: '"ui_menu_button_base"' }, { value: '"ui_cpnt_calendar_status_a"' }, { value: '"ui_cpnt_calendar_status_b"' }, { value: '"ui_cpnt_calendar_status_c"' }, { value: '"ui_menu_background_transparent"' }, { value: '"ui_globalmenucontainer_background_transparent"' }, { value: '"ui_pagemenucontainer_background_transparent"' }, { value: '"ui_submenucontainer_background_transparent"' }, { value: '"ui_tabmenucontainer_background_transparent"' }, { value: '"ui_contentscontainer01_background_transparent"' }, { value: '"ui_contentscontainer02_background_transparent"' }, { value: '"ui_toppagemenucontainer_background_wt_m_transparent"' }, { value: '"ui_contentscontainer_background_wt_m_transparent"' }, { value: '"ui_menu_button_base_transparent"' }, { value: '"ui_dimmed_02"' }, { value: '"ui_cpnt_sheet_base_05"' }, { value: '"ui_62"' }, { value: '"ui_cpnt_calendar_date_hover"' }, { value: '"ui_cpnt_calendar_date_pressed"' }, { value: '"ui_cpnt_imageview_dimmed_gradient_01"' }, { value: '"ui_cpnt_imageview_dimmed_gradient_02"' }, { value: '"ui_cpnt_calendar_base"' }, { value: '"ui_cpnt_calendar_border"' }, { value: '"ui_cpnt_calendar_label_base_schedules"' }, { value: '"ui_cpnt_calendar_label_base_expired_schedules"' }, { value: '"ui_cpnt_calendar_label_border_default"' }, { value: '"ui_cpnt_calendar_label_border_schedules"' }, { value: '"ui_cpnt_calendar_label_border_expired_schedules"' }, { value: '"ui_cpnt_calendar_real_time_line"' }, { value: '"ui_cpnt_calendar_date_selected"' }, { value: '"ui_pagination_base_area"' }, { value: '"ui_cpnt_calendar_label_base_standby_selected"' }, { value: '"ui_cpnt_calendar_label_border_standby"' }, { value: '"ui_cpnt_calendar_text_status_standby"' }, { value: '"ui_cpnt_calendar_label_base_booked_selected"' }, { value: '"ui_cpnt_calendar_label_border_booked"' }, { value: '"ui_cpnt_calendar_text_status_booked"' }, { value: '"ui_cpnt_calendar_label_base_expired_selected"' }, { value: '"ui_cpnt_calendar_label_border_expired"' }, { value: '"ui_cpnt_calendar_text_status_expired"' }, { value: '"ui_cpnt_calendar_label_base_standby_default"' }, { value: '"ui_cpnt_calendar_label_base_booked_default"' }, { value: '"ui_cpnt_calendar_label_base_expired_default"' }, { value: '"ui_cpnt_calendar_badge_standby"' }, { value: '"ui_cpnt_calendar_badge_booked"' }, { value: '"ui_cpnt_calendar_badge_expired"' }, { value: '"ui_cpnt_calendar_text_today"' }, { value: '"ui_cpnt_textlabel_sys_warning"' }, { value: '"ui_cpnt_lottiereactionbutton_base_default"' }, { value: '"ui_cpnt_sheet_base_06"' }, { value: '"ui_cpnt_sheet_base_07"' }, { value: '"ui_cpnt_sheet_base_08"' }, { value: '"ui_cpnt_pagination_dot_01"' }, { value: '"ui_cpnt_pagination_dot_02"' }, { value: '"ui_cpnt_pagination_dot_border"' }, { value: '"ui_63"' }, { value: '"ui_64"' }, { value: '"ui_cpnt_sheet_border_04"' }, { value: '"ui_cpnt_button_fill_base_01"' }, { value: '"ui_cpnt_button_fill_base_hangup"' }, { value: '"ui_cpnt_refund_text_status_issued"' }, { value: '"ui_cpnt_refund_text_status_refunded"' }, { value: '"ui_cpnt_divider_white_01"' }, { value: '"ui_cpnt_timer_base_01"' }, { value: '"ui_cpnt_timer_base_timeup"' }, { value: '"ui_66"' }, { value: '"ui_67"' }, { value: '"ui_cpnt_videoplayer_gradient_3"' }, { value: '"ui_68"' }, { value: '"ui_69"' }, { value: '"ui_cpnt_divider_white_02"' }, { value: '"ui_cpnt_list_chatbubble_base_brand_primary"' }, { value: '"ui_cpnt_list_chatbubble_base_grey"' }, { value: '"ui_cpnt_list_chatbubble_base_translucent_white"' }, { value: '"ui_cpnt_list_chatbubble_base_translucent_black"' }, { value: '"ui_avatar_border_translucent_white"' }, { value: '"ui_avatar_border_translucent_black"' }, { value: '"ui_cpnt_textfield_base_hover"' }, { value: '"ui_cpnt_textfield_base_pressed"' }, { value: '"ui_cpnt_button_secondary_on_base_hover"' }, { value: '"ui_cpnt_button_secondary_on_base_pressed"' }, { value: '"ui_cpnt_select_base_hover"' }, { value: '"ui_cpnt_select_base_pressed"' }, { value: '"ui_cpnt_dropdown_base_hover"' }, { value: '"ui_cpnt_dropdown_base_pressed"' }, { value: '"ui_cpnt_sheet_base_09"' }, { value: '"ui_wizard_pagemenucontainer_background"' }, { value: '"ui_stepcontainer_background"' }, { value: '"ui_wizard_contentscontainer01_background"' }, { value: '"ui_wizard_contentscontainer02_background"' }, { value: '"ui_70"' }, { value: '"ui_cpnt_button_primary_variation_base_enabled"' }, { value: '"ui_cpnt_button_text_secondary_variation_disabled"' }, { value: '"ui_cpnt_button_icon_secondary_variation_disabled"' }, { value: '"ui_cpnt_button_secondary_variation_base_default"' }, { value: '"ui_cpnt_button_secondary_variation_base_hover"' }, { value: '"ui_cpnt_button_secondary_variation_base_pressed"' }, { value: '"ui_editor_base_pages"' }, { value: '"ui_editor_base_papp"' }, { value: '"ui_container_scroll"' }, { value: '"ui_pages_section_dimmed"' }, { value: '"ui_71"' }, { value: '"ui_cpnt_textlabel_sys_black"' }, { value: '"ui_cpnt_sheet_base_10"' }, { value: '"ui_cpnt_sheet_base_11"' }, { value: '"ui_72"' }, { value: '"ui_73"' }, { value: '"ui_cpnt_sidebar_listitem_base_hover"' }, { value: '"ui_avatar_border_brandprimary"' }, { value: '"ui_avatar_border"' }, { value: '"ui_editor_rightside_title_tabbar_base"' }, { value: '"ui_editor_preview_base"' }, { value: '"ui_editor_preview_divice_area_border"' }, { value: '"ui_editor_preview_background"' }, { value: '"ui_editor_leftside_base"' }, { value: '"ui_cpnt_sidebar_label_text"' }, { value: '"ui_cpnt_dropdown_base_hover_darktheme"' }, { value: '"ui_cpnt_dropdown_base_pressed_darktheme"' }, { value: '"ui_cpnt_dropdown_base_hover_white"' }, { value: '"ui_cpnt_dropdown_base_pressed_white"' }, { value: '"ui_cpnt_textfield_base_hover_darktheme"' }, { value: '"ui_cpnt_textfield_base_pressed_darktheme"' }, { value: '"ui_cpnt_select_base_hover_darktheme"' }, { value: '"ui_cpnt_select_base_pressed_darktheme"' }, { value: '"ui_cpnt_textfield_base_hover_transparent"' }, { value: '"ui_cpnt_textfield_base_pressed_transparent"' }, { value: '"ui_cpnt_reactionbutton_base_02"' }, { value: '"ui_create_ch_step_prev"' }] } }, overrideContainer2ColorKey: { defaultValue: null, description: "", name: "overrideContainer2ColorKey", required: !1, type: { name: "enum", value: [{ value: '"ui_cpnt_icon_sys_grey_01"' }, { value: '"ui_cpnt_button_fill_base_primary"' }, { value: '"ui_cpnt_button_fill_base_default"' }, { value: '"ui_cpnt_button_fill_base_white"' }, { value: '"ui_cpnt_button_fill_on_base_hover"' }, { value: '"ui_cpnt_button_fill_on_base_pressed"' }, { value: '"ui_cpnt_button_fill_base_disabled"' }, { value: '"ui_cpnt_button_line_base_pressed"' }, { value: '"ui_cpnt_button_line_base_hover"' }, { value: '"ui_cpnt_button_line_border_default"' }, { value: '"ui_cpnt_button_line_border_enabled"' }, { value: '"ui_cpnt_button_line_border_disabled"' }, { value: '"ui_cpnt_button_line_border_primary"' }, { value: '"ui_cpnt_button_text_primary"' }, { value: '"ui_cpnt_button_text_on_primary"' }, { value: '"ui_cpnt_button_text_enabled"' }, { value: '"ui_cpnt_button_text_disabled"' }, { value: '"ui_cpnt_button_text_default"' }, { value: '"ui_cpnt_button_icon_on_primary"' }, { value: '"ui_cpnt_button_icon_primary"' }, { value: '"ui_cpnt_button_icon_enabled"' }, { value: '"ui_cpnt_button_icon_disabled"' }, { value: '"ui_cpnt_button_icon_default"' }, { value: '"ui_cpnt_textfield_border_normal"' }, { value: '"ui_cpnt_textfield_border_focus"' }, { value: '"ui_cpnt_textfield_border_error"' }, { value: '"ui_cpnt_textfield_base_normal"' }, { value: '"ui_cpnt_textfield_base_disabled"' }, { value: '"ui_cpnt_textfield_text_hint"' }, { value: '"ui_cpnt_textfield_text_typed"' }, { value: '"ui_cpnt_textfield_text_error"' }, { value: '"ui_cpnt_textfield_text_disabled"' }, { value: '"ui_cpnt_textfield_icon_01"' }, { value: '"ui_cpnt_textfield_icon_02"' }, { value: '"ui_cpnt_textfield_icon_03"' }, { value: '"ui_cpnt_list_base_area"' }, { value: '"ui_cpnt_list_base_area_select"' }, { value: '"ui_cpnt_list_text_title"' }, { value: '"ui_cpnt_list_text_description_01"' }, { value: '"ui_cpnt_list_text_caption_01"' }, { value: '"ui_cpnt_headerbar_base_area"' }, { value: '"ui_cpnt_headerbar_text_title"' }, { value: '"ui_cpnt_headerbar_icon"' }, { value: '"ui_cpnt_headerbar_divider"' }, { value: '"ui_cpnt_tabbar_base_area"' }, { value: '"ui_cpnt_tabbar_divider"' }, { value: '"ui_cpnt_tabbar_base_area_sub"' }, { value: '"ui_cpnt_tabbar_border_active_indicator_primary"' }, { value: '"ui_cpnt_tabbar_text_active_primary"' }, { value: '"ui_cpnt_tabbar_border_active_indicator"' }, { value: '"ui_cpnt_tabbar_text_active"' }, { value: '"ui_cpnt_tabbar_text_inactive_01"' }, { value: '"ui_2"' }, { value: '"ui_3"' }, { value: '"ui_4"' }, { value: '"ui_5"' }, { value: '"ui_6"' }, { value: '"ui_7"' }, { value: '"ui_8"' }, { value: '"ui_9"' }, { value: '"ui_cpnt_pagination_slide_dot_active"' }, { value: '"ui_cpnt_pagination_slide_dot_inactive"' }, { value: '"ui_10"' }, { value: '"ui_11"' }, { value: '"ui_cpnt_modal_header_text_title"' }, { value: '"ui_cpnt_modal_header_icon_01"' }, { value: '"ui_cpnt_modal_header_base_area"' }, { value: '"ui_cpnt_modal_header_base_line"' }, { value: '"ui_cpnt_modal_body_primary_text"' }, { value: '"ui_cpnt_modal_body_secondary_text"' }, { value: '"ui_cpnt_modal_footer_base_area"' }, { value: '"ui_cpnt_modal_footer_divider"' }, { value: '"ui_cpnt_modal_base"' }, { value: '"ui_12"' }, { value: '"ui_13"' }, { value: '"ui_14"' }, { value: '"ui_15"' }, { value: '"ui_cpnt_text_emptystate"' }, { value: '"ui_cpnt_chip_fill_icon_inactive"' }, { value: '"ui_cpnt_chip_fill_icon_active_01"' }, { value: '"ui_cpnt_chip_fill_text_inactive"' }, { value: '"ui_cpnt_chip_fill_text_active_01"' }, { value: '"ui_cpnt_chip_fill_base_inactive"' }, { value: '"ui_cpnt_chip_fill_base_active_01"' }, { value: '"ui_cpnt_chip_line_icon_01"' }, { value: '"ui_cpnt_chip_line_text_01"' }, { value: '"ui_cpnt_chip_line_text_disabled"' }, { value: '"ui_cpnt_chip_line_border_01"' }, { value: '"ui_cpnt_chip_base_playtime"' }, { value: '"ui_16"' }, { value: '"ui_cpnt_list_icon_01"' }, { value: '"ui_cpnt_list_icon_02"' }, { value: '"ui_cpnt_bottomsheet_icon_01"' }, { value: '"ui_cpnt_bottomsheet_text_01"' }, { value: '"ui_cpnt_bottomsheet_text_02"' }, { value: '"ui_cpnt_bottomsheet_icon_02"' }, { value: '"ui_19"' }, { value: '"ui_20"' }, { value: '"ui_cpnt_fab_default_base_white"' }, { value: '"ui_cpnt_fab_default_base_red"' }, { value: '"ui_cpnt_fab_default_base_primary"' }, { value: '"ui_cpnt_fab_default_base_hover"' }, { value: '"ui_cpnt_fab_default_on_base_hover"' }, { value: '"ui_cpnt_fab_default_base_pressed"' }, { value: '"ui_cpnt_fab_default_on_base_pressed"' }, { value: '"ui_cpnt_fab_default_base_disabled"' }, { value: '"ui_cpnt_fab_icon_enabled"' }, { value: '"ui_cpnt_fab_icon_on_primary"' }, { value: '"ui_cpnt_fab_icon_disabled"' }, { value: '"ui_cpnt_fab_extended_base_primary"' }, { value: '"ui_cpnt_fab_extended_on_base_hover"' }, { value: '"ui_cpnt_fab_extended_on_base_pressed"' }, { value: '"ui_cpnt_fab_extended_base_disabled"' }, { value: '"ui_cpnt_fab_text_on_primary"' }, { value: '"ui_cpnt_fab_text_disabled"' }, { value: '"ui_cpnt_alertdialog_base"' }, { value: '"ui_cpnt_alertdialog_icon_success"' }, { value: '"ui_cpnt_alertdialog_icon_error"' }, { value: '"ui_cpnt_alertdialog_icon_warning"' }, { value: '"ui_cpnt_alertdialog_text_title"' }, { value: '"ui_cpnt_alertdialog_text_body"' }, { value: '"ui_21"' }, { value: '"ui_22"' }, { value: '"ui_23"' }, { value: '"ui_24"' }, { value: '"ui_25"' }, { value: '"ui_26"' }, { value: '"ui_27"' }, { value: '"ui_cpnt_divider"' }, { value: '"ui_cpnt_select_border_normal"' }, { value: '"ui_cpnt_select_border_focus"' }, { value: '"ui_cpnt_select_base_normal"' }, { value: '"ui_cpnt_select_base_disabled"' }, { value: '"ui_cpnt_select_text_hint"' }, { value: '"ui_cpnt_select_text_selected"' }, { value: '"ui_cpnt_select_text_disabled"' }, { value: '"ui_cpnt_select_icon_01"' }, { value: '"ui_cpnt_select_icon_02"' }, { value: '"ui_28"' }, { value: '"ui_29"' }, { value: '"ui_30"' }, { value: '"ui_cpnt_videoplayer_icon_01"' }, { value: '"ui_32"' }, { value: '"ui_cpnt_selcontrols_icon_primary"' }, { value: '"ui_cpnt_selcontrols_icon_disabled"' }, { value: '"ui_cpnt_selcontrols_icon_default"' }, { value: '"ui_cpnt_selcontrols_text_disabled"' }, { value: '"ui_cpnt_selcontrols_text_default"' }, { value: '"ui_cpnt_selcontrols_icon_on_base_hover"' }, { value: '"ui_cpnt_contextmenu_menu_base_normal"' }, { value: '"ui_cpnt_contextmenu_menu_base_hover"' }, { value: '"ui_cpnt_contextmenu_menu_base_selected"' }, { value: '"ui_cpnt_contextmenu_text"' }, { value: '"ui_cpnt_selcontrols_base_off"' }, { value: '"ui_cpnt_selcontrols_base_on"' }, { value: '"ui_cpnt_tabbar_text_inactive_02"' }, { value: '"ui_cpnt_videoplayer_unavailable"' }, { value: '"ui_cpnt_list_divider"' }, { value: '"ui_cpnt_button_fill_base_transparent"' }, { value: '"ui_cpnt_list_badge_active"' }, { value: '"ui_cpnt_list_badge_active_primary"' }, { value: '"ui_cpnt_list_badge_disabled"' }, { value: '"ui_cpnt_list_badge_cancel"' }, { value: '"ui_cpnt_list_text_quantity_plus"' }, { value: '"ui_cpnt_content_card_base"' }, { value: '"ui_cpnt_content_icon_03"' }, { value: '"ui_cpnt_content_icon_01"' }, { value: '"ui_cpnt_content_icon_02"' }, { value: '"ui_cpnt_content_card_status_a"' }, { value: '"ui_cpnt_content_card_status_b"' }, { value: '"ui_cpnt_content_card_status_c"' }, { value: '"ui_cpnt_content_card_status_d"' }, { value: '"ui_cpnt_textgroup_base_area"' }, { value: '"ui_cpnt_imageslide_active"' }, { value: '"ui_cpnt_imageslide_inactive"' }, { value: '"ui_cpnt_videoplayer_icon_02"' }, { value: '"ui_cpnt_videoplayer_text_01"' }, { value: '"ui_cpnt_videoplayer_text_02"' }, { value: '"ui_cpnt_videoplayer_scrubber_01"' }, { value: '"ui_cpnt_videoplayer_scrubber_primary"' }, { value: '"ui_cpnt_videoplayer_playbar_base"' }, { value: '"ui_cpnt_videoplayer_playbar_02"' }, { value: '"ui_cpnt_videoplayer_playbar_primary"' }, { value: '"ui_cpnt_videoplayer_playbar_01"' }, { value: '"ui_cpnt_tableheadbar_title"' }, { value: '"ui_cpnt_tableheaderbar_text_default"' }, { value: '"ui_cpnt_tableheaderbar_text_disabled"' }, { value: '"ui_cpnt_tableheaderbar_icon_01"' }, { value: '"ui_cpnt_datatable_text_01"' }, { value: '"ui_cpnt_datatable_text_02"' }, { value: '"ui_cpnt_datatable_text_03"' }, { value: '"ui_cpnt_datatable_text_textbutton"' }, { value: '"ui_cpnt_datatable_text_active"' }, { value: '"ui_cpnt_datatable_base_default"' }, { value: '"ui_cpnt_datatable_base_hover"' }, { value: '"ui_cpnt_datatable_text_inactive"' }, { value: '"ui_cpnt_datatable_bulkaction_base"' }, { value: '"ui_cpnt_datatable_icon_01"' }, { value: '"ui_cpnt_datatable_text_04"' }, { value: '"ui_cpnt_chip_fill_base_active_02"' }, { value: '"ui_cpnt_chip_fill_text_active_02"' }, { value: '"ui_cpnt_chip_fill_icon_active_02"' }, { value: '"ui_cpnt_dropdown_border_normal"' }, { value: '"ui_cpnt_dropdown_border_focus"' }, { value: '"ui_cpnt_dropdown_base_normal"' }, { value: '"ui_cpnt_dropdown_base_disabled"' }, { value: '"ui_cpnt_dropdown_text_hint"' }, { value: '"ui_cpnt_dropdown_text_selected"' }, { value: '"ui_cpnt_dropdown_text_disabled"' }, { value: '"ui_cpnt_dropdown_icon_01"' }, { value: '"ui_cpnt_dropdown_icon_02"' }, { value: '"ui_cpnt_datatable_textbutton_base_02"' }, { value: '"ui_cpnt_datatable_textbutton_base_01"' }, { value: '"ui_cpnt_datatable_icon_02"' }, { value: '"ui_cpnt_datatable_icon_03"' }, { value: '"ui_cpnt_datatable_icon_04"' }, { value: '"ui_cpnt_sidebar_common_base"' }, { value: '"ui_cpnt_sidebar_header_base"' }, { value: '"ui_cpnt_sidebar_label_base"' }, { value: '"ui_cpnt_sidebar_listitem_base_inactive"' }, { value: '"ui_cpnt_sidebar_listitem_base_active"' }, { value: '"ui_cpnt_sidebar_footer_base"' }, { value: '"ui_cpnt_sidebar_label_icon"' }, { value: '"ui_cpnt_sidebar_listitem_icon_inactive"' }, { value: '"ui_cpnt_sidebar_listitem_icon_active"' }, { value: '"ui_cpnt_sidebar_icon_01"' }, { value: '"ui_cpnt_modal_body_base"' }, { value: '"ui_cpnt_modal_header_icon_02"' }, { value: '"ui_cpnt_selectcard_base_selected"' }, { value: '"ui_cpnt_selectcard_base_default"' }, { value: '"ui_cpnt_selectcard_icon_default"' }, { value: '"ui_cpnt_selectcard_icon_selected"' }, { value: '"ui_cpnt_selectcard_text_01"' }, { value: '"ui_cpnt_selectcard_text_02"' }, { value: '"ui_cpnt_selectcard_text_03"' }, { value: '"ui_cpnt_bannerslidecontent_text_white"' }, { value: '"ui_cpnt_modal_header_icon_03"' }, { value: '"ui_cpnt_modal_body_tertiary_text"' }, { value: '"ui_cpnt_list_timestatus_base"' }, { value: '"ui_cpnt_list_text_timestatus"' }, { value: '"ui_cpnt_imageview_base_03"' }, { value: '"ui_34"' }, { value: '"ui_cpnt_editorsidebar_base"' }, { value: '"ui_cpnt_editorsidebar_visible_status_base"' }, { value: '"ui_cpnt_editorsidebar_visible_status_text"' }, { value: '"ui_cpnt_editorsidebar_card_base_default"' }, { value: '"ui_cpnt_editorsidebar_card_base_selected"' }, { value: '"ui_cpnt_editorsidebar_text_default"' }, { value: '"ui_cpnt_editorsidebar_text_selected"' }, { value: '"ui_cpnt_editorsidebar_icon_default"' }, { value: '"ui_cpnt_editorsidebar_icon_selected"' }, { value: '"ui_cpnt_editorsidebar_card_border"' }, { value: '"ui_cpnt_step_base_area"' }, { value: '"ui_cpnt_step_text_inactive"' }, { value: '"ui_cpnt_step_text_active"' }, { value: '"ui_cpnt_step_circular_inactive"' }, { value: '"ui_cpnt_step_circular_active"' }, { value: '"ui_cpnt_step_icon"' }, { value: '"ui_cpnt_step_text_number"' }, { value: '"ui_cpnt_imageslide_dot_area_1"' }, { value: '"ui_cpnt_imageslide_dot_area_2"' }, { value: '"ui_cpnt_editorsidebar_text_disabled"' }, { value: '"ui_cpnt_editorsidebar_icon_disabled"' }, { value: '"ui_cpnt_editorsidebar_card_border_disabled"' }, { value: '"ui_cpnt_userdesktopnavbar_base_area"' }, { value: '"ui_cpnt_button_line_base_default"' }, { value: '"ui_cpnt_userdesktoptabbar_base_area"' }, { value: '"ui_cpnt_userdesktoptabbar_divider"' }, { value: '"ui_cpnt_userdesktoptabbar_border_active_indicator"' }, { value: '"ui_cpnt_userdesktoptabbar_text_active"' }, { value: '"ui_cpnt_userdesktoptabbar_text_inactive"' }, { value: '"ui_cpnt_selcontrols_base_off_disabled"' }, { value: '"ui_cpnt_selcontrols_base_on_disabled"' }, { value: '"ui_cpnt_selcontrols_circular"' }, { value: '"ui_cpnt_chip_line_icon_02"' }, { value: '"ui_cpnt_overlay_base"' }, { value: '"ui_cpnt_profile_base"' }, { value: '"ui_cpnt_card_base"' }, { value: '"ui_cpnt_card_selected_border"' }, { value: '"ui_cpnt_card_icon_basic"' }, { value: '"ui_cpnt_card_icon_custom"' }, { value: '"ui_cpnt_card_icon_create"' }, { value: '"ui_cpnt_modal_dimmed"' }, { value: '"ui_cpnt_alertdialog_dimmed"' }, { value: '"ui_cpnt_bottomsheet_base"' }, { value: '"ui_cpnt_bottomsheet_icon_03"' }, { value: '"ui_cpnt_button_icon_white"' }, { value: '"ui_cpnt_list_icon_03"' }, { value: '"ui_cpnt_list_icon_active_primary"' }, { value: '"ui_cpnt_alertdialog_icon_information"' }, { value: '"ui_cpnt_bottomsheet_bar"' }, { value: '"ui_cpnt_button_line_border_error"' }, { value: '"ui_cpnt_button_text_error"' }, { value: '"ui_cpnt_button_icon_error"' }, { value: '"ui_cpnt_textlabel_sys_primary"' }, { value: '"ui_cpnt_textlabel_sys_secondary"' }, { value: '"ui_cpnt_textlabel_sys_tertiary"' }, { value: '"ui_cpnt_textlabel_sys_white"' }, { value: '"ui_cpnt_textlabel_sys_brandprimary"' }, { value: '"ui_cpnt_textlabel_sys_error"' }, { value: '"ui_cpnt_textlabel_sys_brandseconvariant"' }, { value: '"ui_cpnt_textlabel_usr_brandprimary"' }, { value: '"ui_cpnt_textlabel_usr_brandseconvariant"' }, { value: '"ui_cpnt_textlabel_usr_brandonprimary"' }, { value: '"ui_cpnt_list_text_body"' }, { value: '"ui_cpnt_card_icon_background_01"' }, { value: '"ui_cpnt_card_icon_background_02"' }, { value: '"ui_cpnt_card_icon_background_03"' }, { value: '"ui_cpnt_bannerslide_gradient_1"' }, { value: '"ui_cpnt_bannerslide_gradient_2"' }, { value: '"ui_cpnt_modal_gradient_1"' }, { value: '"ui_cpnt_modal_gradient_2"' }, { value: '"ui_cpnt_list_icon_04"' }, { value: '"ui_cpnt_list_thumbnail_border"' }, { value: '"ui_cpnt_list_thumbnail_gradient_1"' }, { value: '"ui_cpnt_list_thumbnail_gradient_2"' }, { value: '"ui_cpnt_list_base_area_active"' }, { value: '"ui_cpnt_contextmenu_base"' }, { value: '"ui_cpnt_videoplayer_gradient_1"' }, { value: '"ui_cpnt_videoplayer_gradient_2"' }, { value: '"ui_cpnt_videoplayer_overlay"' }, { value: '"ui_globalmenucontainer_background"' }, { value: '"ui_pagemenucontainer_background"' }, { value: '"ui_submenucontainer_background"' }, { value: '"ui_tabmenucontainer_background"' }, { value: '"ui_contentscontainer01_background"' }, { value: '"ui_contentscontainer02_background"' }, { value: '"ui_cpnt_bannerslide_icon_01"' }, { value: '"ui_cpnt_card_shadow"' }, { value: '"ui_cpnt_bannerslide_pagination_active"' }, { value: '"ui_cpnt_bannerslide_pagination_inactive"' }, { value: '"ui_cpnt_icon_usr_brandprimary"' }, { value: '"ui_container_divider"' }, { value: '"ui_area_divider"' }, { value: '"ui_cpnt_list_base_area_seller"' }, { value: '"ui_temp_grey_01"' }, { value: '"ui_temp_grey_02"' }, { value: '"ui_temp_grey_03"' }, { value: '"ui_temp_grey_04"' }, { value: '"ui_temp_grey_05"' }, { value: '"ui_temp_white"' }, { value: '"ui_temp_primary_01"' }, { value: '"ui_temp_secondary_01"' }, { value: '"ui_temp_red"' }, { value: '"ui_temp_white_opacity_00"' }, { value: '"ui_temp_dimmed"' }, { value: '"ui_temp_black"' }, { value: '"ui_temp_primary_02"' }, { value: '"ui_temp_primary_03"' }, { value: '"ui_temp_secondary_02"' }, { value: '"ui_temp_lightgreen_01"' }, { value: '"ui_cpnt_userdesktopnavbar_profile_border"' }, { value: '"ui_cpnt_textlabel_sys_grey_04"' }, { value: '"ui_papp_post_social_background"' }, { value: '"ui_papp_post_notice_background"' }, { value: '"ui_papp_post_free_background"' }, { value: '"ui_papp_vod_background"' }, { value: '"ui_papp_vodplus_background"' }, { value: '"ui_papp_live_background"' }, { value: '"ui_community_pagination_base_area"' }, { value: '"ui_cpnt_contextmenu_border"' }, { value: '"ui_profile_image_border"' }, { value: '"ui_cpnt_alertdialog_border"' }, { value: '"ui_cpnt_modal_border"' }, { value: '"ui_cpnt_card_border"' }, { value: '"ui_cpnt_overlay_border"' }, { value: '"ui_cpnt_datatable_base_selected"' }, { value: '"ui_cpnt_icon_sys_brandprimary"' }, { value: '"ui_cpnt_icon_sys_grey_02"' }, { value: '"ui_cpnt_icon_sys_grey_03"' }, { value: '"ui_cpnt_icon_sys_error_01"' }, { value: '"ui_cpnt_icon_sys_warning_01"' }, { value: '"ui_cpnt_icon_sys_success_01"' }, { value: '"ui_cpnt_icon_usr_brandsecondary"' }, { value: '"ui_papp_post_notice_link"' }, { value: '"ui_cpnt_headerbar_icon_02"' }, { value: '"ui_m_navigationcontainer_background"' }, { value: '"ui_m_tabcontainer_background"' }, { value: '"ui_m_contentscontainer01_background"' }, { value: '"ui_m_contentscontainer02_background"' }, { value: '"ui_cpnt_statusblock_basic"' }, { value: '"ui_cpnt_statusblock_standby"' }, { value: '"ui_cpnt_statusblock_proceeding"' }, { value: '"ui_cpnt_statusblock_cancel"' }, { value: '"ui_cpnt_statusblock_end"' }, { value: '"ui_cpnt_statusblock_error"' }, { value: '"ui_cpnt_list_base_area_solid"' }, { value: '"ui_cpnt_list_base_area_translucent"' }, { value: '"ui_cpnt_list_base_area_transparent"' }, { value: '"ui_cpnt_list_text_caption_02"' }, { value: '"ui_cpnt_button_line_border_darktheme_enabled"' }, { value: '"ui_cpnt_button_line_border_darktheme_disabled"' }, { value: '"ui_cpnt_button_line_base_darktheme_default"' }, { value: '"ui_cpnt_button_line_base_darktheme_hover"' }, { value: '"ui_cpnt_button_line_base_darktheme_pressed"' }, { value: '"ui_cpnt_button_text_darktheme_enabled"' }, { value: '"ui_cpnt_button_text_darktheme_disabled"' }, { value: '"ui_cpnt_button_icon_darktheme_enabled"' }, { value: '"ui_cpnt_button_icon_darktheme_disabled"' }, { value: '"ui_cpnt_icon_sys_white"' }, { value: '"ui_cpnt_button_fill_base_media"' }, { value: '"ui_cpnt_textfield_text_darktheme_enabled"' }, { value: '"ui_cpnt_textfield_text_darktheme_hint"' }, { value: '"ui_cpnt_textfield_text_darktheme_disabled"' }, { value: '"ui_cpnt_textfield_icon_darktheme_default"' }, { value: '"ui_cpnt_textfield_icon_darktheme_disabled"' }, { value: '"ui_cpnt_textfield_border_darktheme_normal"' }, { value: '"ui_cpnt_textfield_border_darktheme_focus"' }, { value: '"ui_cpnt_textfield_border_darktheme_error"' }, { value: '"ui_cpnt_textfield_text_darktheme_error"' }, { value: '"ui_cpnt_textfield_base_darktheme_disabled"' }, { value: '"ui_cpnt_select_text_darktheme_enabled"' }, { value: '"ui_cpnt_select_text_darktheme_hint"' }, { value: '"ui_cpnt_select_text_darktheme_disabled"' }, { value: '"ui_cpnt_select_icon_darktheme_default"' }, { value: '"ui_cpnt_select_icon_darktheme_disabled"' }, { value: '"ui_cpnt_select_border_darktheme_normal"' }, { value: '"ui_cpnt_select_border_darktheme_focus"' }, { value: '"ui_cpnt_select_base_darktheme_disabled"' }, { value: '"ui_cpnt_dropdown_text_darktheme_enabled"' }, { value: '"ui_cpnt_dropdown_text_darktheme_hint"' }, { value: '"ui_cpnt_dropdown_text_darktheme_disabled"' }, { value: '"ui_cpnt_dropdown_icon_darktheme_default"' }, { value: '"ui_cpnt_dropdown_icon_darktheme_disabled"' }, { value: '"ui_cpnt_dropdown_border_darktheme_normal"' }, { value: '"ui_cpnt_dropdown_border_darktheme_focus"' }, { value: '"ui_cpnt_dropdown_base_darktheme_disabled"' }, { value: '"ui_cpnt_sheet_base"' }, { value: '"ui_cpnt_button_icon_darktheme_default"' }, { value: '"ui_cpnt_button_icon_darktheme_primary"' }, { value: '"ui_cpnt_button_text_darktheme_default"' }, { value: '"ui_cpnt_button_text_darktheme_primary"' }, { value: '"ui_35"' }, { value: '"ui_cpnt_button_fill_base_black_opacity50"' }, { value: '"ui_cpnt_sheet_base_white"' }, { value: '"ui_cpnt_sheet_base_black"' }, { value: '"ui_cpnt_sheet_base_01"' }, { value: '"ui_cpnt_sheet_base_02"' }, { value: '"ui_temp_background"' }, { value: '"ui_list_progress_shape_normal"' }, { value: '"ui_list_progress_shape_error"' }, { value: '"ui_list_progress_shape_base"' }, { value: '"ui_cpnt_textlabel_sys_brand_primary_opacity50"' }, { value: '"ui_cpnt_progressbar_01"' }, { value: '"ui_cpnt_progressbar_02"' }, { value: '"ui_36"' }, { value: '"ui_37"' }, { value: '"ui_39"' }, { value: '"ui_cpnt_divider_white_opacity30"' }, { value: '"ui_toppagemenucontainer_background_wt_m"' }, { value: '"ui_contentscontainer_background_wt_m"' }, { value: '"ui_toppagemenuarea_background_wt_m"' }, { value: '"ui_contentsarea_background_wt_m"' }, { value: '"ui_cpnt_standardbanner_base_default"' }, { value: '"ui_channeldesc_white"' }, { value: '"ui_channeldesc_grey_03"' }, { value: '"ui_channeldesc_border_grey_03"' }, { value: '"ui_cpnt_bottomsheet_border"' }, { value: '"ui_cpnt_userdesktopsidetab_base_area"' }, { value: '"ui_cpnt_pg_gradient_01"' }, { value: '"ui_cpnt_pg_gradient_02"' }, { value: '"ui_channeldesc_background"' }, { value: '"ui_channeldesc_bottomsheet_base"' }, { value: '"ui_channeldesc_bottomsheet_border"' }, { value: '"ui_channeldesc_contents_base"' }, { value: '"ui_channeldesc_dimmed"' }, { value: '"ui_cpnt_pg_gradient_03"' }, { value: '"ui_cpnt_pg_gradient_04"' }, { value: '"ui_cpnt_pg_gradient_05"' }, { value: '"ui_cpnt_mask_base"' }, { value: '"ui_temp_usr_primary_01"' }, { value: '"ui_cpnt_sheet_base_02_opacity50"' }, { value: '"ui_menu_primarymenu_main"' }, { value: '"ui_menu_primarymenu_sub"' }, { value: '"ui_menu_secondarymenu_main"' }, { value: '"ui_menu_secondarymenu_sub"' }, { value: '"ui_menu_hover"' }, { value: '"ui_menu_active"' }, { value: '"ui_menu_background"' }, { value: '"ui_cpnt_video_progress_base"' }, { value: '"ui_cpnt_icon_sys_dark"' }, { value: '"ui_menu_background_gradient_opacity00"' }, { value: '"ui_cpnt_dropdown_border_white_normal"' }, { value: '"ui_cpnt_dropdown_text_white_enabled"' }, { value: '"ui_cpnt_dropdown_text_white_hint"' }, { value: '"ui_cpnt_dropdown_icon_white_default"' }, { value: '"ui_cpnt_dropdown_border_white_focus"' }, { value: '"ui_cpnt_dropdown_base_white_normal"' }, { value: '"ui_profile_image_border_brandprimary"' }, { value: '"ui_cpnt_dropdown_base_white_disabled"' }, { value: '"ui_cpnt_dropdown_border_white_disabled"' }, { value: '"ui_cpnt_sheet_base_white_opacity00"' }, { value: '"ui_dimmed_01"' }, { value: '"ui_cpnt_reactionbutton_base_01"' }, { value: '"ui_cpnt_textfield_border_disabled"' }, { value: '"ui_cpnt_dropdown_border_disabled"' }, { value: '"ui_cpnt_select_border_disabled"' }, { value: '"ui_cpnt_dropdown_base_darktheme_normal"' }, { value: '"ui_cpnt_textfield_text_readonly"' }, { value: '"ui_cpnt_select_text_readonly"' }, { value: '"ui_cpnt_dropdown_text_readonly"' }, { value: '"ui_cpnt_select_text_darktheme_readonly"' }, { value: '"ui_cpnt_dropdown_text_darktheme_readonly"' }, { value: '"ui_cpnt_dropdown_text_white_readonly"' }, { value: '"ui_cpnt_blogtextfield_base_01"' }, { value: '"ui_cpnt_textfield_base_darktheme_normal"' }, { value: '"ui_cpnt_dropdown_border_darktheme_disabled"' }, { value: '"ui_cpnt_select_border_darktheme_disabled"' }, { value: '"ui_cpnt_dropdown_text_white_disabled"' }, { value: '"ui_cpnt_select_base_darktheme_normal"' }, { value: '"ui_hero_title_text"' }, { value: '"ui_hero_description_text"' }, { value: '"ui_cpnt_divider_area"' }, { value: '"ui_cpnt_button_white_base_hover"' }, { value: '"ui_cpnt_button_white_base_pressed"' }, { value: '"ui_cpnt_list_base_area_hover"' }, { value: '"ui_cpnt_sheet_border_01"' }, { value: '"ui_cpnt_sheet_border_02"' }, { value: '"ui_cpnt_sheet_border_03"' }, { value: '"ui_43"' }, { value: '"ui_44"' }, { value: '"ui_45"' }, { value: '"ui_46"' }, { value: '"ui_47"' }, { value: '"ui_cpnt_sheet_base_03"' }, { value: '"ui_48"' }, { value: '"ui_49"' }, { value: '"ui_50"' }, { value: '"ui_51"' }, { value: '"ui_cpnt_list_text_caption_03"' }, { value: '"ui_cpnt_list_chatbubble_base_area"' }, { value: '"ui_cpnt_list_chatbubble_base_area_my"' }, { value: '"ui_cpnt_list_chatbubble_text_my"' }, { value: '"ui_papp_livechat_link"' }, { value: '"ui_cpnt_list_chatbubble_base_area_seller_color"' }, { value: '"ui_cpnt_list_chatbubble_text_seller_color"' }, { value: '"ui_cpnt_list_chatbubble_base_area_subscriber"' }, { value: '"ui_cpnt_list_chatbubble_text_subscriber"' }, { value: '"ui_cpnt_list_chatbubble_base_area_my_color"' }, { value: '"ui_cpnt_list_chatbubble_text_my_color"' }, { value: '"ui_cpnt_list_chatbubble_base_area_seller"' }, { value: '"ui_cpnt_list_chatbubble_text_seller"' }, { value: '"ui_52"' }, { value: '"ui_cpnt_imageview_dimmed"' }, { value: '"ui_53"' }, { value: '"ui_54"' }, { value: '"ui_55"' }, { value: '"ui_56"' }, { value: '"ui_cpnt_sheet_base_04"' }, { value: '"ui_cpnt_masking_base_01"' }, { value: '"ui_cpnt_masking_icon_01"' }, { value: '"ui_cpnt_list_base_area_transparent_seller"' }, { value: '"ui_57"' }, { value: '"ui_58"' }, { value: '"ui_cpnt_divider_white_opacity00"' }, { value: '"ui_cpnt_textfield_text_colortheme_transparent_enabled"' }, { value: '"ui_cpnt_textfield_text_colortheme_transparent_hint"' }, { value: '"ui_cpnt_textfield_text_colortheme_transparent_disabled"' }, { value: '"ui_cpnt_textfield_icon_colortheme_transparent_default"' }, { value: '"ui_cpnt_textfield_icon_colortheme_transparent_disabled"' }, { value: '"ui_cpnt_textfield_border_colortheme_transparent_normal"' }, { value: '"ui_cpnt_textfield_border_colortheme_transparent_focus"' }, { value: '"ui_cpnt_textfield_border_colortheme_transparent_error"' }, { value: '"ui_cpnt_textfield_text_colortheme_transparent_error"' }, { value: '"ui_cpnt_textfield_base_colortheme_transparent_disabled"' }, { value: '"ui_cpnt_textfield_base_colortheme_transparent_normal"' }, { value: '"ui_cpnt_textfield_text_colortheme_transparent_readonly"' }, { value: '"ui_cpnt_textfield_icon_colortheme_transparent_readonly"' }, { value: '"ui_cpnt_textfield_base_colortheme_transparent_readonly"' }, { value: '"ui_cpnt_textfield_border_colortheme_transparent_disabled"' }, { value: '"ui_cpnt_textfield_border_colortheme_transparent_readonly"' }, { value: '"ui_cpnt_lottiereactionbutton_base_01"' }, { value: '"ui_cpnt_lottiereactionbutton_base_02"' }, { value: '"ui_cpnt_lottiereactionbutton_base_03"' }, { value: '"ui_cpnt_lottiereactionbutton_base_04"' }, { value: '"ui_cpnt_lottiereactionbutton_base_05"' }, { value: '"ui_60"' }, { value: '"ui_61"' }, { value: '"ui_loading_skeleton_01"' }, { value: '"ui_loading_skeleton_02"' }, { value: '"ui_loading_linear_bar"' }, { value: '"ui_loading_linear_base"' }, { value: '"ui_loading_three_bar"' }, { value: '"ui_menu_button_base"' }, { value: '"ui_cpnt_calendar_status_a"' }, { value: '"ui_cpnt_calendar_status_b"' }, { value: '"ui_cpnt_calendar_status_c"' }, { value: '"ui_menu_background_transparent"' }, { value: '"ui_globalmenucontainer_background_transparent"' }, { value: '"ui_pagemenucontainer_background_transparent"' }, { value: '"ui_submenucontainer_background_transparent"' }, { value: '"ui_tabmenucontainer_background_transparent"' }, { value: '"ui_contentscontainer01_background_transparent"' }, { value: '"ui_contentscontainer02_background_transparent"' }, { value: '"ui_toppagemenucontainer_background_wt_m_transparent"' }, { value: '"ui_contentscontainer_background_wt_m_transparent"' }, { value: '"ui_menu_button_base_transparent"' }, { value: '"ui_dimmed_02"' }, { value: '"ui_cpnt_sheet_base_05"' }, { value: '"ui_62"' }, { value: '"ui_cpnt_calendar_date_hover"' }, { value: '"ui_cpnt_calendar_date_pressed"' }, { value: '"ui_cpnt_imageview_dimmed_gradient_01"' }, { value: '"ui_cpnt_imageview_dimmed_gradient_02"' }, { value: '"ui_cpnt_calendar_base"' }, { value: '"ui_cpnt_calendar_border"' }, { value: '"ui_cpnt_calendar_label_base_schedules"' }, { value: '"ui_cpnt_calendar_label_base_expired_schedules"' }, { value: '"ui_cpnt_calendar_label_border_default"' }, { value: '"ui_cpnt_calendar_label_border_schedules"' }, { value: '"ui_cpnt_calendar_label_border_expired_schedules"' }, { value: '"ui_cpnt_calendar_real_time_line"' }, { value: '"ui_cpnt_calendar_date_selected"' }, { value: '"ui_pagination_base_area"' }, { value: '"ui_cpnt_calendar_label_base_standby_selected"' }, { value: '"ui_cpnt_calendar_label_border_standby"' }, { value: '"ui_cpnt_calendar_text_status_standby"' }, { value: '"ui_cpnt_calendar_label_base_booked_selected"' }, { value: '"ui_cpnt_calendar_label_border_booked"' }, { value: '"ui_cpnt_calendar_text_status_booked"' }, { value: '"ui_cpnt_calendar_label_base_expired_selected"' }, { value: '"ui_cpnt_calendar_label_border_expired"' }, { value: '"ui_cpnt_calendar_text_status_expired"' }, { value: '"ui_cpnt_calendar_label_base_standby_default"' }, { value: '"ui_cpnt_calendar_label_base_booked_default"' }, { value: '"ui_cpnt_calendar_label_base_expired_default"' }, { value: '"ui_cpnt_calendar_badge_standby"' }, { value: '"ui_cpnt_calendar_badge_booked"' }, { value: '"ui_cpnt_calendar_badge_expired"' }, { value: '"ui_cpnt_calendar_text_today"' }, { value: '"ui_cpnt_textlabel_sys_warning"' }, { value: '"ui_cpnt_lottiereactionbutton_base_default"' }, { value: '"ui_cpnt_sheet_base_06"' }, { value: '"ui_cpnt_sheet_base_07"' }, { value: '"ui_cpnt_sheet_base_08"' }, { value: '"ui_cpnt_pagination_dot_01"' }, { value: '"ui_cpnt_pagination_dot_02"' }, { value: '"ui_cpnt_pagination_dot_border"' }, { value: '"ui_63"' }, { value: '"ui_64"' }, { value: '"ui_cpnt_sheet_border_04"' }, { value: '"ui_cpnt_button_fill_base_01"' }, { value: '"ui_cpnt_button_fill_base_hangup"' }, { value: '"ui_cpnt_refund_text_status_issued"' }, { value: '"ui_cpnt_refund_text_status_refunded"' }, { value: '"ui_cpnt_divider_white_01"' }, { value: '"ui_cpnt_timer_base_01"' }, { value: '"ui_cpnt_timer_base_timeup"' }, { value: '"ui_66"' }, { value: '"ui_67"' }, { value: '"ui_cpnt_videoplayer_gradient_3"' }, { value: '"ui_68"' }, { value: '"ui_69"' }, { value: '"ui_cpnt_divider_white_02"' }, { value: '"ui_cpnt_list_chatbubble_base_brand_primary"' }, { value: '"ui_cpnt_list_chatbubble_base_grey"' }, { value: '"ui_cpnt_list_chatbubble_base_translucent_white"' }, { value: '"ui_cpnt_list_chatbubble_base_translucent_black"' }, { value: '"ui_avatar_border_translucent_white"' }, { value: '"ui_avatar_border_translucent_black"' }, { value: '"ui_cpnt_textfield_base_hover"' }, { value: '"ui_cpnt_textfield_base_pressed"' }, { value: '"ui_cpnt_button_secondary_on_base_hover"' }, { value: '"ui_cpnt_button_secondary_on_base_pressed"' }, { value: '"ui_cpnt_select_base_hover"' }, { value: '"ui_cpnt_select_base_pressed"' }, { value: '"ui_cpnt_dropdown_base_hover"' }, { value: '"ui_cpnt_dropdown_base_pressed"' }, { value: '"ui_cpnt_sheet_base_09"' }, { value: '"ui_wizard_pagemenucontainer_background"' }, { value: '"ui_stepcontainer_background"' }, { value: '"ui_wizard_contentscontainer01_background"' }, { value: '"ui_wizard_contentscontainer02_background"' }, { value: '"ui_70"' }, { value: '"ui_cpnt_button_primary_variation_base_enabled"' }, { value: '"ui_cpnt_button_text_secondary_variation_disabled"' }, { value: '"ui_cpnt_button_icon_secondary_variation_disabled"' }, { value: '"ui_cpnt_button_secondary_variation_base_default"' }, { value: '"ui_cpnt_button_secondary_variation_base_hover"' }, { value: '"ui_cpnt_button_secondary_variation_base_pressed"' }, { value: '"ui_editor_base_pages"' }, { value: '"ui_editor_base_papp"' }, { value: '"ui_container_scroll"' }, { value: '"ui_pages_section_dimmed"' }, { value: '"ui_71"' }, { value: '"ui_cpnt_textlabel_sys_black"' }, { value: '"ui_cpnt_sheet_base_10"' }, { value: '"ui_cpnt_sheet_base_11"' }, { value: '"ui_72"' }, { value: '"ui_73"' }, { value: '"ui_cpnt_sidebar_listitem_base_hover"' }, { value: '"ui_avatar_border_brandprimary"' }, { value: '"ui_avatar_border"' }, { value: '"ui_editor_rightside_title_tabbar_base"' }, { value: '"ui_editor_preview_base"' }, { value: '"ui_editor_preview_divice_area_border"' }, { value: '"ui_editor_preview_background"' }, { value: '"ui_editor_leftside_base"' }, { value: '"ui_cpnt_sidebar_label_text"' }, { value: '"ui_cpnt_dropdown_base_hover_darktheme"' }, { value: '"ui_cpnt_dropdown_base_pressed_darktheme"' }, { value: '"ui_cpnt_dropdown_base_hover_white"' }, { value: '"ui_cpnt_dropdown_base_pressed_white"' }, { value: '"ui_cpnt_textfield_base_hover_darktheme"' }, { value: '"ui_cpnt_textfield_base_pressed_darktheme"' }, { value: '"ui_cpnt_select_base_hover_darktheme"' }, { value: '"ui_cpnt_select_base_pressed_darktheme"' }, { value: '"ui_cpnt_textfield_base_hover_transparent"' }, { value: '"ui_cpnt_textfield_base_pressed_transparent"' }, { value: '"ui_cpnt_reactionbutton_base_02"' }, { value: '"ui_create_ch_step_prev"' }] } } } }, "undefined" != typeof STORYBOOK_REACT_CLASSES && (STORYBOOK_REACT_CLASSES["src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFL.tsx#WFL"] = { docgenInfo: WFL.__docgenInfo, name: "WFL", path: "src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFL.tsx#WFL" });
@@ -4140,7 +4148,7 @@
4140
4148
  e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]) && (t[p[i]] = s[p[i]]);
4141
4149
  } return t; }, __importDefault = this && this.__importDefault || function (mod) { return mod && mod.__esModule ? mod : { default: mod }; };
4142
4150
  Object.defineProperty(exports, "__esModule", { value: !0 });
4143
- var react_1 = __importDefault(__webpack_require__(0)), ArrowDown = function (_a) { var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]); return react_1.default.createElement("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest), react_1.default.createElement("path", { fill: color, fillRule: "evenodd", d: "M13.272,17.2793 L18.191,9.4093 C18.815,8.4103 18.097,7.1143 16.919,7.1143 L7.081,7.1143 C5.903,7.1143 5.185,8.4103 5.809,9.4093 L10.728,17.2793 C11.316,18.2193 12.684,18.2193 13.272,17.2793" })); };
4151
+ var react_1 = __importDefault(__webpack_require__(0)), ArrowDown = function (_a) { var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]); return react_1.default.createElement("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest), react_1.default.createElement("path", { fill: color, fillRule: "evenodd", d: "M13.0895159,16.0067053 L17.3028247,9.26575393 C17.8373042,8.41007281 17.2223101,7.3 16.2133088,7.3 L7.78669125,7.3 C6.77768989,7.3 6.16269585,8.41007281 6.69717535,9.26575393 L10.9104841,16.0067053 C11.4141282,16.8118507 12.5858718,16.8118507 13.0895159,16.0067053" })); };
4144
4152
  exports.default = ArrowDown;
4145
4153
  try {
4146
4154
  ArrowDown.displayName = "ArrowDown", ArrowDown.__docgenInfo = { description: "", displayName: "ArrowDown", props: { color: { defaultValue: null, description: "", name: "color", required: !0, type: { name: "string" } }, size: { defaultValue: null, description: "", name: "size", required: !0, type: { name: "number" } } } }, "undefined" != typeof STORYBOOK_REACT_CLASSES && (STORYBOOK_REACT_CLASSES["src/common/assets/icons/fill/ArrowDown.tsx#ArrowDown"] = { docgenInfo: ArrowDown.__docgenInfo, name: "ArrowDown", path: "src/common/assets/icons/fill/ArrowDown.tsx#ArrowDown" });
@@ -4157,7 +4165,7 @@
4157
4165
  e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]) && (t[p[i]] = s[p[i]]);
4158
4166
  } return t; }, __importDefault = this && this.__importDefault || function (mod) { return mod && mod.__esModule ? mod : { default: mod }; };
4159
4167
  Object.defineProperty(exports, "__esModule", { value: !0 });
4160
- var react_1 = __importDefault(__webpack_require__(0)), ArrowUp = function (_a) { var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]); return react_1.default.createElement("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest), react_1.default.createElement("path", { fill: color, fillRule: "evenodd", d: "M10.728,6.7207 L5.809,14.5907 C5.185,15.5897 5.903,16.8857 7.081,16.8857 L16.919,16.8857 C18.097,16.8857 18.815,15.5897 18.191,14.5907 L13.272,6.7207 C12.684,5.7807 11.316,5.7807 10.728,6.7207" })); };
4168
+ var react_1 = __importDefault(__webpack_require__(0)), ArrowUp = function (_a) { var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]); return react_1.default.createElement("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest), react_1.default.createElement("path", { fill: color, fillRule: "evenodd", d: "M10.9104841,7.90385905 L6.69717535,14.6448104 C6.16269585,15.5004916 6.77768989,16.6105644 7.78669125,16.6105644 L16.2133088,16.6105644 C17.2223101,16.6105644 17.8373042,15.5004916 17.3028247,14.6448104 L13.0895159,7.90385905 C12.5858718,7.09871365 11.4141282,7.09871365 10.9104841,7.90385905" })); };
4161
4169
  exports.default = ArrowUp;
4162
4170
  try {
4163
4171
  ArrowUp.displayName = "ArrowUp", ArrowUp.__docgenInfo = { description: "", displayName: "ArrowUp", props: { color: { defaultValue: null, description: "", name: "color", required: !0, type: { name: "string" } }, size: { defaultValue: null, description: "", name: "size", required: !0, type: { name: "number" } } } }, "undefined" != typeof STORYBOOK_REACT_CLASSES && (STORYBOOK_REACT_CLASSES["src/common/assets/icons/fill/ArrowUp.tsx#ArrowUp"] = { docgenInfo: ArrowUp.__docgenInfo, name: "ArrowUp", path: "src/common/assets/icons/fill/ArrowUp.tsx#ArrowUp" });
@@ -9211,7 +9219,7 @@
9211
9219
  Object.defineProperty(exports, "UploadMainButton", { enumerable: !0, get: function () { return __importDefault(UploadMainButton_1).default; } });
9212
9220
  }, function (module, exports, __webpack_require__) {
9213
9221
  "use strict";
9214
- Object.defineProperty(exports, "__esModule", { value: !0 }), exports.iconColorThemeLineColors = exports.iconStyleThemeColors = exports.iconFillTypeColors = exports.textThemeColorLines = exports.textStyles = void 0, exports.textStyles = { rlarge: "body1Bold", large: "body1Bold", medium: "body2Bold", small: "caption1Bold", xsmall: "caption1Regular" }, exports.textThemeColorLines = { line1: "ui_cpnt_button_text_error", line2: "ui_cpnt_button_text_primary", line3: "ui_cpnt_button_text_darktheme_enabled" }, exports.iconFillTypeColors = { fill: "ui_cpnt_button_icon_on_primary", line: "ui_cpnt_button_icon_enabled" }, exports.iconStyleThemeColors = { primary: "ui_cpnt_button_icon_on_primary", secondary: "ui_cpnt_button_icon_primary" }, exports.iconColorThemeLineColors = { line1: "ui_cpnt_button_icon_error", line2: "ui_cpnt_button_icon_primary", line3: "ui_cpnt_button_icon_darktheme_enabled" };
9222
+ Object.defineProperty(exports, "__esModule", { value: !0 }), exports.iconStyleThemeColors = exports.iconFillTypeColors = exports.textStyles = void 0, exports.textStyles = { rlarge: "body1Bold", large: "body1Bold", medium: "body2Bold", small: "caption1Bold", xsmall: "caption1Regular" }, exports.iconFillTypeColors = { fill: "ui_cpnt_button_icon_on_primary", line: "ui_cpnt_button_icon_enabled" }, exports.iconStyleThemeColors = { primary: "ui_cpnt_button_icon_on_primary", secondary: "ui_cpnt_button_icon_primary" };
9215
9223
  }, function (module, exports, __webpack_require__) {
9216
9224
  "use strict";
9217
9225
  var __importDefault = this && this.__importDefault || function (mod) { return mod && mod.__esModule ? mod : { default: mod }; };
@@ -10597,7 +10605,7 @@
10597
10605
  exports.Default = function (args) { return react_1.default.createElement(UploadMainButton_1.default, __assign({}, args)); }.bind({}), exports.Default.args = { text: "UploadMainButton" };
10598
10606
  }, function (module, exports, __webpack_require__) {
10599
10607
  "use strict";
10600
- Object.defineProperty(exports, "__esModule", { value: !0 }), exports.iconColorThemeLineColors = exports.iconStyleThemeColors = exports.iconFillTypeColors = exports.textThemeColorLines = exports.textStyles = void 0, exports.textStyles = { rlarge: "body1Bold", large: "body1Bold", medium: "body2Bold", small: "caption1Bold", xsmall: "caption1Regular" }, exports.textThemeColorLines = { line1: "ui_cpnt_button_text_error", line2: "ui_cpnt_button_text_primary", line3: "ui_cpnt_button_text_darktheme_enabled" }, exports.iconFillTypeColors = { fill: "ui_cpnt_button_icon_on_primary", line: "ui_cpnt_button_icon_enabled" }, exports.iconStyleThemeColors = { primary: "ui_cpnt_button_icon_on_primary", secondary: "ui_cpnt_button_icon_primary" }, exports.iconColorThemeLineColors = { line1: "ui_cpnt_button_icon_error", line2: "ui_cpnt_button_icon_primary", line3: "ui_cpnt_button_icon_darktheme_enabled" };
10608
+ Object.defineProperty(exports, "__esModule", { value: !0 }), exports.iconStyleThemeColors = exports.iconFillTypeColors = exports.textStyles = void 0, exports.textStyles = { rlarge: "body1Bold", large: "body1Bold", medium: "body2Bold", small: "caption1Bold", xsmall: "caption1Regular" }, exports.iconFillTypeColors = { fill: "ui_cpnt_button_icon_on_primary", line: "ui_cpnt_button_icon_enabled" }, exports.iconStyleThemeColors = { primary: "ui_cpnt_button_icon_on_primary", secondary: "ui_cpnt_button_icon_primary" };
10601
10609
  }, function (module, exports, __webpack_require__) {
10602
10610
  "use strict";
10603
10611
  var __assign = this && this.__assign || function () { return __assign = Object.assign || function (t) { for (var s, i = 1, n = arguments.length; i < n; i++)