@deque/cauldron-styles 6.17.1 → 6.18.0

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.
Files changed (2) hide show
  1. package/dist/index.css +10 -0
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -5651,6 +5651,16 @@ button.Accordion__trigger {
5651
5651
  overflow: hidden;
5652
5652
  }
5653
5653
 
5654
+ /* Try and prevent Safari from showing a platform
5655
+ * tooltip when visible text is truncated
5656
+ * see: https://github.com/dequelabs/cauldron/issues/1926
5657
+ */
5658
+
5659
+ .TextEllipsis:after {
5660
+ content: '';
5661
+ display: block;
5662
+ }
5663
+
5654
5664
  .TextEllipsis:where([role='button']) {
5655
5665
  text-align: inherit;
5656
5666
  -moz-user-select: inherit;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deque/cauldron-styles",
3
- "version": "6.17.1",
3
+ "version": "6.18.0",
4
4
  "license": "MPL-2.0",
5
5
  "description": "deque cauldron pattern library styles",
6
6
  "repository": "https://github.com/dequelabs/cauldron",