@overmap-ai/blocks 1.0.31-tailwind-components.45 → 1.0.32
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/blocks.js +8 -3
- package/dist/blocks.js.map +1 -1
- package/dist/blocks.umd.cjs +8 -3
- package/dist/blocks.umd.cjs.map +1 -1
- package/package.json +1 -1
package/dist/blocks.umd.cjs
CHANGED
|
@@ -297,7 +297,9 @@
|
|
|
297
297
|
"hover:inset-ring-0",
|
|
298
298
|
"hover:bg-(--accent-a3)",
|
|
299
299
|
"hover:text-(--accent-a12)",
|
|
300
|
-
"active:bg-(--accent-a4)"
|
|
300
|
+
"active:bg-(--accent-a4)",
|
|
301
|
+
"data-[state='open']:inset-ring-0",
|
|
302
|
+
"data-[state='open']:bg-(--accent-a3)"
|
|
301
303
|
]
|
|
302
304
|
},
|
|
303
305
|
icon: {
|
|
@@ -1059,7 +1061,7 @@
|
|
|
1059
1061
|
"focus-visible:outline-(--accent-a8)",
|
|
1060
1062
|
// range middle
|
|
1061
1063
|
"group-[.rdp-range-middle]/day:rounded-none",
|
|
1062
|
-
"group-[.rdp-range-middle]/day:bg-(--accent-
|
|
1064
|
+
"group-[.rdp-range-middle]/day:bg-(--accent-a3)",
|
|
1063
1065
|
// range start/end
|
|
1064
1066
|
"group-[.rdp-range-start:not(.rdp-range-end)]/day:rounded-r-none",
|
|
1065
1067
|
"group-[.rdp-range-end:not(.rdp-range-start)]/day:rounded-l-none",
|
|
@@ -1104,6 +1106,9 @@
|
|
|
1104
1106
|
);
|
|
1105
1107
|
const navButtonCva = classVarianceAuthority.cva(
|
|
1106
1108
|
[
|
|
1109
|
+
"focus-visible:outline-2",
|
|
1110
|
+
"focus-visible:-outline-offset-1",
|
|
1111
|
+
"focus-visible:outline-(--base-a8)",
|
|
1107
1112
|
"flex",
|
|
1108
1113
|
"items-center",
|
|
1109
1114
|
"justify-center",
|
|
@@ -1257,7 +1262,7 @@
|
|
|
1257
1262
|
children: [
|
|
1258
1263
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex h-max w-full justify-between", children: [
|
|
1259
1264
|
/* @__PURE__ */ jsxRuntime.jsx(RadixDialog__namespace.Title, { className: "font-medium", children: title }),
|
|
1260
|
-
/* @__PURE__ */ jsxRuntime.jsx(RadixDialog__namespace.Close, { children: /* @__PURE__ */ jsxRuntime.jsx(IconButton, { accentColor: "base", size, variant: "ghost", children: /* @__PURE__ */ jsxRuntime.jsx(hi.HiX, {}) }) })
|
|
1265
|
+
/* @__PURE__ */ jsxRuntime.jsx(RadixDialog__namespace.Close, { asChild: true, children: /* @__PURE__ */ jsxRuntime.jsx(IconButton, { accentColor: "base", size, variant: "ghost", children: /* @__PURE__ */ jsxRuntime.jsx(hi.HiX, {}) }) })
|
|
1261
1266
|
] }),
|
|
1262
1267
|
computedChildren
|
|
1263
1268
|
]
|