@amboss/design-system 1.5.21 → 1.6.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.
@@ -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;
@@ -380,6 +381,12 @@ declare type AmbossTheme = {
380
381
  "disabled": string;
381
382
  };
382
383
  };
384
+ "callout": {
385
+ "warning": string;
386
+ "success": string;
387
+ "info": string;
388
+ "error": string;
389
+ };
383
390
  "input": {
384
391
  "default": string;
385
392
  };
@@ -429,6 +436,12 @@ declare type AmbossTheme = {
429
436
  };
430
437
  };
431
438
  "icon": {
439
+ "callout": {
440
+ "warning": string;
441
+ "success": string;
442
+ "info": string;
443
+ "error": string;
444
+ };
432
445
  "checkbox": {
433
446
  "default": string;
434
447
  };
@@ -449,6 +462,12 @@ declare type AmbossTheme = {
449
462
  "error": string;
450
463
  "warning": string;
451
464
  "placeholder": string;
465
+ "callout": {
466
+ "warning": string;
467
+ "success": string;
468
+ "info": string;
469
+ "error": string;
470
+ };
452
471
  "link": {
453
472
  "primary": string;
454
473
  "secondary": string;