kibana/x-pack/plugins/apm/kibana.json
Nathan L Smith 1545c6618e
Use EUI variables in favor of APM style variables (#104016)
Remove many of the variables in style/variables and replace them with EUI theme equivalents.

* Remove all the `units.x` (double, triple, etc.) variables. They were used in few places.
* Remove `px(x)` and just use `${x}px`. Many of its uses were not necessary.
* Remove `pct(x)`; it was only used in one place.
* Allow `truncate` to take a string or number and use `px` when given a number.
* Move the remaining helpers (`unit` and `truncate`) to `utils/style`.
* Some very contrived unit-based constants (`${px(units.unit + units.half + units.quarter)}`) replaced with hard-coded pixel values (`28px`).
* Move shared/charts/Legend to shared/charts/Timeline/legend since that's the only place it's used.
* Import organization and file renaming according to conventions.
* Rename `WaterfallWithSummmary` to `WaterfallWithSummary`.
* Remove unused `HttpContext` component from span flyout directory.
* Clean up some Storybook path names

There should be no visible style changes anywhere in the app; it's all refactoring.

Fixes #90930.
2021-07-01 15:25:33 -05:00

40 lines
628 B
JSON

{
"id": "apm",
"version": "8.0.0",
"kibanaVersion": "kibana",
"requiredPlugins": [
"features",
"apmOss",
"data",
"licensing",
"triggersActionsUi",
"embeddable",
"infra",
"observability",
"ruleRegistry"
],
"optionalPlugins": [
"spaces",
"cloud",
"usageCollection",
"taskManager",
"actions",
"alerting",
"security",
"ml",
"home",
"maps",
"fleet"
],
"server": true,
"ui": true,
"configPath": ["xpack", "apm"],
"requiredBundles": [
"home",
"kibanaReact",
"kibanaUtils",
"maps",
"ml",
"observability"
]
}