pds-dev-kit-web-test 0.0.10 → 0.0.12
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/.vscode/settings.json +1 -1
- package/dist/index.d.ts +10 -8
- package/dist/index.js +21 -6
- package/dist/src/common/assets/icons/fill/Bookmark.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/Bookmark.js +34 -0
- 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/BellNotification.js +2 -2
- package/dist/src/common/assets/icons/line/Bookmark.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Bookmark.js +34 -0
- package/dist/src/common/assets/icons/line/HeartCare.d.ts +4 -0
- package/dist/src/common/assets/icons/line/HeartCare.js +36 -0
- package/dist/src/common/assets/icons/line/PhotoMultiple.d.ts +4 -0
- package/dist/src/common/assets/icons/line/PhotoMultiple.js +37 -0
- package/dist/src/common/assets/icons/line/PostArticle.d.ts +4 -0
- package/dist/src/common/assets/icons/line/PostArticle.js +36 -0
- package/dist/src/common/assets/icons/line/Unlock.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Unlock.js +36 -0
- package/dist/src/common/assets/icons/line/VodShorts.d.ts +4 -0
- package/dist/src/common/assets/icons/line/VodShorts.js +36 -0
- package/dist/src/common/assets/icons/line/index.d.ts +6 -0
- package/dist/src/common/assets/icons/line/index.js +12 -0
- package/dist/src/common/assets/lotties/Confetti.json +1 -0
- package/dist/src/common/assets/lotties/Fire.json +1 -0
- package/dist/src/common/assets/lotties/Heart.json +1 -0
- package/dist/src/common/assets/lotties/Sad.json +1 -0
- package/dist/src/common/assets/lotties/ThumbUp.json +1 -0
- package/dist/src/common/assets/lotties/index.d.ts +2513 -0
- package/dist/src/common/assets/lotties/index.js +18 -0
- package/dist/src/common/components/CircularProgress/CircularProgress.d.ts +8 -0
- package/dist/src/common/components/CircularProgress/CircularProgress.js +74 -0
- package/dist/src/common/components/CircularProgress/index.d.ts +1 -0
- package/dist/src/common/components/CircularProgress/index.js +8 -0
- package/dist/src/common/components/ThreeBarProgress/ThreeBarProgress.d.ts +7 -0
- package/dist/src/common/components/ThreeBarProgress/ThreeBarProgress.js +26 -0
- package/dist/src/common/components/ThreeBarProgress/index.d.ts +1 -0
- package/dist/src/common/components/ThreeBarProgress/index.js +8 -0
- package/dist/src/common/components/index.d.ts +3 -1
- package/dist/src/common/components/index.js +5 -1
- package/dist/src/common/index.d.ts +2 -2
- package/dist/src/common/index.js +5 -1
- package/dist/src/common/styles/ToneTest/ToneTest.js +12 -0
- package/dist/src/common/styles/colorSet/PaletteColor_Dark.json +33 -1
- package/dist/src/common/styles/colorSet/PaletteColor_light.json +33 -1
- package/dist/src/common/styles/colorSet/SemanticColor.json +13 -1
- package/dist/src/common/styles/colorSet/UIColor.json +62 -2
- package/dist/src/common/styles/colorSet/index.d.ts +316 -180
- package/dist/src/common/styles/colorSet/index.js +3 -3
- package/dist/src/common/styles/colorSet/ui-type.d.ts +60 -0
- package/dist/src/common/styles/index.d.ts +49 -0
- package/dist/src/common/styles/index.js +9 -1
- package/dist/src/common/styles/loading/index.d.ts +1 -0
- package/dist/src/common/styles/loading/index.js +5 -0
- package/dist/src/common/styles/loading/skeletonLoadingStyle.d.ts +1 -0
- package/dist/src/common/styles/loading/skeletonLoadingStyle.js +28 -0
- package/dist/src/common/styles/theme.js +16 -17
- package/dist/src/common/types/components.d.ts +1 -1
- package/dist/src/common/types/styled-components.d.ts +13 -13
- package/dist/src/common/utils/numberHelper.d.ts +2 -0
- package/dist/src/common/utils/numberHelper.js +11 -0
- package/dist/src/desktop/common/components/TextFieldBase/TextFieldBase.d.ts +1 -1
- package/dist/src/desktop/common/components/TextFieldBase/TextFieldBase.js +8 -4
- package/dist/src/desktop/components/AdminList/AdminList.d.ts +2 -1
- package/dist/src/desktop/components/AdminList/AdminList.js +7 -4
- package/dist/src/desktop/components/AdminList/HeaderRow.d.ts +2 -1
- package/dist/src/desktop/components/AdminList/HeaderRow.js +2 -2
- package/dist/src/desktop/components/AdminListItem/AdminListItem.d.ts +4 -3
- package/dist/src/desktop/components/AdminListItem/AdminListItem.js +30 -6
- package/dist/src/desktop/components/BasicChatListItem/BasicChatListItem.d.ts +1 -1
- package/dist/src/desktop/components/BasicChatListItem/BasicChatListItem.js +7 -3
- package/dist/src/desktop/components/BasicList/BasicList.d.ts +2 -1
- package/dist/src/desktop/components/BasicList/BasicList.js +4 -4
- package/dist/src/desktop/components/BasicListItem/BasicListItem.d.ts +5 -1
- package/dist/src/desktop/components/BasicListItem/BasicListItem.js +58 -22
- package/dist/src/desktop/components/Card/Card.d.ts +2 -2
- package/dist/src/desktop/components/Card/Card.js +2 -2
- package/dist/src/desktop/components/ChatList/Body.d.ts +1 -1
- package/dist/src/desktop/components/ChatList/Body.js +2 -1
- package/dist/src/desktop/components/ChatList/ChatList.d.ts +2 -1
- package/dist/src/desktop/components/ChatList/ChatList.js +8 -8
- package/dist/src/desktop/components/ChatList/ChatTextField.d.ts +2 -2
- package/dist/src/desktop/components/ChatList/ChatTextField.js +2 -2
- package/dist/src/desktop/components/ChatList/Footer.d.ts +2 -2
- package/dist/src/desktop/components/ChatList/Footer.js +2 -2
- package/dist/src/desktop/components/ChatList/Header.d.ts +2 -2
- package/dist/src/desktop/components/ChatList/Header.js +5 -5
- package/dist/src/desktop/components/Chip/Chip.d.ts +7 -5
- package/dist/src/desktop/components/Chip/Chip.js +16 -17
- package/dist/src/desktop/components/DesktopAlertDialog/DesktopAlertDialog.d.ts +3 -3
- package/dist/src/desktop/components/Dropdown/Dropdown.js +1 -1
- package/dist/src/desktop/components/DynamicDesktopNavBar/DynamicDesktopNavBar.d.ts +4 -1
- package/dist/src/desktop/components/DynamicDesktopNavBar/DynamicDesktopNavBar.js +28 -11
- package/dist/src/desktop/components/DynamicDesktopNavBar/blocks/PrimaryMenu.js +1 -1
- package/dist/src/desktop/components/DynamicDesktopNavBar/blocks/UserProfile.d.ts +4 -2
- package/dist/src/desktop/components/DynamicDesktopNavBar/blocks/UserProfile.js +8 -4
- package/dist/src/desktop/components/DynamicDesktopNavBar/components/MenuItemNav/components/InternalLinkMenuItemNav.js +4 -1
- package/dist/src/desktop/components/DynamicDesktopNavBar/utils.d.ts +1 -0
- package/dist/src/desktop/components/DynamicDesktopNavBar/utils.js +19 -0
- package/dist/src/desktop/components/EditApplyTextField/EditApplyTextField.js +1 -1
- package/dist/src/desktop/components/FloatingActionButton/FloatingActionButton.d.ts +3 -3
- package/dist/src/desktop/components/FloatingActionButton/FloatingActionButton.js +4 -4
- package/dist/src/desktop/components/LottieReactionButton/LottieReactionButton.d.ts +18 -0
- package/dist/src/desktop/components/LottieReactionButton/LottieReactionButton.js +154 -0
- package/dist/src/desktop/components/LottieReactionButton/index.d.ts +1 -0
- package/dist/src/desktop/components/LottieReactionButton/index.js +8 -0
- package/dist/src/desktop/components/MainButton/MainButton.d.ts +6 -4
- package/dist/src/desktop/components/MainButton/MainButton.js +47 -15
- package/dist/src/desktop/components/ReactionButton/ReactionButton.d.ts +4 -4
- package/dist/src/desktop/components/ReactionButton/ReactionButton.js +10 -20
- package/dist/src/desktop/components/TextButton/TextButton.d.ts +2 -2
- package/dist/src/desktop/components/TextButton/TextButton.js +2 -2
- package/dist/src/desktop/components/TextField/TextField.d.ts +1 -1
- package/dist/src/desktop/components/TextField/TextField.js +81 -31
- package/dist/src/desktop/components/UploadIconButton/UploadIconButton.js +1 -0
- package/dist/src/desktop/components/UploadMainButton/UploadMainButton.d.ts +3 -1
- package/dist/src/desktop/components/UploadMainButton/UploadMainButton.js +72 -31
- package/dist/src/desktop/components/UploadTextButton/UploadTextButton.js +1 -0
- package/dist/src/desktop/components/UserDesktopSideTab/UserDesktopSideTab.js +1 -1
- package/dist/src/desktop/components/index.d.ts +2 -1
- package/dist/src/desktop/components/index.js +3 -1
- package/dist/src/desktop/index.d.ts +4 -4
- package/dist/src/desktop/index.js +6 -2
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/ContentsContainer.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/ContentsContainer.js +24 -24
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFA.d.ts +2 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFA.js +8 -6
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFB.d.ts +2 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFB.js +4 -3
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFC.d.ts +2 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFC.js +4 -4
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFD.d.ts +2 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFD.js +4 -4
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFE.d.ts +2 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFE.js +4 -3
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFF.d.ts +2 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFF.js +4 -4
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFG.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFG.js +6 -7
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFH.d.ts +2 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFH.js +4 -4
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFI.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFI.js +6 -7
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFJ.d.ts +2 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFJ.js +4 -4
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFK.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFK.js +6 -7
- package/dist/src/desktop/layout/LayoutWF/ContainersBox/ContainersBox.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWF/ContainersBox/ContainersBox.js +3 -3
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/ContentsContainer.d.ts +4 -2
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/ContentsContainer.js +19 -18
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSA.d.ts +2 -1
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSA.js +4 -4
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSB.d.ts +2 -1
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSB.js +4 -4
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSC.d.ts +2 -1
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSC.js +4 -4
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSD.d.ts +2 -1
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSD.js +4 -4
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSE.d.ts +2 -1
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSE.js +5 -5
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSF.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSF.js +6 -7
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSG.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSG.js +6 -7
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSH.d.ts +12 -0
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSH.js +80 -0
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/index.d.ts +1 -0
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/index.js +3 -1
- package/dist/src/desktop/layout/LayoutWS/ContainersBox/ContainersBox.d.ts +4 -2
- package/dist/src/desktop/layout/LayoutWS/ContainersBox/ContainersBox.js +2 -2
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/ContentsContainer.d.ts +4 -2
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/ContentsContainer.js +44 -43
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTA.d.ts +2 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTA.js +4 -4
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTB.d.ts +2 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTB.js +4 -4
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTC.d.ts +2 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTC.js +4 -4
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTD.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTD.js +6 -7
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTE.d.ts +2 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTE.js +4 -4
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTF.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTF.js +6 -7
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTG.d.ts +2 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTG.js +4 -4
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTH.d.ts +2 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTH.js +4 -4
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTI.d.ts +2 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTI.js +4 -4
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTJ.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTJ.js +6 -7
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTK.d.ts +5 -3
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTK.js +48 -13
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTL.d.ts +2 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTL.js +4 -4
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTM.d.ts +2 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTM.js +4 -4
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTN.d.ts +2 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTN.js +4 -4
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTO.d.ts +2 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTO.js +4 -4
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTP.d.ts +2 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTP.js +4 -4
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTQ.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTQ.js +6 -7
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTS.d.ts +2 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTS.js +4 -3
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTT.d.ts +2 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTT.js +4 -3
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTU.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTU.js +6 -7
- package/dist/src/desktop/layout/LayoutWT/ContainersBox/ContainersBox.d.ts +4 -2
- package/dist/src/desktop/layout/LayoutWT/ContainersBox/ContainersBox.js +6 -2
- package/dist/src/desktop/panels/AnnotationSheet/AnnotationSheet.d.ts +57 -0
- package/dist/src/desktop/panels/AnnotationSheet/AnnotationSheet.js +134 -0
- package/dist/src/desktop/panels/AnnotationSheet/index.d.ts +1 -0
- package/dist/src/desktop/panels/AnnotationSheet/index.js +8 -0
- package/dist/src/desktop/panels/ContentSheet/ContentSheet.d.ts +60 -0
- package/dist/src/desktop/panels/ContentSheet/ContentSheet.js +142 -0
- package/dist/src/desktop/panels/ContentSheet/index.d.ts +1 -0
- package/dist/src/desktop/panels/ContentSheet/index.js +8 -0
- package/dist/src/desktop/panels/SectionSheet/SectionSheet.d.ts +57 -0
- package/dist/src/desktop/panels/SectionSheet/SectionSheet.js +134 -0
- package/dist/src/desktop/panels/SectionSheet/index.d.ts +1 -0
- package/dist/src/desktop/panels/SectionSheet/index.js +8 -0
- package/dist/src/desktop/panels/index.d.ts +4 -1
- package/dist/src/desktop/panels/index.js +7 -1
- package/dist/src/hybrid/components/Divider/Divider.d.ts +1 -1
- package/dist/src/hybrid/components/Divider/Divider.js +17 -4
- package/dist/src/hybrid/components/Icon/Icon.js +2 -1
- package/dist/src/hybrid/components/ImageView/ImageView.d.ts +3 -2
- package/dist/src/hybrid/components/ImageView/ImageView.js +38 -4
- package/dist/src/hybrid/components/LinearProgress/LinearProgress.d.ts +6 -0
- package/dist/src/hybrid/components/LinearProgress/LinearProgress.js +29 -0
- package/dist/src/hybrid/components/LinearProgress/index.d.ts +1 -0
- package/dist/src/hybrid/components/LinearProgress/index.js +8 -0
- package/dist/src/hybrid/components/LottieIcon/LottieIcon.d.ts +13 -0
- package/dist/src/hybrid/components/LottieIcon/LottieIcon.js +34 -0
- package/dist/src/hybrid/components/LottieIcon/index.d.ts +1 -0
- package/dist/src/hybrid/components/LottieIcon/index.js +8 -0
- package/dist/src/hybrid/components/index.d.ts +3 -1
- package/dist/src/hybrid/components/index.js +5 -1
- package/dist/src/hybrid/index.d.ts +2 -2
- package/dist/src/hybrid/index.js +3 -1
- package/dist/src/mobile/common/components/TextFieldBase/TextFieldBase.d.ts +1 -1
- package/dist/src/mobile/common/components/TextFieldBase/TextFieldBase.js +8 -4
- package/dist/src/mobile/components/BasicChatListItem/BasicChatListItem.d.ts +1 -1
- package/dist/src/mobile/components/BasicChatListItem/BasicChatListItem.js +7 -3
- package/dist/src/mobile/components/BasicList/BasicList.d.ts +2 -1
- package/dist/src/mobile/components/BasicList/BasicList.js +4 -4
- package/dist/src/mobile/components/BasicListItem/BasicListItem.d.ts +4 -1
- package/dist/src/mobile/components/BasicListItem/BasicListItem.js +58 -22
- package/dist/src/mobile/components/Card/Card.d.ts +2 -2
- package/dist/src/mobile/components/Card/Card.js +2 -2
- package/dist/src/mobile/components/ChatList/Body.d.ts +1 -1
- package/dist/src/mobile/components/ChatList/Body.js +2 -1
- package/dist/src/mobile/components/ChatList/ChatList.d.ts +2 -1
- package/dist/src/mobile/components/ChatList/ChatList.js +8 -8
- package/dist/src/mobile/components/ChatList/ChatTextField.d.ts +2 -2
- package/dist/src/mobile/components/ChatList/ChatTextField.js +2 -2
- package/dist/src/mobile/components/ChatList/Footer.d.ts +2 -2
- package/dist/src/mobile/components/ChatList/Footer.js +2 -2
- package/dist/src/mobile/components/ChatList/Header.d.ts +2 -2
- package/dist/src/mobile/components/ChatList/Header.js +5 -5
- package/dist/src/mobile/components/Chip/Chip.d.ts +7 -5
- package/dist/src/mobile/components/Chip/Chip.js +16 -17
- package/dist/src/mobile/components/Dropdown/Dropdown.js +1 -1
- package/dist/src/mobile/components/FloatingActionButton/FloatingActionButton.d.ts +16 -0
- package/dist/src/mobile/components/FloatingActionButton/FloatingActionButton.js +89 -0
- package/dist/src/mobile/components/FloatingActionButton/index.d.ts +1 -0
- package/dist/src/mobile/components/FloatingActionButton/index.js +8 -0
- package/dist/src/mobile/components/LottieReactionButton/LottieReactionButton.d.ts +20 -0
- package/dist/src/mobile/components/LottieReactionButton/LottieReactionButton.js +157 -0
- package/dist/src/mobile/components/LottieReactionButton/index.d.ts +1 -0
- package/dist/src/mobile/components/LottieReactionButton/index.js +8 -0
- package/dist/src/mobile/components/MainButton/MainButton.d.ts +6 -4
- package/dist/src/mobile/components/MainButton/MainButton.js +46 -15
- package/dist/src/mobile/components/MobileAlertDialog/MobileAlertDialog.d.ts +3 -3
- package/dist/src/mobile/components/MobileHeaderBar/MobileHeaderBar.d.ts +4 -4
- package/dist/src/mobile/components/MobileHeaderBar/MobileHeaderBar.js +6 -6
- package/dist/src/mobile/components/ReactionButton/ReactionButton.d.ts +4 -4
- package/dist/src/mobile/components/ReactionButton/ReactionButton.js +10 -20
- package/dist/src/mobile/components/TextButton/TextButton.d.ts +2 -2
- package/dist/src/mobile/components/TextButton/TextButton.js +2 -2
- package/dist/src/mobile/components/TextField/TextField.d.ts +1 -1
- package/dist/src/mobile/components/TextField/TextField.js +81 -31
- package/dist/src/mobile/components/UploadIconButton/UploadIconButton.js +1 -0
- package/dist/src/mobile/components/UploadMainButton/UploadMainButton.d.ts +3 -1
- package/dist/src/mobile/components/UploadMainButton/UploadMainButton.js +58 -21
- package/dist/src/mobile/components/UploadTextButton/UploadTextButton.js +1 -0
- package/dist/src/mobile/components/index.d.ts +3 -1
- package/dist/src/mobile/components/index.js +5 -1
- package/dist/src/mobile/index.d.ts +4 -4
- package/dist/src/mobile/index.js +6 -1
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/ContentsContainer.d.ts +3 -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 +2 -1
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFA.js +4 -4
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFB.d.ts +3 -1
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFB.js +6 -7
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFC.d.ts +2 -1
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFC.js +4 -4
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFD.d.ts +2 -1
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFD.js +4 -4
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFE.d.ts +3 -1
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFE.js +6 -7
- package/dist/src/mobile/layout/LayoutMF/ContainersBox/ContainersBox.d.ts +3 -1
- package/dist/src/mobile/layout/LayoutMF/ContainersBox/ContainersBox.js +2 -2
- package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/ContentsContainer.d.ts +2 -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 +2 -1
- package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/variation/MMA.js +4 -4
- package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/variation/MMB.d.ts +2 -1
- package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/variation/MMB.js +4 -4
- package/dist/src/mobile/layout/LayoutMM/ContainersBox/ContainersBox.d.ts +2 -1
- package/dist/src/mobile/layout/LayoutMM/ContainersBox/ContainersBox.js +2 -2
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/ContentsContainer.d.ts +3 -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 +2 -1
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPA.js +4 -4
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPB.d.ts +2 -1
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPB.js +4 -4
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPC.d.ts +3 -1
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPC.js +6 -7
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPD.d.ts +2 -1
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPD.js +4 -4
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPE.d.ts +2 -1
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPE.js +4 -4
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPF.d.ts +3 -1
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPF.js +6 -7
- package/dist/src/mobile/layout/LayoutMP/ContainersBox/ContainersBox.d.ts +3 -1
- package/dist/src/mobile/layout/LayoutMP/ContainersBox/ContainersBox.js +2 -2
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/ContentsContainer.d.ts +3 -1
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/ContentsContainer.js +11 -11
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSA.d.ts +2 -1
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSA.js +4 -4
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSB.d.ts +2 -1
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSB.js +4 -4
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSC.d.ts +3 -1
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSC.js +6 -7
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSD.d.ts +2 -1
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSD.js +4 -4
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSE.d.ts +2 -1
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSE.js +4 -4
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSF.d.ts +3 -1
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSF.js +6 -7
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSG.d.ts +2 -1
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSG.js +4 -4
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSH.d.ts +2 -1
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSH.js +4 -4
- package/dist/src/mobile/layout/LayoutMS/ContainersBox/ContainersBox.d.ts +3 -1
- package/dist/src/mobile/layout/LayoutMS/ContainersBox/ContainersBox.js +2 -2
- package/dist/src/mobile/panels/AnnotationSheet/AnnotationSheet.d.ts +56 -0
- package/dist/src/mobile/panels/AnnotationSheet/AnnotationSheet.js +131 -0
- package/dist/src/mobile/panels/AnnotationSheet/index.d.ts +1 -0
- package/dist/src/mobile/panels/AnnotationSheet/index.js +8 -0
- package/dist/src/mobile/panels/ContentSheet/ContentSheet.d.ts +59 -0
- package/dist/src/mobile/panels/ContentSheet/ContentSheet.js +139 -0
- package/dist/src/mobile/panels/ContentSheet/index.d.ts +1 -0
- package/dist/src/mobile/panels/ContentSheet/index.js +8 -0
- package/dist/src/mobile/panels/SectionSheet/SectionSheet.d.ts +56 -0
- package/dist/src/mobile/panels/SectionSheet/SectionSheet.js +131 -0
- package/dist/src/mobile/panels/SectionSheet/index.d.ts +1 -0
- package/dist/src/mobile/panels/SectionSheet/index.js +8 -0
- package/dist/src/mobile/panels/index.d.ts +4 -1
- package/dist/src/mobile/panels/index.js +7 -1
- package/package.json +2 -1
- package/release-note.md +9 -4
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
var Confetti_json_1 = __importDefault(require("./Confetti.json"));
|
|
7
|
+
var Fire_json_1 = __importDefault(require("./Fire.json"));
|
|
8
|
+
var Heart_json_1 = __importDefault(require("./Heart.json"));
|
|
9
|
+
var Sad_json_1 = __importDefault(require("./Sad.json"));
|
|
10
|
+
var ThumbUp_json_1 = __importDefault(require("./ThumbUp.json"));
|
|
11
|
+
var lottieIcons = {
|
|
12
|
+
ic_lottie_confetti: Confetti_json_1.default,
|
|
13
|
+
ic_lottie_sad: Sad_json_1.default,
|
|
14
|
+
ic_lottie_fire: Fire_json_1.default,
|
|
15
|
+
ic_lottie_heart: Heart_json_1.default,
|
|
16
|
+
ic_lottie_thumb_up: ThumbUp_json_1.default
|
|
17
|
+
};
|
|
18
|
+
exports.default = lottieIcons;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { UiColors } from '../../types';
|
|
3
|
+
export declare type CircularProgressProps = {
|
|
4
|
+
colorKey?: UiColors;
|
|
5
|
+
size?: 'large' | 'medium' | 'small' | 'xsmall';
|
|
6
|
+
};
|
|
7
|
+
declare function CircularProgress({ colorKey, size }: CircularProgressProps): JSX.Element;
|
|
8
|
+
export default CircularProgress;
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
|
|
3
|
+
if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
|
|
4
|
+
return cooked;
|
|
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
|
+
};
|
|
25
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
var react_1 = __importDefault(require("react"));
|
|
30
|
+
var styled_components_1 = __importStar(require("styled-components"));
|
|
31
|
+
function CircularProgress(_a) {
|
|
32
|
+
var _b = _a.colorKey, colorKey = _b === void 0 ? 'ui_cpnt_icon_sys_grey_01' : _b, _c = _a.size, size = _c === void 0 ? 'large' : _c;
|
|
33
|
+
return (react_1.default.createElement(S_CircularProgressWrapper, { size: size },
|
|
34
|
+
react_1.default.createElement(S_CircularProgressContent, { colorKey: colorKey, size: size }),
|
|
35
|
+
react_1.default.createElement(S_CircularProgressContent, { colorKey: colorKey, size: size }),
|
|
36
|
+
react_1.default.createElement(S_CircularProgressContent, { colorKey: colorKey, size: size }),
|
|
37
|
+
react_1.default.createElement(S_CircularProgressContent, { colorKey: colorKey, size: size })));
|
|
38
|
+
}
|
|
39
|
+
var wrapperSizeLarge = (0, styled_components_1.css)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n width: 48px;\n height: 48px;\n"], ["\n width: 48px;\n height: 48px;\n"])));
|
|
40
|
+
var contentSizeLarge = (0, styled_components_1.css)(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n width: 24px;\n height: 24px;\n"], ["\n width: 24px;\n height: 24px;\n"])));
|
|
41
|
+
var wrapperSizeMedium = (0, styled_components_1.css)(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n width: 40px;\n height: 40px;\n"], ["\n width: 40px;\n height: 40px;\n"])));
|
|
42
|
+
var contentSizeMedium = (0, styled_components_1.css)(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n width: 22px;\n height: 22px;\n"], ["\n width: 22px;\n height: 22px;\n"])));
|
|
43
|
+
var wrapperSizeSmall = (0, styled_components_1.css)(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n width: 32px;\n height: 32px;\n"], ["\n width: 32px;\n height: 32px;\n"])));
|
|
44
|
+
var contentSizeSmall = (0, styled_components_1.css)(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n width: 18px;\n height: 18px;\n"], ["\n width: 18px;\n height: 18px;\n"])));
|
|
45
|
+
var wrapperSizeXSmall = (0, styled_components_1.css)(templateObject_7 || (templateObject_7 = __makeTemplateObject(["\n width: 24px;\n height: 24px;\n"], ["\n width: 24px;\n height: 24px;\n"])));
|
|
46
|
+
var contentSizeXSmall = (0, styled_components_1.css)(templateObject_8 || (templateObject_8 = __makeTemplateObject(["\n width: 14px;\n height: 14px;\n"], ["\n width: 14px;\n height: 14px;\n"])));
|
|
47
|
+
var S_CircularProgressWrapper = styled_components_1.default.div(templateObject_9 || (templateObject_9 = __makeTemplateObject(["\n align-items: center;\n display: inline-flex;\n position: relative;\n justify-content: center;\n\n ", ";\n\n & div:nth-child(1) {\n animation-delay: -0.45s;\n }\n & div:nth-child(2) {\n animation-delay: -0.3s;\n }\n & div:nth-child(3) {\n animation-delay: -0.15s;\n }\n"], ["\n align-items: center;\n display: inline-flex;\n position: relative;\n justify-content: center;\n\n ", ";\n\n & div:nth-child(1) {\n animation-delay: -0.45s;\n }\n & div:nth-child(2) {\n animation-delay: -0.3s;\n }\n & div:nth-child(3) {\n animation-delay: -0.15s;\n }\n"])), function (_a) {
|
|
48
|
+
var size = _a.size;
|
|
49
|
+
return size &&
|
|
50
|
+
{
|
|
51
|
+
large: wrapperSizeLarge,
|
|
52
|
+
medium: wrapperSizeMedium,
|
|
53
|
+
small: wrapperSizeSmall,
|
|
54
|
+
xsmall: wrapperSizeXSmall
|
|
55
|
+
}[size];
|
|
56
|
+
});
|
|
57
|
+
var S_CircularProgressContent = styled_components_1.default.div(templateObject_10 || (templateObject_10 = __makeTemplateObject(["\n @keyframes circular {\n 0% {\n transform: rotate(0deg);\n }\n 100% {\n transform: rotate(360deg);\n }\n }\n\n box-sizing: border-box;\n display: block;\n position: absolute;\n border: 3px solid ", ";\n border-radius: 50%;\n animation: circular 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;\n border-color: ", " transparent transparent\n transparent;\n\n ", ";\n"], ["\n @keyframes circular {\n 0% {\n transform: rotate(0deg);\n }\n 100% {\n transform: rotate(360deg);\n }\n }\n\n box-sizing: border-box;\n display: block;\n position: absolute;\n border: 3px solid ", ";\n border-radius: 50%;\n animation: circular 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;\n border-color: ", " transparent transparent\n transparent;\n\n ", ";\n"])), function (_a) {
|
|
58
|
+
var theme = _a.theme, colorKey = _a.colorKey;
|
|
59
|
+
return colorKey && theme[colorKey];
|
|
60
|
+
}, function (_a) {
|
|
61
|
+
var theme = _a.theme, colorKey = _a.colorKey;
|
|
62
|
+
return colorKey && theme[colorKey];
|
|
63
|
+
}, function (_a) {
|
|
64
|
+
var size = _a.size;
|
|
65
|
+
return size &&
|
|
66
|
+
{
|
|
67
|
+
large: contentSizeLarge,
|
|
68
|
+
medium: contentSizeMedium,
|
|
69
|
+
small: contentSizeSmall,
|
|
70
|
+
xsmall: contentSizeXSmall
|
|
71
|
+
}[size];
|
|
72
|
+
});
|
|
73
|
+
exports.default = CircularProgress;
|
|
74
|
+
var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6, templateObject_7, templateObject_8, templateObject_9, templateObject_10;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as CircularProgress } from './CircularProgress';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.CircularProgress = void 0;
|
|
7
|
+
var CircularProgress_1 = require("./CircularProgress");
|
|
8
|
+
Object.defineProperty(exports, "CircularProgress", { enumerable: true, get: function () { return __importDefault(CircularProgress_1).default; } });
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { UiColors } from '../../types';
|
|
3
|
+
export declare type ThreeBarProgressProps = {
|
|
4
|
+
colorKey?: UiColors;
|
|
5
|
+
};
|
|
6
|
+
declare function ThreeBarProgress({ colorKey }: ThreeBarProgressProps): JSX.Element;
|
|
7
|
+
export default ThreeBarProgress;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
|
|
3
|
+
if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
|
|
4
|
+
return cooked;
|
|
5
|
+
};
|
|
6
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
7
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
8
|
+
};
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
var react_1 = __importDefault(require("react"));
|
|
11
|
+
var styled_components_1 = __importDefault(require("styled-components"));
|
|
12
|
+
function ThreeBarProgress(_a) {
|
|
13
|
+
var _b = _a.colorKey, colorKey = _b === void 0 ? 'ui_loading_three_bar' : _b;
|
|
14
|
+
return (react_1.default.createElement(S_ThreeBarProgressWrapper, null,
|
|
15
|
+
react_1.default.createElement(S_ThreeBarProgressContent, { colorKey: colorKey })));
|
|
16
|
+
}
|
|
17
|
+
var S_ThreeBarProgressWrapper = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n height: 100%;\n width: 100%;\n display: flex;\n flex-direction: column;\n justify-content: center;\n min-height: 400px;\n"], ["\n height: 100%;\n width: 100%;\n display: flex;\n flex-direction: column;\n justify-content: center;\n min-height: 400px;\n"])));
|
|
18
|
+
var S_ThreeBarProgressContent = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n &,\n &:before,\n &:after {\n background-color: ", ";\n -webkit-animation: threeBarAnimation 1s infinite ease-in-out;\n animation: threeBarAnimation 1s infinite ease-in-out;\n width: 11px;\n height: 44px;\n min-height: 44px;\n border-radius: 3px;\n }\n & {\n color: ", ";\n text-indent: -9999em;\n margin: 88px auto;\n position: relative;\n font-size: 1px;\n -webkit-transform: translateZ(0);\n -ms-transform: translateZ(0);\n transform: translateZ(0);\n -webkit-animation-delay: -0.16s;\n animation-delay: -0.16s;\n }\n &:before,\n &:after {\n position: absolute;\n top: 0;\n content: '';\n }\n &:before {\n left: -20px;\n -webkit-animation-delay: -0.32s;\n animation-delay: -0.32s;\n }\n &:after {\n left: 20px;\n }\n @-webkit-keyframes threeBarAnimation {\n 0%,\n 80%,\n 100% {\n box-shadow: 0 0;\n height: 44px;\n }\n 40% {\n box-shadow: 0 -2em;\n height: 48px;\n }\n }\n @keyframes threeBarAnimation {\n 0%,\n 80%,\n 100% {\n box-shadow: 0 0;\n height: 44px;\n }\n 40% {\n box-shadow: 0 -2em;\n height: 48px;\n }\n }\n"], ["\n &,\n &:before,\n &:after {\n background-color: ", ";\n -webkit-animation: threeBarAnimation 1s infinite ease-in-out;\n animation: threeBarAnimation 1s infinite ease-in-out;\n width: 11px;\n height: 44px;\n min-height: 44px;\n border-radius: 3px;\n }\n & {\n color: ", ";\n text-indent: -9999em;\n margin: 88px auto;\n position: relative;\n font-size: 1px;\n -webkit-transform: translateZ(0);\n -ms-transform: translateZ(0);\n transform: translateZ(0);\n -webkit-animation-delay: -0.16s;\n animation-delay: -0.16s;\n }\n &:before,\n &:after {\n position: absolute;\n top: 0;\n content: '';\n }\n &:before {\n left: -20px;\n -webkit-animation-delay: -0.32s;\n animation-delay: -0.32s;\n }\n &:after {\n left: 20px;\n }\n @-webkit-keyframes threeBarAnimation {\n 0%,\n 80%,\n 100% {\n box-shadow: 0 0;\n height: 44px;\n }\n 40% {\n box-shadow: 0 -2em;\n height: 48px;\n }\n }\n @keyframes threeBarAnimation {\n 0%,\n 80%,\n 100% {\n box-shadow: 0 0;\n height: 44px;\n }\n 40% {\n box-shadow: 0 -2em;\n height: 48px;\n }\n }\n"])), function (_a) {
|
|
19
|
+
var theme = _a.theme, colorKey = _a.colorKey;
|
|
20
|
+
return colorKey && theme[colorKey];
|
|
21
|
+
}, function (_a) {
|
|
22
|
+
var theme = _a.theme, colorKey = _a.colorKey;
|
|
23
|
+
return colorKey && theme[colorKey];
|
|
24
|
+
});
|
|
25
|
+
exports.default = ThreeBarProgress;
|
|
26
|
+
var templateObject_1, templateObject_2;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as ThreeBarProgress } from './ThreeBarProgress';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.ThreeBarProgress = void 0;
|
|
7
|
+
var ThreeBarProgress_1 = require("./ThreeBarProgress");
|
|
8
|
+
Object.defineProperty(exports, "ThreeBarProgress", { enumerable: true, get: function () { return __importDefault(ThreeBarProgress_1).default; } });
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Form = void 0;
|
|
3
|
+
exports.ThreeBarProgress = exports.Form = exports.CircularProgress = void 0;
|
|
4
|
+
var CircularProgress_1 = require("./CircularProgress");
|
|
5
|
+
Object.defineProperty(exports, "CircularProgress", { enumerable: true, get: function () { return CircularProgress_1.CircularProgress; } });
|
|
4
6
|
var Form_1 = require("./Form");
|
|
5
7
|
Object.defineProperty(exports, "Form", { enumerable: true, get: function () { return Form_1.Form; } });
|
|
8
|
+
var ThreeBarProgress_1 = require("./ThreeBarProgress");
|
|
9
|
+
Object.defineProperty(exports, "ThreeBarProgress", { enumerable: true, get: function () { return ThreeBarProgress_1.ThreeBarProgress; } });
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { UITheme } from './styles/colorSet/ui-type';
|
|
2
2
|
import { IFormValues, FillIconNameKeys, LineIconNameKeys, PDSIconType, PdsDevKitTheme, DesktopFontSize, FontWeight, PDSTextType, PDSValueOption, UiColors, ForwardedRefType } from './types';
|
|
3
3
|
export { UITheme, IFormValues, FillIconNameKeys, LineIconNameKeys, PDSIconType, PdsDevKitTheme, DesktopFontSize, FontWeight, PDSTextType, PDSValueOption, UiColors, ForwardedRefType };
|
|
4
|
-
import { fontWeight, desktopFontSize, desktopLineHeight, mobileFontSize, mobileLineHeight, boxShadow, spacing } from './styles/theme';
|
|
4
|
+
import { fontWeight, desktopFontSize, desktopLineHeight, desktopEditorFontSize, desktopEditorLineHeight, mobileFontSize, mobileLineHeight, mobileEditorFontSize, mobileEditorLineHeight, boxShadow, spacing } from './styles/theme';
|
|
5
5
|
import { uiColors, customTheme } from './styles/ui-colors';
|
|
6
|
-
export { fontWeight, desktopFontSize, desktopLineHeight, mobileFontSize, mobileLineHeight, boxShadow, spacing, uiColors, customTheme };
|
|
6
|
+
export { fontWeight, desktopFontSize, desktopLineHeight, desktopEditorFontSize, desktopEditorLineHeight, mobileFontSize, mobileLineHeight, mobileEditorFontSize, mobileEditorLineHeight, boxShadow, spacing, uiColors, customTheme };
|
|
7
7
|
import { theme } from './styles';
|
|
8
8
|
export { theme };
|
|
9
9
|
import { Form } from './components';
|
package/dist/src/common/index.js
CHANGED
|
@@ -2,14 +2,18 @@
|
|
|
2
2
|
/* eslint-disable import/order */
|
|
3
3
|
/* eslint-disable import/first */
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.Form = exports.theme = exports.customTheme = exports.uiColors = exports.spacing = exports.boxShadow = exports.mobileLineHeight = exports.mobileFontSize = exports.desktopLineHeight = exports.desktopFontSize = exports.fontWeight = void 0;
|
|
5
|
+
exports.Form = exports.theme = exports.customTheme = exports.uiColors = exports.spacing = exports.boxShadow = exports.mobileEditorLineHeight = exports.mobileEditorFontSize = exports.mobileLineHeight = exports.mobileFontSize = exports.desktopEditorLineHeight = exports.desktopEditorFontSize = exports.desktopLineHeight = exports.desktopFontSize = exports.fontWeight = void 0;
|
|
6
6
|
// theme
|
|
7
7
|
var theme_1 = require("./styles/theme");
|
|
8
8
|
Object.defineProperty(exports, "fontWeight", { enumerable: true, get: function () { return theme_1.fontWeight; } });
|
|
9
9
|
Object.defineProperty(exports, "desktopFontSize", { enumerable: true, get: function () { return theme_1.desktopFontSize; } });
|
|
10
10
|
Object.defineProperty(exports, "desktopLineHeight", { enumerable: true, get: function () { return theme_1.desktopLineHeight; } });
|
|
11
|
+
Object.defineProperty(exports, "desktopEditorFontSize", { enumerable: true, get: function () { return theme_1.desktopEditorFontSize; } });
|
|
12
|
+
Object.defineProperty(exports, "desktopEditorLineHeight", { enumerable: true, get: function () { return theme_1.desktopEditorLineHeight; } });
|
|
11
13
|
Object.defineProperty(exports, "mobileFontSize", { enumerable: true, get: function () { return theme_1.mobileFontSize; } });
|
|
12
14
|
Object.defineProperty(exports, "mobileLineHeight", { enumerable: true, get: function () { return theme_1.mobileLineHeight; } });
|
|
15
|
+
Object.defineProperty(exports, "mobileEditorFontSize", { enumerable: true, get: function () { return theme_1.mobileEditorFontSize; } });
|
|
16
|
+
Object.defineProperty(exports, "mobileEditorLineHeight", { enumerable: true, get: function () { return theme_1.mobileEditorLineHeight; } });
|
|
13
17
|
Object.defineProperty(exports, "boxShadow", { enumerable: true, get: function () { return theme_1.boxShadow; } });
|
|
14
18
|
Object.defineProperty(exports, "spacing", { enumerable: true, get: function () { return theme_1.spacing; } });
|
|
15
19
|
var ui_colors_1 = require("./styles/ui-colors");
|
|
@@ -380,6 +380,18 @@ function ToneTest() {
|
|
|
380
380
|
src: 'https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSL5qfISvgI8p95f3w5lZN9XNwYh1mRiIqEaQ&usqp=CAU',
|
|
381
381
|
href: '/'
|
|
382
382
|
}, primaryMenus: mocks, secondaryMenus: mocks, template: "W1_0005", basePath: "/channels/invitation" })),
|
|
383
|
+
react_1.default.createElement(hybrid_1.Spacing, { size: "spacing_d" }),
|
|
384
|
+
react_1.default.createElement(components_1.TextLabel, { text: "\uC774\uACF3\uC740 toggled\uB41C tone\uC758 \uC601\uD5A5\uC744 \uBC1B\uC9C0 \uC54A\uACE0 transparent \uC801\uC6A9 \uB41C \uBD80\uBD84\uC785\uB2C8\uB2E4." }),
|
|
385
|
+
react_1.default.createElement(hybrid_1.Spacing, { size: "spacing_d" }),
|
|
386
|
+
react_1.default.createElement(styled_components_1.ThemeProvider, { theme: (0, theme_1.themeByGivenTone)(customTone) },
|
|
387
|
+
react_1.default.createElement(desktop_1.D_DynamicDesktopNavBar, { isPreview: true, brandLogo: {
|
|
388
|
+
src: 'http://i.imgur.com/zVKjblJ.png',
|
|
389
|
+
text: 'PEPSI',
|
|
390
|
+
href: '/'
|
|
391
|
+
}, userProfile: {
|
|
392
|
+
src: 'https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSL5qfISvgI8p95f3w5lZN9XNwYh1mRiIqEaQ&usqp=CAU',
|
|
393
|
+
href: '/'
|
|
394
|
+
}, primaryMenus: mocks, secondaryMenus: mocks, template: "W1_0005", basePath: "/channels/invitation", colorTheme: "transparent" })),
|
|
383
395
|
react_1.default.createElement(hybrid_1.Spacing, { size: "spacing_e" }),
|
|
384
396
|
react_1.default.createElement(hybrid_1.Divider, null),
|
|
385
397
|
react_1.default.createElement(hybrid_1.Spacing, { size: "spacing_d" }),
|
|
@@ -176,5 +176,37 @@
|
|
|
176
176
|
"sys_component_base_08": "white",
|
|
177
177
|
"sys_text_social_login_01": "grey900",
|
|
178
178
|
"sys_text_social_login_02": "grey900",
|
|
179
|
-
"sys_papp_livechat_link": "darkskyblue500"
|
|
179
|
+
"sys_papp_livechat_link": "darkskyblue500",
|
|
180
|
+
"sys_text_lighttone_grey_01": "grey900",
|
|
181
|
+
"sys_widget_lighttone_primary_01": "blue500",
|
|
182
|
+
"sys_text_lighttone_grey_02": "grey500",
|
|
183
|
+
"sys_component_base_09": "darkgrey70",
|
|
184
|
+
"sys_component_base_darktheme_opacity20": "darkgrey900/opacity20",
|
|
185
|
+
"sys_component_base_darktheme_disabled_opacity20": "darkgrey70/opacity20",
|
|
186
|
+
"sys_border_white_opacity00": "white/opacity00",
|
|
187
|
+
"sys_border_line_darktheme_07_opacity00": "darkgrey50/opacity00",
|
|
188
|
+
"sys_border_line_darktheme_02_opacity20": "darkgrey400/opacity20",
|
|
189
|
+
"sys_border_line_darktheme_03_opacity20": "darkred500/opacity20",
|
|
190
|
+
"sys_border_line_darktheme_07_opacity20": "darkgrey50/opacity20",
|
|
191
|
+
"sys_component_base_grey_02_opacity80": "darkgrey30/opacity80",
|
|
192
|
+
"sys_component_base_10": "black/opacity30",
|
|
193
|
+
"sys_component_pastel_base_01": "darkpastelpink500",
|
|
194
|
+
"sys_component_pastel_base_02": "darkpastelgreen500",
|
|
195
|
+
"sys_component_pastel_base_03": "darkpastelpurple500",
|
|
196
|
+
"sys_component_pastel_base_04": "darkpastelorange500",
|
|
197
|
+
"sys_component_pastel_base_05": "darkpastelblue500",
|
|
198
|
+
"sys_component_base_11": "darkgreen30",
|
|
199
|
+
"sys_loading_skeleton_01": "darkgrey400",
|
|
200
|
+
"sys_loading_skeleton_02": "darkgrey400/opacity30",
|
|
201
|
+
"sys_loading_linear_bar": "darkgrey400/opacity50",
|
|
202
|
+
"sys_loading_linear_base": "darkgrey30",
|
|
203
|
+
"sys_loading_three_bar": "darkgrey400",
|
|
204
|
+
"sys_widget_grey_05": "darkgrey50",
|
|
205
|
+
"sys_menu_background_transparent": "white/opacity00",
|
|
206
|
+
"sys_container_background_04": "white/opacity00",
|
|
207
|
+
"sys_menu_button_base": "white",
|
|
208
|
+
"sys_background_dimmed_03": "black/opacity30",
|
|
209
|
+
"sys_cpnt_sheet_base_03": "black/opacity80",
|
|
210
|
+
"sys_dimmed_gradient_01": "black",
|
|
211
|
+
"sys_dimmed_gradient_02": "black/opacity00"
|
|
180
212
|
}
|
|
@@ -176,5 +176,37 @@
|
|
|
176
176
|
"sys_component_base_08": "black",
|
|
177
177
|
"sys_text_social_login_01": "white",
|
|
178
178
|
"sys_text_social_login_02": "grey900",
|
|
179
|
-
"sys_papp_livechat_link": "skyblue500"
|
|
179
|
+
"sys_papp_livechat_link": "skyblue500",
|
|
180
|
+
"sys_text_lighttone_grey_01": "grey900",
|
|
181
|
+
"sys_widget_lighttone_primary_01": "blue500",
|
|
182
|
+
"sys_text_lighttone_grey_02": "grey500",
|
|
183
|
+
"sys_component_base_09": "white",
|
|
184
|
+
"sys_component_base_darktheme_opacity20": "darkgrey900/opacity20",
|
|
185
|
+
"sys_component_base_darktheme_disabled_opacity20": "darkgrey70/opacity20",
|
|
186
|
+
"sys_border_white_opacity00": "white/opacity00",
|
|
187
|
+
"sys_border_line_darktheme_07_opacity00": "darkgrey50/opacity00",
|
|
188
|
+
"sys_border_line_darktheme_02_opacity20": "darkgrey400/opacity20",
|
|
189
|
+
"sys_border_line_darktheme_03_opacity20": "darkred500/opacity20",
|
|
190
|
+
"sys_border_line_darktheme_07_opacity20": "darkgrey50/opacity20",
|
|
191
|
+
"sys_component_base_grey_02_opacity80": "grey30/opacity80",
|
|
192
|
+
"sys_component_base_10": "white/opacity50",
|
|
193
|
+
"sys_component_pastel_base_01": "pastelpink500",
|
|
194
|
+
"sys_component_pastel_base_02": "pastelgreen500",
|
|
195
|
+
"sys_component_pastel_base_03": "pastelpurple500",
|
|
196
|
+
"sys_component_pastel_base_04": "pastelorange500",
|
|
197
|
+
"sys_component_pastel_base_05": "pastelblue500",
|
|
198
|
+
"sys_component_base_11": "green30",
|
|
199
|
+
"sys_loading_skeleton_01": "grey400",
|
|
200
|
+
"sys_loading_skeleton_02": "grey400/opacity30",
|
|
201
|
+
"sys_loading_linear_bar": "grey400/opacity50",
|
|
202
|
+
"sys_loading_linear_base": "grey30",
|
|
203
|
+
"sys_loading_three_bar": "grey400",
|
|
204
|
+
"sys_widget_grey_05": "grey50",
|
|
205
|
+
"sys_menu_background_transparent": "white/opacity00",
|
|
206
|
+
"sys_container_background_04": "white/opacity00",
|
|
207
|
+
"sys_menu_button_base": "white",
|
|
208
|
+
"sys_background_dimmed_03": "black/opacity30",
|
|
209
|
+
"sys_cpnt_sheet_base_03": "white",
|
|
210
|
+
"sys_dimmed_gradient_01": "black",
|
|
211
|
+
"sys_dimmed_gradient_02": "black/opacity00"
|
|
180
212
|
}
|
|
@@ -56,5 +56,17 @@
|
|
|
56
56
|
"opacity95": "F2",
|
|
57
57
|
"darkgrey30": "#1d1d1e",
|
|
58
58
|
"opacity40": "66",
|
|
59
|
-
"kakaoyellow": "#fee500"
|
|
59
|
+
"kakaoyellow": "#fee500",
|
|
60
|
+
"pastelblue500": "#77B2EC",
|
|
61
|
+
"pastelpink500": "#ff6399",
|
|
62
|
+
"pastelorange500": "#ffa638",
|
|
63
|
+
"pastelgreen500": "#64DA73",
|
|
64
|
+
"pastelpurple500": "#b36de9",
|
|
65
|
+
"darkpastelblue500": "#6AA4DE",
|
|
66
|
+
"darkpastelpink500": "#f2598e",
|
|
67
|
+
"darkpastelorange500": "#f19829",
|
|
68
|
+
"darkpastelgreen500": "#56CE65",
|
|
69
|
+
"darkpastelpurple500": "#aa61e2",
|
|
70
|
+
"green30": "#E5F9F3",
|
|
71
|
+
"darkgreen30": "#132520"
|
|
60
72
|
}
|
|
@@ -514,7 +514,7 @@
|
|
|
514
514
|
"ui_cpnt_divider_area": "sys_border_area_01",
|
|
515
515
|
"ui_cpnt_button_white_base_hover": "sys_component_base_darktheme_01",
|
|
516
516
|
"ui_cpnt_button_white_base_pressed": "sys_component_base_darktheme_03",
|
|
517
|
-
"ui_cpnt_list_base_area_hover": "
|
|
517
|
+
"ui_cpnt_list_base_area_hover": "sys_component_base_02",
|
|
518
518
|
"ui_cpnt_sheet_border_01": "sys_border_line_01",
|
|
519
519
|
"ui_cpnt_sheet_border_02": "sys_border_line_03",
|
|
520
520
|
"ui_cpnt_sheet_border_03": "sys_border_line_11",
|
|
@@ -542,5 +542,65 @@
|
|
|
542
542
|
"ui_cpnt_list_chatbubble_base_area_seller": "usr_brand_primary",
|
|
543
543
|
"ui_cpnt_list_chatbubble_text_seller": "usr_on_brand_primary",
|
|
544
544
|
"ui_52": "sys_widget_success_01",
|
|
545
|
-
"ui_cpnt_imageview_dimmed": "sys_on_base_black_opacity65"
|
|
545
|
+
"ui_cpnt_imageview_dimmed": "sys_on_base_black_opacity65",
|
|
546
|
+
"ui_53": "sys_widget_primary_01",
|
|
547
|
+
"ui_54": "sys_text_lighttone_grey_01",
|
|
548
|
+
"ui_55": "sys_widget_lighttone_primary_01",
|
|
549
|
+
"ui_56": "sys_text_lighttone_grey_02",
|
|
550
|
+
"ui_cpnt_sheet_base_04": "sys_component_base_09",
|
|
551
|
+
"ui_cpnt_masking_base_01": "sys_component_base_03",
|
|
552
|
+
"ui_cpnt_masking_icon_01": "sys_widget_grey_03",
|
|
553
|
+
"ui_cpnt_list_base_area_transparent_seller": "sys_component_base_10",
|
|
554
|
+
"ui_57": "sys_component_base_darktheme_opacity20",
|
|
555
|
+
"ui_58": "sys_component_base_darktheme_disabled_opacity20",
|
|
556
|
+
"ui_cpnt_divider_white_opacity00": "sys_border_white_opacity00",
|
|
557
|
+
"ui_cpnt_textfield_text_colortheme_transparent_enabled": "sys_text_grey_darktheme_01",
|
|
558
|
+
"ui_cpnt_textfield_text_colortheme_transparent_hint": "sys_text_grey_darktheme_02",
|
|
559
|
+
"ui_cpnt_textfield_text_colortheme_transparent_disabled": "sys_text_grey_darktheme_03",
|
|
560
|
+
"ui_cpnt_textfield_icon_colortheme_transparent_default": "sys_widget_grey_darktheme_02",
|
|
561
|
+
"ui_cpnt_textfield_icon_colortheme_transparent_disabled": "sys_widget_grey_darktheme_03",
|
|
562
|
+
"ui_cpnt_textfield_border_colortheme_transparent_normal": "sys_border_line_darktheme_07_opacity00",
|
|
563
|
+
"ui_cpnt_textfield_border_colortheme_transparent_focus": "sys_border_line_darktheme_07_opacity20",
|
|
564
|
+
"ui_cpnt_textfield_border_colortheme_transparent_error": "sys_border_line_darktheme_03",
|
|
565
|
+
"ui_cpnt_textfield_text_colortheme_transparent_error": "sys_text_error_darktheme_01",
|
|
566
|
+
"ui_cpnt_textfield_base_colortheme_transparent_disabled": "sys_component_base_darktheme_disabled_opacity20",
|
|
567
|
+
"ui_cpnt_textfield_base_colortheme_transparent_normal": "sys_component_base_darktheme_opacity20",
|
|
568
|
+
"ui_cpnt_textfield_text_colortheme_transparent_readonly": "sys_text_grey_darktheme_03",
|
|
569
|
+
"ui_cpnt_textfield_icon_colortheme_transparent_readonly": "sys_widget_grey_darktheme_03",
|
|
570
|
+
"ui_cpnt_textfield_base_colortheme_transparent_readonly": "sys_component_base_darktheme_disabled_opacity20",
|
|
571
|
+
"ui_cpnt_textfield_border_colortheme_transparent_disabled": "sys_border_line_darktheme_07_opacity00",
|
|
572
|
+
"ui_cpnt_textfield_border_colortheme_transparent_readonly": "sys_border_line_darktheme_07_opacity00",
|
|
573
|
+
"ui_cpnt_lottiereactionbutton_base_01": "sys_component_pastel_base_01",
|
|
574
|
+
"ui_cpnt_lottiereactionbutton_base_02": "sys_component_pastel_base_02",
|
|
575
|
+
"ui_cpnt_lottiereactionbutton_base_03": "sys_component_pastel_base_03",
|
|
576
|
+
"ui_cpnt_lottiereactionbutton_base_04": "sys_component_pastel_base_04",
|
|
577
|
+
"ui_cpnt_lottiereactionbutton_base_05": "sys_component_pastel_base_05",
|
|
578
|
+
"ui_60": "sys_component_base_11",
|
|
579
|
+
"ui_61": "sys_background_dimmed_02",
|
|
580
|
+
"ui_loading_skeleton_01": "sys_loading_skeleton_01",
|
|
581
|
+
"ui_loading_skeleton_02": "sys_loading_skeleton_02",
|
|
582
|
+
"ui_loading_linear_bar": "sys_loading_linear_bar",
|
|
583
|
+
"ui_loading_linear_base": "sys_loading_linear_base",
|
|
584
|
+
"ui_loading_three_bar": "sys_loading_three_bar",
|
|
585
|
+
"ui_menu_button_base": "usr_menu_background",
|
|
586
|
+
"ui_cpnt_calendar_status_a": "usr_brand_primary",
|
|
587
|
+
"ui_cpnt_calendar_status_b": "sys_widget_grey_03",
|
|
588
|
+
"ui_cpnt_calendar_status_c": "sys_widget_grey_05",
|
|
589
|
+
"ui_menu_background_transparent": "sys_menu_background_transparent",
|
|
590
|
+
"ui_globalmenucontainer_background_transparent": "sys_container_background_04",
|
|
591
|
+
"ui_pagemenucontainer_background_transparent": "sys_container_background_04",
|
|
592
|
+
"ui_submenucontainer_background_transparent": "sys_container_background_04",
|
|
593
|
+
"ui_tabmenucontainer_background_transparent": "sys_container_background_04",
|
|
594
|
+
"ui_contentscontainer01_background_transparent": "sys_container_background_04",
|
|
595
|
+
"ui_contentscontainer02_background_transparent": "sys_container_background_04",
|
|
596
|
+
"ui_toppagemenucontainer_background_wt_m_transparent": "sys_container_background_04",
|
|
597
|
+
"ui_contentscontainer_background_wt_m_transparent": "sys_container_background_04",
|
|
598
|
+
"ui_menu_button_base_transparent": "sys_menu_button_base",
|
|
599
|
+
"ui_dimmed_02": "sys_background_dimmed_03",
|
|
600
|
+
"ui_cpnt_sheet_base_05": "sys_cpnt_sheet_base_03",
|
|
601
|
+
"ui_62": "sys_widget_black",
|
|
602
|
+
"ui_cpnt_calendar_date_hover": "sys_widget_grey_05",
|
|
603
|
+
"ui_cpnt_calendar_date_pressed": "sys_widget_grey_04",
|
|
604
|
+
"ui_cpnt_imageview_dimmed_gradient_01": "sys_dimmed_gradient_01",
|
|
605
|
+
"ui_cpnt_imageview_dimmed_gradient_02": "sys_dimmed_gradient_02"
|
|
546
606
|
}
|