@justeattakeaway/pie-css 0.9.0 → 0.10.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.
package/dist/index.css CHANGED
@@ -1115,6 +1115,7 @@ html {
1115
1115
  /* The z-index priority order of different components.
1116
1116
  The values start at a high and specific number to avoid any conflicts */
1117
1117
  :root {
1118
+ --dt-z-index-base: 1;
1118
1119
  --dt-z-index-dropdown: 1000;
1119
1120
  --dt-z-index-fab: 1000;
1120
1121
  --dt-z-index-tooltip: 2000;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@justeattakeaway/pie-css",
3
- "version": "0.9.0",
3
+ "version": "0.10.0",
4
4
  "description": "A styling library that provides both a shared collection of ready to use CSS styles to be used across JET web front-ends, and SCSS-based style helpers for our PIE Web Component library.",
5
5
  "author": "Just Eat Takeaway.com - Design System Team",
6
6
  "files": [
@@ -27,8 +27,8 @@
27
27
  "repository": "https://github.com/justeattakeaway/pie.git",
28
28
  "license": "Apache-2.0",
29
29
  "devDependencies": {
30
- "@types/postcss-import": "14.0.2",
31
- "postcss": "8.4.31",
30
+ "@types/postcss-import": "14.0.3",
31
+ "postcss": "8.4.32",
32
32
  "postcss-import": "15.1.0",
33
33
  "w3c-css-validator": "1.3.1"
34
34
  }
@@ -27,7 +27,8 @@
27
27
  // This currently calls the `to-px` function, but is built on top of it should we want to
28
28
  // support other units (such as ems/rems) in the future.
29
29
  // -
30
- // @param {String} $token - The CSS variable name (including the `--` prefix) to be used for the font size calculation.
30
+ // @param {String} $token - The CSS variable name (including the `--` prefix) to be used for the font size
31
+ // calculation.
31
32
  // -
32
33
  // @example
33
34
  // .my-class {
@@ -51,7 +52,8 @@
51
52
  // This currently calls the `to-px` function, but is built on top of it should we want to
52
53
  // switch to using different units (such as unitless line heights) in the future.
53
54
  // -
54
- // @param {String} $token - The CSS variable name (including the `--` prefix) to be used for the font size calculation.
55
+ // @param {String} $token - The CSS variable name (including the `--` prefix) to be used for the font size
56
+ // calculation.
55
57
  // -
56
58
  // @example
57
59
  // .my-class {