@cntrl-site/components 0.1.7-0 → 0.1.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
CHANGED
|
@@ -319,7 +319,7 @@ function ControlSlider({ settings, content, styles: sliderStyles, isEditor }) {
|
|
|
319
319
|
{
|
|
320
320
|
className: cn(styles$3.arrow, {
|
|
321
321
|
[styles$3.arrowVertical]: direction === "vert",
|
|
322
|
-
[styles$3.hoverArrow]: controls.show === "on
|
|
322
|
+
[styles$3.hoverArrow]: controls.show === "on hover"
|
|
323
323
|
}),
|
|
324
324
|
style: {
|
|
325
325
|
color: controls.color,
|
|
@@ -356,7 +356,7 @@ function ControlSlider({ settings, content, styles: sliderStyles, isEditor }) {
|
|
|
356
356
|
{
|
|
357
357
|
className: cn(styles$3.arrow, styles$3.nextArrow, {
|
|
358
358
|
[styles$3.arrowVertical]: direction === "vert",
|
|
359
|
-
[styles$3.hoverArrow]: controls.show === "on
|
|
359
|
+
[styles$3.hoverArrow]: controls.show === "on hover"
|
|
360
360
|
}),
|
|
361
361
|
style: {
|
|
362
362
|
color: controls.color,
|
package/dist/index.mjs
CHANGED
|
@@ -317,7 +317,7 @@ function ControlSlider({ settings, content, styles: sliderStyles, isEditor }) {
|
|
|
317
317
|
{
|
|
318
318
|
className: cn(styles$3.arrow, {
|
|
319
319
|
[styles$3.arrowVertical]: direction === "vert",
|
|
320
|
-
[styles$3.hoverArrow]: controls.show === "on
|
|
320
|
+
[styles$3.hoverArrow]: controls.show === "on hover"
|
|
321
321
|
}),
|
|
322
322
|
style: {
|
|
323
323
|
color: controls.color,
|
|
@@ -354,7 +354,7 @@ function ControlSlider({ settings, content, styles: sliderStyles, isEditor }) {
|
|
|
354
354
|
{
|
|
355
355
|
className: cn(styles$3.arrow, styles$3.nextArrow, {
|
|
356
356
|
[styles$3.arrowVertical]: direction === "vert",
|
|
357
|
-
[styles$3.hoverArrow]: controls.show === "on
|
|
357
|
+
[styles$3.hoverArrow]: controls.show === "on hover"
|
|
358
358
|
}),
|
|
359
359
|
style: {
|
|
360
360
|
color: controls.color,
|