sud-ui 0.1.13 → 0.1.14
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/index.js +11 -7
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -13196,18 +13196,22 @@ const P9 = ({ isOpen: s, children: c }) => {
|
|
|
13196
13196
|
"div",
|
|
13197
13197
|
{
|
|
13198
13198
|
ref: x,
|
|
13199
|
-
className: l0(
|
|
13200
|
-
"sud-menu__item
|
|
13201
|
-
|
|
13202
|
-
"sud-menu__item--active": M
|
|
13203
|
-
}
|
|
13204
|
-
),
|
|
13199
|
+
className: l0("sud-menu__item", {
|
|
13200
|
+
"sud-menu__item--active": M
|
|
13201
|
+
}),
|
|
13205
13202
|
style: {
|
|
13206
13203
|
...M && {
|
|
13207
13204
|
backgroundColor: _,
|
|
13208
13205
|
color: N
|
|
13209
13206
|
},
|
|
13210
|
-
whiteSpace: "nowrap"
|
|
13207
|
+
whiteSpace: "nowrap",
|
|
13208
|
+
padding: 12,
|
|
13209
|
+
borderRadius: 10,
|
|
13210
|
+
cursor: "pointer",
|
|
13211
|
+
display: "flex",
|
|
13212
|
+
alignItems: "center",
|
|
13213
|
+
justifyContent: "space-between",
|
|
13214
|
+
gap: 8
|
|
13211
13215
|
},
|
|
13212
13216
|
role: "menuitem",
|
|
13213
13217
|
"aria-haspopup": F ? "true" : void 0,
|