pds-dev-kit-web 0.6.2 → 0.6.5
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/dist/src/common/assets/icons/line/ArrowRoundLeft.d.ts +4 -0
- package/dist/src/common/assets/icons/line/ArrowRoundLeft.js +34 -0
- package/dist/src/common/assets/icons/line/PostVote.d.ts +4 -0
- package/dist/src/common/assets/icons/line/PostVote.js +38 -0
- package/dist/src/common/assets/icons/line/TenSecBackArrow.js +1 -1
- package/dist/src/common/assets/icons/line/TenSecForwardArrow.js +1 -1
- package/dist/src/common/assets/icons/line/index.d.ts +2 -0
- package/dist/src/common/assets/icons/line/index.js +4 -0
- package/dist/src/common/styles/colorSet/PaletteColor_Dark.json +4 -1
- package/dist/src/common/styles/colorSet/PaletteColor_light.json +4 -1
- package/dist/src/common/styles/colorSet/SemanticColor.json +2 -1
- package/dist/src/common/styles/colorSet/UIColor.json +13 -4
- package/dist/src/common/styles/colorSet/index.d.ts +71 -55
- package/dist/src/common/styles/colorSet/index.js +2 -2
- package/dist/src/common/styles/colorSet/ui-type.d.ts +9 -0
- package/dist/src/common/styles/index.d.ts +0 -2
- package/dist/src/common/styles/theme.d.ts +0 -2
- package/dist/src/common/styles/theme.js +2 -4
- package/dist/src/common/types/styled-components.d.ts +0 -2
- package/dist/src/desktop/common/components/TextFieldBase/TextFieldBase.js +10 -1
- package/dist/src/desktop/components/Chip/Chip.js +6 -6
- package/dist/src/desktop/components/DesktopTabBar/DesktopTabBar.js +6 -4
- package/dist/src/desktop/components/EditApplyTextField/EditApplyTextField.js +1 -0
- package/dist/src/desktop/components/FloatingActionButton/FloatingActionButton.js +2 -2
- package/dist/src/desktop/components/MainButton/MainButton.js +1 -1
- package/dist/src/desktop/components/ReactionButton/ReactionButton.js +1 -1
- package/dist/src/desktop/components/StatusBlock/StatusBlock.js +1 -1
- package/dist/src/desktop/components/TextButton/TextButton.js +1 -1
- package/dist/src/desktop/components/TextLabel/TextLabel.d.ts +1 -3
- package/dist/src/desktop/components/TextLabel/TextLabel.js +7 -8
- package/dist/src/desktop/components/UploadMainButton/UploadMainButton.js +1 -1
- package/dist/src/desktop/components/UploadTextButton/UploadTextButton.js +1 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFB.js +1 -1
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSE.js +2 -2
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/ContentsContainer.d.ts +1 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/ContentsContainer.js +4 -2
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTA.js +5 -2
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTI.d.ts +2 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTI.js +17 -5
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTK.js +5 -2
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTN.d.ts +2 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTN.js +17 -5
- package/dist/src/desktop/layout/LayoutWT/Containers/PageMenuContainer/variation/TopPageMenu.js +5 -2
- package/dist/src/desktop/layout/LayoutWT/ContainersBox/ContainersBox.d.ts +1 -1
- package/dist/src/desktop/layout/LayoutWT/ContainersBox/ContainersBox.js +9 -3
- package/dist/src/mobile/common/components/TextFieldBase/TextFieldBase.js +10 -1
- package/dist/src/mobile/components/Chip/Chip.js +6 -6
- package/dist/src/mobile/components/MainButton/MainButton.js +1 -1
- package/dist/src/mobile/components/ReactionButton/ReactionButton.js +1 -1
- package/dist/src/mobile/components/StatusBlock/StatusBlock.js +1 -1
- package/dist/src/mobile/components/TextButton/TextButton.js +1 -1
- package/dist/src/mobile/components/TextLabel/TextLabel.d.ts +1 -3
- package/dist/src/mobile/components/TextLabel/TextLabel.js +7 -8
- package/dist/src/mobile/components/UploadMainButton/UploadMainButton.js +1 -1
- package/dist/src/mobile/components/UploadTextButton/UploadTextButton.js +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
14
|
+
var t = {};
|
|
15
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
16
|
+
t[p] = s[p];
|
|
17
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
18
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
19
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
20
|
+
t[p[i]] = s[p[i]];
|
|
21
|
+
}
|
|
22
|
+
return t;
|
|
23
|
+
};
|
|
24
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
25
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
26
|
+
};
|
|
27
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
28
|
+
var react_1 = __importDefault(require("react"));
|
|
29
|
+
var ArrowRoundLeft = function (_a) {
|
|
30
|
+
var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
|
|
31
|
+
return (react_1.default.createElement("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest),
|
|
32
|
+
react_1.default.createElement("path", { d: "M11.713386,2 C8.94538602,2 6.34438602,3.143 4.45738602,5.139 L4.45738602,3.46 C4.45738602,3.046 4.12138602,2.71 3.70738602,2.71 C3.29338602,2.71 2.95738602,3.046 2.95738602,3.46 L2.95738602,6.743 C2.95738602,7.311 3.41938602,7.772 3.98638602,7.772 L7.26938602,7.772 C7.68338602,7.772 8.01938602,7.437 8.01938602,7.022 C8.01938602,6.608 7.68338602,6.272 7.26938602,6.272 L5.44938602,6.272 C7.05938602,4.512 9.31338602,3.5 11.713386,3.5 C16.401386,3.5 20.215386,7.313 20.215386,12.002 C20.215386,16.69 16.401386,20.504 11.713386,20.504 C7.82638602,20.504 4.43938602,17.878 3.47638602,14.117 C3.37338602,13.716 2.96638602,13.478 2.56438602,13.577 C2.16238602,13.68 1.92138602,14.089 2.02338602,14.49 C3.15638602,18.914 7.14138602,22.004 11.713386,22.004 C17.228386,22.004 21.715386,17.517 21.715386,12.002 C21.715386,6.487 17.228386,2 11.713386,2", fill: color, fillRule: "evenodd" })));
|
|
33
|
+
};
|
|
34
|
+
exports.default = ArrowRoundLeft;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
14
|
+
var t = {};
|
|
15
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
16
|
+
t[p] = s[p];
|
|
17
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
18
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
19
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
20
|
+
t[p[i]] = s[p[i]];
|
|
21
|
+
}
|
|
22
|
+
return t;
|
|
23
|
+
};
|
|
24
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
25
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
26
|
+
};
|
|
27
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
28
|
+
var react_1 = __importDefault(require("react"));
|
|
29
|
+
var PostVote = function (_a) {
|
|
30
|
+
var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
|
|
31
|
+
return (react_1.default.createElement("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest),
|
|
32
|
+
react_1.default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24" },
|
|
33
|
+
react_1.default.createElement("g", { fill: "none", fillRule: "evenodd" },
|
|
34
|
+
react_1.default.createElement("path", { fill: color, d: "M20.9009,14.3097 L2.8079,14.3097 C2.3619,14.3097 1.9999,14.6717 1.9999,15.1177 L1.9999,20.0557 C1.9999,21.4367 3.1199,22.5557 4.4999,22.5557 L19.2089,22.5557 C20.5899,22.5557 21.7089,21.4367 21.7089,20.0557 L21.7089,15.1177 C21.7089,14.6717 21.3479,14.3097 20.9009,14.3097 L20.9009,14.3097 Z M20.2089,15.8097 L20.2089,20.0557 C20.2089,20.6067 19.7609,21.0557 19.2089,21.0557 L4.4999,21.0557 C3.9489,21.0557 3.4999,20.6067 3.4999,20.0557 L3.4999,15.8097 L20.2089,15.8097 Z" }),
|
|
35
|
+
react_1.default.createElement("path", { stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "M16.8862,10.5243 L17.8352,10.5243 C18.4132,10.5243 18.9402,10.8563 19.1892,11.3783 L20.9232,15.0113 M2.8081,15.0116 L4.8051,11.3116 C5.0671,10.8266 5.5741,10.5246 6.1251,10.5246 L6.9291,10.5246" }),
|
|
36
|
+
react_1.default.createElement("path", { stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "M16.7806,12.768 L6.9286,12.768 L6.9286,4 C6.9286,3.171 7.6006,2.5 8.4286,2.5 L15.2806,2.5 C16.1086,2.5 16.7806,3.171 16.7806,4 L16.7806,12.768 Z M9.4939,7.325 L11.2569,9.35 L14.0359,6.278" })))));
|
|
37
|
+
};
|
|
38
|
+
exports.default = PostVote;
|
|
@@ -29,6 +29,6 @@ var react_1 = __importDefault(require("react"));
|
|
|
29
29
|
var TenSecBackArrow = function (_a) {
|
|
30
30
|
var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
|
|
31
31
|
return (react_1.default.createElement("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest),
|
|
32
|
-
react_1.default.createElement("path", { d: "
|
|
32
|
+
react_1.default.createElement("path", { d: "M18.6549432,19.1 C16.8049432,20.94 14.3649432,21.96 11.7549432,21.96 C9.1549432,21.96 6.7049432,20.94 4.8649432,19.1 C1.7049432,15.95 1.0949432,11.07 3.3549432,7.24 C3.5049432,7 3.8049432,6.92 4.0449432,7.06 C4.2849432,7.2 4.3649432,7.51 4.2249432,7.75 C2.1849432,11.19 2.7349432,15.56 5.5649432,18.39 C7.2249432,20.05 9.4149432,20.96 11.7549432,20.96 C14.0949432,20.96 16.2949432,20.05 17.9449432,18.39 C21.3549432,14.98 21.3549432,9.43 17.9449432,6.01 C16.0949432,4.16 13.5249432,3.24 10.9149432,3.49 C10.8649432,3.49 10.8249432,3.48 10.7749432,3.47 L12.4849432,5.19 C12.6849432,5.38 12.6849432,5.7 12.4849432,5.89 C12.3949432,5.99 12.2649432,6.04 12.1349432,6.04 C12.0049432,6.04 11.8749432,5.99 11.7849432,5.89 L9.4549432,3.57 C9.1549432,3.27 9.1549432,2.77 9.4549432,2.47 L11.7849432,0.15 C11.9749432,-0.05 12.2949432,-0.05 12.4849432,0.15 C12.6849432,0.34 12.6849432,0.66 12.4849432,0.86 L10.8449432,2.49 C13.7549432,2.23 16.5949432,3.25 18.6549432,5.31 C22.4549432,9.11 22.4549432,15.3 18.6549432,19.1", fill: color, fillRule: "evenodd" })));
|
|
33
33
|
};
|
|
34
34
|
exports.default = TenSecBackArrow;
|
|
@@ -29,6 +29,6 @@ var react_1 = __importDefault(require("react"));
|
|
|
29
29
|
var TenSecForwardArrow = function (_a) {
|
|
30
30
|
var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
|
|
31
31
|
return (react_1.default.createElement("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest),
|
|
32
|
-
react_1.default.createElement("path", { d: "
|
|
32
|
+
react_1.default.createElement("path", { d: "M18.64,19.1 C16.8,20.94 14.35,21.96 11.75,21.96 C9.14,21.96 6.69,20.94 4.85,19.1 C1.05,15.3 1.05,9.11 4.85,5.31 C6.91,3.25 9.76,2.23 12.65,2.49 L11.01,0.86 C10.82,0.66 10.82,0.34 11.01,0.15 C11.21,-0.05 11.53,-0.05 11.72,0.15 L14.04,2.47 C14.35,2.77 14.35,3.27 14.04,3.57 L11.72,5.89 C11.62,5.99 11.5,6.04 11.37,6.04 C11.24,6.04 11.11,5.99 11.01,5.89 C10.82,5.7 10.82,5.38 11.01,5.19 L12.73,3.47 C12.68,3.48 12.63,3.49 12.58,3.49 C9.97,3.23 7.41,4.16 5.56,6.01 C2.15,9.43 2.15,14.98 5.56,18.39 C7.21,20.05 9.41,20.96 11.75,20.96 C14.08,20.96 16.28,20.05 17.93,18.39 C20.76,15.56 21.32,11.19 19.28,7.75 C19.14,7.51 19.22,7.2 19.46,7.06 C19.7,6.92 20,7 20.14,7.24 C22.41,11.07 21.79,15.95 18.64,19.1", fill: color, fillRule: "evenodd" })));
|
|
33
33
|
};
|
|
34
34
|
exports.default = TenSecForwardArrow;
|
|
@@ -8,6 +8,7 @@ declare const lineIcons: {
|
|
|
8
8
|
readonly ic_arrow_right: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
9
9
|
readonly ic_arrow_right_2: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
10
10
|
readonly ic_arrow_right_bold: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
11
|
+
readonly ic_arrow_round_left: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
11
12
|
readonly ic_arrow_up: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
12
13
|
readonly ic_arrow_up_bold: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
13
14
|
readonly ic_bell: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
@@ -75,6 +76,7 @@ declare const lineIcons: {
|
|
|
75
76
|
readonly ic_post_promotion: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
76
77
|
readonly ic_post_promotion_p: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
77
78
|
readonly ic_post_social: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
79
|
+
readonly ic_post_vote: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
78
80
|
readonly ic_post_welcome: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
79
81
|
readonly ic_profit: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
80
82
|
readonly ic_qr: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
@@ -11,6 +11,7 @@ var ArrowLeftBold_1 = __importDefault(require("./ArrowLeftBold"));
|
|
|
11
11
|
var ArrowRight_1 = __importDefault(require("./ArrowRight"));
|
|
12
12
|
var ArrowRight2_1 = __importDefault(require("./ArrowRight2"));
|
|
13
13
|
var ArrowRightBold_1 = __importDefault(require("./ArrowRightBold"));
|
|
14
|
+
var ArrowRoundLeft_1 = __importDefault(require("./ArrowRoundLeft"));
|
|
14
15
|
var ArrowUp_1 = __importDefault(require("./ArrowUp"));
|
|
15
16
|
var ArrowUpBold_1 = __importDefault(require("./ArrowUpBold"));
|
|
16
17
|
var Bell_1 = __importDefault(require("./Bell"));
|
|
@@ -78,6 +79,7 @@ var PostPhotobook_1 = __importDefault(require("./PostPhotobook"));
|
|
|
78
79
|
var PostPromotion_1 = __importDefault(require("./PostPromotion"));
|
|
79
80
|
var PostPromotionP_1 = __importDefault(require("./PostPromotionP"));
|
|
80
81
|
var PostSocial_1 = __importDefault(require("./PostSocial"));
|
|
82
|
+
var PostVote_1 = __importDefault(require("./PostVote"));
|
|
81
83
|
var PostWelcome_1 = __importDefault(require("./PostWelcome"));
|
|
82
84
|
var Profit_1 = __importDefault(require("./Profit"));
|
|
83
85
|
var Qr_1 = __importDefault(require("./Qr"));
|
|
@@ -135,6 +137,7 @@ var lineIcons = {
|
|
|
135
137
|
ic_arrow_right: ArrowRight_1.default,
|
|
136
138
|
ic_arrow_right_2: ArrowRight2_1.default,
|
|
137
139
|
ic_arrow_right_bold: ArrowRightBold_1.default,
|
|
140
|
+
ic_arrow_round_left: ArrowRoundLeft_1.default,
|
|
138
141
|
ic_arrow_up: ArrowUp_1.default,
|
|
139
142
|
ic_arrow_up_bold: ArrowUpBold_1.default,
|
|
140
143
|
ic_bell: Bell_1.default,
|
|
@@ -202,6 +205,7 @@ var lineIcons = {
|
|
|
202
205
|
ic_post_promotion: PostPromotion_1.default,
|
|
203
206
|
ic_post_promotion_p: PostPromotionP_1.default,
|
|
204
207
|
ic_post_social: PostSocial_1.default,
|
|
208
|
+
ic_post_vote: PostVote_1.default,
|
|
205
209
|
ic_post_welcome: PostWelcome_1.default,
|
|
206
210
|
ic_profit: Profit_1.default,
|
|
207
211
|
ic_qr: Qr_1.default,
|
|
@@ -124,5 +124,8 @@
|
|
|
124
124
|
"sys_widget_green_01": "darkgreen500",
|
|
125
125
|
"sys_component_base_black_opacity30": "black/opacity30",
|
|
126
126
|
"sys_area_background": "darkgrey50/opacity65",
|
|
127
|
-
"sys_border_white_opacity30": "white/opacity30"
|
|
127
|
+
"sys_border_white_opacity30": "white/opacity30",
|
|
128
|
+
"sys_container_background_wt": "grey950",
|
|
129
|
+
"sys_channeldesc_grey_03": "darkgrey400",
|
|
130
|
+
"sys_channeldesc_border_grey_03": "darkgrey100"
|
|
128
131
|
}
|
|
@@ -124,5 +124,8 @@
|
|
|
124
124
|
"sys_widget_green_01": "green500",
|
|
125
125
|
"sys_component_base_black_opacity30": "black/opacity30",
|
|
126
126
|
"sys_area_background": "darkgrey50/opacity65",
|
|
127
|
-
"sys_border_white_opacity30": "white/opacity30"
|
|
127
|
+
"sys_border_white_opacity30": "white/opacity30",
|
|
128
|
+
"sys_container_background_wt": "grey30",
|
|
129
|
+
"sys_channeldesc_grey_03": "darkgrey400",
|
|
130
|
+
"sys_channeldesc_border_grey_03": "darkgrey100"
|
|
128
131
|
}
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"ui_cpnt_tabbar_base_area_sub": "sys_component_base_01",
|
|
48
48
|
"ui_cpnt_tabbar_border_active_indicator_primary": "usr_brand_primary",
|
|
49
49
|
"ui_cpnt_tabbar_text_active_primary": "usr_brand_primary",
|
|
50
|
-
"ui_cpnt_tabbar_border_active_indicator": "
|
|
50
|
+
"ui_cpnt_tabbar_border_active_indicator": "sys_border_line_05",
|
|
51
51
|
"ui_cpnt_tabbar_text_active": "sys_text_grey_01",
|
|
52
52
|
"ui_cpnt_tabbar_text_inactive_01": "sys_text_grey_02",
|
|
53
53
|
"ui_2": "sys_text_grey_01",
|
|
@@ -280,8 +280,8 @@
|
|
|
280
280
|
"ui_cpnt_card_icon_basic": "sys_widget_primary_01",
|
|
281
281
|
"ui_cpnt_card_icon_custom": "sys_widget_grey_01",
|
|
282
282
|
"ui_cpnt_card_icon_create": "sys_widget_grey_01",
|
|
283
|
-
"ui_cpnt_modal_dimmed": "
|
|
284
|
-
"ui_cpnt_alertdialog_dimmed": "
|
|
283
|
+
"ui_cpnt_modal_dimmed": "sys_background_dimmed_20",
|
|
284
|
+
"ui_cpnt_alertdialog_dimmed": "sys_background_dimmed_20",
|
|
285
285
|
"ui_cpnt_bottomsheet_base": "sys_component_base_02",
|
|
286
286
|
"ui_cpnt_bottomsheet_icon_03": "sys_widget_grey_03",
|
|
287
287
|
"ui_cpnt_button_icon_white": "sys_widget_white",
|
|
@@ -447,5 +447,14 @@
|
|
|
447
447
|
"ui_36": "sys_component_base_black_opacity80",
|
|
448
448
|
"ui_37": "sys_component_base_black_opacity30",
|
|
449
449
|
"ui_39": "sys_area_background",
|
|
450
|
-
"ui_cpnt_divider_white_opacity30": "sys_border_white_opacity30"
|
|
450
|
+
"ui_cpnt_divider_white_opacity30": "sys_border_white_opacity30",
|
|
451
|
+
"ui_toppagemenucontainer_background_wt_m": "sys_container_background_wt",
|
|
452
|
+
"ui_contentscontainer_background_wt_m": "sys_container_background_wt",
|
|
453
|
+
"ui_toppagemenuarea_background_wt_m": "sys_container_background_01",
|
|
454
|
+
"ui_contentsarea_background_wt_m": "sys_container_background_01",
|
|
455
|
+
"ui_cpnt_standardbanner_base_default": "sys_component_base_02",
|
|
456
|
+
"ui_channeldesc_white": "sys_text_white",
|
|
457
|
+
"ui_channeldesc_grey_03": "sys_channeldesc_grey_03",
|
|
458
|
+
"ui_channeldesc_border_grey_03": "sys_channeldesc_border_grey_03",
|
|
459
|
+
"ui_cpnt_bottomsheet_border": "sys_border_line_01"
|
|
451
460
|
}
|
|
@@ -1,59 +1,4 @@
|
|
|
1
1
|
declare const colorSet: {
|
|
2
|
-
readonly SemanticColor: {
|
|
3
|
-
blue500: string;
|
|
4
|
-
blue700: string;
|
|
5
|
-
blue300: string;
|
|
6
|
-
green700: string;
|
|
7
|
-
green500: string;
|
|
8
|
-
green300: string;
|
|
9
|
-
red500: string;
|
|
10
|
-
grey900: string;
|
|
11
|
-
grey500: string;
|
|
12
|
-
grey400: string;
|
|
13
|
-
grey100: string;
|
|
14
|
-
grey50: string;
|
|
15
|
-
white: string;
|
|
16
|
-
black: string;
|
|
17
|
-
darkblue500: string;
|
|
18
|
-
grey950: string;
|
|
19
|
-
darkgrey900: string;
|
|
20
|
-
darkgrey500: string;
|
|
21
|
-
darkgrey400: string;
|
|
22
|
-
darkgrey100: string;
|
|
23
|
-
darkgrey50: string;
|
|
24
|
-
darkred500: string;
|
|
25
|
-
darkgreen700: string;
|
|
26
|
-
orange500: string;
|
|
27
|
-
darkorange500: string;
|
|
28
|
-
opacity00: string;
|
|
29
|
-
opacity20: string;
|
|
30
|
-
opacity30: string;
|
|
31
|
-
opacity65: string;
|
|
32
|
-
darkgreen500: string;
|
|
33
|
-
grey70: string;
|
|
34
|
-
navy500: string;
|
|
35
|
-
lightgreen500: string;
|
|
36
|
-
pink500: string;
|
|
37
|
-
darkgrey70: string;
|
|
38
|
-
darknavy500: string;
|
|
39
|
-
darkpink500: string;
|
|
40
|
-
darklightgreen500: string;
|
|
41
|
-
opacity10: string;
|
|
42
|
-
grey600: string;
|
|
43
|
-
darkgrey600: string;
|
|
44
|
-
skyblue500: string;
|
|
45
|
-
skyblue300: string;
|
|
46
|
-
pink300: string;
|
|
47
|
-
lightpink500: string;
|
|
48
|
-
darkblue300: string;
|
|
49
|
-
darkblue700: string;
|
|
50
|
-
darkgreen300: string;
|
|
51
|
-
darkskyblue500: string;
|
|
52
|
-
navy100: string;
|
|
53
|
-
darknavy100: string;
|
|
54
|
-
opacity80: string;
|
|
55
|
-
opacity50: string;
|
|
56
|
-
};
|
|
57
2
|
readonly PaletteColor_Dark: {
|
|
58
3
|
sys_container_background_01: string;
|
|
59
4
|
sys_container_background_02: string;
|
|
@@ -181,6 +126,65 @@ declare const colorSet: {
|
|
|
181
126
|
sys_component_base_black_opacity30: string;
|
|
182
127
|
sys_area_background: string;
|
|
183
128
|
sys_border_white_opacity30: string;
|
|
129
|
+
sys_container_background_wt: string;
|
|
130
|
+
sys_channeldesc_grey_03: string;
|
|
131
|
+
sys_channeldesc_border_grey_03: string;
|
|
132
|
+
};
|
|
133
|
+
readonly SemanticColor: {
|
|
134
|
+
blue500: string;
|
|
135
|
+
blue700: string;
|
|
136
|
+
blue300: string;
|
|
137
|
+
green700: string;
|
|
138
|
+
green500: string;
|
|
139
|
+
green300: string;
|
|
140
|
+
red500: string;
|
|
141
|
+
grey900: string;
|
|
142
|
+
grey500: string;
|
|
143
|
+
grey400: string;
|
|
144
|
+
grey100: string;
|
|
145
|
+
grey50: string;
|
|
146
|
+
white: string;
|
|
147
|
+
black: string;
|
|
148
|
+
darkblue500: string;
|
|
149
|
+
grey950: string;
|
|
150
|
+
darkgrey900: string;
|
|
151
|
+
darkgrey500: string;
|
|
152
|
+
darkgrey400: string;
|
|
153
|
+
darkgrey100: string;
|
|
154
|
+
darkgrey50: string;
|
|
155
|
+
darkred500: string;
|
|
156
|
+
darkgreen700: string;
|
|
157
|
+
orange500: string;
|
|
158
|
+
darkorange500: string;
|
|
159
|
+
opacity00: string;
|
|
160
|
+
opacity20: string;
|
|
161
|
+
opacity30: string;
|
|
162
|
+
opacity65: string;
|
|
163
|
+
darkgreen500: string;
|
|
164
|
+
grey70: string;
|
|
165
|
+
navy500: string;
|
|
166
|
+
lightgreen500: string;
|
|
167
|
+
pink500: string;
|
|
168
|
+
darkgrey70: string;
|
|
169
|
+
darknavy500: string;
|
|
170
|
+
darkpink500: string;
|
|
171
|
+
darklightgreen500: string;
|
|
172
|
+
opacity10: string;
|
|
173
|
+
grey600: string;
|
|
174
|
+
darkgrey600: string;
|
|
175
|
+
skyblue500: string;
|
|
176
|
+
skyblue300: string;
|
|
177
|
+
pink300: string;
|
|
178
|
+
lightpink500: string;
|
|
179
|
+
darkblue300: string;
|
|
180
|
+
darkblue700: string;
|
|
181
|
+
darkgreen300: string;
|
|
182
|
+
darkskyblue500: string;
|
|
183
|
+
navy100: string;
|
|
184
|
+
darknavy100: string;
|
|
185
|
+
opacity80: string;
|
|
186
|
+
opacity50: string;
|
|
187
|
+
grey30: string;
|
|
184
188
|
};
|
|
185
189
|
readonly UIColor: {
|
|
186
190
|
ui_cpnt_button_fill_base_primary: string;
|
|
@@ -632,6 +636,15 @@ declare const colorSet: {
|
|
|
632
636
|
ui_37: string;
|
|
633
637
|
ui_39: string;
|
|
634
638
|
ui_cpnt_divider_white_opacity30: string;
|
|
639
|
+
ui_toppagemenucontainer_background_wt_m: string;
|
|
640
|
+
ui_contentscontainer_background_wt_m: string;
|
|
641
|
+
ui_toppagemenuarea_background_wt_m: string;
|
|
642
|
+
ui_contentsarea_background_wt_m: string;
|
|
643
|
+
ui_cpnt_standardbanner_base_default: string;
|
|
644
|
+
ui_channeldesc_white: string;
|
|
645
|
+
ui_channeldesc_grey_03: string;
|
|
646
|
+
ui_channeldesc_border_grey_03: string;
|
|
647
|
+
ui_cpnt_bottomsheet_border: string;
|
|
635
648
|
};
|
|
636
649
|
readonly PaletteColor_light: {
|
|
637
650
|
sys_container_background_01: string;
|
|
@@ -760,6 +773,9 @@ declare const colorSet: {
|
|
|
760
773
|
sys_component_base_black_opacity30: string;
|
|
761
774
|
sys_area_background: string;
|
|
762
775
|
sys_border_white_opacity30: string;
|
|
776
|
+
sys_container_background_wt: string;
|
|
777
|
+
sys_channeldesc_grey_03: string;
|
|
778
|
+
sys_channeldesc_border_grey_03: string;
|
|
763
779
|
};
|
|
764
780
|
};
|
|
765
781
|
export default colorSet;
|
|
@@ -4,13 +4,13 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
/* eslint-disable import/order */
|
|
7
|
-
var SemanticColor_json_1 = __importDefault(require("./SemanticColor.json"));
|
|
8
7
|
var PaletteColor_Dark_json_1 = __importDefault(require("./PaletteColor_Dark.json"));
|
|
8
|
+
var SemanticColor_json_1 = __importDefault(require("./SemanticColor.json"));
|
|
9
9
|
var UIColor_json_1 = __importDefault(require("./UIColor.json"));
|
|
10
10
|
var PaletteColor_light_json_1 = __importDefault(require("./PaletteColor_light.json"));
|
|
11
11
|
var colorSet = {
|
|
12
|
-
SemanticColor: SemanticColor_json_1.default,
|
|
13
12
|
PaletteColor_Dark: PaletteColor_Dark_json_1.default,
|
|
13
|
+
SemanticColor: SemanticColor_json_1.default,
|
|
14
14
|
UIColor: UIColor_json_1.default,
|
|
15
15
|
PaletteColor_light: PaletteColor_light_json_1.default
|
|
16
16
|
};
|
|
@@ -448,4 +448,13 @@ export interface UITheme {
|
|
|
448
448
|
ui_37: string;
|
|
449
449
|
ui_39: string;
|
|
450
450
|
ui_cpnt_divider_white_opacity30: string;
|
|
451
|
+
ui_toppagemenucontainer_background_wt_m: string;
|
|
452
|
+
ui_contentscontainer_background_wt_m: string;
|
|
453
|
+
ui_toppagemenuarea_background_wt_m: string;
|
|
454
|
+
ui_contentsarea_background_wt_m: string;
|
|
455
|
+
ui_cpnt_standardbanner_base_default: string;
|
|
456
|
+
ui_channeldesc_white: string;
|
|
457
|
+
ui_channeldesc_grey_03: string;
|
|
458
|
+
ui_channeldesc_border_grey_03: string;
|
|
459
|
+
ui_cpnt_bottomsheet_border: string;
|
|
451
460
|
}
|
|
@@ -29,7 +29,6 @@ export declare const theme: {
|
|
|
29
29
|
form2: string;
|
|
30
30
|
blog1: string;
|
|
31
31
|
singleLine: string;
|
|
32
|
-
btn: string;
|
|
33
32
|
};
|
|
34
33
|
mobileFontSize: {
|
|
35
34
|
displayHeading: string;
|
|
@@ -57,7 +56,6 @@ export declare const theme: {
|
|
|
57
56
|
form2: string;
|
|
58
57
|
blog1: string;
|
|
59
58
|
singleLine: string;
|
|
60
|
-
btn: string;
|
|
61
59
|
};
|
|
62
60
|
uiColors: import("..").UITheme;
|
|
63
61
|
};
|
|
@@ -29,7 +29,6 @@ export declare const desktopLineHeight: {
|
|
|
29
29
|
form2: string;
|
|
30
30
|
blog1: string;
|
|
31
31
|
singleLine: string;
|
|
32
|
-
btn: string;
|
|
33
32
|
};
|
|
34
33
|
export declare const mobileFontSize: {
|
|
35
34
|
displayHeading: string;
|
|
@@ -57,7 +56,6 @@ export declare const mobileLineHeight: {
|
|
|
57
56
|
form2: string;
|
|
58
57
|
blog1: string;
|
|
59
58
|
singleLine: string;
|
|
60
|
-
btn: string;
|
|
61
59
|
};
|
|
62
60
|
export declare const boxShadow: {
|
|
63
61
|
elevation0: string;
|
|
@@ -42,8 +42,7 @@ exports.desktopLineHeight = {
|
|
|
42
42
|
form1: '1.6',
|
|
43
43
|
form2: '1.6',
|
|
44
44
|
blog1: '1.6',
|
|
45
|
-
singleLine: '
|
|
46
|
-
btn: '1'
|
|
45
|
+
singleLine: '1'
|
|
47
46
|
};
|
|
48
47
|
exports.mobileFontSize = {
|
|
49
48
|
displayHeading: '32px',
|
|
@@ -70,8 +69,7 @@ exports.mobileLineHeight = {
|
|
|
70
69
|
form1: '1.6',
|
|
71
70
|
form2: '1.6',
|
|
72
71
|
blog1: '1.6',
|
|
73
|
-
singleLine: '
|
|
74
|
-
btn: '1'
|
|
72
|
+
singleLine: '1'
|
|
75
73
|
};
|
|
76
74
|
exports.boxShadow = {
|
|
77
75
|
elevation0: '0 0 0 0 #0003',
|
|
@@ -30,7 +30,6 @@ export interface PdsDevKitTheme {
|
|
|
30
30
|
form2: string;
|
|
31
31
|
blog1: string;
|
|
32
32
|
singleLine: string;
|
|
33
|
-
btn: string;
|
|
34
33
|
};
|
|
35
34
|
mobileFontSize: {
|
|
36
35
|
displayHeading: string;
|
|
@@ -58,7 +57,6 @@ export interface PdsDevKitTheme {
|
|
|
58
57
|
form2: string;
|
|
59
58
|
blog1: string;
|
|
60
59
|
singleLine: string;
|
|
61
|
-
btn: string;
|
|
62
60
|
};
|
|
63
61
|
boxShadow: {
|
|
64
62
|
elevation0: string;
|
|
@@ -202,7 +202,7 @@ var disabled = (0, styled_components_1.css)(templateObject_3 || (templateObject_
|
|
|
202
202
|
dark: theme.ui_cpnt_textfield_text_darktheme_disabled
|
|
203
203
|
}[colorTheme];
|
|
204
204
|
});
|
|
205
|
-
var basicStyle = (0, styled_components_1.css)(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n display: inline-flex;\n justify-content: center;\n background-color: transparent;\n border: none;\n box-sizing: border-box;\n color: ", ";\n font-size: ", ";\n font-weight: ", ";\n height: 100%;\n line-height: ", ";\n outline: 0;\n overflow: hidden;\n padding: 0;\n width: 100%;\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n &::placeholder {\n color: ", ";\n }\n\n ", ";\n ", "\n"], ["\n display: inline-flex;\n justify-content: center;\n background-color: transparent;\n border: none;\n box-sizing: border-box;\n color: ", ";\n font-size: ", ";\n font-weight: ", ";\n height: 100%;\n line-height: ", ";\n outline: 0;\n overflow: hidden;\n padding: 0;\n width: 100%;\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n &::placeholder {\n color: ", ";\n }\n\n ", ";\n ", "\n"])), function (_a) {
|
|
205
|
+
var basicStyle = (0, styled_components_1.css)(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n display: inline-flex;\n justify-content: center;\n background-color: transparent;\n border: none;\n box-sizing: border-box;\n color: ", ";\n font-size: ", ";\n font-weight: ", ";\n height: 100%;\n line-height: ", ";\n outline: 0;\n overflow: hidden;\n padding: 0;\n width: 100%;\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n &::placeholder {\n color: ", ";\n font-size: ", ";\n font-weight: ", ";\n line-height: ", ";\n }\n\n ", ";\n ", "\n"], ["\n display: inline-flex;\n justify-content: center;\n background-color: transparent;\n border: none;\n box-sizing: border-box;\n color: ", ";\n font-size: ", ";\n font-weight: ", ";\n height: 100%;\n line-height: ", ";\n outline: 0;\n overflow: hidden;\n padding: 0;\n width: 100%;\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n &::placeholder {\n color: ", ";\n font-size: ", ";\n font-weight: ", ";\n line-height: ", ";\n }\n\n ", ";\n ", "\n"])), function (_a) {
|
|
206
206
|
var theme = _a.theme, colorTheme = _a.colorTheme;
|
|
207
207
|
return colorTheme &&
|
|
208
208
|
{
|
|
@@ -225,6 +225,15 @@ var basicStyle = (0, styled_components_1.css)(templateObject_4 || (templateObjec
|
|
|
225
225
|
none: theme.ui_cpnt_textfield_text_hint,
|
|
226
226
|
dark: theme.ui_cpnt_textfield_text_darktheme_hint
|
|
227
227
|
}[colorTheme];
|
|
228
|
+
}, function (_a) {
|
|
229
|
+
var textSize = _a.textSize;
|
|
230
|
+
return common_1.desktopFontSize[textSize];
|
|
231
|
+
}, function (_a) {
|
|
232
|
+
var textWeight = _a.textWeight;
|
|
233
|
+
return common_1.fontWeight[textWeight];
|
|
234
|
+
}, function (_a) {
|
|
235
|
+
var textSize = _a.textSize;
|
|
236
|
+
return common_1.desktopLineHeight[textSize];
|
|
228
237
|
}, function (_a) {
|
|
229
238
|
var state = _a.state;
|
|
230
239
|
return state &&
|
|
@@ -29,21 +29,21 @@ function Chip(_a) {
|
|
|
29
29
|
return (react_1.default.createElement(S_CategoryChoiceChip, { isActive: chipId === activeChipId, onClick: handleClick },
|
|
30
30
|
chipId !== activeChipId && (react_1.default.createElement(S_CategoryIconWrapper, { isActive: chipId === activeChipId },
|
|
31
31
|
react_1.default.createElement(Icon_1.Icon, { size: 16, fillType: "line", iconName: "ic_filter", colorKey: "ui_cpnt_chip_line_icon_01" }))),
|
|
32
|
-
react_1.default.createElement(TextLabel_1.TextLabel, { text: text, styleTheme: "caption1Regular",
|
|
32
|
+
react_1.default.createElement(TextLabel_1.TextLabel, { text: text, styleTheme: "caption1Regular", singleLineMode: "use", colorTheme: chipId === activeChipId ? 'usrTextBrandOnPrimary' : 'sysTextPrimary' }),
|
|
33
33
|
chipId === activeChipId && (react_1.default.createElement(S_CategoryIconWrapper, { isActive: chipId === activeChipId },
|
|
34
34
|
react_1.default.createElement(Icon_1.Icon, { size: 12, fillType: "line", iconName: "ic_xmark", colorKey: "ui_cpnt_chip_fill_icon_active_01" })))));
|
|
35
35
|
case 'information':
|
|
36
36
|
return (react_1.default.createElement(S_InfoChip, { onClick: handleClick },
|
|
37
|
-
react_1.default.createElement(TextLabel_1.TextLabel, { text: text, styleTheme: "caption2Regular",
|
|
37
|
+
react_1.default.createElement(TextLabel_1.TextLabel, { text: text, styleTheme: "caption2Regular", singleLineMode: "use", colorTheme: "sysTextPrimary" })));
|
|
38
38
|
case 'label':
|
|
39
39
|
return (react_1.default.createElement(S_LabelChip, { onClick: handleClick },
|
|
40
|
-
react_1.default.createElement(TextLabel_1.TextLabel, { text: text, styleTheme: "caption2Bold",
|
|
40
|
+
react_1.default.createElement(TextLabel_1.TextLabel, { text: text, styleTheme: "caption2Bold", singleLineMode: "use", colorTheme: "sysTextTertiary" })));
|
|
41
41
|
case 'time':
|
|
42
42
|
return (react_1.default.createElement(S_TimeChip, { onClick: handleClick },
|
|
43
|
-
react_1.default.createElement(TextLabel_1.TextLabel, { text: text, styleTheme: "caption2Bold",
|
|
43
|
+
react_1.default.createElement(TextLabel_1.TextLabel, { text: text, styleTheme: "caption2Bold", singleLineMode: "use", colorTheme: "sysTextWhite" })));
|
|
44
44
|
case 'removable':
|
|
45
45
|
return (react_1.default.createElement(S_RemovableChip, { onClick: handleClick },
|
|
46
|
-
react_1.default.createElement(TextLabel_1.TextLabel, { text: text, styleTheme: "caption1Regular",
|
|
46
|
+
react_1.default.createElement(TextLabel_1.TextLabel, { text: text, styleTheme: "caption1Regular", singleLineMode: "use", colorTheme: "sysTextSecondary" }),
|
|
47
47
|
react_1.default.createElement(S_XIconWrapper, { onClick: handleClickXMarkIcon },
|
|
48
48
|
react_1.default.createElement(Icon_1.Icon, { size: 12, iconName: "ic_xmark", fillType: "line", colorKey: "ui_cpnt_chip_fill_icon_inactive" }))));
|
|
49
49
|
default:
|
|
@@ -52,7 +52,7 @@ function Chip(_a) {
|
|
|
52
52
|
react_1.default.createElement(Icon_1.Icon, { fillType: iconFillType, iconName: iconName, size: 16, colorKey: chipId === activeChipId
|
|
53
53
|
? 'ui_cpnt_chip_fill_icon_active_01'
|
|
54
54
|
: 'ui_cpnt_chip_line_icon_02' }))),
|
|
55
|
-
react_1.default.createElement(TextLabel_1.TextLabel, { text: text, styleTheme: "caption1Regular",
|
|
55
|
+
react_1.default.createElement(TextLabel_1.TextLabel, { text: text, styleTheme: "caption1Regular", singleLineMode: "use", colorTheme: chipId === activeChipId ? 'usrTextBrandOnPrimary' : 'sysTextSecondary' })));
|
|
56
56
|
}
|
|
57
57
|
};
|
|
58
58
|
return react_1.default.createElement(S_ChipWrapper, null, chipType());
|
|
@@ -41,7 +41,7 @@ function DesktopTabBar(_a) {
|
|
|
41
41
|
};
|
|
42
42
|
var textLabel = function (value, isSubText) {
|
|
43
43
|
if (isSubText) {
|
|
44
|
-
return (react_1.default.createElement(TextLabel_1.TextLabel, { text: value.title, styleTheme: pathname === value.path ? 'caption1Bold' : 'caption1Regular', colorTheme: pathname === value.path ? 'sysTextPrimary' : 'sysTextSecondary',
|
|
44
|
+
return (react_1.default.createElement(TextLabel_1.TextLabel, { text: value.title, styleTheme: pathname === value.path ? 'caption1Bold' : 'caption1Regular', colorTheme: pathname === value.path ? 'sysTextPrimary' : 'sysTextSecondary', singleLineMode: "use" }));
|
|
45
45
|
}
|
|
46
46
|
if (styleTheme === 'content') {
|
|
47
47
|
return (react_1.default.createElement(TextLabel_1.TextLabel, { text: value.title, styleTheme: pathname === value.path ? 'caption1Bold' : 'caption1Regular', colorTheme: pathname === value.path ? 'sysTextPrimary' : 'sysTextSecondary', singleLineMode: "use" }));
|
|
@@ -52,7 +52,7 @@ function DesktopTabBar(_a) {
|
|
|
52
52
|
};
|
|
53
53
|
return (react_1.default.createElement(react_1.default.Fragment, null,
|
|
54
54
|
react_1.default.createElement(S_TabBox, null,
|
|
55
|
-
textArray.map(function (value) { return (react_1.default.createElement(S_TabWrapper, { key: value.path, isActive: pathname.includes(value.path), onClick: function () {
|
|
55
|
+
textArray.map(function (value) { return (react_1.default.createElement(S_TabWrapper, { key: value.path, isActive: pathname.includes(value.path), styleTheme: styleTheme, onClick: function () {
|
|
56
56
|
handleClick(value);
|
|
57
57
|
} },
|
|
58
58
|
textLabel(value, false),
|
|
@@ -69,8 +69,10 @@ var mediumStyle = (0, styled_components_1.css)(templateObject_1 || (templateObje
|
|
|
69
69
|
var theme = _a.theme;
|
|
70
70
|
return theme.spacing.spacingB;
|
|
71
71
|
}, function (_a) {
|
|
72
|
-
var theme = _a.theme;
|
|
73
|
-
return
|
|
72
|
+
var theme = _a.theme, styleTheme = _a.styleTheme;
|
|
73
|
+
return styleTheme === 'content'
|
|
74
|
+
? theme.ui_cpnt_tabbar_border_active_indicator
|
|
75
|
+
: theme.ui_cpnt_tabbar_border_active_indicator_primary;
|
|
74
76
|
}, function (_a) {
|
|
75
77
|
var isActive = _a.isActive;
|
|
76
78
|
return !isActive && "display: none;";
|
|
@@ -59,11 +59,11 @@ function FloatingActionButton(_a) {
|
|
|
59
59
|
displayType === 'icon_only' && (react_1.default.createElement(S_ButtonIconOnly, { size: size, fontWeight: fontWeight, 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
61
|
displayType !== 'icon_only' && (react_1.default.createElement(S_Button, { size: size, fontWeight: fontWeight, 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: "body1Bold",
|
|
62
|
+
displayType === 'text_only' && (react_1.default.createElement(TextLabel_1.TextLabel, { text: text, styleTheme: "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: "body1Bold",
|
|
66
|
+
react_1.default.createElement(TextLabel_1.TextLabel, { text: text, styleTheme: "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"])));
|