@syncfusion/ej2-angular-inputs 25.2.6 → 26.1.35

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 (303) hide show
  1. package/CHANGELOG.md +1495 -0
  2. package/README.md +13 -0
  3. package/esm2020/public_api.mjs +1 -2
  4. package/esm2020/src/index.mjs +4 -1
  5. package/esm2020/src/otp-input/otpinput-all.module.mjs +23 -0
  6. package/esm2020/src/otp-input/otpinput.component.mjs +85 -0
  7. package/esm2020/src/otp-input/otpinput.module.mjs +25 -0
  8. package/esm2020/src/textarea/textarea.component.mjs +3 -3
  9. package/fesm2015/syncfusion-ej2-angular-inputs.mjs +187 -71
  10. package/fesm2015/syncfusion-ej2-angular-inputs.mjs.map +1 -1
  11. package/fesm2020/syncfusion-ej2-angular-inputs.mjs +187 -71
  12. package/fesm2020/syncfusion-ej2-angular-inputs.mjs.map +1 -1
  13. package/package.json +9 -9
  14. package/schematics/utils/lib-details.js +2 -2
  15. package/schematics/utils/lib-details.ts +2 -2
  16. package/src/index.d.ts +3 -0
  17. package/src/otp-input/otpinput-all.module.d.ts +11 -0
  18. package/src/otp-input/otpinput.component.d.ts +43 -0
  19. package/src/otp-input/otpinput.module.d.ts +11 -0
  20. package/src/textarea/textarea.component.d.ts +1 -1
  21. package/styles/bootstrap-dark.css +7402 -1
  22. package/styles/bootstrap-dark.scss +1 -0
  23. package/styles/bootstrap.css +7384 -1
  24. package/styles/bootstrap.scss +1 -0
  25. package/styles/bootstrap4.css +7542 -1
  26. package/styles/bootstrap4.scss +1 -0
  27. package/styles/bootstrap5-dark.css +7707 -1
  28. package/styles/bootstrap5-dark.scss +1 -0
  29. package/styles/bootstrap5.css +7707 -1
  30. package/styles/bootstrap5.scss +1 -0
  31. package/styles/color-picker/bootstrap-dark.css +779 -1
  32. package/styles/color-picker/bootstrap.css +779 -1
  33. package/styles/color-picker/bootstrap4.css +865 -1
  34. package/styles/color-picker/bootstrap5-dark.css +845 -1
  35. package/styles/color-picker/bootstrap5.css +845 -1
  36. package/styles/color-picker/fabric-dark.css +779 -1
  37. package/styles/color-picker/fabric.css +784 -1
  38. package/styles/color-picker/fluent-dark.css +800 -1
  39. package/styles/color-picker/fluent.css +800 -1
  40. package/styles/color-picker/fluent2.css +2025 -0
  41. package/styles/color-picker/fluent2.scss +1 -0
  42. package/styles/color-picker/highcontrast-light.css +779 -1
  43. package/styles/color-picker/highcontrast.css +779 -1
  44. package/styles/color-picker/material-dark.css +793 -1
  45. package/styles/color-picker/material.css +826 -1
  46. package/styles/color-picker/material3-dark.css +1015 -1
  47. package/styles/color-picker/material3.css +1127 -1
  48. package/styles/color-picker/tailwind-dark.css +819 -1
  49. package/styles/color-picker/tailwind.css +819 -1
  50. package/styles/data-form/bootstrap-dark.css +232 -1
  51. package/styles/data-form/bootstrap.css +232 -1
  52. package/styles/data-form/bootstrap4.css +232 -1
  53. package/styles/data-form/bootstrap5-dark.css +232 -1
  54. package/styles/data-form/bootstrap5.css +232 -1
  55. package/styles/data-form/fabric-dark.css +232 -1
  56. package/styles/data-form/fabric.css +232 -1
  57. package/styles/data-form/fluent-dark.css +232 -1
  58. package/styles/data-form/fluent.css +232 -1
  59. package/styles/data-form/fluent2.css +1266 -0
  60. package/styles/data-form/fluent2.scss +1 -0
  61. package/styles/data-form/highcontrast-light.css +232 -1
  62. package/styles/data-form/highcontrast.css +232 -1
  63. package/styles/data-form/material-dark.css +232 -1
  64. package/styles/data-form/material.css +232 -1
  65. package/styles/data-form/material3-dark.css +342 -1
  66. package/styles/data-form/material3.css +454 -1
  67. package/styles/data-form/tailwind-dark.css +232 -1
  68. package/styles/data-form/tailwind.css +232 -1
  69. package/styles/fabric-dark.css +7348 -1
  70. package/styles/fabric-dark.scss +1 -0
  71. package/styles/fabric.css +7353 -1
  72. package/styles/fabric.scss +1 -0
  73. package/styles/fluent-dark.css +7508 -1
  74. package/styles/fluent-dark.scss +1 -0
  75. package/styles/fluent.css +7508 -1
  76. package/styles/fluent.scss +1 -0
  77. package/styles/fluent2.css +25566 -0
  78. package/styles/fluent2.scss +12 -0
  79. package/styles/highcontrast-light.css +7557 -1
  80. package/styles/highcontrast-light.scss +1 -0
  81. package/styles/highcontrast.css +7557 -1
  82. package/styles/highcontrast.scss +1 -0
  83. package/styles/input/bootstrap-dark.css +4368 -1
  84. package/styles/input/bootstrap.css +4368 -1
  85. package/styles/input/bootstrap4.css +4348 -1
  86. package/styles/input/bootstrap5-dark.css +4446 -1
  87. package/styles/input/bootstrap5.css +4446 -1
  88. package/styles/input/fabric-dark.css +4298 -1
  89. package/styles/input/fabric.css +4298 -1
  90. package/styles/input/fluent-dark.css +4336 -1
  91. package/styles/input/fluent.css +4336 -1
  92. package/styles/input/fluent2.css +10185 -0
  93. package/styles/input/fluent2.scss +1 -0
  94. package/styles/input/highcontrast-light.css +4462 -1
  95. package/styles/input/highcontrast.css +4462 -1
  96. package/styles/input/material-dark.css +11659 -1
  97. package/styles/input/material.css +11679 -1
  98. package/styles/input/material3-dark.css +11609 -1
  99. package/styles/input/material3.css +11721 -1
  100. package/styles/input/tailwind-dark.css +4303 -1
  101. package/styles/input/tailwind.css +4303 -1
  102. package/styles/maskedtextbox/bootstrap-dark.css +31 -1
  103. package/styles/maskedtextbox/bootstrap.css +14 -1
  104. package/styles/maskedtextbox/bootstrap4.css +31 -1
  105. package/styles/maskedtextbox/bootstrap5-dark.css +31 -1
  106. package/styles/maskedtextbox/bootstrap5.css +31 -1
  107. package/styles/maskedtextbox/fabric-dark.css +31 -1
  108. package/styles/maskedtextbox/fabric.css +31 -1
  109. package/styles/maskedtextbox/fluent-dark.css +27 -1
  110. package/styles/maskedtextbox/fluent.css +27 -1
  111. package/styles/maskedtextbox/fluent2.css +1244 -0
  112. package/styles/maskedtextbox/fluent2.scss +1 -0
  113. package/styles/maskedtextbox/highcontrast-light.css +31 -1
  114. package/styles/maskedtextbox/highcontrast.css +31 -1
  115. package/styles/maskedtextbox/material-dark.css +45 -1
  116. package/styles/maskedtextbox/material.css +65 -1
  117. package/styles/maskedtextbox/material3-dark.css +175 -1
  118. package/styles/maskedtextbox/material3.css +287 -1
  119. package/styles/maskedtextbox/tailwind-dark.css +31 -1
  120. package/styles/maskedtextbox/tailwind.css +31 -1
  121. package/styles/material-dark.css +14901 -1
  122. package/styles/material-dark.scss +1 -0
  123. package/styles/material.css +14988 -1
  124. package/styles/material.scss +1 -0
  125. package/styles/material3-dark.css +16319 -1
  126. package/styles/material3-dark.scss +1 -0
  127. package/styles/material3.css +17663 -1
  128. package/styles/material3.scss +1 -0
  129. package/styles/numerictextbox/bootstrap-dark.css +53 -1
  130. package/styles/numerictextbox/bootstrap.css +53 -1
  131. package/styles/numerictextbox/bootstrap4.css +48 -1
  132. package/styles/numerictextbox/bootstrap5-dark.css +48 -1
  133. package/styles/numerictextbox/bootstrap5.css +48 -1
  134. package/styles/numerictextbox/fabric-dark.css +48 -1
  135. package/styles/numerictextbox/fabric.css +48 -1
  136. package/styles/numerictextbox/fluent-dark.css +59 -1
  137. package/styles/numerictextbox/fluent.css +59 -1
  138. package/styles/numerictextbox/fluent2.css +1261 -0
  139. package/styles/numerictextbox/fluent2.scss +1 -0
  140. package/styles/numerictextbox/highcontrast-light.css +48 -1
  141. package/styles/numerictextbox/highcontrast.css +48 -1
  142. package/styles/numerictextbox/material-dark.css +62 -1
  143. package/styles/numerictextbox/material.css +82 -1
  144. package/styles/numerictextbox/material3-dark.css +192 -1
  145. package/styles/numerictextbox/material3.css +304 -1
  146. package/styles/numerictextbox/tailwind-dark.css +48 -1
  147. package/styles/numerictextbox/tailwind.css +48 -1
  148. package/styles/otp-input/bootstrap-dark.css +225 -0
  149. package/styles/otp-input/bootstrap-dark.scss +1 -0
  150. package/styles/otp-input/bootstrap.css +225 -0
  151. package/styles/otp-input/bootstrap.scss +1 -0
  152. package/styles/otp-input/bootstrap4.css +225 -0
  153. package/styles/otp-input/bootstrap4.scss +1 -0
  154. package/styles/otp-input/bootstrap5-dark.css +225 -0
  155. package/styles/otp-input/bootstrap5-dark.scss +1 -0
  156. package/styles/otp-input/bootstrap5.css +225 -0
  157. package/styles/otp-input/bootstrap5.scss +1 -0
  158. package/styles/otp-input/fabric-dark.css +225 -0
  159. package/styles/otp-input/fabric-dark.scss +1 -0
  160. package/styles/otp-input/fabric.css +225 -0
  161. package/styles/otp-input/fabric.scss +1 -0
  162. package/styles/otp-input/fluent-dark.css +225 -0
  163. package/styles/otp-input/fluent-dark.scss +1 -0
  164. package/styles/otp-input/fluent.css +225 -0
  165. package/styles/otp-input/fluent.scss +1 -0
  166. package/styles/otp-input/fluent2.css +1259 -0
  167. package/styles/otp-input/fluent2.scss +1 -0
  168. package/styles/otp-input/highcontrast-light.css +225 -0
  169. package/styles/otp-input/highcontrast-light.scss +1 -0
  170. package/styles/otp-input/highcontrast.css +225 -0
  171. package/styles/otp-input/highcontrast.scss +1 -0
  172. package/styles/otp-input/material-dark.css +225 -0
  173. package/styles/otp-input/material-dark.scss +1 -0
  174. package/styles/otp-input/material.css +225 -0
  175. package/styles/otp-input/material.scss +1 -0
  176. package/styles/otp-input/material3-dark.css +335 -0
  177. package/styles/otp-input/material3-dark.scss +2 -0
  178. package/styles/otp-input/material3.css +447 -0
  179. package/styles/otp-input/material3.scss +2 -0
  180. package/styles/otp-input/tailwind-dark.css +225 -0
  181. package/styles/otp-input/tailwind-dark.scss +1 -0
  182. package/styles/otp-input/tailwind.css +225 -0
  183. package/styles/otp-input/tailwind.scss +1 -0
  184. package/styles/rating/bootstrap-dark.css +315 -1
  185. package/styles/rating/bootstrap.css +315 -1
  186. package/styles/rating/bootstrap4.css +315 -1
  187. package/styles/rating/bootstrap5-dark.css +316 -1
  188. package/styles/rating/bootstrap5.css +316 -1
  189. package/styles/rating/fabric-dark.css +315 -1
  190. package/styles/rating/fabric.css +315 -1
  191. package/styles/rating/fluent-dark.css +315 -1
  192. package/styles/rating/fluent.css +315 -1
  193. package/styles/rating/fluent2.css +1349 -0
  194. package/styles/rating/fluent2.scss +1 -0
  195. package/styles/rating/highcontrast-light.css +315 -1
  196. package/styles/rating/highcontrast.css +315 -1
  197. package/styles/rating/material-dark.css +315 -1
  198. package/styles/rating/material.css +315 -1
  199. package/styles/rating/material3-dark.css +434 -1
  200. package/styles/rating/material3.css +546 -1
  201. package/styles/rating/tailwind-dark.css +319 -1
  202. package/styles/rating/tailwind.css +319 -1
  203. package/styles/signature/bootstrap-dark.css +9 -1
  204. package/styles/signature/bootstrap.css +9 -1
  205. package/styles/signature/bootstrap4.css +9 -1
  206. package/styles/signature/bootstrap5-dark.css +9 -1
  207. package/styles/signature/bootstrap5.css +9 -1
  208. package/styles/signature/fabric-dark.css +9 -1
  209. package/styles/signature/fabric.css +9 -1
  210. package/styles/signature/fluent-dark.css +9 -1
  211. package/styles/signature/fluent.css +9 -1
  212. package/styles/signature/fluent2.css +1043 -0
  213. package/styles/signature/fluent2.scss +1 -0
  214. package/styles/signature/highcontrast-light.css +9 -1
  215. package/styles/signature/highcontrast.css +9 -1
  216. package/styles/signature/material-dark.css +9 -1
  217. package/styles/signature/material.css +9 -1
  218. package/styles/signature/material3-dark.css +119 -1
  219. package/styles/signature/material3.css +231 -1
  220. package/styles/signature/tailwind-dark.css +9 -1
  221. package/styles/signature/tailwind.css +9 -1
  222. package/styles/slider/bootstrap-dark.css +484 -1
  223. package/styles/slider/bootstrap.css +484 -1
  224. package/styles/slider/bootstrap4.css +563 -1
  225. package/styles/slider/bootstrap5-dark.css +643 -1
  226. package/styles/slider/bootstrap5.css +643 -1
  227. package/styles/slider/fabric-dark.css +504 -1
  228. package/styles/slider/fabric.css +504 -1
  229. package/styles/slider/fluent-dark.css +547 -1
  230. package/styles/slider/fluent.css +547 -1
  231. package/styles/slider/fluent2.css +1642 -0
  232. package/styles/slider/fluent2.scss +1 -0
  233. package/styles/slider/highcontrast-light.css +550 -1
  234. package/styles/slider/highcontrast.css +550 -1
  235. package/styles/slider/material-dark.css +662 -1
  236. package/styles/slider/material.css +662 -1
  237. package/styles/slider/material3-dark.css +873 -1
  238. package/styles/slider/material3.css +985 -1
  239. package/styles/slider/tailwind-dark.css +617 -1
  240. package/styles/slider/tailwind.css +617 -1
  241. package/styles/tailwind-dark.css +7544 -1
  242. package/styles/tailwind-dark.scss +1 -0
  243. package/styles/tailwind.css +7544 -1
  244. package/styles/tailwind.scss +1 -0
  245. package/styles/textarea/bootstrap-dark.css +34 -1
  246. package/styles/textarea/bootstrap.css +34 -1
  247. package/styles/textarea/bootstrap4.css +34 -1
  248. package/styles/textarea/bootstrap5-dark.css +34 -1
  249. package/styles/textarea/bootstrap5.css +34 -1
  250. package/styles/textarea/fabric-dark.css +34 -1
  251. package/styles/textarea/fabric.css +34 -1
  252. package/styles/textarea/fluent-dark.css +34 -1
  253. package/styles/textarea/fluent.css +34 -1
  254. package/styles/textarea/fluent2.css +1247 -0
  255. package/styles/textarea/fluent2.scss +1 -0
  256. package/styles/textarea/highcontrast-light.css +34 -1
  257. package/styles/textarea/highcontrast.css +34 -1
  258. package/styles/textarea/material-dark.css +48 -1
  259. package/styles/textarea/material.css +68 -1
  260. package/styles/textarea/material3-dark.css +178 -1
  261. package/styles/textarea/material3.css +290 -1
  262. package/styles/textarea/tailwind-dark.css +34 -1
  263. package/styles/textarea/tailwind.css +34 -1
  264. package/styles/textbox/bootstrap-dark.css +28 -1
  265. package/styles/textbox/bootstrap.css +28 -1
  266. package/styles/textbox/bootstrap4.css +28 -1
  267. package/styles/textbox/bootstrap5-dark.css +28 -1
  268. package/styles/textbox/bootstrap5.css +28 -1
  269. package/styles/textbox/fabric-dark.css +28 -1
  270. package/styles/textbox/fabric.css +28 -1
  271. package/styles/textbox/fluent-dark.css +28 -1
  272. package/styles/textbox/fluent.css +28 -1
  273. package/styles/textbox/fluent2.css +1241 -0
  274. package/styles/textbox/fluent2.scss +1 -0
  275. package/styles/textbox/highcontrast-light.css +28 -1
  276. package/styles/textbox/highcontrast.css +28 -1
  277. package/styles/textbox/material-dark.css +42 -1
  278. package/styles/textbox/material.css +62 -1
  279. package/styles/textbox/material3-dark.css +172 -1
  280. package/styles/textbox/material3.css +284 -1
  281. package/styles/textbox/tailwind-dark.css +28 -1
  282. package/styles/textbox/tailwind.css +28 -1
  283. package/styles/uploader/bootstrap-dark.css +835 -1
  284. package/styles/uploader/bootstrap.css +835 -1
  285. package/styles/uploader/bootstrap4.css +835 -1
  286. package/styles/uploader/bootstrap5-dark.css +841 -1
  287. package/styles/uploader/bootstrap5.css +841 -1
  288. package/styles/uploader/fabric-dark.css +835 -1
  289. package/styles/uploader/fabric.css +835 -1
  290. package/styles/uploader/fluent-dark.css +887 -1
  291. package/styles/uploader/fluent.css +887 -1
  292. package/styles/uploader/fluent2.css +1880 -0
  293. package/styles/uploader/fluent2.scss +1 -0
  294. package/styles/uploader/highcontrast-light.css +835 -1
  295. package/styles/uploader/highcontrast.css +835 -1
  296. package/styles/uploader/material-dark.css +835 -1
  297. package/styles/uploader/material.css +839 -1
  298. package/styles/uploader/material3-dark.css +951 -1
  299. package/styles/uploader/material3.css +1063 -1
  300. package/styles/uploader/tailwind-dark.css +870 -1
  301. package/styles/uploader/tailwind.css +870 -1
  302. package/license +0 -10
  303. package/postinstall/tagchange.js +0 -18
@@ -1 +1,304 @@
1
- @import '@syncfusion/ej2-inputs/styles/numerictextbox/material3.css';
1
+ :root {
2
+ --color-sf-black: 0, 0, 0;
3
+ --color-sf-white: 255, 255, 255;
4
+ --color-sf-primary: 103, 80, 164;
5
+ --color-sf-primary-container: 234, 221, 255;
6
+ --color-sf-secondary: 98, 91, 113;
7
+ --color-sf-secondary-container: 232, 222, 248;
8
+ --color-sf-tertiary: 125, 82, 96;
9
+ --color-sf-tertiary-container: 255, 216, 228;
10
+ --color-sf-surface: 255, 255, 255;
11
+ --color-sf-surface-variant: 231, 224, 236;
12
+ --color-sf-background: var(--color-sf-surface);
13
+ --color-sf-on-primary: 255, 255, 255;
14
+ --color-sf-on-primary-container: 33, 0, 94;
15
+ --color-sf-on-secondary: 255, 255, 255;
16
+ --color-sf-on-secondary-container: 30, 25, 43;
17
+ --color-sf-on-tertiary: 255, 255, 255;
18
+ --color-sf-on-tertiary-containe: 55, 11, 30;
19
+ --color-sf-on-surface: 28, 27, 31;
20
+ --color-sf-on-surface-variant: 73, 69, 78;
21
+ --color-sf-on-background: 28, 27, 31;
22
+ --color-sf-outline: 121, 116, 126;
23
+ --color-sf-outline-variant: 196, 199, 197;
24
+ --color-sf-shadow: 0, 0, 0;
25
+ --color-sf-surface-tint-color: 103, 80, 164;
26
+ --color-sf-inverse-surface: 49, 48, 51;
27
+ --color-sf-inverse-on-surface: 244, 239, 244;
28
+ --color-sf-inverse-primary: 208, 188, 255;
29
+ --color-sf-scrim: 0, 0, 0;
30
+ --color-sf-error: 179, 38, 30;
31
+ --color-sf-error-container: 249, 222, 220;
32
+ --color-sf-on-error: 255, 250, 250;
33
+ --color-sf-on-error-container: 65, 14, 11;
34
+ --color-sf-success: 32, 81, 7;
35
+ --color-sf-success-container: 209, 255, 186;
36
+ --color-sf-on-success: 244, 255, 239;
37
+ --color-sf-on-success-container: 13, 39, 0;
38
+ --color-sf-info: 1, 87, 155;
39
+ --color-sf-info-container: 233, 245, 255;
40
+ --color-sf-on-info: 250, 253, 255;
41
+ --color-sf-on-info-container: 0, 51, 91;
42
+ --color-sf-warning: 145, 76, 0;
43
+ --color-sf-warning-container: 254, 236, 222;
44
+ --color-sf-on-warning: 255, 255, 255;
45
+ --color-sf-on-warning-container: 47, 21, 0;
46
+ --color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
47
+ --color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
48
+ --color-sf-diagram-palette-background: --color-sf-white;
49
+ --color-sf-success-text: 255, 255, 255;
50
+ --color-sf-warning-text: 255, 255, 255;
51
+ --color-sf-danger-text: 255, 255, 255;
52
+ --color-sf-info-text: 255, 255, 255;
53
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
54
+ --color-sf-secondary-bg-color: var(--color-sf-surface);
55
+ }
56
+
57
+ .e-dark-mode {
58
+ --color-sf-black: 0, 0, 0;
59
+ --color-sf-white: 255, 255, 255;
60
+ --color-sf-primary: 208, 188, 255;
61
+ --color-sf-primary-container: 79, 55, 139;
62
+ --color-sf-secondary: 204, 194, 220;
63
+ --color-sf-secondary-container: 74, 68, 88;
64
+ --color-sf-tertiary: 239, 184, 200;
65
+ --color-sf-tertiary-container: 99, 59, 72;
66
+ --color-sf-surface: 28, 27, 31;
67
+ --color-sf-surface-variant: 28, 27, 31;
68
+ --color-sf-background: var(--color-sf-surface);
69
+ --color-sf-on-primary: 55, 30, 115;
70
+ --color-sf-on-primary-container: 234, 221, 255;
71
+ --color-sf-on-secondary: 51, 45, 65;
72
+ --color-sf-on-secondary-container: 232, 222, 248;
73
+ --color-sf-on-tertiary: 73, 37, 50;
74
+ --color-sf-on-tertiary-containe: 255, 216, 228;
75
+ --color-sf-on-surface: 230, 225, 229;
76
+ --color-sf-on-surface-variant: 202, 196, 208;
77
+ --color-sf-on-background: 230, 225, 229;
78
+ --color-sf-outline: 147, 143, 153;
79
+ --color-sf-outline-variant: 68, 71, 70;
80
+ --color-sf-shadow: 0, 0, 0;
81
+ --color-sf-surface-tint-color: 208, 188, 255;
82
+ --color-sf-inverse-surface: 230, 225, 229;
83
+ --color-sf-inverse-on-surface: 49, 48, 51;
84
+ --color-sf-inverse-primary: 103, 80, 164;
85
+ --color-sf-scrim: 0, 0, 0;
86
+ --color-sf-error: 242, 184, 181;
87
+ --color-sf-error-container: 140, 29, 24;
88
+ --color-sf-on-error: 96, 20, 16;
89
+ --color-sf-on-error-container: 249, 222, 220;
90
+ --color-sf-success: 83, 202, 23;
91
+ --color-sf-success-container: 22, 62, 2;
92
+ --color-sf-on-success: 13, 39, 0;
93
+ --color-sf-on-success-container: 183, 250, 150;
94
+ --color-sf-info: 71, 172, 251;
95
+ --color-sf-info-container: 0, 67, 120;
96
+ --color-sf-on-info: 0, 51, 91;
97
+ --color-sf-on-info-container: 173, 219, 255;
98
+ --color-sf-warning: 245, 180, 130;
99
+ --color-sf-warning-container: 123, 65, 0;
100
+ --color-sf-on-warning: 99, 52, 0;
101
+ --color-sf-on-warning-container: 255, 220, 193;
102
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
103
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000, 0 0 0 3px #fff;
104
+ --color-sf-success-text: 0, 0, 0;
105
+ --color-sf-warning-text: 0, 0, 0;
106
+ --color-sf-info-text: 0, 0, 0;
107
+ --color-sf-danger-text: 0, 0, 0;
108
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
109
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
110
+ }
111
+
112
+ :root {
113
+ --color-sf-black: 0, 0, 0;
114
+ --color-sf-white: 255, 255, 255;
115
+ --color-sf-primary: 103, 80, 164;
116
+ --color-sf-primary-container: 234, 221, 255;
117
+ --color-sf-secondary: 98, 91, 113;
118
+ --color-sf-secondary-container: 232, 222, 248;
119
+ --color-sf-tertiary: 125, 82, 96;
120
+ --color-sf-tertiary-container: 255, 216, 228;
121
+ --color-sf-surface: 255, 255, 255;
122
+ --color-sf-surface-variant: 231, 224, 236;
123
+ --color-sf-background: var(--color-sf-surface);
124
+ --color-sf-on-primary: 255, 255, 255;
125
+ --color-sf-on-primary-container: 33, 0, 94;
126
+ --color-sf-on-secondary: 255, 255, 255;
127
+ --color-sf-on-secondary-container: 30, 25, 43;
128
+ --color-sf-on-tertiary: 255, 255, 255;
129
+ --color-sf-on-tertiary-containe: 55, 11, 30;
130
+ --color-sf-on-surface: 28, 27, 31;
131
+ --color-sf-on-surface-variant: 73, 69, 78;
132
+ --color-sf-on-background: 28, 27, 31;
133
+ --color-sf-outline: 121, 116, 126;
134
+ --color-sf-outline-variant: 196, 199, 197;
135
+ --color-sf-shadow: 0, 0, 0;
136
+ --color-sf-surface-tint-color: 103, 80, 164;
137
+ --color-sf-inverse-surface: 49, 48, 51;
138
+ --color-sf-inverse-on-surface: 244, 239, 244;
139
+ --color-sf-inverse-primary: 208, 188, 255;
140
+ --color-sf-scrim: 0, 0, 0;
141
+ --color-sf-error: 179, 38, 30;
142
+ --color-sf-error-container: 249, 222, 220;
143
+ --color-sf-on-error: 255, 250, 250;
144
+ --color-sf-on-error-container: 65, 14, 11;
145
+ --color-sf-success: 32, 81, 7;
146
+ --color-sf-success-container: 209, 255, 186;
147
+ --color-sf-on-success: 244, 255, 239;
148
+ --color-sf-on-success-container: 13, 39, 0;
149
+ --color-sf-info: 1, 87, 155;
150
+ --color-sf-info-container: 233, 245, 255;
151
+ --color-sf-on-info: 250, 253, 255;
152
+ --color-sf-on-info-container: 0, 51, 91;
153
+ --color-sf-warning: 145, 76, 0;
154
+ --color-sf-warning-container: 254, 236, 222;
155
+ --color-sf-on-warning: 255, 255, 255;
156
+ --color-sf-on-warning-container: 47, 21, 0;
157
+ --color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
158
+ --color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
159
+ --color-sf-diagram-palette-background: --color-sf-white;
160
+ --color-sf-success-text: 255, 255, 255;
161
+ --color-sf-warning-text: 255, 255, 255;
162
+ --color-sf-danger-text: 255, 255, 255;
163
+ --color-sf-info-text: 255, 255, 255;
164
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
165
+ --color-sf-secondary-bg-color: var(--color-sf-surface);
166
+ }
167
+
168
+ .e-dark-mode {
169
+ --color-sf-black: 0, 0, 0;
170
+ --color-sf-white: 255, 255, 255;
171
+ --color-sf-primary: 208, 188, 255;
172
+ --color-sf-primary-container: 79, 55, 139;
173
+ --color-sf-secondary: 204, 194, 220;
174
+ --color-sf-secondary-container: 74, 68, 88;
175
+ --color-sf-tertiary: 239, 184, 200;
176
+ --color-sf-tertiary-container: 99, 59, 72;
177
+ --color-sf-surface: 28, 27, 31;
178
+ --color-sf-surface-variant: 28, 27, 31;
179
+ --color-sf-background: var(--color-sf-surface);
180
+ --color-sf-on-primary: 55, 30, 115;
181
+ --color-sf-on-primary-container: 234, 221, 255;
182
+ --color-sf-on-secondary: 51, 45, 65;
183
+ --color-sf-on-secondary-container: 232, 222, 248;
184
+ --color-sf-on-tertiary: 73, 37, 50;
185
+ --color-sf-on-tertiary-containe: 255, 216, 228;
186
+ --color-sf-on-surface: 230, 225, 229;
187
+ --color-sf-on-surface-variant: 202, 196, 208;
188
+ --color-sf-on-background: 230, 225, 229;
189
+ --color-sf-outline: 147, 143, 153;
190
+ --color-sf-outline-variant: 68, 71, 70;
191
+ --color-sf-shadow: 0, 0, 0;
192
+ --color-sf-surface-tint-color: 208, 188, 255;
193
+ --color-sf-inverse-surface: 230, 225, 229;
194
+ --color-sf-inverse-on-surface: 49, 48, 51;
195
+ --color-sf-inverse-primary: 103, 80, 164;
196
+ --color-sf-scrim: 0, 0, 0;
197
+ --color-sf-error: 242, 184, 181;
198
+ --color-sf-error-container: 140, 29, 24;
199
+ --color-sf-on-error: 96, 20, 16;
200
+ --color-sf-on-error-container: 249, 222, 220;
201
+ --color-sf-success: 83, 202, 23;
202
+ --color-sf-success-container: 22, 62, 2;
203
+ --color-sf-on-success: 13, 39, 0;
204
+ --color-sf-on-success-container: 183, 250, 150;
205
+ --color-sf-info: 71, 172, 251;
206
+ --color-sf-info-container: 0, 67, 120;
207
+ --color-sf-on-info: 0, 51, 91;
208
+ --color-sf-on-info-container: 173, 219, 255;
209
+ --color-sf-warning: 245, 180, 130;
210
+ --color-sf-warning-container: 123, 65, 0;
211
+ --color-sf-on-warning: 99, 52, 0;
212
+ --color-sf-on-warning-container: 255, 220, 193;
213
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
214
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000, 0 0 0 3px #fff;
215
+ --color-sf-success-text: 0, 0, 0;
216
+ --color-sf-warning-text: 0, 0, 0;
217
+ --color-sf-info-text: 0, 0, 0;
218
+ --color-sf-danger-text: 0, 0, 0;
219
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
220
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
221
+ }
222
+
223
+ /* stylelint-disable property-no-vendor-prefix */
224
+ @-webkit-keyframes e-input-ripple {
225
+ 100% {
226
+ opacity: 0;
227
+ -webkit-transform: scale(4);
228
+ transform: scale(4);
229
+ }
230
+ }
231
+ @keyframes e-input-ripple {
232
+ 100% {
233
+ opacity: 0;
234
+ -webkit-transform: scale(4);
235
+ transform: scale(4);
236
+ }
237
+ }
238
+ @-webkit-keyframes slideTopUp {
239
+ from {
240
+ -webkit-transform: translate3d(0, 0, 0) scale(1);
241
+ transform: translate3d(0, 0, 0) scale(1);
242
+ }
243
+ to {
244
+ -webkit-transform: translate3d(0, 0, 0) scale(1);
245
+ transform: translate3d(0, 0, 0) scale(1);
246
+ }
247
+ }
248
+ @keyframes slideTopUp {
249
+ from {
250
+ -webkit-transform: translate3d(0, 0, 0) scale(1);
251
+ transform: translate3d(0, 0, 0) scale(1);
252
+ }
253
+ to {
254
+ -webkit-transform: translate3d(0, 0, 0) scale(1);
255
+ transform: translate3d(0, 0, 0) scale(1);
256
+ }
257
+ }
258
+ .e-input-group-icon.e-spin-up::before {
259
+ content: "\e87a";
260
+ font-family: "e-icons";
261
+ }
262
+
263
+ .e-input-group-icon.e-spin-down::before {
264
+ content: "\e70d";
265
+ font-family: "e-icons";
266
+ }
267
+
268
+ .e-numeric-container {
269
+ width: 100%;
270
+ }
271
+
272
+ .e-content-placeholder.e-numeric.e-placeholder-numeric {
273
+ background-size: 300px 33px;
274
+ min-height: 33px;
275
+ }
276
+
277
+ .e-bigger.e-content-placeholder.e-numeric.e-placeholder-numeric,
278
+ .e-bigger .e-content-placeholder.e-numeric.e-placeholder-numeric {
279
+ background-size: 300px 40px;
280
+ min-height: 40px;
281
+ }
282
+
283
+ .e-float-input.e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden,
284
+ .e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden,
285
+ .e-float-input.e-control-wrapper.e-numeric .e-numeric-hidden,
286
+ .e-float-input.e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden,
287
+ .e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden,
288
+ .e-float-input.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden {
289
+ border: 0;
290
+ height: 0;
291
+ margin: 0;
292
+ padding: 0;
293
+ text-indent: 0;
294
+ visibility: hidden;
295
+ width: 0;
296
+ }
297
+
298
+ .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
299
+ font-size: 16px;
300
+ }
301
+
302
+ .e-bigger .e-control-wrapper.e-numeric.e-input-group .e-input-group-icon, .e-bigger.e-control-wrapper.e-numeric.e-input-group .e-input-group-icon {
303
+ font-size: 18px;
304
+ }
@@ -1 +1,48 @@
1
- @import '@syncfusion/ej2-inputs/styles/numerictextbox/tailwind-dark.css';
1
+ /* stylelint-disable property-no-vendor-prefix */
2
+ .e-input-group-icon.e-spin-up::before {
3
+ content: "\e776";
4
+ font-family: "e-icons";
5
+ }
6
+
7
+ .e-input-group-icon.e-spin-down::before {
8
+ content: "\e729";
9
+ font-family: "e-icons";
10
+ }
11
+
12
+ .e-numeric-container {
13
+ width: 100%;
14
+ }
15
+
16
+ .e-content-placeholder.e-numeric.e-placeholder-numeric {
17
+ background-size: 300px 33px;
18
+ min-height: 33px;
19
+ }
20
+
21
+ .e-bigger.e-content-placeholder.e-numeric.e-placeholder-numeric,
22
+ .e-bigger .e-content-placeholder.e-numeric.e-placeholder-numeric {
23
+ background-size: 300px 40px;
24
+ min-height: 40px;
25
+ }
26
+
27
+ .e-float-input.e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden,
28
+ .e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden,
29
+ .e-float-input.e-control-wrapper.e-numeric .e-numeric-hidden,
30
+ .e-float-input.e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden,
31
+ .e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden,
32
+ .e-float-input.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden {
33
+ border: 0;
34
+ height: 0;
35
+ margin: 0;
36
+ padding: 0;
37
+ text-indent: 0;
38
+ visibility: hidden;
39
+ width: 0;
40
+ }
41
+
42
+ .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
43
+ font-size: 18px;
44
+ }
45
+
46
+ .e-bigger .e-control-wrapper.e-numeric.e-input-group .e-input-group-icon, .e-bigger.e-control-wrapper.e-numeric.e-input-group .e-input-group-icon {
47
+ font-size: 22px;
48
+ }
@@ -1 +1,48 @@
1
- @import '@syncfusion/ej2-inputs/styles/numerictextbox/tailwind.css';
1
+ /* stylelint-disable property-no-vendor-prefix */
2
+ .e-input-group-icon.e-spin-up::before {
3
+ content: "\e776";
4
+ font-family: "e-icons";
5
+ }
6
+
7
+ .e-input-group-icon.e-spin-down::before {
8
+ content: "\e729";
9
+ font-family: "e-icons";
10
+ }
11
+
12
+ .e-numeric-container {
13
+ width: 100%;
14
+ }
15
+
16
+ .e-content-placeholder.e-numeric.e-placeholder-numeric {
17
+ background-size: 300px 33px;
18
+ min-height: 33px;
19
+ }
20
+
21
+ .e-bigger.e-content-placeholder.e-numeric.e-placeholder-numeric,
22
+ .e-bigger .e-content-placeholder.e-numeric.e-placeholder-numeric {
23
+ background-size: 300px 40px;
24
+ min-height: 40px;
25
+ }
26
+
27
+ .e-float-input.e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden,
28
+ .e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden,
29
+ .e-float-input.e-control-wrapper.e-numeric .e-numeric-hidden,
30
+ .e-float-input.e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden,
31
+ .e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden,
32
+ .e-float-input.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden {
33
+ border: 0;
34
+ height: 0;
35
+ margin: 0;
36
+ padding: 0;
37
+ text-indent: 0;
38
+ visibility: hidden;
39
+ width: 0;
40
+ }
41
+
42
+ .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
43
+ font-size: 18px;
44
+ }
45
+
46
+ .e-bigger .e-control-wrapper.e-numeric.e-input-group .e-input-group-icon, .e-bigger.e-control-wrapper.e-numeric.e-input-group .e-input-group-icon {
47
+ font-size: 22px;
48
+ }
@@ -0,0 +1,225 @@
1
+ .e-otpinput {
2
+ display: -webkit-box;
3
+ display: -ms-flexbox;
4
+ display: flex;
5
+ -webkit-box-pack: center;
6
+ -ms-flex-pack: center;
7
+ justify-content: center;
8
+ -webkit-box-align: center;
9
+ -ms-flex-align: center;
10
+ align-items: center;
11
+ gap: 12px;
12
+ -webkit-box-orient: horizontal;
13
+ -webkit-box-direction: normal;
14
+ -ms-flex-direction: row;
15
+ flex-direction: row;
16
+ }
17
+ .e-otpinput:has(.e-otp-separator):not(:empty) {
18
+ gap: 6px;
19
+ }
20
+ .e-otpinput .e-otp-input-field {
21
+ min-width: 34px;
22
+ min-height: 34px;
23
+ text-align: center;
24
+ padding: 0;
25
+ font-size: 14px;
26
+ font-weight: 400;
27
+ line-height: 22px;
28
+ border: none;
29
+ }
30
+ .e-otpinput .e-otp-input-fieldinput[type=password], .e-otpinput .e-otp-input-field[type=password] {
31
+ font-size: 18px;
32
+ }
33
+ .e-otpinput .e-otp-input-field.e-input.e-otp-input-focus:focus {
34
+ padding-bottom: 0;
35
+ }
36
+ .e-otpinput.e-outline .e-otp-input-field {
37
+ border-radius: 2px;
38
+ }
39
+ .e-otpinput.e-underlined .e-otp-input-field {
40
+ border-radius: 2px 2px 0 0;
41
+ }
42
+ .e-otpinput.e-filled .e-otp-input-field {
43
+ border-radius: 2px 2px 0 0;
44
+ padding: 0;
45
+ }
46
+ .e-otpinput .e-otp-separator {
47
+ font-size: 14px;
48
+ font-weight: 400;
49
+ line-height: 22px;
50
+ }
51
+ .e-otpinput input[type=number]::-webkit-inner-spin-button,
52
+ .e-otpinput [type=number]::-webkit-outer-spin-button {
53
+ /* stylelint-disable property-no-vendor-prefix */
54
+ -webkit-appearance: none;
55
+ /* stylelint-enable property-no-vendor-prefix */
56
+ margin: 0;
57
+ }
58
+ .e-otpinput input[type=number] {
59
+ /* stylelint-disable property-no-vendor-prefix */
60
+ -moz-appearance: textfield;
61
+ /* stylelint-enable property-no-vendor-prefix */
62
+ }
63
+
64
+ .e-small.e-otpinput,
65
+ .e-small .e-otpinput {
66
+ gap: 8px;
67
+ }
68
+ .e-small.e-otpinput:has(.e-otp-separator):not(:empty),
69
+ .e-small .e-otpinput:has(.e-otp-separator):not(:empty) {
70
+ gap: 4px;
71
+ }
72
+ .e-small.e-otpinput .e-otp-input-field,
73
+ .e-small .e-otpinput .e-otp-input-field {
74
+ min-width: 28px;
75
+ min-height: 28px;
76
+ font-size: 12px;
77
+ line-height: 18px;
78
+ padding: 0;
79
+ }
80
+ .e-small.e-otpinput .e-otp-input-fieldinput[type=password], .e-small.e-otpinput .e-otp-input-field[type=password],
81
+ .e-small .e-otpinput .e-otp-input-fieldinput[type=password],
82
+ .e-small .e-otpinput .e-otp-input-field[type=password] {
83
+ font-size: 18px;
84
+ }
85
+ .e-small.e-otpinput .e-otp-input-field.e-input.e-otp-input-focus:focus,
86
+ .e-small .e-otpinput .e-otp-input-field.e-input.e-otp-input-focus:focus {
87
+ padding-bottom: 0;
88
+ }
89
+ .e-small.e-otpinput .e-otp-separator,
90
+ .e-small .e-otpinput .e-otp-separator {
91
+ font-size: 12px;
92
+ line-height: 18px;
93
+ }
94
+ .e-small.e-otpinput.e-filled .e-otp-input-field,
95
+ .e-small .e-otpinput.e-filled .e-otp-input-field {
96
+ padding: 0;
97
+ }
98
+
99
+ .e-bigger.e-otpinput,
100
+ .e-bigger .e-otpinput {
101
+ gap: 16px;
102
+ }
103
+ .e-bigger.e-otpinput:has(.e-otp-separator):not(:empty),
104
+ .e-bigger .e-otpinput:has(.e-otp-separator):not(:empty) {
105
+ gap: 8px;
106
+ }
107
+ .e-bigger.e-otpinput .e-otp-input-field,
108
+ .e-bigger .e-otpinput .e-otp-input-field {
109
+ min-width: 40px;
110
+ min-height: 40px;
111
+ font-size: 16px;
112
+ line-height: 24px;
113
+ padding: 0;
114
+ }
115
+ .e-bigger.e-otpinput .e-otp-input-fieldinput[type=password], .e-bigger.e-otpinput .e-otp-input-field[type=password],
116
+ .e-bigger .e-otpinput .e-otp-input-fieldinput[type=password],
117
+ .e-bigger .e-otpinput .e-otp-input-field[type=password] {
118
+ font-size: 20px;
119
+ }
120
+ .e-bigger.e-otpinput .e-otp-input-field.e-input.e-otp-input-focus:focus,
121
+ .e-bigger .e-otpinput .e-otp-input-field.e-input.e-otp-input-focus:focus {
122
+ padding-bottom: 0;
123
+ }
124
+ .e-bigger.e-otpinput .e-otp-separator,
125
+ .e-bigger .e-otpinput .e-otp-separator {
126
+ font-size: 16px;
127
+ line-height: 24px;
128
+ }
129
+ .e-bigger.e-otpinput.e-filled .e-otp-input-field,
130
+ .e-bigger .e-otpinput.e-filled .e-otp-input-field {
131
+ padding: 0;
132
+ }
133
+
134
+ .e-bigger.e-small.e-otpinput,
135
+ .e-bigger.e-small .e-otpinput,
136
+ .e-bigger .e-small.e-otpinput,
137
+ .e-small .e-bigger.e-otpinput {
138
+ gap: 14px;
139
+ }
140
+ .e-bigger.e-small.e-otpinput:has(.e-otp-separator):not(:empty),
141
+ .e-bigger.e-small .e-otpinput:has(.e-otp-separator):not(:empty),
142
+ .e-bigger .e-small.e-otpinput:has(.e-otp-separator):not(:empty),
143
+ .e-small .e-bigger.e-otpinput:has(.e-otp-separator):not(:empty) {
144
+ gap: 6px;
145
+ }
146
+ .e-bigger.e-small.e-otpinput .e-otp-input-field,
147
+ .e-bigger.e-small .e-otpinput .e-otp-input-field,
148
+ .e-bigger .e-small.e-otpinput .e-otp-input-field,
149
+ .e-small .e-bigger.e-otpinput .e-otp-input-field {
150
+ min-width: 36px;
151
+ min-height: 36px;
152
+ font-size: 16px;
153
+ line-height: 24px;
154
+ padding: 0;
155
+ }
156
+ .e-bigger.e-small.e-otpinput .e-otp-input-fieldinput[type=password], .e-bigger.e-small.e-otpinput .e-otp-input-field[type=password],
157
+ .e-bigger.e-small .e-otpinput .e-otp-input-fieldinput[type=password],
158
+ .e-bigger.e-small .e-otpinput .e-otp-input-field[type=password],
159
+ .e-bigger .e-small.e-otpinput .e-otp-input-fieldinput[type=password],
160
+ .e-bigger .e-small.e-otpinput .e-otp-input-field[type=password],
161
+ .e-small .e-bigger.e-otpinput .e-otp-input-fieldinput[type=password],
162
+ .e-small .e-bigger.e-otpinput .e-otp-input-field[type=password] {
163
+ font-size: 20px;
164
+ }
165
+ .e-bigger.e-small.e-otpinput .e-otp-input-field.e-input.e-otp-input-focus:focus,
166
+ .e-bigger.e-small .e-otpinput .e-otp-input-field.e-input.e-otp-input-focus:focus,
167
+ .e-bigger .e-small.e-otpinput .e-otp-input-field.e-input.e-otp-input-focus:focus,
168
+ .e-small .e-bigger.e-otpinput .e-otp-input-field.e-input.e-otp-input-focus:focus {
169
+ padding-bottom: 0;
170
+ }
171
+ .e-bigger.e-small.e-otpinput .e-otp-separator,
172
+ .e-bigger.e-small .e-otpinput .e-otp-separator,
173
+ .e-bigger .e-small.e-otpinput .e-otp-separator,
174
+ .e-small .e-bigger.e-otpinput .e-otp-separator {
175
+ font-size: 16px;
176
+ line-height: 24px;
177
+ }
178
+ .e-bigger.e-small.e-otpinput.e-filled .e-otp-input-field,
179
+ .e-bigger.e-small .e-otpinput.e-filled .e-otp-input-field,
180
+ .e-bigger .e-small.e-otpinput.e-filled .e-otp-input-field,
181
+ .e-small .e-bigger.e-otpinput.e-filled .e-otp-input-field {
182
+ padding: 0;
183
+ }
184
+
185
+ .e-otpinput .e-otp-input-field {
186
+ color: #fff;
187
+ background: transparent;
188
+ }
189
+ .e-otpinput .e-otp-separator {
190
+ color: #767676;
191
+ }
192
+ .e-otpinput.e-outline .e-otp-input-field {
193
+ border: 2px solid #767676;
194
+ }
195
+ .e-otpinput.e-outline .e-otp-input-field, .e-otpinput.e-underlined .e-otp-input-field, .e-otpinput.e-filled .e-otp-input-field {
196
+ border-bottom: 2px solid #767676;
197
+ }
198
+ .e-otpinput.e-outline .e-otp-input-field:disabled, .e-otpinput.e-underlined .e-otp-input-field:disabled, .e-otpinput.e-filled .e-otp-input-field:disabled {
199
+ border-color: #676767;
200
+ color: #8d8d8d;
201
+ }
202
+ .e-otpinput.e-filled .e-otp-input-field {
203
+ background: #2a2a2a;
204
+ }
205
+ .e-otpinput.e-underlined .e-otp-input-field {
206
+ background: transparent;
207
+ }
208
+ .e-otpinput.e-error.e-outline .e-otp-input-field,
209
+ .e-otpinput.e-error.e-outline .e-otp-input-field.e-otp-input-focus, .e-otpinput.e-error.e-underlined .e-otp-input-field,
210
+ .e-otpinput.e-error.e-underlined .e-otp-input-field.e-otp-input-focus, .e-otpinput.e-error.e-filled .e-otp-input-field,
211
+ .e-otpinput.e-error.e-filled .e-otp-input-field.e-otp-input-focus {
212
+ border-color: #d44f4f;
213
+ }
214
+ .e-otpinput.e-success.e-outline .e-otp-input-field,
215
+ .e-otpinput.e-success.e-outline .e-otp-input-field.e-otp-input-focus, .e-otpinput.e-success.e-underlined .e-otp-input-field,
216
+ .e-otpinput.e-success.e-underlined .e-otp-input-field.e-otp-input-focus, .e-otpinput.e-success.e-filled .e-otp-input-field,
217
+ .e-otpinput.e-success.e-filled .e-otp-input-field.e-otp-input-focus {
218
+ border-color: #48b14c;
219
+ }
220
+ .e-otpinput.e-warning.e-outline .e-otp-input-field,
221
+ .e-otpinput.e-warning.e-outline .e-otp-input-field.e-otp-input-focus, .e-otpinput.e-warning.e-underlined .e-otp-input-field,
222
+ .e-otpinput.e-warning.e-underlined .e-otp-input-field.e-otp-input-focus, .e-otpinput.e-warning.e-filled .e-otp-input-field,
223
+ .e-otpinput.e-warning.e-filled .e-otp-input-field.e-otp-input-focus {
224
+ border-color: #fac168;
225
+ }
@@ -0,0 +1 @@
1
+ @import 'ej2-inputs/styles/otp-input/bootstrap-dark.scss';