@ui5/webcomponents 2.25.0 → 2.26.0-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +36 -0
- package/dist/.tsbuildinfo +1 -1
- package/dist/ComboBox.js +0 -6
- package/dist/ComboBox.js.map +1 -1
- package/dist/InputPopoverTemplate.js +1 -1
- package/dist/InputPopoverTemplate.js.map +1 -1
- package/dist/List.d.ts +31 -4
- package/dist/List.js +37 -4
- package/dist/List.js.map +1 -1
- package/dist/ListItemCustom.d.ts +22 -0
- package/dist/ListItemCustom.js +22 -0
- package/dist/ListItemCustom.js.map +1 -1
- package/dist/Menu.d.ts +1 -0
- package/dist/Menu.js +18 -0
- package/dist/Menu.js.map +1 -1
- package/dist/RangeSlider.d.ts +1 -0
- package/dist/RangeSlider.js +3 -0
- package/dist/RangeSlider.js.map +1 -1
- package/dist/RangeSliderTemplate.js +1 -1
- package/dist/RangeSliderTemplate.js.map +1 -1
- package/dist/RatingIndicator.d.ts +10 -0
- package/dist/RatingIndicator.js +21 -5
- package/dist/RatingIndicator.js.map +1 -1
- package/dist/RatingIndicatorTemplate.js +1 -1
- package/dist/RatingIndicatorTemplate.js.map +1 -1
- package/dist/SegmentedButton.d.ts +1 -2
- package/dist/SegmentedButton.js +7 -5
- package/dist/SegmentedButton.js.map +1 -1
- package/dist/SegmentedButtonItem.d.ts +1 -2
- package/dist/SegmentedButtonItem.js +2 -5
- package/dist/SegmentedButtonItem.js.map +1 -1
- package/dist/SegmentedButtonItemTemplate.js +1 -1
- package/dist/SegmentedButtonItemTemplate.js.map +1 -1
- package/dist/SegmentedButtonTemplate.js +1 -1
- package/dist/SegmentedButtonTemplate.js.map +1 -1
- package/dist/Select.d.ts +2 -0
- package/dist/Select.js +13 -2
- package/dist/Select.js.map +1 -1
- package/dist/SelectPopoverTemplate.js +2 -2
- package/dist/SelectPopoverTemplate.js.map +1 -1
- package/dist/SliderScale.d.ts +2 -1
- package/dist/SliderScale.js.map +1 -1
- package/dist/SliderScaleTemplate.js +1 -1
- package/dist/SliderScaleTemplate.js.map +1 -1
- package/dist/Tab.d.ts +1 -1
- package/dist/Table.d.ts +1 -1
- package/dist/Table.js +16 -8
- package/dist/Table.js.map +1 -1
- package/dist/TableRow.d.ts +1 -1
- package/dist/TableRow.js +4 -4
- package/dist/TableRow.js.map +1 -1
- package/dist/TableRowBase.d.ts +2 -1
- package/dist/TableRowBase.js +4 -1
- package/dist/TableRowBase.js.map +1 -1
- package/dist/TableRowTemplate.js +1 -1
- package/dist/TableRowTemplate.js.map +1 -1
- package/dist/TableUtils.d.ts +4 -3
- package/dist/TableUtils.js +40 -31
- package/dist/TableUtils.js.map +1 -1
- package/dist/Tokenizer.js +24 -9
- package/dist/Tokenizer.js.map +1 -1
- package/dist/css/themes/CheckBox.css +1 -1
- package/dist/css/themes/DatePicker.css +1 -1
- package/dist/css/themes/RatingIndicator.css +1 -1
- package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_auto/parameters-bundle.css +4 -5
- package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_hc_auto/parameters-bundle.css +4 -5
- package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
- package/dist/custom-elements-internal.json +26 -6
- package/dist/custom-elements.json +25 -6
- package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_auto/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_hc_auto/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -1
- package/dist/generated/i18n/i18n-defaults.d.ts +4 -1
- package/dist/generated/i18n/i18n-defaults.js +4 -1
- package/dist/generated/i18n/i18n-defaults.js.map +1 -1
- package/dist/generated/themes/CheckBox.css.d.ts +1 -1
- package/dist/generated/themes/CheckBox.css.js +1 -1
- package/dist/generated/themes/CheckBox.css.js.map +1 -1
- package/dist/generated/themes/DatePicker.css.d.ts +1 -1
- package/dist/generated/themes/DatePicker.css.js +1 -1
- package/dist/generated/themes/DatePicker.css.js.map +1 -1
- package/dist/generated/themes/RatingIndicator.css.d.ts +1 -1
- package/dist/generated/themes/RatingIndicator.css.js +1 -1
- package/dist/generated/themes/RatingIndicator.css.js.map +1 -1
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.d.ts +1 -1
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.d.ts +1 -1
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.d.ts +1 -1
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.d.ts +1 -1
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.d.ts +1 -1
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_auto/parameters-bundle.css.d.ts +1 -1
- package/dist/generated/themes/sap_horizon_auto/parameters-bundle.css.js +4 -5
- package/dist/generated/themes/sap_horizon_auto/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.d.ts +1 -1
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_hc_auto/parameters-bundle.css.d.ts +1 -1
- package/dist/generated/themes/sap_horizon_hc_auto/parameters-bundle.css.js +4 -5
- package/dist/generated/themes/sap_horizon_hc_auto/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.d.ts +1 -1
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.d.ts +1 -1
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -1
- package/dist/vscode.html-custom-data.json +5 -0
- package/dist/web-types.json +11 -1
- package/package.json +9 -9
- package/src/InputPopoverTemplate.tsx +1 -0
- package/src/RangeSliderTemplate.tsx +1 -0
- package/src/RatingIndicatorTemplate.tsx +1 -1
- package/src/SegmentedButtonItemTemplate.tsx +0 -1
- package/src/SegmentedButtonTemplate.tsx +0 -1
- package/src/SelectPopoverTemplate.tsx +2 -1
- package/src/SliderScaleTemplate.tsx +8 -8
- package/src/TableRowTemplate.tsx +1 -0
- package/src/i18n/messagebundle.properties +8 -0
- package/src/themes/CheckBox.css +10 -10
- package/src/themes/DatePicker.css +5 -0
- package/src/themes/RatingIndicator.css +5 -3
- package/src/themes/base/CheckBox-parameters.css +2 -3
- package/src/themes/base/sizes-parameters.css +4 -5
- package/src/themes/sap_fiori_3/CheckBox-parameters.css +0 -1
- package/src/themes/sap_fiori_3_dark/CheckBox-parameters.css +0 -1
- package/src/themes/sap_horizon/CheckBox-parameters.css +1 -2
- package/src/themes/sap_horizon_dark/CheckBox-parameters.css +1 -2
- package/src/themes/sap_horizon_hcb/CheckBox-parameters.css +1 -2
- package/src/themes/sap_horizon_hcw/CheckBox-parameters.css +1 -2
|
@@ -321,6 +321,12 @@ SELECT_ROLE_DESCRIPTION=Listbox
|
|
|
321
321
|
#XTXT: MultiComboBox and ComboBox icon accessible name
|
|
322
322
|
SELECT_OPTIONS=Select Options
|
|
323
323
|
|
|
324
|
+
#XACT: ARIA announcement prefix for Select dialog accessible name on mobile (without trailing space)
|
|
325
|
+
SELECT_POPOVER_ACCESSIBLE_NAME_PREFIX=Select:
|
|
326
|
+
|
|
327
|
+
#XACT: ARIA accessible name for Select's listbox when no explicit label is provided
|
|
328
|
+
SELECT_LISTBOX_LABEL=All Items
|
|
329
|
+
|
|
324
330
|
#XTXT: MultiComboBox show selected items button accessible name
|
|
325
331
|
SHOW_SELECTED_BUTTON=Show Selected Items Only
|
|
326
332
|
|
|
@@ -948,6 +954,8 @@ TABLE_ROW_ACTIONS=Row Actions
|
|
|
948
954
|
TABLE_ROW_SINGLE_ACTION=1 row action available
|
|
949
955
|
#XACT: Screenreader announcement when several actions are available
|
|
950
956
|
TABLE_ROW_MULTIPLE_ACTIONS={0} row actions available
|
|
957
|
+
#XTOL: Tooltip of the overflow button that reveals additional row actions
|
|
958
|
+
TABLE_ROW_OVERFLOW_BUTTON=More actions
|
|
951
959
|
#XACT: ARIA description for the row action navigation
|
|
952
960
|
TABLE_NAVIGATION=Navigation
|
|
953
961
|
#XTOL: Tooltip for the AI button in the column header to indicate that the column is generated by AI
|
package/src/themes/CheckBox.css
CHANGED
|
@@ -3,7 +3,8 @@
|
|
|
3
3
|
@import "./FormComponents.css";
|
|
4
4
|
|
|
5
5
|
:host(:not([hidden])) {
|
|
6
|
-
display: inline-
|
|
6
|
+
display: inline-flex;
|
|
7
|
+
align-items: center;
|
|
7
8
|
}
|
|
8
9
|
|
|
9
10
|
:host([required]) {
|
|
@@ -11,7 +12,6 @@
|
|
|
11
12
|
}
|
|
12
13
|
|
|
13
14
|
:host {
|
|
14
|
-
overflow: hidden;
|
|
15
15
|
max-width: 100%;
|
|
16
16
|
outline: none;
|
|
17
17
|
border-radius: var(--_ui5_checkbox_border_radius);
|
|
@@ -21,6 +21,7 @@
|
|
|
21
21
|
-moz-user-select: none;
|
|
22
22
|
-webkit-user-select: none;
|
|
23
23
|
-ms-user-select: none;
|
|
24
|
+
font-size: var(--sapFontSize);
|
|
24
25
|
}
|
|
25
26
|
|
|
26
27
|
/* disabled */
|
|
@@ -49,11 +50,7 @@
|
|
|
49
50
|
|
|
50
51
|
/* wrap */
|
|
51
52
|
:host(:not([wrapping-type="None"])[text]) .ui5-checkbox-root {
|
|
52
|
-
min-height: auto;
|
|
53
|
-
box-sizing: border-box;
|
|
54
53
|
align-items: flex-start;
|
|
55
|
-
padding-top: var(--_ui5_checkbox_root_side_padding);
|
|
56
|
-
padding-bottom: var(--_ui5_checkbox_root_side_padding);
|
|
57
54
|
}
|
|
58
55
|
|
|
59
56
|
:host(:not([wrapping-type="None"])[text]) .ui5-checkbox-root .ui5-checkbox-label {
|
|
@@ -120,16 +117,15 @@
|
|
|
120
117
|
position: relative;
|
|
121
118
|
display: inline-flex;
|
|
122
119
|
align-items: center;
|
|
120
|
+
overflow: hidden;
|
|
123
121
|
max-width: 100%;
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
padding: 0 var(--_ui5_checkbox_wrapper_padding);
|
|
122
|
+
padding-block: var(--_ui5_checkbox_root_side_padding);
|
|
123
|
+
padding-inline: var(--_ui5_checkbox_wrapper_padding);
|
|
127
124
|
box-sizing: border-box;
|
|
128
125
|
outline: none;
|
|
129
126
|
transition: var(--_ui5_checkbox_transition);
|
|
130
127
|
border: var(--_ui5_checkbox_default_focus_border);
|
|
131
128
|
border-radius: var(--_ui5_checkbox_border_radius);
|
|
132
|
-
box-sizing: border-box;
|
|
133
129
|
}
|
|
134
130
|
|
|
135
131
|
/* focused */
|
|
@@ -201,6 +197,7 @@
|
|
|
201
197
|
max-width: var(--_ui5_checkbox_inner_width_height);
|
|
202
198
|
height: var(--_ui5_checkbox_inner_width_height);
|
|
203
199
|
max-height: var(--_ui5_checkbox_inner_width_height);
|
|
200
|
+
flex-shrink: 0;
|
|
204
201
|
border: var(--_ui5_checkbox_inner_border);
|
|
205
202
|
border-radius: var(--_ui5_checkbox_inner_border_radius);
|
|
206
203
|
background: var(--_ui5_checkbox_inner_background);
|
|
@@ -237,6 +234,7 @@
|
|
|
237
234
|
overflow: hidden;
|
|
238
235
|
pointer-events: none;
|
|
239
236
|
color: var(--_ui5_checkbox_label_color);
|
|
237
|
+
font-size: inherit;
|
|
240
238
|
}
|
|
241
239
|
|
|
242
240
|
.ui5-checkbox-icon {
|
|
@@ -257,6 +255,8 @@
|
|
|
257
255
|
|
|
258
256
|
:host([display-only]) .ui5-checkbox-display-only-icon-inner [ui5-icon] {
|
|
259
257
|
color: var(--sapTextColor);
|
|
258
|
+
width: var(--_ui5_checkbox_icon_size);
|
|
259
|
+
height: var(--_ui5_checkbox_icon_size);
|
|
260
260
|
}
|
|
261
261
|
|
|
262
262
|
:host([display-only]) .ui5-checkbox-display-only-icon-inner {
|
|
@@ -24,6 +24,10 @@
|
|
|
24
24
|
-ms-user-select: none;
|
|
25
25
|
}
|
|
26
26
|
|
|
27
|
+
:host([show-clear-icon]) {
|
|
28
|
+
min-width: 15rem;
|
|
29
|
+
}
|
|
30
|
+
|
|
27
31
|
:host(:not([disabled]):not([readonly]):active) {
|
|
28
32
|
background: var(--_ui5-datepicker-hover-background);
|
|
29
33
|
}
|
|
@@ -41,6 +45,7 @@
|
|
|
41
45
|
}
|
|
42
46
|
|
|
43
47
|
:host .ui5-date-picker-input {
|
|
48
|
+
width: 100%;
|
|
44
49
|
color: inherit;
|
|
45
50
|
background-color: inherit;
|
|
46
51
|
border-radius: inherit;
|
|
@@ -13,17 +13,19 @@
|
|
|
13
13
|
outline: none;
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
-
:host([readonly])
|
|
16
|
+
:host([readonly]),
|
|
17
|
+
:host([display-only]) {
|
|
17
18
|
cursor: initial;
|
|
18
19
|
}
|
|
19
20
|
|
|
20
|
-
:host([readonly]) .ui5-rating-indicator-item-unsel
|
|
21
|
+
:host([readonly]) .ui5-rating-indicator-item-unsel,
|
|
22
|
+
:host([display-only]) .ui5-rating-indicator-item-unsel {
|
|
21
23
|
padding-inline: var(--_ui5_rating_indicator_readonly_item_spacing);
|
|
22
24
|
width: var(--_ui5_rating_indicator_readonly_item_width);
|
|
23
25
|
height: var(--_ui5_rating_indicator_readonly_item_height);
|
|
24
26
|
}
|
|
25
27
|
|
|
26
|
-
:host(:not([readonly]):not([disabled])) .ui5-rating-indicator-root:hover {
|
|
28
|
+
:host(:not([readonly]):not([disabled]):not([display-only])) .ui5-rating-indicator-root:hover {
|
|
27
29
|
opacity: .9;
|
|
28
30
|
}
|
|
29
31
|
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
:host {
|
|
2
2
|
--_ui5_checkbox_wrapper_padding: .8125rem;
|
|
3
|
-
--_ui5_checkbox_width_height: 3rem;
|
|
4
3
|
--_ui5_checkbox_transition: unset;
|
|
5
4
|
--_ui5_checkbox_disabled_opacity: .5;
|
|
6
5
|
--_ui5_checkbox_border_radius: 0;
|
|
@@ -14,7 +13,7 @@
|
|
|
14
13
|
--_ui5_checkbox_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
|
|
15
14
|
--_ui5_checkbox_focus_border_radius: 0;
|
|
16
15
|
--_ui5_checkbox_outer_hover_background: transparent;
|
|
17
|
-
--_ui5_checkbox_inner_width_height: 1.375rem
|
|
16
|
+
--_ui5_checkbox_inner_width_height: 1.5714em; /* 1.375rem */
|
|
18
17
|
--_ui5_checkbox_inner_border: solid .125rem var(--sapField_BorderColor);
|
|
19
18
|
--_ui5_checkbox_inner_hover_border_color: var(--sapField_HoverBorderColor);
|
|
20
19
|
--_ui5_checkbox_inner_hover_checked_border_color: var(--sapField_HoverBorderColor);
|
|
@@ -36,7 +35,7 @@
|
|
|
36
35
|
--_ui5_checkbox_wrapped_focus_inset_block: var(--_ui5_checkbox_focus_position);
|
|
37
36
|
--_ui5_checkbox_compact_wrapper_padding: .5rem;
|
|
38
37
|
--_ui5_checkbox_compact_width_height: 2rem;
|
|
39
|
-
--_ui5_checkbox_compact_inner_size: 1rem
|
|
38
|
+
--_ui5_checkbox_compact_inner_size: 1.1429em; /* 1rem */
|
|
40
39
|
--_ui5_checkbox_compact_focus_position: .375rem;
|
|
41
40
|
--_ui5_checkbox_label_color: var(--sapContent_LabelColor);
|
|
42
41
|
--_ui5_checkbox_label_offset: var(--_ui5_checkbox_wrapper_padding);
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
--_ui5_calendar_overlay_width: 16rem;
|
|
15
15
|
|
|
16
16
|
--_ui5_checkbox_root_side_padding: .6875rem;
|
|
17
|
-
--_ui5_checkbox_icon_size: 1rem
|
|
18
|
-
--_ui5_checkbox_partially_icon_size: .75rem
|
|
17
|
+
--_ui5_checkbox_icon_size: 1.1429em; /* 1rem */
|
|
18
|
+
--_ui5_checkbox_partially_icon_size: 0.8571em; /* 0.75rem */
|
|
19
19
|
--_ui5_custom_list_item_rb_min_width: 2.75rem;
|
|
20
20
|
--_ui5_day_picker_item_width: 2.25rem;
|
|
21
21
|
--_ui5_day_picker_item_height: 2.875rem;
|
|
@@ -194,13 +194,12 @@
|
|
|
194
194
|
|
|
195
195
|
/* CheckBox */
|
|
196
196
|
--_ui5_checkbox_root_side_padding: var(--_ui5_checkbox_wrapped_focus_padding);
|
|
197
|
-
--_ui5_checkbox_width_height: var(--_ui5_checkbox_compact_width_height);
|
|
198
197
|
--_ui5_checkbox_wrapper_padding: var(--_ui5_checkbox_compact_wrapper_padding);
|
|
199
198
|
--_ui5_checkbox_focus_position: var(--_ui5_checkbox_compact_focus_position);
|
|
200
199
|
--_ui5_checkbox_wrapped_focus_inset_block: var(--_ui5_checkbox_focus_position);
|
|
201
200
|
--_ui5_checkbox_inner_width_height: var(--_ui5_checkbox_compact_inner_size);
|
|
202
|
-
--_ui5_checkbox_icon_size: .75rem
|
|
203
|
-
--_ui5_checkbox_partially_icon_size: .5rem
|
|
201
|
+
--_ui5_checkbox_icon_size: 0.8571em; /* 0.75rem */
|
|
202
|
+
--_ui5_checkbox_partially_icon_size: 0.5714em; /* 0.5rem */
|
|
204
203
|
|
|
205
204
|
/* ColorPicker */
|
|
206
205
|
--_ui5_color_picker_slider_progress_container_height: 1.125rem;
|
|
@@ -2,8 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
:host {
|
|
4
4
|
--_ui5_checkbox_wrapper_padding: .6875rem;
|
|
5
|
-
--
|
|
6
|
-
--_ui5_checkbox_icon_size: 1rem;
|
|
5
|
+
--_ui5_checkbox_icon_size: 1.1429em; /* 1rem */
|
|
7
6
|
--_ui5_checkbox_label_color: var(--sapField_TextColor);
|
|
8
7
|
/* default checkbox*/
|
|
9
8
|
--_ui5_checkbox_inner_border: solid var(--sapField_BorderWidth) var(--sapField_BorderColor);
|
|
@@ -2,8 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
:host {
|
|
4
4
|
--_ui5_checkbox_wrapper_padding: .6875rem;
|
|
5
|
-
--
|
|
6
|
-
--_ui5_checkbox_icon_size: 1rem;
|
|
5
|
+
--_ui5_checkbox_icon_size: 1.1429em; /* 1rem */
|
|
7
6
|
--_ui5_checkbox_label_color: var(--sapField_TextColor);
|
|
8
7
|
/* default checkbox*/
|
|
9
8
|
--_ui5_checkbox_inner_border: solid var(--sapField_BorderWidth) var(--sapField_BorderColor);
|
|
@@ -2,8 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
:host {
|
|
4
4
|
--_ui5_checkbox_wrapper_padding: .6875rem;
|
|
5
|
-
--
|
|
6
|
-
--_ui5_checkbox_icon_size: 1rem;
|
|
5
|
+
--_ui5_checkbox_icon_size: 1.1429em; /* 1rem */
|
|
7
6
|
--_ui5_checkbox_label_color: var(--sapField_TextColor);
|
|
8
7
|
/* default checkbox*/
|
|
9
8
|
--_ui5_checkbox_inner_border: solid var(--sapField_BorderWidth) var(--sapField_BorderColor);
|
|
@@ -2,8 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
:host {
|
|
4
4
|
--_ui5_checkbox_wrapper_padding: .6875rem;
|
|
5
|
-
--
|
|
6
|
-
--_ui5_checkbox_icon_size: 1rem;
|
|
5
|
+
--_ui5_checkbox_icon_size: 1.1429em; /* 1rem */
|
|
7
6
|
--_ui5_checkbox_label_color: var(--sapField_TextColor);
|
|
8
7
|
/* default checkbox*/
|
|
9
8
|
--_ui5_checkbox_inner_border: solid var(--sapField_BorderWidth) var(--sapField_BorderColor);
|