@amboss/design-system 1.6.1 → 1.7.0

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.
@@ -6,6 +6,7 @@ declare type Variables = {
6
6
  "whiteTransparent02": string;
7
7
  "whiteTransparent03": string;
8
8
  "black": string;
9
+ "blackTransparent02": string;
9
10
  };
10
11
  "green": {
11
12
  "regular": string;
@@ -218,6 +219,9 @@ declare type Variables = {
218
219
  "dropdownMenu": {
219
220
  "width": string;
220
221
  };
222
+ "modal": {
223
+ "width": string;
224
+ };
221
225
  "mediaViewerBar": {
222
226
  "separator": {
223
227
  "width": string;
@@ -364,6 +368,7 @@ declare type AmbossTheme = {
364
368
  "layer_2": string;
365
369
  "layer_3": string;
366
370
  "layer_4": string;
371
+ "backdrop": string;
367
372
  "button": {
368
373
  "primary": {
369
374
  "base": string;