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.
@@ -97,5 +97,6 @@ export declare enum PARTNER_ID {
97
97
  }
98
98
  export declare enum GAME_TYPE {
99
99
  TEXAS = 3,
100
+ ROULETTE = 2,
100
101
  BLACKJACK = 8
101
102
  }
package/package.json CHANGED
@@ -1,58 +1,58 @@
1
- {
2
- "name": "livevegas-ui-kit",
3
- "version": "1.0.196",
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
+ }