@stackoverflow/stacks 3.0.0-beta.16 → 3.0.0-beta.17

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.
@@ -179,6 +179,7 @@
179
179
  // Borrowed from Wordpress
180
180
  // https://make.wordpress.org/accessibility/2015/02/09/hiding-text-for-screen-readers-with-wordpress-core/
181
181
  border: 0;
182
+ /* stylelint-disable-next-line property-no-deprecated -- clip is kept for older browser compatibility alongside clip-path */
182
183
  clip: rect(var(--su-static1), var(--su-static1), var(--su-static1), var(--su-static1)); // rect(1px, 1px, 1px, 1px)
183
184
  clip-path: inset(50%);
184
185
  height: var(--su-static1);
@@ -248,6 +248,7 @@
248
248
  &--radio { // This lives alongside a .s-btn element. These styles are the equivelent of `.v-visible-sr`
249
249
  border: 0;
250
250
  clip-path: inset(50%);
251
+ /* stylelint-disable-next-line property-no-deprecated -- clip is kept for older browser compatibility alongside clip-path */
251
252
  clip: rect(var(--su-static1), var(--su-static1), var(--su-static1), var(--su-static1)); // rect(1px, 1px, 1px, 1px)
252
253
  height: var(--su-static1);
253
254
  margin: var(--sun1);
@@ -171,7 +171,7 @@
171
171
  //Add spacing between multiple notice actions
172
172
  gap: calc(var(--su24) - var(--su2)); //22px
173
173
  //Fix css issue caused by svelte-sonner-toast in the NoticeAction svelte component
174
- word-wrap: initial !important;
174
+ overflow-wrap: initial !important;
175
175
  }
176
176
 
177
177
  // STYLES MODIFIED BY COMPONENT-SPECIFIC CUSTOM PROPERTIES
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stackoverflow/stacks",
3
3
  "description": "Stack Overflow’s CSS and Design Pattern Library. Stacks is an atomic CSS library with classes and components for rapidly building Stack Overflow.",
4
- "version": "3.0.0-beta.16",
4
+ "version": "3.0.0-beta.17",
5
5
  "files": [
6
6
  "dist",
7
7
  "lib",