ownui-system 1.0.4 → 1.0.6
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/ownui-system.js
CHANGED
|
@@ -8495,7 +8495,7 @@ function Zd({
|
|
|
8495
8495
|
return /* @__PURE__ */ u.jsx(
|
|
8496
8496
|
"div",
|
|
8497
8497
|
{
|
|
8498
|
-
className: A(Ud, "item", e),
|
|
8498
|
+
className: A(Ud, "ownui-slider-item", e),
|
|
8499
8499
|
style: {
|
|
8500
8500
|
"--position": o ?? 1
|
|
8501
8501
|
},
|
|
@@ -8518,7 +8518,7 @@ function Wd({
|
|
|
8518
8518
|
{
|
|
8519
8519
|
className: A(
|
|
8520
8520
|
Ed,
|
|
8521
|
-
"slider",
|
|
8521
|
+
"ownui-slider",
|
|
8522
8522
|
n && "slider-pause"
|
|
8523
8523
|
),
|
|
8524
8524
|
"data-reverse": o,
|