saha-ui 1.22.12 → 1.24.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 (275) hide show
  1. package/LICENSE +275 -21
  2. package/README.md +1 -1
  3. package/bin/cli.js +735 -374
  4. package/dist/components/Alert/index.js +8 -8
  5. package/dist/components/AnnouncementBar/AnnouncementBar.styles.d.ts +6 -0
  6. package/dist/components/AnnouncementBar/AnnouncementBar.styles.d.ts.map +1 -0
  7. package/dist/components/AnnouncementBar/AnnouncementBar.styles.js +29 -0
  8. package/dist/components/AnnouncementBar/AnnouncementBar.types.d.ts +13 -0
  9. package/dist/components/AnnouncementBar/AnnouncementBar.types.d.ts.map +1 -0
  10. package/dist/components/AnnouncementBar/index.d.ts +25 -0
  11. package/dist/components/AnnouncementBar/index.d.ts.map +1 -0
  12. package/dist/components/AnnouncementBar/index.js +61 -0
  13. package/dist/components/AspectRatio/index.d.ts.map +1 -1
  14. package/dist/components/AspectRatio/index.js +33 -31
  15. package/dist/components/Autocomplete/index.js +2 -2
  16. package/dist/components/Avatar/index.js +1 -1
  17. package/dist/components/AvatarGroup/index.js +3 -3
  18. package/dist/components/ChatBubble/ChatBubble.styles.d.ts +11 -0
  19. package/dist/components/ChatBubble/ChatBubble.styles.d.ts.map +1 -0
  20. package/dist/components/ChatBubble/ChatBubble.styles.js +66 -0
  21. package/dist/components/ChatBubble/ChatBubble.types.d.ts +41 -0
  22. package/dist/components/ChatBubble/ChatBubble.types.d.ts.map +1 -0
  23. package/dist/components/ChatBubble/index.d.ts +19 -0
  24. package/dist/components/ChatBubble/index.d.ts.map +1 -0
  25. package/dist/components/ChatBubble/index.js +85 -0
  26. package/dist/components/Checkbox/index.js +5 -5
  27. package/dist/components/CodeEditor/TabBar.js +3 -3
  28. package/dist/components/CodeEditor/Toolbar.js +4 -4
  29. package/dist/components/Combobox/Combobox.js +1 -1
  30. package/dist/components/Confetti/Confetti.styles.d.ts +4 -0
  31. package/dist/components/Confetti/Confetti.styles.d.ts.map +1 -0
  32. package/dist/components/Confetti/Confetti.styles.js +14 -0
  33. package/dist/components/Confetti/Confetti.types.d.ts +14 -0
  34. package/dist/components/Confetti/Confetti.types.d.ts.map +1 -0
  35. package/dist/components/Confetti/index.d.ts +18 -0
  36. package/dist/components/Confetti/index.d.ts.map +1 -0
  37. package/dist/components/Confetti/index.js +73 -0
  38. package/dist/components/CookieConsent/CookieConsent.styles.d.ts +4 -0
  39. package/dist/components/CookieConsent/CookieConsent.styles.d.ts.map +1 -0
  40. package/dist/components/CookieConsent/CookieConsent.styles.js +20 -0
  41. package/dist/components/CookieConsent/CookieConsent.types.d.ts +18 -0
  42. package/dist/components/CookieConsent/CookieConsent.types.d.ts.map +1 -0
  43. package/dist/components/CookieConsent/index.d.ts +27 -0
  44. package/dist/components/CookieConsent/index.d.ts.map +1 -0
  45. package/dist/components/CookieConsent/index.js +52 -0
  46. package/dist/components/CountdownTimer/CountdownTimer.types.d.ts +27 -0
  47. package/dist/components/CountdownTimer/CountdownTimer.types.d.ts.map +1 -0
  48. package/dist/components/CountdownTimer/index.d.ts +18 -0
  49. package/dist/components/CountdownTimer/index.d.ts.map +1 -0
  50. package/dist/components/CountdownTimer/index.js +86 -0
  51. package/dist/components/DatePicker/DatePicker.locales.d.ts +5 -0
  52. package/dist/components/DatePicker/DatePicker.locales.d.ts.map +1 -0
  53. package/dist/components/DatePicker/DatePicker.locales.js +878 -0
  54. package/dist/components/DatePicker/DatePicker.styles.d.ts +93 -2
  55. package/dist/components/DatePicker/DatePicker.styles.d.ts.map +1 -1
  56. package/dist/components/DatePicker/DatePicker.styles.js +511 -78
  57. package/dist/components/DatePicker/DatePicker.types.d.ts +45 -0
  58. package/dist/components/DatePicker/DatePicker.types.d.ts.map +1 -1
  59. package/dist/components/DatePicker/DatePicker.utils.d.ts +79 -0
  60. package/dist/components/DatePicker/DatePicker.utils.d.ts.map +1 -0
  61. package/dist/components/DatePicker/DatePicker.utils.js +106 -0
  62. package/dist/components/DatePicker/index.d.ts +0 -6
  63. package/dist/components/DatePicker/index.d.ts.map +1 -1
  64. package/dist/components/DatePicker/index.js +498 -530
  65. package/dist/components/DateRangePicker/DateRangePicker.types.d.ts +20 -0
  66. package/dist/components/DateRangePicker/DateRangePicker.types.d.ts.map +1 -0
  67. package/dist/components/DateRangePicker/index.d.ts +18 -0
  68. package/dist/components/DateRangePicker/index.d.ts.map +1 -0
  69. package/dist/components/DateRangePicker/index.js +26 -0
  70. package/dist/components/DateTimePicker/DateTimePicker.types.d.ts +48 -0
  71. package/dist/components/DateTimePicker/DateTimePicker.types.d.ts.map +1 -0
  72. package/dist/components/DateTimePicker/index.d.ts +17 -0
  73. package/dist/components/DateTimePicker/index.d.ts.map +1 -0
  74. package/dist/components/DateTimePicker/index.js +119 -0
  75. package/dist/components/Dock/Dock.styles.d.ts +3 -0
  76. package/dist/components/Dock/Dock.styles.d.ts.map +1 -0
  77. package/dist/components/Dock/Dock.styles.js +10 -0
  78. package/dist/components/Dock/Dock.types.d.ts +16 -0
  79. package/dist/components/Dock/Dock.types.d.ts.map +1 -0
  80. package/dist/components/Dock/index.d.ts +31 -0
  81. package/dist/components/Dock/index.d.ts.map +1 -0
  82. package/dist/components/Dock/index.js +80 -0
  83. package/dist/components/DragDrop/DebugOverlay.js +1 -1
  84. package/dist/components/DragDrop/DragDropContext.d.ts.map +1 -1
  85. package/dist/components/DragDrop/DragDropContext.js +15 -15
  86. package/dist/components/DragDrop/DraggableItem.js +2 -2
  87. package/dist/components/DragDrop/SelectionManager.js +1 -1
  88. package/dist/components/Dropdown/index.js +1 -1
  89. package/dist/components/FileInput/FileInput.styles.d.ts +30 -0
  90. package/dist/components/FileInput/FileInput.styles.d.ts.map +1 -0
  91. package/dist/components/FileInput/FileInput.styles.js +121 -0
  92. package/dist/components/FileInput/FileInput.types.d.ts +61 -0
  93. package/dist/components/FileInput/FileInput.types.d.ts.map +1 -0
  94. package/dist/components/FileInput/index.d.ts +17 -0
  95. package/dist/components/FileInput/index.d.ts.map +1 -0
  96. package/dist/components/FileInput/index.js +303 -0
  97. package/dist/components/FloatingToolbar/FloatingToolbar.styles.d.ts +4 -0
  98. package/dist/components/FloatingToolbar/FloatingToolbar.styles.d.ts.map +1 -0
  99. package/dist/components/FloatingToolbar/FloatingToolbar.styles.js +20 -0
  100. package/dist/components/FloatingToolbar/FloatingToolbar.types.d.ts +9 -0
  101. package/dist/components/FloatingToolbar/FloatingToolbar.types.d.ts.map +1 -0
  102. package/dist/components/FloatingToolbar/index.d.ts +24 -0
  103. package/dist/components/FloatingToolbar/index.d.ts.map +1 -0
  104. package/dist/components/FloatingToolbar/index.js +29 -0
  105. package/dist/components/Form/Form.js +3 -3
  106. package/dist/components/GanttChart/GanttChart.types.d.ts +35 -0
  107. package/dist/components/GanttChart/GanttChart.types.d.ts.map +1 -0
  108. package/dist/components/GanttChart/index.d.ts +17 -0
  109. package/dist/components/GanttChart/index.d.ts.map +1 -0
  110. package/dist/components/GanttChart/index.js +111 -0
  111. package/dist/components/HoverCard/index.js +4 -4
  112. package/dist/components/ImageCropper/ImageCropper.styles.d.ts +5 -0
  113. package/dist/components/ImageCropper/ImageCropper.styles.d.ts.map +1 -0
  114. package/dist/components/ImageCropper/ImageCropper.styles.js +24 -0
  115. package/dist/components/ImageCropper/ImageCropper.types.d.ts +41 -0
  116. package/dist/components/ImageCropper/ImageCropper.types.d.ts.map +1 -0
  117. package/dist/components/ImageCropper/index.d.ts +21 -0
  118. package/dist/components/ImageCropper/index.d.ts.map +1 -0
  119. package/dist/components/ImageCropper/index.js +156 -0
  120. package/dist/components/ImageGallery/ImageGallery.types.d.ts +41 -0
  121. package/dist/components/ImageGallery/ImageGallery.types.d.ts.map +1 -0
  122. package/dist/components/ImageGallery/index.d.ts +20 -0
  123. package/dist/components/ImageGallery/index.d.ts.map +1 -0
  124. package/dist/components/ImageGallery/index.js +127 -0
  125. package/dist/components/InfiniteScroll/InfiniteScroll.types.d.ts +42 -0
  126. package/dist/components/InfiniteScroll/InfiniteScroll.types.d.ts.map +1 -0
  127. package/dist/components/InfiniteScroll/index.d.ts +21 -0
  128. package/dist/components/InfiniteScroll/index.d.ts.map +1 -0
  129. package/dist/components/InfiniteScroll/index.js +57 -0
  130. package/dist/components/Input/index.js +54 -54
  131. package/dist/components/KanbanBoard/KanbanBoard.types.d.ts +41 -0
  132. package/dist/components/KanbanBoard/KanbanBoard.types.d.ts.map +1 -0
  133. package/dist/components/KanbanBoard/index.d.ts +21 -0
  134. package/dist/components/KanbanBoard/index.d.ts.map +1 -0
  135. package/dist/components/KanbanBoard/index.js +99 -0
  136. package/dist/components/MultiSelect/MultiSelect.types.d.ts +34 -0
  137. package/dist/components/MultiSelect/MultiSelect.types.d.ts.map +1 -0
  138. package/dist/components/MultiSelect/index.d.ts +20 -0
  139. package/dist/components/MultiSelect/index.d.ts.map +1 -0
  140. package/dist/components/MultiSelect/index.js +46 -0
  141. package/dist/components/NavigationMenu/NavigationMenu.js +3 -3
  142. package/dist/components/NotificationCenter/NotificationCenter.styles.d.ts +22 -0
  143. package/dist/components/NotificationCenter/NotificationCenter.styles.d.ts.map +1 -0
  144. package/dist/components/NotificationCenter/NotificationCenter.styles.js +94 -0
  145. package/dist/components/NotificationCenter/NotificationCenter.types.d.ts +47 -0
  146. package/dist/components/NotificationCenter/NotificationCenter.types.d.ts.map +1 -0
  147. package/dist/components/NotificationCenter/index.d.ts +4 -0
  148. package/dist/components/NotificationCenter/index.d.ts.map +1 -0
  149. package/dist/components/NotificationCenter/index.js +177 -0
  150. package/dist/components/NumberInput/NumberInput.styles.d.ts +23 -0
  151. package/dist/components/NumberInput/NumberInput.styles.d.ts.map +1 -0
  152. package/dist/components/NumberInput/NumberInput.styles.js +93 -0
  153. package/dist/components/NumberInput/NumberInput.types.d.ts +53 -0
  154. package/dist/components/NumberInput/NumberInput.types.d.ts.map +1 -0
  155. package/dist/components/NumberInput/index.d.ts +21 -0
  156. package/dist/components/NumberInput/index.d.ts.map +1 -0
  157. package/dist/components/NumberInput/index.js +294 -0
  158. package/dist/components/OTPDisplayBlock/OTPDisplayBlock.styles.d.ts +3 -0
  159. package/dist/components/OTPDisplayBlock/OTPDisplayBlock.styles.d.ts.map +1 -0
  160. package/dist/components/OTPDisplayBlock/OTPDisplayBlock.styles.js +8 -0
  161. package/dist/components/OTPDisplayBlock/OTPDisplayBlock.types.d.ts +16 -0
  162. package/dist/components/OTPDisplayBlock/OTPDisplayBlock.types.d.ts.map +1 -0
  163. package/dist/components/OTPDisplayBlock/index.d.ts +25 -0
  164. package/dist/components/OTPDisplayBlock/index.d.ts.map +1 -0
  165. package/dist/components/OTPDisplayBlock/index.js +50 -0
  166. package/dist/components/PasswordInput/PasswordInput.styles.d.ts +14 -0
  167. package/dist/components/PasswordInput/PasswordInput.styles.d.ts.map +1 -0
  168. package/dist/components/PasswordInput/PasswordInput.styles.js +71 -0
  169. package/dist/components/PasswordInput/PasswordInput.types.d.ts +45 -0
  170. package/dist/components/PasswordInput/PasswordInput.types.d.ts.map +1 -0
  171. package/dist/components/PasswordInput/index.d.ts +28 -0
  172. package/dist/components/PasswordInput/index.d.ts.map +1 -0
  173. package/dist/components/PasswordInput/index.js +122 -0
  174. package/dist/components/PhoneInput/PhoneInput.styles.d.ts +13 -0
  175. package/dist/components/PhoneInput/PhoneInput.styles.d.ts.map +1 -0
  176. package/dist/components/PhoneInput/PhoneInput.styles.js +65 -0
  177. package/dist/components/PhoneInput/PhoneInput.types.d.ts +61 -0
  178. package/dist/components/PhoneInput/PhoneInput.types.d.ts.map +1 -0
  179. package/dist/components/PhoneInput/index.d.ts +18 -0
  180. package/dist/components/PhoneInput/index.d.ts.map +1 -0
  181. package/dist/components/PhoneInput/index.js +171 -0
  182. package/dist/components/Popover/index.js +1 -1
  183. package/dist/components/QRCode/QRCode.types.d.ts +38 -0
  184. package/dist/components/QRCode/QRCode.types.d.ts.map +1 -0
  185. package/dist/components/QRCode/index.d.ts +18 -0
  186. package/dist/components/QRCode/index.d.ts.map +1 -0
  187. package/dist/components/QRCode/index.js +53 -0
  188. package/dist/components/Rating/Rating.js +1 -1
  189. package/dist/components/Resizable/index.js +3 -3
  190. package/dist/components/SearchInput/SearchInput.styles.d.ts +8 -0
  191. package/dist/components/SearchInput/SearchInput.styles.d.ts.map +1 -0
  192. package/dist/components/SearchInput/SearchInput.styles.js +39 -0
  193. package/dist/components/SearchInput/SearchInput.types.d.ts +52 -0
  194. package/dist/components/SearchInput/SearchInput.types.d.ts.map +1 -0
  195. package/dist/components/SearchInput/index.d.ts +24 -0
  196. package/dist/components/SearchInput/index.d.ts.map +1 -0
  197. package/dist/components/SearchInput/index.js +140 -0
  198. package/dist/components/Sidebar/Sidebar.styles.d.ts +17 -0
  199. package/dist/components/Sidebar/Sidebar.styles.d.ts.map +1 -0
  200. package/dist/components/Sidebar/Sidebar.styles.js +78 -0
  201. package/dist/components/Sidebar/Sidebar.types.d.ts +48 -0
  202. package/dist/components/Sidebar/Sidebar.types.d.ts.map +1 -0
  203. package/dist/components/Sidebar/index.d.ts +8 -0
  204. package/dist/components/Sidebar/index.d.ts.map +1 -0
  205. package/dist/components/Sidebar/index.js +178 -0
  206. package/dist/components/SpeedDial/index.js +1 -1
  207. package/dist/components/SplitButton/SplitButton.types.d.ts +27 -0
  208. package/dist/components/SplitButton/SplitButton.types.d.ts.map +1 -0
  209. package/dist/components/SplitButton/index.d.ts +22 -0
  210. package/dist/components/SplitButton/index.d.ts.map +1 -0
  211. package/dist/components/SplitButton/index.js +67 -0
  212. package/dist/components/SpotlightSearch/SpotlightSearch.styles.d.ts +2 -0
  213. package/dist/components/SpotlightSearch/SpotlightSearch.styles.d.ts.map +1 -0
  214. package/dist/components/SpotlightSearch/SpotlightSearch.styles.js +5 -0
  215. package/dist/components/SpotlightSearch/SpotlightSearch.types.d.ts +22 -0
  216. package/dist/components/SpotlightSearch/SpotlightSearch.types.d.ts.map +1 -0
  217. package/dist/components/SpotlightSearch/index.d.ts +22 -0
  218. package/dist/components/SpotlightSearch/index.d.ts.map +1 -0
  219. package/dist/components/SpotlightSearch/index.js +102 -0
  220. package/dist/components/TickerCarousel/TickerCarousel.styles.d.ts +16 -0
  221. package/dist/components/TickerCarousel/TickerCarousel.styles.d.ts.map +1 -0
  222. package/dist/components/TickerCarousel/TickerCarousel.styles.js +57 -0
  223. package/dist/components/TickerCarousel/TickerCarousel.types.d.ts +161 -0
  224. package/dist/components/TickerCarousel/TickerCarousel.types.d.ts.map +1 -0
  225. package/dist/components/TickerCarousel/index.d.ts +7 -0
  226. package/dist/components/TickerCarousel/index.d.ts.map +1 -0
  227. package/dist/components/TickerCarousel/index.js +518 -0
  228. package/dist/components/TimePicker/TimePicker.locales.d.ts +5 -0
  229. package/dist/components/TimePicker/TimePicker.locales.d.ts.map +1 -0
  230. package/dist/components/TimePicker/TimePicker.locales.js +294 -0
  231. package/dist/components/TimePicker/TimePicker.styles.d.ts +109 -0
  232. package/dist/components/TimePicker/TimePicker.styles.d.ts.map +1 -0
  233. package/dist/components/TimePicker/TimePicker.styles.js +1316 -0
  234. package/dist/components/TimePicker/TimePicker.types.d.ts +189 -0
  235. package/dist/components/TimePicker/TimePicker.types.d.ts.map +1 -0
  236. package/dist/components/TimePicker/TimePicker.utils.d.ts +81 -0
  237. package/dist/components/TimePicker/TimePicker.utils.d.ts.map +1 -0
  238. package/dist/components/TimePicker/TimePicker.utils.js +102 -0
  239. package/dist/components/TimePicker/index.d.ts +4 -0
  240. package/dist/components/TimePicker/index.d.ts.map +1 -0
  241. package/dist/components/TimePicker/index.js +972 -0
  242. package/dist/components/Tooltip/index.js +1 -1
  243. package/dist/components/Tour/index.js +15 -15
  244. package/dist/components/TypewriterText/TypewriterText.styles.d.ts +3 -0
  245. package/dist/components/TypewriterText/TypewriterText.styles.d.ts.map +1 -0
  246. package/dist/components/TypewriterText/TypewriterText.styles.js +11 -0
  247. package/dist/components/TypewriterText/TypewriterText.types.d.ts +14 -0
  248. package/dist/components/TypewriterText/TypewriterText.types.d.ts.map +1 -0
  249. package/dist/components/TypewriterText/index.d.ts +22 -0
  250. package/dist/components/TypewriterText/index.d.ts.map +1 -0
  251. package/dist/components/TypewriterText/index.js +42 -0
  252. package/dist/components/VideoPlayer/index.js +5 -5
  253. package/dist/components/VirtualList/index.d.ts +2 -0
  254. package/dist/components/VirtualList/index.d.ts.map +1 -0
  255. package/dist/components/VirtualList/index.js +5 -0
  256. package/dist/components/Watermark/Watermark.styles.d.ts +4 -0
  257. package/dist/components/Watermark/Watermark.styles.d.ts.map +1 -0
  258. package/dist/components/Watermark/Watermark.styles.js +11 -0
  259. package/dist/components/Watermark/Watermark.types.d.ts +22 -0
  260. package/dist/components/Watermark/Watermark.types.d.ts.map +1 -0
  261. package/dist/components/Watermark/index.d.ts +23 -0
  262. package/dist/components/Watermark/index.d.ts.map +1 -0
  263. package/dist/components/Watermark/index.js +64 -0
  264. package/dist/hooks/index.js +1 -1
  265. package/dist/hooks/useIntersectionObserver.js +3 -3
  266. package/dist/index.d.ts +60 -0
  267. package/dist/index.d.ts.map +1 -1
  268. package/dist/index.js +717 -656
  269. package/dist/lib/usePortalPosition.d.ts +9 -0
  270. package/dist/lib/usePortalPosition.d.ts.map +1 -1
  271. package/dist/lib/usePortalPosition.js +2 -2
  272. package/dist/node_modules/qrcode.react/lib/esm/index.js +828 -0
  273. package/mcp/server.ts +1074 -1031
  274. package/mcp/tsconfig.json +1 -1
  275. package/package.json +17 -16
package/LICENSE CHANGED
@@ -1,21 +1,275 @@
1
- MIT License
2
-
3
- Copyright (c) 2023 Subroto Saha
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
1
+ # CONTRIBUTIVE SOURCE LICENSE (CSL) Version 1.0
2
+
3
+ ---
4
+
5
+ ## PREAMBLE
6
+
7
+ This License Agreement ("Agreement") is a legally binding contract between
8
+ the original author/owner ("Licensor") and any individual or entity
9
+ ("Contributor") who wishes to access, view, or contribute to the covered
10
+ work ("Software"). By accessing, cloning, forking, or otherwise interacting
11
+ with this Software, you agree to be fully bound by the terms of this
12
+ Agreement.
13
+
14
+ ---
15
+
16
+ ## ARTICLE 1 DEFINITIONS
17
+
18
+ **1.1 "Licensor"**
19
+ means the original creator and sole owner of the Software,
20
+ who retains all intellectual property rights.
21
+
22
+ **1.2 "Contributor"**
23
+ means any individual or legal entity that accesses, forks,
24
+ or submits contributions to the Software under this License.
25
+
26
+ **1.3 "Software"**
27
+ means the source code, documentation, assets, scripts,
28
+ configurations, and any related materials covered under this License.
29
+
30
+ **1.4 "Fork"**
31
+ means a personal copy of the Software repository created by a
32
+ Contributor for the sole and exclusive purpose of preparing a Merge Request.
33
+
34
+ **1.5 "Merge Request"**
35
+ (also referred to as a "Pull Request") means a formal submission
36
+ by a Contributor proposing specific changes to be reviewed and potentially
37
+ integrated into the Software by the Licensor.
38
+
39
+ **1.6 "Contribution"**
40
+ means any modification, addition, deletion, bug fix, documentation
41
+ update, or improvement submitted by a Contributor through a Merge Request.
42
+
43
+ **1.7 "Unauthorized Use"**
44
+ means any use of the Software or its derivatives outside the
45
+ permissions explicitly granted under this License.
46
+
47
+ ---
48
+
49
+ ## ARTICLE 2 — GRANT OF LIMITED RIGHTS
50
+
51
+ **2.1 Permitted Actions**
52
+
53
+ Subject to full compliance with this Agreement, the Licensor hereby grants
54
+ the Contributor a **limited, non-exclusive, non-transferable, revocable**
55
+ right to:
56
+
57
+ - ✅ **View** the source code of the Software
58
+ - ✅ **Fork** the Software solely for the purpose of preparing a Merge Request
59
+ - ✅ **Modify** the forked copy solely for the purpose of submitting a Merge Request
60
+ - ✅ **Submit** a Merge Request to the Licensor for review and approval
61
+
62
+ **2.2** These rights are **strictly conditional** upon compliance with all
63
+ terms of this License.
64
+
65
+ ---
66
+
67
+ ## ARTICLE 3 — STRICT PROHIBITIONS
68
+
69
+ **3.1 The Contributor is explicitly PROHIBITED from:**
70
+
71
+ - ❌ **Distributing** the Software or any modified version thereof
72
+ - ❌ **Publishing** the Software or derivatives on any platform, website,
73
+ or repository other than the official repository
74
+ - ❌ **Selling**, licensing, sublicensing, or commercially exploiting
75
+ the Software or any part thereof
76
+ - ❌ **Merging**, deploying, or integrating changes into any production
77
+ or personal project without explicit written permission from the Licensor
78
+ - ❌ **Using** the forked copy or any derived version for any purpose
79
+ other than submitting a Merge Request
80
+ - ❌ **Sharing** the forked copy publicly as an independent project
81
+ - ❌ **Claiming ownership** or co-ownership of the Software or any
82
+ portion thereof
83
+ - ❌ **Removing or altering** any copyright notices, license headers,
84
+ or attribution present in the Software
85
+ - ❌ **Reverse engineering**, decompiling, or using the Software
86
+ for competing purposes
87
+ - ❌ **Keeping** a fork active beyond a reasonable period after a
88
+ Merge Request has been accepted, rejected, or closed
89
+
90
+ ---
91
+
92
+ ## ARTICLE 4 — MERGE REQUEST PROTOCOL
93
+
94
+ **4.1 Submission Requirements**
95
+
96
+ All Merge Requests submitted by a Contributor must:
97
+
98
+ - Be submitted through the official and designated repository platform
99
+ (e.g., GitHub, GitLab, Bitbucket) as specified by the Licensor
100
+ - Clearly describe the nature and purpose of the proposed changes
101
+ - Be limited in scope to a single feature, fix, or improvement per request
102
+ unless otherwise agreed in writing by the Licensor
103
+ - Not include any third-party code, libraries, or assets without prior
104
+ written consent from the Licensor
105
+
106
+ **4.2 Review and Discretion**
107
+
108
+ The Licensor retains **absolute and sole discretion** to:
109
+
110
+ - Accept, reject, modify, or ignore any Merge Request for any reason
111
+ or no reason at all
112
+ - Request revisions from the Contributor before any consideration
113
+ of acceptance
114
+ - Close any Merge Request deemed inconsistent with the goals or
115
+ standards of the Software
116
+
117
+ **4.3 No Obligation**
118
+
119
+ The Licensor is under **no obligation** to:
120
+
121
+ - Review any Merge Request within a specific timeframe
122
+ - Provide feedback or justification for rejection
123
+ - Accept any Contribution regardless of quality or effort
124
+
125
+ **4.4 Transfer of Rights Upon Acceptance**
126
+
127
+ By submitting a Merge Request, the Contributor **irrevocably assigns
128
+ and transfers** to the Licensor all intellectual property rights,
129
+ including but not limited to copyright, in and to the Contribution,
130
+ effective upon submission. The Contributor waives any and all moral
131
+ rights to the Contribution to the fullest extent permitted by
132
+ applicable law.
133
+
134
+ ---
135
+
136
+ ## ARTICLE 5 — CONTRIBUTOR REPRESENTATIONS AND WARRANTIES
137
+
138
+ **5.1 By submitting a Merge Request, the Contributor represents
139
+ and warrants that:**
140
+
141
+ - The Contribution is the original work of the Contributor
142
+ - The Contributor has full legal authority to submit the Contribution
143
+ and assign rights therein
144
+ - The Contribution does not infringe upon any third-party intellectual
145
+ property rights, patents, trademarks, or trade secrets
146
+ - The Contribution does not contain any malicious code, backdoors,
147
+ or harmful components
148
+ - The Contribution complies with all applicable laws and regulations
149
+
150
+ ---
151
+
152
+ ## ARTICLE 6 — INTELLECTUAL PROPERTY AND OWNERSHIP
153
+
154
+ **6.1** The Licensor retains **full, exclusive, and perpetual ownership**
155
+ of the Software, including all accepted Contributions.
156
+
157
+ **6.2** Nothing in this License shall be construed as transferring any
158
+ ownership rights to the Contributor.
159
+
160
+ **6.3** The Contributor shall receive **no compensation, royalty, or
161
+ payment** of any kind for any Contribution unless a separate written
162
+ agreement expressly provides otherwise.
163
+
164
+ **6.4** The Licensor may credit the Contributor at the Licensor's sole
165
+ discretion but is under no obligation to do so.
166
+
167
+ ---
168
+
169
+ ## ARTICLE 7 — TERMINATION
170
+
171
+ **7.1** This License and all rights granted hereunder shall **automatically
172
+ terminate**, with immediate effect, if the Contributor:
173
+
174
+ - Violates any term or condition of this License
175
+ - Distributes, publishes, or misuses the Software or any fork thereof
176
+ - Engages in any conduct that the Licensor reasonably determines to be
177
+ harmful to the Software or its reputation
178
+
179
+ **7.2** Upon termination, the Contributor must:
180
+
181
+ - Immediately **delete and destroy** all copies, forks, and derivatives
182
+ of the Software in their possession
183
+ - **Cease all use** of the Software without exception
184
+
185
+ **7.3** Termination of this License does not limit any other remedies
186
+ available to the Licensor at law or in equity.
187
+
188
+ ---
189
+
190
+ ## ARTICLE 8 — DISCLAIMER OF WARRANTIES
191
+
192
+ **8.1** THE SOFTWARE IS PROVIDED **"AS IS"** WITHOUT WARRANTY OF ANY KIND,
193
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO WARRANTIES OF
194
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT.
195
+
196
+ **8.2** THE LICENSOR DOES NOT WARRANT THAT THE SOFTWARE WILL BE
197
+ ERROR-FREE OR UNINTERRUPTED.
198
+
199
+ ---
200
+
201
+ ## ARTICLE 9 — LIMITATION OF LIABILITY
202
+
203
+ **9.1** TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, THE LICENSOR
204
+ SHALL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
205
+ CONSEQUENTIAL, OR PUNITIVE DAMAGES ARISING OUT OF OR RELATED TO THIS
206
+ LICENSE OR THE USE OF THE SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
207
+ OF SUCH DAMAGES.
208
+
209
+ ---
210
+
211
+ ## ARTICLE 10 — GOVERNING LAW AND DISPUTE RESOLUTION
212
+
213
+ **10.1** This License shall be governed by and construed in accordance
214
+ with the laws of **[YOUR JURISDICTION/COUNTRY]**, without regard to
215
+ conflict of law principles.
216
+
217
+ **10.2** Any dispute arising out of or in connection with this License
218
+ shall be subject to the **exclusive jurisdiction** of the courts located
219
+ in **[YOUR CITY/COUNTRY]**.
220
+
221
+ **10.3** In the event of any dispute, the prevailing party shall be
222
+ entitled to recover reasonable **attorney's fees and legal costs**.
223
+
224
+ ---
225
+
226
+ ## ARTICLE 11 — GENERAL PROVISIONS
227
+
228
+ **11.1 Entire Agreement**
229
+ This License constitutes the entire agreement between the Licensor
230
+ and Contributor with respect to the Software and supersedes all
231
+ prior understandings.
232
+
233
+ **11.2 Severability**
234
+ If any provision of this License is found to be unenforceable,
235
+ the remaining provisions shall continue in full force and effect.
236
+
237
+ **11.3 No Waiver**
238
+ Failure by the Licensor to enforce any provision of this License
239
+ shall not constitute a waiver of the Licensor's right to enforce
240
+ such provision in the future.
241
+
242
+ **11.4 Amendments**
243
+ The Licensor reserves the right to modify this License at any time.
244
+ Continued use of or contribution to the Software after such
245
+ modification constitutes acceptance of the updated License.
246
+
247
+ **11.5 No Partnership**
248
+ Nothing in this License creates a partnership, employment
249
+ relationship, or agency between the Licensor and any Contributor.
250
+
251
+ ---
252
+
253
+ ## ACCEPTANCE
254
+
255
+ > **By forking, cloning, accessing, or submitting a Merge Request to
256
+ > the Software, you acknowledge that you have read, understood, and
257
+ > agree to be legally bound by all terms and conditions of this
258
+ > Contributive Source License (CSL) Version 1.0.**
259
+
260
+ ---
261
+
262
+ **Copyright © 2026 Xenial-Devil**
263
+ **All Rights Reserved.**
264
+
265
+ ---
266
+
267
+ ### How To Apply This License
268
+
269
+ Place this file in the root of your repository as `LICENSE.md`
270
+ and add the following header to your source files:
271
+
272
+ > Copyright (c) 2026 Xenial-Devil. All Rights Reserved.
273
+ > Licensed under the Contributive Source License (CSL) v1.0.
274
+ > Forking permitted for Merge Request purposes ONLY.
275
+ > See LICENSE.md for full terms.
package/README.md CHANGED
@@ -21,7 +21,7 @@
21
21
 
22
22
  ## ✨ Features
23
23
 
24
- - 🎨 **98 Modern Components** - Accordion, Affix, Alert, AppBar, AspectRatio, Autocomplete, Avatar, AvatarGroup, Backdrop, Badge, BottomNavigation, Breadcrumb, Button, ButtonGroup, Calendar, Card, Carousel, Chart (10 chart types), Checkbox, Chip, CodeEditor, Collapsible, ColorPicker, Combobox, Command, Container, ContextMenu, DataTable, DatePicker, Dialog, Drawer, Dropdown, Empty, Field, FileInput, FloatingActionButton, Form, Grid, HoverCard, IconButton, Image, Input, InputOTP, Item, Kbd, Label, Link, List, Masonry, Menubar, NativeSelect, NavigationMenu, Notification, NumberInput, Pagination, Paper, PlayButton, Popover, Progress, Radio, Rating, Resizable, Result, ScrollArea, Section, Segmented, Select, Separator, Skeleton (6 presets), Slider, Snackbar, Sonner, SpeedDial, Spinner, Stack, StatCard, Stepper, Steps, Switch, Tab, Table, Tag, TagInput, TextArea, TextEditor, ThemeProvider, ThemeToggle, Timeline, Toast, Toggle, ToggleGroup, Tooltip, Tour, Transfer, Tree, Typography, Upload, VideoPlayer
24
+ - 🎨 **126 Modern Components** - Accordion, Affix, Alert, AnnouncementBar, AppBar, AspectRatio, Autocomplete, Avatar, AvatarGroup, Backdrop, Badge, BottomNavigation, Breadcrumb, Button, ButtonGroup, Calendar, Card, Carousel, Chart, ChatBubble, Checkbox, Chip, CodeEditor, Collapsible, ColorPicker, Combobox, Command, Confetti, Container, ContextMenu, CookieConsent, CountdownTimer, DataTable, DatePicker, DateRangePicker, DateTimePicker, Dialog, Dock, DragDrop, Drawer, Dropdown, Empty, Field, FileInput, FloatingActionButton, FloatingToolbar, Form, GanttChart, Grid, HoverCard, IconButton, Image, ImageCropper, ImageGallery, InfiniteScroll, Input, InputOTP, Item, KanbanBoard, Kbd, Label, Link, List, Masonry, Menubar, MultiSelect, NativeSelect, NavigationMenu, NotificationCenter, NumberInput, OTPDisplayBlock, Pagination, Paper, PasswordInput, PhoneInput, PlayButton, Popover, Progress, QRCode, Radio, Rating, Resizable, Result, ScrollArea, SearchInput, Section, Segmented, Select, Separator, Sidebar, Skeleton, Slider, Snackbar, Sonner, SpeedDial, Spinner, SplitButton, SpotlightSearch, Stack, StatCard, Stepper, Steps, Switch, Tab, Table, Tag, TagInput, TextArea, TextEditor, ThemeProvider, ThemeToggle, TimePicker, Timeline, Toast, Toggle, ToggleGroup, Tooltip, Tour, Transfer, Tree, TypewriterText, Typography, Upload, VideoPlayer, VirtualList, Watermark
25
25
  - ⚡ **Next.js 15/16 Ready** - Full App Router support with Server & Client Components
26
26
  - 🌓 **Dark Mode** - Seamless theme switching with full dark mode support
27
27
  - 🔮 **Glass Morphism** - Beautiful backdrop blur effects across components