@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,204 @@
1
+ /*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
2
+ .IncodeSpinner {
3
+ justify-content: center;
4
+ align-items: center;
5
+ display: flex;
6
+ }
7
+
8
+ .IncodeSpinner.IncodeSpinnerFullScreen {
9
+ inset: var(--spacing-0, var(--spacing-none, 0px));
10
+ z-index: 50;
11
+ background-color: var(--spinner-surface-overlay);
12
+ opacity: var(--spinner-surface-overlay-opacity, 1);
13
+ position: fixed;
14
+ }
15
+
16
+ .IncodeSpinnerContent {
17
+ flex-direction: column;
18
+ justify-content: center;
19
+ align-items: center;
20
+ display: flex;
21
+ }
22
+
23
+ .IncodeSpinnerText {
24
+ text-align: center;
25
+ flex-direction: column;
26
+ align-items: center;
27
+ display: flex;
28
+ }
29
+
30
+ .IncodeSpinnerTitle {
31
+ color: var(--spinner-text-title);
32
+ }
33
+
34
+ .IncodeSpinnerSubtitle {
35
+ font-size: var(--text-base, 1rem);
36
+ line-height: var(--tw-leading, var(--text-base--line-height, calc(1.5 / 1)));
37
+ color: var(--spinner-text-subtitle);
38
+ }
39
+ /*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
40
+ @layer properties {
41
+ @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
42
+ *, :before, :after, ::backdrop {
43
+ --tw-font-weight: initial;
44
+ }
45
+ }
46
+ }
47
+
48
+ .IncodeUnsupportedModule {
49
+ min-height: 100vh;
50
+ padding: var(--spacing-16, var(--spacing-16, 16px));
51
+ flex-direction: column;
52
+ justify-content: center;
53
+ align-items: center;
54
+ display: flex;
55
+ }
56
+
57
+ .IncodeUnsupportedModuleContent {
58
+ max-width: var(--container-md, 28rem);
59
+ align-items: center;
60
+ gap: var(--spacing-16, var(--spacing-16, 16px));
61
+ text-align: center;
62
+ flex-direction: column;
63
+ display: flex;
64
+ }
65
+
66
+ .IncodeUnsupportedModuleTitle {
67
+ font-size: var(--text-24, var(--primitive-typography-size-24));
68
+ --tw-font-weight: var(--font-weight-semibold, var(--primitive-typography-weight-semibold));
69
+ font-weight: var(--font-weight-semibold, var(--primitive-typography-weight-semibold));
70
+ color: var(--color-text-body-primary, var(--text-body-primary));
71
+ }
72
+
73
+ .IncodeUnsupportedModuleMessage {
74
+ font-size: var(--text-16, var(--primitive-typography-size-16));
75
+ color: var(--color-text-body-secondary, var(--text-body-secondary));
76
+ }
77
+
78
+ .IncodeUnsupportedModuleButton {
79
+ margin-top: var(--spacing-8, var(--spacing-8, 8px));
80
+ }
81
+
82
+ @property --tw-font-weight {
83
+ syntax: "*";
84
+ inherits: false
85
+ }
86
+ /*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
87
+ .IncodeFlow {
88
+ width: 100%;
89
+ height: 100%;
90
+ }
91
+
92
+ .IncodeFlowModuleLoading {
93
+ text-align: center;
94
+ justify-content: center;
95
+ align-items: center;
96
+ height: 100%;
97
+ display: flex;
98
+ }
99
+ /*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
100
+ .IncodeFlowStart {
101
+ width: 100%;
102
+ height: 100%;
103
+ padding-inline: var(--spacing-24, var(--spacing-24, 24px));
104
+ padding-top: var(--spacing-20, var(--spacing-20, 20px));
105
+ padding-bottom: var(--spacing-32, var(--spacing-32, 32px));
106
+ flex-direction: column;
107
+ justify-content: center;
108
+ align-items: center;
109
+ display: flex;
110
+ }
111
+
112
+ .IncodeFlowStartContent {
113
+ text-align: center;
114
+ flex-direction: column;
115
+ justify-content: space-between;
116
+ align-items: center;
117
+ width: 100%;
118
+ height: 100%;
119
+ display: flex;
120
+ }
121
+
122
+ .IncodeFlowStartCenterSection {
123
+ flex-direction: column;
124
+ flex: 1;
125
+ justify-content: center;
126
+ align-items: center;
127
+ width: 100%;
128
+ display: flex;
129
+ }
130
+
131
+ .IncodeFlowStartLogoContainer {
132
+ justify-content: center;
133
+ align-items: center;
134
+ min-width: 100px;
135
+ max-height: 250px;
136
+ display: flex;
137
+ }
138
+
139
+ .IncodeFlowStartLogo {
140
+ object-fit: contain;
141
+ width: 260px;
142
+ max-width: 100%;
143
+ height: auto;
144
+ max-height: 100%;
145
+ }
146
+
147
+ @media screen and (max-width: 767px) {
148
+ .IncodeFlowStartLogo {
149
+ width: 200px;
150
+ }
151
+ }
152
+
153
+ .IncodeFlowStartSubtitle {
154
+ color: #20263d;
155
+ text-align: center;
156
+ margin-top: 10px;
157
+ font-size: 1.5rem;
158
+ font-weight: bold;
159
+ line-height: 1.37;
160
+ }
161
+
162
+ .IncodeFlowStartButton {
163
+ margin-top: auto;
164
+ }
165
+
166
+ @media screen and (min-width: 992px) {
167
+ .IncodeFlowStart {
168
+ padding: 5% 20% 15%;
169
+ }
170
+ }
171
+ /*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
172
+ .IncodeFlowCompleted {
173
+ width: 100%;
174
+ height: 100%;
175
+ padding: var(--spacing-20, var(--spacing-20, 20px));
176
+ flex-direction: column;
177
+ justify-content: center;
178
+ align-items: center;
179
+ display: flex;
180
+ }
181
+
182
+ .IncodeComponent .IncodeFlowCompleted h1.IncodeFlowCompletedTitle {
183
+ color: #20263d;
184
+ text-align: left;
185
+ width: 100%;
186
+ margin: 20px 0;
187
+ font-size: 2rem;
188
+ font-weight: 700;
189
+ }
190
+
191
+ .IncodeComponent .IncodeFlowCompleted p.IncodeFlowCompletedSubtitle {
192
+ color: #20263d;
193
+ text-align: left;
194
+ width: 100%;
195
+ margin: 20px 0;
196
+ font-size: 1rem;
197
+ font-weight: 700;
198
+ }
199
+
200
+ @media screen and (min-width: 992px) {
201
+ .IncodeComponent .IncodeFlowCompleted h1.IncodeFlowCompletedTitle, .IncodeComponent .IncodeFlowCompleted p.IncodeFlowCompletedSubtitle {
202
+ text-align: center;
203
+ }
204
+ }