pds-dev-kit-web-test 2.5.18 → 2.5.20

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 (87) hide show
  1. package/dist/src/common/assets/icons/image/index.d.ts +202 -0
  2. package/dist/src/common/assets/icons/image/index.js +205 -0
  3. package/dist/src/common/assets/icons/line/SectionBanner32.d.ts +4 -0
  4. package/dist/src/common/assets/icons/line/SectionBanner32.js +30 -0
  5. package/dist/src/common/assets/icons/line/SectionBanner40.d.ts +4 -0
  6. package/dist/src/common/assets/icons/line/SectionBanner40.js +30 -0
  7. package/dist/src/common/assets/icons/line/SectionContentsOperator32.d.ts +4 -0
  8. package/dist/src/common/assets/icons/line/SectionContentsOperator32.js +30 -0
  9. package/dist/src/common/assets/icons/line/SectionContentsOperator40.d.ts +4 -0
  10. package/dist/src/common/assets/icons/line/SectionContentsOperator40.js +30 -0
  11. package/dist/src/common/assets/icons/line/SectionFeed32.d.ts +4 -0
  12. package/dist/src/common/assets/icons/line/SectionFeed32.js +30 -0
  13. package/dist/src/common/assets/icons/line/SectionFeed40.d.ts +4 -0
  14. package/dist/src/common/assets/icons/line/SectionFeed40.js +30 -0
  15. package/dist/src/common/assets/icons/line/SectionHero32.d.ts +4 -0
  16. package/dist/src/common/assets/icons/line/SectionHero32.js +30 -0
  17. package/dist/src/common/assets/icons/line/SectionHero40.d.ts +4 -0
  18. package/dist/src/common/assets/icons/line/SectionHero40.js +30 -0
  19. package/dist/src/common/assets/icons/line/index.d.ts +8 -0
  20. package/dist/src/common/assets/icons/line/index.js +17 -1
  21. package/dist/src/common/index.d.ts +1 -1
  22. package/dist/src/common/styles/ui-colors.js +13 -5
  23. package/dist/src/common/types/components.d.ts +4 -4
  24. package/dist/src/common/types/icon.d.ts +8 -3
  25. package/dist/src/common/types/icon.js +10 -0
  26. package/dist/src/desktop/components/BasicFormGroup/BasicFormGroup.d.ts +2 -1
  27. package/dist/src/desktop/components/BasicFormGroup/BasicFormGroup.js +16 -2
  28. package/dist/src/desktop/components/BasicListItem/BasicListItem.d.ts +4 -4
  29. package/dist/src/desktop/components/ChatList/ChatList.d.ts +8 -8
  30. package/dist/src/desktop/components/ChatList/ChatTextField.d.ts +5 -5
  31. package/dist/src/desktop/components/ChatList/Footer.d.ts +5 -5
  32. package/dist/src/desktop/components/Chip/Chip.d.ts +2 -2
  33. package/dist/src/desktop/components/DesktopHeaderBar/DesktopHeaderBar.d.ts +2 -2
  34. package/dist/src/desktop/components/DesktopTabBar/DesktopTabBar.d.ts +2 -2
  35. package/dist/src/desktop/components/FloatingActionButton/FloatingActionButton.d.ts +2 -2
  36. package/dist/src/desktop/components/HorizontalFormGroup/HorizontalFormGroup.d.ts +2 -1
  37. package/dist/src/desktop/components/HorizontalFormGroup/HorizontalFormGroup.js +8 -4
  38. package/dist/src/desktop/components/IconButton/IconButton.d.ts +2 -2
  39. package/dist/src/desktop/components/MainButton/MainButton.d.ts +2 -2
  40. package/dist/src/desktop/components/PageTitleTextGroup/CompoundButton.d.ts +2 -2
  41. package/dist/src/desktop/components/PageTitleTextGroup/PageTitleTextGroup.d.ts +2 -2
  42. package/dist/src/desktop/components/TextField/TextField.d.ts +3 -3
  43. package/dist/src/desktop/components/UploadIconButton/UploadIconButton.d.ts +2 -2
  44. package/dist/src/desktop/components/UploadMainButton/UploadMainButton.d.ts +2 -2
  45. package/dist/src/desktop/components/UserDesktopSideTab/UserDesktopSideTab.d.ts +2 -1
  46. package/dist/src/desktop/components/UserDesktopSideTab/UserDesktopSideTab.js +4 -4
  47. package/dist/src/desktop/components/UserDesktopTabBar/UserDesktopTabBar.d.ts +2 -1
  48. package/dist/src/desktop/components/UserDesktopTabBar/UserDesktopTabBar.js +58 -7
  49. package/dist/src/hybrid/components/Icon/Icon.d.ts +4 -3
  50. package/dist/src/hybrid/components/Icon/Icon.js +14 -4
  51. package/dist/src/mobile/components/BasicListItem/BasicListItem.d.ts +4 -4
  52. package/dist/src/mobile/components/ChatList/ChatList.d.ts +8 -8
  53. package/dist/src/mobile/components/ChatList/ChatTextField.d.ts +5 -5
  54. package/dist/src/mobile/components/ChatList/Footer.d.ts +5 -5
  55. package/dist/src/mobile/components/Chip/Chip.d.ts +2 -2
  56. package/dist/src/mobile/components/FloatingActionButton/FloatingActionButton.d.ts +2 -2
  57. package/dist/src/mobile/components/IconButton/IconButton.d.ts +2 -2
  58. package/dist/src/mobile/components/MainButton/MainButton.d.ts +2 -2
  59. package/dist/src/mobile/components/MobileHeaderBar/MobileHeaderBar.d.ts +3 -3
  60. package/dist/src/mobile/components/TextField/TextField.d.ts +3 -3
  61. package/dist/src/mobile/components/UploadIconButton/UploadIconButton.d.ts +2 -2
  62. package/dist/src/mobile/components/UploadMainButton/UploadMainButton.d.ts +2 -2
  63. package/dist/src/sub/AdminList/ToolBar/ToolBar.d.ts +4 -4
  64. package/dist/src/sub/DynamicLayout/DynamicLayout.js +14 -1
  65. package/dist/src/sub/DynamicLayout/components/YouTubeIframe/YouTubeIframe.js +7 -3
  66. package/dist/src/sub/DynamicLayout/components/pdsOriginal/desktop/IconButton/IconButton.d.ts +2 -2
  67. package/dist/src/sub/DynamicLayout/components/pdsOriginal/desktop/MainButton/MainButton.d.ts +2 -2
  68. package/dist/src/sub/DynamicLayout/components/pdsOriginal/hybrid/Icon/Icon.d.ts +2 -2
  69. package/dist/src/sub/DynamicLayout/components/pdsOriginal/mobile/IconButton/IconButton.d.ts +2 -2
  70. package/dist/src/sub/DynamicLayout/components/pdsOriginal/mobile/MainButton/MainButton.d.ts +2 -2
  71. package/dist/src/sub/DynamicLayout/mock_samplePage.d.ts +1 -0
  72. package/dist/src/sub/DynamicLayout/mock_samplePage.js +996 -1
  73. package/dist/src/sub/DynamicLayout/pagesPreviewMock.d.ts +10300 -0
  74. package/dist/src/sub/DynamicLayout/pagesPreviewMock.js +30934 -1
  75. package/dist/src/sub/DynamicLayout/sections/CustomSection/CustomSection.js +71 -58
  76. package/dist/src/sub/DynamicLayout/sections/CustomSection/FlexGridCustomSection.js +1 -1
  77. package/dist/src/sub/DynamicLayout/sections/CustomSection/FlexGridItem.js +1 -1
  78. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Image/Image.js +2 -2
  79. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Text/Text.js +1 -11
  80. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/components/S_CB_AnimationObserverBox.js +1 -1
  81. package/dist/src/sub/DynamicLayout/sections/CustomSection/newUtils/textUtil.js +0 -2
  82. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parsePlacement.d.ts +1 -1
  83. package/dist/src/sub/DynamicLayout/sections/MembershipSection/components/desktop/MembershipSectionItem.d.ts +3 -3
  84. package/dist/src/sub/DynamicLayout/sections/MembershipSection/components/mobile/MembershipSectionItem.d.ts +3 -3
  85. package/package.json +1 -1
  86. package/release-note.md +2 -2
  87. package/pipeline_output.log +0 -6466
@@ -0,0 +1,30 @@
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
+ Object.defineProperty(exports, "__esModule", { value: true });
25
+ var jsx_runtime_1 = require("react/jsx-runtime");
26
+ var SectionFeed40 = function (_a) {
27
+ var color = _a.color, rest = __rest(_a, ["color"]);
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: "68", height: "40", viewBox: "0 0 68 40" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M64.5129,0 C66.4389,0 67.9999,1.561 67.9999,3.487 L67.9999,36.513 C67.9999,38.439 66.4389,40 64.5129,40 L3.4869,40 C1.5609,40 -0.0001,38.439 -0.0001,36.513 L-0.0001,3.487 C-0.0001,1.561 1.5609,0 3.4869,0 Z M64.5129,2 L3.4869,2 C2.6669,2 1.9999,2.667 1.9999,3.487 L1.9999,36.513 C1.9999,37.333 2.6669,38 3.4869,38 L64.5129,38 C65.3329,38 65.9999,37.333 65.9999,36.513 L65.9999,3.487 C65.9999,2.667 65.3329,2 64.5129,2 Z M54.491,25.459 C55.154,25.459 55.691,25.996 55.691,26.659 L55.691,32.632 C55.691,33.295 55.154,33.832 54.491,33.832 L30.38,33.832 C29.717,33.832 29.18,33.295 29.18,32.632 L29.18,26.659 C29.18,25.996 29.717,25.459 30.38,25.459 L54.491,25.459 Z M54.491,6.9013 C55.154,6.9013 55.691,7.4393 55.691,8.1013 L55.691,22.4483 C55.691,23.1113 55.154,23.6483 54.491,23.6483 L30.38,23.6483 C29.717,23.6483 29.18,23.1113 29.18,22.4483 L29.18,8.1013 C29.18,7.4393 29.717,6.9013 30.38,6.9013 L54.491,6.9013 Z M25.5697,17.9736 C26.2327,17.9736 26.7697,18.5116 26.7697,19.1736 L26.7697,20.3626 C26.7697,21.0256 26.2327,21.5626 25.5697,21.5626 L13.5087,21.5626 C12.8467,21.5626 12.3087,21.0256 12.3087,20.3626 L12.3087,19.1736 C12.3087,18.5116 12.8467,17.9736 13.5087,17.9736 L25.5697,17.9736 Z M25.5697,12.5907 C26.2327,12.5907 26.7697,13.1287 26.7697,13.7907 L26.7697,14.9797 C26.7697,15.6427 26.2327,16.1797 25.5697,16.1797 L13.5087,16.1797 C12.8467,16.1797 12.3087,15.6427 12.3087,14.9797 L12.3087,13.7907 C12.3087,13.1287 12.8467,12.5907 13.5087,12.5907 L25.5697,12.5907 Z M25.5697,7.2078 C26.2327,7.2078 26.7697,7.7458 26.7697,8.4078 L26.7697,9.5968 C26.7697,10.2598 26.2327,10.7968 25.5697,10.7968 L13.5087,10.7968 C12.8467,10.7968 12.3087,10.2598 12.3087,9.5968 L12.3087,8.4078 C12.3087,7.7458 12.8467,7.2078 13.5087,7.2078 L25.5697,7.2078 Z" }) })));
29
+ };
30
+ exports.default = SectionFeed40;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type IconType from '../IconType';
3
+ declare const SectionHero32: ({ color, ...rest }: IconType) => JSX.Element;
4
+ export default SectionHero32;
@@ -0,0 +1,30 @@
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
+ Object.defineProperty(exports, "__esModule", { value: true });
25
+ var jsx_runtime_1 = require("react/jsx-runtime");
26
+ var SectionHero32 = function (_a) {
27
+ var color = _a.color, rest = __rest(_a, ["color"]);
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: "54", height: "32", viewBox: "0 0 54 32" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M50.5128,0 C52.4388,0 53.9998,1.561 53.9998,3.487 L53.9998,28.513 C53.9998,30.439 52.4388,32 50.5128,32 L3.4868,32 C1.5608,32 -0.0002,30.439 -0.0002,28.513 L-0.0002,3.487 C-0.0002,1.561 1.5608,0 3.4868,0 Z M51.9998,13.827 L1.9998,13.827 L1.9998,28.513 C1.9998,29.2847647 2.59063737,29.921 3.34378697,29.9931807 L3.4868,30 L50.5128,30 C51.3328,30 51.9998,29.333 51.9998,28.513 L51.9998,13.827 Z" }) })));
29
+ };
30
+ exports.default = SectionHero32;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type IconType from '../IconType';
3
+ declare const SectionHero40: ({ color, ...rest }: IconType) => JSX.Element;
4
+ export default SectionHero40;
@@ -0,0 +1,30 @@
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
+ Object.defineProperty(exports, "__esModule", { value: true });
25
+ var jsx_runtime_1 = require("react/jsx-runtime");
26
+ var SectionHero40 = function (_a) {
27
+ var color = _a.color, rest = __rest(_a, ["color"]);
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: "68", height: "40", viewBox: "0 0 68 40" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M64.5129,0 C66.4389,0 67.9999,1.561 67.9999,3.487 L67.9999,36.513 C67.9999,38.439 66.4389,40 64.5129,40 L3.4869,40 C1.5609,40 -0.0001,38.439 -0.0001,36.513 L-0.0001,3.487 C-0.0001,1.561 1.5609,0 3.4869,0 Z M65.9999,18.281 L1.9999,18.281 L1.9999,36.513 C1.9999,37.2847647 2.59073737,37.921 3.34388697,37.9931807 L3.4869,38 L64.5129,38 C65.3329,38 65.9999,37.333 65.9999,36.513 L65.9999,18.281 Z" }) })));
29
+ };
30
+ exports.default = SectionHero40;
@@ -282,5 +282,13 @@ declare const lineIcons: {
282
282
  readonly ic_warning: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
283
283
  readonly ic_weblink: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
284
284
  readonly ic_xmark: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
285
+ readonly ic_section_hero_32: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
286
+ readonly ic_section_hero_40: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
287
+ readonly ic_section_banner_32: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
288
+ readonly ic_section_banner_40: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
289
+ readonly ic_section_feed_32: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
290
+ readonly ic_section_feed_40: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
291
+ readonly ic_section_contents_operator_32: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
292
+ readonly ic_section_contents_operator_40: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
285
293
  };
286
294
  export default lineIcons;
@@ -180,16 +180,24 @@ var Rocket_1 = __importDefault(require("./Rocket"));
180
180
  var Sales_1 = __importDefault(require("./Sales"));
181
181
  var ScrollingText_1 = __importDefault(require("./ScrollingText"));
182
182
  var Search_1 = __importDefault(require("./Search"));
183
+ var SectionBanner32_1 = __importDefault(require("./SectionBanner32"));
184
+ var SectionBanner40_1 = __importDefault(require("./SectionBanner40"));
183
185
  var SectionContent32_1 = __importDefault(require("./SectionContent32"));
184
186
  var SectionContent40_1 = __importDefault(require("./SectionContent40"));
185
187
  var SectionContentsCarousel32_1 = __importDefault(require("./SectionContentsCarousel32"));
186
188
  var SectionContentsCarousel40_1 = __importDefault(require("./SectionContentsCarousel40"));
189
+ var SectionContentsOperator32_1 = __importDefault(require("./SectionContentsOperator32"));
190
+ var SectionContentsOperator40_1 = __importDefault(require("./SectionContentsOperator40"));
187
191
  var SectionCustom32_1 = __importDefault(require("./SectionCustom32"));
188
192
  var SectionCustom40_1 = __importDefault(require("./SectionCustom40"));
189
193
  var SectionDivider32_1 = __importDefault(require("./SectionDivider32"));
190
194
  var SectionDivider40_1 = __importDefault(require("./SectionDivider40"));
195
+ var SectionFeed32_1 = __importDefault(require("./SectionFeed32"));
196
+ var SectionFeed40_1 = __importDefault(require("./SectionFeed40"));
191
197
  var SectionFooter32_1 = __importDefault(require("./SectionFooter32"));
192
198
  var SectionFooter40_1 = __importDefault(require("./SectionFooter40"));
199
+ var SectionHero32_1 = __importDefault(require("./SectionHero32"));
200
+ var SectionHero40_1 = __importDefault(require("./SectionHero40"));
193
201
  var SectionIframe32_1 = __importDefault(require("./SectionIframe32"));
194
202
  var SectionIframe40_1 = __importDefault(require("./SectionIframe40"));
195
203
  var SectionInfoBox32_1 = __importDefault(require("./SectionInfoBox32"));
@@ -567,6 +575,14 @@ var lineIcons = {
567
575
  ic_vod_shorts: VodShorts_1.default,
568
576
  ic_warning: Warning_1.default,
569
577
  ic_weblink: Weblink_1.default,
570
- ic_xmark: Xmark_1.default
578
+ ic_xmark: Xmark_1.default,
579
+ ic_section_hero_32: SectionHero32_1.default,
580
+ ic_section_hero_40: SectionHero40_1.default,
581
+ ic_section_banner_32: SectionBanner32_1.default,
582
+ ic_section_banner_40: SectionBanner40_1.default,
583
+ ic_section_feed_32: SectionFeed32_1.default,
584
+ ic_section_feed_40: SectionFeed40_1.default,
585
+ ic_section_contents_operator_32: SectionContentsOperator32_1.default,
586
+ ic_section_contents_operator_40: SectionContentsOperator40_1.default
571
587
  };
572
588
  exports.default = lineIcons;
@@ -1,5 +1,5 @@
1
1
  export { UITheme } from './styles/colorSet/ui-type';
2
- export { IFormValues, FillIconNameKeys, LineIconNameKeys, PDSIconType, PdsDevKitTheme, DesktopFontSize, FontWeight, PDSTextType, PDSValueOption, ContextMenuItemValueOption, DropdownValueOption, AdminListDropdownValueOption, BasicButtonGroupValueOption, SegmentedButtonGroupValueOption, UiColors, ForwardedRefType, Language, DropdownGroupInfo } from './types';
2
+ export { IFormValues, FillIconNameKeys, LineIconNameKeys, ImageIconNameKeys, PDSIconType, PdsDevKitTheme, DesktopFontSize, FontWeight, PDSTextType, PDSValueOption, ContextMenuItemValueOption, DropdownValueOption, AdminListDropdownValueOption, BasicButtonGroupValueOption, SegmentedButtonGroupValueOption, UiColors, ForwardedRefType, Language, DropdownGroupInfo } from './types';
3
3
  export { fontWeight, desktopFontSize, desktopLineHeight, desktopEditorFontSize, desktopEditorLineHeight, mobileFontSize, mobileLineHeight, mobileEditorFontSize, mobileEditorLineHeight, boxShadow, spacing } from './styles/theme';
4
4
  export { uiColors, customTheme } from './styles/ui-colors';
5
5
  export { theme } from './styles';
@@ -9,14 +9,22 @@ function buildCascadedColors(lowLevel, highLevel, override) {
9
9
  if (override === void 0) { override = {}; }
10
10
  return Object.keys(highLevel).reduce(function (acc, key) {
11
11
  var keyInLowLevelColors = highLevel[key];
12
+ var hasOpacity = keyInLowLevelColors.indexOf('/') !== -1;
12
13
  var colorValue;
13
- if (keyInLowLevelColors.indexOf('/') !== -1) {
14
- colorValue = override[key]
15
- ? override[key]
16
- : lowLevel[keyInLowLevelColors.split('/')[0]] + lowLevel[keyInLowLevelColors.split('/')[1]];
14
+ if (hasOpacity) {
15
+ var _a = keyInLowLevelColors.split('/'), colorKey = _a[0], opacity = _a[1];
16
+ var isUserBrandPrimaryColor = key.includes('usr_brand_primary');
17
+ if (isUserBrandPrimaryColor) {
18
+ colorValue = override.usr_brand_primary
19
+ ? override.usr_brand_primary + lowLevel[opacity]
20
+ : lowLevel[colorKey] + lowLevel[opacity];
21
+ }
22
+ else {
23
+ colorValue = override[key] || lowLevel[colorKey] + lowLevel[opacity];
24
+ }
17
25
  }
18
26
  else {
19
- colorValue = override[key] ? override[key] : lowLevel[keyInLowLevelColors];
27
+ colorValue = override[key] || lowLevel[keyInLowLevelColors];
20
28
  }
21
29
  acc[key] = colorValue;
22
30
  return acc;
@@ -1,4 +1,4 @@
1
- import type { FillIconNameKeys, LineIconNameKeys } from './icon';
1
+ import type { PDSIconType } from './icon';
2
2
  import type { IconCaseTooltipPositionType } from './systemUI';
3
3
  import type { PDSTextType } from './text';
4
4
  import type { ForwardedRef } from 'react';
@@ -14,7 +14,7 @@ export type PDSTabItemOption = {
14
14
  export type ContextMenuItemValueOption = {
15
15
  text?: PDSTextType;
16
16
  value: string | number | null | boolean;
17
- iconName?: FillIconNameKeys | LineIconNameKeys;
17
+ iconName?: PDSIconType;
18
18
  iconFillType?: 'fill' | 'line';
19
19
  fontWeight?: 'bold' | 'regular';
20
20
  descText?: PDSTextType;
@@ -32,7 +32,7 @@ export type AdminListDropdownValueOption = {
32
32
  value: DropdownValueOption['value'];
33
33
  };
34
34
  export type BasicButtonGroupValueOption = {
35
- iconName: FillIconNameKeys | LineIconNameKeys;
35
+ iconName: PDSIconType;
36
36
  iconFillType?: 'fill' | 'line';
37
37
  state?: 'normal' | 'disabled';
38
38
  tooltipText?: PDSTextType;
@@ -42,7 +42,7 @@ export type BasicButtonGroupValueOption = {
42
42
  onMouseDown?: (e: React.MouseEvent<HTMLButtonElement>) => void;
43
43
  };
44
44
  export type SegmentedButtonGroupValueOption = Pick<PDSValueOption, 'value'> & {
45
- iconName: FillIconNameKeys | LineIconNameKeys;
45
+ iconName: PDSIconType;
46
46
  iconFillType?: 'fill' | 'line';
47
47
  state?: 'normal' | 'disabled';
48
48
  iconColorTheme?: 'none' | 'red';
@@ -1,5 +1,10 @@
1
- import type fillIcons from '../assets/icons/fill';
2
- import type lineIcons from '../assets/icons/line';
1
+ import fillIcons from '../assets/icons/fill';
2
+ import { imageIconSrcSet } from '../assets/icons/image';
3
+ import lineIcons from '../assets/icons/line';
3
4
  export type FillIconNameKeys = keyof typeof fillIcons;
4
5
  export type LineIconNameKeys = keyof typeof lineIcons;
5
- export type PDSIconType = FillIconNameKeys | LineIconNameKeys;
6
+ export type ImageIconNameKeys = keyof typeof imageIconSrcSet;
7
+ export type PDSIconType = FillIconNameKeys | LineIconNameKeys | ImageIconNameKeys;
8
+ export declare const fillIconkeys: string[];
9
+ export declare const lineIconkeys: string[];
10
+ export declare const imageIconKeys: string[];
@@ -1,2 +1,12 @@
1
1
  "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
2
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.imageIconKeys = exports.lineIconkeys = exports.fillIconkeys = void 0;
7
+ var fill_1 = __importDefault(require("../assets/icons/fill"));
8
+ var image_1 = require("../assets/icons/image");
9
+ var line_1 = __importDefault(require("../assets/icons/line"));
10
+ exports.fillIconkeys = Object.keys(fill_1.default);
11
+ exports.lineIconkeys = Object.keys(line_1.default);
12
+ exports.imageIconKeys = Object.keys(image_1.imageIconSrcSet);
@@ -6,6 +6,7 @@ type BasicFormGroupProps = {
6
6
  descText?: PDSTextType;
7
7
  captionText?: PDSTextType;
8
8
  inputForm?: JSX.Element;
9
+ titleRequirementMode?: 'use' | 'none';
9
10
  };
10
- declare function BasicFormGroup({ titleStyleTheme, titleText, descText, captionText, inputForm }: BasicFormGroupProps): JSX.Element;
11
+ declare function BasicFormGroup({ titleStyleTheme, titleText, descText, captionText, inputForm, titleRequirementMode }: BasicFormGroupProps): JSX.Element;
11
12
  export default BasicFormGroup;
@@ -1,4 +1,8 @@
1
1
  "use strict";
2
+ var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
3
+ if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
4
+ return cooked;
5
+ };
2
6
  var __assign = (this && this.__assign) || function () {
3
7
  __assign = Object.assign || function(t) {
4
8
  for (var s, i = 1, n = arguments.length; i < n; i++) {
@@ -10,12 +14,22 @@ var __assign = (this && this.__assign) || function () {
10
14
  };
11
15
  return __assign.apply(this, arguments);
12
16
  };
17
+ var __importDefault = (this && this.__importDefault) || function (mod) {
18
+ return (mod && mod.__esModule) ? mod : { "default": mod };
19
+ };
13
20
  Object.defineProperty(exports, "__esModule", { value: true });
14
21
  var jsx_runtime_1 = require("react/jsx-runtime");
22
+ var styled_components_1 = __importDefault(require("styled-components"));
15
23
  var hybrid_1 = require("../../../hybrid");
16
24
  var TextLabel_1 = require("../TextLabel");
17
25
  function BasicFormGroup(_a) {
18
- var _b = _a.titleStyleTheme, titleStyleTheme = _b === void 0 ? 'subTitleBold' : _b, titleText = _a.titleText, descText = _a.descText, captionText = _a.captionText, inputForm = _a.inputForm;
19
- return ((0, jsx_runtime_1.jsxs)("div", __assign({ "x-pds-name": "BasicFormGroup", "x-pds-element-type": "component", "x-pds-device-type": "desktop" }, { children: [titleText && ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(TextLabel_1.TextLabel, { text: titleText, styleTheme: titleStyleTheme, colorTheme: "sysTextPrimary" }), (0, jsx_runtime_1.jsx)(hybrid_1.Spacing, { size: "spacing_b" })] })), descText && ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(TextLabel_1.TextLabel, { text: descText, styleTheme: "caption1Regular", colorTheme: "sysTextSecondary" }), (0, jsx_runtime_1.jsx)(hybrid_1.Spacing, { size: "spacing_d" })] })), inputForm, captionText && ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(hybrid_1.Spacing, { size: "spacing_b" }), (0, jsx_runtime_1.jsx)(TextLabel_1.TextLabel, { text: captionText, styleTheme: "caption1Regular", colorTheme: "sysTextPrimary" })] }))] })));
26
+ var _b = _a.titleStyleTheme, titleStyleTheme = _b === void 0 ? 'subTitleBold' : _b, titleText = _a.titleText, descText = _a.descText, captionText = _a.captionText, inputForm = _a.inputForm, _c = _a.titleRequirementMode, titleRequirementMode = _c === void 0 ? 'none' : _c;
27
+ return ((0, jsx_runtime_1.jsxs)("div", __assign({ "x-pds-name": "BasicFormGroup", "x-pds-element-type": "component", "x-pds-device-type": "desktop" }, { children: [titleText && ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsxs)(S_TitleTextWrapper, { children: [(0, jsx_runtime_1.jsx)(TextLabel_1.TextLabel, { text: titleText, styleTheme: titleStyleTheme, colorTheme: "sysTextPrimary" }), titleRequirementMode === 'use' && ((0, jsx_runtime_1.jsx)(S_IconWrapper, { children: (0, jsx_runtime_1.jsx)(hybrid_1.Icon, { iconName: "ic_requirement", size: 16, fillType: "line", colorKey: "ui_cpnt_icon_sys_error_01" }) }))] }), (0, jsx_runtime_1.jsx)(hybrid_1.Spacing, { size: "spacing_b" })] })), descText && ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(TextLabel_1.TextLabel, { text: descText, styleTheme: "caption1Regular", colorTheme: "sysTextSecondary" }), (0, jsx_runtime_1.jsx)(hybrid_1.Spacing, { size: "spacing_d" })] })), inputForm, captionText && ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(hybrid_1.Spacing, { size: "spacing_b" }), (0, jsx_runtime_1.jsx)(TextLabel_1.TextLabel, { text: captionText, styleTheme: "caption1Regular", colorTheme: "sysTextPrimary" })] }))] })));
20
28
  }
29
+ var S_TitleTextWrapper = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n align-items: center;\n display: flex;\n"], ["\n align-items: center;\n display: flex;\n"])));
30
+ var S_IconWrapper = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n align-items: center;\n display: flex;\n height: 100%;\n height: 16px;\n justify-content: center;\n padding: 0 ", ";\n width: 16px;\n"], ["\n align-items: center;\n display: flex;\n height: 100%;\n height: 16px;\n justify-content: center;\n padding: 0 ", ";\n width: 16px;\n"])), function (_a) {
31
+ var theme = _a.theme;
32
+ return theme.spacing.spacingA;
33
+ });
21
34
  exports.default = BasicFormGroup;
35
+ var templateObject_1, templateObject_2;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { FillIconNameKeys, LineIconNameKeys, PDSTextType } from '../../../common';
2
+ import type { PDSIconType, PDSTextType } from '../../../common';
3
3
  export type BasicListItemProps = {
4
4
  selectionMode?: 'none' | 'check' | 'radio';
5
5
  titleText: PDSTextType;
@@ -10,13 +10,13 @@ export type BasicListItemProps = {
10
10
  imageIconMode?: 'none' | 'image' | 'icon';
11
11
  imageShapeType?: 'round' | 'circular' | 'rectangle';
12
12
  imageSrc?: string;
13
- iconName?: FillIconNameKeys | LineIconNameKeys;
13
+ iconName?: PDSIconType;
14
14
  iconFillType?: 'fill' | 'line';
15
15
  displayType?: 'none' | 'text' | 'ibtn_text' | 'ibtn_amount1' | 'ibtn_amount2' | 'mbtn' | 'switch';
16
16
  captionText?: PDSTextType;
17
- iBtn1IconName?: FillIconNameKeys | LineIconNameKeys;
17
+ iBtn1IconName?: PDSIconType;
18
18
  iBtn1IconFillType?: 'fill' | 'line';
19
- iBtn2IconName?: FillIconNameKeys | LineIconNameKeys;
19
+ iBtn2IconName?: PDSIconType;
20
20
  iBtn2IconFillType?: 'fill' | 'line';
21
21
  mBtnFillType?: 'fill' | 'line';
22
22
  mBtnText?: PDSTextType;
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import type { FillIconNameKeys, LineIconNameKeys, PDSTextType } from '../../../common';
2
+ import type { PDSIconType, PDSTextType } from '../../../common';
3
3
  export type Props = {
4
4
  colorTheme?: 'solid' | 'translucent' | 'transparent';
5
5
  headerMode?: 'none' | 'use';
@@ -9,11 +9,11 @@ export type Props = {
9
9
  onClickCaptionText?: () => void;
10
10
  titleStyleTheme?: 'headingBold' | 'subTitleBold';
11
11
  headerDisplayType?: 'none' | 'ibtn1' | 'ibtn2' | 'ibtn3';
12
- headerIBtn1IconName?: FillIconNameKeys | LineIconNameKeys;
12
+ headerIBtn1IconName?: PDSIconType;
13
13
  headerIBtn1IconFillType?: 'line' | 'fill';
14
- headerIBtn2IconName?: FillIconNameKeys | LineIconNameKeys;
14
+ headerIBtn2IconName?: PDSIconType;
15
15
  headerIBtn2IconFillType?: 'line' | 'fill';
16
- headerIBtn3IconName?: FillIconNameKeys | LineIconNameKeys;
16
+ headerIBtn3IconName?: PDSIconType;
17
17
  headerIBtn3IconFillType?: 'line' | 'fill';
18
18
  children?: React.ReactNode;
19
19
  bodyChildren?: React.ReactNode;
@@ -26,20 +26,20 @@ export type Props = {
26
26
  submitIBtnState?: 'disabled' | 'normal';
27
27
  bodyMBtnText?: PDSTextType;
28
28
  bodySpacingMode?: 'none' | 'use';
29
- submitIBtnIconName?: FillIconNameKeys | LineIconNameKeys;
29
+ submitIBtnIconName?: PDSIconType;
30
30
  submitIBtnIconFillType?: 'fill' | 'line';
31
31
  footerIBtn1State?: 'disabled' | 'normal';
32
- footerIBtn1IconName?: FillIconNameKeys | LineIconNameKeys;
32
+ footerIBtn1IconName?: PDSIconType;
33
33
  footerIBtn1IconFillType?: 'fill' | 'line';
34
34
  footerIBtn1Type?: 'button' | 'upload';
35
35
  onClickFooterIBtn1?: (e: React.ChangeEvent<HTMLInputElement> | React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
36
36
  footerIBtn2State?: 'disabled' | 'normal';
37
- footerIBtn2IconName?: FillIconNameKeys | LineIconNameKeys;
37
+ footerIBtn2IconName?: PDSIconType;
38
38
  footerIBtn2IconFillType?: 'fill' | 'line';
39
39
  footerIBtn2Type?: 'button' | 'upload';
40
40
  onClickFooterIBtn2?: (e: React.ChangeEvent<HTMLInputElement> | React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
41
41
  footerIBtn3State?: 'disabled' | 'normal';
42
- footerIBtn3IconName?: FillIconNameKeys | LineIconNameKeys;
42
+ footerIBtn3IconName?: PDSIconType;
43
43
  footerIBtn3IconFillType?: 'fill' | 'line';
44
44
  footerIBtn3Type?: 'button' | 'upload';
45
45
  footerIBtn3Accept?: string;
@@ -1,22 +1,22 @@
1
1
  /// <reference types="react" />
2
- import type { FillIconNameKeys, LineIconNameKeys } from '../../../common';
2
+ import type { PDSIconType } from '../../../common';
3
3
  import type { Props as ChatListProps } from './ChatList';
4
4
  type Props = Pick<ChatListProps, 'textFieldDefaultText' | 'textFieldHintText' | 'textFieldState' | 'textFieldMaxLength' | 'footerIBtn3Accept' | 'colorTheme'> & {
5
5
  isSubmitBtnActive?: boolean;
6
- submitIBtnIconName?: FillIconNameKeys | LineIconNameKeys;
6
+ submitIBtnIconName?: PDSIconType;
7
7
  submitIBtnIconFillType?: 'fill' | 'line';
8
8
  footerIBtn1State?: 'disabled' | 'normal';
9
- footerIBtn1IconName?: FillIconNameKeys | LineIconNameKeys;
9
+ footerIBtn1IconName?: PDSIconType;
10
10
  footerIBtn1IconFillType?: 'fill' | 'line';
11
11
  footerIBtn1Type?: 'button' | 'upload';
12
12
  onClickFooterIBtn1?: (e: React.ChangeEvent<HTMLInputElement> | React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
13
13
  footerIBtn2State?: 'disabled' | 'normal';
14
- footerIBtn2IconName?: FillIconNameKeys | LineIconNameKeys;
14
+ footerIBtn2IconName?: PDSIconType;
15
15
  footerIBtn2IconFillType?: 'fill' | 'line';
16
16
  footerIBtn2Type?: 'button' | 'upload';
17
17
  onClickFooterIBtn2?: (e: React.ChangeEvent<HTMLInputElement> | React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
18
18
  footerIBtn3State?: 'disabled' | 'normal';
19
- footerIBtn3IconName?: FillIconNameKeys | LineIconNameKeys;
19
+ footerIBtn3IconName?: PDSIconType;
20
20
  footerIBtn3IconFillType?: 'fill' | 'line';
21
21
  footerIBtn3Type?: 'button' | 'upload';
22
22
  onClickFooterIBtn3?: (e: React.ChangeEvent<HTMLInputElement> | React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
@@ -1,22 +1,22 @@
1
1
  /// <reference types="react" />
2
- import type { FillIconNameKeys, LineIconNameKeys } from '../../../common';
2
+ import type { PDSIconType } from '../../../common';
3
3
  import type { Props as ChatListProps } from './ChatList';
4
4
  type Props = Pick<ChatListProps, 'footerChildren' | 'textFieldDefaultText' | 'textFieldHintText' | 'textFieldState' | 'textFieldMaxLength' | 'footerIBtn3Accept' | 'colorTheme'> & {
5
5
  isSubmitBtnActive: boolean;
6
- submitIBtnIconName?: FillIconNameKeys | LineIconNameKeys;
6
+ submitIBtnIconName?: PDSIconType;
7
7
  submitIBtnIconFillType?: 'fill' | 'line';
8
8
  footerIBtn1State?: 'disabled' | 'normal';
9
- footerIBtn1IconName?: FillIconNameKeys | LineIconNameKeys;
9
+ footerIBtn1IconName?: PDSIconType;
10
10
  footerIBtn1IconFillType?: 'fill' | 'line';
11
11
  footerIBtn1Type?: 'button' | 'upload';
12
12
  onClickFooterIBtn1?: (e: React.ChangeEvent<HTMLInputElement> | React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
13
13
  footerIBtn2State?: 'disabled' | 'normal';
14
- footerIBtn2IconName?: FillIconNameKeys | LineIconNameKeys;
14
+ footerIBtn2IconName?: PDSIconType;
15
15
  footerIBtn2IconFillType?: 'fill' | 'line';
16
16
  footerIBtn2Type?: 'button' | 'upload';
17
17
  onClickFooterIBtn2?: (e: React.ChangeEvent<HTMLInputElement> | React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
18
18
  footerIBtn3State?: 'disabled' | 'normal';
19
- footerIBtn3IconName?: FillIconNameKeys | LineIconNameKeys;
19
+ footerIBtn3IconName?: PDSIconType;
20
20
  footerIBtn3IconFillType?: 'fill' | 'line';
21
21
  footerIBtn3Type?: 'button' | 'upload';
22
22
  onClickFooterIBtn3?: (e: React.ChangeEvent<HTMLInputElement> | React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
@@ -1,12 +1,12 @@
1
1
  /// <reference types="react" />
2
- import type { FillIconNameKeys, LineIconNameKeys, PDSTextType, PDSValueOption, UiColors } from '../../../common';
2
+ import type { PDSIconType, PDSTextType, PDSValueOption, UiColors } from '../../../common';
3
3
  type DisplayType = 'category_choice' | 'filter_single' | 'filter_multi' | 'removable' | 'label' | 'time' | 'information';
4
4
  export type ChipProps = {
5
5
  displayType?: DisplayType;
6
6
  text?: PDSTextType;
7
7
  filterIconMode?: 'none' | 'left';
8
8
  iconFillType?: 'line' | 'fill';
9
- iconName?: FillIconNameKeys | LineIconNameKeys;
9
+ iconName?: PDSIconType;
10
10
  overrideTextColorKey?: UiColors;
11
11
  overrideBackgroundColorKey?: UiColors;
12
12
  value?: PDSValueOption['value'];
@@ -1,10 +1,10 @@
1
1
  /// <reference types="react" />
2
- import type { FillIconNameKeys, LineIconNameKeys, PDSTextType } from '../../../common';
2
+ import type { PDSIconType, PDSTextType } from '../../../common';
3
3
  type DesktopHeaderBarProps = {
4
4
  text?: PDSTextType;
5
5
  size?: 'xlarge' | 'large';
6
6
  leftDisplayType?: 'text' | 'icon' | 'back';
7
- iconName?: FillIconNameKeys | LineIconNameKeys;
7
+ iconName?: PDSIconType;
8
8
  leftBtn2Mode?: 'none' | 'mbtn' | 'tbtn';
9
9
  leftBtn2Text?: PDSTextType;
10
10
  rightBtnMode?: 'none' | 'close' | 'mbtn' | 'mbtn_fill' | 'help_window';
@@ -1,9 +1,9 @@
1
1
  /// <reference types="react" />
2
- import type { FillIconNameKeys, LineIconNameKeys, PDSTabItemOption, PDSTextType } from '../../../common/types';
2
+ import type { PDSIconType, PDSTabItemOption, PDSTextType } from '../../../common/types';
3
3
  type ItemArray = PDSTabItemOption & {
4
4
  subArray?: PDSTabItemOption[];
5
5
  iconMode?: 'none' | 'use';
6
- iconName?: FillIconNameKeys | LineIconNameKeys;
6
+ iconName?: PDSIconType;
7
7
  iconFillType?: 'line' | 'fill';
8
8
  };
9
9
  type TextObj = {
@@ -1,12 +1,12 @@
1
1
  /// <reference types="react" />
2
- import type { FillIconNameKeys, LineIconNameKeys, PDSTextType } from '../../../common';
2
+ import type { PDSIconType, PDSTextType } from '../../../common';
3
3
  export type FloatingActionButtonProps = {
4
4
  text?: PDSTextType;
5
5
  displayType?: 'icon_only' | 'text_only' | 'icon_text';
6
6
  size?: 'xlarge' | 'large';
7
7
  fontWeight?: 'bold' | 'regular';
8
8
  iconFillType?: 'fill' | 'line';
9
- iconName?: FillIconNameKeys | LineIconNameKeys;
9
+ iconName?: PDSIconType;
10
10
  colorTheme?: 'none' | 'theme1' | 'theme2' | 'theme3';
11
11
  state?: 'normal' | 'disabled';
12
12
  onClick?: (e: React.MouseEvent<HTMLButtonElement>) => void;
@@ -6,6 +6,7 @@ type HorizontalFormGroupProps = {
6
6
  inputForm: JSX.Element;
7
7
  labelAlignType?: 'top' | 'center';
8
8
  labelTopSpacing?: 'small' | 'medium' | 'large';
9
+ labelRequirementMode?: 'use' | 'none';
9
10
  };
10
- declare function HorizontalFormGroup({ labelText, captionText, inputForm, labelAlignType, labelTopSpacing }: HorizontalFormGroupProps): JSX.Element;
11
+ declare function HorizontalFormGroup({ labelText, captionText, inputForm, labelAlignType, labelTopSpacing, labelRequirementMode }: HorizontalFormGroupProps): JSX.Element;
11
12
  export default HorizontalFormGroup;
@@ -43,8 +43,8 @@ var styled_components_1 = __importStar(require("styled-components"));
43
43
  var hybrid_1 = require("../../../hybrid");
44
44
  var TextLabel_1 = require("../TextLabel");
45
45
  function HorizontalFormGroup(_a) {
46
- var labelText = _a.labelText, captionText = _a.captionText, inputForm = _a.inputForm, _b = _a.labelAlignType, labelAlignType = _b === void 0 ? 'center' : _b, labelTopSpacing = _a.labelTopSpacing;
47
- return ((0, jsx_runtime_1.jsxs)(S_HorizontalFormGroupBox, __assign({ "x-pds-name": "HorizontalFormGroup", "x-pds-element-type": "component", "x-pds-device-type": "desktop", labelAlignType: labelAlignType }, { children: [(0, jsx_runtime_1.jsx)(S_LabelWrapper, __assign({ labelAlignType: labelAlignType, labelTopSpacing: labelTopSpacing }, { children: labelAlignType === 'center' ? ((0, jsx_runtime_1.jsx)(TextLabel_1.TextLabel, { text: labelText, styleTheme: "body2Bold", ellipsisMode: "use", lineLimit: 2 })) : ((0, jsx_runtime_1.jsx)(TextLabel_1.TextLabel, { text: labelText, styleTheme: "body2Bold" })) })), (0, jsx_runtime_1.jsx)(S_InputFormWrapper, { children: inputForm }), captionText && ((0, jsx_runtime_1.jsxs)(S_CaptionWrapper, { children: [(0, jsx_runtime_1.jsx)(hybrid_1.Spacing, { size: "spacing_b" }), (0, jsx_runtime_1.jsx)(TextLabel_1.TextLabel, { text: captionText, styleTheme: "caption1Regular" })] }))] })));
46
+ var labelText = _a.labelText, captionText = _a.captionText, inputForm = _a.inputForm, _b = _a.labelAlignType, labelAlignType = _b === void 0 ? 'center' : _b, labelTopSpacing = _a.labelTopSpacing, _c = _a.labelRequirementMode, labelRequirementMode = _c === void 0 ? 'none' : _c;
47
+ return ((0, jsx_runtime_1.jsxs)(S_HorizontalFormGroupBox, __assign({ "x-pds-name": "HorizontalFormGroup", "x-pds-element-type": "component", "x-pds-device-type": "desktop", labelAlignType: labelAlignType }, { children: [(0, jsx_runtime_1.jsx)(S_LabelWrapper, __assign({ labelAlignType: labelAlignType, labelTopSpacing: labelTopSpacing }, { children: labelAlignType === 'center' ? ((0, jsx_runtime_1.jsx)(TextLabel_1.TextLabel, { text: (0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [labelText, labelRequirementMode === 'use' && ((0, jsx_runtime_1.jsx)(S_IconWrapper, { children: (0, jsx_runtime_1.jsx)(hybrid_1.Icon, { iconName: "ic_requirement", size: 16, fillType: "line", colorKey: "ui_cpnt_icon_sys_error_01" }) }))] }), styleTheme: "body2Bold", ellipsisMode: "use", lineLimit: 2 })) : ((0, jsx_runtime_1.jsx)(TextLabel_1.TextLabel, { text: labelText, styleTheme: "body2Bold" })) })), (0, jsx_runtime_1.jsx)(S_InputFormWrapper, { children: inputForm }), captionText && ((0, jsx_runtime_1.jsxs)(S_CaptionWrapper, { children: [(0, jsx_runtime_1.jsx)(hybrid_1.Spacing, { size: "spacing_b" }), (0, jsx_runtime_1.jsx)(TextLabel_1.TextLabel, { text: captionText, styleTheme: "caption1Regular" })] }))] })));
48
48
  }
49
49
  var centerArea = "\n'label inputForm'\n'. caption'";
50
50
  var topArea = "\n'label inputForm'\n'label caption'";
@@ -58,7 +58,7 @@ var S_HorizontalFormGroupBox = styled_components_1.default.div(templateObject_4
58
58
  var labelAlignType = _a.labelAlignType;
59
59
  return labelAlignType === 'center' ? centerArea : topArea;
60
60
  });
61
- var S_LabelWrapper = styled_components_1.default.div(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n align-self: ", ";\n grid-area: label;\n overflow: hidden;\n\n ", ";\n"], ["\n align-self: ", ";\n grid-area: label;\n overflow: hidden;\n\n ", ";\n"])), function (_a) {
61
+ var S_LabelWrapper = styled_components_1.default.div(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n align-items: center;\n align-self: ", ";\n display: flex;\n grid-area: label;\n overflow: hidden;\n\n ", ";\n"], ["\n align-items: center;\n align-self: ", ";\n display: flex;\n grid-area: label;\n overflow: hidden;\n\n ", ";\n"])), function (_a) {
62
62
  var labelAlignType = _a.labelAlignType;
63
63
  return labelAlignType === 'center' && labelAlignType;
64
64
  }, function (_a) {
@@ -67,5 +67,9 @@ var S_LabelWrapper = styled_components_1.default.div(templateObject_5 || (templa
67
67
  });
68
68
  var S_InputFormWrapper = styled_components_1.default.div(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n grid-area: inputForm;\n"], ["\n grid-area: inputForm;\n"])));
69
69
  var S_CaptionWrapper = styled_components_1.default.div(templateObject_7 || (templateObject_7 = __makeTemplateObject(["\n grid-area: caption;\n"], ["\n grid-area: caption;\n"])));
70
+ var S_IconWrapper = styled_components_1.default.div(templateObject_8 || (templateObject_8 = __makeTemplateObject(["\n align-items: center;\n display: inline-flex;\n height: 16px;\n height: 100%;\n justify-content: center;\n padding: 0 ", ";\n width: 16px;\n"], ["\n align-items: center;\n display: inline-flex;\n height: 16px;\n height: 100%;\n justify-content: center;\n padding: 0 ", ";\n width: 16px;\n"])), function (_a) {
71
+ var theme = _a.theme;
72
+ return theme.spacing.spacingA;
73
+ });
70
74
  exports.default = HorizontalFormGroup;
71
- var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6, templateObject_7;
75
+ var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6, templateObject_7, templateObject_8;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { FillIconNameKeys, LineIconNameKeys, PDSTextType, UiColors } from '../../../common';
2
+ import type { PDSIconType, PDSTextType, UiColors } from '../../../common';
3
3
  import type { IconCaseTooltipPositionType } from '../../../common/types/systemUI';
4
4
  export type IconButtonProps = {
5
5
  tooltipText?: PDSTextType;
@@ -12,7 +12,7 @@ export type IconButtonProps = {
12
12
  borderColorKey?: UiColors;
13
13
  iconSize?: 12 | 16 | 20 | 24 | 32 | 48 | 72;
14
14
  iconFillType?: 'fill' | 'line';
15
- iconName: FillIconNameKeys | LineIconNameKeys;
15
+ iconName: PDSIconType;
16
16
  iconColorKey?: UiColors;
17
17
  shadow?: 'hidden' | 'visible';
18
18
  colorTheme?: 'none' | 'line1' | 'line2';
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { FillIconNameKeys, LineIconNameKeys, PDSTextType } from '../../../common';
2
+ import type { PDSIconType, PDSTextType } from '../../../common';
3
3
  export type MainButtonProps = {
4
4
  text?: PDSTextType;
5
5
  shapeType?: 'round' | 'rectangle';
@@ -10,7 +10,7 @@ export type MainButtonProps = {
10
10
  fontWeight?: 'bold' | 'regular';
11
11
  iconMode?: 'none' | 'left' | 'right';
12
12
  iconFillType?: 'fill' | 'line';
13
- iconName?: FillIconNameKeys | LineIconNameKeys;
13
+ iconName?: PDSIconType;
14
14
  colorTheme?: 'none' | 'line1' | 'line2' | 'line3' | 'primary1' | 'secondary1';
15
15
  type?: 'button' | 'submit';
16
16
  state?: 'normal' | 'disabled';
@@ -1,7 +1,7 @@
1
1
  /// <reference types="react" />
2
- import type { FillIconNameKeys, LineIconNameKeys, PDSTextType } from '../../../common';
2
+ import type { PDSIconType, PDSTextType } from '../../../common';
3
3
  type Props = {
4
- iconName?: FillIconNameKeys | LineIconNameKeys;
4
+ iconName?: PDSIconType;
5
5
  iconFillType?: 'fill' | 'line';
6
6
  titleText: PDSTextType;
7
7
  contentText: PDSTextType;
@@ -1,9 +1,9 @@
1
1
  /// <reference types="react" />
2
- import type { FillIconNameKeys, LineIconNameKeys, PDSTextType } from '../../../common';
2
+ import type { PDSIconType, PDSTextType } from '../../../common';
3
3
  type PageTitleTextGroupProps = {
4
4
  titleText: PDSTextType;
5
5
  tooltipText?: PDSTextType;
6
- compoundBtnIconName?: FillIconNameKeys | LineIconNameKeys;
6
+ compoundBtnIconName?: PDSIconType;
7
7
  compoundBtnIconFillType?: 'fill' | 'line';
8
8
  compoundBtnTitleText?: PDSTextType;
9
9
  compoundBtnContentText?: PDSTextType;