blip-ds 1.232.0 → 1.233.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.
@@ -26,6 +26,10 @@ export class BdsIllustration {
26
26
  const fullName = `asset-illustration-logo-integration-${name}`;
27
27
  return fullName;
28
28
  }
29
+ else if (type === 'brand') {
30
+ const fullName = `asset-illustration-brand-${name}`;
31
+ return fullName;
32
+ }
29
33
  };
30
34
  /**Function to transform the svg in a div element. */
31
35
  this.formatSvg = (svgContent) => {
@@ -79,7 +83,7 @@ export class BdsIllustration {
79
83
  "mutable": false,
80
84
  "complexType": {
81
85
  "original": "IllustrationType",
82
- "resolved": "\"blip-outline\" | \"blip-solid\" | \"default\" | \"logo-integration\" | \"screens\"",
86
+ "resolved": "\"blip-outline\" | \"blip-solid\" | \"brand\" | \"default\" | \"logo-integration\" | \"screens\"",
83
87
  "references": {
84
88
  "IllustrationType": {
85
89
  "location": "import",