@astral/ui 4.13.0 → 4.13.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.
@@ -262,4 +262,6 @@ export const Wrapper = styled.div `
262
262
  `;
263
263
  export const LabelWrapper = styled.span `
264
264
  overflow: hidden;
265
+
266
+ text-overflow: ellipsis;
265
267
  `;
@@ -267,4 +267,6 @@ exports.Wrapper = styles_1.styled.div `
267
267
  `;
268
268
  exports.LabelWrapper = styles_1.styled.span `
269
269
  overflow: hidden;
270
+
271
+ text-overflow: ellipsis;
270
272
  `;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@astral/ui",
3
- "version": "4.13.0",
3
+ "version": "4.13.1",
4
4
  "browser": "./index.js",
5
5
  "main": "./node/index.js",
6
6
  "dependencies": {