@ui5/webcomponents-fiori 1.0.0 → 1.0.1

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 (110) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist/css/themes/Bar.css +1 -0
  3. package/dist/css/themes/BarcodeScannerDialog.css +1 -0
  4. package/dist/css/themes/FilterItem.css +1 -0
  5. package/dist/css/themes/FlexibleColumnLayout.css +1 -0
  6. package/dist/css/themes/IllustratedMessage.css +1 -0
  7. package/dist/css/themes/InvisibleTextStyles.css +1 -0
  8. package/dist/css/themes/NotifactionOverflowActionsPopover.css +1 -0
  9. package/dist/css/themes/NotificationListGroupItem.css +1 -0
  10. package/dist/css/themes/NotificationListItem.css +1 -0
  11. package/dist/css/themes/NotificationListItemBase.css +1 -0
  12. package/dist/css/themes/NotificationPrioIcon.css +1 -0
  13. package/dist/css/themes/Page.css +1 -0
  14. package/dist/css/themes/ProductSwitch.css +1 -0
  15. package/dist/css/themes/ProductSwitchItem.css +1 -0
  16. package/dist/css/themes/ShellBar.css +1 -0
  17. package/dist/css/themes/SideNavigation.css +1 -0
  18. package/dist/css/themes/Timeline.css +1 -0
  19. package/dist/css/themes/TimelineItem.css +1 -0
  20. package/dist/css/themes/UploadCollection.css +1 -0
  21. package/dist/css/themes/UploadCollectionItem.css +1 -0
  22. package/dist/css/themes/ViewSettingsDialog.css +1 -0
  23. package/dist/css/themes/Wizard.css +1 -0
  24. package/dist/css/themes/WizardPopover.css +1 -0
  25. package/dist/css/themes/WizardTab.css +1 -0
  26. package/dist/css/themes/sap_belize/parameters-bundle.css +1 -0
  27. package/dist/css/themes/sap_belize_hcb/parameters-bundle.css +1 -0
  28. package/dist/css/themes/sap_belize_hcw/parameters-bundle.css +1 -0
  29. package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -0
  30. package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -0
  31. package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -0
  32. package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -0
  33. package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -0
  34. package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +1 -0
  35. package/package.json +8 -8
  36. package/src/themes/Bar.css +72 -0
  37. package/src/themes/BarcodeScannerDialog.css +35 -0
  38. package/src/themes/FilterItem.css +3 -0
  39. package/src/themes/FlexibleColumnLayout.css +111 -0
  40. package/src/themes/IllustratedMessage.css +167 -0
  41. package/src/themes/InvisibleTextStyles.css +9 -0
  42. package/src/themes/NotifactionOverflowActionsPopover.css +5 -0
  43. package/src/themes/NotificationListGroupItem.css +72 -0
  44. package/src/themes/NotificationListItem.css +164 -0
  45. package/src/themes/NotificationListItemBase.css +57 -0
  46. package/src/themes/NotificationPrioIcon.css +22 -0
  47. package/src/themes/Page.css +129 -0
  48. package/src/themes/ProductSwitch.css +30 -0
  49. package/src/themes/ProductSwitchItem.css +179 -0
  50. package/src/themes/ShellBar.css +534 -0
  51. package/src/themes/SideNavigation.css +50 -0
  52. package/src/themes/Timeline.css +52 -0
  53. package/src/themes/TimelineItem.css +287 -0
  54. package/src/themes/UploadCollection.css +118 -0
  55. package/src/themes/UploadCollectionItem.css +179 -0
  56. package/src/themes/ViewSettingsDialog.css +56 -0
  57. package/src/themes/Wizard.css +89 -0
  58. package/src/themes/WizardPopover.css +18 -0
  59. package/src/themes/WizardTab.css +171 -0
  60. package/src/themes/base/Bar-parameters.css +11 -0
  61. package/src/themes/base/FlexibleColumnLayout-parameters.css +6 -0
  62. package/src/themes/base/IllustratedMessage-parameters.css +13 -0
  63. package/src/themes/base/NotificationListItem-parameters.css +3 -0
  64. package/src/themes/base/Page-parameters.css +3 -0
  65. package/src/themes/base/ProductSwitchItem-parameters.css +10 -0
  66. package/src/themes/base/ShellBar-parameters.css +10 -0
  67. package/src/themes/base/SideNavigation-parameters.css +3 -0
  68. package/src/themes/base/TimelineItem-parameters.css +12 -0
  69. package/src/themes/base/UploadCollection-parameters.css +5 -0
  70. package/src/themes/base/WizardTab-parameters.css +11 -0
  71. package/src/themes/sap_belize/parameters-bundle.css +9 -0
  72. package/src/themes/sap_belize_hcb/FlexibleColumnLayout-parameters.css +6 -0
  73. package/src/themes/sap_belize_hcb/Page-parameters.css +3 -0
  74. package/src/themes/sap_belize_hcb/ProductSwitchItem-parameters.css +8 -0
  75. package/src/themes/sap_belize_hcb/TimelineItem-parameters.css +11 -0
  76. package/src/themes/sap_belize_hcb/UploadCollection-parameters.css +7 -0
  77. package/src/themes/sap_belize_hcb/WizardTab-parameters.css +9 -0
  78. package/src/themes/sap_belize_hcb/parameters-bundle.css +9 -0
  79. package/src/themes/sap_belize_hcw/FlexibleColumnLayout-parameters.css +6 -0
  80. package/src/themes/sap_belize_hcw/Page-parameters.css +3 -0
  81. package/src/themes/sap_belize_hcw/ProductSwitchItem-parameters.css +8 -0
  82. package/src/themes/sap_belize_hcw/TimelineItem-parameters.css +11 -0
  83. package/src/themes/sap_belize_hcw/UploadCollection-parameters.css +6 -0
  84. package/src/themes/sap_belize_hcw/WizardTab-parameters.css +8 -0
  85. package/src/themes/sap_belize_hcw/parameters-bundle.css +9 -0
  86. package/src/themes/sap_fiori_3/parameters-bundle.css +9 -0
  87. package/src/themes/sap_fiori_3_dark/FlexibleColumnLayout-parameters.css +6 -0
  88. package/src/themes/sap_fiori_3_dark/parameters-bundle.css +9 -0
  89. package/src/themes/sap_fiori_3_hcb/FlexibleColumnLayout-parameters.css +6 -0
  90. package/src/themes/sap_fiori_3_hcb/Page-parameters.css +3 -0
  91. package/src/themes/sap_fiori_3_hcb/ProductSwitchItem-parameters.css +9 -0
  92. package/src/themes/sap_fiori_3_hcb/TimelineItem-parameters.css +11 -0
  93. package/src/themes/sap_fiori_3_hcb/UploadCollection-parameters.css +9 -0
  94. package/src/themes/sap_fiori_3_hcb/WizardTab-parameters.css +9 -0
  95. package/src/themes/sap_fiori_3_hcb/parameters-bundle.css +9 -0
  96. package/src/themes/sap_fiori_3_hcw/FlexibleColumnLayout-parameters.css +6 -0
  97. package/src/themes/sap_fiori_3_hcw/Page-parameters.css +3 -0
  98. package/src/themes/sap_fiori_3_hcw/ProductSwitchItem-parameters.css +9 -0
  99. package/src/themes/sap_fiori_3_hcw/TimelineItem-parameters.css +11 -0
  100. package/src/themes/sap_fiori_3_hcw/UploadCollection-parameters.css +8 -0
  101. package/src/themes/sap_fiori_3_hcw/WizardTab-parameters.css +8 -0
  102. package/src/themes/sap_fiori_3_hcw/parameters-bundle.css +9 -0
  103. package/src/themes/sap_horizon/NotificationListItem-parameters.css +3 -0
  104. package/src/themes/sap_horizon/ProductSwitchItem-parameters.css +5 -0
  105. package/src/themes/sap_horizon/ShellBar-parameters.css +10 -0
  106. package/src/themes/sap_horizon/SideNavigation-parameters.css +5 -0
  107. package/src/themes/sap_horizon/TimelineItem-parameters.css +13 -0
  108. package/src/themes/sap_horizon/WizardTab-parameters.css +8 -0
  109. package/src/themes/sap_horizon/parameters-bundle.css +11 -0
  110. package/src/themes/sap_horizon_exp/parameters-bundle.css +9 -0
@@ -0,0 +1,179 @@
1
+ :host {
2
+ width: var(--_ui5_product_switch_item_width);
3
+ height: var(--_ui5_product_switch_item_height);
4
+ margin: .25rem;
5
+ border-radius: .25rem;
6
+ box-sizing: border-box;
7
+ background:var(--sapList_Background);
8
+ }
9
+
10
+ :host([selected]) {
11
+ background: var(--sapList_SelectionBackgroundColor);
12
+ border: 0.125rem solid var(--sapList_SelectionBorderColor);
13
+ }
14
+
15
+ :host(:hover) {
16
+ background:var(--sapList_Hover_Background);
17
+ }
18
+
19
+ :host([selected]:hover) {
20
+ background: var(--sapList_Hover_SelectionBackground);
21
+ }
22
+
23
+
24
+ :host([active]),
25
+ :host([selected][active]) {
26
+ background: var(--sapList_Active_Background);
27
+ }
28
+
29
+ :host([active]) .ui5-product-switch-item-root .ui5-product-switch-item-icon,
30
+ :host([active]) .ui5-product-switch-item-root .ui5-product-switch-item-text-content .ui5-product-switch-item-title,
31
+ :host([active]) .ui5-product-switch-item-root .ui5-product-switch-item-text-content .ui5-product-switch-item-subtitle {
32
+ color:var(--sapList_Active_TextColor);
33
+ }
34
+
35
+ :host([focused]) {
36
+ outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
37
+ outline-offset:var(--_ui5_product_switch_item_outline_offset)
38
+ }
39
+
40
+ :host([active][focused]) {
41
+ outline-color: var(--_ui5_product_switch_item_active_outline_color);
42
+ }
43
+
44
+ .ui5-product-switch-item-root {
45
+ user-select: none;
46
+ -ms-user-select: none;
47
+ width: 100%;
48
+ height: 100%;
49
+ flex-direction: column;
50
+ display: flex;
51
+ align-items: center;
52
+ text-decoration: none;
53
+ outline: none;
54
+ box-sizing: border-box;
55
+ padding: .5rem;
56
+ padding-top: 4rem;
57
+ cursor: pointer;
58
+ border: var(--_ui5_product_switch_item_border);
59
+ }
60
+
61
+ :host([icon]) .ui5-product-switch-item-root {
62
+ padding-top: .5rem;
63
+ }
64
+
65
+ :host([selected]) .ui5-product-switch-item-root {
66
+ padding: .375rem;
67
+ }
68
+
69
+ .ui5-product-switch-item-root .ui5-product-switch-item-icon {
70
+ width: 3rem;
71
+ height: 3rem;
72
+ padding: .75rem;
73
+ margin-bottom: .5rem;
74
+ box-sizing: border-box;
75
+ color: var(--sapContent_IconColor);
76
+ pointer-events: none;
77
+ }
78
+
79
+ .ui5-product-switch-item-root .ui5-product-switch-item-text-content {
80
+ display: flex;
81
+ align-items: center;
82
+ flex-direction: column;
83
+ max-width: 10.25rem;
84
+ }
85
+
86
+ .ui5-product-switch-item-root .ui5-product-switch-item-text-content .ui5-product-switch-item-subtitle,
87
+ .ui5-product-switch-item-root .ui5-product-switch-item-text-content .ui5-product-switch-item-title {
88
+ line-height: 1.25rem;
89
+ white-space: nowrap;
90
+ overflow: hidden;
91
+ text-overflow: ellipsis;
92
+ max-width: 100%;
93
+ pointer-events: none;
94
+ text-align: center;
95
+ }
96
+
97
+ .ui5-product-switch-item-root .ui5-product-switch-item-text-content .ui5-product-switch-item-title {
98
+ font-size:var( --sapFontHeader6Size);
99
+ color:var(--sapGroup_TitleTextColor);
100
+ }
101
+
102
+ .ui5-product-switch-item-root .ui5-product-switch-item-text-content .ui5-product-switch-item-title:only-child {
103
+ white-space: normal;
104
+ -webkit-line-clamp: 2;
105
+ display: -webkit-box;
106
+ -webkit-box-orient: vertical;
107
+ }
108
+
109
+ .ui5-product-switch-item-root .ui5-product-switch-item-text-content .ui5-product-switch-item-subtitle {
110
+ font-size:var( --sapFontSmallSize);
111
+ color:var(--sapContent_LabelColor);
112
+ }
113
+
114
+ @media only screen and (max-width: 600px) {
115
+ :host {
116
+ margin: 0;
117
+ width: 100%;
118
+ width: 100%;
119
+ max-width: 600px;
120
+ height: 5rem;
121
+ border-radius: 0;
122
+ }
123
+
124
+ .ui5-product-switch-item-root {
125
+ padding: 0 1rem;
126
+ flex-direction: row;
127
+ }
128
+
129
+ :host([icon]) .ui5-product-switch-item-root {
130
+ padding-top: 0;
131
+ }
132
+
133
+ .ui5-product-switch-item-root .ui5-product-switch-item-icon {
134
+ padding: .875rem;
135
+ color: var(--sapContent_NonInteractiveIconColor);
136
+ margin: 0 .75rem 0 0;
137
+ }
138
+
139
+ .ui5-product-switch-item-root .ui5-product-switch-item-text-content {
140
+ align-items: flex-start;
141
+ max-width: 100%;
142
+ }
143
+
144
+ :host([icon]) .ui5-product-switch-item-root .ui5-product-switch-item-text-content {
145
+ max-width: calc(100% - 3.75rem); /* 100% width - (3rem for the icon + right margin)*/
146
+ }
147
+
148
+
149
+ .ui5-product-switch-item-root .ui5-product-switch-item-text-content .ui5-product-switch-item-subtitle,
150
+ .ui5-product-switch-item-root .ui5-product-switch-item-text-content .ui5-product-switch-item-title {
151
+ line-height: normal;
152
+ }
153
+
154
+ .ui5-product-switch-item-root .ui5-product-switch-item-text-content .ui5-product-switch-item-subtitle {
155
+ font-size: var(--sapFontSize);
156
+ padding-top: .75rem;
157
+ }
158
+ }
159
+
160
+ [ui5-product-switch-item][focused] {
161
+ outline: none;
162
+ position: relative;
163
+ }
164
+
165
+ [ui5-product-switch-item][focused] .ui5-product-switch-item-root::after {
166
+ content: "";
167
+ position: absolute;
168
+ border-color: var(--_ui5_product_switch_item_outline_color);
169
+ border-width: var(--_ui5_product_switch_item_outline_width);
170
+ border-style: dotted;
171
+ top: var(--_ui5_product_switch_item_outline_offset_positive);
172
+ bottom: var(--_ui5_product_switch_item_outline_offset_positive);
173
+ left: var(--_ui5_product_switch_item_outline_offset_positive);
174
+ right: var(--_ui5_product_switch_item_outline_offset_positive);
175
+ }
176
+
177
+ [ui5-product-switch-item][active][focused] .ui5-product-switch-item-root::after {
178
+ border-color: var(--_ui5_product_switch_item_active_outline_color);
179
+ }
@@ -0,0 +1,534 @@
1
+ :host(:not([hidden])) {
2
+ display: inline-block;
3
+ width: 100%;
4
+ }
5
+
6
+ .ui5-shellbar-root {
7
+ position: relative;
8
+ display: flex;
9
+ justify-content: space-between;
10
+ align-items: center;
11
+ background: var(--sapShellColor);
12
+ height: 2.75rem;
13
+ font-family: "72override", var(--sapFontFamily);
14
+ font-size: var(--sapFontSize);
15
+ font-weight: normal;
16
+ box-sizing: border-box;
17
+ }
18
+
19
+ .ui5-shellbar-menu-button,
20
+ .ui5-shellbar-button,
21
+ .ui5-shellbar-image-button,
22
+ ::slotted([ui5-button][slot="startButton"]) {
23
+ height: 2.25rem;
24
+ padding: 0;
25
+ margin-left: 0.5rem;
26
+ border: none;
27
+ background: transparent;
28
+ outline-color: var(--_ui5_shellbar_logo_outline_color);
29
+ color: var(--sapShell_TextColor);
30
+ box-sizing: border-box;
31
+ cursor: pointer;
32
+ border-radius: 0.25rem;
33
+ position: relative;
34
+ font-size: 0.75rem;
35
+ font-weight: bold;
36
+ white-space: initial;
37
+ overflow: initial;
38
+ text-overflow: initial;
39
+ }
40
+
41
+ ::slotted([ui5-button][slot="startButton"]:hover),
42
+ .ui5-shellbar-menu-button.ui5-shellbar-menu-button--interactive:hover,
43
+ .ui5-shellbar-button:hover,
44
+ .ui5-shellbar-image-button:hover {
45
+ background: var(--sapShell_Hover_Background);
46
+ }
47
+
48
+
49
+ ::slotted([ui5-button][slot="startButton"]:hover),
50
+ .ui5-shellbar-button:hover,
51
+ .ui5-shellbar-menu-button.ui5-shellbar-menu-button--interactive:hover {
52
+ box-shadow: var(--_ui5_shellbar_button_box_shadow);
53
+ }
54
+
55
+ ::slotted([ui5-button][slot="startButton"][active]),
56
+ .ui5-shellbar-menu-button.ui5-shellbar-menu-button--interactive:active,
57
+ .ui5-shellbar-button[active],
58
+ .ui5-shellbar-image-button:active {
59
+ background: var(--sapShell_Active_Background);
60
+ color: var(--_ui5_shellbar_button_active_color);
61
+ }
62
+
63
+
64
+ .ui5-shellbar-menu-button.ui5-shellbar-menu-button--interactive:focus {
65
+ outline: var(--_ui5_shellbar_logo_outline);
66
+ outline-offset: var(--_ui5_shellbar_outline_offset);
67
+ }
68
+
69
+ slot[name="profile"] {
70
+ min-width: 0;
71
+ }
72
+
73
+ ::slotted([ui5-avatar][slot="profile"]) {
74
+ min-width: 0;
75
+ width: 2rem;
76
+ height: 2rem;
77
+ padding: .25rem;
78
+ pointer-events: none;
79
+ }
80
+
81
+ .ui5-shellbar-menu-button.ui5-shellbar-menu-button--interactive::-moz-focus-inner {
82
+ border: none;
83
+ }
84
+
85
+ .ui5-shellbar-menu-button-title {
86
+ display: inline-block;
87
+ font-family: "72override", var(--sapFontFamily);
88
+ margin: 0;
89
+ font-size: 0.75rem;
90
+ white-space: nowrap;
91
+ overflow: hidden;
92
+ text-overflow: ellipsis;
93
+ flex: auto;
94
+ }
95
+
96
+ :host(:not([primary-title])) .ui5-shellbar-menu-button {
97
+ min-width: 2.25rem;
98
+ justify-content: center;
99
+ }
100
+
101
+ :host(:not([primary-title])) .ui5-shellbar-menu-button span {
102
+ margin-left: 0;
103
+ }
104
+
105
+ :host([breakpoint-size="S"]) .ui5-shellbar-menu-button span {
106
+ margin-left: .5rem;
107
+ }
108
+
109
+ .ui5-shellbar-secondary-title {
110
+ display: inline-block;
111
+ margin: 0 0.5rem;
112
+ font-size: var(--sapFontSmallSize);
113
+ color: var(--sapShell_TextColor);
114
+ line-height: 1rem;
115
+ font-weight: normal;
116
+ text-overflow: ellipsis;
117
+ white-space: nowrap;
118
+ overflow: hidden;
119
+ }
120
+
121
+ .ui5-shellbar-menu-button--interactive .ui5-shellbar-menu-button-arrow {
122
+ display: inline-block;
123
+ margin-left: 0.375rem;
124
+ width: 10px;
125
+ height: 10px;
126
+ width: 0px;
127
+ height: 0px;
128
+ color: var(--sapShell_InteractiveTextColor);
129
+ border-left: 5px solid transparent;
130
+ border-right: 5px solid transparent;
131
+ border-top: 5px solid var(--sapShell_TextColor);
132
+ }
133
+
134
+ .ui5-shellbar-overflow-container {
135
+ display: flex;
136
+ justify-content: center;
137
+ align-items: center;
138
+ height: 100%;
139
+ overflow: hidden;
140
+ }
141
+
142
+ .ui5-shellbar-overflow-container-middle {
143
+ align-self: center;
144
+ height: 2.5rem;
145
+ width: 0;
146
+ flex-shrink: 0;
147
+ }
148
+
149
+ :host([show-co-pilot]) .ui5-shellbar-overflow-container-middle {
150
+ width: 3rem;
151
+ }
152
+
153
+ @keyframes Behind_layer {
154
+ 0% {
155
+ transform: rotate(360deg);
156
+ }
157
+ }
158
+
159
+ @keyframes Top_layer {
160
+ 0% {
161
+ transform: rotate(-360deg);
162
+ }
163
+ }
164
+
165
+ :host([breakpoint-size="S"]) .ui5-shellbar-root {
166
+ padding: 0.25rem 1rem;
167
+ }
168
+
169
+ :host([breakpoint-size="S"]) .ui5-shellbar-search-full-width-wrapper {
170
+ padding: 0.25rem 1rem;
171
+ }
172
+
173
+ :host([breakpoint-size="S"]) ::slotted([ui5-button][slot="startButton"]) {
174
+ margin-right: 0;
175
+ }
176
+
177
+ :host([breakpoint-size="M"]) .ui5-shellbar-root {
178
+ padding: 0.25rem 2rem;
179
+ }
180
+
181
+ :host([breakpoint-size="M"]) .ui5-shellbar-search-full-width-wrapper {
182
+ padding: 0.25rem 2rem;
183
+ }
184
+
185
+ :host([breakpoint-size="L"]) .ui5-shellbar-root {
186
+ padding: 0.25rem 2rem;
187
+ }
188
+
189
+ :host([breakpoint-size="XL"]) .ui5-shellbar-root {
190
+ padding: 0.25rem 3rem;
191
+ }
192
+
193
+ :host([breakpoint-size="XXL"]) .ui5-shellbar-root {
194
+ padding: 0.25rem 3rem;
195
+ }
196
+
197
+ .ui5-shellbar-logo {
198
+ cursor: pointer;
199
+ max-height: 2rem;
200
+ }
201
+
202
+ .ui5-shellbar-logo:focus {
203
+ outline: var(--_ui5_shellbar_logo_outline);
204
+ outline-offset: var(--_ui5_shellbar_outline_offset);
205
+ }
206
+
207
+ .ui5-shellbar-button {
208
+ width: 2.5rem;
209
+ }
210
+
211
+ .ui5-shellbar-image-buttonImage {
212
+ border-radius: 50%;
213
+ width: 1.75rem;
214
+ height: 1.75rem;
215
+ display: flex;
216
+ background-size: cover;
217
+ }
218
+
219
+ .ui5-shellbar-image-button {
220
+ display: flex;
221
+ justify-content: center;
222
+ align-items: center;
223
+ min-width: 2.25rem;
224
+ height: 2.25rem;
225
+ display: inline-flex;
226
+ padding: 0;
227
+ }
228
+
229
+ .ui5-shellbar-overflow-container-left {
230
+ justify-content: flex-start;
231
+ margin-right: 0.5rem;
232
+ max-width: 75%;
233
+ flex-shrink: 0;
234
+ flex-grow: 0;
235
+ }
236
+
237
+ :host([show-co-pilot]) .ui5-shellbar-overflow-container-left {
238
+ flex-basis: 50%;
239
+ max-width: calc(50% - 1.5rem);
240
+ }
241
+
242
+
243
+ .ui5-shellbar-menu-button {
244
+ white-space: nowrap;
245
+ overflow: hidden;
246
+ display: flex;
247
+ align-items: center;
248
+ padding: 0.25rem 0.5rem;
249
+ cursor: text;
250
+ -webkit-user-select: text;
251
+ -moz-user-select: text;
252
+ -ms-user-select: text;
253
+ user-select: text;
254
+ }
255
+
256
+ .ui5-shellbar-menu-button.ui5-shellbar-menu-button--interactive {
257
+ -webkit-user-select: none;
258
+ -moz-user-select: none;
259
+ -ms-user-select: none;
260
+ user-select: none;
261
+ cursor: pointer;
262
+ }
263
+
264
+ :host(:not([with-logo])) .ui5-shellbar-menu-button {
265
+ margin-left: 0;
266
+ }
267
+
268
+ .ui5-shellbar-overflow-container-right {
269
+ display: block;
270
+ overflow: hidden;
271
+ box-sizing: border-box;
272
+ white-space: nowrap;
273
+ flex: 1 1 auto;
274
+ max-width: 100%;
275
+ }
276
+
277
+ :host([show-co-pilot]) .ui5-shellbar-overflow-container-right {
278
+ flex-basis: 0%;
279
+ }
280
+
281
+ :host(:not([show-search-field])) .ui5-shellbar-overflow-container-right {
282
+ margin-left: 8rem;
283
+ }
284
+
285
+ .ui5-shellbar-overflow-container-right .ui5-shellbar-overflow-container-right-child {
286
+ display: flex;
287
+ justify-content: flex-end;
288
+ }
289
+
290
+ .ui5-shellbar-overflow-button {
291
+ display: none;
292
+ }
293
+
294
+ :host([breakpoint-size="M"]) .ui5-shellbar-secondary-title {
295
+ display: none;
296
+ }
297
+
298
+ :host([breakpoint-size="S"]) .ui5-shellbar-secondary-title {
299
+ display: none;
300
+ }
301
+
302
+ :host([breakpoint-size="S"]) .ui5-shellbar-logo + .ui5-shellbar-menu-button-title,
303
+ :host([breakpoint-size="S"]) .ui5-shellbar-menu-button + .ui5-shellbar-menu-button-title {
304
+ display: none;
305
+ }
306
+
307
+ :host([breakpoint-size="S"]) .ui5-shellbar-overflow-container-right {
308
+ margin-left: 0;
309
+ }
310
+
311
+ .ui5-shellbar-overflow-button-shown {
312
+ display: inline-block;
313
+ }
314
+
315
+ .ui5-shellbar-hidden-button,
316
+ .ui5-shellbar-invisible-button {
317
+ visibility: hidden;
318
+ }
319
+
320
+ .ui5-shellbar-coPilot {
321
+ background-color: transparent;
322
+ cursor: pointer;
323
+ }
324
+
325
+ :host([breakpoint-size="L"]) .ui5-shellbar-with-searchfield .ui5-shellbar-overflow-container-right {
326
+ margin-left: 1rem;
327
+ }
328
+
329
+ :host([breakpoint-size="XL"]) .ui5-shellbar-with-searchfield .ui5-shellbar-overflow-container-right {
330
+ margin-left: 1rem;
331
+ }
332
+
333
+ :host(:not([notifications-count])) .ui5-shellbar-bell-button {
334
+ position: relative;
335
+ }
336
+
337
+ :host([notifications-count]:not([notifications-count=""])) .ui5-shellbar-bell-button::before,
338
+ .ui5-shellbar-button[data-count]::before {
339
+ position: absolute;
340
+ width: auto;
341
+ height: 1rem;
342
+ min-width: 1rem;
343
+ background: var(--sapContent_BadgeBackground);
344
+ color: var(--sapContent_BadgeTextColor);
345
+ top: 0.125rem;
346
+ left: 1.5rem;
347
+ padding: .25rem;
348
+ border-radius: 1rem;
349
+ display: flex;
350
+ justify-content: center;
351
+ align-items: center;
352
+ font-size: var(--sapFontSmallSize);
353
+ font-family: "72override", var(--sapFontFamily);
354
+ z-index: 2;
355
+ box-sizing: border-box;
356
+ }
357
+
358
+ :host([notifications-count]:not([notifications-count=""])) .ui5-shellbar-bell-button::before {
359
+ content: attr(data-ui5-notifications-count);
360
+ }
361
+
362
+ .ui5-shellbar-button[data-count]::before {
363
+ content: attr(data-count);
364
+ }
365
+
366
+ .ui5-shellbar-menu-button {
367
+ margin-left: 0.5rem;
368
+ }
369
+
370
+ .ui5-shellbar-search-field {
371
+ flex-grow: 1;
372
+ min-width: 240px;
373
+ margin-left: 0.5rem;
374
+ max-width: 25rem;
375
+ }
376
+
377
+ .ui5-shellbar-search-full-width-wrapper .ui5-shellbar-search-full-field {
378
+ height: 2.25rem;
379
+ width: 100%;
380
+ }
381
+
382
+ .ui5-shellbar-search-full-width-wrapper {
383
+ position: absolute;
384
+ top: 0;
385
+ left: 0;
386
+ background: var(--sapShellColor);
387
+ height: 100%;
388
+ width: 100%;
389
+ z-index: 100;
390
+ display: flex;
391
+ align-items: center;
392
+ box-sizing: border-box;
393
+ }
394
+
395
+ .ui5-shellbar-search-full-width-wrapper .ui5-shellbar-button {
396
+ width: auto;
397
+ }
398
+
399
+ ::slotted([ui5-input]) {
400
+ background-color: var(--sapShellColor);
401
+ border: 1px solid var(--sapShell_InteractiveBorderColor);
402
+ color: var(--sapShell_TextColor);
403
+ height: 100%;
404
+ width: 100%;
405
+ }
406
+
407
+ ::slotted([ui5-input][focused]) {
408
+ outline: 1px dotted var(--sapContent_ContrastFocusColor);
409
+ }
410
+
411
+ ::slotted([slot="logo"]) {
412
+ max-height: 2rem;
413
+ pointer-events: none;
414
+ }
415
+
416
+
417
+ /**
418
+ * IE styles
419
+ */
420
+ [ui5-input][value-state]:not([readonly]) {
421
+ background: var(--sapShellColor);
422
+ border: 1px solid var(--sapShell_InteractiveBorderColor);
423
+ }
424
+
425
+ [ui5-input][value-state]:not([readonly]):hover,
426
+ [ui5-input]:not([value-state]):not([readonly]):hover {
427
+ background: var(--sapShell_Hover_Background);
428
+ border: 1px solid var(--sapShell_InteractiveBorderColor);
429
+ }
430
+
431
+ [ui5-input][value-state]:not([value-state="None"])[focused] {
432
+ outline: 1px dotted var(--sapContent_ContrastFocusColor);
433
+ }
434
+ /* IE styles end */
435
+
436
+ .ui5-shellbar-copilot-wrapper {
437
+ position: relative;
438
+ outline: none;
439
+ box-sizing: border-box;
440
+ }
441
+
442
+ .ui5-shellbar-copilot-wrapper:hover {
443
+ background: var(--sapShell_Hover_Background);
444
+ }
445
+
446
+ .ui5-shellbar-copilot-wrapper:active,
447
+ .ui5-shellbar-copilot-wrapper[active] {
448
+ background: var(--sapShell_Active_Background);
449
+ }
450
+
451
+ .ui5-shellbar-copilot-wrapper:focus::after {
452
+ content: "";
453
+ 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);
457
+ pointer-events: none;
458
+ left: 0;
459
+ top: 0.25rem;
460
+ right: 0;
461
+ z-index: 1;
462
+ }
463
+
464
+ .ui5-shellbar-co-pilot-placeholder {
465
+ width: 2.75rem;
466
+ height: 2.75rem;
467
+ }
468
+
469
+ .ui5-shellbar-co-pilot-circle {
470
+ fill: var(--sapShellColor);
471
+ }
472
+
473
+ .ui5-shellbar-co-pilot-color1 {
474
+ stop-color: var(--_ui5_shellbar_copilot_stop_color1);
475
+ }
476
+
477
+ .ui5-shellbar-co-pilot-color2 {
478
+ stop-color: var(--_ui5_shellbar_copilot_stop_color2);
479
+ }
480
+
481
+ .ui5-shellbar-co-pilot-opacity7 {
482
+ stop-opacity: 0.7;
483
+ }
484
+
485
+ .ui5-shellbar-co-pilot-opacity36 {
486
+ stop-opacity: 0.36;
487
+ }
488
+
489
+ .ui5-shellbar-co-pilot-opacity2 {
490
+ stop-opacity: 0.2;
491
+ }
492
+
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
+ ::slotted([ui5-button][slot="startButton"]) {
526
+ margin-right: 0.5rem;
527
+ margin-left: 0;
528
+ justify-content: center;
529
+ align-items: center;
530
+ }
531
+
532
+ ::slotted([ui5-button][profile-btn]) {
533
+ width: auto;
534
+ }