pds-dev-kit-web-test 2.5.405 → 2.5.407
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/index.d.ts +2 -2
- package/dist/index.js +3 -2
- package/dist/src/common/assets/icons/editorNavigationIcons/downIcons.d.ts +12 -0
- package/dist/src/common/assets/icons/editorNavigationIcons/downIcons.js +76 -0
- package/dist/src/common/assets/icons/editorNavigationIcons/index.d.ts +43 -0
- package/dist/src/common/assets/icons/editorNavigationIcons/index.js +49 -0
- package/dist/src/common/assets/icons/editorNavigationIcons/leftIcons.d.ts +12 -0
- package/dist/src/common/assets/icons/editorNavigationIcons/leftIcons.js +76 -0
- package/dist/src/common/assets/icons/editorNavigationIcons/rightIcons.d.ts +12 -0
- package/dist/src/common/assets/icons/editorNavigationIcons/rightIcons.js +76 -0
- package/dist/src/common/assets/icons/editorNavigationIcons/upIcons.d.ts +12 -0
- package/dist/src/common/assets/icons/editorNavigationIcons/upIcons.js +76 -0
- package/dist/src/common/assets/icons/fill/Cam.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/Cam.js +30 -0
- package/dist/src/common/assets/icons/fill/CamOff.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/CamOff.js +30 -0
- package/dist/src/common/assets/icons/fill/Video.js +1 -1
- package/dist/src/common/assets/icons/fill/VideoOff.js +1 -1
- package/dist/src/common/assets/icons/fill/VideoStop.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/VideoStop.js +30 -0
- package/dist/src/common/assets/icons/fill/VideoType.js +1 -1
- package/dist/src/common/assets/icons/fill/index.d.ts +3 -0
- package/dist/src/common/assets/icons/fill/index.js +7 -1
- package/dist/src/common/assets/icons/line/Cam.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Cam.js +30 -0
- package/dist/src/common/assets/icons/line/CamOff.d.ts +4 -0
- package/dist/src/common/assets/icons/line/CamOff.js +30 -0
- package/dist/src/common/assets/icons/line/CheckBox.d.ts +4 -0
- package/dist/src/common/assets/icons/line/CheckBox.js +30 -0
- package/dist/src/common/assets/icons/line/Dropdown.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Dropdown.js +30 -0
- package/dist/src/common/assets/icons/line/Radio.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Radio.js +30 -0
- package/dist/src/common/assets/icons/line/SectionQuestion32.d.ts +4 -0
- package/dist/src/common/assets/icons/line/SectionQuestion32.js +30 -0
- package/dist/src/common/assets/icons/line/SectionQuestion40.d.ts +4 -0
- package/dist/src/common/assets/icons/line/SectionQuestion40.js +30 -0
- package/dist/src/common/assets/icons/line/SectionQuestionnaire32.d.ts +4 -0
- package/dist/src/common/assets/icons/line/SectionQuestionnaire32.js +30 -0
- package/dist/src/common/assets/icons/line/SectionQuestionnaire40.d.ts +4 -0
- package/dist/src/common/assets/icons/line/SectionQuestionnaire40.js +30 -0
- package/dist/src/common/assets/icons/line/TextLong.d.ts +4 -0
- package/dist/src/common/assets/icons/line/TextLong.js +30 -0
- package/dist/src/common/assets/icons/line/TextShort.d.ts +4 -0
- package/dist/src/common/assets/icons/line/TextShort.js +30 -0
- package/dist/src/common/assets/icons/line/Video.js +1 -1
- package/dist/src/common/assets/icons/line/VideoOff.js +1 -1
- package/dist/src/common/assets/icons/line/VideoStop.d.ts +4 -0
- package/dist/src/common/assets/icons/line/VideoStop.js +30 -0
- package/dist/src/common/assets/icons/line/VideoType.js +1 -1
- package/dist/src/common/assets/icons/line/index.d.ts +12 -0
- package/dist/src/common/assets/icons/line/index.js +25 -1
- package/dist/src/common/components/ThreeBarProgress/ThreeBarProgress.d.ts +2 -1
- package/dist/src/common/components/ThreeBarProgress/ThreeBarProgress.js +48 -4
- package/dist/src/common/services/i18n/resources/en.json +9 -1
- package/dist/src/common/services/i18n/resources/es.json +9 -1
- package/dist/src/common/services/i18n/resources/fil.json +9 -1
- package/dist/src/common/services/i18n/resources/index.d.ts +56 -0
- package/dist/src/common/services/i18n/resources/ja.json +9 -1
- package/dist/src/common/services/i18n/resources/ko.json +9 -1
- package/dist/src/common/services/i18n/resources/zh-cn.json +9 -1
- package/dist/src/common/services/i18n/resources/zh-tw.json +9 -1
- package/dist/src/common/styles/colorSet/PaletteColor_Dark.json +9 -1
- package/dist/src/common/styles/colorSet/PaletteColor_light.json +9 -1
- package/dist/src/common/styles/colorSet/UIColor.json +14 -1
- package/dist/src/common/styles/colorSet/index.d.ts +31 -2
- package/dist/src/common/styles/colorSet/index.js +2 -2
- package/dist/src/common/styles/colorSet/ui-type.d.ts +13 -0
- package/dist/src/common/types/icon.d.ts +3 -1
- package/dist/src/common/utils/dateHelper.d.ts +13 -0
- package/dist/src/common/utils/dateHelper.js +87 -0
- package/dist/src/desktop/components/AdminListItem/AdminListItem.d.ts +1 -0
- package/dist/src/desktop/components/AdminListItem/AdminListItem.js +27 -13
- package/dist/src/desktop/components/BasicListItem/BasicListItem.d.ts +4 -1
- package/dist/src/desktop/components/BasicListItem/BasicListItem.js +26 -4
- package/dist/src/desktop/components/BasicListItem/Contents.d.ts +3 -1
- package/dist/src/desktop/components/BasicListItem/Contents.js +2 -2
- package/dist/src/desktop/components/BasicListItem/RightBox/IconButton.d.ts +1 -0
- package/dist/src/desktop/components/BasicListItem/RightBox/IconButton.js +2 -2
- package/dist/src/desktop/components/Checkbox/Checkbox.d.ts +3 -1
- package/dist/src/desktop/components/Checkbox/Checkbox.js +17 -3
- package/dist/src/desktop/components/Chip/Chip.d.ts +1 -1
- package/dist/src/desktop/components/Chip/Chip.js +50 -5
- package/dist/src/desktop/components/Radio/Radio.js +2 -2
- package/dist/src/desktop/components/TextField/TextField.js +41 -15
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTU.js +2 -2
- package/dist/src/hybrid/components/Icon/Icon.js +6 -0
- package/dist/src/mobile/components/BasicListItem/BasicListItem.d.ts +4 -1
- package/dist/src/mobile/components/BasicListItem/BasicListItem.js +26 -4
- package/dist/src/mobile/components/BasicListItem/Contents.d.ts +3 -1
- package/dist/src/mobile/components/BasicListItem/Contents.js +2 -2
- package/dist/src/mobile/components/BasicListItem/RightBox/IconButton.d.ts +1 -0
- package/dist/src/mobile/components/BasicListItem/RightBox/IconButton.js +2 -2
- package/dist/src/mobile/components/Checkbox/Checkbox.d.ts +3 -1
- package/dist/src/mobile/components/Checkbox/Checkbox.js +17 -3
- package/dist/src/mobile/components/Chip/Chip.d.ts +1 -1
- package/dist/src/mobile/components/Chip/Chip.js +50 -5
- package/dist/src/mobile/components/DatePicker/DatePicker.d.ts +16 -0
- package/dist/src/mobile/components/DatePicker/DatePicker.js +156 -0
- package/dist/src/mobile/components/DatePicker/DatePickerHeader.d.ts +14 -0
- package/dist/src/mobile/components/DatePicker/DatePickerHeader.js +27 -0
- package/dist/src/mobile/components/DatePicker/Day.d.ts +13 -0
- package/dist/src/mobile/components/DatePicker/Day.js +94 -0
- package/dist/src/mobile/components/DatePicker/index.d.ts +1 -0
- package/dist/src/mobile/components/DatePicker/index.js +8 -0
- package/dist/src/mobile/components/DatePicker/utils.d.ts +16 -0
- package/dist/src/mobile/components/DatePicker/utils.js +68 -0
- package/dist/src/mobile/components/Radio/Radio.js +2 -2
- package/dist/src/mobile/components/TextField/TextField.js +41 -15
- package/dist/src/mobile/components/TextLabel/TextLabel.d.ts +6 -1
- package/dist/src/mobile/components/TextLabel/TextLabel.js +83 -3
- package/dist/src/mobile/components/index.d.ts +2 -1
- package/dist/src/mobile/components/index.js +3 -1
- package/dist/src/mobile/index.d.ts +1 -1
- package/dist/src/mobile/index.js +3 -2
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFA.js +1 -1
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFB.js +1 -1
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFC.js +1 -1
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFD.js +1 -1
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFE.js +1 -1
- package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/variation/MMA.js +1 -1
- package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/variation/MMB.js +1 -1
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPA.js +1 -1
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPB.js +1 -1
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPC.js +1 -1
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPD.js +1 -1
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPE.js +1 -1
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPF.js +1 -1
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSA.js +1 -1
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSB.js +1 -1
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSC.js +1 -1
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSD.js +1 -1
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSE.js +1 -1
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSF.js +1 -1
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSG.js +1 -1
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSH.js +1 -1
- package/dist/src/sub/AdminList/AdminListItem/AdminListItem.js +3 -3
- package/dist/src/sub/DynamicLayout/CompositionRenderer/Composition.js +1 -1
- package/dist/src/sub/DynamicLayout/CompositionRenderer/createCompositions.d.ts +2 -2
- package/dist/src/sub/DynamicLayout/CompositionRenderer/createCompositions.js +36 -10
- package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/SectionBox.js +4 -1
- package/dist/src/sub/DynamicLayout/components/Section/components/CustomSectionBackgroundMedia.js +12 -1
- package/dist/src/sub/DynamicLayout/components/Section/components/VideoBGMedia.d.ts +8 -0
- package/dist/src/sub/DynamicLayout/components/Section/components/VideoBGMedia.js +77 -0
- package/dist/src/sub/DynamicLayout/components/Section/util/parseSectionBackgroundMediaData.js +3 -1
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/downIcons.d.ts +12 -0
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/downIcons.js +76 -0
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/index.d.ts +4 -0
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/index.js +47 -0
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/leftIcons.d.ts +12 -0
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/leftIcons.js +76 -0
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/rightIcons.d.ts +12 -0
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/rightIcons.js +76 -0
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/upIcons.d.ts +12 -0
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/upIcons.js +76 -0
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/index.d.ts +40 -0
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/index.js +36 -177
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/PaletteColor_Dark.json +152 -4
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/PaletteColor_light.json +150 -2
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/SemanticColor.json +45 -1
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/UIColor.json +262 -9
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/index.d.ts +593 -0
- package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/ui-type.d.ts +253 -0
- package/dist/src/sub/DynamicLayout/mock_composition.js +4 -0
- package/dist/src/sub/DynamicLayout/mock_contentsCarousel.d.ts +1 -2
- package/dist/src/sub/DynamicLayout/mock_contentsCarousel.js +1047 -274
- package/dist/src/sub/DynamicLayout/mock_contentsList.d.ts +1 -2
- package/dist/src/sub/DynamicLayout/mock_contentsList.js +1008 -222
- package/dist/src/sub/DynamicLayout/mock_slideBanner.d.ts +810 -2
- package/dist/src/sub/DynamicLayout/mock_slideBanner.js +772 -268
- package/dist/src/sub/DynamicLayout/mock_video.d.ts +368 -0
- package/dist/src/sub/DynamicLayout/mock_video.js +371 -0
- package/dist/src/sub/DynamicLayout/mock_video_cb.d.ts +368 -0
- package/dist/src/sub/DynamicLayout/mock_video_cb.js +371 -0
- package/dist/src/sub/DynamicLayout/mocks.d.ts +2 -776
- package/dist/src/sub/DynamicLayout/mocks.js +4266 -11
- package/dist/src/sub/DynamicLayout/sections/CustomSection/FlexGridItem.js +11 -15
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/ComponentBlockMatcher.js +3 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Button/Button.js +25 -4
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/ContentsCarousel.js +102 -26
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/ContentsCarouselCore.js +21 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomNavigation.js +4 -55
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomPagination.d.ts +7 -2
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomPagination.js +26 -20
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomProgressbar.js +46 -23
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/navigationConfigs.d.ts +4 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/navigationConfigs.js +889 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/progressConfigs.d.ts +27 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/progressConfigs.js +96 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/contentsCarouselUtils.js +84 -98
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/types.d.ts +6 -6
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/ContentsList.js +31 -19
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/components/CustomPagination.d.ts +3 -3
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/components/CustomPagination.js +59 -132
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/components/paginationConfigs.d.ts +23 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/components/paginationConfigs.js +176 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/contentsListUtils.js +24 -30
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/types.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Image/Image.js +13 -5
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/SlideBanner.js +88 -13
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomNavigation.js +4 -55
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomPagination.d.ts +7 -2
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomPagination.js +26 -20
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomProgressbar.js +46 -23
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/navigationConfigs.d.ts +4 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/navigationConfigs.js +889 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/progressConfigs.d.ts +27 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/progressConfigs.js +96 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/slideBannerUtils.js +64 -67
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/types.d.ts +6 -6
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Text/Text.js +10 -4
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/VideoPlayer/VideoPlayer.d.ts +5 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/VideoPlayer/VideoPlayer.js +148 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/VideoPlayer/helper.d.ts +4 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/VideoPlayer/helper.js +25 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/VideoPlayer/index.d.ts +1 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/VideoPlayer/index.js +8 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/types.d.ts +16 -7
- package/dist/src/sub/DynamicLayout/sections/CustomSection/types.d.ts +11 -4
- package/dist/src/sub/DynamicLayout/sections/CustomSection/types.js +1 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parsePlacement.js +2 -2
- package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parseProperties.d.ts +2 -2
- package/dist/src/sub/DynamicLayout/sections/CustomSection/util/types.d.ts +15 -2
- package/dist/src/sub/DynamicLayout/sections/FlexGridCustomSection.js +1 -1
- package/dist/src/sub/DynamicLayout/types.d.ts +9 -0
- package/package.json +2 -2
- package/release-note.md +3 -3
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
25
25
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
26
26
|
var VideoOff = function (_a) {
|
27
27
|
var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
|
28
|
-
return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.
|
28
|
+
return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsxs)("g", __assign({ fill: "none" }, { children: [(0, jsx_runtime_1.jsx)("line", { x1: "3.111", x2: "20.888", y1: "3.111", y2: "20.888", stroke: color, strokeLinecap: "round", strokeWidth: "1.5" }), (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M3.464,5.5851 L4.75,6.8711 L4.75,7.3911 L5.27,7.3911 L6.77,8.8911 L4.75,8.8911 L4.75,17.2501 C4.75,18.3531 5.647,19.2501 6.75,19.2501 L17.129,19.2501 L18.415,20.5361 C18.049,20.6661 17.661,20.7501 17.25,20.7501 L6.75,20.7501 C4.817,20.7501 3.25,19.1831 3.25,17.2501 L3.25,6.7501 C3.25,6.3391 3.334,5.9511 3.464,5.5851 Z M17.2505,3.2501 C19.1835,3.2501 20.7505,4.8171 20.7505,6.7501 L20.7505,17.2501 C20.7505,17.6611 20.6665,18.0491 20.5365,18.4151 L19.2505,17.1291 L19.2505,8.8911 L11.0125,8.8911 L5.5845,3.4641 C5.9505,3.3341 6.3395,3.2501 6.7505,3.2501 Z M9.5211,11.6424 L13.4411,15.5624 L13.0111,15.8104 L10.9181,17.0184 C10.2971,17.3774 9.5211,16.9294 9.5211,16.2124 L9.5211,11.6424 Z M9.5715,4.7501 L7.5085,4.7501 L10.1495,7.3911 L12.1925,7.3911 L9.6105,4.8091 C9.5935,4.7921 9.5865,4.7691 9.5715,4.7501 Z M13.7365,4.7501 L11.6725,4.7501 L14.3135,7.3911 L16.3575,7.3911 L13.7755,4.8091 C13.7585,4.7921 13.7515,4.7691 13.7365,4.7501 Z M17.2505,4.7501 L15.8375,4.7501 L18.4785,7.3911 L19.2505,7.3911 L19.2505,6.7501 C19.2505,5.6471 18.3525,4.7501 17.2505,4.7501 Z" })] })) })));
|
29
29
|
};
|
30
30
|
exports.default = VideoOff;
|
@@ -0,0 +1,30 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
3
|
+
__assign = Object.assign || function(t) {
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
5
|
+
s = arguments[i];
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
7
|
+
t[p] = s[p];
|
8
|
+
}
|
9
|
+
return t;
|
10
|
+
};
|
11
|
+
return __assign.apply(this, arguments);
|
12
|
+
};
|
13
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
14
|
+
var t = {};
|
15
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
16
|
+
t[p] = s[p];
|
17
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
18
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
19
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
20
|
+
t[p[i]] = s[p[i]];
|
21
|
+
}
|
22
|
+
return t;
|
23
|
+
};
|
24
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
25
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
26
|
+
var VideoStop = function (_a) {
|
27
|
+
var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
|
28
|
+
return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("g", __assign({ stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd" }, { children: (0, jsx_runtime_1.jsxs)("g", { children: [(0, jsx_runtime_1.jsx)("polygon", { fillOpacity: "0", fill: color, points: "0 24 24 24 24 0 0 0" }), (0, jsx_runtime_1.jsx)("path", { d: "M16.75,5.25 L7.25,5.25 C6.145,5.25 5.25,6.145 5.25,7.25 L5.25,16.75 C5.25,17.855 6.145,18.75 7.25,18.75 L16.75,18.75 C17.855,18.75 18.75,17.855 18.75,16.75 L18.75,7.25 C18.75,6.145 17.855,5.25 16.75,5.25 L16.75,5.25 Z M7.25,16.75 L16.75,16.75 L16.75,7.25 L7.25,7.25 L7.25,16.75 Z", id: "Fill-3", fill: color })] }) })) })));
|
29
|
+
};
|
30
|
+
exports.default = VideoStop;
|
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
25
25
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
26
26
|
var VideoType = function (_a) {
|
27
27
|
var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
|
28
|
-
return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsxs)("g", __assign({ fill: "none"
|
28
|
+
return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsxs)("g", __assign({ fill: "none" }, { children: [(0, jsx_runtime_1.jsx)("path", { stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "M4.4776,8.1413 L19.5226,8.1413 M5.9765,4.279 L9.6945,7.997 M10.1412,4.279 L13.8592,7.997 M14.3059,4.279 L18.0239,7.997" }), (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M17.25,3.2501 C19.183,3.2501 20.75,4.8171 20.75,6.7501 L20.75,17.2501 C20.75,19.1831 19.183,20.7501 17.25,20.7501 L6.75,20.7501 C4.817,20.7501 3.25,19.1831 3.25,17.2501 L3.25,6.7501 C3.25,4.8171 4.817,3.2501 6.75,3.2501 Z M17.25,4.7501 L6.75,4.7501 C5.647,4.7501 4.75,5.6471 4.75,6.7501 L4.75,17.2501 C4.75,18.3531 5.647,19.2501 6.75,19.2501 L17.25,19.2501 C18.353,19.2501 19.25,18.3531 19.25,17.2501 L19.25,6.7501 C19.25,5.6471 18.353,4.7501 17.25,4.7501 Z M10.9181,10.5725 L13.0111,11.7805 L15.1041,12.9895 C15.7251,13.3475 15.7251,14.2435 15.1041,14.6015 L13.0111,15.8105 L10.9181,17.0185 C10.2971,17.3775 9.5211,16.9295 9.5211,16.2125 L9.5211,11.3785 C9.5211,10.6615 10.2971,10.2135 10.9181,10.5725 Z" })] })) })));
|
29
29
|
};
|
30
30
|
exports.default = VideoType;
|
@@ -55,6 +55,7 @@ declare const lineIcons: {
|
|
55
55
|
readonly ic_chat_room_group: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
56
56
|
readonly ic_chat_room_paid: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
57
57
|
readonly ic_check: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
58
|
+
readonly ic_checkbox: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
58
59
|
readonly ic_checkbox_off: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
59
60
|
readonly ic_clip: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
60
61
|
readonly ic_coins: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
@@ -75,6 +76,7 @@ declare const lineIcons: {
|
|
75
76
|
readonly ic_divider: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
76
77
|
readonly ic_dotted_circle: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
77
78
|
readonly ic_download: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
79
|
+
readonly ic_dropdown: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
78
80
|
readonly ic_dynamic_layout: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
79
81
|
readonly ic_edit: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
80
82
|
readonly ic_editor: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
@@ -168,6 +170,7 @@ declare const lineIcons: {
|
|
168
170
|
readonly ic_profit: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
169
171
|
readonly ic_qr: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
170
172
|
readonly ic_question: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
173
|
+
readonly ic_radio: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
171
174
|
readonly ic_radio_off: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
172
175
|
readonly ic_radio_on: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
173
176
|
readonly ic_receipt: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
@@ -203,6 +206,10 @@ declare const lineIcons: {
|
|
203
206
|
readonly ic_section_price_box_40: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
|
204
207
|
readonly ic_section_products_carousel_32: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
|
205
208
|
readonly ic_section_products_carousel_40: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
|
209
|
+
readonly ic_question_line_32: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
|
210
|
+
readonly ic_question_line_40: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
|
211
|
+
readonly ic_questionnaire_line_32: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
|
212
|
+
readonly ic_questionnaire_line_40: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
|
206
213
|
readonly ic_section_review_32: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
|
207
214
|
readonly ic_section_review_40: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
|
208
215
|
readonly ic_section_slider_32: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
|
@@ -243,6 +250,8 @@ declare const lineIcons: {
|
|
243
250
|
readonly ic_text_align_middle: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
244
251
|
readonly ic_text_align_right: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
245
252
|
readonly ic_text_align_top: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
253
|
+
readonly ic_text_long: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
254
|
+
readonly ic_text_short: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
246
255
|
readonly ic_ticket: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
247
256
|
readonly ic_time: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
248
257
|
readonly ic_toggle_down: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
@@ -313,5 +322,8 @@ declare const lineIcons: {
|
|
313
322
|
readonly ic_move_backward_arrow: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
314
323
|
readonly ic_move_forward_arrow: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
315
324
|
readonly ic_send_to_back_arrow: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
325
|
+
readonly ic_video_stop: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
326
|
+
readonly ic_cam: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
327
|
+
readonly ic_cam_off: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
316
328
|
};
|
317
329
|
export default lineIcons;
|
@@ -45,7 +45,9 @@ var Business_1 = __importDefault(require("./Business"));
|
|
45
45
|
var Button_1 = __importDefault(require("./Button"));
|
46
46
|
var Calendar_1 = __importDefault(require("./Calendar"));
|
47
47
|
var Call_1 = __importDefault(require("./Call"));
|
48
|
+
var Cam_1 = __importDefault(require("./Cam"));
|
48
49
|
var Camera_1 = __importDefault(require("./Camera"));
|
50
|
+
var CamOff_1 = __importDefault(require("./CamOff"));
|
49
51
|
var Carousel_1 = __importDefault(require("./Carousel"));
|
50
52
|
var Cart_1 = __importDefault(require("./Cart"));
|
51
53
|
var Channel_1 = __importDefault(require("./Channel"));
|
@@ -61,6 +63,7 @@ var ChatRoomFree_1 = __importDefault(require("./ChatRoomFree"));
|
|
61
63
|
var ChatRoomGroup_1 = __importDefault(require("./ChatRoomGroup"));
|
62
64
|
var ChatRoomPaid_1 = __importDefault(require("./ChatRoomPaid"));
|
63
65
|
var Check_1 = __importDefault(require("./Check"));
|
66
|
+
var CheckBox_1 = __importDefault(require("./CheckBox"));
|
64
67
|
var CheckboxOff_1 = __importDefault(require("./CheckboxOff"));
|
65
68
|
var Clip_1 = __importDefault(require("./Clip"));
|
66
69
|
var Coins_1 = __importDefault(require("./Coins"));
|
@@ -83,6 +86,7 @@ var DeviceMobileNotification_1 = __importDefault(require("./DeviceMobileNotifica
|
|
83
86
|
var Divider_1 = __importDefault(require("./Divider"));
|
84
87
|
var DottedCircle_1 = __importDefault(require("./DottedCircle"));
|
85
88
|
var Download_1 = __importDefault(require("./Download"));
|
89
|
+
var Dropdown_1 = __importDefault(require("./Dropdown"));
|
86
90
|
var Duplicate_1 = __importDefault(require("./Duplicate"));
|
87
91
|
var DynamicLayout_1 = __importDefault(require("./DynamicLayout"));
|
88
92
|
var Edit_1 = __importDefault(require("./Edit"));
|
@@ -186,6 +190,7 @@ var PostWelcome_1 = __importDefault(require("./PostWelcome"));
|
|
186
190
|
var Profit_1 = __importDefault(require("./Profit"));
|
187
191
|
var Qr_1 = __importDefault(require("./Qr"));
|
188
192
|
var Question_1 = __importDefault(require("./Question"));
|
193
|
+
var Radio_1 = __importDefault(require("./Radio"));
|
189
194
|
var RadioOff_1 = __importDefault(require("./RadioOff"));
|
190
195
|
var RadioOn_1 = __importDefault(require("./RadioOn"));
|
191
196
|
var Receipt_1 = __importDefault(require("./Receipt"));
|
@@ -229,6 +234,10 @@ var SectionPriceBox32_1 = __importDefault(require("./SectionPriceBox32"));
|
|
229
234
|
var SectionPriceBox40_1 = __importDefault(require("./SectionPriceBox40"));
|
230
235
|
var SectionProductsCarousel32_1 = __importDefault(require("./SectionProductsCarousel32"));
|
231
236
|
var SectionProductsCarousel40_1 = __importDefault(require("./SectionProductsCarousel40"));
|
237
|
+
var SectionQuestion32_1 = __importDefault(require("./SectionQuestion32"));
|
238
|
+
var SectionQuestion40_1 = __importDefault(require("./SectionQuestion40"));
|
239
|
+
var SectionQuestionnaire32_1 = __importDefault(require("./SectionQuestionnaire32"));
|
240
|
+
var SectionQuestionnaire40_1 = __importDefault(require("./SectionQuestionnaire40"));
|
232
241
|
var SectionReview32_1 = __importDefault(require("./SectionReview32"));
|
233
242
|
var SectionReview40_1 = __importDefault(require("./SectionReview40"));
|
234
243
|
var SectionSlider32_1 = __importDefault(require("./SectionSlider32"));
|
@@ -272,6 +281,8 @@ var TextAlignLeft_1 = __importDefault(require("./TextAlignLeft"));
|
|
272
281
|
var TextAlignMiddle_1 = __importDefault(require("./TextAlignMiddle"));
|
273
282
|
var TextAlignRight_1 = __importDefault(require("./TextAlignRight"));
|
274
283
|
var TextAlignTop_1 = __importDefault(require("./TextAlignTop"));
|
284
|
+
var TextLong_1 = __importDefault(require("./TextLong"));
|
285
|
+
var TextShort_1 = __importDefault(require("./TextShort"));
|
275
286
|
var Ticket_1 = __importDefault(require("./Ticket"));
|
276
287
|
var Time_1 = __importDefault(require("./Time"));
|
277
288
|
var ToggleDown_1 = __importDefault(require("./ToggleDown"));
|
@@ -307,6 +318,7 @@ var VideoPlaybackSpeed_1 = __importDefault(require("./VideoPlaybackSpeed"));
|
|
307
318
|
var VideoPlayCircle_1 = __importDefault(require("./VideoPlayCircle"));
|
308
319
|
var VideoPlaylist_1 = __importDefault(require("./VideoPlaylist"));
|
309
320
|
var VideoSeries_1 = __importDefault(require("./VideoSeries"));
|
321
|
+
var VideoStop_1 = __importDefault(require("./VideoStop"));
|
310
322
|
var VideoType_1 = __importDefault(require("./VideoType"));
|
311
323
|
var Vod_1 = __importDefault(require("./Vod"));
|
312
324
|
var VodClass_1 = __importDefault(require("./VodClass"));
|
@@ -372,6 +384,7 @@ var lineIcons = {
|
|
372
384
|
ic_chat_room_group: ChatRoomGroup_1.default,
|
373
385
|
ic_chat_room_paid: ChatRoomPaid_1.default,
|
374
386
|
ic_check: Check_1.default,
|
387
|
+
ic_checkbox: CheckBox_1.default,
|
375
388
|
ic_checkbox_off: CheckboxOff_1.default,
|
376
389
|
ic_clip: Clip_1.default,
|
377
390
|
ic_coins: Coins_1.default,
|
@@ -392,6 +405,7 @@ var lineIcons = {
|
|
392
405
|
ic_divider: Divider_1.default,
|
393
406
|
ic_dotted_circle: DottedCircle_1.default,
|
394
407
|
ic_download: Download_1.default,
|
408
|
+
ic_dropdown: Dropdown_1.default,
|
395
409
|
ic_dynamic_layout: DynamicLayout_1.default,
|
396
410
|
ic_edit: Edit_1.default,
|
397
411
|
ic_editor: Editor_1.default,
|
@@ -485,6 +499,7 @@ var lineIcons = {
|
|
485
499
|
ic_profit: Profit_1.default,
|
486
500
|
ic_qr: Qr_1.default,
|
487
501
|
ic_question: Question_1.default,
|
502
|
+
ic_radio: Radio_1.default,
|
488
503
|
ic_radio_off: RadioOff_1.default,
|
489
504
|
ic_radio_on: RadioOn_1.default,
|
490
505
|
ic_receipt: Receipt_1.default,
|
@@ -520,6 +535,10 @@ var lineIcons = {
|
|
520
535
|
ic_section_price_box_40: SectionPriceBox40_1.default,
|
521
536
|
ic_section_products_carousel_32: SectionProductsCarousel32_1.default,
|
522
537
|
ic_section_products_carousel_40: SectionProductsCarousel40_1.default,
|
538
|
+
ic_question_line_32: SectionQuestion32_1.default,
|
539
|
+
ic_question_line_40: SectionQuestion40_1.default,
|
540
|
+
ic_questionnaire_line_32: SectionQuestionnaire32_1.default,
|
541
|
+
ic_questionnaire_line_40: SectionQuestionnaire40_1.default,
|
523
542
|
ic_section_review_32: SectionReview32_1.default,
|
524
543
|
ic_section_review_40: SectionReview40_1.default,
|
525
544
|
ic_section_slider_32: SectionSlider32_1.default,
|
@@ -560,6 +579,8 @@ var lineIcons = {
|
|
560
579
|
ic_text_align_middle: TextAlignMiddle_1.default,
|
561
580
|
ic_text_align_right: TextAlignRight_1.default,
|
562
581
|
ic_text_align_top: TextAlignTop_1.default,
|
582
|
+
ic_text_long: TextLong_1.default,
|
583
|
+
ic_text_short: TextShort_1.default,
|
563
584
|
ic_ticket: Ticket_1.default,
|
564
585
|
ic_time: Time_1.default,
|
565
586
|
ic_toggle_down: ToggleDown_1.default,
|
@@ -629,6 +650,9 @@ var lineIcons = {
|
|
629
650
|
ic_desktop_sync: DesktopSync_1.default,
|
630
651
|
ic_move_backward_arrow: MoveBackwardArrow_1.default,
|
631
652
|
ic_move_forward_arrow: MoveForwardArrow_1.default,
|
632
|
-
ic_send_to_back_arrow: SendToBackArrow_1.default
|
653
|
+
ic_send_to_back_arrow: SendToBackArrow_1.default,
|
654
|
+
ic_video_stop: VideoStop_1.default,
|
655
|
+
ic_cam: Cam_1.default,
|
656
|
+
ic_cam_off: CamOff_1.default
|
633
657
|
};
|
634
658
|
exports.default = lineIcons;
|
@@ -2,6 +2,7 @@
|
|
2
2
|
import type { UiColors } from '../../types';
|
3
3
|
export type ThreeBarProgressProps = {
|
4
4
|
colorKey?: UiColors;
|
5
|
+
size?: 'small' | 'large';
|
5
6
|
};
|
6
|
-
declare function ThreeBarProgress({ colorKey }: ThreeBarProgressProps): JSX.Element;
|
7
|
+
declare function ThreeBarProgress({ colorKey, size }: ThreeBarProgressProps): JSX.Element;
|
7
8
|
export default ThreeBarProgress;
|
@@ -3,6 +3,17 @@ 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 __assign = (this && this.__assign) || function () {
|
7
|
+
__assign = Object.assign || function(t) {
|
8
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
9
|
+
s = arguments[i];
|
10
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
11
|
+
t[p] = s[p];
|
12
|
+
}
|
13
|
+
return t;
|
14
|
+
};
|
15
|
+
return __assign.apply(this, arguments);
|
16
|
+
};
|
6
17
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
7
18
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
8
19
|
};
|
@@ -10,16 +21,49 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
21
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
11
22
|
var styled_components_1 = __importDefault(require("styled-components"));
|
12
23
|
function ThreeBarProgress(_a) {
|
13
|
-
var _b = _a.colorKey, colorKey = _b === void 0 ? 'ui_loading_three_bar' : _b;
|
14
|
-
return ((0, jsx_runtime_1.jsx)(S_ThreeBarProgressWrapper, { children: (0, jsx_runtime_1.jsx)(S_ThreeBarProgressContent, { colorKey: colorKey }) }));
|
24
|
+
var _b = _a.colorKey, colorKey = _b === void 0 ? 'ui_loading_three_bar' : _b, _c = _a.size, size = _c === void 0 ? 'large' : _c;
|
25
|
+
return ((0, jsx_runtime_1.jsx)(S_ThreeBarProgressWrapper, __assign({ size: size }, { children: (0, jsx_runtime_1.jsx)(S_ThreeBarProgressContent, { colorKey: colorKey, size: size }) })));
|
15
26
|
}
|
16
|
-
var S_ThreeBarProgressWrapper = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n display: flex;\n flex-direction: column;\n height: 100%;\n justify-content: center;\n min-height:
|
17
|
-
var
|
27
|
+
var S_ThreeBarProgressWrapper = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n display: flex;\n flex-direction: column;\n height: 100%;\n justify-content: center;\n min-height: ", ";\n width: 100%;\n"], ["\n display: flex;\n flex-direction: column;\n height: 100%;\n justify-content: center;\n min-height: ", ";\n width: 100%;\n"])), function (_a) {
|
28
|
+
var size = _a.size;
|
29
|
+
return (size === 'large' ? '400px' : '250px');
|
30
|
+
});
|
31
|
+
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: ", ";\n height: ", ";\n min-height: ", ";\n border-radius: 3px;\n }\n & {\n color: ", ";\n text-indent: -9999em;\n margin: ", ";\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: ", ";\n -webkit-animation-delay: -0.32s;\n animation-delay: -0.32s;\n }\n &:after {\n left: ", ";\n }\n @-webkit-keyframes threeBarAnimation {\n 0%,\n 80%,\n 100% {\n box-shadow: 0 0;\n height: ", ";\n }\n 40% {\n box-shadow: 0 -2em;\n height: ", ";\n }\n }\n @keyframes threeBarAnimation {\n 0%,\n 80%,\n 100% {\n box-shadow: 0 0;\n height: ", ";\n }\n 40% {\n box-shadow: 0 -2em;\n height: ", ";\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: ", ";\n height: ", ";\n min-height: ", ";\n border-radius: 3px;\n }\n & {\n color: ", ";\n text-indent: -9999em;\n margin: ", ";\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: ", ";\n -webkit-animation-delay: -0.32s;\n animation-delay: -0.32s;\n }\n &:after {\n left: ", ";\n }\n @-webkit-keyframes threeBarAnimation {\n 0%,\n 80%,\n 100% {\n box-shadow: 0 0;\n height: ", ";\n }\n 40% {\n box-shadow: 0 -2em;\n height: ", ";\n }\n }\n @keyframes threeBarAnimation {\n 0%,\n 80%,\n 100% {\n box-shadow: 0 0;\n height: ", ";\n }\n 40% {\n box-shadow: 0 -2em;\n height: ", ";\n }\n }\n"])), function (_a) {
|
18
32
|
var theme = _a.theme, colorKey = _a.colorKey;
|
19
33
|
return colorKey && theme[colorKey];
|
34
|
+
}, function (_a) {
|
35
|
+
var size = _a.size;
|
36
|
+
return (size === 'large' ? '11px' : '8px');
|
37
|
+
}, function (_a) {
|
38
|
+
var size = _a.size;
|
39
|
+
return (size === 'large' ? '44px' : '31px');
|
40
|
+
}, function (_a) {
|
41
|
+
var size = _a.size;
|
42
|
+
return (size === 'large' ? '44px' : '31px');
|
20
43
|
}, function (_a) {
|
21
44
|
var theme = _a.theme, colorKey = _a.colorKey;
|
22
45
|
return colorKey && theme[colorKey];
|
46
|
+
}, function (_a) {
|
47
|
+
var size = _a.size;
|
48
|
+
return (size === 'large' ? '88px auto' : '62px auto');
|
49
|
+
}, function (_a) {
|
50
|
+
var size = _a.size;
|
51
|
+
return (size === 'large' ? '-20px' : '-14px');
|
52
|
+
}, function (_a) {
|
53
|
+
var size = _a.size;
|
54
|
+
return (size === 'large' ? '20px' : '14px');
|
55
|
+
}, function (_a) {
|
56
|
+
var size = _a.size;
|
57
|
+
return (size === 'large' ? '44px' : '31px');
|
58
|
+
}, function (_a) {
|
59
|
+
var size = _a.size;
|
60
|
+
return (size === 'large' ? '48px' : '35px');
|
61
|
+
}, function (_a) {
|
62
|
+
var size = _a.size;
|
63
|
+
return (size === 'large' ? '44px' : '31px');
|
64
|
+
}, function (_a) {
|
65
|
+
var size = _a.size;
|
66
|
+
return (size === 'large' ? '48px' : '35px');
|
23
67
|
});
|
24
68
|
exports.default = ThreeBarProgress;
|
25
69
|
var templateObject_1, templateObject_2;
|
@@ -25,6 +25,14 @@
|
|
25
25
|
"str_start": "Start",
|
26
26
|
"str_free": "FREE",
|
27
27
|
"str_key_user_scene_x00001pages_notconnectdomain_embedcb_hide_info": "Unable to run because the provider's domain is disconnected.",
|
28
|
-
"str_1460": "Start for Free"
|
28
|
+
"str_1460": "Start for Free",
|
29
|
+
"str_35": "{{month}}.{{year}}",
|
30
|
+
"str_3887": "Mon",
|
31
|
+
"str_3888": "Tue",
|
32
|
+
"str_3889": "Wed",
|
33
|
+
"str_3890": "Thu",
|
34
|
+
"str_3891": "Fri",
|
35
|
+
"str_3892": "Sat",
|
36
|
+
"str_3893": "Sun"
|
29
37
|
}
|
30
38
|
}
|
@@ -25,6 +25,14 @@
|
|
25
25
|
"str_start": "Start",
|
26
26
|
"str_free": "FREE",
|
27
27
|
"str_key_user_scene_x00001pages_notconnectdomain_embedcb_hide_info": "Unable to run because the provider's domain is disconnected.",
|
28
|
-
"str_1460": "Start for Free"
|
28
|
+
"str_1460": "Start for Free",
|
29
|
+
"str_35": "{{month}}.{{year}}",
|
30
|
+
"str_3887": "Mon",
|
31
|
+
"str_3888": "Tue",
|
32
|
+
"str_3889": "Wed",
|
33
|
+
"str_3890": "Thu",
|
34
|
+
"str_3891": "Fri",
|
35
|
+
"str_3892": "Sat",
|
36
|
+
"str_3893": "Sun"
|
29
37
|
}
|
30
38
|
}
|
@@ -25,6 +25,14 @@
|
|
25
25
|
"str_start": "Start",
|
26
26
|
"str_free": "FREE",
|
27
27
|
"str_key_user_scene_x00001pages_notconnectdomain_embedcb_hide_info": "Unable to run because the provider's domain is disconnected.",
|
28
|
-
"str_1460": "Magsimula nang Libre"
|
28
|
+
"str_1460": "Magsimula nang Libre",
|
29
|
+
"str_35": "{{month}}.{{year}}",
|
30
|
+
"str_3887": "Mon",
|
31
|
+
"str_3888": "Tue",
|
32
|
+
"str_3889": "Wed",
|
33
|
+
"str_3890": "Thu",
|
34
|
+
"str_3891": "Fri",
|
35
|
+
"str_3892": "Sat",
|
36
|
+
"str_3893": "Sun"
|
29
37
|
}
|
30
38
|
}
|
@@ -27,6 +27,14 @@ declare const locale: {
|
|
27
27
|
str_free: string;
|
28
28
|
str_key_user_scene_x00001pages_notconnectdomain_embedcb_hide_info: string;
|
29
29
|
str_1460: string;
|
30
|
+
str_35: string;
|
31
|
+
str_3887: string;
|
32
|
+
str_3888: string;
|
33
|
+
str_3889: string;
|
34
|
+
str_3890: string;
|
35
|
+
str_3891: string;
|
36
|
+
str_3892: string;
|
37
|
+
str_3893: string;
|
30
38
|
};
|
31
39
|
};
|
32
40
|
readonly en: {
|
@@ -57,6 +65,14 @@ declare const locale: {
|
|
57
65
|
str_free: string;
|
58
66
|
str_key_user_scene_x00001pages_notconnectdomain_embedcb_hide_info: string;
|
59
67
|
str_1460: string;
|
68
|
+
str_35: string;
|
69
|
+
str_3887: string;
|
70
|
+
str_3888: string;
|
71
|
+
str_3889: string;
|
72
|
+
str_3890: string;
|
73
|
+
str_3891: string;
|
74
|
+
str_3892: string;
|
75
|
+
str_3893: string;
|
60
76
|
};
|
61
77
|
};
|
62
78
|
readonly ja: {
|
@@ -87,6 +103,14 @@ declare const locale: {
|
|
87
103
|
str_free: string;
|
88
104
|
str_key_user_scene_x00001pages_notconnectdomain_embedcb_hide_info: string;
|
89
105
|
str_1460: string;
|
106
|
+
str_35: string;
|
107
|
+
str_3887: string;
|
108
|
+
str_3888: string;
|
109
|
+
str_3889: string;
|
110
|
+
str_3890: string;
|
111
|
+
str_3891: string;
|
112
|
+
str_3892: string;
|
113
|
+
str_3893: string;
|
90
114
|
};
|
91
115
|
};
|
92
116
|
readonly es: {
|
@@ -117,6 +141,14 @@ declare const locale: {
|
|
117
141
|
str_free: string;
|
118
142
|
str_key_user_scene_x00001pages_notconnectdomain_embedcb_hide_info: string;
|
119
143
|
str_1460: string;
|
144
|
+
str_35: string;
|
145
|
+
str_3887: string;
|
146
|
+
str_3888: string;
|
147
|
+
str_3889: string;
|
148
|
+
str_3890: string;
|
149
|
+
str_3891: string;
|
150
|
+
str_3892: string;
|
151
|
+
str_3893: string;
|
120
152
|
};
|
121
153
|
};
|
122
154
|
readonly 'zh-cn': {
|
@@ -147,6 +179,14 @@ declare const locale: {
|
|
147
179
|
str_free: string;
|
148
180
|
str_key_user_scene_x00001pages_notconnectdomain_embedcb_hide_info: string;
|
149
181
|
str_1460: string;
|
182
|
+
str_35: string;
|
183
|
+
str_3887: string;
|
184
|
+
str_3888: string;
|
185
|
+
str_3889: string;
|
186
|
+
str_3890: string;
|
187
|
+
str_3891: string;
|
188
|
+
str_3892: string;
|
189
|
+
str_3893: string;
|
150
190
|
};
|
151
191
|
};
|
152
192
|
readonly 'zh-tw': {
|
@@ -177,6 +217,14 @@ declare const locale: {
|
|
177
217
|
str_free: string;
|
178
218
|
str_key_user_scene_x00001pages_notconnectdomain_embedcb_hide_info: string;
|
179
219
|
str_1460: string;
|
220
|
+
str_35: string;
|
221
|
+
str_3887: string;
|
222
|
+
str_3888: string;
|
223
|
+
str_3889: string;
|
224
|
+
str_3890: string;
|
225
|
+
str_3891: string;
|
226
|
+
str_3892: string;
|
227
|
+
str_3893: string;
|
180
228
|
};
|
181
229
|
};
|
182
230
|
readonly fil: {
|
@@ -207,6 +255,14 @@ declare const locale: {
|
|
207
255
|
str_free: string;
|
208
256
|
str_key_user_scene_x00001pages_notconnectdomain_embedcb_hide_info: string;
|
209
257
|
str_1460: string;
|
258
|
+
str_35: string;
|
259
|
+
str_3887: string;
|
260
|
+
str_3888: string;
|
261
|
+
str_3889: string;
|
262
|
+
str_3890: string;
|
263
|
+
str_3891: string;
|
264
|
+
str_3892: string;
|
265
|
+
str_3893: string;
|
210
266
|
};
|
211
267
|
};
|
212
268
|
};
|
@@ -25,6 +25,14 @@
|
|
25
25
|
"str_start": "Start",
|
26
26
|
"str_free": "FREE",
|
27
27
|
"str_key_user_scene_x00001pages_notconnectdomain_embedcb_hide_info": "Unable to run because the provider's domain is disconnected.",
|
28
|
-
"str_1460": "無料で始める"
|
28
|
+
"str_1460": "無料で始める",
|
29
|
+
"str_35": "{{year}}年 {{month}}月",
|
30
|
+
"str_3887": "月",
|
31
|
+
"str_3888": "火",
|
32
|
+
"str_3889": "水",
|
33
|
+
"str_3890": "木",
|
34
|
+
"str_3891": "金",
|
35
|
+
"str_3892": "土",
|
36
|
+
"str_3893": "日"
|
29
37
|
}
|
30
38
|
}
|
@@ -25,6 +25,14 @@
|
|
25
25
|
"str_start": "시작하기",
|
26
26
|
"str_free": "무료",
|
27
27
|
"str_key_user_scene_x00001pages_notconnectdomain_embedcb_hide_info": "사업자의 도메인이 연결되지 않아 실행할 수 없습니다.",
|
28
|
-
"str_1460": "무료로 시작하기"
|
28
|
+
"str_1460": "무료로 시작하기",
|
29
|
+
"str_35": "{{year}}년 {{month}}월",
|
30
|
+
"str_3887": "월",
|
31
|
+
"str_3888": "화",
|
32
|
+
"str_3889": "수",
|
33
|
+
"str_3890": "목",
|
34
|
+
"str_3891": "금",
|
35
|
+
"str_3892": "토",
|
36
|
+
"str_3893": "일"
|
29
37
|
}
|
30
38
|
}
|
@@ -25,6 +25,14 @@
|
|
25
25
|
"str_start": "Start",
|
26
26
|
"str_free": "FREE",
|
27
27
|
"str_key_user_scene_x00001pages_notconnectdomain_embedcb_hide_info": "Unable to run because the provider's domain is disconnected.",
|
28
|
-
"str_1460": "免费开始"
|
28
|
+
"str_1460": "免费开始",
|
29
|
+
"str_35": "{{year}}年 {{month}}月",
|
30
|
+
"str_3887": "Mon",
|
31
|
+
"str_3888": "Tue",
|
32
|
+
"str_3889": "Wed",
|
33
|
+
"str_3890": "Thu",
|
34
|
+
"str_3891": "Fri",
|
35
|
+
"str_3892": "Sat",
|
36
|
+
"str_3893": "Sun"
|
29
37
|
}
|
30
38
|
}
|
@@ -25,6 +25,14 @@
|
|
25
25
|
"str_start": "Start",
|
26
26
|
"str_free": "FREE",
|
27
27
|
"str_key_user_scene_x00001pages_notconnectdomain_embedcb_hide_info": "Unable to run because the provider's domain is disconnected.",
|
28
|
-
"str_1460": "免費開始"
|
28
|
+
"str_1460": "免費開始",
|
29
|
+
"str_35": "{{year}}年 {{month}}月",
|
30
|
+
"str_3887": "Mon",
|
31
|
+
"str_3888": "Tue",
|
32
|
+
"str_3889": "Wed",
|
33
|
+
"str_3890": "Thu",
|
34
|
+
"str_3891": "Fri",
|
35
|
+
"str_3892": "Sat",
|
36
|
+
"str_3893": "Sun"
|
29
37
|
}
|
30
38
|
}
|
@@ -368,5 +368,13 @@
|
|
368
368
|
"sys_component_base_48": "darkgrey70",
|
369
369
|
"usr_brand_primary_opacity10": "darkblue500/opacity10",
|
370
370
|
"sys_component_base_49": "darkgrey70",
|
371
|
-
"sys_widget_grey_06": "grey900"
|
371
|
+
"sys_widget_grey_06": "grey900",
|
372
|
+
"sys_component_base_50": "black/opacity50",
|
373
|
+
"sys_dimmed_01": "black/opacity80",
|
374
|
+
"sys_cpnt_sheet_base_51": "black",
|
375
|
+
"sys_cpnt_sheet_base_52": "darkgrey50",
|
376
|
+
"sys_cpnt_sheet_base_53": "darkgrey70",
|
377
|
+
"sys_widget_grey_07": "grey900",
|
378
|
+
"sys_cpnt_sheet_base_54": "grey30",
|
379
|
+
"sys_component_border_01": "grey100/opacity50"
|
372
380
|
}
|
@@ -368,5 +368,13 @@
|
|
368
368
|
"sys_component_base_48": "grey70",
|
369
369
|
"usr_brand_primary_opacity10": "blue500/opacity10",
|
370
370
|
"sys_component_base_49": "white",
|
371
|
-
"sys_widget_grey_06": "darkgrey900"
|
371
|
+
"sys_widget_grey_06": "darkgrey900",
|
372
|
+
"sys_component_base_50": "white/opacity50",
|
373
|
+
"sys_dimmed_01": "black/opacity80",
|
374
|
+
"sys_cpnt_sheet_base_51": "white",
|
375
|
+
"sys_cpnt_sheet_base_52": "grey30",
|
376
|
+
"sys_cpnt_sheet_base_53": "white",
|
377
|
+
"sys_widget_grey_07": "white",
|
378
|
+
"sys_cpnt_sheet_base_54": "grey600",
|
379
|
+
"sys_component_border_01": "grey100/opacity50"
|
372
380
|
}
|
@@ -887,5 +887,18 @@
|
|
887
887
|
"ui_133": "sys_widget_grey_06",
|
888
888
|
"ui_134": "sys_widget_grey_01",
|
889
889
|
"ui_135": "sys_widget_grey_01",
|
890
|
-
"ui_136": "sys_component_base_18"
|
890
|
+
"ui_136": "sys_component_base_18",
|
891
|
+
"ui_137": "sys_component_base_50",
|
892
|
+
"ui_138": "sys_cpnt_sheet_base_12",
|
893
|
+
"ui_139": "sys_dimmed_01",
|
894
|
+
"ui_cpnt_sheet_base_29": "sys_cpnt_sheet_base_51",
|
895
|
+
"ui_cpnt_sheet_base_30": "sys_cpnt_sheet_base_52",
|
896
|
+
"ui_cpnt_sheet_base_31": "sys_cpnt_sheet_base_53",
|
897
|
+
"ui_cpnt_selcontrols_icon_white": "sys_widget_white",
|
898
|
+
"ui_cpnt_selcontrols_text_white": "sys_text_white",
|
899
|
+
"ui_cpnt_selcontrols_icon_grey_01": "sys_widget_grey_01",
|
900
|
+
"ui_cpnt_selcontrols_text_grey_01": "sys_text_grey_01",
|
901
|
+
"ui_cpnt_snackbar_text": "sys_widget_grey_07",
|
902
|
+
"ui_cpnt_snackbar_base": "sys_cpnt_sheet_base_54",
|
903
|
+
"ui_140": "sys_component_border_01"
|
891
904
|
}
|