@aigamo/hydrangean-diva 0.0.1-alpha.29 → 0.0.1-alpha.31
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/features/common/stores/ObservableStateProvider.d.ts +1 -1
- package/dist/features/media-player.play-queue/components/AddVideoButton.d.ts +2 -2
- package/dist/features/media-player.play-queue.abstractions/contexts/PlayQueueContext.d.ts +1 -1
- package/dist/features/media-player.player/interfaces/IBottomBarStore.d.ts +1 -1
- package/dist/features/media-player.player/stores/BottomBarStore.d.ts +2 -1
- package/dist/features/media-player.playlists/stores/PlaylistItemStore.d.ts +1 -1
- package/dist/features/media-player.playlists/stores/PlaylistListStore.d.ts +3 -3
- package/dist/features/media-player.playlists/stores/PlaylistStore.d.ts +4 -4
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +7 -7
package/dist/index.es.js
CHANGED
|
@@ -3,8 +3,8 @@ import * as re from "react";
|
|
|
3
3
|
import Ut, { forwardRef as qr, useContext as Oe, createContext as Ue, useState as $, useEffect as Yt, memo as ne, useCallback as B, useMemo as Ye, useLayoutEffect as Qr } from "react";
|
|
4
4
|
import Vr from "@emotion/cache";
|
|
5
5
|
import Ur from "ajv";
|
|
6
|
-
import { pull as At } from "lodash-es";
|
|
7
6
|
import { useNostalgicDiva as ce, nullPlayerController as Yr, NostalgicDivaProvider as Wr, findVideoService as Hr, NostalgicDiva as Gr } from "@aigamo/nostalgic-diva";
|
|
7
|
+
import { pull as At } from "lodash-es";
|
|
8
8
|
import { EuiSelectable as Jr, EuiPopoverTitle as Kr, EuiPopoverFooter as Xr, EuiButton as J, EuiPopover as ke, useGeneratedHtmlId as Zr, EuiModalHeaderTitle as en, EuiModalHeader as tn, EuiForm as rn, EuiFormRow as ut, EuiFieldText as Ft, EuiModalBody as nn, EuiModalFooter as an, EuiButtonEmpty as Wt, EuiModal as on, EuiCodeBlock as sn, EuiFlyout as ln, useEuiTheme as Ht, EuiCheckbox as Gt, EuiTableHeaderCellCheckbox as cn, EuiTableHeaderCell as ot, EuiTableHeader as un, EuiIcon as U, EuiContextMenu as mt, EuiButtonIcon as Y, EuiTableRowCell as dt, EuiTableRowCellCheckbox as dn, EuiLink as fn, EuiTableRow as pn, EuiTable as mn, EuiFlexGroup as le, EuiFlexItem as G, EuiSpacer as Jt, EuiEmptyPrompt as hn, EuiPageTemplate as ht, EuiRange as Kt, EuiBottomBar as yn } from "@elastic/eui";
|
|
9
9
|
import { AddRegular as Ee, WindowDevToolsRegular as vn, ArrowUploadRegular as gn, ArrowDownloadRegular as bn, MoreHorizontalFilled as Xt, PlayRegular as Pn, DismissRegular as yt, DeleteRegular as Sn, ArrowShuffleFilled as wn, ArrowShuffleOffFilled as Tn, PreviousFilled as Rn, SkipBack10Regular as Zt, PauseFilled as Cn, PlayFilled as En, SkipForward30Regular as er, NextFilled as In, ArrowRepeat1Filled as xn, ArrowRepeatAllFilled as On, ArrowRepeatAllOffFilled as kn, OpenRegular as _n, Speaker2Regular as tr, TopSpeedRegular as An, NavigationPlayRegular as Fn } from "@fluentui/react-icons";
|
|
10
10
|
import { observer as I } from "mobx-react-lite";
|