@versini/ui-menu 5.1.0 → 5.1.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.
|
@@ -128,8 +128,13 @@ const Ee = ({
|
|
|
128
128
|
} : {};
|
|
129
129
|
if (c && !e) {
|
|
130
130
|
const s = Fe(
|
|
131
|
-
"items-center flex-row justify-between",
|
|
132
|
-
"
|
|
131
|
+
"flex items-center flex-row justify-between",
|
|
132
|
+
"w-full",
|
|
133
|
+
"m-0 first:mt-0 mt-2 sm:mt-1 px-2 py-1",
|
|
134
|
+
"rounded-md border border-transparent",
|
|
135
|
+
"text-left text-base",
|
|
136
|
+
"outline-hidden focus:border focus:border-border-medium focus:bg-surface-lighter focus:underline",
|
|
137
|
+
"disabled:cursor-not-allowed disabled:text-copy-medium",
|
|
133
138
|
{
|
|
134
139
|
"bg-surface-lighter": o && !C
|
|
135
140
|
}
|
|
@@ -181,7 +186,7 @@ const Ee = ({
|
|
|
181
186
|
"div",
|
|
182
187
|
{
|
|
183
188
|
ref: E.setFloating,
|
|
184
|
-
className: "rounded-md bg-surface-light shadow-sm shadow-border-dark outline-hidden p-
|
|
189
|
+
className: "rounded-md bg-surface-light shadow-sm shadow-border-dark outline-hidden p-3 sm:p-2",
|
|
185
190
|
style: H,
|
|
186
191
|
...j(),
|
|
187
192
|
children: n
|
|
@@ -233,7 +238,7 @@ const Ee = ({
|
|
|
233
238
|
"div",
|
|
234
239
|
{
|
|
235
240
|
ref: E.setFloating,
|
|
236
|
-
className: "rounded-md bg-surface-light shadow-sm shadow-border-dark outline-hidden p-
|
|
241
|
+
className: "rounded-md bg-surface-light shadow-sm shadow-border-dark outline-hidden p-3 sm:p-2",
|
|
237
242
|
style: H,
|
|
238
243
|
...j(),
|
|
239
244
|
children: n
|
|
@@ -81,8 +81,13 @@ const g = ({
|
|
|
81
81
|
);
|
|
82
82
|
s && (d = "pl-2");
|
|
83
83
|
const z = l(
|
|
84
|
-
"
|
|
85
|
-
"
|
|
84
|
+
"flex flex-row items-center",
|
|
85
|
+
"w-full",
|
|
86
|
+
"m-0 first:mt-0 mt-2 sm:mt-1 px-2 py-1",
|
|
87
|
+
"rounded-md border border-transparent",
|
|
88
|
+
"text-left text-base",
|
|
89
|
+
"outline-hidden focus:border focus:border-border-medium focus:bg-surface-lighter focus:underline",
|
|
90
|
+
"disabled:cursor-not-allowed disabled:text-copy-medium",
|
|
86
91
|
{
|
|
87
92
|
"bg-none": !t && !i
|
|
88
93
|
}
|
|
@@ -124,7 +129,9 @@ const V = ({ className: e, ...t }) => {
|
|
|
124
129
|
}) => {
|
|
125
130
|
const s = l(
|
|
126
131
|
e,
|
|
127
|
-
"pt-1 mb-2
|
|
132
|
+
"pt-1 mb-2",
|
|
133
|
+
"text-sm text-copy-dark font-bold",
|
|
134
|
+
"border-b border-border-medium"
|
|
128
135
|
);
|
|
129
136
|
return /* @__PURE__ */ o("div", { className: s, ...t });
|
|
130
137
|
};
|
package/dist/index.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { Menu as _ } from "./components/Menu/Menu.js";
|
|
2
2
|
import { MenuGroupLabel as n, MenuItem as t, MenuSeparator as u } from "./components/Menu/MenuItem.js";
|
|
3
3
|
/*!
|
|
4
|
-
@versini/ui-menu v5.1.
|
|
4
|
+
@versini/ui-menu v5.1.1
|
|
5
5
|
© 2025 gizmette.com
|
|
6
6
|
*/
|
|
7
7
|
try {
|
|
8
8
|
window.__VERSINI_UI_MENU__ || (window.__VERSINI_UI_MENU__ = {
|
|
9
|
-
version: "5.1.
|
|
10
|
-
buildTime: "10/
|
|
9
|
+
version: "5.1.1",
|
|
10
|
+
buildTime: "10/20/2025 03:40 PM EDT",
|
|
11
11
|
homepage: "https://github.com/aversini/ui-components",
|
|
12
12
|
license: "MIT"
|
|
13
13
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-menu",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"sideEffects": [
|
|
51
51
|
"**/*.css"
|
|
52
52
|
],
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "b3e3e28ac8c5a3f1b6641dd373cd0bb6f34e3bbe"
|
|
54
54
|
}
|