@elementor/editor-editing-panel 4.1.0-711 → 4.1.0-712
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.d.mts +39 -39
- package/dist/index.d.ts +39 -39
- package/package.json +21 -21
package/dist/index.d.mts
CHANGED
|
@@ -409,13 +409,13 @@ declare const controlTypes: {
|
|
|
409
409
|
readonly layout: "two-columns";
|
|
410
410
|
readonly propTypeUtil: {
|
|
411
411
|
extract: (prop: unknown) => {
|
|
412
|
-
size: number;
|
|
412
|
+
size: number | "";
|
|
413
413
|
unit: "px" | "em" | "rem" | "%" | "vw" | "vh" | "ch";
|
|
414
414
|
} | {
|
|
415
|
-
size: number;
|
|
415
|
+
size: number | "";
|
|
416
416
|
unit: "deg" | "rad" | "grad" | "turn";
|
|
417
417
|
} | {
|
|
418
|
-
size: number;
|
|
418
|
+
size: number | "";
|
|
419
419
|
unit: "s" | "ms";
|
|
420
420
|
} | {
|
|
421
421
|
size: "";
|
|
@@ -425,13 +425,13 @@ declare const controlTypes: {
|
|
|
425
425
|
unit: "custom";
|
|
426
426
|
} | null;
|
|
427
427
|
isValid: (prop: unknown) => prop is _elementor_editor_props.TransformablePropValue<"size", {
|
|
428
|
-
size: number;
|
|
428
|
+
size: number | "";
|
|
429
429
|
unit: "px" | "em" | "rem" | "%" | "vw" | "vh" | "ch";
|
|
430
430
|
} | {
|
|
431
|
-
size: number;
|
|
431
|
+
size: number | "";
|
|
432
432
|
unit: "deg" | "rad" | "grad" | "turn";
|
|
433
433
|
} | {
|
|
434
|
-
size: number;
|
|
434
|
+
size: number | "";
|
|
435
435
|
unit: "s" | "ms";
|
|
436
436
|
} | {
|
|
437
437
|
size: "";
|
|
@@ -442,13 +442,13 @@ declare const controlTypes: {
|
|
|
442
442
|
}>;
|
|
443
443
|
create: {
|
|
444
444
|
(value: {
|
|
445
|
-
size: number;
|
|
445
|
+
size: number | "";
|
|
446
446
|
unit: "px" | "em" | "rem" | "%" | "vw" | "vh" | "ch";
|
|
447
447
|
} | {
|
|
448
|
-
size: number;
|
|
448
|
+
size: number | "";
|
|
449
449
|
unit: "deg" | "rad" | "grad" | "turn";
|
|
450
450
|
} | {
|
|
451
|
-
size: number;
|
|
451
|
+
size: number | "";
|
|
452
452
|
unit: "s" | "ms";
|
|
453
453
|
} | {
|
|
454
454
|
size: "";
|
|
@@ -457,13 +457,13 @@ declare const controlTypes: {
|
|
|
457
457
|
size: string;
|
|
458
458
|
unit: "custom";
|
|
459
459
|
}): _elementor_editor_props.TransformablePropValue<"size", {
|
|
460
|
-
size: number;
|
|
460
|
+
size: number | "";
|
|
461
461
|
unit: "px" | "em" | "rem" | "%" | "vw" | "vh" | "ch";
|
|
462
462
|
} | {
|
|
463
|
-
size: number;
|
|
463
|
+
size: number | "";
|
|
464
464
|
unit: "deg" | "rad" | "grad" | "turn";
|
|
465
465
|
} | {
|
|
466
|
-
size: number;
|
|
466
|
+
size: number | "";
|
|
467
467
|
unit: "s" | "ms";
|
|
468
468
|
} | {
|
|
469
469
|
size: "";
|
|
@@ -473,13 +473,13 @@ declare const controlTypes: {
|
|
|
473
473
|
unit: "custom";
|
|
474
474
|
}>;
|
|
475
475
|
(value: {
|
|
476
|
-
size: number;
|
|
476
|
+
size: number | "";
|
|
477
477
|
unit: "px" | "em" | "rem" | "%" | "vw" | "vh" | "ch";
|
|
478
478
|
} | {
|
|
479
|
-
size: number;
|
|
479
|
+
size: number | "";
|
|
480
480
|
unit: "deg" | "rad" | "grad" | "turn";
|
|
481
481
|
} | {
|
|
482
|
-
size: number;
|
|
482
|
+
size: number | "";
|
|
483
483
|
unit: "s" | "ms";
|
|
484
484
|
} | {
|
|
485
485
|
size: "";
|
|
@@ -488,13 +488,13 @@ declare const controlTypes: {
|
|
|
488
488
|
size: string;
|
|
489
489
|
unit: "custom";
|
|
490
490
|
}, createOptions?: _elementor_editor_props.CreateOptions): _elementor_editor_props.TransformablePropValue<"size", {
|
|
491
|
-
size: number;
|
|
491
|
+
size: number | "";
|
|
492
492
|
unit: "px" | "em" | "rem" | "%" | "vw" | "vh" | "ch";
|
|
493
493
|
} | {
|
|
494
|
-
size: number;
|
|
494
|
+
size: number | "";
|
|
495
495
|
unit: "deg" | "rad" | "grad" | "turn";
|
|
496
496
|
} | {
|
|
497
|
-
size: number;
|
|
497
|
+
size: number | "";
|
|
498
498
|
unit: "s" | "ms";
|
|
499
499
|
} | {
|
|
500
500
|
size: "";
|
|
@@ -504,13 +504,13 @@ declare const controlTypes: {
|
|
|
504
504
|
unit: "custom";
|
|
505
505
|
}>;
|
|
506
506
|
(value: (prev?: {
|
|
507
|
-
size: number;
|
|
507
|
+
size: number | "";
|
|
508
508
|
unit: "px" | "em" | "rem" | "%" | "vw" | "vh" | "ch";
|
|
509
509
|
} | {
|
|
510
|
-
size: number;
|
|
510
|
+
size: number | "";
|
|
511
511
|
unit: "deg" | "rad" | "grad" | "turn";
|
|
512
512
|
} | {
|
|
513
|
-
size: number;
|
|
513
|
+
size: number | "";
|
|
514
514
|
unit: "s" | "ms";
|
|
515
515
|
} | {
|
|
516
516
|
size: "";
|
|
@@ -519,13 +519,13 @@ declare const controlTypes: {
|
|
|
519
519
|
size: string;
|
|
520
520
|
unit: "custom";
|
|
521
521
|
} | undefined) => {
|
|
522
|
-
size: number;
|
|
522
|
+
size: number | "";
|
|
523
523
|
unit: "px" | "em" | "rem" | "%" | "vw" | "vh" | "ch";
|
|
524
524
|
} | {
|
|
525
|
-
size: number;
|
|
525
|
+
size: number | "";
|
|
526
526
|
unit: "deg" | "rad" | "grad" | "turn";
|
|
527
527
|
} | {
|
|
528
|
-
size: number;
|
|
528
|
+
size: number | "";
|
|
529
529
|
unit: "s" | "ms";
|
|
530
530
|
} | {
|
|
531
531
|
size: "";
|
|
@@ -534,13 +534,13 @@ declare const controlTypes: {
|
|
|
534
534
|
size: string;
|
|
535
535
|
unit: "custom";
|
|
536
536
|
}, createOptions: _elementor_editor_props.CreateOptions): _elementor_editor_props.TransformablePropValue<"size", {
|
|
537
|
-
size: number;
|
|
537
|
+
size: number | "";
|
|
538
538
|
unit: "px" | "em" | "rem" | "%" | "vw" | "vh" | "ch";
|
|
539
539
|
} | {
|
|
540
|
-
size: number;
|
|
540
|
+
size: number | "";
|
|
541
541
|
unit: "deg" | "rad" | "grad" | "turn";
|
|
542
542
|
} | {
|
|
543
|
-
size: number;
|
|
543
|
+
size: number | "";
|
|
544
544
|
unit: "s" | "ms";
|
|
545
545
|
} | {
|
|
546
546
|
size: "";
|
|
@@ -553,13 +553,13 @@ declare const controlTypes: {
|
|
|
553
553
|
schema: zod.ZodObject<{
|
|
554
554
|
$$type: zod.ZodLiteral<"size">;
|
|
555
555
|
value: zod.ZodType<{
|
|
556
|
-
size: number;
|
|
556
|
+
size: number | "";
|
|
557
557
|
unit: "px" | "em" | "rem" | "%" | "vw" | "vh" | "ch";
|
|
558
558
|
} | {
|
|
559
|
-
size: number;
|
|
559
|
+
size: number | "";
|
|
560
560
|
unit: "deg" | "rad" | "grad" | "turn";
|
|
561
561
|
} | {
|
|
562
|
-
size: number;
|
|
562
|
+
size: number | "";
|
|
563
563
|
unit: "s" | "ms";
|
|
564
564
|
} | {
|
|
565
565
|
size: "";
|
|
@@ -568,13 +568,13 @@ declare const controlTypes: {
|
|
|
568
568
|
size: string;
|
|
569
569
|
unit: "custom";
|
|
570
570
|
}, zod.ZodTypeDef, {
|
|
571
|
-
size: number;
|
|
571
|
+
size: number | "";
|
|
572
572
|
unit: "px" | "em" | "rem" | "%" | "vw" | "vh" | "ch";
|
|
573
573
|
} | {
|
|
574
|
-
size: number;
|
|
574
|
+
size: number | "";
|
|
575
575
|
unit: "deg" | "rad" | "grad" | "turn";
|
|
576
576
|
} | {
|
|
577
|
-
size: number;
|
|
577
|
+
size: number | "";
|
|
578
578
|
unit: "s" | "ms";
|
|
579
579
|
} | {
|
|
580
580
|
size: "";
|
|
@@ -587,13 +587,13 @@ declare const controlTypes: {
|
|
|
587
587
|
}, "strict", zod.ZodTypeAny, {
|
|
588
588
|
$$type: "size";
|
|
589
589
|
value: {
|
|
590
|
-
size: number;
|
|
590
|
+
size: number | "";
|
|
591
591
|
unit: "px" | "em" | "rem" | "%" | "vw" | "vh" | "ch";
|
|
592
592
|
} | {
|
|
593
|
-
size: number;
|
|
593
|
+
size: number | "";
|
|
594
594
|
unit: "deg" | "rad" | "grad" | "turn";
|
|
595
595
|
} | {
|
|
596
|
-
size: number;
|
|
596
|
+
size: number | "";
|
|
597
597
|
unit: "s" | "ms";
|
|
598
598
|
} | {
|
|
599
599
|
size: "";
|
|
@@ -606,13 +606,13 @@ declare const controlTypes: {
|
|
|
606
606
|
}, {
|
|
607
607
|
$$type: "size";
|
|
608
608
|
value: {
|
|
609
|
-
size: number;
|
|
609
|
+
size: number | "";
|
|
610
610
|
unit: "px" | "em" | "rem" | "%" | "vw" | "vh" | "ch";
|
|
611
611
|
} | {
|
|
612
|
-
size: number;
|
|
612
|
+
size: number | "";
|
|
613
613
|
unit: "deg" | "rad" | "grad" | "turn";
|
|
614
614
|
} | {
|
|
615
|
-
size: number;
|
|
615
|
+
size: number | "";
|
|
616
616
|
unit: "s" | "ms";
|
|
617
617
|
} | {
|
|
618
618
|
size: "";
|
package/dist/index.d.ts
CHANGED
|
@@ -409,13 +409,13 @@ declare const controlTypes: {
|
|
|
409
409
|
readonly layout: "two-columns";
|
|
410
410
|
readonly propTypeUtil: {
|
|
411
411
|
extract: (prop: unknown) => {
|
|
412
|
-
size: number;
|
|
412
|
+
size: number | "";
|
|
413
413
|
unit: "px" | "em" | "rem" | "%" | "vw" | "vh" | "ch";
|
|
414
414
|
} | {
|
|
415
|
-
size: number;
|
|
415
|
+
size: number | "";
|
|
416
416
|
unit: "deg" | "rad" | "grad" | "turn";
|
|
417
417
|
} | {
|
|
418
|
-
size: number;
|
|
418
|
+
size: number | "";
|
|
419
419
|
unit: "s" | "ms";
|
|
420
420
|
} | {
|
|
421
421
|
size: "";
|
|
@@ -425,13 +425,13 @@ declare const controlTypes: {
|
|
|
425
425
|
unit: "custom";
|
|
426
426
|
} | null;
|
|
427
427
|
isValid: (prop: unknown) => prop is _elementor_editor_props.TransformablePropValue<"size", {
|
|
428
|
-
size: number;
|
|
428
|
+
size: number | "";
|
|
429
429
|
unit: "px" | "em" | "rem" | "%" | "vw" | "vh" | "ch";
|
|
430
430
|
} | {
|
|
431
|
-
size: number;
|
|
431
|
+
size: number | "";
|
|
432
432
|
unit: "deg" | "rad" | "grad" | "turn";
|
|
433
433
|
} | {
|
|
434
|
-
size: number;
|
|
434
|
+
size: number | "";
|
|
435
435
|
unit: "s" | "ms";
|
|
436
436
|
} | {
|
|
437
437
|
size: "";
|
|
@@ -442,13 +442,13 @@ declare const controlTypes: {
|
|
|
442
442
|
}>;
|
|
443
443
|
create: {
|
|
444
444
|
(value: {
|
|
445
|
-
size: number;
|
|
445
|
+
size: number | "";
|
|
446
446
|
unit: "px" | "em" | "rem" | "%" | "vw" | "vh" | "ch";
|
|
447
447
|
} | {
|
|
448
|
-
size: number;
|
|
448
|
+
size: number | "";
|
|
449
449
|
unit: "deg" | "rad" | "grad" | "turn";
|
|
450
450
|
} | {
|
|
451
|
-
size: number;
|
|
451
|
+
size: number | "";
|
|
452
452
|
unit: "s" | "ms";
|
|
453
453
|
} | {
|
|
454
454
|
size: "";
|
|
@@ -457,13 +457,13 @@ declare const controlTypes: {
|
|
|
457
457
|
size: string;
|
|
458
458
|
unit: "custom";
|
|
459
459
|
}): _elementor_editor_props.TransformablePropValue<"size", {
|
|
460
|
-
size: number;
|
|
460
|
+
size: number | "";
|
|
461
461
|
unit: "px" | "em" | "rem" | "%" | "vw" | "vh" | "ch";
|
|
462
462
|
} | {
|
|
463
|
-
size: number;
|
|
463
|
+
size: number | "";
|
|
464
464
|
unit: "deg" | "rad" | "grad" | "turn";
|
|
465
465
|
} | {
|
|
466
|
-
size: number;
|
|
466
|
+
size: number | "";
|
|
467
467
|
unit: "s" | "ms";
|
|
468
468
|
} | {
|
|
469
469
|
size: "";
|
|
@@ -473,13 +473,13 @@ declare const controlTypes: {
|
|
|
473
473
|
unit: "custom";
|
|
474
474
|
}>;
|
|
475
475
|
(value: {
|
|
476
|
-
size: number;
|
|
476
|
+
size: number | "";
|
|
477
477
|
unit: "px" | "em" | "rem" | "%" | "vw" | "vh" | "ch";
|
|
478
478
|
} | {
|
|
479
|
-
size: number;
|
|
479
|
+
size: number | "";
|
|
480
480
|
unit: "deg" | "rad" | "grad" | "turn";
|
|
481
481
|
} | {
|
|
482
|
-
size: number;
|
|
482
|
+
size: number | "";
|
|
483
483
|
unit: "s" | "ms";
|
|
484
484
|
} | {
|
|
485
485
|
size: "";
|
|
@@ -488,13 +488,13 @@ declare const controlTypes: {
|
|
|
488
488
|
size: string;
|
|
489
489
|
unit: "custom";
|
|
490
490
|
}, createOptions?: _elementor_editor_props.CreateOptions): _elementor_editor_props.TransformablePropValue<"size", {
|
|
491
|
-
size: number;
|
|
491
|
+
size: number | "";
|
|
492
492
|
unit: "px" | "em" | "rem" | "%" | "vw" | "vh" | "ch";
|
|
493
493
|
} | {
|
|
494
|
-
size: number;
|
|
494
|
+
size: number | "";
|
|
495
495
|
unit: "deg" | "rad" | "grad" | "turn";
|
|
496
496
|
} | {
|
|
497
|
-
size: number;
|
|
497
|
+
size: number | "";
|
|
498
498
|
unit: "s" | "ms";
|
|
499
499
|
} | {
|
|
500
500
|
size: "";
|
|
@@ -504,13 +504,13 @@ declare const controlTypes: {
|
|
|
504
504
|
unit: "custom";
|
|
505
505
|
}>;
|
|
506
506
|
(value: (prev?: {
|
|
507
|
-
size: number;
|
|
507
|
+
size: number | "";
|
|
508
508
|
unit: "px" | "em" | "rem" | "%" | "vw" | "vh" | "ch";
|
|
509
509
|
} | {
|
|
510
|
-
size: number;
|
|
510
|
+
size: number | "";
|
|
511
511
|
unit: "deg" | "rad" | "grad" | "turn";
|
|
512
512
|
} | {
|
|
513
|
-
size: number;
|
|
513
|
+
size: number | "";
|
|
514
514
|
unit: "s" | "ms";
|
|
515
515
|
} | {
|
|
516
516
|
size: "";
|
|
@@ -519,13 +519,13 @@ declare const controlTypes: {
|
|
|
519
519
|
size: string;
|
|
520
520
|
unit: "custom";
|
|
521
521
|
} | undefined) => {
|
|
522
|
-
size: number;
|
|
522
|
+
size: number | "";
|
|
523
523
|
unit: "px" | "em" | "rem" | "%" | "vw" | "vh" | "ch";
|
|
524
524
|
} | {
|
|
525
|
-
size: number;
|
|
525
|
+
size: number | "";
|
|
526
526
|
unit: "deg" | "rad" | "grad" | "turn";
|
|
527
527
|
} | {
|
|
528
|
-
size: number;
|
|
528
|
+
size: number | "";
|
|
529
529
|
unit: "s" | "ms";
|
|
530
530
|
} | {
|
|
531
531
|
size: "";
|
|
@@ -534,13 +534,13 @@ declare const controlTypes: {
|
|
|
534
534
|
size: string;
|
|
535
535
|
unit: "custom";
|
|
536
536
|
}, createOptions: _elementor_editor_props.CreateOptions): _elementor_editor_props.TransformablePropValue<"size", {
|
|
537
|
-
size: number;
|
|
537
|
+
size: number | "";
|
|
538
538
|
unit: "px" | "em" | "rem" | "%" | "vw" | "vh" | "ch";
|
|
539
539
|
} | {
|
|
540
|
-
size: number;
|
|
540
|
+
size: number | "";
|
|
541
541
|
unit: "deg" | "rad" | "grad" | "turn";
|
|
542
542
|
} | {
|
|
543
|
-
size: number;
|
|
543
|
+
size: number | "";
|
|
544
544
|
unit: "s" | "ms";
|
|
545
545
|
} | {
|
|
546
546
|
size: "";
|
|
@@ -553,13 +553,13 @@ declare const controlTypes: {
|
|
|
553
553
|
schema: zod.ZodObject<{
|
|
554
554
|
$$type: zod.ZodLiteral<"size">;
|
|
555
555
|
value: zod.ZodType<{
|
|
556
|
-
size: number;
|
|
556
|
+
size: number | "";
|
|
557
557
|
unit: "px" | "em" | "rem" | "%" | "vw" | "vh" | "ch";
|
|
558
558
|
} | {
|
|
559
|
-
size: number;
|
|
559
|
+
size: number | "";
|
|
560
560
|
unit: "deg" | "rad" | "grad" | "turn";
|
|
561
561
|
} | {
|
|
562
|
-
size: number;
|
|
562
|
+
size: number | "";
|
|
563
563
|
unit: "s" | "ms";
|
|
564
564
|
} | {
|
|
565
565
|
size: "";
|
|
@@ -568,13 +568,13 @@ declare const controlTypes: {
|
|
|
568
568
|
size: string;
|
|
569
569
|
unit: "custom";
|
|
570
570
|
}, zod.ZodTypeDef, {
|
|
571
|
-
size: number;
|
|
571
|
+
size: number | "";
|
|
572
572
|
unit: "px" | "em" | "rem" | "%" | "vw" | "vh" | "ch";
|
|
573
573
|
} | {
|
|
574
|
-
size: number;
|
|
574
|
+
size: number | "";
|
|
575
575
|
unit: "deg" | "rad" | "grad" | "turn";
|
|
576
576
|
} | {
|
|
577
|
-
size: number;
|
|
577
|
+
size: number | "";
|
|
578
578
|
unit: "s" | "ms";
|
|
579
579
|
} | {
|
|
580
580
|
size: "";
|
|
@@ -587,13 +587,13 @@ declare const controlTypes: {
|
|
|
587
587
|
}, "strict", zod.ZodTypeAny, {
|
|
588
588
|
$$type: "size";
|
|
589
589
|
value: {
|
|
590
|
-
size: number;
|
|
590
|
+
size: number | "";
|
|
591
591
|
unit: "px" | "em" | "rem" | "%" | "vw" | "vh" | "ch";
|
|
592
592
|
} | {
|
|
593
|
-
size: number;
|
|
593
|
+
size: number | "";
|
|
594
594
|
unit: "deg" | "rad" | "grad" | "turn";
|
|
595
595
|
} | {
|
|
596
|
-
size: number;
|
|
596
|
+
size: number | "";
|
|
597
597
|
unit: "s" | "ms";
|
|
598
598
|
} | {
|
|
599
599
|
size: "";
|
|
@@ -606,13 +606,13 @@ declare const controlTypes: {
|
|
|
606
606
|
}, {
|
|
607
607
|
$$type: "size";
|
|
608
608
|
value: {
|
|
609
|
-
size: number;
|
|
609
|
+
size: number | "";
|
|
610
610
|
unit: "px" | "em" | "rem" | "%" | "vw" | "vh" | "ch";
|
|
611
611
|
} | {
|
|
612
|
-
size: number;
|
|
612
|
+
size: number | "";
|
|
613
613
|
unit: "deg" | "rad" | "grad" | "turn";
|
|
614
614
|
} | {
|
|
615
|
-
size: number;
|
|
615
|
+
size: number | "";
|
|
616
616
|
unit: "s" | "ms";
|
|
617
617
|
} | {
|
|
618
618
|
size: "";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elementor/editor-editing-panel",
|
|
3
|
-
"version": "4.1.0-
|
|
3
|
+
"version": "4.1.0-712",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "Elementor Team",
|
|
6
6
|
"homepage": "https://elementor.com/",
|
|
@@ -39,28 +39,28 @@
|
|
|
39
39
|
"dev": "tsup --config=../../tsup.dev.ts"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@elementor/editor": "4.1.0-
|
|
43
|
-
"@elementor/editor-canvas": "4.1.0-
|
|
44
|
-
"@elementor/editor-controls": "4.1.0-
|
|
45
|
-
"@elementor/editor-documents": "4.1.0-
|
|
46
|
-
"@elementor/editor-elements": "4.1.0-
|
|
47
|
-
"@elementor/editor-interactions": "4.1.0-
|
|
48
|
-
"@elementor/editor-panels": "4.1.0-
|
|
49
|
-
"@elementor/editor-props": "4.1.0-
|
|
50
|
-
"@elementor/editor-responsive": "4.1.0-
|
|
51
|
-
"@elementor/editor-styles": "4.1.0-
|
|
52
|
-
"@elementor/editor-styles-repository": "4.1.0-
|
|
53
|
-
"@elementor/editor-ui": "4.1.0-
|
|
54
|
-
"@elementor/editor-v1-adapters": "4.1.0-
|
|
42
|
+
"@elementor/editor": "4.1.0-712",
|
|
43
|
+
"@elementor/editor-canvas": "4.1.0-712",
|
|
44
|
+
"@elementor/editor-controls": "4.1.0-712",
|
|
45
|
+
"@elementor/editor-documents": "4.1.0-712",
|
|
46
|
+
"@elementor/editor-elements": "4.1.0-712",
|
|
47
|
+
"@elementor/editor-interactions": "4.1.0-712",
|
|
48
|
+
"@elementor/editor-panels": "4.1.0-712",
|
|
49
|
+
"@elementor/editor-props": "4.1.0-712",
|
|
50
|
+
"@elementor/editor-responsive": "4.1.0-712",
|
|
51
|
+
"@elementor/editor-styles": "4.1.0-712",
|
|
52
|
+
"@elementor/editor-styles-repository": "4.1.0-712",
|
|
53
|
+
"@elementor/editor-ui": "4.1.0-712",
|
|
54
|
+
"@elementor/editor-v1-adapters": "4.1.0-712",
|
|
55
55
|
"@elementor/icons": "^1.68.0",
|
|
56
|
-
"@elementor/editor-variables": "4.1.0-
|
|
57
|
-
"@elementor/locations": "4.1.0-
|
|
58
|
-
"@elementor/menus": "4.1.0-
|
|
59
|
-
"@elementor/schema": "4.1.0-
|
|
60
|
-
"@elementor/session": "4.1.0-
|
|
56
|
+
"@elementor/editor-variables": "4.1.0-712",
|
|
57
|
+
"@elementor/locations": "4.1.0-712",
|
|
58
|
+
"@elementor/menus": "4.1.0-712",
|
|
59
|
+
"@elementor/schema": "4.1.0-712",
|
|
60
|
+
"@elementor/session": "4.1.0-712",
|
|
61
61
|
"@elementor/ui": "1.36.17",
|
|
62
|
-
"@elementor/utils": "4.1.0-
|
|
63
|
-
"@elementor/wp-media": "4.1.0-
|
|
62
|
+
"@elementor/utils": "4.1.0-712",
|
|
63
|
+
"@elementor/wp-media": "4.1.0-712",
|
|
64
64
|
"@wordpress/i18n": "^5.13.0"
|
|
65
65
|
},
|
|
66
66
|
"peerDependencies": {
|