@redzone/taunt-logins-ui-react 0.0.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 (101) hide show
  1. package/.history/index_20251002141038.html +13 -0
  2. package/.history/index_20251002141344.html +13 -0
  3. package/.history/package_20251002154235.json +32 -0
  4. package/.history/package_20251002160110.json +33 -0
  5. package/.history/package_20251002161109.json +33 -0
  6. package/.history/package_20251002161124.json +32 -0
  7. package/.history/src/App_20251002141038.tsx +35 -0
  8. package/.history/src/App_20251002142848.tsx +15 -0
  9. package/.history/src/App_20251002152540.tsx +15 -0
  10. package/.history/src/App_20251002152831.tsx +17 -0
  11. package/.history/src/App_20251002153145.tsx +18 -0
  12. package/.history/src/App_20251002153323.tsx +25 -0
  13. package/.history/src/App_20251002153420.tsx +32 -0
  14. package/.history/src/App_20251002153429.tsx +33 -0
  15. package/.history/src/App_20251002153457.tsx +39 -0
  16. package/.history/src/App_20251002153516.tsx +39 -0
  17. package/.history/src/App_20251002153520.tsx +39 -0
  18. package/.history/src/App_20251002153546.tsx +41 -0
  19. package/.history/src/App_20251002154625.tsx +41 -0
  20. package/.history/src/App_20251002154740.tsx +47 -0
  21. package/.history/src/App_20251002154812.tsx +47 -0
  22. package/.history/src/App_20251002154841.tsx +47 -0
  23. package/.history/src/App_20251002154915.tsx +54 -0
  24. package/.history/src/App_20251002160347.tsx +54 -0
  25. package/.history/src/lib/exports_20251002160004.ts +0 -0
  26. package/.history/src/lib/exports_20251002160045.ts +3 -0
  27. package/.history/src/lib/magic_20251002142829.tsx +0 -0
  28. package/.history/src/lib/magic_20251002142848.tsx +44 -0
  29. package/.history/src/lib/magic_20251002152540.tsx +28 -0
  30. package/.history/src/lib/magic_20251002152543.tsx +28 -0
  31. package/.history/src/lib/magic_20251002152546.tsx +28 -0
  32. package/.history/src/lib/magic_20251002152802.tsx +47 -0
  33. package/.history/src/lib/magic_20251002154740.tsx +47 -0
  34. package/.history/src/lib/magic_20251002155035.tsx +47 -0
  35. package/.history/src/lib/magic_20251002160411.tsx +49 -0
  36. package/.history/src/lib/magic_20251002160428.tsx +49 -0
  37. package/.history/src/lib/magic_20251002161028.tsx +50 -0
  38. package/.history/src/lib/metamask_20251002141612.tsx +0 -0
  39. package/.history/src/lib/metamask_20251002142622.tsx +38 -0
  40. package/.history/src/lib/metamask_20251002142654.tsx +41 -0
  41. package/.history/src/lib/metamask_20251002142726.tsx +44 -0
  42. package/.history/src/lib/metamask_20251002142848.tsx +0 -0
  43. package/.history/src/lib/metamask_20251002152802.tsx +28 -0
  44. package/.history/src/lib/metamask_20251002153516.tsx +27 -0
  45. package/.history/src/lib/metamask_20251002154228.tsx +27 -0
  46. package/.history/src/lib/metamask_20251002154523.tsx +27 -0
  47. package/.history/src/lib/styling_20251002154448.css +0 -0
  48. package/.history/src/lib/styling_20251002154523.css +19 -0
  49. package/.history/src/lib/styling_20251002154531.css +19 -0
  50. package/.history/src/lib/styling_20251002154544.css +20 -0
  51. package/.history/src/lib/styling_20251002154548.css +19 -0
  52. package/.history/src/lib/styling_20251002160446.css +20 -0
  53. package/.history/src/lib/styling_20251002160511.css +23 -0
  54. package/.history/src/lib/styling_20251002160515.css +24 -0
  55. package/.history/src/lib/styling_20251002160815.css +24 -0
  56. package/.history/src/lib/styling_20251002160910.css +24 -0
  57. package/.history/src/lib/styling_20251002160915.css +24 -0
  58. package/.history/src/lib/styling_20251002160952.css +24 -0
  59. package/.history/src/lib/styling_20251002161001.css +24 -0
  60. package/.history/src/lib/styling_20251002161011.css +24 -0
  61. package/.history/src/lib/styling_20251002161016.css +24 -0
  62. package/.history/src/lib/styling_20251002161036.css +25 -0
  63. package/.history/src/lib/tauntContext_20251002142359.ts +0 -0
  64. package/.history/src/lib/tauntContext_20251002142622.ts +17 -0
  65. package/.history/src/lib/tauntContext_20251002152540.ts +22 -0
  66. package/.history/src/lib/tauntContext_20251002152802.ts +22 -0
  67. package/.history/src/lib/tauntProvider_20251002142503.tsx +0 -0
  68. package/.history/src/lib/tauntProvider_20251002142622.tsx +15 -0
  69. package/.history/src/lib/tauntProvider_20251002143158.tsx +19 -0
  70. package/.history/src/lib/tauntProvider_20251002144018.tsx +19 -0
  71. package/.history/src/lib/tauntProvider_20251002152234.tsx +40 -0
  72. package/.history/src/lib/tauntProvider_20251002152802.tsx +40 -0
  73. package/.history/src/lib/tauntProvider_20251002153101.tsx +49 -0
  74. package/.history/src/lib/taunt_20251002160026.ts +0 -0
  75. package/.history/src/lib/taunt_20251002160045.ts +2 -0
  76. package/.history/src/main_20251002141038.tsx +10 -0
  77. package/.history/src/main_20251002141444.tsx +12 -0
  78. package/.history/src/main_20251002160347.tsx +12 -0
  79. package/.history/vite.config_20251002141038.ts +7 -0
  80. package/.history/vite.config_20251002141323.ts +10 -0
  81. package/.prettierrc.mjs +22 -0
  82. package/README.md +73 -0
  83. package/eslint.config.js +23 -0
  84. package/index.html +13 -0
  85. package/package.json +32 -0
  86. package/public/vite.svg +1 -0
  87. package/src/App.css +42 -0
  88. package/src/App.tsx +54 -0
  89. package/src/index.css +68 -0
  90. package/src/lib/exports.ts +3 -0
  91. package/src/lib/magic.tsx +50 -0
  92. package/src/lib/metamask.tsx +27 -0
  93. package/src/lib/styling.css +25 -0
  94. package/src/lib/taunt.ts +2 -0
  95. package/src/lib/tauntContext.ts +22 -0
  96. package/src/lib/tauntProvider.tsx +49 -0
  97. package/src/main.tsx +12 -0
  98. package/tsconfig.app.json +28 -0
  99. package/tsconfig.json +7 -0
  100. package/tsconfig.node.json +26 -0
  101. package/vite.config.ts +10 -0
package/src/main.tsx ADDED
@@ -0,0 +1,12 @@
1
+ import { StrictMode } from "react"
2
+ import { createRoot } from "react-dom/client"
3
+
4
+ import App from "./App.tsx"
5
+
6
+ // import "./index.css"
7
+
8
+ createRoot(document.getElementById("root")!).render(
9
+ <StrictMode>
10
+ <App />
11
+ </StrictMode>
12
+ )
@@ -0,0 +1,28 @@
1
+ {
2
+ "compilerOptions": {
3
+ "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
4
+ "target": "ES2022",
5
+ "useDefineForClassFields": true,
6
+ "lib": ["ES2022", "DOM", "DOM.Iterable"],
7
+ "module": "ESNext",
8
+ "types": ["vite/client"],
9
+ "skipLibCheck": true,
10
+
11
+ /* Bundler mode */
12
+ "moduleResolution": "bundler",
13
+ "allowImportingTsExtensions": true,
14
+ "verbatimModuleSyntax": true,
15
+ "moduleDetection": "force",
16
+ "noEmit": true,
17
+ "jsx": "react-jsx",
18
+
19
+ /* Linting */
20
+ "strict": true,
21
+ "noUnusedLocals": true,
22
+ "noUnusedParameters": true,
23
+ "erasableSyntaxOnly": true,
24
+ "noFallthroughCasesInSwitch": true,
25
+ "noUncheckedSideEffectImports": true
26
+ },
27
+ "include": ["src"]
28
+ }
package/tsconfig.json ADDED
@@ -0,0 +1,7 @@
1
+ {
2
+ "files": [],
3
+ "references": [
4
+ { "path": "./tsconfig.app.json" },
5
+ { "path": "./tsconfig.node.json" }
6
+ ]
7
+ }
@@ -0,0 +1,26 @@
1
+ {
2
+ "compilerOptions": {
3
+ "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
4
+ "target": "ES2023",
5
+ "lib": ["ES2023"],
6
+ "module": "ESNext",
7
+ "types": ["node"],
8
+ "skipLibCheck": true,
9
+
10
+ /* Bundler mode */
11
+ "moduleResolution": "bundler",
12
+ "allowImportingTsExtensions": true,
13
+ "verbatimModuleSyntax": true,
14
+ "moduleDetection": "force",
15
+ "noEmit": true,
16
+
17
+ /* Linting */
18
+ "strict": true,
19
+ "noUnusedLocals": true,
20
+ "noUnusedParameters": true,
21
+ "erasableSyntaxOnly": true,
22
+ "noFallthroughCasesInSwitch": true,
23
+ "noUncheckedSideEffectImports": true
24
+ },
25
+ "include": ["vite.config.ts"]
26
+ }
package/vite.config.ts ADDED
@@ -0,0 +1,10 @@
1
+ import react from "@vitejs/plugin-react-swc";
2
+ import { defineConfig } from "vite";
3
+
4
+ // https://vite.dev/config/
5
+ export default defineConfig({
6
+ plugins: [react()],
7
+ server: {
8
+ open: true,
9
+ },
10
+ });