mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
## Summary This PR started out as an attempt to resolve https://github.com/elastic/kibana/issues/166559; which it does, the appropriate colours for the message prompt displayed when an edit attempt on read only content is made in the code editor for both dark and light mode are now set; ### Light mode <img width="412" alt="Screenshot 2023-11-22 at 11 30 17" src=" |
||
---|---|---|
.. | ||
src | ||
BUILD.bazel | ||
index.ts | ||
kibana.jsonc | ||
package.json | ||
README.mdx | ||
tsconfig.json | ||
webpack.config.js |
--- id: kibDevDocsOpsUiSharedDepsSrc slug: /kibana-dev-docs/ops/ui-shared-deps-src title: "@kbn/ui-shared-deps-src" description: A package to share single instances of internal packages across bundles date: 2022-05-24 tags: ['kibana', 'dev', 'contributor', 'operations', 'ui', 'shared', 'deps', 'src'] --- This is a package of shared dependencies that must only have a single instance and are internal to the Kibana repository. To consume them, import the package and merge the `externals` export into your webpack externals config so that all references to the supported modules will be remapped to use the global versions.