@innovastudio/contentbox 1.4.27 → 1.4.28

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/contentbox",
3
3
  "type": "module",
4
- "version": "1.4.27",
4
+ "version": "1.4.28",
5
5
  "description": "",
6
6
  "main": "public/contentbox/contentbox.esm.js",
7
7
  "files": [
@@ -46,7 +46,7 @@
46
46
  "webpack-dev-server": "^4.0.0"
47
47
  },
48
48
  "dependencies": {
49
- "@innovastudio/contentbuilder": "^1.3.30",
49
+ "@innovastudio/contentbuilder": "^1.3.31",
50
50
  "js-beautify": "^1.14.0"
51
51
  }
52
52
  }
@@ -86629,7 +86629,7 @@ class ContentStuff$1 {
86629
86629
  .is-tool.is-col-tool svg {
86630
86630
  width: 23px;
86631
86631
  height: 23px;
86632
- fill: #fff;
86632
+ fill: #fff !important;
86633
86633
  }
86634
86634
  .is-tool.is-col-tool .cell-more svg {
86635
86635
  width: 14px;
@@ -86658,7 +86658,7 @@ class ContentStuff$1 {
86658
86658
  .is-builder[gray] .is-tool.is-col-tool svg {
86659
86659
  width: 18px;
86660
86660
  height: 18px;
86661
- fill: #000;
86661
+ fill: #000 !important;
86662
86662
  }
86663
86663
  .is-builder[gray] .is-tool.is-col-tool .cell-more svg {
86664
86664
  width: 12px;
@@ -88235,7 +88235,7 @@ class ContentBuilder {
88235
88235
  .is-tool.is-col-tool svg {
88236
88236
  width: 23px;
88237
88237
  height: 23px;
88238
- fill: #fff;
88238
+ fill: #fff !important;
88239
88239
  }
88240
88240
  .is-tool.is-col-tool .cell-more svg {
88241
88241
  width: 14px;
@@ -88266,7 +88266,7 @@ class ContentBuilder {
88266
88266
  .is-builder[gray] .is-tool.is-col-tool svg {
88267
88267
  width: 18px;
88268
88268
  height: 18px;
88269
- fill: #000;
88269
+ fill: #000 !important;
88270
88270
  }
88271
88271
  .is-builder[gray] .is-tool.is-col-tool .cell-more svg {
88272
88272
  width: 12px;