@lax-wp/design-system 0.8.39 → 0.8.40
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.es.js +5 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -3922,7 +3922,8 @@ const Mse = (t) => {
|
|
|
3922
3922
|
"clear",
|
|
3923
3923
|
"terminate session",
|
|
3924
3924
|
"terminate sessions",
|
|
3925
|
-
"terminate all sessions"
|
|
3925
|
+
"terminate all sessions",
|
|
3926
|
+
"trash"
|
|
3926
3927
|
].some(
|
|
3927
3928
|
(R) => n?.toLowerCase().includes(R)
|
|
3928
3929
|
), D = i || !v;
|
|
@@ -7363,6 +7364,7 @@ const q7 = io(null), aD = q7.Provider, oo = () => {
|
|
|
7363
7364
|
isLoading: i,
|
|
7364
7365
|
status: s === "destructive" ? "error" : "primary",
|
|
7365
7366
|
autoFocus: !0,
|
|
7367
|
+
type: "submit",
|
|
7366
7368
|
children: A || (s === "destructive" ? "Delete" : "Confirm")
|
|
7367
7369
|
}
|
|
7368
7370
|
)
|
|
@@ -7653,6 +7655,7 @@ const q7 = io(null), aD = q7.Provider, oo = () => {
|
|
|
7653
7655
|
id: "btn-floating-bar-actions",
|
|
7654
7656
|
disabled: !1,
|
|
7655
7657
|
className: "flex items-center gap-1.5 px-2 py-1 w-22 h-7 rounded-full bg-primary-700",
|
|
7658
|
+
type: "button",
|
|
7656
7659
|
children: [
|
|
7657
7660
|
/* @__PURE__ */ l(ee, { size: "small", variant: "medium", className: "text-white", children: A("Actions") }),
|
|
7658
7661
|
/* @__PURE__ */ l(mD, { fill: "#FFFFFF", className: "w-[16px] h-[16px]" })
|
|
@@ -7668,6 +7671,7 @@ const q7 = io(null), aD = q7.Provider, oo = () => {
|
|
|
7668
7671
|
onClick: m.onClick,
|
|
7669
7672
|
disabled: !1,
|
|
7670
7673
|
className: "flex items-center gap-1.5 py-1 pr-3 pl-2 rounded-md",
|
|
7674
|
+
type: "button",
|
|
7671
7675
|
children: [
|
|
7672
7676
|
m.icon,
|
|
7673
7677
|
/* @__PURE__ */ l(
|