@soubiran/ui 0.9.0 → 0.9.1
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/wrapper-classes.js +1 -1
- package/package.json +1 -1
package/dist/wrapper-classes.js
CHANGED
|
@@ -12,7 +12,7 @@ const prose = [
|
|
|
12
12
|
"prose-img:rounded-lg prose-img:border prose-img:border-accented prose-img:shadow-sm",
|
|
13
13
|
"prose-video:rounded-lg prose-video:border prose-video:border-accented prose-video:shadow-sm",
|
|
14
14
|
"prose-figcaption:text-center prose-figcaption:py-1 prose-figcaption:m-0",
|
|
15
|
-
"[&_:first-child]:mt-0 [&_:last-child]:mb-0"
|
|
15
|
+
"[&_:where(:not(:where([class~=\"not-prose\"],[class~=\"not-prose\"]_*)):first-child)]:mt-0 [&_:where(:not(:where([class~=\"not-prose\"],[class~=\"not-prose\"]_*)):last-child)]:mb-0"
|
|
16
16
|
];
|
|
17
17
|
var wrapper_classes_default = ["slide-enter-content", ...prose];
|
|
18
18
|
//#endregion
|