@digital-ai/dot-illustrations 1.0.31 → 2.0.1

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 (324) hide show
  1. package/README.md +18 -15
  2. package/demo/demo.css +89 -38
  3. package/demo/index.html +5 -1202
  4. package/demo/script.js +198 -47
  5. package/illustrations/dark/dashboards/CRP-failure-prediction-monitoring.svg +23 -0
  6. package/illustrations/dark/dashboards/analysis.svg +96 -0
  7. package/illustrations/dark/dashboards/automation.svg +63 -0
  8. package/illustrations/dark/dashboards/burn-down.svg +38 -0
  9. package/illustrations/dark/dashboards/burn-up.svg +38 -0
  10. package/illustrations/dark/dashboards/change-credit-score.svg +22 -0
  11. package/illustrations/dark/dashboards/change-data-quality.svg +24 -0
  12. package/illustrations/dark/dashboards/change-executive.svg +21 -0
  13. package/illustrations/dark/dashboards/change-failure-factors.svg +26 -0
  14. package/illustrations/dark/dashboards/change-failure-prediction.svg +25 -0
  15. package/illustrations/dark/dashboards/change-impact-detection.svg +21 -0
  16. package/illustrations/dark/dashboards/change-impact-hotspots.svg +25 -0
  17. package/illustrations/dark/dashboards/custom.svg +31 -0
  18. package/illustrations/dark/dashboards/defect.svg +34 -0
  19. package/illustrations/dark/dashboards/dependency.svg +61 -0
  20. package/{dashboards/dark/digitalai/digitalai-dora-dark.svg → illustrations/dark/dashboards/dora.svg} +12 -7
  21. package/illustrations/dark/dashboards/executive.svg +21 -0
  22. package/illustrations/dark/dashboards/hange-impact.svg +51 -0
  23. package/illustrations/dark/dashboards/item.svg +33 -0
  24. package/illustrations/dark/dashboards/late-task.svg +61 -0
  25. package/illustrations/dark/dashboards/onboarding.svg +19 -0
  26. package/illustrations/dark/dashboards/workflow.svg +66 -0
  27. package/illustrations/dark/global/add-new-grid.svg +104 -0
  28. package/illustrations/dark/global/add-new.svg +16 -0
  29. package/illustrations/dark/global/add-team.svg +25 -0
  30. package/illustrations/dark/global/add-user.svg +18 -0
  31. package/illustrations/dark/global/assets.svg +45 -0
  32. package/illustrations/dark/global/chart.svg +29 -0
  33. package/illustrations/dark/global/community.svg +41 -0
  34. package/illustrations/dark/global/dependency-down.svg +38 -0
  35. package/illustrations/dark/global/dependency-up.svg +38 -0
  36. package/illustrations/dark/global/disconnected.svg +21 -0
  37. package/illustrations/dark/global/done.svg +17 -0
  38. package/illustrations/dark/global/empty.svg +19 -0
  39. package/illustrations/dark/global/favorite.svg +39 -0
  40. package/illustrations/dark/global/features.svg +102 -0
  41. package/illustrations/dark/global/launch.svg +92 -0
  42. package/illustrations/dark/global/no-files.svg +21 -0
  43. package/illustrations/dark/global/nothing-defined.svg +17 -0
  44. package/illustrations/dark/global/password-token.svg +25 -0
  45. package/illustrations/dark/global/reports.svg +63 -0
  46. package/illustrations/dark/global/survey.svg +30 -0
  47. package/illustrations/dark/global/user.svg +9 -0
  48. package/illustrations/dark/global/work-item.svg +42 -0
  49. package/illustrations/light/dashboards/CRP-failure-prediction-monitoring.svg +23 -0
  50. package/illustrations/light/dashboards/analysis.svg +96 -0
  51. package/illustrations/light/dashboards/automation.svg +63 -0
  52. package/illustrations/light/dashboards/burn-down.svg +38 -0
  53. package/illustrations/light/dashboards/burn-up.svg +38 -0
  54. package/illustrations/light/dashboards/change-credit-score.svg +22 -0
  55. package/illustrations/light/dashboards/change-data-quality.svg +24 -0
  56. package/illustrations/light/dashboards/change-executive.svg +21 -0
  57. package/illustrations/light/dashboards/change-failure-factors.svg +26 -0
  58. package/illustrations/light/dashboards/change-failure-prediction.svg +25 -0
  59. package/illustrations/light/dashboards/change-impact-detection.svg +21 -0
  60. package/illustrations/light/dashboards/change-impact-hotspots.svg +25 -0
  61. package/illustrations/light/dashboards/custom.svg +31 -0
  62. package/illustrations/light/dashboards/defect.svg +34 -0
  63. package/illustrations/light/dashboards/dependency.svg +61 -0
  64. package/{dashboards/light/digitalai/digitalai-dora-light.svg → illustrations/light/dashboards/dora.svg} +13 -8
  65. package/illustrations/light/dashboards/executive.svg +21 -0
  66. package/illustrations/light/dashboards/hange-impact.svg +51 -0
  67. package/illustrations/light/dashboards/item.svg +33 -0
  68. package/illustrations/light/dashboards/late-task.svg +61 -0
  69. package/illustrations/light/dashboards/onboarding.svg +19 -0
  70. package/illustrations/light/dashboards/workflow.svg +66 -0
  71. package/illustrations/light/global/add-new-grid.svg +104 -0
  72. package/illustrations/light/global/add-new.svg +16 -0
  73. package/illustrations/light/global/add-team.svg +25 -0
  74. package/illustrations/light/global/add-user.svg +18 -0
  75. package/illustrations/light/global/assets.svg +44 -0
  76. package/illustrations/light/global/chart.svg +29 -0
  77. package/illustrations/light/global/community.svg +41 -0
  78. package/illustrations/light/global/dependency-down.svg +38 -0
  79. package/illustrations/light/global/dependency-up.svg +38 -0
  80. package/illustrations/light/global/disconnected.svg +21 -0
  81. package/illustrations/light/global/done.svg +17 -0
  82. package/illustrations/light/global/empty.svg +19 -0
  83. package/illustrations/light/global/favorite.svg +39 -0
  84. package/illustrations/light/global/features.svg +102 -0
  85. package/illustrations/light/global/launch.svg +92 -0
  86. package/illustrations/light/global/no-files.svg +21 -0
  87. package/illustrations/light/global/nothing-defined.svg +17 -0
  88. package/illustrations/light/global/password-token.svg +30 -0
  89. package/illustrations/light/global/reports.svg +63 -0
  90. package/illustrations/light/global/survey.svg +30 -0
  91. package/illustrations/light/global/user.svg +9 -0
  92. package/illustrations/light/global/work-item.svg +42 -0
  93. package/index.css +187 -754
  94. package/integrations/demo/index.html +2 -2
  95. package/integrations/demo/script.js +3 -4
  96. package/integrations/index.css +441 -0
  97. package/package.json +1 -1
  98. package/agility/dark/global/agility-assets-dark.svg +0 -41
  99. package/agility/dark/global/agility-chart-dark.svg +0 -10
  100. package/agility/dark/global/agility-community-dark.svg +0 -66
  101. package/agility/dark/global/agility-dependency-down-dark.svg +0 -30
  102. package/agility/dark/global/agility-dependency-up-dark.svg +0 -30
  103. package/agility/dark/global/agility-disconnected-dark.svg +0 -20
  104. package/agility/dark/global/agility-empty-dark.svg +0 -16
  105. package/agility/dark/global/agility-favourite-dark.svg +0 -24
  106. package/agility/dark/global/agility-features-dark.svg +0 -156
  107. package/agility/dark/global/agility-launch-dark.svg +0 -29
  108. package/agility/dark/global/agility-no-files-dark.svg +0 -18
  109. package/agility/dark/global/agility-nothing-defined-dark.svg +0 -14
  110. package/agility/dark/global/agility-password-token-dark.svg +0 -31
  111. package/agility/dark/global/agility-reports-dark.svg +0 -59
  112. package/agility/dark/global/agility-survey-dark.svg +0 -18
  113. package/agility/dark/global/agility-user-dark.svg +0 -13
  114. package/agility/dark/global/agility-work-item-dark.svg +0 -19
  115. package/agility/dark/global/done-dark.svg +0 -11
  116. package/agility/dark/ux/agility-ux-community-dark.svg +0 -71
  117. package/agility/dark/ux/agility-ux-goal-dark.svg +0 -72
  118. package/agility/dark/ux/agility-ux-launch-dark.svg +0 -51
  119. package/agility/dark/ux/agility-ux-objective-dark.svg +0 -74
  120. package/agility/dark/ux/agility-ux-paper-dark.svg +0 -26
  121. package/agility/dark/ux/agility-ux-update-dark.svg +0 -60
  122. package/agility/light/global/agility-assets-light.svg +0 -46
  123. package/agility/light/global/agility-chart-light.svg +0 -10
  124. package/agility/light/global/agility-community-light.svg +0 -73
  125. package/agility/light/global/agility-dependency-down-light.svg +0 -30
  126. package/agility/light/global/agility-dependency-up-light.svg +0 -30
  127. package/agility/light/global/agility-disconnected-light.svg +0 -27
  128. package/agility/light/global/agility-empty-light.svg +0 -16
  129. package/agility/light/global/agility-favourite-light.svg +0 -24
  130. package/agility/light/global/agility-features-light.svg +0 -156
  131. package/agility/light/global/agility-launch-light.svg +0 -36
  132. package/agility/light/global/agility-no-files-light.svg +0 -18
  133. package/agility/light/global/agility-nothing-defined-light.svg +0 -21
  134. package/agility/light/global/agility-password-token-light.svg +0 -31
  135. package/agility/light/global/agility-reports-light.svg +0 -59
  136. package/agility/light/global/agility-survey-light.svg +0 -25
  137. package/agility/light/global/agility-user-light.svg +0 -13
  138. package/agility/light/global/agility-work-item-light.svg +0 -26
  139. package/agility/light/global/done-light.svg +0 -11
  140. package/agility/light/ux/agility-ux-community-light.svg +0 -71
  141. package/agility/light/ux/agility-ux-goal-light.svg +0 -72
  142. package/agility/light/ux/agility-ux-launch-light.svg +0 -51
  143. package/agility/light/ux/agility-ux-objective-light.svg +0 -74
  144. package/agility/light/ux/agility-ux-paper-light.svg +0 -26
  145. package/agility/light/ux/agility-ux-update-light.svg +0 -60
  146. package/dashboards/dark/agility/CRP-failure-prediction-monitoring-dashboard-dark.svg +0 -22
  147. package/dashboards/dark/agility/agility-analysis-dark.svg +0 -42
  148. package/dashboards/dark/agility/agility-analysis-nobg-dark.svg +0 -31
  149. package/dashboards/dark/agility/agility-automation-dark.svg +0 -49
  150. package/dashboards/dark/agility/agility-automation-nobg-dark.svg +0 -43
  151. package/dashboards/dark/agility/agility-burn-down-dark.svg +0 -16
  152. package/dashboards/dark/agility/agility-burn-up-dark.svg +0 -16
  153. package/dashboards/dark/agility/agility-change-credit-score-dark.svg +0 -44
  154. package/dashboards/dark/agility/agility-change-data-quality-dark.svg +0 -19
  155. package/dashboards/dark/agility/agility-change-executive-dashboard-dark.svg +0 -53
  156. package/dashboards/dark/agility/agility-change-failure-factors-dashboard-dark.svg +0 -21
  157. package/dashboards/dark/agility/agility-change-failure-prediction-dark.svg +0 -20
  158. package/dashboards/dark/agility/agility-change-impact-dashboard-dark.svg +0 -32
  159. package/dashboards/dark/agility/agility-change-impact-detection-dark.svg +0 -17
  160. package/dashboards/dark/agility/agility-change-impact-hotspots-dark.svg +0 -16
  161. package/dashboards/dark/agility/agility-custom-dark.svg +0 -60
  162. package/dashboards/dark/agility/agility-custom-nobg-dark.svg +0 -52
  163. package/dashboards/dark/agility/agility-defect-dark.svg +0 -23
  164. package/dashboards/dark/agility/agility-defect-nobg-dark.svg +0 -17
  165. package/dashboards/dark/agility/agility-dependency-dark.svg +0 -34
  166. package/dashboards/dark/agility/agility-dependency-nobg-dark.svg +0 -28
  167. package/dashboards/dark/agility/agility-dora-dark.svg +0 -18
  168. package/dashboards/dark/agility/agility-dora-nobg-dark.svg +0 -10
  169. package/dashboards/dark/agility/agility-executive-dark.svg +0 -16
  170. package/dashboards/dark/agility/agility-executive-nobg-dark.svg +0 -8
  171. package/dashboards/dark/agility/agility-item-dark.svg +0 -22
  172. package/dashboards/dark/agility/agility-item-nobg-dark.svg +0 -16
  173. package/dashboards/dark/agility/agility-late-task-dark.svg +0 -23
  174. package/dashboards/dark/agility/agility-late-task-nobg-dark.svg +0 -17
  175. package/dashboards/dark/agility/agility-onboarding-dark.svg +0 -29
  176. package/dashboards/dark/agility/agility-onboarding-nobg-dark.svg +0 -21
  177. package/dashboards/dark/agility/agility-workflow-dark.svg +0 -60
  178. package/dashboards/dark/agility/agility-workflow-nobg-dark.svg +0 -52
  179. package/dashboards/dark/digitalai/CRP-failure-prediction-monitoring-dashboard-dark.svg +0 -22
  180. package/dashboards/dark/digitalai/digitalai-analysis-dark.svg +0 -42
  181. package/dashboards/dark/digitalai/digitalai-analysis-nobg-dark.svg +0 -31
  182. package/dashboards/dark/digitalai/digitalai-automation-dark.svg +0 -49
  183. package/dashboards/dark/digitalai/digitalai-automation-nobg-dark.svg +0 -43
  184. package/dashboards/dark/digitalai/digitalai-burn-down-dark.svg +0 -16
  185. package/dashboards/dark/digitalai/digitalai-burn-up-dark.svg +0 -16
  186. package/dashboards/dark/digitalai/digitalai-change-credit-score-dark.svg +0 -44
  187. package/dashboards/dark/digitalai/digitalai-change-data-quality-dark.svg +0 -19
  188. package/dashboards/dark/digitalai/digitalai-change-executive-dashboard-dark.svg +0 -53
  189. package/dashboards/dark/digitalai/digitalai-change-failure-factors-dashboard-dark.svg +0 -21
  190. package/dashboards/dark/digitalai/digitalai-change-failure-prediction-dark.svg +0 -20
  191. package/dashboards/dark/digitalai/digitalai-change-impact-dashboard-dark.svg +0 -32
  192. package/dashboards/dark/digitalai/digitalai-change-impact-detection-dark.svg +0 -17
  193. package/dashboards/dark/digitalai/digitalai-change-impact-hotspots-dark.svg +0 -16
  194. package/dashboards/dark/digitalai/digitalai-custom-dark.svg +0 -60
  195. package/dashboards/dark/digitalai/digitalai-custom-nobg-dark.svg +0 -52
  196. package/dashboards/dark/digitalai/digitalai-defect-dark.svg +0 -23
  197. package/dashboards/dark/digitalai/digitalai-defect-nobg-dark.svg +0 -17
  198. package/dashboards/dark/digitalai/digitalai-dependency-dark.svg +0 -34
  199. package/dashboards/dark/digitalai/digitalai-dependency-nobg-dark.svg +0 -28
  200. package/dashboards/dark/digitalai/digitalai-dora-nobg-dark.svg +0 -10
  201. package/dashboards/dark/digitalai/digitalai-executive-dark.svg +0 -16
  202. package/dashboards/dark/digitalai/digitalai-executive-nobg-dark.svg +0 -8
  203. package/dashboards/dark/digitalai/digitalai-item-dark.svg +0 -22
  204. package/dashboards/dark/digitalai/digitalai-item-nobg-dark.svg +0 -16
  205. package/dashboards/dark/digitalai/digitalai-late-task-dark.svg +0 -23
  206. package/dashboards/dark/digitalai/digitalai-late-task-nobg-dark.svg +0 -17
  207. package/dashboards/dark/digitalai/digitalai-onboarding-dark.svg +0 -29
  208. package/dashboards/dark/digitalai/digitalai-onboarding-nobg-dark.svg +0 -21
  209. package/dashboards/dark/digitalai/digitalai-workflow-dark.svg +0 -60
  210. package/dashboards/dark/digitalai/digitalai-workflow-nobg-dark.svg +0 -52
  211. package/dashboards/light/agility/CRP-failure-prediction-monitoring-dashboard-light.svg +0 -22
  212. package/dashboards/light/agility/agility-analysis-light.svg +0 -42
  213. package/dashboards/light/agility/agility-analysis-nobg-light.svg +0 -31
  214. package/dashboards/light/agility/agility-automation-light.svg +0 -49
  215. package/dashboards/light/agility/agility-automation-nobg-light.svg +0 -43
  216. package/dashboards/light/agility/agility-burn-down-light.svg +0 -16
  217. package/dashboards/light/agility/agility-burn-up-light.svg +0 -16
  218. package/dashboards/light/agility/agility-change-credit-score-light.svg +0 -44
  219. package/dashboards/light/agility/agility-change-data-quality-light.svg +0 -19
  220. package/dashboards/light/agility/agility-change-executive-dashboard-light.svg +0 -53
  221. package/dashboards/light/agility/agility-change-failure-factors-dashboard-light.svg +0 -21
  222. package/dashboards/light/agility/agility-change-failure-prediction-light.svg +0 -20
  223. package/dashboards/light/agility/agility-change-impact-dashboard-light.svg +0 -32
  224. package/dashboards/light/agility/agility-change-impact-detection-light.svg +0 -17
  225. package/dashboards/light/agility/agility-change-impact-hotspots-light.svg +0 -16
  226. package/dashboards/light/agility/agility-custom-light.svg +0 -60
  227. package/dashboards/light/agility/agility-custom-nobg-light.svg +0 -52
  228. package/dashboards/light/agility/agility-defect-light.svg +0 -23
  229. package/dashboards/light/agility/agility-defect-nobg-light.svg +0 -17
  230. package/dashboards/light/agility/agility-dependency-light.svg +0 -34
  231. package/dashboards/light/agility/agility-dependency-nobg-light.svg +0 -28
  232. package/dashboards/light/agility/agility-dora-light.svg +0 -18
  233. package/dashboards/light/agility/agility-dora-nobg-light.svg +0 -10
  234. package/dashboards/light/agility/agility-executive-light.svg +0 -16
  235. package/dashboards/light/agility/agility-executive-nobg-light.svg +0 -8
  236. package/dashboards/light/agility/agility-item-light.svg +0 -22
  237. package/dashboards/light/agility/agility-item-nobg-light.svg +0 -16
  238. package/dashboards/light/agility/agility-late-task-light.svg +0 -23
  239. package/dashboards/light/agility/agility-late-task-nobg-light.svg +0 -17
  240. package/dashboards/light/agility/agility-onboarding-light.svg +0 -29
  241. package/dashboards/light/agility/agility-onboarding-nobg-light.svg +0 -21
  242. package/dashboards/light/agility/agility-workflow-light.svg +0 -60
  243. package/dashboards/light/agility/agility-workflow-nobg-light.svg +0 -52
  244. package/dashboards/light/digitalai/CRP-failure-prediction-monitoring-dashboard-light.svg +0 -22
  245. package/dashboards/light/digitalai/digitalai-analysis-light.svg +0 -42
  246. package/dashboards/light/digitalai/digitalai-analysis-nobg-light.svg +0 -31
  247. package/dashboards/light/digitalai/digitalai-automation-light.svg +0 -49
  248. package/dashboards/light/digitalai/digitalai-automation-nobg-light.svg +0 -43
  249. package/dashboards/light/digitalai/digitalai-burn-down-light.svg +0 -16
  250. package/dashboards/light/digitalai/digitalai-burn-up-light.svg +0 -16
  251. package/dashboards/light/digitalai/digitalai-change-credit-score-light.svg +0 -44
  252. package/dashboards/light/digitalai/digitalai-change-data-quality-light.svg +0 -19
  253. package/dashboards/light/digitalai/digitalai-change-executive-dashboard-light.svg +0 -53
  254. package/dashboards/light/digitalai/digitalai-change-failure-factors-dashboard-light.svg +0 -21
  255. package/dashboards/light/digitalai/digitalai-change-failure-prediction-light.svg +0 -20
  256. package/dashboards/light/digitalai/digitalai-change-impact-dashboard-light.svg +0 -32
  257. package/dashboards/light/digitalai/digitalai-change-impact-detection-light.svg +0 -17
  258. package/dashboards/light/digitalai/digitalai-change-impact-hotspots-light.svg +0 -16
  259. package/dashboards/light/digitalai/digitalai-custom-light.svg +0 -60
  260. package/dashboards/light/digitalai/digitalai-custom-nobg-light.svg +0 -52
  261. package/dashboards/light/digitalai/digitalai-defect-light.svg +0 -23
  262. package/dashboards/light/digitalai/digitalai-defect-nobg-light.svg +0 -17
  263. package/dashboards/light/digitalai/digitalai-dependency-light.svg +0 -34
  264. package/dashboards/light/digitalai/digitalai-dependency-nobg-light.svg +0 -28
  265. package/dashboards/light/digitalai/digitalai-dora-nobg-light.svg +0 -10
  266. package/dashboards/light/digitalai/digitalai-executive-light.svg +0 -16
  267. package/dashboards/light/digitalai/digitalai-executive-nobg-light.svg +0 -8
  268. package/dashboards/light/digitalai/digitalai-item-light.svg +0 -22
  269. package/dashboards/light/digitalai/digitalai-item-nobg-light.svg +0 -16
  270. package/dashboards/light/digitalai/digitalai-late-task-light.svg +0 -23
  271. package/dashboards/light/digitalai/digitalai-late-task-nobg-light.svg +0 -17
  272. package/dashboards/light/digitalai/digitalai-onboarding-light.svg +0 -29
  273. package/dashboards/light/digitalai/digitalai-onboarding-nobg-light.svg +0 -21
  274. package/dashboards/light/digitalai/digitalai-workflow-light.svg +0 -60
  275. package/dashboards/light/digitalai/digitalai-workflow-nobg-light.svg +0 -52
  276. package/digitalai/dark/global/digitalai-assets-dark.svg +0 -41
  277. package/digitalai/dark/global/digitalai-chart-dark.svg +0 -10
  278. package/digitalai/dark/global/digitalai-community-dark.svg +0 -66
  279. package/digitalai/dark/global/digitalai-dependency-down-dark.svg +0 -30
  280. package/digitalai/dark/global/digitalai-dependency-up-dark.svg +0 -30
  281. package/digitalai/dark/global/digitalai-disconnected-dark.svg +0 -20
  282. package/digitalai/dark/global/digitalai-empty-dark.svg +0 -16
  283. package/digitalai/dark/global/digitalai-favourite-dark.svg +0 -24
  284. package/digitalai/dark/global/digitalai-features-dark.svg +0 -156
  285. package/digitalai/dark/global/digitalai-launch-dark.svg +0 -29
  286. package/digitalai/dark/global/digitalai-no-files-dark.svg +0 -18
  287. package/digitalai/dark/global/digitalai-nothing-defined-dark.svg +0 -14
  288. package/digitalai/dark/global/digitalai-password-token-dark.svg +0 -31
  289. package/digitalai/dark/global/digitalai-reports-dark.svg +0 -59
  290. package/digitalai/dark/global/digitalai-survey-dark.svg +0 -18
  291. package/digitalai/dark/global/digitalai-user-dark.svg +0 -13
  292. package/digitalai/dark/global/digitalai-work-item-dark.svg +0 -19
  293. package/digitalai/dark/global/done-dark.svg +0 -11
  294. package/digitalai/dark/ux/digitalai-ux-community-dark.svg +0 -71
  295. package/digitalai/dark/ux/digitalai-ux-goal-dark.svg +0 -72
  296. package/digitalai/dark/ux/digitalai-ux-launch-dark.svg +0 -51
  297. package/digitalai/dark/ux/digitalai-ux-objective-dark.svg +0 -74
  298. package/digitalai/dark/ux/digitalai-ux-paper-dark.svg +0 -26
  299. package/digitalai/dark/ux/digitalai-ux-update-dark.svg +0 -60
  300. package/digitalai/light/global/digitalai-assets-light.svg +0 -41
  301. package/digitalai/light/global/digitalai-chart-light.svg +0 -10
  302. package/digitalai/light/global/digitalai-community-light.svg +0 -66
  303. package/digitalai/light/global/digitalai-dependency-down-light.svg +0 -30
  304. package/digitalai/light/global/digitalai-dependency-up-light.svg +0 -30
  305. package/digitalai/light/global/digitalai-disconnected-light.svg +0 -20
  306. package/digitalai/light/global/digitalai-empty-light.svg +0 -16
  307. package/digitalai/light/global/digitalai-favorite-light.svg +0 -24
  308. package/digitalai/light/global/digitalai-features-light.svg +0 -156
  309. package/digitalai/light/global/digitalai-launch-light.svg +0 -29
  310. package/digitalai/light/global/digitalai-no-files-light.svg +0 -18
  311. package/digitalai/light/global/digitalai-nothing-defined-light.svg +0 -14
  312. package/digitalai/light/global/digitalai-password-token-light.svg +0 -31
  313. package/digitalai/light/global/digitalai-reports-light.svg +0 -59
  314. package/digitalai/light/global/digitalai-survey-light.svg +0 -18
  315. package/digitalai/light/global/digitalai-user-light.svg +0 -13
  316. package/digitalai/light/global/digitalai-work-item-light.svg +0 -19
  317. package/digitalai/light/global/done-light.svg +0 -11
  318. package/digitalai/light/ux/digitalai-ux-community-light.svg +0 -71
  319. package/digitalai/light/ux/digitalai-ux-goal-light.svg +0 -72
  320. package/digitalai/light/ux/digitalai-ux-launch-light.svg +0 -51
  321. package/digitalai/light/ux/digitalai-ux-objective-light.svg +0 -74
  322. package/digitalai/light/ux/digitalai-ux-paper-light.svg +0 -26
  323. package/digitalai/light/ux/digitalai-ux-update-light.svg +0 -60
  324. package/integrations/demo/index.css +0 -441
@@ -0,0 +1,30 @@
1
+ <svg width="273" height="273" viewBox="0 0 273 273" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <circle cx="136.857" cy="136.842" r="102" fill="#94A8E1" fill-opacity="0.2"/>
3
+ <g filter="url(#filter0_d_3420_11310)">
4
+ <g clip-path="url(#clip0_3420_11310)">
5
+ <path d="M53.8573 66.8418C53.8573 62.4235 57.439 58.8418 61.8573 58.8418H211.857C216.276 58.8418 219.857 62.4235 219.857 66.8418V197.842C219.857 202.26 216.276 205.842 211.857 205.842H61.8573C57.439 205.842 53.8573 202.26 53.8573 197.842V66.8418Z" fill="#F8F9FC"/>
6
+ <rect width="166" height="16" transform="translate(53.8573 58.8418)" fill="#8591AE"/>
7
+ <circle cx="64.8573" cy="66.8418" r="4" fill="#AAB2C5"/>
8
+ <circle cx="76.8573" cy="66.8418" r="4" fill="#D6DCE8"/>
9
+ <circle cx="88.8573" cy="66.8418" r="4" fill="#E5E9F3"/>
10
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M136.857 171.842C153.426 171.842 166.857 158.41 166.857 141.842C166.857 125.273 153.426 111.842 136.857 111.842C120.289 111.842 106.857 125.273 106.857 141.842C106.857 158.41 120.289 171.842 136.857 171.842ZM136.857 137.842C135.073 137.842 133.379 138.231 131.857 138.93V134.842C131.857 132.08 134.096 129.842 136.857 129.842C139.619 129.842 141.857 132.08 141.857 134.842V138.93C140.335 138.231 138.642 137.842 136.857 137.842ZM124.857 149.842C124.857 146.288 126.402 143.095 128.857 140.897V134.842C128.857 130.424 132.439 126.842 136.857 126.842C141.276 126.842 144.857 130.424 144.857 134.842V140.897C147.312 143.095 148.857 146.288 148.857 149.842C148.857 156.469 143.485 161.842 136.857 161.842C130.23 161.842 124.857 156.469 124.857 149.842ZM140.286 147.27C140.286 148.539 139.596 149.647 138.572 150.24V154.128C138.572 155.074 137.804 155.842 136.857 155.842C135.911 155.842 135.143 155.074 135.143 154.128V150.24C134.118 149.647 133.429 148.539 133.429 147.27C133.429 145.377 134.964 143.842 136.857 143.842C138.751 143.842 140.286 145.377 140.286 147.27Z" fill="#8591AE"/>
11
+ <path d="M121.857 186.063L120.98 184.62L117.736 186.398V182.842H115.978V186.398L112.735 184.62L111.857 186.063L115.102 187.842L111.858 189.62L112.735 191.063L115.978 189.285V192.842H117.736V189.285L120.98 191.063L121.857 189.62L118.613 187.842L121.857 186.063Z" fill="#8591AE"/>
12
+ <path d="M141.857 186.063L140.98 184.62L137.736 186.398V182.842H135.978V186.398L132.735 184.62L131.857 186.063L135.102 187.842L131.858 189.62L132.735 191.063L135.978 189.285V192.842H137.736V189.285L140.98 191.063L141.857 189.62L138.613 187.842L141.857 186.063Z" fill="#8591AE"/>
13
+ <path d="M161.857 186.063L160.98 184.62L157.736 186.398V182.842H155.978V186.398L152.735 184.62L151.857 186.063L155.102 187.842L151.858 189.62L152.735 191.063L155.978 189.285V192.842H157.736V189.285L160.98 191.063L161.857 189.62L158.613 187.842L161.857 186.063Z" fill="#8591AE"/>
14
+ </g>
15
+ </g>
16
+ <defs>
17
+ <filter id="filter0_d_3420_11310" x="21.8573" y="50.8418" width="230" height="211" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
18
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
19
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
20
+ <feOffset dy="24"/>
21
+ <feGaussianBlur stdDeviation="16"/>
22
+ <feColorMatrix type="matrix" values="0 0 0 0 0.231373 0 0 0 0 0.282353 0 0 0 0 0.360784 0 0 0 0.24 0"/>
23
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_3420_11310"/>
24
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_3420_11310" result="shape"/>
25
+ </filter>
26
+ <clipPath id="clip0_3420_11310">
27
+ <path d="M53.8573 66.8418C53.8573 62.4235 57.439 58.8418 61.8573 58.8418H211.857C216.276 58.8418 219.857 62.4235 219.857 66.8418V197.842C219.857 202.26 216.276 205.842 211.857 205.842H61.8573C57.439 205.842 53.8573 202.26 53.8573 197.842V66.8418Z" fill="white"/>
28
+ </clipPath>
29
+ </defs>
30
+ </svg>
@@ -0,0 +1,63 @@
1
+ <svg width="272" height="272" viewBox="0 0 272 272" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_3429_12391)">
3
+ <circle cx="136" cy="136" r="102" fill="#94A8E1" fill-opacity="0.2"/>
4
+ <circle cx="225" cy="52" r="8" fill="#94A8E1" fill-opacity="0.2"/>
5
+ <circle cx="233.5" cy="34.5" r="4.5" fill="#94A8E1" fill-opacity="0.2"/>
6
+ <circle cx="43.5" cy="63.5" r="3.5" fill="#94A8E1" fill-opacity="0.2"/>
7
+ <circle cx="33.5" cy="211.5" r="7.5" fill="#94A8E1" fill-opacity="0.2"/>
8
+ <g filter="url(#filter0_d_3429_12391)">
9
+ <rect x="26" y="103" width="154" height="93" rx="4.44354" fill="#F8F9FC"/>
10
+ <path d="M85.3306 110.844H38.459C36.694 110.844 35.2632 112.098 35.2632 113.645C35.2632 115.192 36.694 116.446 38.459 116.446H85.3306C87.0956 116.446 88.5264 115.192 88.5264 113.645C88.5264 112.098 87.0956 110.844 85.3306 110.844Z" fill="#AAB2C5"/>
11
+ <path d="M156.333 139.975H131.878C130.957 139.975 130.21 141.229 130.21 142.776C130.21 144.323 130.957 145.577 131.878 145.577H156.333C157.253 145.577 158 144.323 158 142.776C158 141.229 157.253 139.975 156.333 139.975Z" fill="#AAB2C5"/>
12
+ <path d="M169.394 154.543H132.712C131.33 154.543 130.21 155.797 130.21 157.344C130.21 158.891 131.33 160.145 132.712 160.145H169.394C170.775 160.145 171.895 158.891 171.895 157.344C171.895 155.797 170.775 154.543 169.394 154.543Z" fill="#AAB2C5"/>
13
+ <path d="M148.714 169.109H131.392C130.739 169.109 130.21 170.364 130.21 171.911C130.21 173.458 130.739 174.712 131.392 174.712H148.714C149.366 174.712 149.895 173.458 149.895 171.911C149.895 170.364 149.366 169.109 148.714 169.109Z" fill="#AAB2C5"/>
14
+ <path d="M62.1275 134.598C67.0478 134.598 71.8403 136.114 75.81 138.927C79.7797 141.741 82.7203 145.704 84.2054 150.243C85.6905 154.783 85.6429 159.662 84.0695 164.173C82.4961 168.685 79.4787 172.594 75.4549 175.334L68.8704 166.28C70.9063 164.893 72.4329 162.915 73.229 160.633C74.025 158.35 74.0491 155.882 73.2977 153.585C72.5463 151.289 71.0586 149.283 69.0501 147.86C67.0417 146.437 64.6169 145.669 62.1275 145.669L62.1275 134.598Z" fill="#8591AE"/>
15
+ <path d="M70.3278 177.969C66.2052 179.479 61.7226 179.82 57.4069 178.95C53.0911 178.08 49.1215 176.037 45.9645 173.059C42.8075 170.082 40.5943 166.295 39.5849 162.142C38.5755 157.99 38.8119 153.645 40.2663 149.618L51.0669 153.27C50.3311 155.308 50.2115 157.506 50.7222 159.607C51.2329 161.708 52.3527 163.624 53.9499 165.131C55.5472 166.637 57.5556 167.671 59.7391 168.111C61.9227 168.551 64.1906 168.379 66.2764 167.614L70.3278 177.969Z" fill="#AAB2C5"/>
16
+ <path d="M41.6983 146.455C43.353 143.456 45.6914 140.86 48.5363 138.865C51.3812 136.869 54.658 135.526 58.1187 134.938L60.0992 145.842C58.3483 146.14 56.6904 146.819 55.251 147.829C53.8116 148.838 52.6286 150.152 51.7914 151.669L41.6983 146.455Z" fill="#D6DCE8"/>
17
+ <rect x="109.368" y="136.615" width="11.5789" height="11.2048" fill="#E5E9F3"/>
18
+ <rect x="109.368" y="151.182" width="11.5789" height="11.2048" fill="#AAB2C5"/>
19
+ <rect x="109.368" y="165.748" width="11.5789" height="11.2048" fill="#8591AE"/>
20
+ </g>
21
+ <g filter="url(#filter1_d_3429_12391)">
22
+ <rect x="92" y="55" width="155" height="100" rx="4.44354" fill="#F8F9FC"/>
23
+ <path d="M151.716 63.4336H104.54C102.763 63.4336 101.323 64.7821 101.323 66.4456C101.323 68.1091 102.763 69.4577 104.54 69.4577H151.716C153.492 69.4577 154.932 68.1091 154.932 66.4456C154.932 64.7821 153.492 63.4336 151.716 63.4336Z" fill="#AAB2C5"/>
24
+ <path d="M107.966 79.0957H102.838C102.645 79.0957 102.489 79.9048 102.489 80.9029C102.489 81.901 102.645 82.7102 102.838 82.7102H107.966C108.159 82.7102 108.316 81.901 108.316 80.9029C108.316 79.9048 108.159 79.0957 107.966 79.0957Z" fill="#AAB2C5"/>
25
+ <path d="M107.966 101.988H102.838C102.645 101.988 102.489 102.797 102.489 103.796C102.489 104.794 102.645 105.603 102.838 105.603H107.966C108.159 105.603 108.316 104.794 108.316 103.796C108.316 102.797 108.159 101.988 107.966 101.988Z" fill="#AAB2C5"/>
26
+ <path d="M128.944 141.746H123.816C123.623 141.746 123.466 142.555 123.466 143.553C123.466 144.551 123.623 145.361 123.816 145.361H128.944C129.137 145.361 129.293 144.551 129.293 143.553C129.293 142.555 129.137 141.746 128.944 141.746Z" fill="#AAB2C5"/>
27
+ <path d="M159.244 141.746H154.117C153.923 141.746 153.767 142.555 153.767 143.553C153.767 144.551 153.923 145.361 154.117 145.361H159.244C159.438 145.361 159.594 144.551 159.594 143.553C159.594 142.555 159.438 141.746 159.244 141.746Z" fill="#AAB2C5"/>
28
+ <path d="M198.869 141.746H193.741C193.548 141.746 193.391 142.555 193.391 143.553C193.391 144.551 193.548 145.361 193.741 145.361H198.869C199.062 145.361 199.218 144.551 199.218 143.553C199.218 142.555 199.062 141.746 198.869 141.746Z" fill="#AAB2C5"/>
29
+ <path d="M229.169 141.746H224.041C223.848 141.746 223.692 142.555 223.692 143.553C223.692 144.551 223.848 145.361 224.041 145.361H229.169C229.362 145.361 229.519 144.551 229.519 143.553C229.519 142.555 229.362 141.746 229.169 141.746Z" fill="#AAB2C5"/>
30
+ <path d="M107.966 130.902H102.838C102.645 130.902 102.489 131.711 102.489 132.71C102.489 133.708 102.645 134.517 102.838 134.517H107.966C108.159 134.517 108.316 133.708 108.316 132.71C108.316 131.711 108.159 130.902 107.966 130.902Z" fill="#AAB2C5"/>
31
+ <path d="M236.511 82.0633C236.818 82.0633 237.067 81.8146 237.067 81.5078C237.067 81.2011 236.818 80.9524 236.511 80.9524L236.511 82.0633ZM115.308 82.0633L116.431 82.0633L116.431 80.9524L115.308 80.9524L115.308 82.0633ZM118.675 82.0633L120.92 82.0633L120.92 80.9524L118.675 80.9524L118.675 82.0633ZM123.164 82.0633L125.409 82.0633L125.409 80.9524L123.164 80.9524L123.164 82.0633ZM127.653 82.0633L129.898 82.0633L129.898 80.9524L127.653 80.9524L127.653 82.0633ZM132.142 82.0633L134.387 82.0633L134.387 80.9524L132.142 80.9524L132.142 82.0633ZM136.631 82.0633L138.876 82.0633L138.876 80.9524L136.631 80.9524L136.631 82.0633ZM141.12 82.0633L143.365 82.0633L143.365 80.9524L141.12 80.9524L141.12 82.0633ZM145.609 82.0633L147.854 82.0633L147.854 80.9524L145.609 80.9524L145.609 82.0633ZM150.098 82.0633L152.343 82.0633L152.343 80.9524L150.098 80.9524L150.098 82.0633ZM154.587 82.0633L156.832 82.0633L156.832 80.9524L154.587 80.9524L154.587 82.0633ZM159.076 82.0633L161.321 82.0633L161.321 80.9524L159.076 80.9524L159.076 82.0633ZM163.565 82.0633L165.81 82.0633L165.81 80.9524L163.565 80.9524L163.565 82.0633ZM168.054 82.0633L170.299 82.0633L170.299 80.9524L168.054 80.9524L168.054 82.0633ZM172.543 82.0633L174.788 82.0633L174.788 80.9524L172.543 80.9524L172.543 82.0633ZM177.032 82.0633L179.277 82.0633L179.277 80.9524L177.032 80.9524L177.032 82.0633ZM181.521 82.0633L183.766 82.0633L183.766 80.9524L181.521 80.9524L181.521 82.0633ZM186.01 82.0633L188.255 82.0633L188.255 80.9524L186.01 80.9524L186.01 82.0633ZM190.499 82.0633L192.744 82.0633L192.744 80.9524L190.499 80.9524L190.499 82.0633ZM194.988 82.0633L197.233 82.0633L197.233 80.9524L194.988 80.9524L194.988 82.0633ZM199.477 82.0633L201.722 82.0633L201.722 80.9524L199.477 80.9524L199.477 82.0633ZM203.966 82.0633L206.211 82.0633L206.211 80.9524L203.966 80.9524L203.966 82.0633ZM208.455 82.0633L210.7 82.0633L210.7 80.9524L208.455 80.9524L208.455 82.0633ZM212.944 82.0633L215.189 82.0633L215.189 80.9524L212.944 80.9524L212.944 82.0633ZM217.433 82.0633L219.678 82.0633L219.678 80.9524L217.433 80.9524L217.433 82.0633ZM221.922 82.0633L224.167 82.0633L224.167 80.9524L221.922 80.9524L221.922 82.0633ZM226.411 82.0633L228.656 82.0633L228.656 80.9524L226.411 80.9524L226.411 82.0633ZM230.9 82.0633L233.145 82.0633L233.145 80.9524L230.9 80.9524L230.9 82.0633ZM235.389 82.0633L236.511 82.0633L236.511 80.9524L235.389 80.9524L235.389 82.0633Z" fill="#AAB2C5"/>
32
+ <path d="M236.511 104.954C236.818 104.954 237.067 104.705 237.067 104.398C237.067 104.092 236.818 103.843 236.511 103.843L236.511 104.954ZM115.308 104.954L116.431 104.954L116.431 103.843L115.308 103.843L115.308 104.954ZM118.675 104.954L120.92 104.954L120.92 103.843L118.675 103.843L118.675 104.954ZM123.164 104.954L125.409 104.954L125.409 103.843L123.164 103.843L123.164 104.954ZM127.653 104.954L129.898 104.954L129.898 103.843L127.653 103.843L127.653 104.954ZM132.142 104.954L134.387 104.954L134.387 103.843L132.142 103.843L132.142 104.954ZM136.631 104.954L138.876 104.954L138.876 103.843L136.631 103.843L136.631 104.954ZM141.12 104.954L143.365 104.954L143.365 103.843L141.12 103.843L141.12 104.954ZM145.609 104.954L147.854 104.954L147.854 103.843L145.609 103.843L145.609 104.954ZM150.098 104.954L152.343 104.954L152.343 103.843L150.098 103.843L150.098 104.954ZM154.587 104.954L156.832 104.954L156.832 103.843L154.587 103.843L154.587 104.954ZM159.076 104.954L161.321 104.954L161.321 103.843L159.076 103.843L159.076 104.954ZM163.565 104.954L165.81 104.954L165.81 103.843L163.565 103.843L163.565 104.954ZM168.054 104.954L170.299 104.954L170.299 103.843L168.054 103.843L168.054 104.954ZM172.543 104.954L174.788 104.954L174.788 103.843L172.543 103.843L172.543 104.954ZM177.032 104.954L179.277 104.954L179.277 103.843L177.032 103.843L177.032 104.954ZM181.521 104.954L183.766 104.954L183.766 103.843L181.521 103.843L181.521 104.954ZM186.01 104.954L188.255 104.954L188.255 103.843L186.01 103.843L186.01 104.954ZM190.499 104.954L192.744 104.954L192.744 103.843L190.499 103.843L190.499 104.954ZM194.988 104.954L197.233 104.954L197.233 103.843L194.988 103.843L194.988 104.954ZM199.477 104.954L201.722 104.954L201.722 103.843L199.477 103.843L199.477 104.954ZM203.966 104.954L206.211 104.954L206.211 103.843L203.966 103.843L203.966 104.954ZM208.455 104.954L210.7 104.954L210.7 103.843L208.455 103.843L208.455 104.954ZM212.944 104.954L215.189 104.954L215.189 103.843L212.944 103.843L212.944 104.954ZM217.433 104.954L219.678 104.954L219.678 103.843L217.433 103.843L217.433 104.954ZM221.922 104.954L224.167 104.954L224.167 103.843L221.922 103.843L221.922 104.954ZM226.411 104.954L228.656 104.954L228.656 103.843L226.411 103.843L226.411 104.954ZM230.9 104.954L233.145 104.954L233.145 103.843L230.9 103.843L230.9 104.954ZM235.389 104.954L236.511 104.954L236.511 103.843L235.389 103.843L235.389 104.954Z" fill="#AAB2C5"/>
33
+ <path d="M236.511 133.868C236.818 133.868 237.067 133.619 237.067 133.313C237.067 133.006 236.818 132.757 236.511 132.757L236.511 133.868ZM115.308 133.868L236.511 133.868L236.511 132.757L115.308 132.757L115.308 133.868Z" fill="#8591AE"/>
34
+ <path d="M115.308 103.005C115.308 101.778 116.303 100.783 117.53 100.783H128.237C129.464 100.783 130.459 101.778 130.459 103.005V133.313H115.308V103.005Z" fill="#8591AE"/>
35
+ <path d="M149.105 90.9581C149.105 89.731 150.1 88.7363 151.327 88.7363H162.034C163.261 88.7363 164.256 89.731 164.256 90.9581V133.315H149.105V90.9581Z" fill="#8591AE"/>
36
+ <path d="M188.729 124.692C188.729 123.465 189.724 122.471 190.951 122.471H201.658C202.885 122.471 203.88 123.465 203.88 124.692V133.314H188.729V124.692Z" fill="#8591AE"/>
37
+ <path d="M218.336 88.0733C218.336 86.8463 219.33 85.8516 220.557 85.8516H230.977C232.204 85.8516 233.199 86.8463 233.199 88.0733V133.724H218.336V88.0733Z" fill="#8591AE"/>
38
+ </g>
39
+ </g>
40
+ <defs>
41
+ <filter id="filter0_d_3429_12391" x="-9.54834" y="94.1129" width="225.097" height="164.097" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
42
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
43
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
44
+ <feOffset dy="26.6613"/>
45
+ <feGaussianBlur stdDeviation="17.7742"/>
46
+ <feColorMatrix type="matrix" values="0 0 0 0 0.231373 0 0 0 0 0.282353 0 0 0 0 0.360784 0 0 0 0.24 0"/>
47
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_3429_12391"/>
48
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_3429_12391" result="shape"/>
49
+ </filter>
50
+ <filter id="filter1_d_3429_12391" x="56.4517" y="46.1129" width="226.097" height="171.097" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
51
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
52
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
53
+ <feOffset dy="26.6613"/>
54
+ <feGaussianBlur stdDeviation="17.7742"/>
55
+ <feColorMatrix type="matrix" values="0 0 0 0 0.231373 0 0 0 0 0.282353 0 0 0 0 0.360784 0 0 0 0.24 0"/>
56
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_3429_12391"/>
57
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_3429_12391" result="shape"/>
58
+ </filter>
59
+ <clipPath id="clip0_3429_12391">
60
+ <rect width="272" height="272" fill="white"/>
61
+ </clipPath>
62
+ </defs>
63
+ </svg>
@@ -0,0 +1,30 @@
1
+ <svg width="272" height="273" viewBox="0 0 272 273" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <circle cx="136" cy="136.906" r="102" fill="#94A8E1" fill-opacity="0.2"/>
3
+ <g clip-path="url(#clip0_3427_10722)">
4
+ <g filter="url(#filter0_d_3427_10722)">
5
+ <path d="M67.0001 98.9063L67 244.906C67 249.325 70.5817 252.906 75 252.906H197C201.418 252.906 205 249.325 205 244.906L205 98.9067C205 94.4884 201.418 90.9067 197 90.9067L75.0001 90.9063C70.5818 90.9063 67.0001 94.488 67.0001 98.9063Z" fill="#F8F9FC"/>
6
+ </g>
7
+ <rect x="101" y="197.906" width="63" height="14" rx="7" fill="#D6DCE8"/>
8
+ <rect x="85" y="112.852" width="18" height="18" rx="4" fill="#8591AE"/>
9
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M99.3459 117.906C99.6847 118.245 99.6847 118.795 99.3459 119.133L92.8389 125.64C92.5 125.979 91.9507 125.979 91.6119 125.64L88.6541 122.683C88.3153 122.344 88.3153 121.795 88.6541 121.456C88.993 121.117 89.5423 121.117 89.8811 121.456L92.2254 123.8L98.1189 117.906C98.4578 117.568 99.0071 117.568 99.3459 117.906Z" fill="#F8F9FC"/>
10
+ <path d="M150.25 124.297H117.75C115.679 124.297 114 125.976 114 128.047C114 130.118 115.679 131.797 117.75 131.797H150.25C152.321 131.797 154 130.118 154 128.047C154 125.976 152.321 124.297 150.25 124.297Z" fill="#D6DCE8"/>
11
+ <path d="M172.75 111.906H117.75C115.679 111.906 114 113.585 114 115.656C114 117.727 115.679 119.406 117.75 119.406H172.75C174.821 119.406 176.5 117.727 176.5 115.656C176.5 113.585 174.821 111.906 172.75 111.906Z" fill="#D6DCE8"/>
12
+ <rect x="88" y="153.711" width="16" height="16" rx="3" fill="#F8F9FC" stroke="#8591AE" stroke-width="2"/>
13
+ <path d="M149.25 164.406H116.75C114.679 164.406 113 166.085 113 168.156C113 170.227 114.679 171.906 116.75 171.906H149.25C151.321 171.906 153 170.227 153 168.156C153 166.085 151.321 164.406 149.25 164.406Z" fill="#D6DCE8"/>
14
+ <path d="M171.75 151.516H116.75C114.679 151.516 113 153.195 113 155.266C113 157.337 114.679 159.016 116.75 159.016H171.75C173.821 159.016 175.5 157.337 175.5 155.266C175.5 153.195 173.821 151.516 171.75 151.516Z" fill="#D6DCE8"/>
15
+ </g>
16
+ <defs>
17
+ <filter id="filter0_d_3427_10722" x="35" y="82.9062" width="202" height="226" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
18
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
19
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
20
+ <feOffset dy="24"/>
21
+ <feGaussianBlur stdDeviation="16"/>
22
+ <feColorMatrix type="matrix" values="0 0 0 0 0.231373 0 0 0 0 0.282353 0 0 0 0 0.360784 0 0 0 0.24 0"/>
23
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_3427_10722"/>
24
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_3427_10722" result="shape"/>
25
+ </filter>
26
+ <clipPath id="clip0_3427_10722">
27
+ <rect x="34" y="34.9062" width="204" height="204" rx="102" fill="white"/>
28
+ </clipPath>
29
+ </defs>
30
+ </svg>
@@ -0,0 +1,9 @@
1
+ <svg width="272" height="272" viewBox="0 0 272 272" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <circle cx="136" cy="136" r="102" fill="#94A8E1" fill-opacity="0.2"/>
3
+ <path d="M156.632 123.008C157.33 118.601 158.028 108.867 155.236 105.193C151.746 100.6 150.525 96.3754 147.558 95.2733C144.592 94.1712 128.364 109.602 112.484 105.193" stroke="black"/>
4
+ <path d="M120.887 145.01H147.694C147.029 149.474 147.649 153.611 148.804 157.355L156.832 158.216C156.832 158.216 156.734 171.698 134.779 172.431C112.824 173.165 111.253 158.216 111.253 158.216L119.325 157.355C120.522 154.362 121.512 150.348 120.887 145.01Z" fill="#F8F9FC"/>
5
+ <path d="M147.6 146.287C147.332 147.561 147.453 151.543 147.973 154.047C140.811 159.701 127.197 159.871 120.159 154.924C120.159 154.924 121.4 151.032 120.972 146.808L147.6 146.287Z" fill="#94A8E1" fill-opacity="0.2"/>
6
+ <path d="M133.708 165.883C121.408 165.883 115.814 156.428 115.814 156.428C101.541 157.759 89.1796 166.888 83.7095 180.139L83.1077 181.596C82.4966 183.077 83.2046 184.772 84.6871 185.378L85.8606 185.858C118.062 199.021 154.143 199.021 186.344 185.858C188.352 185.037 189.124 182.596 187.952 180.77L185.664 177.205C178.12 165.45 165.61 157.795 151.709 156.428C151.709 156.428 146.008 165.883 133.708 165.883Z" fill="#8591AE"/>
7
+ <path d="M103.512 107.988C104.705 114.604 107.521 119.337 110.118 124.543L156.047 124.205C160.058 119.98 162.703 115.823 162.703 109.174L162.703 108.919C162.703 101.314 162.703 98.2033 158.721 90.6011C162.732 77.1594 108.819 65.1345 107.3 92.3818C102.008 97.3861 102.203 100.725 103.512 107.988Z" fill="#8591AE"/>
8
+ <path d="M134.315 103.051C117.1 98.4378 110.553 100.042 108.921 122.013C110.254 131.529 117.03 151.976 131.406 151.976C151.375 151.976 157.635 137.871 158.531 122.229C159.426 106.587 156.405 103.194 154.151 100.041C148.386 103.168 143.31 105.461 134.315 103.051Z" fill="#F8F9FC"/>
9
+ </svg>
@@ -0,0 +1,42 @@
1
+ <svg width="272" height="272" viewBox="0 0 272 272" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <circle cx="136" cy="136" r="102" fill="#94A8E1" fill-opacity="0.2"/>
3
+ <g clip-path="url(#clip0_3427_10553)">
4
+ <g filter="url(#filter0_d_3427_10553)">
5
+ <path d="M73.2943 125.664V237.527C73.2943 241.946 76.876 245.527 81.2943 245.527H190.461C194.879 245.527 198.461 241.946 198.461 237.527V125.664C198.461 121.246 194.879 117.664 190.461 117.664L81.2943 117.664C76.876 117.664 73.2943 121.246 73.2943 125.664Z" fill="#F8F9FC"/>
6
+ </g>
7
+ <path d="M123.667 133.717H89C86.7909 133.717 85 135.16 85 136.94C85 138.721 86.7909 140.164 89 140.164H123.667C125.876 140.164 127.667 138.721 127.667 136.94C127.667 135.16 125.876 133.717 123.667 133.717Z" fill="#AAB2C5"/>
8
+ <path d="M147.667 147.686H89C86.7909 147.686 85 149.129 85 150.909C85 152.689 86.7909 154.133 89 154.133H147.667C149.876 154.133 151.667 152.689 151.667 150.909C151.667 149.129 149.876 147.686 147.667 147.686Z" fill="#AAB2C5"/>
9
+ <path d="M123.667 162.73H89C86.7909 162.73 85 164.174 85 165.954C85 167.734 86.7909 169.178 89 169.178H123.667C125.876 169.178 127.667 167.734 127.667 165.954C127.667 164.174 125.876 162.73 123.667 162.73Z" fill="#AAB2C5"/>
10
+ <path d="M147.667 176.699H89C86.7909 176.699 85 178.142 85 179.923C85 181.703 86.7909 183.146 89 183.146H147.667C149.876 183.146 151.667 181.703 151.667 179.923C151.667 178.142 149.876 176.699 147.667 176.699Z" fill="#AAB2C5"/>
11
+ <path d="M123.667 191.742H89C86.7909 191.742 85 193.185 85 194.966C85 196.746 86.7909 198.189 89 198.189H123.667C125.876 198.189 127.667 196.746 127.667 194.966C127.667 193.185 125.876 191.742 123.667 191.742Z" fill="#AAB2C5"/>
12
+ <path d="M147.667 205.711H89C86.7909 205.711 85 207.154 85 208.935C85 210.715 86.7909 212.158 89 212.158H147.667C149.876 212.158 151.667 210.715 151.667 208.935C151.667 207.154 149.876 205.711 147.667 205.711Z" fill="#AAB2C5"/>
13
+ <g filter="url(#filter1_d_3427_10553)">
14
+ <path d="M73.2943 70.4453V96.0117C73.2943 100.43 76.876 104.012 81.2943 104.012H190.461C194.879 104.012 198.461 100.43 198.461 96.0117V70.4454C198.461 66.0272 194.879 62.4454 190.461 62.4454L81.2943 62.4453C76.876 62.4453 73.2943 66.027 73.2943 70.4453Z" fill="#F8F9FC"/>
15
+ </g>
16
+ <path d="M123.667 73.7969H89C86.7909 73.7969 85 75.2401 85 77.0205C85 78.8008 86.7909 80.244 89 80.244H123.667C125.876 80.244 127.667 78.8008 127.667 77.0205C127.667 75.2401 125.876 73.7969 123.667 73.7969Z" fill="#AAB2C5"/>
17
+ <path d="M147.667 87.7656H89C86.7909 87.7656 85 89.2089 85 90.9892C85 92.7695 86.7909 94.2128 89 94.2128H147.667C149.876 94.2128 151.667 92.7695 151.667 90.9892C151.667 89.2089 149.876 87.7656 147.667 87.7656Z" fill="#AAB2C5"/>
18
+ </g>
19
+ <defs>
20
+ <filter id="filter0_d_3427_10553" x="41.2943" y="109.664" width="189.166" height="191.863" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
21
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
22
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
23
+ <feOffset dy="24"/>
24
+ <feGaussianBlur stdDeviation="16"/>
25
+ <feColorMatrix type="matrix" values="0 0 0 0 0.231373 0 0 0 0 0.282353 0 0 0 0 0.360784 0 0 0 0.24 0"/>
26
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_3427_10553"/>
27
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_3427_10553" result="shape"/>
28
+ </filter>
29
+ <filter id="filter1_d_3427_10553" x="57.2943" y="54.4453" width="157.166" height="73.5664" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
30
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
31
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
32
+ <feOffset dy="8"/>
33
+ <feGaussianBlur stdDeviation="8"/>
34
+ <feColorMatrix type="matrix" values="0 0 0 0 0.231373 0 0 0 0 0.282353 0 0 0 0 0.360784 0 0 0 0.16 0"/>
35
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_3427_10553"/>
36
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_3427_10553" result="shape"/>
37
+ </filter>
38
+ <clipPath id="clip0_3427_10553">
39
+ <rect x="34" y="34" width="204" height="204" rx="102" fill="white"/>
40
+ </clipPath>
41
+ </defs>
42
+ </svg>