@geomak/ui 6.17.0 → 6.17.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.
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -6560,7 +6560,7 @@ function TreeNodeRow({
|
|
|
6560
6560
|
},
|
|
6561
6561
|
"aria-label": isExpanded ? "Collapse" : "Expand",
|
|
6562
6562
|
tabIndex: -1,
|
|
6563
|
-
className: "w-5 h-5 inline-flex items-center justify-center rounded hover:bg-
|
|
6563
|
+
className: "w-5 h-5 inline-flex items-center justify-center rounded hover:bg-surface-raised focus:outline-none",
|
|
6564
6564
|
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
6565
6565
|
"svg",
|
|
6566
6566
|
{
|