@innovastudio/contentbuilder 1.4.87 → 1.4.89

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@innovastudio/contentbuilder",
3
3
  "type": "module",
4
- "version": "1.4.87",
4
+ "version": "1.4.89",
5
5
  "description": "",
6
6
  "main": "public/contentbuilder/contentbuilder.esm.js",
7
7
  "files": [
@@ -407,6 +407,8 @@ button:focus-visible {
407
407
  border: 1px solid #f2f2f2;
408
408
  box-shadow: 4px 17px 20px 0px rgba(0, 0, 0, 0.08);
409
409
  outline: none;
410
+ border-radius: 5px;
411
+ overflow: hidden;
410
412
  }
411
413
  #_cbhtml .is-pop:hover,
412
414
  .is-ui .is-pop:hover {
@@ -651,6 +653,8 @@ button:focus-visible {
651
653
  color: #000;
652
654
  background: #fff;
653
655
  box-shadow: rgba(0, 0, 0, 0.05) 0px 5px 9px 0px;
656
+ border-radius: 3px;
657
+ overflow: hidden;
654
658
  }
655
659
  #_cbhtml .is-rte-tool div[role=button],
656
660
  #_cbhtml .is-elementrte-tool div[role=button],
@@ -846,6 +850,8 @@ button:focus-visible {
846
850
  box-sizing: border-box;
847
851
  overflow: hidden;
848
852
  outline: none;
853
+ border-radius: 2px;
854
+ overflow: hidden;
849
855
  }
850
856
  #_cbhtml .is-rte-pop > div,
851
857
  .is-ui .is-rte-pop > div {
@@ -1972,6 +1978,8 @@ button:focus-visible {
1972
1978
  background: #fff;
1973
1979
  border: 1px solid rgba(212, 217, 226, 0.75);
1974
1980
  box-shadow: 6px 14px 20px 0px rgba(95, 95, 95, 0.08);
1981
+ border-radius: 5px;
1982
+ overflow: hidden;
1975
1983
  }
1976
1984
  #_cbhtml .is-modal .is-modal-content,
1977
1985
  .is-ui .is-modal .is-modal-content {
@@ -1990,7 +1998,8 @@ button:focus-visible {
1990
1998
  width: 100%;
1991
1999
  padding: 25px 25px;
1992
2000
  box-sizing: border-box;
1993
- border-radius: 4px;
2001
+ border-radius: 5px;
2002
+ overflow: hidden;
1994
2003
  }
1995
2004
  #_cbhtml .is-modal.is-modal-full > div:not(.is-modal-overlay),
1996
2005
  .is-ui .is-modal.is-modal-full > div:not(.is-modal-overlay) {
@@ -4274,6 +4283,8 @@ button:focus-visible {
4274
4283
  box-sizing: border-box;
4275
4284
  padding: 0;
4276
4285
  outline: none;
4286
+ border-radius: 2px;
4287
+ overflow: hidden;
4277
4288
  }
4278
4289
  .is-tool:hover {
4279
4290
  z-index: 10003;