@yakavkaz/uikit 0.0.22 → 0.0.23
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.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2105,7 +2105,7 @@ const q = c(
|
|
|
2105
2105
|
"inline-flex h-8 w-8 items-center justify-center rounded-md",
|
|
2106
2106
|
"hover:bg-light-100 focus-visible:ring-primary-300 focus-visible:ring-2 focus-visible:outline-none"
|
|
2107
2107
|
),
|
|
2108
|
-
children: /* @__PURE__ */ A(G, { iconId: "
|
|
2108
|
+
children: /* @__PURE__ */ A(G, { iconId: "MoreVert", className: "h-5 w-5" })
|
|
2109
2109
|
}
|
|
2110
2110
|
) : /* @__PURE__ */ B(
|
|
2111
2111
|
"button",
|