@innovastudio/contentbuilder 1.2.5 → 1.2.8

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@innovastudio/contentbuilder",
3
- "version": "1.2.5",
3
+ "version": "1.2.8",
4
4
  "type": "module",
5
5
  "description": "",
6
6
  "main": "public/contentbuilder/contentbuilder.esm.js",
@@ -2732,6 +2732,40 @@ button:focus {
2732
2732
  width: 50px;
2733
2733
  height: 43px;
2734
2734
  }
2735
+ #_cbhtml .is-modal.audiolink div.is-modal-content,
2736
+ .is-ui .is-modal.audiolink div.is-modal-content {
2737
+ max-width: 550px;
2738
+ }
2739
+ #_cbhtml .is-modal.audiolink .audio-url,
2740
+ .is-ui .is-modal.audiolink .audio-url {
2741
+ position: relative;
2742
+ height: 43px;
2743
+ display: flex;
2744
+ flex-direction: row;
2745
+ }
2746
+ #_cbhtml .is-modal.audiolink .audio-url .inpAudioLinkSource,
2747
+ .is-ui .is-modal.audiolink .audio-url .inpAudioLinkSource {
2748
+ width: 100%;
2749
+ }
2750
+ #_cbhtml .is-modal.audiolink .audio-url button,
2751
+ .is-ui .is-modal.audiolink .audio-url button {
2752
+ background: transparent !important;
2753
+ }
2754
+ #_cbhtml .is-modal.audiolink .input-select,
2755
+ .is-ui .is-modal.audiolink .input-select {
2756
+ width: 50px;
2757
+ height: 43px;
2758
+ font-size: 20px;
2759
+ height: 43px;
2760
+ width: 50px;
2761
+ border-left: none;
2762
+ background: transparent;
2763
+ }
2764
+ #_cbhtml .is-modal.audiolink .input-upload,
2765
+ .is-ui .is-modal.audiolink .input-upload {
2766
+ width: 50px;
2767
+ height: 43px;
2768
+ }
2735
2769
  #_cbhtml .is-modal.createlink label,
2736
2770
  .is-ui .is-modal.createlink label {
2737
2771
  font-size: 14px;
@@ -2783,25 +2817,29 @@ button:focus {
2783
2817
  .is-ui .is-modal.viewconfig button.input-setcolor:focus {
2784
2818
  outline-offset: -2px;
2785
2819
  }
2786
- #_cbhtml .is-tool#divImageTool, #_cbhtml .is-tool.is-video-tool, #_cbhtml .is-tool.is-iframe-tool,
2820
+ #_cbhtml .is-tool#divImageTool, #_cbhtml .is-tool.is-video-tool, #_cbhtml .is-tool.is-audio-tool, #_cbhtml .is-tool.is-iframe-tool,
2787
2821
  .is-ui .is-tool#divImageTool,
2788
2822
  .is-ui .is-tool.is-video-tool,
2823
+ .is-ui .is-tool.is-audio-tool,
2789
2824
  .is-ui .is-tool.is-iframe-tool {
2790
2825
  background: rgba(0, 0, 0, 0.15);
2791
2826
  border: transparent 1px solid;
2792
2827
  }
2793
- #_cbhtml .is-tool#divImageTool > div, #_cbhtml .is-tool#divImageTool > button, #_cbhtml .is-tool.is-video-tool > div, #_cbhtml .is-tool.is-video-tool > button, #_cbhtml .is-tool.is-iframe-tool > div, #_cbhtml .is-tool.is-iframe-tool > button,
2828
+ #_cbhtml .is-tool#divImageTool > div, #_cbhtml .is-tool#divImageTool > button, #_cbhtml .is-tool.is-video-tool > div, #_cbhtml .is-tool.is-video-tool > button, #_cbhtml .is-tool.is-audio-tool > div, #_cbhtml .is-tool.is-audio-tool > button, #_cbhtml .is-tool.is-iframe-tool > div, #_cbhtml .is-tool.is-iframe-tool > button,
2794
2829
  .is-ui .is-tool#divImageTool > div,
2795
2830
  .is-ui .is-tool#divImageTool > button,
2796
2831
  .is-ui .is-tool.is-video-tool > div,
2797
2832
  .is-ui .is-tool.is-video-tool > button,
2833
+ .is-ui .is-tool.is-audio-tool > div,
2834
+ .is-ui .is-tool.is-audio-tool > button,
2798
2835
  .is-ui .is-tool.is-iframe-tool > div,
2799
2836
  .is-ui .is-tool.is-iframe-tool > button {
2800
2837
  background: transparent;
2801
2838
  }
2802
- #_cbhtml .is-tool#divImageTool svg, #_cbhtml .is-tool.is-video-tool svg, #_cbhtml .is-tool.is-iframe-tool svg,
2839
+ #_cbhtml .is-tool#divImageTool svg, #_cbhtml .is-tool.is-video-tool svg, #_cbhtml .is-tool.is-audio-tool svg, #_cbhtml .is-tool.is-iframe-tool svg,
2803
2840
  .is-ui .is-tool#divImageTool svg,
2804
2841
  .is-ui .is-tool.is-video-tool svg,
2842
+ .is-ui .is-tool.is-audio-tool svg,
2805
2843
  .is-ui .is-tool.is-iframe-tool svg {
2806
2844
  fill: #fff;
2807
2845
  }