pds-dev-kit-web-test 2.3.12 → 2.3.14
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/fill/LogoGoogle.js +1 -1
- package/dist/src/common/assets/icons/fill/LogoSandoll.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/LogoSandoll.js +30 -0
- package/dist/src/common/assets/icons/fill/TypefaceSystem.js +1 -1
- package/dist/src/common/assets/icons/fill/index.d.ts +1 -0
- package/dist/src/common/assets/icons/fill/index.js +2 -0
- package/dist/src/common/assets/icons/line/LogoGoogle.js +1 -1
- package/dist/src/common/assets/icons/line/LogoSandoll.d.ts +4 -0
- package/dist/src/common/assets/icons/line/LogoSandoll.js +30 -0
- package/dist/src/common/assets/icons/line/Recent.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Recent.js +30 -0
- package/dist/src/common/assets/icons/line/TypefaceBlackLetter20.d.ts +4 -0
- package/dist/src/common/assets/icons/line/TypefaceBlackLetter20.js +30 -0
- package/dist/src/common/assets/icons/line/TypefaceDeco20.d.ts +4 -0
- package/dist/src/common/assets/icons/line/TypefaceDeco20.js +30 -0
- package/dist/src/common/assets/icons/line/TypefaceRound20.d.ts +4 -0
- package/dist/src/common/assets/icons/line/TypefaceRound20.js +30 -0
- package/dist/src/common/assets/icons/line/TypefaceScript20.d.ts +4 -0
- package/dist/src/common/assets/icons/line/TypefaceScript20.js +30 -0
- package/dist/src/common/assets/icons/line/TypefaceSlab20.d.ts +4 -0
- package/dist/src/common/assets/icons/line/TypefaceSlab20.js +30 -0
- package/dist/src/common/assets/icons/line/TypefaceSymbol20.d.ts +4 -0
- package/dist/src/common/assets/icons/line/TypefaceSymbol20.js +30 -0
- package/dist/src/common/assets/icons/line/TypefaceSystem.js +1 -1
- package/dist/src/common/assets/icons/line/index.d.ts +8 -0
- package/dist/src/common/assets/icons/line/index.js +16 -0
- package/dist/src/desktop/components/TextField/TextField.js +5 -2
- package/dist/src/mobile/components/MobileTabBar/MobileTabBar.js +20 -8
- package/dist/src/mobile/components/TextField/TextField.js +5 -2
- package/dist/src/sub/DynamicLayout/components/SectionMatcher/SectionMatcher.js +0 -3
- package/dist/src/sub/DynamicLayout/pagesPreviewMock.d.ts +709 -1375
- package/dist/src/sub/DynamicLayout/pagesPreviewMock.js +1124 -2381
- package/dist/src/sub/DynamicLayout/sectionActionTypes.d.ts +0 -3
- package/dist/src/sub/DynamicLayout/sections/CustomSection/CustomSection.d.ts +0 -6
- package/dist/src/sub/DynamicLayout/sections/CustomSection/CustomSection.js +64 -86
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/ComponentBlockMatcher.d.ts +1 -2
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/ComponentBlockMatcher.js +3 -3
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Button/Button.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Text/Text.d.ts +1 -3
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Text/Text.js +1 -57
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/components/S_CB_Box.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/index.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/index.js +3 -3
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/index.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/index.js +2 -2
- package/dist/src/sub/DynamicLayout/sections/CustomSection/newUtils/textUtil.js +1 -12
- package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parsePlacement.d.ts +1 -3
- package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parsePlacement.js +4 -7
- package/package.json +2 -5
- package/pipeline_output.log +6456 -0
- package/release-note.md +4 -4
- package/dist/src/sub/DynamicLayout/sections/CustomSection/NewCustomSection.d.ts +0 -3
- package/dist/src/sub/DynamicLayout/sections/CustomSection/NewCustomSection.js +0 -70
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Text/index.d.ts +0 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Text/index.js +0 -8
- package/dist/src/sub/DynamicLayout/sections/CustomSection/customSectionContext.d.ts +0 -10
- package/dist/src/sub/DynamicLayout/sections/CustomSection/customSectionContext.js +0 -21
- package/dist/src/sub/DynamicLayout/sections/TempCustomSection/FlexGridItem.d.ts +0 -11
- package/dist/src/sub/DynamicLayout/sections/TempCustomSection/FlexGridItem.js +0 -69
- package/dist/src/sub/DynamicLayout/sections/TempCustomSection/TempCustomSection.d.ts +0 -7
- package/dist/src/sub/DynamicLayout/sections/TempCustomSection/TempCustomSection.js +0 -87
- package/dist/src/sub/DynamicLayout/sections/TempCustomSection/useIsMounted.d.ts +0 -1
- package/dist/src/sub/DynamicLayout/sections/TempCustomSection/useIsMounted.js +0 -15
- package/dist/src/sub/DynamicLayout/sections/TempCustomSection/useResizableObserver.d.ts +0 -12
- package/dist/src/sub/DynamicLayout/sections/TempCustomSection/useResizableObserver.js +0 -74
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.