@pelatform/ui 1.5.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.
Files changed (107) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +10 -0
  3. package/css/components/apexcharts.css +101 -0
  4. package/css/components/book.css +19 -0
  5. package/css/components/extra.css +12 -0
  6. package/css/components/image-input.css +51 -0
  7. package/css/components/leaflet.css +25 -0
  8. package/css/components/patterns.css +34 -0
  9. package/css/components/rating.css +89 -0
  10. package/css/components/scrollable.css +118 -0
  11. package/css/components/theme-transition.css +51 -0
  12. package/css/theme.css +237 -0
  13. package/dist/animation.cjs +1936 -0
  14. package/dist/animation.d.cts +379 -0
  15. package/dist/animation.d.ts +379 -0
  16. package/dist/animation.js +1936 -0
  17. package/dist/aria.cjs +139 -0
  18. package/dist/aria.d.cts +31 -0
  19. package/dist/aria.d.ts +31 -0
  20. package/dist/aria.js +139 -0
  21. package/dist/badge-BtI4BMea.d.cts +33 -0
  22. package/dist/badge-BtI4BMea.d.ts +33 -0
  23. package/dist/base.cjs +5559 -0
  24. package/dist/base.d.cts +651 -0
  25. package/dist/base.d.ts +651 -0
  26. package/dist/base.js +5559 -0
  27. package/dist/chunk-3N75YA6Q.cjs +60 -0
  28. package/dist/chunk-CD2BCCQU.js +180 -0
  29. package/dist/chunk-CJXIPSTG.cjs +10 -0
  30. package/dist/chunk-CYFW37N5.js +1355 -0
  31. package/dist/chunk-EZW5GNS4.js +6 -0
  32. package/dist/chunk-HW52LCWN.js +22 -0
  33. package/dist/chunk-I46SELBA.cjs +22 -0
  34. package/dist/chunk-J4JGE3U5.cjs +180 -0
  35. package/dist/chunk-KNS6QRVB.cjs +28 -0
  36. package/dist/chunk-OMPNDLGS.js +576 -0
  37. package/dist/chunk-RQHJBTEU.js +10 -0
  38. package/dist/chunk-S3QFGYE6.js +28 -0
  39. package/dist/chunk-SK6SSJHC.js +9 -0
  40. package/dist/chunk-T74DBLYY.js +60 -0
  41. package/dist/chunk-UP53DCYH.cjs +6 -0
  42. package/dist/chunk-VECBSKBC.cjs +576 -0
  43. package/dist/chunk-VSLPH2IR.cjs +1355 -0
  44. package/dist/chunk-ZDR3OZ7Z.cjs +9 -0
  45. package/dist/colors-CUDWvz1g.d.cts +42 -0
  46. package/dist/colors-CUDWvz1g.d.ts +42 -0
  47. package/dist/components-BgbIL9EW.d.cts +42 -0
  48. package/dist/components-BgbIL9EW.d.ts +42 -0
  49. package/dist/components.cjs +2276 -0
  50. package/dist/components.d.cts +2762 -0
  51. package/dist/components.d.ts +2762 -0
  52. package/dist/components.js +2276 -0
  53. package/dist/default.cjs +9081 -0
  54. package/dist/default.d.cts +1322 -0
  55. package/dist/default.d.ts +1322 -0
  56. package/dist/default.js +9081 -0
  57. package/dist/hooks.cjs +666 -0
  58. package/dist/hooks.d.cts +1176 -0
  59. package/dist/hooks.d.ts +1176 -0
  60. package/dist/hooks.js +666 -0
  61. package/dist/index.cjs +234 -0
  62. package/dist/index.d.cts +298 -0
  63. package/dist/index.d.ts +298 -0
  64. package/dist/index.js +234 -0
  65. package/dist/input-AwYIskrX.d.cts +22 -0
  66. package/dist/input-AwYIskrX.d.ts +22 -0
  67. package/dist/menu-GmSRfRGB.d.cts +43 -0
  68. package/dist/menu-GmSRfRGB.d.ts +43 -0
  69. package/dist/metafile-cjs.json +1 -0
  70. package/dist/metafile-esm.json +1 -0
  71. package/dist/re-export/cva.cjs +6 -0
  72. package/dist/re-export/cva.d.cts +9 -0
  73. package/dist/re-export/cva.d.ts +9 -0
  74. package/dist/re-export/cva.js +6 -0
  75. package/dist/re-export/motion.cjs +2 -0
  76. package/dist/re-export/motion.d.cts +1 -0
  77. package/dist/re-export/motion.d.ts +1 -0
  78. package/dist/re-export/motion.js +2 -0
  79. package/dist/re-export/next-themes.cjs +2 -0
  80. package/dist/re-export/next-themes.d.cts +1 -0
  81. package/dist/re-export/next-themes.d.ts +1 -0
  82. package/dist/re-export/next-themes.js +2 -0
  83. package/dist/re-export/react-day-picker.cjs +2 -0
  84. package/dist/re-export/react-day-picker.d.cts +1 -0
  85. package/dist/re-export/react-day-picker.d.ts +1 -0
  86. package/dist/re-export/react-day-picker.js +2 -0
  87. package/dist/re-export/react-hook-form.cjs +2 -0
  88. package/dist/re-export/react-hook-form.d.cts +1 -0
  89. package/dist/re-export/react-hook-form.d.ts +1 -0
  90. package/dist/re-export/react-hook-form.js +2 -0
  91. package/dist/re-export/sonner.cjs +2 -0
  92. package/dist/re-export/sonner.d.cts +1 -0
  93. package/dist/re-export/sonner.d.ts +1 -0
  94. package/dist/re-export/sonner.js +2 -0
  95. package/dist/re-export/tanstack-query.cjs +2 -0
  96. package/dist/re-export/tanstack-query.d.cts +1 -0
  97. package/dist/re-export/tanstack-query.d.ts +1 -0
  98. package/dist/re-export/tanstack-query.js +2 -0
  99. package/dist/re-export/tanstack-table.cjs +2 -0
  100. package/dist/re-export/tanstack-table.d.cts +1 -0
  101. package/dist/re-export/tanstack-table.d.ts +1 -0
  102. package/dist/re-export/tanstack-table.js +2 -0
  103. package/dist/re-export/zod.cjs +2 -0
  104. package/dist/re-export/zod.d.cts +1 -0
  105. package/dist/re-export/zod.d.ts +1 -0
  106. package/dist/re-export/zod.js +2 -0
  107. package/package.json +171 -0
@@ -0,0 +1,6 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
+
3
+ var _chunkUP53DCYHcjs = require('../chunk-UP53DCYH.cjs');
4
+
5
+
6
+ exports.cva = _chunkUP53DCYHcjs.cva;
@@ -0,0 +1,9 @@
1
+ export { cva } from 'class-variance-authority';
2
+ import 'motion/react';
3
+ import 'next-themes';
4
+ import 'react-day-picker';
5
+ import 'react-hook-form';
6
+ import 'sonner';
7
+ import '@tanstack/react-query';
8
+ import '@tanstack/react-table';
9
+ import 'zod';
@@ -0,0 +1,9 @@
1
+ export { cva } from 'class-variance-authority';
2
+ import 'motion/react';
3
+ import 'next-themes';
4
+ import 'react-day-picker';
5
+ import 'react-hook-form';
6
+ import 'sonner';
7
+ import '@tanstack/react-query';
8
+ import '@tanstack/react-table';
9
+ import 'zod';
@@ -0,0 +1,6 @@
1
+ import {
2
+ cva
3
+ } from "../chunk-EZW5GNS4.js";
4
+ export {
5
+ cva
6
+ };
@@ -0,0 +1,2 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _createStarExport(obj) { Object.keys(obj) .filter((key) => key !== "default" && key !== "__esModule") .forEach((key) => { if (exports.hasOwnProperty(key)) { return; } Object.defineProperty(exports, key, {enumerable: true, configurable: true, get: () => obj[key]}); }); }// src/re-export/motion.ts
2
+ var _react = require('motion/react'); _createStarExport(_react);
@@ -0,0 +1 @@
1
+ export * from 'motion/react';
@@ -0,0 +1 @@
1
+ export * from 'motion/react';
@@ -0,0 +1,2 @@
1
+ // src/re-export/motion.ts
2
+ export * from "motion/react";
@@ -0,0 +1,2 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _createStarExport(obj) { Object.keys(obj) .filter((key) => key !== "default" && key !== "__esModule") .forEach((key) => { if (exports.hasOwnProperty(key)) { return; } Object.defineProperty(exports, key, {enumerable: true, configurable: true, get: () => obj[key]}); }); }// src/re-export/next-themes.ts
2
+ var _nextthemes = require('next-themes'); _createStarExport(_nextthemes);
@@ -0,0 +1 @@
1
+ export * from 'next-themes';
@@ -0,0 +1 @@
1
+ export * from 'next-themes';
@@ -0,0 +1,2 @@
1
+ // src/re-export/next-themes.ts
2
+ export * from "next-themes";
@@ -0,0 +1,2 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _createStarExport(obj) { Object.keys(obj) .filter((key) => key !== "default" && key !== "__esModule") .forEach((key) => { if (exports.hasOwnProperty(key)) { return; } Object.defineProperty(exports, key, {enumerable: true, configurable: true, get: () => obj[key]}); }); }// src/re-export/react-day-picker.ts
2
+ var _reactdaypicker = require('react-day-picker'); _createStarExport(_reactdaypicker);
@@ -0,0 +1 @@
1
+ export * from 'react-day-picker';
@@ -0,0 +1 @@
1
+ export * from 'react-day-picker';
@@ -0,0 +1,2 @@
1
+ // src/re-export/react-day-picker.ts
2
+ export * from "react-day-picker";
@@ -0,0 +1,2 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _createStarExport(obj) { Object.keys(obj) .filter((key) => key !== "default" && key !== "__esModule") .forEach((key) => { if (exports.hasOwnProperty(key)) { return; } Object.defineProperty(exports, key, {enumerable: true, configurable: true, get: () => obj[key]}); }); }// src/re-export/react-hook-form.ts
2
+ var _reacthookform = require('react-hook-form'); _createStarExport(_reacthookform);
@@ -0,0 +1 @@
1
+ export * from 'react-hook-form';
@@ -0,0 +1 @@
1
+ export * from 'react-hook-form';
@@ -0,0 +1,2 @@
1
+ // src/re-export/react-hook-form.ts
2
+ export * from "react-hook-form";
@@ -0,0 +1,2 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _createStarExport(obj) { Object.keys(obj) .filter((key) => key !== "default" && key !== "__esModule") .forEach((key) => { if (exports.hasOwnProperty(key)) { return; } Object.defineProperty(exports, key, {enumerable: true, configurable: true, get: () => obj[key]}); }); }// src/re-export/sonner.ts
2
+ var _sonner = require('sonner'); _createStarExport(_sonner);
@@ -0,0 +1 @@
1
+ export * from 'sonner';
@@ -0,0 +1 @@
1
+ export * from 'sonner';
@@ -0,0 +1,2 @@
1
+ // src/re-export/sonner.ts
2
+ export * from "sonner";
@@ -0,0 +1,2 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _createStarExport(obj) { Object.keys(obj) .filter((key) => key !== "default" && key !== "__esModule") .forEach((key) => { if (exports.hasOwnProperty(key)) { return; } Object.defineProperty(exports, key, {enumerable: true, configurable: true, get: () => obj[key]}); }); }// src/re-export/tanstack-query.ts
2
+ var _reactquery = require('@tanstack/react-query'); _createStarExport(_reactquery);
@@ -0,0 +1 @@
1
+ export * from '@tanstack/react-query';
@@ -0,0 +1 @@
1
+ export * from '@tanstack/react-query';
@@ -0,0 +1,2 @@
1
+ // src/re-export/tanstack-query.ts
2
+ export * from "@tanstack/react-query";
@@ -0,0 +1,2 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _createStarExport(obj) { Object.keys(obj) .filter((key) => key !== "default" && key !== "__esModule") .forEach((key) => { if (exports.hasOwnProperty(key)) { return; } Object.defineProperty(exports, key, {enumerable: true, configurable: true, get: () => obj[key]}); }); }// src/re-export/tanstack-table.ts
2
+ var _reacttable = require('@tanstack/react-table'); _createStarExport(_reacttable);
@@ -0,0 +1 @@
1
+ export * from '@tanstack/react-table';
@@ -0,0 +1 @@
1
+ export * from '@tanstack/react-table';
@@ -0,0 +1,2 @@
1
+ // src/re-export/tanstack-table.ts
2
+ export * from "@tanstack/react-table";
@@ -0,0 +1,2 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _createStarExport(obj) { Object.keys(obj) .filter((key) => key !== "default" && key !== "__esModule") .forEach((key) => { if (exports.hasOwnProperty(key)) { return; } Object.defineProperty(exports, key, {enumerable: true, configurable: true, get: () => obj[key]}); }); }// src/re-export/zod.ts
2
+ var _zod = require('zod'); _createStarExport(_zod);
@@ -0,0 +1 @@
1
+ export * from 'zod';
@@ -0,0 +1 @@
1
+ export * from 'zod';
@@ -0,0 +1,2 @@
1
+ // src/re-export/zod.ts
2
+ export * from "zod";
package/package.json ADDED
@@ -0,0 +1,171 @@
1
+ {
2
+ "name": "@pelatform/ui",
3
+ "version": "1.5.0",
4
+ "description": "A Modern and Minimal React UI Library built with TailwindCSS.",
5
+ "author": "Pelatform Dev",
6
+ "license": "MIT",
7
+ "type": "module",
8
+ "main": "./dist/index.cjs",
9
+ "module": "./dist/index.js",
10
+ "types": "./dist/index.d.ts",
11
+ "exports": {
12
+ "./css": "./css/theme.css",
13
+ "./css/*": "./css/components/*.css",
14
+ ".": {
15
+ "import": {
16
+ "types": "./dist/index.d.ts",
17
+ "default": "./dist/index.js"
18
+ },
19
+ "require": {
20
+ "types": "./dist/index.d.cts",
21
+ "default": "./dist/index.cjs"
22
+ }
23
+ },
24
+ "./animation": {
25
+ "import": {
26
+ "types": "./dist/animation.d.ts",
27
+ "default": "./dist/animation.js"
28
+ },
29
+ "require": {
30
+ "types": "./dist/animation.d.cts",
31
+ "default": "./dist/animation.cjs"
32
+ }
33
+ },
34
+ "./aria": {
35
+ "import": {
36
+ "types": "./dist/aria.d.ts",
37
+ "default": "./dist/aria.js"
38
+ },
39
+ "require": {
40
+ "types": "./dist/aria.d.cts",
41
+ "default": "./dist/aria.cjs"
42
+ }
43
+ },
44
+ "./base": {
45
+ "import": {
46
+ "types": "./dist/base.d.ts",
47
+ "default": "./dist/base.js"
48
+ },
49
+ "require": {
50
+ "types": "./dist/base.d.cts",
51
+ "default": "./dist/base.cjs"
52
+ }
53
+ },
54
+ "./components": {
55
+ "import": {
56
+ "types": "./dist/components.d.ts",
57
+ "default": "./dist/components.js"
58
+ },
59
+ "require": {
60
+ "types": "./dist/components.d.cts",
61
+ "default": "./dist/components.cjs"
62
+ }
63
+ },
64
+ "./default": {
65
+ "import": {
66
+ "types": "./dist/default.d.ts",
67
+ "default": "./dist/default.js"
68
+ },
69
+ "require": {
70
+ "types": "./dist/default.d.cts",
71
+ "default": "./dist/default.cjs"
72
+ }
73
+ },
74
+ "./hooks": {
75
+ "import": {
76
+ "types": "./dist/hooks.d.ts",
77
+ "default": "./dist/hooks.js"
78
+ },
79
+ "require": {
80
+ "types": "./dist/hooks.d.cts",
81
+ "default": "./dist/hooks.cjs"
82
+ }
83
+ },
84
+ "./re/*": {
85
+ "import": {
86
+ "types": "./dist/re-export/*.d.ts",
87
+ "default": "./dist/re-export/*.js"
88
+ },
89
+ "require": {
90
+ "types": "./dist/re-export/*.d.cts",
91
+ "default": "./dist/re-export/*.cjs"
92
+ }
93
+ }
94
+ },
95
+ "homepage": "https://devpelatform.github.io/ui",
96
+ "files": [
97
+ "css/*",
98
+ "dist/*",
99
+ "README.md"
100
+ ],
101
+ "keywords": [
102
+ "pelatform",
103
+ "ui",
104
+ "tailwindcss",
105
+ "react"
106
+ ],
107
+ "dependencies": {
108
+ "@base-ui-components/react": "1.0.0-beta.4",
109
+ "@dnd-kit/core": "^6.3.1",
110
+ "@dnd-kit/modifiers": "^9.0.0",
111
+ "@dnd-kit/sortable": "^10.0.0",
112
+ "@dnd-kit/utilities": "^3.2.2",
113
+ "@headless-tree/core": "^1.5.1",
114
+ "@radix-ui/react-dialog": "^1.1.15",
115
+ "@radix-ui/react-slot": "^1.2.3",
116
+ "@tanstack/react-form": "^1.23.7",
117
+ "@tanstack/react-query": "^5.90.5",
118
+ "@tanstack/react-table": "^8.21.3",
119
+ "class-variance-authority": "^0.7.1",
120
+ "clsx": "^2.1.1",
121
+ "cmdk": "^1.1.1",
122
+ "embla-carousel-react": "^8.6.0",
123
+ "input-otp": "^1.4.2",
124
+ "lucide-react": "^0.546.0",
125
+ "motion": "^12.23.24",
126
+ "next-themes": "^0.4.6",
127
+ "radix-ui": "^1.4.3",
128
+ "react-aria": "^3.44.0",
129
+ "react-aria-components": "^1.13.0",
130
+ "react-day-picker": "^9.11.1",
131
+ "react-hook-form": "^7.65.0",
132
+ "react-phone-number-input": "^3.4.12",
133
+ "react-resizable-panels": "^3.0.6",
134
+ "sonner": "^2.0.7",
135
+ "tailwind-merge": "^3.3.1",
136
+ "tw-animate-css": "^1.4.0",
137
+ "vaul": "^1.1.2",
138
+ "zod": "^4.1.12"
139
+ },
140
+ "devDependencies": {
141
+ "@types/node": "^24.8.1",
142
+ "@types/react": "^19.2.2",
143
+ "@types/react-dom": "^19.2.2",
144
+ "esbuild-plugin-preserve-directives": "^0.0.11",
145
+ "react": "^19.2.0",
146
+ "react-dom": "^19.2.0",
147
+ "tailwindcss": "^4.1.14",
148
+ "tsup": "^8.5.0",
149
+ "typescript": "^5.9.3"
150
+ },
151
+ "peerDependencies": {
152
+ "react": ">=18.0.0",
153
+ "react-dom": ">=18.0.0",
154
+ "tailwindcss": ">=3.0.0"
155
+ },
156
+ "peerDependenciesMeta": {
157
+ "tailwindcss": {
158
+ "optional": true
159
+ }
160
+ },
161
+ "publishConfig": {
162
+ "access": "public"
163
+ },
164
+ "scripts": {
165
+ "clean": "rimraf dist",
166
+ "clean:all": "rimraf .turbo dist node_modules",
167
+ "dev": "tsup --watch",
168
+ "build": "tsup --clean --dts",
169
+ "types:check": "tsc --noEmit"
170
+ }
171
+ }