@makeswift/runtime 0.0.0-1faafb3 → 0.0.0-237e855
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/box-model.js +1 -0
- package/components.js +1 -0
- package/dist/actions.cjs.js +73 -16
- package/dist/actions.cjs.js.map +1 -1
- package/dist/actions.es.js +67 -16
- package/dist/actions.es.js.map +1 -1
- package/dist/box-models.cjs.js +24 -14
- package/dist/box-models.cjs.js.map +1 -1
- package/dist/box-models.es.js +24 -14
- package/dist/box-models.es.js.map +1 -1
- package/dist/components.cjs.js +39 -6898
- package/dist/components.cjs.js.map +1 -1
- package/dist/components.es.js +11 -6866
- package/dist/components.es.js.map +1 -1
- package/dist/deepEqual.cjs.js +40 -0
- package/dist/deepEqual.cjs.js.map +1 -0
- package/dist/deepEqual.es.js +39 -0
- package/dist/deepEqual.es.js.map +1 -0
- package/dist/descriptors.cjs.js +216 -0
- package/dist/descriptors.cjs.js.map +1 -0
- package/dist/descriptors.es.js +184 -0
- package/dist/descriptors.es.js.map +1 -0
- package/dist/immutable.es.cjs.js +4459 -0
- package/dist/immutable.es.cjs.js.map +1 -0
- package/dist/immutable.es.es.js +4450 -0
- package/dist/immutable.es.es.js.map +1 -0
- package/dist/instances.cjs.js +89 -0
- package/dist/instances.cjs.js.map +1 -0
- package/dist/instances.es.js +87 -0
- package/dist/instances.es.js.map +1 -0
- package/dist/main.cjs.js +1 -0
- package/dist/main.cjs.js.map +1 -1
- package/dist/main.es.js +1 -1
- package/dist/prop-controllers.cjs.js +4 -173
- package/dist/prop-controllers.cjs.js.map +1 -1
- package/dist/prop-controllers.es.js +2 -173
- package/dist/prop-controllers.es.js.map +1 -1
- package/dist/react-builder-preview.cjs.js +179 -33
- package/dist/react-builder-preview.cjs.js.map +1 -1
- package/dist/react-builder-preview.es.js +186 -40
- package/dist/react-builder-preview.es.js.map +1 -1
- package/dist/react.cjs.js +10 -0
- package/dist/react.cjs.js.map +1 -1
- package/dist/react.cjs2.js +23451 -331
- package/dist/react.cjs2.js.map +1 -1
- package/dist/react.es.js +10 -1
- package/dist/react.es.js.map +1 -1
- package/dist/react.es2.js +23367 -298
- package/dist/react.es2.js.map +1 -1
- package/dist/shallowEqual.cjs.js +24 -0
- package/dist/shallowEqual.cjs.js.map +1 -0
- package/dist/shallowEqual.es.js +23 -0
- package/dist/shallowEqual.es.js.map +1 -0
- package/dist/types/codegen-loader.d.ts +2 -0
- package/dist/types/codegen-loader.d.ts.map +1 -0
- package/dist/types/components/BackgroundsContainer/components/BackgroundVideo/index.d.ts +11 -0
- package/dist/types/components/BackgroundsContainer/components/BackgroundVideo/index.d.ts.map +1 -0
- package/dist/types/components/BackgroundsContainer/components/Backgrounds/index.d.ts +8 -0
- package/dist/types/components/BackgroundsContainer/components/Backgrounds/index.d.ts.map +1 -0
- package/dist/types/components/BackgroundsContainer/components/Parallax/index.d.ts +11 -0
- package/dist/types/components/BackgroundsContainer/components/Parallax/index.d.ts.map +1 -0
- package/dist/types/components/BackgroundsContainer/index.d.ts +11 -0
- package/dist/types/components/BackgroundsContainer/index.d.ts.map +1 -0
- package/dist/types/components/Box/Box.d.ts +4 -1
- package/dist/types/components/Box/Box.d.ts.map +1 -1
- package/dist/types/components/Carousel/Carousel.d.ts +25 -0
- package/dist/types/components/Carousel/Carousel.d.ts.map +1 -0
- package/dist/types/components/Carousel/index.d.ts +2 -0
- package/dist/types/components/Carousel/index.d.ts.map +1 -0
- package/dist/types/components/Countdown/Countdown.d.ts +24 -0
- package/dist/types/components/Countdown/Countdown.d.ts.map +1 -0
- package/dist/types/components/Countdown/index.d.ts +2 -0
- package/dist/types/components/Countdown/index.d.ts.map +1 -0
- package/dist/types/components/Divider/Divider.d.ts +14 -0
- package/dist/types/components/Divider/Divider.d.ts.map +1 -0
- package/dist/types/components/Divider/index.d.ts +2 -0
- package/dist/types/components/Divider/index.d.ts.map +1 -0
- package/dist/types/components/Embed/Embed.d.ts +11 -0
- package/dist/types/components/Embed/Embed.d.ts.map +1 -0
- package/dist/types/components/Embed/index.d.ts +2 -0
- package/dist/types/components/Embed/index.d.ts.map +1 -0
- package/dist/types/components/Image/Image.d.ts +26 -0
- package/dist/types/components/Image/Image.d.ts.map +1 -0
- package/dist/types/components/Image/index.d.ts +2 -0
- package/dist/types/components/Image/index.d.ts.map +1 -0
- package/dist/types/components/Link/index.d.ts +9 -0
- package/dist/types/components/Link/index.d.ts.map +1 -0
- package/dist/types/components/RichText/index.d.ts +5 -0
- package/dist/types/components/RichText/index.d.ts.map +1 -0
- package/dist/types/components/Root/Root.d.ts.map +1 -1
- package/dist/types/components/builtin/Box/Box.d.ts +33 -0
- package/dist/types/components/builtin/Box/Box.d.ts.map +1 -0
- package/dist/types/components/builtin/Box/animations.d.ts +69 -0
- package/dist/types/components/builtin/Box/animations.d.ts.map +1 -0
- package/dist/types/components/builtin/Box/components/Placeholder/index.d.ts +7 -0
- package/dist/types/components/builtin/Box/components/Placeholder/index.d.ts.map +1 -0
- package/dist/types/components/builtin/Box/index.d.ts +3 -0
- package/dist/types/components/builtin/Box/index.d.ts.map +1 -0
- package/dist/types/components/builtin/Button/Button.d.ts +118 -0
- package/dist/types/components/builtin/Button/Button.d.ts.map +1 -0
- package/dist/types/components/builtin/Button/index.d.ts +2 -0
- package/dist/types/components/builtin/Button/index.d.ts.map +1 -0
- package/dist/types/components/builtin/Carousel/Carousel.d.ts +28 -0
- package/dist/types/components/builtin/Carousel/Carousel.d.ts.map +1 -0
- package/dist/types/components/builtin/Carousel/index.d.ts +2 -0
- package/dist/types/components/builtin/Carousel/index.d.ts.map +1 -0
- package/dist/types/components/builtin/Countdown/Countdown.d.ts +27 -0
- package/dist/types/components/builtin/Countdown/Countdown.d.ts.map +1 -0
- package/dist/types/components/builtin/Countdown/index.d.ts +2 -0
- package/dist/types/components/builtin/Countdown/index.d.ts.map +1 -0
- package/dist/types/components/builtin/Divider/Divider.d.ts +17 -0
- package/dist/types/components/builtin/Divider/Divider.d.ts.map +1 -0
- package/dist/types/components/builtin/Divider/index.d.ts +2 -0
- package/dist/types/components/builtin/Divider/index.d.ts.map +1 -0
- package/dist/types/components/builtin/Embed/Embed.d.ts +14 -0
- package/dist/types/components/builtin/Embed/Embed.d.ts.map +1 -0
- package/dist/types/components/builtin/Embed/index.d.ts +2 -0
- package/dist/types/components/builtin/Embed/index.d.ts.map +1 -0
- package/dist/types/components/builtin/Image/Image.d.ts +29 -0
- package/dist/types/components/builtin/Image/Image.d.ts.map +1 -0
- package/dist/types/components/builtin/Image/index.d.ts +2 -0
- package/dist/types/components/builtin/Image/index.d.ts.map +1 -0
- package/dist/types/components/builtin/Navigation/Navigation.d.ts +26 -0
- package/dist/types/components/builtin/Navigation/Navigation.d.ts.map +1 -0
- package/dist/types/components/builtin/Navigation/components/DropDownButton/index.d.ts +100 -0
- package/dist/types/components/builtin/Navigation/components/DropDownButton/index.d.ts.map +1 -0
- package/dist/types/components/builtin/Navigation/components/LinksPlaceholder/index.d.ts +8 -0
- package/dist/types/components/builtin/Navigation/components/LinksPlaceholder/index.d.ts.map +1 -0
- package/dist/types/components/builtin/Navigation/components/MobileMenu/components/MobileDropDownButton/index.d.ts +101 -0
- package/dist/types/components/builtin/Navigation/components/MobileMenu/components/MobileDropDownButton/index.d.ts.map +1 -0
- package/dist/types/components/builtin/Navigation/components/MobileMenu/index.d.ts +13 -0
- package/dist/types/components/builtin/Navigation/components/MobileMenu/index.d.ts.map +1 -0
- package/dist/types/components/builtin/Navigation/index.d.ts +2 -0
- package/dist/types/components/builtin/Navigation/index.d.ts.map +1 -0
- package/dist/types/components/builtin/Root/Root.d.ts +14 -0
- package/dist/types/components/builtin/Root/Root.d.ts.map +1 -0
- package/dist/types/components/builtin/Root/components/Placeholder/index.d.ts +5 -0
- package/dist/types/components/builtin/Root/components/Placeholder/index.d.ts.map +1 -0
- package/dist/types/components/builtin/Root/index.d.ts +2 -0
- package/dist/types/components/builtin/Root/index.d.ts.map +1 -0
- package/dist/types/components/builtin/SocialLinks/SocialLinks.d.ts +21 -0
- package/dist/types/components/builtin/SocialLinks/SocialLinks.d.ts.map +1 -0
- package/dist/types/components/builtin/SocialLinks/components/SocialLinksPlaceholder/index.d.ts +8 -0
- package/dist/types/components/builtin/SocialLinks/components/SocialLinksPlaceholder/index.d.ts.map +1 -0
- package/dist/types/components/builtin/SocialLinks/index.d.ts +2 -0
- package/dist/types/components/builtin/SocialLinks/index.d.ts.map +1 -0
- package/dist/types/components/builtin/SocialLinks/options.d.ts +113 -0
- package/dist/types/components/builtin/SocialLinks/options.d.ts.map +1 -0
- package/dist/types/components/builtin/Text/Text.d.ts +19 -0
- package/dist/types/components/builtin/Text/Text.d.ts.map +1 -0
- package/dist/types/components/builtin/Text/components/RichTextEditor/components/Block/index.d.ts +24 -0
- package/dist/types/components/builtin/Text/components/RichTextEditor/components/Block/index.d.ts.map +1 -0
- package/dist/types/components/builtin/Text/components/RichTextEditor/components/Link/index.d.ts +9 -0
- package/dist/types/components/builtin/Text/components/RichTextEditor/components/Link/index.d.ts.map +1 -0
- package/dist/types/components/builtin/Text/components/RichTextEditor/components/Mark/hooks/useTypographyMark.d.ts +25 -0
- package/dist/types/components/builtin/Text/components/RichTextEditor/components/Mark/hooks/useTypographyMark.d.ts.map +1 -0
- package/dist/types/components/builtin/Text/components/RichTextEditor/components/Mark/index.d.ts +13 -0
- package/dist/types/components/builtin/Text/components/RichTextEditor/components/Mark/index.d.ts.map +1 -0
- package/dist/types/components/builtin/Text/components/RichTextEditor/index.d.ts +5 -0
- package/dist/types/components/builtin/Text/components/RichTextEditor/index.d.ts.map +1 -0
- package/dist/types/components/builtin/Text/components/RichTextEditor/plugins/DeviceOverridesBlocks.d.ts +3 -0
- package/dist/types/components/builtin/Text/components/RichTextEditor/plugins/DeviceOverridesBlocks.d.ts.map +1 -0
- package/dist/types/components/builtin/Text/components/RichTextEditor/plugins/DeviceOverridesMarks.d.ts +3 -0
- package/dist/types/components/builtin/Text/components/RichTextEditor/plugins/DeviceOverridesMarks.d.ts.map +1 -0
- package/dist/types/components/builtin/Text/components/RichTextEditor/plugins/Inlines.d.ts +3 -0
- package/dist/types/components/builtin/Text/components/RichTextEditor/plugins/Inlines.d.ts.map +1 -0
- package/dist/types/components/builtin/Text/components/RichTextEditor/plugins/Link.d.ts +3 -0
- package/dist/types/components/builtin/Text/components/RichTextEditor/plugins/Link.d.ts.map +1 -0
- package/dist/types/components/builtin/Text/hooks/useRichText.d.ts +1 -0
- package/dist/types/components/builtin/Text/hooks/useRichText.d.ts.map +1 -0
- package/dist/types/components/builtin/Text/index.d.ts +2 -0
- package/dist/types/components/builtin/Text/index.d.ts.map +1 -0
- package/dist/types/components/builtin/Text/prop-controllers.d.ts +286 -0
- package/dist/types/components/builtin/Text/prop-controllers.d.ts.map +1 -0
- package/dist/types/components/builtin/index.d.ts +15 -0
- package/dist/types/components/builtin/index.d.ts.map +1 -0
- package/dist/types/components/hooks/index.d.ts +6 -0
- package/dist/types/components/hooks/index.d.ts.map +1 -1
- package/dist/types/components/hooks/useBackgrounds.d.ts +59 -0
- package/dist/types/components/hooks/useBackgrounds.d.ts.map +1 -0
- package/dist/types/components/hooks/useBorder.d.ts +19 -0
- package/dist/types/components/hooks/useBorder.d.ts.map +1 -0
- package/dist/types/components/hooks/useBoxShadow.d.ts +19 -0
- package/dist/types/components/hooks/useBoxShadow.d.ts.map +1 -0
- package/dist/types/components/hooks/useColor.d.ts +7 -0
- package/dist/types/components/hooks/useColor.d.ts.map +1 -0
- package/dist/types/components/hooks/useFile.d.ts +13 -0
- package/dist/types/components/hooks/useFile.d.ts.map +1 -0
- package/dist/types/components/hooks/usePage.d.ts +7 -0
- package/dist/types/components/hooks/usePage.d.ts.map +1 -0
- package/dist/types/components/hooks/useRichText.d.ts +18 -0
- package/dist/types/components/hooks/useRichText.d.ts.map +1 -0
- package/dist/types/components/hooks/useTypography.d.ts +24 -0
- package/dist/types/components/hooks/useTypography.d.ts.map +1 -0
- package/dist/types/components/index.d.ts +2 -3
- package/dist/types/components/index.d.ts.map +1 -1
- package/dist/types/components/shared/BackgroundsContainer/components/BackgroundVideo/index.d.ts +11 -0
- package/dist/types/components/shared/BackgroundsContainer/components/BackgroundVideo/index.d.ts.map +1 -0
- package/dist/types/components/shared/BackgroundsContainer/components/Backgrounds/index.d.ts +8 -0
- package/dist/types/components/shared/BackgroundsContainer/components/Backgrounds/index.d.ts.map +1 -0
- package/dist/types/components/shared/BackgroundsContainer/components/Parallax/index.d.ts +11 -0
- package/dist/types/components/shared/BackgroundsContainer/components/Parallax/index.d.ts.map +1 -0
- package/dist/types/components/shared/BackgroundsContainer/index.d.ts +11 -0
- package/dist/types/components/shared/BackgroundsContainer/index.d.ts.map +1 -0
- package/dist/types/components/shared/GutterContainer/index.d.ts +8 -0
- package/dist/types/components/shared/GutterContainer/index.d.ts.map +1 -0
- package/dist/types/components/shared/Link/index.d.ts +9 -0
- package/dist/types/components/shared/Link/index.d.ts.map +1 -0
- package/dist/types/components/shared/RichTextEditor/components/Block/index.d.ts +24 -0
- package/dist/types/components/shared/RichTextEditor/components/Block/index.d.ts.map +1 -0
- package/dist/types/components/shared/RichTextEditor/components/Link/index.d.ts +9 -0
- package/dist/types/components/shared/RichTextEditor/components/Link/index.d.ts.map +1 -0
- package/dist/types/components/shared/RichTextEditor/components/Mark/hooks/useTypographyMark.d.ts +23 -0
- package/dist/types/components/shared/RichTextEditor/components/Mark/hooks/useTypographyMark.d.ts.map +1 -0
- package/dist/types/components/shared/RichTextEditor/components/Mark/index.d.ts +13 -0
- package/dist/types/components/shared/RichTextEditor/components/Mark/index.d.ts.map +1 -0
- package/dist/types/components/shared/RichTextEditor/index.d.ts +5 -0
- package/dist/types/components/shared/RichTextEditor/index.d.ts.map +1 -0
- package/dist/types/components/shared/RichTextEditor/plugins/DeviceOverridesBlocks.d.ts +3 -0
- package/dist/types/components/shared/RichTextEditor/plugins/DeviceOverridesBlocks.d.ts.map +1 -0
- package/dist/types/components/shared/RichTextEditor/plugins/DeviceOverridesMarks.d.ts +3 -0
- package/dist/types/components/shared/RichTextEditor/plugins/DeviceOverridesMarks.d.ts.map +1 -0
- package/dist/types/components/shared/RichTextEditor/plugins/Inlines.d.ts +3 -0
- package/dist/types/components/shared/RichTextEditor/plugins/Inlines.d.ts.map +1 -0
- package/dist/types/components/shared/RichTextEditor/plugins/Link.d.ts +3 -0
- package/dist/types/components/shared/RichTextEditor/plugins/Link.d.ts.map +1 -0
- package/dist/types/components/utils/colorToString.d.ts +3 -0
- package/dist/types/components/utils/colorToString.d.ts.map +1 -0
- package/dist/types/components/utils/contants.d.ts +5 -0
- package/dist/types/components/utils/contants.d.ts.map +1 -0
- package/dist/types/components/utils/cssMediaRules.d.ts +23 -1
- package/dist/types/components/utils/cssMediaRules.d.ts.map +1 -1
- package/dist/types/components/utils/devices.d.ts +1 -0
- package/dist/types/components/utils/devices.d.ts.map +1 -1
- package/dist/types/components/utils/intersection.d.ts +4 -0
- package/dist/types/components/utils/intersection.d.ts.map +1 -0
- package/dist/types/components/utils/isNonNullable.d.ts +2 -0
- package/dist/types/components/utils/isNonNullable.d.ts.map +1 -0
- package/dist/types/components/utils/keys.d.ts +5 -0
- package/dist/types/components/utils/keys.d.ts.map +1 -0
- package/dist/types/components/utils/placeholders.d.ts +10 -0
- package/dist/types/components/utils/placeholders.d.ts.map +1 -0
- package/dist/types/components/utils/queries.d.ts +7 -0
- package/dist/types/components/utils/queries.d.ts.map +1 -0
- package/dist/types/components/utils/types.d.ts +11 -0
- package/dist/types/components/utils/types.d.ts.map +1 -0
- package/dist/types/generated/graphql.d.ts +756 -0
- package/dist/types/generated/graphql.d.ts.map +1 -0
- package/dist/types/index.d.ts +2 -1
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/prop-controllers/descriptors.d.ts +38 -2
- package/dist/types/prop-controllers/descriptors.d.ts.map +1 -1
- package/dist/types/prop-controllers/index.d.ts +3 -1
- package/dist/types/prop-controllers/index.d.ts.map +1 -1
- package/dist/types/prop-controllers/instances.d.ts +69 -0
- package/dist/types/prop-controllers/instances.d.ts.map +1 -0
- package/dist/types/prop-controllers/introspection.d.ts +5 -0
- package/dist/types/prop-controllers/introspection.d.ts.map +1 -0
- package/dist/types/react.d.ts +1 -1
- package/dist/types/react.d.ts.map +1 -1
- package/dist/types/runtimes/react.d.ts +14 -7
- package/dist/types/runtimes/react.d.ts.map +1 -1
- package/dist/types/state/actions.d.ts +88 -13
- package/dist/types/state/actions.d.ts.map +1 -1
- package/dist/types/state/modules/box-models.d.ts +5 -5
- package/dist/types/state/modules/box-models.d.ts.map +1 -1
- package/dist/types/state/modules/makeswift-api-client.d.ts +17 -0
- package/dist/types/state/modules/makeswift-api-client.d.ts.map +1 -0
- package/dist/types/state/modules/prop-controller-handles.d.ts +16 -0
- package/dist/types/state/modules/prop-controller-handles.d.ts.map +1 -0
- package/dist/types/state/modules/prop-controllers.d.ts +1 -0
- package/dist/types/state/modules/prop-controllers.d.ts.map +1 -1
- package/dist/types/state/react-builder-preview.d.ts +13 -10
- package/dist/types/state/react-builder-preview.d.ts.map +1 -1
- package/dist/types/state/react-page.d.ts +5 -0
- package/dist/types/state/react-page.d.ts.map +1 -1
- package/dist/types/types.d.ts +2 -0
- package/dist/types/types.d.ts.map +1 -0
- package/dist/types/utils/clamp.d.ts +3 -0
- package/dist/types/utils/clamp.d.ts.map +1 -0
- package/dist/types/utils/coalesce.d.ts +3 -0
- package/dist/types/utils/coalesce.d.ts.map +1 -0
- package/dist/types/utils/constants.d.ts +6 -0
- package/dist/types/utils/constants.d.ts.map +1 -0
- package/dist/types/utils/deepEqual.d.ts.map +1 -1
- package/dist/types/utils/intersection.d.ts +4 -0
- package/dist/types/utils/intersection.d.ts.map +1 -0
- package/dist/types/utils/keys.d.ts +5 -0
- package/dist/types/utils/keys.d.ts.map +1 -0
- package/dist/types/utils/shallowEqual.d.ts.map +1 -1
- package/dist/types/utils/shallowMerge.d.ts +2 -0
- package/dist/types/utils/shallowMerge.d.ts.map +1 -0
- package/package.json +58 -5
- package/prop-controllers.js +1 -0
- package/react.js +1 -0
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
function is(x, y) {
|
|
3
|
+
if (x === y)
|
|
4
|
+
return x !== 0 || y !== 0 || 1 / x === 1 / y;
|
|
5
|
+
return x !== x && y !== y;
|
|
6
|
+
}
|
|
7
|
+
const { hasOwnProperty } = Object.prototype;
|
|
8
|
+
const shallowEqual = (a, b) => {
|
|
9
|
+
if (is(a, b))
|
|
10
|
+
return true;
|
|
11
|
+
if (typeof a !== "object" || a === null || typeof b !== "object" || b === null)
|
|
12
|
+
return false;
|
|
13
|
+
const keysA = Object.keys(a);
|
|
14
|
+
const keysB = Object.keys(b);
|
|
15
|
+
if (keysA.length !== keysB.length)
|
|
16
|
+
return false;
|
|
17
|
+
for (let i = 0; i < keysA.length; i += 1) {
|
|
18
|
+
if (!hasOwnProperty.call(b, keysA[i]) || !is(a[keysA[i]], b[keysA[i]]))
|
|
19
|
+
return false;
|
|
20
|
+
}
|
|
21
|
+
return true;
|
|
22
|
+
};
|
|
23
|
+
exports.shallowEqual = shallowEqual;
|
|
24
|
+
//# sourceMappingURL=shallowEqual.cjs.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"shallowEqual.cjs.js","sources":["../src/utils/is.ts","../src/utils/shallowEqual.ts"],"sourcesContent":["export default function is(x: unknown, y: unknown): boolean {\n if (x === y) return x !== 0 || y !== 0 || 1 / x === 1 / y\n\n return x !== x && y !== y\n}\n","import is from './is'\n\nconst { hasOwnProperty } = Object.prototype\n\nconst shallowEqual = (a: unknown, b: unknown): boolean => {\n if (is(a, b)) return true\n\n if (typeof a !== 'object' || a === null || typeof b !== 'object' || b === null) return false\n\n const keysA = Object.keys(a)\n const keysB = Object.keys(b)\n\n if (keysA.length !== keysB.length) return false\n\n for (let i = 0; i < keysA.length; i += 1) {\n // @ts-expect-error: {}[string] is OK.\n if (!hasOwnProperty.call(b, keysA[i]) || !is(a[keysA[i]], b[keysA[i]])) return false\n }\n\n return true\n}\n\nexport default shallowEqual\n"],"names":[],"mappings":";YAA2B,GAAY,GAAqB;MACtD,MAAM;WAAU,MAAM,KAAK,MAAM,KAAK,IAAI,MAAM,IAAI;SAEjD,MAAM,KAAK,MAAM;AAAA;ACD1B,MAAM,EAAE,mBAAmB,OAAO;MAE5B,eAAe,CAAC,GAAY,MAAwB;MACpD,GAAG,GAAG;WAAW;MAEjB,OAAO,MAAM,YAAY,MAAM,QAAQ,OAAO,MAAM,YAAY,MAAM;WAAa;QAEjF,QAAQ,OAAO,KAAK;QACpB,QAAQ,OAAO,KAAK;MAEtB,MAAM,WAAW,MAAM;WAAe;WAEjC,IAAI,GAAG,IAAI,MAAM,QAAQ,KAAK,GAAG;QAEpC,CAAC,eAAe,KAAK,GAAG,MAAM,OAAO,CAAC,GAAG,EAAE,MAAM,KAAK,EAAE,MAAM;aAAa;AAAA;SAG1E;AAAA;;"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
function is(x, y) {
|
|
2
|
+
if (x === y)
|
|
3
|
+
return x !== 0 || y !== 0 || 1 / x === 1 / y;
|
|
4
|
+
return x !== x && y !== y;
|
|
5
|
+
}
|
|
6
|
+
const { hasOwnProperty } = Object.prototype;
|
|
7
|
+
const shallowEqual = (a, b) => {
|
|
8
|
+
if (is(a, b))
|
|
9
|
+
return true;
|
|
10
|
+
if (typeof a !== "object" || a === null || typeof b !== "object" || b === null)
|
|
11
|
+
return false;
|
|
12
|
+
const keysA = Object.keys(a);
|
|
13
|
+
const keysB = Object.keys(b);
|
|
14
|
+
if (keysA.length !== keysB.length)
|
|
15
|
+
return false;
|
|
16
|
+
for (let i = 0; i < keysA.length; i += 1) {
|
|
17
|
+
if (!hasOwnProperty.call(b, keysA[i]) || !is(a[keysA[i]], b[keysA[i]]))
|
|
18
|
+
return false;
|
|
19
|
+
}
|
|
20
|
+
return true;
|
|
21
|
+
};
|
|
22
|
+
export { shallowEqual as s };
|
|
23
|
+
//# sourceMappingURL=shallowEqual.es.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"shallowEqual.es.js","sources":["../src/utils/is.ts","../src/utils/shallowEqual.ts"],"sourcesContent":["export default function is(x: unknown, y: unknown): boolean {\n if (x === y) return x !== 0 || y !== 0 || 1 / x === 1 / y\n\n return x !== x && y !== y\n}\n","import is from './is'\n\nconst { hasOwnProperty } = Object.prototype\n\nconst shallowEqual = (a: unknown, b: unknown): boolean => {\n if (is(a, b)) return true\n\n if (typeof a !== 'object' || a === null || typeof b !== 'object' || b === null) return false\n\n const keysA = Object.keys(a)\n const keysB = Object.keys(b)\n\n if (keysA.length !== keysB.length) return false\n\n for (let i = 0; i < keysA.length; i += 1) {\n // @ts-expect-error: {}[string] is OK.\n if (!hasOwnProperty.call(b, keysA[i]) || !is(a[keysA[i]], b[keysA[i]])) return false\n }\n\n return true\n}\n\nexport default shallowEqual\n"],"names":[],"mappings":"YAA2B,GAAY,GAAqB;MACtD,MAAM;WAAU,MAAM,KAAK,MAAM,KAAK,IAAI,MAAM,IAAI;SAEjD,MAAM,KAAK,MAAM;AAAA;ACD1B,MAAM,EAAE,mBAAmB,OAAO;MAE5B,eAAe,CAAC,GAAY,MAAwB;MACpD,GAAG,GAAG;WAAW;MAEjB,OAAO,MAAM,YAAY,MAAM,QAAQ,OAAO,MAAM,YAAY,MAAM;WAAa;QAEjF,QAAQ,OAAO,KAAK;QACpB,QAAQ,OAAO,KAAK;MAEtB,MAAM,WAAW,MAAM;WAAe;WAEjC,IAAI,GAAG,IAAI,MAAM,QAAQ,KAAK,GAAG;QAEpC,CAAC,eAAe,KAAK,GAAG,MAAM,OAAO,CAAC,GAAG,EAAE,MAAM,KAAK,EAAE,MAAM;aAAa;AAAA;SAG1E;AAAA;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"codegen-loader.d.ts","sourceRoot":"","sources":["../../codegen-loader.ts"],"names":[],"mappings":"AAKA,wBAA8B,UAAU,6CAgBvC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare type Props = {
|
|
3
|
+
url?: string;
|
|
4
|
+
aspectRatio?: number;
|
|
5
|
+
zoom?: number;
|
|
6
|
+
opacity?: number;
|
|
7
|
+
maskColor?: string;
|
|
8
|
+
};
|
|
9
|
+
export default function BackgroundVideo({ url, aspectRatio, zoom, maskColor, opacity, }: Props): JSX.Element;
|
|
10
|
+
export {};
|
|
11
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/BackgroundsContainer/components/BackgroundVideo/index.tsx"],"names":[],"mappings":";AAgCA,aAAK,KAAK,GAAG;IACX,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,CAAA;AAED,MAAM,CAAC,OAAO,UAAU,eAAe,CAAC,EACtC,GAAQ,EACR,WAAoB,EACpB,IAAQ,EACR,SAAS,EACT,OAAO,GACR,EAAE,KAAK,GAAG,GAAG,CAAC,OAAO,CA8DrB"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { BackgroundsPropControllerData } from '../../../hooks';
|
|
3
|
+
declare type Props = {
|
|
4
|
+
backgrounds: BackgroundsPropControllerData | null | undefined;
|
|
5
|
+
};
|
|
6
|
+
export default function Backgrounds({ backgrounds }: Props): JSX.Element;
|
|
7
|
+
export {};
|
|
8
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/BackgroundsContainer/components/Backgrounds/index.tsx"],"names":[],"mappings":";AAIA,OAAO,EAAE,6BAA6B,EAAE,MAAM,gBAAgB,CAAA;AA0D9D,aAAK,KAAK,GAAG;IAAE,WAAW,EAAE,6BAA6B,GAAG,IAAI,GAAG,SAAS,CAAA;CAAE,CAAA;AAE9E,MAAM,CAAC,OAAO,UAAU,WAAW,CAAC,EAAE,WAAW,EAAE,EAAE,KAAK,GAAG,GAAG,CAAC,OAAO,CAmHvE"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ReactNode, CSSProperties } from 'react';
|
|
2
|
+
declare type Props = {
|
|
3
|
+
strength: number | null | undefined;
|
|
4
|
+
children: (getParallaxProps: <P extends {
|
|
5
|
+
style?: CSSProperties;
|
|
6
|
+
[key: string]: unknown;
|
|
7
|
+
}>(props: P) => P) => ReactNode;
|
|
8
|
+
};
|
|
9
|
+
export default function Parallax({ strength, children, ...rest }: Props): JSX.Element;
|
|
10
|
+
export {};
|
|
11
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/BackgroundsContainer/components/Parallax/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAkD,SAAS,EAAE,aAAa,EAAE,MAAM,OAAO,CAAA;AAoBhG,aAAK,KAAK,GAAG;IACX,QAAQ,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAA;IACnC,QAAQ,EAAE,CACR,gBAAgB,EAAE,CAAC,CAAC,SAAS;QAAE,KAAK,CAAC,EAAE,aAAa,CAAC;QAAC,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;KAAE,EAAE,KAAK,EAAE,CAAC,KAAK,CAAC,KAC3F,SAAS,CAAA;CACf,CAAA;AAED,MAAM,CAAC,OAAO,UAAU,QAAQ,CAAC,EAAE,QAAQ,EAAE,QAAQ,EAAE,GAAG,IAAI,EAAE,EAAE,KAAK,GAAG,GAAG,CAAC,OAAO,CA4FpF"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ReactElement, ElementType, ComponentPropsWithoutRef } from 'react';
|
|
2
|
+
import { BackgroundsValue as BackgroundsPropControllerValue } from '../../prop-controllers/descriptors';
|
|
3
|
+
declare const OuterContainer: import("styled-components").StyledComponent<import("framer-motion").ForwardRefComponent<HTMLDivElement, import("framer-motion").HTMLMotionProps<"div">>, any, {}, never>;
|
|
4
|
+
declare type BaseProps = {
|
|
5
|
+
backgrounds: BackgroundsPropControllerValue | null | undefined;
|
|
6
|
+
children: ReactElement<ElementType>;
|
|
7
|
+
};
|
|
8
|
+
declare type Props = BaseProps & Omit<ComponentPropsWithoutRef<typeof OuterContainer>, keyof BaseProps>;
|
|
9
|
+
declare const _default: import("react").ForwardRefExoticComponent<Pick<Props, string | number | symbol> & import("react").RefAttributes<HTMLDivElement | null>>;
|
|
10
|
+
export default _default;
|
|
11
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/BackgroundsContainer/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,YAAY,EACZ,WAAW,EAGX,wBAAwB,EAGzB,MAAM,OAAO,CAAA;AAKd,OAAO,EAAE,gBAAgB,IAAI,8BAA8B,EAAE,MAAM,oCAAoC,CAAA;AAIvG,QAAA,MAAM,cAAc,0KAanB,CAAA;AAED,aAAK,SAAS,GAAG;IACf,WAAW,EAAE,8BAA8B,GAAG,IAAI,GAAG,SAAS,CAAA;IAC9D,QAAQ,EAAE,YAAY,CAAC,WAAW,CAAC,CAAA;CACpC,CAAA;AAED,aAAK,KAAK,GAAG,SAAS,GAAG,IAAI,CAAC,wBAAwB,CAAC,OAAO,cAAc,CAAC,EAAE,MAAM,SAAS,CAAC,CAAA;;AAE/F,wBAcE"}
|
|
@@ -1,15 +1,18 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { BoxAnimateIn } from './animations';
|
|
3
|
-
import { BorderRadiusValue, ElementIDValue, WidthValue, MarginValue, PaddingValue, ResponsiveIconRadioGroupValue, GridValue, GapYValue, GapXValue, CheckboxValue, ResponsiveSelectValue, ResponsiveNumberValue } from '../../prop-controllers/descriptors';
|
|
3
|
+
import { BorderRadiusValue, ElementIDValue, WidthValue, MarginValue, PaddingValue, ResponsiveIconRadioGroupValue, GridValue, GapYValue, GapXValue, CheckboxValue, ResponsiveSelectValue, ResponsiveNumberValue, BackgroundsValue, BorderValue, ShadowsValue } from '../../prop-controllers/descriptors';
|
|
4
4
|
import { BoxModelHandle } from '../../box-model';
|
|
5
5
|
declare type Props = {
|
|
6
6
|
id?: ElementIDValue;
|
|
7
|
+
backgrounds?: BackgroundsValue;
|
|
7
8
|
width?: WidthValue;
|
|
8
9
|
height?: ResponsiveIconRadioGroupValue<'auto' | 'stretch'>;
|
|
9
10
|
verticalAlign?: ResponsiveIconRadioGroupValue<'flex-start' | 'center' | 'flex-end' | 'space-between'>;
|
|
10
11
|
margin?: MarginValue;
|
|
11
12
|
padding?: PaddingValue;
|
|
13
|
+
border?: BorderValue;
|
|
12
14
|
borderRadius?: BorderRadiusValue;
|
|
15
|
+
boxShadow?: ShadowsValue;
|
|
13
16
|
rowGap?: GapYValue;
|
|
14
17
|
columnGap?: GapXValue;
|
|
15
18
|
boxAnimateType?: ResponsiveSelectValue<BoxAnimateIn>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Box.d.ts","sourceRoot":"","sources":["../../../../src/components/Box/Box.tsx"],"names":[],"mappings":";AAMA,OAAO,EAAE,YAAY,EAAoB,MAAM,cAAc,CAAA;AAC7D,OAAO,EACL,iBAAiB,EACjB,cAAc,EACd,UAAU,EACV,WAAW,EACX,YAAY,EACZ,6BAA6B,EAC7B,SAAS,EACT,SAAS,EACT,SAAS,EACT,aAAa,EACb,qBAAqB,EACrB,qBAAqB,
|
|
1
|
+
{"version":3,"file":"Box.d.ts","sourceRoot":"","sources":["../../../../src/components/Box/Box.tsx"],"names":[],"mappings":";AAMA,OAAO,EAAE,YAAY,EAAoB,MAAM,cAAc,CAAA;AAC7D,OAAO,EACL,iBAAiB,EACjB,cAAc,EACd,UAAU,EACV,WAAW,EACX,YAAY,EACZ,6BAA6B,EAC7B,SAAS,EACT,SAAS,EACT,SAAS,EACT,aAAa,EACb,qBAAqB,EACrB,qBAAqB,EACrB,gBAAgB,EAChB,WAAW,EACX,YAAY,EACb,MAAM,oCAAoC,CAAA;AAW3C,OAAO,EAAE,cAAc,EAAoB,MAAM,iBAAiB,CAAA;AASlE,aAAK,KAAK,GAAG;IACX,EAAE,CAAC,EAAE,cAAc,CAAA;IACnB,WAAW,CAAC,EAAE,gBAAgB,CAAA;IAC9B,KAAK,CAAC,EAAE,UAAU,CAAA;IAClB,MAAM,CAAC,EAAE,6BAA6B,CAAC,MAAM,GAAG,SAAS,CAAC,CAAA;IAC1D,aAAa,CAAC,EAAE,6BAA6B,CAC3C,YAAY,GAAG,QAAQ,GAAG,UAAU,GAAG,eAAe,CACvD,CAAA;IACD,MAAM,CAAC,EAAE,WAAW,CAAA;IACpB,OAAO,CAAC,EAAE,YAAY,CAAA;IACtB,MAAM,CAAC,EAAE,WAAW,CAAA;IACpB,YAAY,CAAC,EAAE,iBAAiB,CAAA;IAChC,SAAS,CAAC,EAAE,YAAY,CAAA;IACxB,MAAM,CAAC,EAAE,SAAS,CAAA;IAClB,SAAS,CAAC,EAAE,SAAS,CAAA;IACrB,cAAc,CAAC,EAAE,qBAAqB,CAAC,YAAY,CAAC,CAAA;IACpD,kBAAkB,CAAC,EAAE,qBAAqB,CAAA;IAC1C,eAAe,CAAC,EAAE,qBAAqB,CAAA;IACvC,eAAe,CAAC,EAAE,qBAAqB,CAAC,YAAY,CAAC,CAAA;IACrD,mBAAmB,CAAC,EAAE,qBAAqB,CAAA;IAC3C,gBAAgB,CAAC,EAAE,qBAAqB,CAAA;IACxC,mBAAmB,CAAC,EAAE,qBAAqB,CAAA;IAC3C,eAAe,CAAC,EAAE,aAAa,CAAA;IAC/B,QAAQ,CAAC,EAAE,SAAS,CAAA;CACrB,CAAA;;AAgDD,wBAiIE"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { ElementIDValue, ImagesValue, MarginValue, ResponsiveNumberValue, WidthValue, ResponsiveIconRadioGroupValue, GapXValue, CheckboxValue, NumberValue, ResponsiveColorValue, BorderValue, BorderRadiusValue } from '../../prop-controllers/descriptors';
|
|
3
|
+
declare type Props = {
|
|
4
|
+
id?: ElementIDValue;
|
|
5
|
+
images?: ImagesValue;
|
|
6
|
+
width?: WidthValue;
|
|
7
|
+
margin?: MarginValue;
|
|
8
|
+
pageSize?: ResponsiveNumberValue;
|
|
9
|
+
step?: ResponsiveNumberValue;
|
|
10
|
+
slideAlignment?: ResponsiveIconRadioGroupValue<'flex-start' | 'center' | 'flex-end'>;
|
|
11
|
+
gap?: GapXValue;
|
|
12
|
+
autoplay?: CheckboxValue;
|
|
13
|
+
delay?: NumberValue;
|
|
14
|
+
showArrows?: CheckboxValue;
|
|
15
|
+
arrowPosition?: ResponsiveIconRadioGroupValue<'inside' | 'center' | 'outside'>;
|
|
16
|
+
arrowColor?: ResponsiveColorValue;
|
|
17
|
+
arrowBackground?: ResponsiveColorValue;
|
|
18
|
+
showDots?: CheckboxValue;
|
|
19
|
+
dotColor?: ResponsiveColorValue;
|
|
20
|
+
slideBorder?: BorderValue;
|
|
21
|
+
slideBorderRadius?: BorderRadiusValue;
|
|
22
|
+
};
|
|
23
|
+
declare const _default: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<HTMLDivElement>>;
|
|
24
|
+
export default _default;
|
|
25
|
+
//# sourceMappingURL=Carousel.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Carousel.d.ts","sourceRoot":"","sources":["../../../../src/components/Carousel/Carousel.tsx"],"names":[],"mappings":";AAYA,OAAO,EAEL,cAAc,EACd,WAAW,EACX,WAAW,EACX,qBAAqB,EACrB,UAAU,EACV,6BAA6B,EAC7B,SAAS,EACT,aAAa,EACb,WAAW,EACX,oBAAoB,EACpB,WAAW,EACX,iBAAiB,EAClB,MAAM,oCAAoC,CAAA;AAgC3C,aAAK,KAAK,GAAG;IACX,EAAE,CAAC,EAAE,cAAc,CAAA;IACnB,MAAM,CAAC,EAAE,WAAW,CAAA;IACpB,KAAK,CAAC,EAAE,UAAU,CAAA;IAClB,MAAM,CAAC,EAAE,WAAW,CAAA;IACpB,QAAQ,CAAC,EAAE,qBAAqB,CAAA;IAChC,IAAI,CAAC,EAAE,qBAAqB,CAAA;IAC5B,cAAc,CAAC,EAAE,6BAA6B,CAAC,YAAY,GAAG,QAAQ,GAAG,UAAU,CAAC,CAAA;IACpF,GAAG,CAAC,EAAE,SAAS,CAAA;IACf,QAAQ,CAAC,EAAE,aAAa,CAAA;IACxB,KAAK,CAAC,EAAE,WAAW,CAAA;IACnB,UAAU,CAAC,EAAE,aAAa,CAAA;IAC1B,aAAa,CAAC,EAAE,6BAA6B,CAAC,QAAQ,GAAG,QAAQ,GAAG,SAAS,CAAC,CAAA;IAC9E,UAAU,CAAC,EAAE,oBAAoB,CAAA;IACjC,eAAe,CAAC,EAAE,oBAAoB,CAAA;IACtC,QAAQ,CAAC,EAAE,aAAa,CAAA;IACxB,QAAQ,CAAC,EAAE,oBAAoB,CAAA;IAC/B,WAAW,CAAC,EAAE,WAAW,CAAA;IACzB,iBAAiB,CAAC,EAAE,iBAAiB,CAAA;CACtC,CAAA;;AAmND,wBAwKE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Carousel/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAA"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { DateValue, ElementIDValue, FontValue, GapXValue, MarginValue, ResponsiveColorValue, ResponsiveIconRadioGroupValue, TextInputValue, WidthValue } from '../../prop-controllers/descriptors';
|
|
3
|
+
declare type Props = {
|
|
4
|
+
id?: ElementIDValue;
|
|
5
|
+
date?: DateValue;
|
|
6
|
+
variant?: ResponsiveIconRadioGroupValue<'filled' | 'filled-split' | 'outline' | 'outline-split' | 'clear'>;
|
|
7
|
+
shape?: ResponsiveIconRadioGroupValue<'pill' | 'rounded' | 'square'>;
|
|
8
|
+
size?: ResponsiveIconRadioGroupValue<'small' | 'medium' | 'large'>;
|
|
9
|
+
gap?: GapXValue;
|
|
10
|
+
numberFont?: FontValue;
|
|
11
|
+
numberColor?: ResponsiveColorValue;
|
|
12
|
+
blockColor?: ResponsiveColorValue;
|
|
13
|
+
labelFont?: FontValue;
|
|
14
|
+
labelColor?: ResponsiveColorValue;
|
|
15
|
+
width?: WidthValue;
|
|
16
|
+
margin?: MarginValue;
|
|
17
|
+
daysLabel?: TextInputValue;
|
|
18
|
+
hoursLabel?: TextInputValue;
|
|
19
|
+
minutesLabel?: TextInputValue;
|
|
20
|
+
secondsLabel?: TextInputValue;
|
|
21
|
+
};
|
|
22
|
+
declare const _default: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<HTMLDivElement>>;
|
|
23
|
+
export default _default;
|
|
24
|
+
//# sourceMappingURL=Countdown.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Countdown.d.ts","sourceRoot":"","sources":["../../../../src/components/Countdown/Countdown.tsx"],"names":[],"mappings":";AAOA,OAAO,EAEL,SAAS,EACT,cAAc,EACd,SAAS,EACT,SAAS,EACT,WAAW,EACX,oBAAoB,EACpB,6BAA6B,EAC7B,cAAc,EACd,UAAU,EACX,MAAM,oCAAoC,CAAA;AAE3C,aAAK,KAAK,GAAG;IACX,EAAE,CAAC,EAAE,cAAc,CAAA;IACnB,IAAI,CAAC,EAAE,SAAS,CAAA;IAChB,OAAO,CAAC,EAAE,6BAA6B,CACrC,QAAQ,GAAG,cAAc,GAAG,SAAS,GAAG,eAAe,GAAG,OAAO,CAClE,CAAA;IACD,KAAK,CAAC,EAAE,6BAA6B,CAAC,MAAM,GAAG,SAAS,GAAG,QAAQ,CAAC,CAAA;IACpE,IAAI,CAAC,EAAE,6BAA6B,CAAC,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC,CAAA;IAClE,GAAG,CAAC,EAAE,SAAS,CAAA;IACf,UAAU,CAAC,EAAE,SAAS,CAAA;IACtB,WAAW,CAAC,EAAE,oBAAoB,CAAA;IAClC,UAAU,CAAC,EAAE,oBAAoB,CAAA;IACjC,SAAS,CAAC,EAAE,SAAS,CAAA;IACrB,UAAU,CAAC,EAAE,oBAAoB,CAAA;IACjC,KAAK,CAAC,EAAE,UAAU,CAAA;IAClB,MAAM,CAAC,EAAE,WAAW,CAAA;IACpB,SAAS,CAAC,EAAE,cAAc,CAAA;IAC1B,UAAU,CAAC,EAAE,cAAc,CAAA;IAC3B,YAAY,CAAC,EAAE,cAAc,CAAA;IAC7B,YAAY,CAAC,EAAE,cAAc,CAAA;CAC9B,CAAA;;AAuOD,wBA4EE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Countdown/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,aAAa,CAAA"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { ElementIDValue, MarginValue, ResponsiveColorValue, ResponsiveLengthValue, ResponsiveSelectValue, WidthValue } from '../../prop-controllers/descriptors';
|
|
3
|
+
declare type DividerVariant = 'solid' | 'dashed' | 'dotted' | 'blended';
|
|
4
|
+
declare type Props = {
|
|
5
|
+
id?: ElementIDValue;
|
|
6
|
+
variant?: ResponsiveSelectValue<DividerVariant>;
|
|
7
|
+
thickness?: ResponsiveLengthValue;
|
|
8
|
+
color?: ResponsiveColorValue;
|
|
9
|
+
width?: WidthValue;
|
|
10
|
+
margin?: MarginValue;
|
|
11
|
+
};
|
|
12
|
+
declare const _default: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<HTMLDivElement>>;
|
|
13
|
+
export default _default;
|
|
14
|
+
//# sourceMappingURL=Divider.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Divider.d.ts","sourceRoot":"","sources":["../../../../src/components/Divider/Divider.tsx"],"names":[],"mappings":";AAIA,OAAO,EAEL,cAAc,EACd,WAAW,EACX,oBAAoB,EACpB,qBAAqB,EACrB,qBAAqB,EACrB,UAAU,EACX,MAAM,oCAAoC,CAAA;AAK3C,aAAK,cAAc,GAAG,OAAO,GAAG,QAAQ,GAAG,QAAQ,GAAG,SAAS,CAAA;AAE/D,aAAK,KAAK,GAAG;IACX,EAAE,CAAC,EAAE,cAAc,CAAA;IACnB,OAAO,CAAC,EAAE,qBAAqB,CAAC,cAAc,CAAC,CAAA;IAC/C,SAAS,CAAC,EAAE,qBAAqB,CAAA;IACjC,KAAK,CAAC,EAAE,oBAAoB,CAAA;IAC5B,KAAK,CAAC,EAAE,UAAU,CAAA;IAClB,MAAM,CAAC,EAAE,WAAW,CAAA;CACrB,CAAA;;AAkED,wBAYE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Divider/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAA"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { ElementIDValue, MarginValue, TextAreaValue, WidthValue } from '../../prop-controllers/descriptors';
|
|
3
|
+
declare type Props = {
|
|
4
|
+
id?: ElementIDValue;
|
|
5
|
+
html?: TextAreaValue;
|
|
6
|
+
width?: WidthValue;
|
|
7
|
+
margin?: MarginValue;
|
|
8
|
+
};
|
|
9
|
+
declare const _default: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<HTMLDivElement>>;
|
|
10
|
+
export default _default;
|
|
11
|
+
//# sourceMappingURL=Embed.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Embed.d.ts","sourceRoot":"","sources":["../../../../src/components/Embed/Embed.tsx"],"names":[],"mappings":";AAMA,OAAO,EACL,cAAc,EACd,WAAW,EACX,aAAa,EACb,UAAU,EACX,MAAM,oCAAoC,CAAA;AAE3C,aAAK,KAAK,GAAG;IACX,EAAE,CAAC,EAAE,cAAc,CAAA;IACnB,IAAI,CAAC,EAAE,aAAa,CAAA;IACpB,KAAK,CAAC,EAAE,UAAU,CAAA;IAClB,MAAM,CAAC,EAAE,WAAW,CAAA;CACrB,CAAA;;AAiCD,wBA0EE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Embed/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,SAAS,CAAA"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { BorderRadiusValue, BorderValue, ElementIDValue, ImageValue, LinkValue, MarginValue, PaddingValue, ResponsiveOpacityValue, ShadowsValue, TextInputValue, WidthValue } from '../../prop-controllers/descriptors';
|
|
3
|
+
declare type Props = {
|
|
4
|
+
id?: ElementIDValue;
|
|
5
|
+
file?: ImageValue;
|
|
6
|
+
altText?: TextInputValue;
|
|
7
|
+
link?: LinkValue;
|
|
8
|
+
width?: WidthValue;
|
|
9
|
+
margin?: MarginValue;
|
|
10
|
+
padding?: PaddingValue;
|
|
11
|
+
border?: BorderValue;
|
|
12
|
+
borderRadius?: BorderRadiusValue;
|
|
13
|
+
boxShadow?: ShadowsValue;
|
|
14
|
+
opacity?: ResponsiveOpacityValue;
|
|
15
|
+
placeholder?: {
|
|
16
|
+
src: string;
|
|
17
|
+
dimensions: {
|
|
18
|
+
width: number;
|
|
19
|
+
height: number;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
className?: string;
|
|
23
|
+
};
|
|
24
|
+
declare const _default: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<HTMLImageElement>>;
|
|
25
|
+
export default _default;
|
|
26
|
+
//# sourceMappingURL=Image.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Image.d.ts","sourceRoot":"","sources":["../../../../src/components/Image/Image.tsx"],"names":[],"mappings":";AAIA,OAAO,EACL,iBAAiB,EACjB,WAAW,EACX,cAAc,EACd,UAAU,EACV,SAAS,EACT,WAAW,EACX,YAAY,EACZ,sBAAsB,EACtB,YAAY,EACZ,cAAc,EACd,UAAU,EACX,MAAM,oCAAoC,CAAA;AAsB3C,aAAK,KAAK,GAAG;IACX,EAAE,CAAC,EAAE,cAAc,CAAA;IACnB,IAAI,CAAC,EAAE,UAAU,CAAA;IACjB,OAAO,CAAC,EAAE,cAAc,CAAA;IACxB,IAAI,CAAC,EAAE,SAAS,CAAA;IAChB,KAAK,CAAC,EAAE,UAAU,CAAA;IAClB,MAAM,CAAC,EAAE,WAAW,CAAA;IACpB,OAAO,CAAC,EAAE,YAAY,CAAA;IACtB,MAAM,CAAC,EAAE,WAAW,CAAA;IACpB,YAAY,CAAC,EAAE,iBAAiB,CAAA;IAChC,SAAS,CAAC,EAAE,YAAY,CAAA;IACxB,OAAO,CAAC,EAAE,sBAAsB,CAAA;IAChC,WAAW,CAAC,EAAE;QAAE,GAAG,EAAE,MAAM,CAAC;QAAC,UAAU,EAAE;YAAE,KAAK,EAAE,MAAM,CAAC;YAAC,MAAM,EAAE,MAAM,CAAA;SAAE,CAAA;KAAE,CAAA;IAC5E,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,CAAA;;AAkED,wBA8EE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Image/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,SAAS,CAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { MouseEvent } from 'react';
|
|
2
|
+
import { LinkValue as LinkPropControllerValue } from '../../prop-controllers/descriptors';
|
|
3
|
+
declare type BaseProps = {
|
|
4
|
+
link?: LinkPropControllerValue;
|
|
5
|
+
onClick?: (event: MouseEvent<HTMLAnchorElement>) => unknown;
|
|
6
|
+
};
|
|
7
|
+
export declare const Link: import("react").ForwardRefExoticComponent<BaseProps & Omit<Pick<import("react").DetailedHTMLProps<import("react").AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "key" | keyof import("react").AnchorHTMLAttributes<HTMLAnchorElement>>, keyof BaseProps> & import("react").RefAttributes<HTMLAnchorElement>>;
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Link/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAwC,UAAU,EAAE,MAAM,OAAO,CAAA;AAIxE,OAAO,EAAE,SAAS,IAAI,uBAAuB,EAAE,MAAM,oCAAoC,CAAA;AAIzF,aAAK,SAAS,GAAG;IACf,IAAI,CAAC,EAAE,uBAAuB,CAAA;IAC9B,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,UAAU,CAAC,iBAAiB,CAAC,KAAK,OAAO,CAAA;CAC5D,CAAA;AAID,eAAO,MAAM,IAAI,6TAkGf,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/RichText/index.tsx"],"names":[],"mappings":";AAEA,aAAK,KAAK,GAAG,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,CAAA;;AAElC,wBAUE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Root.d.ts","sourceRoot":"","sources":["../../../../src/components/Root/Root.tsx"],"names":[],"mappings":";AAKA,OAAO,EACL,SAAS,EACT,gBAAgB,EAChB,SAAS,EACT,SAAS,EACV,MAAM,oCAAoC,CAAA;
|
|
1
|
+
{"version":3,"file":"Root.d.ts","sourceRoot":"","sources":["../../../../src/components/Root/Root.tsx"],"names":[],"mappings":";AAKA,OAAO,EACL,SAAS,EACT,gBAAgB,EAChB,SAAS,EACT,SAAS,EACV,MAAM,oCAAoC,CAAA;AA6B3C,aAAK,KAAK,GAAG;IACX,QAAQ,CAAC,EAAE,SAAS,CAAA;IACpB,WAAW,CAAC,EAAE,gBAAgB,CAAA;IAC9B,MAAM,CAAC,EAAE,SAAS,CAAA;IAClB,SAAS,CAAC,EAAE,SAAS,CAAA;CACtB,CAAA;;AAED,wBA4BE"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { ReactRuntime } from '../../../react';
|
|
3
|
+
import { BoxAnimateIn } from './animations';
|
|
4
|
+
import { BorderRadiusValue, ElementIDValue, WidthValue, MarginValue, PaddingValue, ResponsiveIconRadioGroupValue, GridValue, GapYValue, GapXValue, CheckboxValue, ResponsiveSelectValue, ResponsiveNumberValue, BackgroundsValue, BorderValue, ShadowsValue } from '../../../prop-controllers/descriptors';
|
|
5
|
+
import { BoxModelHandle } from '../../../box-model';
|
|
6
|
+
import { Props } from '../../../prop-controllers';
|
|
7
|
+
declare type Props = {
|
|
8
|
+
id?: ElementIDValue;
|
|
9
|
+
backgrounds?: BackgroundsValue;
|
|
10
|
+
width?: WidthValue;
|
|
11
|
+
height?: ResponsiveIconRadioGroupValue<'auto' | 'stretch'>;
|
|
12
|
+
verticalAlign?: ResponsiveIconRadioGroupValue<'flex-start' | 'center' | 'flex-end' | 'space-between'>;
|
|
13
|
+
margin?: MarginValue;
|
|
14
|
+
padding?: PaddingValue;
|
|
15
|
+
border?: BorderValue;
|
|
16
|
+
borderRadius?: BorderRadiusValue;
|
|
17
|
+
boxShadow?: ShadowsValue;
|
|
18
|
+
rowGap?: GapYValue;
|
|
19
|
+
columnGap?: GapXValue;
|
|
20
|
+
boxAnimateType?: ResponsiveSelectValue<BoxAnimateIn>;
|
|
21
|
+
boxAnimateDuration?: ResponsiveNumberValue;
|
|
22
|
+
boxAnimateDelay?: ResponsiveNumberValue;
|
|
23
|
+
itemAnimateType?: ResponsiveSelectValue<BoxAnimateIn>;
|
|
24
|
+
itemAnimateDuration?: ResponsiveNumberValue;
|
|
25
|
+
itemAnimateDelay?: ResponsiveNumberValue;
|
|
26
|
+
itemStaggerDuration?: ResponsiveNumberValue;
|
|
27
|
+
hidePlaceholder?: CheckboxValue;
|
|
28
|
+
children?: GridValue;
|
|
29
|
+
};
|
|
30
|
+
declare const Box: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<BoxModelHandle>>;
|
|
31
|
+
export default Box;
|
|
32
|
+
export declare function registerComponent(runtime: ReactRuntime): () => void;
|
|
33
|
+
//# sourceMappingURL=Box.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Box.d.ts","sourceRoot":"","sources":["../../../../../src/components/builtin/Box/Box.tsx"],"names":[],"mappings":";AAIA,OAAO,EAAW,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAEtD,OAAO,EACL,YAAY,EAMb,MAAM,cAAc,CAAA;AACrB,OAAO,EACL,iBAAiB,EACjB,cAAc,EACd,UAAU,EACV,WAAW,EACX,YAAY,EACZ,6BAA6B,EAC7B,SAAS,EACT,SAAS,EACT,SAAS,EACT,aAAa,EACb,qBAAqB,EACrB,qBAAqB,EACrB,gBAAgB,EAChB,WAAW,EACX,YAAY,EACb,MAAM,uCAAuC,CAAA;AAW9C,OAAO,EAAE,cAAc,EAAoB,MAAM,oBAAoB,CAAA;AAQrE,OAAO,EAAE,KAAK,EAAE,MAAM,2BAA2B,CAAA;AAEjD,aAAK,KAAK,GAAG;IACX,EAAE,CAAC,EAAE,cAAc,CAAA;IACnB,WAAW,CAAC,EAAE,gBAAgB,CAAA;IAC9B,KAAK,CAAC,EAAE,UAAU,CAAA;IAClB,MAAM,CAAC,EAAE,6BAA6B,CAAC,MAAM,GAAG,SAAS,CAAC,CAAA;IAC1D,aAAa,CAAC,EAAE,6BAA6B,CAC3C,YAAY,GAAG,QAAQ,GAAG,UAAU,GAAG,eAAe,CACvD,CAAA;IACD,MAAM,CAAC,EAAE,WAAW,CAAA;IACpB,OAAO,CAAC,EAAE,YAAY,CAAA;IACtB,MAAM,CAAC,EAAE,WAAW,CAAA;IACpB,YAAY,CAAC,EAAE,iBAAiB,CAAA;IAChC,SAAS,CAAC,EAAE,YAAY,CAAA;IACxB,MAAM,CAAC,EAAE,SAAS,CAAA;IAClB,SAAS,CAAC,EAAE,SAAS,CAAA;IACrB,cAAc,CAAC,EAAE,qBAAqB,CAAC,YAAY,CAAC,CAAA;IACpD,kBAAkB,CAAC,EAAE,qBAAqB,CAAA;IAC1C,eAAe,CAAC,EAAE,qBAAqB,CAAA;IACvC,eAAe,CAAC,EAAE,qBAAqB,CAAC,YAAY,CAAC,CAAA;IACrD,mBAAmB,CAAC,EAAE,qBAAqB,CAAA;IAC3C,gBAAgB,CAAC,EAAE,qBAAqB,CAAA;IACxC,mBAAmB,CAAC,EAAE,qBAAqB,CAAA;IAC3C,eAAe,CAAC,EAAE,aAAa,CAAA;IAC/B,QAAQ,CAAC,EAAE,SAAS,CAAA;CACrB,CAAA;AAgDD,QAAA,MAAM,GAAG,kGAiIP,CAAA;AAEF,eAAe,GAAG,CAAA;AAElB,wBAAgB,iBAAiB,CAAC,OAAO,EAAE,YAAY,cAoItD"}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
import { TargetAndTransition, Transition, Variants, MotionProps } from 'framer-motion';
|
|
2
|
+
import { TransitionMap } from 'framer-motion/types/types';
|
|
3
|
+
import { ResponsiveValue } from '../../../prop-controllers';
|
|
4
|
+
import { Element } from '../../../state/react-page';
|
|
5
|
+
export declare type BoxAnimateIn = 'none' | 'fadeIn' | 'fadeUp' | 'fadeDown' | 'fadeLeft' | 'fadeRight' | 'blurIn' | 'scaleUp' | 'scaleDown';
|
|
6
|
+
declare type BoxAnimationVariants = {
|
|
7
|
+
entered: TargetAndTransition;
|
|
8
|
+
exited: TargetAndTransition;
|
|
9
|
+
};
|
|
10
|
+
export declare const boxAnimations: {
|
|
11
|
+
[key in BoxAnimateIn]: {
|
|
12
|
+
transition: TransitionMap;
|
|
13
|
+
} & BoxAnimationVariants;
|
|
14
|
+
};
|
|
15
|
+
export declare type BoxAnimationType = {
|
|
16
|
+
containerAnimationProps: {
|
|
17
|
+
transition: Transition;
|
|
18
|
+
variants: Variants;
|
|
19
|
+
};
|
|
20
|
+
parentAnimationProps: {
|
|
21
|
+
transition: Transition;
|
|
22
|
+
};
|
|
23
|
+
childAnimationProps: {
|
|
24
|
+
transition: Transition;
|
|
25
|
+
variants: Variants;
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
export declare const DEFAULT_BOX_ANIMATE_TYPE = "none";
|
|
29
|
+
export declare const DEFAULT_BOX_ANIMATE_DELAY = 0;
|
|
30
|
+
export declare const DEFAULT_BOX_ANIMATE_DURATION = 0.75;
|
|
31
|
+
export declare const DEFAULT_ITEM_ANIMATE_TYPE = "none";
|
|
32
|
+
export declare const DEFAULT_ITEM_ANIMATE_DELAY = 0;
|
|
33
|
+
export declare const DEFAULT_ITEM_ANIMATE_DURATION = 0.75;
|
|
34
|
+
export declare const DEFAULT_ITEM_STAGGER_DURATION = 0;
|
|
35
|
+
declare type UseBoxAnimationsPayload = {
|
|
36
|
+
initial?: {
|
|
37
|
+
container: MotionProps['initial'];
|
|
38
|
+
parent: MotionProps['initial'];
|
|
39
|
+
};
|
|
40
|
+
animate?: {
|
|
41
|
+
container: MotionProps['animate'];
|
|
42
|
+
parent: MotionProps['animate'];
|
|
43
|
+
};
|
|
44
|
+
variants?: {
|
|
45
|
+
container: MotionProps['variants'];
|
|
46
|
+
child: MotionProps['variants'];
|
|
47
|
+
};
|
|
48
|
+
transition?: {
|
|
49
|
+
container: MotionProps['transition'];
|
|
50
|
+
parent: MotionProps['transition'];
|
|
51
|
+
child: MotionProps['transition'];
|
|
52
|
+
};
|
|
53
|
+
key?: {
|
|
54
|
+
container: string;
|
|
55
|
+
};
|
|
56
|
+
};
|
|
57
|
+
export declare const useBoxAnimations: ({ boxElement, elements, ...props }: {
|
|
58
|
+
boxAnimateType: ResponsiveValue<BoxAnimateIn> | undefined;
|
|
59
|
+
boxAnimateDuration: ResponsiveValue<number> | undefined;
|
|
60
|
+
boxAnimateDelay: ResponsiveValue<number> | undefined;
|
|
61
|
+
itemAnimateType: ResponsiveValue<BoxAnimateIn> | undefined;
|
|
62
|
+
itemAnimateDuration: ResponsiveValue<number> | undefined;
|
|
63
|
+
itemAnimateDelay: ResponsiveValue<number> | undefined;
|
|
64
|
+
itemStaggerDuration: ResponsiveValue<number> | undefined;
|
|
65
|
+
boxElement: HTMLElement | null;
|
|
66
|
+
elements: Element[] | undefined;
|
|
67
|
+
}) => UseBoxAnimationsPayload;
|
|
68
|
+
export {};
|
|
69
|
+
//# sourceMappingURL=animations.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"animations.d.ts","sourceRoot":"","sources":["../../../../../src/components/builtin/Box/animations.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,mBAAmB,EACnB,UAAU,EAGV,QAAQ,EACR,WAAW,EACZ,MAAM,eAAe,CAAA;AACtB,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAA;AAGzD,OAAO,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAA;AAE3D,OAAO,EAAE,OAAO,EAAE,MAAM,2BAA2B,CAAA;AAEnD,oBAAY,YAAY,GACpB,MAAM,GACN,QAAQ,GACR,QAAQ,GACR,UAAU,GACV,UAAU,GACV,WAAW,GACX,QAAQ,GACR,SAAS,GACT,WAAW,CAAA;AASf,aAAK,oBAAoB,GAAG;IAC1B,OAAO,EAAE,mBAAmB,CAAA;IAC5B,MAAM,EAAE,mBAAmB,CAAA;CAC5B,CAAA;AAED,eAAO,MAAM,aAAa,EAAE;KACzB,GAAG,IAAI,YAAY,GAAG;QACrB,UAAU,EAAE,aAAa,CAAA;KAC1B,GAAG,oBAAoB;CA8HzB,CAAA;AAmBD,oBAAY,gBAAgB,GAAG;IAC7B,uBAAuB,EAAE;QACvB,UAAU,EAAE,UAAU,CAAA;QACtB,QAAQ,EAAE,QAAQ,CAAA;KACnB,CAAA;IACD,oBAAoB,EAAE;QACpB,UAAU,EAAE,UAAU,CAAA;KACvB,CAAA;IACD,mBAAmB,EAAE;QACnB,UAAU,EAAE,UAAU,CAAA;QACtB,QAAQ,EAAE,QAAQ,CAAA;KACnB,CAAA;CACF,CAAA;AAwBD,eAAO,MAAM,wBAAwB,SAAS,CAAA;AAC9C,eAAO,MAAM,yBAAyB,IAAM,CAAA;AAC5C,eAAO,MAAM,4BAA4B,OAAO,CAAA;AAChD,eAAO,MAAM,yBAAyB,SAAS,CAAA;AAC/C,eAAO,MAAM,0BAA0B,IAAM,CAAA;AAC7C,eAAO,MAAM,6BAA6B,OAAO,CAAA;AACjD,eAAO,MAAM,6BAA6B,IAAM,CAAA;AAEhD,aAAK,uBAAuB,GAAG;IAC7B,OAAO,CAAC,EAAE;QAAE,SAAS,EAAE,WAAW,CAAC,SAAS,CAAC,CAAC;QAAC,MAAM,EAAE,WAAW,CAAC,SAAS,CAAC,CAAA;KAAE,CAAA;IAC/E,OAAO,CAAC,EAAE;QAAE,SAAS,EAAE,WAAW,CAAC,SAAS,CAAC,CAAC;QAAC,MAAM,EAAE,WAAW,CAAC,SAAS,CAAC,CAAA;KAAE,CAAA;IAC/E,QAAQ,CAAC,EAAE;QAAE,SAAS,EAAE,WAAW,CAAC,UAAU,CAAC,CAAC;QAAC,KAAK,EAAE,WAAW,CAAC,UAAU,CAAC,CAAA;KAAE,CAAA;IACjF,UAAU,CAAC,EAAE;QACX,SAAS,EAAE,WAAW,CAAC,YAAY,CAAC,CAAA;QACpC,MAAM,EAAE,WAAW,CAAC,YAAY,CAAC,CAAA;QACjC,KAAK,EAAE,WAAW,CAAC,YAAY,CAAC,CAAA;KACjC,CAAA;IACD,GAAG,CAAC,EAAE;QAAE,SAAS,EAAE,MAAM,CAAA;KAAE,CAAA;CAC5B,CAAA;AAED,eAAO,MAAM,gBAAgB;oBAKX,gBAAgB,YAAY,CAAC,GAAG,SAAS;wBACrC,gBAAgB,MAAM,CAAC,GAAG,SAAS;qBACtC,gBAAgB,MAAM,CAAC,GAAG,SAAS;qBACnC,gBAAgB,YAAY,CAAC,GAAG,SAAS;yBACrC,gBAAgB,MAAM,CAAC,GAAG,SAAS;sBACtC,gBAAgB,MAAM,CAAC,GAAG,SAAS;yBAChC,gBAAgB,MAAM,CAAC,GAAG,SAAS;gBAC5C,WAAW,GAAG,IAAI;cACpB,OAAO,EAAE,GAAG,SAAS;MAC7B,uBAqHH,CAAA"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare type Props = {
|
|
3
|
+
hide?: boolean;
|
|
4
|
+
};
|
|
5
|
+
declare const _default: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<HTMLDivElement>>;
|
|
6
|
+
export default _default;
|
|
7
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/builtin/Box/components/Placeholder/index.tsx"],"names":[],"mappings":";AAWA,aAAK,KAAK,GAAG;IAAE,IAAI,CAAC,EAAE,OAAO,CAAA;CAAE,CAAA;;AAE/B,wBA2BE"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export { default, registerComponent } from './Box';
|
|
2
|
+
export { DEFAULT_BOX_ANIMATE_TYPE, DEFAULT_BOX_ANIMATE_DELAY, DEFAULT_BOX_ANIMATE_DURATION, DEFAULT_ITEM_ANIMATE_TYPE, DEFAULT_ITEM_ANIMATE_DELAY, DEFAULT_ITEM_ANIMATE_DURATION, DEFAULT_ITEM_STAGGER_DURATION, } from './animations';
|
|
3
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/builtin/Box/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAA;AAClD,OAAO,EACL,wBAAwB,EACxB,yBAAyB,EACzB,4BAA4B,EAC5B,yBAAyB,EACzB,0BAA0B,EAC1B,6BAA6B,EAC7B,6BAA6B,GAC9B,MAAM,cAAc,CAAA"}
|