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.js
CHANGED
|
@@ -16064,7 +16064,7 @@ function SingleEvent({
|
|
|
16064
16064
|
return /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(
|
|
16065
16065
|
"div",
|
|
16066
16066
|
{
|
|
16067
|
-
className: "flex flex-col rounded-3xl bg-qtneutral-200 py-4 px-4 gap-4 h-min
|
|
16067
|
+
className: "flex flex-col rounded-3xl bg-qtneutral-200 py-4 px-4 gap-4 h-min",
|
|
16068
16068
|
onClick: (e) => {
|
|
16069
16069
|
if (e.target === e.currentTarget) {
|
|
16070
16070
|
setExpanded(!expanded);
|