evelearn-theme 2.0.41 → 2.0.42

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1351,7 +1351,7 @@ var Formik = /* @__PURE__ */ __name(function(param) {
1351
1351
  className: "w-4 h-4 bg-white rounded-full absolute top-1",
1352
1352
  initial: false,
1353
1353
  animate: {
1354
- x: value ? 16 : 0
1354
+ x: value ? 18 : 4
1355
1355
  },
1356
1356
  transition: {
1357
1357
  type: "spring",
package/dist/index.mjs CHANGED
@@ -1342,7 +1342,7 @@ var Formik = /* @__PURE__ */ __name(function(param) {
1342
1342
  className: "w-4 h-4 bg-white rounded-full absolute top-1",
1343
1343
  initial: false,
1344
1344
  animate: {
1345
- x: value ? 16 : 0
1345
+ x: value ? 18 : 4
1346
1346
  },
1347
1347
  transition: {
1348
1348
  type: "spring",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "evelearn-theme",
3
- "version": "2.0.41",
3
+ "version": "2.0.42",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",