jp.ui.app.ds 1.0.1 → 1.0.3

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.
Files changed (184) hide show
  1. package/dist/index.d.ts +731 -7
  2. package/dist/index.js +1 -184
  3. package/dist/index.js.map +1 -1
  4. package/dist/just_poker/alert/alert.d.ts +9 -0
  5. package/dist/just_poker/alert/alert.style.d.ts +7 -0
  6. package/dist/just_poker/alert/index.d.ts +1 -0
  7. package/dist/just_poker/app-bar-header/app-bar-header-requisites-item.d.ts +7 -0
  8. package/dist/just_poker/app-bar-header/app-bar-header-requisites-item.style.d.ts +4 -0
  9. package/dist/just_poker/app-bar-header/app-bar-header-requisites.d.ts +10 -0
  10. package/dist/just_poker/app-bar-header/app-bar-header-requisites.style.d.ts +4 -0
  11. package/dist/just_poker/app-bar-header/app-bar-header.d.ts +11 -0
  12. package/dist/just_poker/app-bar-header/app-bar-header.style.d.ts +12 -0
  13. package/dist/just_poker/app-bar-header/index.d.ts +1 -0
  14. package/dist/just_poker/avatar/avatar-frame-type.d.ts +11 -0
  15. package/dist/just_poker/avatar/avatar-size-type.d.ts +4 -0
  16. package/dist/just_poker/avatar/avatar.d.ts +18 -0
  17. package/dist/just_poker/avatar/avatar.style.d.ts +34 -0
  18. package/dist/just_poker/avatar/index.d.ts +4 -0
  19. package/dist/just_poker/avatar-badge/avatar-badge.d.ts +7 -0
  20. package/dist/just_poker/avatar-badge/avatar-badge.style.d.ts +22 -0
  21. package/dist/just_poker/avatar-badge/badge-type.d.ts +1 -0
  22. package/dist/just_poker/avatar-badge/index.d.ts +2 -0
  23. package/dist/just_poker/avatar-image/avatar-image.d.ts +14 -0
  24. package/dist/just_poker/avatar-image/avatar-image.style.d.ts +19 -0
  25. package/dist/just_poker/avatar-image/index.d.ts +2 -0
  26. package/dist/just_poker/banner/banner.d.ts +9 -0
  27. package/dist/just_poker/banner/banner.style.d.ts +23 -0
  28. package/dist/just_poker/banner/index.d.ts +2 -0
  29. package/dist/just_poker/bottom-selection-panel/bottom-selection-panel-item.d.ts +9 -0
  30. package/dist/just_poker/bottom-selection-panel/bottom-selection-panel-item.style.d.ts +9 -0
  31. package/dist/just_poker/bottom-selection-panel/bottom-selection-panel.d.ts +15 -0
  32. package/dist/just_poker/bottom-selection-panel/bottom-selection-panel.style.d.ts +7 -0
  33. package/dist/just_poker/bottom-selection-panel/index.d.ts +2 -0
  34. package/dist/just_poker/card/card-button.d.ts +12 -0
  35. package/dist/just_poker/card/card-item-with-checkbox.d.ts +12 -0
  36. package/dist/just_poker/card/card-item.d.ts +14 -0
  37. package/dist/just_poker/card/card-item.style.d.ts +4 -0
  38. package/dist/just_poker/card/card-product.d.ts +21 -0
  39. package/dist/just_poker/card/card-product.style.d.ts +39 -0
  40. package/dist/just_poker/card/card.d.ts +16 -0
  41. package/dist/just_poker/card/index.d.ts +4 -0
  42. package/dist/just_poker/cards-player/cards-player-on-mobile-table-yours.d.ts +3 -0
  43. package/dist/just_poker/cards-player/cards-player-on-mobile-table-yours.style.d.ts +42 -0
  44. package/dist/just_poker/cards-player/cards-player-on-mobile-table.d.ts +3 -0
  45. package/dist/just_poker/cards-player/cards-player-on-mobile-table.style.d.ts +39 -0
  46. package/dist/just_poker/cards-player/cards-player-yours.d.ts +6 -0
  47. package/dist/just_poker/cards-player/cards-player-yours.style.d.ts +28 -0
  48. package/dist/just_poker/cards-player/cards-player.d.ts +18 -0
  49. package/dist/just_poker/cards-player/cards-player.style.d.ts +20 -0
  50. package/dist/just_poker/cards-player/index.d.ts +4 -0
  51. package/dist/just_poker/game-card/game-card-factory.d.ts +2 -0
  52. package/dist/just_poker/game-card/game-cards-deck.d.ts +16 -0
  53. package/dist/just_poker/game-card/game-cards-deck.style.d.ts +4 -0
  54. package/dist/just_poker/game-card/game-cards-row.d.ts +11 -0
  55. package/dist/just_poker/game-card/game-cards-row.style.d.ts +6 -0
  56. package/dist/just_poker/game-card/game-cards-stub.d.ts +6 -0
  57. package/dist/just_poker/game-card/game-cards-stub.style.d.ts +12 -0
  58. package/dist/just_poker/game-card/index.d.ts +6 -0
  59. package/dist/just_poker/game-card/skins/base/game-card-base.d.ts +36 -0
  60. package/dist/just_poker/game-card/skins/base/game-card-base.style.d.ts +56 -0
  61. package/dist/just_poker/game-card/skins/dacha/card-skin-dacha.d.ts +10 -0
  62. package/dist/just_poker/game-card/skins/dacha/card-skin-dacha.style.d.ts +31 -0
  63. package/dist/just_poker/game-card/skins/default/game-card-skin-default.d.ts +11 -0
  64. package/dist/just_poker/game-card/skins/default/game-card-skin-default.style.d.ts +24 -0
  65. package/dist/just_poker/game-card/skins/pink-panther/card-skin-pink-panther.d.ts +10 -0
  66. package/dist/just_poker/game-card/skins/pink-panther/card-skin-pink-panther.style.d.ts +34 -0
  67. package/dist/just_poker/game-card/skins/pokerdom/card-skin-pokerdom.d.ts +10 -0
  68. package/dist/just_poker/game-card/skins/pokerdom/card-skin-pokerdom.style.d.ts +31 -0
  69. package/dist/just_poker/game-card/skins/premium/card-skin-premium.d.ts +10 -0
  70. package/dist/just_poker/game-card/skins/premium/card-skin-premium.style.d.ts +31 -0
  71. package/dist/just_poker/game-card/skins/ussr/card-skin-ussr.d.ts +10 -0
  72. package/dist/just_poker/game-card/skins/ussr/card-skin-ussr.style.d.ts +31 -0
  73. package/dist/just_poker/game-card/skins/vampire/card-skin-vampire.d.ts +10 -0
  74. package/dist/just_poker/game-card/skins/vampire/card-skin-vampire.style.d.ts +31 -0
  75. package/dist/just_poker/game-card/skins/western/card-skin-western.d.ts +10 -0
  76. package/dist/just_poker/game-card/skins/western/card-skin-western.style.d.ts +31 -0
  77. package/dist/just_poker/game-card/types/game-card-rank.enum.d.ts +15 -0
  78. package/dist/just_poker/game-card/types/game-card-size.enum.d.ts +4 -0
  79. package/dist/just_poker/game-card/types/game-card-skin.enum.d.ts +10 -0
  80. package/dist/just_poker/game-card/types/game-card-suit.enum.d.ts +6 -0
  81. package/dist/just_poker/game-card/types/game-card.type.d.ts +6 -0
  82. package/dist/just_poker/game-card/types/poker-set.enum.d.ts +13 -0
  83. package/dist/just_poker/index.d.ts +17 -0
  84. package/dist/just_poker/last-action-panel/index.d.ts +1 -0
  85. package/dist/just_poker/last-action-panel/last-action-panel.d.ts +9 -0
  86. package/dist/just_poker/last-action-panel/last-action-panel.style.d.ts +4 -0
  87. package/dist/just_poker/page-screen/index.d.ts +2 -0
  88. package/dist/just_poker/page-screen/page-screen.d.ts +19 -0
  89. package/dist/just_poker/page-screen/screen.d.ts +4 -0
  90. package/dist/just_poker/popup-screen/index.d.ts +1 -0
  91. package/dist/just_poker/popup-screen/popup-screen.style.d.ts +8 -0
  92. package/dist/just_poker/rustore-banner/index.d.ts +1 -0
  93. package/dist/just_poker/rustore-banner/rustore-banner.d.ts +6 -0
  94. package/dist/just_poker/rustore-banner/rustore-banner.style.d.ts +4 -0
  95. package/dist/just_poker/scroll-list/index.d.ts +1 -0
  96. package/dist/just_poker/scroll-list/scroll-list.d.ts +4 -0
  97. package/dist/just_poker/skeleton/index.d.ts +1 -0
  98. package/dist/just_poker/skeleton/skeleton.style.d.ts +14 -0
  99. package/dist/just_poker/workflow-buttons/index.d.ts +1 -0
  100. package/dist/just_poker/workflow-buttons/workflow-buttons.style.d.ts +4 -0
  101. package/dist/matherial3/badge/badge.style.d.ts +5 -0
  102. package/dist/matherial3/badge/index.d.ts +2 -0
  103. package/dist/matherial3/bottom-sheet/bottom-sheet.d.ts +7 -0
  104. package/dist/matherial3/bottom-sheet/bottom-sheet.style.d.ts +17 -0
  105. package/dist/matherial3/bottom-sheet/index.d.ts +2 -0
  106. package/dist/matherial3/dialog/dialog.d.ts +11 -0
  107. package/dist/matherial3/dialog/dialog.style.d.ts +16 -0
  108. package/dist/matherial3/dialog/index.d.ts +2 -0
  109. package/dist/matherial3/divider/divider.style.d.ts +5 -0
  110. package/dist/matherial3/divider/index.d.ts +2 -0
  111. package/dist/matherial3/icon-button/icon-button.d.ts +13 -0
  112. package/dist/matherial3/icon-button/icon-button.style.d.ts +11 -0
  113. package/dist/matherial3/icon-button/index.d.ts +2 -0
  114. package/dist/matherial3/index.d.ts +14 -0
  115. package/dist/matherial3/list-item/index.d.ts +1 -0
  116. package/dist/matherial3/list-item/list-item.d.ts +11 -0
  117. package/dist/matherial3/list-item/list-item.style.d.ts +19 -0
  118. package/dist/matherial3/progress-indicator/circular-progress.d.ts +2 -0
  119. package/dist/matherial3/progress-indicator/circular-progress.style.d.ts +5 -0
  120. package/dist/matherial3/progress-indicator/index.d.ts +3 -0
  121. package/dist/matherial3/progress-indicator/screen-progress.d.ts +2 -0
  122. package/dist/matherial3/progress-indicator/screen-progress.style.d.ts +4 -0
  123. package/dist/matherial3/radio-buttons/index.d.ts +2 -0
  124. package/dist/matherial3/radio-buttons/radio-button-group.d.ts +11 -0
  125. package/dist/matherial3/radio-buttons/radio-button-group.style.d.ts +3 -0
  126. package/dist/matherial3/radio-buttons/radio-button.d.ts +8 -0
  127. package/dist/matherial3/radio-buttons/radio-button.style.d.ts +37 -0
  128. package/dist/matherial3/snackbar/index.d.ts +2 -0
  129. package/dist/matherial3/snackbar/snackbar-item.d.ts +8 -0
  130. package/dist/matherial3/snackbar/snackbar-item.style.d.ts +30 -0
  131. package/dist/matherial3/snackbar/snackbar.d.ts +14 -0
  132. package/dist/matherial3/snackbar/snackbar.style.d.ts +4 -0
  133. package/dist/matherial3/tabs/index.d.ts +3 -0
  134. package/dist/matherial3/tabs/tab.d.ts +8 -0
  135. package/dist/matherial3/tabs/tab.style.d.ts +12 -0
  136. package/dist/matherial3/tabs/tabs.d.ts +11 -0
  137. package/dist/matherial3/tabs/tabs.style.d.ts +5 -0
  138. package/dist/matherial3/text-field/index.d.ts +2 -0
  139. package/dist/matherial3/text-field/outlined-text-field.d.ts +19 -0
  140. package/dist/matherial3/text-field/outlined-text-field.style.d.ts +24 -0
  141. package/dist/matherial3/textarea/index.d.ts +2 -0
  142. package/dist/matherial3/textarea/outlined-textarea.d.ts +18 -0
  143. package/dist/matherial3/textarea/outlined-textarea.style.d.ts +24 -0
  144. package/dist/matherial3/top-up-bar/badge-icon.d.ts +10 -0
  145. package/dist/matherial3/top-up-bar/badge-icon.style.d.ts +11 -0
  146. package/dist/matherial3/top-up-bar/index.d.ts +1 -0
  147. package/dist/matherial3/top-up-bar/top-app-bar.d.ts +12 -0
  148. package/dist/matherial3/top-up-bar/top-app-bar.style.d.ts +18 -0
  149. package/dist/matherial3/typography/m3-typography.d.ts +2 -2
  150. package/dist/tokens/common.d.ts +5 -0
  151. package/dist/tokens/index.d.ts +5 -0
  152. package/dist/tokens/media.d.ts +4 -0
  153. package/dist/tokens/palette.d.ts +49 -0
  154. package/dist/tokens/z-index.d.ts +10 -0
  155. package/dist/universal-screen/icons.d.ts +1 -0
  156. package/dist/universal-screen/index.d.ts +1 -0
  157. package/dist/universal-screen/sections/banner-section/banner-section-item.d.ts +9 -0
  158. package/dist/universal-screen/sections/banner-section/banner-section-item.style.d.ts +23 -0
  159. package/dist/universal-screen/sections/banner-section/banner-section.d.ts +9 -0
  160. package/dist/universal-screen/sections/card-list-section/card-list-section-item.d.ts +11 -0
  161. package/dist/universal-screen/sections/card-list-section/card-list-section.d.ts +11 -0
  162. package/dist/universal-screen/sections/card-list-section/card-list-section.style.d.ts +10 -0
  163. package/dist/universal-screen/sections/cards-set-info-section/cards-set-info-section.d.ts +7 -0
  164. package/dist/universal-screen/sections/cards-set-info-section/cards-set-info-section.style.d.ts +12 -0
  165. package/dist/universal-screen/sections/form-buttons-section/form-buttons-section.d.ts +10 -0
  166. package/dist/universal-screen/sections/form-buttons-section/form-buttons-section.style.d.ts +4 -0
  167. package/dist/universal-screen/sections/index.d.ts +10 -0
  168. package/dist/universal-screen/sections/menu-header-section/menu-header-section.d.ts +7 -0
  169. package/dist/universal-screen/sections/menu-header-section/menu-header-section.style.d.ts +4 -0
  170. package/dist/universal-screen/sections/menu-list-section/menu-list-section-item.d.ts +9 -0
  171. package/dist/universal-screen/sections/menu-list-section/menu-list-section-option.d.ts +9 -0
  172. package/dist/universal-screen/sections/menu-list-section/menu-list-section-option.style.d.ts +21 -0
  173. package/dist/universal-screen/sections/menu-list-section/menu-list-section.d.ts +9 -0
  174. package/dist/universal-screen/sections/menu-list-section/menu-list-section.style.d.ts +4 -0
  175. package/dist/universal-screen/sections/section-factory.d.ts +3 -0
  176. package/dist/universal-screen/sections/status-header-section/status-header-section.d.ts +10 -0
  177. package/dist/universal-screen/sections/tabs-section/tabs-section.d.ts +9 -0
  178. package/dist/universal-screen/sections/tabs-section/tabs-section.style.d.ts +3 -0
  179. package/dist/universal-screen/sections/text-section/text-section.d.ts +7 -0
  180. package/dist/universal-screen/sections/text-section/text-section.style.d.ts +3 -0
  181. package/dist/universal-screen/types.d.ts +20 -0
  182. package/dist/universal-screen/universal-screen.d.ts +13 -0
  183. package/dist/utils/common.d.ts +7 -0
  184. package/package.json +6 -4
@@ -0,0 +1,20 @@
1
+ type PlayersPanelItemStyleType = {
2
+ isActive: boolean;
3
+ };
4
+ export declare const CardsPlayerStyle: import("@emotion/styled").StyledComponent<{
5
+ theme?: import("@emotion/react").Theme;
6
+ as?: React.ElementType;
7
+ } & import("react").ClassAttributes<HTMLButtonElement> & import("react").ButtonHTMLAttributes<HTMLButtonElement> & {
8
+ theme?: import("@emotion/react").Theme;
9
+ } & PlayersPanelItemStyleType, {}, {}>;
10
+ export declare const CardsPlayerName: import("@emotion/styled").StyledComponent<import("../../matherial3/typography/m3-typography").TypographyProps & {
11
+ theme?: import("@emotion/react").Theme;
12
+ }, {}, {}>;
13
+ export declare const CardsPlayerStack: import("@emotion/styled").StyledComponent<import("../../matherial3/typography/m3-typography").TypographyProps & {
14
+ theme?: import("@emotion/react").Theme;
15
+ }, {}, {}>;
16
+ export declare const CardsPlayerCards: import("@emotion/styled").StyledComponent<{
17
+ theme?: import("@emotion/react").Theme;
18
+ as?: React.ElementType;
19
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
20
+ export {};
@@ -0,0 +1,4 @@
1
+ export { CardsPlayer } from './cards-player.tsx';
2
+ export { CardsPlayerYours } from './cards-player-yours.tsx';
3
+ export { CardsPlayerOnMobileTable } from './cards-player-on-mobile-table.tsx';
4
+ export { CardsPlayerOnMobileTableYours } from './cards-player-on-mobile-table-yours.tsx';
@@ -0,0 +1,2 @@
1
+ import { CardSkinWestern } from './skins/western/card-skin-western';
2
+ export declare function createGameCard(skin: string): typeof CardSkinWestern;
@@ -0,0 +1,16 @@
1
+ import * as React from 'react';
2
+ import { GameCardSizeEnum } from './types/game-card-size.enum.ts';
3
+ import { GameCardSuitEnum } from './types/game-card-suit.enum.ts';
4
+ import { GameCardSkinEnum } from './types/game-card-skin.enum.ts';
5
+ type GameCardsDeckSuitProps = {
6
+ size: GameCardSizeEnum;
7
+ suit: GameCardSuitEnum;
8
+ skin: GameCardSkinEnum;
9
+ };
10
+ type GameCardsDeckProps = {
11
+ size: GameCardSizeEnum;
12
+ skin: GameCardSkinEnum;
13
+ };
14
+ export declare const GameCardsDeckSuit: ({ suit, skin, size }: GameCardsDeckSuitProps) => React.JSX.Element;
15
+ export declare const GameCardsDeck: ({ skin, size }: GameCardsDeckProps) => React.JSX.Element;
16
+ export {};
@@ -0,0 +1,4 @@
1
+ export declare const GameCardsDeckCardWrapper: import("@emotion/styled").StyledComponent<{
2
+ theme?: import("@emotion/react").Theme;
3
+ as?: React.ElementType;
4
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -0,0 +1,11 @@
1
+ import * as React from 'react';
2
+ import { GameCardSizeEnum } from './types/game-card-size.enum.ts';
3
+ import { GameCardType } from './types/game-card.type.ts';
4
+ type CardsRowProps = {
5
+ cards: Array<GameCardType>;
6
+ rowSize: number;
7
+ size: GameCardSizeEnum;
8
+ hasAnimation?: boolean;
9
+ };
10
+ export declare const GameCardsRow: ({ cards, rowSize, skin, size, hasAnimation }: CardsRowProps) => React.JSX.Element;
11
+ export {};
@@ -0,0 +1,6 @@
1
+ export declare const GameCardsRowStyle: import("@emotion/styled").StyledComponent<{
2
+ theme?: import("@emotion/react").Theme;
3
+ as?: React.ElementType;
4
+ } & {
5
+ isTableCard: boolean;
6
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -0,0 +1,6 @@
1
+ import * as React from 'react';
2
+ type TwoStubCardsProps = {
3
+ skin: string;
4
+ };
5
+ export declare const GameCardsStub: ({ skin }: TwoStubCardsProps) => React.JSX.Element;
6
+ export {};
@@ -0,0 +1,12 @@
1
+ export declare const TwoStubCardsRoot: import("@emotion/styled").StyledComponent<{
2
+ theme?: import("@emotion/react").Theme;
3
+ as?: React.ElementType;
4
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
5
+ export declare const TwoStubCardsLeftCard: import("@emotion/styled").StyledComponent<{
6
+ theme?: import("@emotion/react").Theme;
7
+ as?: React.ElementType;
8
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
9
+ export declare const TwoStubCardsRightCard: import("@emotion/styled").StyledComponent<{
10
+ theme?: import("@emotion/react").Theme;
11
+ as?: React.ElementType;
12
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -0,0 +1,6 @@
1
+ import { GameCardSizeEnum } from './types/game-card-size.enum.ts';
2
+ import { GameCardSuitEnum } from './types/game-card-suit.enum.ts';
3
+ import { GameCardRankEnum } from './types/game-card-rank.enum.ts';
4
+ import { GameCardSkinEnum } from './types/game-card-skin.enum.ts';
5
+ import { createGameCard } from './game-card-factory.tsx';
6
+ export { GameCardSizeEnum, GameCardSuitEnum, GameCardRankEnum, GameCardSkinEnum, createGameCard, };
@@ -0,0 +1,36 @@
1
+ import * as React from 'react';
2
+ import { Theme } from '@emotion/react';
3
+ import { JSX } from 'react';
4
+ import { GameCardSizeEnum } from '../../types/game-card-size.enum.ts';
5
+ type componentTypeStyle = {
6
+ rank?: number;
7
+ suit?: string;
8
+ size: GameCardSizeEnum;
9
+ theme: Theme;
10
+ hasAnimation?: boolean;
11
+ isDisable?: boolean;
12
+ };
13
+ export type SuitSet = {
14
+ club: string;
15
+ spade: string;
16
+ heart: string;
17
+ diamond: string;
18
+ };
19
+ export declare abstract class GameCardBase extends React.PureComponent<componentTypeStyle> {
20
+ abstract getCover(): JSX.Element;
21
+ abstract getFace(): JSX.Element;
22
+ abstract getFaceBackgroundColor(): string;
23
+ abstract getFaceBorderColor(): string;
24
+ abstract getCoverBackgroundColor(): string;
25
+ abstract getCoverBorderColor(): string;
26
+ protected suitToIcon(iconSet: SuitSet): string;
27
+ protected suitToColor(colorSet: SuitSet): string;
28
+ protected isTableSize(): boolean;
29
+ protected isEmpty(): boolean;
30
+ protected isTen(): boolean;
31
+ protected isDisable(): boolean;
32
+ protected rankToLetter(): string;
33
+ protected getTheme(): Theme;
34
+ render(): JSX.Element;
35
+ }
36
+ export {};
@@ -0,0 +1,56 @@
1
+ export declare const CardBaseShape: import("@emotion/styled").StyledComponent<{
2
+ theme?: import("@emotion/react").Theme;
3
+ as?: React.ElementType;
4
+ } & {
5
+ isTableCard: boolean;
6
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
7
+ export declare const CardBaseRotator: import("@emotion/styled").StyledComponent<{
8
+ theme?: import("@emotion/react").Theme;
9
+ as?: React.ElementType;
10
+ } & {
11
+ isTableCard: boolean;
12
+ } & import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & {
13
+ theme?: import("@emotion/react").Theme;
14
+ } & {
15
+ hasAnimation: boolean;
16
+ }, {}, {}>;
17
+ export declare const GameCardBaseStyle: import("@emotion/styled").StyledComponent<{
18
+ theme?: import("@emotion/react").Theme;
19
+ as?: React.ElementType;
20
+ } & {
21
+ isTableCard: boolean;
22
+ } & import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & {
23
+ theme?: import("@emotion/react").Theme;
24
+ } & {
25
+ isTableCard: boolean;
26
+ backgroundColor: string;
27
+ borderColor: string;
28
+ isDisable: boolean;
29
+ }, {}, {}>;
30
+ export declare const CardBaseStackStyle: import("@emotion/styled").StyledComponent<{
31
+ theme?: import("@emotion/react").Theme;
32
+ as?: React.ElementType;
33
+ } & {
34
+ direction: "row" | "column";
35
+ justifyContent: "start" | "center" | "space-between" | "space-around" | "space-evenly" | "end";
36
+ alignItems: "stretch" | "center" | "start" | "end";
37
+ gap?: number;
38
+ } & import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & {
39
+ theme?: import("@emotion/react").Theme;
40
+ }, {}, {}>;
41
+ export declare const CardBaseContainer: import("@emotion/styled").StyledComponent<{
42
+ theme?: import("@emotion/react").Theme;
43
+ as?: React.ElementType;
44
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
45
+ export declare const CardBaseStackFaceStyle: import("@emotion/styled").StyledComponent<{
46
+ theme?: import("@emotion/react").Theme;
47
+ as?: React.ElementType;
48
+ } & import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & {
49
+ theme?: import("@emotion/react").Theme;
50
+ }, {}, {}>;
51
+ export declare const CardBaseStackCoverStyle: import("@emotion/styled").StyledComponent<{
52
+ theme?: import("@emotion/react").Theme;
53
+ as?: React.ElementType;
54
+ } & import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & {
55
+ theme?: import("@emotion/react").Theme;
56
+ }, {}, {}>;
@@ -0,0 +1,10 @@
1
+ import { JSX } from 'react';
2
+ import { GameCardBase } from '../base/game-card-base.tsx';
3
+ export declare class CardSkinDacha extends GameCardBase {
4
+ getFaceBackgroundColor(): string;
5
+ getFaceBorderColor(): string;
6
+ getCoverBackgroundColor(): string;
7
+ getCoverBorderColor(): string;
8
+ getCover(): JSX.Element;
9
+ getFace(): JSX.Element;
10
+ }
@@ -0,0 +1,31 @@
1
+ type CardSkinDachaCardRankType = {
2
+ isTable: boolean;
3
+ isTen: boolean;
4
+ };
5
+ export declare const CardSkinDachaCardRank: import("@emotion/styled").StyledComponent<import("../../../../matherial3/typography/m3-typography").TypographyProps & {
6
+ theme?: import("@emotion/react").Theme;
7
+ } & CardSkinDachaCardRankType, {}, {}>;
8
+ type CardSkinDachaCardSuit = {
9
+ isTable: boolean;
10
+ };
11
+ export declare const CardSkinDachaCardSuit: import("@emotion/styled").StyledComponent<{
12
+ icon: string;
13
+ } & {
14
+ width?: number;
15
+ height?: number;
16
+ color?: string;
17
+ className?: string;
18
+ } & {
19
+ theme?: import("@emotion/react").Theme;
20
+ } & CardSkinDachaCardSuit, {}, {}>;
21
+ export declare const CardSkinDachaCoverLabel: import("@emotion/styled").StyledComponent<{
22
+ icon: string;
23
+ } & {
24
+ width?: number;
25
+ height?: number;
26
+ color?: string;
27
+ className?: string;
28
+ } & {
29
+ theme?: import("@emotion/react").Theme;
30
+ } & CardSkinDachaCardSuit, {}, {}>;
31
+ export {};
@@ -0,0 +1,11 @@
1
+ import { JSX } from 'react';
2
+ import { GameCardBase } from '../base/game-card-base.tsx';
3
+ export declare class GameCardSkinDefault extends GameCardBase {
4
+ private COVER_LABEL;
5
+ getFaceBackgroundColor(): string;
6
+ getFaceBorderColor(): string;
7
+ getCoverBackgroundColor(): string;
8
+ getCoverBorderColor(): string;
9
+ getCover(): JSX.Element;
10
+ getFace(): JSX.Element;
11
+ }
@@ -0,0 +1,24 @@
1
+ type componentType = {
2
+ isTable: boolean;
3
+ };
4
+ export declare const CardSkinDefaultCardRank: import("@emotion/styled").StyledComponent<import("../../../../matherial3/typography/m3-typography").TypographyProps & {
5
+ theme?: import("@emotion/react").Theme;
6
+ } & componentType, {}, {}>;
7
+ type CardSkinDefaultCardSuitType = {
8
+ isTable: boolean;
9
+ iconColor: string;
10
+ };
11
+ export declare const CardSkinDefaultCardSuit: import("@emotion/styled").StyledComponent<{
12
+ icon: string;
13
+ } & {
14
+ width?: number;
15
+ height?: number;
16
+ color?: string;
17
+ className?: string;
18
+ } & {
19
+ theme?: import("@emotion/react").Theme;
20
+ } & CardSkinDefaultCardSuitType, {}, {}>;
21
+ export declare const CardSkinDefaultCoverLabel: import("@emotion/styled").StyledComponent<import("../../../../matherial3/typography/m3-typography").TypographyProps & {
22
+ theme?: import("@emotion/react").Theme;
23
+ } & componentType, {}, {}>;
24
+ export {};
@@ -0,0 +1,10 @@
1
+ import { JSX } from 'react';
2
+ import { GameCardBase } from '../base/game-card-base.tsx';
3
+ export declare class CardSkinPinkPanther extends GameCardBase {
4
+ getFaceBackgroundColor(): string;
5
+ getFaceBorderColor(): string;
6
+ getCoverBackgroundColor(): string;
7
+ getCoverBorderColor(): string;
8
+ getCover(): JSX.Element;
9
+ getFace(): JSX.Element;
10
+ }
@@ -0,0 +1,34 @@
1
+ type CardSkinPinkPantherCardRankType = {
2
+ isTable: boolean;
3
+ isTen: boolean;
4
+ };
5
+ export declare const CardSkinPinkPantherCardRank: import("@emotion/styled").StyledComponent<import("../../../../matherial3/typography/m3-typography").TypographyProps & {
6
+ theme?: import("@emotion/react").Theme;
7
+ } & CardSkinPinkPantherCardRankType, {}, {}>;
8
+ type CardSkinPinkPantherCardSuit = {
9
+ isTable: boolean;
10
+ };
11
+ export declare const CardSkinPinkPantherCardSuit: import("@emotion/styled").StyledComponent<{
12
+ icon: string;
13
+ } & {
14
+ width?: number;
15
+ height?: number;
16
+ color?: string;
17
+ className?: string;
18
+ } & {
19
+ theme?: import("@emotion/react").Theme;
20
+ } & CardSkinPinkPantherCardSuit, {}, {}>;
21
+ type CardSkinPantherCardSuit = {
22
+ isTable: boolean;
23
+ };
24
+ export declare const CardSkinPinkPantherCoverLabel: import("@emotion/styled").StyledComponent<{
25
+ icon: string;
26
+ } & {
27
+ width?: number;
28
+ height?: number;
29
+ color?: string;
30
+ className?: string;
31
+ } & {
32
+ theme?: import("@emotion/react").Theme;
33
+ } & CardSkinPantherCardSuit, {}, {}>;
34
+ export {};
@@ -0,0 +1,10 @@
1
+ import { JSX } from 'react';
2
+ import { GameCardBase } from '../base/game-card-base.tsx';
3
+ export declare class CardSkinPokerdom extends GameCardBase {
4
+ getFaceBackgroundColor(): string;
5
+ getFaceBorderColor(): string;
6
+ getCoverBackgroundColor(): string;
7
+ getCoverBorderColor(): string;
8
+ getCover(): JSX.Element;
9
+ getFace(): JSX.Element;
10
+ }
@@ -0,0 +1,31 @@
1
+ type CardSkinPokerdomCardRankType = {
2
+ isTable: boolean;
3
+ isTen: boolean;
4
+ };
5
+ export declare const CardSkinPokerdomCardRank: import("@emotion/styled").StyledComponent<import("../../../../matherial3/typography/m3-typography").TypographyProps & {
6
+ theme?: import("@emotion/react").Theme;
7
+ } & CardSkinPokerdomCardRankType, {}, {}>;
8
+ type CardSkinPokerdomCardSuit = {
9
+ isTable: boolean;
10
+ };
11
+ export declare const CardSkinPokerdomCardSuit: import("@emotion/styled").StyledComponent<{
12
+ icon: string;
13
+ } & {
14
+ width?: number;
15
+ height?: number;
16
+ color?: string;
17
+ className?: string;
18
+ } & {
19
+ theme?: import("@emotion/react").Theme;
20
+ } & CardSkinPokerdomCardSuit, {}, {}>;
21
+ export declare const CardSkinPokerdomCoverLabel: import("@emotion/styled").StyledComponent<{
22
+ icon: string;
23
+ } & {
24
+ width?: number;
25
+ height?: number;
26
+ color?: string;
27
+ className?: string;
28
+ } & {
29
+ theme?: import("@emotion/react").Theme;
30
+ } & CardSkinPokerdomCardSuit, {}, {}>;
31
+ export {};
@@ -0,0 +1,10 @@
1
+ import { JSX } from 'react';
2
+ import { GameCardBase } from '../base/game-card-base.tsx';
3
+ export declare class CardSkinPremium extends GameCardBase {
4
+ getFaceBackgroundColor(): string;
5
+ getFaceBorderColor(): string;
6
+ getCoverBackgroundColor(): string;
7
+ getCoverBorderColor(): string;
8
+ getCover(): JSX.Element;
9
+ getFace(): JSX.Element;
10
+ }
@@ -0,0 +1,31 @@
1
+ type CardSkinPremiumCardRankType = {
2
+ isTable: boolean;
3
+ isTen: boolean;
4
+ };
5
+ export declare const CardSkinPremiumCardRank: import("@emotion/styled").StyledComponent<import("../../../../matherial3/typography/m3-typography").TypographyProps & {
6
+ theme?: import("@emotion/react").Theme;
7
+ } & CardSkinPremiumCardRankType, {}, {}>;
8
+ type CardSkinPremiumCardSuit = {
9
+ isTable: boolean;
10
+ };
11
+ export declare const CardSkinPremiumCardSuit: import("@emotion/styled").StyledComponent<{
12
+ icon: string;
13
+ } & {
14
+ width?: number;
15
+ height?: number;
16
+ color?: string;
17
+ className?: string;
18
+ } & {
19
+ theme?: import("@emotion/react").Theme;
20
+ } & CardSkinPremiumCardSuit, {}, {}>;
21
+ export declare const CardSkinPremiumCoverLabel: import("@emotion/styled").StyledComponent<{
22
+ icon: string;
23
+ } & {
24
+ width?: number;
25
+ height?: number;
26
+ color?: string;
27
+ className?: string;
28
+ } & {
29
+ theme?: import("@emotion/react").Theme;
30
+ } & CardSkinPremiumCardSuit, {}, {}>;
31
+ export {};
@@ -0,0 +1,10 @@
1
+ import { JSX } from 'react';
2
+ import { GameCardBase } from '../base/game-card-base.tsx';
3
+ export declare class CardSkinUssr extends GameCardBase {
4
+ getFaceBackgroundColor(): string;
5
+ getFaceBorderColor(): string;
6
+ getCoverBackgroundColor(): string;
7
+ getCoverBorderColor(): string;
8
+ getCover(): JSX.Element;
9
+ getFace(): JSX.Element;
10
+ }
@@ -0,0 +1,31 @@
1
+ type CardSkinUssrCardRankType = {
2
+ isTable: boolean;
3
+ isTen: boolean;
4
+ };
5
+ export declare const CardSkinUssrCardRank: import("@emotion/styled").StyledComponent<import("../../../../matherial3/typography/m3-typography").TypographyProps & {
6
+ theme?: import("@emotion/react").Theme;
7
+ } & CardSkinUssrCardRankType, {}, {}>;
8
+ type CardSkinUssrCardSuit = {
9
+ isTable: boolean;
10
+ };
11
+ export declare const CardSkinUssrCardSuit: import("@emotion/styled").StyledComponent<{
12
+ icon: string;
13
+ } & {
14
+ width?: number;
15
+ height?: number;
16
+ color?: string;
17
+ className?: string;
18
+ } & {
19
+ theme?: import("@emotion/react").Theme;
20
+ } & CardSkinUssrCardSuit, {}, {}>;
21
+ export declare const CardSkinUssrCoverLabel: import("@emotion/styled").StyledComponent<{
22
+ icon: string;
23
+ } & {
24
+ width?: number;
25
+ height?: number;
26
+ color?: string;
27
+ className?: string;
28
+ } & {
29
+ theme?: import("@emotion/react").Theme;
30
+ } & CardSkinUssrCardSuit, {}, {}>;
31
+ export {};
@@ -0,0 +1,10 @@
1
+ import { JSX } from 'react';
2
+ import { GameCardBase } from '../base/game-card-base.tsx';
3
+ export declare class CardSkinVampire extends GameCardBase {
4
+ getFaceBackgroundColor(): string;
5
+ getFaceBorderColor(): string;
6
+ getCoverBackgroundColor(): string;
7
+ getCoverBorderColor(): string;
8
+ getCover(): JSX.Element;
9
+ getFace(): JSX.Element;
10
+ }
@@ -0,0 +1,31 @@
1
+ type CardSkinWesternCardRankType = {
2
+ isTable: boolean;
3
+ isTen: boolean;
4
+ };
5
+ export declare const CardSkinVampireCardRank: import("@emotion/styled").StyledComponent<import("../../../../matherial3/typography/m3-typography").TypographyProps & {
6
+ theme?: import("@emotion/react").Theme;
7
+ } & CardSkinWesternCardRankType, {}, {}>;
8
+ type CardSkinVampireCardSuit = {
9
+ isTable: boolean;
10
+ };
11
+ export declare const CardSkinVampireCardSuit: import("@emotion/styled").StyledComponent<{
12
+ icon: string;
13
+ } & {
14
+ width?: number;
15
+ height?: number;
16
+ color?: string;
17
+ className?: string;
18
+ } & {
19
+ theme?: import("@emotion/react").Theme;
20
+ } & CardSkinVampireCardSuit, {}, {}>;
21
+ export declare const CardSkinVampireCoverLabel: import("@emotion/styled").StyledComponent<{
22
+ icon: string;
23
+ } & {
24
+ width?: number;
25
+ height?: number;
26
+ color?: string;
27
+ className?: string;
28
+ } & {
29
+ theme?: import("@emotion/react").Theme;
30
+ } & CardSkinVampireCardSuit, {}, {}>;
31
+ export {};
@@ -0,0 +1,10 @@
1
+ import { GameCardBase } from '../base/game-card-base.tsx';
2
+ import { JSX } from 'react';
3
+ export declare class CardSkinWestern extends GameCardBase {
4
+ getFaceBackgroundColor(): string;
5
+ getFaceBorderColor(): string;
6
+ getCoverBackgroundColor(): string;
7
+ getCoverBorderColor(): string;
8
+ getCover(): JSX.Element;
9
+ getFace(): JSX.Element;
10
+ }
@@ -0,0 +1,31 @@
1
+ type CardSkinWesternCardRankType = {
2
+ isTable: boolean;
3
+ isTen: boolean;
4
+ };
5
+ export declare const CardSkinWesternCardRank: import("@emotion/styled").StyledComponent<import("../../../../matherial3/typography/m3-typography").TypographyProps & {
6
+ theme?: import("@emotion/react").Theme;
7
+ } & CardSkinWesternCardRankType, {}, {}>;
8
+ type CardSkinWesternCardSuit = {
9
+ isTable: boolean;
10
+ };
11
+ export declare const CardSkinWesternCardSuit: import("@emotion/styled").StyledComponent<{
12
+ icon: string;
13
+ } & {
14
+ width?: number;
15
+ height?: number;
16
+ color?: string;
17
+ className?: string;
18
+ } & {
19
+ theme?: import("@emotion/react").Theme;
20
+ } & CardSkinWesternCardSuit, {}, {}>;
21
+ export declare const CardSkinWesternCoverLabel: import("@emotion/styled").StyledComponent<{
22
+ icon: string;
23
+ } & {
24
+ width?: number;
25
+ height?: number;
26
+ color?: string;
27
+ className?: string;
28
+ } & {
29
+ theme?: import("@emotion/react").Theme;
30
+ } & CardSkinWesternCardSuit, {}, {}>;
31
+ export {};
@@ -0,0 +1,15 @@
1
+ export declare enum GameCardRankEnum {
2
+ CARD_2 = 2,
3
+ CARD_3 = 3,
4
+ CARD_4 = 4,
5
+ CARD_5 = 5,
6
+ CARD_6 = 6,
7
+ CARD_7 = 7,
8
+ CARD_8 = 8,
9
+ CARD_9 = 9,
10
+ CARD_10 = 10,
11
+ CARD_JACK = 11,
12
+ CARD_QUEEN = 12,
13
+ CARD_KING = 13,
14
+ CARD_ACE = 14
15
+ }
@@ -0,0 +1,4 @@
1
+ export declare enum GameCardSizeEnum {
2
+ USER = 0,
3
+ TABLE = 1
4
+ }
@@ -0,0 +1,10 @@
1
+ export declare enum GameCardSkinEnum {
2
+ DEFAULT = "card_skin__default",
3
+ WESTERN = "card_skin__western",
4
+ PINK_PANTHER = "card_skin__pink_panther",
5
+ DACHA = "card_skin__dacha",
6
+ VAMPIRE = "card_skin__vampire",
7
+ USSR = "card_skin__ussr",
8
+ POKERDOM = "card_skin__pokerdom",
9
+ PREMIUM = "card_skin__premium"
10
+ }
@@ -0,0 +1,6 @@
1
+ export declare enum GameCardSuitEnum {
2
+ HEART = "heart",
3
+ SPADE = "spade",
4
+ CLUB = "club",
5
+ DIAMOND = "diamond"
6
+ }
@@ -0,0 +1,6 @@
1
+ export type GameCardType = {
2
+ id: number;
3
+ rank: number;
4
+ suit: string;
5
+ isDisable: boolean;
6
+ };
@@ -0,0 +1,13 @@
1
+ export declare enum PokerSetEnum {
2
+ UNKNOWN = 0,
3
+ HIGH_CARD = 1,
4
+ PAIR = 2,
5
+ TWO_PAIR = 3,
6
+ THREE_OF_A_KIND = 4,
7
+ STRAIGHT = 5,
8
+ FLUSH = 6,
9
+ FULL_HOUSE = 7,
10
+ FOUR_OF_A_KIND = 8,
11
+ STRAIGHT_FLUSH = 9,
12
+ ROYAL_FLUSH = 10
13
+ }
@@ -0,0 +1,17 @@
1
+ export { Alert } from './alert';
2
+ export { AppBarHeader } from './app-bar-header';
3
+ export { Avatar } from './avatar';
4
+ export { AvatarBadge } from './avatar-badge';
5
+ export { AvatarImage } from './avatar-image';
6
+ export { Banner } from './banner';
7
+ export { BottomSelectionPanel } from './bottom-selection-panel';
8
+ export { Card, CardProduct, CardItem, CardButton } from './card';
9
+ export { CardsPlayerYours, CardsPlayer, CardsPlayerOnMobileTableYours, CardsPlayerOnMobileTable } from './cards-player';
10
+ export { GameCardSizeEnum, GameCardSkinEnum, GameCardSuitEnum, GameCardRankEnum, createGameCard } from './game-card';
11
+ export { LastActionPanel } from './last-action-panel';
12
+ export { PageScreen, Screen } from './page-screen';
13
+ export { PopupScreen } from './popup-screen';
14
+ export { RuStoreBanner } from './rustore-banner';
15
+ export { ScrollList } from './scroll-list';
16
+ export { Skeleton } from './skeleton';
17
+ export { WorkflowButtonsStyled } from './workflow-buttons';
@@ -0,0 +1 @@
1
+ export { LastActionPanel } from './last-action-panel.tsx';
@@ -0,0 +1,9 @@
1
+ import * as React from 'react';
2
+ type LastActionPanelType = {
3
+ playerComment?: string;
4
+ selectedReaction?: string;
5
+ timer?: number;
6
+ className?: string;
7
+ };
8
+ export declare const LastActionPanel: (props: LastActionPanelType) => React.JSX.Element;
9
+ export {};