@team-monolith/cds 1.124.0 → 1.125.0

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 (188) hide show
  1. package/@types/emotion.d.ts +194 -194
  2. package/README.md +37 -37
  3. package/dist/CdsProvider.js +4 -4
  4. package/dist/components/AlertDialog/AlertDialog.js +54 -54
  5. package/dist/components/AlertDialog/AlertDialogActions.js +7 -7
  6. package/dist/components/AlertDialog/AlertDialogContent.js +8 -8
  7. package/dist/components/AlertDialog/AlertDialogTitle.js +34 -34
  8. package/dist/components/AnimatedButton.js +32 -32
  9. package/dist/components/Banner.js +45 -45
  10. package/dist/components/Book/Book.js +174 -174
  11. package/dist/components/Button.js +179 -175
  12. package/dist/components/CheckboxInput.js +148 -148
  13. package/dist/components/FileTypeAlertDialog.js +4 -4
  14. package/dist/components/Input.js +53 -53
  15. package/dist/components/InputBase.js +72 -72
  16. package/dist/components/Modal.js +4 -4
  17. package/dist/components/OverflowTooltip.js +4 -4
  18. package/dist/components/Pagination.js +56 -56
  19. package/dist/components/PinInput.js +64 -64
  20. package/dist/components/Popover.js +27 -27
  21. package/dist/components/RadioInput.js +73 -73
  22. package/dist/components/Slider.js +58 -58
  23. package/dist/components/SquareButton.js +109 -109
  24. package/dist/components/Switch.js +69 -69
  25. package/dist/components/SwitchButton.js +107 -107
  26. package/dist/components/Tag.js +72 -72
  27. package/dist/components/Tooltip.js +19 -19
  28. package/dist/foundation/breakpoints.js +16 -16
  29. package/dist/foundation/typography.js +186 -186
  30. package/dist/icons/custom/colored/ai-helper.svg +4 -4
  31. package/dist/icons/custom/colored/ai-quiz-color.svg +20 -20
  32. package/dist/icons/custom/colored/ai-socroom-color.svg +14 -14
  33. package/dist/icons/custom/colored/badge-color.svg +4 -4
  34. package/dist/icons/custom/colored/badge-gold.svg +11 -11
  35. package/dist/icons/custom/colored/badge-green.svg +11 -11
  36. package/dist/icons/custom/colored/badge-silver.svg +11 -11
  37. package/dist/icons/custom/colored/basic-plus.svg +31 -31
  38. package/dist/icons/custom/colored/basic.svg +3 -3
  39. package/dist/icons/custom/colored/board-color.svg +5 -5
  40. package/dist/icons/custom/colored/cast-cloudy-color.svg +6 -6
  41. package/dist/icons/custom/colored/cast-partly-color.svg +7 -7
  42. package/dist/icons/custom/colored/cast-rainbow-color.svg +13 -13
  43. package/dist/icons/custom/colored/cast-sunny-color.svg +4 -4
  44. package/dist/icons/custom/colored/clap-bronze.svg +8 -8
  45. package/dist/icons/custom/colored/clap-gold.svg +8 -8
  46. package/dist/icons/custom/colored/clap-silver.svg +8 -8
  47. package/dist/icons/custom/colored/class.svg +13 -13
  48. package/dist/icons/custom/colored/codap-color.svg +13 -13
  49. package/dist/icons/custom/colored/ebook-color.svg +5 -5
  50. package/dist/icons/custom/colored/embedded-color.svg +38 -38
  51. package/dist/icons/custom/colored/emo-clap-color.svg +252 -252
  52. package/dist/icons/custom/colored/emo-good-color.svg +68 -68
  53. package/dist/icons/custom/colored/emo-great-color.svg +67 -67
  54. package/dist/icons/custom/colored/emo-heart-color.svg +239 -239
  55. package/dist/icons/custom/colored/emo-hundred-color.svg +194 -194
  56. package/dist/icons/custom/colored/emo-neutral-color.svg +76 -76
  57. package/dist/icons/custom/colored/emo-stars-color.svg +121 -121
  58. package/dist/icons/custom/colored/emo-thumbup-color.svg +238 -238
  59. package/dist/icons/custom/colored/empty.svg +1 -1
  60. package/dist/icons/custom/colored/entry-color.svg +4 -4
  61. package/dist/icons/custom/colored/filename-all-color.svg +4 -4
  62. package/dist/icons/custom/colored/filename-doc-color.svg +5 -5
  63. package/dist/icons/custom/colored/filename-hwp-color.svg +6 -6
  64. package/dist/icons/custom/colored/filename-img-color.svg +6 -6
  65. package/dist/icons/custom/colored/filename-mp4-color.svg +5 -5
  66. package/dist/icons/custom/colored/filename-pdf-color.svg +12 -12
  67. package/dist/icons/custom/colored/filename-ppt-color.svg +6 -6
  68. package/dist/icons/custom/colored/filename-xls-color.svg +5 -5
  69. package/dist/icons/custom/colored/filename-zip-color.svg +5 -5
  70. package/dist/icons/custom/colored/google.svg +13 -13
  71. package/dist/icons/custom/colored/hand-fill.svg +4 -4
  72. package/dist/icons/custom/colored/judge-color.svg +6 -6
  73. package/dist/icons/custom/colored/makecode-color.svg +4 -4
  74. package/dist/icons/custom/colored/master.svg +12 -12
  75. package/dist/icons/custom/colored/material.svg +6 -6
  76. package/dist/icons/custom/colored/medal-bronze.svg +9 -9
  77. package/dist/icons/custom/colored/medal-gold.svg +9 -9
  78. package/dist/icons/custom/colored/medal-silver.svg +9 -9
  79. package/dist/icons/custom/colored/pro.svg +4 -4
  80. package/dist/icons/custom/colored/problem.svg +7 -7
  81. package/dist/icons/custom/colored/python-color.svg +4 -4
  82. package/dist/icons/custom/colored/quiz-color.svg +12 -12
  83. package/dist/icons/custom/colored/resource-color.svg +13 -13
  84. package/dist/icons/custom/colored/scratch-color.svg +6 -6
  85. package/dist/icons/custom/colored/type-helper.svg +9 -9
  86. package/dist/icons/custom/colored/whale.svg +7 -7
  87. package/dist/icons/custom/colored/worksheet-color.svg +5 -5
  88. package/dist/icons/custom/default/ai-quiz.svg +8 -8
  89. package/dist/icons/custom/default/ai-socroom.svg +13 -13
  90. package/dist/icons/custom/default/badge.svg +4 -4
  91. package/dist/icons/custom/default/board.svg +5 -5
  92. package/dist/icons/custom/default/cast-cloudy.svg +3 -3
  93. package/dist/icons/custom/default/cast-partly.svg +4 -4
  94. package/dist/icons/custom/default/cast-rainbow.svg +12 -12
  95. package/dist/icons/custom/default/cast-sunny.svg +3 -3
  96. package/dist/icons/custom/default/codap.svg +11 -11
  97. package/dist/icons/custom/default/ebook.svg +3 -3
  98. package/dist/icons/custom/default/embedded.svg +4 -4
  99. package/dist/icons/custom/default/emo-clap.svg +6 -6
  100. package/dist/icons/custom/default/emo-good.svg +12 -12
  101. package/dist/icons/custom/default/emo-great.svg +12 -12
  102. package/dist/icons/custom/default/emo-heart.svg +5 -5
  103. package/dist/icons/custom/default/emo-hundred.svg +3 -3
  104. package/dist/icons/custom/default/emo-neutral.svg +14 -14
  105. package/dist/icons/custom/default/emo-stars.svg +14 -14
  106. package/dist/icons/custom/default/emo-thumbup.svg +3 -3
  107. package/dist/icons/custom/default/entry.svg +4 -4
  108. package/dist/icons/custom/default/fab.svg +10 -10
  109. package/dist/icons/custom/default/grant-alt.svg +5 -5
  110. package/dist/icons/custom/default/grant.svg +4 -4
  111. package/dist/icons/custom/default/hand-line.svg +3 -3
  112. package/dist/icons/custom/default/judge.svg +3 -3
  113. package/dist/icons/custom/default/makecode.svg +5 -5
  114. package/dist/icons/custom/default/pdf.svg +3 -3
  115. package/dist/icons/custom/default/python.svg +7 -7
  116. package/dist/icons/custom/default/quiz.svg +4 -4
  117. package/dist/icons/custom/default/resource.svg +11 -11
  118. package/dist/icons/custom/default/scratch.svg +3 -3
  119. package/dist/icons/custom/default/scroll-alt.svg +5 -5
  120. package/dist/icons/custom/default/scroll-fill.svg +4 -4
  121. package/dist/icons/custom/default/scroll-line.svg +5 -5
  122. package/dist/icons/custom/default/symbol.svg +4 -4
  123. package/dist/icons/custom/default/worksheet.svg +4 -4
  124. package/dist/icons/custom/svgrColoredTemplate.js +26 -26
  125. package/dist/icons/custom/svgrDefaultTemplate.js +26 -26
  126. package/dist/patterns/Accordion.js +20 -20
  127. package/dist/patterns/Dropdown/DropdownItem/DropdownItem.js +69 -66
  128. package/dist/patterns/Dropdown/DropdownMenu/DropdownMenu.js +27 -27
  129. package/dist/patterns/Dropdown/DropdownMenu/style.js +19 -19
  130. package/dist/patterns/LexicalEditor/Plugins.js +36 -36
  131. package/dist/patterns/LexicalEditor/components/FileSelectInput.js +23 -23
  132. package/dist/patterns/LexicalEditor/components/InsertImageDialog/ImagePreview.js +4 -4
  133. package/dist/patterns/LexicalEditor/components/InsertImageDialog/InsertImageDialog.js +15 -15
  134. package/dist/patterns/LexicalEditor/components/InsertVideoDialog/InsertVideoDialog.js +17 -17
  135. package/dist/patterns/LexicalEditor/components/UploadFileDialog/UploadFileDialog.js +2 -2
  136. package/dist/patterns/LexicalEditor/hr.svg +3 -3
  137. package/dist/patterns/LexicalEditor/nodes/FileNode/FileComponent.js +44 -44
  138. package/dist/patterns/LexicalEditor/nodes/FileNode/FileDownloadButton.js +25 -25
  139. package/dist/patterns/LexicalEditor/nodes/ImageNode/ImageComponent.js +8 -8
  140. package/dist/patterns/LexicalEditor/nodes/ImageNode/ImageResizer.js +60 -60
  141. package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/InputComponent.js +19 -19
  142. package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/SegmentedInput.js +49 -49
  143. package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/SettingForm/FormSolution.js +7 -7
  144. package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/SettingForm/SettingForm.js +73 -73
  145. package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/SettingForm/TextTypeDropdown.js +5 -5
  146. package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/TextInput.js +7 -7
  147. package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/SelectBox/SelectBoxComponent.js +69 -69
  148. package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/SelectBox/SelectBoxEdit.js +3 -3
  149. package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/SelectBox/SelectBoxView.js +15 -15
  150. package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/SelectComponent.js +28 -28
  151. package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/SettingForm/FormSelection.js +54 -54
  152. package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/SettingForm/SettingForm.js +61 -61
  153. package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/Evaluation/Evaluation.js +75 -75
  154. package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/Evaluation/SettingForm/FormIconAndLabel/FormIconAndLabel.js +17 -17
  155. package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/Evaluation/SettingForm/FormIconAndLabel/FormLabel.js +7 -7
  156. package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/Evaluation/SettingForm/FormQuestion.js +28 -28
  157. package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/Evaluation/SettingForm/SettingForm.js +52 -52
  158. package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/EvaluationComponent.js +7 -7
  159. package/dist/patterns/LexicalEditor/nodes/SheetInputNode/InputComponent.js +25 -25
  160. package/dist/patterns/LexicalEditor/nodes/SheetInputNode/SettingForm.js +53 -53
  161. package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SelectComponent/SelectBox/SelectBoxComponent.js +54 -54
  162. package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SelectComponent/SelectBox/SelectBoxView.js +5 -5
  163. package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SelectComponent/SelectComponent.js +21 -21
  164. package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SelectComponent/SettingForm/FormSelection.js +42 -42
  165. package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SelectComponent/SettingForm/SettingForm.js +71 -71
  166. package/dist/patterns/LexicalEditor/nodes/VideoNode/VideoComponent.js +7 -7
  167. package/dist/patterns/LexicalEditor/plugins/ComponentAdderPlugin/ComponentAdder.js +51 -51
  168. package/dist/patterns/LexicalEditor/plugins/ComponentAdderPlugin/ComponentAdderPlugin.js +11 -11
  169. package/dist/patterns/LexicalEditor/plugins/ComponentAdderPlugin/menu.svg +7 -7
  170. package/dist/patterns/LexicalEditor/plugins/ComponentAdderPlugin/plus.svg +2 -2
  171. package/dist/patterns/LexicalEditor/plugins/ComponentPickerMenuPlugin/ComponentPickerMenuItem.js +32 -32
  172. package/dist/patterns/LexicalEditor/plugins/ComponentPickerMenuPlugin/ComponentPickerMenuList.js +32 -32
  173. package/dist/patterns/LexicalEditor/plugins/ComponentPickerMenuPlugin/ComponentPickerMenuPlugin.js +12 -12
  174. package/dist/patterns/LexicalEditor/plugins/ComponentPickerMenuPlugin/componentPickerOptionUtils.js +2 -2
  175. package/dist/patterns/LexicalEditor/plugins/FloatingLinkEditorPlugin/FloatingLinkEditor.js +49 -49
  176. package/dist/patterns/LexicalEditor/plugins/FloatingTextFormatToolbarPlugin/FloatingTextFormatPopup.js +36 -36
  177. package/dist/patterns/LexicalEditor/plugins/ParagraphPlaceholderPlugin/index.js +7 -7
  178. package/dist/patterns/LexicalEditor/theme.js +243 -243
  179. package/dist/patterns/SegmentedControl/SegmentedControlButton.js +10 -10
  180. package/dist/patterns/SegmentedControl/SegmentedControlGroup.js +8 -8
  181. package/dist/patterns/SegmentedControl/SegmentedControlSquareButton.js +2 -2
  182. package/dist/patterns/Tabs.js +43 -43
  183. package/dist/patterns/ToggleButtonGroup/ToggleButton.js +40 -40
  184. package/dist/patterns/ToggleButtonGroup/ToggleButtonGroup.js +11 -11
  185. package/dist/utils/hover.js +12 -12
  186. package/dist/utils/reset.js +19 -19
  187. package/dist/utils/visuallyHidden.js +10 -10
  188. package/package.json +109 -109
@@ -1,13 +1,13 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_8953_27742)">
3
- <path d="M6.22923 4.22786C6.06833 3.1851 5.28549 2.29706 4.19013 2.0588C2.76987 1.75247 1.36819 2.65289 1.06186 4.07315C0.752434 5.4934 1.65286 6.89199 3.07311 7.20142C3.16284 7.21998 3.24948 7.23545 3.33921 7.24474C4.06636 6.03798 5.05651 5.00451 6.22923 4.22786Z" fill="#00A5C6"/>
4
- <path d="M6.2014 5.19017C6.27257 4.86528 6.27566 4.54038 6.22925 4.23096C5.05653 5.00761 4.06638 6.03799 3.33923 7.24783C4.66357 7.39945 5.91364 6.52378 6.20449 5.19326L6.2014 5.19017Z" fill="#CEF2FD"/>
5
- <path d="M20.2833 15.9364C20.2121 15.921 20.1409 15.9117 20.0667 15.9024C20.5772 14.739 20.865 13.458 20.865 12.1058C20.865 6.89509 16.6383 2.66837 11.4276 2.66837C9.50605 2.66837 7.71758 3.24389 6.22616 4.23095C6.27567 4.54038 6.26948 4.86527 6.19831 5.19017C5.90745 6.52069 4.66048 7.39635 3.33305 7.24474C2.47904 8.66499 1.98706 10.3266 1.98706 12.1027C1.98706 17.3134 6.21378 21.5401 11.4245 21.5401C13.1789 21.5401 14.8188 21.0605 16.2236 20.2281C16.5547 21.4194 17.5201 22.3941 18.8135 22.6757C20.6762 23.081 22.5111 21.899 22.9165 20.0394C23.3218 18.1767 22.1398 16.3418 20.2802 15.9364H20.2833ZM11.9103 17.858C8.68608 17.858 6.2571 15.3454 6.2571 12.016C6.2571 8.68665 8.66132 6.34741 11.8515 6.34741C13.5286 6.34741 16.1927 7.09621 16.1927 9.10437V10.6762H13.6956V9.51281C13.6956 9.26527 12.8478 8.85374 11.8793 8.85374C10.1899 8.85374 8.91505 10.2121 8.91505 12.016C8.91505 13.82 10.2641 15.3331 11.9226 15.3331C13.5812 15.3331 14.6146 14.1913 14.6239 14.182L15.1097 13.6312L16.6011 15.6146L16.2948 15.9798C16.2298 16.0571 14.6703 17.858 11.9134 17.858H11.9103Z" fill="#00A5C6"/>
6
- <path d="M16.6011 15.6177L15.1097 13.6343L14.6239 14.1851C14.6239 14.1851 13.5873 15.3361 11.9226 15.3361C10.2579 15.3361 8.91503 13.8478 8.91503 12.0191C8.91503 10.1904 10.1899 8.85682 11.8793 8.85682C12.8478 8.85682 13.6956 9.26836 13.6956 9.5159V10.6793H16.1927V9.10746C16.1927 7.0993 13.5285 6.35049 11.8515 6.35049C8.6613 6.35049 6.25708 8.78875 6.25708 12.0191C6.25708 15.2495 8.68915 17.861 11.9102 17.861C14.6703 17.861 16.2267 16.0602 16.2917 15.9828L16.598 15.6177H16.6011Z" fill="#CEF2FD"/>
7
- </g>
8
- <defs>
9
- <clipPath id="clip0_8953_27742">
10
- <rect width="22" height="20.7561" fill="transparent" transform="translate(1 2)"/>
11
- </clipPath>
12
- </defs>
13
- </svg>
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_8953_27742)">
3
+ <path d="M6.22923 4.22786C6.06833 3.1851 5.28549 2.29706 4.19013 2.0588C2.76987 1.75247 1.36819 2.65289 1.06186 4.07315C0.752434 5.4934 1.65286 6.89199 3.07311 7.20142C3.16284 7.21998 3.24948 7.23545 3.33921 7.24474C4.06636 6.03798 5.05651 5.00451 6.22923 4.22786Z" fill="#00A5C6"/>
4
+ <path d="M6.2014 5.19017C6.27257 4.86528 6.27566 4.54038 6.22925 4.23096C5.05653 5.00761 4.06638 6.03799 3.33923 7.24783C4.66357 7.39945 5.91364 6.52378 6.20449 5.19326L6.2014 5.19017Z" fill="#CEF2FD"/>
5
+ <path d="M20.2833 15.9364C20.2121 15.921 20.1409 15.9117 20.0667 15.9024C20.5772 14.739 20.865 13.458 20.865 12.1058C20.865 6.89509 16.6383 2.66837 11.4276 2.66837C9.50605 2.66837 7.71758 3.24389 6.22616 4.23095C6.27567 4.54038 6.26948 4.86527 6.19831 5.19017C5.90745 6.52069 4.66048 7.39635 3.33305 7.24474C2.47904 8.66499 1.98706 10.3266 1.98706 12.1027C1.98706 17.3134 6.21378 21.5401 11.4245 21.5401C13.1789 21.5401 14.8188 21.0605 16.2236 20.2281C16.5547 21.4194 17.5201 22.3941 18.8135 22.6757C20.6762 23.081 22.5111 21.899 22.9165 20.0394C23.3218 18.1767 22.1398 16.3418 20.2802 15.9364H20.2833ZM11.9103 17.858C8.68608 17.858 6.2571 15.3454 6.2571 12.016C6.2571 8.68665 8.66132 6.34741 11.8515 6.34741C13.5286 6.34741 16.1927 7.09621 16.1927 9.10437V10.6762H13.6956V9.51281C13.6956 9.26527 12.8478 8.85374 11.8793 8.85374C10.1899 8.85374 8.91505 10.2121 8.91505 12.016C8.91505 13.82 10.2641 15.3331 11.9226 15.3331C13.5812 15.3331 14.6146 14.1913 14.6239 14.182L15.1097 13.6312L16.6011 15.6146L16.2948 15.9798C16.2298 16.0571 14.6703 17.858 11.9134 17.858H11.9103Z" fill="#00A5C6"/>
6
+ <path d="M16.6011 15.6177L15.1097 13.6343L14.6239 14.1851C14.6239 14.1851 13.5873 15.3361 11.9226 15.3361C10.2579 15.3361 8.91503 13.8478 8.91503 12.0191C8.91503 10.1904 10.1899 8.85682 11.8793 8.85682C12.8478 8.85682 13.6956 9.26836 13.6956 9.5159V10.6793H16.1927V9.10746C16.1927 7.0993 13.5285 6.35049 11.8515 6.35049C8.6613 6.35049 6.25708 8.78875 6.25708 12.0191C6.25708 15.2495 8.68915 17.861 11.9102 17.861C14.6703 17.861 16.2267 16.0602 16.2917 15.9828L16.598 15.6177H16.6011Z" fill="#CEF2FD"/>
7
+ </g>
8
+ <defs>
9
+ <clipPath id="clip0_8953_27742">
10
+ <rect width="22" height="20.7561" fill="transparent" transform="translate(1 2)"/>
11
+ </clipPath>
12
+ </defs>
13
+ </svg>
@@ -1,5 +1,5 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M4.23913 6C2.72634 6 1.5 7.25919 1.5 8.8125V16.25C1.5 17.8033 2.72634 19.0625 4.23913 19.0625H8.80435C8.94545 19.0625 9.08655 19.152 9.28149 19.2757C9.71739 19.5524 10.4228 20 12 20C13.5772 20 14.2826 19.5524 14.7185 19.2757C14.9134 19.152 15.0545 19.0625 15.1957 19.0625H19.7609C21.2737 19.0625 22.5 17.8033 22.5 16.25V8.8125C22.5 7.25919 21.2737 6 19.7609 6H4.23913Z" fill="#0094FF"/>
3
- <path d="M12 5.86667C12 5.01767 13 4 14.5 4C16 4 16.5 4.54902 17 4.93333C17.5 5.31765 18 5.86667 19 5.86667C20 5.86667 21 6.88433 21 7.73334V16.1333C21 17.0667 20 18 19 18C18 18 17.5 17.9177 17 17.5333C16.5 17.149 16 16.4627 15 16.4627C14 16.4627 14 17.0667 13 17.0667C12 17.0667 12 16.1333 12 16.1333V5.86667Z" fill="#C2E6FF"/>
4
- <path d="M12 5.86667C12 5.01767 11 4 9.5 4C8 4 7.5 4.54902 7 4.93333C6.5 5.31765 6 5.86667 5 5.86667C4 5.86667 3 6.88433 3 7.73334V16.1333C3 17.0667 4 18 5 18C6 18 6.5 17.9177 7 17.5333C7.5 17.149 8 16.4627 9 16.4627C10 16.4627 10 17.0667 11 17.0667C12 17.0667 12 16.1333 12 16.1333V5.86667Z" fill="#E0F2FF"/>
5
- </svg>
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M4.23913 6C2.72634 6 1.5 7.25919 1.5 8.8125V16.25C1.5 17.8033 2.72634 19.0625 4.23913 19.0625H8.80435C8.94545 19.0625 9.08655 19.152 9.28149 19.2757C9.71739 19.5524 10.4228 20 12 20C13.5772 20 14.2826 19.5524 14.7185 19.2757C14.9134 19.152 15.0545 19.0625 15.1957 19.0625H19.7609C21.2737 19.0625 22.5 17.8033 22.5 16.25V8.8125C22.5 7.25919 21.2737 6 19.7609 6H4.23913Z" fill="#0094FF"/>
3
+ <path d="M12 5.86667C12 5.01767 13 4 14.5 4C16 4 16.5 4.54902 17 4.93333C17.5 5.31765 18 5.86667 19 5.86667C20 5.86667 21 6.88433 21 7.73334V16.1333C21 17.0667 20 18 19 18C18 18 17.5 17.9177 17 17.5333C16.5 17.149 16 16.4627 15 16.4627C14 16.4627 14 17.0667 13 17.0667C12 17.0667 12 16.1333 12 16.1333V5.86667Z" fill="#C2E6FF"/>
4
+ <path d="M12 5.86667C12 5.01767 11 4 9.5 4C8 4 7.5 4.54902 7 4.93333C6.5 5.31765 6 5.86667 5 5.86667C4 5.86667 3 6.88433 3 7.73334V16.1333C3 17.0667 4 18 5 18C6 18 6.5 17.9177 7 17.5333C7.5 17.149 8 16.4627 9 16.4627C10 16.4627 10 17.0667 11 17.0667C12 17.0667 12 16.1333 12 16.1333V5.86667Z" fill="#E0F2FF"/>
5
+ </svg>
@@ -1,39 +1,39 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
2
- <circle cx="12" cy="12" r="11" fill="#7C8597" />
3
- <path
4
- d="M16.8428 12.6923C16.8032 14.1012 16.6455 15.4152 16.385 16.5941C17.3511 16.7852 18.306 17.04 19.2429 17.3592C20.2326 16.0355 20.866 14.4335 21 12.6923H16.8428Z"
5
- fill="#CFDFF7" />
6
- <path
7
- d="M3 12.6923C3.13403 14.4331 3.76631 16.0349 4.75634 17.3585C5.69398 17.04 6.64892 16.7852 7.61496 16.5941C7.3552 15.4152 7.19751 14.1012 7.15724 12.6923H3Z"
8
- fill="#CFDFF7" />
9
- <path
10
- d="M7.15724 11.3077C7.19751 9.90024 7.3552 8.58763 7.61496 7.41C6.64892 7.21755 5.69534 6.9614 4.7571 6.64155C3.76673 7.96453 3.13403 9.56653 3 11.3077H7.15724Z"
11
- fill="#CFDFF7" />
12
- <path
13
- d="M12 7.84615C10.9867 7.84615 9.98043 7.77831 8.98522 7.64401C8.7414 8.72331 8.58448 9.95838 8.54277 11.3077H15.4579C15.4162 9.95838 15.2586 8.72331 15.0148 7.64401C14.0196 7.77831 13.0133 7.84615 12 7.84615Z"
14
- fill="#CFDFF7" />
15
- <path
16
- d="M15.4572 12.6923H8.54277C8.5838 14.0437 8.74208 15.2809 8.98658 16.3615C10.9853 16.0929 13.0154 16.0929 15.0134 16.3615C15.2572 15.2809 15.4155 14.0444 15.4572 12.6923Z"
17
- fill="#CFDFF7" />
18
- <path
19
- d="M16.3844 7.41C16.6441 8.58763 16.8017 9.90024 16.8421 11.3077H20.9993C20.8653 9.56653 20.2326 7.96453 19.2422 6.64085C18.3047 6.96137 17.3504 7.21755 16.3844 7.41Z"
20
- fill="#CFDFF7" />
21
- <path
22
- d="M16.0336 6.06485C16.776 5.92084 17.5116 5.73669 18.2373 5.51238C17.2782 4.59716 16.1205 3.88615 14.8315 3.46039C15.3051 4.16237 15.7107 5.04369 16.0336 6.06485Z"
23
- fill="#CFDFF7" />
24
- <path
25
- d="M14.6377 6.28846C13.9529 4.23231 12.9459 3 11.9993 3C11.0527 3 10.0457 4.233 9.36087 6.28846C11.1125 6.50791 12.8869 6.50791 14.6377 6.28846Z"
26
- fill="#CFDFF7" />
27
- <path
28
- d="M5.76274 5.51169C6.48775 5.736 7.2232 5.92015 7.96568 6.06415C8.2886 5.04369 8.69418 4.161 9.16783 3.45969C7.87955 3.88546 6.72183 4.59646 5.76274 5.51169Z"
29
- fill="#CFDFF7" />
30
- <path
31
- d="M7.96492 17.9365C7.2232 18.0805 6.48775 18.264 5.76274 18.4883C6.72183 19.4028 7.87811 20.1138 9.16571 20.5396C8.69282 19.8383 8.28725 18.957 7.96492 17.9365Z"
32
- fill="#CFDFF7" />
33
- <path
34
- d="M9.36163 17.7122C10.0464 19.7677 11.0534 21 12 21C12.9466 21 13.9536 19.7677 14.6384 17.7122C12.8875 17.4928 11.1131 17.4928 9.36163 17.7122Z"
35
- fill="#CFDFF7" />
36
- <path
37
- d="M18.238 18.4876C17.5129 18.2633 16.7775 18.0799 16.0351 17.9359C15.7128 18.9563 15.3072 19.8376 14.8343 20.5389C16.1219 20.1131 17.2789 19.4021 18.238 18.4876Z"
38
- fill="#CFDFF7" />
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
2
+ <circle cx="12" cy="12" r="11" fill="#7C8597" />
3
+ <path
4
+ d="M16.8428 12.6923C16.8032 14.1012 16.6455 15.4152 16.385 16.5941C17.3511 16.7852 18.306 17.04 19.2429 17.3592C20.2326 16.0355 20.866 14.4335 21 12.6923H16.8428Z"
5
+ fill="#CFDFF7" />
6
+ <path
7
+ d="M3 12.6923C3.13403 14.4331 3.76631 16.0349 4.75634 17.3585C5.69398 17.04 6.64892 16.7852 7.61496 16.5941C7.3552 15.4152 7.19751 14.1012 7.15724 12.6923H3Z"
8
+ fill="#CFDFF7" />
9
+ <path
10
+ d="M7.15724 11.3077C7.19751 9.90024 7.3552 8.58763 7.61496 7.41C6.64892 7.21755 5.69534 6.9614 4.7571 6.64155C3.76673 7.96453 3.13403 9.56653 3 11.3077H7.15724Z"
11
+ fill="#CFDFF7" />
12
+ <path
13
+ d="M12 7.84615C10.9867 7.84615 9.98043 7.77831 8.98522 7.64401C8.7414 8.72331 8.58448 9.95838 8.54277 11.3077H15.4579C15.4162 9.95838 15.2586 8.72331 15.0148 7.64401C14.0196 7.77831 13.0133 7.84615 12 7.84615Z"
14
+ fill="#CFDFF7" />
15
+ <path
16
+ d="M15.4572 12.6923H8.54277C8.5838 14.0437 8.74208 15.2809 8.98658 16.3615C10.9853 16.0929 13.0154 16.0929 15.0134 16.3615C15.2572 15.2809 15.4155 14.0444 15.4572 12.6923Z"
17
+ fill="#CFDFF7" />
18
+ <path
19
+ d="M16.3844 7.41C16.6441 8.58763 16.8017 9.90024 16.8421 11.3077H20.9993C20.8653 9.56653 20.2326 7.96453 19.2422 6.64085C18.3047 6.96137 17.3504 7.21755 16.3844 7.41Z"
20
+ fill="#CFDFF7" />
21
+ <path
22
+ d="M16.0336 6.06485C16.776 5.92084 17.5116 5.73669 18.2373 5.51238C17.2782 4.59716 16.1205 3.88615 14.8315 3.46039C15.3051 4.16237 15.7107 5.04369 16.0336 6.06485Z"
23
+ fill="#CFDFF7" />
24
+ <path
25
+ d="M14.6377 6.28846C13.9529 4.23231 12.9459 3 11.9993 3C11.0527 3 10.0457 4.233 9.36087 6.28846C11.1125 6.50791 12.8869 6.50791 14.6377 6.28846Z"
26
+ fill="#CFDFF7" />
27
+ <path
28
+ d="M5.76274 5.51169C6.48775 5.736 7.2232 5.92015 7.96568 6.06415C8.2886 5.04369 8.69418 4.161 9.16783 3.45969C7.87955 3.88546 6.72183 4.59646 5.76274 5.51169Z"
29
+ fill="#CFDFF7" />
30
+ <path
31
+ d="M7.96492 17.9365C7.2232 18.0805 6.48775 18.264 5.76274 18.4883C6.72183 19.4028 7.87811 20.1138 9.16571 20.5396C8.69282 19.8383 8.28725 18.957 7.96492 17.9365Z"
32
+ fill="#CFDFF7" />
33
+ <path
34
+ d="M9.36163 17.7122C10.0464 19.7677 11.0534 21 12 21C12.9466 21 13.9536 19.7677 14.6384 17.7122C12.8875 17.4928 11.1131 17.4928 9.36163 17.7122Z"
35
+ fill="#CFDFF7" />
36
+ <path
37
+ d="M18.238 18.4876C17.5129 18.2633 16.7775 18.0799 16.0351 17.9359C15.7128 18.9563 15.3072 19.8376 14.8343 20.5389C16.1219 20.1131 17.2789 19.4021 18.238 18.4876Z"
38
+ fill="#CFDFF7" />
39
39
  </svg>