@ui5/webcomponents-fiori 1.2.6 → 1.4.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.
Files changed (269) hide show
  1. package/CHANGELOG.md +45 -3
  2. package/dist/BarcodeScannerDialog.js +2 -2
  3. package/dist/FilterItem.js +4 -20
  4. package/dist/FlexibleColumnLayout.js +2 -1
  5. package/dist/IllustratedMessage.js +34 -15
  6. package/dist/MediaGallery.js +4 -1
  7. package/dist/NotificationListItemBase.js +4 -4
  8. package/dist/ShellBar.js +10 -9
  9. package/dist/ViewSettingsDialog.js +18 -5
  10. package/dist/api.json +3 -2
  11. package/dist/css/themes/Bar.css +1 -1
  12. package/dist/css/themes/BarcodeScannerDialog.css +1 -1
  13. package/dist/css/themes/FlexibleColumnLayout.css +1 -1
  14. package/dist/css/themes/MediaGallery.css +1 -1
  15. package/dist/css/themes/NotificationListGroupItem.css +1 -1
  16. package/dist/css/themes/NotificationListItem.css +1 -1
  17. package/dist/css/themes/NotificationListItemBase.css +1 -1
  18. package/dist/css/themes/NotificationOverflowActionsPopover.css +1 -0
  19. package/dist/css/themes/NotificationPrioIcon.css +1 -1
  20. package/dist/css/themes/Page.css +1 -1
  21. package/dist/css/themes/ShellBar.css +1 -1
  22. package/dist/css/themes/ShellBarPopover.css +1 -0
  23. package/dist/css/themes/SideNavigation.css +1 -1
  24. package/dist/css/themes/SideNavigationPopover.css +1 -1
  25. package/dist/css/themes/Timeline.css +1 -1
  26. package/dist/css/themes/TimelineItem.css +1 -1
  27. package/dist/css/themes/UploadCollectionItem.css +1 -1
  28. package/dist/css/themes/ViewSettingsDialog.css +1 -1
  29. package/dist/css/themes/Wizard.css +1 -1
  30. package/dist/css/themes/WizardPopover.css +1 -1
  31. package/dist/css/themes/WizardTab.css +1 -1
  32. package/dist/css/themes/sap_belize/parameters-bundle.css +1 -1
  33. package/dist/css/themes/sap_belize_hcb/parameters-bundle.css +1 -1
  34. package/dist/css/themes/sap_belize_hcw/parameters-bundle.css +1 -1
  35. package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
  36. package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
  37. package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
  38. package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
  39. package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
  40. package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
  41. package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +1 -1
  42. package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
  43. package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
  44. package/dist/generated/assets/themes/sap_belize/parameters-bundle.css.json +1 -1
  45. package/dist/generated/assets/themes/sap_belize_hcb/parameters-bundle.css.json +1 -1
  46. package/dist/generated/assets/themes/sap_belize_hcw/parameters-bundle.css.json +1 -1
  47. package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
  48. package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
  49. package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
  50. package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
  51. package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
  52. package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -1
  53. package/dist/generated/assets/themes/sap_horizon_exp/parameters-bundle.css.json +1 -1
  54. package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -1
  55. package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -1
  56. package/dist/generated/templates/BarTemplate.lit.js +1 -1
  57. package/dist/generated/templates/BarcodeScannerDialogTemplate.lit.js +1 -1
  58. package/dist/generated/templates/FlexibleColumnLayoutTemplate.lit.js +1 -1
  59. package/dist/generated/templates/IllustratedMessageTemplate.lit.js +1 -1
  60. package/dist/generated/templates/MediaGalleryItemTemplate.lit.js +1 -1
  61. package/dist/generated/templates/MediaGalleryTemplate.lit.js +4 -4
  62. package/dist/generated/templates/NotificationListGroupItemTemplate.lit.js +6 -6
  63. package/dist/generated/templates/NotificationListItemTemplate.lit.js +7 -7
  64. package/dist/generated/templates/NotificationOverflowActionsPopoverTemplate.lit.js +8 -0
  65. package/dist/generated/templates/PageTemplate.lit.js +1 -1
  66. package/dist/generated/templates/ProductSwitchItemTemplate.lit.js +2 -2
  67. package/dist/generated/templates/ShellBarPopoverTemplate.lit.js +2 -2
  68. package/dist/generated/templates/ShellBarTemplate.lit.js +8 -8
  69. package/dist/generated/templates/SideNavigationItemPopoverContentTemplate.lit.js +2 -2
  70. package/dist/generated/templates/SideNavigationTemplate.lit.js +6 -6
  71. package/dist/generated/templates/TimelineItemTemplate.lit.js +2 -2
  72. package/dist/generated/templates/TimelineTemplate.lit.js +1 -1
  73. package/dist/generated/templates/UploadCollectionItemTemplate.lit.js +15 -20
  74. package/dist/generated/templates/UploadCollectionTemplate.lit.js +3 -3
  75. package/dist/generated/templates/ViewSettingsDialogTemplate.lit.js +11 -10
  76. package/dist/generated/templates/WizardPopoverTemplate.lit.js +2 -2
  77. package/dist/generated/templates/WizardTabTemplate.lit.js +1 -1
  78. package/dist/generated/templates/WizardTemplate.lit.js +2 -2
  79. package/dist/generated/themes/Bar.css.js +1 -1
  80. package/dist/generated/themes/BarcodeScannerDialog.css.js +1 -1
  81. package/dist/generated/themes/FlexibleColumnLayout.css.js +1 -1
  82. package/dist/generated/themes/MediaGallery.css.js +1 -1
  83. package/dist/generated/themes/NotificationListGroupItem.css.js +1 -1
  84. package/dist/generated/themes/NotificationListItem.css.js +1 -1
  85. package/dist/generated/themes/NotificationListItemBase.css.js +1 -1
  86. package/dist/generated/themes/{NotifactionOverflowActionsPopover.css.js → NotificationOverflowActionsPopover.css.js} +1 -1
  87. package/dist/generated/themes/NotificationPrioIcon.css.js +1 -1
  88. package/dist/generated/themes/Page.css.js +1 -1
  89. package/dist/generated/themes/ShellBar.css.js +1 -1
  90. package/dist/generated/themes/{FilterItem.css.js → ShellBarPopover.css.js} +1 -1
  91. package/dist/generated/themes/SideNavigation.css.js +1 -1
  92. package/dist/generated/themes/SideNavigationPopover.css.js +1 -1
  93. package/dist/generated/themes/Timeline.css.js +1 -1
  94. package/dist/generated/themes/TimelineItem.css.js +1 -1
  95. package/dist/generated/themes/UploadCollectionItem.css.js +1 -1
  96. package/dist/generated/themes/ViewSettingsDialog.css.js +1 -1
  97. package/dist/generated/themes/Wizard.css.js +1 -1
  98. package/dist/generated/themes/WizardPopover.css.js +1 -1
  99. package/dist/generated/themes/WizardTab.css.js +1 -1
  100. package/dist/generated/themes/sap_belize/parameters-bundle.css.js +1 -1
  101. package/dist/generated/themes/sap_belize_hcb/parameters-bundle.css.js +1 -1
  102. package/dist/generated/themes/sap_belize_hcw/parameters-bundle.css.js +1 -1
  103. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
  104. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
  105. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
  106. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
  107. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
  108. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -1
  109. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js +1 -1
  110. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -1
  111. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -1
  112. package/dist/illustrations/sapIllus-Dialog-EmptyCalendar.js +72 -72
  113. package/dist/illustrations/sapIllus-Dialog-EmptyList.js +33 -18
  114. package/dist/illustrations/sapIllus-Dialog-SimpleBell.js +11 -11
  115. package/dist/illustrations/sapIllus-Dialog-SimpleCalendar.js +40 -40
  116. package/dist/illustrations/sapIllus-Dialog-SleepingBell.js +28 -28
  117. package/dist/illustrations/sapIllus-Dialog-Tent.js +27 -27
  118. package/dist/illustrations/sapIllus-Scene-Connection.js +27 -27
  119. package/dist/illustrations/sapIllus-Scene-EmptyCalendar.js +85 -85
  120. package/dist/illustrations/sapIllus-Scene-EmptyList.js +42 -26
  121. package/dist/illustrations/sapIllus-Scene-SimpleBell.js +14 -14
  122. package/dist/illustrations/sapIllus-Scene-SimpleCalendar.js +42 -42
  123. package/dist/illustrations/sapIllus-Scene-SleepingBell.js +48 -48
  124. package/dist/illustrations/sapIllus-Scene-Tent.js +57 -57
  125. package/dist/illustrations/sapIllus-Spot-EmptyCalendar.js +41 -41
  126. package/dist/illustrations/sapIllus-Spot-EmptyList.js +24 -16
  127. package/dist/illustrations/sapIllus-Spot-SimpleBell.js +10 -10
  128. package/dist/illustrations/sapIllus-Spot-SimpleCalendar.js +36 -36
  129. package/dist/illustrations/sapIllus-Spot-SleepingBell.js +33 -33
  130. package/dist/illustrations/sapIllus-Spot-Tent.js +27 -27
  131. package/package.json +7 -10
  132. package/src/Bar.hbs +0 -1
  133. package/src/BarcodeScannerDialog.hbs +1 -1
  134. package/src/BarcodeScannerDialog.js +2 -2
  135. package/src/FilterItem.js +4 -20
  136. package/src/FlexibleColumnLayout.hbs +1 -4
  137. package/src/FlexibleColumnLayout.js +2 -1
  138. package/src/IllustratedMessage.js +34 -15
  139. package/src/MediaGallery.hbs +1 -2
  140. package/src/MediaGallery.js +4 -1
  141. package/src/NotificationListGroupItem.hbs +0 -1
  142. package/src/NotificationListItem.hbs +1 -2
  143. package/src/NotificationListItemBase.js +4 -4
  144. package/src/{NotifactionOverflowActionsPopover.hbs → NotificationOverflowActionsPopover.hbs} +0 -0
  145. package/src/Page.hbs +1 -1
  146. package/src/ShellBar.hbs +1 -2
  147. package/src/ShellBar.js +10 -9
  148. package/src/ShellBarPopover.hbs +1 -0
  149. package/src/SideNavigation.hbs +1 -0
  150. package/src/Timeline.hbs +0 -1
  151. package/src/UploadCollectionItem.hbs +17 -1
  152. package/src/ViewSettingsDialog.hbs +43 -35
  153. package/src/ViewSettingsDialog.js +18 -5
  154. package/src/Wizard.hbs +2 -0
  155. package/src/illustrations/sapIllus-Dialog-EmptyCalendar.svg +72 -72
  156. package/src/illustrations/sapIllus-Dialog-EmptyList.svg +33 -18
  157. package/src/illustrations/sapIllus-Dialog-SimpleBell.svg +11 -11
  158. package/src/illustrations/sapIllus-Dialog-SimpleCalendar.svg +40 -40
  159. package/src/illustrations/sapIllus-Dialog-SleepingBell.svg +28 -28
  160. package/src/illustrations/sapIllus-Dialog-Tent.svg +27 -27
  161. package/src/illustrations/sapIllus-Scene-Connection.svg +27 -27
  162. package/src/illustrations/sapIllus-Scene-EmptyCalendar.svg +85 -85
  163. package/src/illustrations/sapIllus-Scene-EmptyList.svg +42 -26
  164. package/src/illustrations/sapIllus-Scene-SimpleBell.svg +14 -14
  165. package/src/illustrations/sapIllus-Scene-SimpleCalendar.svg +42 -42
  166. package/src/illustrations/sapIllus-Scene-SleepingBell.svg +48 -48
  167. package/src/illustrations/sapIllus-Scene-Tent.svg +57 -57
  168. package/src/illustrations/sapIllus-Spot-EmptyCalendar.svg +41 -41
  169. package/src/illustrations/sapIllus-Spot-EmptyList.svg +24 -16
  170. package/src/illustrations/sapIllus-Spot-SimpleBell.svg +10 -10
  171. package/src/illustrations/sapIllus-Spot-SimpleCalendar.svg +36 -36
  172. package/src/illustrations/sapIllus-Spot-SleepingBell.svg +33 -33
  173. package/src/illustrations/sapIllus-Spot-Tent.svg +27 -27
  174. package/src/themes/Bar.css +2 -12
  175. package/src/themes/BarcodeScannerDialog.css +4 -0
  176. package/src/themes/FlexibleColumnLayout.css +7 -31
  177. package/src/themes/MediaGallery.css +59 -64
  178. package/src/themes/NotificationListGroupItem.css +8 -24
  179. package/src/themes/NotificationListItem.css +7 -28
  180. package/src/themes/NotificationListItemBase.css +2 -10
  181. package/src/themes/NotificationOverflowActionsPopover.css +8 -0
  182. package/src/themes/NotificationPrioIcon.css +1 -6
  183. package/src/themes/Page.css +18 -2
  184. package/src/themes/ShellBar.css +90 -75
  185. package/src/themes/ShellBarPopover.css +5 -0
  186. package/src/themes/SideNavigation.css +37 -15
  187. package/src/themes/SideNavigationPopover.css +3 -9
  188. package/src/themes/Timeline.css +2 -13
  189. package/src/themes/TimelineItem.css +13 -13
  190. package/src/themes/UploadCollectionItem.css +30 -15
  191. package/src/themes/ViewSettingsDialog.css +34 -18
  192. package/src/themes/Wizard.css +8 -1
  193. package/src/themes/WizardPopover.css +7 -0
  194. package/src/themes/WizardTab.css +12 -1
  195. package/src/themes/base/FlexibleColumnLayout-parameters.css +2 -2
  196. package/src/themes/base/Page-parameters.css +1 -0
  197. package/src/themes/base/ShellBar-parameters.css +14 -0
  198. package/src/themes/base/SideNavigation-parameters.css +7 -1
  199. package/src/themes/base/TimelineItem-parameters.css +9 -1
  200. package/src/themes/base/UploadCollection-parameters.css +3 -0
  201. package/src/themes/base/ViewSettingsDialog-parameters.css +7 -0
  202. package/src/themes/base/Wizard-parameters.css +4 -0
  203. package/src/themes/base/WizardTab-parameters.css +1 -1
  204. package/src/themes/sap_belize/parameters-bundle.css +3 -0
  205. package/src/themes/sap_belize_hcb/parameters-bundle.css +3 -0
  206. package/src/themes/sap_belize_hcw/parameters-bundle.css +3 -0
  207. package/src/themes/sap_fiori_3/parameters-bundle.css +3 -0
  208. package/src/themes/sap_fiori_3_dark/parameters-bundle.css +4 -1
  209. package/src/themes/sap_fiori_3_hcb/Page-parameters.css +2 -1
  210. package/src/themes/sap_fiori_3_hcb/UploadCollection-parameters.css +0 -2
  211. package/src/themes/sap_fiori_3_hcb/parameters-bundle.css +3 -0
  212. package/src/themes/sap_fiori_3_hcw/Page-parameters.css +2 -1
  213. package/src/themes/sap_fiori_3_hcw/UploadCollection-parameters.css +0 -2
  214. package/src/themes/sap_fiori_3_hcw/parameters-bundle.css +3 -0
  215. package/src/themes/sap_horizon/ShellBar-parameters.css +26 -3
  216. package/src/themes/sap_horizon/SideNavigation-parameters.css +7 -1
  217. package/src/themes/sap_horizon/TimelineItem-parameters.css +9 -1
  218. package/src/themes/sap_horizon/UploadCollection-parameters.css +7 -0
  219. package/src/themes/sap_horizon/Wizard-parameters.css +6 -0
  220. package/src/themes/sap_horizon/WizardTab-parameters.css +4 -1
  221. package/src/themes/sap_horizon/parameters-bundle.css +3 -1
  222. package/src/themes/sap_horizon_dark/ShellBar-parameters.css +26 -3
  223. package/src/themes/sap_horizon_dark/SideNavigation-parameters.css +7 -1
  224. package/src/themes/sap_horizon_dark/TimelineItem-parameters.css +9 -1
  225. package/src/themes/sap_horizon_dark/UploadCollection-parameters.css +7 -0
  226. package/src/themes/sap_horizon_dark/Wizard-parameters.css +6 -0
  227. package/src/themes/sap_horizon_dark/WizardTab-parameters.css +3 -1
  228. package/src/themes/sap_horizon_dark/parameters-bundle.css +3 -1
  229. package/src/themes/sap_horizon_exp/parameters-bundle.css +2 -0
  230. package/src/themes/sap_horizon_hcb/Page-parameters.css +2 -1
  231. package/src/themes/sap_horizon_hcb/ShellBar-parameters.css +11 -0
  232. package/src/themes/sap_horizon_hcb/SideNavigation-parameters.css +9 -0
  233. package/src/themes/sap_horizon_hcb/UploadCollection-parameters.css +3 -2
  234. package/src/themes/sap_horizon_hcb/Wizard-parameters.css +6 -0
  235. package/src/themes/sap_horizon_hcb/WizardTab-parameters.css +4 -2
  236. package/src/themes/sap_horizon_hcb/parameters-bundle.css +4 -1
  237. package/src/themes/sap_horizon_hcw/Page-parameters.css +2 -1
  238. package/src/themes/sap_horizon_hcw/SideNavigation-parameters.css +9 -0
  239. package/src/themes/sap_horizon_hcw/UploadCollection-parameters.css +3 -2
  240. package/src/themes/sap_horizon_hcw/Wizard-parameters.css +6 -0
  241. package/src/themes/sap_horizon_hcw/WizardTab-parameters.css +4 -1
  242. package/src/themes/sap_horizon_hcw/parameters-bundle.css +4 -1
  243. package/dist/css/themes/FilterItem.css +0 -1
  244. package/dist/css/themes/NotifactionOverflowActionsPopover.css +0 -1
  245. package/dist/generated/templates/FilterItemTemplate.lit.js +0 -20
  246. package/dist/generated/templates/NotifactionOverflowActionsPopoverTemplate.lit.js +0 -8
  247. package/dist/webcomponentsjs/CHANGELOG.md +0 -61
  248. package/dist/webcomponentsjs/LICENSE.md +0 -19
  249. package/dist/webcomponentsjs/README.md +0 -246
  250. package/dist/webcomponentsjs/bundles/webcomponents-ce.js +0 -63
  251. package/dist/webcomponentsjs/bundles/webcomponents-ce.js.map +0 -1
  252. package/dist/webcomponentsjs/bundles/webcomponents-pf_dom.js +0 -60
  253. package/dist/webcomponentsjs/bundles/webcomponents-pf_dom.js.map +0 -1
  254. package/dist/webcomponentsjs/bundles/webcomponents-pf_js.js +0 -95
  255. package/dist/webcomponentsjs/bundles/webcomponents-pf_js.js.map +0 -1
  256. package/dist/webcomponentsjs/bundles/webcomponents-sd-ce-pf.js +0 -360
  257. package/dist/webcomponentsjs/bundles/webcomponents-sd-ce-pf.js.map +0 -1
  258. package/dist/webcomponentsjs/bundles/webcomponents-sd-ce.js +0 -228
  259. package/dist/webcomponentsjs/bundles/webcomponents-sd-ce.js.map +0 -1
  260. package/dist/webcomponentsjs/bundles/webcomponents-sd.js +0 -185
  261. package/dist/webcomponentsjs/bundles/webcomponents-sd.js.map +0 -1
  262. package/dist/webcomponentsjs/custom-elements-es5-adapter.js +0 -15
  263. package/dist/webcomponentsjs/webcomponents-bundle.js +0 -370
  264. package/dist/webcomponentsjs/webcomponents-bundle.js.map +0 -1
  265. package/dist/webcomponentsjs/webcomponents-loader.js +0 -206
  266. package/src/FilterItem.hbs +0 -8
  267. package/src/themes/FilterItem.css +0 -3
  268. package/src/themes/NotifactionOverflowActionsPopover.css +0 -5
  269. package/src/themes/sap_fiori_3_dark/FlexibleColumnLayout-parameters.css +0 -6
@@ -69,22 +69,19 @@
69
69
  flex-direction: row-reverse;
70
70
  position: relative;
71
71
  width: 100%;
72
- padding: 1rem 0.5rem 1rem 1rem;
72
+ padding-inline: 1rem 0.5rem;
73
+ padding-block: 1rem;
73
74
  box-sizing: border-box;
74
75
  cursor: pointer;
75
76
  }
76
77
 
77
- [dir="rtl"].ui5-nli-root {
78
- padding: 1rem 1rem 1rem 0.5rem;
79
- }
80
-
81
78
  .ui5-nli-content {
82
79
  display: flex;
83
80
  flex-direction: column;
84
81
  flex: 1;
85
82
  min-width: 0; /* fixes Chrome flex issue */
86
83
  width: 100%;
87
- padding: 0 1rem 0 0.75rem;
84
+ padding-inline: 0.75rem 1rem;
88
85
  font-family: "72override", var(--sapFontFamily);
89
86
  box-sizing: border-box;
90
87
  }
@@ -112,7 +109,6 @@
112
109
  color: var(--sapTextColor);
113
110
  font-size: var(--sapFontSize);
114
111
  box-sizing: border-box;
115
- box-sizing: border-box;
116
112
  }
117
113
 
118
114
  /* Footer */
@@ -123,23 +119,17 @@
123
119
  padding-top: 0.5rem;
124
120
  box-sizing: border-box;
125
121
  flex-wrap: wrap;
122
+ align-items: center;
126
123
  }
127
124
 
128
125
  .ui5-nli-footer-divider {
129
126
  position: relative;
130
127
  align-items: center;
131
- margin-left: 0.5rem;
132
- margin-right: 0.625rem;
133
- }
134
-
135
- .ui5-nli-footer-divider::after {
136
- position: absolute;
137
- content: ".";
138
- top: -20%;
128
+ margin-inline: 0.5rem;
139
129
  }
140
130
 
141
131
  .ui5-nli-footer-showMore {
142
- margin-left: 1rem;
132
+ margin-inline-start: 1rem;
143
133
  }
144
134
 
145
135
  ::slotted([slot^="footnotes"]) {
@@ -154,15 +144,4 @@
154
144
  .ui5-nli-actions {
155
145
  display: flex;
156
146
  box-sizing: border-box;
157
- }
158
-
159
- /* RTL */
160
-
161
- [dir="rtl"] .ui5-nli-footer-divider {
162
- margin-right: 0.5rem;
163
- margin-left: 0.625rem;
164
- }
165
-
166
- [dir="rtl"] .ui5-nli-footer-showMore {
167
- margin-right: 1rem;
168
- }
147
+ }
@@ -41,17 +41,9 @@
41
41
 
42
42
  .ui5-nli-action {
43
43
  flex-shrink: 0;
44
- margin-right: 0.5rem;
44
+ margin-inline-end: 0.5rem;
45
45
  }
46
46
 
47
47
  .ui5-nli-overflow-btn {
48
- margin-right: 0.5rem;
49
- }
50
-
51
- [dir="rtl"] .ui5-nli-group-action {
52
- margin-left: 0.5rem;
53
- }
54
-
55
- [dir="rtl"] .ui5-nli-overflow-btn {
56
- margin-left: 0.5rem;
48
+ margin-inline-end: 0.5rem;
57
49
  }
@@ -0,0 +1,8 @@
1
+ .ui5-notification-overflow-list {
2
+ display: flex;
3
+ flex-direction: column;
4
+ }
5
+
6
+ .ui5-notification-overflow-popover::part(content) {
7
+ padding: var(--_ui5-notification-overflow-popover-padding);
8
+ }
@@ -1,7 +1,7 @@
1
1
  .ui5-prio-icon {
2
2
  min-width: 1rem;
3
3
  min-height: 1rem;
4
- padding-right: 0.5rem;
4
+ padding-inline-end: 0.625rem;
5
5
  }
6
6
 
7
7
  .ui5-prio-icon--message-error {
@@ -14,9 +14,4 @@
14
14
 
15
15
  .ui5-prio-icon--message-success {
16
16
  color: var(--sapPositiveElementColor);
17
- }
18
-
19
- [dir=rtl] .ui5-prio-icon {
20
- padding-left: .5rem;
21
- padding-right: 0rem;
22
17
  }
@@ -2,7 +2,7 @@
2
2
  :host(:not([hidden])) {
3
3
  width: 100%;
4
4
  height: 100%;
5
- display: inline-block;
5
+ display: block;
6
6
  }
7
7
 
8
8
  .ui5-page-root {
@@ -54,6 +54,11 @@
54
54
  padding: 0 .25rem;
55
55
  }
56
56
 
57
+ :host([media-range="S"]) ::slotted([ui5-bar][design="Footer"]) {
58
+ box-sizing: border-box;
59
+ padding: 0 .25rem;
60
+ }
61
+
57
62
  :host([media-range="M"]) .ui5-page-content-root,
58
63
  :host([media-range="L"]) .ui5-page-content-root,
59
64
  :host([media-range="M"][floating-footer]) .ui5-page-footer-root,
@@ -67,6 +72,12 @@
67
72
  padding: 0 1.25rem;
68
73
  }
69
74
 
75
+ :host([media-range="M"]) ::slotted([ui5-bar][design="Footer"]),
76
+ :host([media-range="L"]) ::slotted([ui5-bar][design="Footer"]) {
77
+ box-sizing: border-box;
78
+ padding: 0 1.25rem;
79
+ }
80
+
70
81
  :host([media-range="XL"]) .ui5-page-content-root,
71
82
  :host([media-range="XL"][floating-footer]) .ui5-page-footer-root {
72
83
  padding: 0 3rem;
@@ -77,6 +88,11 @@
77
88
  padding: 0 2.25rem;
78
89
  }
79
90
 
91
+ :host([media-range="XL"]) ::slotted([ui5-bar][design="Footer"]) {
92
+ box-sizing: border-box;
93
+ padding: 0 2.25rem;
94
+ }
95
+
80
96
  :host([disable-scrolling]) .ui5-page-content-root {
81
97
  overflow: hidden;
82
98
  }
@@ -99,7 +115,7 @@
99
115
  }
100
116
 
101
117
  :host([background-design="Transparent"]) {
102
- background-color: transparent;
118
+ background-color: var(--_ui5_page_transparent_bg);
103
119
  }
104
120
 
105
121
  :host([background-design="List"]) {
@@ -3,13 +3,17 @@
3
3
  width: 100%;
4
4
  }
5
5
 
6
+ :host {
7
+ --_ui5_input_placeholder_color: var(--sapShell_InteractiveTextColor);
8
+ }
9
+
6
10
  .ui5-shellbar-root {
7
11
  position: relative;
8
12
  display: flex;
9
13
  justify-content: space-between;
10
14
  align-items: center;
11
15
  background: var(--sapShellColor);
12
- height: 2.75rem;
16
+ height: var(--_ui5_shellbar_root_height);
13
17
  font-family: "72override", var(--sapFontFamily);
14
18
  font-size: var(--sapFontSize);
15
19
  font-weight: normal;
@@ -22,14 +26,14 @@
22
26
  ::slotted([ui5-button][slot="startButton"]) {
23
27
  height: 2.25rem;
24
28
  padding: 0;
25
- margin-left: 0.5rem;
29
+ margin-inline-start: 0.5rem;
26
30
  border: none;
27
31
  background: transparent;
28
32
  outline-color: var(--_ui5_shellbar_logo_outline_color);
29
33
  color: var(--sapShell_TextColor);
30
34
  box-sizing: border-box;
31
35
  cursor: pointer;
32
- border-radius: 0.25rem;
36
+ border-radius: var(--_ui5_shellbar_button_border_radius);
33
37
  position: relative;
34
38
  font-size: 0.75rem;
35
39
  font-weight: bold;
@@ -60,6 +64,9 @@
60
64
  color: var(--_ui5_shellbar_button_active_color);
61
65
  }
62
66
 
67
+ .ui5-shellbar-menu-button.ui5-shellbar-menu-button--interactive:active .ui5-shellbar-menu-button-arrow {
68
+ border-top-color: var(--_ui5_shellbar_button_active_color);
69
+ }
63
70
 
64
71
  .ui5-shellbar-menu-button.ui5-shellbar-menu-button--interactive:focus {
65
72
  outline: var(--_ui5_shellbar_logo_outline);
@@ -86,7 +93,7 @@ slot[name="profile"] {
86
93
  display: inline-block;
87
94
  font-family: "72override", var(--sapFontFamily);
88
95
  margin: 0;
89
- font-size: 0.75rem;
96
+ font-size: var(--_ui5_shellbar_menu_button_title_font_size);
90
97
  white-space: nowrap;
91
98
  overflow: hidden;
92
99
  text-overflow: ellipsis;
@@ -99,11 +106,11 @@ slot[name="profile"] {
99
106
  }
100
107
 
101
108
  :host(:not([primary-title])) .ui5-shellbar-menu-button span {
102
- margin-left: 0;
109
+ margin-inline-start: 0;
103
110
  }
104
111
 
105
112
  :host([breakpoint-size="S"]) .ui5-shellbar-menu-button span {
106
- margin-left: .5rem;
113
+ margin-inline-start: .5rem;
107
114
  }
108
115
 
109
116
  .ui5-shellbar-secondary-title {
@@ -120,7 +127,7 @@ slot[name="profile"] {
120
127
 
121
128
  .ui5-shellbar-menu-button--interactive .ui5-shellbar-menu-button-arrow {
122
129
  display: inline-block;
123
- margin-left: 0.375rem;
130
+ margin-inline-start: 0.375rem;
124
131
  width: 10px;
125
132
  height: 10px;
126
133
  width: 0px;
@@ -141,7 +148,7 @@ slot[name="profile"] {
141
148
 
142
149
  .ui5-shellbar-overflow-container-middle {
143
150
  align-self: center;
144
- height: 2.5rem;
151
+ height: var(--_ui5_shellbar_overflow_container_middle_height);
145
152
  width: 0;
146
153
  flex-shrink: 0;
147
154
  }
@@ -163,51 +170,66 @@ slot[name="profile"] {
163
170
  }
164
171
 
165
172
  :host([breakpoint-size="S"]) .ui5-shellbar-root {
166
- padding: 0.25rem 1rem;
173
+ padding: 0 1rem;
167
174
  }
168
175
 
169
176
  :host([breakpoint-size="S"]) .ui5-shellbar-search-full-width-wrapper {
170
- padding: 0.25rem 1rem;
177
+ padding: 0 1rem;
171
178
  }
172
179
 
173
180
  :host([breakpoint-size="S"]) ::slotted([ui5-button][slot="startButton"]) {
174
- margin-right: 0;
181
+ margin-inline-end: 0;
175
182
  }
176
183
 
177
184
  :host([breakpoint-size="M"]) .ui5-shellbar-root {
178
- padding: 0.25rem 2rem;
185
+ padding: 0 2rem;
179
186
  }
180
187
 
181
188
  :host([breakpoint-size="M"]) .ui5-shellbar-search-full-width-wrapper {
182
- padding: 0.25rem 2rem;
189
+ padding: 0 2rem;
183
190
  }
184
191
 
185
192
  :host([breakpoint-size="L"]) .ui5-shellbar-root {
186
- padding: 0.25rem 2rem;
193
+ padding: 0 2rem;
187
194
  }
188
195
 
189
196
  :host([breakpoint-size="XL"]) .ui5-shellbar-root {
190
- padding: 0.25rem 3rem;
197
+ padding: 0 3rem;
191
198
  }
192
199
 
193
200
  :host([breakpoint-size="XXL"]) .ui5-shellbar-root {
194
- padding: 0.25rem 3rem;
201
+ padding: 0 3rem;
195
202
  }
196
203
 
197
204
  .ui5-shellbar-logo {
198
205
  cursor: pointer;
199
206
  max-height: 2rem;
207
+ overflow: hidden;
200
208
  }
201
209
 
202
210
  .ui5-shellbar-logo:focus {
203
211
  outline: var(--_ui5_shellbar_logo_outline);
204
- outline-offset: var(--_ui5_shellbar_outline_offset);
212
+ outline-offset: var(--_ui5_shellbar_logo_outline_offset);
213
+ border-radius: var(--_ui5_shellbar_logo_border_radius);
214
+ }
215
+
216
+ .ui5-shellbar-logo:hover {
217
+ box-shadow: var(--_ui5_shellbar_button_box_shadow);
218
+ border-radius: var(--_ui5_shellbar_logo_border_radius);
205
219
  }
206
220
 
207
221
  .ui5-shellbar-button {
208
222
  width: 2.5rem;
209
223
  }
210
224
 
225
+ .ui5-shellbar-search-button {
226
+ --_ui5_button_focused_border_radius: var(--_ui5_shellbar_search_button_border_radius);
227
+ --_ui5_shellbar_button_border_radius: var(--_ui5_shellbar_search_button_border_radius);
228
+ height: var(--_ui5_shellbar_search_button_size);
229
+ width: var(--_ui5_shellbar_search_button_size);
230
+ min-width: var(--_ui5_shellbar_search_button_size);
231
+ }
232
+
211
233
  .ui5-shellbar-image-buttonImage {
212
234
  border-radius: 50%;
213
235
  width: 1.75rem;
@@ -227,8 +249,9 @@ slot[name="profile"] {
227
249
  }
228
250
 
229
251
  .ui5-shellbar-overflow-container-left {
252
+ padding: 0 0.125rem;
230
253
  justify-content: flex-start;
231
- margin-right: 0.5rem;
254
+ margin-inline-end: 0.5rem;
232
255
  max-width: 75%;
233
256
  flex-shrink: 0;
234
257
  flex-grow: 0;
@@ -248,24 +271,26 @@ slot[name="profile"] {
248
271
  padding: 0.25rem 0.5rem;
249
272
  cursor: text;
250
273
  -webkit-user-select: text;
251
- -moz-user-select: text;
252
- -ms-user-select: text;
274
+ -moz-user-select: text;
275
+ -ms-user-select: text;
253
276
  user-select: text;
254
277
  }
255
278
 
256
279
  .ui5-shellbar-menu-button.ui5-shellbar-menu-button--interactive {
257
280
  -webkit-user-select: none;
258
- -moz-user-select: none;
259
- -ms-user-select: none;
281
+ -moz-user-select: none;
282
+ -ms-user-select: none;
260
283
  user-select: none;
261
284
  cursor: pointer;
285
+ border: var(--_ui5_shellbar_button_border);
262
286
  }
263
287
 
264
288
  :host(:not([with-logo])) .ui5-shellbar-menu-button {
265
- margin-left: 0;
289
+ margin-inline-start: 0;
266
290
  }
267
291
 
268
292
  .ui5-shellbar-overflow-container-right {
293
+ padding: 0 0.125rem;
269
294
  display: block;
270
295
  overflow: hidden;
271
296
  box-sizing: border-box;
@@ -279,12 +304,15 @@ slot[name="profile"] {
279
304
  }
280
305
 
281
306
  :host(:not([show-search-field])) .ui5-shellbar-overflow-container-right {
282
- margin-left: 8rem;
307
+ margin-inline-start: 8rem;
283
308
  }
284
309
 
285
310
  .ui5-shellbar-overflow-container-right .ui5-shellbar-overflow-container-right-child {
286
311
  display: flex;
287
312
  justify-content: flex-end;
313
+ height: inherit;
314
+ align-items: center;
315
+ float: var(--_ui5_shellbar_overflow_container_float);
288
316
  }
289
317
 
290
318
  .ui5-shellbar-overflow-button {
@@ -305,7 +333,7 @@ slot[name="profile"] {
305
333
  }
306
334
 
307
335
  :host([breakpoint-size="S"]) .ui5-shellbar-overflow-container-right {
308
- margin-left: 0;
336
+ margin-inline-start: 0;
309
337
  }
310
338
 
311
339
  .ui5-shellbar-overflow-button-shown {
@@ -318,16 +346,17 @@ slot[name="profile"] {
318
346
  }
319
347
 
320
348
  .ui5-shellbar-coPilot {
349
+ height: 100%;
321
350
  background-color: transparent;
322
351
  cursor: pointer;
323
352
  }
324
353
 
325
354
  :host([breakpoint-size="L"]) .ui5-shellbar-with-searchfield .ui5-shellbar-overflow-container-right {
326
- margin-left: 1rem;
355
+ margin-inline-start: 1rem;
327
356
  }
328
357
 
329
358
  :host([breakpoint-size="XL"]) .ui5-shellbar-with-searchfield .ui5-shellbar-overflow-container-right {
330
- margin-left: 1rem;
359
+ margin-inline-start: 1rem;
331
360
  }
332
361
 
333
362
  :host(:not([notifications-count])) .ui5-shellbar-bell-button {
@@ -341,6 +370,7 @@ slot[name="profile"] {
341
370
  height: 1rem;
342
371
  min-width: 1rem;
343
372
  background: var(--sapContent_BadgeBackground);
373
+ border: var(--_ui5_shellbar_button_badge_border);
344
374
  color: var(--sapContent_BadgeTextColor);
345
375
  top: 0.125rem;
346
376
  left: 1.5rem;
@@ -364,13 +394,14 @@ slot[name="profile"] {
364
394
  }
365
395
 
366
396
  .ui5-shellbar-menu-button {
367
- margin-left: 0.5rem;
397
+ margin-inline-start: 0.5rem;
368
398
  }
369
399
 
370
400
  .ui5-shellbar-search-field {
401
+ align-items: center;
371
402
  flex-grow: 1;
372
403
  min-width: 240px;
373
- margin-left: 0.5rem;
404
+ margin-inline-start: 0.5rem;
374
405
  max-width: 25rem;
375
406
  }
376
407
 
@@ -397,15 +428,20 @@ slot[name="profile"] {
397
428
  }
398
429
 
399
430
  ::slotted([ui5-input]) {
400
- background-color: var(--sapShellColor);
401
- border: 1px solid var(--sapShell_InteractiveBorderColor);
402
- color: var(--sapShell_TextColor);
403
- height: 100%;
431
+ background: var(--_ui5_shellbar_search_field_background);
432
+ border: var(--_ui5_shellbar_search_field_border);
433
+ color: var(--_ui5_shellbar_search_field_color);
434
+ height: 2.25rem;
404
435
  width: 100%;
405
436
  }
406
437
 
438
+ ::slotted([ui5-input]:hover) {
439
+ background: var(--_ui5_shellbar_search_field_background_hover);
440
+ box-shadow: var(--_ui5_shellbar_search_field_box_shadow_hover);
441
+ }
442
+
407
443
  ::slotted([ui5-input][focused]) {
408
- outline: 1px dotted var(--sapContent_ContrastFocusColor);
444
+ outline: var(--_ui5_shellbar_search_field_outline_focused);
409
445
  }
410
446
 
411
447
  ::slotted([slot="logo"]) {
@@ -437,9 +473,11 @@ slot[name="profile"] {
437
473
  position: relative;
438
474
  outline: none;
439
475
  box-sizing: border-box;
476
+ height: 100%;
440
477
  }
441
478
 
442
479
  .ui5-shellbar-copilot-wrapper:hover {
480
+ border-radius: var(--sapButton_BorderCornerRadius);
443
481
  background: var(--sapShell_Hover_Background);
444
482
  }
445
483
 
@@ -448,17 +486,27 @@ slot[name="profile"] {
448
486
  background: var(--sapShell_Active_Background);
449
487
  }
450
488
 
489
+ .ui5-shellbar-copilot-wrapper:hover::after,
451
490
  .ui5-shellbar-copilot-wrapper:focus::after {
452
491
  content: "";
453
492
  position: absolute;
454
- height: calc(100% - 0.75rem);
455
- border: var(--_ui5_shellbar_logo_outline);
456
- border-radius: var(--_ui5_shellbar_logo_outline_border_radius);
493
+ left: var(--_ui5_shellbar_copilot_focus_offset);
494
+ right: var(--_ui5_shellbar_copilot_focus_offset);
495
+ top: var(--_ui5_shellbar_copilot_focus_offset);
496
+ bottom: var(--_ui5_shellbar_copilot_focus_offset);
497
+ outline: none;
457
498
  pointer-events: none;
458
- left: 0;
459
- top: 0.25rem;
460
- right: 0;
461
- z-index: 1;
499
+ border-radius: var(--_ui5_shellbar_logo_outline_border_radius);
500
+ }
501
+
502
+ .ui5-shellbar-copilot-wrapper:hover::after {
503
+ background: transparent;
504
+ box-shadow: var(--sapContent_Interaction_Shadow);
505
+
506
+ }
507
+
508
+ .ui5-shellbar-copilot-wrapper:focus::after {
509
+ border: var(--_ui5_shellbar_logo_outline);
462
510
  }
463
511
 
464
512
  .ui5-shellbar-co-pilot-placeholder {
@@ -490,41 +538,8 @@ slot[name="profile"] {
490
538
  stop-opacity: 0.2;
491
539
  }
492
540
 
493
- :host [dir="rtl"] ::slotted([ui5-button][slot="startButton"]) {
494
- margin-left: 0.5rem;
495
- margin-right: 0;
496
- }
497
-
498
- :host [dir="rtl"] .ui5-shellbar-menu-button {
499
- margin-right: 0.5rem;
500
- margin-left: 0;
501
- }
502
-
503
- [dir="rtl"] .ui5-shellbar-menu-button--interactive .ui5-shellbar-menu-button-arrow {
504
- margin-right: 0.375rem;
505
- margin-left: 0;
506
- }
507
-
508
- :host(:not([show-search-field])) [dir="rtl"] .ui5-shellbar-overflow-container-right {
509
- margin-right: 8rem;
510
- margin-left: 0;
511
- }
512
-
513
- [dir="rtl"] .ui5-shellbar-overflow-container-right {
514
- margin-left: 0;
515
- }
516
-
517
- [dir="rtl"] .ui5-shellbar-overflow-container-right .ui5-shellbar-overflow-container-right-child {
518
- float: left;
519
- }
520
-
521
- :host([breakpoint-size="S"]) [dir="rtl"] .ui5-shellbar-overflow-container-right {
522
- margin-right: 0;
523
- }
524
-
525
541
  ::slotted([ui5-button][slot="startButton"]) {
526
- margin-right: 0.5rem;
527
- margin-left: 0;
542
+ margin-inline: 0 0.5rem;
528
543
  justify-content: center;
529
544
  align-items: center;
530
545
  }
@@ -0,0 +1,5 @@
1
+ .ui5-shellbar-menu-popover::part(content),
2
+ .ui5-shellbar-overflow-popover::part(content) {
3
+ padding: 0;
4
+ }
5
+
@@ -2,39 +2,61 @@
2
2
  display: inline-block;
3
3
  width: 15rem;
4
4
  height: 100%;
5
- border-right: var(--sapList_BorderWidth) solid var(--sapList_GroupHeaderBorderColor);
6
5
  transition: width .25s;
7
- --_ui5-tree-toggle-box-width: 1rem;
6
+ --_ui5-tree-toggle-box-width: var(--_ui5_side_navigation_icon_padding);
7
+ --_ui5_list_item_icon_size: var(--_ui5_side_navigation_icon_size);
8
+ --_ui5-tree-toggle-icon-size: var(--_ui5_side_navigation_toggle_icon_size);
9
+ --_ui5_list_item_title_size: var(--sapFontLargeSize);
10
+ --_ui5_list_item_icon_padding-inline-end: var(--_ui5_side_navigation_icon_padding);
11
+ --_ui5-tree-indent-step: var(--_ui5_side_navigation_indent_step);
8
12
  }
9
13
 
10
14
  :host([collapsed]) {
11
- width: 3rem;
12
- min-width: 3rem;
15
+ width: var(--_ui5_side_navigation_collapsed_state_width);
16
+ }
17
+
18
+ .ui5-sn-root {
19
+ height: 100%;
20
+ display: flex;
21
+ flex-direction: column;
22
+ box-sizing: border-box;
23
+ background: var(--sapList_Background);
24
+ border-right: var(--sapList_BorderWidth) solid var(--sapList_GroupHeaderBorderColor);
25
+ box-shadow: var(--sapContent_Shadow0);
26
+ }
27
+
28
+ .ui5-sn-items-tree {
29
+ overflow: auto;
13
30
  }
14
31
 
15
32
  .ui5-sn-bottom-content-border {
16
33
  width: 100%;
17
- padding: 0 0.5rem;
34
+ padding: 0 1rem;
18
35
  margin: 0.25rem 0;
19
36
  display: flex;
20
37
  justify-content: center;
21
38
  box-sizing: border-box;
22
39
  }
23
40
 
41
+ :host([collapsed]) .ui5-sn-bottom-content-border {
42
+ padding: 0 0.5rem;
43
+ }
44
+
24
45
  .ui5-sn-bottom-content-border > span {
25
- width: 90%;
46
+ width: 100%;
26
47
  height: .125rem;
27
- background: var(--sapList_GroupHeaderBorderColor);
48
+ background: var(--_ui5_side_navigation_separator_backgound);
28
49
  }
29
50
 
30
- .ui5-sn-root {
31
- height: 100%;
32
- display: flex;
33
- flex-direction: column;
34
- background: var( --sapList_Background);
51
+ .ui5-sn-spacer {
52
+ flex: 1;
53
+ min-height: 0;
35
54
  }
36
55
 
37
- .ui5-sn-spacer {
38
- flex: auto;
39
- min-height: 3rem;
56
+ [ui5-tree]::part(toggle-icon) {
57
+ color: var(--sapContent_NonInteractiveIconColor);
58
+ }
59
+
60
+ [ui5-tree]::part(icon) {
61
+ color: var(--_ui5_side_navigation_icon_color);
40
62
  }
@@ -1,9 +1,3 @@
1
- .ui5-side-navigation-popover [ui5-li][focused]:first-child::part(native-li)::after {
2
- border-top-left-radius: var(--_ui5_side_navigation_overflow_border_radius);
3
- border-top-right-radius: var(--_ui5_side_navigation_overflow_border_radius);
4
- }
5
-
6
- .ui5-side-navigation-popover [ui5-li][focused]:last-child::part(native-li)::after {
7
- border-bottom-left-radius: var(--_ui5_side_navigation_overflow_border_radius);
8
- border-bottom-right-radius: var(--_ui5_side_navigation_overflow_border_radius);
9
- }
1
+ .ui5-side-navigation-popover::part(content) {
2
+ padding: 0;
3
+ }
@@ -31,22 +31,11 @@
31
31
 
32
32
  :host([layout="Horizontal"]) .ui5-timeline-list-item {
33
33
  display: inline-block;
34
- margin-left: var(--_ui5_tl_li_margin_bottom);
34
+ margin-inline-start: var(--_ui5_tl_li_margin_bottom);
35
35
  }
36
36
 
37
37
  :host([layout="Horizontal"]) .ui5-timeline-scroll-container {
38
38
  overflow: auto;
39
39
  /* The padding values of the parent container are added to the size of scroll container */
40
- width: calc(100% + 0.5rem);
41
- }
42
-
43
- :host([layout="Horizontal"]) [dir=rtl] .ui5-timeline-list-item {
44
- display: inline-block;
45
- margin-left: inherit;
46
- margin-right: var(--_ui5_tl_li_margin_bottom);
47
- }
48
-
49
- :host([layout="Horizontal"]) [dir=rtl] .ui5-timeline-scroll-container {
50
- /* The padding values of the parent container are added to the size of scroll container */
51
- width: calc(100% - 0.5rem);
40
+ width: calc(100% + var(--_ui5_timeline_scroll_container_offset));
52
41
  }