qt-ui-kit 1.0.39 → 1.0.41
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.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- 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/dist/style.css +0 -3
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -15915,7 +15915,7 @@ function EventCard({
|
|
|
15915
15915
|
"div",
|
|
15916
15916
|
{
|
|
15917
15917
|
className: (0, import_clsx7.default)(
|
|
15918
|
-
"flex flex-col rounded-2xl max-w-[765px] w-full
|
|
15918
|
+
"flex flex-col rounded-2xl max-w-[765px] w-full h-min border-qtneutral-500 border-[2px] gap-8",
|
|
15919
15919
|
eventType == "message" /* MESSAGE */ ? "bg-qtneutral-200" : "bg-white py-4 pl-4 pr-2"
|
|
15920
15920
|
),
|
|
15921
15921
|
children: [
|