@entur/layout 2.1.12-beta.0 → 2.1.12-beta.3

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.
Files changed (2) hide show
  1. package/dist/styles.css +1 -1
  2. package/package.json +5 -7
package/dist/styles.css CHANGED
@@ -216,7 +216,7 @@
216
216
  }
217
217
  .eds-tag--compact {
218
218
  font-size: 0.75rem;
219
- padding: 0.125rem 0.5rem;
219
+ padding: Calc(0.25rem / 2) 0.5rem;
220
220
  line-height: 1.25rem;
221
221
  height: 1.5rem;
222
222
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/layout",
3
- "version": "2.1.12-beta.0",
3
+ "version": "2.1.12-beta.3",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/layout.esm.js",
@@ -19,8 +19,6 @@
19
19
  "scripts": {
20
20
  "start": "yarn run dts watch --noClean",
21
21
  "build": "yarn run dts build",
22
- "prepack": "yarn run build",
23
- "prepublish": "yarn run test && yarn run lint",
24
22
  "test": "yarn run dts test --env=jsdom",
25
23
  "lint": "yarn run dts lint"
26
24
  },
@@ -29,15 +27,15 @@
29
27
  "react-dom": ">=16.8.0"
30
28
  },
31
29
  "dependencies": {
32
- "@entur/typography": "^1.7.1-beta.0",
33
- "@entur/utils": "^0.4.6-beta.0",
30
+ "@entur/typography": "^1.7.1-beta.3",
31
+ "@entur/utils": "^0.4.6-beta.2",
34
32
  "classnames": "^2.3.1"
35
33
  },
36
34
  "devDependencies": {
37
- "@entur/tokens": "^3.4.2-beta.0",
35
+ "@entur/tokens": "^3.4.2-beta.2",
38
36
  "dts-cli": "^1.1.6",
39
37
  "jest-watch-typeahead": "^2.2.0",
40
38
  "ts-jest": "^27.0.0"
41
39
  },
42
- "gitHead": "d66113fbe7eee544fb34f82211406b8ed95837a1"
40
+ "gitHead": "89c8eee86c247794134c34484a205e0f7f65d0a5"
43
41
  }