Skip to content

Commit 2a9f261

Browse files
authored
chore: Bump UI5 and Glob packages (kyma-project#4519)
* chore: Bump UI5 to 2.18 * chore: Bump Glob
1 parent ee40aac commit 2a9f261

File tree

12 files changed

+300
-693
lines changed

12 files changed

+300
-693
lines changed

package-lock.json

Lines changed: 270 additions & 663 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -50,24 +50,24 @@
5050
"@types/pluralize": "^0.0.29",
5151
"@types/react-syntax-highlighter": "^15.5.13",
5252
"@ui-schema/ui-schema": "^0.4.7",
53-
"@ui5/webcomponents": "^2.15.1",
54-
"@ui5/webcomponents-base": "^2.15.1",
55-
"@ui5/webcomponents-compat": "^2.15.1",
56-
"@ui5/webcomponents-fiori": "^2.15.1",
57-
"@ui5/webcomponents-icons": "^2.15.1",
58-
"@ui5/webcomponents-icons-tnt": "^2.15.1",
59-
"@ui5/webcomponents-react": "^2.15.3",
60-
"@ui5/webcomponents-react-base": "^2.15.3",
61-
"@ui5/webcomponents-react-charts": "^2.15.3",
62-
"@ui5/webcomponents-react-compat": "^2.15.3",
53+
"@ui5/webcomponents": "^2.18.1",
54+
"@ui5/webcomponents-base": "^2.18.1",
55+
"@ui5/webcomponents-compat": "^2.18.1",
56+
"@ui5/webcomponents-fiori": "^2.18.1",
57+
"@ui5/webcomponents-icons": "^2.18.1",
58+
"@ui5/webcomponents-icons-tnt": "^2.18.1",
59+
"@ui5/webcomponents-react": "^2.18.0",
60+
"@ui5/webcomponents-react-base": "^2.18.0",
61+
"@ui5/webcomponents-react-charts": "^2.18.0",
62+
"@ui5/webcomponents-react-compat": "^2.18.0",
6363
"@viz-js/viz": "^3.11.0",
6464
"classnames": "^2.5.1",
6565
"copy-to-clipboard": "^3.2.0",
6666
"core-js": "^3.41.0",
6767
"cronstrue": "^2.56.0",
6868
"didyoumean": "^1.2.2",
6969
"file-saver": "^2.0.2",
70-
"glob": "^11.0.3",
70+
"glob": "^13.0.0",
7171
"http-status-codes": "^2.3.0",
7272
"i18next": "^25.6.0",
7373
"i18next-http-backend": "^3.0.2",

src/command-pallette/CommandPalletteUI/CommandPaletteSearchBar.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.command-palette-search-bar {
2-
width: var(--_ui5-v2-15-1_input_width) !important;
2+
width: var(--_ui5-v2-18-0_input_width) !important;
33
}
44

55
.ui5-shellbar-mid-content {

src/command-pallette/CommandPalletteUI/CommandPaletteUI.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.command-palette-ui {
22
position: absolute;
3-
top: calc(var(--_ui5-v2-15-1_shellbar_root_height) + 0.5rem);
3+
top: calc(var(--_ui5-v2-18-0_shellbar_root_height) + 0.5rem);
44
width: 100%;
55
height: 100%;
66

@@ -15,7 +15,7 @@
1515
width: 60vw;
1616
max-width: 700px;
1717
position: absolute;
18-
top: calc(var(--_ui5-v2-15-1_shellbar_root_height) * -1);
18+
top: calc(var(--_ui5-v2-18-0_shellbar_root_height) * -1);
1919
opacity: 0%; //prevent visually jumping
2020
@media (min-width: 1040px) {
2121
opacity: 100%;

src/components/App/ContentWrapper/ContentWrapper.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
:root {
2-
--solidBg: var(--_ui5-v2-15-1_fcl_solid_bg);
2+
--solidBg: var(--_ui5-v2-18-0_fcl_solid_bg);
33
}
44

55
#content-wrap {

src/components/Clusters/components/AddClusterWizard.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
}
4242

4343
ui5-wizard::part(step-content) {
44-
--_ui5-v2-15-1_wiz_content_item_wrapper_padding: 0;
45-
--_ui5-v2-15-1_wiz_content_item_wrapper_bg: transparent;
44+
--_ui5-v2-18-0_wiz_content_item_wrapper_padding: 0;
45+
--_ui5-v2-18-0_wiz_content_item_wrapper_bg: transparent;
4646
}
4747

4848
ui5-wizard {

src/components/KymaCompanion/components/Chat/Input/QueryInput.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
.query-input-container {
88
position: relative;
9-
--_ui5-v2-15-1_textarea_padding_top: 8px !important;
10-
--_ui5-v2-15-1_textarea_padding_bottom: 8px !important;
9+
--_ui5-v2-18-0_textarea_padding_top: 8px !important;
10+
--_ui5-v2-18-0_textarea_padding_bottom: 8px !important;
1111

1212
#query-input:focus::part(textarea) {
1313
box-shadow: 0px 1px 4px var(--sapLinkColor);

src/resources/Namespaces/YamlUpload/ResourceValidationResult.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ const ValidationWarnings = ({
9191
state="Critical"
9292
className="sap-margin-end-small"
9393
style={{
94-
marginLeft: '-0.3125rem', //set icon in one line with expand arrow. The value from class `--_ui5-v2-15-1_panel_content_padding` is divided by 2
94+
marginLeft: '-0.3125rem', //set icon in one line with expand arrow. The value from class `--_ui5-v2-18-0_panel_content_padding` is divided by 2
9595
}}
9696
/>
9797
<ValidationWarning

src/sidebar/Sidebar.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
:root {
2-
--sidebar-padding: var(--_ui5-v2-15-1_side_navigation_padding);
3-
--sidebar-width: var(--_ui5-v2-15-1_side_navigation_width);
2+
--sidebar-padding: var(--_ui5-v2-18-0_side_navigation_padding);
3+
--sidebar-width: var(--_ui5-v2-18-0_side_navigation_width);
44
}
55

66
.ui5-content-density-compact {
7-
--_ui5-v2-15-1_side_navigation_padding: 0.2rem 0.7rem 0.75rem 0.75rem !important;
7+
--_ui5-v2-18-0_side_navigation_padding: 0.2rem 0.7rem 0.75rem 0.75rem !important;
88
}
99

1010
.sidebar__content {

src/sidebar/SidebarNavigation.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export function SidebarNavigation() {
8686
onSelectionChange={(e) => e.preventDefault()}
8787
style={{
8888
width: isSidebarCondensed
89-
? 'var(--_ui5-v2-15-1_side_navigation_collapsed_width)'
89+
? 'var(--_ui5-v2-18-0_side_navigation_collapsed_width)'
9090
: '',
9191
}}
9292
ref={sidebarRef}

0 commit comments

Comments
 (0)