@magmamath/students-features 0.4.4 → 0.4.5

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.
@@ -183,7 +183,7 @@ const CELEBRATION_VARIANTS = exports.CELEBRATION_VARIANTS = {
183
183
  main: [6, 18]
184
184
  },
185
185
  life: 100,
186
- gravity: 0.19
186
+ gravity: 0.1
187
187
  },
188
188
  [_types.CelebrationVariant.CORRECT_FINISH_ASSIGNMENT]: {
189
189
  color: _reactNativeUi.COLORS.PRIMARY_GREEN,
@@ -218,7 +218,7 @@ const CELEBRATION_VARIANTS = exports.CELEBRATION_VARIANTS = {
218
218
  main: [6, 18]
219
219
  },
220
220
  life: 100,
221
- gravity: 0.19
221
+ gravity: 0.1
222
222
  }
223
223
  };
224
224
  //# sourceMappingURL=config.js.map
@@ -178,7 +178,7 @@ export const CELEBRATION_VARIANTS = {
178
178
  main: [6, 18]
179
179
  },
180
180
  life: 100,
181
- gravity: 0.19
181
+ gravity: 0.1
182
182
  },
183
183
  [CelebrationVariant.CORRECT_FINISH_ASSIGNMENT]: {
184
184
  color: COLORS.PRIMARY_GREEN,
@@ -213,7 +213,7 @@ export const CELEBRATION_VARIANTS = {
213
213
  main: [6, 18]
214
214
  },
215
215
  life: 100,
216
- gravity: 0.19
216
+ gravity: 0.1
217
217
  }
218
218
  };
219
219
  //# sourceMappingURL=config.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magmamath/students-features",
3
- "version": "0.4.4",
3
+ "version": "0.4.5",
4
4
  "description": "Magmamath features library",
5
5
  "source": "src/index.ts",
6
6
  "main": "src/index.ts",
@@ -184,7 +184,7 @@ export const CELEBRATION_VARIANTS = {
184
184
  main: [6, 18],
185
185
  },
186
186
  life: 100,
187
- gravity: 0.19,
187
+ gravity: 0.1,
188
188
  },
189
189
  [CelebrationVariant.CORRECT_FINISH_ASSIGNMENT]: {
190
190
  color: COLORS.PRIMARY_GREEN,
@@ -219,6 +219,6 @@ export const CELEBRATION_VARIANTS = {
219
219
  main: [6, 18],
220
220
  },
221
221
  life: 100,
222
- gravity: 0.19,
222
+ gravity: 0.1,
223
223
  },
224
224
  }