@scania/tegel 1.32.2-multibrand-beta.3 → 1.32.2-multibrand-beta.4

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.
@@ -5150,9 +5150,11 @@ html {
5150
5150
  --tds-background-image-scania-symbol-svg: url(https://cdn.digitaldesign.scania.com/logotype/1.0.0/scania_symbol/scania-symbol.svg);
5151
5151
  --tds-background-image-scania-logotype-png: url(https://cdn.digitaldesign.scania.com/logotype/1.0.0/scania_logotype/scania-logotype.png);
5152
5152
  --tds-background-image-scania-logotype-svg: url(https://cdn.digitaldesign.scania.com/logotype/1.0.0/scania_logotype/scania-logotype.svg);
5153
- --tds-background-image-scania-wordmark-white-svg-local: url("./assets/logos/scania-wordmark-white.svg");
5154
- --tds-background-image-scania-symbol-svg-local: url("./assets/logos/scania-symbol.svg");
5155
- --tds-background-image-scania-symbol-png-local: url("./assets/logos/scania-symbol.png");
5153
+ /*
5154
+ --tds-background-image-scania-wordmark-white-svg-local: url('./assets/logos/scania-wordmark-white.svg');
5155
+ --tds-background-image-scania-symbol-svg-local: url('./assets/logos/scania-symbol.svg');
5156
+ --tds-background-image-scania-symbol-png-local: url('./assets/logos/scania-symbol.png');
5157
+ */
5156
5158
  }
5157
5159
 
5158
5160
  /** The breakpoint at which the layout changes from fixed size to full-width. */
@@ -12489,9 +12491,11 @@ html {
12489
12491
  --tds-background-image-scania-symbol-svg: url(https://cdn.digitaldesign.scania.com/logotype/1.0.0/scania_symbol/scania-symbol.svg);
12490
12492
  --tds-background-image-scania-logotype-png: url(https://cdn.digitaldesign.scania.com/logotype/1.0.0/scania_logotype/scania-logotype.png);
12491
12493
  --tds-background-image-scania-logotype-svg: url(https://cdn.digitaldesign.scania.com/logotype/1.0.0/scania_logotype/scania-logotype.svg);
12492
- --tds-background-image-scania-wordmark-white-svg-local: url("./assets/logos/scania-wordmark-white.svg");
12493
- --tds-background-image-scania-symbol-svg-local: url("./assets/logos/scania-symbol.svg");
12494
- --tds-background-image-scania-symbol-png-local: url("./assets/logos/scania-symbol.png");
12494
+ /*
12495
+ --tds-background-image-scania-wordmark-white-svg-local: url('./assets/logos/scania-wordmark-white.svg');
12496
+ --tds-background-image-scania-symbol-svg-local: url('./assets/logos/scania-symbol.svg');
12497
+ --tds-background-image-scania-symbol-png-local: url('./assets/logos/scania-symbol.png');
12498
+ */
12495
12499
  }
12496
12500
 
12497
12501
  /** The breakpoint at which the layout changes from fixed size to full-width. */
@@ -1,6 +1,6 @@
1
1
  import { p as proxyCustomElement, H, h, c as Host } from './p-28ef5186.js';
2
2
  import { i as inheritAttributes } from './p-3fe9cbbf.js';
3
- import { d as defineCustomElement$1 } from './p-daab641c.js';
3
+ import { d as defineCustomElement$1 } from './p-e8834dcb.js';
4
4
 
5
5
  const tooltipCss = ".sc-tds-tooltip-h{position:absolute}.tds-tooltip.sc-tds-tooltip{box-sizing:border-box;font:var(--tds-detail-05);letter-spacing:var(--tds-detail-05-ls);color:var(--tds-tooltip-color);background-color:var(--tds-tooltip-background);border-radius:4px;padding:8px;word-wrap:break-word;white-space:normal;max-width:192px;z-index:900;opacity:0;visibility:hidden;transition:opacity 200ms ease-in, visibility 200ms ease-in}.tds-tooltip.sc-tds-tooltip *.sc-tds-tooltip{box-sizing:border-box}.tds-tooltip.tds-tooltip-top-left.sc-tds-tooltip{border-radius:0 4px 4px}.tds-tooltip.tds-tooltip-top-right.sc-tds-tooltip{border-radius:4px 0 4px 4px}.tds-tooltip.tds-tooltip-bottom-right.sc-tds-tooltip{border-radius:4px 4px 0}.tds-tooltip.tds-tooltip-bottom-left.sc-tds-tooltip{border-radius:4px 4px 4px 0}.tds-tooltip-show.sc-tds-tooltip{opacity:1;visibility:visible}";
6
6
  const TdsTooltipStyle0 = tooltipCss;
@@ -1,6 +1,6 @@
1
1
  import { p as proxyCustomElement, H, h, c as Host } from './p-28ef5186.js';
2
2
  import { i as inheritAttributes } from './p-3fe9cbbf.js';
3
- import { d as defineCustomElement$1 } from './p-daab641c.js';
3
+ import { d as defineCustomElement$1 } from './p-e8834dcb.js';
4
4
 
5
5
  const popoverCanvasCss = ".tds-popover-canvas.sc-tds-popover-canvas{box-sizing:border-box;display:inline-block;color:var(--tds-popover-canvas-color);background-color:var(--tds-popover-canvas-background);box-shadow:0 3px 3px rgba(0, 0, 0, 0.15), 0 -1px 1px rgba(0, 0, 0, 0.1);border-radius:4px;z-index:900}.tds-popover-canvas.sc-tds-popover-canvas *.sc-tds-popover-canvas{box-sizing:border-box}";
6
6
  const TdsPopoverCanvasStyle0 = popoverCanvasCss;