@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.
- package/CHANGELOG.md +45 -3
- package/dist/BarcodeScannerDialog.js +2 -2
- package/dist/FilterItem.js +4 -20
- package/dist/FlexibleColumnLayout.js +2 -1
- package/dist/IllustratedMessage.js +34 -15
- package/dist/MediaGallery.js +4 -1
- package/dist/NotificationListItemBase.js +4 -4
- package/dist/ShellBar.js +10 -9
- package/dist/ViewSettingsDialog.js +18 -5
- package/dist/api.json +3 -2
- package/dist/css/themes/Bar.css +1 -1
- package/dist/css/themes/BarcodeScannerDialog.css +1 -1
- package/dist/css/themes/FlexibleColumnLayout.css +1 -1
- package/dist/css/themes/MediaGallery.css +1 -1
- package/dist/css/themes/NotificationListGroupItem.css +1 -1
- package/dist/css/themes/NotificationListItem.css +1 -1
- package/dist/css/themes/NotificationListItemBase.css +1 -1
- package/dist/css/themes/NotificationOverflowActionsPopover.css +1 -0
- package/dist/css/themes/NotificationPrioIcon.css +1 -1
- package/dist/css/themes/Page.css +1 -1
- package/dist/css/themes/ShellBar.css +1 -1
- package/dist/css/themes/ShellBarPopover.css +1 -0
- package/dist/css/themes/SideNavigation.css +1 -1
- package/dist/css/themes/SideNavigationPopover.css +1 -1
- package/dist/css/themes/Timeline.css +1 -1
- package/dist/css/themes/TimelineItem.css +1 -1
- package/dist/css/themes/UploadCollectionItem.css +1 -1
- package/dist/css/themes/ViewSettingsDialog.css +1 -1
- package/dist/css/themes/Wizard.css +1 -1
- package/dist/css/themes/WizardPopover.css +1 -1
- package/dist/css/themes/WizardTab.css +1 -1
- package/dist/css/themes/sap_belize/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_belize_hcb/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_belize_hcw/parameters-bundle.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_dark/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +1 -1
- 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/generated/assets/themes/sap_belize/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_belize_hcb/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_belize_hcw/parameters-bundle.css.json +1 -1
- 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_dark/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_exp/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/templates/BarTemplate.lit.js +1 -1
- package/dist/generated/templates/BarcodeScannerDialogTemplate.lit.js +1 -1
- package/dist/generated/templates/FlexibleColumnLayoutTemplate.lit.js +1 -1
- package/dist/generated/templates/IllustratedMessageTemplate.lit.js +1 -1
- package/dist/generated/templates/MediaGalleryItemTemplate.lit.js +1 -1
- package/dist/generated/templates/MediaGalleryTemplate.lit.js +4 -4
- package/dist/generated/templates/NotificationListGroupItemTemplate.lit.js +6 -6
- package/dist/generated/templates/NotificationListItemTemplate.lit.js +7 -7
- package/dist/generated/templates/NotificationOverflowActionsPopoverTemplate.lit.js +8 -0
- package/dist/generated/templates/PageTemplate.lit.js +1 -1
- package/dist/generated/templates/ProductSwitchItemTemplate.lit.js +2 -2
- package/dist/generated/templates/ShellBarPopoverTemplate.lit.js +2 -2
- package/dist/generated/templates/ShellBarTemplate.lit.js +8 -8
- package/dist/generated/templates/SideNavigationItemPopoverContentTemplate.lit.js +2 -2
- package/dist/generated/templates/SideNavigationTemplate.lit.js +6 -6
- package/dist/generated/templates/TimelineItemTemplate.lit.js +2 -2
- package/dist/generated/templates/TimelineTemplate.lit.js +1 -1
- package/dist/generated/templates/UploadCollectionItemTemplate.lit.js +15 -20
- package/dist/generated/templates/UploadCollectionTemplate.lit.js +3 -3
- package/dist/generated/templates/ViewSettingsDialogTemplate.lit.js +11 -10
- package/dist/generated/templates/WizardPopoverTemplate.lit.js +2 -2
- package/dist/generated/templates/WizardTabTemplate.lit.js +1 -1
- package/dist/generated/templates/WizardTemplate.lit.js +2 -2
- package/dist/generated/themes/Bar.css.js +1 -1
- package/dist/generated/themes/BarcodeScannerDialog.css.js +1 -1
- package/dist/generated/themes/FlexibleColumnLayout.css.js +1 -1
- package/dist/generated/themes/MediaGallery.css.js +1 -1
- package/dist/generated/themes/NotificationListGroupItem.css.js +1 -1
- package/dist/generated/themes/NotificationListItem.css.js +1 -1
- package/dist/generated/themes/NotificationListItemBase.css.js +1 -1
- package/dist/generated/themes/{NotifactionOverflowActionsPopover.css.js → NotificationOverflowActionsPopover.css.js} +1 -1
- package/dist/generated/themes/NotificationPrioIcon.css.js +1 -1
- package/dist/generated/themes/Page.css.js +1 -1
- package/dist/generated/themes/ShellBar.css.js +1 -1
- package/dist/generated/themes/{FilterItem.css.js → ShellBarPopover.css.js} +1 -1
- package/dist/generated/themes/SideNavigation.css.js +1 -1
- package/dist/generated/themes/SideNavigationPopover.css.js +1 -1
- package/dist/generated/themes/Timeline.css.js +1 -1
- package/dist/generated/themes/TimelineItem.css.js +1 -1
- package/dist/generated/themes/UploadCollectionItem.css.js +1 -1
- package/dist/generated/themes/ViewSettingsDialog.css.js +1 -1
- package/dist/generated/themes/Wizard.css.js +1 -1
- package/dist/generated/themes/WizardPopover.css.js +1 -1
- package/dist/generated/themes/WizardTab.css.js +1 -1
- package/dist/generated/themes/sap_belize/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_belize_hcb/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_belize_hcw/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -1
- package/dist/illustrations/sapIllus-Dialog-EmptyCalendar.js +72 -72
- package/dist/illustrations/sapIllus-Dialog-EmptyList.js +33 -18
- package/dist/illustrations/sapIllus-Dialog-SimpleBell.js +11 -11
- package/dist/illustrations/sapIllus-Dialog-SimpleCalendar.js +40 -40
- package/dist/illustrations/sapIllus-Dialog-SleepingBell.js +28 -28
- package/dist/illustrations/sapIllus-Dialog-Tent.js +27 -27
- package/dist/illustrations/sapIllus-Scene-Connection.js +27 -27
- package/dist/illustrations/sapIllus-Scene-EmptyCalendar.js +85 -85
- package/dist/illustrations/sapIllus-Scene-EmptyList.js +42 -26
- package/dist/illustrations/sapIllus-Scene-SimpleBell.js +14 -14
- package/dist/illustrations/sapIllus-Scene-SimpleCalendar.js +42 -42
- package/dist/illustrations/sapIllus-Scene-SleepingBell.js +48 -48
- package/dist/illustrations/sapIllus-Scene-Tent.js +57 -57
- package/dist/illustrations/sapIllus-Spot-EmptyCalendar.js +41 -41
- package/dist/illustrations/sapIllus-Spot-EmptyList.js +24 -16
- package/dist/illustrations/sapIllus-Spot-SimpleBell.js +10 -10
- package/dist/illustrations/sapIllus-Spot-SimpleCalendar.js +36 -36
- package/dist/illustrations/sapIllus-Spot-SleepingBell.js +33 -33
- package/dist/illustrations/sapIllus-Spot-Tent.js +27 -27
- package/package.json +7 -10
- package/src/Bar.hbs +0 -1
- package/src/BarcodeScannerDialog.hbs +1 -1
- package/src/BarcodeScannerDialog.js +2 -2
- package/src/FilterItem.js +4 -20
- package/src/FlexibleColumnLayout.hbs +1 -4
- package/src/FlexibleColumnLayout.js +2 -1
- package/src/IllustratedMessage.js +34 -15
- package/src/MediaGallery.hbs +1 -2
- package/src/MediaGallery.js +4 -1
- package/src/NotificationListGroupItem.hbs +0 -1
- package/src/NotificationListItem.hbs +1 -2
- package/src/NotificationListItemBase.js +4 -4
- package/src/{NotifactionOverflowActionsPopover.hbs → NotificationOverflowActionsPopover.hbs} +0 -0
- package/src/Page.hbs +1 -1
- package/src/ShellBar.hbs +1 -2
- package/src/ShellBar.js +10 -9
- package/src/ShellBarPopover.hbs +1 -0
- package/src/SideNavigation.hbs +1 -0
- package/src/Timeline.hbs +0 -1
- package/src/UploadCollectionItem.hbs +17 -1
- package/src/ViewSettingsDialog.hbs +43 -35
- package/src/ViewSettingsDialog.js +18 -5
- package/src/Wizard.hbs +2 -0
- package/src/illustrations/sapIllus-Dialog-EmptyCalendar.svg +72 -72
- package/src/illustrations/sapIllus-Dialog-EmptyList.svg +33 -18
- package/src/illustrations/sapIllus-Dialog-SimpleBell.svg +11 -11
- package/src/illustrations/sapIllus-Dialog-SimpleCalendar.svg +40 -40
- package/src/illustrations/sapIllus-Dialog-SleepingBell.svg +28 -28
- package/src/illustrations/sapIllus-Dialog-Tent.svg +27 -27
- package/src/illustrations/sapIllus-Scene-Connection.svg +27 -27
- package/src/illustrations/sapIllus-Scene-EmptyCalendar.svg +85 -85
- package/src/illustrations/sapIllus-Scene-EmptyList.svg +42 -26
- package/src/illustrations/sapIllus-Scene-SimpleBell.svg +14 -14
- package/src/illustrations/sapIllus-Scene-SimpleCalendar.svg +42 -42
- package/src/illustrations/sapIllus-Scene-SleepingBell.svg +48 -48
- package/src/illustrations/sapIllus-Scene-Tent.svg +57 -57
- package/src/illustrations/sapIllus-Spot-EmptyCalendar.svg +41 -41
- package/src/illustrations/sapIllus-Spot-EmptyList.svg +24 -16
- package/src/illustrations/sapIllus-Spot-SimpleBell.svg +10 -10
- package/src/illustrations/sapIllus-Spot-SimpleCalendar.svg +36 -36
- package/src/illustrations/sapIllus-Spot-SleepingBell.svg +33 -33
- package/src/illustrations/sapIllus-Spot-Tent.svg +27 -27
- package/src/themes/Bar.css +2 -12
- package/src/themes/BarcodeScannerDialog.css +4 -0
- package/src/themes/FlexibleColumnLayout.css +7 -31
- package/src/themes/MediaGallery.css +59 -64
- package/src/themes/NotificationListGroupItem.css +8 -24
- package/src/themes/NotificationListItem.css +7 -28
- package/src/themes/NotificationListItemBase.css +2 -10
- package/src/themes/NotificationOverflowActionsPopover.css +8 -0
- package/src/themes/NotificationPrioIcon.css +1 -6
- package/src/themes/Page.css +18 -2
- package/src/themes/ShellBar.css +90 -75
- package/src/themes/ShellBarPopover.css +5 -0
- package/src/themes/SideNavigation.css +37 -15
- package/src/themes/SideNavigationPopover.css +3 -9
- package/src/themes/Timeline.css +2 -13
- package/src/themes/TimelineItem.css +13 -13
- package/src/themes/UploadCollectionItem.css +30 -15
- package/src/themes/ViewSettingsDialog.css +34 -18
- package/src/themes/Wizard.css +8 -1
- package/src/themes/WizardPopover.css +7 -0
- package/src/themes/WizardTab.css +12 -1
- package/src/themes/base/FlexibleColumnLayout-parameters.css +2 -2
- package/src/themes/base/Page-parameters.css +1 -0
- package/src/themes/base/ShellBar-parameters.css +14 -0
- package/src/themes/base/SideNavigation-parameters.css +7 -1
- package/src/themes/base/TimelineItem-parameters.css +9 -1
- package/src/themes/base/UploadCollection-parameters.css +3 -0
- package/src/themes/base/ViewSettingsDialog-parameters.css +7 -0
- package/src/themes/base/Wizard-parameters.css +4 -0
- package/src/themes/base/WizardTab-parameters.css +1 -1
- package/src/themes/sap_belize/parameters-bundle.css +3 -0
- package/src/themes/sap_belize_hcb/parameters-bundle.css +3 -0
- package/src/themes/sap_belize_hcw/parameters-bundle.css +3 -0
- package/src/themes/sap_fiori_3/parameters-bundle.css +3 -0
- package/src/themes/sap_fiori_3_dark/parameters-bundle.css +4 -1
- package/src/themes/sap_fiori_3_hcb/Page-parameters.css +2 -1
- package/src/themes/sap_fiori_3_hcb/UploadCollection-parameters.css +0 -2
- package/src/themes/sap_fiori_3_hcb/parameters-bundle.css +3 -0
- package/src/themes/sap_fiori_3_hcw/Page-parameters.css +2 -1
- package/src/themes/sap_fiori_3_hcw/UploadCollection-parameters.css +0 -2
- package/src/themes/sap_fiori_3_hcw/parameters-bundle.css +3 -0
- package/src/themes/sap_horizon/ShellBar-parameters.css +26 -3
- package/src/themes/sap_horizon/SideNavigation-parameters.css +7 -1
- package/src/themes/sap_horizon/TimelineItem-parameters.css +9 -1
- package/src/themes/sap_horizon/UploadCollection-parameters.css +7 -0
- package/src/themes/sap_horizon/Wizard-parameters.css +6 -0
- package/src/themes/sap_horizon/WizardTab-parameters.css +4 -1
- package/src/themes/sap_horizon/parameters-bundle.css +3 -1
- package/src/themes/sap_horizon_dark/ShellBar-parameters.css +26 -3
- package/src/themes/sap_horizon_dark/SideNavigation-parameters.css +7 -1
- package/src/themes/sap_horizon_dark/TimelineItem-parameters.css +9 -1
- package/src/themes/sap_horizon_dark/UploadCollection-parameters.css +7 -0
- package/src/themes/sap_horizon_dark/Wizard-parameters.css +6 -0
- package/src/themes/sap_horizon_dark/WizardTab-parameters.css +3 -1
- package/src/themes/sap_horizon_dark/parameters-bundle.css +3 -1
- package/src/themes/sap_horizon_exp/parameters-bundle.css +2 -0
- package/src/themes/sap_horizon_hcb/Page-parameters.css +2 -1
- package/src/themes/sap_horizon_hcb/ShellBar-parameters.css +11 -0
- package/src/themes/sap_horizon_hcb/SideNavigation-parameters.css +9 -0
- package/src/themes/sap_horizon_hcb/UploadCollection-parameters.css +3 -2
- package/src/themes/sap_horizon_hcb/Wizard-parameters.css +6 -0
- package/src/themes/sap_horizon_hcb/WizardTab-parameters.css +4 -2
- package/src/themes/sap_horizon_hcb/parameters-bundle.css +4 -1
- package/src/themes/sap_horizon_hcw/Page-parameters.css +2 -1
- package/src/themes/sap_horizon_hcw/SideNavigation-parameters.css +9 -0
- package/src/themes/sap_horizon_hcw/UploadCollection-parameters.css +3 -2
- package/src/themes/sap_horizon_hcw/Wizard-parameters.css +6 -0
- package/src/themes/sap_horizon_hcw/WizardTab-parameters.css +4 -1
- package/src/themes/sap_horizon_hcw/parameters-bundle.css +4 -1
- package/dist/css/themes/FilterItem.css +0 -1
- package/dist/css/themes/NotifactionOverflowActionsPopover.css +0 -1
- package/dist/generated/templates/FilterItemTemplate.lit.js +0 -20
- package/dist/generated/templates/NotifactionOverflowActionsPopoverTemplate.lit.js +0 -8
- package/dist/webcomponentsjs/CHANGELOG.md +0 -61
- package/dist/webcomponentsjs/LICENSE.md +0 -19
- package/dist/webcomponentsjs/README.md +0 -246
- package/dist/webcomponentsjs/bundles/webcomponents-ce.js +0 -63
- package/dist/webcomponentsjs/bundles/webcomponents-ce.js.map +0 -1
- package/dist/webcomponentsjs/bundles/webcomponents-pf_dom.js +0 -60
- package/dist/webcomponentsjs/bundles/webcomponents-pf_dom.js.map +0 -1
- package/dist/webcomponentsjs/bundles/webcomponents-pf_js.js +0 -95
- package/dist/webcomponentsjs/bundles/webcomponents-pf_js.js.map +0 -1
- package/dist/webcomponentsjs/bundles/webcomponents-sd-ce-pf.js +0 -360
- package/dist/webcomponentsjs/bundles/webcomponents-sd-ce-pf.js.map +0 -1
- package/dist/webcomponentsjs/bundles/webcomponents-sd-ce.js +0 -228
- package/dist/webcomponentsjs/bundles/webcomponents-sd-ce.js.map +0 -1
- package/dist/webcomponentsjs/bundles/webcomponents-sd.js +0 -185
- package/dist/webcomponentsjs/bundles/webcomponents-sd.js.map +0 -1
- package/dist/webcomponentsjs/custom-elements-es5-adapter.js +0 -15
- package/dist/webcomponentsjs/webcomponents-bundle.js +0 -370
- package/dist/webcomponentsjs/webcomponents-bundle.js.map +0 -1
- package/dist/webcomponentsjs/webcomponents-loader.js +0 -206
- package/src/FilterItem.hbs +0 -8
- package/src/themes/FilterItem.css +0 -3
- package/src/themes/NotifactionOverflowActionsPopover.css +0 -5
- 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
|
|
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
|
|
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-
|
|
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-
|
|
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-
|
|
44
|
+
margin-inline-end: 0.5rem;
|
|
45
45
|
}
|
|
46
46
|
|
|
47
47
|
.ui5-nli-overflow-btn {
|
|
48
|
-
margin-
|
|
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
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
.ui5-prio-icon {
|
|
2
2
|
min-width: 1rem;
|
|
3
3
|
min-height: 1rem;
|
|
4
|
-
padding-
|
|
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
|
}
|
package/src/themes/Page.css
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
:host(:not([hidden])) {
|
|
3
3
|
width: 100%;
|
|
4
4
|
height: 100%;
|
|
5
|
-
display:
|
|
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:
|
|
118
|
+
background-color: var(--_ui5_page_transparent_bg);
|
|
103
119
|
}
|
|
104
120
|
|
|
105
121
|
:host([background-design="List"]) {
|
package/src/themes/ShellBar.css
CHANGED
|
@@ -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:
|
|
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-
|
|
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:
|
|
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:
|
|
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-
|
|
109
|
+
margin-inline-start: 0;
|
|
103
110
|
}
|
|
104
111
|
|
|
105
112
|
:host([breakpoint-size="S"]) .ui5-shellbar-menu-button span {
|
|
106
|
-
margin-
|
|
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-
|
|
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:
|
|
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
|
|
173
|
+
padding: 0 1rem;
|
|
167
174
|
}
|
|
168
175
|
|
|
169
176
|
:host([breakpoint-size="S"]) .ui5-shellbar-search-full-width-wrapper {
|
|
170
|
-
padding: 0
|
|
177
|
+
padding: 0 1rem;
|
|
171
178
|
}
|
|
172
179
|
|
|
173
180
|
:host([breakpoint-size="S"]) ::slotted([ui5-button][slot="startButton"]) {
|
|
174
|
-
margin-
|
|
181
|
+
margin-inline-end: 0;
|
|
175
182
|
}
|
|
176
183
|
|
|
177
184
|
:host([breakpoint-size="M"]) .ui5-shellbar-root {
|
|
178
|
-
padding: 0
|
|
185
|
+
padding: 0 2rem;
|
|
179
186
|
}
|
|
180
187
|
|
|
181
188
|
:host([breakpoint-size="M"]) .ui5-shellbar-search-full-width-wrapper {
|
|
182
|
-
padding: 0
|
|
189
|
+
padding: 0 2rem;
|
|
183
190
|
}
|
|
184
191
|
|
|
185
192
|
:host([breakpoint-size="L"]) .ui5-shellbar-root {
|
|
186
|
-
padding: 0
|
|
193
|
+
padding: 0 2rem;
|
|
187
194
|
}
|
|
188
195
|
|
|
189
196
|
:host([breakpoint-size="XL"]) .ui5-shellbar-root {
|
|
190
|
-
padding: 0
|
|
197
|
+
padding: 0 3rem;
|
|
191
198
|
}
|
|
192
199
|
|
|
193
200
|
:host([breakpoint-size="XXL"]) .ui5-shellbar-root {
|
|
194
|
-
padding: 0
|
|
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(--
|
|
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-
|
|
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
|
-
|
|
252
|
-
|
|
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
|
-
|
|
259
|
-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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
|
|
401
|
-
border:
|
|
402
|
-
color: var(--
|
|
403
|
-
height:
|
|
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:
|
|
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
|
-
|
|
455
|
-
|
|
456
|
-
|
|
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
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
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-
|
|
527
|
-
margin-left: 0;
|
|
542
|
+
margin-inline: 0 0.5rem;
|
|
528
543
|
justify-content: center;
|
|
529
544
|
align-items: center;
|
|
530
545
|
}
|
|
@@ -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:
|
|
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:
|
|
12
|
-
|
|
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
|
|
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:
|
|
46
|
+
width: 100%;
|
|
26
47
|
height: .125rem;
|
|
27
|
-
background: var(--
|
|
48
|
+
background: var(--_ui5_side_navigation_separator_backgound);
|
|
28
49
|
}
|
|
29
50
|
|
|
30
|
-
.ui5-sn-
|
|
31
|
-
|
|
32
|
-
|
|
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
|
-
|
|
38
|
-
|
|
39
|
-
|
|
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
|
|
2
|
-
|
|
3
|
-
|
|
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
|
+
}
|
package/src/themes/Timeline.css
CHANGED
|
@@ -31,22 +31,11 @@
|
|
|
31
31
|
|
|
32
32
|
:host([layout="Horizontal"]) .ui5-timeline-list-item {
|
|
33
33
|
display: inline-block;
|
|
34
|
-
margin-
|
|
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% +
|
|
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
|
}
|