jamespot-front-business 1.1.79 → 1.1.80

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.
Files changed (2) hide show
  1. package/dist/types.d.ts +4 -4
  2. package/package.json +2 -2
package/dist/types.d.ts CHANGED
@@ -96,7 +96,7 @@ declare const Animations: {
96
96
  };
97
97
  actions: {
98
98
  saveCurrentAnimation: _reduxjs_toolkit.AsyncThunk<void, {
99
- name: "Halloween" | "Celebration" | "Olympics" | "Maythefourth" | "Spring" | "MusicFestival" | "EasterEggs" | "CustomAnimation";
99
+ name: "Christmas" | "Halloween" | "Celebration" | "Olympics" | "Maythefourth" | "Spring" | "MusicFestival" | "EasterEggs" | "CustomAnimation";
100
100
  audience: string[];
101
101
  activeClickEffect: number;
102
102
  activeDecor: number;
@@ -862,7 +862,7 @@ declare const Animations: {
862
862
  rejectedMeta?: unknown;
863
863
  }>;
864
864
  fetchCurrentAnimationApp: _reduxjs_toolkit.AsyncThunk<{
865
- name: "Halloween" | "Celebration" | "Olympics" | "Maythefourth" | "Spring" | "MusicFestival" | "EasterEggs" | "CustomAnimation";
865
+ name: "Christmas" | "Halloween" | "Celebration" | "Olympics" | "Maythefourth" | "Spring" | "MusicFestival" | "EasterEggs" | "CustomAnimation";
866
866
  audience: string[];
867
867
  activeClickEffect: number;
868
868
  activeDecor: number;
@@ -1474,7 +1474,7 @@ declare const Animations: {
1474
1474
  };
1475
1475
  selectors: {
1476
1476
  selectCurrentAnimation: (state: AnimationsRootState) => {
1477
- name: "Halloween" | "Celebration" | "Olympics" | "Maythefourth" | "Spring" | "MusicFestival" | "EasterEggs" | "CustomAnimation";
1477
+ name: "Christmas" | "Halloween" | "Celebration" | "Olympics" | "Maythefourth" | "Spring" | "MusicFestival" | "EasterEggs" | "CustomAnimation";
1478
1478
  audience: string[];
1479
1479
  activeClickEffect: number;
1480
1480
  activeDecor: number;
@@ -1483,7 +1483,7 @@ declare const Animations: {
1483
1483
  isActiveAnimation: (state: AnimationsRootState) => boolean;
1484
1484
  isToggleLoading: (state: AnimationsRootState) => boolean;
1485
1485
  selectAnimationConfigurationApp: (state: AnimationsRootState) => {
1486
- name: "Halloween" | "Celebration" | "Olympics" | "Maythefourth" | "Spring" | "MusicFestival" | "EasterEggs" | "CustomAnimation";
1486
+ name: "Christmas" | "Halloween" | "Celebration" | "Olympics" | "Maythefourth" | "Spring" | "MusicFestival" | "EasterEggs" | "CustomAnimation";
1487
1487
  audience: string[];
1488
1488
  activeClickEffect: number;
1489
1489
  activeDecor: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jamespot-front-business",
3
- "version": "1.1.79",
3
+ "version": "1.1.80",
4
4
  "description": "typescript utils",
5
5
  "main": "dist/cjs.js",
6
6
  "module": "dist/esm.js",
@@ -43,7 +43,7 @@
43
43
  "dependencies": {
44
44
  "@reduxjs/toolkit": "1.9.0",
45
45
  "@types/uuid": "^10.0.0",
46
- "jamespot-user-api": "^1.0.202",
46
+ "jamespot-user-api": "^1.0.203",
47
47
  "react-redux": "7.2.9",
48
48
  "redux": "4.2.0",
49
49
  "uuid": "^10.0.0"