@ui5/webcomponents 2.21.0-rc.3 → 2.21.0-rc.4

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 (145) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/dist/.tsbuildinfo +1 -1
  3. package/dist/Avatar.d.ts +5 -0
  4. package/dist/Avatar.js +3 -0
  5. package/dist/Avatar.js.map +1 -1
  6. package/dist/InputTemplate.js +1 -1
  7. package/dist/InputTemplate.js.map +1 -1
  8. package/dist/MultiComboBoxTemplate.js +1 -1
  9. package/dist/MultiComboBoxTemplate.js.map +1 -1
  10. package/dist/MultiInput.js +2 -0
  11. package/dist/MultiInput.js.map +1 -1
  12. package/dist/TableCell.d.ts +12 -0
  13. package/dist/TableCell.js +19 -0
  14. package/dist/TableCell.js.map +1 -1
  15. package/dist/TableHeaderRowTemplate.js +1 -1
  16. package/dist/TableHeaderRowTemplate.js.map +1 -1
  17. package/dist/TableRow.d.ts +1 -0
  18. package/dist/TableRow.js +5 -1
  19. package/dist/TableRow.js.map +1 -1
  20. package/dist/TableRowBase.d.ts +1 -0
  21. package/dist/TableRowBase.js +3 -0
  22. package/dist/TableRowBase.js.map +1 -1
  23. package/dist/TableRowTemplate.js +1 -1
  24. package/dist/TableRowTemplate.js.map +1 -1
  25. package/dist/Token.d.ts +6 -0
  26. package/dist/Token.js +9 -0
  27. package/dist/Token.js.map +1 -1
  28. package/dist/Tokenizer.d.ts +6 -0
  29. package/dist/Tokenizer.js +22 -0
  30. package/dist/Tokenizer.js.map +1 -1
  31. package/dist/css/themes/ComboBox.css +1 -1
  32. package/dist/css/themes/DateTimePickerPopover.css +1 -1
  33. package/dist/css/themes/MultiComboBox.css +1 -1
  34. package/dist/css/themes/MultiInput.css +1 -1
  35. package/dist/css/themes/TableCell.css +1 -1
  36. package/dist/css/themes/TableCellBase.css +1 -1
  37. package/dist/css/themes/TableHeaderRow.css +1 -1
  38. package/dist/css/themes/TableRow.css +1 -1
  39. package/dist/css/themes/TableRowBase.css +1 -1
  40. package/dist/css/themes/Token.css +1 -1
  41. package/dist/css/themes/Tokenizer.css +1 -1
  42. package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
  43. package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
  44. package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
  45. package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
  46. package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
  47. package/dist/css/themes/sap_horizon_auto/parameters-bundle.css +4 -3
  48. package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
  49. package/dist/css/themes/sap_horizon_hc_auto/parameters-bundle.css +4 -3
  50. package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
  51. package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
  52. package/dist/custom-elements-internal.json +31 -11
  53. package/dist/custom-elements.json +30 -11
  54. package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
  55. package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
  56. package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
  57. package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
  58. package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
  59. package/dist/generated/assets/themes/sap_horizon_auto/parameters-bundle.css.json +1 -1
  60. package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -1
  61. package/dist/generated/assets/themes/sap_horizon_hc_auto/parameters-bundle.css.json +1 -1
  62. package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -1
  63. package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -1
  64. package/dist/generated/themes/ComboBox.css.d.ts +1 -1
  65. package/dist/generated/themes/ComboBox.css.js +1 -1
  66. package/dist/generated/themes/ComboBox.css.js.map +1 -1
  67. package/dist/generated/themes/DateTimePickerPopover.css.d.ts +1 -1
  68. package/dist/generated/themes/DateTimePickerPopover.css.js +1 -1
  69. package/dist/generated/themes/DateTimePickerPopover.css.js.map +1 -1
  70. package/dist/generated/themes/MultiComboBox.css.d.ts +1 -1
  71. package/dist/generated/themes/MultiComboBox.css.js +1 -1
  72. package/dist/generated/themes/MultiComboBox.css.js.map +1 -1
  73. package/dist/generated/themes/MultiInput.css.d.ts +1 -1
  74. package/dist/generated/themes/MultiInput.css.js +1 -1
  75. package/dist/generated/themes/MultiInput.css.js.map +1 -1
  76. package/dist/generated/themes/TableCell.css.d.ts +1 -1
  77. package/dist/generated/themes/TableCell.css.js +1 -1
  78. package/dist/generated/themes/TableCell.css.js.map +1 -1
  79. package/dist/generated/themes/TableCellBase.css.d.ts +1 -1
  80. package/dist/generated/themes/TableCellBase.css.js +1 -1
  81. package/dist/generated/themes/TableCellBase.css.js.map +1 -1
  82. package/dist/generated/themes/TableHeaderRow.css.d.ts +1 -1
  83. package/dist/generated/themes/TableHeaderRow.css.js +1 -1
  84. package/dist/generated/themes/TableHeaderRow.css.js.map +1 -1
  85. package/dist/generated/themes/TableRow.css.d.ts +1 -1
  86. package/dist/generated/themes/TableRow.css.js +1 -1
  87. package/dist/generated/themes/TableRow.css.js.map +1 -1
  88. package/dist/generated/themes/TableRowBase.css.d.ts +1 -1
  89. package/dist/generated/themes/TableRowBase.css.js +1 -1
  90. package/dist/generated/themes/TableRowBase.css.js.map +1 -1
  91. package/dist/generated/themes/Token.css.d.ts +1 -1
  92. package/dist/generated/themes/Token.css.js +1 -1
  93. package/dist/generated/themes/Token.css.js.map +1 -1
  94. package/dist/generated/themes/Tokenizer.css.d.ts +1 -1
  95. package/dist/generated/themes/Tokenizer.css.js +1 -1
  96. package/dist/generated/themes/Tokenizer.css.js.map +1 -1
  97. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.d.ts +1 -1
  98. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
  99. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -1
  100. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.d.ts +1 -1
  101. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
  102. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -1
  103. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.d.ts +1 -1
  104. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
  105. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -1
  106. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.d.ts +1 -1
  107. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
  108. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -1
  109. package/dist/generated/themes/sap_horizon/parameters-bundle.css.d.ts +1 -1
  110. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
  111. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -1
  112. package/dist/generated/themes/sap_horizon_auto/parameters-bundle.css.d.ts +1 -1
  113. package/dist/generated/themes/sap_horizon_auto/parameters-bundle.css.js +4 -3
  114. package/dist/generated/themes/sap_horizon_auto/parameters-bundle.css.js.map +1 -1
  115. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.d.ts +1 -1
  116. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -1
  117. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -1
  118. package/dist/generated/themes/sap_horizon_hc_auto/parameters-bundle.css.d.ts +1 -1
  119. package/dist/generated/themes/sap_horizon_hc_auto/parameters-bundle.css.js +4 -3
  120. package/dist/generated/themes/sap_horizon_hc_auto/parameters-bundle.css.js.map +1 -1
  121. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.d.ts +1 -1
  122. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -1
  123. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -1
  124. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.d.ts +1 -1
  125. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -1
  126. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -1
  127. package/dist/vscode.html-custom-data.json +5 -0
  128. package/dist/web-types.json +11 -1
  129. package/package.json +9 -9
  130. package/src/InputTemplate.tsx +1 -1
  131. package/src/MultiComboBoxTemplate.tsx +1 -0
  132. package/src/TableHeaderRowTemplate.tsx +0 -1
  133. package/src/TableRowTemplate.tsx +1 -1
  134. package/src/themes/ComboBox.css +4 -0
  135. package/src/themes/DateTimePickerPopover.css +3 -1
  136. package/src/themes/MultiComboBox.css +4 -2
  137. package/src/themes/MultiInput.css +4 -2
  138. package/src/themes/TableCell.css +17 -0
  139. package/src/themes/TableCellBase.css +0 -11
  140. package/src/themes/TableHeaderRow.css +1 -1
  141. package/src/themes/TableRow.css +39 -21
  142. package/src/themes/TableRowBase.css +16 -24
  143. package/src/themes/Token.css +4 -0
  144. package/src/themes/Tokenizer.css +1 -1
  145. package/src/themes/base/sizes-parameters.css +9 -4
@@ -10,7 +10,7 @@
10
10
 
11
11
  .ui5-multi-input-tokenizer {
12
12
  min-width: var(--_ui5_input_tokenizer_min_width);
13
- max-width: calc(100% - 3rem - var(--_ui5-input-icons-count) * var(--_ui5_input_icon_min_width));
13
+ max-width: calc(100% - var(--_ui5_input_min_width_tokenizer_available) - var(--_ui5-input-icons-count) * var(--_ui5_input_icon_min_width));
14
14
  border: none;
15
15
  width: auto;
16
16
  height: 100%;
@@ -29,7 +29,9 @@
29
29
  }
30
30
 
31
31
  :host([tokenizer-available]) [inner-input] {
32
- padding-inline-start: var(--_ui5_input_inner_space_to_tokenizer);
32
+ padding-inline-start: 0;
33
+ padding-inline-end: var(--_ui5_input_inner_with_tokenizer_padding_inline_end);
34
+ min-width: var(--_ui5_input_min_width_tokenizer_available);
33
35
  }
34
36
 
35
37
  :host(:not([tokenizer-available])) .ui5-multi-input-tokenizer {
@@ -1,7 +1,24 @@
1
+ :host {
2
+ border-top: var(--sapList_BorderWidth) solid var(--sapList_BorderColor);
3
+ }
4
+
5
+ :host([merged]),
6
+ :host([data-border-merged]) {
7
+ --_ui5_table_cell_merged_border_color: var(--_ui5_table_cell_border_merged) transparent;
8
+ border-top-color: var(--_ui5_table_cell_merged_border_color, var(--sapList_BorderColor));
9
+ }
10
+
11
+ :host([merged]) ::slotted(*) {
12
+ --_ui5_table_cell_merged_content_opacity: var(--_ui5_table_cell_content_merged) 0;
13
+ opacity: var(--_ui5_table_cell_merged_content_opacity, 1);
14
+ transition: opacity 300ms ease;
15
+ }
16
+
1
17
  :host([_popin]) {
2
18
  padding-inline-start: 0;
3
19
  padding-inline-end: 0;
4
20
  align-items: center;
21
+ border-top: none;
5
22
  }
6
23
 
7
24
  :host([_popin]) #popin-header {
@@ -18,15 +18,4 @@
18
18
  :host([tabindex]:focus) {
19
19
  outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
20
20
  outline-offset: calc(-1 * var(--sapContent_FocusWidth));
21
- }
22
-
23
- :host(#selection-cell) {
24
- width: auto;
25
- min-width: auto;
26
- background-color: inherit;
27
- }
28
-
29
- :host([data-ui5-table-cell-fixed]) {
30
- position: sticky;
31
- z-index: 1;
32
21
  }
@@ -1,6 +1,6 @@
1
1
  :host {
2
2
  background: var(--sapList_HeaderBackground);
3
- border-top: var(--sapList_BorderWidth) solid var(--sapList_BorderColor);
3
+ border-top: var(--sapList_BorderWidth) solid var(--sapList_HeaderBorderColor);
4
4
  border-bottom: var(--sapList_BorderWidth) solid var(--sapList_HeaderBorderColor);
5
5
  grid-template-rows: auto 0px;
6
6
  }
@@ -6,9 +6,30 @@
6
6
  background: var(--_ui5_table_row_alternating_background);
7
7
  }
8
8
 
9
- :host([aria-selected=true]) {
9
+ :host(:first-of-type) > [ui5-table-cell],
10
+ :host(:first-of-type) > ::slotted([ui5-table-cell]) {
11
+ border-top: none;
12
+ }
13
+
14
+ :host(:last-of-type) {
15
+ border-bottom: var(--sapList_BorderWidth) solid var(--sapList_TableFooterBorder);
16
+ }
17
+
18
+ :host([aria-selected="true"]) {
10
19
  background: var(--sapList_SelectionBackgroundColor);
11
- border-bottom: var(--sapList_BorderWidth) solid var(--sapList_SelectionBorderColor);
20
+ box-shadow: inset 0 calc(-1 * var(--sapList_BorderWidth)) 0 0 var(--sapList_SelectionBorderColor);
21
+ }
22
+
23
+ :host(:not([_haspopin])) {
24
+ /* Use CSS Space Toggles until if() or container style queries are widely supported */
25
+ --_ui5_table_cell_border_merged: ;
26
+ --_ui5_table_cell_content_merged: ;
27
+ }
28
+
29
+ :host(:not([_haspopin]):active),
30
+ :host(:not([_haspopin]):focus-within) {
31
+ /* Provide a valid CSS value to intentionally invalidate the TableCell variable-based rules and disable visual merging. */
32
+ --_ui5_table_cell_content_merged: initial;
12
33
  }
13
34
 
14
35
  @media (hover: hover) {
@@ -18,10 +39,14 @@
18
39
  :host([_interactive][aria-selected=true]:hover) {
19
40
  background: var(--sapList_Hover_SelectionBackground);
20
41
  }
42
+ :host(:not([_haspopin]):hover) {
43
+ /* Provide a valid CSS value to intentionally invalidate the TableCell variable-based rules and disable visual merging. */
44
+ --_ui5_table_cell_content_merged: initial;
45
+ }
21
46
  }
22
47
 
23
48
  :host([_interactive][_active]),
24
- :host([_interactive][aria-selected=true][_active]) {
49
+ :host([_interactive][aria-selected="true"][_active]) {
25
50
  background: var(--sapList_Active_Background);
26
51
  }
27
52
 
@@ -34,35 +59,34 @@
34
59
  }
35
60
 
36
61
  #popin-cell {
62
+ padding-inline-start: var(--_ui5_first_table_cell_horizontal_padding);
37
63
  align-content: initial;
38
64
  flex-direction: column;
39
65
  grid-column: 1 / -1;
66
+ border-top: none;
40
67
  }
41
68
 
42
69
  #navigated-cell {
43
- position: sticky;
44
- right: 0;
70
+ position: sticky;
71
+ inset-inline-end: 0;
72
+ z-index: 1;
73
+ background-color: inherit;
45
74
  overflow: visible;
46
75
  grid-row: span 2;
47
76
  min-width: 0;
48
77
  padding: 0;
49
- background: inherit;
50
- }
51
-
52
- :dir(rtl)#navigated-cell {
53
- left: 0;
54
78
  }
55
79
 
56
80
  :host([navigated]) #navigated {
57
81
  position: absolute;
58
- inset: 0;
82
+ inset: -1px 0px 0px 1px;
59
83
  background: var(--sapList_SelectionBorderColor);
60
84
  }
61
85
 
62
86
  :host([tabindex]:focus) #navigated {
63
87
  transform: translateX(calc(var(--_ui5_table_navigated_cell_width) * -1));
64
- bottom: 2px;
65
- top: 3px;
88
+ bottom: 3px;
89
+ top: 2px;
66
90
  }
67
91
 
68
92
  :host([tabindex]:focus) #navigated:dir(rtl) {
@@ -83,19 +107,13 @@
83
107
 
84
108
  #selection-cell ~ #popin-cell {
85
109
  grid-column-start: 2;
110
+ padding-inline-start: var(--_ui5_table_cell_horizontal_padding);
86
111
  }
87
112
 
88
113
  #actions-cell {
89
- display: flex;
90
- align-items: center;
91
114
  gap: var(--_ui5_table_row_actions_gap);
92
115
  }
93
116
 
94
117
  #actions-cell:has(+ #navigated-cell) {
95
- right: var(--_ui5_table_navigated_cell_width);
96
- overflow: auto;
97
- }
98
-
99
- :dir(rtl)#actions-cell:has(+ #navigated-cell) {
100
- left: var(--_ui5_table_navigated_cell_width);
118
+ inset-inline-end: var(--_ui5_table_navigated_cell_width);
101
119
  }
@@ -4,7 +4,6 @@
4
4
  grid-column: 1 / -1;
5
5
  min-height: var(--_ui5_list_item_base_height);
6
6
  box-sizing: content-box;
7
- border-bottom: var(--sapList_BorderWidth) solid var(--sapList_BorderColor);
8
7
  overflow: clip;
9
8
  }
10
9
 
@@ -18,40 +17,33 @@
18
17
  clip-path: inset(var(--sapContent_FocusWidth)); /* focus outline should not overlap sticky cells */
19
18
  }
20
19
 
21
- ::slotted([ui5-table-cell]:first-of-type),
22
- ::slotted([ui5-table-header-cell]:first-of-type),
23
- #popin-cell {
20
+ ::slotted([ui5-table-cell-base]:first-of-type) {
24
21
  padding-inline-start: var(--_ui5_first_table_cell_horizontal_padding);
25
22
  }
26
23
 
27
- #selection-cell + ::slotted([ui5-table-cell-base]:first-of-type),
28
- #selection-cell ~ #popin-cell {
24
+ #selection-cell + ::slotted([ui5-table-cell-base]:first-of-type) {
29
25
  padding-inline-start: var(--_ui5_table_cell_horizontal_padding);
30
26
  }
31
27
 
32
- #selection-cell {
33
- display: flex;
34
- align-items: center;
35
- justify-content: center;
36
- padding: 0;
37
- left: 0;
38
- }
39
-
40
- :dir(rtl)#selection-cell {
41
- right: 0;
28
+ #selection-cell,
29
+ #actions-cell {
30
+ background-color: inherit;
31
+ clip-path: inset(0px 0px 1px 0px); /* selection border should not overlap with sticky cells */
32
+ position: sticky;
33
+ z-index: 1;
42
34
  }
43
35
 
44
- #selection-component {
45
- vertical-align: middle;
36
+ #selection-cell {
37
+ padding: 0;
38
+ inset-inline-start: 0;
39
+ min-width: auto;
46
40
  }
47
41
 
48
42
  #actions-cell {
49
- position: sticky;
50
- right: 0;
51
- background-color: inherit;
52
- flex-wrap: nowrap;
43
+ inset-inline-end: 0;
53
44
  }
54
45
 
55
- :dir(rtl)#actions-cell {
56
- left: 0;
46
+ #selection-cell[tabindex]:focus,
47
+ #actions-cell[tabindex]:focus {
48
+ clip-path: inset(0px);
57
49
  }
@@ -12,6 +12,10 @@
12
12
  margin-inline-end: var(--_ui5_token_right_margin);
13
13
  }
14
14
 
15
+ :host([last-visible-token]) {
16
+ margin-inline-end: 0;
17
+ }
18
+
15
19
  :host([overflows]) {
16
20
  display: none;
17
21
  }
@@ -87,7 +87,7 @@
87
87
 
88
88
  .ui5-tokenizer-more-text {
89
89
  display: inline-block;
90
- margin-inline-start: .25rem;
90
+ margin-inline-start: var(--_ui5_token_right_margin);
91
91
  cursor: pointer;
92
92
  white-space: nowrap;
93
93
  font-size: var(--sapFontSize);
@@ -74,7 +74,8 @@
74
74
  --_ui5_input_inner_padding: 0 0.625rem;
75
75
  --_ui5_input_inner_padding_with_icon: 0 0.25rem 0 0.625rem;
76
76
  --_ui5_input_inner_space_to_tokenizer: 0.125rem;
77
- --_ui5_input_inner_space_to_n_more_text: 0.1875rem;
77
+ --_ui5_input_inner_space_to_n_more_text: 0.3125rem;
78
+ --_ui5_input_inner_with_tokenizer_padding_inline_end: 0.3125rem;
78
79
  --_ui5_list_no_data_height: 3rem;
79
80
  --_ui5_list_item_cb_margin_right: 0;
80
81
  --_ui5_list_item_title_size: var(--sapFontLargeSize);
@@ -103,7 +104,7 @@
103
104
  --_ui5_popup_default_header_height: 2.75rem;
104
105
 
105
106
  --_ui5_year_picker_item_height: 3rem;
106
- --_ui5_tokenizer_padding: 0.25rem;
107
+ --_ui5_tokenizer_padding: 0.3125rem;
107
108
  --_ui5_token_height: 1.625rem;
108
109
  --_ui5_token_icon_size: .75rem;
109
110
  --_ui5_token_icon_padding: 0.25rem 0.5rem;
@@ -267,9 +268,10 @@
267
268
  /* Input */
268
269
  --_ui5_input_height: var(--sapElement_Compact_Height);
269
270
  --_ui5_input_inner_padding: 0 0.5rem;
270
- --_ui5_input_inner_padding_with_icon: 0 0.2rem 0 0.5rem;
271
+ --_ui5_input_inner_padding_with_icon: 0 0.25rem 0 0.5rem;
271
272
  --_ui5_input_inner_space_to_tokenizer: 0.125rem;
272
- --_ui5_input_inner_space_to_n_more_text: 0.125rem;
273
+ --_ui5_input_inner_space_to_n_more_text: 0.25rem;
274
+ --_ui5_input_inner_with_tokenizer_padding_inline_end: 0.25rem;
273
275
  --_ui5_input_icon_min_width: var(--_ui5_input_compact_min_width);
274
276
  --_ui5_input_min_width_tokenizer_available: 2rem;
275
277
 
@@ -351,6 +353,9 @@
351
353
  --_ui5-tree-toggle-box-height: 1.5rem;
352
354
  --_ui5-tree-toggle-icon-size: 0.8125rem;
353
355
 
356
+ /* Tokenizer */
357
+ --_ui5_tokenizer_padding: 0.25rem;
358
+
354
359
  /* Toolbar */
355
360
  --_ui5-toolbar-separator-height: 1.5rem;
356
361
  --_ui5-toolbar-height: 2rem;