@wix/editor-react-components 1.2487.0 → 1.2488.0
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.
|
@@ -3380,7 +3380,7 @@ const PlayButton = ({
|
|
|
3380
3380
|
return /* @__PURE__ */ jsx(
|
|
3381
3381
|
$d2b4bc8c273e7be6$export$353f5b6fc5456de1,
|
|
3382
3382
|
{
|
|
3383
|
-
className: selectors.playButton,
|
|
3383
|
+
className: clsx(selectors.playButton, selectors.controls),
|
|
3384
3384
|
onPress: onTogglePlay,
|
|
3385
3385
|
isDisabled: hasError,
|
|
3386
3386
|
"aria-label": isPlaying ? ARIA_LABELS.pauseButton : ARIA_LABELS.playButton,
|
|
@@ -3416,6 +3416,7 @@ const ProgressSlider = ({
|
|
|
3416
3416
|
{
|
|
3417
3417
|
className: clsx(
|
|
3418
3418
|
selectors.progressBar,
|
|
3419
|
+
selectors.controls,
|
|
3419
3420
|
styles.progressBar,
|
|
3420
3421
|
(_a = elementProps == null ? void 0 : elementProps.progressBar) == null ? void 0 : _a.className
|
|
3421
3422
|
),
|
|
@@ -3450,6 +3451,7 @@ const ProgressSlider = ({
|
|
|
3450
3451
|
{
|
|
3451
3452
|
className: clsx(
|
|
3452
3453
|
selectors.timeDisplay,
|
|
3454
|
+
selectors.controls,
|
|
3453
3455
|
styles.timeDisplay,
|
|
3454
3456
|
(_b = elementProps == null ? void 0 : elementProps.timeDisplay) == null ? void 0 : _b.className
|
|
3455
3457
|
),
|
|
@@ -3516,6 +3518,7 @@ const VolumeControls = ({
|
|
|
3516
3518
|
{
|
|
3517
3519
|
className: clsx(
|
|
3518
3520
|
selectors.volumeControls,
|
|
3521
|
+
selectors.controls,
|
|
3519
3522
|
styles.volumeControls,
|
|
3520
3523
|
className
|
|
3521
3524
|
),
|
|
@@ -3670,7 +3673,6 @@ const AudioPlayer = (props) => {
|
|
|
3670
3673
|
"div",
|
|
3671
3674
|
{
|
|
3672
3675
|
className: clsx(
|
|
3673
|
-
selectors.controls,
|
|
3674
3676
|
styles.controls,
|
|
3675
3677
|
(_e = elementProps == null ? void 0 : elementProps.controls) == null ? void 0 : _e.className
|
|
3676
3678
|
),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/editor-react-components",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.2488.0",
|
|
4
4
|
"description": "React components for the Wix Editor",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -197,5 +197,5 @@
|
|
|
197
197
|
"registry": "https://registry.npmjs.org/",
|
|
198
198
|
"access": "public"
|
|
199
199
|
},
|
|
200
|
-
"falconPackageHash": "
|
|
200
|
+
"falconPackageHash": "df663cb6c892622733acafdbe37fd4f5980134025c4e19d6de2db23c"
|
|
201
201
|
}
|