@blimu/react 0.6.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 (516) hide show
  1. package/README.md +552 -0
  2. package/dist/_virtual/index.cjs +2 -0
  3. package/dist/_virtual/index.cjs.map +1 -0
  4. package/dist/_virtual/index.js +6 -0
  5. package/dist/_virtual/index.js.map +1 -0
  6. package/dist/_virtual/index2.cjs +2 -0
  7. package/dist/_virtual/index2.cjs.map +1 -0
  8. package/dist/_virtual/index2.js +5 -0
  9. package/dist/_virtual/index2.js.map +1 -0
  10. package/dist/_virtual/use-sync-external-store-shim.development.cjs +2 -0
  11. package/dist/_virtual/use-sync-external-store-shim.development.cjs.map +1 -0
  12. package/dist/_virtual/use-sync-external-store-shim.development.js +5 -0
  13. package/dist/_virtual/use-sync-external-store-shim.development.js.map +1 -0
  14. package/dist/_virtual/use-sync-external-store-shim.production.cjs +2 -0
  15. package/dist/_virtual/use-sync-external-store-shim.production.cjs.map +1 -0
  16. package/dist/_virtual/use-sync-external-store-shim.production.js +5 -0
  17. package/dist/_virtual/use-sync-external-store-shim.production.js.map +1 -0
  18. package/dist/client/auth.service.cjs +2 -0
  19. package/dist/client/auth.service.cjs.map +1 -0
  20. package/dist/client/auth.service.d.ts +50 -0
  21. package/dist/client/auth.service.d.ts.map +1 -0
  22. package/dist/client/auth.service.js +153 -0
  23. package/dist/client/auth.service.js.map +1 -0
  24. package/dist/client/auth.service.test-service.d.ts +39 -0
  25. package/dist/client/auth.service.test-service.d.ts.map +1 -0
  26. package/dist/client/external-store.cjs +2 -0
  27. package/dist/client/external-store.cjs.map +1 -0
  28. package/dist/client/external-store.d.ts +20 -0
  29. package/dist/client/external-store.d.ts.map +1 -0
  30. package/dist/client/external-store.js +13 -0
  31. package/dist/client/external-store.js.map +1 -0
  32. package/dist/client/runtime-client.cjs +2 -0
  33. package/dist/client/runtime-client.cjs.map +1 -0
  34. package/dist/client/runtime-client.d.ts +49 -0
  35. package/dist/client/runtime-client.d.ts.map +1 -0
  36. package/dist/client/runtime-client.js +103 -0
  37. package/dist/client/runtime-client.js.map +1 -0
  38. package/dist/components/index.d.ts +11 -0
  39. package/dist/components/index.d.ts.map +1 -0
  40. package/dist/components/members-list.cjs +2 -0
  41. package/dist/components/members-list.cjs.map +1 -0
  42. package/dist/components/members-list.d.ts +70 -0
  43. package/dist/components/members-list.d.ts.map +1 -0
  44. package/dist/components/members-list.js +111 -0
  45. package/dist/components/members-list.js.map +1 -0
  46. package/dist/components/redirect-to-sign-in.cjs +2 -0
  47. package/dist/components/redirect-to-sign-in.cjs.map +1 -0
  48. package/dist/components/redirect-to-sign-in.d.ts +39 -0
  49. package/dist/components/redirect-to-sign-in.d.ts.map +1 -0
  50. package/dist/components/redirect-to-sign-in.js +27 -0
  51. package/dist/components/redirect-to-sign-in.js.map +1 -0
  52. package/dist/components/sign-in-button/styles.d.ts +7 -0
  53. package/dist/components/sign-in-button/styles.d.ts.map +1 -0
  54. package/dist/components/sign-in-button.cjs +2 -0
  55. package/dist/components/sign-in-button.cjs.map +1 -0
  56. package/dist/components/sign-in-button.d.ts +47 -0
  57. package/dist/components/sign-in-button.d.ts.map +1 -0
  58. package/dist/components/sign-in-button.js +33 -0
  59. package/dist/components/sign-in-button.js.map +1 -0
  60. package/dist/components/ui/avatar.cjs +2 -0
  61. package/dist/components/ui/avatar.cjs.map +1 -0
  62. package/dist/components/ui/avatar.d.ts +7 -0
  63. package/dist/components/ui/avatar.d.ts.map +1 -0
  64. package/dist/components/ui/avatar.js +43 -0
  65. package/dist/components/ui/avatar.js.map +1 -0
  66. package/dist/components/ui/badge.d.ts +10 -0
  67. package/dist/components/ui/badge.d.ts.map +1 -0
  68. package/dist/components/ui/dropdown-menu.cjs +2 -0
  69. package/dist/components/ui/dropdown-menu.cjs.map +1 -0
  70. package/dist/components/ui/dropdown-menu.d.ts +28 -0
  71. package/dist/components/ui/dropdown-menu.d.ts.map +1 -0
  72. package/dist/components/ui/dropdown-menu.js +130 -0
  73. package/dist/components/ui/dropdown-menu.js.map +1 -0
  74. package/dist/components/ui/popover.d.ts +8 -0
  75. package/dist/components/ui/popover.d.ts.map +1 -0
  76. package/dist/components/ui/separator.d.ts +5 -0
  77. package/dist/components/ui/separator.d.ts.map +1 -0
  78. package/dist/components/user-avatar/styles.d.ts +7 -0
  79. package/dist/components/user-avatar/styles.d.ts.map +1 -0
  80. package/dist/components/user-avatar.cjs +2 -0
  81. package/dist/components/user-avatar.cjs.map +1 -0
  82. package/dist/components/user-avatar.d.ts +41 -0
  83. package/dist/components/user-avatar.d.ts.map +1 -0
  84. package/dist/components/user-avatar.js +23 -0
  85. package/dist/components/user-avatar.js.map +1 -0
  86. package/dist/components/user-button/styles.cjs +2 -0
  87. package/dist/components/user-button/styles.cjs.map +1 -0
  88. package/dist/components/user-button/styles.d.ts +17 -0
  89. package/dist/components/user-button/styles.d.ts.map +1 -0
  90. package/dist/components/user-button/styles.js +39 -0
  91. package/dist/components/user-button/styles.js.map +1 -0
  92. package/dist/components/user-button/user-button.cjs +2 -0
  93. package/dist/components/user-button/user-button.cjs.map +1 -0
  94. package/dist/components/user-button/user-button.d.ts +15 -0
  95. package/dist/components/user-button/user-button.d.ts.map +1 -0
  96. package/dist/components/user-button/user-button.js +93 -0
  97. package/dist/components/user-button/user-button.js.map +1 -0
  98. package/dist/components.cjs +2 -0
  99. package/dist/components.cjs.map +1 -0
  100. package/dist/components.js +13 -0
  101. package/dist/components.js.map +1 -0
  102. package/dist/hooks/index.d.ts +7 -0
  103. package/dist/hooks/index.d.ts.map +1 -0
  104. package/dist/hooks/use-auth.cjs +2 -0
  105. package/dist/hooks/use-auth.cjs.map +1 -0
  106. package/dist/hooks/use-auth.d.ts +92 -0
  107. package/dist/hooks/use-auth.d.ts.map +1 -0
  108. package/dist/hooks/use-auth.js +41 -0
  109. package/dist/hooks/use-auth.js.map +1 -0
  110. package/dist/hooks/use-client.cjs +2 -0
  111. package/dist/hooks/use-client.cjs.map +1 -0
  112. package/dist/hooks/use-client.d.ts +27 -0
  113. package/dist/hooks/use-client.d.ts.map +1 -0
  114. package/dist/hooks/use-client.js +9 -0
  115. package/dist/hooks/use-client.js.map +1 -0
  116. package/dist/hooks/use-members.cjs +2 -0
  117. package/dist/hooks/use-members.cjs.map +1 -0
  118. package/dist/hooks/use-members.d.ts +50 -0
  119. package/dist/hooks/use-members.d.ts.map +1 -0
  120. package/dist/hooks/use-members.js +49 -0
  121. package/dist/hooks/use-members.js.map +1 -0
  122. package/dist/hooks/use-store.cjs +2 -0
  123. package/dist/hooks/use-store.cjs.map +1 -0
  124. package/dist/hooks/use-store.d.ts +24 -0
  125. package/dist/hooks/use-store.d.ts.map +1 -0
  126. package/dist/hooks/use-store.js +18 -0
  127. package/dist/hooks/use-store.js.map +1 -0
  128. package/dist/hooks.cjs +2 -0
  129. package/dist/hooks.cjs.map +1 -0
  130. package/dist/hooks.js +14 -0
  131. package/dist/hooks.js.map +1 -0
  132. package/dist/index.cjs +2 -0
  133. package/dist/index.cjs.map +1 -0
  134. package/dist/index.d.ts +13 -0
  135. package/dist/index.d.ts.map +1 -0
  136. package/dist/index.js +38 -0
  137. package/dist/index.js.map +1 -0
  138. package/dist/lib/utils.cjs +2 -0
  139. package/dist/lib/utils.cjs.map +1 -0
  140. package/dist/lib/utils.d.ts +7 -0
  141. package/dist/lib/utils.d.ts.map +1 -0
  142. package/dist/lib/utils.js +9 -0
  143. package/dist/lib/utils.js.map +1 -0
  144. package/dist/lib/variants.cjs +2 -0
  145. package/dist/lib/variants.cjs.map +1 -0
  146. package/dist/lib/variants.d.ts +37 -0
  147. package/dist/lib/variants.d.ts.map +1 -0
  148. package/dist/lib/variants.js +46 -0
  149. package/dist/lib/variants.js.map +1 -0
  150. package/dist/node_modules/@floating-ui/core/dist/floating-ui.core.cjs +2 -0
  151. package/dist/node_modules/@floating-ui/core/dist/floating-ui.core.cjs.map +1 -0
  152. package/dist/node_modules/@floating-ui/core/dist/floating-ui.core.js +528 -0
  153. package/dist/node_modules/@floating-ui/core/dist/floating-ui.core.js.map +1 -0
  154. package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.cjs +2 -0
  155. package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.cjs.map +1 -0
  156. package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +403 -0
  157. package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.js.map +1 -0
  158. package/dist/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.cjs +2 -0
  159. package/dist/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.cjs.map +1 -0
  160. package/dist/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js +209 -0
  161. package/dist/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js.map +1 -0
  162. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.cjs +2 -0
  163. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.cjs.map +1 -0
  164. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.cjs +2 -0
  165. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.cjs.map +1 -0
  166. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +137 -0
  167. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js.map +1 -0
  168. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +131 -0
  169. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.js.map +1 -0
  170. package/dist/node_modules/@radix-ui/primitive/dist/index.cjs +2 -0
  171. package/dist/node_modules/@radix-ui/primitive/dist/index.cjs.map +1 -0
  172. package/dist/node_modules/@radix-ui/primitive/dist/index.js +10 -0
  173. package/dist/node_modules/@radix-ui/primitive/dist/index.js.map +1 -0
  174. package/dist/node_modules/@radix-ui/react-arrow/dist/index.cjs +2 -0
  175. package/dist/node_modules/@radix-ui/react-arrow/dist/index.cjs.map +1 -0
  176. package/dist/node_modules/@radix-ui/react-arrow/dist/index.js +25 -0
  177. package/dist/node_modules/@radix-ui/react-arrow/dist/index.js.map +1 -0
  178. package/dist/node_modules/@radix-ui/react-avatar/dist/index.cjs +2 -0
  179. package/dist/node_modules/@radix-ui/react-avatar/dist/index.cjs.map +1 -0
  180. package/dist/node_modules/@radix-ui/react-avatar/dist/index.js +76 -0
  181. package/dist/node_modules/@radix-ui/react-avatar/dist/index.js.map +1 -0
  182. package/dist/node_modules/@radix-ui/react-avatar/node_modules/@radix-ui/react-context/dist/index.cjs +2 -0
  183. package/dist/node_modules/@radix-ui/react-avatar/node_modules/@radix-ui/react-context/dist/index.cjs.map +1 -0
  184. package/dist/node_modules/@radix-ui/react-avatar/node_modules/@radix-ui/react-context/dist/index.js +56 -0
  185. package/dist/node_modules/@radix-ui/react-avatar/node_modules/@radix-ui/react-context/dist/index.js.map +1 -0
  186. package/dist/node_modules/@radix-ui/react-avatar/node_modules/@radix-ui/react-primitive/dist/index.cjs +2 -0
  187. package/dist/node_modules/@radix-ui/react-avatar/node_modules/@radix-ui/react-primitive/dist/index.cjs.map +1 -0
  188. package/dist/node_modules/@radix-ui/react-avatar/node_modules/@radix-ui/react-primitive/dist/index.js +33 -0
  189. package/dist/node_modules/@radix-ui/react-avatar/node_modules/@radix-ui/react-primitive/dist/index.js.map +1 -0
  190. package/dist/node_modules/@radix-ui/react-avatar/node_modules/@radix-ui/react-slot/dist/index.cjs +2 -0
  191. package/dist/node_modules/@radix-ui/react-avatar/node_modules/@radix-ui/react-slot/dist/index.cjs.map +1 -0
  192. package/dist/node_modules/@radix-ui/react-avatar/node_modules/@radix-ui/react-slot/dist/index.js +59 -0
  193. package/dist/node_modules/@radix-ui/react-avatar/node_modules/@radix-ui/react-slot/dist/index.js.map +1 -0
  194. package/dist/node_modules/@radix-ui/react-collection/dist/index.cjs +2 -0
  195. package/dist/node_modules/@radix-ui/react-collection/dist/index.cjs.map +1 -0
  196. package/dist/node_modules/@radix-ui/react-collection/dist/index.js +51 -0
  197. package/dist/node_modules/@radix-ui/react-collection/dist/index.js.map +1 -0
  198. package/dist/node_modules/@radix-ui/react-compose-refs/dist/index.cjs +2 -0
  199. package/dist/node_modules/@radix-ui/react-compose-refs/dist/index.cjs.map +1 -0
  200. package/dist/node_modules/@radix-ui/react-compose-refs/dist/index.js +30 -0
  201. package/dist/node_modules/@radix-ui/react-compose-refs/dist/index.js.map +1 -0
  202. package/dist/node_modules/@radix-ui/react-context/dist/index.cjs +2 -0
  203. package/dist/node_modules/@radix-ui/react-context/dist/index.cjs.map +1 -0
  204. package/dist/node_modules/@radix-ui/react-context/dist/index.js +54 -0
  205. package/dist/node_modules/@radix-ui/react-context/dist/index.js.map +1 -0
  206. package/dist/node_modules/@radix-ui/react-direction/dist/index.cjs +2 -0
  207. package/dist/node_modules/@radix-ui/react-direction/dist/index.cjs.map +1 -0
  208. package/dist/node_modules/@radix-ui/react-direction/dist/index.js +11 -0
  209. package/dist/node_modules/@radix-ui/react-direction/dist/index.js.map +1 -0
  210. package/dist/node_modules/@radix-ui/react-dismissable-layer/dist/index.cjs +2 -0
  211. package/dist/node_modules/@radix-ui/react-dismissable-layer/dist/index.cjs.map +1 -0
  212. package/dist/node_modules/@radix-ui/react-dismissable-layer/dist/index.js +128 -0
  213. package/dist/node_modules/@radix-ui/react-dismissable-layer/dist/index.js.map +1 -0
  214. package/dist/node_modules/@radix-ui/react-dropdown-menu/dist/index.cjs +2 -0
  215. package/dist/node_modules/@radix-ui/react-dropdown-menu/dist/index.cjs.map +1 -0
  216. package/dist/node_modules/@radix-ui/react-dropdown-menu/dist/index.js +215 -0
  217. package/dist/node_modules/@radix-ui/react-dropdown-menu/dist/index.js.map +1 -0
  218. package/dist/node_modules/@radix-ui/react-focus-guards/dist/index.cjs +2 -0
  219. package/dist/node_modules/@radix-ui/react-focus-guards/dist/index.cjs.map +1 -0
  220. package/dist/node_modules/@radix-ui/react-focus-guards/dist/index.js +18 -0
  221. package/dist/node_modules/@radix-ui/react-focus-guards/dist/index.js.map +1 -0
  222. package/dist/node_modules/@radix-ui/react-focus-scope/dist/index.cjs +2 -0
  223. package/dist/node_modules/@radix-ui/react-focus-scope/dist/index.cjs.map +1 -0
  224. package/dist/node_modules/@radix-ui/react-focus-scope/dist/index.js +137 -0
  225. package/dist/node_modules/@radix-ui/react-focus-scope/dist/index.js.map +1 -0
  226. package/dist/node_modules/@radix-ui/react-id/dist/index.cjs +2 -0
  227. package/dist/node_modules/@radix-ui/react-id/dist/index.cjs.map +1 -0
  228. package/dist/node_modules/@radix-ui/react-id/dist/index.js +14 -0
  229. package/dist/node_modules/@radix-ui/react-id/dist/index.js.map +1 -0
  230. package/dist/node_modules/@radix-ui/react-menu/dist/index.cjs +2 -0
  231. package/dist/node_modules/@radix-ui/react-menu/dist/index.cjs.map +1 -0
  232. package/dist/node_modules/@radix-ui/react-menu/dist/index.js +609 -0
  233. package/dist/node_modules/@radix-ui/react-menu/dist/index.js.map +1 -0
  234. package/dist/node_modules/@radix-ui/react-popper/dist/index.cjs +2 -0
  235. package/dist/node_modules/@radix-ui/react-popper/dist/index.cjs.map +1 -0
  236. package/dist/node_modules/@radix-ui/react-popper/dist/index.js +220 -0
  237. package/dist/node_modules/@radix-ui/react-popper/dist/index.js.map +1 -0
  238. package/dist/node_modules/@radix-ui/react-portal/dist/index.cjs +2 -0
  239. package/dist/node_modules/@radix-ui/react-portal/dist/index.cjs.map +1 -0
  240. package/dist/node_modules/@radix-ui/react-portal/dist/index.js +16 -0
  241. package/dist/node_modules/@radix-ui/react-portal/dist/index.js.map +1 -0
  242. package/dist/node_modules/@radix-ui/react-presence/dist/index.cjs +2 -0
  243. package/dist/node_modules/@radix-ui/react-presence/dist/index.cjs.map +1 -0
  244. package/dist/node_modules/@radix-ui/react-presence/dist/index.js +71 -0
  245. package/dist/node_modules/@radix-ui/react-presence/dist/index.js.map +1 -0
  246. package/dist/node_modules/@radix-ui/react-primitive/dist/index.cjs +2 -0
  247. package/dist/node_modules/@radix-ui/react-primitive/dist/index.cjs.map +1 -0
  248. package/dist/node_modules/@radix-ui/react-primitive/dist/index.js +37 -0
  249. package/dist/node_modules/@radix-ui/react-primitive/dist/index.js.map +1 -0
  250. package/dist/node_modules/@radix-ui/react-roving-focus/dist/index.cjs +2 -0
  251. package/dist/node_modules/@radix-ui/react-roving-focus/dist/index.cjs.map +1 -0
  252. package/dist/node_modules/@radix-ui/react-roving-focus/dist/index.js +184 -0
  253. package/dist/node_modules/@radix-ui/react-roving-focus/dist/index.js.map +1 -0
  254. package/dist/node_modules/@radix-ui/react-slot/dist/index.cjs +2 -0
  255. package/dist/node_modules/@radix-ui/react-slot/dist/index.cjs.map +1 -0
  256. package/dist/node_modules/@radix-ui/react-slot/dist/index.js +50 -0
  257. package/dist/node_modules/@radix-ui/react-slot/dist/index.js.map +1 -0
  258. package/dist/node_modules/@radix-ui/react-use-callback-ref/dist/index.cjs +2 -0
  259. package/dist/node_modules/@radix-ui/react-use-callback-ref/dist/index.cjs.map +1 -0
  260. package/dist/node_modules/@radix-ui/react-use-callback-ref/dist/index.js +11 -0
  261. package/dist/node_modules/@radix-ui/react-use-callback-ref/dist/index.js.map +1 -0
  262. package/dist/node_modules/@radix-ui/react-use-controllable-state/dist/index.cjs +2 -0
  263. package/dist/node_modules/@radix-ui/react-use-controllable-state/dist/index.cjs.map +1 -0
  264. package/dist/node_modules/@radix-ui/react-use-controllable-state/dist/index.js +53 -0
  265. package/dist/node_modules/@radix-ui/react-use-controllable-state/dist/index.js.map +1 -0
  266. package/dist/node_modules/@radix-ui/react-use-escape-keydown/dist/index.cjs +2 -0
  267. package/dist/node_modules/@radix-ui/react-use-escape-keydown/dist/index.cjs.map +1 -0
  268. package/dist/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js +15 -0
  269. package/dist/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js.map +1 -0
  270. package/dist/node_modules/@radix-ui/react-use-is-hydrated/dist/index.cjs +2 -0
  271. package/dist/node_modules/@radix-ui/react-use-is-hydrated/dist/index.cjs.map +1 -0
  272. package/dist/node_modules/@radix-ui/react-use-is-hydrated/dist/index.js +16 -0
  273. package/dist/node_modules/@radix-ui/react-use-is-hydrated/dist/index.js.map +1 -0
  274. package/dist/node_modules/@radix-ui/react-use-layout-effect/dist/index.cjs +2 -0
  275. package/dist/node_modules/@radix-ui/react-use-layout-effect/dist/index.cjs.map +1 -0
  276. package/dist/node_modules/@radix-ui/react-use-layout-effect/dist/index.js +7 -0
  277. package/dist/node_modules/@radix-ui/react-use-layout-effect/dist/index.js.map +1 -0
  278. package/dist/node_modules/@radix-ui/react-use-size/dist/index.cjs +2 -0
  279. package/dist/node_modules/@radix-ui/react-use-size/dist/index.cjs.map +1 -0
  280. package/dist/node_modules/@radix-ui/react-use-size/dist/index.js +28 -0
  281. package/dist/node_modules/@radix-ui/react-use-size/dist/index.js.map +1 -0
  282. package/dist/node_modules/aria-hidden/dist/es2015/index.cjs +2 -0
  283. package/dist/node_modules/aria-hidden/dist/es2015/index.cjs.map +1 -0
  284. package/dist/node_modules/aria-hidden/dist/es2015/index.js +53 -0
  285. package/dist/node_modules/aria-hidden/dist/es2015/index.js.map +1 -0
  286. package/dist/node_modules/class-variance-authority/dist/index.cjs +2 -0
  287. package/dist/node_modules/class-variance-authority/dist/index.cjs.map +1 -0
  288. package/dist/node_modules/class-variance-authority/dist/index.js +36 -0
  289. package/dist/node_modules/class-variance-authority/dist/index.js.map +1 -0
  290. package/dist/node_modules/clsx/dist/clsx.cjs +2 -0
  291. package/dist/node_modules/clsx/dist/clsx.cjs.map +1 -0
  292. package/dist/node_modules/clsx/dist/clsx.js +18 -0
  293. package/dist/node_modules/clsx/dist/clsx.js.map +1 -0
  294. package/dist/node_modules/get-nonce/dist/es2015/index.cjs +2 -0
  295. package/dist/node_modules/get-nonce/dist/es2015/index.cjs.map +1 -0
  296. package/dist/node_modules/get-nonce/dist/es2015/index.js +8 -0
  297. package/dist/node_modules/get-nonce/dist/es2015/index.js.map +1 -0
  298. package/dist/node_modules/js-cookie/dist/js.cookie.cjs +2 -0
  299. package/dist/node_modules/js-cookie/dist/js.cookie.cjs.map +1 -0
  300. package/dist/node_modules/js-cookie/dist/js.cookie.js +74 -0
  301. package/dist/node_modules/js-cookie/dist/js.cookie.js.map +1 -0
  302. package/dist/node_modules/jwt-decode/build/esm/index.cjs +2 -0
  303. package/dist/node_modules/jwt-decode/build/esm/index.cjs.map +1 -0
  304. package/dist/node_modules/jwt-decode/build/esm/index.js +53 -0
  305. package/dist/node_modules/jwt-decode/build/esm/index.js.map +1 -0
  306. package/dist/node_modules/lucide-react/dist/esm/Icon.cjs +2 -0
  307. package/dist/node_modules/lucide-react/dist/esm/Icon.cjs.map +1 -0
  308. package/dist/node_modules/lucide-react/dist/esm/Icon.js +36 -0
  309. package/dist/node_modules/lucide-react/dist/esm/Icon.js.map +1 -0
  310. package/dist/node_modules/lucide-react/dist/esm/createLucideIcon.cjs +2 -0
  311. package/dist/node_modules/lucide-react/dist/esm/createLucideIcon.cjs.map +1 -0
  312. package/dist/node_modules/lucide-react/dist/esm/createLucideIcon.js +22 -0
  313. package/dist/node_modules/lucide-react/dist/esm/createLucideIcon.js.map +1 -0
  314. package/dist/node_modules/lucide-react/dist/esm/defaultAttributes.cjs +2 -0
  315. package/dist/node_modules/lucide-react/dist/esm/defaultAttributes.cjs.map +1 -0
  316. package/dist/node_modules/lucide-react/dist/esm/defaultAttributes.js +15 -0
  317. package/dist/node_modules/lucide-react/dist/esm/defaultAttributes.js.map +1 -0
  318. package/dist/node_modules/lucide-react/dist/esm/icons/check.cjs +2 -0
  319. package/dist/node_modules/lucide-react/dist/esm/icons/check.cjs.map +1 -0
  320. package/dist/node_modules/lucide-react/dist/esm/icons/check.js +7 -0
  321. package/dist/node_modules/lucide-react/dist/esm/icons/check.js.map +1 -0
  322. package/dist/node_modules/lucide-react/dist/esm/icons/chevron-right.cjs +2 -0
  323. package/dist/node_modules/lucide-react/dist/esm/icons/chevron-right.cjs.map +1 -0
  324. package/dist/node_modules/lucide-react/dist/esm/icons/chevron-right.js +7 -0
  325. package/dist/node_modules/lucide-react/dist/esm/icons/chevron-right.js.map +1 -0
  326. package/dist/node_modules/lucide-react/dist/esm/icons/circle.cjs +2 -0
  327. package/dist/node_modules/lucide-react/dist/esm/icons/circle.cjs.map +1 -0
  328. package/dist/node_modules/lucide-react/dist/esm/icons/circle.js +7 -0
  329. package/dist/node_modules/lucide-react/dist/esm/icons/circle.js.map +1 -0
  330. package/dist/node_modules/lucide-react/dist/esm/icons/log-out.cjs +2 -0
  331. package/dist/node_modules/lucide-react/dist/esm/icons/log-out.cjs.map +1 -0
  332. package/dist/node_modules/lucide-react/dist/esm/icons/log-out.js +11 -0
  333. package/dist/node_modules/lucide-react/dist/esm/icons/log-out.js.map +1 -0
  334. package/dist/node_modules/lucide-react/dist/esm/shared/src/utils.cjs +2 -0
  335. package/dist/node_modules/lucide-react/dist/esm/shared/src/utils.cjs.map +1 -0
  336. package/dist/node_modules/lucide-react/dist/esm/shared/src/utils.js +19 -0
  337. package/dist/node_modules/lucide-react/dist/esm/shared/src/utils.js.map +1 -0
  338. package/dist/node_modules/react-remove-scroll/dist/es2015/Combination.cjs +2 -0
  339. package/dist/node_modules/react-remove-scroll/dist/es2015/Combination.cjs.map +1 -0
  340. package/dist/node_modules/react-remove-scroll/dist/es2015/Combination.js +12 -0
  341. package/dist/node_modules/react-remove-scroll/dist/es2015/Combination.js.map +1 -0
  342. package/dist/node_modules/react-remove-scroll/dist/es2015/SideEffect.cjs +5 -0
  343. package/dist/node_modules/react-remove-scroll/dist/es2015/SideEffect.cjs.map +1 -0
  344. package/dist/node_modules/react-remove-scroll/dist/es2015/SideEffect.js +116 -0
  345. package/dist/node_modules/react-remove-scroll/dist/es2015/SideEffect.js.map +1 -0
  346. package/dist/node_modules/react-remove-scroll/dist/es2015/UI.cjs +2 -0
  347. package/dist/node_modules/react-remove-scroll/dist/es2015/UI.cjs.map +1 -0
  348. package/dist/node_modules/react-remove-scroll/dist/es2015/UI.js +32 -0
  349. package/dist/node_modules/react-remove-scroll/dist/es2015/UI.js.map +1 -0
  350. package/dist/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.cjs +2 -0
  351. package/dist/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.cjs.map +1 -0
  352. package/dist/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js +17 -0
  353. package/dist/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js.map +1 -0
  354. package/dist/node_modules/react-remove-scroll/dist/es2015/handleScroll.cjs +2 -0
  355. package/dist/node_modules/react-remove-scroll/dist/es2015/handleScroll.cjs.map +1 -0
  356. package/dist/node_modules/react-remove-scroll/dist/es2015/handleScroll.js +69 -0
  357. package/dist/node_modules/react-remove-scroll/dist/es2015/handleScroll.js.map +1 -0
  358. package/dist/node_modules/react-remove-scroll/dist/es2015/medium.cjs +2 -0
  359. package/dist/node_modules/react-remove-scroll/dist/es2015/medium.cjs.map +1 -0
  360. package/dist/node_modules/react-remove-scroll/dist/es2015/medium.js +6 -0
  361. package/dist/node_modules/react-remove-scroll/dist/es2015/medium.js.map +1 -0
  362. package/dist/node_modules/react-remove-scroll/dist/es2015/sidecar.cjs +2 -0
  363. package/dist/node_modules/react-remove-scroll/dist/es2015/sidecar.cjs.map +1 -0
  364. package/dist/node_modules/react-remove-scroll/dist/es2015/sidecar.js +8 -0
  365. package/dist/node_modules/react-remove-scroll/dist/es2015/sidecar.js.map +1 -0
  366. package/dist/node_modules/react-remove-scroll-bar/dist/es2015/component.cjs +39 -0
  367. package/dist/node_modules/react-remove-scroll-bar/dist/es2015/component.cjs.map +1 -0
  368. package/dist/node_modules/react-remove-scroll-bar/dist/es2015/component.js +72 -0
  369. package/dist/node_modules/react-remove-scroll-bar/dist/es2015/component.js.map +1 -0
  370. package/dist/node_modules/react-remove-scroll-bar/dist/es2015/constants.cjs +2 -0
  371. package/dist/node_modules/react-remove-scroll-bar/dist/es2015/constants.cjs.map +1 -0
  372. package/dist/node_modules/react-remove-scroll-bar/dist/es2015/constants.js +8 -0
  373. package/dist/node_modules/react-remove-scroll-bar/dist/es2015/constants.js.map +1 -0
  374. package/dist/node_modules/react-remove-scroll-bar/dist/es2015/utils.cjs +2 -0
  375. package/dist/node_modules/react-remove-scroll-bar/dist/es2015/utils.cjs.map +1 -0
  376. package/dist/node_modules/react-remove-scroll-bar/dist/es2015/utils.js +26 -0
  377. package/dist/node_modules/react-remove-scroll-bar/dist/es2015/utils.js.map +1 -0
  378. package/dist/node_modules/react-style-singleton/dist/es2015/component.cjs +2 -0
  379. package/dist/node_modules/react-style-singleton/dist/es2015/component.cjs.map +1 -0
  380. package/dist/node_modules/react-style-singleton/dist/es2015/component.js +12 -0
  381. package/dist/node_modules/react-style-singleton/dist/es2015/component.js.map +1 -0
  382. package/dist/node_modules/react-style-singleton/dist/es2015/hook.cjs +2 -0
  383. package/dist/node_modules/react-style-singleton/dist/es2015/hook.cjs.map +1 -0
  384. package/dist/node_modules/react-style-singleton/dist/es2015/hook.js +16 -0
  385. package/dist/node_modules/react-style-singleton/dist/es2015/hook.js.map +1 -0
  386. package/dist/node_modules/react-style-singleton/dist/es2015/singleton.cjs +2 -0
  387. package/dist/node_modules/react-style-singleton/dist/es2015/singleton.cjs.map +1 -0
  388. package/dist/node_modules/react-style-singleton/dist/es2015/singleton.js +31 -0
  389. package/dist/node_modules/react-style-singleton/dist/es2015/singleton.js.map +1 -0
  390. package/dist/node_modules/tailwind-merge/dist/bundle-mjs.cjs +2 -0
  391. package/dist/node_modules/tailwind-merge/dist/bundle-mjs.cjs.map +1 -0
  392. package/dist/node_modules/tailwind-merge/dist/bundle-mjs.js +2766 -0
  393. package/dist/node_modules/tailwind-merge/dist/bundle-mjs.js.map +1 -0
  394. package/dist/node_modules/tailwindcss/dist/plugin.cjs +2 -0
  395. package/dist/node_modules/tailwindcss/dist/plugin.cjs.map +1 -0
  396. package/dist/node_modules/tailwindcss/dist/plugin.js +14 -0
  397. package/dist/node_modules/tailwindcss/dist/plugin.js.map +1 -0
  398. package/dist/node_modules/tslib/tslib.es6.cjs +2 -0
  399. package/dist/node_modules/tslib/tslib.es6.cjs.map +1 -0
  400. package/dist/node_modules/tslib/tslib.es6.js +28 -0
  401. package/dist/node_modules/tslib/tslib.es6.js.map +1 -0
  402. package/dist/node_modules/use-callback-ref/dist/es2015/assignRef.cjs +2 -0
  403. package/dist/node_modules/use-callback-ref/dist/es2015/assignRef.cjs.map +1 -0
  404. package/dist/node_modules/use-callback-ref/dist/es2015/assignRef.js +7 -0
  405. package/dist/node_modules/use-callback-ref/dist/es2015/assignRef.js.map +1 -0
  406. package/dist/node_modules/use-callback-ref/dist/es2015/useMergeRef.cjs +2 -0
  407. package/dist/node_modules/use-callback-ref/dist/es2015/useMergeRef.cjs.map +1 -0
  408. package/dist/node_modules/use-callback-ref/dist/es2015/useMergeRef.js +27 -0
  409. package/dist/node_modules/use-callback-ref/dist/es2015/useMergeRef.js.map +1 -0
  410. package/dist/node_modules/use-callback-ref/dist/es2015/useRef.cjs +2 -0
  411. package/dist/node_modules/use-callback-ref/dist/es2015/useRef.cjs.map +1 -0
  412. package/dist/node_modules/use-callback-ref/dist/es2015/useRef.js +26 -0
  413. package/dist/node_modules/use-callback-ref/dist/es2015/useRef.js.map +1 -0
  414. package/dist/node_modules/use-sidecar/dist/es2015/exports.cjs +2 -0
  415. package/dist/node_modules/use-sidecar/dist/es2015/exports.cjs.map +1 -0
  416. package/dist/node_modules/use-sidecar/dist/es2015/exports.js +19 -0
  417. package/dist/node_modules/use-sidecar/dist/es2015/exports.js.map +1 -0
  418. package/dist/node_modules/use-sidecar/dist/es2015/medium.cjs +2 -0
  419. package/dist/node_modules/use-sidecar/dist/es2015/medium.cjs.map +1 -0
  420. package/dist/node_modules/use-sidecar/dist/es2015/medium.js +68 -0
  421. package/dist/node_modules/use-sidecar/dist/es2015/medium.js.map +1 -0
  422. package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.development.cjs +2 -0
  423. package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.development.cjs.map +1 -0
  424. package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.development.js +59 -0
  425. package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.development.js.map +1 -0
  426. package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.cjs +2 -0
  427. package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.cjs.map +1 -0
  428. package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.js +47 -0
  429. package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.js.map +1 -0
  430. package/dist/node_modules/use-sync-external-store/shim/index.cjs +2 -0
  431. package/dist/node_modules/use-sync-external-store/shim/index.cjs.map +1 -0
  432. package/dist/node_modules/use-sync-external-store/shim/index.js +11 -0
  433. package/dist/node_modules/use-sync-external-store/shim/index.js.map +1 -0
  434. package/dist/providers/auth/auth.context.cjs +2 -0
  435. package/dist/providers/auth/auth.context.cjs.map +1 -0
  436. package/dist/providers/auth/auth.context.d.ts +3 -0
  437. package/dist/providers/auth/auth.context.d.ts.map +1 -0
  438. package/dist/providers/auth/auth.context.js +6 -0
  439. package/dist/providers/auth/auth.context.js.map +1 -0
  440. package/dist/providers/auth/auth.hook.cjs +2 -0
  441. package/dist/providers/auth/auth.hook.cjs.map +1 -0
  442. package/dist/providers/auth/auth.hook.d.ts +7 -0
  443. package/dist/providers/auth/auth.hook.d.ts.map +1 -0
  444. package/dist/providers/auth/auth.hook.js +12 -0
  445. package/dist/providers/auth/auth.hook.js.map +1 -0
  446. package/dist/providers/auth/auth.provider.cjs +2 -0
  447. package/dist/providers/auth/auth.provider.cjs.map +1 -0
  448. package/dist/providers/auth/auth.provider.d.ts +7 -0
  449. package/dist/providers/auth/auth.provider.d.ts.map +1 -0
  450. package/dist/providers/auth/auth.provider.js +29 -0
  451. package/dist/providers/auth/auth.provider.js.map +1 -0
  452. package/dist/providers/blimu/blimu.context.cjs +2 -0
  453. package/dist/providers/blimu/blimu.context.cjs.map +1 -0
  454. package/dist/providers/blimu/blimu.context.d.ts +27 -0
  455. package/dist/providers/blimu/blimu.context.d.ts.map +1 -0
  456. package/dist/providers/blimu/blimu.context.js +6 -0
  457. package/dist/providers/blimu/blimu.context.js.map +1 -0
  458. package/dist/providers/blimu/blimu.hook.cjs +2 -0
  459. package/dist/providers/blimu/blimu.hook.cjs.map +1 -0
  460. package/dist/providers/blimu/blimu.hook.d.ts +19 -0
  461. package/dist/providers/blimu/blimu.hook.d.ts.map +1 -0
  462. package/dist/providers/blimu/blimu.hook.js +12 -0
  463. package/dist/providers/blimu/blimu.hook.js.map +1 -0
  464. package/dist/providers/blimu/blimu.provider.cjs +2 -0
  465. package/dist/providers/blimu/blimu.provider.cjs.map +1 -0
  466. package/dist/providers/blimu/blimu.provider.d.ts +47 -0
  467. package/dist/providers/blimu/blimu.provider.d.ts.map +1 -0
  468. package/dist/providers/blimu/blimu.provider.js +67 -0
  469. package/dist/providers/blimu/blimu.provider.js.map +1 -0
  470. package/dist/providers/index.d.ts +7 -0
  471. package/dist/providers/index.d.ts.map +1 -0
  472. package/dist/providers/theme/index.d.ts +4 -0
  473. package/dist/providers/theme/index.d.ts.map +1 -0
  474. package/dist/providers/theme/theme.context.cjs +2 -0
  475. package/dist/providers/theme/theme.context.cjs.map +1 -0
  476. package/dist/providers/theme/theme.context.d.ts +8 -0
  477. package/dist/providers/theme/theme.context.d.ts.map +1 -0
  478. package/dist/providers/theme/theme.context.js +6 -0
  479. package/dist/providers/theme/theme.context.js.map +1 -0
  480. package/dist/providers/theme/theme.hook.cjs +2 -0
  481. package/dist/providers/theme/theme.hook.cjs.map +1 -0
  482. package/dist/providers/theme/theme.hook.d.ts +18 -0
  483. package/dist/providers/theme/theme.hook.d.ts.map +1 -0
  484. package/dist/providers/theme/theme.hook.js +12 -0
  485. package/dist/providers/theme/theme.hook.js.map +1 -0
  486. package/dist/providers/theme/theme.provider.cjs +2 -0
  487. package/dist/providers/theme/theme.provider.cjs.map +1 -0
  488. package/dist/providers/theme/theme.provider.d.ts +28 -0
  489. package/dist/providers/theme/theme.provider.d.ts.map +1 -0
  490. package/dist/providers/theme/theme.provider.js +68 -0
  491. package/dist/providers/theme/theme.provider.js.map +1 -0
  492. package/dist/providers.cjs +2 -0
  493. package/dist/providers.cjs.map +1 -0
  494. package/dist/providers.js +13 -0
  495. package/dist/providers.js.map +1 -0
  496. package/dist/styles/styles.css +1351 -0
  497. package/dist/styles/tw-styles.css +120 -0
  498. package/dist/tailwind.plugin.cjs +2 -0
  499. package/dist/tailwind.plugin.cjs.map +1 -0
  500. package/dist/tailwind.plugin.d.ts +19 -0
  501. package/dist/tailwind.plugin.d.ts.map +1 -0
  502. package/dist/tailwind.plugin.js +200 -0
  503. package/dist/tailwind.plugin.js.map +1 -0
  504. package/dist/types/index.cjs +2 -0
  505. package/dist/types/index.cjs.map +1 -0
  506. package/dist/types/index.d.ts +128 -0
  507. package/dist/types/index.d.ts.map +1 -0
  508. package/dist/types/index.js +12 -0
  509. package/dist/types/index.js.map +1 -0
  510. package/dist/utils/publishable-key.cjs +2 -0
  511. package/dist/utils/publishable-key.cjs.map +1 -0
  512. package/dist/utils/publishable-key.d.ts +38 -0
  513. package/dist/utils/publishable-key.d.ts.map +1 -0
  514. package/dist/utils/publishable-key.js +38 -0
  515. package/dist/utils/publishable-key.js.map +1 -0
  516. package/package.json +128 -0
@@ -0,0 +1,1351 @@
1
+ /*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
2
+ @layer properties;
3
+ @layer theme, base, components, utilities;
4
+ @layer theme {
5
+ :root, :host {
6
+ --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
7
+ "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
8
+ --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
9
+ "Courier New", monospace;
10
+ --color-blue-500: oklch(62.3% 0.214 259.815);
11
+ --spacing: 0.25rem;
12
+ --text-xs: 0.75rem;
13
+ --text-xs--line-height: calc(1 / 0.75);
14
+ --text-sm: 0.875rem;
15
+ --text-sm--line-height: calc(1.25 / 0.875);
16
+ --text-base: 1rem;
17
+ --text-base--line-height: calc(1.5 / 1);
18
+ --text-lg: 1.125rem;
19
+ --text-lg--line-height: calc(1.75 / 1.125);
20
+ --font-weight-medium: 500;
21
+ --font-weight-semibold: 600;
22
+ --font-weight-bold: 700;
23
+ --tracking-widest: 0.1em;
24
+ --leading-tight: 1.25;
25
+ --radius-sm: 0.25rem;
26
+ --default-transition-duration: 150ms;
27
+ --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
28
+ --default-font-family: var(--font-sans);
29
+ --default-mono-font-family: var(--font-mono);
30
+ }
31
+ }
32
+ @layer base {
33
+ *, ::after, ::before, ::backdrop, ::file-selector-button {
34
+ box-sizing: border-box;
35
+ margin: 0;
36
+ padding: 0;
37
+ border: 0 solid;
38
+ }
39
+ html, :host {
40
+ line-height: 1.5;
41
+ -webkit-text-size-adjust: 100%;
42
+ tab-size: 4;
43
+ font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
44
+ font-feature-settings: var(--default-font-feature-settings, normal);
45
+ font-variation-settings: var(--default-font-variation-settings, normal);
46
+ -webkit-tap-highlight-color: transparent;
47
+ }
48
+ hr {
49
+ height: 0;
50
+ color: inherit;
51
+ border-top-width: 1px;
52
+ }
53
+ abbr:where([title]) {
54
+ -webkit-text-decoration: underline dotted;
55
+ text-decoration: underline dotted;
56
+ }
57
+ h1, h2, h3, h4, h5, h6 {
58
+ font-size: inherit;
59
+ font-weight: inherit;
60
+ }
61
+ a {
62
+ color: inherit;
63
+ -webkit-text-decoration: inherit;
64
+ text-decoration: inherit;
65
+ }
66
+ b, strong {
67
+ font-weight: bolder;
68
+ }
69
+ code, kbd, samp, pre {
70
+ font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
71
+ font-feature-settings: var(--default-mono-font-feature-settings, normal);
72
+ font-variation-settings: var(--default-mono-font-variation-settings, normal);
73
+ font-size: 1em;
74
+ }
75
+ small {
76
+ font-size: 80%;
77
+ }
78
+ sub, sup {
79
+ font-size: 75%;
80
+ line-height: 0;
81
+ position: relative;
82
+ vertical-align: baseline;
83
+ }
84
+ sub {
85
+ bottom: -0.25em;
86
+ }
87
+ sup {
88
+ top: -0.5em;
89
+ }
90
+ table {
91
+ text-indent: 0;
92
+ border-color: inherit;
93
+ border-collapse: collapse;
94
+ }
95
+ :-moz-focusring {
96
+ outline: auto;
97
+ }
98
+ progress {
99
+ vertical-align: baseline;
100
+ }
101
+ summary {
102
+ display: list-item;
103
+ }
104
+ ol, ul, menu {
105
+ list-style: none;
106
+ }
107
+ img, svg, video, canvas, audio, iframe, embed, object {
108
+ display: block;
109
+ vertical-align: middle;
110
+ }
111
+ img, video {
112
+ max-width: 100%;
113
+ height: auto;
114
+ }
115
+ button, input, select, optgroup, textarea, ::file-selector-button {
116
+ font: inherit;
117
+ font-feature-settings: inherit;
118
+ font-variation-settings: inherit;
119
+ letter-spacing: inherit;
120
+ color: inherit;
121
+ border-radius: 0;
122
+ background-color: transparent;
123
+ opacity: 1;
124
+ }
125
+ :where(select:is([multiple], [size])) optgroup {
126
+ font-weight: bolder;
127
+ }
128
+ :where(select:is([multiple], [size])) optgroup option {
129
+ padding-inline-start: 20px;
130
+ }
131
+ ::file-selector-button {
132
+ margin-inline-end: 4px;
133
+ }
134
+ ::placeholder {
135
+ opacity: 1;
136
+ }
137
+ @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
138
+ ::placeholder {
139
+ color: currentcolor;
140
+ @supports (color: color-mix(in lab, red, red)) {
141
+ color: color-mix(in oklab, currentcolor 50%, transparent);
142
+ }
143
+ }
144
+ }
145
+ textarea {
146
+ resize: vertical;
147
+ }
148
+ ::-webkit-search-decoration {
149
+ -webkit-appearance: none;
150
+ }
151
+ ::-webkit-date-and-time-value {
152
+ min-height: 1lh;
153
+ text-align: inherit;
154
+ }
155
+ ::-webkit-datetime-edit {
156
+ display: inline-flex;
157
+ }
158
+ ::-webkit-datetime-edit-fields-wrapper {
159
+ padding: 0;
160
+ }
161
+ ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
162
+ padding-block: 0;
163
+ }
164
+ ::-webkit-calendar-picker-indicator {
165
+ line-height: 1;
166
+ }
167
+ :-moz-ui-invalid {
168
+ box-shadow: none;
169
+ }
170
+ button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
171
+ appearance: button;
172
+ }
173
+ ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
174
+ height: auto;
175
+ }
176
+ [hidden]:where(:not([hidden="until-found"])) {
177
+ display: none !important;
178
+ }
179
+ }
180
+ @layer utilities {
181
+ .visible {
182
+ visibility: visible;
183
+ }
184
+ .absolute {
185
+ position: absolute;
186
+ }
187
+ .fixed {
188
+ position: fixed;
189
+ }
190
+ .relative {
191
+ position: relative;
192
+ }
193
+ .static {
194
+ position: static;
195
+ }
196
+ .left-2 {
197
+ left: calc(var(--spacing) * 2);
198
+ }
199
+ .z-50 {
200
+ z-index: 50;
201
+ }
202
+ .m-0 {
203
+ margin: calc(var(--spacing) * 0);
204
+ }
205
+ .-mx-1 {
206
+ margin-inline: calc(var(--spacing) * -1);
207
+ }
208
+ .mx-1 {
209
+ margin-inline: calc(var(--spacing) * 1);
210
+ }
211
+ .my-1 {
212
+ margin-block: calc(var(--spacing) * 1);
213
+ }
214
+ .mt-2 {
215
+ margin-top: calc(var(--spacing) * 2);
216
+ }
217
+ .mt-3 {
218
+ margin-top: calc(var(--spacing) * 3);
219
+ }
220
+ .mt-4 {
221
+ margin-top: calc(var(--spacing) * 4);
222
+ }
223
+ .mr-2 {
224
+ margin-right: calc(var(--spacing) * 2);
225
+ }
226
+ .mb-1 {
227
+ margin-bottom: calc(var(--spacing) * 1);
228
+ }
229
+ .mb-3 {
230
+ margin-bottom: calc(var(--spacing) * 3);
231
+ }
232
+ .ml-auto {
233
+ margin-left: auto;
234
+ }
235
+ .block {
236
+ display: block;
237
+ }
238
+ .flex {
239
+ display: flex;
240
+ }
241
+ .grid {
242
+ display: grid;
243
+ }
244
+ .hidden {
245
+ display: none;
246
+ }
247
+ .inline-flex {
248
+ display: inline-flex;
249
+ }
250
+ .table {
251
+ display: table;
252
+ }
253
+ .aspect-square {
254
+ aspect-ratio: 1 / 1;
255
+ }
256
+ .size-4 {
257
+ width: calc(var(--spacing) * 4);
258
+ height: calc(var(--spacing) * 4);
259
+ }
260
+ .size-8 {
261
+ width: calc(var(--spacing) * 8);
262
+ height: calc(var(--spacing) * 8);
263
+ }
264
+ .size-10 {
265
+ width: calc(var(--spacing) * 10);
266
+ height: calc(var(--spacing) * 10);
267
+ }
268
+ .size-full {
269
+ width: 100%;
270
+ height: 100%;
271
+ }
272
+ .h-2\.5 {
273
+ height: calc(var(--spacing) * 2.5);
274
+ }
275
+ .h-3\.5 {
276
+ height: calc(var(--spacing) * 3.5);
277
+ }
278
+ .h-4 {
279
+ height: calc(var(--spacing) * 4);
280
+ }
281
+ .h-8 {
282
+ height: calc(var(--spacing) * 8);
283
+ }
284
+ .h-9 {
285
+ height: calc(var(--spacing) * 9);
286
+ }
287
+ .h-10 {
288
+ height: calc(var(--spacing) * 10);
289
+ }
290
+ .h-11 {
291
+ height: calc(var(--spacing) * 11);
292
+ }
293
+ .h-12 {
294
+ height: calc(var(--spacing) * 12);
295
+ }
296
+ .h-16 {
297
+ height: calc(var(--spacing) * 16);
298
+ }
299
+ .h-px {
300
+ height: 1px;
301
+ }
302
+ .max-h-40 {
303
+ max-height: calc(var(--spacing) * 40);
304
+ }
305
+ .w-2\.5 {
306
+ width: calc(var(--spacing) * 2.5);
307
+ }
308
+ .w-3\.5 {
309
+ width: calc(var(--spacing) * 3.5);
310
+ }
311
+ .w-4 {
312
+ width: calc(var(--spacing) * 4);
313
+ }
314
+ .w-8 {
315
+ width: calc(var(--spacing) * 8);
316
+ }
317
+ .w-10 {
318
+ width: calc(var(--spacing) * 10);
319
+ }
320
+ .w-12 {
321
+ width: calc(var(--spacing) * 12);
322
+ }
323
+ .w-16 {
324
+ width: calc(var(--spacing) * 16);
325
+ }
326
+ .w-64 {
327
+ width: calc(var(--spacing) * 64);
328
+ }
329
+ .w-72 {
330
+ width: calc(var(--spacing) * 72);
331
+ }
332
+ .w-80 {
333
+ width: calc(var(--spacing) * 80);
334
+ }
335
+ .w-full {
336
+ width: 100%;
337
+ }
338
+ .min-w-\[2\.5rem\] {
339
+ min-width: 2.5rem;
340
+ }
341
+ .min-w-\[2rem\] {
342
+ min-width: 2rem;
343
+ }
344
+ .min-w-\[3rem\] {
345
+ min-width: 3rem;
346
+ }
347
+ .min-w-\[8rem\] {
348
+ min-width: 8rem;
349
+ }
350
+ .min-w-\[260px\] {
351
+ min-width: 260px;
352
+ }
353
+ .shrink-0 {
354
+ flex-shrink: 0;
355
+ }
356
+ .origin-\(--radix-popover-content-transform-origin\) {
357
+ transform-origin: var(--radix-popover-content-transform-origin);
358
+ }
359
+ .transform {
360
+ transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
361
+ }
362
+ .animate-in {
363
+ animation: enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none);
364
+ }
365
+ .animate-out {
366
+ animation: exit var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none);
367
+ }
368
+ .cursor-default {
369
+ cursor: default;
370
+ }
371
+ .cursor-pointer {
372
+ cursor: pointer;
373
+ }
374
+ .grid-cols-4 {
375
+ grid-template-columns: repeat(4, minmax(0, 1fr));
376
+ }
377
+ .flex-col {
378
+ flex-direction: column;
379
+ }
380
+ .items-center {
381
+ align-items: center;
382
+ }
383
+ .items-end {
384
+ align-items: flex-end;
385
+ }
386
+ .items-start {
387
+ align-items: flex-start;
388
+ }
389
+ .justify-between {
390
+ justify-content: space-between;
391
+ }
392
+ .justify-center {
393
+ justify-content: center;
394
+ }
395
+ .gap-2 {
396
+ gap: calc(var(--spacing) * 2);
397
+ }
398
+ .gap-3 {
399
+ gap: calc(var(--spacing) * 3);
400
+ }
401
+ .gap-4 {
402
+ gap: calc(var(--spacing) * 4);
403
+ }
404
+ .space-y-1 {
405
+ :where(& > :not(:last-child)) {
406
+ --tw-space-y-reverse: 0;
407
+ margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
408
+ margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
409
+ }
410
+ }
411
+ .space-y-2 {
412
+ :where(& > :not(:last-child)) {
413
+ --tw-space-y-reverse: 0;
414
+ margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
415
+ margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
416
+ }
417
+ }
418
+ .space-y-4 {
419
+ :where(& > :not(:last-child)) {
420
+ --tw-space-y-reverse: 0;
421
+ margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
422
+ margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
423
+ }
424
+ }
425
+ .space-y-8 {
426
+ :where(& > :not(:last-child)) {
427
+ --tw-space-y-reverse: 0;
428
+ margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
429
+ margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
430
+ }
431
+ }
432
+ .divide-y {
433
+ :where(& > :not(:last-child)) {
434
+ --tw-divide-y-reverse: 0;
435
+ border-bottom-style: var(--tw-border-style);
436
+ border-top-style: var(--tw-border-style);
437
+ border-top-width: calc(1px * var(--tw-divide-y-reverse));
438
+ border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
439
+ }
440
+ }
441
+ .divide-blimu-border {
442
+ :where(& > :not(:last-child)) {
443
+ border-color: var(--blimu-border);
444
+ }
445
+ }
446
+ .overflow-auto {
447
+ overflow: auto;
448
+ }
449
+ .overflow-hidden {
450
+ overflow: hidden;
451
+ }
452
+ .rounded-blimu {
453
+ border-radius: var(--blimu-radius);
454
+ }
455
+ .rounded-blimu-md {
456
+ border-radius: calc(var(--blimu-radius) - 2px);
457
+ }
458
+ .rounded-blimu-sm {
459
+ border-radius: calc(var(--blimu-radius) - 4px);
460
+ }
461
+ .rounded-full {
462
+ border-radius: calc(infinity * 1px);
463
+ }
464
+ .rounded-sm {
465
+ border-radius: var(--radius-sm);
466
+ }
467
+ .border {
468
+ border-style: var(--tw-border-style);
469
+ border-width: 1px;
470
+ }
471
+ .border-2 {
472
+ border-style: var(--tw-border-style);
473
+ border-width: 2px;
474
+ }
475
+ .border-t {
476
+ border-top-style: var(--tw-border-style);
477
+ border-top-width: 1px;
478
+ }
479
+ .border-blimu-border {
480
+ border-color: var(--blimu-border);
481
+ }
482
+ .border-blimu-input {
483
+ border-color: var(--blimu-input);
484
+ }
485
+ .border-blimu-primary {
486
+ border-color: var(--blimu-primary);
487
+ }
488
+ .border-transparent {
489
+ border-color: transparent;
490
+ }
491
+ .bg-blimu-background {
492
+ background-color: var(--blimu-background);
493
+ }
494
+ .bg-blimu-border {
495
+ background-color: var(--blimu-border);
496
+ }
497
+ .bg-blimu-card {
498
+ background-color: var(--blimu-card);
499
+ }
500
+ .bg-blimu-destructive {
501
+ background-color: var(--blimu-destructive);
502
+ }
503
+ .bg-blimu-muted {
504
+ background-color: var(--blimu-muted);
505
+ }
506
+ .bg-blimu-muted\/50 {
507
+ background-color: var(--blimu-muted);
508
+ @supports (color: color-mix(in lab, red, red)) {
509
+ background-color: color-mix(in oklab, var(--blimu-muted) 50%, transparent);
510
+ }
511
+ }
512
+ .bg-blimu-popover {
513
+ background-color: var(--blimu-popover);
514
+ }
515
+ .bg-blimu-primary {
516
+ background-color: var(--blimu-primary);
517
+ }
518
+ .bg-blimu-secondary {
519
+ background-color: var(--blimu-secondary);
520
+ }
521
+ .bg-transparent {
522
+ background-color: transparent;
523
+ }
524
+ .fill-current {
525
+ fill: currentcolor;
526
+ }
527
+ .p-0 {
528
+ padding: calc(var(--spacing) * 0);
529
+ }
530
+ .p-1 {
531
+ padding: calc(var(--spacing) * 1);
532
+ }
533
+ .p-2 {
534
+ padding: calc(var(--spacing) * 2);
535
+ }
536
+ .p-3 {
537
+ padding: calc(var(--spacing) * 3);
538
+ }
539
+ .p-4 {
540
+ padding: calc(var(--spacing) * 4);
541
+ }
542
+ .p-8 {
543
+ padding: calc(var(--spacing) * 8);
544
+ }
545
+ .px-2 {
546
+ padding-inline: calc(var(--spacing) * 2);
547
+ }
548
+ .px-2\.5 {
549
+ padding-inline: calc(var(--spacing) * 2.5);
550
+ }
551
+ .px-3 {
552
+ padding-inline: calc(var(--spacing) * 3);
553
+ }
554
+ .px-4 {
555
+ padding-inline: calc(var(--spacing) * 4);
556
+ }
557
+ .px-8 {
558
+ padding-inline: calc(var(--spacing) * 8);
559
+ }
560
+ .py-0\.5 {
561
+ padding-block: calc(var(--spacing) * 0.5);
562
+ }
563
+ .py-1 {
564
+ padding-block: calc(var(--spacing) * 1);
565
+ }
566
+ .py-1\.5 {
567
+ padding-block: calc(var(--spacing) * 1.5);
568
+ }
569
+ .py-2 {
570
+ padding-block: calc(var(--spacing) * 2);
571
+ }
572
+ .pt-3 {
573
+ padding-top: calc(var(--spacing) * 3);
574
+ }
575
+ .pt-4 {
576
+ padding-top: calc(var(--spacing) * 4);
577
+ }
578
+ .pr-2 {
579
+ padding-right: calc(var(--spacing) * 2);
580
+ }
581
+ .pl-8 {
582
+ padding-left: calc(var(--spacing) * 8);
583
+ }
584
+ .text-center {
585
+ text-align: center;
586
+ }
587
+ .text-base {
588
+ font-size: var(--text-base);
589
+ line-height: var(--tw-leading, var(--text-base--line-height));
590
+ }
591
+ .text-lg {
592
+ font-size: var(--text-lg);
593
+ line-height: var(--tw-leading, var(--text-lg--line-height));
594
+ }
595
+ .text-sm {
596
+ font-size: var(--text-sm);
597
+ line-height: var(--tw-leading, var(--text-sm--line-height));
598
+ }
599
+ .text-xs {
600
+ font-size: var(--text-xs);
601
+ line-height: var(--tw-leading, var(--text-xs--line-height));
602
+ }
603
+ .leading-tight {
604
+ --tw-leading: var(--leading-tight);
605
+ line-height: var(--leading-tight);
606
+ }
607
+ .font-bold {
608
+ --tw-font-weight: var(--font-weight-bold);
609
+ font-weight: var(--font-weight-bold);
610
+ }
611
+ .font-medium {
612
+ --tw-font-weight: var(--font-weight-medium);
613
+ font-weight: var(--font-weight-medium);
614
+ }
615
+ .font-semibold {
616
+ --tw-font-weight: var(--font-weight-semibold);
617
+ font-weight: var(--font-weight-semibold);
618
+ }
619
+ .tracking-widest {
620
+ --tw-tracking: var(--tracking-widest);
621
+ letter-spacing: var(--tracking-widest);
622
+ }
623
+ .text-blimu-destructive {
624
+ color: var(--blimu-destructive);
625
+ }
626
+ .text-blimu-destructive-foreground {
627
+ color: var(--blimu-destructive-foreground);
628
+ }
629
+ .text-blimu-foreground {
630
+ color: var(--blimu-foreground);
631
+ }
632
+ .text-blimu-muted-foreground {
633
+ color: var(--blimu-muted-foreground);
634
+ }
635
+ .text-blimu-popover-foreground {
636
+ color: var(--blimu-popover-foreground);
637
+ }
638
+ .text-blimu-primary {
639
+ color: var(--blimu-primary);
640
+ }
641
+ .text-blimu-primary-foreground {
642
+ color: var(--blimu-primary-foreground);
643
+ }
644
+ .text-blimu-secondary-foreground {
645
+ color: var(--blimu-secondary-foreground);
646
+ }
647
+ .opacity-60 {
648
+ opacity: 60%;
649
+ }
650
+ .opacity-70 {
651
+ opacity: 70%;
652
+ }
653
+ .shadow-2xl {
654
+ --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
655
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
656
+ }
657
+ .shadow-lg {
658
+ --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
659
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
660
+ }
661
+ .shadow-md {
662
+ --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
663
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
664
+ }
665
+ .shadow-xl {
666
+ --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
667
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
668
+ }
669
+ .ring {
670
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
671
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
672
+ }
673
+ .ring-2 {
674
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
675
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
676
+ }
677
+ .ring-blimu-primary {
678
+ --tw-ring-color: var(--blimu-primary);
679
+ }
680
+ .ring-blue-500 {
681
+ --tw-ring-color: var(--color-blue-500);
682
+ }
683
+ .ring-offset-2 {
684
+ --tw-ring-offset-width: 2px;
685
+ --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
686
+ }
687
+ .outline-hidden {
688
+ --tw-outline-style: none;
689
+ outline-style: none;
690
+ @media (forced-colors: active) {
691
+ outline: 2px solid transparent;
692
+ outline-offset: 2px;
693
+ }
694
+ }
695
+ .outline {
696
+ outline-style: var(--tw-outline-style);
697
+ outline-width: 1px;
698
+ }
699
+ .transition {
700
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
701
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
702
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
703
+ }
704
+ .transition-colors {
705
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
706
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
707
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
708
+ }
709
+ .transition-transform {
710
+ transition-property: transform, translate, scale, rotate;
711
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
712
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
713
+ }
714
+ .fade-in-0 {
715
+ --tw-enter-opacity: calc(0/100);
716
+ --tw-enter-opacity: 0;
717
+ }
718
+ .fade-out-0 {
719
+ --tw-exit-opacity: calc(0/100);
720
+ --tw-exit-opacity: 0;
721
+ }
722
+ .outline-none {
723
+ --tw-outline-style: none;
724
+ outline-style: none;
725
+ }
726
+ .select-none {
727
+ -webkit-user-select: none;
728
+ user-select: none;
729
+ }
730
+ .zoom-in-95 {
731
+ --tw-enter-scale: calc(95*1%);
732
+ --tw-enter-scale: .95;
733
+ }
734
+ .zoom-out-95 {
735
+ --tw-exit-scale: calc(95*1%);
736
+ --tw-exit-scale: .95;
737
+ }
738
+ .slide-in-from-bottom {
739
+ --tw-enter-translate-y: 100%;
740
+ }
741
+ .slide-in-from-left {
742
+ --tw-enter-translate-x: -100%;
743
+ }
744
+ .slide-in-from-right {
745
+ --tw-enter-translate-x: 100%;
746
+ }
747
+ .slide-in-from-top {
748
+ --tw-enter-translate-y: -100%;
749
+ }
750
+ .hover\:scale-105 {
751
+ &:hover {
752
+ @media (hover: hover) {
753
+ --tw-scale-x: 105%;
754
+ --tw-scale-y: 105%;
755
+ --tw-scale-z: 105%;
756
+ scale: var(--tw-scale-x) var(--tw-scale-y);
757
+ }
758
+ }
759
+ }
760
+ .hover\:bg-blimu-accent {
761
+ &:hover {
762
+ @media (hover: hover) {
763
+ background-color: var(--blimu-accent);
764
+ }
765
+ }
766
+ }
767
+ .hover\:bg-blimu-destructive\/80 {
768
+ &:hover {
769
+ @media (hover: hover) {
770
+ background-color: var(--blimu-destructive);
771
+ @supports (color: color-mix(in lab, red, red)) {
772
+ background-color: color-mix(in oklab, var(--blimu-destructive) 80%, transparent);
773
+ }
774
+ }
775
+ }
776
+ }
777
+ .hover\:bg-blimu-destructive\/90 {
778
+ &:hover {
779
+ @media (hover: hover) {
780
+ background-color: var(--blimu-destructive);
781
+ @supports (color: color-mix(in lab, red, red)) {
782
+ background-color: color-mix(in oklab, var(--blimu-destructive) 90%, transparent);
783
+ }
784
+ }
785
+ }
786
+ }
787
+ .hover\:bg-blimu-primary\/80 {
788
+ &:hover {
789
+ @media (hover: hover) {
790
+ background-color: var(--blimu-primary);
791
+ @supports (color: color-mix(in lab, red, red)) {
792
+ background-color: color-mix(in oklab, var(--blimu-primary) 80%, transparent);
793
+ }
794
+ }
795
+ }
796
+ }
797
+ .hover\:bg-blimu-primary\/90 {
798
+ &:hover {
799
+ @media (hover: hover) {
800
+ background-color: var(--blimu-primary);
801
+ @supports (color: color-mix(in lab, red, red)) {
802
+ background-color: color-mix(in oklab, var(--blimu-primary) 90%, transparent);
803
+ }
804
+ }
805
+ }
806
+ }
807
+ .hover\:bg-blimu-secondary\/80 {
808
+ &:hover {
809
+ @media (hover: hover) {
810
+ background-color: var(--blimu-secondary);
811
+ @supports (color: color-mix(in lab, red, red)) {
812
+ background-color: color-mix(in oklab, var(--blimu-secondary) 80%, transparent);
813
+ }
814
+ }
815
+ }
816
+ }
817
+ .hover\:text-blimu-accent-foreground {
818
+ &:hover {
819
+ @media (hover: hover) {
820
+ color: var(--blimu-accent-foreground);
821
+ }
822
+ }
823
+ }
824
+ .hover\:underline {
825
+ &:hover {
826
+ @media (hover: hover) {
827
+ text-decoration-line: underline;
828
+ }
829
+ }
830
+ }
831
+ .hover\:opacity-80 {
832
+ &:hover {
833
+ @media (hover: hover) {
834
+ opacity: 80%;
835
+ }
836
+ }
837
+ }
838
+ .hover\:opacity-90 {
839
+ &:hover {
840
+ @media (hover: hover) {
841
+ opacity: 90%;
842
+ }
843
+ }
844
+ }
845
+ .focus\:bg-blimu-accent {
846
+ &:focus {
847
+ background-color: var(--blimu-accent);
848
+ }
849
+ }
850
+ .focus\:text-blimu-accent-foreground {
851
+ &:focus {
852
+ color: var(--blimu-accent-foreground);
853
+ }
854
+ }
855
+ .focus\:ring-2 {
856
+ &:focus {
857
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
858
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
859
+ }
860
+ }
861
+ .focus\:ring-blimu-ring {
862
+ &:focus {
863
+ --tw-ring-color: var(--blimu-ring);
864
+ }
865
+ }
866
+ .focus\:ring-offset-2 {
867
+ &:focus {
868
+ --tw-ring-offset-width: 2px;
869
+ --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
870
+ }
871
+ }
872
+ .focus\:outline-none {
873
+ &:focus {
874
+ --tw-outline-style: none;
875
+ outline-style: none;
876
+ }
877
+ }
878
+ .focus-visible\:ring-2 {
879
+ &:focus-visible {
880
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
881
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
882
+ }
883
+ }
884
+ .focus-visible\:ring-blimu-ring {
885
+ &:focus-visible {
886
+ --tw-ring-color: var(--blimu-ring);
887
+ }
888
+ }
889
+ .focus-visible\:ring-offset-2 {
890
+ &:focus-visible {
891
+ --tw-ring-offset-width: 2px;
892
+ --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
893
+ }
894
+ }
895
+ .focus-visible\:ring-offset-blimu-background {
896
+ &:focus-visible {
897
+ --tw-ring-offset-color: var(--blimu-background);
898
+ }
899
+ }
900
+ .focus-visible\:outline-none {
901
+ &:focus-visible {
902
+ --tw-outline-style: none;
903
+ outline-style: none;
904
+ }
905
+ }
906
+ .disabled\:pointer-events-none {
907
+ &:disabled {
908
+ pointer-events: none;
909
+ }
910
+ }
911
+ .disabled\:cursor-not-allowed {
912
+ &:disabled {
913
+ cursor: not-allowed;
914
+ }
915
+ }
916
+ .disabled\:opacity-50 {
917
+ &:disabled {
918
+ opacity: 50%;
919
+ }
920
+ }
921
+ .data-\[disabled\]\:pointer-events-none {
922
+ &[data-disabled] {
923
+ pointer-events: none;
924
+ }
925
+ }
926
+ .data-\[disabled\]\:opacity-50 {
927
+ &[data-disabled] {
928
+ opacity: 50%;
929
+ }
930
+ }
931
+ .data-\[orientation\=horizontal\]\:h-px {
932
+ &[data-orientation="horizontal"] {
933
+ height: 1px;
934
+ }
935
+ }
936
+ .data-\[orientation\=horizontal\]\:w-full {
937
+ &[data-orientation="horizontal"] {
938
+ width: 100%;
939
+ }
940
+ }
941
+ .data-\[orientation\=vertical\]\:h-full {
942
+ &[data-orientation="vertical"] {
943
+ height: 100%;
944
+ }
945
+ }
946
+ .data-\[orientation\=vertical\]\:w-px {
947
+ &[data-orientation="vertical"] {
948
+ width: 1px;
949
+ }
950
+ }
951
+ .data-\[side\=bottom\]\:slide-in-from-top-2 {
952
+ &[data-side="bottom"] {
953
+ --tw-enter-translate-y: calc(2*var(--spacing)*-1);
954
+ }
955
+ }
956
+ .data-\[side\=left\]\:slide-in-from-right-2 {
957
+ &[data-side="left"] {
958
+ --tw-enter-translate-x: calc(2*var(--spacing));
959
+ }
960
+ }
961
+ .data-\[side\=right\]\:slide-in-from-left-2 {
962
+ &[data-side="right"] {
963
+ --tw-enter-translate-x: calc(2*var(--spacing)*-1);
964
+ }
965
+ }
966
+ .data-\[side\=top\]\:slide-in-from-bottom-2 {
967
+ &[data-side="top"] {
968
+ --tw-enter-translate-y: calc(2*var(--spacing));
969
+ }
970
+ }
971
+ .data-\[state\=closed\]\:animate-out {
972
+ &[data-state="closed"] {
973
+ animation: exit var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none);
974
+ }
975
+ }
976
+ .data-\[state\=closed\]\:fade-out-0 {
977
+ &[data-state="closed"] {
978
+ --tw-exit-opacity: calc(0/100);
979
+ --tw-exit-opacity: 0;
980
+ }
981
+ }
982
+ .data-\[state\=closed\]\:zoom-out-95 {
983
+ &[data-state="closed"] {
984
+ --tw-exit-scale: calc(95*1%);
985
+ --tw-exit-scale: .95;
986
+ }
987
+ }
988
+ .data-\[state\=open\]\:animate-in {
989
+ &[data-state="open"] {
990
+ animation: enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none);
991
+ }
992
+ }
993
+ .data-\[state\=open\]\:bg-blimu-accent {
994
+ &[data-state="open"] {
995
+ background-color: var(--blimu-accent);
996
+ }
997
+ }
998
+ .data-\[state\=open\]\:text-blimu-accent-foreground {
999
+ &[data-state="open"] {
1000
+ color: var(--blimu-accent-foreground);
1001
+ }
1002
+ }
1003
+ .data-\[state\=open\]\:fade-in-0 {
1004
+ &[data-state="open"] {
1005
+ --tw-enter-opacity: calc(0/100);
1006
+ --tw-enter-opacity: 0;
1007
+ }
1008
+ }
1009
+ .data-\[state\=open\]\:zoom-in-95 {
1010
+ &[data-state="open"] {
1011
+ --tw-enter-scale: calc(95*1%);
1012
+ --tw-enter-scale: .95;
1013
+ }
1014
+ }
1015
+ }
1016
+ @property --tw-animation-delay {
1017
+ syntax: "*";
1018
+ inherits: false;
1019
+ initial-value: 0s;
1020
+ }
1021
+ @property --tw-animation-direction {
1022
+ syntax: "*";
1023
+ inherits: false;
1024
+ initial-value: normal;
1025
+ }
1026
+ @property --tw-animation-duration {
1027
+ syntax: "*";
1028
+ inherits: false;
1029
+ }
1030
+ @property --tw-animation-fill-mode {
1031
+ syntax: "*";
1032
+ inherits: false;
1033
+ initial-value: none;
1034
+ }
1035
+ @property --tw-animation-iteration-count {
1036
+ syntax: "*";
1037
+ inherits: false;
1038
+ initial-value: 1;
1039
+ }
1040
+ @property --tw-enter-blur {
1041
+ syntax: "*";
1042
+ inherits: false;
1043
+ initial-value: 0;
1044
+ }
1045
+ @property --tw-enter-opacity {
1046
+ syntax: "*";
1047
+ inherits: false;
1048
+ initial-value: 1;
1049
+ }
1050
+ @property --tw-enter-rotate {
1051
+ syntax: "*";
1052
+ inherits: false;
1053
+ initial-value: 0;
1054
+ }
1055
+ @property --tw-enter-scale {
1056
+ syntax: "*";
1057
+ inherits: false;
1058
+ initial-value: 1;
1059
+ }
1060
+ @property --tw-enter-translate-x {
1061
+ syntax: "*";
1062
+ inherits: false;
1063
+ initial-value: 0;
1064
+ }
1065
+ @property --tw-enter-translate-y {
1066
+ syntax: "*";
1067
+ inherits: false;
1068
+ initial-value: 0;
1069
+ }
1070
+ @property --tw-exit-blur {
1071
+ syntax: "*";
1072
+ inherits: false;
1073
+ initial-value: 0;
1074
+ }
1075
+ @property --tw-exit-opacity {
1076
+ syntax: "*";
1077
+ inherits: false;
1078
+ initial-value: 1;
1079
+ }
1080
+ @property --tw-exit-rotate {
1081
+ syntax: "*";
1082
+ inherits: false;
1083
+ initial-value: 0;
1084
+ }
1085
+ @property --tw-exit-scale {
1086
+ syntax: "*";
1087
+ inherits: false;
1088
+ initial-value: 1;
1089
+ }
1090
+ @property --tw-exit-translate-x {
1091
+ syntax: "*";
1092
+ inherits: false;
1093
+ initial-value: 0;
1094
+ }
1095
+ @property --tw-exit-translate-y {
1096
+ syntax: "*";
1097
+ inherits: false;
1098
+ initial-value: 0;
1099
+ }
1100
+ :root {
1101
+ --blimu-background: var(--background, oklch(1 0 0));
1102
+ --blimu-foreground: var(--foreground, oklch(0.145 0 0));
1103
+ --blimu-card: var(--card, oklch(1 0 0));
1104
+ --blimu-card-foreground: var(--card-foreground, oklch(0.145 0 0));
1105
+ --blimu-popover: var(--popover, oklab(0.27 0 0 / 1));
1106
+ --blimu-popover-foreground: var(--popover-foreground, oklch(0.145 0 0));
1107
+ --blimu-primary: var(--primary, oklch(0.205 0 0));
1108
+ --blimu-primary-foreground: var(--primary-foreground, oklch(0.985 0 0));
1109
+ --blimu-secondary: var(--secondary, oklch(0.97 0 0));
1110
+ --blimu-secondary-foreground: var(--secondary-foreground, oklch(0.205 0 0));
1111
+ --blimu-muted: var(--muted, oklch(0.97 0 0));
1112
+ --blimu-muted-foreground: var(--muted-foreground, oklch(0.556 0 0));
1113
+ --blimu-accent: var(--accent, oklch(0.97 0 0));
1114
+ --blimu-accent-foreground: var(--accent-foreground, oklch(0.205 0 0));
1115
+ --blimu-destructive: var(--destructive, oklch(0.577 0.245 27.325));
1116
+ --blimu-destructive-foreground: var(
1117
+ --destructive-foreground,
1118
+ oklch(0.577 0.245 27.325)
1119
+ );
1120
+ --blimu-border: var(--border, oklch(0.922 0 0));
1121
+ --blimu-input: var(--input, oklch(0.922 0 0));
1122
+ --blimu-ring: var(--ring, oklch(0.708 0 0));
1123
+ --blimu-radius: var(--radius, 0.625rem);
1124
+ --blimu-rounded-sm: var(--blimu-rounded-sm, 0.25rem);
1125
+ --blimu-rounded-md: var(--blimu-rounded-md, 0.5rem);
1126
+ --blimu-rounded-lg: var(--blimu-rounded-lg, 0.75rem);
1127
+ --blimu-rounded-xl: var(--blimu-rounded-xl, 1rem);
1128
+ --blimu-rounded-full: var(--blimu-rounded-full, 9999px);
1129
+ }
1130
+ .dark {
1131
+ --blimu-background: var(--background, oklch(0.145 0 0));
1132
+ --blimu-foreground: var(--foreground, lab(98.26% 0 0));
1133
+ --blimu-card: var(--card, oklch(0.145 0 0));
1134
+ --blimu-card-foreground: var(--card-foreground, lab(98.26% 0 0));
1135
+ --blimu-popover: var(--popover, oklab(0.27 0 0 / 1));
1136
+ --blimu-popover-foreground: var(--popover-foreground, lab(98.26% 0 0));
1137
+ --blimu-primary: var(--primary, lab(98.26% 0 0));
1138
+ --blimu-primary-foreground: var(--primary-foreground, oklch(0.205 0 0));
1139
+ --blimu-secondary: var(--secondary, oklch(0.269 0 0));
1140
+ --blimu-secondary-foreground: var(--secondary-foreground, lab(98.26% 0 0));
1141
+ --blimu-muted: var(--muted, oklch(0.269 0 0));
1142
+ --blimu-muted-foreground: var(--muted-foreground, oklch(0.708 0 0));
1143
+ --blimu-accent: var(--accent, lab(27.036% 0 0));
1144
+ --blimu-accent-foreground: var(--accent-foreground, lab(98.26% 0 0));
1145
+ --blimu-destructive: var(--destructive, oklch(0.396 0.141 25.723));
1146
+ --blimu-destructive-foreground: var(
1147
+ --destructive-foreground,
1148
+ oklch(0.637 0.237 25.331)
1149
+ );
1150
+ --blimu-border: var(--border, lab(100% 0 0 / 0.1));
1151
+ --blimu-input: var(--input, oklch(0.269 0 0));
1152
+ --blimu-ring: var(--ring, oklch(0.439 0 0));
1153
+ }
1154
+ @property --tw-rotate-x {
1155
+ syntax: "*";
1156
+ inherits: false;
1157
+ }
1158
+ @property --tw-rotate-y {
1159
+ syntax: "*";
1160
+ inherits: false;
1161
+ }
1162
+ @property --tw-rotate-z {
1163
+ syntax: "*";
1164
+ inherits: false;
1165
+ }
1166
+ @property --tw-skew-x {
1167
+ syntax: "*";
1168
+ inherits: false;
1169
+ }
1170
+ @property --tw-skew-y {
1171
+ syntax: "*";
1172
+ inherits: false;
1173
+ }
1174
+ @property --tw-space-y-reverse {
1175
+ syntax: "*";
1176
+ inherits: false;
1177
+ initial-value: 0;
1178
+ }
1179
+ @property --tw-divide-y-reverse {
1180
+ syntax: "*";
1181
+ inherits: false;
1182
+ initial-value: 0;
1183
+ }
1184
+ @property --tw-border-style {
1185
+ syntax: "*";
1186
+ inherits: false;
1187
+ initial-value: solid;
1188
+ }
1189
+ @property --tw-leading {
1190
+ syntax: "*";
1191
+ inherits: false;
1192
+ }
1193
+ @property --tw-font-weight {
1194
+ syntax: "*";
1195
+ inherits: false;
1196
+ }
1197
+ @property --tw-tracking {
1198
+ syntax: "*";
1199
+ inherits: false;
1200
+ }
1201
+ @property --tw-shadow {
1202
+ syntax: "*";
1203
+ inherits: false;
1204
+ initial-value: 0 0 #0000;
1205
+ }
1206
+ @property --tw-shadow-color {
1207
+ syntax: "*";
1208
+ inherits: false;
1209
+ }
1210
+ @property --tw-shadow-alpha {
1211
+ syntax: "<percentage>";
1212
+ inherits: false;
1213
+ initial-value: 100%;
1214
+ }
1215
+ @property --tw-inset-shadow {
1216
+ syntax: "*";
1217
+ inherits: false;
1218
+ initial-value: 0 0 #0000;
1219
+ }
1220
+ @property --tw-inset-shadow-color {
1221
+ syntax: "*";
1222
+ inherits: false;
1223
+ }
1224
+ @property --tw-inset-shadow-alpha {
1225
+ syntax: "<percentage>";
1226
+ inherits: false;
1227
+ initial-value: 100%;
1228
+ }
1229
+ @property --tw-ring-color {
1230
+ syntax: "*";
1231
+ inherits: false;
1232
+ }
1233
+ @property --tw-ring-shadow {
1234
+ syntax: "*";
1235
+ inherits: false;
1236
+ initial-value: 0 0 #0000;
1237
+ }
1238
+ @property --tw-inset-ring-color {
1239
+ syntax: "*";
1240
+ inherits: false;
1241
+ }
1242
+ @property --tw-inset-ring-shadow {
1243
+ syntax: "*";
1244
+ inherits: false;
1245
+ initial-value: 0 0 #0000;
1246
+ }
1247
+ @property --tw-ring-inset {
1248
+ syntax: "*";
1249
+ inherits: false;
1250
+ }
1251
+ @property --tw-ring-offset-width {
1252
+ syntax: "<length>";
1253
+ inherits: false;
1254
+ initial-value: 0px;
1255
+ }
1256
+ @property --tw-ring-offset-color {
1257
+ syntax: "*";
1258
+ inherits: false;
1259
+ initial-value: #fff;
1260
+ }
1261
+ @property --tw-ring-offset-shadow {
1262
+ syntax: "*";
1263
+ inherits: false;
1264
+ initial-value: 0 0 #0000;
1265
+ }
1266
+ @property --tw-outline-style {
1267
+ syntax: "*";
1268
+ inherits: false;
1269
+ initial-value: solid;
1270
+ }
1271
+ @property --tw-scale-x {
1272
+ syntax: "*";
1273
+ inherits: false;
1274
+ initial-value: 1;
1275
+ }
1276
+ @property --tw-scale-y {
1277
+ syntax: "*";
1278
+ inherits: false;
1279
+ initial-value: 1;
1280
+ }
1281
+ @property --tw-scale-z {
1282
+ syntax: "*";
1283
+ inherits: false;
1284
+ initial-value: 1;
1285
+ }
1286
+ @keyframes enter {
1287
+ from {
1288
+ opacity: var(--tw-enter-opacity,1);
1289
+ transform: translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0)scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1))rotate(var(--tw-enter-rotate,0));
1290
+ filter: blur(var(--tw-enter-blur,0));
1291
+ }
1292
+ }
1293
+ @keyframes exit {
1294
+ to {
1295
+ opacity: var(--tw-exit-opacity,1);
1296
+ transform: translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0)scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1))rotate(var(--tw-exit-rotate,0));
1297
+ filter: blur(var(--tw-exit-blur,0));
1298
+ }
1299
+ }
1300
+ @layer properties {
1301
+ @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
1302
+ *, ::before, ::after, ::backdrop {
1303
+ --tw-rotate-x: initial;
1304
+ --tw-rotate-y: initial;
1305
+ --tw-rotate-z: initial;
1306
+ --tw-skew-x: initial;
1307
+ --tw-skew-y: initial;
1308
+ --tw-space-y-reverse: 0;
1309
+ --tw-divide-y-reverse: 0;
1310
+ --tw-border-style: solid;
1311
+ --tw-leading: initial;
1312
+ --tw-font-weight: initial;
1313
+ --tw-tracking: initial;
1314
+ --tw-shadow: 0 0 #0000;
1315
+ --tw-shadow-color: initial;
1316
+ --tw-shadow-alpha: 100%;
1317
+ --tw-inset-shadow: 0 0 #0000;
1318
+ --tw-inset-shadow-color: initial;
1319
+ --tw-inset-shadow-alpha: 100%;
1320
+ --tw-ring-color: initial;
1321
+ --tw-ring-shadow: 0 0 #0000;
1322
+ --tw-inset-ring-color: initial;
1323
+ --tw-inset-ring-shadow: 0 0 #0000;
1324
+ --tw-ring-inset: initial;
1325
+ --tw-ring-offset-width: 0px;
1326
+ --tw-ring-offset-color: #fff;
1327
+ --tw-ring-offset-shadow: 0 0 #0000;
1328
+ --tw-outline-style: solid;
1329
+ --tw-scale-x: 1;
1330
+ --tw-scale-y: 1;
1331
+ --tw-scale-z: 1;
1332
+ --tw-animation-delay: 0s;
1333
+ --tw-animation-direction: normal;
1334
+ --tw-animation-duration: initial;
1335
+ --tw-animation-fill-mode: none;
1336
+ --tw-animation-iteration-count: 1;
1337
+ --tw-enter-blur: 0;
1338
+ --tw-enter-opacity: 1;
1339
+ --tw-enter-rotate: 0;
1340
+ --tw-enter-scale: 1;
1341
+ --tw-enter-translate-x: 0;
1342
+ --tw-enter-translate-y: 0;
1343
+ --tw-exit-blur: 0;
1344
+ --tw-exit-opacity: 1;
1345
+ --tw-exit-rotate: 0;
1346
+ --tw-exit-scale: 1;
1347
+ --tw-exit-translate-x: 0;
1348
+ --tw-exit-translate-y: 0;
1349
+ }
1350
+ }
1351
+ }