@openui5/themelib_sap_horizon 1.96.2 → 1.96.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": "@openui5/themelib_sap_horizon",
3
- "version": "1.96.2",
3
+ "version": "1.96.3",
4
4
  "description": "OpenUI5 Theme Library sap_horizon",
5
5
  "author": "SAP SE (https://www.sap.com)",
6
6
  "license": "Apache-2.0",
@@ -14,22 +14,22 @@
14
14
  "url": "https://github.com/SAP/openui5.git"
15
15
  },
16
16
  "devDependencies": {
17
- "@openui5/sap.f": "1.96.2",
18
- "@openui5/sap.m": "1.96.2",
19
- "@openui5/sap.tnt": "1.96.2",
20
- "@openui5/sap.ui.codeeditor": "1.96.2",
21
- "@openui5/sap.ui.commons": "1.96.2",
22
- "@openui5/sap.ui.core": "1.96.2",
23
- "@openui5/sap.ui.dt": "1.96.2",
24
- "@openui5/sap.ui.fl": "1.96.2",
25
- "@openui5/sap.ui.mdc": "1.96.2",
26
- "@openui5/sap.ui.integration": "1.96.2",
27
- "@openui5/sap.ui.layout": "1.96.2",
28
- "@openui5/sap.ui.rta": "1.96.2",
29
- "@openui5/sap.ui.suite": "1.96.2",
30
- "@openui5/sap.ui.table": "1.96.2",
31
- "@openui5/sap.ui.unified": "1.96.2",
32
- "@openui5/sap.ui.ux3": "1.96.2",
33
- "@openui5/sap.uxap": "1.96.2"
17
+ "@openui5/sap.f": "1.96.3",
18
+ "@openui5/sap.m": "1.96.3",
19
+ "@openui5/sap.tnt": "1.96.3",
20
+ "@openui5/sap.ui.codeeditor": "1.96.3",
21
+ "@openui5/sap.ui.commons": "1.96.3",
22
+ "@openui5/sap.ui.core": "1.96.3",
23
+ "@openui5/sap.ui.dt": "1.96.3",
24
+ "@openui5/sap.ui.fl": "1.96.3",
25
+ "@openui5/sap.ui.mdc": "1.96.3",
26
+ "@openui5/sap.ui.integration": "1.96.3",
27
+ "@openui5/sap.ui.layout": "1.96.3",
28
+ "@openui5/sap.ui.rta": "1.96.3",
29
+ "@openui5/sap.ui.suite": "1.96.3",
30
+ "@openui5/sap.ui.table": "1.96.3",
31
+ "@openui5/sap.ui.unified": "1.96.3",
32
+ "@openui5/sap.ui.ux3": "1.96.3",
33
+ "@openui5/sap.uxap": "1.96.3"
34
34
  }
35
35
  }
@@ -261,6 +261,12 @@ large.sapUiSizeCompact .sapMGT.sapMGTLineMode, .sapUiMedia-GenericTileDeviceSet-
261
261
  .sapMGT.TwoByOne {
262
262
  width: 22.5rem;
263
263
  }
264
+ .sapMGT.TwoByOne.sapMGTActionMode {
265
+ width: 20rem;
266
+ }
267
+ .sapMGT.sapMTileSmallPhone.TwoByOne.sapMGTActionMode {
268
+ width: 19rem;
269
+ }
264
270
  .sapMGT.TwoByHalf {
265
271
  width: 22.5rem;
266
272
  }
@@ -333,8 +339,6 @@ html.sap-desktop .sapMGT.sapMGTBackgroundImage:focus .sapMGTFocusDiv:after, html
333
339
  }
334
340
  }
335
341
  .TwoByOne.sapMGTActionMode {
336
- width: 20rem;
337
- height: 11.375rem;
338
342
  border-radius: 1rem;
339
343
  .sapMGTFocusDiv {
340
344
  border-radius: 1rem !important;
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.96.2</version>
9
+ <version>1.96.3</version>
10
10
 
11
11
  <documentation>SAPUI5 Horizon theme library.</documentation>
12
12