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
@@ -244,7 +244,7 @@ var CustomSection = (0, react_1.forwardRef)(function CustomSection(props, ref) {
244
244
  fontSize: "".concat(baseFontSize, "px")
245
245
  } }, { children: (_a = props.componentBlocks) === null || _a === void 0 ? void 0 : _a.map(function (cb, index) { return ((0, jsx_runtime_1.jsx)(ErrorBoundary_1.ErrorBoundary, { children: (0, jsx_runtime_1.jsx)(FlexGridItem_1.default, { cb: cb, index: index, device: device, rowHeight: rowHeight }) }, cb.id)); }) })) })) })) }) }));
246
246
  });
247
- var GridContainer = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n display: grid; /* Space between grid items */\n gap: 10px;\n grid-template-columns: repeat(", ", 1fr);\n grid-template-rows: repeat(\n ", ",\n minmax(", ", auto)\n );\n padding: 0 10px;\n\n * {\n box-sizing: border-box;\n }\n"], ["\n display: grid; /* Space between grid items */\n gap: 10px;\n grid-template-columns: repeat(", ", 1fr);\n grid-template-rows: repeat(\n ", ",\n minmax(", ", auto)\n );\n padding: 0 10px;\n\n * {\n box-sizing: border-box;\n }\n"])), function (props) { return props.cols; }, function (props) { return props.sectionRow; }, function (props) { return "".concat(props.rowHeight, "px"); });
247
+ var GridContainer = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n display: grid; /* Space between grid items */\n gap: 10px;\n grid-auto-rows: minmax(", ", auto);\n grid-template-columns: repeat(", ", 1fr);\n grid-template-rows: repeat(\n ", ",\n minmax(", ", auto)\n );\n padding: 0 10px;\n\n * {\n box-sizing: border-box;\n }\n"], ["\n display: grid; /* Space between grid items */\n gap: 10px;\n grid-auto-rows: minmax(", ", auto);\n grid-template-columns: repeat(", ", 1fr);\n grid-template-rows: repeat(\n ", ",\n minmax(", ", auto)\n );\n padding: 0 10px;\n\n * {\n box-sizing: border-box;\n }\n"])), function (props) { return "".concat(props.rowHeight, "px"); }, function (props) { return props.cols; }, function (props) { return props.sectionRow; }, function (props) { return "".concat(props.rowHeight, "px"); });
248
248
  var S_SectionWrapper = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n position: relative;\n"], ["\n position: relative;\n"])));
249
249
  exports.default = react_1.default.memo(CustomSection);
250
250
  function getDefensiveFontSize(device, width) {
@@ -19,12 +19,12 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
19
19
  };
20
20
  Object.defineProperty(exports, "__esModule", { value: true });
21
21
  var jsx_runtime_1 = require("react/jsx-runtime");
22
- require("react");
23
22
  var styled_components_1 = __importDefault(require("styled-components"));
24
23
  var ComponentBlockMatcher_1 = __importDefault(require("./components/ComponentBlock/ComponentBlockMatcher"));
25
24
  var gap = 10;
26
25
  function FlexGridItem(_a) {
27
26
  var cb = _a.cb, index = _a.index, device = _a.device, rowHeight = _a.rowHeight;
27
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
28
28
  var defaultHeight = getMaxHeight(cb.jsonProperties.data.CB_PLACEMENT_PROP_PLACEMENT, device, rowHeight);
29
29
  var gridArea = getGridAreaFromCB(cb.jsonProperties.data.CB_PLACEMENT_PROP_PLACEMENT, device);
30
30
  var zIndex = device === 'DESKTOP'
@@ -74,7 +74,7 @@ function Image(props) {
74
74
  : CB_EFFECT_PROP_ENTANIM['CB_EFFECT_PROP_ENTANIM_SPEC_TYPE:MOBILE'] === 'NONE';
75
75
  var hasEffect = !isNoneEffectType;
76
76
  var effectVisibleStyle = hasEffect ? { opacity: isVisible ? 1 : 0 } : {};
77
- return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [isEditModeAndHidden && (0, jsx_runtime_1.jsx)(S_HiddenCover_1.S_HiddenCover, {}), (0, jsx_runtime_1.jsx)(S_CB_AnimationObserverBox_1.S_CB_AnimationObserverBox, __assign({ ref: hasEffect ? cbRef : null, effectVisibleStyle: effectVisibleStyle }, { children: (0, jsx_runtime_1.jsx)(S_ImageWrapper, __assign({ style: __assign({}, effectCssProperties) }, { children: (0, jsx_runtime_1.jsx)(S_CB_BoxWithShadow_1.S_CB_BoxWithShadow, __assign({ className: "cb-layout-box", normalStyle: __assign(__assign(__assign(__assign({}, layout), { overflow: 'hidden' }), boxStyle.normal), { cursor: CLINKCursor }), hoverStyle: __assign({}, boxStyle.hover), cbStylePropsShadowSpecs: CB_STYLE_PROP_SHADOW, device: device, onClick: onClickCLINK }, { children: (0, jsx_runtime_1.jsx)(S_Image, __assign({ src: CB_CONTENT_PROP_IMAGE.CB_CONTENT_PROP_IMAGE_SPEC_SELECTOR, normalStyle: __assign({}, imgStyle.normal), hoverStyle: __assign({}, imgStyle.hover) }, { children: (0, jsx_runtime_1.jsx)("img", { src: CB_CONTENT_PROP_IMAGE.CB_CONTENT_PROP_IMAGE_SPEC_SELECTOR, style: { visibility: 'hidden', width: '100%', height: '100%' } }) })) })) })) }))] }));
77
+ return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [isEditModeAndHidden && (0, jsx_runtime_1.jsx)(S_HiddenCover_1.S_HiddenCover, {}), (0, jsx_runtime_1.jsx)(S_CB_AnimationObserverBox_1.S_CB_AnimationObserverBox, __assign({ ref: hasEffect ? cbRef : null, effectVisibleStyle: effectVisibleStyle }, { children: (0, jsx_runtime_1.jsx)(S_ImageWrapper, __assign({ style: __assign({}, effectCssProperties) }, { children: (0, jsx_runtime_1.jsx)(S_CB_BoxWithShadow_1.S_CB_BoxWithShadow, __assign({ className: "cb-layout-box", normalStyle: __assign(__assign(__assign(__assign({}, layout), { overflow: 'hidden' }), boxStyle.normal), { cursor: CLINKCursor }), hoverStyle: __assign({}, boxStyle.hover), cbStylePropsShadowSpecs: CB_STYLE_PROP_SHADOW, device: device, onClick: onClickCLINK }, { children: (0, jsx_runtime_1.jsx)(S_Image, { src: CB_CONTENT_PROP_IMAGE.CB_CONTENT_PROP_IMAGE_SPEC_SELECTOR, normalStyle: __assign({}, imgStyle.normal), hoverStyle: __assign({}, imgStyle.hover) }) })) })) }))] }));
78
78
  }
79
79
  function parseImageCBStyle(style, hoverStyle, mode) {
80
80
  var boxStyle = {
@@ -115,7 +115,7 @@ function parseImageCBStyle(style, hoverStyle, mode) {
115
115
  };
116
116
  return { boxStyle: boxStyle, imgStyle: imgStyle };
117
117
  }
118
- var S_ImageWrapper = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n height: 100%;\n width: 100%;\n"], ["\n height: 100%;\n width: 100%;\n"])));
118
+ var S_ImageWrapper = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n height: 100%;\n max-height: 100%;\n width: 100%;\n"], ["\n height: 100%;\n max-height: 100%;\n width: 100%;\n"])));
119
119
  var S_Image = styled_components_1.default.div(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n background-image: ", ";\n background-repeat: no-repeat;\n height: 100%;\n width: 100%;\n\n ", ";\n\n &:hover {\n ", ";\n }\n\n & img {\n ", ";\n }\n\n &:hover img {\n ", ";\n }\n"], ["\n background-image: ", ";\n background-repeat: no-repeat;\n height: 100%;\n width: 100%;\n\n ", ";\n\n &:hover {\n ", ";\n }\n\n & img {\n ", ";\n }\n\n &:hover img {\n ", ";\n }\n"])), function (_a) {
120
120
  var src = _a.src;
121
121
  return "url(".concat(src, ")");
@@ -15,7 +15,6 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  var jsx_runtime_1 = require("react/jsx-runtime");
18
- /* eslint-disable no-console */
19
18
  /* eslint-disable react/destructuring-assignment */
20
19
  var react_1 = require("react");
21
20
  var DynamicLayout_1 = require("../../../../../../../DynamicLayout");
@@ -30,10 +29,7 @@ var S_HiddenCover_1 = require("../components/S_HiddenCover");
30
29
  var useCLINK_1 = __importDefault(require("../hooks/useCLINK"));
31
30
  function Text(props) {
32
31
  var _a = (0, react_1.useContext)(DynamicLayout_1.dynamicLayoutContext), device = _a.device, mode = _a.mode;
33
- var index = props.index, _b = props.CB_CONTENT_PROP_CLINK, CB_CONTENT_PROP_CLINK_SPEC_SRC = _b.CB_CONTENT_PROP_CLINK_SPEC_SRC, CB_CONTENT_PROP_CLINK_SPEC_TYPE = _b.CB_CONTENT_PROP_CLINK_SPEC_TYPE, CB_CONTENT_PROP_CLINK_SPEC_NEWTAB = _b.CB_CONTENT_PROP_CLINK_SPEC_NEWTAB, CB_CONTENT_PROP_CLINK_SPEC_INTERNALSRC = _b.CB_CONTENT_PROP_CLINK_SPEC_INTERNALSRC, CB_EFFECT_PROP_ENTANIM = props.CB_EFFECT_PROP_ENTANIM, CB_PLACEMENT_PROP_PLACEMENT = props.CB_PLACEMENT_PROP_PLACEMENT;
34
- var cols = device === 'DESKTOP'
35
- ? CB_PLACEMENT_PROP_PLACEMENT.CB_PLACEMENT_PROP_PLACEMENT_SPEC_COLS
36
- : CB_PLACEMENT_PROP_PLACEMENT['CB_PLACEMENT_PROP_PLACEMENT_SPEC_COLS:MOBILE'];
32
+ var index = props.index, _b = props.CB_CONTENT_PROP_CLINK, CB_CONTENT_PROP_CLINK_SPEC_SRC = _b.CB_CONTENT_PROP_CLINK_SPEC_SRC, CB_CONTENT_PROP_CLINK_SPEC_TYPE = _b.CB_CONTENT_PROP_CLINK_SPEC_TYPE, CB_CONTENT_PROP_CLINK_SPEC_NEWTAB = _b.CB_CONTENT_PROP_CLINK_SPEC_NEWTAB, CB_CONTENT_PROP_CLINK_SPEC_INTERNALSRC = _b.CB_CONTENT_PROP_CLINK_SPEC_INTERNALSRC, CB_EFFECT_PROP_ENTANIM = props.CB_EFFECT_PROP_ENTANIM;
37
33
  var _c = (0, useCLINK_1.default)({
38
34
  src: CB_CONTENT_PROP_CLINK_SPEC_SRC,
39
35
  type: CB_CONTENT_PROP_CLINK_SPEC_TYPE,
@@ -78,10 +74,4 @@ function getTextStyles(props, device) {
78
74
  ];
79
75
  return (0, textUtil_1.parseStyleTextToCSSProp)({ availableSpecCodes: availableSpecCodes, props: props, device: device, propKey: 'TEXT' });
80
76
  }
81
- function getBaseWidth(cols) {
82
- if (cols === 1) {
83
- return 40;
84
- }
85
- return 40 * cols + 10 * (cols - 1);
86
- }
87
77
  exports.default = Text;
@@ -20,7 +20,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
20
20
  Object.defineProperty(exports, "__esModule", { value: true });
21
21
  exports.S_CB_AnimationObserverBox = void 0;
22
22
  var styled_components_1 = __importDefault(require("styled-components"));
23
- exports.S_CB_AnimationObserverBox = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n height: 100%;\n width: 100%;\n\n ", ";\n"], ["\n height: 100%;\n width: 100%;\n\n ", ";\n"])), function (_a) {
23
+ exports.S_CB_AnimationObserverBox = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n height: 100%;\n width: 100%;\n ", ";\n"], ["\n height: 100%;\n width: 100%;\n ", ";\n"])), function (_a) {
24
24
  var effectVisibleStyle = _a.effectVisibleStyle;
25
25
  return effectVisibleStyle && __assign({}, effectVisibleStyle);
26
26
  });
@@ -205,8 +205,6 @@ function getVerticalPositionValue(value) {
205
205
  }
206
206
  }
207
207
  function getEmFontSize(device, size) {
208
- var min = size - 1.5;
209
- var max = size + 1.5;
210
208
  var preferred = size / 16;
211
209
  if (device === 'DESKTOP') {
212
210
  return "clamp(10px, ".concat(preferred, "em, ").concat(preferred, "em)");
@@ -1,4 +1,4 @@
1
- import { type ComponentBlock } from '../types';
1
+ import type { ComponentBlock } from '../types';
2
2
  export declare function parsePlacement(components: ComponentBlock[]): {
3
3
  sm: {
4
4
  i: string;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { FillIconNameKeys, LineIconNameKeys } from '../../../../../DynamicLayout/components/pdsOriginal/common';
2
+ import type { PDSIconType } from '../../../../../DynamicLayout/components/pdsOriginal/common';
3
3
  import type { TextLabelProps } from '../../../../../DynamicLayout/components/pdsOriginal/desktop/TextLabel/TextLabel';
4
4
  import type { IItemButton, IItemDescription, IItemTitle, IMembershipCardTemplate } from '../../../../../DynamicLayout/types';
5
5
  declare function MembershipSectionItem(): JSX.Element;
@@ -23,7 +23,7 @@ type IconButtonProps = {
23
23
  iconButtonBorderColor: string;
24
24
  iconButtonDisabledBackgroundColor: string;
25
25
  isDisabled?: boolean;
26
- iconName: FillIconNameKeys | LineIconNameKeys;
26
+ iconName: PDSIconType;
27
27
  state?: 'normal' | 'disabled';
28
28
  onClick?: (value?: number | string) => void;
29
29
  };
@@ -32,7 +32,7 @@ type MembershipCardProps = {
32
32
  };
33
33
  type ColorOverrideIconProps = {
34
34
  iconColor: string;
35
- iconName: FillIconNameKeys | LineIconNameKeys;
35
+ iconName: PDSIconType;
36
36
  };
37
37
  type XlargeMainButtonProps = {
38
38
  buttonTextColor?: string;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { FillIconNameKeys, LineIconNameKeys } from '../../../../../DynamicLayout/components/pdsOriginal/common';
2
+ import type { PDSIconType } from '../../../../../DynamicLayout/components/pdsOriginal/common';
3
3
  import type { TextLabelProps } from '../../../../../DynamicLayout/components/pdsOriginal/desktop/TextLabel/TextLabel';
4
4
  import type { IItemButton, IItemDescription, IItemTitle, IMembershipCardTemplate } from '../../../../../DynamicLayout/types';
5
5
  declare function MembershipSectionItem(): JSX.Element;
@@ -23,7 +23,7 @@ type IconButtonProps = {
23
23
  iconButtonBackgroundColor: string;
24
24
  iconButtonDisabledBackgroundColor: string;
25
25
  isDisabled?: boolean;
26
- iconName: FillIconNameKeys | LineIconNameKeys;
26
+ iconName: PDSIconType;
27
27
  state?: 'normal' | 'disabled';
28
28
  onClick?: (value?: number | string) => void;
29
29
  };
@@ -33,7 +33,7 @@ type MembershipCardProps = {
33
33
  };
34
34
  type ColorOverrideIconProps = {
35
35
  iconColor: string;
36
- iconName: FillIconNameKeys | LineIconNameKeys;
36
+ iconName: PDSIconType;
37
37
  };
38
38
  type XlargeMainButtonProps = {
39
39
  buttonTextColor?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web-test",
3
- "version": "2.5.18",
3
+ "version": "2.5.20",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",
package/release-note.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # PDS-DEV-KIT-WEB Release Notes
2
- ## [v2.2.77]
2
+ ## [v2.2.90]
3
3
  ## daily|https://design.storybook.publ.biz/
4
4
 
5
5
  ### 업데이트 사항
6
- * 컬러 싱크
6
+ * [DAILY][PDS-1242] Icon의 추가 수정