@danske/sapphire-css 26.6.0 → 26.6.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.
@@ -12,6 +12,7 @@
12
12
  box-shadow: var(--sapphire-tooltip-shadow);
13
13
  max-width: var(--sapphire-tooltip-size-width-max);
14
14
  border-radius: var(--sapphire-tooltip-size-radius);
15
+ overflow-wrap: break-word;
15
16
  overflow: hidden;
16
17
  /* if implemented as focusable, we don't want the outline because this is not
17
18
  * an an interactive element in itself */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@danske/sapphire-css",
3
- "version": "26.6.0",
3
+ "version": "26.6.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,
@@ -33,7 +33,7 @@
33
33
  "test:findUnusedTokens": "stylelint components/**/*.module.css",
34
34
  "watch:types": "yarn run types -- -w",
35
35
  "storybook": "cross-env NODE_OPTIONS=--openssl-legacy-provider start-storybook -p 6007",
36
- "build:storybook": "build-storybook --docs -o dist",
36
+ "build:storybook": "cross-env NODE_OPTIONS=--openssl-legacy-provider build-storybook --docs -o dist",
37
37
  "build:types": "tcm -p /**/*.module.css",
38
38
  "build:themes": "yarn build:themes:esm && yarn build:themes:cjs",
39
39
  "build:themes:esm": "tsc --module ES2020 --outDir build/themes/esm && tsc --module ES2020 --outDir themes",
@@ -68,5 +68,5 @@
68
68
  "dependencies": {
69
69
  "@danske/sapphire-design-tokens": "^36.1.0"
70
70
  },
71
- "gitHead": "b19a39c7159ac2ae91ddc8a94cdf8cfac71aa0f0"
71
+ "gitHead": "18d399194b252d505e09222e08996991f1a9d68a"
72
72
  }