@ui5/webcomponents 2.20.0-rc.0 → 2.20.0-rc.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 (162) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/dist/.tsbuildinfo +1 -1
  3. package/dist/Avatar.d.ts +23 -2
  4. package/dist/Avatar.js +41 -4
  5. package/dist/Avatar.js.map +1 -1
  6. package/dist/AvatarTemplate.js +1 -1
  7. package/dist/AvatarTemplate.js.map +1 -1
  8. package/dist/List.js +6 -0
  9. package/dist/List.js.map +1 -1
  10. package/dist/ListItemCustom.d.ts +2 -14
  11. package/dist/ListItemCustom.js +31 -66
  12. package/dist/ListItemCustom.js.map +1 -1
  13. package/dist/ListItemGroup.d.ts +1 -0
  14. package/dist/ListItemGroup.js +1 -0
  15. package/dist/ListItemGroup.js.map +1 -1
  16. package/dist/ListItemGroupTemplate.js +1 -1
  17. package/dist/ListItemGroupTemplate.js.map +1 -1
  18. package/dist/Menu.d.ts +2 -1
  19. package/dist/Menu.js +14 -7
  20. package/dist/Menu.js.map +1 -1
  21. package/dist/MenuItem.d.ts +1 -0
  22. package/dist/MenuItem.js +6 -2
  23. package/dist/MenuItem.js.map +1 -1
  24. package/dist/Panel.d.ts +3 -0
  25. package/dist/Panel.js +13 -0
  26. package/dist/Panel.js.map +1 -1
  27. package/dist/PanelTemplate.js +1 -1
  28. package/dist/PanelTemplate.js.map +1 -1
  29. package/dist/SplitButton.d.ts +2 -0
  30. package/dist/SplitButton.js +5 -0
  31. package/dist/SplitButton.js.map +1 -1
  32. package/dist/Toolbar.d.ts +4 -0
  33. package/dist/Toolbar.js +11 -0
  34. package/dist/Toolbar.js.map +1 -1
  35. package/dist/css/themes/Avatar.css +1 -1
  36. package/dist/css/themes/Panel.css +1 -1
  37. package/dist/css/themes/ToolbarItem.css +1 -1
  38. package/dist/custom-elements-internal.json +115 -4
  39. package/dist/custom-elements.json +74 -3
  40. package/dist/generated/assets/i18n/messagebundle_ar.json +1 -1
  41. package/dist/generated/assets/i18n/messagebundle_bg.json +1 -1
  42. package/dist/generated/assets/i18n/messagebundle_ca.json +1 -1
  43. package/dist/generated/assets/i18n/messagebundle_cnr.json +1 -1
  44. package/dist/generated/assets/i18n/messagebundle_cs.json +1 -1
  45. package/dist/generated/assets/i18n/messagebundle_cy.json +1 -1
  46. package/dist/generated/assets/i18n/messagebundle_da.json +1 -1
  47. package/dist/generated/assets/i18n/messagebundle_de.json +1 -1
  48. package/dist/generated/assets/i18n/messagebundle_el.json +1 -1
  49. package/dist/generated/assets/i18n/messagebundle_en.json +1 -1
  50. package/dist/generated/assets/i18n/messagebundle_en_GB.json +1 -1
  51. package/dist/generated/assets/i18n/messagebundle_en_US_sappsd.json +1 -1
  52. package/dist/generated/assets/i18n/messagebundle_en_US_saprigi.json +1 -1
  53. package/dist/generated/assets/i18n/messagebundle_en_US_saptrc.json +1 -1
  54. package/dist/generated/assets/i18n/messagebundle_es.json +1 -1
  55. package/dist/generated/assets/i18n/messagebundle_es_MX.json +1 -1
  56. package/dist/generated/assets/i18n/messagebundle_et.json +1 -1
  57. package/dist/generated/assets/i18n/messagebundle_fi.json +1 -1
  58. package/dist/generated/assets/i18n/messagebundle_fr.json +1 -1
  59. package/dist/generated/assets/i18n/messagebundle_fr_CA.json +1 -1
  60. package/dist/generated/assets/i18n/messagebundle_hi.json +1 -1
  61. package/dist/generated/assets/i18n/messagebundle_hr.json +1 -1
  62. package/dist/generated/assets/i18n/messagebundle_hu.json +1 -1
  63. package/dist/generated/assets/i18n/messagebundle_id.json +1 -1
  64. package/dist/generated/assets/i18n/messagebundle_it.json +1 -1
  65. package/dist/generated/assets/i18n/messagebundle_iw.json +1 -1
  66. package/dist/generated/assets/i18n/messagebundle_ja.json +1 -1
  67. package/dist/generated/assets/i18n/messagebundle_kk.json +1 -1
  68. package/dist/generated/assets/i18n/messagebundle_ko.json +1 -1
  69. package/dist/generated/assets/i18n/messagebundle_lt.json +1 -1
  70. package/dist/generated/assets/i18n/messagebundle_lv.json +1 -1
  71. package/dist/generated/assets/i18n/messagebundle_mk.json +1 -1
  72. package/dist/generated/assets/i18n/messagebundle_ms.json +1 -1
  73. package/dist/generated/assets/i18n/messagebundle_nl.json +1 -1
  74. package/dist/generated/assets/i18n/messagebundle_no.json +1 -1
  75. package/dist/generated/assets/i18n/messagebundle_pl.json +1 -1
  76. package/dist/generated/assets/i18n/messagebundle_pt.json +1 -1
  77. package/dist/generated/assets/i18n/messagebundle_pt_PT.json +1 -1
  78. package/dist/generated/assets/i18n/messagebundle_ro.json +1 -1
  79. package/dist/generated/assets/i18n/messagebundle_ru.json +1 -1
  80. package/dist/generated/assets/i18n/messagebundle_sh.json +1 -1
  81. package/dist/generated/assets/i18n/messagebundle_sk.json +1 -1
  82. package/dist/generated/assets/i18n/messagebundle_sl.json +1 -1
  83. package/dist/generated/assets/i18n/messagebundle_sr.json +1 -1
  84. package/dist/generated/assets/i18n/messagebundle_sv.json +1 -1
  85. package/dist/generated/assets/i18n/messagebundle_th.json +1 -1
  86. package/dist/generated/assets/i18n/messagebundle_tr.json +1 -1
  87. package/dist/generated/assets/i18n/messagebundle_uk.json +1 -1
  88. package/dist/generated/assets/i18n/messagebundle_vi.json +1 -1
  89. package/dist/generated/assets/i18n/messagebundle_zh_CN.json +1 -1
  90. package/dist/generated/assets/i18n/messagebundle_zh_TW.json +1 -1
  91. package/dist/generated/themes/Avatar.css.d.ts +1 -1
  92. package/dist/generated/themes/Avatar.css.js +1 -1
  93. package/dist/generated/themes/Avatar.css.js.map +1 -1
  94. package/dist/generated/themes/Panel.css.d.ts +1 -1
  95. package/dist/generated/themes/Panel.css.js +1 -1
  96. package/dist/generated/themes/Panel.css.js.map +1 -1
  97. package/dist/generated/themes/ToolbarItem.css.d.ts +1 -1
  98. package/dist/generated/themes/ToolbarItem.css.js +1 -1
  99. package/dist/generated/themes/ToolbarItem.css.js.map +1 -1
  100. package/dist/types/AvatarMode.d.ts +30 -0
  101. package/dist/types/AvatarMode.js +32 -0
  102. package/dist/types/AvatarMode.js.map +1 -0
  103. package/dist/vscode.html-custom-data.json +15 -6
  104. package/dist/web-types.json +39 -8
  105. package/package.json +9 -9
  106. package/src/AvatarTemplate.tsx +1 -0
  107. package/src/ListItemGroupTemplate.tsx +9 -3
  108. package/src/PanelTemplate.tsx +2 -0
  109. package/src/i18n/messagebundle_ar.properties +14 -8
  110. package/src/i18n/messagebundle_bg.properties +14 -8
  111. package/src/i18n/messagebundle_ca.properties +14 -8
  112. package/src/i18n/messagebundle_cnr.properties +14 -8
  113. package/src/i18n/messagebundle_cs.properties +14 -8
  114. package/src/i18n/messagebundle_cy.properties +14 -8
  115. package/src/i18n/messagebundle_da.properties +14 -8
  116. package/src/i18n/messagebundle_de.properties +14 -8
  117. package/src/i18n/messagebundle_el.properties +14 -8
  118. package/src/i18n/messagebundle_en.properties +14 -8
  119. package/src/i18n/messagebundle_en_GB.properties +14 -8
  120. package/src/i18n/messagebundle_en_US_sappsd.properties +3 -3
  121. package/src/i18n/messagebundle_en_US_saprigi.properties +3 -3
  122. package/src/i18n/messagebundle_en_US_saptrc.properties +3 -3
  123. package/src/i18n/messagebundle_es.properties +16 -10
  124. package/src/i18n/messagebundle_es_MX.properties +15 -9
  125. package/src/i18n/messagebundle_et.properties +14 -8
  126. package/src/i18n/messagebundle_fi.properties +14 -8
  127. package/src/i18n/messagebundle_fr.properties +14 -8
  128. package/src/i18n/messagebundle_fr_CA.properties +15 -9
  129. package/src/i18n/messagebundle_hi.properties +14 -8
  130. package/src/i18n/messagebundle_hr.properties +14 -8
  131. package/src/i18n/messagebundle_hu.properties +14 -8
  132. package/src/i18n/messagebundle_id.properties +14 -8
  133. package/src/i18n/messagebundle_it.properties +14 -8
  134. package/src/i18n/messagebundle_iw.properties +14 -8
  135. package/src/i18n/messagebundle_ja.properties +14 -8
  136. package/src/i18n/messagebundle_kk.properties +14 -8
  137. package/src/i18n/messagebundle_ko.properties +14 -8
  138. package/src/i18n/messagebundle_lt.properties +14 -8
  139. package/src/i18n/messagebundle_lv.properties +14 -8
  140. package/src/i18n/messagebundle_mk.properties +14 -8
  141. package/src/i18n/messagebundle_ms.properties +14 -8
  142. package/src/i18n/messagebundle_nl.properties +14 -8
  143. package/src/i18n/messagebundle_no.properties +14 -8
  144. package/src/i18n/messagebundle_pl.properties +14 -8
  145. package/src/i18n/messagebundle_pt.properties +14 -8
  146. package/src/i18n/messagebundle_pt_PT.properties +14 -8
  147. package/src/i18n/messagebundle_ro.properties +14 -8
  148. package/src/i18n/messagebundle_ru.properties +14 -8
  149. package/src/i18n/messagebundle_sh.properties +14 -8
  150. package/src/i18n/messagebundle_sk.properties +14 -8
  151. package/src/i18n/messagebundle_sl.properties +14 -8
  152. package/src/i18n/messagebundle_sr.properties +14 -8
  153. package/src/i18n/messagebundle_sv.properties +14 -8
  154. package/src/i18n/messagebundle_th.properties +14 -8
  155. package/src/i18n/messagebundle_tr.properties +14 -8
  156. package/src/i18n/messagebundle_uk.properties +14 -8
  157. package/src/i18n/messagebundle_vi.properties +14 -8
  158. package/src/i18n/messagebundle_zh_CN.properties +14 -8
  159. package/src/i18n/messagebundle_zh_TW.properties +15 -9
  160. package/src/themes/Avatar.css +39 -14
  161. package/src/themes/Panel.css +5 -1
  162. package/src/themes/ToolbarItem.css +1 -1
@@ -1,4 +1,16 @@
1
1
 
2
+ ACC_STATE_REQUIRED=必要
3
+
4
+ ACC_STATE_DISABLED=已停用
5
+
6
+ ACC_STATE_READONLY=唯讀
7
+
8
+ ACC_STATE_EMPTY=空白
9
+
10
+ ACC_STATE_SINGLE_CONTROL=包含元素
11
+
12
+ ACC_STATE_MULTIPLE_CONTROLS=包含元素
13
+
2
14
  ARIA_LABEL_CARD_CONTENT=卡片內容
3
15
 
4
16
  ARIA_ROLEDESCRIPTION_CARD=卡片
@@ -314,7 +326,7 @@ RATING_INDICATOR_TOOLTIP_TEXT=分級
314
326
 
315
327
  RATING_INDICATOR_TEXT=分級指示碼
316
328
 
317
- RATING_INDICATOR_ARIA_DESCRIPTION=需要
329
+ RATING_INDICATOR_ARIA_DESCRIPTION=必要
318
330
 
319
331
  RESPONSIVE_POPOVER_CLOSE_DIALOG_BUTTON=拒絕
320
332
 
@@ -569,11 +581,7 @@ TABLE_ROW_NAVIGATED=已瀏覽
569
581
  TABLE_NO_DATA=無資料
570
582
  TABLE_SINGLE_SELECTABLE=單一選擇表格
571
583
  TABLE_MULTI_SELECTABLE=多重選擇表格
572
- TABLE_CELL_SINGLE_CONTROL=包含元素
573
- TABLE_CELL_MULTIPLE_CONTROLS=包含元素
574
584
  TABLE_COLUMNHEADER_SELECTALL_DESCRIPTION=勾選所有核取方塊
575
- TABLE_COLUMNHEADER_SELECTALL_CHECKED=已勾選
576
- TABLE_COLUMNHEADER_SELECTALL_NOT_CHECKED=未勾選
577
585
  TABLE_COLUMNHEADER_CLEARALL_DESCRIPTION=清除所有按鈕
578
586
  TABLE_ROW=列
579
587
  TABLE_ROW_POPIN=列對話方塊
@@ -591,10 +599,6 @@ TABLE_NAVIGATION=瀏覽
591
599
  TABLE_GENERATED_BY_AI=由 AI 產生
592
600
  TABLE_SELECT_ALL_ROWS=選擇所有列
593
601
  TABLE_DESELECT_ALL_ROWS=取消選擇所有列
594
- TABLE_ACC_STATE_DISABLED=已停用
595
- TABLE_ACC_STATE_READONLY=唯讀
596
- TABLE_ACC_STATE_REQUIRED=需要
597
- TABLE_ACC_STATE_EMPTY=空白
598
602
 
599
603
  DYNAMIC_DATE_RANGE_YESTERDAY_TEXT=昨天
600
604
 
@@ -624,6 +628,8 @@ DYNAMIC_DATE_TIME_RANGE_TEXT_FROM_LABEL=自
624
628
 
625
629
  DYNAMIC_DATE_RANGE_EMPTY_SELECTED_TEXT=選擇日期
626
630
 
631
+ DYNAMIC_DATE_RANGE_POPOVER_ACCESSIBLE_NAME=動態日期範圍
632
+
627
633
  DYNAMIC_DATE_RANGE_NAVIGATION_ICON_TOOLTIP=瀏覽返回
628
634
 
629
635
  DYNAMIC_DATE_RANGE_LAST_DAYS_TEXT=過去 X 天
@@ -10,22 +10,27 @@
10
10
  opacity: .7;
11
11
  }
12
12
 
13
- :host([interactive]:not([disabled])) {
13
+ :host([interactive]:not([disabled])),
14
+ :host([mode="Interactive"]:not([disabled])) {
14
15
  cursor: pointer;
15
16
  }
16
17
 
17
- :host([interactive]:not([hidden]):active) {
18
+ :host([interactive]:not([hidden]):active),
19
+ :host([mode="Interactive"]:not([hidden]):active) {
18
20
  background-color: var(--sapButton_Active_Background);
19
21
  border-color: var(--sapButton_Active_BorderColor);
20
22
  color: var(--sapButton_Active_TextColor);
21
23
  }
22
24
 
23
- :host([interactive]:not([hidden]):not([disabled]):not(:active):not([focused]):hover) {
25
+ :host([interactive]:not([hidden]):not([disabled]):not(:active):not([focused]):hover),
26
+ :host([mode="Interactive"]:not([hidden]):not([disabled]):not(:active):not([focused]):hover) {
24
27
  box-shadow: var(--ui5-avatar-hover-box-shadow-offset);
25
28
  }
26
29
 
27
30
  :host([interactive][desktop]:not([hidden])) .ui5-avatar-root:focus,
28
- :host([interactive]:not([hidden])) .ui5-avatar-root:focus-visible {
31
+ :host([interactive]:not([hidden])) .ui5-avatar-root:focus-visible,
32
+ :host([mode="Interactive"][desktop]:not([hidden])) .ui5-avatar-root:focus,
33
+ :host([mode="Interactive"]:not([hidden])) .ui5-avatar-root:focus-visible {
29
34
  outline: var(--_ui5_avatar_outline);
30
35
  outline-offset: var(--_ui5_avatar_focus_offset);
31
36
  }
@@ -146,7 +151,9 @@
146
151
  border-color: var(--ui5-avatar-accent6-border-color);
147
152
  }
148
153
  :host([_color-scheme="Accent6"][interactive]:not([hidden]):not([disabled]):not(:active):hover),
149
- :host([ui5-avatar][color-scheme="Accent6"][interactive]:not([hidden]):not([disabled]):not(:active):hover) {
154
+ :host([ui5-avatar][color-scheme="Accent6"][interactive]:not([hidden]):not([disabled]):not(:active):hover),
155
+ :host([_color-scheme="Accent6"][mode="Interactive"]:not([hidden]):not([disabled]):not(:active):hover),
156
+ :host([ui5-avatar][color-scheme="Accent6"][mode="Interactive"]:not([hidden]):not([disabled]):not(:active):hover) {
150
157
  background-color: var(--sapAvatar_6_Hover_Background);
151
158
  }
152
159
 
@@ -158,7 +165,9 @@
158
165
  }
159
166
 
160
167
  :host([_color-scheme="Accent1"][interactive]:not([hidden]):not([disabled]):not(:active):hover),
161
- :host([ui5-avatar][color-scheme="Accent1"][interactive]:not([hidden]):not([disabled]):not(:active):hover) {
168
+ :host([ui5-avatar][color-scheme="Accent1"][interactive]:not([hidden]):not([disabled]):not(:active):hover),
169
+ :host([_color-scheme="Accent1"][mode="Interactive"]:not([hidden]):not([disabled]):not(:active):hover),
170
+ :host([ui5-avatar][color-scheme="Accent1"][mode="Interactive"]:not([hidden]):not([disabled]):not(:active):hover) {
162
171
  background-color: var(--sapAvatar_1_Hover_Background);
163
172
  }
164
173
 
@@ -170,7 +179,9 @@
170
179
  }
171
180
 
172
181
  :host([_color-scheme="Accent2"][interactive]:not([hidden]):not([disabled]):not(:active):hover),
173
- :host([ui5-avatar][color-scheme="Accent2"][interactive]:not([hidden]):not([disabled]):not(:active):hover) {
182
+ :host([ui5-avatar][color-scheme="Accent2"][interactive]:not([hidden]):not([disabled]):not(:active):hover),
183
+ :host([_color-scheme="Accent2"][mode="Interactive"]:not([hidden]):not([disabled]):not(:active):hover),
184
+ :host([ui5-avatar][color-scheme="Accent2"][mode="Interactive"]:not([hidden]):not([disabled]):not(:active):hover) {
174
185
  background-color: var(--sapAvatar_2_Hover_Background);
175
186
  }
176
187
 
@@ -182,7 +193,9 @@
182
193
  }
183
194
 
184
195
  :host([_color-scheme="Accent3"][interactive]:not([hidden]):not([disabled]):not(:active):hover),
185
- :host([ui5-avatar][color-scheme="Accent3"][interactive]:not([hidden]):not([disabled]):not(:active):hover) {
196
+ :host([ui5-avatar][color-scheme="Accent3"][interactive]:not([hidden]):not([disabled]):not(:active):hover),
197
+ :host([_color-scheme="Accent3"][mode="Interactive"]:not([hidden]):not([disabled]):not(:active):hover),
198
+ :host([ui5-avatar][color-scheme="Accent3"][mode="Interactive"]:not([hidden]):not([disabled]):not(:active):hover) {
186
199
  background-color: var(--sapAvatar_3_Hover_Background);
187
200
  }
188
201
 
@@ -194,7 +207,9 @@
194
207
  }
195
208
 
196
209
  :host([_color-scheme="Accent4"][interactive]:not([hidden]):not([disabled]):not(:active):hover),
197
- :host([ui5-avatar][color-scheme="Accent4"][interactive]:not([hidden]):not([disabled]):not(:active):hover) {
210
+ :host([ui5-avatar][color-scheme="Accent4"][interactive]:not([hidden]):not([disabled]):not(:active):hover),
211
+ :host([_color-scheme="Accent4"][mode="Interactive"]:not([hidden]):not([disabled]):not(:active):hover),
212
+ :host([ui5-avatar][color-scheme="Accent4"][mode="Interactive"]:not([hidden]):not([disabled]):not(:active):hover) {
198
213
  background-color: var(--sapAvatar_4_Hover_Background);
199
214
  }
200
215
 
@@ -206,7 +221,9 @@
206
221
  }
207
222
 
208
223
  :host([_color-scheme="Accent5"][interactive]:not([hidden]):not([disabled]):not(:active):hover),
209
- :host([ui5-avatar][color-scheme="Accent5"][interactive]:not([hidden]):not([disabled]):not(:active):hover) {
224
+ :host([ui5-avatar][color-scheme="Accent5"][interactive]:not([hidden]):not([disabled]):not(:active):hover),
225
+ :host([_color-scheme="Accent5"][mode="Interactive"]:not([hidden]):not([disabled]):not(:active):hover),
226
+ :host([ui5-avatar][color-scheme="Accent5"][mode="Interactive"]:not([hidden]):not([disabled]):not(:active):hover) {
210
227
  background-color: var(--sapAvatar_5_Hover_Background);
211
228
  }
212
229
 
@@ -218,7 +235,9 @@
218
235
  }
219
236
 
220
237
  :host([_color-scheme="Accent7"][interactive]:not([hidden]):not([disabled]):not(:active):hover),
221
- :host([ui5-avatar][color-scheme="Accent7"][interactive]:not([hidden]):not([disabled]):not(:active):hover) {
238
+ :host([ui5-avatar][color-scheme="Accent7"][interactive]:not([hidden]):not([disabled]):not(:active):hover),
239
+ :host([_color-scheme="Accent7"][mode="Interactive"]:not([hidden]):not([disabled]):not(:active):hover),
240
+ :host([ui5-avatar][color-scheme="Accent7"][mode="Interactive"]:not([hidden]):not([disabled]):not(:active):hover) {
222
241
  background-color: var(--sapAvatar_7_Hover_Background);
223
242
  }
224
243
 
@@ -230,7 +249,9 @@
230
249
  }
231
250
 
232
251
  :host([_color-scheme="Accent8"][interactive]:not([hidden]):not([disabled]):not(:active):hover),
233
- :host([ui5-avatar][color-scheme="Accent8"][interactive]:not([hidden]):not([disabled]):not(:active):hover) {
252
+ :host([ui5-avatar][color-scheme="Accent8"][interactive]:not([hidden]):not([disabled]):not(:active):hover),
253
+ :host([_color-scheme="Accent8"][mode="Interactive"]:not([hidden]):not([disabled]):not(:active):hover),
254
+ :host([ui5-avatar][color-scheme="Accent8"][mode="Interactive"]:not([hidden]):not([disabled]):not(:active):hover) {
234
255
  background-color: var(--sapAvatar_8_Hover_Background);
235
256
  }
236
257
 
@@ -242,7 +263,9 @@
242
263
  }
243
264
 
244
265
  :host([_color-scheme="Accent9"][interactive]:not([hidden]):not([disabled]):not(:active):hover),
245
- :host([ui5-avatar][color-scheme="Accent9"][interactive]:not([hidden]):not([disabled]):not(:active):hover) {
266
+ :host([ui5-avatar][color-scheme="Accent9"][interactive]:not([hidden]):not([disabled]):not(:active):hover),
267
+ :host([_color-scheme="Accent9"][mode="Interactive"]:not([hidden]):not([disabled]):not(:active):hover),
268
+ :host([ui5-avatar][color-scheme="Accent9"][mode="Interactive"]:not([hidden]):not([disabled]):not(:active):hover) {
246
269
  background-color: var(--sapAvatar_9_Hover_Background);
247
270
  }
248
271
 
@@ -254,7 +277,9 @@
254
277
  }
255
278
 
256
279
  :host([_color-scheme="Accent10"][interactive]:not([hidden]):not([disabled]):not(:active):hover),
257
- :host([ui5-avatar][color-scheme="Accent10"][interactive]:not([hidden]):not([disabled]):not(:active):hover) {
280
+ :host([ui5-avatar][color-scheme="Accent10"][interactive]:not([hidden]):not([disabled]):not(:active):hover),
281
+ :host([_color-scheme="Accent10"][mode="Interactive"]:not([hidden]):not([disabled]):not(:active):hover),
282
+ :host([ui5-avatar][color-scheme="Accent10"][mode="Interactive"]:not([hidden]):not([disabled]):not(:active):hover) {
258
283
  background-color: var(--sapAvatar_10_Hover_Background);
259
284
  }
260
285
 
@@ -59,10 +59,14 @@
59
59
  right: var(--_ui5_panel_focus_offset);
60
60
  }
61
61
 
62
- :host(:not([collapsed]):not([_has-header]):not([fixed])) .ui5-panel-header:focus:after {
62
+ :host(:not([collapsed]):not([_has-header]):not([fixed])) .ui5-panel-header:focus::after {
63
63
  border-radius: var(--_ui5_panel_border_radius_expanded);
64
64
  }
65
65
 
66
+ :host([_touched]:not([_has-header]):not([fixed])) .ui5-panel-header:focus::after {
67
+ display: none;
68
+ }
69
+
66
70
  :host(:not([collapsed])) .ui5-panel-header-button:not(.ui5-panel-header-button-with-icon),
67
71
  :host(:not([collapsed])) .ui5-panel-header-icon-wrapper [ui5-icon] {
68
72
  transform: var(--_ui5_panel_toggle_btn_rotation);
@@ -1,4 +1,4 @@
1
- :host() {
1
+ :host {
2
2
  display: inline-block;
3
3
  height: 100%;
4
4
  }