@edusight/notification-widget 1.0.29 → 1.0.31
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/{components-DgV3nlCC.js → components-D8XxiFEB.js} +2 -1
- package/dist/{components-DgV3nlCC.js.map → components-D8XxiFEB.js.map} +1 -1
- package/dist/{components-B9Z6HsnI.cjs → components-KafszaqK.cjs} +2 -1
- package/dist/{components-B9Z6HsnI.cjs.map → components-KafszaqK.cjs.map} +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.css +1 -1
- package/dist/index.esm.js +2 -2
- package/package.json +4 -4
|
@@ -336,6 +336,7 @@ const P = ({
|
|
|
336
336
|
relative group flex items-start gap-3 px-4 py-3 border-b border-border-light
|
|
337
337
|
transition-all duration-200
|
|
338
338
|
bg-widget-background hover:bg-widget-hover
|
|
339
|
+
min-w-[20rem]
|
|
339
340
|
${n ? "bg-widget-primary-light" : ""}
|
|
340
341
|
`,
|
|
341
342
|
onMouseEnter: () => o(!0),
|
|
@@ -1546,4 +1547,4 @@ export {
|
|
|
1546
1547
|
Ke as S,
|
|
1547
1548
|
Ue as a
|
|
1548
1549
|
};
|
|
1549
|
-
//# sourceMappingURL=components-
|
|
1550
|
+
//# sourceMappingURL=components-D8XxiFEB.js.map
|