@innovastudio/contentbuilder 1.0.57 → 1.0.61

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.
Files changed (60) hide show
  1. package/package.json +1 -1
  2. package/public/contentbuilder/contentbuilder.css +19 -6
  3. package/public/contentbuilder/contentbuilder.esm.js +492 -46
  4. package/public/contentbuilder/contentbuilder.min.js +8 -8
  5. package/public/contentbuilder/themes/colored-blue.css +1 -1
  6. package/public/contentbuilder/themes/colored-blue2.css +1 -1
  7. package/public/contentbuilder/themes/colored-blue3.css +1 -1
  8. package/public/contentbuilder/themes/colored-blue4.css +1 -1
  9. package/public/contentbuilder/themes/colored-blue5.css +1 -1
  10. package/public/contentbuilder/themes/colored-blue6.css +1 -1
  11. package/public/contentbuilder/themes/colored-blue7.css +1 -1
  12. package/public/contentbuilder/themes/colored-blue8.css +1 -1
  13. package/public/contentbuilder/themes/colored-dark.css +1 -1
  14. package/public/contentbuilder/themes/colored-darkblue.css +1 -1
  15. package/public/contentbuilder/themes/colored-gray.css +1 -1
  16. package/public/contentbuilder/themes/colored-green.css +1 -1
  17. package/public/contentbuilder/themes/colored-green2.css +1 -1
  18. package/public/contentbuilder/themes/colored-green3.css +1 -1
  19. package/public/contentbuilder/themes/colored-green4.css +1 -1
  20. package/public/contentbuilder/themes/colored-green5.css +1 -1
  21. package/public/contentbuilder/themes/colored-magenta.css +1 -1
  22. package/public/contentbuilder/themes/colored-orange.css +1 -1
  23. package/public/contentbuilder/themes/colored-orange2.css +1 -1
  24. package/public/contentbuilder/themes/colored-orange3.css +1 -1
  25. package/public/contentbuilder/themes/colored-pink.css +1 -1
  26. package/public/contentbuilder/themes/colored-pink2.css +1 -1
  27. package/public/contentbuilder/themes/colored-pink3.css +1 -1
  28. package/public/contentbuilder/themes/colored-pink4.css +1 -1
  29. package/public/contentbuilder/themes/colored-purple.css +1 -1
  30. package/public/contentbuilder/themes/colored-purple2.css +1 -1
  31. package/public/contentbuilder/themes/colored-red.css +1 -1
  32. package/public/contentbuilder/themes/colored-red2.css +1 -1
  33. package/public/contentbuilder/themes/colored-red3.css +1 -1
  34. package/public/contentbuilder/themes/colored-red4.css +1 -1
  35. package/public/contentbuilder/themes/colored-red5.css +1 -1
  36. package/public/contentbuilder/themes/colored-yellow.css +1 -1
  37. package/public/contentbuilder/themes/colored-yellow2.css +1 -1
  38. package/public/contentbuilder/themes/dark-blue.css +1 -1
  39. package/public/contentbuilder/themes/dark-blue2.css +1 -1
  40. package/public/contentbuilder/themes/dark-blue3.css +1 -1
  41. package/public/contentbuilder/themes/dark-gray.css +1 -1
  42. package/public/contentbuilder/themes/dark-pink.css +1 -1
  43. package/public/contentbuilder/themes/dark-purple.css +1 -1
  44. package/public/contentbuilder/themes/dark-red.css +1 -1
  45. package/public/contentbuilder/themes/dark.css +1 -1
  46. package/public/contentbuilder/themes/light-blue.css +1 -1
  47. package/public/contentbuilder/themes/light-blue2.css +1 -1
  48. package/public/contentbuilder/themes/light-blue3.css +1 -1
  49. package/public/contentbuilder/themes/light-cyan.css +1 -1
  50. package/public/contentbuilder/themes/light-gray.css +1 -1
  51. package/public/contentbuilder/themes/light-gray2.css +1 -1
  52. package/public/contentbuilder/themes/light-gray3.css +1 -1
  53. package/public/contentbuilder/themes/light-green.css +1 -1
  54. package/public/contentbuilder/themes/light-pink.css +1 -1
  55. package/public/contentbuilder/themes/light-pink2.css +1 -1
  56. package/public/contentbuilder/themes/light-purple.css +1 -1
  57. package/public/contentbuilder/themes/light-purple2.css +1 -1
  58. package/public/contentbuilder/themes/light-red.css +1 -1
  59. package/public/contentbuilder/themes/light-yellow.css +1 -1
  60. package/public/contentbuilder/themes/light-yellow2.css +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@innovastudio/contentbuilder",
3
- "version": "1.0.57",
3
+ "version": "1.0.61",
4
4
  "description": "",
5
5
  "main": "public/contentbuilder/contentbuilder.esm.js",
6
6
  "files": [
@@ -38,7 +38,6 @@ button:focus {
38
38
  }
39
39
 
40
40
  .is-builder {
41
- transition: all ease 0.3s;
42
41
  transform-origin: top;
43
42
  }
44
43
  .is-builder > div > div:focus {
@@ -2061,7 +2060,6 @@ button:focus {
2061
2060
  #_cbhtml .is-modal.columnsettings .cell-bgimage-preview,
2062
2061
  .is-ui .is-modal.columnsettings .cell-bgimage-preview {
2063
2062
  max-width: 120px;
2064
- max-height: 120px;
2065
2063
  }
2066
2064
  #_cbhtml .is-modal.columnsettings .cell-bgimage-preview img,
2067
2065
  .is-ui .is-modal.columnsettings .cell-bgimage-preview img {
@@ -2748,6 +2746,17 @@ button:focus {
2748
2746
  letter-spacing: 1px;
2749
2747
  padding: 0;
2750
2748
  }
2749
+ #_cbhtml label.label-checkbox,
2750
+ .is-ui label.label-checkbox {
2751
+ display: flex;
2752
+ align-items: center;
2753
+ line-height: 1;
2754
+ }
2755
+ #_cbhtml label.label-checkbox input,
2756
+ .is-ui label.label-checkbox input {
2757
+ margin: 0;
2758
+ margin-right: 5px;
2759
+ }
2751
2760
  #_cbhtml .is-rangeslider,
2752
2761
  .is-ui .is-rangeslider {
2753
2762
  -webkit-appearance: none;
@@ -3681,13 +3690,15 @@ button:focus {
3681
3690
  fill: #fff;
3682
3691
  }
3683
3692
  .is-tool.is-row-tool .row-handle {
3684
- line-height: 25px;
3693
+ display: flex;
3694
+ height: 25px;
3695
+ justify-content: center;
3696
+ align-items: center;
3685
3697
  background: #169af7;
3686
3698
  }
3687
3699
  .is-tool.is-row-tool .row-handle svg {
3688
3700
  width: 13px;
3689
3701
  height: 13px;
3690
- margin-top: -2px;
3691
3702
  }
3692
3703
  .is-tool.is-row-tool .row-grideditor {
3693
3704
  background: rgba(216, 200, 6, 0.9);
@@ -3723,13 +3734,15 @@ button:focus {
3723
3734
  fill: #000;
3724
3735
  }
3725
3736
  .is-builder[gray] .is-tool.is-row-tool .row-handle {
3726
- line-height: 27px;
3737
+ display: flex;
3738
+ height: 27px;
3739
+ justify-content: center;
3740
+ align-items: center;
3727
3741
  background: transparent;
3728
3742
  }
3729
3743
  .is-builder[gray] .is-tool.is-row-tool .row-handle svg {
3730
3744
  width: 11px;
3731
3745
  height: 11px;
3732
- margin-top: -3px;
3733
3746
  }
3734
3747
  .is-builder[gray] .is-tool.is-row-tool .row-grideditor {
3735
3748
  background: transparent;