@scania/tegel 1.32.1 → 1.32.2

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.
@@ -1910,7 +1910,9 @@ html {
1910
1910
  --tds-grey-958: #0b0c0f;
1911
1911
  --tds-grey-950: #0b0c0f;
1912
1912
  --tds-grey-900: #15181d;
1913
+ --tds-grey-868: #242a33;
1913
1914
  --tds-grey-850: #1c222b;
1915
+ --tds-grey-846: #2b323d;
1914
1916
  --tds-grey-800: #242c37;
1915
1917
  --tds-grey-750: #2d3643;
1916
1918
  --tds-grey-700: #3a4554;
@@ -2029,10 +2031,18 @@ html {
2029
2031
  background-color: #15181d;
2030
2032
  }
2031
2033
 
2034
+ .tds-background-grey-868 {
2035
+ background-color: #242a33;
2036
+ }
2037
+
2032
2038
  .tds-background-grey-850 {
2033
2039
  background-color: #1c222b;
2034
2040
  }
2035
2041
 
2042
+ .tds-background-grey-846 {
2043
+ background-color: #2b323d;
2044
+ }
2045
+
2036
2046
  .tds-background-grey-800 {
2037
2047
  background-color: #242c37;
2038
2048
  }
@@ -2341,10 +2351,18 @@ html {
2341
2351
  color: #15181d;
2342
2352
  }
2343
2353
 
2354
+ .tds-text-grey-868 {
2355
+ color: #242a33;
2356
+ }
2357
+
2344
2358
  .tds-text-grey-850 {
2345
2359
  color: #1c222b;
2346
2360
  }
2347
2361
 
2362
+ .tds-text-grey-846 {
2363
+ color: #2b323d;
2364
+ }
2365
+
2348
2366
  .tds-text-grey-800 {
2349
2367
  color: #242c37;
2350
2368
  }
@@ -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-1492c7fc.js';
3
+ import { d as defineCustomElement$1 } from './p-4d17e653.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;