@innovastudio/contentbox 1.6.4 → 1.6.6

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@innovastudio/contentbox",
3
3
  "type": "module",
4
- "version": "1.6.4",
4
+ "version": "1.6.6",
5
5
  "description": "",
6
6
  "main": "public/contentbox/contentbox.esm.js",
7
7
  "files": [
@@ -52,7 +52,7 @@
52
52
  "ws": "^8.13.0"
53
53
  },
54
54
  "dependencies": {
55
- "@innovastudio/contentbuilder": "^1.4.128",
55
+ "@innovastudio/contentbuilder": "^1.4.130",
56
56
  "choices.js": "^10.2.0",
57
57
  "js-beautify": "^1.14.0"
58
58
  }
@@ -549,6 +549,7 @@ body.controlpanel .is-content-view.fullview iframe {
549
549
  flex-direction: row;
550
550
  align-items: center;
551
551
  cursor: pointer;
552
+ margin-left: 3px;
552
553
  }
553
554
  .builder-ui .label.checkbox span {
554
555
  line-height: 1;
@@ -949,7 +950,7 @@ body.controlpanel .is-wrapper {
949
950
  }
950
951
  .builder-ui .is-controlpanel .group.editmodule {
951
952
  width: 222px;
952
- margin-top: 16px;
953
+ margin-top: 8px;
953
954
  }
954
955
  .builder-ui .is-controlpanel .group.editmodule button {
955
956
  width: 100%;
@@ -982,7 +983,7 @@ body.controlpanel .is-wrapper {
982
983
  font-size: 10px;
983
984
  }
984
985
  .builder-ui .is-controlpanel .group.textcolor {
985
- width: 218px;
986
+ width: 222px;
986
987
  flex-direction: row;
987
988
  flex-wrap: nowrap;
988
989
  }
@@ -1044,6 +1045,14 @@ body.controlpanel .is-wrapper {
1044
1045
  .builder-ui .is-controlpanel .group.contenttransparency {
1045
1046
  width: 132px;
1046
1047
  }
1048
+ .builder-ui .is-controlpanel .group.flexjustify button svg {
1049
+ width: 18px;
1050
+ height: 18px;
1051
+ }
1052
+ .builder-ui .is-controlpanel .group.clearflex button {
1053
+ width: auto;
1054
+ padding: 0 14px;
1055
+ }
1047
1056
  .builder-ui .is-controlpanel .label.changedevice {
1048
1057
  display: flex;
1049
1058
  flex-direction: row;