@crowdstrike/glide-core 0.9.5 → 0.9.6

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.
@@ -120,7 +120,7 @@ import{css}from"lit";import focusOutline from"./styles/focus-outline.js";import
120
120
  inline-size: max-content;
121
121
  inset-block-start: 50%;
122
122
  max-inline-size: 11.25rem;
123
- overflow-wrap: break-word;
123
+ overflow-wrap: anywhere;
124
124
  padding: var(--glide-core-spacing-xs) var(--glide-core-spacing-sm);
125
125
  }
126
126
  `];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crowdstrike/glide-core",
3
- "version": "0.9.5",
3
+ "version": "0.9.6",
4
4
  "description": "CrowdStrike's Glide Design System components package for providing web components",
5
5
  "author": "CrowdStrike UX Team",
6
6
  "license": "Apache-2.0",