@amboss/design-system 1.5.21 → 1.6.1

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.
@@ -264,6 +264,7 @@ declare type Variables = {
264
264
  };
265
265
  "spacing": {
266
266
  "zero": string;
267
+ "xxxs": string;
267
268
  "xxs": string;
268
269
  "xs": string;
269
270
  "s": string;
@@ -316,6 +317,9 @@ declare type Variables = {
316
317
  "button": {
317
318
  "m": string;
318
319
  };
320
+ "callout": {
321
+ "s": string;
322
+ };
319
323
  "link": {
320
324
  "xs": string;
321
325
  "s": string;
@@ -380,6 +384,12 @@ declare type AmbossTheme = {
380
384
  "disabled": string;
381
385
  };
382
386
  };
387
+ "callout": {
388
+ "warning": string;
389
+ "success": string;
390
+ "info": string;
391
+ "error": string;
392
+ };
383
393
  "input": {
384
394
  "default": string;
385
395
  };
@@ -429,6 +439,12 @@ declare type AmbossTheme = {
429
439
  };
430
440
  };
431
441
  "icon": {
442
+ "callout": {
443
+ "warning": string;
444
+ "success": string;
445
+ "info": string;
446
+ "error": string;
447
+ };
432
448
  "checkbox": {
433
449
  "default": string;
434
450
  };
@@ -449,6 +465,12 @@ declare type AmbossTheme = {
449
465
  "error": string;
450
466
  "warning": string;
451
467
  "placeholder": string;
468
+ "callout": {
469
+ "warning": string;
470
+ "success": string;
471
+ "info": string;
472
+ "error": string;
473
+ };
452
474
  "link": {
453
475
  "primary": string;
454
476
  "secondary": string;