@dbcdk/react-components 0.0.126 → 0.0.127

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.
@@ -1,6 +1,6 @@
1
1
  import type { JSX } from 'react';
2
2
  import type { Severity } from '../../constants/severity.types';
3
- type Environment = 'production' | 'staging' | 'test';
3
+ export type Environment = 'production' | 'staging' | 'test';
4
4
  export type EnvironmentBannerProps = {
5
5
  environment: Environment;
6
6
  customLabel?: never;
@@ -11,4 +11,3 @@ export type EnvironmentBannerProps = {
11
11
  customSeverity: Severity;
12
12
  };
13
13
  export declare function EnvironmentBanner(props: EnvironmentBannerProps): JSX.Element;
14
- export {};
@@ -148,6 +148,10 @@
148
148
  overflow: visible;
149
149
  }
150
150
 
151
+ .vertical .content {
152
+ padding: var(--spacing-lg) var(--spacing-md);
153
+ }
154
+
151
155
  .footer {
152
156
  min-width: 0;
153
157
  background: var(--color-bg-surface-subtle);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dbcdk/react-components",
3
- "version": "0.0.126",
3
+ "version": "0.0.127",
4
4
  "description": "Reusable React components for DBC projects",
5
5
  "license": "ISC",
6
6
  "author": "",