@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,167 @@
1
+ /*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
2
+ @layer properties {
3
+ @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
4
+ *, :before, :after, ::backdrop {
5
+ --tw-font-weight: initial;
6
+ --tw-border-style: solid;
7
+ --tw-duration: initial;
8
+ }
9
+ }
10
+ }
11
+
12
+ .IncodeOtpInput {
13
+ flex-direction: column;
14
+ flex: 1;
15
+ align-items: center;
16
+ width: 100%;
17
+ display: flex;
18
+ }
19
+
20
+ .IncodeOtpInputContainer {
21
+ flex-direction: column;
22
+ align-items: center;
23
+ width: 100%;
24
+ display: flex;
25
+ }
26
+
27
+ .IncodeOtpInputBoxes {
28
+ justify-content: center;
29
+ gap: var(--spacing-4, var(--spacing-4, 4px));
30
+ max-width: 100%;
31
+ display: flex;
32
+ }
33
+
34
+ @media (min-width: 400px) {
35
+ .IncodeOtpInputBoxes {
36
+ gap: var(--spacing-12, var(--spacing-12, 12px));
37
+ }
38
+ }
39
+
40
+ .IncodeOtpInputBox {
41
+ text-align: center;
42
+ width: 48px;
43
+ height: 48px;
44
+ font-size: var(--text-24, var(--primitive-typography-size-24));
45
+ --tw-font-weight: var(--font-weight-bold, var(--primitive-typography-weight-bold));
46
+ font-weight: var(--font-weight-bold, var(--primitive-typography-weight-bold));
47
+ border-radius: var(--radius-small, var(--border-radius-small));
48
+ border-style: var(--tw-border-style);
49
+ border-width: 1px;
50
+ border-color: var(--color-input-border-default, var(--input-border-default));
51
+ background-color: var(--color-input-surface-default, var(--input-surface-default));
52
+ color: var(--color-input-text-field-default, var(--input-text-field-default));
53
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
54
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(.4, 0, .2, 1)));
55
+ transition-duration: var(--tw-duration, var(--default-transition-duration, .15s));
56
+ --tw-duration: .2s;
57
+ --tw-outline-style: none;
58
+ outline-style: none;
59
+ flex-shrink: 0;
60
+ font-family: inherit;
61
+ transition-duration: .2s;
62
+ }
63
+
64
+ @media (min-width: 400px) {
65
+ .IncodeOtpInputBox {
66
+ width: 56px;
67
+ height: 56px;
68
+ }
69
+ }
70
+
71
+ .IncodeOtpInputBoxes:focus-within .IncodeOtpInputBox {
72
+ border-style: var(--tw-border-style);
73
+ border-width: 2px;
74
+ border-color: var(--color-input-border-active, var(--input-border-active));
75
+ background-color: var(--color-input-surface-active, var(--input-surface-active));
76
+ }
77
+
78
+ .IncodeOtpInputBoxes.IncodeOtpInputBoxesError .IncodeOtpInputBox {
79
+ border-color: var(--color-input-border-negative, var(--input-border-negative));
80
+ }
81
+
82
+ .IncodeOtpInputBox::placeholder {
83
+ color: var(--color-input-text-field-placeholder, var(--input-text-field-placeholder));
84
+ }
85
+
86
+ .IncodeOtpInputBox:disabled {
87
+ border-color: var(--color-input-border-disabled, var(--input-border-disabled));
88
+ background-color: var(--color-input-surface-disabled, var(--input-surface-disabled));
89
+ cursor: not-allowed;
90
+ color: var(--color-input-text-field-disabled, var(--input-text-field-disabled));
91
+ }
92
+
93
+ .IncodeOtpInputError {
94
+ margin: var(--spacing-0, var(--spacing-none, 0px));
95
+ text-align: center;
96
+ font-size: var(--text-14, var(--primitive-typography-size-14));
97
+ --tw-font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
98
+ font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
99
+ color: var(--color-input-text-helper-negative, var(--input-text-helper-negative));
100
+ }
101
+
102
+ .IncodeOtpInputActions {
103
+ flex-direction: column;
104
+ align-items: center;
105
+ width: 100%;
106
+ display: flex;
107
+ }
108
+
109
+ .IncodeOtpInputTimer {
110
+ margin: var(--spacing-0, var(--spacing-none, 0px));
111
+ text-align: center;
112
+ font-size: var(--text-18, var(--primitive-typography-size-18));
113
+ --tw-font-weight: var(--font-weight-normal, 400);
114
+ font-weight: var(--font-weight-normal, 400);
115
+ color: var(--color-text-body-tertiary, var(--text-body-tertiary));
116
+ }
117
+
118
+ .IncodeOtpInputResendText {
119
+ margin: var(--spacing-0, var(--spacing-none, 0px));
120
+ text-align: center;
121
+ font-size: var(--text-18, var(--primitive-typography-size-18));
122
+ --tw-font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
123
+ font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
124
+ color: var(--color-text-body-primary, var(--text-body-primary));
125
+ }
126
+
127
+ .IncodeOtpInputLink {
128
+ margin: var(--spacing-0, var(--spacing-none, 0px));
129
+ cursor: pointer;
130
+ border-style: var(--tw-border-style);
131
+ border-width: var(--border-width-none, var(--border-none));
132
+ --tw-border-style: none;
133
+ padding: var(--spacing-0, var(--spacing-none, 0px));
134
+ font-size: var(--text-18, var(--primitive-typography-size-18));
135
+ --tw-font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
136
+ font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
137
+ color: var(--color-button-primary-surface-default, var(--button-primary-surface-default));
138
+ background-color: #0000;
139
+ border-style: none;
140
+ font-family: inherit;
141
+ text-decoration-line: underline;
142
+ }
143
+
144
+ .IncodeOtpInputLink:hover {
145
+ color: var(--color-button-primary-surface-default, var(--button-primary-surface-default));
146
+ }
147
+
148
+ .IncodeOtpInputLink:disabled {
149
+ cursor: not-allowed;
150
+ color: var(--color-text-body-tertiary, var(--text-body-tertiary));
151
+ }
152
+
153
+ @property --tw-font-weight {
154
+ syntax: "*";
155
+ inherits: false
156
+ }
157
+
158
+ @property --tw-border-style {
159
+ syntax: "*";
160
+ inherits: false;
161
+ initial-value: solid;
162
+ }
163
+
164
+ @property --tw-duration {
165
+ syntax: "*";
166
+ inherits: false
167
+ }