@sapui5/sap.ui.richtexteditor 1.92.0 → 1.93.3

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": "@sapui5/sap.ui.richtexteditor",
3
- "version": "1.92.0",
3
+ "version": "1.93.3",
4
4
  "description": "SAPUI5 Library sap.ui.richtexteditor",
5
5
  "homepage": "https://sap.github.io/ui5-tooling/pages/SAPUI5/",
6
6
  "author": "SAP SE (https://www.sap.com)",
@@ -6,7 +6,7 @@
6
6
  <copyright>SAPUI5
7
7
 
8
8
  (c) Copyright 2009-2021 SAP SE. All rights reserved</copyright>
9
- <version>1.92.0</version>
9
+ <version>1.93.3</version>
10
10
 
11
11
  <documentation>A rich text editor (RTE) control. Requires installation of an additional rich text editor library.</documentation>
12
12
 
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * @alias sap.ui.richtexteditor.RTESplitButton
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.92.0
27
+ * @version 1.93.3
28
28
  */
29
29
  var RTESplitButton = SplitButton.extend("sap.ui.richtexteditor.RTESplitButton", {
30
30
  metadata: {
@@ -37,7 +37,7 @@ sap.ui.define(["sap/ui/thirdparty/jquery", 'sap/ui/core/Core', 'sap/ui/core/libr
37
37
  "sap.ui.richtexteditor.RTESplitButton"
38
38
  ],
39
39
  elements: [],
40
- version: "1.92.0"
40
+ version: "1.93.3"
41
41
  });
42
42
 
43
43
  /**
@@ -0,0 +1,45 @@
1
+ /* ==================================================== */
2
+ /* CSS for control sap.ui.richtexteditor.RichTextEditor */
3
+ /* Horizon theme */
4
+ /* ==================================================== */
5
+
6
+ .sapUiRTE.sapUiRTEWithCustomToolbar .sapUiRTECustomToolbar .sapMBtnBase.sapMSBText:not(.sapMSBTextIE) .sapMBtnInner {
7
+ margin-right: 2.5rem;
8
+ }
9
+
10
+ .sapUiSizeCompact .sapUiRTECustomToolbar .sapMBtnInner .sapMBtnIcon {
11
+ margin-left: 0.4375rem;
12
+ margin-right: 0.4375rem;
13
+ }
14
+
15
+ .sapUiRTE .sapMSBText .sapMBtnIcon::before {
16
+ text-shadow: none;
17
+ }
18
+
19
+ .sapUiRTE.sapUiRTEWithCustomToolbar .sapUiRTECustomToolbar {
20
+
21
+ .sapMToggleBtn,
22
+ .sapMBtn:not(:first-child) {
23
+ margin-right: 0;
24
+ margin-left: 0;
25
+ }
26
+
27
+ .sapMBtnBase.sapMSBText:not(.sapMSBTextIE) .sapMBtnInner {
28
+ margin-right: 2.25rem;
29
+ }
30
+
31
+ .sapMSB,
32
+ .sapMMenuBtn,
33
+ .sapMSlt,
34
+ .sapMTBSeparator {
35
+ margin-right: 0.25rem;
36
+ margin-left: 0;
37
+ }
38
+ }
39
+
40
+
41
+ .sapUiSizeCompact {
42
+ .sapUiRTE.sapUiRTEWithCustomToolbar .sapUiRTECustomToolbar .sapMBtnBase.sapMSBText:not(.sapMSBTextIE) .sapMBtnInner {
43
+ margin-right: 2rem;
44
+ }
45
+ }
@@ -0,0 +1,10 @@
1
+ /*!
2
+ * SAPUI5
3
+ * (c) Copyright 2009-2021 SAP SE. All rights reserved.
4
+ */
5
+
6
+ @import "../base/library.source.less";
7
+ @import "../../../../../sap/ui/core/themes/sap_horizon/base.less";
8
+ @import "../../../../../sap/ui/core/themes/sap_horizon/global.less";
9
+
10
+ @import "RichTextEditor.less";
package/ui5.yaml CHANGED
@@ -9,6 +9,8 @@ framework:
9
9
  name: SAPUI5
10
10
  libraries:
11
11
  - name: sap.ui.core
12
+ - name: themelib_sap_horizon
13
+ optional: true
12
14
  - name: themelib_sap_fiori_3
13
15
  optional: true
14
16
  - name: themelib_sap_belize