@innovastudio/contentbox 1.6.126 → 1.6.128

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/index.d.ts CHANGED
@@ -254,8 +254,8 @@ interface ContentBoxOptions {
254
254
  simpleTextSettings?: boolean;
255
255
  UIColor?: any[];
256
256
 
257
- defaultHeaders?: any[];
258
- headers?: any[];
257
+ defaultHeaders?: { [key: string]: string };
258
+ headers?: { [key: string]: string };
259
259
 
260
260
  consoleLog?: boolean;
261
261
  AIToolbar?: boolean;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@innovastudio/contentbox",
3
3
  "type": "module",
4
- "version": "1.6.126",
4
+ "version": "1.6.128",
5
5
  "description": "",
6
6
  "main": "public/contentbox/contentbox.esm.js",
7
7
  "types": "index.d.ts",
@@ -625,9 +625,8 @@ body.controlpanel .is-content-view.mobile {
625
625
  /* UI */
626
626
  .builder-ui {
627
627
  font-family: sans-serif;
628
- font-size: 13px;
628
+ font-size: 14px;
629
629
  font-weight: 300;
630
- letter-spacing: 0.8px;
631
630
  /* content.css */
632
631
  /* /content.css */
633
632
  }