774 lines
14 KiB
JavaScript
774 lines
14 KiB
JavaScript
import {
|
|
AnimatePresence,
|
|
AnimateSharedLayout,
|
|
AsyncMotionValueAnimation,
|
|
DOMKeyframesResolver,
|
|
DOMVisualElement,
|
|
DeprecatedLayoutGroupContext,
|
|
DocumentProjectionNode,
|
|
DragControls,
|
|
Feature,
|
|
FlatTree,
|
|
GroupAnimation,
|
|
GroupAnimationWithThen,
|
|
HTMLProjectionNode,
|
|
HTMLVisualElement,
|
|
JSAnimation,
|
|
KeyframeResolver,
|
|
LayoutAnimationBuilder,
|
|
LayoutGroup,
|
|
LayoutGroupContext,
|
|
LazyMotion,
|
|
MotionConfig,
|
|
MotionConfigContext,
|
|
MotionContext,
|
|
MotionGlobalConfig,
|
|
MotionValue,
|
|
NativeAnimation,
|
|
NativeAnimationExtended,
|
|
NativeAnimationWrapper,
|
|
NodeStack,
|
|
ObjectVisualElement,
|
|
PopChild,
|
|
PresenceChild,
|
|
PresenceContext,
|
|
SVGVisualElement,
|
|
SubscriptionManager,
|
|
SwitchLayoutGroupContext,
|
|
ViewTransitionBuilder,
|
|
VisualElement,
|
|
WillChangeMotionValue,
|
|
acceleratedValues,
|
|
activeAnimations,
|
|
addAttrValue,
|
|
addDomEvent,
|
|
addPointerEvent,
|
|
addPointerInfo,
|
|
addScaleCorrector,
|
|
addStyleValue,
|
|
addUniqueItem,
|
|
addValueToWillChange,
|
|
alpha,
|
|
analyseComplexValue,
|
|
animate,
|
|
animateMini,
|
|
animateMotionValue,
|
|
animateSingleValue,
|
|
animateTarget,
|
|
animateValue,
|
|
animateVariant,
|
|
animateView,
|
|
animateVisualElement,
|
|
animationControls,
|
|
animationMapKey,
|
|
animations,
|
|
anticipate,
|
|
applyAxisDelta,
|
|
applyBoxDelta,
|
|
applyGeneratorOptions,
|
|
applyPointDelta,
|
|
applyPxDefaults,
|
|
applyTreeDeltas,
|
|
aspectRatio,
|
|
attachFollow,
|
|
attachSpring,
|
|
attrEffect,
|
|
axisDeltaEquals,
|
|
axisEquals,
|
|
axisEqualsRounded,
|
|
backIn,
|
|
backInOut,
|
|
backOut,
|
|
boxEquals,
|
|
boxEqualsRounded,
|
|
buildHTMLStyles,
|
|
buildProjectionTransform,
|
|
buildSVGAttrs,
|
|
buildSVGPath,
|
|
buildTransform,
|
|
calcAxisDelta,
|
|
calcBoxDelta,
|
|
calcChildStagger,
|
|
calcGeneratorDuration,
|
|
calcLength,
|
|
calcRelativeAxis,
|
|
calcRelativeAxisPosition,
|
|
calcRelativeBox,
|
|
calcRelativePosition,
|
|
camelCaseAttributes,
|
|
camelToDash,
|
|
cancelFrame,
|
|
cancelMicrotask,
|
|
cancelSync,
|
|
checkVariantsDidChange,
|
|
circIn,
|
|
circInOut,
|
|
circOut,
|
|
clamp,
|
|
cleanDirtyNodes,
|
|
collectMotionValues,
|
|
color,
|
|
compareByDepth,
|
|
complex,
|
|
containsCSSVariable,
|
|
convertBoundingBoxToBox,
|
|
convertBoxToBoundingBox,
|
|
convertOffsetToTimes,
|
|
copyAxisDeltaInto,
|
|
copyAxisInto,
|
|
copyBoxInto,
|
|
correctBorderRadius,
|
|
correctBoxShadow,
|
|
correctParentTransform,
|
|
createAnimationState,
|
|
createAxis,
|
|
createAxisDelta,
|
|
createBox,
|
|
createDelta,
|
|
createGeneratorEasing,
|
|
createProjectionNode,
|
|
createRenderBatcher,
|
|
createScopedAnimate,
|
|
cubicBezier,
|
|
cubicBezierAsString,
|
|
defaultEasing,
|
|
defaultOffset,
|
|
defaultTransformValue,
|
|
defaultValueTypes,
|
|
degrees,
|
|
delay,
|
|
delayInSeconds,
|
|
dimensionValueTypes,
|
|
disableInstantTransitions,
|
|
distance,
|
|
distance2D,
|
|
domAnimation,
|
|
domMax,
|
|
domMin,
|
|
eachAxis,
|
|
easeIn,
|
|
easeInOut,
|
|
easeOut,
|
|
easingDefinitionToFunction,
|
|
fillOffset,
|
|
fillWildcards,
|
|
filterProps,
|
|
findDimensionValueType,
|
|
findValueType,
|
|
flushKeyframeResolvers,
|
|
followValue,
|
|
frame,
|
|
frameData,
|
|
frameSteps,
|
|
generateLinearEasing,
|
|
getAnimatableNone,
|
|
getAnimationMap,
|
|
getComputedStyle,
|
|
getDefaultTransition,
|
|
getDefaultValueType,
|
|
getEasingForSegment,
|
|
getFeatureDefinitions,
|
|
getFinalKeyframe,
|
|
getMixer,
|
|
getOptimisedAppearId,
|
|
getOriginIndex,
|
|
getValueAsType,
|
|
getValueTransition,
|
|
getVariableValue,
|
|
getVariantContext,
|
|
getViewAnimationLayerInfo,
|
|
getViewAnimations,
|
|
globalProjectionState,
|
|
has2DTranslate,
|
|
hasReducedMotionListener,
|
|
hasScale,
|
|
hasTransform,
|
|
hasWarned,
|
|
hex,
|
|
hover,
|
|
hsla,
|
|
hslaToRgba,
|
|
inView,
|
|
inertia,
|
|
initPrefersReducedMotion,
|
|
interpolate,
|
|
invariant,
|
|
invisibleValues,
|
|
isAnimationControls,
|
|
isBezierDefinition,
|
|
isBrowser,
|
|
isCSSVariableName,
|
|
isCSSVariableToken,
|
|
isControllingVariants,
|
|
isDeltaZero,
|
|
isDragActive,
|
|
isDragging,
|
|
isEasingArray,
|
|
isElementKeyboardAccessible,
|
|
isElementTextInput,
|
|
isForcedMotionValue,
|
|
isGenerator,
|
|
isHTMLElement,
|
|
isKeyframesTarget,
|
|
isMotionComponent,
|
|
isMotionValue,
|
|
isNear,
|
|
isNodeOrChild,
|
|
isNumericalString,
|
|
isObject,
|
|
isPrimaryPointer,
|
|
isSVGElement,
|
|
isSVGSVGElement,
|
|
isSVGTag,
|
|
isTransitionDefined,
|
|
isValidMotionProp,
|
|
isVariantLabel,
|
|
isVariantNode,
|
|
isWaapiSupportedEasing,
|
|
isWillChangeMotionValue,
|
|
isZeroValueString,
|
|
keyframes,
|
|
m,
|
|
makeAnimationInstant,
|
|
makeUseVisualState,
|
|
mapEasingToNativeEasing,
|
|
mapValue,
|
|
maxGeneratorDuration,
|
|
measurePageBox,
|
|
measureViewportBox,
|
|
memo,
|
|
microtask,
|
|
millisecondsToSeconds,
|
|
mirrorEasing,
|
|
mix,
|
|
mixArray,
|
|
mixColor,
|
|
mixComplex,
|
|
mixImmediate,
|
|
mixLinearColor,
|
|
mixNumber,
|
|
mixObject,
|
|
mixValues,
|
|
mixVisibility,
|
|
motion,
|
|
motionValue,
|
|
moveItem,
|
|
namespace_exports,
|
|
nodeGroup,
|
|
noop,
|
|
number,
|
|
numberValueTypes,
|
|
observeTimeline,
|
|
optimizedAppearDataAttribute,
|
|
optimizedAppearDataId,
|
|
parseAnimateLayoutArgs,
|
|
parseCSSVariable,
|
|
parseValueFromTransform,
|
|
percent,
|
|
pipe,
|
|
pixelsToPercent,
|
|
positionalKeys,
|
|
prefersReducedMotion,
|
|
press,
|
|
progress,
|
|
progressPercentage,
|
|
propEffect,
|
|
propagateDirtyNodes,
|
|
px,
|
|
readTransformValue,
|
|
recordStats,
|
|
removeAxisDelta,
|
|
removeAxisTransforms,
|
|
removeBoxTransforms,
|
|
removeItem,
|
|
removePointDelta,
|
|
renderHTML,
|
|
renderSVG,
|
|
resize,
|
|
resolveElements,
|
|
resolveMotionValue,
|
|
resolveTransition,
|
|
resolveVariant,
|
|
resolveVariantFromProps,
|
|
reverseEasing,
|
|
rgbUnit,
|
|
rgba,
|
|
rootProjectionNode,
|
|
scale,
|
|
scaleCorrectors,
|
|
scalePoint,
|
|
scrapeMotionValuesFromProps,
|
|
scrapeMotionValuesFromProps2,
|
|
scroll,
|
|
scrollInfo,
|
|
secondsToMilliseconds,
|
|
setDragLock,
|
|
setFeatureDefinitions,
|
|
setStyle,
|
|
setTarget,
|
|
spring,
|
|
springValue,
|
|
stagger,
|
|
startOptimizedAppearAnimation,
|
|
startWaapiAnimation,
|
|
statsBuffer,
|
|
steps,
|
|
styleEffect,
|
|
supportedWaapiEasing,
|
|
supportsBrowserAnimation,
|
|
supportsFlags,
|
|
supportsLinearEasing,
|
|
supportsPartialKeyframes,
|
|
supportsScrollTimeline,
|
|
supportsViewTimeline,
|
|
svgEffect,
|
|
sync,
|
|
testValueType,
|
|
time,
|
|
transform,
|
|
transformAxis,
|
|
transformBox,
|
|
transformBoxPoints,
|
|
transformPropOrder,
|
|
transformProps,
|
|
transformValue,
|
|
transformValueTypes,
|
|
transformViewBoxPoint,
|
|
translateAxis,
|
|
unwrapMotionComponent,
|
|
updateMotionValuesFromProps,
|
|
useAnimate,
|
|
useAnimateMini,
|
|
useAnimatedState,
|
|
useAnimation,
|
|
useAnimationControls,
|
|
useAnimationFrame,
|
|
useComposedRefs,
|
|
useCycle,
|
|
useDomEvent,
|
|
useDragControls,
|
|
useElementScroll,
|
|
useFollowValue,
|
|
useForceUpdate,
|
|
useInView,
|
|
useInstantLayoutTransition,
|
|
useInstantTransition,
|
|
useInvertedScale,
|
|
useIsPresent,
|
|
useIsomorphicLayoutEffect,
|
|
useMotionTemplate,
|
|
useMotionValue,
|
|
useMotionValueEvent,
|
|
usePageInView,
|
|
usePresence,
|
|
usePresenceData,
|
|
useReducedMotion,
|
|
useReducedMotionConfig,
|
|
useResetProjection,
|
|
useScroll,
|
|
useSpring,
|
|
useTime,
|
|
useTransform,
|
|
useUnmountEffect,
|
|
useVelocity,
|
|
useViewportScroll,
|
|
useWillChange,
|
|
variantPriorityOrder,
|
|
variantProps,
|
|
velocityPerSecond,
|
|
vh,
|
|
visualElementStore,
|
|
vw,
|
|
warnOnce,
|
|
warning,
|
|
wrap
|
|
} from "./chunk-IXBBW3O7.js";
|
|
import "./chunk-7CC4PDZ5.js";
|
|
import "./chunk-YHPANKLD.js";
|
|
import "./chunk-PR4QN5HX.js";
|
|
export {
|
|
AnimatePresence,
|
|
AnimateSharedLayout,
|
|
AsyncMotionValueAnimation,
|
|
DOMKeyframesResolver,
|
|
DOMVisualElement,
|
|
DeprecatedLayoutGroupContext,
|
|
DocumentProjectionNode,
|
|
DragControls,
|
|
Feature,
|
|
FlatTree,
|
|
GroupAnimation,
|
|
GroupAnimationWithThen,
|
|
HTMLProjectionNode,
|
|
HTMLVisualElement,
|
|
JSAnimation,
|
|
KeyframeResolver,
|
|
LayoutAnimationBuilder,
|
|
LayoutGroup,
|
|
LayoutGroupContext,
|
|
LazyMotion,
|
|
MotionConfig,
|
|
MotionConfigContext,
|
|
MotionContext,
|
|
MotionGlobalConfig,
|
|
MotionValue,
|
|
NativeAnimation,
|
|
NativeAnimationExtended,
|
|
NativeAnimationWrapper,
|
|
NodeStack,
|
|
ObjectVisualElement,
|
|
PopChild,
|
|
PresenceChild,
|
|
PresenceContext,
|
|
namespace_exports as Reorder,
|
|
SVGVisualElement,
|
|
SubscriptionManager,
|
|
SwitchLayoutGroupContext,
|
|
ViewTransitionBuilder,
|
|
VisualElement,
|
|
WillChangeMotionValue,
|
|
acceleratedValues,
|
|
activeAnimations,
|
|
addAttrValue,
|
|
addDomEvent,
|
|
addPointerEvent,
|
|
addPointerInfo,
|
|
addScaleCorrector,
|
|
addStyleValue,
|
|
addUniqueItem,
|
|
addValueToWillChange,
|
|
alpha,
|
|
analyseComplexValue,
|
|
animate,
|
|
animateMini,
|
|
animateMotionValue,
|
|
animateSingleValue,
|
|
animateTarget,
|
|
animateValue,
|
|
animateVariant,
|
|
animateView,
|
|
animateVisualElement,
|
|
animationControls,
|
|
animationMapKey,
|
|
animations,
|
|
anticipate,
|
|
applyAxisDelta,
|
|
applyBoxDelta,
|
|
applyGeneratorOptions,
|
|
applyPointDelta,
|
|
applyPxDefaults,
|
|
applyTreeDeltas,
|
|
aspectRatio,
|
|
attachFollow,
|
|
attachSpring,
|
|
attrEffect,
|
|
axisDeltaEquals,
|
|
axisEquals,
|
|
axisEqualsRounded,
|
|
backIn,
|
|
backInOut,
|
|
backOut,
|
|
boxEquals,
|
|
boxEqualsRounded,
|
|
buildHTMLStyles,
|
|
buildProjectionTransform,
|
|
buildSVGAttrs,
|
|
buildSVGPath,
|
|
buildTransform,
|
|
calcAxisDelta,
|
|
calcBoxDelta,
|
|
calcChildStagger,
|
|
calcGeneratorDuration,
|
|
calcLength,
|
|
calcRelativeAxis,
|
|
calcRelativeAxisPosition,
|
|
calcRelativeBox,
|
|
calcRelativePosition,
|
|
camelCaseAttributes,
|
|
camelToDash,
|
|
cancelFrame,
|
|
cancelMicrotask,
|
|
cancelSync,
|
|
checkVariantsDidChange,
|
|
circIn,
|
|
circInOut,
|
|
circOut,
|
|
clamp,
|
|
cleanDirtyNodes,
|
|
collectMotionValues,
|
|
color,
|
|
compareByDepth,
|
|
complex,
|
|
containsCSSVariable,
|
|
convertBoundingBoxToBox,
|
|
convertBoxToBoundingBox,
|
|
convertOffsetToTimes,
|
|
copyAxisDeltaInto,
|
|
copyAxisInto,
|
|
copyBoxInto,
|
|
correctBorderRadius,
|
|
correctBoxShadow,
|
|
correctParentTransform,
|
|
createAnimationState,
|
|
createAxis,
|
|
createAxisDelta,
|
|
createBox,
|
|
createDelta,
|
|
createGeneratorEasing,
|
|
createProjectionNode,
|
|
createRenderBatcher,
|
|
createScopedAnimate,
|
|
cubicBezier,
|
|
cubicBezierAsString,
|
|
defaultEasing,
|
|
defaultOffset,
|
|
defaultTransformValue,
|
|
defaultValueTypes,
|
|
degrees,
|
|
delay,
|
|
delayInSeconds,
|
|
dimensionValueTypes,
|
|
disableInstantTransitions,
|
|
distance,
|
|
distance2D,
|
|
domAnimation,
|
|
domMax,
|
|
domMin,
|
|
eachAxis,
|
|
easeIn,
|
|
easeInOut,
|
|
easeOut,
|
|
easingDefinitionToFunction,
|
|
fillOffset,
|
|
fillWildcards,
|
|
filterProps,
|
|
findDimensionValueType,
|
|
findValueType,
|
|
flushKeyframeResolvers,
|
|
followValue,
|
|
frame,
|
|
frameData,
|
|
frameSteps,
|
|
generateLinearEasing,
|
|
getAnimatableNone,
|
|
getAnimationMap,
|
|
getComputedStyle,
|
|
getDefaultTransition,
|
|
getDefaultValueType,
|
|
getEasingForSegment,
|
|
getFeatureDefinitions,
|
|
getFinalKeyframe,
|
|
getMixer,
|
|
getOptimisedAppearId,
|
|
getOriginIndex,
|
|
getValueAsType,
|
|
getValueTransition,
|
|
getVariableValue,
|
|
getVariantContext,
|
|
getViewAnimationLayerInfo,
|
|
getViewAnimations,
|
|
globalProjectionState,
|
|
has2DTranslate,
|
|
hasReducedMotionListener,
|
|
hasScale,
|
|
hasTransform,
|
|
hasWarned,
|
|
hex,
|
|
hover,
|
|
hsla,
|
|
hslaToRgba,
|
|
inView,
|
|
inertia,
|
|
initPrefersReducedMotion,
|
|
interpolate,
|
|
invariant,
|
|
invisibleValues,
|
|
isAnimationControls,
|
|
isBezierDefinition,
|
|
isBrowser,
|
|
isCSSVariableName,
|
|
isCSSVariableToken,
|
|
isControllingVariants,
|
|
isDeltaZero,
|
|
isDragActive,
|
|
isDragging,
|
|
isEasingArray,
|
|
isElementKeyboardAccessible,
|
|
isElementTextInput,
|
|
isForcedMotionValue,
|
|
isGenerator,
|
|
isHTMLElement,
|
|
isKeyframesTarget,
|
|
isMotionComponent,
|
|
isMotionValue,
|
|
isNear,
|
|
isNodeOrChild,
|
|
isNumericalString,
|
|
isObject,
|
|
isPrimaryPointer,
|
|
isSVGElement,
|
|
isSVGSVGElement,
|
|
isSVGTag,
|
|
isTransitionDefined,
|
|
isValidMotionProp,
|
|
isVariantLabel,
|
|
isVariantNode,
|
|
isWaapiSupportedEasing,
|
|
isWillChangeMotionValue,
|
|
isZeroValueString,
|
|
keyframes,
|
|
m,
|
|
makeAnimationInstant,
|
|
makeUseVisualState,
|
|
mapEasingToNativeEasing,
|
|
mapValue,
|
|
maxGeneratorDuration,
|
|
measurePageBox,
|
|
measureViewportBox,
|
|
memo,
|
|
microtask,
|
|
millisecondsToSeconds,
|
|
mirrorEasing,
|
|
mix,
|
|
mixArray,
|
|
mixColor,
|
|
mixComplex,
|
|
mixImmediate,
|
|
mixLinearColor,
|
|
mixNumber,
|
|
mixObject,
|
|
mixValues,
|
|
mixVisibility,
|
|
motion,
|
|
motionValue,
|
|
moveItem,
|
|
nodeGroup,
|
|
noop,
|
|
number,
|
|
numberValueTypes,
|
|
observeTimeline,
|
|
optimizedAppearDataAttribute,
|
|
optimizedAppearDataId,
|
|
parseAnimateLayoutArgs,
|
|
parseCSSVariable,
|
|
parseValueFromTransform,
|
|
percent,
|
|
pipe,
|
|
pixelsToPercent,
|
|
positionalKeys,
|
|
prefersReducedMotion,
|
|
press,
|
|
progress,
|
|
progressPercentage,
|
|
propEffect,
|
|
propagateDirtyNodes,
|
|
px,
|
|
readTransformValue,
|
|
recordStats,
|
|
removeAxisDelta,
|
|
removeAxisTransforms,
|
|
removeBoxTransforms,
|
|
removeItem,
|
|
removePointDelta,
|
|
renderHTML,
|
|
renderSVG,
|
|
resize,
|
|
resolveElements,
|
|
resolveMotionValue,
|
|
resolveTransition,
|
|
resolveVariant,
|
|
resolveVariantFromProps,
|
|
reverseEasing,
|
|
rgbUnit,
|
|
rgba,
|
|
rootProjectionNode,
|
|
scale,
|
|
scaleCorrectors,
|
|
scalePoint,
|
|
scrapeMotionValuesFromProps as scrapeHTMLMotionValuesFromProps,
|
|
scrapeMotionValuesFromProps2 as scrapeSVGMotionValuesFromProps,
|
|
scroll,
|
|
scrollInfo,
|
|
secondsToMilliseconds,
|
|
setDragLock,
|
|
setFeatureDefinitions,
|
|
setStyle,
|
|
setTarget,
|
|
spring,
|
|
springValue,
|
|
stagger,
|
|
startOptimizedAppearAnimation,
|
|
startWaapiAnimation,
|
|
statsBuffer,
|
|
steps,
|
|
styleEffect,
|
|
supportedWaapiEasing,
|
|
supportsBrowserAnimation,
|
|
supportsFlags,
|
|
supportsLinearEasing,
|
|
supportsPartialKeyframes,
|
|
supportsScrollTimeline,
|
|
supportsViewTimeline,
|
|
svgEffect,
|
|
sync,
|
|
testValueType,
|
|
time,
|
|
transform,
|
|
transformAxis,
|
|
transformBox,
|
|
transformBoxPoints,
|
|
transformPropOrder,
|
|
transformProps,
|
|
transformValue,
|
|
transformValueTypes,
|
|
transformViewBoxPoint,
|
|
translateAxis,
|
|
unwrapMotionComponent,
|
|
updateMotionValuesFromProps,
|
|
useAnimate,
|
|
useAnimateMini,
|
|
useAnimation,
|
|
useAnimationControls,
|
|
useAnimationFrame,
|
|
useComposedRefs,
|
|
useCycle,
|
|
useAnimatedState as useDeprecatedAnimatedState,
|
|
useInvertedScale as useDeprecatedInvertedScale,
|
|
useDomEvent,
|
|
useDragControls,
|
|
useElementScroll,
|
|
useFollowValue,
|
|
useForceUpdate,
|
|
useInView,
|
|
useInstantLayoutTransition,
|
|
useInstantTransition,
|
|
useIsPresent,
|
|
useIsomorphicLayoutEffect,
|
|
useMotionTemplate,
|
|
useMotionValue,
|
|
useMotionValueEvent,
|
|
usePageInView,
|
|
usePresence,
|
|
usePresenceData,
|
|
useReducedMotion,
|
|
useReducedMotionConfig,
|
|
useResetProjection,
|
|
useScroll,
|
|
useSpring,
|
|
useTime,
|
|
useTransform,
|
|
useUnmountEffect,
|
|
useVelocity,
|
|
useViewportScroll,
|
|
useWillChange,
|
|
variantPriorityOrder,
|
|
variantProps,
|
|
velocityPerSecond,
|
|
vh,
|
|
visualElementStore,
|
|
vw,
|
|
warnOnce,
|
|
warning,
|
|
wrap
|
|
};
|