pds-dev-kit-web 0.6.9 → 0.6.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/src/desktop/components/FloatingActionButton/FloatingActionButton.js +6 -13
- package/dist/src/desktop/components/Select/Select.js +9 -3
- package/dist/src/desktop/layout/LayoutWT/ContainersBox/ContainersBox.js +25 -5
- package/dist/src/mobile/components/MobileHeaderBar/MobileHeaderBar.js +1 -0
- package/dist/src/mobile/components/Select/Select.js +9 -3
- package/package.json +1 -1
- package/release-note.md +5 -3
package/README.md
CHANGED
|
@@ -38,7 +38,7 @@ var TextLabel_1 = require("../TextLabel");
|
|
|
38
38
|
// displayType?: 'icon_only' | 'text_only' | 'icon_text';
|
|
39
39
|
// state?: 'normal' | 'disabled';
|
|
40
40
|
function FloatingActionButton(_a) {
|
|
41
|
-
var text = _a.text, _b = _a.displayType, displayType = _b === void 0 ? 'icon_text' : _b, _c = _a.size, size = _c === void 0 ? 'large' : _c,
|
|
41
|
+
var text = _a.text, _b = _a.displayType, displayType = _b === void 0 ? 'icon_text' : _b, _c = _a.size, size = _c === void 0 ? 'large' : _c, _d = _a.fontWeight, fontWeight = _d === void 0 ? 'bold' : _d, _e = _a.iconFillType, iconFillType = _e === void 0 ? 'line' : _e, iconName = _a.iconName, _f = _a.colorTheme, colorTheme = _f === void 0 ? 'none' : _f, _g = _a.state, state = _g === void 0 ? 'normal' : _g, onClick = _a.onClick, onMouseDown = _a.onMouseDown;
|
|
42
42
|
var handleClick = function () {
|
|
43
43
|
if (onClick) {
|
|
44
44
|
onClick();
|
|
@@ -56,14 +56,14 @@ function FloatingActionButton(_a) {
|
|
|
56
56
|
return 'ui_cpnt_button_icon_on_primary';
|
|
57
57
|
};
|
|
58
58
|
return (react_1.default.createElement(react_1.default.Fragment, null,
|
|
59
|
-
displayType === 'icon_only' && (react_1.default.createElement(S_ButtonIconOnly, { size: size,
|
|
59
|
+
displayType === 'icon_only' && (react_1.default.createElement(S_ButtonIconOnly, { size: size, colorTheme: colorTheme, state: state, disabled: state === 'disabled', onClick: handleClick, onMouseDown: handleMouseDown },
|
|
60
60
|
react_1.default.createElement(hybrid_1.Icon, { iconName: iconName, size: size === 'large' ? 20 : 24, colorKey: iconColor(), fillType: iconFillType }))),
|
|
61
|
-
displayType !== 'icon_only' && (react_1.default.createElement(S_Button, { size: size,
|
|
62
|
-
displayType === 'text_only' && (react_1.default.createElement(TextLabel_1.TextLabel, { text: text, styleTheme:
|
|
61
|
+
displayType !== 'icon_only' && (react_1.default.createElement(S_Button, { size: size, colorTheme: colorTheme, state: state, disabled: state === 'disabled', onClick: handleClick, onMouseDown: handleMouseDown },
|
|
62
|
+
displayType === 'text_only' && (react_1.default.createElement(TextLabel_1.TextLabel, { text: text, styleTheme: fontWeight === 'regular' ? 'body1Regular' : 'body1Bold', singleLineMode: "use", colorTheme: state === 'disabled' ? 'sysTextTertiary' : 'usrTextBrandOnPrimary', colorOverride: state === 'disabled' ? 'ui_cpnt_button_text_darktheme_disabled' : undefined })),
|
|
63
63
|
displayType === 'icon_text' && (react_1.default.createElement(react_1.default.Fragment, null,
|
|
64
64
|
react_1.default.createElement(hybrid_1.Icon, { iconName: iconName, size: 20, colorKey: iconColor(), fillType: iconFillType }),
|
|
65
65
|
react_1.default.createElement(hybrid_1.Spacing, { size: "spacing_b", spacingType: "width" }),
|
|
66
|
-
react_1.default.createElement(TextLabel_1.TextLabel, { text: text, styleTheme:
|
|
66
|
+
react_1.default.createElement(TextLabel_1.TextLabel, { text: text, styleTheme: fontWeight === 'regular' ? 'body1Regular' : 'body1Bold', singleLineMode: "use", colorTheme: state === 'disabled' ? 'sysTextTertiary' : 'usrTextBrandOnPrimary', colorOverride: state === 'disabled' ? 'ui_cpnt_button_text_darktheme_disabled' : undefined })))))));
|
|
67
67
|
}
|
|
68
68
|
var large = (0, styled_components_1.css)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n border-radius: 24px;\n height: 48px;\n width: 48px;\n"], ["\n border-radius: 24px;\n height: 48px;\n width: 48px;\n"])));
|
|
69
69
|
var xlarge = (0, styled_components_1.css)(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n border-radius: 32px;\n height: 64px;\n width: 64px;\n"], ["\n border-radius: 32px;\n height: 64px;\n width: 64px;\n"])));
|
|
@@ -71,7 +71,7 @@ var disabled = (0, styled_components_1.css)(templateObject_3 || (templateObject_
|
|
|
71
71
|
var theme = _a.theme;
|
|
72
72
|
return theme.ui_cpnt_button_fill_base_disabled;
|
|
73
73
|
});
|
|
74
|
-
var floatingActionButtonStyle = (0, styled_components_1.css)(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n align-items: center;\n background-color: ", ";\n border: none;\n bottom: 24px;\n cursor: ", ";\n display: flex;\n justify-content: center;\n position: fixed;\n right: 24px;\n /* NOTE : \uB808\uC774\uC5B4 \uB3C4\uC785 \uD6C4 \uC81C\uAC70\uB420 \uAC00\uB2A5\uC131 \uB18D\uD6C4 */\n z-index: 101;\n\n &:focus {\n outline: none;\n }\n\n &:hover:enabled {\n ", "\n }\n\n &:active:enabled {\n ", "\n }\n\n ", "\n
|
|
74
|
+
var floatingActionButtonStyle = (0, styled_components_1.css)(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n align-items: center;\n background-color: ", ";\n border: none;\n bottom: 24px;\n cursor: ", ";\n display: flex;\n justify-content: center;\n position: fixed;\n right: 24px;\n /* NOTE : \uB808\uC774\uC5B4 \uB3C4\uC785 \uD6C4 \uC81C\uAC70\uB420 \uAC00\uB2A5\uC131 \uB18D\uD6C4 */\n z-index: 101;\n\n &:focus {\n outline: none;\n }\n\n &:hover:enabled {\n ", "\n }\n\n &:active:enabled {\n ", "\n }\n\n ", "\n"], ["\n align-items: center;\n background-color: ", ";\n border: none;\n bottom: 24px;\n cursor: ", ";\n display: flex;\n justify-content: center;\n position: fixed;\n right: 24px;\n /* NOTE : \uB808\uC774\uC5B4 \uB3C4\uC785 \uD6C4 \uC81C\uAC70\uB420 \uAC00\uB2A5\uC131 \uB18D\uD6C4 */\n z-index: 101;\n\n &:focus {\n outline: none;\n }\n\n &:hover:enabled {\n ", "\n }\n\n &:active:enabled {\n ", "\n }\n\n ", "\n"])), function (_a) {
|
|
75
75
|
var theme = _a.theme;
|
|
76
76
|
return theme.ui_cpnt_button_fill_base_primary;
|
|
77
77
|
}, function (_a) {
|
|
@@ -86,13 +86,6 @@ var floatingActionButtonStyle = (0, styled_components_1.css)(templateObject_4 ||
|
|
|
86
86
|
}, function (_a) {
|
|
87
87
|
var state = _a.state;
|
|
88
88
|
return state === 'disabled' && disabled;
|
|
89
|
-
}, function (_a) {
|
|
90
|
-
var theme = _a.theme, fontWeight = _a.fontWeight;
|
|
91
|
-
return fontWeight &&
|
|
92
|
-
{
|
|
93
|
-
bold: "font-weight: " + theme.fontWeight.bold,
|
|
94
|
-
regular: "font-weight: " + theme.fontWeight.normal
|
|
95
|
-
}[fontWeight];
|
|
96
89
|
});
|
|
97
90
|
var S_ButtonIconOnly = styled_components_1.default.button(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n padding: none;\n ", ";\n ", ";\n"], ["\n padding: none;\n ", ";\n ", ";\n"])), floatingActionButtonStyle, function (_a) {
|
|
98
91
|
var size = _a.size;
|
|
@@ -29,7 +29,9 @@ var hybrid_1 = require("../../../hybrid");
|
|
|
29
29
|
function Select(_a) {
|
|
30
30
|
var hintText = _a.hintText, defaultValue = _a.defaultValue, valueArray = _a.valueArray, _b = _a.size, size = _b === void 0 ? 'large' : _b, _c = _a.responsiveMode, responsiveMode = _c === void 0 ? 'none' : _c, _d = _a.state, state = _d === void 0 ? 'normal' : _d, onChange = _a.onChange, _e = _a.colorTheme, colorTheme = _e === void 0 ? 'none' : _e;
|
|
31
31
|
var _f = (0, react_1.useState)(false), isFocused = _f[0], setIsFocused = _f[1];
|
|
32
|
-
var handleClick = function () {
|
|
32
|
+
var handleClick = function () {
|
|
33
|
+
state === 'normal' && setIsFocused(true);
|
|
34
|
+
};
|
|
33
35
|
var handleBlur = function () { return setIsFocused(false); };
|
|
34
36
|
var handleChange = function (e) {
|
|
35
37
|
setIsFocused(false);
|
|
@@ -54,7 +56,8 @@ function Select(_a) {
|
|
|
54
56
|
}
|
|
55
57
|
};
|
|
56
58
|
return (react_1.default.createElement(S_Box, { size: size, responsiveMode: responsiveMode, onClick: handleClick, onBlur: handleBlur, tabIndex: 0 },
|
|
57
|
-
react_1.default.createElement(
|
|
59
|
+
react_1.default.createElement(S_Icon_Wrapper, { state: state },
|
|
60
|
+
react_1.default.createElement(hybrid_1.Icon, { size: 16, fillType: "line", iconName: isFocused ? 'ic_arrow_up' : 'ic_arrow_down', colorKey: getIconColorKey() })),
|
|
58
61
|
react_1.default.createElement(S_Select, { disabled: state === 'disabled' || state === 'read_only', defaultValue: (defaultValue === null || defaultValue === void 0 ? void 0 : defaultValue.value) || '', state: state, colorTheme: colorTheme, onChange: handleChange },
|
|
59
62
|
react_1.default.createElement("option", { disabled: true, value: (defaultValue === null || defaultValue === void 0 ? void 0 : defaultValue.value) || '' }, (defaultValue === null || defaultValue === void 0 ? void 0 : defaultValue.text) || hintText),
|
|
60
63
|
valueArray.map(function (el) { return (react_1.default.createElement("option", { key: el.value, value: el.value }, el.text)); }))));
|
|
@@ -100,9 +103,12 @@ var S_Box = styled_components_1.default.div(templateObject_6 || (templateObject_
|
|
|
100
103
|
var responsiveMode = _a.responsiveMode;
|
|
101
104
|
return responsiveMode === 'use' && 'width: 100%';
|
|
102
105
|
});
|
|
103
|
-
var
|
|
106
|
+
var S_Icon_Wrapper = styled_components_1.default.div(templateObject_7 || (templateObject_7 = __makeTemplateObject(["\n align-items: center;\n display: flex;\n height: 16px;\n position: absolute;\n right: ", ";\n top: 50%;\n transform: translateY(-50%);\n width: 16px;\n ", ";\n"], ["\n align-items: center;\n display: flex;\n height: 16px;\n position: absolute;\n right: ", ";\n top: 50%;\n transform: translateY(-50%);\n width: 16px;\n ", ";\n"])), function (_a) {
|
|
104
107
|
var theme = _a.theme;
|
|
105
108
|
return theme.spacing.spacingD;
|
|
109
|
+
}, function (_a) {
|
|
110
|
+
var state = _a.state;
|
|
111
|
+
return state === 'normal' && 'z-index: -1';
|
|
106
112
|
});
|
|
107
113
|
var S_Select = styled_components_1.default.select(templateObject_8 || (templateObject_8 = __makeTemplateObject(["\n appearance: none;\n background-color: ", ";\n border: 1px solid ", ";\n border-radius: 8px;\n color: ", ";\n font-family: inherit;\n font-size: ", ";\n height: 100%;\n padding-left: ", ";\n width: 100%;\n\n :disabled {\n background-color: ", ";\n color: ", ";\n cursor: not-allowed;\n }\n\n :focus {\n border: 0.5px solid ", " !important;\n color: ", ";\n outline: 0 !important;\n outline-offset: 0 !important;\n }\n\n ", "\n"], ["\n appearance: none;\n background-color: ", ";\n border: 1px solid ", ";\n border-radius: 8px;\n color: ", ";\n font-family: inherit;\n font-size: ", ";\n height: 100%;\n padding-left: ", ";\n width: 100%;\n\n :disabled {\n background-color: ", ";\n color: ", ";\n cursor: not-allowed;\n }\n\n :focus {\n border: 0.5px solid ", " !important;\n color: ", ";\n outline: 0 !important;\n outline-offset: 0 !important;\n }\n\n ", "\n"])), function (_a) {
|
|
108
114
|
var theme = _a.theme;
|
|
@@ -3,12 +3,31 @@ var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cook
|
|
|
3
3
|
if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
|
|
4
4
|
return cooked;
|
|
5
5
|
};
|
|
6
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
7
|
+
if (k2 === undefined) k2 = k;
|
|
8
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
6
25
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
7
26
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
8
27
|
};
|
|
9
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
29
|
var react_1 = __importDefault(require("react"));
|
|
11
|
-
var styled_components_1 =
|
|
30
|
+
var styled_components_1 = __importStar(require("styled-components"));
|
|
12
31
|
var Containers_1 = require("../Containers");
|
|
13
32
|
var ContainersBox = function (_a) {
|
|
14
33
|
var layoutType = _a.layoutType, pageMenuContent = _a.pageMenuContent, tabMenuContent = _a.tabMenuContent, subMenuContent = _a.subMenuContent, content1 = _a.content1, content2 = _a.content2, containerColor = _a.containerColor, areaColor = _a.areaColor;
|
|
@@ -167,12 +186,13 @@ var ContainersBox = function (_a) {
|
|
|
167
186
|
};
|
|
168
187
|
var S_ContainersBox = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n align-items: flex-start;\n display: flex;\n height: 100%;\n"], ["\n align-items: flex-start;\n display: flex;\n height: 100%;\n"])));
|
|
169
188
|
var S_RightBox = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n display: flex;\n flex: 1;\n flex-direction: column;\n height: 100%;\n"], ["\n display: flex;\n flex: 1;\n flex-direction: column;\n height: 100%;\n"])));
|
|
170
|
-
var
|
|
189
|
+
var centerStyle = (0, styled_components_1.css)(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n display: flex;\n justify-content: center;\n // TODO: WTO_1\uC640 WTP_1\uC720\uD615\uC744 \uC704\uD574 \uC784\uC2DC\uB85C backgroundColor\uB97C \uBD80\uC5EC\uD55C \uC0C1\uD0DC. \uD574\uB2F9 \uBD80\uBD84 \uAE30\uD68D \uCCA0\uD559 \uAC1C\uC120\uC774 \uB418\uBA74 \uBCC0\uACBD\uB418\uC5B4\uC57C \uD568.\n background-color: ", ";\n"], ["\n display: flex;\n justify-content: center;\n // TODO: WTO_1\uC640 WTP_1\uC720\uD615\uC744 \uC704\uD574 \uC784\uC2DC\uB85C backgroundColor\uB97C \uBD80\uC5EC\uD55C \uC0C1\uD0DC. \uD574\uB2F9 \uBD80\uBD84 \uAE30\uD68D \uCCA0\uD559 \uAC1C\uC120\uC774 \uB418\uBA74 \uBCC0\uACBD\uB418\uC5B4\uC57C \uD568.\n background-color: ", ";\n"])), function (_a) {
|
|
171
190
|
var theme = _a.theme;
|
|
172
191
|
return theme.ui_contentscontainer01_background;
|
|
173
|
-
}
|
|
192
|
+
});
|
|
193
|
+
var S_BottomWrapper = styled_components_1.default.div(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n flex: 1;\n height: 100%;\n overflow: hidden;\n ", ";\n"], ["\n flex: 1;\n height: 100%;\n overflow: hidden;\n ", ";\n"])), function (_a) {
|
|
174
194
|
var layoutType = _a.layoutType;
|
|
175
|
-
return (layoutType === 'WTO_1' || 'WTP_1'
|
|
195
|
+
return (layoutType === 'WTO_1' || layoutType === 'WTP_1' ? centerStyle : '');
|
|
176
196
|
});
|
|
177
197
|
exports.default = ContainersBox;
|
|
178
|
-
var templateObject_1, templateObject_2, templateObject_3;
|
|
198
|
+
var templateObject_1, templateObject_2, templateObject_3, templateObject_4;
|
|
@@ -79,6 +79,7 @@ function MobileHeaderBar(_a) {
|
|
|
79
79
|
react_1.default.createElement(S_ButtonWrapper, null,
|
|
80
80
|
titleType === 'profile' && react_1.default.createElement(hybrid_1.Spacing, { size: "spacing_a" }),
|
|
81
81
|
leftIcon()),
|
|
82
|
+
displayType === 'ibtn_amount2' && react_1.default.createElement(hybrid_1.Spacing, { size: "spacing_g", spacingType: "width" }),
|
|
82
83
|
react_1.default.createElement(S_Title, null, title()),
|
|
83
84
|
react_1.default.createElement(S_ButtonWrapper, null,
|
|
84
85
|
titleType === 'profile' && react_1.default.createElement(hybrid_1.Spacing, { size: "spacing_a" }),
|
|
@@ -29,7 +29,9 @@ var hybrid_1 = require("../../../hybrid");
|
|
|
29
29
|
function Select(_a) {
|
|
30
30
|
var hintText = _a.hintText, defaultValue = _a.defaultValue, valueArray = _a.valueArray, _b = _a.size, size = _b === void 0 ? 'large' : _b, _c = _a.responsiveMode, responsiveMode = _c === void 0 ? 'none' : _c, _d = _a.state, state = _d === void 0 ? 'normal' : _d, onChange = _a.onChange, _e = _a.colorTheme, colorTheme = _e === void 0 ? 'none' : _e;
|
|
31
31
|
var _f = (0, react_1.useState)(false), isFocused = _f[0], setIsFocused = _f[1];
|
|
32
|
-
var handleClick = function () {
|
|
32
|
+
var handleClick = function () {
|
|
33
|
+
state === 'normal' && setIsFocused(true);
|
|
34
|
+
};
|
|
33
35
|
var handleBlur = function () { return setIsFocused(false); };
|
|
34
36
|
var handleChange = function (e) {
|
|
35
37
|
setIsFocused(false);
|
|
@@ -50,7 +52,8 @@ function Select(_a) {
|
|
|
50
52
|
return 'ui_cpnt_select_icon_01';
|
|
51
53
|
};
|
|
52
54
|
return (react_1.default.createElement(S_Box, { size: size, responsiveMode: responsiveMode, onClick: handleClick, onBlur: handleBlur, tabIndex: 0 },
|
|
53
|
-
react_1.default.createElement(
|
|
55
|
+
react_1.default.createElement(S_Icon_Wrapper, { state: state },
|
|
56
|
+
react_1.default.createElement(hybrid_1.Icon, { size: 16, fillType: "line", iconName: isFocused ? 'ic_arrow_up' : 'ic_arrow_down', colorKey: getIconColorKey() })),
|
|
54
57
|
react_1.default.createElement(S_Select, { disabled: state === 'disabled' || state === 'read_only', defaultValue: (defaultValue === null || defaultValue === void 0 ? void 0 : defaultValue.value) || '', state: state, colorTheme: colorTheme, onChange: handleChange },
|
|
55
58
|
react_1.default.createElement("option", { disabled: true, value: (defaultValue === null || defaultValue === void 0 ? void 0 : defaultValue.value) || '' }, (defaultValue === null || defaultValue === void 0 ? void 0 : defaultValue.text) || hintText),
|
|
56
59
|
valueArray.map(function (el) { return (react_1.default.createElement("option", { key: el.value, value: el.value }, el.text)); }))));
|
|
@@ -96,9 +99,12 @@ var S_Box = styled_components_1.default.div(templateObject_6 || (templateObject_
|
|
|
96
99
|
var responsiveMode = _a.responsiveMode;
|
|
97
100
|
return responsiveMode === 'use' && 'width: 100%';
|
|
98
101
|
});
|
|
99
|
-
var
|
|
102
|
+
var S_Icon_Wrapper = styled_components_1.default.div(templateObject_7 || (templateObject_7 = __makeTemplateObject(["\n align-items: center;\n display: flex;\n height: 16px;\n position: absolute;\n right: ", ";\n top: 50%;\n transform: translateY(-50%);\n width: 16px;\n ", ";\n"], ["\n align-items: center;\n display: flex;\n height: 16px;\n position: absolute;\n right: ", ";\n top: 50%;\n transform: translateY(-50%);\n width: 16px;\n ", ";\n"])), function (_a) {
|
|
100
103
|
var theme = _a.theme;
|
|
101
104
|
return theme.spacing.spacingD;
|
|
105
|
+
}, function (_a) {
|
|
106
|
+
var state = _a.state;
|
|
107
|
+
return state === 'normal' && 'z-index: -1';
|
|
102
108
|
});
|
|
103
109
|
var S_Select = styled_components_1.default.select(templateObject_8 || (templateObject_8 = __makeTemplateObject(["\n appearance: none;\n background-color: ", ";\n border: 1px solid ", ";\n border-radius: 8px;\n color: ", ";\n font-family: inherit;\n font-size: ", ";\n height: 100%;\n padding-left: ", ";\n width: 100%;\n\n :disabled {\n background-color: ", ";\n color: ", ";\n cursor: not-allowed;\n }\n\n :focus {\n border: 0.5px solid ", " !important;\n color: ", ";\n outline: 0 !important;\n outline-offset: 0 !important;\n }\n\n ", "\n"], ["\n appearance: none;\n background-color: ", ";\n border: 1px solid ", ";\n border-radius: 8px;\n color: ", ";\n font-family: inherit;\n font-size: ", ";\n height: 100%;\n padding-left: ", ";\n width: 100%;\n\n :disabled {\n background-color: ", ";\n color: ", ";\n cursor: not-allowed;\n }\n\n :focus {\n border: 0.5px solid ", " !important;\n color: ", ";\n outline: 0 !important;\n outline-offset: 0 !important;\n }\n\n ", "\n"])), function (_a) {
|
|
104
110
|
var theme = _a.theme;
|
package/package.json
CHANGED
package/release-note.md
CHANGED