pds-dev-kit-web 1.9.0-beta.0 → 1.9.0-beta.2
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/ArrowDown.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/ArrowDown.js +34 -0
- package/dist/src/common/assets/icons/fill/ArrowUp.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/ArrowUp.js +34 -0
- package/dist/src/common/assets/icons/fill/ToggleDown.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/ToggleDown.js +36 -0
- package/dist/src/common/assets/icons/fill/ToggleUp.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/ToggleUp.js +36 -0
- package/dist/src/common/assets/icons/fill/index.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/index.js +8 -0
- package/dist/src/common/assets/icons/line/Confetti.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Confetti.js +36 -0
- package/dist/src/common/assets/icons/line/DeviceApp.d.ts +4 -0
- package/dist/src/common/assets/icons/line/DeviceApp.js +36 -0
- package/dist/src/common/assets/icons/line/DeviceDesktop.d.ts +4 -0
- package/dist/src/common/assets/icons/line/DeviceDesktop.js +36 -0
- package/dist/src/common/assets/icons/line/DeviceMobile.d.ts +4 -0
- package/dist/src/common/assets/icons/line/DeviceMobile.js +34 -0
- package/dist/src/common/assets/icons/line/EditorLeftSide.d.ts +4 -0
- package/dist/src/common/assets/icons/line/EditorLeftSide.js +34 -0
- package/dist/src/common/assets/icons/line/EditorRightSide.d.ts +4 -0
- package/dist/src/common/assets/icons/line/EditorRightSide.js +34 -0
- package/dist/src/common/assets/icons/line/Mail.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Mail.js +36 -0
- package/dist/src/common/assets/icons/line/News.d.ts +4 -0
- package/dist/src/common/assets/icons/line/News.js +36 -0
- package/dist/src/common/assets/icons/line/Rocket.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Rocket.js +36 -0
- package/dist/src/common/assets/icons/line/VideoGuide.d.ts +4 -0
- package/dist/src/common/assets/icons/line/VideoGuide.js +36 -0
- package/dist/src/common/assets/icons/line/index.d.ts +10 -0
- package/dist/src/common/assets/icons/line/index.js +20 -0
- package/dist/src/common/styles/colorSet/PaletteColor_Dark.json +2 -1
- package/dist/src/common/styles/colorSet/PaletteColor_light.json +2 -1
- package/dist/src/common/styles/colorSet/UIColor.json +6 -1
- package/dist/src/common/styles/colorSet/index.d.ts +523 -516
- package/dist/src/common/styles/colorSet/index.js +4 -4
- package/dist/src/common/styles/colorSet/ui-type.d.ts +5 -0
- package/dist/src/common/styles/index.d.ts +4 -0
- package/dist/src/common/styles/theme.d.ts +4 -0
- package/dist/src/common/styles/theme.js +4 -0
- package/dist/src/common/types/styled-components.d.ts +4 -0
- package/dist/src/desktop/components/BasicFormGroup/BasicFormGroup.d.ts +1 -1
- package/dist/src/desktop/components/BasicFormGroup/BasicFormGroup.js +1 -1
- package/dist/src/desktop/components/BodyTextGroup/BodyTextGroup.d.ts +2 -1
- package/dist/src/desktop/components/BodyTextGroup/BodyTextGroup.js +3 -3
- package/dist/src/desktop/components/TextLabel/TextLabel.d.ts +5 -3
- package/dist/src/desktop/components/TextLabel/TextLabel.js +56 -42
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/ContentsContainer.d.ts +4 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/ContentsContainer.js +28 -28
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFA.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFA.js +11 -7
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFB.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFB.js +12 -8
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFC.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFC.js +31 -8
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFD.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFD.js +31 -8
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFE.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFE.js +11 -7
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFF.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFF.js +31 -8
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFG.d.ts +4 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFG.js +41 -14
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFH.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFH.js +31 -8
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFI.d.ts +4 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFI.js +41 -14
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFJ.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFJ.js +31 -8
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFK.d.ts +4 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFK.js +41 -14
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFL.d.ts +4 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFL.js +4 -4
- package/dist/src/desktop/layout/LayoutWF/ContainersBox/ContainersBox.d.ts +4 -1
- package/dist/src/desktop/layout/LayoutWF/ContainersBox/ContainersBox.js +2 -2
- package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/ContentsContainer.d.ts +4 -1
- package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/ContentsContainer.js +17 -17
- package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHA.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHA.js +31 -8
- package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHB.d.ts +4 -1
- package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHB.js +41 -14
- package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHC.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHC.js +31 -8
- package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHD.d.ts +4 -1
- package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHD.js +41 -14
- package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHE.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHE.js +31 -8
- package/dist/src/desktop/layout/LayoutWH/ContainersBox/ContainersBox.d.ts +4 -1
- package/dist/src/desktop/layout/LayoutWH/ContainersBox/ContainersBox.js +2 -2
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/ContentsContainer.d.ts +5 -2
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/ContentsContainer.js +20 -19
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSA.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSA.js +31 -8
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSB.d.ts +4 -1
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSB.js +38 -8
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSC.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSC.js +31 -8
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSD.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSD.js +31 -8
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSE.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSE.js +32 -9
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSF.d.ts +4 -1
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSF.js +41 -14
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSG.d.ts +4 -1
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSG.js +41 -14
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSH.d.ts +4 -1
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSH.js +41 -14
- package/dist/src/desktop/layout/LayoutWS/ContainersBox/ContainersBox.d.ts +5 -2
- package/dist/src/desktop/layout/LayoutWS/ContainersBox/ContainersBox.js +2 -2
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/ContentsContainer.d.ts +4 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/ContentsContainer.js +45 -45
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTA.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTA.js +31 -8
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTB.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTB.js +31 -8
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTC.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTC.js +31 -8
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTD.d.ts +4 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTD.js +41 -14
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTE.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTE.js +31 -8
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTF.d.ts +4 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTF.js +41 -14
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTG.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTG.js +31 -8
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTH.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTH.js +31 -8
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTI.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTI.js +31 -8
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTJ.d.ts +4 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTJ.js +41 -14
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTK.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTK.js +17 -13
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTL.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTL.js +31 -8
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTM.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTM.js +31 -8
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTN.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTN.js +31 -8
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTO.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTO.js +31 -8
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTP.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTP.js +31 -8
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTQ.d.ts +4 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTQ.js +41 -14
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTS.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTS.js +15 -11
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTT.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTT.js +15 -11
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTU.d.ts +4 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTU.js +22 -17
- package/dist/src/desktop/layout/LayoutWT/ContainersBox/ContainersBox.d.ts +4 -1
- package/dist/src/desktop/layout/LayoutWT/ContainersBox/ContainersBox.js +2 -2
- package/dist/src/hybrid/components/Icon/Icon.d.ts +1 -1
- package/dist/src/mobile/components/BasicFormGroup/BasicFormGroup.d.ts +1 -1
- package/dist/src/mobile/components/BasicFormGroup/BasicFormGroup.js +1 -1
- package/dist/src/mobile/components/BodyTextGroup/BodyTextGroup.d.ts +2 -1
- package/dist/src/mobile/components/BodyTextGroup/BodyTextGroup.js +3 -3
- package/dist/src/mobile/components/TextLabel/TextLabel.d.ts +5 -3
- package/dist/src/mobile/components/TextLabel/TextLabel.js +52 -38
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/ContentsContainer.d.ts +4 -1
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/ContentsContainer.js +8 -8
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFA.d.ts +3 -1
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFA.js +31 -8
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFB.d.ts +4 -1
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFB.js +41 -14
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFC.d.ts +3 -1
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFC.js +31 -8
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFD.d.ts +3 -1
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFD.js +31 -8
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFE.d.ts +4 -1
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFE.js +41 -14
- package/dist/src/mobile/layout/LayoutMF/ContainersBox/ContainersBox.d.ts +4 -1
- package/dist/src/mobile/layout/LayoutMF/ContainersBox/ContainersBox.js +2 -2
- package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/ContentsContainer.d.ts +3 -1
- package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/ContentsContainer.js +3 -3
- package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/variation/MMA.d.ts +3 -1
- package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/variation/MMA.js +31 -8
- package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/variation/MMB.d.ts +3 -1
- package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/variation/MMB.js +31 -8
- package/dist/src/mobile/layout/LayoutMM/ContainersBox/ContainersBox.d.ts +3 -1
- package/dist/src/mobile/layout/LayoutMM/ContainersBox/ContainersBox.js +2 -2
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/ContentsContainer.d.ts +4 -1
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/ContentsContainer.js +9 -9
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPA.d.ts +3 -1
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPA.js +31 -8
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPB.d.ts +3 -1
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPB.js +31 -8
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPC.d.ts +4 -1
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPC.js +41 -14
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPD.d.ts +3 -1
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPD.js +31 -8
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPE.d.ts +3 -1
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPE.js +31 -8
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPF.d.ts +4 -1
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPF.js +41 -14
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/ContentsContainer.d.ts +4 -1
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/ContentsContainer.js +12 -12
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSA.d.ts +3 -1
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSA.js +31 -8
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSB.d.ts +3 -1
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSB.js +31 -8
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSC.d.ts +4 -1
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSC.js +41 -14
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSD.d.ts +3 -1
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSD.js +31 -8
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSE.d.ts +3 -1
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSE.js +31 -8
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSF.d.ts +4 -1
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSF.js +41 -14
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSG.d.ts +3 -1
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSG.js +31 -8
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSH.d.ts +3 -1
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSH.js +31 -8
- package/dist/src/mobile/layout/LayoutMS/ContainersBox/ContainersBox.d.ts +4 -1
- package/dist/src/mobile/layout/LayoutMS/ContainersBox/ContainersBox.js +2 -2
- package/dist/storybook-static/{0.ade47ed3.iframe.bundle.d.ts → 0.73af3e66.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{0.ade47ed3.iframe.bundle.js → 0.73af3e66.iframe.bundle.js} +4 -4
- package/dist/storybook-static/{4.93bcde3d.iframe.bundle.d.ts → 4.d7ecdbf4.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{4.93bcde3d.iframe.bundle.js → 4.d7ecdbf4.iframe.bundle.js} +68 -68
- package/dist/storybook-static/{5.ea6583af.iframe.bundle.d.ts → 5.dc1e4c72.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{5.ea6583af.iframe.bundle.js → 5.dc1e4c72.iframe.bundle.js} +10 -10
- package/dist/storybook-static/{6.e40cb5e6.iframe.bundle.d.ts → 6.e668ed7b.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{6.e40cb5e6.iframe.bundle.js → 6.e668ed7b.iframe.bundle.js} +5 -5
- package/dist/storybook-static/{7.a63b16b9.iframe.bundle.d.ts → 7.9af8f518.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{7.a63b16b9.iframe.bundle.js → 7.9af8f518.iframe.bundle.js} +1 -1
- package/dist/storybook-static/{main.997ab4f6.iframe.bundle.d.ts → main.43b6f244.iframe.bundle.d.ts} +552 -535
- package/dist/storybook-static/{main.997ab4f6.iframe.bundle.js → main.43b6f244.iframe.bundle.js} +754 -485
- package/dist/storybook-static/{runtime~main.a437dbd3.iframe.bundle.d.ts → runtime~main.1b62987c.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{runtime~main.a437dbd3.iframe.bundle.js → runtime~main.1b62987c.iframe.bundle.js} +1 -1
- package/dist/storybook-static/{vendors~main.7bb94765.iframe.bundle.d.ts → vendors~main.4e754259.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{vendors~main.7bb94765.iframe.bundle.js → vendors~main.4e754259.iframe.bundle.js} +18 -18
- package/package.json +1 -1
- package/release-note.md +24 -11
|
@@ -30,8 +30,8 @@ var react_1 = __importDefault(require("react"));
|
|
|
30
30
|
var styled_components_1 = __importStar(require("styled-components"));
|
|
31
31
|
var hybrid_1 = require("../../../hybrid");
|
|
32
32
|
function TextLabel(_a) {
|
|
33
|
-
var text = _a.text, _b = _a.textAlign, textAlign = _b === void 0 ? 'left' : _b, _c = _a.styleTheme, styleTheme = _c === void 0 ? 'body2Bold' : _c, colorOverride = _a.colorOverride, _d = _a.colorTheme, colorTheme = _d === void 0 ? 'sysTextPrimary' : _d, _e = _a.singleLineMode, singleLineMode = _e === void 0 ? 'none' : _e, _f = _a.ellipsisMode, ellipsisMode = _f === void 0 ? 'none' : _f, lineLimit = _a.lineLimit, _g = _a.userSelectMode, userSelectMode = _g === void 0 ? 'none' : _g, customFontSize = _a.customFontSize, customFontWeight = _a.customFontWeight, _h = _a.textDecorationType, textDecorationType = _h === void 0 ? 'none' : _h, _j = _a.requirementMode, requirementMode = _j === void 0 ? 'none' : _j, _k = _a.bulletPointMode, bulletPointMode = _k === void 0 ? 'none' : _k, _l = _a.wordBreak, wordBreak = _l === void 0 ? 'keep_all' : _l;
|
|
34
|
-
return (react_1.default.createElement(S_TextLabel, { "x-pds-name": "TextLabel", "x-pds-element-type": "component", "x-pds-device-type": "mobile", textAlign: textAlign, styleTheme: styleTheme, colorOverride: colorOverride, colorTheme: colorTheme, singleLineMode: singleLineMode, ellipsisMode: ellipsisMode, lineLimit: lineLimit, userSelectMode: userSelectMode, customFontSize: customFontSize, customFontWeight: customFontWeight, textDecorationType: textDecorationType, bulletPointMode: bulletPointMode, wordBreak: wordBreak },
|
|
33
|
+
var text = _a.text, _b = _a.textAlign, textAlign = _b === void 0 ? 'left' : _b, _c = _a.styleTheme, styleTheme = _c === void 0 ? 'body2Bold' : _c, colorOverride = _a.colorOverride, _d = _a.colorTheme, colorTheme = _d === void 0 ? 'sysTextPrimary' : _d, _e = _a.singleLineMode, singleLineMode = _e === void 0 ? 'none' : _e, _f = _a.ellipsisMode, ellipsisMode = _f === void 0 ? 'none' : _f, lineLimit = _a.lineLimit, _g = _a.userSelectMode, userSelectMode = _g === void 0 ? 'none' : _g, customFontSize = _a.customFontSize, customFontWeight = _a.customFontWeight, _h = _a.textDecorationType, textDecorationType = _h === void 0 ? 'none' : _h, _j = _a.requirementMode, requirementMode = _j === void 0 ? 'none' : _j, _k = _a.bulletPointMode, bulletPointMode = _k === void 0 ? 'none' : _k, _l = _a.wordBreak, wordBreak = _l === void 0 ? 'keep_all' : _l, letterSpacing = _a.letterSpacing;
|
|
34
|
+
return (react_1.default.createElement(S_TextLabel, { "x-pds-name": "TextLabel", "x-pds-element-type": "component", "x-pds-device-type": "mobile", textAlign: textAlign, styleTheme: styleTheme, colorOverride: colorOverride, colorTheme: colorTheme, singleLineMode: singleLineMode, ellipsisMode: ellipsisMode, lineLimit: lineLimit, userSelectMode: userSelectMode, customFontSize: customFontSize, customFontWeight: customFontWeight, textDecorationType: textDecorationType, bulletPointMode: bulletPointMode, wordBreak: wordBreak, "$letterSpacing": letterSpacing },
|
|
35
35
|
text,
|
|
36
36
|
requirementMode === 'use' && (react_1.default.createElement(S_AfterTextBox, { styleTheme: styleTheme },
|
|
37
37
|
react_1.default.createElement(S_IconWrapper, null,
|
|
@@ -47,7 +47,17 @@ var displayBold = (0, styled_components_1.css)(templateObject_1 || (templateObje
|
|
|
47
47
|
var theme = _a.theme;
|
|
48
48
|
return theme.fontWeight.bold;
|
|
49
49
|
});
|
|
50
|
-
var
|
|
50
|
+
var wizardPageTitleBold = (0, styled_components_1.css)(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"], ["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"])), function (_a) {
|
|
51
|
+
var theme = _a.theme;
|
|
52
|
+
return theme.mobileFontSize.wizardPageTitle;
|
|
53
|
+
}, function (_a) {
|
|
54
|
+
var theme = _a.theme;
|
|
55
|
+
return theme.mobileLineHeight.wizardPageTitle;
|
|
56
|
+
}, function (_a) {
|
|
57
|
+
var theme = _a.theme;
|
|
58
|
+
return theme.fontWeight.bold;
|
|
59
|
+
});
|
|
60
|
+
var headingBold = (0, styled_components_1.css)(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"], ["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"])), function (_a) {
|
|
51
61
|
var theme = _a.theme;
|
|
52
62
|
return theme.mobileFontSize.heading;
|
|
53
63
|
}, function (_a) {
|
|
@@ -57,7 +67,7 @@ var headingBold = (0, styled_components_1.css)(templateObject_2 || (templateObje
|
|
|
57
67
|
var theme = _a.theme;
|
|
58
68
|
return theme.fontWeight.bold;
|
|
59
69
|
});
|
|
60
|
-
var leadParaBold = (0, styled_components_1.css)(
|
|
70
|
+
var leadParaBold = (0, styled_components_1.css)(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"], ["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"])), function (_a) {
|
|
61
71
|
var theme = _a.theme;
|
|
62
72
|
return theme.mobileFontSize.leadParagraph;
|
|
63
73
|
}, function (_a) {
|
|
@@ -67,7 +77,7 @@ var leadParaBold = (0, styled_components_1.css)(templateObject_3 || (templateObj
|
|
|
67
77
|
var theme = _a.theme;
|
|
68
78
|
return theme.fontWeight.bold;
|
|
69
79
|
});
|
|
70
|
-
var leadParaRegular = (0, styled_components_1.css)(
|
|
80
|
+
var leadParaRegular = (0, styled_components_1.css)(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"], ["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"])), function (_a) {
|
|
71
81
|
var theme = _a.theme;
|
|
72
82
|
return theme.mobileFontSize.leadParagraph;
|
|
73
83
|
}, function (_a) {
|
|
@@ -77,7 +87,7 @@ var leadParaRegular = (0, styled_components_1.css)(templateObject_4 || (template
|
|
|
77
87
|
var theme = _a.theme;
|
|
78
88
|
return theme.fontWeight.normal;
|
|
79
89
|
});
|
|
80
|
-
var subTitleBold = (0, styled_components_1.css)(
|
|
90
|
+
var subTitleBold = (0, styled_components_1.css)(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"], ["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"])), function (_a) {
|
|
81
91
|
var theme = _a.theme;
|
|
82
92
|
return theme.mobileFontSize.subtitle;
|
|
83
93
|
}, function (_a) {
|
|
@@ -87,7 +97,7 @@ var subTitleBold = (0, styled_components_1.css)(templateObject_5 || (templateObj
|
|
|
87
97
|
var theme = _a.theme;
|
|
88
98
|
return theme.fontWeight.bold;
|
|
89
99
|
});
|
|
90
|
-
var subTitleRegular = (0, styled_components_1.css)(
|
|
100
|
+
var subTitleRegular = (0, styled_components_1.css)(templateObject_7 || (templateObject_7 = __makeTemplateObject(["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"], ["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"])), function (_a) {
|
|
91
101
|
var theme = _a.theme;
|
|
92
102
|
return theme.mobileFontSize.subtitle;
|
|
93
103
|
}, function (_a) {
|
|
@@ -97,7 +107,7 @@ var subTitleRegular = (0, styled_components_1.css)(templateObject_6 || (template
|
|
|
97
107
|
var theme = _a.theme;
|
|
98
108
|
return theme.fontWeight.normal;
|
|
99
109
|
});
|
|
100
|
-
var body1Bold = (0, styled_components_1.css)(
|
|
110
|
+
var body1Bold = (0, styled_components_1.css)(templateObject_8 || (templateObject_8 = __makeTemplateObject(["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"], ["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"])), function (_a) {
|
|
101
111
|
var theme = _a.theme;
|
|
102
112
|
return theme.mobileFontSize.body1;
|
|
103
113
|
}, function (_a) {
|
|
@@ -107,7 +117,7 @@ var body1Bold = (0, styled_components_1.css)(templateObject_7 || (templateObject
|
|
|
107
117
|
var theme = _a.theme;
|
|
108
118
|
return theme.fontWeight.bold;
|
|
109
119
|
});
|
|
110
|
-
var body1Regular = (0, styled_components_1.css)(
|
|
120
|
+
var body1Regular = (0, styled_components_1.css)(templateObject_9 || (templateObject_9 = __makeTemplateObject(["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"], ["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"])), function (_a) {
|
|
111
121
|
var theme = _a.theme;
|
|
112
122
|
return theme.mobileFontSize.body1;
|
|
113
123
|
}, function (_a) {
|
|
@@ -117,7 +127,7 @@ var body1Regular = (0, styled_components_1.css)(templateObject_8 || (templateObj
|
|
|
117
127
|
var theme = _a.theme;
|
|
118
128
|
return theme.fontWeight.normal;
|
|
119
129
|
});
|
|
120
|
-
var body2Bold = (0, styled_components_1.css)(
|
|
130
|
+
var body2Bold = (0, styled_components_1.css)(templateObject_10 || (templateObject_10 = __makeTemplateObject(["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"], ["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"])), function (_a) {
|
|
121
131
|
var theme = _a.theme;
|
|
122
132
|
return theme.mobileFontSize.body2;
|
|
123
133
|
}, function (_a) {
|
|
@@ -127,7 +137,7 @@ var body2Bold = (0, styled_components_1.css)(templateObject_9 || (templateObject
|
|
|
127
137
|
var theme = _a.theme;
|
|
128
138
|
return theme.fontWeight.bold;
|
|
129
139
|
});
|
|
130
|
-
var body2Regular = (0, styled_components_1.css)(
|
|
140
|
+
var body2Regular = (0, styled_components_1.css)(templateObject_11 || (templateObject_11 = __makeTemplateObject(["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"], ["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"])), function (_a) {
|
|
131
141
|
var theme = _a.theme;
|
|
132
142
|
return theme.mobileFontSize.body2;
|
|
133
143
|
}, function (_a) {
|
|
@@ -137,7 +147,7 @@ var body2Regular = (0, styled_components_1.css)(templateObject_10 || (templateOb
|
|
|
137
147
|
var theme = _a.theme;
|
|
138
148
|
return theme.fontWeight.normal;
|
|
139
149
|
});
|
|
140
|
-
var caption1Bold = (0, styled_components_1.css)(
|
|
150
|
+
var caption1Bold = (0, styled_components_1.css)(templateObject_12 || (templateObject_12 = __makeTemplateObject(["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"], ["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"])), function (_a) {
|
|
141
151
|
var theme = _a.theme;
|
|
142
152
|
return theme.mobileFontSize.caption1;
|
|
143
153
|
}, function (_a) {
|
|
@@ -147,7 +157,7 @@ var caption1Bold = (0, styled_components_1.css)(templateObject_11 || (templateOb
|
|
|
147
157
|
var theme = _a.theme;
|
|
148
158
|
return theme.fontWeight.bold;
|
|
149
159
|
});
|
|
150
|
-
var caption1Regular = (0, styled_components_1.css)(
|
|
160
|
+
var caption1Regular = (0, styled_components_1.css)(templateObject_13 || (templateObject_13 = __makeTemplateObject(["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"], ["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"])), function (_a) {
|
|
151
161
|
var theme = _a.theme;
|
|
152
162
|
return theme.mobileFontSize.caption1;
|
|
153
163
|
}, function (_a) {
|
|
@@ -157,7 +167,7 @@ var caption1Regular = (0, styled_components_1.css)(templateObject_12 || (templat
|
|
|
157
167
|
var theme = _a.theme;
|
|
158
168
|
return theme.fontWeight.normal;
|
|
159
169
|
});
|
|
160
|
-
var caption2Bold = (0, styled_components_1.css)(
|
|
170
|
+
var caption2Bold = (0, styled_components_1.css)(templateObject_14 || (templateObject_14 = __makeTemplateObject(["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"], ["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"])), function (_a) {
|
|
161
171
|
var theme = _a.theme;
|
|
162
172
|
return theme.mobileFontSize.caption2;
|
|
163
173
|
}, function (_a) {
|
|
@@ -167,7 +177,7 @@ var caption2Bold = (0, styled_components_1.css)(templateObject_13 || (templateOb
|
|
|
167
177
|
var theme = _a.theme;
|
|
168
178
|
return theme.fontWeight.bold;
|
|
169
179
|
});
|
|
170
|
-
var caption2Regular = (0, styled_components_1.css)(
|
|
180
|
+
var caption2Regular = (0, styled_components_1.css)(templateObject_15 || (templateObject_15 = __makeTemplateObject(["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"], ["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"])), function (_a) {
|
|
171
181
|
var theme = _a.theme;
|
|
172
182
|
return theme.mobileFontSize.caption2;
|
|
173
183
|
}, function (_a) {
|
|
@@ -177,7 +187,7 @@ var caption2Regular = (0, styled_components_1.css)(templateObject_14 || (templat
|
|
|
177
187
|
var theme = _a.theme;
|
|
178
188
|
return theme.fontWeight.normal;
|
|
179
189
|
});
|
|
180
|
-
var form1Regular = (0, styled_components_1.css)(
|
|
190
|
+
var form1Regular = (0, styled_components_1.css)(templateObject_16 || (templateObject_16 = __makeTemplateObject(["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"], ["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"])), function (_a) {
|
|
181
191
|
var theme = _a.theme;
|
|
182
192
|
return theme.mobileFontSize.form1;
|
|
183
193
|
}, function (_a) {
|
|
@@ -187,7 +197,7 @@ var form1Regular = (0, styled_components_1.css)(templateObject_15 || (templateOb
|
|
|
187
197
|
var theme = _a.theme;
|
|
188
198
|
return theme.fontWeight.normal;
|
|
189
199
|
});
|
|
190
|
-
var form2Regular = (0, styled_components_1.css)(
|
|
200
|
+
var form2Regular = (0, styled_components_1.css)(templateObject_17 || (templateObject_17 = __makeTemplateObject(["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"], ["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"])), function (_a) {
|
|
191
201
|
var theme = _a.theme;
|
|
192
202
|
return theme.mobileFontSize.form2;
|
|
193
203
|
}, function (_a) {
|
|
@@ -197,7 +207,7 @@ var form2Regular = (0, styled_components_1.css)(templateObject_16 || (templateOb
|
|
|
197
207
|
var theme = _a.theme;
|
|
198
208
|
return theme.fontWeight.normal;
|
|
199
209
|
});
|
|
200
|
-
var blog1Regular = (0, styled_components_1.css)(
|
|
210
|
+
var blog1Regular = (0, styled_components_1.css)(templateObject_18 || (templateObject_18 = __makeTemplateObject(["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"], ["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"])), function (_a) {
|
|
201
211
|
var theme = _a.theme;
|
|
202
212
|
return theme.mobileFontSize.blog1;
|
|
203
213
|
}, function (_a) {
|
|
@@ -207,68 +217,68 @@ var blog1Regular = (0, styled_components_1.css)(templateObject_17 || (templateOb
|
|
|
207
217
|
var theme = _a.theme;
|
|
208
218
|
return theme.fontWeight.normal;
|
|
209
219
|
});
|
|
210
|
-
var sysTextPrimary = (0, styled_components_1.css)(
|
|
220
|
+
var sysTextPrimary = (0, styled_components_1.css)(templateObject_19 || (templateObject_19 = __makeTemplateObject(["\n color: ", ";\n"], ["\n color: ", ";\n"])), function (_a) {
|
|
211
221
|
var theme = _a.theme;
|
|
212
222
|
return theme.ui_cpnt_textlabel_sys_primary;
|
|
213
223
|
});
|
|
214
|
-
var sysTextSecondary = (0, styled_components_1.css)(
|
|
224
|
+
var sysTextSecondary = (0, styled_components_1.css)(templateObject_20 || (templateObject_20 = __makeTemplateObject(["\n color: ", ";\n"], ["\n color: ", ";\n"])), function (_a) {
|
|
215
225
|
var theme = _a.theme;
|
|
216
226
|
return theme.ui_cpnt_textlabel_sys_secondary;
|
|
217
227
|
});
|
|
218
|
-
var sysTextTertiary = (0, styled_components_1.css)(
|
|
228
|
+
var sysTextTertiary = (0, styled_components_1.css)(templateObject_21 || (templateObject_21 = __makeTemplateObject(["\n color: ", ";\n"], ["\n color: ", ";\n"])), function (_a) {
|
|
219
229
|
var theme = _a.theme;
|
|
220
230
|
return theme.ui_cpnt_textlabel_sys_tertiary;
|
|
221
231
|
});
|
|
222
|
-
var sysTextWhite = (0, styled_components_1.css)(
|
|
232
|
+
var sysTextWhite = (0, styled_components_1.css)(templateObject_22 || (templateObject_22 = __makeTemplateObject(["\n color: ", ";\n"], ["\n color: ", ";\n"])), function (_a) {
|
|
223
233
|
var theme = _a.theme;
|
|
224
234
|
return theme.ui_cpnt_textlabel_sys_white;
|
|
225
235
|
});
|
|
226
|
-
var sysTextError = (0, styled_components_1.css)(
|
|
236
|
+
var sysTextError = (0, styled_components_1.css)(templateObject_23 || (templateObject_23 = __makeTemplateObject(["\n color: ", ";\n"], ["\n color: ", ";\n"])), function (_a) {
|
|
227
237
|
var theme = _a.theme;
|
|
228
238
|
return theme.ui_cpnt_textlabel_sys_error;
|
|
229
239
|
});
|
|
230
|
-
var sysTextWarning = (0, styled_components_1.css)(
|
|
240
|
+
var sysTextWarning = (0, styled_components_1.css)(templateObject_24 || (templateObject_24 = __makeTemplateObject(["\n color: ", ";\n"], ["\n color: ", ";\n"])), function (_a) {
|
|
231
241
|
var theme = _a.theme;
|
|
232
242
|
return theme.ui_cpnt_textlabel_sys_warning;
|
|
233
243
|
});
|
|
234
|
-
var sysTextBrandPrimary = (0, styled_components_1.css)(
|
|
244
|
+
var sysTextBrandPrimary = (0, styled_components_1.css)(templateObject_25 || (templateObject_25 = __makeTemplateObject(["\n color: ", ";\n"], ["\n color: ", ";\n"])), function (_a) {
|
|
235
245
|
var theme = _a.theme;
|
|
236
246
|
return theme.ui_cpnt_textlabel_sys_brandprimary;
|
|
237
247
|
});
|
|
238
|
-
var sysTextBrandSeconVariant = (0, styled_components_1.css)(
|
|
248
|
+
var sysTextBrandSeconVariant = (0, styled_components_1.css)(templateObject_26 || (templateObject_26 = __makeTemplateObject(["\n color: ", ";\n"], ["\n color: ", ";\n"])), function (_a) {
|
|
239
249
|
var theme = _a.theme;
|
|
240
250
|
return theme.ui_cpnt_textlabel_sys_brandseconvariant;
|
|
241
251
|
});
|
|
242
|
-
var usrTextBrandPrimary = (0, styled_components_1.css)(
|
|
252
|
+
var usrTextBrandPrimary = (0, styled_components_1.css)(templateObject_27 || (templateObject_27 = __makeTemplateObject(["\n color: ", ";\n"], ["\n color: ", ";\n"])), function (_a) {
|
|
243
253
|
var theme = _a.theme;
|
|
244
254
|
return theme.ui_cpnt_textlabel_usr_brandprimary;
|
|
245
255
|
});
|
|
246
|
-
var usrTextBrandSeconVariant = (0, styled_components_1.css)(
|
|
256
|
+
var usrTextBrandSeconVariant = (0, styled_components_1.css)(templateObject_28 || (templateObject_28 = __makeTemplateObject(["\n color: ", ";\n"], ["\n color: ", ";\n"])), function (_a) {
|
|
247
257
|
var theme = _a.theme;
|
|
248
258
|
return theme.ui_cpnt_textlabel_usr_brandseconvariant;
|
|
249
259
|
});
|
|
250
|
-
var usrTextBrandOnPrimary = (0, styled_components_1.css)(
|
|
260
|
+
var usrTextBrandOnPrimary = (0, styled_components_1.css)(templateObject_29 || (templateObject_29 = __makeTemplateObject(["\n color: ", ";\n"], ["\n color: ", ";\n"])), function (_a) {
|
|
251
261
|
var theme = _a.theme;
|
|
252
262
|
return theme.ui_cpnt_textlabel_usr_brandonprimary;
|
|
253
263
|
});
|
|
254
|
-
var customFontStyle = (0, styled_components_1.css)(
|
|
264
|
+
var customFontStyle = (0, styled_components_1.css)(templateObject_30 || (templateObject_30 = __makeTemplateObject(["\n font-size: ", ";\n line-height: 1.5;\n font-weight: ", ";\n"], ["\n font-size: ", ";\n line-height: 1.5;\n font-weight: ", ";\n"])), function (_a) {
|
|
255
265
|
var customFontSize = _a.customFontSize;
|
|
256
266
|
return customFontSize;
|
|
257
267
|
}, function (_a) {
|
|
258
268
|
var theme = _a.theme, customFontWeight = _a.customFontWeight;
|
|
259
269
|
return customFontWeight === 'bold' ? theme.fontWeight.bold : theme.fontWeight.normal;
|
|
260
270
|
});
|
|
261
|
-
var colorOverrideStyle = (0, styled_components_1.css)(
|
|
271
|
+
var colorOverrideStyle = (0, styled_components_1.css)(templateObject_31 || (templateObject_31 = __makeTemplateObject(["\n color: ", ";\n"], ["\n color: ", ";\n"])), function (_a) {
|
|
262
272
|
var colorOverride = _a.colorOverride, theme = _a.theme;
|
|
263
273
|
return colorOverride && theme[colorOverride];
|
|
264
274
|
});
|
|
265
|
-
var ellipsisStyle = (0, styled_components_1.css)(
|
|
275
|
+
var ellipsisStyle = (0, styled_components_1.css)(templateObject_32 || (templateObject_32 = __makeTemplateObject(["\n -webkit-box-orient: vertical;\n display: -webkit-box;\n -webkit-line-clamp: ", ";\n overflow: hidden;\n text-overflow: ellipsis;\n"], ["\n -webkit-box-orient: vertical;\n display: -webkit-box;\n -webkit-line-clamp: ", ";\n overflow: hidden;\n text-overflow: ellipsis;\n"])), function (_a) {
|
|
266
276
|
var lineLimit = _a.lineLimit;
|
|
267
277
|
return lineLimit;
|
|
268
278
|
});
|
|
269
|
-
var userSelectModeStyle = (0, styled_components_1.css)(
|
|
270
|
-
var bulletPointModeStyle = (0, styled_components_1.css)(
|
|
271
|
-
var S_TextLabel = styled_components_1.default.div(
|
|
279
|
+
var userSelectModeStyle = (0, styled_components_1.css)(templateObject_33 || (templateObject_33 = __makeTemplateObject(["\n -ms-user-select: none;\n -moz-user-select: -moz-none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n user-select: none;\n"], ["\n -ms-user-select: none;\n -moz-user-select: -moz-none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n user-select: none;\n"])));
|
|
280
|
+
var bulletPointModeStyle = (0, styled_components_1.css)(templateObject_34 || (templateObject_34 = __makeTemplateObject(["\n padding-left: 16px;\n ::before {\n content: '\u2022';\n position: absolute;\n left: 0;\n width: 16px;\n }\n"], ["\n padding-left: 16px;\n ::before {\n content: '\u2022';\n position: absolute;\n left: 0;\n width: 16px;\n }\n"])));
|
|
281
|
+
var S_TextLabel = styled_components_1.default.div(templateObject_35 || (templateObject_35 = __makeTemplateObject(["\n box-sizing: border-box;\n text-align: ", ";\n white-space: pre-wrap;\n word-break: ", ";\n overflow-wrap: break-word;\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n"], ["\n box-sizing: border-box;\n text-align: ", ";\n white-space: pre-wrap;\n word-break: ", ";\n overflow-wrap: break-word;\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n"])), function (_a) {
|
|
272
282
|
var textAlign = _a.textAlign;
|
|
273
283
|
return textAlign;
|
|
274
284
|
}, function (_a) {
|
|
@@ -280,11 +290,15 @@ var S_TextLabel = styled_components_1.default.div(templateObject_34 || (template
|
|
|
280
290
|
keep_all: 'keep-all',
|
|
281
291
|
break_word: 'break-word'
|
|
282
292
|
}[wordBreak];
|
|
293
|
+
}, function (_a) {
|
|
294
|
+
var $letterSpacing = _a.$letterSpacing;
|
|
295
|
+
return "letter-spacing: " + $letterSpacing;
|
|
283
296
|
}, function (_a) {
|
|
284
297
|
var styleTheme = _a.styleTheme;
|
|
285
298
|
return styleTheme &&
|
|
286
299
|
{
|
|
287
300
|
displayBold: displayBold,
|
|
301
|
+
wizardPageTitleBold: wizardPageTitleBold,
|
|
288
302
|
headingBold: headingBold,
|
|
289
303
|
leadParaBold: leadParaBold,
|
|
290
304
|
leadParaRegular: leadParaRegular,
|
|
@@ -346,7 +360,7 @@ var S_TextLabel = styled_components_1.default.div(templateObject_34 || (template
|
|
|
346
360
|
var bulletPointMode = _a.bulletPointMode;
|
|
347
361
|
return bulletPointMode === 'use' && bulletPointModeStyle;
|
|
348
362
|
});
|
|
349
|
-
var S_AfterTextBox = styled_components_1.default.div(
|
|
363
|
+
var S_AfterTextBox = styled_components_1.default.div(templateObject_36 || (templateObject_36 = __makeTemplateObject(["\n display: inline-block;\n margin-left: ", ";\n position: relative;\n\n ", ";\n"], ["\n display: inline-block;\n margin-left: ", ";\n position: relative;\n\n ", ";\n"])), function (_a) {
|
|
350
364
|
var theme = _a.theme;
|
|
351
365
|
return theme.spacing.spacingA;
|
|
352
366
|
}, function (_a) {
|
|
@@ -362,6 +376,6 @@ var S_AfterTextBox = styled_components_1.default.div(templateObject_35 || (templ
|
|
|
362
376
|
return 'vertical-align: middle';
|
|
363
377
|
}
|
|
364
378
|
});
|
|
365
|
-
var S_IconWrapper = styled_components_1.default.div(
|
|
379
|
+
var S_IconWrapper = styled_components_1.default.div(templateObject_37 || (templateObject_37 = __makeTemplateObject(["\n align-items: center;\n display: flex;\n height: 100%;\n justify-content: center;\n width: 16px;\n height: 16px;\n"], ["\n align-items: center;\n display: flex;\n height: 100%;\n justify-content: center;\n width: 16px;\n height: 16px;\n"])));
|
|
366
380
|
exports.default = TextLabel;
|
|
367
|
-
var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6, templateObject_7, templateObject_8, templateObject_9, templateObject_10, templateObject_11, templateObject_12, templateObject_13, templateObject_14, templateObject_15, templateObject_16, templateObject_17, templateObject_18, templateObject_19, templateObject_20, templateObject_21, templateObject_22, templateObject_23, templateObject_24, templateObject_25, templateObject_26, templateObject_27, templateObject_28, templateObject_29, templateObject_30, templateObject_31, templateObject_32, templateObject_33, templateObject_34, templateObject_35, templateObject_36;
|
|
381
|
+
var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6, templateObject_7, templateObject_8, templateObject_9, templateObject_10, templateObject_11, templateObject_12, templateObject_13, templateObject_14, templateObject_15, templateObject_16, templateObject_17, templateObject_18, templateObject_19, templateObject_20, templateObject_21, templateObject_22, templateObject_23, templateObject_24, templateObject_25, templateObject_26, templateObject_27, templateObject_28, templateObject_29, templateObject_30, templateObject_31, templateObject_32, templateObject_33, templateObject_34, templateObject_35, templateObject_36, templateObject_37;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
+
import { UiColors } from '../../../../../common';
|
|
2
3
|
export declare type ContentsContainerProps = {
|
|
3
4
|
content1?: JSX.Element;
|
|
4
5
|
content2?: JSX.Element;
|
|
@@ -7,6 +8,8 @@ export declare type ContentsContainerProps = {
|
|
|
7
8
|
areaColor?: string;
|
|
8
9
|
isLoadingContainer1?: boolean;
|
|
9
10
|
isLoadingContainer2?: boolean;
|
|
11
|
+
overrideContainer1ColorKey?: UiColors;
|
|
12
|
+
overrideContainer2ColorKey?: UiColors;
|
|
10
13
|
};
|
|
11
|
-
declare const ContentsContainer: ({ content1, content2, layoutType, containerColor, areaColor, isLoadingContainer1, isLoadingContainer2 }: ContentsContainerProps) => JSX.Element;
|
|
14
|
+
declare const ContentsContainer: ({ content1, content2, layoutType, containerColor, areaColor, isLoadingContainer1, isLoadingContainer2, overrideContainer1ColorKey, overrideContainer2ColorKey }: ContentsContainerProps) => JSX.Element;
|
|
12
15
|
export default ContentsContainer;
|
|
@@ -6,15 +6,15 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
6
6
|
var react_1 = __importDefault(require("react"));
|
|
7
7
|
var variation_1 = require("./variation");
|
|
8
8
|
var ContentsContainer = function (_a) {
|
|
9
|
-
var content1 = _a.content1, content2 = _a.content2, layoutType = _a.layoutType, containerColor = _a.containerColor, areaColor = _a.areaColor, isLoadingContainer1 = _a.isLoadingContainer1, isLoadingContainer2 = _a.isLoadingContainer2;
|
|
9
|
+
var content1 = _a.content1, content2 = _a.content2, layoutType = _a.layoutType, containerColor = _a.containerColor, areaColor = _a.areaColor, isLoadingContainer1 = _a.isLoadingContainer1, isLoadingContainer2 = _a.isLoadingContainer2, overrideContainer1ColorKey = _a.overrideContainer1ColorKey, overrideContainer2ColorKey = _a.overrideContainer2ColorKey;
|
|
10
10
|
return (react_1.default.createElement(react_1.default.Fragment, null, {
|
|
11
|
-
MFA_1: (react_1.default.createElement(variation_1.MFA, { content1: content1, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1 })),
|
|
12
|
-
MFB_1: (react_1.default.createElement(variation_1.MFB, { layoutType: "MFB_1", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2 })),
|
|
13
|
-
MFB_2: (react_1.default.createElement(variation_1.MFB, { layoutType: "MFB_2", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2 })),
|
|
14
|
-
MFC_1: (react_1.default.createElement(variation_1.MFC, { content1: content1, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1 })),
|
|
15
|
-
MFD_1: (react_1.default.createElement(variation_1.MFD, { content1: content1, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1 })),
|
|
16
|
-
MFE_1: (react_1.default.createElement(variation_1.MFE, { layoutType: "MFE_1", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2 })),
|
|
17
|
-
MFE_2: (react_1.default.createElement(variation_1.MFE, { layoutType: "MFE_2", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2 }))
|
|
11
|
+
MFA_1: (react_1.default.createElement(variation_1.MFA, { content1: content1, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, overrideContainer1ColorKey: overrideContainer1ColorKey })),
|
|
12
|
+
MFB_1: (react_1.default.createElement(variation_1.MFB, { layoutType: "MFB_1", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2, overrideContainer1ColorKey: overrideContainer1ColorKey, overrideContainer2ColorKey: overrideContainer2ColorKey })),
|
|
13
|
+
MFB_2: (react_1.default.createElement(variation_1.MFB, { layoutType: "MFB_2", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2, overrideContainer1ColorKey: overrideContainer1ColorKey, overrideContainer2ColorKey: overrideContainer2ColorKey })),
|
|
14
|
+
MFC_1: (react_1.default.createElement(variation_1.MFC, { content1: content1, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, overrideContainer1ColorKey: overrideContainer1ColorKey })),
|
|
15
|
+
MFD_1: (react_1.default.createElement(variation_1.MFD, { content1: content1, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, overrideContainer1ColorKey: overrideContainer1ColorKey })),
|
|
16
|
+
MFE_1: (react_1.default.createElement(variation_1.MFE, { layoutType: "MFE_1", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2, overrideContainer1ColorKey: overrideContainer1ColorKey, overrideContainer2ColorKey: overrideContainer2ColorKey })),
|
|
17
|
+
MFE_2: (react_1.default.createElement(variation_1.MFE, { layoutType: "MFE_2", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2, overrideContainer1ColorKey: overrideContainer1ColorKey, overrideContainer2ColorKey: overrideContainer2ColorKey }))
|
|
18
18
|
}[layoutType]));
|
|
19
19
|
};
|
|
20
20
|
exports.default = ContentsContainer;
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
+
import { UiColors } from '../../../../../../common';
|
|
2
3
|
export declare type MFAProps = {
|
|
3
4
|
content1?: JSX.Element;
|
|
4
5
|
containerColor?: string;
|
|
5
6
|
areaColor?: string;
|
|
6
7
|
isLoadingContainer1?: boolean;
|
|
8
|
+
overrideContainer1ColorKey?: UiColors;
|
|
7
9
|
};
|
|
8
|
-
declare const MFA: ({ content1, containerColor, areaColor, isLoadingContainer1 }: MFAProps) => JSX.Element;
|
|
10
|
+
declare const MFA: ({ content1, containerColor, areaColor, isLoadingContainer1, overrideContainer1ColorKey }: MFAProps) => JSX.Element;
|
|
9
11
|
export default MFA;
|
|
@@ -3,29 +3,52 @@ var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cook
|
|
|
3
3
|
if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
|
|
4
4
|
return cooked;
|
|
5
5
|
};
|
|
6
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
7
|
+
if (k2 === undefined) k2 = k;
|
|
8
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
6
25
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
7
26
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
8
27
|
};
|
|
9
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
29
|
var react_1 = __importDefault(require("react"));
|
|
11
|
-
var styled_components_1 =
|
|
30
|
+
var styled_components_1 = __importStar(require("styled-components"));
|
|
12
31
|
var components_1 = require("../../../../../../common/components");
|
|
13
32
|
var MFA = function (_a) {
|
|
14
|
-
var content1 = _a.content1, containerColor = _a.containerColor, areaColor = _a.areaColor, isLoadingContainer1 = _a.isLoadingContainer1;
|
|
15
|
-
return (react_1.default.createElement(S_ContentsContainer, { "x-pds-name": "ContentsContainer", "x-pds-element-type": "layout", "x-pds-device-type": "mobile", "x-pds-layout-type": "MFA", containerColor: containerColor }, isLoadingContainer1 ? (react_1.default.createElement(components_1.ThreeBarProgress, null)) : (react_1.default.createElement(S_ContentsArea, { "x-pds-name": "ContentsArea", "x-pds-element-type": "layout", "x-pds-device-type": "mobile", "x-pds-layout-type": "MFA", areaColor: areaColor },
|
|
33
|
+
var content1 = _a.content1, containerColor = _a.containerColor, areaColor = _a.areaColor, isLoadingContainer1 = _a.isLoadingContainer1, overrideContainer1ColorKey = _a.overrideContainer1ColorKey;
|
|
34
|
+
return (react_1.default.createElement(S_ContentsContainer, { "x-pds-name": "ContentsContainer", "x-pds-element-type": "layout", "x-pds-device-type": "mobile", "x-pds-layout-type": "MFA", containerColor: containerColor, overrideContainer1ColorKey: overrideContainer1ColorKey }, isLoadingContainer1 ? (react_1.default.createElement(components_1.ThreeBarProgress, null)) : (react_1.default.createElement(S_ContentsArea, { "x-pds-name": "ContentsArea", "x-pds-element-type": "layout", "x-pds-device-type": "mobile", "x-pds-layout-type": "MFA", areaColor: areaColor },
|
|
16
35
|
react_1.default.createElement(S_Content1, { "x-pds-name": "Content1", "x-pds-element-type": "layout", "x-pds-device-type": "mobile", "x-pds-layout-type": "MFA" }, content1)))));
|
|
17
36
|
};
|
|
18
|
-
var
|
|
37
|
+
var overrideStyleContainer1 = (0, styled_components_1.css)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n background-color: ", ";\n"], ["\n background-color: ", ";\n"])), function (_a) {
|
|
38
|
+
var theme = _a.theme, overrideContainer1ColorKey = _a.overrideContainer1ColorKey;
|
|
39
|
+
return overrideContainer1ColorKey && theme[overrideContainer1ColorKey];
|
|
40
|
+
});
|
|
41
|
+
var S_ContentsContainer = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n background-color: ", ";\n min-width: 360px;\n overflow-x: hidden;\n overflow-y: auto;\n height: 100%;\n ", ";\n\n ", "\n"], ["\n background-color: ", ";\n min-width: 360px;\n overflow-x: hidden;\n overflow-y: auto;\n height: 100%;\n ", ";\n\n ", "\n"])), function (_a) {
|
|
19
42
|
var theme = _a.theme;
|
|
20
43
|
return theme.ui_m_contentscontainer01_background;
|
|
21
44
|
}, function (_a) {
|
|
22
45
|
var containerColor = _a.containerColor;
|
|
23
46
|
return "background-color: " + containerColor;
|
|
24
|
-
});
|
|
25
|
-
var S_ContentsArea = styled_components_1.default.div(
|
|
47
|
+
}, overrideStyleContainer1);
|
|
48
|
+
var S_ContentsArea = styled_components_1.default.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n min-width: 360px;\n padding-bottom: 88px;\n ", ";\n"], ["\n min-width: 360px;\n padding-bottom: 88px;\n ", ";\n"])), function (_a) {
|
|
26
49
|
var areaColor = _a.areaColor;
|
|
27
50
|
return "background-color: " + areaColor;
|
|
28
51
|
});
|
|
29
|
-
var S_Content1 = styled_components_1.default.div(
|
|
52
|
+
var S_Content1 = styled_components_1.default.div(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n margin: 0;\n"], ["\n margin: 0;\n"])));
|
|
30
53
|
exports.default = MFA;
|
|
31
|
-
var templateObject_1, templateObject_2, templateObject_3;
|
|
54
|
+
var templateObject_1, templateObject_2, templateObject_3, templateObject_4;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
+
import { UiColors } from '../../../../../../common';
|
|
2
3
|
export declare type MFBProps = {
|
|
3
4
|
content1?: JSX.Element;
|
|
4
5
|
content2?: JSX.Element;
|
|
@@ -7,6 +8,8 @@ export declare type MFBProps = {
|
|
|
7
8
|
areaColor?: string;
|
|
8
9
|
isLoadingContainer1?: boolean;
|
|
9
10
|
isLoadingContainer2?: boolean;
|
|
11
|
+
overrideContainer1ColorKey?: UiColors;
|
|
12
|
+
overrideContainer2ColorKey?: UiColors;
|
|
10
13
|
};
|
|
11
|
-
declare const MFB: ({ content1, content2, layoutType, containerColor, areaColor, isLoadingContainer1, isLoadingContainer2 }: MFBProps) => JSX.Element;
|
|
14
|
+
declare const MFB: ({ content1, content2, layoutType, containerColor, areaColor, isLoadingContainer1, isLoadingContainer2, overrideContainer1ColorKey, overrideContainer2ColorKey }: MFBProps) => JSX.Element;
|
|
12
15
|
export default MFB;
|
|
@@ -3,23 +3,50 @@ var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cook
|
|
|
3
3
|
if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
|
|
4
4
|
return cooked;
|
|
5
5
|
};
|
|
6
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
7
|
+
if (k2 === undefined) k2 = k;
|
|
8
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
6
25
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
7
26
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
8
27
|
};
|
|
9
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
29
|
var react_1 = __importDefault(require("react"));
|
|
11
|
-
var styled_components_1 =
|
|
30
|
+
var styled_components_1 = __importStar(require("styled-components"));
|
|
12
31
|
var components_1 = require("../../../../../../common/components");
|
|
13
32
|
var MFB = function (_a) {
|
|
14
|
-
var content1 = _a.content1, content2 = _a.content2, layoutType = _a.layoutType, containerColor = _a.containerColor, areaColor = _a.areaColor, isLoadingContainer1 = _a.isLoadingContainer1, isLoadingContainer2 = _a.isLoadingContainer2;
|
|
33
|
+
var content1 = _a.content1, content2 = _a.content2, layoutType = _a.layoutType, containerColor = _a.containerColor, areaColor = _a.areaColor, isLoadingContainer1 = _a.isLoadingContainer1, isLoadingContainer2 = _a.isLoadingContainer2, overrideContainer1ColorKey = _a.overrideContainer1ColorKey, overrideContainer2ColorKey = _a.overrideContainer2ColorKey;
|
|
15
34
|
return (react_1.default.createElement(S_Box, null,
|
|
16
|
-
react_1.default.createElement(S_ContentsContainer1, { "x-pds-name": "ContentsContainer", "x-pds-element-type": "layout", "x-pds-device-type": "mobile", "x-pds-layout-type": "MFB", layoutType: layoutType, containerColor: containerColor }, isLoadingContainer1 ? (react_1.default.createElement(components_1.ThreeBarProgress, null)) : (react_1.default.createElement(S_ContentsArea1, { "x-pds-name": "ContentsArea", "x-pds-element-type": "layout", "x-pds-device-type": "mobile", "x-pds-layout-type": "MFB", layoutType: layoutType, areaColor: areaColor },
|
|
35
|
+
react_1.default.createElement(S_ContentsContainer1, { "x-pds-name": "ContentsContainer", "x-pds-element-type": "layout", "x-pds-device-type": "mobile", "x-pds-layout-type": "MFB", layoutType: layoutType, containerColor: containerColor, overrideContainer1ColorKey: overrideContainer1ColorKey }, isLoadingContainer1 ? (react_1.default.createElement(components_1.ThreeBarProgress, null)) : (react_1.default.createElement(S_ContentsArea1, { "x-pds-name": "ContentsArea", "x-pds-element-type": "layout", "x-pds-device-type": "mobile", "x-pds-layout-type": "MFB", layoutType: layoutType, areaColor: areaColor },
|
|
17
36
|
react_1.default.createElement(S_Content1, { "x-pds-name": "Content1", "x-pds-element-type": "layout", "x-pds-device-type": "mobile", "x-pds-layout-type": "MFB", layoutType: layoutType }, content1)))),
|
|
18
|
-
react_1.default.createElement(S_ContentsContainer2, { "x-pds-name": "ContentsContainer", "x-pds-element-type": "layout", "x-pds-device-type": "mobile", "x-pds-layout-type": "MFB", layoutType: layoutType, containerColor: containerColor }, isLoadingContainer2 ? (react_1.default.createElement(components_1.ThreeBarProgress, null)) : (react_1.default.createElement(S_ContentsArea2, { "x-pds-name": "ContentsArea", "x-pds-element-type": "layout", "x-pds-device-type": "mobile", "x-pds-layout-type": "MFB", layoutType: layoutType, areaColor: areaColor },
|
|
37
|
+
react_1.default.createElement(S_ContentsContainer2, { "x-pds-name": "ContentsContainer", "x-pds-element-type": "layout", "x-pds-device-type": "mobile", "x-pds-layout-type": "MFB", layoutType: layoutType, containerColor: containerColor, overrideContainer2ColorKey: overrideContainer2ColorKey }, isLoadingContainer2 ? (react_1.default.createElement(components_1.ThreeBarProgress, null)) : (react_1.default.createElement(S_ContentsArea2, { "x-pds-name": "ContentsArea", "x-pds-element-type": "layout", "x-pds-device-type": "mobile", "x-pds-layout-type": "MFB", layoutType: layoutType, areaColor: areaColor },
|
|
19
38
|
react_1.default.createElement(S_Content2, { "x-pds-name": "Content2", "x-pds-element-type": "layout", "x-pds-device-type": "mobile", "x-pds-layout-type": "MFB", layoutType: layoutType }, content2))))));
|
|
20
39
|
};
|
|
21
|
-
var
|
|
22
|
-
var
|
|
40
|
+
var overrideStyleContainer1 = (0, styled_components_1.css)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n background-color: ", ";\n"], ["\n background-color: ", ";\n"])), function (_a) {
|
|
41
|
+
var theme = _a.theme, overrideContainer1ColorKey = _a.overrideContainer1ColorKey;
|
|
42
|
+
return overrideContainer1ColorKey && theme[overrideContainer1ColorKey];
|
|
43
|
+
});
|
|
44
|
+
var overrideStyleContainer2 = (0, styled_components_1.css)(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n background-color: ", ";\n"], ["\n background-color: ", ";\n"])), function (_a) {
|
|
45
|
+
var theme = _a.theme, overrideContainer2ColorKey = _a.overrideContainer2ColorKey;
|
|
46
|
+
return overrideContainer2ColorKey && theme[overrideContainer2ColorKey];
|
|
47
|
+
});
|
|
48
|
+
var S_Box = styled_components_1.default.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n display: flex;\n flex-direction: column;\n height: 100%;\n"], ["\n display: flex;\n flex-direction: column;\n height: 100%;\n"])));
|
|
49
|
+
var S_ContentsContainer1 = styled_components_1.default.div(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n background-color: ", ";\n min-width: 360px;\n ", ";\n ", ";\n\n ", "\n"], ["\n background-color: ", ";\n min-width: 360px;\n ", ";\n ", ";\n\n ", "\n"])), function (_a) {
|
|
23
50
|
var theme = _a.theme;
|
|
24
51
|
return theme.ui_m_contentscontainer01_background;
|
|
25
52
|
}, function (_a) {
|
|
@@ -31,23 +58,23 @@ var S_ContentsContainer1 = styled_components_1.default.div(templateObject_2 || (
|
|
|
31
58
|
}, function (_a) {
|
|
32
59
|
var containerColor = _a.containerColor;
|
|
33
60
|
return "background-color: " + containerColor;
|
|
34
|
-
});
|
|
35
|
-
var S_ContentsContainer2 = styled_components_1.default.div(
|
|
61
|
+
}, overrideStyleContainer1);
|
|
62
|
+
var S_ContentsContainer2 = styled_components_1.default.div(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n background-color: ", ";\n flex: 1;\n min-width: 360px;\n overflow-x: hidden;\n overflow-y: auto;\n height: 100%;\n ", ";\n\n ", "\n"], ["\n background-color: ", ";\n flex: 1;\n min-width: 360px;\n overflow-x: hidden;\n overflow-y: auto;\n height: 100%;\n ", ";\n\n ", "\n"])), function (_a) {
|
|
36
63
|
var theme = _a.theme;
|
|
37
64
|
return theme.ui_m_contentscontainer02_background;
|
|
38
65
|
}, function (_a) {
|
|
39
66
|
var containerColor = _a.containerColor;
|
|
40
67
|
return "background-color: " + containerColor;
|
|
41
|
-
});
|
|
42
|
-
var S_ContentsArea1 = styled_components_1.default.div(
|
|
68
|
+
}, overrideStyleContainer2);
|
|
69
|
+
var S_ContentsArea1 = styled_components_1.default.div(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n min-width: 360px;\n height: 100%;\n ", ";\n"], ["\n min-width: 360px;\n height: 100%;\n ", ";\n"])), function (_a) {
|
|
43
70
|
var areaColor = _a.areaColor;
|
|
44
71
|
return "background-color: " + areaColor;
|
|
45
72
|
});
|
|
46
|
-
var S_ContentsArea2 = styled_components_1.default.div(
|
|
73
|
+
var S_ContentsArea2 = styled_components_1.default.div(templateObject_7 || (templateObject_7 = __makeTemplateObject(["\n min-width: 360px;\n padding-bottom: 88px;\n ", ";\n"], ["\n min-width: 360px;\n padding-bottom: 88px;\n ", ";\n"])), function (_a) {
|
|
47
74
|
var areaColor = _a.areaColor;
|
|
48
75
|
return "background-color: " + areaColor;
|
|
49
76
|
});
|
|
50
|
-
var S_Content1 = styled_components_1.default.div(
|
|
51
|
-
var S_Content2 = styled_components_1.default.div(
|
|
77
|
+
var S_Content1 = styled_components_1.default.div(templateObject_8 || (templateObject_8 = __makeTemplateObject(["\n height: 100%;\n overflow: hidden;\n"], ["\n height: 100%;\n overflow: hidden;\n"])));
|
|
78
|
+
var S_Content2 = styled_components_1.default.div(templateObject_9 || (templateObject_9 = __makeTemplateObject(["\n margin: 0;\n"], ["\n margin: 0;\n"])));
|
|
52
79
|
exports.default = MFB;
|
|
53
|
-
var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6, templateObject_7;
|
|
80
|
+
var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6, templateObject_7, templateObject_8, templateObject_9;
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
+
import { UiColors } from '../../../../../../common';
|
|
2
3
|
export declare type MFCProps = {
|
|
3
4
|
content1?: JSX.Element;
|
|
4
5
|
containerColor?: string;
|
|
5
6
|
areaColor?: string;
|
|
6
7
|
isLoadingContainer1?: boolean;
|
|
8
|
+
overrideContainer1ColorKey?: UiColors;
|
|
7
9
|
};
|
|
8
|
-
declare const MFC: ({ content1, containerColor, areaColor, isLoadingContainer1 }: MFCProps) => JSX.Element;
|
|
10
|
+
declare const MFC: ({ content1, containerColor, areaColor, isLoadingContainer1, overrideContainer1ColorKey }: MFCProps) => JSX.Element;
|
|
9
11
|
export default MFC;
|