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

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 (86) 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/FlexGridItem.js +1 -1
  77. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Image/Image.js +2 -2
  78. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Text/Text.js +1 -11
  79. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/components/S_CB_AnimationObserverBox.js +1 -1
  80. package/dist/src/sub/DynamicLayout/sections/CustomSection/newUtils/textUtil.js +0 -2
  81. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parsePlacement.d.ts +1 -1
  82. package/dist/src/sub/DynamicLayout/sections/MembershipSection/components/desktop/MembershipSectionItem.d.ts +3 -3
  83. package/dist/src/sub/DynamicLayout/sections/MembershipSection/components/mobile/MembershipSectionItem.d.ts +3 -3
  84. package/package.json +1 -1
  85. package/release-note.md +2 -2
  86. package/pipeline_output.log +0 -6466
@@ -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';
15
15
  type?: 'button' | 'submit';
16
16
  state?: 'normal' | 'disabled';
@@ -1,7 +1,7 @@
1
1
  /// <reference types="react" />
2
- import type { FillIconNameKeys, LineIconNameKeys, UiColors } from '../../common';
2
+ import type { PDSIconType, UiColors } from '../../common';
3
3
  export type IconProps = {
4
- iconName?: FillIconNameKeys | LineIconNameKeys;
4
+ iconName?: PDSIconType;
5
5
  size?: 12 | 16 | 20 | 24 | 32 | 48 | 56 | 64 | 72;
6
6
  colorKey?: UiColors;
7
7
  fillType?: 'line' | 'fill';
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { FillIconNameKeys, LineIconNameKeys, UiColors } from '../../common';
2
+ import type { PDSIconType, UiColors } from '../../common';
3
3
  export type IconButtonProps = {
4
4
  fillType?: 'fill' | 'line';
5
5
  shapeType?: 'circular' | 'rectangle';
@@ -8,7 +8,7 @@ export type IconButtonProps = {
8
8
  borderColorKey?: UiColors;
9
9
  iconSize?: 12 | 16 | 20 | 24 | 48 | 72;
10
10
  iconFillType?: 'fill' | 'line';
11
- iconName: FillIconNameKeys | LineIconNameKeys;
11
+ iconName: PDSIconType;
12
12
  iconColorKey?: UiColors;
13
13
  shadow?: 'hidden' | 'visible';
14
14
  colorTheme?: 'none' | 'line1' | 'line2';
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { FillIconNameKeys, LineIconNameKeys, PDSTextType } from '../../common';
2
+ import type { PDSTextType, PDSIconType } 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';
15
15
  type?: 'button' | 'submit';
16
16
  state?: 'normal' | 'disabled';
@@ -1,4 +1,5 @@
1
1
  import type { ISection } from './types';
2
+ export declare const youtubeBgSection: any;
2
3
  export declare const samplePageIntroSection: ISection;
3
4
  export declare const samplePageContentsCarouselSection: ISection;
4
5
  export declare const samplePageIntroSection2: ISection;