atomicuilibrary 0.0.1 → 0.1.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 (395) hide show
  1. package/dist/cjs/category-section.cjs.entry.js +1 -1
  2. package/dist/cjs/exploration-project-tailwind.cjs.js +1 -1
  3. package/dist/cjs/layout-manager.cjs.entry.js +1 -1
  4. package/dist/cjs/library-card.cjs.entry.js +1 -1
  5. package/dist/cjs/lm-container_2.cjs.entry.js +1 -1
  6. package/dist/cjs/lm-panel_3.cjs.entry.js +4 -4
  7. package/dist/cjs/loader.cjs.js +1 -1
  8. package/dist/cjs/my-step.cjs.entry.js +1 -1
  9. package/dist/cjs/nav-bar.cjs.entry.js +2 -2
  10. package/dist/cjs/{security-E1JcwxGc.js → security-CNaNip8F.js} +88 -154
  11. package/dist/cjs/smart-step.cjs.entry.js +2 -2
  12. package/dist/cjs/timeline-item.cjs.entry.js +1 -1
  13. package/dist/cjs/{ui-accordion_10.cjs.entry.js → ui-accordion_11.cjs.entry.js} +613 -26
  14. package/dist/cjs/ui-advanced-data-table.cjs.entry.js +1 -1
  15. package/dist/cjs/ui-anchor.cjs.entry.js +1 -1
  16. package/dist/cjs/ui-aside-panel.cjs.entry.js +5 -5
  17. package/dist/cjs/ui-avatar-group_3.cjs.entry.js +5 -5
  18. package/dist/cjs/ui-callout-banner.cjs.entry.js +1 -1
  19. package/dist/cjs/ui-card.cjs.entry.js +26 -4
  20. package/dist/cjs/ui-checkbox.cjs.entry.js +2 -2
  21. package/dist/cjs/ui-code-editor.cjs.entry.js +2 -2
  22. package/dist/cjs/ui-code-preview.cjs.entry.js +1 -1
  23. package/dist/cjs/ui-color-controller.cjs.entry.js +1 -1
  24. package/dist/cjs/ui-dialog-box.cjs.entry.js +1 -1
  25. package/dist/cjs/ui-dock-host.cjs.entry.js +3 -3
  26. package/dist/cjs/ui-drag-drop.cjs.entry.js +1 -1
  27. package/dist/cjs/ui-empty-state.cjs.entry.js +1 -1
  28. package/dist/cjs/ui-fab-item.cjs.entry.js +1 -1
  29. package/dist/cjs/ui-fab.cjs.entry.js +2 -2
  30. package/dist/cjs/ui-library.cjs.entry.js +1 -1
  31. package/dist/cjs/ui-list-group_2.cjs.entry.js +9 -5
  32. package/dist/cjs/ui-list.cjs.entry.js +4 -4
  33. package/dist/cjs/ui-navigation-item.cjs.entry.js +3 -3
  34. package/dist/cjs/ui-otp-input.cjs.entry.js +2 -2
  35. package/dist/cjs/{ui-pagination_3.cjs.entry.js → ui-pagination_4.cjs.entry.js} +202 -0
  36. package/dist/cjs/ui-pattern-input.cjs.entry.js +5 -5
  37. package/dist/cjs/ui-popover.cjs.entry.js +1 -1
  38. package/dist/cjs/ui-progress.cjs.entry.js +101 -17
  39. package/dist/cjs/ui-resizable-panel.cjs.entry.js +1 -1
  40. package/dist/cjs/ui-smart-location-dropdown.cjs.entry.js +2 -2
  41. package/dist/cjs/ui-smart-stepper.cjs.entry.js +1 -1
  42. package/dist/cjs/ui-snackbar.cjs.entry.js +1 -1
  43. package/dist/cjs/ui-step.cjs.entry.js +1 -1
  44. package/dist/cjs/ui-stepper.cjs.entry.js +1 -1
  45. package/dist/cjs/ui-switch.cjs.entry.js +9 -9
  46. package/dist/cjs/ui-tabs.cjs.entry.js +1 -1
  47. package/dist/cjs/ui-timeline.cjs.entry.js +1 -1
  48. package/dist/cjs/ui-toolbar.cjs.entry.js +1 -1
  49. package/dist/cjs/ui-tooltip.cjs.entry.js +4 -4
  50. package/dist/cjs/ui-transfer-list.cjs.entry.js +1 -1
  51. package/dist/cjs/ui-workspace-manager.cjs.entry.js +1 -1
  52. package/dist/collection/assets/js/demo-loader.js +0 -1
  53. package/dist/collection/assets/js/demos/accordion-demo.js +189 -0
  54. package/dist/collection/assets/js/demos/advanced-data-table-demo.js +213 -214
  55. package/dist/collection/assets/js/demos/aside-panel-demo.js +6 -6
  56. package/dist/collection/assets/js/demos/button-demo.js +60 -1
  57. package/dist/collection/assets/js/demos/callout-banner-demo.js +324 -34
  58. package/dist/collection/assets/js/demos/card-demo.js +108 -61
  59. package/dist/collection/assets/js/demos/context-menu-demo.js +433 -12
  60. package/dist/collection/assets/js/demos/dock-demo.js +80 -60
  61. package/dist/collection/assets/js/demos/documentation-demo.js +227 -22
  62. package/dist/collection/assets/js/demos/empty-state-demo.js +10 -10
  63. package/dist/collection/assets/js/demos/list-demo.js +41 -18
  64. package/dist/collection/assets/js/demos/masonry-demo.js +164 -0
  65. package/dist/collection/assets/js/demos/progress-demo.js +701 -8
  66. package/dist/collection/assets/js/demos/radio-demo.js +1 -1
  67. package/dist/collection/assets/js/demos/splitter-demo.js +137 -0
  68. package/dist/collection/assets/js/demos/tag-demo.js +48 -18
  69. package/dist/collection/assets/js/demos/timeline-demo.js +20 -7
  70. package/dist/collection/assets/js/demos/tooltip-demo.js +26 -26
  71. package/dist/collection/assets/js/demos/tree-demo.js +28 -10
  72. package/dist/collection/collection-manifest.json +1 -4
  73. package/dist/collection/components/accordion/accordion.css +301 -0
  74. package/dist/collection/components/accordion/accordion.js +40 -8
  75. package/dist/collection/components/advanced-data-table/advanced-data-table.css +19 -5
  76. package/dist/collection/components/anchor/anchor.css +0 -2
  77. package/dist/collection/components/aside-panel/aside-panel.css +1 -3
  78. package/dist/collection/components/aside-panel/aside-panel.js +5 -5
  79. package/dist/collection/components/avatar/avatar.js +1 -1
  80. package/dist/collection/components/badge/badge.css +1 -0
  81. package/dist/collection/components/badge/badge.js +1 -1
  82. package/dist/collection/components/breadcrumb/breadcrumb.js +1 -1
  83. package/dist/collection/components/button/button.css +131 -0
  84. package/dist/collection/components/button/button.js +128 -9
  85. package/dist/collection/components/card/card.css +83 -31
  86. package/dist/collection/components/card/card.js +46 -3
  87. package/dist/collection/components/checkbox/checkbox.css +8 -10
  88. package/dist/collection/components/checkbox/checkbox.js +2 -2
  89. package/dist/collection/components/code-editor/code-editor.js +1 -1
  90. package/dist/collection/components/code-preview/ui-code-preview.js +1 -1
  91. package/dist/collection/components/color-controller/color-controller.js +1 -1
  92. package/dist/collection/components/context-menu/context-menu.css +3 -3
  93. package/dist/collection/components/dialog-box/dialog-box.js +1 -1
  94. package/dist/collection/components/dialog-header/dialog-header.js +1 -1
  95. package/dist/collection/components/dock-host/ui-dock-host.js +3 -3
  96. package/dist/collection/components/drag-drop/drag-drop.js +1 -1
  97. package/dist/collection/components/empty-state/empty-state.js +1 -1
  98. package/dist/collection/components/fab/fab.js +2 -2
  99. package/dist/collection/components/fab-item/fab-item.js +1 -1
  100. package/dist/collection/components/horizontal-nav/horizontal-nav.js +2 -2
  101. package/dist/collection/components/icon/icon.js +1 -1
  102. package/dist/collection/components/input/input.js +4 -4
  103. package/dist/collection/components/layout-manager/layout-manager.js +1 -1
  104. package/dist/collection/components/layout-manager/lm-floating-window/lm-floating-window.js +1 -1
  105. package/dist/collection/components/layout-manager/lm-panel/lm-panel.js +1 -1
  106. package/dist/collection/components/layout-manager/lm-splitter/lm-splitter.js +1 -1
  107. package/dist/collection/components/layout-manager/lm-tabs/lm-tabs.js +1 -1
  108. package/dist/collection/components/library/category-section.js +1 -1
  109. package/dist/collection/components/library/library-card.js +1 -1
  110. package/dist/collection/components/library/library.js +1 -1
  111. package/dist/collection/components/list/list.js +4 -4
  112. package/dist/collection/components/list-item/list-item.css +24 -0
  113. package/dist/collection/components/list-item/list-item.js +35 -4
  114. package/dist/collection/components/loader/loader.css +1635 -0
  115. package/dist/collection/components/loader/loader.js +1120 -0
  116. package/dist/collection/components/my-step/my-step.js +1 -1
  117. package/dist/collection/components/nav-bar/nav-bar.js +6 -6
  118. package/dist/collection/components/otp-input/otp-input.js +2 -2
  119. package/dist/collection/components/pattern-input/pattern-input.js +5 -5
  120. package/dist/collection/components/progress/progress.css +150 -15
  121. package/dist/collection/components/progress/progress.js +180 -18
  122. package/dist/collection/components/radio/radio.css +3 -3
  123. package/dist/collection/components/radio/radio.js +1 -1
  124. package/dist/collection/components/resizable-panel/resizable-panel.js +1 -1
  125. package/dist/collection/components/smart-location-dropdown/smart-location-dropdown.js +2 -2
  126. package/dist/collection/components/smart-stepper/smart-step.js +2 -2
  127. package/dist/collection/components/smart-stepper/smart-stepper.js +1 -1
  128. package/dist/collection/components/snackbar/snackbar.js +1 -1
  129. package/dist/collection/components/speed-dial/speed-dial.js +1 -1
  130. package/dist/collection/components/stack/stack.js +2 -2
  131. package/dist/collection/components/step/step.js +1 -1
  132. package/dist/collection/components/switch/switch.js +10 -10
  133. package/dist/collection/components/tag-group/tag-group.js +2 -2
  134. package/dist/collection/components/timeline-item/timeline-item.js +1 -1
  135. package/dist/collection/components/toolbar/toolbar.js +1 -1
  136. package/dist/collection/components/tooltip/tooltip.js +3 -3
  137. package/dist/collection/components/top-bar/top-bar.js +2 -2
  138. package/dist/collection/components/ui-navigation-bar/navigation-bar/navigation-bar.css +19 -4
  139. package/dist/collection/components/ui-navigation-bar/navigation-bar/navigation-bar.js +6 -6
  140. package/dist/collection/components/ui-navigation-bar/navigation-item.js +3 -3
  141. package/dist/collection/components.js +1 -0
  142. package/dist/components/avatar-group.js +1 -1
  143. package/dist/components/avatar.js +1 -1
  144. package/dist/components/badge.js +1 -1
  145. package/dist/components/button-toggle.js +1 -1
  146. package/dist/components/category-section2.js +1 -1
  147. package/dist/components/checkbox.js +1 -1
  148. package/dist/components/context-menu.js +1 -1
  149. package/dist/components/dialog-header.js +1 -1
  150. package/dist/components/dropdown.js +1 -1
  151. package/dist/components/icon.js +2 -2
  152. package/dist/components/input.js +1 -1
  153. package/dist/components/layout-manager.js +1 -1
  154. package/dist/components/library-card2.js +1 -1
  155. package/dist/components/list-group.js +1 -1
  156. package/dist/components/list-item.js +1 -1
  157. package/dist/components/lm-container2.js +1 -1
  158. package/dist/components/lm-floating-window2.js +1 -1
  159. package/dist/components/lm-panel2.js +1 -1
  160. package/dist/components/lm-splitter2.js +1 -1
  161. package/dist/components/lm-tabs2.js +1 -1
  162. package/dist/components/loader.js +1 -0
  163. package/dist/components/my-step.js +1 -1
  164. package/dist/components/nav-bar.js +1 -1
  165. package/dist/components/pagination.js +1 -1
  166. package/dist/components/radio.js +1 -1
  167. package/dist/components/range-slider.js +1 -1
  168. package/dist/components/rating.js +1 -1
  169. package/dist/components/resizable-panel.js +1 -1
  170. package/dist/components/skeleton-loader.js +1 -1
  171. package/dist/components/smart-step.js +1 -1
  172. package/dist/components/stack.js +1 -1
  173. package/dist/components/switch.js +1 -1
  174. package/dist/components/tag-group.js +1 -1
  175. package/dist/components/tag.js +1 -1
  176. package/dist/components/timeline-item.js +1 -1
  177. package/dist/components/toggle-group.js +1 -1
  178. package/dist/components/tooltip.js +1 -1
  179. package/dist/components/ui-accordion.js +1 -1
  180. package/dist/components/ui-advanced-data-table.js +1 -1
  181. package/dist/components/ui-anchor.js +1 -1
  182. package/dist/components/ui-aside-panel.js +1 -1
  183. package/dist/components/ui-breadcrumb-item.js +1 -1
  184. package/dist/components/ui-breadcrumb.js +1 -1
  185. package/dist/components/ui-button-toggle-group.js +1 -1
  186. package/dist/components/ui-callout-banner.js +1 -1
  187. package/dist/components/ui-card.js +1 -1
  188. package/dist/components/ui-carousel.js +1 -1
  189. package/dist/components/ui-code-editor.js +1 -1
  190. package/dist/components/ui-code-preview.js +1 -1
  191. package/dist/components/ui-color-controller.js +1 -1
  192. package/dist/components/ui-color-picker.js +1 -1
  193. package/dist/components/ui-command-palette.js +1 -1
  194. package/dist/components/ui-dialog-box.js +1 -1
  195. package/dist/components/ui-divider.js +1 -1
  196. package/dist/components/ui-dock-host.js +1 -1
  197. package/dist/components/ui-dock.js +1 -1
  198. package/dist/components/ui-drag-drop.js +1 -1
  199. package/dist/components/ui-empty-state.js +1 -1
  200. package/dist/components/ui-fab-item.js +1 -1
  201. package/dist/components/ui-fab.js +1 -1
  202. package/dist/components/ui-file-upload.js +1 -1
  203. package/dist/components/ui-horizontal-nav.js +1 -1
  204. package/dist/components/ui-knob.js +1 -1
  205. package/dist/components/ui-library.js +1 -1
  206. package/dist/components/ui-list.js +1 -1
  207. package/dist/components/{ui-input-pair.d.ts → ui-loader.d.ts} +4 -4
  208. package/dist/components/ui-loader.js +1 -0
  209. package/dist/components/ui-masonry.js +1 -1
  210. package/dist/components/ui-meter-group.js +1 -1
  211. package/dist/components/ui-navigation-bar.js +1 -1
  212. package/dist/components/ui-navigation-item.js +1 -1
  213. package/dist/components/ui-number-input.js +1 -1
  214. package/dist/components/ui-otp-input.js +1 -1
  215. package/dist/components/ui-panel.js +1 -1
  216. package/dist/components/ui-pattern-input.js +1 -1
  217. package/dist/components/ui-popover.js +1 -1
  218. package/dist/components/ui-progress.js +1 -1
  219. package/dist/components/ui-scroll-top.js +1 -1
  220. package/dist/components/ui-smart-context-menu.js +1 -1
  221. package/dist/components/ui-smart-location-dropdown.js +1 -1
  222. package/dist/components/ui-smart-stepper.js +1 -1
  223. package/dist/components/ui-snackbar.js +1 -1
  224. package/dist/components/ui-speed-dial.js +1 -1
  225. package/dist/components/ui-splitter.js +1 -1
  226. package/dist/components/ui-step.js +1 -1
  227. package/dist/components/ui-stepper.js +1 -1
  228. package/dist/components/ui-tabs.js +1 -1
  229. package/dist/components/ui-timeline.js +1 -1
  230. package/dist/components/ui-timer.js +1 -1
  231. package/dist/components/ui-toolbar.js +1 -1
  232. package/dist/components/ui-top-bar.js +1 -1
  233. package/dist/components/ui-transfer-list.js +1 -1
  234. package/dist/components/ui-tree.js +1 -1
  235. package/dist/components/ui-workspace-manager.js +1 -1
  236. package/dist/esm/category-section.entry.js +1 -1
  237. package/dist/esm/exploration-project-tailwind.js +1 -1
  238. package/dist/esm/layout-manager.entry.js +1 -1
  239. package/dist/esm/library-card.entry.js +1 -1
  240. package/dist/esm/lm-container_2.entry.js +1 -1
  241. package/dist/esm/lm-panel_3.entry.js +4 -4
  242. package/dist/esm/loader.js +1 -1
  243. package/dist/esm/my-step.entry.js +1 -1
  244. package/dist/esm/nav-bar.entry.js +2 -2
  245. package/dist/esm/{security-D2WzX6vR.js → security-Dyu3Nplq.js} +88 -154
  246. package/dist/esm/smart-step.entry.js +2 -2
  247. package/dist/esm/timeline-item.entry.js +1 -1
  248. package/dist/esm/{ui-accordion_10.entry.js → ui-accordion_11.entry.js} +613 -27
  249. package/dist/esm/ui-advanced-data-table.entry.js +1 -1
  250. package/dist/esm/ui-anchor.entry.js +1 -1
  251. package/dist/esm/ui-aside-panel.entry.js +5 -5
  252. package/dist/esm/ui-avatar-group_3.entry.js +5 -5
  253. package/dist/esm/ui-callout-banner.entry.js +1 -1
  254. package/dist/esm/ui-card.entry.js +26 -4
  255. package/dist/esm/ui-checkbox.entry.js +2 -2
  256. package/dist/esm/ui-code-editor.entry.js +2 -2
  257. package/dist/esm/ui-code-preview.entry.js +1 -1
  258. package/dist/esm/ui-color-controller.entry.js +1 -1
  259. package/dist/esm/ui-dialog-box.entry.js +1 -1
  260. package/dist/esm/ui-dock-host.entry.js +3 -3
  261. package/dist/esm/ui-drag-drop.entry.js +1 -1
  262. package/dist/esm/ui-empty-state.entry.js +1 -1
  263. package/dist/esm/ui-fab-item.entry.js +1 -1
  264. package/dist/esm/ui-fab.entry.js +2 -2
  265. package/dist/esm/ui-library.entry.js +1 -1
  266. package/dist/esm/ui-list-group_2.entry.js +9 -5
  267. package/dist/esm/ui-list.entry.js +4 -4
  268. package/dist/esm/ui-navigation-item.entry.js +3 -3
  269. package/dist/esm/ui-otp-input.entry.js +2 -2
  270. package/dist/esm/{ui-pagination_3.entry.js → ui-pagination_4.entry.js} +202 -1
  271. package/dist/esm/ui-pattern-input.entry.js +5 -5
  272. package/dist/esm/ui-popover.entry.js +1 -1
  273. package/dist/esm/ui-progress.entry.js +101 -17
  274. package/dist/esm/ui-resizable-panel.entry.js +1 -1
  275. package/dist/esm/ui-smart-location-dropdown.entry.js +2 -2
  276. package/dist/esm/ui-smart-stepper.entry.js +1 -1
  277. package/dist/esm/ui-snackbar.entry.js +1 -1
  278. package/dist/esm/ui-step.entry.js +1 -1
  279. package/dist/esm/ui-stepper.entry.js +1 -1
  280. package/dist/esm/ui-switch.entry.js +9 -9
  281. package/dist/esm/ui-tabs.entry.js +1 -1
  282. package/dist/esm/ui-timeline.entry.js +1 -1
  283. package/dist/esm/ui-toolbar.entry.js +1 -1
  284. package/dist/esm/ui-tooltip.entry.js +4 -4
  285. package/dist/esm/ui-transfer-list.entry.js +1 -1
  286. package/dist/esm/ui-workspace-manager.entry.js +1 -1
  287. package/dist/exploration-project-tailwind/exploration-project-tailwind.esm.js +1 -1
  288. package/dist/exploration-project-tailwind/{p-c7e87fbb.entry.js → p-036d2a44.entry.js} +1 -1
  289. package/dist/exploration-project-tailwind/{p-62352ef2.entry.js → p-05a436d3.entry.js} +1 -1
  290. package/dist/exploration-project-tailwind/{p-a4f52a76.entry.js → p-16bdd162.entry.js} +1 -1
  291. package/dist/exploration-project-tailwind/{p-85bf89fd.entry.js → p-20ecc116.entry.js} +1 -1
  292. package/dist/exploration-project-tailwind/p-2347d21b.entry.js +1 -0
  293. package/dist/exploration-project-tailwind/p-3d381f75.entry.js +1 -0
  294. package/dist/exploration-project-tailwind/{p-e5322e59.entry.js → p-4288c158.entry.js} +1 -1
  295. package/dist/exploration-project-tailwind/{p-2f1aebb3.entry.js → p-4417a9d8.entry.js} +1 -1
  296. package/dist/exploration-project-tailwind/{p-049744f9.entry.js → p-44742ddd.entry.js} +1 -1
  297. package/dist/exploration-project-tailwind/{p-73d29a4a.entry.js → p-4aaa8e40.entry.js} +1 -1
  298. package/dist/exploration-project-tailwind/{p-6fa9dc15.entry.js → p-4bef8bed.entry.js} +1 -1
  299. package/dist/exploration-project-tailwind/{p-64e3a484.entry.js → p-4efd63ce.entry.js} +1 -1
  300. package/dist/exploration-project-tailwind/{p-c5ddc817.entry.js → p-54965530.entry.js} +1 -1
  301. package/dist/exploration-project-tailwind/p-5c835d90.entry.js +1 -0
  302. package/dist/exploration-project-tailwind/{p-4de419d5.entry.js → p-6b838549.entry.js} +1 -1
  303. package/dist/exploration-project-tailwind/{p-c174a372.entry.js → p-6ddbee42.entry.js} +1 -1
  304. package/dist/exploration-project-tailwind/{p-7515b1e3.entry.js → p-70bacda8.entry.js} +1 -1
  305. package/dist/exploration-project-tailwind/{p-9fa70359.entry.js → p-71d95bb1.entry.js} +1 -1
  306. package/dist/exploration-project-tailwind/{p-2d273118.entry.js → p-7889bfc4.entry.js} +1 -1
  307. package/dist/exploration-project-tailwind/{p-0b004861.entry.js → p-790556f0.entry.js} +1 -1
  308. package/dist/exploration-project-tailwind/{p-f5719913.entry.js → p-7ba2258a.entry.js} +1 -1
  309. package/dist/exploration-project-tailwind/{p-81961fb1.entry.js → p-81ebba11.entry.js} +1 -1
  310. package/dist/exploration-project-tailwind/{p-5e3e80ae.entry.js → p-8578b616.entry.js} +1 -1
  311. package/dist/exploration-project-tailwind/{p-3d3d48fd.entry.js → p-8b57fe4e.entry.js} +1 -1
  312. package/dist/exploration-project-tailwind/{p-ffb1754a.entry.js → p-97af03cc.entry.js} +1 -1
  313. package/dist/exploration-project-tailwind/{p-f0830120.entry.js → p-98e91da5.entry.js} +1 -1
  314. package/dist/exploration-project-tailwind/{p-d2308a00.entry.js → p-9bd14f69.entry.js} +1 -1
  315. package/dist/exploration-project-tailwind/p-Dyu3Nplq.js +2 -0
  316. package/dist/exploration-project-tailwind/{p-ba21fed3.entry.js → p-a27f59d2.entry.js} +1 -1
  317. package/dist/exploration-project-tailwind/{p-70d82d79.entry.js → p-a7b07cf4.entry.js} +1 -1
  318. package/dist/exploration-project-tailwind/{p-5508874f.entry.js → p-bd89d060.entry.js} +1 -1
  319. package/dist/exploration-project-tailwind/{p-9d0c8760.entry.js → p-c02284ea.entry.js} +1 -1
  320. package/dist/exploration-project-tailwind/{p-d419eaf0.entry.js → p-c1c8ac28.entry.js} +1 -1
  321. package/dist/exploration-project-tailwind/p-c63c522e.entry.js +1 -0
  322. package/dist/exploration-project-tailwind/{p-c90722ec.entry.js → p-cbee2607.entry.js} +1 -1
  323. package/dist/exploration-project-tailwind/{p-287dbf09.entry.js → p-d114a347.entry.js} +1 -1
  324. package/dist/exploration-project-tailwind/{p-8d951aef.entry.js → p-d2e45c5e.entry.js} +1 -1
  325. package/dist/exploration-project-tailwind/{p-77cc333a.entry.js → p-d59da767.entry.js} +1 -1
  326. package/dist/exploration-project-tailwind/{p-46596a28.entry.js → p-d6ce9721.entry.js} +1 -1
  327. package/dist/exploration-project-tailwind/{p-875be805.entry.js → p-dc92a343.entry.js} +1 -1
  328. package/dist/exploration-project-tailwind/{p-4f6bba75.entry.js → p-e22317c1.entry.js} +1 -1
  329. package/dist/exploration-project-tailwind/{p-d16c9635.entry.js → p-e76318c7.entry.js} +1 -1
  330. package/dist/exploration-project-tailwind/p-e8c6d395.entry.js +1 -0
  331. package/dist/exploration-project-tailwind/{p-c2ca71ac.entry.js → p-eab5ad36.entry.js} +1 -1
  332. package/dist/exploration-project-tailwind/p-f0bc5d7e.entry.js +1 -0
  333. package/dist/exploration-project-tailwind/p-f1beee72.entry.js +1 -0
  334. package/dist/exploration-project-tailwind/p-f543392f.entry.js +1 -0
  335. package/dist/exploration-project-tailwind/{p-46efdea3.entry.js → p-f61cfb7c.entry.js} +1 -1
  336. package/dist/exploration-project-tailwind/{p-77124686.entry.js → p-fb4aca69.entry.js} +1 -1
  337. package/dist/types/components/accordion/accordion.d.ts +10 -2
  338. package/dist/types/components/button/button.d.ts +9 -0
  339. package/dist/types/components/card/card.d.ts +4 -0
  340. package/dist/types/components/list-item/list-item.d.ts +1 -0
  341. package/dist/types/components/loader/loader.d.ts +145 -0
  342. package/dist/types/components/progress/progress.d.ts +34 -2
  343. package/dist/types/components.d.ts +509 -993
  344. package/dist/types/types/common.d.ts +1 -1
  345. package/dist/types/types/common.type.d.ts +1 -1
  346. package/package.json +8 -7
  347. package/dist/cjs/ui-checkbox-group.cjs.entry.js +0 -330
  348. package/dist/cjs/ui-image-button.cjs.entry.js +0 -67
  349. package/dist/cjs/ui-input-pair.cjs.entry.js +0 -44
  350. package/dist/cjs/ui-radio-group.cjs.entry.js +0 -205
  351. package/dist/cjs/ui-radio.cjs.entry.js +0 -206
  352. package/dist/collection/components/checkbox-group/checkbox-group.css +0 -223
  353. package/dist/collection/components/checkbox-group/checkbox-group.js +0 -1001
  354. package/dist/collection/components/checkbox-group/types.js +0 -1
  355. package/dist/collection/components/image-button/image-button.css +0 -154
  356. package/dist/collection/components/image-button/image-button.js +0 -310
  357. package/dist/collection/components/image-button/types.js +0 -1
  358. package/dist/collection/components/input-pair/input-pair.css +0 -72
  359. package/dist/collection/components/input-pair/input-pair.js +0 -309
  360. package/dist/collection/components/radio-group/radio-group.css +0 -202
  361. package/dist/collection/components/radio-group/radio-group.js +0 -903
  362. package/dist/collection/components/radio-group/types.js +0 -1
  363. package/dist/components/ui-checkbox-group.d.ts +0 -11
  364. package/dist/components/ui-checkbox-group.js +0 -1
  365. package/dist/components/ui-image-button.d.ts +0 -11
  366. package/dist/components/ui-image-button.js +0 -1
  367. package/dist/components/ui-input-pair.js +0 -1
  368. package/dist/components/ui-radio-group.d.ts +0 -11
  369. package/dist/components/ui-radio-group.js +0 -1
  370. package/dist/esm/ui-checkbox-group.entry.js +0 -328
  371. package/dist/esm/ui-image-button.entry.js +0 -65
  372. package/dist/esm/ui-input-pair.entry.js +0 -42
  373. package/dist/esm/ui-radio-group.entry.js +0 -203
  374. package/dist/esm/ui-radio.entry.js +0 -204
  375. package/dist/exploration-project-tailwind/p-01c7db7a.entry.js +0 -1
  376. package/dist/exploration-project-tailwind/p-5ce0dbd8.entry.js +0 -1
  377. package/dist/exploration-project-tailwind/p-6ab80ead.entry.js +0 -1
  378. package/dist/exploration-project-tailwind/p-6e9694f2.entry.js +0 -1
  379. package/dist/exploration-project-tailwind/p-7376ac95.entry.js +0 -1
  380. package/dist/exploration-project-tailwind/p-77a21491.entry.js +0 -1
  381. package/dist/exploration-project-tailwind/p-7f91d949.entry.js +0 -1
  382. package/dist/exploration-project-tailwind/p-807c6555.entry.js +0 -1
  383. package/dist/exploration-project-tailwind/p-D2WzX6vR.js +0 -2
  384. package/dist/exploration-project-tailwind/p-ab752761.entry.js +0 -1
  385. package/dist/exploration-project-tailwind/p-ce1222a1.entry.js +0 -1
  386. package/dist/exploration-project-tailwind/p-e90d5307.entry.js +0 -1
  387. package/dist/exploration-project-tailwind/p-ecda1cc3.entry.js +0 -1
  388. package/dist/exploration-project-tailwind/p-f11e5cae.entry.js +0 -1
  389. package/dist/types/components/checkbox-group/checkbox-group.d.ts +0 -87
  390. package/dist/types/components/checkbox-group/types.d.ts +0 -8
  391. package/dist/types/components/image-button/image-button.d.ts +0 -31
  392. package/dist/types/components/image-button/types.d.ts +0 -1
  393. package/dist/types/components/input-pair/input-pair.d.ts +0 -28
  394. package/dist/types/components/radio-group/radio-group.d.ts +0 -74
  395. package/dist/types/components/radio-group/types.d.ts +0 -2
@@ -0,0 +1,1635 @@
1
+ .sr-only {
2
+ position: absolute !important;
3
+ width: 1px !important;
4
+ height: 1px !important;
5
+ padding: 0 !important;
6
+ margin: -1px !important;
7
+ overflow: hidden !important;
8
+ clip: rect(0, 0, 0, 0) !important;
9
+ white-space: nowrap !important;
10
+ border-width: 0 !important;
11
+ }
12
+
13
+ .a11y-sr-only {
14
+ position: absolute !important;
15
+ width: 1px !important;
16
+ height: 1px !important;
17
+ padding: 0 !important;
18
+ margin: -1px !important;
19
+ overflow: hidden !important;
20
+ clip: rect(0, 0, 0, 0) !important;
21
+ white-space: nowrap !important;
22
+ border-width: 0 !important;
23
+ }
24
+
25
+ :host {
26
+ display: inline-block;
27
+ box-sizing: border-box;
28
+ --ui-primary-color: #3b82f6;
29
+ --ui-secondary-color: #64748b;
30
+ --ui-success-color: #10b981;
31
+ --ui-danger-color: #ef4444;
32
+ --ui-warning-color: #f59e0b;
33
+ --ui-info-color: #06b6d4;
34
+ --loader-color: var(--ui-primary-color);
35
+ --loader-size: 40px;
36
+ --loader-speed: 1s;
37
+ --loader-thickness: 3px;
38
+ --overlay-opacity: 0.5;
39
+ --overlay-background: rgba(255, 255, 255, var(--overlay-opacity));
40
+ }
41
+
42
+ .loader-wrapper {
43
+ display: flex;
44
+ align-items: center;
45
+ justify-content: center;
46
+ box-sizing: border-box;
47
+ width: 100%;
48
+ height: 100%;
49
+ transition: opacity 0.3s ease;
50
+ }
51
+ .loader-wrapper.loader-overlay {
52
+ position: absolute;
53
+ top: 0;
54
+ left: 0;
55
+ right: 0;
56
+ bottom: 0;
57
+ z-index: 1000;
58
+ background: var(--overlay-background);
59
+ display: flex;
60
+ align-items: center;
61
+ justify-content: center;
62
+ }
63
+ .loader-wrapper.loader-fullscreen {
64
+ position: fixed;
65
+ top: 0;
66
+ left: 0;
67
+ right: 0;
68
+ bottom: 0;
69
+ width: 100vw;
70
+ height: 100vh;
71
+ z-index: 9999;
72
+ }
73
+ .loader-wrapper.loader-blur {
74
+ backdrop-filter: blur(8px);
75
+ -webkit-backdrop-filter: blur(8px);
76
+ }
77
+ .loader-wrapper.loader-variant-glass {
78
+ background: rgba(255, 255, 255, 0.15);
79
+ backdrop-filter: blur(12px) saturate(180%);
80
+ -webkit-backdrop-filter: blur(12px) saturate(180%);
81
+ border: 1px solid rgba(255, 255, 255, 0.2);
82
+ box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.1);
83
+ }
84
+ .loader-wrapper.loader-variant-neon {
85
+ background: rgba(10, 10, 12, 0.95);
86
+ box-shadow: inset 0 0 40px color-mix(in srgb, var(--loader-color) 20%, transparent), 0 0 20px color-mix(in srgb, var(--loader-color) 10%, transparent);
87
+ --loader-color: #a855f7;
88
+ }
89
+ .loader-wrapper.loader-variant-minimal {
90
+ background: transparent;
91
+ backdrop-filter: none;
92
+ -webkit-backdrop-filter: none;
93
+ }
94
+ .loader-wrapper.loader-variant-linear-strip {
95
+ position: absolute;
96
+ top: 0;
97
+ left: 0;
98
+ width: 100%;
99
+ height: 4px;
100
+ background: transparent;
101
+ z-index: 1001;
102
+ }
103
+
104
+ .loader-container {
105
+ display: flex;
106
+ align-items: center;
107
+ justify-content: center;
108
+ box-sizing: border-box;
109
+ gap: 16px;
110
+ }
111
+ .loader-container.loader-size-3xs {
112
+ --loader-size: 12px;
113
+ }
114
+ .loader-container.loader-size-2xs {
115
+ --loader-size: 16px;
116
+ }
117
+ .loader-container.loader-size-xs {
118
+ --loader-size: 20px;
119
+ }
120
+ .loader-container.loader-size-small {
121
+ --loader-size: 28px;
122
+ }
123
+ .loader-container.loader-size-md {
124
+ --loader-size: 40px;
125
+ }
126
+ .loader-container.loader-size-large {
127
+ --loader-size: 56px;
128
+ }
129
+ .loader-container.loader-size-xl {
130
+ --loader-size: 72px;
131
+ }
132
+ .loader-container.loader-size-2xl {
133
+ --loader-size: 96px;
134
+ }
135
+ .loader-container.loader-size-3xl {
136
+ --loader-size: 120px;
137
+ }
138
+ .loader-container.loader-size-jumbo {
139
+ --loader-size: 160px;
140
+ }
141
+ .loader-container.loader-color-primary {
142
+ --loader-color: var(--ui-primary-color);
143
+ }
144
+ .loader-container.loader-color-secondary {
145
+ --loader-color: var(--ui-secondary-color);
146
+ }
147
+ .loader-container.loader-color-success {
148
+ --loader-color: var(--ui-success-color);
149
+ }
150
+ .loader-container.loader-color-danger {
151
+ --loader-color: var(--ui-danger-color);
152
+ }
153
+ .loader-container.loader-color-warning {
154
+ --loader-color: var(--ui-warning-color);
155
+ }
156
+ .loader-container.loader-color-info {
157
+ --loader-color: var(--ui-info-color);
158
+ }
159
+
160
+ .loader-container.loader-label-bottom {
161
+ flex-direction: column;
162
+ text-align: center;
163
+ }
164
+ .loader-container.loader-label-top {
165
+ flex-direction: column-reverse;
166
+ text-align: center;
167
+ }
168
+ .loader-container.loader-label-left {
169
+ flex-direction: row-reverse;
170
+ text-align: right;
171
+ }
172
+ .loader-container.loader-label-right {
173
+ flex-direction: row;
174
+ text-align: left;
175
+ }
176
+
177
+ .loader-visual {
178
+ display: flex;
179
+ align-items: center;
180
+ justify-content: center;
181
+ position: relative;
182
+ width: var(--loader-size);
183
+ height: var(--loader-size);
184
+ min-width: var(--loader-size);
185
+ min-height: var(--loader-size);
186
+ }
187
+
188
+ .loader-text-block {
189
+ display: flex;
190
+ flex-direction: column;
191
+ gap: 4px;
192
+ }
193
+
194
+ .loader-label-text {
195
+ font-family: system-ui, -apple-system, sans-serif;
196
+ font-size: 14px;
197
+ font-weight: 600;
198
+ color: #1e293b;
199
+ letter-spacing: 0.02em;
200
+ animation: breathe 2s ease-in-out infinite;
201
+ }
202
+ .loader-variant-neon .loader-label-text {
203
+ color: #e9d5ff;
204
+ text-shadow: 0 0 10px rgba(168, 85, 247, 0.8);
205
+ }
206
+
207
+ .loader-desc-text {
208
+ font-family: system-ui, -apple-system, sans-serif;
209
+ font-size: 12px;
210
+ color: #64748b;
211
+ }
212
+ .loader-variant-neon .loader-desc-text {
213
+ color: #c084fc;
214
+ }
215
+
216
+ .loader-predictive-bar {
217
+ display: flex;
218
+ align-items: center;
219
+ gap: 8px;
220
+ width: 140px;
221
+ margin-top: 4px;
222
+ }
223
+ .loader-predictive-bar .loader-predictive-fill {
224
+ height: 4px;
225
+ background: var(--loader-color);
226
+ border-radius: 2px;
227
+ transition: width 0.3s cubic-bezier(0.1, 0.8, 0.3, 1);
228
+ }
229
+ .loader-predictive-bar .loader-predictive-percentage {
230
+ font-size: 11px;
231
+ font-weight: 700;
232
+ color: var(--loader-color);
233
+ }
234
+
235
+ .focus-trap-sentinel {
236
+ position: absolute;
237
+ width: 1px;
238
+ height: 1px;
239
+ padding: 0;
240
+ margin: -1px;
241
+ overflow: hidden;
242
+ clip: rect(0, 0, 0, 0);
243
+ border: 0;
244
+ }
245
+
246
+ .status-icon-wrapper {
247
+ width: 100%;
248
+ height: 100%;
249
+ display: flex;
250
+ align-items: center;
251
+ justify-content: center;
252
+ }
253
+ .status-icon-wrapper .status-svg {
254
+ width: var(--loader-size);
255
+ height: var(--loader-size);
256
+ }
257
+ .status-icon-wrapper .status-circle-bg {
258
+ stroke-width: 4;
259
+ stroke-miterlimit: 10;
260
+ animation: status-stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
261
+ }
262
+ .status-icon-wrapper .status-check-path {
263
+ transform-origin: 50% 50%;
264
+ stroke-width: 4;
265
+ stroke-linecap: round;
266
+ stroke-dasharray: 48;
267
+ stroke-dashoffset: 48;
268
+ animation: status-stroke-offset 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.6s forwards;
269
+ }
270
+ .status-icon-wrapper .status-cross-path {
271
+ transform-origin: 50% 50%;
272
+ stroke-width: 4;
273
+ stroke-linecap: round;
274
+ stroke-dasharray: 48;
275
+ stroke-dashoffset: 48;
276
+ animation: status-stroke-offset 0.35s cubic-bezier(0.65, 0, 0.45, 1) 0.6s forwards;
277
+ }
278
+ .status-icon-wrapper.success .status-circle-bg {
279
+ stroke: var(--ui-success-color);
280
+ fill: none;
281
+ }
282
+ .status-icon-wrapper.success .status-check-path {
283
+ stroke: var(--ui-success-color);
284
+ }
285
+ .status-icon-wrapper.error .status-circle-bg {
286
+ stroke: var(--ui-danger-color);
287
+ fill: none;
288
+ }
289
+ .status-icon-wrapper.error .status-cross-path {
290
+ stroke: var(--ui-danger-color);
291
+ }
292
+
293
+ .anim-spinner {
294
+ width: 100%;
295
+ height: 100%;
296
+ border: var(--loader-thickness) solid color-mix(in srgb, var(--loader-color) 15%, transparent);
297
+ border-left-color: var(--loader-color);
298
+ border-radius: 50%;
299
+ box-sizing: border-box;
300
+ animation: spin var(--loader-speed) linear infinite;
301
+ }
302
+ .loader-variant-neon .anim-spinner {
303
+ box-shadow: 0 0 10px var(--loader-color), inset 0 0 5px var(--loader-color);
304
+ }
305
+
306
+ .anim-dots {
307
+ display: flex;
308
+ align-items: center;
309
+ justify-content: space-between;
310
+ width: 100%;
311
+ height: 100%;
312
+ }
313
+ .anim-dots div {
314
+ width: 25%;
315
+ height: 25%;
316
+ background-color: var(--loader-color);
317
+ border-radius: 50%;
318
+ animation: dots-pulse var(--loader-speed) ease-in-out infinite;
319
+ }
320
+ .anim-dots div:nth-child(2) {
321
+ animation-delay: calc(var(--loader-speed) / 6);
322
+ }
323
+ .anim-dots div:nth-child(3) {
324
+ animation-delay: calc(var(--loader-speed) / 3);
325
+ }
326
+
327
+ .anim-bar {
328
+ width: 100%;
329
+ height: var(--loader-thickness);
330
+ background: rgba(120, 120, 120, 0.15);
331
+ border-radius: calc(var(--loader-thickness) / 2);
332
+ overflow: hidden;
333
+ position: relative;
334
+ }
335
+ .anim-bar .bar-indeterminate {
336
+ position: absolute;
337
+ height: 100%;
338
+ background: var(--loader-color);
339
+ left: -50%;
340
+ width: 50%;
341
+ border-radius: calc(var(--loader-thickness) / 2);
342
+ animation: bar-slide calc(var(--loader-speed) * 1.5) cubic-bezier(0.4, 0, 0.2, 1) infinite;
343
+ }
344
+ .anim-bar .bar-determinate {
345
+ height: 100%;
346
+ background: var(--loader-color);
347
+ border-radius: calc(var(--loader-thickness) / 2);
348
+ transition: width 0.3s ease;
349
+ }
350
+
351
+ .anim-pulse {
352
+ width: 80%;
353
+ height: 80%;
354
+ background-color: var(--loader-color);
355
+ border-radius: 50%;
356
+ animation: pulse-grow var(--loader-speed) ease-in-out infinite;
357
+ }
358
+
359
+ .anim-ring {
360
+ width: 100%;
361
+ height: 100%;
362
+ border: var(--loader-thickness) solid transparent;
363
+ border-top-color: var(--loader-color);
364
+ border-bottom-color: var(--loader-color);
365
+ border-radius: 50%;
366
+ box-sizing: border-box;
367
+ animation: spin var(--loader-speed) cubic-bezier(0.5, 0, 0.5, 1) infinite;
368
+ }
369
+
370
+ .anim-bounce {
371
+ width: 100%;
372
+ height: 100%;
373
+ position: relative;
374
+ }
375
+ .anim-bounce div {
376
+ width: 100%;
377
+ height: 100%;
378
+ border-radius: 50%;
379
+ background-color: var(--loader-color);
380
+ opacity: 0.6;
381
+ position: absolute;
382
+ top: 0;
383
+ left: 0;
384
+ animation: bounce-scale calc(var(--loader-speed) * 2) ease-in-out infinite;
385
+ }
386
+ .anim-bounce div:nth-child(2) {
387
+ animation-delay: calc(var(--loader-speed) * -1);
388
+ }
389
+
390
+ .anim-grid {
391
+ display: grid;
392
+ grid-template-columns: repeat(3, 1fr);
393
+ grid-gap: 15%;
394
+ width: 100%;
395
+ height: 100%;
396
+ }
397
+ .anim-grid div {
398
+ background-color: var(--loader-color);
399
+ border-radius: 50%;
400
+ animation: grid-fade calc(var(--loader-speed) * 1.2) ease-in-out infinite;
401
+ }
402
+ .anim-grid div:nth-child(1) {
403
+ animation-delay: 0s;
404
+ }
405
+ .anim-grid div:nth-child(2) {
406
+ animation-delay: 0.1s;
407
+ }
408
+ .anim-grid div:nth-child(3) {
409
+ animation-delay: 0.2s;
410
+ }
411
+ .anim-grid div:nth-child(4) {
412
+ animation-delay: 0.1s;
413
+ }
414
+ .anim-grid div:nth-child(5) {
415
+ animation-delay: 0.2s;
416
+ }
417
+ .anim-grid div:nth-child(6) {
418
+ animation-delay: 0.3s;
419
+ }
420
+ .anim-grid div:nth-child(7) {
421
+ animation-delay: 0.2s;
422
+ }
423
+ .anim-grid div:nth-child(8) {
424
+ animation-delay: 0.3s;
425
+ }
426
+ .anim-grid div:nth-child(9) {
427
+ animation-delay: 0.4s;
428
+ }
429
+
430
+ .anim-wave {
431
+ display: flex;
432
+ align-items: center;
433
+ justify-content: space-between;
434
+ width: 100%;
435
+ height: 80%;
436
+ }
437
+ .anim-wave div {
438
+ width: 12%;
439
+ height: 100%;
440
+ background-color: var(--loader-color);
441
+ border-radius: 4px;
442
+ animation: wave-stretch var(--loader-speed) ease-in-out infinite;
443
+ }
444
+ .anim-wave div:nth-child(1) {
445
+ animation-delay: -0.45s;
446
+ }
447
+ .anim-wave div:nth-child(2) {
448
+ animation-delay: -0.3s;
449
+ }
450
+ .anim-wave div:nth-child(3) {
451
+ animation-delay: -0.15s;
452
+ }
453
+ .anim-wave div:nth-child(4) {
454
+ animation-delay: -0.3s;
455
+ }
456
+ .anim-wave div:nth-child(5) {
457
+ animation-delay: -0.45s;
458
+ }
459
+
460
+ .anim-dual-ring {
461
+ width: 100%;
462
+ height: 100%;
463
+ border: var(--loader-thickness) solid transparent;
464
+ border-left-color: var(--loader-color);
465
+ border-right-color: var(--loader-color);
466
+ border-radius: 50%;
467
+ animation: spin var(--loader-speed) linear infinite;
468
+ }
469
+
470
+ .anim-heartbeat {
471
+ width: 100%;
472
+ height: 100%;
473
+ display: flex;
474
+ align-items: center;
475
+ justify-content: center;
476
+ }
477
+ .anim-heartbeat .heart-svg {
478
+ width: 90%;
479
+ height: 90%;
480
+ fill: var(--loader-color);
481
+ animation: pulse-heart calc(var(--loader-speed) * 1.2) ease infinite;
482
+ }
483
+
484
+ .anim-clock {
485
+ width: 100%;
486
+ height: 100%;
487
+ border: var(--loader-thickness) solid var(--loader-color);
488
+ border-radius: 50%;
489
+ position: relative;
490
+ box-sizing: border-box;
491
+ }
492
+ .anim-clock .clock-hour, .anim-clock .clock-minute {
493
+ position: absolute;
494
+ background-color: var(--loader-color);
495
+ width: var(--loader-thickness);
496
+ left: calc(50% - var(--loader-thickness) / 2);
497
+ transform-origin: bottom center;
498
+ border-radius: 4px;
499
+ }
500
+ .anim-clock .clock-hour {
501
+ height: 30%;
502
+ top: 20%;
503
+ animation: spin calc(var(--loader-speed) * 6) linear infinite;
504
+ }
505
+ .anim-clock .clock-minute {
506
+ height: 40%;
507
+ top: 10%;
508
+ animation: spin var(--loader-speed) linear infinite;
509
+ }
510
+
511
+ .anim-raining-letters {
512
+ width: 100%;
513
+ height: 100%;
514
+ overflow: hidden;
515
+ border-radius: 8px;
516
+ border: 1px solid rgba(120, 120, 120, 0.15);
517
+ box-sizing: border-box;
518
+ }
519
+ .anim-raining-letters canvas {
520
+ width: 100% !important;
521
+ height: 100% !important;
522
+ background: transparent;
523
+ }
524
+
525
+ .anim-ripple {
526
+ width: 100%;
527
+ height: 100%;
528
+ position: relative;
529
+ }
530
+ .anim-ripple div {
531
+ position: absolute;
532
+ border: var(--loader-thickness) solid var(--loader-color);
533
+ border-radius: 50%;
534
+ opacity: 1;
535
+ width: 0;
536
+ height: 0;
537
+ top: 50%;
538
+ left: 50%;
539
+ transform: translate(-50%, -50%);
540
+ animation: ripple-grow var(--loader-speed) cubic-bezier(0, 0.2, 0.8, 1) infinite;
541
+ }
542
+ .anim-ripple div:nth-child(2) {
543
+ animation-delay: -0.33s;
544
+ }
545
+ .anim-ripple div:nth-child(3) {
546
+ animation-delay: -0.66s;
547
+ }
548
+
549
+ .anim-infinite {
550
+ width: 100%;
551
+ height: 100%;
552
+ display: flex;
553
+ align-items: center;
554
+ justify-content: center;
555
+ }
556
+ .anim-infinite svg {
557
+ width: 100%;
558
+ height: 60%;
559
+ }
560
+ .anim-infinite .infinity-bg {
561
+ stroke: rgba(120, 120, 120, 0.1);
562
+ stroke-width: 4;
563
+ fill: none;
564
+ }
565
+ .anim-infinite .infinity-loop {
566
+ stroke: var(--loader-color);
567
+ stroke-width: 4;
568
+ stroke-linecap: round;
569
+ stroke-dasharray: 120 200;
570
+ fill: none;
571
+ animation: loop-crawl calc(var(--loader-speed) * 1.5) linear infinite;
572
+ }
573
+
574
+ .anim-wifi {
575
+ width: 100%;
576
+ height: 100%;
577
+ position: relative;
578
+ display: flex;
579
+ align-items: center;
580
+ justify-content: center;
581
+ }
582
+ .anim-wifi div {
583
+ border: var(--loader-thickness) solid transparent;
584
+ border-top-color: var(--loader-color);
585
+ border-radius: 50%;
586
+ position: absolute;
587
+ transform-origin: center center;
588
+ box-sizing: border-box;
589
+ }
590
+ .anim-wifi .wifi-dot {
591
+ width: 15%;
592
+ height: 15%;
593
+ background-color: var(--loader-color);
594
+ border: none;
595
+ }
596
+ .anim-wifi .wifi-arc-1 {
597
+ width: 45%;
598
+ height: 45%;
599
+ animation: wifi-pulse var(--loader-speed) ease-in-out infinite 0.1s;
600
+ }
601
+ .anim-wifi .wifi-arc-2 {
602
+ width: 70%;
603
+ height: 70%;
604
+ animation: wifi-pulse var(--loader-speed) ease-in-out infinite 0.2s;
605
+ }
606
+ .anim-wifi .wifi-arc-3 {
607
+ width: 95%;
608
+ height: 95%;
609
+ animation: wifi-pulse var(--loader-speed) ease-in-out infinite 0.3s;
610
+ }
611
+
612
+ .anim-rainbow {
613
+ width: 100%;
614
+ height: 100%;
615
+ border-radius: 50%;
616
+ padding: var(--loader-thickness);
617
+ background: linear-gradient(90deg, #ff007f, #7f00ff, #00f0ff, #00ff7f, #ffef00, #ff007f);
618
+ background-size: 300% 300%;
619
+ box-sizing: border-box;
620
+ mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
621
+ -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
622
+ mask-composite: xor;
623
+ -webkit-mask-composite: xor;
624
+ mask-composite: exclude;
625
+ animation: spin var(--loader-speed) linear infinite, gradient-move 3s ease infinite;
626
+ }
627
+
628
+ .anim-square-shuffle {
629
+ width: 100%;
630
+ height: 100%;
631
+ position: relative;
632
+ }
633
+ .anim-square-shuffle div {
634
+ width: 35%;
635
+ height: 35%;
636
+ background-color: var(--loader-color);
637
+ position: absolute;
638
+ animation: shuffle-move calc(var(--loader-speed) * 2) cubic-bezier(0.25, 1, 0.5, 1) infinite;
639
+ }
640
+ .anim-square-shuffle div:nth-child(1) {
641
+ top: 10%;
642
+ left: 10%;
643
+ }
644
+ .anim-square-shuffle div:nth-child(2) {
645
+ top: 10%;
646
+ left: 55%;
647
+ animation-delay: -0.5s;
648
+ }
649
+ .anim-square-shuffle div:nth-child(3) {
650
+ top: 55%;
651
+ left: 55%;
652
+ animation-delay: -1s;
653
+ }
654
+ .anim-square-shuffle div:nth-child(4) {
655
+ top: 55%;
656
+ left: 10%;
657
+ animation-delay: -1.5s;
658
+ }
659
+
660
+ .anim-dna-helix {
661
+ display: flex;
662
+ justify-content: space-between;
663
+ align-items: center;
664
+ width: 100%;
665
+ height: 100%;
666
+ }
667
+ .anim-dna-helix .dna-strand {
668
+ height: 100%;
669
+ width: 6%;
670
+ display: flex;
671
+ flex-direction: column;
672
+ justify-content: space-between;
673
+ align-items: center;
674
+ animation: dna-twist calc(var(--loader-speed) * 1.5) ease-in-out infinite;
675
+ animation-delay: calc(var(--i) * -0.12s);
676
+ }
677
+ .anim-dna-helix .dna-strand .dna-dot {
678
+ width: 150%;
679
+ height: 6%;
680
+ background: var(--loader-color);
681
+ border-radius: 50%;
682
+ }
683
+ .anim-dna-helix .dna-strand .dna-bar {
684
+ width: 30%;
685
+ height: 80%;
686
+ background: rgba(120, 120, 120, 0.15);
687
+ border-radius: 2px;
688
+ }
689
+
690
+ .anim-atom-sphere {
691
+ width: 100%;
692
+ height: 100%;
693
+ position: relative;
694
+ display: flex;
695
+ align-items: center;
696
+ justify-content: center;
697
+ }
698
+ .anim-atom-sphere .atom-nucleus {
699
+ width: 20%;
700
+ height: 20%;
701
+ background: var(--loader-color);
702
+ border-radius: 50%;
703
+ box-shadow: 0 0 10px var(--loader-color);
704
+ }
705
+ .anim-atom-sphere .atom-orbit {
706
+ position: absolute;
707
+ width: 100%;
708
+ height: 40%;
709
+ border: 1.5px solid color-mix(in srgb, var(--loader-color) 35%, transparent);
710
+ border-radius: 50%;
711
+ }
712
+ .anim-atom-sphere .atom-orbit .atom-electron {
713
+ width: var(--loader-thickness);
714
+ height: var(--loader-thickness);
715
+ background: var(--loader-color);
716
+ border-radius: 50%;
717
+ position: absolute;
718
+ top: -3px;
719
+ left: 50%;
720
+ box-shadow: 0 0 6px var(--loader-color);
721
+ }
722
+ .anim-atom-sphere .atom-orbit.orbit-1 {
723
+ transform: rotate(0deg);
724
+ }
725
+ .anim-atom-sphere .atom-orbit.orbit-1 .atom-electron {
726
+ animation: orbit-spin var(--loader-speed) linear infinite;
727
+ }
728
+ .anim-atom-sphere .atom-orbit.orbit-2 {
729
+ transform: rotate(60deg);
730
+ }
731
+ .anim-atom-sphere .atom-orbit.orbit-2 .atom-electron {
732
+ animation: orbit-spin var(--loader-speed) linear infinite -0.33s;
733
+ }
734
+ .anim-atom-sphere .atom-orbit.orbit-3 {
735
+ transform: rotate(-60deg);
736
+ }
737
+ .anim-atom-sphere .atom-orbit.orbit-3 .atom-electron {
738
+ animation: orbit-spin var(--loader-speed) linear infinite -0.66s;
739
+ }
740
+
741
+ .anim-staircase {
742
+ width: 100%;
743
+ height: 100%;
744
+ position: relative;
745
+ }
746
+ .anim-staircase .stair-climber {
747
+ width: 25%;
748
+ height: 25%;
749
+ background-color: var(--loader-color);
750
+ border-radius: 4px;
751
+ position: absolute;
752
+ top: 10%;
753
+ left: 10%;
754
+ animation: stair-climb var(--loader-speed) cubic-bezier(0.25, 1, 0.5, 1) infinite;
755
+ }
756
+ .anim-staircase .stairs {
757
+ display: flex;
758
+ flex-direction: column;
759
+ justify-content: flex-end;
760
+ align-items: flex-end;
761
+ width: 100%;
762
+ height: 100%;
763
+ }
764
+ .anim-staircase .stairs div {
765
+ background: rgba(120, 120, 120, 0.15);
766
+ height: 20%;
767
+ border-radius: 2px;
768
+ margin-top: 5%;
769
+ }
770
+ .anim-staircase .stairs div:nth-child(1) {
771
+ width: 100%;
772
+ }
773
+ .anim-staircase .stairs div:nth-child(2) {
774
+ width: 75%;
775
+ }
776
+ .anim-staircase .stairs div:nth-child(3) {
777
+ width: 50%;
778
+ }
779
+ .anim-staircase .stairs div:nth-child(4) {
780
+ width: 25%;
781
+ }
782
+
783
+ .anim-radar {
784
+ width: 100%;
785
+ height: 100%;
786
+ border-radius: 50%;
787
+ border: 1.5px solid rgba(120, 120, 120, 0.1);
788
+ box-sizing: border-box;
789
+ position: relative;
790
+ overflow: hidden;
791
+ }
792
+ .anim-radar .radar-scanner {
793
+ position: absolute;
794
+ top: 50%;
795
+ left: 50%;
796
+ width: 100%;
797
+ height: 100%;
798
+ background: conic-gradient(from 0deg at 50% 50%, color-mix(in srgb, var(--loader-color) 15%, transparent) 0%, transparent 40%, transparent 100%);
799
+ transform: translate(-50%, -50%);
800
+ animation: spin var(--loader-speed) linear infinite;
801
+ transform-origin: 50% 50%;
802
+ }
803
+ .anim-radar .radar-ring, .anim-radar .radar-ring-mid {
804
+ position: absolute;
805
+ border: 1px dashed color-mix(in srgb, var(--loader-color) 25%, transparent);
806
+ border-radius: 50%;
807
+ top: 50%;
808
+ left: 50%;
809
+ transform: translate(-50%, -50%);
810
+ }
811
+ .anim-radar .radar-ring {
812
+ width: 70%;
813
+ height: 70%;
814
+ }
815
+ .anim-radar .radar-ring-mid {
816
+ width: 40%;
817
+ height: 40%;
818
+ }
819
+ .anim-radar .radar-dot {
820
+ width: 8%;
821
+ height: 8%;
822
+ background: var(--loader-color);
823
+ border-radius: 50%;
824
+ position: absolute;
825
+ top: 30%;
826
+ left: 65%;
827
+ box-shadow: 0 0 8px var(--loader-color);
828
+ animation: blink 1.2s infinite;
829
+ }
830
+
831
+ .anim-liquid-drop {
832
+ width: 100%;
833
+ height: 100%;
834
+ position: relative;
835
+ }
836
+ .anim-liquid-drop .drop-nozzle {
837
+ width: 20%;
838
+ height: 10%;
839
+ background: rgba(120, 120, 120, 0.2);
840
+ border-radius: 0 0 4px 4px;
841
+ margin: 0 auto;
842
+ }
843
+ .anim-liquid-drop .drop-droplet {
844
+ width: 14%;
845
+ height: 20%;
846
+ background: var(--loader-color);
847
+ border-radius: 50% 50% 50% 50%/60% 60% 40% 40%;
848
+ position: absolute;
849
+ top: 10%;
850
+ left: 43%;
851
+ animation: drop-fall var(--loader-speed) cubic-bezier(0.5, 0, 0.7, 0.4) infinite;
852
+ }
853
+ .anim-liquid-drop .drop-surface {
854
+ width: 80%;
855
+ height: 8%;
856
+ background: color-mix(in srgb, var(--loader-color) 30%, transparent);
857
+ border-radius: 50%;
858
+ position: absolute;
859
+ bottom: 10%;
860
+ left: 10%;
861
+ animation: surface-ripple var(--loader-speed) ease infinite;
862
+ }
863
+
864
+ .anim-neon-path {
865
+ width: 100%;
866
+ height: 100%;
867
+ border-radius: 12px;
868
+ position: relative;
869
+ overflow: hidden;
870
+ box-shadow: 0 0 15px color-mix(in srgb, var(--loader-color) 15%, transparent);
871
+ box-sizing: border-box;
872
+ }
873
+ .anim-neon-path div {
874
+ width: 100%;
875
+ height: 100%;
876
+ border: var(--loader-thickness) solid var(--loader-color);
877
+ border-radius: 12px;
878
+ box-sizing: border-box;
879
+ animation: neon-glow-scale 1.5s ease-in-out infinite alternate;
880
+ }
881
+
882
+ .anim-neuro-pulse {
883
+ width: 100%;
884
+ height: 100%;
885
+ }
886
+ .anim-neuro-pulse .neuro-svg {
887
+ width: 100%;
888
+ height: 100%;
889
+ }
890
+ .anim-neuro-pulse .neuro-branch {
891
+ stroke: rgba(120, 120, 120, 0.15);
892
+ stroke-width: 2;
893
+ }
894
+ .anim-neuro-pulse .neuro-center {
895
+ fill: var(--loader-color);
896
+ }
897
+ .anim-neuro-pulse .neuro-terminal {
898
+ fill: rgba(120, 120, 120, 0.4);
899
+ }
900
+ .anim-neuro-pulse .neuro-active-pulse {
901
+ fill: var(--loader-color);
902
+ animation: neuro-pulse-scale 2s ease-out infinite;
903
+ }
904
+ .anim-neuro-pulse .neuro-active-pulse.pulse-2 {
905
+ animation-delay: 1s;
906
+ }
907
+
908
+ .anim-vortex-ring {
909
+ width: 100%;
910
+ height: 100%;
911
+ display: flex;
912
+ align-items: center;
913
+ justify-content: center;
914
+ position: relative;
915
+ }
916
+ .anim-vortex-ring div {
917
+ position: absolute;
918
+ border: var(--loader-thickness) solid transparent;
919
+ border-top-color: var(--loader-color);
920
+ border-radius: 50%;
921
+ animation: spin var(--loader-speed) cubic-bezier(0.68, -0.55, 0.27, 1.55) infinite;
922
+ }
923
+ .anim-vortex-ring div:nth-child(1) {
924
+ width: 100%;
925
+ height: 100%;
926
+ }
927
+ .anim-vortex-ring div:nth-child(2) {
928
+ width: 70%;
929
+ height: 70%;
930
+ animation-delay: -0.2s;
931
+ animation-direction: reverse;
932
+ }
933
+ .anim-vortex-ring div:nth-child(3) {
934
+ width: 40%;
935
+ height: 40%;
936
+ animation-delay: -0.4s;
937
+ }
938
+
939
+ .anim-cube-fold {
940
+ width: 70%;
941
+ height: 70%;
942
+ transform: rotateZ(45deg);
943
+ position: relative;
944
+ }
945
+ .anim-cube-fold .fold-cube {
946
+ float: left;
947
+ width: 50%;
948
+ height: 50%;
949
+ position: relative;
950
+ transform: scale(1.1);
951
+ }
952
+ .anim-cube-fold .fold-cube::before {
953
+ content: "";
954
+ position: absolute;
955
+ top: 0;
956
+ left: 0;
957
+ width: 100%;
958
+ height: 100%;
959
+ background-color: var(--loader-color);
960
+ animation: cube-fold-anim calc(var(--loader-speed) * 2.4) linear infinite both;
961
+ transform-origin: 100% 100%;
962
+ }
963
+ .anim-cube-fold .fold-cube.cube-2 {
964
+ transform: scale(1.1) rotateZ(90deg);
965
+ }
966
+ .anim-cube-fold .fold-cube.cube-2::before {
967
+ animation-delay: 0.3s;
968
+ }
969
+ .anim-cube-fold .fold-cube.cube-3 {
970
+ transform: scale(1.1) rotateZ(270deg);
971
+ }
972
+ .anim-cube-fold .fold-cube.cube-3::before {
973
+ animation-delay: 0.9s;
974
+ }
975
+ .anim-cube-fold .fold-cube.cube-4 {
976
+ transform: scale(1.1) rotateZ(180deg);
977
+ }
978
+ .anim-cube-fold .fold-cube.cube-4::before {
979
+ animation-delay: 0.6s;
980
+ }
981
+
982
+ .anim-breathing {
983
+ width: 60%;
984
+ height: 60%;
985
+ background-color: var(--loader-color);
986
+ border-radius: 50%;
987
+ animation: breathe 2s ease-in-out infinite;
988
+ box-shadow: 0 0 15px var(--loader-color);
989
+ }
990
+
991
+ .anim-glitch-text {
992
+ font-family: "Courier New", Courier, monospace;
993
+ font-size: 16px;
994
+ font-weight: 900;
995
+ color: #fff;
996
+ position: relative;
997
+ text-shadow: 0.05em 0 0 rgba(255, 0, 0, 0.75), -0.025em -0.05em 0 rgba(0, 255, 0, 0.75), 0.025em 0.05em 0 rgba(0, 0, 255, 0.75);
998
+ animation: glitch 1s infinite;
999
+ }
1000
+ .anim-glitch-text::before, .anim-glitch-text::after {
1001
+ content: attr(data-text);
1002
+ position: absolute;
1003
+ top: 0;
1004
+ left: 0;
1005
+ width: 100%;
1006
+ height: 100%;
1007
+ background: transparent;
1008
+ }
1009
+ .anim-glitch-text::before {
1010
+ animation: glitch-anim-1 0.7s infinite linear alternate-reverse;
1011
+ text-shadow: -2px 0 #ff00c1;
1012
+ clip: rect(44px, 450px, 56px, 0);
1013
+ }
1014
+ .anim-glitch-text::after {
1015
+ animation: glitch-anim-2 0.7s infinite linear alternate-reverse;
1016
+ text-shadow: -2px 0 #00fff9, 2px 2px #ff00c1;
1017
+ clip: rect(85px, 450px, 140px, 0);
1018
+ }
1019
+
1020
+ .anim-plc-module {
1021
+ background: #27272a;
1022
+ border: 1.5px solid #3f3f46;
1023
+ border-radius: 6px;
1024
+ width: 90%;
1025
+ height: 90%;
1026
+ display: flex;
1027
+ flex-direction: column;
1028
+ box-sizing: border-box;
1029
+ overflow: hidden;
1030
+ font-family: monospace;
1031
+ font-size: 8px;
1032
+ color: #a1a1aa;
1033
+ }
1034
+ .anim-plc-module .plc-header {
1035
+ background: #3f3f46;
1036
+ color: #fff;
1037
+ font-weight: bold;
1038
+ text-align: center;
1039
+ padding: 2px 0;
1040
+ }
1041
+ .anim-plc-module .plc-leds {
1042
+ display: flex;
1043
+ flex-direction: column;
1044
+ gap: 4px;
1045
+ padding: 6px;
1046
+ flex: 1;
1047
+ justify-content: center;
1048
+ }
1049
+ .anim-plc-module .plc-row {
1050
+ display: flex;
1051
+ justify-content: space-between;
1052
+ align-items: center;
1053
+ }
1054
+ .anim-plc-module .plc-led {
1055
+ width: 6px;
1056
+ height: 6px;
1057
+ border-radius: 50%;
1058
+ }
1059
+ .anim-plc-module .plc-led.led-green {
1060
+ background: #22c55e;
1061
+ box-shadow: 0 0 4px #22c55e;
1062
+ }
1063
+ .anim-plc-module .plc-led.led-amber {
1064
+ background: #f59e0b;
1065
+ box-shadow: 0 0 4px #f59e0b;
1066
+ }
1067
+ .anim-plc-module .plc-led.led-red {
1068
+ background: #ef4444;
1069
+ }
1070
+ .anim-plc-module .plc-led.blinking {
1071
+ animation: blink 0.8s infinite;
1072
+ }
1073
+ .anim-plc-module .plc-led.flicker {
1074
+ animation: blink 0.25s infinite;
1075
+ }
1076
+ .anim-plc-module .plc-led.flicker-delayed {
1077
+ animation: blink 0.35s infinite 0.15s;
1078
+ }
1079
+ .anim-plc-module .plc-led.off {
1080
+ background: #52525b;
1081
+ box-shadow: none;
1082
+ }
1083
+
1084
+ .anim-m580-signal {
1085
+ display: flex;
1086
+ align-items: flex-end;
1087
+ justify-content: space-between;
1088
+ width: 80%;
1089
+ height: 60%;
1090
+ }
1091
+ .anim-m580-signal div {
1092
+ width: 14%;
1093
+ background-color: #22c55e;
1094
+ border-radius: 1px;
1095
+ box-shadow: 0 0 3px #22c55e;
1096
+ animation: signal-rise 1.5s ease-in-out infinite;
1097
+ }
1098
+ .anim-m580-signal div:nth-child(1) {
1099
+ height: 20%;
1100
+ animation-delay: 0.1s;
1101
+ }
1102
+ .anim-m580-signal div:nth-child(2) {
1103
+ height: 40%;
1104
+ animation-delay: 0.2s;
1105
+ }
1106
+ .anim-m580-signal div:nth-child(3) {
1107
+ height: 60%;
1108
+ animation-delay: 0.3s;
1109
+ }
1110
+ .anim-m580-signal div:nth-child(4) {
1111
+ height: 80%;
1112
+ animation-delay: 0.4s;
1113
+ }
1114
+ .anim-m580-signal div:nth-child(5) {
1115
+ height: 100%;
1116
+ animation-delay: 0.5s;
1117
+ }
1118
+
1119
+ .anim-circuit-board {
1120
+ width: 100%;
1121
+ height: 100%;
1122
+ }
1123
+ .anim-circuit-board svg {
1124
+ width: 100%;
1125
+ height: 100%;
1126
+ }
1127
+ .anim-circuit-board .circuit-path {
1128
+ stroke: rgba(120, 120, 120, 0.15);
1129
+ stroke-width: 3px;
1130
+ }
1131
+ .anim-circuit-board .circuit-node {
1132
+ fill: none;
1133
+ stroke: var(--loader-color);
1134
+ stroke-width: 2.5px;
1135
+ }
1136
+ .anim-circuit-board .circuit-pulse {
1137
+ fill: var(--loader-color);
1138
+ box-shadow: 0 0 8px var(--loader-color);
1139
+ }
1140
+
1141
+ .anim-callout-rotate {
1142
+ width: 100%;
1143
+ height: 100%;
1144
+ position: relative;
1145
+ }
1146
+ .anim-callout-rotate .callout-ring {
1147
+ width: 100%;
1148
+ height: 100%;
1149
+ border: var(--loader-thickness) dashed color-mix(in srgb, var(--loader-color) 40%, transparent);
1150
+ border-radius: 50%;
1151
+ box-sizing: border-box;
1152
+ animation: spin calc(var(--loader-speed) * 3) linear infinite;
1153
+ }
1154
+ .anim-callout-rotate .callout-arrow {
1155
+ position: absolute;
1156
+ width: 30%;
1157
+ height: 30%;
1158
+ border: var(--loader-thickness) solid var(--loader-color);
1159
+ border-top: none;
1160
+ border-left: none;
1161
+ top: 35%;
1162
+ left: 35%;
1163
+ transform: rotate(-45deg);
1164
+ animation: spin var(--loader-speed) ease-in-out infinite;
1165
+ }
1166
+
1167
+ .anim-infinite-roller {
1168
+ display: flex;
1169
+ align-items: center;
1170
+ justify-content: space-around;
1171
+ width: 100%;
1172
+ height: 30%;
1173
+ border-radius: 10px;
1174
+ background: rgba(120, 120, 120, 0.1);
1175
+ padding: 0 4px;
1176
+ box-sizing: border-box;
1177
+ }
1178
+ .anim-infinite-roller div {
1179
+ width: 16%;
1180
+ height: 60%;
1181
+ background-color: var(--loader-color);
1182
+ border-radius: 50%;
1183
+ animation: roll-slide 1.5s ease-in-out infinite;
1184
+ }
1185
+ .anim-infinite-roller div:nth-child(1) {
1186
+ animation-delay: 0s;
1187
+ }
1188
+ .anim-infinite-roller div:nth-child(2) {
1189
+ animation-delay: 0.25s;
1190
+ }
1191
+ .anim-infinite-roller div:nth-child(3) {
1192
+ animation-delay: 0.5s;
1193
+ }
1194
+
1195
+ .anim-image {
1196
+ width: 100%;
1197
+ height: 100%;
1198
+ display: flex;
1199
+ align-items: center;
1200
+ justify-content: center;
1201
+ }
1202
+ .anim-image img {
1203
+ max-width: 90%;
1204
+ max-height: 90%;
1205
+ object-fit: contain;
1206
+ animation: pulse-grow 2s ease-in-out infinite;
1207
+ }
1208
+
1209
+ @keyframes spin {
1210
+ 100% {
1211
+ transform: rotate(360deg);
1212
+ }
1213
+ }
1214
+ @keyframes breathe {
1215
+ 0%, 100% {
1216
+ opacity: 0.45;
1217
+ transform: scale(0.95);
1218
+ }
1219
+ 50% {
1220
+ opacity: 1;
1221
+ transform: scale(1.05);
1222
+ }
1223
+ }
1224
+ @keyframes dots-pulse {
1225
+ 0%, 100% {
1226
+ transform: scale(0.3);
1227
+ opacity: 0.2;
1228
+ }
1229
+ 50% {
1230
+ transform: scale(1);
1231
+ opacity: 1;
1232
+ }
1233
+ }
1234
+ @keyframes bar-slide {
1235
+ 0% {
1236
+ left: -50%;
1237
+ }
1238
+ 100% {
1239
+ left: 100%;
1240
+ }
1241
+ }
1242
+ @keyframes pulse-grow {
1243
+ 0%, 100% {
1244
+ transform: scale(0);
1245
+ opacity: 0.8;
1246
+ }
1247
+ 50% {
1248
+ transform: scale(1);
1249
+ opacity: 0.2;
1250
+ }
1251
+ }
1252
+ @keyframes bounce-scale {
1253
+ 0%, 100% {
1254
+ transform: scale(0);
1255
+ }
1256
+ 50% {
1257
+ transform: scale(1);
1258
+ }
1259
+ }
1260
+ @keyframes grid-fade {
1261
+ 0%, 100% {
1262
+ opacity: 1;
1263
+ transform: scale(1);
1264
+ }
1265
+ 50% {
1266
+ opacity: 0.3;
1267
+ transform: scale(0.7);
1268
+ }
1269
+ }
1270
+ @keyframes wave-stretch {
1271
+ 0%, 100% {
1272
+ transform: scaleY(0.3);
1273
+ }
1274
+ 50% {
1275
+ transform: scaleY(1);
1276
+ }
1277
+ }
1278
+ @keyframes pulse-heart {
1279
+ 0% {
1280
+ transform: scale(0.9);
1281
+ }
1282
+ 25% {
1283
+ transform: scale(1.1);
1284
+ }
1285
+ 35% {
1286
+ transform: scale(1);
1287
+ }
1288
+ 55% {
1289
+ transform: scale(1.15);
1290
+ }
1291
+ 70% {
1292
+ transform: scale(1);
1293
+ }
1294
+ 100% {
1295
+ transform: scale(0.9);
1296
+ }
1297
+ }
1298
+ @keyframes ripple-grow {
1299
+ 0% {
1300
+ width: 0;
1301
+ height: 0;
1302
+ opacity: 1;
1303
+ }
1304
+ 100% {
1305
+ width: 100%;
1306
+ height: 100%;
1307
+ opacity: 0;
1308
+ }
1309
+ }
1310
+ @keyframes loop-crawl {
1311
+ 0% {
1312
+ stroke-dashoffset: 320;
1313
+ }
1314
+ 100% {
1315
+ stroke-dashoffset: 0;
1316
+ }
1317
+ }
1318
+ @keyframes wifi-pulse {
1319
+ 0%, 100% {
1320
+ opacity: 0.25;
1321
+ }
1322
+ 50% {
1323
+ opacity: 1;
1324
+ }
1325
+ }
1326
+ @keyframes gradient-move {
1327
+ 0% {
1328
+ background-position: 0% 50%;
1329
+ }
1330
+ 50% {
1331
+ background-position: 100% 50%;
1332
+ }
1333
+ 100% {
1334
+ background-position: 0% 50%;
1335
+ }
1336
+ }
1337
+ @keyframes shuffle-move {
1338
+ 0%, 100% {
1339
+ transform: translate(0, 0);
1340
+ }
1341
+ 25% {
1342
+ transform: translate(120%, 0);
1343
+ }
1344
+ 50% {
1345
+ transform: translate(120%, 120%);
1346
+ }
1347
+ 75% {
1348
+ transform: translate(0, 120%);
1349
+ }
1350
+ }
1351
+ @keyframes dna-twist {
1352
+ 0%, 100% {
1353
+ transform: rotateY(0deg);
1354
+ }
1355
+ 50% {
1356
+ transform: rotateY(180deg);
1357
+ }
1358
+ }
1359
+ @keyframes orbit-spin {
1360
+ 0% {
1361
+ transform: rotate(0deg) translateX(0px);
1362
+ }
1363
+ 100% {
1364
+ transform: rotate(360deg) translateX(0px);
1365
+ }
1366
+ }
1367
+ @keyframes stair-climb {
1368
+ 0% {
1369
+ transform: translate(0, 0);
1370
+ }
1371
+ 20% {
1372
+ transform: translate(0, -25%);
1373
+ }
1374
+ 40% {
1375
+ transform: translate(25%, -25%);
1376
+ }
1377
+ 60% {
1378
+ transform: translate(25%, -50%);
1379
+ }
1380
+ 80% {
1381
+ transform: translate(50%, -50%);
1382
+ }
1383
+ 100% {
1384
+ transform: translate(50%, -25%);
1385
+ }
1386
+ }
1387
+ @keyframes drop-fall {
1388
+ 0% {
1389
+ transform: scale(0) translateY(0);
1390
+ opacity: 0;
1391
+ }
1392
+ 10% {
1393
+ transform: scale(1) translateY(0);
1394
+ opacity: 1;
1395
+ }
1396
+ 80% {
1397
+ transform: scale(1) translateY(250%);
1398
+ opacity: 1;
1399
+ }
1400
+ 90%, 100% {
1401
+ transform: scale(0) translateY(250%);
1402
+ opacity: 0;
1403
+ }
1404
+ }
1405
+ @keyframes surface-ripple {
1406
+ 0%, 75% {
1407
+ transform: scale(0.2);
1408
+ opacity: 0;
1409
+ }
1410
+ 82% {
1411
+ opacity: 1;
1412
+ }
1413
+ 100% {
1414
+ transform: scale(1.2);
1415
+ opacity: 0;
1416
+ }
1417
+ }
1418
+ @keyframes neon-glow-scale {
1419
+ 0% {
1420
+ box-shadow: 0 0 10px color-mix(in srgb, var(--loader-color) 30%, transparent);
1421
+ }
1422
+ 100% {
1423
+ box-shadow: 0 0 25px color-mix(in srgb, var(--loader-color) 75%, transparent);
1424
+ }
1425
+ }
1426
+ @keyframes neuro-pulse-scale {
1427
+ 0% {
1428
+ transform: scale(0.6);
1429
+ opacity: 0.8;
1430
+ }
1431
+ 100% {
1432
+ transform: scale(4.5);
1433
+ opacity: 0;
1434
+ }
1435
+ }
1436
+ @keyframes cube-fold-anim {
1437
+ 0%, 10% {
1438
+ transform: perspective(140px) rotateX(-180deg);
1439
+ opacity: 0;
1440
+ }
1441
+ 25%, 75% {
1442
+ transform: perspective(140px) rotateX(0deg);
1443
+ opacity: 1;
1444
+ }
1445
+ 90%, 100% {
1446
+ transform: perspective(140px) rotateY(180deg);
1447
+ opacity: 0;
1448
+ }
1449
+ }
1450
+ @keyframes glitch {
1451
+ 0% {
1452
+ transform: translate(0);
1453
+ }
1454
+ 20% {
1455
+ transform: translate(-2px, 2px);
1456
+ }
1457
+ 40% {
1458
+ transform: translate(-2px, -2px);
1459
+ }
1460
+ 60% {
1461
+ transform: translate(2px, 2px);
1462
+ }
1463
+ 80% {
1464
+ transform: translate(2px, -2px);
1465
+ }
1466
+ 100% {
1467
+ transform: translate(0);
1468
+ }
1469
+ }
1470
+ @keyframes glitch-anim-1 {
1471
+ 0% {
1472
+ clip: rect(15px, 9999px, 66px, 0);
1473
+ }
1474
+ 5% {
1475
+ clip: rect(85px, 9999px, 5px, 0);
1476
+ }
1477
+ 10% {
1478
+ clip: rect(34px, 9999px, 78px, 0);
1479
+ }
1480
+ 15% {
1481
+ clip: rect(67px, 9999px, 12px, 0);
1482
+ }
1483
+ 20% {
1484
+ clip: rect(12px, 9999px, 115px, 0);
1485
+ }
1486
+ 25% {
1487
+ clip: rect(98px, 9999px, 94px, 0);
1488
+ }
1489
+ 30% {
1490
+ clip: rect(5px, 9999px, 22px, 0);
1491
+ }
1492
+ 35% {
1493
+ clip: rect(143px, 9999px, 87px, 0);
1494
+ }
1495
+ 40% {
1496
+ clip: rect(61px, 9999px, 140px, 0);
1497
+ }
1498
+ 45% {
1499
+ clip: rect(72px, 9999px, 34px, 0);
1500
+ }
1501
+ 50% {
1502
+ clip: rect(110px, 9999px, 99px, 0);
1503
+ }
1504
+ 55% {
1505
+ clip: rect(2px, 9999px, 45px, 0);
1506
+ }
1507
+ 60% {
1508
+ clip: rect(89px, 9999px, 112px, 0);
1509
+ }
1510
+ 65% {
1511
+ clip: rect(30px, 9999px, 5px, 0);
1512
+ }
1513
+ 70% {
1514
+ clip: rect(122px, 9999px, 80px, 0);
1515
+ }
1516
+ 75% {
1517
+ clip: rect(56px, 9999px, 18px, 0);
1518
+ }
1519
+ 80% {
1520
+ clip: rect(95px, 9999px, 134px, 0);
1521
+ }
1522
+ 85% {
1523
+ clip: rect(14px, 9999px, 49px, 0);
1524
+ }
1525
+ 90% {
1526
+ clip: rect(68px, 9999px, 91px, 0);
1527
+ }
1528
+ 95% {
1529
+ clip: rect(104px, 9999px, 120px, 0);
1530
+ }
1531
+ 100% {
1532
+ clip: rect(40px, 9999px, 10px, 0);
1533
+ }
1534
+ }
1535
+ @keyframes glitch-anim-2 {
1536
+ 0% {
1537
+ clip: rect(112px, 9999px, 76px, 0);
1538
+ }
1539
+ 5% {
1540
+ clip: rect(25px, 9999px, 5px, 0);
1541
+ }
1542
+ 10% {
1543
+ clip: rect(98px, 9999px, 34px, 0);
1544
+ }
1545
+ 15% {
1546
+ clip: rect(5px, 9999px, 145px, 0);
1547
+ }
1548
+ 20% {
1549
+ clip: rect(87px, 9999px, 67px, 0);
1550
+ }
1551
+ 25% {
1552
+ clip: rect(120px, 9999px, 10px, 0);
1553
+ }
1554
+ 30% {
1555
+ clip: rect(43px, 9999px, 89px, 0);
1556
+ }
1557
+ 35% {
1558
+ clip: rect(72px, 9999px, 120px, 0);
1559
+ }
1560
+ 40% {
1561
+ clip: rect(2px, 9999px, 54px, 0);
1562
+ }
1563
+ 45% {
1564
+ clip: rect(134px, 9999px, 98px, 0);
1565
+ }
1566
+ 50% {
1567
+ clip: rect(61px, 9999px, 15px, 0);
1568
+ }
1569
+ 55% {
1570
+ clip: rect(95px, 9999px, 130px, 0);
1571
+ }
1572
+ 60% {
1573
+ clip: rect(14px, 9999px, 45px, 0);
1574
+ }
1575
+ 65% {
1576
+ clip: rect(80px, 9999px, 112px, 0);
1577
+ }
1578
+ 70% {
1579
+ clip: rect(34px, 9999px, 2px, 0);
1580
+ }
1581
+ 75% {
1582
+ clip: rect(104px, 9999px, 80px, 0);
1583
+ }
1584
+ 80% {
1585
+ clip: rect(44px, 9999px, 91px, 0);
1586
+ }
1587
+ 85% {
1588
+ clip: rect(122px, 9999px, 5px, 0);
1589
+ }
1590
+ 90% {
1591
+ clip: rect(56px, 9999px, 140px, 0);
1592
+ }
1593
+ 95% {
1594
+ clip: rect(89px, 9999px, 22px, 0);
1595
+ }
1596
+ 100% {
1597
+ clip: rect(110px, 9999px, 99px, 0);
1598
+ }
1599
+ }
1600
+ @keyframes blink {
1601
+ 0%, 100% {
1602
+ opacity: 0.25;
1603
+ }
1604
+ 50% {
1605
+ opacity: 1;
1606
+ }
1607
+ }
1608
+ @keyframes signal-rise {
1609
+ 0%, 100% {
1610
+ opacity: 0.2;
1611
+ transform: scaleY(0.7);
1612
+ }
1613
+ 50% {
1614
+ opacity: 1;
1615
+ transform: scaleY(1);
1616
+ }
1617
+ }
1618
+ @keyframes roll-slide {
1619
+ 0%, 100% {
1620
+ transform: translateX(-30%);
1621
+ }
1622
+ 50% {
1623
+ transform: translateX(30%);
1624
+ }
1625
+ }
1626
+ @keyframes status-stroke {
1627
+ 100% {
1628
+ stroke-dashoffset: 0;
1629
+ }
1630
+ }
1631
+ @keyframes status-stroke-offset {
1632
+ 100% {
1633
+ stroke-dashoffset: 0;
1634
+ }
1635
+ }