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,9 @@
1
+ import * as React from 'react';
2
+ type RoomsItemRequisiteType = {
3
+ onClick?: (event: React.MouseEvent<HTMLElement>) => void;
4
+ title: string;
5
+ buttonTitle: string;
6
+ warning?: boolean;
7
+ };
8
+ export declare const Alert: ({ onClick, title, warning, buttonTitle }: RoomsItemRequisiteType) => React.JSX.Element;
9
+ export {};
@@ -0,0 +1,7 @@
1
+ export declare const AlertRoot: 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 AlertTitle: import("@emotion/styled").StyledComponent<import("../../matherial3/typography/m3-typography").TypographyProps & {
6
+ theme?: import("@emotion/react").Theme;
7
+ }, {}, {}>;
@@ -0,0 +1 @@
1
+ export { Alert } from './alert.tsx';
@@ -0,0 +1,7 @@
1
+ import * as React from 'react';
2
+ type PlayersProfileHeaderReqType = {
3
+ label: string;
4
+ value: string;
5
+ };
6
+ export declare const AppBarHeaderRequisitesItem: ({ label, value }: PlayersProfileHeaderReqType) => React.JSX.Element;
7
+ export {};
@@ -0,0 +1,4 @@
1
+ export declare const AppBarHeaderRequisitesItemRoot: 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,10 @@
1
+ import * as React from 'react';
2
+ export type LabelValueItem = {
3
+ label: string;
4
+ value: string;
5
+ };
6
+ type PlayersProfileHeaderRequisitesType = {
7
+ list: Array<LabelValueItem>;
8
+ };
9
+ export declare const AppBarHeaderRequisites: ({ list }: PlayersProfileHeaderRequisitesType) => React.JSX.Element;
10
+ export {};
@@ -0,0 +1,4 @@
1
+ export declare const AppBarHeaderRequisitesRequisitesRoot: 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 { LabelValueItem } from './app-bar-header-requisites';
3
+ type PlayersProfileHeaderType = {
4
+ title: string;
5
+ avatarUrl?: string;
6
+ icon?: string;
7
+ reqList: Array<LabelValueItem>;
8
+ buttons?: JSX.Element;
9
+ };
10
+ export declare const AppBarHeader: (props: PlayersProfileHeaderType) => React.JSX.Element;
11
+ export {};
@@ -0,0 +1,12 @@
1
+ import { Theme } from '@emotion/react';
2
+ export declare const AppBarHeaderRoot: import("@emotion/styled").StyledComponent<{
3
+ theme?: Theme;
4
+ as?: React.ElementType;
5
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
6
+ export declare const AppBarHeaderTitle: import("@emotion/styled").StyledComponent<import("../../matherial3/typography/m3-typography").TypographyProps & {
7
+ theme?: Theme;
8
+ }, {}, {}>;
9
+ export declare const AppBarHeaderButtons: import("@emotion/styled").StyledComponent<{
10
+ theme?: Theme;
11
+ as?: React.ElementType;
12
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -0,0 +1 @@
1
+ export { AppBarHeader } from './app-bar-header';
@@ -0,0 +1,11 @@
1
+ export declare enum AvatarFrameType {
2
+ DEFAULT = "avatar_frame__default",
3
+ INST = "avatar_frame__inst",
4
+ GOLD = "avatar_frame__gold",
5
+ RED = "avatar_frame__red",
6
+ BLUE = "avatar_frame__blue",
7
+ BALI = "avatar_frame__bali",
8
+ FIRE = "avatar_frame__fire",
9
+ SUNSET = "avatar_frame__sunset",
10
+ PURPLE = "avatar_frame__purple"
11
+ }
@@ -0,0 +1,4 @@
1
+ export declare enum AvatarSizeType {
2
+ USER = 0,
3
+ USER_ON_TABLE = 1
4
+ }
@@ -0,0 +1,18 @@
1
+ import * as React from 'react';
2
+ import { AvatarSizeType } from './avatar-size-type';
3
+ export declare enum ProductAvatarSizeEnum {
4
+ BACK_SIZE_MOBILE = 60,
5
+ BACK_SIZE_ON_TABLE = 40
6
+ }
7
+ export declare function getSize(size?: AvatarSizeType): ProductAvatarSizeEnum;
8
+ type AvatarType = {
9
+ name: string;
10
+ imageUrl?: string;
11
+ frame?: string;
12
+ size?: AvatarSizeType;
13
+ role?: string;
14
+ ratingWinnerRank?: number;
15
+ isMobile?: boolean;
16
+ };
17
+ export declare const Avatar: ({ name, imageUrl, frame, size, role, ratingWinnerRank, isMobile }: AvatarType) => React.JSX.Element;
18
+ export {};
@@ -0,0 +1,34 @@
1
+ import { Theme } from '@emotion/react';
2
+ type AvatarBackType = {
3
+ frame: string;
4
+ theme?: Theme;
5
+ size: number;
6
+ };
7
+ type AvatarWrapperType = {
8
+ size: number;
9
+ };
10
+ type AvatarMiddleType = {
11
+ size: number;
12
+ backgroundColor: string;
13
+ };
14
+ export declare const AvatarWrapper: import("@emotion/styled").StyledComponent<{
15
+ theme?: Theme;
16
+ as?: React.ElementType;
17
+ } & AvatarWrapperType, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
18
+ export declare const AvatarBack: import("@emotion/styled").StyledComponent<{
19
+ theme?: Theme;
20
+ as?: React.ElementType;
21
+ } & AvatarBackType, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
22
+ export declare const AvatarMiddle: import("@emotion/styled").StyledComponent<{
23
+ theme?: Theme;
24
+ as?: React.ElementType;
25
+ } & AvatarMiddleType, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
26
+ type AvatarBadgeType = {
27
+ isUserOnTable: boolean;
28
+ };
29
+ export declare const AvatarBadgeWrapper: import("@emotion/styled").StyledComponent<{
30
+ theme?: Theme;
31
+ as?: React.ElementType;
32
+ } & AvatarBadgeType, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
33
+ export declare function getBackground(frame: string | undefined, theme: Theme | undefined): string | undefined;
34
+ export {};
@@ -0,0 +1,4 @@
1
+ import { AvatarSizeType } from './avatar-size-type';
2
+ import { AvatarFrameType } from './avatar-frame-type';
3
+ import { Avatar } from './avatar';
4
+ export { AvatarSizeType, AvatarFrameType, Avatar, };
@@ -0,0 +1,7 @@
1
+ import * as React from 'react';
2
+ type BadgeType = {
3
+ role: string;
4
+ ratingWinnerRank: number;
5
+ };
6
+ export declare const AvatarBadge: ({ role, ratingWinnerRank }: BadgeType) => React.JSX.Element;
7
+ export {};
@@ -0,0 +1,22 @@
1
+ import { Theme } from '@emotion/react';
2
+ export declare const AvatarBadgeStyle: import("@emotion/styled").StyledComponent<{
3
+ theme?: Theme;
4
+ as?: React.ElementType;
5
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
6
+ export declare const BadgeSharkStyle: import("@emotion/styled").StyledComponent<{
7
+ icon: string;
8
+ } & {
9
+ width?: number;
10
+ height?: number;
11
+ color?: string;
12
+ className?: string;
13
+ } & {
14
+ theme?: Theme;
15
+ }, {}, {}>;
16
+ export declare const BadgeTrophyStyle: import("@emotion/styled").StyledComponent<{
17
+ theme?: Theme;
18
+ as?: React.ElementType;
19
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
20
+ export declare const BadgeTrophyTextStyle: import("@emotion/styled").StyledComponent<import("../../matherial3/typography/m3-typography").TypographyProps & {
21
+ theme?: Theme;
22
+ }, {}, {}>;
@@ -0,0 +1 @@
1
+ export declare const getLetterForRole: (role: string) => string;
@@ -0,0 +1,2 @@
1
+ import { AvatarBadge } from './avatar-badge.tsx';
2
+ export { AvatarBadge };
@@ -0,0 +1,14 @@
1
+ import * as React from 'react';
2
+ type AvatarImageType = {
3
+ name?: string;
4
+ imageUrl?: string;
5
+ icon?: string | null;
6
+ textColor?: string;
7
+ backgroundColor?: string;
8
+ size?: 'xs' | 'sm' | 'md' | 'lg';
9
+ customSize?: number;
10
+ avatarText?: string;
11
+ className?: string;
12
+ };
13
+ export declare const AvatarImage: (props: AvatarImageType) => React.JSX.Element;
14
+ export {};
@@ -0,0 +1,19 @@
1
+ type AvatarImageType = {
2
+ width?: number;
3
+ height?: number;
4
+ backgroundColor?: string;
5
+ fontSize?: number;
6
+ };
7
+ export declare const AvatarImageStyled: import("@emotion/styled").StyledComponent<{
8
+ theme?: import("@emotion/react").Theme;
9
+ as?: React.ElementType;
10
+ } & AvatarImageType, import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}>;
11
+ export declare const AvatarImageContainer: import("@emotion/styled").StyledComponent<{
12
+ theme?: import("@emotion/react").Theme;
13
+ as?: React.ElementType;
14
+ } & AvatarImageType, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
15
+ export declare const AvatarImageText: import("@emotion/styled").StyledComponent<{
16
+ theme?: import("@emotion/react").Theme;
17
+ as?: React.ElementType;
18
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
19
+ export {};
@@ -0,0 +1,2 @@
1
+ import { AvatarImage } from './avatar-image.tsx';
2
+ export { AvatarImage };
@@ -0,0 +1,9 @@
1
+ import * as React from 'react';
2
+ type BannerProps = {
3
+ header: string;
4
+ title: string;
5
+ imageUrl: string;
6
+ onClick?: () => void;
7
+ };
8
+ export declare const Banner: ({ imageUrl, title, onClick, header }: BannerProps) => React.JSX.Element;
9
+ export {};
@@ -0,0 +1,23 @@
1
+ import { Theme } from '@emotion/react';
2
+ export declare const BannerStyled: import("@emotion/styled").StyledComponent<{
3
+ theme?: Theme;
4
+ as?: React.ElementType;
5
+ } & {
6
+ hasNoPadding?: boolean;
7
+ theme?: Theme;
8
+ image: string;
9
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
10
+ export declare const BannerTitleStyled: import("@emotion/styled").StyledComponent<{
11
+ theme?: Theme;
12
+ as?: React.ElementType;
13
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
14
+ export declare const BannerLogoStyled: import("@emotion/styled").StyledComponent<{
15
+ theme?: Theme;
16
+ as?: React.ElementType;
17
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
18
+ export declare const BannerButtonStyled: import("@emotion/styled").StyledComponent<{
19
+ theme?: Theme;
20
+ as?: React.ElementType;
21
+ } & import("react").ClassAttributes<HTMLButtonElement> & import("react").ButtonHTMLAttributes<HTMLButtonElement> & {
22
+ theme?: Theme;
23
+ }, {}, {}>;
@@ -0,0 +1,2 @@
1
+ import { Banner } from './banner.tsx';
2
+ export { Banner };
@@ -0,0 +1,9 @@
1
+ import * as React from 'react';
2
+ import { DictionaryItem } from './bottom-selection-panel';
3
+ type BottomSelectionPanelItemType = {
4
+ item: DictionaryItem;
5
+ onItemClick?: (item: DictionaryItem) => void;
6
+ onCloseButtonClick?: () => void;
7
+ };
8
+ export declare const BottomSelectionPanelItem: (props: BottomSelectionPanelItemType) => React.JSX.Element;
9
+ export {};
@@ -0,0 +1,9 @@
1
+ export declare const BottomSelectionPanelItemRoot: import("@emotion/styled").StyledComponent<{
2
+ theme?: import("@emotion/react").Theme;
3
+ as?: React.ElementType;
4
+ } & import("react").ClassAttributes<HTMLButtonElement> & import("react").ButtonHTMLAttributes<HTMLButtonElement> & {
5
+ theme?: import("@emotion/react").Theme;
6
+ }, {}, {}>;
7
+ export declare const BottomSelectionPanelItemLabel: import("@emotion/styled").StyledComponent<import("../../matherial3/typography/m3-typography").TypographyProps & {
8
+ theme?: import("@emotion/react").Theme;
9
+ }, {}, {}>;
@@ -0,0 +1,15 @@
1
+ import * as React from 'react';
2
+ export type DictionaryItem = {
3
+ key: string;
4
+ label: string;
5
+ value: string;
6
+ };
7
+ type BottomSelectionPanelType = {
8
+ title: string;
9
+ closeButtonTitle: string;
10
+ items: Array<DictionaryItem>;
11
+ onItemClick?: (item: DictionaryItem) => void;
12
+ onCloseButtonClick?: () => void;
13
+ };
14
+ export declare const BottomSelectionPanel: (props: BottomSelectionPanelType) => React.JSX.Element;
15
+ export {};
@@ -0,0 +1,7 @@
1
+ export declare const BottomSelectionPanelTitle: import("@emotion/styled").StyledComponent<import("../../matherial3/typography/m3-typography").TypographyProps & {
2
+ theme?: import("@emotion/react").Theme;
3
+ }, {}, {}>;
4
+ export declare const BottomSelectionPanelItems: import("@emotion/styled").StyledComponent<{
5
+ theme?: import("@emotion/react").Theme;
6
+ as?: React.ElementType;
7
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -0,0 +1,2 @@
1
+ import { BottomSelectionPanel } from './bottom-selection-panel';
2
+ export { BottomSelectionPanel, };
@@ -0,0 +1,12 @@
1
+ import * as React from 'react';
2
+ type componentProps = {
3
+ children: React.ReactNode;
4
+ onClick?: (event: React.MouseEvent<HTMLElement>) => void;
5
+ as?: React.ElementType | undefined;
6
+ className?: string;
7
+ hasNoPadding?: boolean;
8
+ title?: string;
9
+ active?: boolean;
10
+ };
11
+ export declare const CardButton: ({ children, onClick, as, className, hasNoPadding, title, active }: componentProps) => React.JSX.Element;
12
+ export {};
@@ -0,0 +1,12 @@
1
+ import * as React from 'react';
2
+ export type ListCardItemProps = {
3
+ title: string;
4
+ description: string;
5
+ imageUrl?: string;
6
+ icon?: string | null;
7
+ onClick?: (event: React.MouseEvent<HTMLElement>) => void;
8
+ as?: React.ElementType | undefined;
9
+ avatarText?: string;
10
+ checked: boolean;
11
+ };
12
+ export declare const CardItemWithCheckbox: ({ title, description, onClick, imageUrl, icon, as, avatarText, checked }: ListCardItemProps) => React.JSX.Element;
@@ -0,0 +1,14 @@
1
+ import * as React from 'react';
2
+ export type ListCardItemProps = {
3
+ title?: string;
4
+ description?: string;
5
+ imageUrl?: string;
6
+ icon?: string | null;
7
+ onClick?: (event: React.MouseEvent<HTMLElement>) => void;
8
+ as?: React.ElementType | undefined;
9
+ avatarText?: string;
10
+ noRightArrow?: boolean;
11
+ className?: string;
12
+ active?: boolean;
13
+ };
14
+ export declare const CardItem: (props: ListCardItemProps) => React.JSX.Element;
@@ -0,0 +1,4 @@
1
+ export declare const CardItemRightCol: 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,21 @@
1
+ import * as React from 'react';
2
+ export type ButtonProps = {
3
+ title: string;
4
+ onClick: (event: React.MouseEvent<HTMLElement>) => void;
5
+ disabled?: boolean;
6
+ };
7
+ type componentProps = {
8
+ title: string;
9
+ description: string;
10
+ imageUrl?: string;
11
+ icon?: string | null;
12
+ productImageUrl: string;
13
+ productTitle?: string | null;
14
+ productSubtitle?: string | null;
15
+ productDescription?: string | null;
16
+ primaryButton?: ButtonProps | undefined;
17
+ secondaryButton?: ButtonProps | undefined;
18
+ className?: string;
19
+ };
20
+ export declare const CardProduct: (props: componentProps) => React.JSX.Element;
21
+ export {};
@@ -0,0 +1,39 @@
1
+ export declare const CardProductRootStyled: import("@emotion/styled").StyledComponent<{
2
+ children: React.ReactNode;
3
+ onClick?: (event: React.MouseEvent<HTMLElement>) => void;
4
+ as?: React.ElementType | undefined;
5
+ className?: string;
6
+ hasNoPadding?: boolean;
7
+ title?: string;
8
+ active?: boolean;
9
+ } & {
10
+ theme?: import("@emotion/react").Theme;
11
+ }, {}, {}>;
12
+ export declare const CardProductFilledButtonStyled: import("@emotion/styled").StyledComponent<import("../../matherial3/button/common-button.tsx").CommonTypeStyle & {
13
+ theme?: import("@emotion/react").Theme;
14
+ }, {}, {}>;
15
+ export declare const CardProductWrapperImageStyled: import("@emotion/styled").StyledComponent<{
16
+ theme?: import("@emotion/react").Theme;
17
+ as?: React.ElementType;
18
+ } & {
19
+ backgroundColor?: string;
20
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
21
+ export declare const CardProductImageStyled: import("@emotion/styled").StyledComponent<{
22
+ theme?: import("@emotion/react").Theme;
23
+ as?: React.ElementType;
24
+ }, import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}>;
25
+ export declare const CardProductTitleStyled: import("@emotion/styled").StyledComponent<{
26
+ theme?: import("@emotion/react").Theme;
27
+ as?: React.ElementType;
28
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
29
+ export declare const CardProductButtonsStyled: import("@emotion/styled").StyledComponent<{
30
+ theme?: import("@emotion/react").Theme;
31
+ as?: React.ElementType;
32
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
33
+ export declare const CardProductMarginWrapper: import("@emotion/styled").StyledComponent<{
34
+ theme?: import("@emotion/react").Theme;
35
+ as?: React.ElementType;
36
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
37
+ export declare const CardProductDescriptionRootStyled: import("@emotion/styled").StyledComponent<import("../../matherial3/typography/m3-typography.tsx").TypographyProps & {
38
+ theme?: import("@emotion/react").Theme;
39
+ }, {}, {}>;
@@ -0,0 +1,16 @@
1
+ import * as React from 'react';
2
+ import { Theme } from '@emotion/react';
3
+ type componentProps = {
4
+ children: React.ReactNode;
5
+ className?: string;
6
+ };
7
+ export declare const CardStyled: import("@emotion/styled").StyledComponent<{
8
+ theme?: Theme;
9
+ as?: React.ElementType;
10
+ } & {
11
+ hasNoPadding?: boolean;
12
+ theme?: Theme;
13
+ active?: boolean;
14
+ }, React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
15
+ export declare const Card: ({ children, className }: componentProps) => React.JSX.Element;
16
+ export {};
@@ -0,0 +1,4 @@
1
+ export { Card } from './card.tsx';
2
+ export { CardButton } from './card-button.tsx';
3
+ export { CardItem } from './card-item.tsx';
4
+ export { CardProduct } from './card-product.tsx';
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ import { CardsPlayerYoursProps } from './cards-player-yours.tsx';
3
+ export declare const CardsPlayerOnMobileTableYours: (props: CardsPlayerYoursProps) => React.JSX.Element;
@@ -0,0 +1,42 @@
1
+ import { Theme } from '@emotion/react';
2
+ export declare const PlayerOnTableStyle: import("@emotion/styled").StyledComponent<{
3
+ theme?: Theme;
4
+ as?: React.ElementType;
5
+ } & import("react").ClassAttributes<HTMLButtonElement> & import("react").ButtonHTMLAttributes<HTMLButtonElement> & {
6
+ theme?: Theme;
7
+ } & {
8
+ isActive: boolean;
9
+ }, {}, {}>;
10
+ export declare const PlayerOnTableNameStyle: import("@emotion/styled").StyledComponent<import("../../matherial3/typography/m3-typography.tsx").TypographyProps & {
11
+ theme?: Theme;
12
+ }, {}, {}>;
13
+ export declare const PlayerOnTableStackStyle: import("@emotion/styled").StyledComponent<import("../../matherial3/typography/m3-typography.tsx").TypographyProps & {
14
+ theme?: Theme;
15
+ }, {}, {}>;
16
+ export declare const PlayerOnTableLastActionStyle: import("@emotion/styled").StyledComponent<{
17
+ playerComment?: string;
18
+ selectedReaction?: string;
19
+ timer?: number;
20
+ className?: string;
21
+ } & {
22
+ theme?: Theme;
23
+ }, {}, {}>;
24
+ export declare const PlayerOnTableNameContainerStyle: import("@emotion/styled").StyledComponent<{
25
+ theme?: Theme;
26
+ as?: React.ElementType;
27
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
28
+ export declare const PlayerOnTableCardsWrapperStyle: import("@emotion/styled").StyledComponent<{
29
+ theme?: Theme;
30
+ as?: React.ElementType;
31
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
32
+ export declare const PlayerOnTableYoursSetWrapperStyle: import("@emotion/styled").StyledComponent<{
33
+ theme?: Theme;
34
+ as?: React.ElementType;
35
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
36
+ export declare const PlayerOnTableYoursSetStyle: import("@emotion/styled").StyledComponent<import("../../matherial3/typography/m3-typography.tsx").TypographyProps & {
37
+ theme?: Theme;
38
+ }, {}, {}>;
39
+ export declare const PlayerOnTableYoursCol: import("@emotion/styled").StyledComponent<{
40
+ theme?: Theme;
41
+ as?: React.ElementType;
42
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ import { CardsPlayerProps } from './cards-player.tsx';
3
+ export declare const CardsPlayerOnMobileTable: (props: CardsPlayerProps) => React.JSX.Element;
@@ -0,0 +1,39 @@
1
+ import { Theme } from '@emotion/react';
2
+ export declare const PlayerOnTableStyle: import("@emotion/styled").StyledComponent<{
3
+ theme?: Theme;
4
+ as?: React.ElementType;
5
+ } & import("react").ClassAttributes<HTMLButtonElement> & import("react").ButtonHTMLAttributes<HTMLButtonElement> & {
6
+ theme?: Theme;
7
+ } & {
8
+ isActive: boolean;
9
+ }, {}, {}>;
10
+ export declare const PlayerOnTableNameStyle: import("@emotion/styled").StyledComponent<import("../../matherial3/typography/m3-typography.tsx").TypographyProps & {
11
+ theme?: Theme;
12
+ }, {}, {}>;
13
+ export declare const PlayerOnTableStackStyle: import("@emotion/styled").StyledComponent<import("../../matherial3/typography/m3-typography.tsx").TypographyProps & {
14
+ theme?: Theme;
15
+ }, {}, {}>;
16
+ export declare const PlayerOnTableLastActionStyle: import("@emotion/styled").StyledComponent<{
17
+ playerComment?: string;
18
+ selectedReaction?: string;
19
+ timer?: number;
20
+ className?: string;
21
+ } & {
22
+ theme?: Theme;
23
+ }, {}, {}>;
24
+ export declare const PlayerOnTableCardsStyle: import("@emotion/styled").StyledComponent<{
25
+ theme?: Theme;
26
+ as?: React.ElementType;
27
+ } & import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & {
28
+ theme?: Theme;
29
+ }, {}, {}>;
30
+ export declare const PlayerOnTableOpenCardsStyle: import("@emotion/styled").StyledComponent<{
31
+ theme?: Theme;
32
+ as?: React.ElementType;
33
+ } & import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & {
34
+ theme?: Theme;
35
+ }, {}, {}>;
36
+ export declare const PlayerOnTableNameContainerStyle: import("@emotion/styled").StyledComponent<{
37
+ theme?: Theme;
38
+ as?: React.ElementType;
39
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -0,0 +1,6 @@
1
+ import * as React from 'react';
2
+ import { CardsPlayerProps } from './cards-player.tsx';
3
+ export type CardsPlayerYoursProps = CardsPlayerProps & {
4
+ yoursComment?: string;
5
+ };
6
+ export declare const CardsPlayerYours: (props: CardsPlayerYoursProps) => React.JSX.Element;
@@ -0,0 +1,28 @@
1
+ type PlayerYoursRootType = {
2
+ isActive: boolean;
3
+ };
4
+ export declare const PlayerYoursRoot: 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
+ } & PlayerYoursRootType, {}, {}>;
10
+ export declare const PlayerYoursCards: import("@emotion/styled").StyledComponent<{
11
+ theme?: import("@emotion/react").Theme;
12
+ as?: React.ElementType;
13
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
14
+ export declare const PlayerYoursPlayerWrapper: import("@emotion/styled").StyledComponent<{
15
+ theme?: import("@emotion/react").Theme;
16
+ as?: React.ElementType;
17
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
18
+ export declare const PlayerYoursCardsWrapper: import("@emotion/styled").StyledComponent<{
19
+ theme?: import("@emotion/react").Theme;
20
+ as?: React.ElementType;
21
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
22
+ export declare const CardsPlayerYoursName: import("@emotion/styled").StyledComponent<import("../../matherial3/typography/m3-typography").TypographyProps & {
23
+ theme?: import("@emotion/react").Theme;
24
+ }, {}, {}>;
25
+ export declare const CardsPlayerYoursStack: import("@emotion/styled").StyledComponent<import("../../matherial3/typography/m3-typography").TypographyProps & {
26
+ theme?: import("@emotion/react").Theme;
27
+ }, {}, {}>;
28
+ export {};
@@ -0,0 +1,18 @@
1
+ import * as React from 'react';
2
+ import { GameCardType } from '../game-card/types/game-card.type.ts';
3
+ export type CardsPlayerProps = {
4
+ playerId: string;
5
+ name: string;
6
+ avatarUrl: string;
7
+ avatarFrame?: string;
8
+ stack: string;
9
+ isActive: boolean;
10
+ cards: Array<GameCardType>;
11
+ role?: string;
12
+ selectedReaction?: string;
13
+ previewRatingWinnerRank?: number;
14
+ playerComment?: string;
15
+ itemClick?: (playerId: string) => void;
16
+ timer?: number;
17
+ };
18
+ export declare const CardsPlayer: (props: CardsPlayerProps) => React.JSX.Element;