@alepha/react 0.13.0 → 0.13.1

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 (45) hide show
  1. package/dist/auth/index.browser.js +4 -1642
  2. package/dist/auth/index.browser.js.map +1 -1
  3. package/dist/auth/index.d.ts +1 -1
  4. package/dist/auth/index.js +4 -1642
  5. package/dist/auth/index.js.map +1 -1
  6. package/dist/core/index.d.ts +83 -83
  7. package/dist/form/index.d.ts +1 -1
  8. package/dist/form/index.js +3 -1642
  9. package/dist/form/index.js.map +1 -1
  10. package/dist/head/index.browser.js +3 -1654
  11. package/dist/head/index.browser.js.map +1 -1
  12. package/dist/head/index.d.ts +149 -885
  13. package/dist/head/index.js +4 -1654
  14. package/dist/head/index.js.map +1 -1
  15. package/dist/i18n/index.d.ts +20 -20
  16. package/dist/i18n/index.js +3 -1653
  17. package/dist/i18n/index.js.map +1 -1
  18. package/dist/websocket/index.d.ts +159 -3
  19. package/dist/websocket/index.js +2 -1654
  20. package/dist/websocket/index.js.map +1 -1
  21. package/package.json +9 -15
  22. package/dist/auth/chunk-DhGyd7sr.js +0 -28
  23. package/dist/auth/index.cjs +0 -1800
  24. package/dist/auth/index.cjs.map +0 -1
  25. package/dist/auth/index.d.cts +0 -1274
  26. package/dist/core/chunk-DhGyd7sr.js +0 -28
  27. package/dist/core/index.cjs +0 -2087
  28. package/dist/core/index.cjs.map +0 -1
  29. package/dist/core/index.d.cts +0 -2763
  30. package/dist/form/chunk-DhGyd7sr.js +0 -28
  31. package/dist/form/index.cjs +0 -2074
  32. package/dist/form/index.cjs.map +0 -1
  33. package/dist/form/index.d.cts +0 -419
  34. package/dist/head/chunk-DhGyd7sr.js +0 -28
  35. package/dist/head/index.cjs +0 -1912
  36. package/dist/head/index.cjs.map +0 -1
  37. package/dist/head/index.d.cts +0 -1801
  38. package/dist/i18n/chunk-DhGyd7sr.js +0 -28
  39. package/dist/i18n/index.cjs +0 -1899
  40. package/dist/i18n/index.cjs.map +0 -1
  41. package/dist/i18n/index.d.cts +0 -437
  42. package/dist/websocket/index.cjs +0 -1787
  43. package/dist/websocket/index.cjs.map +0 -1
  44. package/dist/websocket/index.d.cts +0 -118
  45. package/src/i18n/README.md +0 -76
@@ -1,28 +0,0 @@
1
- //#region rolldown:runtime
2
- var __create = Object.create;
3
- var __defProp = Object.defineProperty;
4
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
- var __getOwnPropNames = Object.getOwnPropertyNames;
6
- var __getProtoOf = Object.getPrototypeOf;
7
- var __hasOwnProp = Object.prototype.hasOwnProperty;
8
- var __copyProps = (to, from, except, desc) => {
9
- if (from && typeof from === "object" || typeof from === "function") {
10
- for (var keys = __getOwnPropNames(from), i = 0, n = keys.length, key; i < n; i++) {
11
- key = keys[i];
12
- if (!__hasOwnProp.call(to, key) && key !== except) {
13
- __defProp(to, key, {
14
- get: ((k) => from[k]).bind(null, key),
15
- enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
16
- });
17
- }
18
- }
19
- }
20
- return to;
21
- };
22
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", {
23
- value: mod,
24
- enumerable: true
25
- }) : target, mod));
26
-
27
- //#endregion
28
- export { };