@cntrl-site/components 1.0.8-alpha.2 → 1.0.8-alpha.3
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 +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2209,7 +2209,7 @@ type TestimonialsSettings = {
|
|
|
2209
2209
|
}
|
|
2210
2210
|
|
|
2211
2211
|
.${e}-wrapper-autoplay-off {
|
|
2212
|
-
|
|
2212
|
+
display: flow-root;
|
|
2213
2213
|
}
|
|
2214
2214
|
|
|
2215
2215
|
.${e}-fade-stack {
|
|
@@ -2348,7 +2348,7 @@ function getCSS(P: string): string {
|
|
|
2348
2348
|
}
|
|
2349
2349
|
|
|
2350
2350
|
.\${P}-wrapper-autoplay-off {
|
|
2351
|
-
|
|
2351
|
+
display: flow-root;
|
|
2352
2352
|
}
|
|
2353
2353
|
|
|
2354
2354
|
.\${P}-fade-stack {
|
package/dist/index.mjs
CHANGED
|
@@ -9750,7 +9750,7 @@ function is(e) {
|
|
|
9750
9750
|
}
|
|
9751
9751
|
|
|
9752
9752
|
.${e}-wrapper-autoplay-off {
|
|
9753
|
-
|
|
9753
|
+
display: flow-root;
|
|
9754
9754
|
}
|
|
9755
9755
|
|
|
9756
9756
|
.${e}-fade-stack {
|
|
@@ -10142,7 +10142,7 @@ function getCSS(P: string): string {
|
|
|
10142
10142
|
}
|
|
10143
10143
|
|
|
10144
10144
|
.\${P}-wrapper-autoplay-off {
|
|
10145
|
-
|
|
10145
|
+
display: flow-root;
|
|
10146
10146
|
}
|
|
10147
10147
|
|
|
10148
10148
|
.\${P}-fade-stack {
|