@incodetech/web 2.0.0-alpha.1 → 2.0.0-alpha.2

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 (116) hide show
  1. package/.turbo/turbo-build.log +58 -0
  2. package/.turbo/turbo-coverage.log +23 -0
  3. package/.turbo/turbo-format.log +6 -0
  4. package/.turbo/turbo-lint$colon$fix.log +6 -0
  5. package/.turbo/turbo-lint.log +6 -0
  6. package/.turbo/turbo-test.log +1033 -0
  7. package/.turbo/turbo-typecheck.log +5 -0
  8. package/coverage/base.css +224 -0
  9. package/coverage/block-navigation.js +87 -0
  10. package/coverage/email/email.tsx.html +850 -0
  11. package/coverage/email/emailInput.tsx.html +340 -0
  12. package/coverage/email/index.html +131 -0
  13. package/coverage/favicon.png +0 -0
  14. package/coverage/flow/flow.tsx.html +961 -0
  15. package/coverage/flow/flowCompleted.tsx.html +448 -0
  16. package/coverage/flow/flowInit.ts.html +367 -0
  17. package/coverage/flow/flowStart.tsx.html +208 -0
  18. package/coverage/flow/index.html +221 -0
  19. package/coverage/flow/preloadFlow.ts.html +598 -0
  20. package/coverage/flow/unsupportedModule.tsx.html +202 -0
  21. package/coverage/flow/useFlowInitialization.ts.html +469 -0
  22. package/coverage/flow/useModuleLoader.ts.html +361 -0
  23. package/coverage/hooks/index.html +116 -0
  24. package/coverage/hooks/useManager.ts.html +205 -0
  25. package/coverage/index.html +401 -0
  26. package/coverage/permissions/boldWithArrow.tsx.html +208 -0
  27. package/coverage/permissions/denied.tsx.html +172 -0
  28. package/coverage/permissions/deniedAndroid.tsx.html +253 -0
  29. package/coverage/permissions/deniedDesktop.tsx.html +277 -0
  30. package/coverage/permissions/deniedIOS.tsx.html +304 -0
  31. package/coverage/permissions/deniedInstructions.tsx.html +142 -0
  32. package/coverage/permissions/iconWrapper.tsx.html +130 -0
  33. package/coverage/permissions/index.html +251 -0
  34. package/coverage/permissions/learnMore.tsx.html +340 -0
  35. package/coverage/permissions/numberedStep.tsx.html +127 -0
  36. package/coverage/permissions/permissions.tsx.html +289 -0
  37. package/coverage/phone/index.html +116 -0
  38. package/coverage/phone/phoneInput.tsx.html +832 -0
  39. package/coverage/prettify.css +1 -0
  40. package/coverage/prettify.js +2 -0
  41. package/coverage/selfie/index.html +131 -0
  42. package/coverage/selfie/selfie.tsx.html +334 -0
  43. package/coverage/selfie/tutorial.tsx.html +214 -0
  44. package/coverage/shared/baseTutorial/baseTutorial.tsx.html +250 -0
  45. package/coverage/shared/baseTutorial/index.html +131 -0
  46. package/coverage/shared/baseTutorial/replaceBaseTutorial.ts.html +289 -0
  47. package/coverage/shared/button/button.tsx.html +226 -0
  48. package/coverage/shared/button/index.html +116 -0
  49. package/coverage/shared/componentRoot/incodeComponent.tsx.html +121 -0
  50. package/coverage/shared/componentRoot/index.html +116 -0
  51. package/coverage/shared/countries/countries.ts.html +502 -0
  52. package/coverage/shared/countries/index.html +116 -0
  53. package/coverage/shared/icons/chevronDown.tsx.html +151 -0
  54. package/coverage/shared/icons/index.html +131 -0
  55. package/coverage/shared/icons/successIcon.tsx.html +163 -0
  56. package/coverage/shared/loader/index.html +116 -0
  57. package/coverage/shared/loader/loadingIcon.tsx.html +286 -0
  58. package/coverage/shared/otpInput/index.html +116 -0
  59. package/coverage/shared/otpInput/otpInput.tsx.html +808 -0
  60. package/coverage/shared/page/index.html +146 -0
  61. package/coverage/shared/page/page.tsx.html +358 -0
  62. package/coverage/shared/page/pageUiConfig.ts.html +277 -0
  63. package/coverage/shared/page/verifiedByIncode.tsx.html +310 -0
  64. package/coverage/shared/spacer/index.html +116 -0
  65. package/coverage/shared/spacer/spacer.tsx.html +349 -0
  66. package/coverage/shared/spinner/index.html +116 -0
  67. package/coverage/shared/spinner/spinner.tsx.html +280 -0
  68. package/coverage/shared/title/index.html +116 -0
  69. package/coverage/shared/title/title.tsx.html +121 -0
  70. package/coverage/shared/uiConfig/index.html +116 -0
  71. package/coverage/shared/uiConfig/uiConfig.ts.html +193 -0
  72. package/coverage/shared/webComponent/incodeModule.ts.html +172 -0
  73. package/coverage/shared/webComponent/index.html +131 -0
  74. package/coverage/shared/webComponent/registerIncodeElement.ts.html +130 -0
  75. package/coverage/sort-arrow-sprite.png +0 -0
  76. package/coverage/sorter.js +210 -0
  77. package/coverage/styles/cn.tsx.html +148 -0
  78. package/coverage/styles/fetchTheme.ts.html +349 -0
  79. package/coverage/styles/index.html +131 -0
  80. package/dist/asset-manifest.json +18 -0
  81. package/dist/browser-ponyfill-B6W6hHVY.js +344 -0
  82. package/dist/button-DeMZ_34N.js +266 -0
  83. package/dist/button.css +335 -0
  84. package/dist/email/email.es.js +145 -0
  85. package/dist/email/styles.css +123 -0
  86. package/dist/flow/flow.es.js +9 -0
  87. package/dist/flow/styles.css +204 -0
  88. package/dist/flow-ZK6OBsa3.js +568 -0
  89. package/dist/incodeModule-BF5MX9GT.js +243 -0
  90. package/dist/incodeModule.css +119 -0
  91. package/dist/index.es.js +101 -0
  92. package/dist/otpInput-BUrV4IAF.js +151 -0
  93. package/dist/otpInput.css +167 -0
  94. package/dist/phone/phone.es.js +3442 -0
  95. package/dist/phone/styles.css +305 -0
  96. package/dist/selfie/selfie.es.js +893 -0
  97. package/dist/selfie/styles.css +1163 -0
  98. package/dist/selfieTutorial-C-u5GufD.js +29 -0
  99. package/dist/styles/core.css +1013 -0
  100. package/dist/styles/tokens.css +543 -0
  101. package/dist/successIcon.css +4 -0
  102. package/dist/title-ng7q7YDh.js +2161 -0
  103. package/dist/title.css +38 -0
  104. package/dist/types/core.d.ts +1 -0
  105. package/dist/types/email/email.d.ts +2 -0
  106. package/dist/types/email.d.ts +50 -0
  107. package/dist/types/flow/flow.d.ts +2 -0
  108. package/dist/types/flow.d.ts +46 -0
  109. package/dist/types/index.d.ts +223 -0
  110. package/dist/types/phone/phone.d.ts +2 -0
  111. package/dist/types/phone.d.ts +51 -0
  112. package/dist/types/selfie/selfie.d.ts +2 -0
  113. package/dist/types/selfie.d.ts +24 -0
  114. package/dist/types/styles/core.d.ts +1 -0
  115. package/dist/vendor-preact-CK0WeTOR.js +584 -0
  116. package/package.json +17 -17
@@ -0,0 +1,58 @@
1
+
2
+ > @incodetech/ui@2.0.0-alpha.1 prebuild /Users/alexisnavarro/dev/incode-web-sdk/packages/ui
3
+ > bun run ../../scripts/generate-asset-manifest.ts
4
+
5
+ [OK] Generated asset manifest with 15 SVG files
6
+ Output: /Users/alexisnavarro/dev/incode-web-sdk/packages/ui/dist/asset-manifest.json
7
+ CDN Base: https://cdn.incode.com/@incodetech/ui
8
+ Version: 2.0.0-alpha.1
9
+
10
+ > @incodetech/ui@2.0.0-alpha.1 build /Users/alexisnavarro/dev/incode-web-sdk/packages/ui
11
+ > vite build
12
+
13
+ vite v7.2.4 building client environment for production...
14
+ transforming...
15
+ Found 1 warning while optimizing generated CSS:
16
+
17
+ │ fill: var(--color-spinner-surface-secondary, var(--spinner-surface-secondary));
18
+ │ }
19
+ │ @keyframes fadeInScale {
20
+ ┆ ^-- Unknown at rule: @keyframes
21
+ ┆
22
+ │ from {
23
+ │ opacity: 0;
24
+
25
+ ✓ 227 modules transformed.
26
+ rendering chunks...
27
+
28
+ [vite:dts] Start generate declaration files...
29
+ computing gzip size...
30
+ ../dist/successIcon.css 0.11 kB │ gzip: 0.12 kB
31
+ ../dist/flow/styles.css 2.47 kB │ gzip: 0.61 kB
32
+ ../dist/email/styles.css 4.14 kB │ gzip: 1.09 kB
33
+ ../dist/button.css 4.68 kB │ gzip: 1.18 kB
34
+ ../dist/otpInput.css 5.49 kB │ gzip: 1.20 kB
35
+ ../dist/incodeModule.css 6.82 kB │ gzip: 1.24 kB
36
+ ../dist/phone/styles.css 10.86 kB │ gzip: 1.82 kB
37
+ ../dist/selfie/styles.css 30.29 kB │ gzip: 4.03 kB
38
+ ../dist/flow/flow.es.js 0.31 kB │ gzip: 0.17 kB
39
+ ../dist/index.es.js 0.31 kB │ gzip: 0.21 kB
40
+ ../dist/otpInput-CDV9LuLL.js 4.32 kB │ gzip: 1.48 kB
41
+ ../dist/email/email.es.js 4.86 kB │ gzip: 1.53 kB
42
+ ../dist/button-DxzTOrGQ.js 7.32 kB │ gzip: 3.02 kB
43
+ ../dist/browser-ponyfill-B6W6hHVY.js 15.51 kB │ gzip: 4.10 kB
44
+ ../dist/flow-CqMPoqPm.js 17.13 kB │ gzip: 5.90 kB
45
+ ../dist/incodeModule-Cm16hEfX.js 23.14 kB │ gzip: 8.87 kB
46
+ ../dist/vendor-preact-CK0WeTOR.js 25.70 kB │ gzip: 8.62 kB
47
+ ../dist/useTranslation-CIRDUZYl.js 81.48 kB │ gzip: 21.85 kB
48
+ ../dist/selfie/selfie.es.js 148.60 kB │ gzip: 35.86 kB
49
+ ../dist/phone/phone.es.js 204.80 kB │ gzip: 45.21 kB
50
+ [vite:dts] Start rollup declaration files...
51
+ Analysis will use the bundled TypeScript version 5.8.2
52
+ Analysis will use the bundled TypeScript version 5.8.2
53
+ Analysis will use the bundled TypeScript version 5.8.2
54
+ Analysis will use the bundled TypeScript version 5.8.2
55
+ Analysis will use the bundled TypeScript version 5.8.2
56
+ [vite:dts] Declaration files built in 8036ms.
57
+
58
+ ✓ built in 8.90s
@@ -0,0 +1,23 @@
1
+
2
+ > @incodetech/ui@1.0.0 coverage /Users/alexisnavarro/dev/incode-web-sdk/packages/ui
3
+ > vitest run --coverage
4
+
5
+
6
+ RUN v4.0.13 /Users/alexisnavarro/dev/incode-web-sdk/packages/ui
7
+ Coverage enabled with v8
8
+
9
+ ✓ src/index.test.tsx (4 tests) 7ms
10
+
11
+ Test Files 1 passed (1)
12
+ Tests 4 passed (4)
13
+ Start at 14:40:55
14
+ Duration 579ms (transform 28ms, setup 14ms, collect 108ms, tests 7ms, environment 297ms, prepare 25ms)
15
+
16
+ % Coverage report from v8
17
+ ------------|---------|----------|---------|---------|-------------------
18
+ File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
19
+ ------------|---------|----------|---------|---------|-------------------
20
+ All files | 100 | 100 | 100 | 100 |
21
+ index.ts | 0 | 0 | 0 | 0 |
22
+ widget.tsx | 100 | 100 | 100 | 100 |
23
+ ------------|---------|----------|---------|---------|-------------------
@@ -0,0 +1,6 @@
1
+
2
+ 
3
+ > @incodetech/ui@1.0.0 format /Users/alexisnavarro/dev/incode-web-sdk/packages/ui
4
+ > biome format . --write
5
+
6
+ Formatted 41 files in 38ms. No fixes applied.
@@ -0,0 +1,6 @@
1
+
2
+ 
3
+ > @incodetech/ui@1.0.0 lint:fix /Users/alexisnavarro/dev/incode-web-sdk/packages/ui
4
+ > biome lint . --write
5
+
6
+ Checked 32 files in 17ms. No fixes applied.
@@ -0,0 +1,6 @@
1
+
2
+ 
3
+ > @incodetech/ui@1.0.0 lint /Users/alexisnavarro/dev/incode-web-sdk/packages/ui
4
+ > biome lint .
5
+
6
+ Checked 41 files in 22ms. No fixes applied.