@innovastudio/contentbuilder 1.5.184 → 1.5.186

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.5.184",
4
+ "version": "1.5.186",
5
5
  "description": "",
6
6
  "main": "public/contentbuilder/contentbuilder.esm.js",
7
7
  "types": "index.d.ts",
@@ -63,6 +63,7 @@
63
63
  "blueimp-load-image": "^5.16.0",
64
64
  "cropperjs": "^1.5.12",
65
65
  "js-beautify": "^1.14.0",
66
+ "marked": "^17.0.0",
66
67
  "moveable": "^0.30.0",
67
68
  "nanopop": "^2.4.2",
68
69
  "sortablejs": "^1.15.2",
@@ -3164,8 +3164,8 @@ button:focus-visible {
3164
3164
  .is-ui .is-modal.columnsettings .div-content-textcolor button[data-command=dark],
3165
3165
  .is-ui .is-modal.rowsettings .div-content-textcolor button[data-command=dark] {
3166
3166
  width: auto;
3167
- background-color: #f7f7f7;
3168
- color: #111;
3167
+ background-color: #f7f7f7 !important;
3168
+ color: #111 !important;
3169
3169
  }
3170
3170
  #_cbhtml .is-modal.columnsettings .div-content-textcolor button[data-command=light], #_cbhtml .is-modal.rowsettings .div-content-textcolor button[data-command=light],
3171
3171
  .is-ui .is-modal.columnsettings .div-content-textcolor button[data-command=light],
@@ -3842,12 +3842,6 @@ button:focus-visible {
3842
3842
  .is-ui .is-btn:hover {
3843
3843
  background: #f9f9f9;
3844
3844
  }
3845
- #_cbhtml button svg,
3846
- #_cbhtml .is-btn svg,
3847
- .is-ui button svg,
3848
- .is-ui .is-btn svg {
3849
- fill: #000;
3850
- }
3851
3845
  #_cbhtml button:focus,
3852
3846
  #_cbhtml .is-btn:focus,
3853
3847
  .is-ui button:focus,