pds-dev-kit-web 0.6.1 → 0.6.4

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 (65) hide show
  1. package/dist/src/common/assets/icons/line/ArrowRoundLeft.d.ts +4 -0
  2. package/dist/src/common/assets/icons/line/ArrowRoundLeft.js +34 -0
  3. package/dist/src/common/assets/icons/line/PostVote.d.ts +4 -0
  4. package/dist/src/common/assets/icons/line/PostVote.js +38 -0
  5. package/dist/src/common/assets/icons/line/TenSecBackArrow.js +1 -1
  6. package/dist/src/common/assets/icons/line/TenSecForwardArrow.js +1 -1
  7. package/dist/src/common/assets/icons/line/index.d.ts +2 -0
  8. package/dist/src/common/assets/icons/line/index.js +4 -0
  9. package/dist/src/common/styles/colorSet/PaletteColor_Dark.json +4 -1
  10. package/dist/src/common/styles/colorSet/PaletteColor_light.json +4 -1
  11. package/dist/src/common/styles/colorSet/SemanticColor.json +2 -1
  12. package/dist/src/common/styles/colorSet/UIColor.json +13 -4
  13. package/dist/src/common/styles/colorSet/index.d.ts +71 -55
  14. package/dist/src/common/styles/colorSet/index.js +2 -2
  15. package/dist/src/common/styles/colorSet/ui-type.d.ts +9 -0
  16. package/dist/src/common/styles/index.d.ts +0 -2
  17. package/dist/src/common/styles/theme.d.ts +0 -2
  18. package/dist/src/common/styles/theme.js +3 -5
  19. package/dist/src/common/styles/ui-colors.d.ts +5 -0
  20. package/dist/src/common/styles/ui-colors.js +4 -0
  21. package/dist/src/common/types/styled-components.d.ts +0 -2
  22. package/dist/src/desktop/common/components/TextFieldBase/TextFieldBase.js +10 -1
  23. package/dist/src/desktop/components/Chip/Chip.js +6 -6
  24. package/dist/src/desktop/components/DesktopTabBar/DesktopTabBar.js +6 -4
  25. package/dist/src/desktop/components/EditApplyTextField/EditApplyTextField.js +1 -0
  26. package/dist/src/desktop/components/FloatingActionButton/FloatingActionButton.js +2 -2
  27. package/dist/src/desktop/components/IconButton/IconButton.js +6 -2
  28. package/dist/src/desktop/components/MainButton/MainButton.js +1 -1
  29. package/dist/src/desktop/components/ReactionButton/ReactionButton.js +1 -1
  30. package/dist/src/desktop/components/StatusBlock/StatusBlock.js +1 -1
  31. package/dist/src/desktop/components/TextButton/TextButton.js +1 -1
  32. package/dist/src/desktop/components/TextLabel/TextLabel.d.ts +1 -3
  33. package/dist/src/desktop/components/TextLabel/TextLabel.js +8 -9
  34. package/dist/src/desktop/components/UploadIconButton/UploadIconButton.js +6 -2
  35. package/dist/src/desktop/components/UploadMainButton/UploadMainButton.js +1 -1
  36. package/dist/src/desktop/components/UploadTextButton/UploadTextButton.js +1 -1
  37. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFB.js +1 -1
  38. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSE.js +2 -2
  39. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/ContentsContainer.d.ts +1 -1
  40. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/ContentsContainer.js +4 -2
  41. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTA.js +5 -2
  42. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTI.d.ts +2 -1
  43. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTI.js +17 -5
  44. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTK.js +5 -2
  45. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTN.d.ts +2 -1
  46. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTN.js +17 -5
  47. package/dist/src/desktop/layout/LayoutWT/Containers/PageMenuContainer/variation/TopPageMenu.js +5 -2
  48. package/dist/src/desktop/layout/LayoutWT/ContainersBox/ContainersBox.d.ts +1 -1
  49. package/dist/src/desktop/layout/LayoutWT/ContainersBox/ContainersBox.js +9 -3
  50. package/dist/src/hybrid/components/Icon/Icon.d.ts +1 -6
  51. package/dist/src/hybrid/components/Icon/Icon.js +2 -2
  52. package/dist/src/mobile/common/components/TextFieldBase/TextFieldBase.js +10 -1
  53. package/dist/src/mobile/components/Chip/Chip.js +6 -6
  54. package/dist/src/mobile/components/IconButton/IconButton.js +6 -2
  55. package/dist/src/mobile/components/MainButton/MainButton.js +1 -1
  56. package/dist/src/mobile/components/MobileHeaderBar/MobileHeaderBar.js +1 -1
  57. package/dist/src/mobile/components/ReactionButton/ReactionButton.js +1 -1
  58. package/dist/src/mobile/components/StatusBlock/StatusBlock.js +1 -1
  59. package/dist/src/mobile/components/TextButton/TextButton.js +1 -1
  60. package/dist/src/mobile/components/TextLabel/TextLabel.d.ts +1 -3
  61. package/dist/src/mobile/components/TextLabel/TextLabel.js +8 -9
  62. package/dist/src/mobile/components/UploadIconButton/UploadIconButton.js +6 -2
  63. package/dist/src/mobile/components/UploadMainButton/UploadMainButton.js +1 -1
  64. package/dist/src/mobile/components/UploadTextButton/UploadTextButton.js +1 -1
  65. package/package.json +1 -1
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import IconType from '../IconType';
3
+ declare const ArrowRoundLeft: ({ color, size, ...rest }: IconType) => JSX.Element;
4
+ export default ArrowRoundLeft;
@@ -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,4 @@
1
+ /// <reference types="react" />
2
+ import IconType from '../IconType';
3
+ declare const PostVote: ({ color, size, ...rest }: IconType) => JSX.Element;
4
+ export default PostVote;
@@ -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: "M11.7259917,3.4677 L12.9139917,2.2797 C13.2069917,1.9867 13.2069917,1.5127 12.9139917,1.2197 C12.6209917,0.9267 12.1469917,0.9267 11.8539917,1.2197 L9.53299167,3.5397 C9.13099167,3.9407 9.13099167,4.5957 9.53299167,4.9967 L11.8539917,7.3167 C12,7.4637 12.1919917,7.5367 12.3839917,7.5367 C12.5759917,7.5367 12.7679917,7.4637 12.9139917,7.3167 C13.2069917,7.0237 13.2069917,6.5497 12.9139917,6.2567 L11.6289917,4.9707 C14.0139917,4.8687 16.3209917,5.7417 18.0169917,7.4387 C19.6229917,9.0437 20.5069917,11.1797 20.5069917,13.4497 C20.5069917,15.7217 19.6229917,17.8567 18.0169917,19.4617 C14.7019917,22.7757 9.30899167,22.7757 5.99399167,19.4617 C3.24499167,16.7137 2.70699167,12.4617 4.68499167,9.1217 C4.89599167,8.7657 4.77799167,8.3057 4.42099167,8.0947 C4.06599167,7.8827 3.60499167,8.0017 3.39399167,8.3577 C1.06799167,12.2877 1.70099167,17.2897 4.93299167,20.5227 C6.88299167,22.4727 9.44399167,23.4467 12.0059917,23.4467 C14.5659917,23.4467 17.1279917,22.4727 19.0779917,20.5227 C20.9669917,18.6337 22.0069917,16.1217 22.0069917,13.4497 C22.0069917,10.7787 20.9669917,8.2677 19.0779917,6.3777 C17.1209917,4.4207 14.4699917,3.3967 11.7259917,3.4677 Z", fill: color, fillRule: "evenodd" })));
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: "M20.613,8.35875 C20.402,8.00175 19.942,7.88375 19.585,8.09475 C19.229,8.30575 19.111,8.76575 19.322,9.12275 C21.3,12.46275 20.761,16.71375 18.013,19.46275 C16.407,21.06775 14.273,21.95275 12.002,21.95275 C9.731,21.95275 7.596,21.06775 5.99,19.46275 C4.384,17.85675 3.5,15.72175 3.5,13.45075 C3.5,11.17975 4.384,9.04475 5.99,7.43875 C7.686,5.74175 9.992,4.86575 12.379,4.97075 L11.093,6.25675 C10.8,6.54975 10.8,7.02475 11.093,7.31775 C11.239,7.46375 11.431,7.53775 11.623,7.53775 C11.815,7.53775 12.007,7.46375 12.154,7.31775 L14.476,4.99675 C14.875,4.59475 14.875,3.94275 14.475,3.54075 L12.154,1.21975 C11.861,0.92675 11.386,0.92675 11.093,1.21975 C10.8,1.51275 10.8,1.98775 11.093,2.28075 L12.28,3.46775 C9.534,3.39275 6.886,4.42175 4.929,6.37875 C3.04,8.26675 2,10.77975 2,13.45075 C2,16.12275 3.04,18.63375 4.929,20.52275 C6.818,22.41275 9.33,23.45275 12.002,23.45275 C14.674,23.45275 17.185,22.41275 19.074,20.52275 C22.307,17.29075 22.94,12.28875 20.613,8.35875", fill: color, fillRule: "evenodd" })));
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
  }
@@ -51,5 +51,6 @@
51
51
  "navy100": "#6E77A9",
52
52
  "darknavy100": "#7A82B2",
53
53
  "opacity80": "CC",
54
- "opacity50": "80"
54
+ "opacity50": "80",
55
+ "grey30": "#f9fafb"
55
56
  }
@@ -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": "sys_border_line_01",
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": "sys_background_dimmed_65",
284
- "ui_cpnt_alertdialog_dimmed": "sys_background_dimmed_65",
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: 'normal',
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: 'normal',
74
- btn: '1'
72
+ singleLine: '1'
75
73
  };
76
74
  exports.boxShadow = {
77
75
  elevation0: '0 0 0 0 #0003',
@@ -97,5 +95,5 @@ exports.spacing = {
97
95
  spacingM: '288px',
98
96
  spacingN: '320px'
99
97
  };
100
- var theme = __assign({ fontWeight: exports.fontWeight, desktopFontSize: exports.desktopFontSize, desktopLineHeight: exports.desktopLineHeight, mobileFontSize: exports.mobileFontSize, mobileLineHeight: exports.mobileLineHeight, boxShadow: exports.boxShadow, spacing: exports.spacing }, ui_colors_1.uiColors);
98
+ var theme = __assign({ fontWeight: exports.fontWeight, desktopFontSize: exports.desktopFontSize, desktopLineHeight: exports.desktopLineHeight, mobileFontSize: exports.mobileFontSize, mobileLineHeight: exports.mobileLineHeight, boxShadow: exports.boxShadow, spacing: exports.spacing }, (0, ui_colors_1.customTheme)(window.PdsUtils ? window.PdsUtils.tone : 'DARK'));
101
99
  exports.default = theme;
@@ -1,3 +1,8 @@
1
1
  import { UITheme } from './colorSet/ui-type';
2
2
  export declare const uiColors: UITheme;
3
+ declare global {
4
+ interface Window {
5
+ PdsUtils: any;
6
+ }
7
+ }
3
8
  export declare const customTheme: (tone: string) => any;
@@ -36,7 +36,11 @@ var phaseTwoJSON = colorSetting.tone === 'LIGHT' ? colorSet_1.default.PaletteCol
36
36
  // ui-color-build-phase
37
37
  var paletteColors = buildCascadedColors(colorSet_1.default.SemanticColor, phaseTwoJSON, colorSetting.customPalette);
38
38
  exports.uiColors = buildCascadedColors(paletteColors, colorSet_1.default.UIColor);
39
+ window.PdsUtils = {
40
+ tone: 'DARK'
41
+ };
39
42
  var customTheme = function (tone) {
43
+ window.PdsUtils.tone = tone;
40
44
  var buildedColors = buildCascadedColors(buildCascadedColors(colorSet_1.default.SemanticColor, tone === 'LIGHT' ? colorSet_1.default.PaletteColor_light : colorSet_1.default.PaletteColor_Dark, colorSetting.customPalette), colorSet_1.default.UIColor);
41
45
  return buildedColors;
42
46
  };
@@ -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", btnMode: "use", colorTheme: chipId === activeChipId ? 'usrTextBrandOnPrimary' : 'sysTextPrimary' }),
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", btnMode: "use", colorTheme: "sysTextPrimary" })));
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", btnMode: "use", colorTheme: "sysTextTertiary" })));
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", btnMode: "use", colorTheme: "sysTextWhite" })));
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", btnMode: "use", colorTheme: "sysTextSecondary" }),
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", btnMode: "use", colorTheme: chipId === activeChipId ? 'usrTextBrandOnPrimary' : 'sysTextSecondary' })));
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', btnMode: "use" }));
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 theme.ui_cpnt_tabbar_border_active_indicator_primary;
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;";