@leanix/components 0.4.216 → 0.4.218

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.
@@ -4,6 +4,7 @@ export declare const BANNER_TYPE: {
4
4
  readonly INFO: "info";
5
5
  readonly WARNING: "warning";
6
6
  readonly DANGER: "danger";
7
+ readonly GRAY: "gray";
7
8
  };
8
9
  export type BannerTypes = ObjectValues<typeof BANNER_TYPE>;
9
10
  export declare const BANNER_SIZE: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leanix/components",
3
- "version": "0.4.216",
3
+ "version": "0.4.218",
4
4
  "license": "Apache-2.0",
5
5
  "author": "LeanIX GmbH",
6
6
  "repository": {