livevegas-ui-kit 1.0.196 → 1.0.197
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/README.md +69 -69
- package/dist/components/History/RouletteRoundHistory/helper.d.ts +24 -0
- package/dist/components/History/RouletteRoundHistory/index.d.ts +10 -0
- package/dist/components/History/RouletteRoundHistory/styled.d.ts +12 -0
- package/dist/components/History/helpers.d.ts +18 -3
- package/dist/components/Info/text/blackJeck.d.ts +2 -5
- package/dist/components/Info/text/roulette.d.ts +3 -0
- package/dist/components/Info/text/settings.d.ts +6 -0
- package/dist/components/Info/text/texas.d.ts +2 -5
- package/dist/livevegas-ui-kit.es.js +3242 -2341
- package/dist/livevegas-ui-kit.umd.js +439 -223
- package/dist/services/i18n/translations/en.json.d.ts +453 -379
- package/dist/services/i18n/translations/fa.json.d.ts +391 -318
- package/dist/services/i18n/translations/hy.json.d.ts +447 -376
- package/dist/services/i18n/translations/ka.json.d.ts +391 -318
- package/dist/services/i18n/translations/ru.json.d.ts +453 -381
- package/dist/services/i18n/translations/tr.json.d.ts +445 -374
- package/dist/utils/helpers.d.ts +1 -0
- package/package.json +58 -58
- /package/dist/components/History/{TexasRoundHistory → RouletteRoundHistory}/RoundGroup/index.d.ts +0 -0
- /package/dist/components/History/{TexasRoundHistory → RouletteRoundHistory}/RoundGroup/styled.d.ts +0 -0
package/dist/utils/helpers.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,58 +1,58 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "livevegas-ui-kit",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"type": "module",
|
|
5
|
-
"files": [
|
|
6
|
-
"dist"
|
|
7
|
-
],
|
|
8
|
-
"main": "./dist/livevegas-ui-kit.umd.js",
|
|
9
|
-
"module": "./dist/livevegas-ui-kit.es.js",
|
|
10
|
-
"exports": {
|
|
11
|
-
"./package.json": "./package.json",
|
|
12
|
-
".": {
|
|
13
|
-
"types": "./dist/livevegas-ui-kit.es.d.ts",
|
|
14
|
-
"import": "./dist/livevegas-ui-kit.es.js"
|
|
15
|
-
}
|
|
16
|
-
},
|
|
17
|
-
"scripts": {
|
|
18
|
-
"dev": "vite",
|
|
19
|
-
"build": "tsc && vite build",
|
|
20
|
-
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
21
|
-
"preview": "vite preview",
|
|
22
|
-
"storybook": "storybook dev -p 6006 --host 0.0.0.0",
|
|
23
|
-
"build-storybook": "storybook build"
|
|
24
|
-
},
|
|
25
|
-
"dependencies": {
|
|
26
|
-
"@microsoft/signalr": "^8.0.0",
|
|
27
|
-
"i18next": "^25.4.0",
|
|
28
|
-
"react": "^18.2.0",
|
|
29
|
-
"react-dom": "^18.2.0",
|
|
30
|
-
"react-i18next": "^15.7.1"
|
|
31
|
-
},
|
|
32
|
-
"devDependencies": {
|
|
33
|
-
"@chromatic-com/storybook": "^1.5.0",
|
|
34
|
-
"@storybook/addon-essentials": "^8.1.4",
|
|
35
|
-
"@storybook/addon-interactions": "^8.1.4",
|
|
36
|
-
"@storybook/addon-links": "^8.1.4",
|
|
37
|
-
"@storybook/addon-onboarding": "^8.1.4",
|
|
38
|
-
"@storybook/blocks": "^8.1.4",
|
|
39
|
-
"@storybook/react": "^8.1.4",
|
|
40
|
-
"@storybook/react-vite": "^8.1.4",
|
|
41
|
-
"@storybook/test": "^8.1.4",
|
|
42
|
-
"@types/react": "^18.2.66",
|
|
43
|
-
"@types/react-dom": "^18.2.22",
|
|
44
|
-
"@typescript-eslint/eslint-plugin": "^7.2.0",
|
|
45
|
-
"@typescript-eslint/parser": "^7.2.0",
|
|
46
|
-
"@vitejs/plugin-react": "^4.2.1",
|
|
47
|
-
"eslint": "^8.57.0",
|
|
48
|
-
"eslint-plugin-react-hooks": "^4.6.0",
|
|
49
|
-
"eslint-plugin-react-refresh": "^0.4.6",
|
|
50
|
-
"eslint-plugin-storybook": "^0.8.0",
|
|
51
|
-
"prettier": "^3.6.2",
|
|
52
|
-
"storybook": "^8.1.4",
|
|
53
|
-
"styled-components": "^6.1.11",
|
|
54
|
-
"typescript": "^5.2.2",
|
|
55
|
-
"vite": "^5.2.0",
|
|
56
|
-
"vite-plugin-dts": "^3.9.1"
|
|
57
|
-
}
|
|
58
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "livevegas-ui-kit",
|
|
3
|
+
"version": "1.0.197",
|
|
4
|
+
"type": "module",
|
|
5
|
+
"files": [
|
|
6
|
+
"dist"
|
|
7
|
+
],
|
|
8
|
+
"main": "./dist/livevegas-ui-kit.umd.js",
|
|
9
|
+
"module": "./dist/livevegas-ui-kit.es.js",
|
|
10
|
+
"exports": {
|
|
11
|
+
"./package.json": "./package.json",
|
|
12
|
+
".": {
|
|
13
|
+
"types": "./dist/livevegas-ui-kit.es.d.ts",
|
|
14
|
+
"import": "./dist/livevegas-ui-kit.es.js"
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"scripts": {
|
|
18
|
+
"dev": "vite",
|
|
19
|
+
"build": "tsc && vite build",
|
|
20
|
+
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
21
|
+
"preview": "vite preview",
|
|
22
|
+
"storybook": "storybook dev -p 6006 --host 0.0.0.0",
|
|
23
|
+
"build-storybook": "storybook build"
|
|
24
|
+
},
|
|
25
|
+
"dependencies": {
|
|
26
|
+
"@microsoft/signalr": "^8.0.0",
|
|
27
|
+
"i18next": "^25.4.0",
|
|
28
|
+
"react": "^18.2.0",
|
|
29
|
+
"react-dom": "^18.2.0",
|
|
30
|
+
"react-i18next": "^15.7.1"
|
|
31
|
+
},
|
|
32
|
+
"devDependencies": {
|
|
33
|
+
"@chromatic-com/storybook": "^1.5.0",
|
|
34
|
+
"@storybook/addon-essentials": "^8.1.4",
|
|
35
|
+
"@storybook/addon-interactions": "^8.1.4",
|
|
36
|
+
"@storybook/addon-links": "^8.1.4",
|
|
37
|
+
"@storybook/addon-onboarding": "^8.1.4",
|
|
38
|
+
"@storybook/blocks": "^8.1.4",
|
|
39
|
+
"@storybook/react": "^8.1.4",
|
|
40
|
+
"@storybook/react-vite": "^8.1.4",
|
|
41
|
+
"@storybook/test": "^8.1.4",
|
|
42
|
+
"@types/react": "^18.2.66",
|
|
43
|
+
"@types/react-dom": "^18.2.22",
|
|
44
|
+
"@typescript-eslint/eslint-plugin": "^7.2.0",
|
|
45
|
+
"@typescript-eslint/parser": "^7.2.0",
|
|
46
|
+
"@vitejs/plugin-react": "^4.2.1",
|
|
47
|
+
"eslint": "^8.57.0",
|
|
48
|
+
"eslint-plugin-react-hooks": "^4.6.0",
|
|
49
|
+
"eslint-plugin-react-refresh": "^0.4.6",
|
|
50
|
+
"eslint-plugin-storybook": "^0.8.0",
|
|
51
|
+
"prettier": "^3.6.2",
|
|
52
|
+
"storybook": "^8.1.4",
|
|
53
|
+
"styled-components": "^6.1.11",
|
|
54
|
+
"typescript": "^5.2.2",
|
|
55
|
+
"vite": "^5.2.0",
|
|
56
|
+
"vite-plugin-dts": "^3.9.1"
|
|
57
|
+
}
|
|
58
|
+
}
|
/package/dist/components/History/{TexasRoundHistory → RouletteRoundHistory}/RoundGroup/index.d.ts
RENAMED
|
File without changes
|
/package/dist/components/History/{TexasRoundHistory → RouletteRoundHistory}/RoundGroup/styled.d.ts
RENAMED
|
File without changes
|