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.
- package/dist/src/common/assets/icons/image/index.d.ts +202 -0
- package/dist/src/common/assets/icons/image/index.js +205 -0
- package/dist/src/common/assets/icons/line/SectionBanner32.d.ts +4 -0
- package/dist/src/common/assets/icons/line/SectionBanner32.js +30 -0
- package/dist/src/common/assets/icons/line/SectionBanner40.d.ts +4 -0
- package/dist/src/common/assets/icons/line/SectionBanner40.js +30 -0
- package/dist/src/common/assets/icons/line/SectionContentsOperator32.d.ts +4 -0
- package/dist/src/common/assets/icons/line/SectionContentsOperator32.js +30 -0
- package/dist/src/common/assets/icons/line/SectionContentsOperator40.d.ts +4 -0
- package/dist/src/common/assets/icons/line/SectionContentsOperator40.js +30 -0
- package/dist/src/common/assets/icons/line/SectionFeed32.d.ts +4 -0
- package/dist/src/common/assets/icons/line/SectionFeed32.js +30 -0
- package/dist/src/common/assets/icons/line/SectionFeed40.d.ts +4 -0
- package/dist/src/common/assets/icons/line/SectionFeed40.js +30 -0
- package/dist/src/common/assets/icons/line/SectionHero32.d.ts +4 -0
- package/dist/src/common/assets/icons/line/SectionHero32.js +30 -0
- package/dist/src/common/assets/icons/line/SectionHero40.d.ts +4 -0
- package/dist/src/common/assets/icons/line/SectionHero40.js +30 -0
- package/dist/src/common/assets/icons/line/index.d.ts +8 -0
- package/dist/src/common/assets/icons/line/index.js +17 -1
- package/dist/src/common/index.d.ts +1 -1
- package/dist/src/common/styles/ui-colors.js +13 -5
- package/dist/src/common/types/components.d.ts +4 -4
- package/dist/src/common/types/icon.d.ts +8 -3
- package/dist/src/common/types/icon.js +10 -0
- package/dist/src/desktop/components/BasicFormGroup/BasicFormGroup.d.ts +2 -1
- package/dist/src/desktop/components/BasicFormGroup/BasicFormGroup.js +16 -2
- package/dist/src/desktop/components/BasicListItem/BasicListItem.d.ts +4 -4
- package/dist/src/desktop/components/ChatList/ChatList.d.ts +8 -8
- package/dist/src/desktop/components/ChatList/ChatTextField.d.ts +5 -5
- package/dist/src/desktop/components/ChatList/Footer.d.ts +5 -5
- package/dist/src/desktop/components/Chip/Chip.d.ts +2 -2
- package/dist/src/desktop/components/DesktopHeaderBar/DesktopHeaderBar.d.ts +2 -2
- package/dist/src/desktop/components/DesktopTabBar/DesktopTabBar.d.ts +2 -2
- package/dist/src/desktop/components/FloatingActionButton/FloatingActionButton.d.ts +2 -2
- package/dist/src/desktop/components/HorizontalFormGroup/HorizontalFormGroup.d.ts +2 -1
- package/dist/src/desktop/components/HorizontalFormGroup/HorizontalFormGroup.js +8 -4
- package/dist/src/desktop/components/IconButton/IconButton.d.ts +2 -2
- package/dist/src/desktop/components/MainButton/MainButton.d.ts +2 -2
- package/dist/src/desktop/components/PageTitleTextGroup/CompoundButton.d.ts +2 -2
- package/dist/src/desktop/components/PageTitleTextGroup/PageTitleTextGroup.d.ts +2 -2
- package/dist/src/desktop/components/TextField/TextField.d.ts +3 -3
- package/dist/src/desktop/components/UploadIconButton/UploadIconButton.d.ts +2 -2
- package/dist/src/desktop/components/UploadMainButton/UploadMainButton.d.ts +2 -2
- package/dist/src/desktop/components/UserDesktopSideTab/UserDesktopSideTab.d.ts +2 -1
- package/dist/src/desktop/components/UserDesktopSideTab/UserDesktopSideTab.js +4 -4
- package/dist/src/desktop/components/UserDesktopTabBar/UserDesktopTabBar.d.ts +2 -1
- package/dist/src/desktop/components/UserDesktopTabBar/UserDesktopTabBar.js +58 -7
- package/dist/src/hybrid/components/Icon/Icon.d.ts +4 -3
- package/dist/src/hybrid/components/Icon/Icon.js +14 -4
- package/dist/src/mobile/components/BasicListItem/BasicListItem.d.ts +4 -4
- package/dist/src/mobile/components/ChatList/ChatList.d.ts +8 -8
- package/dist/src/mobile/components/ChatList/ChatTextField.d.ts +5 -5
- package/dist/src/mobile/components/ChatList/Footer.d.ts +5 -5
- package/dist/src/mobile/components/Chip/Chip.d.ts +2 -2
- package/dist/src/mobile/components/FloatingActionButton/FloatingActionButton.d.ts +2 -2
- package/dist/src/mobile/components/IconButton/IconButton.d.ts +2 -2
- package/dist/src/mobile/components/MainButton/MainButton.d.ts +2 -2
- package/dist/src/mobile/components/MobileHeaderBar/MobileHeaderBar.d.ts +3 -3
- package/dist/src/mobile/components/TextField/TextField.d.ts +3 -3
- package/dist/src/mobile/components/UploadIconButton/UploadIconButton.d.ts +2 -2
- package/dist/src/mobile/components/UploadMainButton/UploadMainButton.d.ts +2 -2
- package/dist/src/sub/AdminList/ToolBar/ToolBar.d.ts +4 -4
- package/dist/src/sub/DynamicLayout/DynamicLayout.js +14 -1
- package/dist/src/sub/DynamicLayout/components/YouTubeIframe/YouTubeIframe.js +7 -3
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/desktop/IconButton/IconButton.d.ts +2 -2
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/desktop/MainButton/MainButton.d.ts +2 -2
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/hybrid/Icon/Icon.d.ts +2 -2
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/mobile/IconButton/IconButton.d.ts +2 -2
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/mobile/MainButton/MainButton.d.ts +2 -2
- package/dist/src/sub/DynamicLayout/mock_samplePage.d.ts +1 -0
- package/dist/src/sub/DynamicLayout/mock_samplePage.js +996 -1
- package/dist/src/sub/DynamicLayout/pagesPreviewMock.d.ts +10300 -0
- package/dist/src/sub/DynamicLayout/pagesPreviewMock.js +30934 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/CustomSection.js +71 -58
- package/dist/src/sub/DynamicLayout/sections/CustomSection/FlexGridItem.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Image/Image.js +2 -2
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Text/Text.js +1 -11
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/components/S_CB_AnimationObserverBox.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/newUtils/textUtil.js +0 -2
- package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parsePlacement.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/components/desktop/MembershipSectionItem.d.ts +3 -3
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/components/mobile/MembershipSectionItem.d.ts +3 -3
- package/package.json +1 -1
- package/release-note.md +2 -2
- package/pipeline_output.log +0 -6466
package/dist/src/sub/DynamicLayout/components/pdsOriginal/desktop/MainButton/MainButton.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/// <reference types="react" />
|
2
|
-
import type {
|
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?:
|
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 {
|
2
|
+
import type { PDSIconType, UiColors } from '../../common';
|
3
3
|
export type IconProps = {
|
4
|
-
iconName?:
|
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 {
|
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:
|
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 {
|
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?:
|
13
|
+
iconName?: PDSIconType;
|
14
14
|
colorTheme?: 'none' | 'line1' | 'line2' | 'line3';
|
15
15
|
type?: 'button' | 'submit';
|
16
16
|
state?: 'normal' | 'disabled';
|