unlayer-types 1.383.0 → 1.385.0

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/embed.d.ts +31 -0
  2. package/package.json +1 -1
package/embed.d.ts CHANGED
@@ -664,6 +664,16 @@ declare module "packages/editor/src/editor/themes/types" {
664
664
  spinnerAccent: ColorValue;
665
665
  textColor: ColorValue;
666
666
  };
667
+ deviceTitle: {
668
+ textColor: string;
669
+ };
670
+ navButton: {
671
+ backgroundColor: string;
672
+ color: ColorValue;
673
+ ':hover': {
674
+ backgroundColor: string;
675
+ };
676
+ };
667
677
  };
668
678
  rightPanel: {
669
679
  title: {
@@ -680,6 +690,17 @@ declare module "packages/editor/src/editor/themes/types" {
680
690
  textColor: ColorValue;
681
691
  };
682
692
  };
693
+ errorPanel: {
694
+ iconColor: ColorValue;
695
+ circleBackground: ColorValue;
696
+ circleBackgroundAlt: ColorValue;
697
+ textColor: ColorValue;
698
+ borderColor: ColorValue;
699
+ button: {
700
+ backgroundColor: ColorValue;
701
+ textColor: ColorValue;
702
+ };
703
+ };
683
704
  gallery: {
684
705
  tabs: {
685
706
  backgroundColor: ColorValue;
@@ -703,12 +724,18 @@ declare module "packages/editor/src/editor/themes/types" {
703
724
  opacity: string;
704
725
  };
705
726
  };
727
+ info: {
728
+ backgroundColor: ColorValue;
729
+ };
706
730
  title: {
707
731
  textColor: ColorValue;
708
732
  };
709
733
  subtitle: {
710
734
  textColor: ColorValue;
711
735
  };
736
+ selectionIndicator: {
737
+ dropShadow: string;
738
+ };
712
739
  icon: {
713
740
  default: ColorValue;
714
741
  selected: ColorValue;
@@ -716,6 +743,9 @@ declare module "packages/editor/src/editor/themes/types" {
716
743
  };
717
744
  };
718
745
  };
746
+ skeleton: {
747
+ backgroundColor: string;
748
+ };
719
749
  };
720
750
  devTab: {
721
751
  text: {
@@ -1268,6 +1298,7 @@ declare module "packages/editor/src/editor/themes/types" {
1268
1298
  lightModeBackgroundColor: string;
1269
1299
  lightModeIconColor: string;
1270
1300
  galleryBackgroundColor: string;
1301
+ galleryTabColor: string;
1271
1302
  };
1272
1303
  /** @deprecated */
1273
1304
  panel: {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "unlayer-types",
3
- "version": "1.383.0",
3
+ "version": "1.385.0",
4
4
  "license": "MIT"
5
5
  }