@yusr_systems/ui 2.2.1 → 2.2.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.
package/package.json CHANGED
@@ -1,48 +1,86 @@
1
- {
2
- "name": "@yusr_systems/ui",
3
- "version": "2.2.1",
4
- "publishConfig": {
5
- "access": "public",
6
- "registry": "https://registry.npmjs.org/"
7
- },
8
- "private": false,
9
- "type": "module",
10
- "main": "./dist/yusr-ui.js",
11
- "module": "./dist/yusr-ui.js",
12
- "types": "./dist/index.d.ts",
13
- "exports": {
14
- ".": {
15
- "types": "./dist/index.d.ts",
16
- "import": "./dist/yusr-ui.js"
17
- }
18
- },
19
- "files": [
20
- "dist",
21
- "src/styles/theme.css"
22
- ],
23
- "scripts": {
24
- "dev": "vite",
25
- "build": "tsc --noEmit && vite build",
26
- "lint": "eslint .",
27
- "preview": "vite preview"
28
- },
29
- "peerDependencies": {
30
- "react": "^19.0.0",
31
- "react-dom": "^19.0.0",
32
- "tailwindcss": "^3.0.0 || ^4.0.0"
33
- },
34
- "devDependencies": {
35
- "@types/node": "^24.12.0",
36
- "@types/react": "^19.2.14",
37
- "@types/react-dom": "^19.2.3",
38
- "@vitejs/plugin-react": "^6.0.0",
39
- "react": "^19.2.4",
40
- "react-dom": "^19.2.4",
41
- "typescript": "~5.9.3",
42
- "vite": "^8.0.0",
43
- "vite-plugin-dts": "^4.0.0"
44
- },
45
- "dependencies": {
46
- "@reduxjs/toolkit": "^2.11.2"
47
- }
48
- }
1
+ {
2
+ "name": "@yusr_systems/ui",
3
+ "version": "2.2.3",
4
+ "publishConfig": {
5
+ "access": "public",
6
+ "registry": "https://registry.npmjs.org/"
7
+ },
8
+ "private": false,
9
+ "type": "module",
10
+ "main": "./dist/yusr-ui.js",
11
+ "module": "./dist/yusr-ui.js",
12
+ "types": "./dist/index.d.ts",
13
+ "exports": {
14
+ ".": {
15
+ "types": "./dist/index.d.ts",
16
+ "import": "./dist/yusr-ui.js"
17
+ },
18
+ "./style.css": {
19
+ "style": "./src/styles/style.css",
20
+ "default": "./src/styles/style.css"
21
+ }
22
+ },
23
+ "peerDependencies": {
24
+ "@reduxjs/toolkit": "^2.0.0",
25
+ "react": "^19.0.0",
26
+ "react-dom": "^19.0.0",
27
+ "tailwindcss": "^3.0.0 || ^4.0.0",
28
+ "use-sync-external-store": "^1.0.0",
29
+ "@base-ui/react": "^1.3.0",
30
+ "@radix-ui/react-alert-dialog": "^1.1.15",
31
+ "@radix-ui/react-avatar": "^1.1.11",
32
+ "@radix-ui/react-checkbox": "^1.3.3",
33
+ "@radix-ui/react-context-menu": "^2.2.16",
34
+ "@radix-ui/react-dialog": "^1.1.15",
35
+ "@radix-ui/react-direction": "^1.1.1",
36
+ "@radix-ui/react-dropdown-menu": "^2.1.16",
37
+ "@radix-ui/react-label": "^2.1.8",
38
+ "@radix-ui/react-popover": "^1.1.15",
39
+ "@radix-ui/react-scroll-area": "^1.2.10",
40
+ "@radix-ui/react-select": "^2.2.6",
41
+ "@radix-ui/react-separator": "^1.1.8",
42
+ "@radix-ui/react-slot": "^1.2.4",
43
+ "@radix-ui/react-switch": "^1.2.6",
44
+ "@radix-ui/react-tabs": "^1.1.13",
45
+ "@radix-ui/react-toggle": "^1.1.10",
46
+ "@radix-ui/react-toggle-group": "^1.1.11",
47
+ "@radix-ui/react-tooltip": "^1.2.8",
48
+ "@yusr_systems/core": "^2.2.3",
49
+ "class-variance-authority": "^0.7.1",
50
+ "clsx": "^2.1.1",
51
+ "cmdk": "^1.1.1",
52
+ "date-fns": "^4.1.0",
53
+ "embla-carousel-react": "^8.6.0",
54
+ "lucide-react": "^0.577.0",
55
+ "next-themes": "^0.4.6",
56
+ "react-day-picker": "^9.14.0",
57
+ "react-redux": "^9.2.0",
58
+ "react-router-dom": "^7.13.1",
59
+ "recharts": "^3.8.0",
60
+ "sonner": "^2.0.7",
61
+ "tailwind-merge": "^3.5.0",
62
+ "use-debounce": "^10.1.0",
63
+ "vaul": "^1.1.2"
64
+ },
65
+ "files": [
66
+ "dist",
67
+ "src/styles/style.css"
68
+ ],
69
+ "scripts": {
70
+ "dev": "vite",
71
+ "build": "tsc --noEmit && vite build",
72
+ "lint": "eslint .",
73
+ "preview": "vite preview"
74
+ },
75
+ "devDependencies": {
76
+ "@types/node": "^24.12.0",
77
+ "@types/react": "^19.2.14",
78
+ "@types/react-dom": "^19.2.3",
79
+ "@vitejs/plugin-react": "^6.0.0",
80
+ "react": "^19.2.4",
81
+ "react-dom": "^19.2.4",
82
+ "typescript": "~5.9.3",
83
+ "vite": "^8.0.0",
84
+ "vite-plugin-dts": "^4.0.0"
85
+ }
86
+ }
@@ -1,10 +1,3 @@
1
- @import "tailwindcss";
2
- @import "tw-animate-css";
3
- @import "shadcn/tailwind.css";
4
- @import "@fontsource/ibm-plex-sans-arabic/100.css";
5
- @import "@fontsource/ibm-plex-sans-arabic/400.css";
6
- @import "@fontsource/ibm-plex-sans-arabic/700.css";
7
-
8
1
  @custom-variant dark (&:is(.dark *));
9
2
 
10
3
  :root {