@openui5/themelib_sap_bluecrystal 1.128.0 → 1.130.0

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/THIRDPARTY.txt CHANGED
@@ -6,7 +6,7 @@ The full text of all referenced licenses is appended at the end of this file.
6
6
 
7
7
  Library: sap.m:
8
8
 
9
- Component: purify.js, version: 2.3.8
9
+ Component: purify.js, version: 3.1.7
10
10
  Copyright: Mario Heiderich
11
11
  License: Apache-2.0
12
12
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
@@ -468,7 +468,7 @@ License: Apache-2.0
468
468
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
469
469
  Contained in: lib/jsdoc/ui5/plugin.js
470
470
 
471
- Component: SAP Theming Base Content, version: 11.16.1
471
+ Component: SAP Theming Base Content, version: 11.18.0
472
472
  Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
473
473
  License: Apache-2.0
474
474
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/themelib_sap_bluecrystal",
3
- "version": "1.128.0",
3
+ "version": "1.130.0",
4
4
  "description": "OpenUI5 Theme Library sap_bluecrystal",
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.128.0",
18
- "@openui5/sap.m": "1.128.0",
19
- "@openui5/sap.tnt": "1.128.0",
20
- "@openui5/sap.ui.codeeditor": "1.128.0",
21
- "@openui5/sap.ui.commons": "1.128.0",
22
- "@openui5/sap.ui.core": "1.128.0",
23
- "@openui5/sap.ui.dt": "1.128.0",
24
- "@openui5/sap.ui.fl": "1.128.0",
25
- "@openui5/sap.ui.mdc": "1.128.0",
26
- "@openui5/sap.ui.integration": "1.128.0",
27
- "@openui5/sap.ui.layout": "1.128.0",
28
- "@openui5/sap.ui.rta": "1.128.0",
29
- "@openui5/sap.ui.suite": "1.128.0",
30
- "@openui5/sap.ui.table": "1.128.0",
31
- "@openui5/sap.ui.unified": "1.128.0",
32
- "@openui5/sap.ui.ux3": "1.128.0",
33
- "@openui5/sap.uxap": "1.128.0"
17
+ "@openui5/sap.f": "1.130.0",
18
+ "@openui5/sap.m": "1.130.0",
19
+ "@openui5/sap.tnt": "1.130.0",
20
+ "@openui5/sap.ui.codeeditor": "1.130.0",
21
+ "@openui5/sap.ui.commons": "1.130.0",
22
+ "@openui5/sap.ui.core": "1.130.0",
23
+ "@openui5/sap.ui.dt": "1.130.0",
24
+ "@openui5/sap.ui.fl": "1.130.0",
25
+ "@openui5/sap.ui.mdc": "1.130.0",
26
+ "@openui5/sap.ui.integration": "1.130.0",
27
+ "@openui5/sap.ui.layout": "1.130.0",
28
+ "@openui5/sap.ui.rta": "1.130.0",
29
+ "@openui5/sap.ui.suite": "1.130.0",
30
+ "@openui5/sap.ui.table": "1.130.0",
31
+ "@openui5/sap.ui.unified": "1.130.0",
32
+ "@openui5/sap.ui.ux3": "1.130.0",
33
+ "@openui5/sap.uxap": "1.130.0"
34
34
  }
35
35
  }
@@ -40,8 +40,7 @@
40
40
  display: flex !important;
41
41
  flex-direction: column;
42
42
  opacity: 0;
43
- -webkit-transition: opacity .15s, left 0.2s, top 0.2s;
44
- transition: opacity .15s, left 0.2s, top 0.2s;
43
+ transition: opacity .15s;
45
44
  border-radius: @sapUiElementBorderCornerRadius;
46
45
  box-shadow: @sapUiContentShadow3;
47
46
 
@@ -289,11 +288,6 @@ html.sap-desktop .sapMDialog {
289
288
  user-select: none;
290
289
  }
291
290
 
292
- .sapDialogDisableTransition {
293
- transition: none;
294
- -webkit-transition: none;
295
- }
296
-
297
291
  .sapMDialogResizeHandler {
298
292
  bottom: 0;
299
293
  cursor: se-resize;
@@ -12,10 +12,6 @@
12
12
  margin: 0.8125rem 0;
13
13
  }
14
14
 
15
- .sapUiSizeCompact .sapMRI {
16
- margin: 0.5rem 0;
17
- }
18
-
19
15
  html.sap-phone .sapMRI:focus,
20
16
  html.sap-tablet .sapMRI:focus {
21
17
  outline: none;
@@ -61,6 +57,12 @@ html.sap-tablet .sapMRI:focus {
61
57
  color: darken(@sapUiAccent1, 5);
62
58
  }
63
59
 
60
+ .sapMRI.sapMRIDisplayOnly .sapUiIcon,
61
+ .sapMRI.sapMRIDisplayOnly .sapMImg {
62
+ padding-right: @sapUiRIIconPaddingDisplayOnly;
63
+ height: @sapUiRIIconSizeDisplayOnly;
64
+ }
65
+
64
66
  .sapMRIIconSel, .sapMRIIconUnsel, .sapMRIIconHov, .sapMRIIconReadOnly {
65
67
  font-family: SAP-icons;
66
68
  }
@@ -75,29 +77,6 @@ html.sap-tablet .sapMRI:focus {
75
77
  margin: 0 0.5rem;
76
78
  }
77
79
 
78
- .sapUiRatingIndicatorXS .sapMRI .sapUiIcon,
79
- .sapUiRatingIndicatorXS .sapMRI .sapMImg {
80
- padding-right: @sapUiRIIconPaddingXS;
81
- vertical-align:top;
82
- }
83
- .sapUiRatingIndicatorS .sapMRI .sapUiIcon,
84
- .sapUiRatingIndicatorS .sapMRI .sapMImg {
85
- padding-right: @sapUiRIIconPaddingS;
86
- vertical-align:top;
87
- }
88
-
89
- .sapUiRatingIndicatorM .sapMRI .sapUiIcon,
90
- .sapUiRatingIndicatorM .sapMRI .sapMImg {
91
- padding-right: @sapUiRIIconPaddingM;
92
- vertical-align:top;
93
- }
94
-
95
- .sapUiRatingIndicatorL .sapMRI .sapUiIcon,
96
- .sapUiRatingIndicatorL .sapMRI .sapMImg {
97
- padding-right: @sapUiRIIconPaddingL;
98
- vertical-align:top;
99
- }
100
-
101
80
  .sapMRI.sapUiRatingIndicatorXS .sapUiIcon:last-child,
102
81
  .sapMRI.sapUiRatingIndicatorXS .sapMImg:last-child,
103
82
  .sapMRI.sapUiRatingIndicatorS .sapUiIcon:last-child,
@@ -109,11 +88,6 @@ html.sap-tablet .sapMRI:focus {
109
88
  padding-right: 0;
110
89
  }
111
90
 
112
- .sapMRIIcon { /* required for size calculation */
113
- height: 1.375rem; /* default size */
114
- overflow: hidden;
115
- }
116
-
117
91
  .sapMRIDisabled {
118
92
  outline: none;
119
93
  cursor: default;
@@ -125,9 +99,16 @@ html.sap-tablet .sapMRI:focus {
125
99
  margin: 0;
126
100
  }
127
101
 
102
+ .sapMRI.sapMRIDisplayOnly .sapUiIcon,
103
+ .sapMRI.sapMRIDisplayOnly .sapMImg {
104
+ padding-right: @sapUiRIIconPaddingDisplayOnly;
105
+ height: @sapUiRIIconSizeDisplayOnly;
106
+ }
107
+
128
108
  .sapMRI .sapUiIcon,
129
109
  .sapMRI .sapMImg {
130
- padding-right: 0.25rem;
110
+ padding-right: @sapUiRIIconPaddingCozy;
111
+ height: @sapUiRIIconSizeCozy;
131
112
  }
132
113
 
133
114
  .sapMRI .sapUiIcon:last-child,
@@ -139,15 +120,30 @@ html.sap-tablet .sapMRI:focus {
139
120
  .sapUiSizeCompact {
140
121
  .sapMRI {
141
122
  margin: 0.5rem 0;
123
+ }
142
124
 
143
- &.sapMRIDisplayOnly {
144
- margin: 0;
145
- }
125
+ .sapMRI.sapMRIDisplayOnly {
126
+ margin: 0;
146
127
  }
147
- .sapMRIIcon {
148
- height: 1rem; /* default size for the compact mode */
128
+
129
+ .sapMRI .sapUiIcon,
130
+ .sapMRI .sapMImg {
131
+ padding-right: @sapUiRIIconPaddingCompact;
132
+ height: @sapUiRIIconSizeCompact;
133
+ }
134
+
135
+ .sapMRI.sapMRIDisplayOnly.sapMRINoCustomIconSize .sapUiIcon,
136
+ .sapMRI.sapMRIDisplayOnly.sapMRINoCustomIconSize .sapMImg {
137
+ padding-right: @sapUiRIIconPaddingDisplayOnly;
138
+ height: @sapUiRIIconSizeDisplayOnly;
139
+ }
140
+
141
+ .sapMRI .sapUiIcon:last-child,
142
+ .sapMRI .sapMImg:last-child {
143
+ padding-right: 0;
149
144
  }
150
145
  }
146
+
151
147
  /* Condensed mode */
152
148
  .sapUiSizeCondensed .sapUiTableDataCell .sapMRI .sapUiIcon,
153
149
  .sapUiSizeCondensed .sapUiTableDataCell .sapMRI .sapMImg{
@@ -6,8 +6,8 @@
6
6
  @_sap_m_Token_TokenPadding: 0.5rem;
7
7
  @_sap_m_Token_TokenCompactPadding: 0.25rem;
8
8
  @_sap_m_Token_LeftPadding: 0.375rem;
9
- @_sap_m_Token_TokenSize: @sapMFontMediumSize + (2 * @_sap_m_Token_TokenPadding) - @_sap_m_Token_LeftPadding;
10
- @_sap_m_Token_TokenCompactSize: @sapMFontSmallSize + @_sap_m_Token_TokenCompactPadding;
9
+ @_sap_m_Token_IconWidth: @sapMFontMediumSize + (2 * @_sap_m_Token_TokenPadding) - @_sap_m_Token_LeftPadding;
10
+ @_sap_m_Token_CompactIconWidth: @sapMFontSmallSize + @_sap_m_Token_TokenCompactPadding;
11
11
 
12
12
  .sapMToken {
13
13
  display: inline-block;
@@ -51,7 +51,7 @@ html.sap-desktop .sapMToken:not(.sapMTokenReadOnly):hover {
51
51
  pointer-events: none;
52
52
 
53
53
  line-height: 1.5rem;
54
- max-width: calc(~"100% - " @_sap_m_Token_TokenSize);
54
+ max-width: calc(~"100% - " @_sap_m_Token_IconWidth);
55
55
  box-sizing: border-box;
56
56
  }
57
57
 
@@ -60,7 +60,7 @@ html.sap-desktop .sapMToken:not(.sapMTokenReadOnly):hover {
60
60
  }
61
61
 
62
62
  .sapUiSizeCompact .sapMTokenText {
63
- max-width: calc(~"100% - " @_sap_m_Token_TokenCompactSize);
63
+ max-width: calc(~"100% - " @_sap_m_Token_CompactIconWidth);
64
64
  font-size: @sapMFontMediumSize;
65
65
  }
66
66
 
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.128.0</version>
9
+ <version>1.130.0</version>
10
10
 
11
11
  <documentation>SAPUI5 bluecrystal theme library.</documentation>
12
12