mario-core 3.0.7-admin → 3.0.8-admin

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/index.css +2 -2
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -301,7 +301,7 @@
301
301
  0% {
302
302
  opacity: 0;
303
303
  background-image: url("/images/landing-page.jpg"); }
304
- 25% {
304
+ 50% {
305
305
  opacity: 1;
306
306
  background-image: url("/images/landing-page2.jpg"); }
307
307
  100% {
@@ -312,7 +312,7 @@
312
312
  0% {
313
313
  opacity: 0;
314
314
  background-image: url("/images/landing-page.jpg"); }
315
- 25% {
315
+ 50% {
316
316
  opacity: 1;
317
317
  background-image: url("/images/landing-page2.jpg"); }
318
318
  100% {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mario-core",
3
- "version": "3.0.7-admin",
3
+ "version": "3.0.8-admin",
4
4
  "description": "Contains core components && functions for Mario project",
5
5
  "author": "brss",
6
6
  "license": "MIT",