@lolyjs/core 0.3.0-alpha.6 → 0.4.0-alpha.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 (40) hide show
  1. package/README.md +88 -0
  2. package/dist/{bootstrap-BfGTMUkj.d.mts → bootstrap-B6W6XoI5.d.mts} +6 -0
  3. package/dist/{bootstrap-BfGTMUkj.d.ts → bootstrap-B6W6XoI5.d.ts} +6 -0
  4. package/dist/cli.cjs +2969 -977
  5. package/dist/cli.cjs.map +1 -1
  6. package/dist/cli.mjs +2936 -949
  7. package/dist/cli.mjs.map +1 -1
  8. package/dist/index.cjs +3159 -937
  9. package/dist/index.cjs.map +1 -1
  10. package/dist/index.d.mts +1 -1
  11. package/dist/index.d.ts +1 -1
  12. package/dist/index.mjs +3136 -920
  13. package/dist/index.mjs.map +1 -1
  14. package/dist/react/cache.cjs.map +1 -1
  15. package/dist/react/cache.mjs.map +1 -1
  16. package/dist/react/components.cjs +16 -0
  17. package/dist/react/components.cjs.map +1 -1
  18. package/dist/react/components.d.mts +40 -2
  19. package/dist/react/components.d.ts +40 -2
  20. package/dist/react/components.mjs +15 -0
  21. package/dist/react/components.mjs.map +1 -1
  22. package/dist/react/hooks.cjs +24 -0
  23. package/dist/react/hooks.cjs.map +1 -1
  24. package/dist/react/hooks.d.mts +49 -1
  25. package/dist/react/hooks.d.ts +49 -1
  26. package/dist/react/hooks.mjs +22 -0
  27. package/dist/react/hooks.mjs.map +1 -1
  28. package/dist/react/themes.cjs +0 -169
  29. package/dist/react/themes.cjs.map +1 -1
  30. package/dist/react/themes.d.mts +18 -11
  31. package/dist/react/themes.d.ts +18 -11
  32. package/dist/react/themes.mjs +0 -159
  33. package/dist/react/themes.mjs.map +1 -1
  34. package/dist/runtime.cjs +268 -24
  35. package/dist/runtime.cjs.map +1 -1
  36. package/dist/runtime.d.mts +2 -2
  37. package/dist/runtime.d.ts +2 -2
  38. package/dist/runtime.mjs +255 -15
  39. package/dist/runtime.mjs.map +1 -1
  40. package/package.json +2 -2
package/dist/index.d.mts CHANGED
@@ -2,7 +2,7 @@ import http from 'http';
2
2
  export { a as ApiContext, A as ApiMiddleware, b as GenerateStaticParams, G as GlobalMiddleware, L as LoaderResult, M as MetadataLoader, N as NotFoundResponse, d as RedirectResponse, R as RouteMiddleware, S as ServerContext, c as ServerLoader, W as WssActions } from './index.types-Duhjyfit.mjs';
3
3
  import { Socket } from 'socket.io';
4
4
  import { Request, Response } from 'express';
5
- export { c as bootstrapClient } from './bootstrap-BfGTMUkj.mjs';
5
+ export { c as bootstrapClient } from './bootstrap-B6W6XoI5.mjs';
6
6
  import { ZodSchema, z } from 'zod';
7
7
  import * as express_rate_limit from 'express-rate-limit';
8
8
  import pino, { Logger as Logger$1 } from 'pino';
package/dist/index.d.ts CHANGED
@@ -2,7 +2,7 @@ import http from 'http';
2
2
  export { a as ApiContext, A as ApiMiddleware, b as GenerateStaticParams, G as GlobalMiddleware, L as LoaderResult, M as MetadataLoader, N as NotFoundResponse, d as RedirectResponse, R as RouteMiddleware, S as ServerContext, c as ServerLoader, W as WssActions } from './index.types-Duhjyfit.js';
3
3
  import { Socket } from 'socket.io';
4
4
  import { Request, Response } from 'express';
5
- export { c as bootstrapClient } from './bootstrap-BfGTMUkj.js';
5
+ export { c as bootstrapClient } from './bootstrap-B6W6XoI5.js';
6
6
  import { ZodSchema, z } from 'zod';
7
7
  import * as express_rate_limit from 'express-rate-limit';
8
8
  import pino, { Logger as Logger$1 } from 'pino';