@finsweet/webflow-apps-utils 1.0.29 → 1.0.30

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.
@@ -403,37 +403,19 @@
403
403
  display: flex;
404
404
  align-items: center;
405
405
  justify-content: center;
406
+ background: rgba(0, 0, 0, 0.7);
406
407
  }
407
408
 
408
409
  .modal-content {
409
410
  border-radius: var(--border-radius);
410
- background: var(--background2);
411
+ background: var(--background1);
411
412
  color: var(--text1);
412
- animation: zoom 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
413
413
  position: relative;
414
414
  display: flex;
415
415
  flex-direction: column;
416
416
  min-height: 0;
417
417
  }
418
418
 
419
- @keyframes zoom {
420
- from {
421
- transform: scale(0.95);
422
- }
423
- to {
424
- transform: scale(1);
425
- }
426
- }
427
-
428
- @keyframes fade {
429
- from {
430
- opacity: 0;
431
- }
432
- to {
433
- opacity: 1;
434
- }
435
- }
436
-
437
419
  button {
438
420
  border: none;
439
421
  user-select: none;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finsweet/webflow-apps-utils",
3
- "version": "1.0.29",
3
+ "version": "1.0.30",
4
4
  "description": "Shared utilities for Webflow apps",
5
5
  "homepage": "https://github.com/finsweet/webflow-apps-utils",
6
6
  "repository": {