@baloise/ds-styles 0.0.5 → 0.0.6

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.
@@ -27,4 +27,4 @@
27
27
  --bal-space-xxxxx-large-tablet: var(--bal-space-xxxxx-large);
28
28
  --bal-space-xxxxx-large-desktop: var(--bal-space-xxxxx-large);
29
29
  }
30
- /*# sourceMappingURL=/themes/compact.css.map */
30
+ /*# sourceMappingURL=themes/compact.css.map */
@@ -13109,4 +13109,4 @@
13109
13109
  margin-bottom: var(--bal-space-xx-small);
13110
13110
  }
13111
13111
  }
13112
- /*# sourceMappingURL=/utilities/all.css.map */
13112
+ /*# sourceMappingURL=utilities/all.css.map */
@@ -1457,4 +1457,4 @@
1457
1457
  .bg-transparent {
1458
1458
  background: transparent !important;
1459
1459
  }
1460
- /*# sourceMappingURL=/utilities/background.css.map */
1460
+ /*# sourceMappingURL=utilities/background.css.map */
@@ -4694,4 +4694,4 @@
4694
4694
  border-left-width: 0 !important;
4695
4695
  }
4696
4696
  }
4697
- /*# sourceMappingURL=/utilities/border.css.map */
4697
+ /*# sourceMappingURL=utilities/border.css.map */
@@ -314,4 +314,4 @@
314
314
  text-shadow: var(--bal-text-shadow-normal) !important;
315
315
  }
316
316
  }
317
- /*# sourceMappingURL=/utilities/elevation.css.map */
317
+ /*# sourceMappingURL=utilities/elevation.css.map */
@@ -966,4 +966,4 @@
966
966
  column-gap: var(--bal-space-xxxx-large-desktop) !important;
967
967
  }
968
968
  }
969
- /*# sourceMappingURL=/utilities/flex.css.map */
969
+ /*# sourceMappingURL=utilities/flex.css.map */
@@ -1206,4 +1206,4 @@
1206
1206
  display: flex;
1207
1207
  }
1208
1208
  }
1209
- /*# sourceMappingURL=/utilities/grid.css.map */
1209
+ /*# sourceMappingURL=utilities/grid.css.map */
@@ -41,4 +41,4 @@
41
41
  .cursor-not-allowed {
42
42
  cursor: not-allowed !important;
43
43
  }
44
- /*# sourceMappingURL=/utilities/interaction.css.map */
44
+ /*# sourceMappingURL=utilities/interaction.css.map */
@@ -1052,4 +1052,4 @@
1052
1052
  white-space: nowrap !important;
1053
1053
  width: 0.01em !important;
1054
1054
  }
1055
- /*# sourceMappingURL=/utilities/layout.css.map */
1055
+ /*# sourceMappingURL=utilities/layout.css.map */
@@ -1928,4 +1928,4 @@
1928
1928
  max-width: fit-content !important;
1929
1929
  }
1930
1930
  }
1931
- /*# sourceMappingURL=/utilities/sizing.css.map */
1931
+ /*# sourceMappingURL=utilities/sizing.css.map */
@@ -1878,4 +1878,4 @@
1878
1878
  padding-left: var(--bal-space-xxxx-large-desktop) !important;
1879
1879
  }
1880
1880
  }
1881
- /*# sourceMappingURL=/utilities/spacing.css.map */
1881
+ /*# sourceMappingURL=utilities/spacing.css.map */
@@ -760,4 +760,4 @@
760
760
  margin-bottom: var(--bal-space-xx-small);
761
761
  }
762
762
  }
763
- /*# sourceMappingURL=/utilities/typography.css.map */
763
+ /*# sourceMappingURL=utilities/typography.css.map */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@baloise/ds-styles",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -23,8 +23,8 @@
23
23
  "src/"
24
24
  ],
25
25
  "dependencies": {
26
- "@baloise/ds-fonts": "0.0.5",
27
- "@baloise/ds-tokens": "0.0.5",
26
+ "@baloise/ds-fonts": "0.0.6",
27
+ "@baloise/ds-tokens": "0.0.6",
28
28
  "@phenomnomnominal/tsquery": "6.1.3",
29
29
  "cheerio": "1.0.0-rc.12",
30
30
  "glob": "10.3.10",