@stokelp/ui 2.12.1 → 2.13.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.
- 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
|
@@ -14740,7 +14740,8 @@ const { withProvider: Ic, withContext: s4 } = t1(wa), Pc = Ic(f("div"), "root"),
|
|
|
14740
14740
|
base: "text",
|
|
14741
14741
|
_disabled: "grey.300"
|
|
14742
14742
|
},
|
|
14743
|
-
fontFamily: "satoshi"
|
|
14743
|
+
fontFamily: "satoshi",
|
|
14744
|
+
lineClamp: 1
|
|
14744
14745
|
},
|
|
14745
14746
|
control: {
|
|
14746
14747
|
alignItems: "center",
|