@moontra/moonui-pro 2.0.1 → 2.0.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/dist/index.js +116 -49
- package/dist/index.mjs +87 -33
- package/package.json +22 -8
- package/dist/index.css +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moontra/moonui-pro",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.3",
|
|
4
4
|
"description": "Premium React components for MoonUI - Advanced UI library with 50+ pro components including performance, interactive, and gesture components",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.esm.js",
|
|
@@ -15,8 +15,11 @@
|
|
|
15
15
|
".": {
|
|
16
16
|
"types": "./dist/index.d.ts",
|
|
17
17
|
"import": "./dist/index.esm.js",
|
|
18
|
-
"require": "./dist/index.js"
|
|
19
|
-
|
|
18
|
+
"require": "./dist/index.js",
|
|
19
|
+
"style": "./dist/index.css"
|
|
20
|
+
},
|
|
21
|
+
"./styles.css": "./dist/index.css",
|
|
22
|
+
"./css": "./dist/index.css"
|
|
20
23
|
},
|
|
21
24
|
"scripts": {
|
|
22
25
|
"postinstall": "node scripts/postinstall.js",
|
|
@@ -28,7 +31,7 @@
|
|
|
28
31
|
"test": "jest",
|
|
29
32
|
"test:watch": "jest --watch",
|
|
30
33
|
"test:coverage": "jest --coverage",
|
|
31
|
-
"prepublishOnly": "npm run clean && npm run build
|
|
34
|
+
"prepublishOnly": "npm run clean && npm run build",
|
|
32
35
|
"pub": "npm version patch && npm run build && npm publish",
|
|
33
36
|
"pub:minor": "npm version minor && npm run build && npm publish",
|
|
34
37
|
"pub:major": "npm version major && npm run build && npm publish"
|
|
@@ -80,19 +83,30 @@
|
|
|
80
83
|
"lucide-react": "^0.263.1",
|
|
81
84
|
"recharts": "^2.12.7",
|
|
82
85
|
"tailwind-merge": "^2.5.4",
|
|
83
|
-
"tailwindcss-animate": "^1.0.7"
|
|
86
|
+
"tailwindcss-animate": "^1.0.7",
|
|
87
|
+
"react-window": "^1.8.8",
|
|
88
|
+
"react-virtualized-auto-sizer": "^1.0.24",
|
|
89
|
+
"@hello-pangea/dnd": "^18.0.1",
|
|
90
|
+
"react-hook-form": "^7.53.2",
|
|
91
|
+
"react-dropzone": "^14.3.5",
|
|
92
|
+
"react-intersection-observer": "^9.13.1"
|
|
84
93
|
},
|
|
85
94
|
"devDependencies": {
|
|
86
|
-
"@types/react": "^19.0.0",
|
|
87
|
-
"@types/react-dom": "^19.0.0",
|
|
88
|
-
"@types/node": "^18.16.0",
|
|
89
95
|
"@testing-library/jest-dom": "^6.6.3",
|
|
90
96
|
"@testing-library/react": "^16.3.0",
|
|
91
97
|
"@testing-library/user-event": "^14.6.1",
|
|
92
98
|
"@types/jest": "^30.0.0",
|
|
99
|
+
"@types/node": "^18.16.0",
|
|
100
|
+
"@types/react": "^19.0.0",
|
|
101
|
+
"@types/react-dom": "^19.0.0",
|
|
102
|
+
"@types/react-window": "^1.8.8",
|
|
103
|
+
"@types/react-beautiful-dnd": "^13.1.8",
|
|
104
|
+
"autoprefixer": "^10.4.21",
|
|
93
105
|
"eslint": "^8.39.0",
|
|
94
106
|
"jest": "^29.5.0",
|
|
95
107
|
"jest-environment-jsdom": "^29.5.0",
|
|
108
|
+
"postcss": "^8.5.6",
|
|
109
|
+
"tailwindcss": "^4.1.11",
|
|
96
110
|
"ts-jest": "^29.1.0",
|
|
97
111
|
"tsup": "^6.7.0",
|
|
98
112
|
"typescript": "^5.0.4"
|
package/dist/index.css
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.slash-commands-menu{border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}@media (prefers-color-scheme: dark){.slash-commands-menu{--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}}.slash-commands-menu{max-height:20rem;min-width:280px;overflow-y:auto;padding:.5rem}.slash-command-item{display:flex;cursor:pointer;align-items:center;gap:.75rem;border-radius:.375rem;padding:.5rem .75rem;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.slash-command-item:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}@media (prefers-color-scheme: dark){.slash-command-item:hover{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}}.slash-command-item.selected{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}@media (prefers-color-scheme: dark){.slash-command-item.selected{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}}.slash-command-item svg{height:1rem;width:1rem;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}@media (prefers-color-scheme: dark){.slash-command-item svg{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}}.slash-command-item>div{flex:1 1 0%}.slash-command-item .command-name{font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}@media (prefers-color-scheme: dark){.slash-command-item .command-name{--tw-text-opacity: 1;color:rgb(243 244 246 / var(--tw-text-opacity, 1))}}.slash-command-item .command-description{margin-top:.125rem;font-size:.75rem;line-height:1rem;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}@media (prefers-color-scheme: dark){.slash-command-item .command-description{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}}.dark .slash-commands-menu{box-shadow:0 10px 15px -3px #0000004d,0 4px 6px -2px #0003}.ProseMirror table{border-collapse:collapse;margin:0;overflow:hidden;table-layout:fixed;width:100%;border:1px solid #d1d5db}.ProseMirror table td,.ProseMirror table th{border:1px solid #d1d5db;box-sizing:border-box;min-width:1em;padding:6px 8px;position:relative;vertical-align:top}.ProseMirror table th{background-color:#f9fafb;font-weight:600;text-align:left}.ProseMirror table .selectedCell:after{background-color:#3b82f61a;content:"";inset:0;pointer-events:none;position:absolute;z-index:2}.ProseMirror table .column-resize-handle{background-color:#3b82f6;bottom:-2px;position:absolute;right:-2px;top:0;width:4px;pointer-events:none}.dark .ProseMirror table,.dark .ProseMirror table td,.dark .ProseMirror table th{border:1px solid #374151}.dark .ProseMirror table th{background-color:#111827}.dark .ProseMirror table .selectedCell:after{background-color:#3b82f633}
|