qt-ui-kit 1.0.49 → 1.0.50
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.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -16037,7 +16037,7 @@ function SingleEvent({
|
|
|
16037
16037
|
return /* @__PURE__ */ jsxs20(
|
|
16038
16038
|
"div",
|
|
16039
16039
|
{
|
|
16040
|
-
className: "flex flex-col rounded-3xl bg-qtneutral-200 py-4 px-4 gap-4 h-min
|
|
16040
|
+
className: "flex flex-col rounded-3xl bg-qtneutral-200 py-4 px-4 gap-4 h-min",
|
|
16041
16041
|
onClick: (e) => {
|
|
16042
16042
|
if (e.target === e.currentTarget) {
|
|
16043
16043
|
setExpanded(!expanded);
|