diff --git a/core/package-lock.json b/core/package-lock.json index fbbae7d399..8084a94781 100644 --- a/core/package-lock.json +++ b/core/package-lock.json @@ -977,9 +977,9 @@ "dev": true }, "@sap-theming/theming-base-content": { - "version": "11.1.24", - "resolved": "https://registry.npmjs.org/@sap-theming/theming-base-content/-/theming-base-content-11.1.24.tgz", - "integrity": "sha512-m0p73DcsUHYrbY1PucPvyePUKPhhO0L+GlASZA6bODXb7Ovtq8weSuQM33Q82vrp4V3tRlU6I+Z6CvVLcdTm5A==", + "version": "11.1.28", + "resolved": "https://registry.npmjs.org/@sap-theming/theming-base-content/-/theming-base-content-11.1.28.tgz", + "integrity": "sha512-ND8WW7ZNkeFx+Hsd50MkpgF8tusyPpXsFkwup30AF0RooAGLAKdQLlzzXg+P1nR9RSd2mf72pJpvg0GDgSCizQ==", "dev": true }, "@sinonjs/commons": { @@ -4519,9 +4519,9 @@ "dev": true }, "fundamental-styles": { - "version": "0.14.0", - "resolved": "https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.14.0.tgz", - "integrity": "sha512-gPMmQmU6zuDxNbWFYimVlP9CNtFoD3brbAAfRreGeQl2sI+ApseuoDsNIUW3Ycdt+KXc+jXO9TiHP4ELGyvy8A==", + "version": "0.17.0", + "resolved": "https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.17.0.tgz", + "integrity": "sha512-jY8Ymi1GAU5Rk/bqf/gFd0cSIvPd0A2la4zVAvp5rOFlzoNW3E0WSVhLFmF5JNUWvhunCLvrHJ7l3LNydCyDWg==", "dev": true }, "gauge": { diff --git a/core/package.json b/core/package.json index ba30defe62..7106786003 100644 --- a/core/package.json +++ b/core/package.json @@ -10,7 +10,7 @@ "@babel/polyfill": "^7.6.0", "@babel/preset-env": "^7.6.2", "@babel/register": "^7.6.2", - "@sap-theming/theming-base-content": "~11.1.24", + "@sap-theming/theming-base-content": "~11.1.28", "@webcomponents/webcomponentsjs": "^2.3.0", "acorn": "^6.4.1", "axios": ">=0.21.1", @@ -24,7 +24,7 @@ "esm": "^3.2.25", "file-loader": "^2.0.0", "fs-extra": "9.0.0", - "fundamental-styles": "^0.14.0", + "fundamental-styles": "^0.17.0", "jsdom": "15.0.0", "jsdom-global": "3.0.2", "live-server": "^1.2.1", @@ -77,7 +77,7 @@ }, { "path": "./public/luigi.css", - "maxSize": "529 kB", + "maxSize": "565 kB", "compression": "none" }, { @@ -87,7 +87,7 @@ }, { "path": "./public-ie11/luigi-ie11.css", - "maxSize": "550 kB", + "maxSize": "565 kB", "compression": "none" } ], diff --git a/core/src/App.html b/core/src/App.html index e6e134feab..490253f4ef 100644 --- a/core/src/App.html +++ b/core/src/App.html @@ -1887,7 +1887,7 @@ //Add z-index for dialogs :global(.fd-dialog, .fd-message-box) { - z-index: 1000; + z-index: $zindex-dialog-box; } :global(.fd-dialog__content--mobile), diff --git a/core/src/Modal.html b/core/src/Modal.html index 55c5bca523..b234cd38f2 100644 --- a/core/src/Modal.html +++ b/core/src/Modal.html @@ -6,6 +6,9 @@