@6thbridge/hexa 0.0.89 → 0.0.91
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/dist/index.d.mts +36 -36
- package/dist/index.d.ts +36 -36
- package/dist/index.js +5 -5
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -5
- package/dist/index.mjs.map +1 -1
- package/dist/output.css +20 -557
- package/package.json +62 -60
- package/tsconfig.json +5 -2
package/package.json
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@6thbridge/hexa",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.91",
|
|
4
|
+
"repository": {
|
|
5
|
+
"type": "git",
|
|
6
|
+
"url": "git+https://github.com/DexlerNG/payfusion-component-library.git",
|
|
7
|
+
"directory": "packages/6thbridge-hexa"
|
|
8
|
+
},
|
|
4
9
|
"main": "dist/index.js",
|
|
5
10
|
"types": "dist/index.d.ts",
|
|
6
11
|
"exports": {
|
|
@@ -15,81 +20,78 @@
|
|
|
15
20
|
}
|
|
16
21
|
},
|
|
17
22
|
"devDependencies": {
|
|
18
|
-
"@eslint/js": "
|
|
19
|
-
"@turbo/gen": "
|
|
20
|
-
"@types/jest": "
|
|
21
|
-
"@types/node": "
|
|
22
|
-
"@types/react": "
|
|
23
|
-
"@types/react-dom": "
|
|
24
|
-
"autoprefixer": "
|
|
25
|
-
"concurrently": "
|
|
26
|
-
"eslint": "
|
|
27
|
-
"eslint-config-prettier": "
|
|
28
|
-
"eslint-config-turbo": "
|
|
29
|
-
"eslint-plugin-react": "7.
|
|
30
|
-
"globals": "
|
|
31
|
-
"jest": "
|
|
32
|
-
"postcss": "
|
|
33
|
-
"prettier": "
|
|
34
|
-
"tailwindcss": "
|
|
35
|
-
"ts-jest": "
|
|
36
|
-
"tsup": "
|
|
37
|
-
"typescript": "
|
|
38
|
-
"typescript-eslint": "
|
|
39
|
-
"vite": "
|
|
23
|
+
"@eslint/js": "10.0.0",
|
|
24
|
+
"@turbo/gen": "2.9.17",
|
|
25
|
+
"@types/jest": "29.5.14",
|
|
26
|
+
"@types/node": "25.9.2",
|
|
27
|
+
"@types/react": "19.2.16",
|
|
28
|
+
"@types/react-dom": "19.2.2",
|
|
29
|
+
"autoprefixer": "10.4.27",
|
|
30
|
+
"concurrently": "10.0.1",
|
|
31
|
+
"eslint": "10.4.1",
|
|
32
|
+
"eslint-config-prettier": "10.1.5",
|
|
33
|
+
"eslint-config-turbo": "2.9.17",
|
|
34
|
+
"eslint-plugin-react": "7.37.4",
|
|
35
|
+
"globals": "17.5.0",
|
|
36
|
+
"jest": "30.4.1",
|
|
37
|
+
"postcss": "8.5.14",
|
|
38
|
+
"prettier": "3.8.3",
|
|
39
|
+
"tailwindcss": "3.4.18",
|
|
40
|
+
"ts-jest": "29.4.10",
|
|
41
|
+
"tsup": "8.5.0",
|
|
42
|
+
"typescript": "6.0.2",
|
|
43
|
+
"typescript-eslint": "8.60.1",
|
|
44
|
+
"vite": "8.0.15",
|
|
45
|
+
"react": "19.2.6",
|
|
46
|
+
"react-dom": "19.2.6"
|
|
40
47
|
},
|
|
41
48
|
"dependencies": {
|
|
42
|
-
"@radix-ui/react-checkbox": "
|
|
43
|
-
"@radix-ui/react-dialog": "
|
|
44
|
-
"@radix-ui/react-dismissable-layer": "1.1.
|
|
45
|
-
"@radix-ui/react-focus-scope": "1.1.
|
|
46
|
-
"@radix-ui/react-label": "
|
|
47
|
-
"@radix-ui/react-popover": "
|
|
48
|
-
"@radix-ui/react-radio-group": "
|
|
49
|
-
"@radix-ui/react-scroll-area": "
|
|
50
|
-
"@radix-ui/react-slot": "
|
|
51
|
-
"@radix-ui/react-tabs": "
|
|
52
|
-
"@radix-ui/react-tooltip": "
|
|
53
|
-
"@tanstack/react-table": "
|
|
54
|
-
"@tiptap/extension-font-family": "
|
|
55
|
-
"@tiptap/extension-link": "
|
|
56
|
-
"@tiptap/extension-text-style": "
|
|
57
|
-
"@tiptap/extension-underline": "
|
|
58
|
-
"@tiptap/pm": "
|
|
59
|
-
"@tiptap/react": "
|
|
60
|
-
"@tiptap/starter-kit": "
|
|
49
|
+
"@radix-ui/react-checkbox": "1.3.3",
|
|
50
|
+
"@radix-ui/react-dialog": "1.1.15",
|
|
51
|
+
"@radix-ui/react-dismissable-layer": "1.1.11",
|
|
52
|
+
"@radix-ui/react-focus-scope": "1.1.8",
|
|
53
|
+
"@radix-ui/react-label": "2.1.8",
|
|
54
|
+
"@radix-ui/react-popover": "1.1.15",
|
|
55
|
+
"@radix-ui/react-radio-group": "1.3.8",
|
|
56
|
+
"@radix-ui/react-scroll-area": "1.2.10",
|
|
57
|
+
"@radix-ui/react-slot": "1.2.4",
|
|
58
|
+
"@radix-ui/react-tabs": "1.1.13",
|
|
59
|
+
"@radix-ui/react-tooltip": "1.2.8",
|
|
60
|
+
"@tanstack/react-table": "8.21.2",
|
|
61
|
+
"@tiptap/extension-font-family": "3.26.0",
|
|
62
|
+
"@tiptap/extension-link": "3.26.0",
|
|
63
|
+
"@tiptap/extension-text-style": "3.26.0",
|
|
64
|
+
"@tiptap/extension-underline": "3.26.0",
|
|
65
|
+
"@tiptap/pm": "3.26.0",
|
|
66
|
+
"@tiptap/react": "3.26.0",
|
|
67
|
+
"@tiptap/starter-kit": "3.26.0",
|
|
61
68
|
"class-variance-authority": "^0.7.1",
|
|
62
69
|
"clsx": "^2.1.1",
|
|
63
|
-
"cmdk": "
|
|
64
|
-
"date-fns": "
|
|
65
|
-
"dayjs": "
|
|
66
|
-
"framer-motion": "
|
|
67
|
-
"lucide-react": "
|
|
68
|
-
"react": "
|
|
69
|
-
"react-
|
|
70
|
-
"react-
|
|
71
|
-
"react-hook-form": "^7.57.0",
|
|
72
|
-
"react-icons": "^5.5.0",
|
|
70
|
+
"cmdk": "1.1.0",
|
|
71
|
+
"date-fns": "4.3.0",
|
|
72
|
+
"dayjs": "1.11.20",
|
|
73
|
+
"framer-motion": "12.39.0",
|
|
74
|
+
"lucide-react": "1.17.0",
|
|
75
|
+
"react-day-picker": "10.0.0",
|
|
76
|
+
"react-hook-form": "7.78.0",
|
|
77
|
+
"react-icons": "5.5.0",
|
|
73
78
|
"react-otp-input": "^3.1.1",
|
|
74
79
|
"react-paginate": "8.2.0",
|
|
75
|
-
"react-phone-number-input": "
|
|
76
|
-
"tailwind-merge": "
|
|
80
|
+
"react-phone-number-input": "3.4.16",
|
|
81
|
+
"tailwind-merge": "3.5.0",
|
|
77
82
|
"tailwindcss-animate": "^1.0.7",
|
|
78
83
|
"tippy.js": "^6.3.7",
|
|
79
|
-
"uuid": "
|
|
84
|
+
"uuid": "13.0.2",
|
|
80
85
|
"vaul": "^1.1.2",
|
|
81
|
-
"zustand": "
|
|
86
|
+
"zustand": "5.0.13"
|
|
82
87
|
},
|
|
83
88
|
"peerDependencies": {
|
|
84
89
|
"react": ">=18.0.0",
|
|
85
90
|
"react-dom": ">=18.0.0"
|
|
86
91
|
},
|
|
87
|
-
"resolutions": {
|
|
88
|
-
"@radix-ui/react-dismissable-layer": "1.1.0",
|
|
89
|
-
"@radix-ui/react-focus-scope": "1.1.0"
|
|
90
|
-
},
|
|
91
92
|
"scripts": {
|
|
92
93
|
"lint": "eslint . --max-warnings 0",
|
|
94
|
+
"test": "TZ=America/Denver jest",
|
|
93
95
|
"generate:component": "turbo gen react-component",
|
|
94
96
|
"check-types": "tsc --noEmit",
|
|
95
97
|
"reset": "rimraf .turbo node_modules && rimraf dist",
|
package/tsconfig.json
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
"lib": ["ES2020", "DOM", "DOM.Iterable"],
|
|
6
6
|
"module": "ESNext",
|
|
7
7
|
"skipLibCheck": true,
|
|
8
|
+
"ignoreDeprecations": "6.0",
|
|
8
9
|
|
|
9
10
|
/* Bundler mode */
|
|
10
11
|
"moduleResolution": "node",
|
|
@@ -20,11 +21,13 @@
|
|
|
20
21
|
"noUnusedParameters": true,
|
|
21
22
|
"noFallthroughCasesInSwitch": true,
|
|
22
23
|
"allowSyntheticDefaultImports": true,
|
|
24
|
+
"esModuleInterop": true,
|
|
23
25
|
|
|
24
26
|
"baseUrl": ".",
|
|
25
27
|
"paths": {
|
|
26
28
|
"@/*": ["./*"]
|
|
27
|
-
}
|
|
29
|
+
},
|
|
30
|
+
"types": ["jest", "node"]
|
|
28
31
|
},
|
|
29
|
-
"include": ["src"
|
|
32
|
+
"include": ["src"]
|
|
30
33
|
}
|