@danske/sapphire-css 39.0.0 → 39.0.1

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.
@@ -259,6 +259,7 @@
259
259
  .sapphire-table__selectionCell {
260
260
  line-height: 0;
261
261
  width: var(--sapphire-global-size-generic-50);
262
+ box-sizing: content-box;
262
263
  }
263
264
 
264
265
  .sapphire-table__cell-wrapper .sapphire-table__selectionCell {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@danske/sapphire-css",
3
- "version": "39.0.0",
3
+ "version": "39.0.1",
4
4
  "description": "CSS implementation of the Sapphire Design System from Danske Bank A/S",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "sideEffects": false,
@@ -45,7 +45,7 @@
45
45
  "@babel/preset-env": "^7.20.2",
46
46
  "@babel/preset-react": "^7.18.6",
47
47
  "@babel/preset-typescript": "^7.18.6",
48
- "@danske/sapphire-icons": "^2.3.0",
48
+ "@danske/sapphire-icons": "^2.4.0",
49
49
  "@danske/sapphire-react": "^4.3.0",
50
50
  "@mdx-js/react": "^1.6.22",
51
51
  "@storybook/addon-essentials": "^6.5.13",
@@ -69,5 +69,5 @@
69
69
  "dependencies": {
70
70
  "@danske/sapphire-design-tokens": "^41.5.0"
71
71
  },
72
- "gitHead": "f2079a7e0cd3e3c50c5b75c0aa545f8beee78d3c"
72
+ "gitHead": "f00bdba843f4fd78fe08ad19075e35f11d6ed695"
73
73
  }