@moontra/moonui-pro 2.20.1 → 2.20.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.
Files changed (162) hide show
  1. package/dist/index.d.ts +691 -261
  2. package/dist/index.mjs +7418 -4934
  3. package/package.json +11 -5
  4. package/plugin/index.d.ts +86 -0
  5. package/plugin/index.js +308 -0
  6. package/scripts/postbuild.js +27 -0
  7. package/scripts/postinstall.js +176 -23
  8. package/src/__tests__/use-intersection-observer.test.tsx +0 -216
  9. package/src/__tests__/use-local-storage.test.tsx +0 -174
  10. package/src/__tests__/use-pro-access.test.tsx +0 -183
  11. package/src/components/advanced-chart/advanced-chart.test.tsx +0 -281
  12. package/src/components/advanced-chart/index.tsx +0 -1242
  13. package/src/components/advanced-forms/index.tsx +0 -426
  14. package/src/components/animated-button/index.tsx +0 -385
  15. package/src/components/calendar/event-dialog.tsx +0 -372
  16. package/src/components/calendar/index.tsx +0 -1073
  17. package/src/components/calendar-pro/index.tsx +0 -1697
  18. package/src/components/color-picker/index.tsx +0 -432
  19. package/src/components/credit-card-input/index.tsx +0 -406
  20. package/src/components/dashboard/dashboard-grid.tsx +0 -462
  21. package/src/components/dashboard/demo.tsx +0 -425
  22. package/src/components/dashboard/index.tsx +0 -1046
  23. package/src/components/dashboard/time-range-picker.tsx +0 -336
  24. package/src/components/dashboard/types.ts +0 -222
  25. package/src/components/dashboard/widgets/activity-feed.tsx +0 -344
  26. package/src/components/dashboard/widgets/chart-widget.tsx +0 -418
  27. package/src/components/dashboard/widgets/metric-card.tsx +0 -343
  28. package/src/components/data-table/data-table-bulk-actions.tsx +0 -204
  29. package/src/components/data-table/data-table-column-toggle.tsx +0 -169
  30. package/src/components/data-table/data-table-export.ts +0 -156
  31. package/src/components/data-table/data-table-filter-drawer.tsx +0 -448
  32. package/src/components/data-table/data-table.test.tsx +0 -187
  33. package/src/components/data-table/index.tsx +0 -845
  34. package/src/components/draggable-list/index.tsx +0 -100
  35. package/src/components/enhanced/badge.tsx +0 -191
  36. package/src/components/enhanced/button.tsx +0 -362
  37. package/src/components/enhanced/card.tsx +0 -266
  38. package/src/components/enhanced/dialog.tsx +0 -246
  39. package/src/components/enhanced/index.ts +0 -4
  40. package/src/components/error-boundary/index.tsx +0 -109
  41. package/src/components/file-upload/file-upload.test.tsx +0 -243
  42. package/src/components/file-upload/index.tsx +0 -1660
  43. package/src/components/floating-action-button/index.tsx +0 -206
  44. package/src/components/form-wizard/form-wizard-context.tsx +0 -307
  45. package/src/components/form-wizard/form-wizard-navigation.tsx +0 -118
  46. package/src/components/form-wizard/form-wizard-progress.tsx +0 -298
  47. package/src/components/form-wizard/form-wizard-step.tsx +0 -111
  48. package/src/components/form-wizard/index.tsx +0 -102
  49. package/src/components/form-wizard/types.ts +0 -76
  50. package/src/components/gesture-drawer/index.tsx +0 -551
  51. package/src/components/github-stars/github-api.ts +0 -426
  52. package/src/components/github-stars/hooks.ts +0 -516
  53. package/src/components/github-stars/index.tsx +0 -375
  54. package/src/components/github-stars/types.ts +0 -148
  55. package/src/components/github-stars/variants.tsx +0 -513
  56. package/src/components/health-check/index.tsx +0 -439
  57. package/src/components/hover-card-3d/index.tsx +0 -530
  58. package/src/components/index.ts +0 -128
  59. package/src/components/internal/index.ts +0 -78
  60. package/src/components/kanban/add-card-modal.tsx +0 -502
  61. package/src/components/kanban/card-detail-modal.tsx +0 -761
  62. package/src/components/kanban/index.ts +0 -13
  63. package/src/components/kanban/kanban.tsx +0 -1684
  64. package/src/components/kanban/types.ts +0 -168
  65. package/src/components/lazy-component/index.tsx +0 -823
  66. package/src/components/license-error/index.tsx +0 -29
  67. package/src/components/magnetic-button/index.tsx +0 -167
  68. package/src/components/memory-efficient-data/index.tsx +0 -1016
  69. package/src/components/moonui-quiz-form/index.tsx +0 -817
  70. package/src/components/optimized-image/index.tsx +0 -425
  71. package/src/components/performance-debugger/index.tsx +0 -589
  72. package/src/components/performance-monitor/index.tsx +0 -794
  73. package/src/components/phone-number-input/index.tsx +0 -338
  74. package/src/components/pinch-zoom/index.tsx +0 -566
  75. package/src/components/quiz-form/index.tsx +0 -479
  76. package/src/components/rich-text-editor/index-old-backup.tsx +0 -437
  77. package/src/components/rich-text-editor/index.tsx +0 -2324
  78. package/src/components/rich-text-editor/slash-commands-extension.ts +0 -220
  79. package/src/components/rich-text-editor/slash-commands.css +0 -35
  80. package/src/components/rich-text-editor/table-styles.css +0 -65
  81. package/src/components/sidebar/index.tsx +0 -865
  82. package/src/components/spotlight-card/index.tsx +0 -191
  83. package/src/components/swipeable-card/index.tsx +0 -100
  84. package/src/components/timeline/index.tsx +0 -1148
  85. package/src/components/ui/accordion.tsx +0 -73
  86. package/src/components/ui/alert-dialog.tsx +0 -141
  87. package/src/components/ui/alert.tsx +0 -141
  88. package/src/components/ui/aspect-ratio.tsx +0 -245
  89. package/src/components/ui/avatar.tsx +0 -153
  90. package/src/components/ui/badge.tsx +0 -228
  91. package/src/components/ui/breadcrumb.tsx +0 -214
  92. package/src/components/ui/button.tsx +0 -222
  93. package/src/components/ui/calendar.tsx +0 -387
  94. package/src/components/ui/card.tsx +0 -214
  95. package/src/components/ui/checkbox.tsx +0 -259
  96. package/src/components/ui/collapsible.tsx +0 -135
  97. package/src/components/ui/color-picker.tsx +0 -97
  98. package/src/components/ui/command.tsx +0 -225
  99. package/src/components/ui/dialog.tsx +0 -334
  100. package/src/components/ui/dropdown-menu.tsx +0 -218
  101. package/src/components/ui/gesture-drawer.tsx +0 -11
  102. package/src/components/ui/hover-card.tsx +0 -29
  103. package/src/components/ui/index.ts +0 -190
  104. package/src/components/ui/input.tsx +0 -222
  105. package/src/components/ui/label.tsx +0 -29
  106. package/src/components/ui/lightbox.tsx +0 -606
  107. package/src/components/ui/magnetic-button.tsx +0 -129
  108. package/src/components/ui/media-gallery.tsx +0 -612
  109. package/src/components/ui/pagination.tsx +0 -123
  110. package/src/components/ui/popover.tsx +0 -185
  111. package/src/components/ui/progress.tsx +0 -30
  112. package/src/components/ui/radio-group.tsx +0 -257
  113. package/src/components/ui/scroll-area.tsx +0 -47
  114. package/src/components/ui/select.tsx +0 -374
  115. package/src/components/ui/separator.tsx +0 -145
  116. package/src/components/ui/sheet.tsx +0 -139
  117. package/src/components/ui/skeleton.tsx +0 -20
  118. package/src/components/ui/slider.tsx +0 -354
  119. package/src/components/ui/spotlight-card.tsx +0 -119
  120. package/src/components/ui/switch.tsx +0 -86
  121. package/src/components/ui/table.tsx +0 -329
  122. package/src/components/ui/tabs.tsx +0 -198
  123. package/src/components/ui/textarea.tsx +0 -28
  124. package/src/components/ui/toast.tsx +0 -317
  125. package/src/components/ui/toggle.tsx +0 -119
  126. package/src/components/ui/tooltip.tsx +0 -151
  127. package/src/components/virtual-list/index.tsx +0 -668
  128. package/src/hooks/use-chart.ts +0 -205
  129. package/src/hooks/use-data-table.ts +0 -182
  130. package/src/hooks/use-docs-pro-access.ts +0 -13
  131. package/src/hooks/use-license-check.ts +0 -65
  132. package/src/hooks/use-subscription.ts +0 -19
  133. package/src/hooks/use-toast.ts +0 -15
  134. package/src/index.ts +0 -14
  135. package/src/lib/ai-providers.ts +0 -377
  136. package/src/lib/component-metadata.ts +0 -18
  137. package/src/lib/micro-interactions.ts +0 -255
  138. package/src/lib/paddle.ts +0 -17
  139. package/src/lib/utils.ts +0 -6
  140. package/src/patterns/login-form/index.tsx +0 -276
  141. package/src/patterns/login-form/types.ts +0 -67
  142. package/src/setupTests.ts +0 -41
  143. package/src/styles/advanced-chart.css +0 -239
  144. package/src/styles/calendar.css +0 -35
  145. package/src/styles/design-system.css +0 -363
  146. package/src/styles/index.css +0 -85
  147. package/src/styles/tailwind.css +0 -7
  148. package/src/styles/tokens.css +0 -455
  149. package/src/types/moonui.d.ts +0 -22
  150. package/src/types/next-auth.d.ts +0 -21
  151. package/src/use-intersection-observer.tsx +0 -154
  152. package/src/use-local-storage.tsx +0 -71
  153. package/src/use-paddle.ts +0 -138
  154. package/src/use-performance-optimizer.ts +0 -389
  155. package/src/use-pro-access.ts +0 -141
  156. package/src/use-scroll-animation.ts +0 -219
  157. package/src/use-subscription.ts +0 -37
  158. package/src/use-toast.ts +0 -32
  159. package/src/utils/chart-helpers.ts +0 -357
  160. package/src/utils/cn.ts +0 -6
  161. package/src/utils/data-processing.ts +0 -151
  162. package/src/utils/license-validator.tsx +0 -183
@@ -1,363 +0,0 @@
1
- /* MoonUI Design System - Advanced Tokens */
2
-
3
- /* Base layer styles - Scoped to moonui-pro components only */
4
- .moonui-pro {
5
- /* ===== Semantic Color Tokens ===== */
6
-
7
- /* Background Layers */
8
- --bg-base: var(--background);
9
- --bg-subtle: var(--gray-50);
10
- --bg-muted: var(--gray-100);
11
- --bg-emphasis: var(--gray-200);
12
- --bg-inverse: var(--foreground);
13
-
14
- /* Surface Colors */
15
- --surface-base: var(--background);
16
- --surface-overlay: var(--gray-50);
17
- --surface-raised: var(--background);
18
- --surface-sunken: var(--gray-100);
19
-
20
- /* Text Colors */
21
- --text-primary: var(--foreground);
22
- --text-secondary: var(--gray-600);
23
- --text-tertiary: var(--gray-500);
24
- --text-disabled: var(--gray-400);
25
- --text-inverse: var(--background);
26
- --text-link: var(--primary);
27
- --text-link-hover: var(--primary-hover);
28
-
29
- /* Brand Colors */
30
- --brand-primary: var(--primary);
31
- --brand-primary-hover: var(--primary-hover);
32
- --brand-primary-active: var(--primary-active);
33
- --brand-secondary: var(--secondary);
34
-
35
- /* Interactive States */
36
- --state-hover: var(--gray-100);
37
- --state-active: var(--gray-200);
38
- --state-selected: var(--primary);
39
- --state-disabled: var(--gray-300);
40
- --state-focus: var(--primary);
41
-
42
- /* Feedback Colors */
43
- --feedback-success: var(--success);
44
- --feedback-success-light: 142 71% 95%;
45
- --feedback-success-dark: 142 71% 35%;
46
- --feedback-warning: var(--warning);
47
- --feedback-warning-light: 38 92% 95%;
48
- --feedback-warning-dark: 38 92% 40%;
49
- --feedback-error: var(--error);
50
- --feedback-error-light: 0 84% 95%;
51
- --feedback-error-dark: 0 84% 50%;
52
- --feedback-info: 217 91% 60%;
53
- --feedback-info-light: 217 91% 95%;
54
- --feedback-info-dark: 217 91% 50%;
55
-
56
- /* Border Colors */
57
- --border-default: var(--border);
58
- --border-subtle: var(--gray-200);
59
- --border-strong: var(--gray-400);
60
- --border-interactive: var(--primary);
61
- --border-error: var(--error);
62
- --border-success: var(--success);
63
- --border-warning: var(--warning);
64
-
65
- /* ===== Shadow System ===== */
66
-
67
- /* Elevation Tokens */
68
- --shadow-xs: 0 1px 2px 0 rgb(0 0 0 / 0.05);
69
- --shadow-sm: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
70
- --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
71
- --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
72
- --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
73
- --shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / 0.25);
74
-
75
- /* Colored Shadows */
76
- --shadow-primary: 0 4px 14px 0 hsl(var(--primary) / 0.3);
77
- --shadow-success: 0 4px 14px 0 hsl(var(--success) / 0.3);
78
- --shadow-error: 0 4px 14px 0 hsl(var(--error) / 0.3);
79
- --shadow-warning: 0 4px 14px 0 hsl(var(--warning) / 0.3);
80
-
81
- /* Inset Shadows */
82
- --shadow-inner-xs: inset 0 1px 2px 0 rgb(0 0 0 / 0.05);
83
- --shadow-inner-sm: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
84
- --shadow-inner-md: inset 0 4px 6px -1px rgb(0 0 0 / 0.1);
85
-
86
- /* ===== Animation Timing Functions ===== */
87
-
88
- /* Easing Functions */
89
- --ease-linear: linear;
90
- --ease-in: cubic-bezier(0.4, 0, 1, 1);
91
- --ease-out: cubic-bezier(0, 0, 0.2, 1);
92
- --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
93
- --ease-bounce: cubic-bezier(0.68, -0.55, 0.265, 1.55);
94
- --ease-elastic: cubic-bezier(0.68, -0.55, 0.265, 1.55);
95
- --ease-back-in: cubic-bezier(0.6, -0.28, 0.735, 0.045);
96
- --ease-back-out: cubic-bezier(0.175, 0.885, 0.32, 1.275);
97
- --ease-back-in-out: cubic-bezier(0.68, -0.55, 0.265, 1.55);
98
-
99
- /* Duration Tokens */
100
- --duration-instant: 0ms;
101
- --duration-fast: 150ms;
102
- --duration-normal: 250ms;
103
- --duration-slow: 350ms;
104
- --duration-slower: 500ms;
105
- --duration-slowest: 750ms;
106
-
107
- /* ===== Spacing System (8px Grid) ===== */
108
-
109
- --space-0: 0;
110
- --space-px: 1px;
111
- --space-0\.5: 0.125rem; /* 2px */
112
- --space-1: 0.25rem; /* 4px */
113
- --space-1\.5: 0.375rem; /* 6px */
114
- --space-2: 0.5rem; /* 8px */
115
- --space-2\.5: 0.625rem; /* 10px */
116
- --space-3: 0.75rem; /* 12px */
117
- --space-3\.5: 0.875rem; /* 14px */
118
- --space-4: 1rem; /* 16px */
119
- --space-5: 1.25rem; /* 20px */
120
- --space-6: 1.5rem; /* 24px */
121
- --space-7: 1.75rem; /* 28px */
122
- --space-8: 2rem; /* 32px */
123
- --space-9: 2.25rem; /* 36px */
124
- --space-10: 2.5rem; /* 40px */
125
- --space-11: 2.75rem; /* 44px */
126
- --space-12: 3rem; /* 48px */
127
- --space-14: 3.5rem; /* 56px */
128
- --space-16: 4rem; /* 64px */
129
- --space-20: 5rem; /* 80px */
130
- --space-24: 6rem; /* 96px */
131
- --space-28: 7rem; /* 112px */
132
- --space-32: 8rem; /* 128px */
133
- --space-36: 9rem; /* 144px */
134
- --space-40: 10rem; /* 160px */
135
- --space-44: 11rem; /* 176px */
136
- --space-48: 12rem; /* 192px */
137
- --space-52: 13rem; /* 208px */
138
- --space-56: 14rem; /* 224px */
139
- --space-60: 15rem; /* 240px */
140
- --space-64: 16rem; /* 256px */
141
- --space-72: 18rem; /* 288px */
142
- --space-80: 20rem; /* 320px */
143
- --space-96: 24rem; /* 384px */
144
-
145
- /* ===== Typography Scale (Perfect Fourth) ===== */
146
-
147
- /* Font Sizes */
148
- --text-2xs: 0.625rem; /* 10px */
149
- --text-xs: 0.75rem; /* 12px */
150
- --text-sm: 0.875rem; /* 14px */
151
- --text-base: 1rem; /* 16px */
152
- --text-lg: 1.125rem; /* 18px */
153
- --text-xl: 1.25rem; /* 20px */
154
- --text-2xl: 1.5rem; /* 24px */
155
- --text-3xl: 1.875rem; /* 30px */
156
- --text-4xl: 2.25rem; /* 36px */
157
- --text-5xl: 3rem; /* 48px */
158
- --text-6xl: 3.75rem; /* 60px */
159
- --text-7xl: 4.5rem; /* 72px */
160
- --text-8xl: 6rem; /* 96px */
161
- --text-9xl: 8rem; /* 128px */
162
-
163
- /* Line Heights */
164
- --leading-none: 1;
165
- --leading-tight: 1.25;
166
- --leading-snug: 1.375;
167
- --leading-normal: 1.5;
168
- --leading-relaxed: 1.625;
169
- --leading-loose: 2;
170
-
171
- /* Letter Spacing */
172
- --tracking-tighter: -0.05em;
173
- --tracking-tight: -0.025em;
174
- --tracking-normal: 0;
175
- --tracking-wide: 0.025em;
176
- --tracking-wider: 0.05em;
177
- --tracking-widest: 0.1em;
178
-
179
- /* Font Weights */
180
- --font-thin: 100;
181
- --font-extralight: 200;
182
- --font-light: 300;
183
- --font-normal: 400;
184
- --font-medium: 500;
185
- --font-semibold: 600;
186
- --font-bold: 700;
187
- --font-extrabold: 800;
188
- --font-black: 900;
189
-
190
- /* ===== Border Radius ===== */
191
-
192
- --radius-none: 0;
193
- --radius-sm: 0.125rem; /* 2px */
194
- --radius-base: 0.25rem; /* 4px */
195
- --radius-md: 0.375rem; /* 6px */
196
- --radius-lg: 0.5rem; /* 8px */
197
- --radius-xl: 0.75rem; /* 12px */
198
- --radius-2xl: 1rem; /* 16px */
199
- --radius-3xl: 1.5rem; /* 24px */
200
- --radius-full: 9999px;
201
-
202
- /* ===== Z-Index Scale ===== */
203
-
204
- --z-0: 0;
205
- --z-10: 10;
206
- --z-20: 20;
207
- --z-30: 30;
208
- --z-40: 40;
209
- --z-50: 50;
210
- --z-dropdown: 1000;
211
- --z-sticky: 1020;
212
- --z-fixed: 1030;
213
- --z-modal-backdrop: 1040;
214
- --z-modal: 1050;
215
- --z-popover: 1060;
216
- --z-tooltip: 1070;
217
- --z-notification: 1080;
218
-
219
- /* ===== Blur Values ===== */
220
-
221
- --blur-none: 0;
222
- --blur-sm: 4px;
223
- --blur-base: 8px;
224
- --blur-md: 12px;
225
- --blur-lg: 16px;
226
- --blur-xl: 24px;
227
- --blur-2xl: 40px;
228
- --blur-3xl: 64px;
229
- }
230
-
231
- /* Dark Mode Overrides */
232
- .moonui-pro.dark,
233
- .dark .moonui-pro {
234
- /* Background Layers */
235
- --bg-base: var(--background);
236
- --bg-subtle: var(--gray-800);
237
- --bg-muted: var(--gray-700);
238
- --bg-emphasis: var(--gray-600);
239
-
240
- /* Surface Colors */
241
- --surface-overlay: var(--gray-800);
242
- --surface-raised: var(--gray-800);
243
- --surface-sunken: var(--background);
244
-
245
- /* Text Colors */
246
- --text-secondary: var(--gray-400);
247
- --text-tertiary: var(--gray-500);
248
- --text-disabled: var(--gray-600);
249
-
250
- /* Interactive States */
251
- --state-hover: var(--gray-700);
252
- --state-active: var(--gray-600);
253
-
254
- /* Dark Mode Shadows (Lighter for visibility) */
255
- --shadow-xs: 0 1px 2px 0 rgb(0 0 0 / 0.3);
256
- --shadow-sm: 0 1px 3px 0 rgb(0 0 0 / 0.4), 0 1px 2px -1px rgb(0 0 0 / 0.3);
257
- --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.4), 0 2px 4px -2px rgb(0 0 0 / 0.3);
258
- --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.4), 0 4px 6px -4px rgb(0 0 0 / 0.3);
259
- --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.4), 0 8px 10px -6px rgb(0 0 0 / 0.3);
260
- --shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / 0.5);
261
- }
262
-
263
- /* ===== Utility Classes ===== */
264
-
265
- /* Shadow Utilities */
266
- .shadow-xs { box-shadow: var(--shadow-xs); }
267
- .shadow-sm { box-shadow: var(--shadow-sm); }
268
- .shadow-md { box-shadow: var(--shadow-md); }
269
- .shadow-lg { box-shadow: var(--shadow-lg); }
270
- .shadow-xl { box-shadow: var(--shadow-xl); }
271
- .shadow-2xl { box-shadow: var(--shadow-2xl); }
272
-
273
- .shadow-primary { box-shadow: var(--shadow-primary); }
274
- .shadow-success { box-shadow: var(--shadow-success); }
275
- .shadow-error { box-shadow: var(--shadow-error); }
276
- .shadow-warning { box-shadow: var(--shadow-warning); }
277
-
278
- .shadow-inner-xs { box-shadow: var(--shadow-inner-xs); }
279
- .shadow-inner-sm { box-shadow: var(--shadow-inner-sm); }
280
- .shadow-inner-md { box-shadow: var(--shadow-inner-md); }
281
-
282
- /* Animation Utilities */
283
- .animate-none { animation: none; }
284
- .animate-spin { animation: spin 1s linear infinite; }
285
- .animate-ping { animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite; }
286
- .animate-pulse { animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite; }
287
- .animate-bounce { animation: bounce 1s infinite; }
288
- .animate-fade-in { animation: fadeIn var(--duration-normal) var(--ease-out); }
289
- .animate-fade-out { animation: fadeOut var(--duration-normal) var(--ease-out); }
290
- .animate-slide-in { animation: slideIn var(--duration-normal) var(--ease-out); }
291
- .animate-scale-in { animation: scaleIn var(--duration-normal) var(--ease-out); }
292
-
293
- /* Transition Utilities */
294
- .transition-none { transition: none; }
295
- .transition-all { transition-property: all; }
296
- .transition-colors { transition-property: color, background-color, border-color, text-decoration-color, fill, stroke; }
297
- .transition-opacity { transition-property: opacity; }
298
- .transition-shadow { transition-property: box-shadow; }
299
- .transition-transform { transition-property: transform; }
300
-
301
- /* Duration Utilities */
302
- .duration-instant { transition-duration: var(--duration-instant); }
303
- .duration-fast { transition-duration: var(--duration-fast); }
304
- .duration-normal { transition-duration: var(--duration-normal); }
305
- .duration-slow { transition-duration: var(--duration-slow); }
306
- .duration-slower { transition-duration: var(--duration-slower); }
307
- .duration-slowest { transition-duration: var(--duration-slowest); }
308
-
309
- /* Easing Utilities */
310
- .ease-linear { transition-timing-function: var(--ease-linear); }
311
- .ease-in { transition-timing-function: var(--ease-in); }
312
- .ease-out { transition-timing-function: var(--ease-out); }
313
- .ease-in-out { transition-timing-function: var(--ease-in-out); }
314
- .ease-bounce { transition-timing-function: var(--ease-bounce); }
315
-
316
- /* ===== Keyframes ===== */
317
-
318
- @keyframes spin {
319
- to { transform: rotate(360deg); }
320
- }
321
-
322
- @keyframes ping {
323
- 75%, 100% {
324
- transform: scale(2);
325
- opacity: 0;
326
- }
327
- }
328
-
329
- @keyframes pulse {
330
- 0%, 100% { opacity: 1; }
331
- 50% { opacity: .5; }
332
- }
333
-
334
- @keyframes bounce {
335
- 0%, 100% {
336
- transform: translateY(-25%);
337
- animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
338
- }
339
- 50% {
340
- transform: translateY(0);
341
- animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
342
- }
343
- }
344
-
345
- @keyframes fadeIn {
346
- from { opacity: 0; }
347
- to { opacity: 1; }
348
- }
349
-
350
- @keyframes fadeOut {
351
- from { opacity: 1; }
352
- to { opacity: 0; }
353
- }
354
-
355
- @keyframes slideIn {
356
- from { transform: translateX(-100%); }
357
- to { transform: translateX(0); }
358
- }
359
-
360
- @keyframes scaleIn {
361
- from { transform: scale(0.95); opacity: 0; }
362
- to { transform: scale(1); opacity: 1; }
363
- }
@@ -1,85 +0,0 @@
1
- /* MoonUI Pro - Complete CSS System */
2
- @tailwind base;
3
- @tailwind components;
4
- @tailwind utilities;
5
-
6
- @import "./advanced-chart.css";
7
- @import "./calendar.css";
8
-
9
- /* React Grid Layout - Required for Dashboard component */
10
- @import "react-grid-layout/css/styles.css";
11
- @import "react-resizable/css/styles.css";
12
-
13
- /* Global Keyframes */
14
- @keyframes spin {
15
- from {
16
- transform: rotate(0deg);
17
- }
18
- to {
19
- transform: rotate(360deg);
20
- }
21
- }
22
-
23
- /* Dashboard Grid Layout Overrides */
24
- .react-grid-layout {
25
- position: relative !important;
26
- transition: height 200ms ease;
27
- }
28
-
29
- .react-grid-item {
30
- transition: all 200ms ease;
31
- transition-property: left, top, width, height;
32
- }
33
-
34
- .react-grid-item > div {
35
- height: 100%;
36
- display: flex;
37
- flex-direction: column;
38
- }
39
-
40
- .react-grid-item.cssTransforms {
41
- transition-property: transform, width, height;
42
- }
43
-
44
- .react-grid-item.resizing {
45
- transition: none;
46
- z-index: 1;
47
- will-change: width, height;
48
- }
49
-
50
- .react-grid-item.react-draggable-dragging {
51
- transition: none;
52
- z-index: 3;
53
- will-change: transform;
54
- }
55
-
56
- /* Prevent overflow on small screens */
57
- @media (max-width: 768px) {
58
- .react-grid-layout {
59
- overflow-x: hidden !important;
60
- height: auto !important;
61
- }
62
-
63
- .react-grid-item {
64
- position: relative !important;
65
- transform: none !important;
66
- margin-bottom: 24px !important;
67
- width: 100% !important;
68
- left: 0 !important;
69
- right: 0 !important;
70
- }
71
-
72
- .react-grid-item:last-child {
73
- margin-bottom: 0 !important;
74
- }
75
-
76
- /* React grid layout'u mobilde devre dışı bırak */
77
- .react-grid-item.cssTransforms {
78
- position: relative !important;
79
- transform: none !important;
80
- }
81
-
82
- .react-grid-placeholder {
83
- display: none !important;
84
- }
85
- }
@@ -1,7 +0,0 @@
1
- /*
2
- * Tailwind direktifleri ana projede zaten yüklü olduğu için
3
- * çakışmayı önlemek amacıyla buradan kaldırıldı.
4
- * Sadece component-specific stiller eklenmelidir.
5
- */
6
-
7
- /* MoonUI Pro component-specific styles */