@eventlook/sdk 1.5.0-beta.4 → 1.5.0-beta.6
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/.claude/settings.local.json +3 -1
- package/dist/cjs/{index-DLC5Hr8L.js → index-DvUR1fp8.js} +3 -3
- package/dist/cjs/index-DvUR1fp8.js.map +1 -0
- package/dist/cjs/index.js +2 -2
- package/dist/cjs/{index.umd-BSCKGDNQ.js → index.umd-6SU6nkkJ.js} +2 -2
- package/dist/cjs/{index.umd-BSCKGDNQ.js.map → index.umd-6SU6nkkJ.js.map} +1 -1
- package/dist/esm/{index-BwmbJihM.js → index-BlTqx0jm.js} +3 -3
- package/dist/esm/index-BlTqx0jm.js.map +1 -0
- package/dist/esm/index.js +2 -2
- package/dist/esm/{index.umd-6fgyuQlr.js → index.umd-Dn0hjh7E.js} +2 -2
- package/dist/esm/{index.umd-6fgyuQlr.js.map → index.umd-Dn0hjh7E.js.map} +1 -1
- package/dist/types/components/animate/MotionContainer.d.ts +1 -1
- package/dist/types/components/animate/MotionViewport.d.ts +1 -1
- package/dist/types/components/animate/TextAnimate.d.ts +1 -1
- package/dist/types/components/animate/variants/index.d.ts +0 -8
- package/dist/types/components/hook-form/index.d.ts +0 -4
- package/package.json +3 -4
- package/src/components/animate/DialogAnimate.tsx +1 -1
- package/src/components/animate/IconButtonAnimate.tsx +1 -1
- package/src/components/animate/MotionContainer.tsx +1 -1
- package/src/components/animate/MotionLazyContainer.tsx +1 -1
- package/src/components/animate/MotionViewport.tsx +1 -1
- package/src/components/animate/TextAnimate.tsx +1 -1
- package/src/components/animate/features.js +1 -1
- package/src/components/animate/variants/index.ts +0 -8
- package/src/components/hook-form/index.ts +0 -4
- package/src/form/OrderSuccess.tsx +1 -1
- package/src/form/PaymentPending.tsx +1 -1
- package/src/form/PaymentSuccess.tsx +1 -1
- package/dist/cjs/index-DLC5Hr8L.js.map +0 -1
- package/dist/esm/index-BwmbJihM.js.map +0 -1
- package/dist/types/components/animate/variants/actions.d.ts +0 -5
- package/dist/types/components/animate/variants/background.d.ts +0 -104
- package/dist/types/components/animate/variants/flip.d.ts +0 -75
- package/dist/types/components/animate/variants/path.d.ts +0 -14
- package/dist/types/components/animate/variants/rotate.d.ts +0 -39
- package/dist/types/components/animate/variants/scale.d.ts +0 -75
- package/dist/types/components/animate/variants/slide.d.ts +0 -155
- package/dist/types/components/animate/variants/zoom.d.ts +0 -199
- package/dist/types/components/hook-form/RHFAutocomplete.d.ts +0 -9
- package/dist/types/components/hook-form/RHFCodes.d.ts +0 -8
- package/dist/types/components/hook-form/RHFSlider.d.ts +0 -8
- package/dist/types/components/hook-form/RHFSwitch.d.ts +0 -8
- package/src/components/animate/variants/actions.ts +0 -7
- package/src/components/animate/variants/background.ts +0 -106
- package/src/components/animate/variants/flip.ts +0 -37
- package/src/components/animate/variants/path.ts +0 -14
- package/src/components/animate/variants/rotate.ts +0 -28
- package/src/components/animate/variants/scale.ts +0 -37
- package/src/components/animate/variants/slide.ts +0 -60
- package/src/components/animate/variants/zoom.ts +0 -129
- package/src/components/hook-form/RHFAutocomplete.tsx +0 -52
- package/src/components/hook-form/RHFCodes.tsx +0 -93
- package/src/components/hook-form/RHFSlider.tsx +0 -30
- package/src/components/hook-form/RHFSwitch.tsx +0 -30
package/dist/cjs/index.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
'use strict';
|
|
3
3
|
|
|
4
|
-
var index = require('./index-
|
|
4
|
+
var index = require('./index-DvUR1fp8.js');
|
|
5
5
|
require('react');
|
|
6
|
-
require('framer-motion');
|
|
7
6
|
require('@mui/material');
|
|
7
|
+
require('framer-motion');
|
|
8
8
|
require('@mui/material/styles');
|
|
9
9
|
require('@mui/material/useMediaQuery');
|
|
10
10
|
require('@mui/x-date-pickers');
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var index = require('./index-
|
|
3
|
+
var index = require('./index-DvUR1fp8.js');
|
|
4
4
|
var React = require('react');
|
|
5
5
|
|
|
6
6
|
function _mergeNamespaces(n, m) {
|
|
@@ -13404,4 +13404,4 @@ var index_umd$1 = /*#__PURE__*/_mergeNamespaces({
|
|
|
13404
13404
|
}, [index_umdExports]);
|
|
13405
13405
|
|
|
13406
13406
|
exports.index_umd = index_umd$1;
|
|
13407
|
-
//# sourceMappingURL=index.umd-
|
|
13407
|
+
//# sourceMappingURL=index.umd-6SU6nkkJ.js.map
|