@docyrus/ui-pro-ai-assistant 0.3.6 → 0.3.7
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 +7 -10
- package/dist/index.js.map +1 -1
- package/dist/styles.css +5 -0
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -10233,6 +10233,11 @@
|
|
|
10233
10233
|
object-fit: cover;
|
|
10234
10234
|
}
|
|
10235
10235
|
}
|
|
10236
|
+
.\[\&_p\]\:m-0 {
|
|
10237
|
+
& p {
|
|
10238
|
+
margin: calc(var(--spacing) * 0);
|
|
10239
|
+
}
|
|
10240
|
+
}
|
|
10236
10241
|
.\[\&_p\:not\(\:last-child\)\]\:mb-4 {
|
|
10237
10242
|
& p:not(:last-child) {
|
|
10238
10243
|
margin-bottom: calc(var(--spacing) * 4);
|
package/package.json
CHANGED