@lax-wp/design-system 0.10.10 → 0.10.12
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.cjs.js +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +7 -6
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -833,7 +833,7 @@ const an = ({ labels: t = [] }) => {
|
|
|
833
833
|
] }), kn = ({
|
|
834
834
|
position: t = "top",
|
|
835
835
|
title: e = "AI Extracted Field"
|
|
836
|
-
}) => /* @__PURE__ */ l(Be, { placement: t, title: e, children: /* @__PURE__ */ l("div", { className: "cursor-pointer", children: /* @__PURE__ */ l(qie, { size: 12, fill: "
|
|
836
|
+
}) => /* @__PURE__ */ l(Be, { placement: t, title: e, children: /* @__PURE__ */ l("div", { className: "cursor-pointer", children: /* @__PURE__ */ l(qie, { size: 12, fill: "var(--color-primary-600)", fillSecondary: "var(--color-primary-300)" }) }) }), Vie = ({ className: t, size: e = 16 }) => /* @__PURE__ */ C(
|
|
837
837
|
"svg",
|
|
838
838
|
{
|
|
839
839
|
width: e,
|
|
@@ -3538,8 +3538,8 @@ const u7 = ({
|
|
|
3538
3538
|
root: "custom-tooltip dark:!bg-black-800"
|
|
3539
3539
|
},
|
|
3540
3540
|
title: /* @__PURE__ */ C("div", { className: "flex flex-col items-start justify-center p-2 w-full h-full gap-2 dark:bg-black-800", children: [
|
|
3541
|
-
/* @__PURE__ */ l(ee, {
|
|
3542
|
-
/* @__PURE__ */ l(ee, { className: "text-primary-400 dark:text-primary-400
|
|
3541
|
+
/* @__PURE__ */ l(ee, { variant: "semibold", size: "extra-small", className: "text-white", children: v("Normal Search") }),
|
|
3542
|
+
/* @__PURE__ */ l(ee, { variant: "medium", size: "extra-small", className: "text-primary-400 dark:text-primary-400", appearance: "custom", children: v("Examples") }),
|
|
3543
3543
|
/* @__PURE__ */ C("div", { className: "flex flex-col items-start justify-center ", children: [
|
|
3544
3544
|
/* @__PURE__ */ C("div", { className: "flex items-center justify-center gap-1", children: [
|
|
3545
3545
|
/* @__PURE__ */ l(ee, { className: "flex-shrink-0", appearance: "custom", children: "•" }),
|
|
@@ -3557,9 +3557,10 @@ const u7 = ({
|
|
|
3557
3557
|
/* @__PURE__ */ l(ee, { className: "text-white dark:text-black-100 text-xs font-medium leading-[18px] font-inter", appearance: "custom", children: '→ finds "database", "baseball", "basename".' })
|
|
3558
3558
|
] })
|
|
3559
3559
|
] }),
|
|
3560
|
-
/* @__PURE__ */ l(
|
|
3561
|
-
/* @__PURE__ */ l(ee, {
|
|
3562
|
-
/* @__PURE__ */ l(ee, { className: "text-
|
|
3560
|
+
/* @__PURE__ */ l("div", { className: "h-[1px] w-full bg-neutral-800 dark:bg-black-200 my-2" }),
|
|
3561
|
+
/* @__PURE__ */ l(ee, { variant: "semibold", size: "extra-small", className: "text-white", children: "Wildcard Search" }),
|
|
3562
|
+
/* @__PURE__ */ l(ee, { variant: "medium", size: "extra-small", className: "text-white dark:text-black-200", appearance: "custom", children: "Use * as a wildcard to refine your search." }),
|
|
3563
|
+
/* @__PURE__ */ l(ee, { variant: "medium", size: "extra-small", className: "text-primary-400 dark:text-primary-400", appearance: "custom", children: "Examples:" }),
|
|
3563
3564
|
/* @__PURE__ */ C("div", { className: "flex flex-col items-start justify-center ", children: [
|
|
3564
3565
|
/* @__PURE__ */ C("div", { className: "flex items-center justify-center gap-1", children: [
|
|
3565
3566
|
/* @__PURE__ */ l(ee, { className: "flex-shrink-0", appearance: "custom", children: "•" }),
|