pds-dev-kit-web-test 0.0.26 → 0.0.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/common/styles/colorSet/PaletteColor_Dark.json +15 -7
- package/dist/src/common/styles/colorSet/PaletteColor_light.json +15 -7
- package/dist/src/common/styles/colorSet/SemanticColor.json +4 -4
- package/dist/src/common/styles/colorSet/UIColor.json +20 -7
- package/dist/src/common/styles/colorSet/index.d.ts +45 -16
- package/dist/src/common/styles/colorSet/ui-type.d.ts +17 -4
- package/dist/src/common/styles/theme.js +13 -13
- package/dist/src/common/types/styled-components.d.ts +5 -5
- package/dist/src/desktop/components/AdminListItem/AdminListItem.js +3 -4
- package/dist/src/desktop/components/DesktopAlertDialog/DesktopAlertDialog.js +2 -3
- package/dist/src/desktop/components/Dropdown/Dropdown.js +3 -14
- package/dist/src/desktop/components/EditApplyTextField/EditApplyTextField.js +6 -17
- package/dist/src/desktop/components/FloatingActionButton/FloatingActionButton.js +4 -5
- package/dist/src/desktop/components/IconButton/IconButton.js +6 -7
- package/dist/src/desktop/components/LottieReactionButton/LottieReactionButton.js +3 -4
- package/dist/src/desktop/components/MainButton/MainButton.js +15 -16
- package/dist/src/desktop/components/ReactionButton/ReactionButton.js +1 -2
- package/dist/src/desktop/components/Select/Select.js +2 -13
- package/dist/src/desktop/components/TextButton/TextButton.js +2 -3
- package/dist/src/desktop/components/TextField/TextField.js +6 -17
- package/dist/src/desktop/components/UploadIconButton/UploadIconButton.js +6 -7
- package/dist/src/desktop/components/UploadMainButton/UploadMainButton.js +20 -15
- package/dist/src/desktop/components/UploadTextButton/UploadTextButton.js +2 -3
- package/dist/src/desktop/components/UserDesktopSideTab/UserDesktopSideTab.js +1 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/ContentsContainer.js +1 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFA.d.ts +1 -2
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFA.js +27 -12
- package/dist/src/desktop/layout/LayoutWF/Containers/PageMenuContainer/PageMenuContainer.d.ts +1 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/PageMenuContainer/PageMenuContainer.js +2 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/PageMenuContainer/variation/PageMenu.js +5 -2
- package/dist/src/desktop/layout/LayoutWF/Containers/PageMenuContainer/variation/WizardPageMenu.d.ts +6 -0
- package/dist/src/desktop/layout/LayoutWF/Containers/PageMenuContainer/variation/WizardPageMenu.js +22 -0
- package/dist/src/desktop/layout/LayoutWF/Containers/PageMenuContainer/variation/index.d.ts +1 -0
- package/dist/src/desktop/layout/LayoutWF/Containers/PageMenuContainer/variation/index.js +3 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/StepContainer/StepContainer.d.ts +7 -0
- package/dist/src/desktop/layout/LayoutWF/Containers/StepContainer/StepContainer.js +14 -0
- package/dist/src/desktop/layout/LayoutWF/Containers/StepContainer/index.d.ts +1 -0
- package/dist/src/desktop/layout/LayoutWF/Containers/StepContainer/index.js +8 -0
- package/dist/src/desktop/layout/LayoutWF/Containers/StepContainer/variation/Step.d.ts +6 -0
- package/dist/src/desktop/layout/LayoutWF/Containers/StepContainer/variation/Step.js +22 -0
- package/dist/src/desktop/layout/LayoutWF/Containers/StepContainer/variation/index.d.ts +1 -0
- package/dist/src/desktop/layout/LayoutWF/Containers/StepContainer/variation/index.js +8 -0
- package/dist/src/desktop/layout/LayoutWF/ContainersBox/ContainersBox.js +90 -54
- package/dist/src/desktop/layout/LayoutWF/LayoutWF.js +1 -1
- package/dist/src/desktop/panels/DesktopBasicModal/DesktopBasicModal.js +2 -3
- package/dist/src/desktop/panels/DesktopHeadlessModal/DesktopHeadlessModal.js +3 -4
- package/dist/src/mobile/components/Dropdown/Dropdown.js +3 -11
- package/dist/src/mobile/components/FloatingActionButton/FloatingActionButton.js +3 -4
- package/dist/src/mobile/components/IconButton/IconButton.js +5 -6
- package/dist/src/mobile/components/LottieReactionButton/LottieReactionButton.js +2 -3
- package/dist/src/mobile/components/MainButton/MainButton.js +11 -12
- package/dist/src/mobile/components/MobileAlertDialog/MobileAlertDialog.js +2 -3
- package/dist/src/mobile/components/Select/Select.js +2 -10
- package/dist/src/mobile/components/TextButton/TextButton.js +1 -2
- package/dist/src/mobile/components/TextField/TextField.js +4 -12
- package/dist/src/mobile/components/UploadIconButton/UploadIconButton.js +5 -6
- package/dist/src/mobile/components/UploadMainButton/UploadMainButton.js +14 -12
- package/dist/src/mobile/components/UploadTextButton/UploadTextButton.js +2 -3
- package/dist/src/mobile/panels/MobileBasicModal/MobileBasicModal.js +2 -3
- package/dist/src/sub/DynamicLayout/DynamicLayout.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/DynamicLayout.js +3 -66
- package/dist/src/sub/DynamicLayout/components/Section/Section.js +9 -11
- package/dist/src/sub/DynamicLayout/components/YouTubeIframe/YouTubeIframe.js +39 -4
- package/dist/src/sub/DynamicLayout/hooks/index.d.ts +1 -0
- package/dist/src/sub/DynamicLayout/hooks/index.js +5 -0
- package/dist/src/sub/DynamicLayout/hooks/usePrevious/index.d.ts +1 -0
- package/dist/src/sub/DynamicLayout/hooks/usePrevious/index.js +8 -0
- package/dist/src/sub/DynamicLayout/hooks/usePrevious/usePrevious.d.ts +15 -0
- package/dist/src/sub/DynamicLayout/hooks/usePrevious/usePrevious.js +25 -0
- package/dist/src/sub/DynamicLayout/sections/ContentsCarouselSection/ContentsCarouselSection.js +10 -2
- package/dist/src/sub/DynamicLayout/sections/ContentsCarouselSection/templates/TemplateA/desktop/D_TemplateA.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/ContentsCarouselSection/templates/TemplateB/desktop/D_TemplateB.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/ContentsSection/ContentsSection.js +10 -2
- package/dist/src/sub/DynamicLayout/sections/ContentsSection/templates/TemplateA/desktop/D_TemplateA.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/ContentsSection/templates/TemplateB/desktop/D_TemplateB.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/FooterSection/FooterSection.js +10 -2
- package/dist/src/sub/DynamicLayout/sections/FooterSection/templates/TemplateA/desktop/D_TemplateA.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/FooterSection/templates/TemplateB/desktop/D_TemplateB.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/InfoBoxSection/InfoBoxSection.js +10 -2
- package/dist/src/sub/DynamicLayout/sections/InfoBoxSection/templates/TemplateA/desktop/D_TemplateA.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/IntroSection/IntroSection.js +10 -2
- package/dist/src/sub/DynamicLayout/sections/IntroSection/templates/TemplateA/desktop/D_TemplateA.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/IntroSection/templates/TemplateB/desktop/D_TemplateB.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/IntroSection/templates/TemplateC/desktop/D_TemplateC.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/IntroSection/templates/TemplateD/desktop/D_TemplateD.js +1 -1
- package/dist/src/sub/DynamicLayout/types.d.ts +1 -3
- package/dist/storybook-static/{0.1e64cc00.iframe.bundle.d.ts → 0.ade47ed3.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{0.1e64cc00.iframe.bundle.js → 0.ade47ed3.iframe.bundle.js} +8 -8
- package/dist/storybook-static/{4.08a6743e.iframe.bundle.d.ts → 4.93bcde3d.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{4.08a6743e.iframe.bundle.js → 4.93bcde3d.iframe.bundle.js} +71 -71
- package/dist/storybook-static/{5.fd119510.iframe.bundle.d.ts → 5.ea6583af.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{5.fd119510.iframe.bundle.js → 5.ea6583af.iframe.bundle.js} +12 -12
- package/dist/storybook-static/{6.ed855029.iframe.bundle.d.ts → 6.e40cb5e6.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{6.ed855029.iframe.bundle.js → 6.e40cb5e6.iframe.bundle.js} +6 -6
- package/dist/storybook-static/{7.acdfc1e4.iframe.bundle.d.ts → 7.a63b16b9.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{7.acdfc1e4.iframe.bundle.js → 7.a63b16b9.iframe.bundle.js} +3 -3
- package/dist/storybook-static/main.997ab4f6.iframe.bundle.d.ts +3124 -0
- package/dist/storybook-static/{main.3a848f92.iframe.bundle.js → main.997ab4f6.iframe.bundle.js} +1812 -1718
- package/dist/storybook-static/{runtime~main.c94cafde.iframe.bundle.d.ts → runtime~main.a437dbd3.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{runtime~main.c94cafde.iframe.bundle.js → runtime~main.a437dbd3.iframe.bundle.js} +1 -1
- package/dist/storybook-static/{vendors~main.6ff7334c.iframe.bundle.d.ts → vendors~main.7bb94765.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{vendors~main.6ff7334c.iframe.bundle.js → vendors~main.7bb94765.iframe.bundle.js} +590 -590
- package/package.json +1 -1
- package/release-note.md +3 -2
- package/dist/src/common/hooks/useAnimation.d.ts +0 -2
- package/dist/src/common/hooks/useAnimation.js +0 -19
- package/dist/src/common/styles/movement/animationStyle.d.ts +0 -4
- package/dist/src/common/styles/movement/animationStyle.js +0 -14
- package/dist/src/common/styles/movement/keyframes.d.ts +0 -14
- package/dist/src/common/styles/movement/keyframes.js +0 -23
- package/dist/src/common/styles/movement/transitionStyle.d.ts +0 -3
- package/dist/src/common/styles/movement/transitionStyle.js +0 -12
- package/dist/storybook-static/main.3a848f92.iframe.bundle.d.ts +0 -1124
package/package.json
CHANGED
package/release-note.md
CHANGED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
var react_1 = require("react");
|
|
4
|
-
function useAnimation(isRender) {
|
|
5
|
-
var _a = (0, react_1.useState)(false), isComplete = _a[0], setIsComplete = _a[1];
|
|
6
|
-
(0, react_1.useEffect)(function () {
|
|
7
|
-
if (isRender) {
|
|
8
|
-
setIsComplete(true);
|
|
9
|
-
}
|
|
10
|
-
}, [isRender]);
|
|
11
|
-
var shouldRender = isRender || isComplete;
|
|
12
|
-
var isAnimationStart = isRender && isComplete;
|
|
13
|
-
var handleAnimationEnd = function () {
|
|
14
|
-
if (!isRender)
|
|
15
|
-
setIsComplete(false);
|
|
16
|
-
};
|
|
17
|
-
return [shouldRender, handleAnimationEnd, isAnimationStart];
|
|
18
|
-
}
|
|
19
|
-
exports.default = useAnimation;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export declare const dialogOnAni: import("styled-components").FlattenSimpleInterpolation;
|
|
2
|
-
export declare const dialogOffAni: import("styled-components").FlattenSimpleInterpolation;
|
|
3
|
-
export declare const modalOnAni: import("styled-components").FlattenSimpleInterpolation;
|
|
4
|
-
export declare const modalOffAni: import("styled-components").FlattenSimpleInterpolation;
|
|
@@ -1,14 +0,0 @@
|
|
|
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
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
-
exports.modalOffAni = exports.modalOnAni = exports.dialogOffAni = exports.dialogOnAni = void 0;
|
|
8
|
-
var styled_components_1 = require("styled-components");
|
|
9
|
-
var keyframes_1 = require("./keyframes");
|
|
10
|
-
exports.dialogOnAni = (0, styled_components_1.css)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n transform-origin: 0 0;\n animation: ", " 0.2s ease-in-out both, ", " 0.2s ease-in-out both;\n"], ["\n transform-origin: 0 0;\n animation: ", " 0.2s ease-in-out both, ", " 0.2s ease-in-out both;\n"])), keyframes_1.scaleBounceInIncludeTranslate, keyframes_1.fadeIn);
|
|
11
|
-
exports.dialogOffAni = (0, styled_components_1.css)(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n transform-origin: 0 0;\n animation: ", " 0.2s ease-in-out both,\n ", " 0.2s ease-in-out both;\n"], ["\n transform-origin: 0 0;\n animation: ", " 0.2s ease-in-out both,\n ", " 0.2s ease-in-out both;\n"])), keyframes_1.scaleBounceOutIncludeTranslate, keyframes_1.fadeOut);
|
|
12
|
-
exports.modalOnAni = (0, styled_components_1.css)(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n transform-origin: 0 0;\n animation: ", " 0.2s ease-in-out both,\n ", " 0.2s ease-in-out both;\n"], ["\n transform-origin: 0 0;\n animation: ", " 0.2s ease-in-out both,\n ", " 0.2s ease-in-out both;\n"])), keyframes_1.scaleBounceInIncludeTranslate02, keyframes_1.fadeIn);
|
|
13
|
-
exports.modalOffAni = (0, styled_components_1.css)(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n transform-origin: 0 0;\n animation: ", " 0.2s ease-in-out both,\n ", " 0.2s ease-in-out both;\n"], ["\n transform-origin: 0 0;\n animation: ", " 0.2s ease-in-out both,\n ", " 0.2s ease-in-out both;\n"])), keyframes_1.scaleBounceOutIncludeTranslate02, keyframes_1.fadeOut);
|
|
14
|
-
var templateObject_1, templateObject_2, templateObject_3, templateObject_4;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
export declare const fadeIn: import("styled-components").Keyframes;
|
|
2
|
-
export declare const fadeOut: import("styled-components").Keyframes;
|
|
3
|
-
export declare const glow: import("styled-components").Keyframes;
|
|
4
|
-
export declare const scaleUp: import("styled-components").Keyframes;
|
|
5
|
-
export declare const scaleDown: import("styled-components").Keyframes;
|
|
6
|
-
export declare const scaleUpIncludeTranslate: import("styled-components").Keyframes;
|
|
7
|
-
export declare const scaleDownIncludeTranslate: import("styled-components").Keyframes;
|
|
8
|
-
export declare const gelatine: import("styled-components").Keyframes;
|
|
9
|
-
export declare const scaleBounceIn: import("styled-components").Keyframes;
|
|
10
|
-
export declare const scaleBounceIn02: import("styled-components").Keyframes;
|
|
11
|
-
export declare const scaleBounceInIncludeTranslate: import("styled-components").Keyframes;
|
|
12
|
-
export declare const scaleBounceInIncludeTranslate02: import("styled-components").Keyframes;
|
|
13
|
-
export declare const scaleBounceOutIncludeTranslate: import("styled-components").Keyframes;
|
|
14
|
-
export declare const scaleBounceOutIncludeTranslate02: import("styled-components").Keyframes;
|
|
@@ -1,23 +0,0 @@
|
|
|
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
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
-
exports.scaleBounceOutIncludeTranslate02 = exports.scaleBounceOutIncludeTranslate = exports.scaleBounceInIncludeTranslate02 = exports.scaleBounceInIncludeTranslate = exports.scaleBounceIn02 = exports.scaleBounceIn = exports.gelatine = exports.scaleDownIncludeTranslate = exports.scaleUpIncludeTranslate = exports.scaleDown = exports.scaleUp = exports.glow = exports.fadeOut = exports.fadeIn = void 0;
|
|
8
|
-
var styled_components_1 = require("styled-components");
|
|
9
|
-
exports.fadeIn = (0, styled_components_1.keyframes)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n from { opacity: 0.7; }\n to { opacity: 1; }\n"], ["\n from { opacity: 0.7; }\n to { opacity: 1; }\n"])));
|
|
10
|
-
exports.fadeOut = (0, styled_components_1.keyframes)(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n from { opacity: 1; }\n to { opacity: 0.7; }\n"], ["\n from { opacity: 1; }\n to { opacity: 0.7; }\n"])));
|
|
11
|
-
exports.glow = (0, styled_components_1.keyframes)(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n from { transform: scale(1); }\n to { transform: scale(1.03); }\n"], ["\n from { transform: scale(1); }\n to { transform: scale(1.03); }\n"])));
|
|
12
|
-
exports.scaleUp = (0, styled_components_1.keyframes)(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n from { transform: scale(0.95); }\n to { transform: scale(1); }\n"], ["\n from { transform: scale(0.95); }\n to { transform: scale(1); }\n"])));
|
|
13
|
-
exports.scaleDown = (0, styled_components_1.keyframes)(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n from { transform: scale(1); }\n to { transform: scale(0.95); }\n"], ["\n from { transform: scale(1); }\n to { transform: scale(0.95); }\n"])));
|
|
14
|
-
exports.scaleUpIncludeTranslate = (0, styled_components_1.keyframes)(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n from { transform: scale(0.97) translate(-50%, -50%); }\n to { transform: scale(1) translate(-50%, -50%); }\n"], ["\n from { transform: scale(0.97) translate(-50%, -50%); }\n to { transform: scale(1) translate(-50%, -50%); }\n"])));
|
|
15
|
-
exports.scaleDownIncludeTranslate = (0, styled_components_1.keyframes)(templateObject_7 || (templateObject_7 = __makeTemplateObject(["\n from { transform: scale(1) translate(-50%, -50%); }\n to { transform: scale(0.97) translate(-50%, -50%); }\n"], ["\n from { transform: scale(1) translate(-50%, -50%); }\n to { transform: scale(0.97) translate(-50%, -50%); }\n"])));
|
|
16
|
-
exports.gelatine = (0, styled_components_1.keyframes)(templateObject_8 || (templateObject_8 = __makeTemplateObject(["\n from, to {\n transform: scale(1, 1);\n }\n 25% {\n transform: scale(0.95, 1.1);\n }\n 50% {\n transform: scale(1.05, 0.9);\n }\n 75% {\n transform: scale(0.97, 1.05);\n }\n"], ["\n from, to {\n transform: scale(1, 1);\n }\n 25% {\n transform: scale(0.95, 1.1);\n }\n 50% {\n transform: scale(1.05, 0.9);\n }\n 75% {\n transform: scale(0.97, 1.05);\n }\n"])));
|
|
17
|
-
exports.scaleBounceIn = (0, styled_components_1.keyframes)(templateObject_9 || (templateObject_9 = __makeTemplateObject(["\n from, to {\n transform: scale(1);\n }\n 23% {\n transform: scale(1.03);\n }\n 66% {\n transform: scale(0.99);\n }\n"], ["\n from, to {\n transform: scale(1);\n }\n 23% {\n transform: scale(1.03);\n }\n 66% {\n transform: scale(0.99);\n }\n"])));
|
|
18
|
-
exports.scaleBounceIn02 = (0, styled_components_1.keyframes)(templateObject_10 || (templateObject_10 = __makeTemplateObject(["\n from {\n transform: scale(0.9);\n }\n 50% {\n transform: scale(1.01);\n }\n to {\n transform: scale(1);\n }\n"], ["\n from {\n transform: scale(0.9);\n }\n 50% {\n transform: scale(1.01);\n }\n to {\n transform: scale(1);\n }\n"])));
|
|
19
|
-
exports.scaleBounceInIncludeTranslate = (0, styled_components_1.keyframes)(templateObject_11 || (templateObject_11 = __makeTemplateObject(["\n from, to {\n transform: scale(1) translate(-50%, -50%);\n }\n 33% {\n transform: scale(1.03) translate(-50%, -50%);\n }\n 66% {\n transform: scale(0.99) translate(-50%, -50%);\n }\n"], ["\n from, to {\n transform: scale(1) translate(-50%, -50%);\n }\n 33% {\n transform: scale(1.03) translate(-50%, -50%);\n }\n 66% {\n transform: scale(0.99) translate(-50%, -50%);\n }\n"])));
|
|
20
|
-
exports.scaleBounceInIncludeTranslate02 = (0, styled_components_1.keyframes)(templateObject_12 || (templateObject_12 = __makeTemplateObject(["\n from {\n transform: scale(0.9) translate(-50%, -50%);\n }\n 50% {\n transform: scale(1.01) translate(-50%, -50%);\n }\n to {\n transform: scale(1) translate(-50%, -50%);\n }\n"], ["\n from {\n transform: scale(0.9) translate(-50%, -50%);\n }\n 50% {\n transform: scale(1.01) translate(-50%, -50%);\n }\n to {\n transform: scale(1) translate(-50%, -50%);\n }\n"])));
|
|
21
|
-
exports.scaleBounceOutIncludeTranslate = (0, styled_components_1.keyframes)(templateObject_13 || (templateObject_13 = __makeTemplateObject(["\n from, to {\n transform: scale(1) translate(-50%, -50%);\n }\n 33% {\n transform: scale(0.99) translate(-50%, -50%);\n }\n 66% {\n transform: scale(1.03) translate(-50%, -50%);\n }\n"], ["\n from, to {\n transform: scale(1) translate(-50%, -50%);\n }\n 33% {\n transform: scale(0.99) translate(-50%, -50%);\n }\n 66% {\n transform: scale(1.03) translate(-50%, -50%);\n }\n"])));
|
|
22
|
-
exports.scaleBounceOutIncludeTranslate02 = (0, styled_components_1.keyframes)(templateObject_14 || (templateObject_14 = __makeTemplateObject(["\n from {\n transform: scale(1) translate(-50%, -50%);\n }\n 50% {\n transform: scale(1.01) translate(-50%, -50%);\n }\n to {\n transform: scale(0.9) translate(-50%, -50%);\n }\n"], ["\n from {\n transform: scale(1) translate(-50%, -50%);\n }\n 50% {\n transform: scale(1.01) translate(-50%, -50%);\n }\n to {\n transform: scale(0.9) translate(-50%, -50%);\n }\n"])));
|
|
23
|
-
var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6, templateObject_7, templateObject_8, templateObject_9, templateObject_10, templateObject_11, templateObject_12, templateObject_13, templateObject_14;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export declare const AdminListItemTransition: import("styled-components").FlattenSimpleInterpolation;
|
|
2
|
-
export declare const TextFieldTransition: import("styled-components").FlattenSimpleInterpolation;
|
|
3
|
-
export declare const ButtonTransition: import("styled-components").FlattenSimpleInterpolation;
|
|
@@ -1,12 +0,0 @@
|
|
|
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
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
-
exports.ButtonTransition = exports.TextFieldTransition = exports.AdminListItemTransition = void 0;
|
|
8
|
-
var styled_components_1 = require("styled-components");
|
|
9
|
-
exports.AdminListItemTransition = (0, styled_components_1.css)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n transition: background-color 0.15s ease-out;\n"], ["\n transition: background-color 0.15s ease-out;\n"])));
|
|
10
|
-
exports.TextFieldTransition = (0, styled_components_1.css)(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n transition: background-color 0.15s ease-out;\n"], ["\n transition: background-color 0.15s ease-out;\n"])));
|
|
11
|
-
exports.ButtonTransition = (0, styled_components_1.css)(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n transition: background-color 0.1s ease-out;\n"], ["\n transition: background-color 0.1s ease-out;\n"])));
|
|
12
|
-
var templateObject_1, templateObject_2, templateObject_3;
|