fds-react-components-test 0.1.0

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.
@@ -0,0 +1,4 @@
1
+ <svg width="201" height="150" viewBox="0 0 201 150" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M150.49 49.3307C177.228 49.3307 199.024 70.353 200.49 96.6784C199.21 42.7494 154.887 0.149902 100.49 0.149902C46.0926 0.149902 0.48999 44.2069 0.48999 99.2347C0.48999 126.838 22.8364 149.144 50.49 149.144C78.1436 149.144 100.49 126.838 100.49 99.2347C100.49 71.6311 122.836 49.3251 150.49 49.3251V49.3307Z" fill="#0F62FE"/>
3
+ <path d="M150.49 149.15C178.104 149.15 200.49 126.805 200.49 99.2403C200.49 71.676 178.104 49.3307 150.49 49.3307C122.876 49.3307 100.49 71.676 100.49 99.2403C100.49 126.805 122.876 149.15 150.49 149.15Z" fill="#003BCB"/>
4
+ </svg>
package/package.json ADDED
@@ -0,0 +1,117 @@
1
+ {
2
+ "name": "fds-react-components-test",
3
+ "version": "0.1.0",
4
+ "description": "FDS React UI components.",
5
+ "author": "Mikrogrup",
6
+ "keywords": [
7
+ "react",
8
+ "frame design system",
9
+ "design system",
10
+ "shadcn"
11
+ ],
12
+ "type": "module",
13
+ "main": "./dist/index.umd.js",
14
+ "module": "./dist/index.es.js",
15
+ "types": "./dist/index.d.ts",
16
+ "files": [
17
+ "dist",
18
+ "README.md"
19
+ ],
20
+ "exports": {
21
+ ".": {
22
+ "types": "./dist/index.d.ts",
23
+ "import": "./dist/index.es.js",
24
+ "require": "./dist/index.umd.js"
25
+ },
26
+ "./styles": "./dist/fds-react-components.css",
27
+ "./dist/fds-react-components.css": "./dist/fds-react-components.css"
28
+ },
29
+ "scripts": {
30
+ "build": "vite build",
31
+ "dev": "vite",
32
+ "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
33
+ "preview": "vite preview",
34
+ "test": "vitest",
35
+ "typecheck": "tsc --noEmit"
36
+ },
37
+ "dependencies": {
38
+ "@hookform/resolvers": "^5.2.2",
39
+ "@radix-ui/react-accordion": "^1.2.12",
40
+ "@radix-ui/react-alert-dialog": "^1.1.15",
41
+ "@radix-ui/react-aspect-ratio": "^1.1.7",
42
+ "@radix-ui/react-avatar": "^1.1.10",
43
+ "@radix-ui/react-checkbox": "^1.3.3",
44
+ "@radix-ui/react-collapsible": "^1.1.12",
45
+ "@radix-ui/react-context-menu": "^2.2.16",
46
+ "@radix-ui/react-dialog": "^1.1.15",
47
+ "@radix-ui/react-dropdown-menu": "^2.1.16",
48
+ "@radix-ui/react-hover-card": "^1.1.15",
49
+ "@radix-ui/react-label": "^2.1.7",
50
+ "@radix-ui/react-menubar": "^1.1.16",
51
+ "@radix-ui/react-navigation-menu": "^1.2.14",
52
+ "@radix-ui/react-popover": "^1.1.15",
53
+ "@radix-ui/react-progress": "^1.1.7",
54
+ "@radix-ui/react-radio-group": "^1.3.8",
55
+ "@radix-ui/react-scroll-area": "^1.2.10",
56
+ "@radix-ui/react-select": "^2.2.6",
57
+ "@radix-ui/react-separator": "^1.1.8",
58
+ "@radix-ui/react-slider": "^1.3.6",
59
+ "@radix-ui/react-slot": "^1.2.4",
60
+ "@radix-ui/react-switch": "^1.2.6",
61
+ "@radix-ui/react-tabs": "^1.1.13",
62
+ "@radix-ui/react-toggle": "^1.1.10",
63
+ "@radix-ui/react-toggle-group": "^1.1.11",
64
+ "@radix-ui/react-tooltip": "^1.2.8",
65
+ "@tanstack/react-table": "^8.21.3",
66
+ "@types/xml2js": "^0.4.14",
67
+ "class-variance-authority": "^0.7.1",
68
+ "clsx": "^2.1.1",
69
+ "cmdk": "^1.1.1",
70
+ "date-fns": "^4.1.0",
71
+ "dotenv": "^17.2.3",
72
+ "embla-carousel-react": "^8.6.0",
73
+ "isbot": "^5.1.31",
74
+ "lucide-react": "^0.556.0",
75
+ "next-themes": "^0.4.6",
76
+ "radix-ui": "^1.4.3",
77
+ "react-day-picker": "^9.9.0",
78
+ "react-hook-form": "^7.62.0",
79
+ "react-phone-number-input": "^3.4.12",
80
+ "react-resizable-panels": "^3.0.6",
81
+ "recharts": "^2.15.4",
82
+ "sonner": "^2.0.7",
83
+ "swr": "^2.3.6",
84
+ "tailwind-merge": "^3.4.0",
85
+ "vaul": "^1.1.2",
86
+ "xml2js": "^0.6.2",
87
+ "zod": "^4.1.9"
88
+ },
89
+ "peerDependencies": {
90
+ "input-otp": "^1.x",
91
+ "react": "^19.2.1",
92
+ "react-dom": "^19.2.1",
93
+ "react-router-dom": "^6.x"
94
+ },
95
+ "devDependencies": {
96
+ "@tailwindcss/vite": "^4.1.13",
97
+ "@testing-library/jest-dom": "^6.4.6",
98
+ "@testing-library/react": "^16.0.0",
99
+ "@types/node": "^22",
100
+ "@types/react": "^19.2.7",
101
+ "@types/react-dom": "^19.2.3",
102
+ "@types/react-router-dom": "^5.3.3",
103
+ "@vitejs/plugin-react": "^4.3.1",
104
+ "eslint": "^9.0.0",
105
+ "eslint-config-prettier": "^10.1.5",
106
+ "eslint-plugin-prettier": "^5.4.0",
107
+ "prettier": "^3.5.3",
108
+ "prettier-plugin-tailwindcss": "^0.6.11",
109
+ "tailwindcss": "^4.1.13",
110
+ "tw-animate-css": "^1.4.0",
111
+ "typescript": "^5.9.2",
112
+ "typescript-eslint": "^8.43.0",
113
+ "vite": "^7.1.7",
114
+ "vite-plugin-dts": "^4.5.4",
115
+ "vite-tsconfig-paths": "^5.1.4"
116
+ }
117
+ }