@axos-web-dev/shared-components 0.0.39 → 0.0.40

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.
@@ -266,6 +266,9 @@ th .flex.middle.center {
266
266
  ._1nivbwew {
267
267
  min-width: 650px;
268
268
  }
269
+ th .flex.middle.center {
270
+ overflow-wrap: normal;
271
+ }
269
272
  }
270
273
  @media screen and (max-width: 327px) {
271
274
  ._1nivbwe0 {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@axos-web-dev/shared-components",
3
3
  "description": "Axos shared components library for web.",
4
- "version": "0.0.39",
4
+ "version": "0.0.40",
5
5
  "type": "module",
6
6
  "module": "dist/main.js",
7
7
  "types": "dist/main.d.ts",