@streamlayer/react-ui 1.22.3 → 1.22.4
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/lib/app/masters/BetPack/BetPackContent/EmergencyScreen/styles.js +1 -1
- package/lib/app/masters/BetPack/BetPackContent/EndScreen/index.js +7 -7
- package/lib/app/masters/BetPack/BetPackContent/EndScreen/styles.js +1 -1
- package/lib/app/masters/BetPack/BetPackContent/ScreenContainer/index.d.ts +0 -1
- package/lib/app/masters/BetPack/BetPackContent/ScreenContainer/index.js +3 -3
- package/lib/app/masters/BetPack/BetPackContent/StartScreen/index.d.ts +4 -3
- package/lib/app/masters/BetPack/BetPackContent/StartScreen/index.js +17 -18
- package/lib/app/masters/BetPack/BetPackContent/index.js +335 -87
- package/lib/app/masters/BetPack/BetPackContent/styles.d.ts +95 -3
- package/lib/app/masters/BetPack/BetPackContent/styles.js +11 -57
- package/lib/assets/style.css +1 -1
- package/lib/styles-BfnMua4o.js +2841 -0
- package/lib/ui/theme/masters-theme.js +1 -2
- package/package.json +16 -17
- package/lib/app/masters/BetPack/BetPackContent/constants.d.ts +0 -13
- package/lib/app/masters/BetPack/BetPackContent/constants.js +0 -22
- package/lib/app/masters/BetPack/typings.d.js +0 -1
|
@@ -1,6 +1,98 @@
|
|
|
1
|
-
export declare const Carousel:
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
export declare const Carousel: {
|
|
2
|
+
__wyw_meta: unknown;
|
|
3
|
+
} & import('react').FunctionComponent<import('react').RefAttributes<import('swiper/react').SwiperRef> & Omit<import('react').HTMLAttributes<HTMLElement>, "onClick" | "onProgress" | "onTouchEnd" | "onTouchMove" | "onTouchStart" | "onTransitionEnd" | "onKeyPress" | "onDoubleClick" | "onScroll" | "onResize"> & import('swiper/types').SwiperOptions & {
|
|
4
|
+
tag?: string;
|
|
5
|
+
wrapperTag?: string;
|
|
6
|
+
onSwiper?: (swiper: import('swiper/types').Swiper) => void;
|
|
7
|
+
onAutoplayStart?: (swiper: import('swiper/types').Swiper) => void;
|
|
8
|
+
onAutoplayStop?: (swiper: import('swiper/types').Swiper) => void;
|
|
9
|
+
onAutoplayPause?: (swiper: import('swiper/types').Swiper) => void;
|
|
10
|
+
onAutoplayResume?: (swiper: import('swiper/types').Swiper) => void;
|
|
11
|
+
onAutoplayTimeLeft?: (swiper: import('swiper/types').Swiper, timeLeft: number, percentage: number) => void;
|
|
12
|
+
onAutoplay?: (swiper: import('swiper/types').Swiper) => void;
|
|
13
|
+
onHashChange?: (swiper: import('swiper/types').Swiper) => void;
|
|
14
|
+
onHashSet?: (swiper: import('swiper/types').Swiper) => void;
|
|
15
|
+
onScroll?: (swiper: import('swiper/types').Swiper, event: WheelEvent) => void;
|
|
16
|
+
onKeyPress?: (swiper: import('swiper/types').Swiper, keyCode: string) => void;
|
|
17
|
+
onNavigationHide?: (swiper: import('swiper/types').Swiper) => void;
|
|
18
|
+
onNavigationShow?: (swiper: import('swiper/types').Swiper) => void;
|
|
19
|
+
onNavigationPrev?: (swiper: import('swiper/types').Swiper) => void;
|
|
20
|
+
onNavigationNext?: (swiper: import('swiper/types').Swiper) => void;
|
|
21
|
+
onPaginationRender?: (swiper: import('swiper/types').Swiper, paginationEl: HTMLElement) => void;
|
|
22
|
+
onPaginationUpdate?: (swiper: import('swiper/types').Swiper, paginationEl: HTMLElement) => void;
|
|
23
|
+
onPaginationHide?: (swiper: import('swiper/types').Swiper) => void;
|
|
24
|
+
onPaginationShow?: (swiper: import('swiper/types').Swiper) => void;
|
|
25
|
+
onScrollbarDragStart?: (swiper: import('swiper/types').Swiper, event: MouseEvent | TouchEvent | PointerEvent) => void;
|
|
26
|
+
onScrollbarDragMove?: (swiper: import('swiper/types').Swiper, event: MouseEvent | TouchEvent | PointerEvent) => void;
|
|
27
|
+
onScrollbarDragEnd?: (swiper: import('swiper/types').Swiper, event: MouseEvent | TouchEvent | PointerEvent) => void;
|
|
28
|
+
onZoomChange?: (swiper: import('swiper/types').Swiper, scale: number, imageEl: HTMLElement, slideEl: HTMLElement) => void;
|
|
29
|
+
onInit?: (swiper: import('swiper/types').Swiper) => any;
|
|
30
|
+
onBeforeDestroy?: (swiper: import('swiper/types').Swiper) => void;
|
|
31
|
+
onSlidesUpdated?: (swiper: import('swiper/types').Swiper) => void;
|
|
32
|
+
onSlideChange?: (swiper: import('swiper/types').Swiper) => void;
|
|
33
|
+
onSlideChangeTransitionStart?: (swiper: import('swiper/types').Swiper) => void;
|
|
34
|
+
onSlideChangeTransitionEnd?: (swiper: import('swiper/types').Swiper) => void;
|
|
35
|
+
onSlideNextTransitionStart?: (swiper: import('swiper/types').Swiper) => void;
|
|
36
|
+
onSlideNextTransitionEnd?: (swiper: import('swiper/types').Swiper) => void;
|
|
37
|
+
onSlidePrevTransitionStart?: (swiper: import('swiper/types').Swiper) => void;
|
|
38
|
+
onSlidePrevTransitionEnd?: (swiper: import('swiper/types').Swiper) => void;
|
|
39
|
+
onTransitionStart?: (swiper: import('swiper/types').Swiper) => void;
|
|
40
|
+
onTransitionEnd?: (swiper: import('swiper/types').Swiper) => void;
|
|
41
|
+
onTouchStart?: (swiper: import('swiper/types').Swiper, event: MouseEvent | TouchEvent | PointerEvent) => void;
|
|
42
|
+
onTouchMove?: (swiper: import('swiper/types').Swiper, event: MouseEvent | TouchEvent | PointerEvent) => void;
|
|
43
|
+
onTouchMoveOpposite?: (swiper: import('swiper/types').Swiper, event: MouseEvent | TouchEvent | PointerEvent) => void;
|
|
44
|
+
onSliderMove?: (swiper: import('swiper/types').Swiper, event: MouseEvent | TouchEvent | PointerEvent) => void;
|
|
45
|
+
onTouchEnd?: (swiper: import('swiper/types').Swiper, event: MouseEvent | TouchEvent | PointerEvent) => void;
|
|
46
|
+
onClick?: (swiper: import('swiper/types').Swiper, event: MouseEvent | TouchEvent | PointerEvent) => void;
|
|
47
|
+
onTap?: (swiper: import('swiper/types').Swiper, event: MouseEvent | TouchEvent | PointerEvent) => void;
|
|
48
|
+
onDoubleTap?: (swiper: import('swiper/types').Swiper, event: MouseEvent | TouchEvent | PointerEvent) => void;
|
|
49
|
+
onProgress?: (swiper: import('swiper/types').Swiper, progress: number) => void;
|
|
50
|
+
onReachBeginning?: (swiper: import('swiper/types').Swiper) => void;
|
|
51
|
+
onReachEnd?: (swiper: import('swiper/types').Swiper) => void;
|
|
52
|
+
onToEdge?: (swiper: import('swiper/types').Swiper) => void;
|
|
53
|
+
onFromEdge?: (swiper: import('swiper/types').Swiper) => void;
|
|
54
|
+
onSetTranslate?: (swiper: import('swiper/types').Swiper, translate: number) => void;
|
|
55
|
+
onSetTransition?: (swiper: import('swiper/types').Swiper, transition: number) => void;
|
|
56
|
+
onResize?: (swiper: import('swiper/types').Swiper) => void;
|
|
57
|
+
onObserverUpdate?: (swiper: import('swiper/types').Swiper) => void;
|
|
58
|
+
onBeforeLoopFix?: (swiper: import('swiper/types').Swiper) => void;
|
|
59
|
+
onLoopFix?: (swiper: import('swiper/types').Swiper) => void;
|
|
60
|
+
onBreakpoint?: (swiper: import('swiper/types').Swiper, breakpointParams: import('swiper/types').SwiperOptions) => void;
|
|
61
|
+
_beforeBreakpoint?: (swiper: import('swiper/types').Swiper, breakpointParams: import('swiper/types').SwiperOptions) => void;
|
|
62
|
+
_containerClasses?: (swiper: import('swiper/types').Swiper, classNames: string) => void;
|
|
63
|
+
_slideClass?: (swiper: import('swiper/types').Swiper, slideEl: HTMLElement, classNames: string) => void;
|
|
64
|
+
_slideClasses?: (swiper: import('swiper/types').Swiper, slides: {
|
|
65
|
+
slideEl: HTMLElement;
|
|
66
|
+
classNames: string;
|
|
67
|
+
index: number;
|
|
68
|
+
}[]) => void;
|
|
69
|
+
_swiper?: (swiper: import('swiper/types').Swiper) => void;
|
|
70
|
+
_freeModeNoMomentumRelease?: (swiper: import('swiper/types').Swiper) => void;
|
|
71
|
+
onActiveIndexChange?: (swiper: import('swiper/types').Swiper) => void;
|
|
72
|
+
onSnapIndexChange?: (swiper: import('swiper/types').Swiper) => void;
|
|
73
|
+
onRealIndexChange?: (swiper: import('swiper/types').Swiper) => void;
|
|
74
|
+
onAfterInit?: (swiper: import('swiper/types').Swiper) => void;
|
|
75
|
+
onBeforeInit?: (swiper: import('swiper/types').Swiper) => void;
|
|
76
|
+
onBeforeResize?: (swiper: import('swiper/types').Swiper) => void;
|
|
77
|
+
onBeforeSlideChangeStart?: (swiper: import('swiper/types').Swiper) => void;
|
|
78
|
+
onBeforeTransitionStart?: (swiper: import('swiper/types').Swiper, speed: number, internal: any) => void;
|
|
79
|
+
onChangeDirection?: (swiper: import('swiper/types').Swiper) => void;
|
|
80
|
+
onDoubleClick?: (swiper: import('swiper/types').Swiper, event: MouseEvent | TouchEvent | PointerEvent) => void;
|
|
81
|
+
onDestroy?: (swiper: import('swiper/types').Swiper) => void;
|
|
82
|
+
onMomentumBounce?: (swiper: import('swiper/types').Swiper) => void;
|
|
83
|
+
onOrientationchange?: (swiper: import('swiper/types').Swiper) => void;
|
|
84
|
+
onSlideResetTransitionStart?: (swiper: import('swiper/types').Swiper) => void;
|
|
85
|
+
onSlideResetTransitionEnd?: (swiper: import('swiper/types').Swiper) => void;
|
|
86
|
+
onSliderFirstMove?: (swiper: import('swiper/types').Swiper, event: TouchEvent) => void;
|
|
87
|
+
onSlidesLengthChange?: (swiper: import('swiper/types').Swiper) => void;
|
|
88
|
+
onSlidesGridLengthChange?: (swiper: import('swiper/types').Swiper) => void;
|
|
89
|
+
onSnapGridLengthChange?: (swiper: import('swiper/types').Swiper) => void;
|
|
90
|
+
onUpdate?: (swiper: import('swiper/types').Swiper) => void;
|
|
91
|
+
onLock?: (swiper: import('swiper/types').Swiper) => void;
|
|
92
|
+
onUnlock?: (swiper: import('swiper/types').Swiper) => void;
|
|
93
|
+
} & {
|
|
94
|
+
children?: import('react').ReactNode | undefined;
|
|
95
|
+
}>;
|
|
4
96
|
export declare const ScreenWrap: import('@linaria/react').StyledComponent<import('react').ClassAttributes<HTMLDivElement> & import('react').HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
|
|
5
97
|
export declare const SponsorIcon: React.FC<{
|
|
6
98
|
style?: React.CSSProperties;
|
|
@@ -1,59 +1,13 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
const t = () => r, S = /* @__PURE__ */ s(t())({
|
|
6
|
-
name: "Carousel",
|
|
7
|
-
class: "c1f9jjsn",
|
|
8
|
-
propsAsIs: !0
|
|
9
|
-
}), d = /* @__PURE__ */ s("div")({
|
|
10
|
-
name: "Dot",
|
|
11
|
-
class: "d25r51y",
|
|
12
|
-
propsAsIs: !1
|
|
13
|
-
}), f = /* @__PURE__ */ s("div")({
|
|
14
|
-
name: "Dots",
|
|
15
|
-
class: "d1lvrmx8",
|
|
16
|
-
propsAsIs: !1
|
|
17
|
-
}), v = /* @__PURE__ */ s("div")({
|
|
18
|
-
name: "ScreenWrap",
|
|
19
|
-
class: "s11xps29",
|
|
20
|
-
propsAsIs: !1
|
|
21
|
-
}), p = () => c, a = /* @__PURE__ */ s(p())({
|
|
22
|
-
name: "SponsorIconI",
|
|
23
|
-
class: "s14qstuv",
|
|
24
|
-
propsAsIs: !0
|
|
25
|
-
}), A = ({
|
|
26
|
-
style: o,
|
|
27
|
-
className: e
|
|
28
|
-
}) => /* @__PURE__ */ n(a, {
|
|
29
|
-
className: e,
|
|
30
|
-
style: o,
|
|
31
|
-
name: "icon-masters-logo"
|
|
32
|
-
}), u = /* @__PURE__ */ s("div")({
|
|
33
|
-
name: "ScreenTextBlock",
|
|
34
|
-
class: "s14mdh2e",
|
|
35
|
-
propsAsIs: !1
|
|
36
|
-
}), x = /* @__PURE__ */ s("div")({
|
|
37
|
-
name: "ScreenTitle",
|
|
38
|
-
class: "sqtjig9",
|
|
39
|
-
propsAsIs: !1
|
|
40
|
-
}), D = /* @__PURE__ */ s("div")({
|
|
41
|
-
name: "ScreenDescription",
|
|
42
|
-
class: "ss0mt",
|
|
43
|
-
propsAsIs: !1
|
|
44
|
-
}), j = /* @__PURE__ */ s("button")({
|
|
45
|
-
name: "ScreenButton",
|
|
46
|
-
class: "s10dmski",
|
|
47
|
-
propsAsIs: !1
|
|
48
|
-
});
|
|
1
|
+
import "react/jsx-runtime";
|
|
2
|
+
import "@linaria/react";
|
|
3
|
+
import { C as c, d as n, c as t, a as p, b as S, S as i, e as m } from "../../../../styles-BfnMua4o.js";
|
|
4
|
+
import "../../../../ui/icons/index.js";
|
|
49
5
|
export {
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
v as ScreenWrap,
|
|
58
|
-
A as SponsorIcon
|
|
6
|
+
c as Carousel,
|
|
7
|
+
n as ScreenButton,
|
|
8
|
+
t as ScreenDescription,
|
|
9
|
+
p as ScreenTextBlock,
|
|
10
|
+
S as ScreenTitle,
|
|
11
|
+
i as ScreenWrap,
|
|
12
|
+
m as SponsorIcon
|
|
59
13
|
};
|