@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.
- package/.turbo/turbo-build.log +58 -0
- package/.turbo/turbo-coverage.log +23 -0
- package/.turbo/turbo-format.log +6 -0
- package/.turbo/turbo-lint$colon$fix.log +6 -0
- package/.turbo/turbo-lint.log +6 -0
- package/.turbo/turbo-test.log +1033 -0
- package/.turbo/turbo-typecheck.log +5 -0
- package/coverage/base.css +224 -0
- package/coverage/block-navigation.js +87 -0
- package/coverage/email/email.tsx.html +850 -0
- package/coverage/email/emailInput.tsx.html +340 -0
- package/coverage/email/index.html +131 -0
- package/coverage/favicon.png +0 -0
- package/coverage/flow/flow.tsx.html +961 -0
- package/coverage/flow/flowCompleted.tsx.html +448 -0
- package/coverage/flow/flowInit.ts.html +367 -0
- package/coverage/flow/flowStart.tsx.html +208 -0
- package/coverage/flow/index.html +221 -0
- package/coverage/flow/preloadFlow.ts.html +598 -0
- package/coverage/flow/unsupportedModule.tsx.html +202 -0
- package/coverage/flow/useFlowInitialization.ts.html +469 -0
- package/coverage/flow/useModuleLoader.ts.html +361 -0
- package/coverage/hooks/index.html +116 -0
- package/coverage/hooks/useManager.ts.html +205 -0
- package/coverage/index.html +401 -0
- package/coverage/permissions/boldWithArrow.tsx.html +208 -0
- package/coverage/permissions/denied.tsx.html +172 -0
- package/coverage/permissions/deniedAndroid.tsx.html +253 -0
- package/coverage/permissions/deniedDesktop.tsx.html +277 -0
- package/coverage/permissions/deniedIOS.tsx.html +304 -0
- package/coverage/permissions/deniedInstructions.tsx.html +142 -0
- package/coverage/permissions/iconWrapper.tsx.html +130 -0
- package/coverage/permissions/index.html +251 -0
- package/coverage/permissions/learnMore.tsx.html +340 -0
- package/coverage/permissions/numberedStep.tsx.html +127 -0
- package/coverage/permissions/permissions.tsx.html +289 -0
- package/coverage/phone/index.html +116 -0
- package/coverage/phone/phoneInput.tsx.html +832 -0
- package/coverage/prettify.css +1 -0
- package/coverage/prettify.js +2 -0
- package/coverage/selfie/index.html +131 -0
- package/coverage/selfie/selfie.tsx.html +334 -0
- package/coverage/selfie/tutorial.tsx.html +214 -0
- package/coverage/shared/baseTutorial/baseTutorial.tsx.html +250 -0
- package/coverage/shared/baseTutorial/index.html +131 -0
- package/coverage/shared/baseTutorial/replaceBaseTutorial.ts.html +289 -0
- package/coverage/shared/button/button.tsx.html +226 -0
- package/coverage/shared/button/index.html +116 -0
- package/coverage/shared/componentRoot/incodeComponent.tsx.html +121 -0
- package/coverage/shared/componentRoot/index.html +116 -0
- package/coverage/shared/countries/countries.ts.html +502 -0
- package/coverage/shared/countries/index.html +116 -0
- package/coverage/shared/icons/chevronDown.tsx.html +151 -0
- package/coverage/shared/icons/index.html +131 -0
- package/coverage/shared/icons/successIcon.tsx.html +163 -0
- package/coverage/shared/loader/index.html +116 -0
- package/coverage/shared/loader/loadingIcon.tsx.html +286 -0
- package/coverage/shared/otpInput/index.html +116 -0
- package/coverage/shared/otpInput/otpInput.tsx.html +808 -0
- package/coverage/shared/page/index.html +146 -0
- package/coverage/shared/page/page.tsx.html +358 -0
- package/coverage/shared/page/pageUiConfig.ts.html +277 -0
- package/coverage/shared/page/verifiedByIncode.tsx.html +310 -0
- package/coverage/shared/spacer/index.html +116 -0
- package/coverage/shared/spacer/spacer.tsx.html +349 -0
- package/coverage/shared/spinner/index.html +116 -0
- package/coverage/shared/spinner/spinner.tsx.html +280 -0
- package/coverage/shared/title/index.html +116 -0
- package/coverage/shared/title/title.tsx.html +121 -0
- package/coverage/shared/uiConfig/index.html +116 -0
- package/coverage/shared/uiConfig/uiConfig.ts.html +193 -0
- package/coverage/shared/webComponent/incodeModule.ts.html +172 -0
- package/coverage/shared/webComponent/index.html +131 -0
- package/coverage/shared/webComponent/registerIncodeElement.ts.html +130 -0
- package/coverage/sort-arrow-sprite.png +0 -0
- package/coverage/sorter.js +210 -0
- package/coverage/styles/cn.tsx.html +148 -0
- package/coverage/styles/fetchTheme.ts.html +349 -0
- package/coverage/styles/index.html +131 -0
- package/dist/asset-manifest.json +18 -0
- package/dist/browser-ponyfill-B6W6hHVY.js +344 -0
- package/dist/button-DeMZ_34N.js +266 -0
- package/dist/button.css +335 -0
- package/dist/email/email.es.js +145 -0
- package/dist/email/styles.css +123 -0
- package/dist/flow/flow.es.js +9 -0
- package/dist/flow/styles.css +204 -0
- package/dist/flow-ZK6OBsa3.js +568 -0
- package/dist/incodeModule-BF5MX9GT.js +243 -0
- package/dist/incodeModule.css +119 -0
- package/dist/index.es.js +101 -0
- package/dist/otpInput-BUrV4IAF.js +151 -0
- package/dist/otpInput.css +167 -0
- package/dist/phone/phone.es.js +3442 -0
- package/dist/phone/styles.css +305 -0
- package/dist/selfie/selfie.es.js +893 -0
- package/dist/selfie/styles.css +1163 -0
- package/dist/selfieTutorial-C-u5GufD.js +29 -0
- package/dist/styles/core.css +1013 -0
- package/dist/styles/tokens.css +543 -0
- package/dist/successIcon.css +4 -0
- package/dist/title-ng7q7YDh.js +2161 -0
- package/dist/title.css +38 -0
- package/dist/types/core.d.ts +1 -0
- package/dist/types/email/email.d.ts +2 -0
- package/dist/types/email.d.ts +50 -0
- package/dist/types/flow/flow.d.ts +2 -0
- package/dist/types/flow.d.ts +46 -0
- package/dist/types/index.d.ts +223 -0
- package/dist/types/phone/phone.d.ts +2 -0
- package/dist/types/phone.d.ts +51 -0
- package/dist/types/selfie/selfie.d.ts +2 -0
- package/dist/types/selfie.d.ts +24 -0
- package/dist/types/styles/core.d.ts +1 -0
- package/dist/vendor-preact-CK0WeTOR.js +584 -0
- 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
|
+
[2m│ fill: var(--color-spinner-surface-secondary, var(--spinner-surface-secondary));[22m
|
|
18
|
+
[2m│ }[22m
|
|
19
|
+
[2m│[22m @keyframes fadeInScale {
|
|
20
|
+
[2m┆[22m [33m[2m^--[22m Unknown at rule: @keyframes[39m
|
|
21
|
+
[2m┆[22m
|
|
22
|
+
[2m│ from {[22m
|
|
23
|
+
[2m│ opacity: 0;[22m
|
|
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
|
+
------------|---------|----------|---------|---------|-------------------
|