@stokelp/ui 2.80.0 → 2.80.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.
- package/dist/style.css +1 -1
- package/dist/ui.cjs +1 -1
- package/dist/ui.cjs.map +1 -1
- package/dist/ui.js +2 -1
- package/dist/ui.js.map +1 -1
- package/package.json +1 -1
package/dist/ui.js
CHANGED
|
@@ -22845,7 +22845,8 @@ const cf = G({
|
|
|
22845
22845
|
px: "space-16",
|
|
22846
22846
|
fontSize: "14px",
|
|
22847
22847
|
fontWeight: "normal",
|
|
22848
|
-
maxW: 500
|
|
22848
|
+
maxW: 500,
|
|
22849
|
+
overflowWrap: "break-word"
|
|
22849
22850
|
},
|
|
22850
22851
|
defaultVariants: {
|
|
22851
22852
|
side: "left",
|