@fibery/ui-kit 4.1.0 → 4.3.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 (917) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/package.json +9 -13
  3. package/src/antd/ant-upload.tsx +13 -13
  4. package/src/antd/auto-complete.tsx +10 -10
  5. package/src/antd/input-number.tsx +59 -49
  6. package/src/antd/input.tsx +1 -1
  7. package/src/antd/styles.ts +28 -22
  8. package/src/antd/tabs.tsx +28 -28
  9. package/src/apca.lc-low.test.ts +1 -3
  10. package/src/apca.test.ts +42 -43
  11. package/src/apca.ts +38 -39
  12. package/src/app-icon-with-fallback.tsx +6 -2
  13. package/src/avatar-colors.ts +71 -0
  14. package/src/avatar.tsx +2 -10
  15. package/src/banner/banner.tsx +1 -2
  16. package/src/box.tsx +26 -16
  17. package/src/button/back-button.tsx +2 -2
  18. package/src/button/make-button-colors.ts +13 -13
  19. package/src/button/select-button.tsx +2 -2
  20. package/src/canvas-colors.ts +71 -118
  21. package/src/checkbox.tsx +3 -3
  22. package/src/collapsible-section.tsx +3 -3
  23. package/src/color-filter.test.ts +13 -0
  24. package/src/color-filter.ts +27 -4
  25. package/src/color-utils.ts +9 -2
  26. package/src/command-menu/nested-command-menu.tsx +2 -2
  27. package/src/comment.tsx +2 -2
  28. package/src/count-badge.tsx +3 -11
  29. package/src/date-picker/date-range-picker-popup-content.tsx +3 -2
  30. package/src/date-picker/date-range-picker.tsx +23 -1
  31. package/src/date-picker/relative-date-picker.tsx +3 -2
  32. package/src/date-picker/single-date-picker-popup-content.tsx +3 -2
  33. package/src/date-picker/single-date-picker.tsx +19 -2
  34. package/src/design-system/alpha-coefficients.ts +235 -0
  35. package/src/design-system/alpha.ts +10 -1
  36. package/src/design-system/colors-enum.dark.neutral.test.ts +168 -168
  37. package/src/design-system/colors-enum.dark.warm.test.ts +168 -168
  38. package/src/design-system/colors-enum.light.neutral.test.ts +168 -168
  39. package/src/design-system/colors-enum.light.warm.test.ts +168 -168
  40. package/src/design-system/colors.ts +279 -182
  41. package/src/design-system/def.ts +1 -1
  42. package/src/design-system/fns.avatarPlaceholder.dark.neutral.test.ts +52 -0
  43. package/src/design-system/fns.avatarPlaceholder.dark.warm.test.ts +52 -0
  44. package/src/design-system/fns.avatarPlaceholder.light.neutral.test.ts +52 -0
  45. package/src/design-system/fns.avatarPlaceholder.light.warm.test.ts +52 -0
  46. package/src/design-system/fns.enum.ts +2 -0
  47. package/src/design-system/fns.icon.ts +1 -1
  48. package/src/design-system/fns.ts +43 -13
  49. package/src/design-system/theme.test.ts +4 -6
  50. package/src/design-system/theme.ts +22 -13
  51. package/src/design-system/vars.test.ts +2 -2
  52. package/src/design-system/vars.ts +3 -3
  53. package/src/design-system.ts +3 -1
  54. package/src/dom-utils.ts +5 -12
  55. package/src/dot.tsx +1 -0
  56. package/src/double-apply.ts +2 -2
  57. package/src/download-file.ts +36 -0
  58. package/src/dropdown-menu/index.tsx +0 -1
  59. package/src/emoji-picker/primitives/footer.tsx +1 -1
  60. package/src/emoji-picker/utils/frequently.ts +1 -1
  61. package/src/favorites-icon.tsx +2 -2
  62. package/src/fibermoji-placeholder.tsx +23 -56
  63. package/src/fibery-brand-logo.tsx +82 -0
  64. package/src/field-container.tsx +2 -2
  65. package/src/field-type-icon.tsx +18 -18
  66. package/src/file-item/file-menu-items.tsx +30 -12
  67. package/src/file-item/file-preview-actions.tsx +53 -12
  68. package/src/file-item/share-file.ts +53 -0
  69. package/src/file-item.tsx +9 -9
  70. package/src/format-date-from-now.ts +10 -5
  71. package/src/header-layout.tsx +41 -24
  72. package/src/highlight-colors.test.ts +1 -1
  73. package/src/highlight-colors.ts +27 -0
  74. package/src/html-styles.ts +0 -1
  75. package/src/icons/ast/appearance-auto.ts +1 -1
  76. package/src/icons/ast/architect.ts +12 -0
  77. package/src/icons/ast/arrow-back.ts +12 -0
  78. package/src/icons/ast/arrow-down.ts +12 -0
  79. package/src/icons/ast/{send-arrow.ts → arrow-send.ts} +3 -3
  80. package/src/icons/ast/arrow-up.ts +12 -0
  81. package/src/icons/ast/avatar.ts +12 -0
  82. package/src/icons/ast/backlog.ts +12 -0
  83. package/src/icons/ast/{check-circle-filled.ts → circle-check-filled.ts} +3 -3
  84. package/src/icons/ast/{check-circle.ts → circle-check.ts} +3 -3
  85. package/src/icons/ast/{error-circle-filled.ts → circle-cross-filled.ts} +3 -3
  86. package/src/icons/ast/circle-cross.ts +12 -0
  87. package/src/icons/ast/{info-circle-filled.ts → circle-info-filled.ts} +3 -3
  88. package/src/icons/ast/{info-circle.ts → circle-info.ts} +3 -3
  89. package/src/icons/ast/circle-pause.ts +12 -0
  90. package/src/icons/ast/circle-play.ts +12 -0
  91. package/src/icons/ast/comments.ts +12 -0
  92. package/src/icons/ast/credits-filled.ts +1 -1
  93. package/src/icons/ast/{add-database.ts → database-add.ts} +3 -3
  94. package/src/icons/ast/database-outline.ts +12 -0
  95. package/src/icons/ast/eye-off.ts +12 -0
  96. package/src/icons/ast/favorites-filled.ts +12 -0
  97. package/src/icons/ast/{switch-to-mention.ts → field-units-large.ts} +3 -3
  98. package/src/icons/ast/files.ts +12 -0
  99. package/src/icons/ast/{smart-folder.ts → folder-smart.ts} +3 -3
  100. package/src/icons/ast/fullscreen-mode-off.ts +12 -0
  101. package/src/icons/ast/fullscreen-mode-on.ts +1 -1
  102. package/src/icons/ast/{add-group.ts → group-add.ts} +3 -3
  103. package/src/icons/ast/{image-xmark.ts → image-error.ts} +3 -3
  104. package/src/icons/ast/index.tsx +132 -215
  105. package/src/icons/ast/{add-integration.ts → integration-add.ts} +3 -3
  106. package/src/icons/ast/integration-discourse.ts +12 -0
  107. package/src/icons/ast/integration-fibery.ts +12 -0
  108. package/src/icons/ast/integration-figma.ts +12 -0
  109. package/src/icons/ast/integration-github.ts +12 -0
  110. package/src/icons/ast/integration-gitlab.ts +12 -0
  111. package/src/icons/ast/integration-google-drive.ts +12 -0
  112. package/src/icons/ast/integration-google-map.ts +12 -0
  113. package/src/icons/ast/integration-intercom.ts +12 -0
  114. package/src/icons/ast/integration-jira.ts +12 -0
  115. package/src/icons/ast/integration-loom.ts +12 -0
  116. package/src/icons/ast/integration-miro.ts +12 -0
  117. package/src/icons/ast/integration-mixpanel.ts +12 -0
  118. package/src/icons/ast/integration-slack.ts +12 -0
  119. package/src/icons/ast/{suggest-integration.ts → integration-suggest.ts} +3 -3
  120. package/src/icons/ast/integration-twitter.ts +12 -0
  121. package/src/icons/ast/integration-unsplash.ts +12 -0
  122. package/src/icons/ast/integration-youtube.ts +12 -0
  123. package/src/icons/ast/integration-zendesk.ts +12 -0
  124. package/src/icons/ast/limits.ts +12 -0
  125. package/src/icons/ast/lock-filled.ts +12 -0
  126. package/src/icons/ast/lock.ts +1 -1
  127. package/src/icons/ast/move-down.ts +12 -0
  128. package/src/icons/ast/move-up.ts +12 -0
  129. package/src/icons/ast/open-in-panel.ts +12 -0
  130. package/src/icons/ast/open-link.ts +12 -0
  131. package/src/icons/ast/people-all.ts +12 -0
  132. package/src/icons/ast/people-edit.ts +12 -0
  133. package/src/icons/ast/people-group-remove.ts +12 -0
  134. package/src/icons/ast/people-group.ts +12 -0
  135. package/src/icons/ast/{invite-people.ts → people-invite.ts} +3 -3
  136. package/src/icons/ast/{remove-people.ts → people-remove.ts} +3 -3
  137. package/src/icons/ast/people-role.ts +12 -0
  138. package/src/icons/ast/people-x.ts +12 -0
  139. package/src/icons/ast/plus.ts +12 -0
  140. package/src/icons/ast/preferences.ts +12 -0
  141. package/src/icons/ast/propagate.ts +12 -0
  142. package/src/icons/ast/{add-reactions.ts → reactions-add.ts} +3 -3
  143. package/src/icons/ast/redo.ts +12 -0
  144. package/src/icons/ast/references.ts +12 -0
  145. package/src/icons/ast/richeditor-block-callout.ts +1 -1
  146. package/src/icons/ast/richeditor-block-code.ts +1 -1
  147. package/src/icons/ast/richeditor-block-embed.ts +1 -1
  148. package/src/icons/ast/richeditor-block-entity.ts +1 -1
  149. package/src/icons/ast/richeditor-block-file.ts +1 -1
  150. package/src/icons/ast/richeditor-block-h1.ts +1 -1
  151. package/src/icons/ast/richeditor-block-h2.ts +1 -1
  152. package/src/icons/ast/richeditor-block-h3.ts +1 -1
  153. package/src/icons/ast/richeditor-block-h4.ts +1 -1
  154. package/src/icons/ast/richeditor-block-mention.ts +1 -1
  155. package/src/icons/ast/richeditor-block-paragraph.ts +1 -1
  156. package/src/icons/ast/richeditor-block-quote.ts +1 -1
  157. package/src/icons/ast/richeditor-checklist-create.ts +1 -1
  158. package/src/icons/ast/richeditor-image-align-center.ts +1 -1
  159. package/src/icons/ast/richeditor-image-align-left.ts +1 -1
  160. package/src/icons/ast/richeditor-image-align-right.ts +1 -1
  161. package/src/icons/ast/richeditor-image.ts +12 -0
  162. package/src/icons/ast/richeditor-linkedhighlight-create.ts +1 -1
  163. package/src/icons/ast/richeditor-list-bullet.ts +1 -1
  164. package/src/icons/ast/richeditor-list-indent.ts +1 -1
  165. package/src/icons/ast/richeditor-list-ordered.ts +1 -1
  166. package/src/icons/ast/richeditor-list-unindent.ts +1 -1
  167. package/src/icons/ast/richeditor-mark-code.ts +1 -1
  168. package/src/icons/ast/richeditor-mark-em.ts +1 -1
  169. package/src/icons/ast/richeditor-mark-highlight.ts +1 -1
  170. package/src/icons/ast/richeditor-mark-strike.ts +1 -1
  171. package/src/icons/ast/richeditor-mark-strong.ts +1 -1
  172. package/src/icons/ast/richeditor-mark-text-background-color.ts +1 -1
  173. package/src/icons/ast/richeditor-mark-underline.ts +1 -1
  174. package/src/icons/ast/richeditor-table-create.ts +1 -1
  175. package/src/icons/ast/richeditor-video-upload.ts +1 -1
  176. package/src/icons/ast/{bolt.ts → rule.ts} +3 -3
  177. package/src/icons/ast/simple-compass.ts +1 -1
  178. package/src/icons/ast/space-add.ts +12 -0
  179. package/src/icons/ast/{move-space.ts → space-move.ts} +3 -3
  180. package/src/icons/ast/type-button.ts +1 -1
  181. package/src/icons/ast/type-checkbox.ts +1 -1
  182. package/src/icons/ast/type-date.ts +1 -1
  183. package/src/icons/ast/type-email.ts +1 -1
  184. package/src/icons/ast/type-emoji.ts +1 -1
  185. package/src/icons/ast/type-formula.ts +1 -1
  186. package/src/icons/ast/type-location.ts +1 -1
  187. package/src/icons/ast/type-lookup.ts +1 -1
  188. package/src/icons/ast/type-money.ts +1 -1
  189. package/src/icons/ast/type-multi-select.ts +1 -1
  190. package/src/icons/ast/type-number.ts +1 -1
  191. package/src/icons/ast/type-percent.ts +1 -1
  192. package/src/icons/ast/type-phone.ts +1 -1
  193. package/src/icons/ast/type-relation.ts +1 -1
  194. package/src/icons/ast/type-rich-text.ts +1 -1
  195. package/src/icons/ast/type-single-select.ts +1 -1
  196. package/src/icons/ast/type-text.ts +1 -1
  197. package/src/icons/ast/undo.ts +12 -0
  198. package/src/icons/ast/units-avatar.ts +1 -1
  199. package/src/icons/ast/units-collection.ts +1 -1
  200. package/src/icons/ast/units-counter.ts +1 -1
  201. package/src/icons/ast/units-date.ts +1 -1
  202. package/src/icons/ast/units-field-icon-button.ts +1 -1
  203. package/src/icons/ast/units-field.ts +1 -1
  204. package/src/icons/ast/units-input.ts +1 -1
  205. package/src/icons/ast/units-normal.ts +12 -0
  206. package/src/icons/ast/units-progress-bar.ts +1 -1
  207. package/src/icons/ast/units-rich-text.ts +1 -1
  208. package/src/icons/ast/units-snippet.ts +1 -1
  209. package/src/icons/ast/unlock.ts +12 -0
  210. package/src/icons/ast/{clear-value.ts → value-clear.ts} +3 -3
  211. package/src/icons/ast/view-app.ts +12 -0
  212. package/src/icons/ast/workflow.ts +12 -0
  213. package/src/icons/react/{anthropic.tsx → architect.tsx} +5 -5
  214. package/src/icons/react/arrow-back.tsx +18 -0
  215. package/src/icons/react/arrow-down.tsx +18 -0
  216. package/src/icons/react/arrow-send.tsx +18 -0
  217. package/src/icons/react/{app-wiki.tsx → arrow-up.tsx} +5 -5
  218. package/src/icons/react/avatar.tsx +18 -0
  219. package/src/icons/react/backlog.tsx +18 -0
  220. package/src/icons/react/circle-check-filled.tsx +18 -0
  221. package/src/icons/react/{add-database.tsx → circle-check.tsx} +5 -5
  222. package/src/icons/react/circle-cross-filled.tsx +18 -0
  223. package/src/icons/react/circle-cross.tsx +18 -0
  224. package/src/icons/react/circle-info-filled.tsx +18 -0
  225. package/src/icons/react/circle-info.tsx +18 -0
  226. package/src/icons/react/circle-pause.tsx +18 -0
  227. package/src/icons/react/circle-play.tsx +18 -0
  228. package/src/icons/react/comments.tsx +18 -0
  229. package/src/icons/react/database-add.tsx +18 -0
  230. package/src/icons/react/database-outline.tsx +18 -0
  231. package/src/icons/react/{chat-ai.tsx → eye-off.tsx} +5 -5
  232. package/src/icons/react/favorites-filled.tsx +18 -0
  233. package/src/icons/react/field-units-large.tsx +18 -0
  234. package/src/icons/react/{apple.tsx → files.tsx} +5 -5
  235. package/src/icons/react/folder-smart.tsx +18 -0
  236. package/src/icons/react/fullscreen-mode-off.tsx +18 -0
  237. package/src/icons/react/{app-store.tsx → group-add.tsx} +5 -5
  238. package/src/icons/react/image-error.tsx +18 -0
  239. package/src/icons/react/index.tsx +132 -215
  240. package/src/icons/react/{add-integration.tsx → integration-add.tsx} +5 -5
  241. package/src/icons/react/integration-discourse.tsx +18 -0
  242. package/src/icons/react/integration-fibery.tsx +18 -0
  243. package/src/icons/react/integration-figma.tsx +18 -0
  244. package/src/icons/react/integration-github.tsx +18 -0
  245. package/src/icons/react/integration-gitlab.tsx +18 -0
  246. package/src/icons/react/integration-google-drive.tsx +18 -0
  247. package/src/icons/react/integration-google-map.tsx +18 -0
  248. package/src/icons/react/{automations-disabled.tsx → integration-intercom.tsx} +5 -5
  249. package/src/icons/react/integration-jira.tsx +18 -0
  250. package/src/icons/react/integration-loom.tsx +18 -0
  251. package/src/icons/react/integration-miro.tsx +18 -0
  252. package/src/icons/react/{extension-references.tsx → integration-mixpanel.tsx} +5 -5
  253. package/src/icons/react/integration-slack.tsx +18 -0
  254. package/src/icons/react/integration-suggest.tsx +18 -0
  255. package/src/icons/react/integration-twitter.tsx +18 -0
  256. package/src/icons/react/integration-unsplash.tsx +18 -0
  257. package/src/icons/react/integration-youtube.tsx +18 -0
  258. package/src/icons/react/integration-zendesk.tsx +18 -0
  259. package/src/icons/react/{notifications.tsx → limits.tsx} +5 -5
  260. package/src/icons/react/lock-filled.tsx +18 -0
  261. package/src/icons/react/{add-group.tsx → move-down.tsx} +5 -5
  262. package/src/icons/react/move-up.tsx +18 -0
  263. package/src/icons/react/open-in-panel.tsx +18 -0
  264. package/src/icons/react/{ai-search.tsx → open-link.tsx} +5 -5
  265. package/src/icons/react/people-all.tsx +18 -0
  266. package/src/icons/react/people-edit.tsx +18 -0
  267. package/src/icons/react/people-group-remove.tsx +18 -0
  268. package/src/icons/react/people-group.tsx +18 -0
  269. package/src/icons/react/{add-reactions.tsx → people-invite.tsx} +5 -5
  270. package/src/icons/react/people-remove.tsx +18 -0
  271. package/src/icons/react/people-role.tsx +18 -0
  272. package/src/icons/react/people-x.tsx +18 -0
  273. package/src/icons/react/{chat.tsx → plus.tsx} +5 -5
  274. package/src/icons/react/preferences.tsx +18 -0
  275. package/src/icons/react/propagate.tsx +18 -0
  276. package/src/icons/react/reactions-add.tsx +18 -0
  277. package/src/icons/react/{csv.tsx → redo.tsx} +5 -5
  278. package/src/icons/react/references.tsx +18 -0
  279. package/src/icons/react/richeditor-block-callout.tsx +1 -1
  280. package/src/icons/react/richeditor-block-code.tsx +1 -1
  281. package/src/icons/react/richeditor-block-embed.tsx +1 -1
  282. package/src/icons/react/richeditor-block-entity.tsx +1 -1
  283. package/src/icons/react/richeditor-block-file.tsx +1 -1
  284. package/src/icons/react/richeditor-block-h1.tsx +1 -1
  285. package/src/icons/react/richeditor-block-h2.tsx +1 -1
  286. package/src/icons/react/richeditor-block-h3.tsx +1 -1
  287. package/src/icons/react/richeditor-block-h4.tsx +1 -1
  288. package/src/icons/react/richeditor-block-mention.tsx +1 -1
  289. package/src/icons/react/richeditor-block-paragraph.tsx +1 -1
  290. package/src/icons/react/richeditor-block-quote.tsx +1 -1
  291. package/src/icons/react/richeditor-checklist-create.tsx +1 -1
  292. package/src/icons/react/richeditor-image-align-center.tsx +1 -1
  293. package/src/icons/react/richeditor-image-align-left.tsx +1 -1
  294. package/src/icons/react/richeditor-image-align-right.tsx +1 -1
  295. package/src/icons/react/richeditor-image.tsx +18 -0
  296. package/src/icons/react/richeditor-linkedhighlight-create.tsx +1 -1
  297. package/src/icons/react/richeditor-list-bullet.tsx +1 -1
  298. package/src/icons/react/richeditor-list-indent.tsx +1 -1
  299. package/src/icons/react/richeditor-list-ordered.tsx +1 -1
  300. package/src/icons/react/richeditor-list-unindent.tsx +1 -1
  301. package/src/icons/react/richeditor-mark-code.tsx +1 -1
  302. package/src/icons/react/richeditor-mark-em.tsx +1 -1
  303. package/src/icons/react/richeditor-mark-highlight.tsx +1 -1
  304. package/src/icons/react/richeditor-mark-strike.tsx +1 -1
  305. package/src/icons/react/richeditor-mark-strong.tsx +1 -1
  306. package/src/icons/react/richeditor-mark-text-background-color.tsx +1 -1
  307. package/src/icons/react/richeditor-mark-underline.tsx +1 -1
  308. package/src/icons/react/richeditor-table-create.tsx +1 -1
  309. package/src/icons/react/richeditor-video-upload.tsx +1 -1
  310. package/src/icons/react/{back.tsx → rule.tsx} +5 -5
  311. package/src/icons/react/{ai-avatar.tsx → space-add.tsx} +5 -5
  312. package/src/icons/react/space-move.tsx +18 -0
  313. package/src/icons/react/type-button.tsx +1 -1
  314. package/src/icons/react/type-checkbox.tsx +1 -1
  315. package/src/icons/react/type-date.tsx +1 -1
  316. package/src/icons/react/type-email.tsx +1 -1
  317. package/src/icons/react/type-emoji.tsx +1 -1
  318. package/src/icons/react/type-formula.tsx +1 -1
  319. package/src/icons/react/type-location.tsx +1 -1
  320. package/src/icons/react/type-lookup.tsx +1 -1
  321. package/src/icons/react/type-money.tsx +1 -1
  322. package/src/icons/react/type-multi-select.tsx +1 -1
  323. package/src/icons/react/type-number.tsx +1 -1
  324. package/src/icons/react/type-percent.tsx +1 -1
  325. package/src/icons/react/type-phone.tsx +1 -1
  326. package/src/icons/react/type-relation.tsx +1 -1
  327. package/src/icons/react/type-rich-text.tsx +1 -1
  328. package/src/icons/react/type-single-select.tsx +1 -1
  329. package/src/icons/react/type-text.tsx +1 -1
  330. package/src/icons/react/{bolt.tsx → undo.tsx} +5 -5
  331. package/src/icons/react/units-avatar.tsx +1 -1
  332. package/src/icons/react/units-collection.tsx +1 -1
  333. package/src/icons/react/units-counter.tsx +1 -1
  334. package/src/icons/react/units-date.tsx +1 -1
  335. package/src/icons/react/units-field-icon-button.tsx +1 -1
  336. package/src/icons/react/units-field.tsx +1 -1
  337. package/src/icons/react/units-input.tsx +1 -1
  338. package/src/icons/react/units-normal.tsx +18 -0
  339. package/src/icons/react/units-progress-bar.tsx +1 -1
  340. package/src/icons/react/units-rich-text.tsx +1 -1
  341. package/src/icons/react/units-snippet.tsx +1 -1
  342. package/src/icons/react/unlock.tsx +18 -0
  343. package/src/icons/react/value-clear.tsx +18 -0
  344. package/src/icons/react/view-app.tsx +18 -0
  345. package/src/icons/react/workflow.tsx +18 -0
  346. package/src/icons/svg/appearance-auto.svg +1 -1
  347. package/src/icons/svg/{arrow-bottom.svg → arrow-down.svg} +1 -1
  348. package/src/icons/svg/arrow-forward.svg +1 -1
  349. package/src/icons/svg/arrow-left.svg +1 -1
  350. package/src/icons/svg/arrow-right.svg +1 -1
  351. package/src/icons/svg/{arrow-top.svg → arrow-up.svg} +1 -1
  352. package/src/icons/svg/asterisk.svg +2 -2
  353. package/src/icons/svg/{automations-error.svg → circle-cross.svg} +1 -1
  354. package/src/icons/svg/{automations-not-started.svg → circle-pause.svg} +1 -1
  355. package/src/icons/svg/{automations-in-progress.svg → circle-play.svg} +1 -1
  356. package/src/icons/svg/collapse-all-horizontal.svg +1 -1
  357. package/src/icons/svg/collapse-all.svg +1 -1
  358. package/src/icons/svg/credits-filled.svg +1 -1
  359. package/src/icons/svg/entity-create.svg +1 -1
  360. package/src/icons/svg/expand-all-horizontal.svg +1 -1
  361. package/src/icons/svg/fullscreen-mode-on.svg +2 -3
  362. package/src/icons/svg/go-to.svg +1 -1
  363. package/src/icons/svg/integration-unsplash.svg +3 -0
  364. package/src/icons/svg/layout-double.svg +1 -1
  365. package/src/icons/svg/layout-single.svg +1 -1
  366. package/src/icons/svg/limits.svg +3 -0
  367. package/src/icons/svg/lock-filled.svg +4 -0
  368. package/src/icons/svg/lock.svg +5 -4
  369. package/src/icons/svg/page-regular-mode.svg +3 -3
  370. package/src/icons/svg/page-wide-mode.svg +3 -3
  371. package/src/icons/svg/people-edit.svg +4 -0
  372. package/src/icons/svg/{user-group.svg → people-group.svg} +1 -1
  373. package/src/icons/svg/{user-role.svg → people-role.svg} +1 -1
  374. package/src/icons/svg/{richeditor/list/indent.svg → richeditor-list-indent.svg} +1 -1
  375. package/src/icons/svg/richeditor-mark-code.svg +5 -0
  376. package/src/icons/svg/richeditor-mark-em.svg +3 -0
  377. package/src/icons/svg/richeditor-mark-highlight.svg +3 -0
  378. package/src/icons/svg/richeditor-mark-strike.svg +3 -0
  379. package/src/icons/svg/richeditor-mark-strong.svg +3 -0
  380. package/src/icons/svg/simple-compass.svg +2 -2
  381. package/src/icons/svg/space-app.svg +1 -1
  382. package/src/icons/svg/space-generate.svg +1 -1
  383. package/src/icons/svg/space-scratch.svg +1 -1
  384. package/src/icons/svg/space-template.svg +1 -1
  385. package/src/icons/svg/value-edit.svg +1 -1
  386. package/src/icons/svg/view-app.svg +6 -0
  387. package/src/icons/svg/view-gantt.svg +3 -3
  388. package/src/icons/svg/warning-triangle-filled.svg +1 -1
  389. package/src/images-gallery/images-gallery.tsx +0 -1
  390. package/src/images-gallery/slide-buttons.tsx +52 -19
  391. package/src/is-in-popup.ts +0 -3
  392. package/src/loading-sausage.tsx +3 -3
  393. package/src/mobile-drawer.tsx +104 -0
  394. package/src/number-input/types.ts +1 -1
  395. package/src/palettes/common.ts +3 -3
  396. package/src/palettes/diff-colors.test.ts +135 -1
  397. package/src/palettes/diff-colors.ts +135 -1
  398. package/src/palettes/inspect.canvas-colors.test.ts +63 -63
  399. package/src/palettes/inspect.defs.colors.neutral-arch.test.ts +290 -90
  400. package/src/palettes/inspect.defs.colors.neutral-user.test.ts +290 -90
  401. package/src/palettes/inspect.defs.colors.warm-arch.test.ts +290 -90
  402. package/src/palettes/inspect.defs.colors.warm-user.test.ts +290 -90
  403. package/src/palettes/show-colors.test.ts +5 -4
  404. package/src/palettes/testkit.test.ts +6 -0
  405. package/src/palettes/testkit.ts +81 -23
  406. package/src/phone.ts +27 -0
  407. package/src/popover/index.tsx +20 -11
  408. package/src/popover/popup-modifiers-context.ts +1 -2
  409. package/src/reactions/reaction-picker.tsx +3 -3
  410. package/src/rich-text-embed-error.tsx +2 -2
  411. package/src/root-theme-provider.test.tsx +2 -3
  412. package/src/select/components/option.tsx +0 -1
  413. package/src/select/index.tsx +1 -0
  414. package/src/select/select-in-popover.tsx +42 -28
  415. package/src/select/select.tsx +2 -0
  416. package/src/select/util.ts +1 -1
  417. package/src/thematic.tsx +10 -10
  418. package/src/theme-provider.test.tsx +19 -19
  419. package/src/theme-provider.tsx +3 -7
  420. package/src/theme-settings-core.ts +118 -0
  421. package/src/theme-settings.ts +2 -117
  422. package/src/theme-snapshots.test.ts +6 -7
  423. package/src/theming.build.ts +21 -15
  424. package/src/theming.generated.css +2162 -1974
  425. package/src/theming.generated.ts +2701 -2472
  426. package/src/toast/toast.tsx +1 -1
  427. package/src/toggle-button/round-toggle-button.tsx +28 -4
  428. package/src/toggle-button/toggle-button.tsx +69 -23
  429. package/src/toggle-on-off.tsx +0 -9
  430. package/src/use-is-phone.tsx +3 -27
  431. package/vitest.config.ts +1 -0
  432. package/src/icons/ast/ai-avatar.ts +0 -12
  433. package/src/icons/ast/ai-search.ts +0 -12
  434. package/src/icons/ast/anthropic.ts +0 -12
  435. package/src/icons/ast/app-details.ts +0 -12
  436. package/src/icons/ast/app-store-one-color.ts +0 -12
  437. package/src/icons/ast/app-store.ts +0 -12
  438. package/src/icons/ast/app-templates.ts +0 -12
  439. package/src/icons/ast/app-webhooks.ts +0 -12
  440. package/src/icons/ast/app-wiki.ts +0 -12
  441. package/src/icons/ast/apple.ts +0 -12
  442. package/src/icons/ast/arrow-bottom.ts +0 -12
  443. package/src/icons/ast/arrow-top.ts +0 -12
  444. package/src/icons/ast/automations-cancelled.ts +0 -12
  445. package/src/icons/ast/automations-disabled.ts +0 -12
  446. package/src/icons/ast/automations-error.ts +0 -12
  447. package/src/icons/ast/automations-in-progress.ts +0 -12
  448. package/src/icons/ast/automations-not-started.ts +0 -12
  449. package/src/icons/ast/automations-success.ts +0 -12
  450. package/src/icons/ast/back.ts +0 -12
  451. package/src/icons/ast/backlog-icon.ts +0 -12
  452. package/src/icons/ast/batch-actions-icon.ts +0 -12
  453. package/src/icons/ast/bell-filled.ts +0 -12
  454. package/src/icons/ast/chat-ai.ts +0 -12
  455. package/src/icons/ast/chat.ts +0 -12
  456. package/src/icons/ast/clean.ts +0 -12
  457. package/src/icons/ast/color-coding-filled.ts +0 -12
  458. package/src/icons/ast/create.ts +0 -12
  459. package/src/icons/ast/cross-circle.ts +0 -12
  460. package/src/icons/ast/csv.ts +0 -12
  461. package/src/icons/ast/database-off.ts +0 -12
  462. package/src/icons/ast/database-stroke.ts +0 -12
  463. package/src/icons/ast/demo.ts +0 -12
  464. package/src/icons/ast/dependency.ts +0 -12
  465. package/src/icons/ast/dividers.ts +0 -12
  466. package/src/icons/ast/document.ts +0 -12
  467. package/src/icons/ast/double-arrow-left.ts +0 -12
  468. package/src/icons/ast/double-arrow-right.ts +0 -12
  469. package/src/icons/ast/double-line.ts +0 -12
  470. package/src/icons/ast/drag-block-handle-single.ts +0 -12
  471. package/src/icons/ast/edit-value.ts +0 -12
  472. package/src/icons/ast/extension-assignments.ts +0 -12
  473. package/src/icons/ast/extension-avatar.ts +0 -12
  474. package/src/icons/ast/extension-comments.ts +0 -12
  475. package/src/icons/ast/extension-files.ts +0 -12
  476. package/src/icons/ast/extension-references.ts +0 -12
  477. package/src/icons/ast/extension-workflow.ts +0 -12
  478. package/src/icons/ast/favorites-checked.ts +0 -12
  479. package/src/icons/ast/fibery-desktop-app.ts +0 -12
  480. package/src/icons/ast/field-unit.ts +0 -12
  481. package/src/icons/ast/figma.ts +0 -12
  482. package/src/icons/ast/file-broken.ts +0 -12
  483. package/src/icons/ast/fullscreen-mode-off-icon.ts +0 -12
  484. package/src/icons/ast/fullscreen-mode-on-icon.ts +0 -12
  485. package/src/icons/ast/github.ts +0 -12
  486. package/src/icons/ast/gitlab.ts +0 -12
  487. package/src/icons/ast/globe.ts +0 -12
  488. package/src/icons/ast/google-drive.ts +0 -12
  489. package/src/icons/ast/google-map.ts +0 -12
  490. package/src/icons/ast/hide.ts +0 -12
  491. package/src/icons/ast/integrations-integration-discourse-color.ts +0 -12
  492. package/src/icons/ast/integrations-integration-intercom-color.ts +0 -12
  493. package/src/icons/ast/integrations-integration-slack-color.ts +0 -12
  494. package/src/icons/ast/integrations-integration-zendesk-color.ts +0 -12
  495. package/src/icons/ast/intercom.ts +0 -12
  496. package/src/icons/ast/jira.ts +0 -12
  497. package/src/icons/ast/left-panel.ts +0 -12
  498. package/src/icons/ast/level-plus.ts +0 -12
  499. package/src/icons/ast/lock-outline.ts +0 -12
  500. package/src/icons/ast/loom.ts +0 -12
  501. package/src/icons/ast/loupe-zoom.ts +0 -12
  502. package/src/icons/ast/many-people.ts +0 -12
  503. package/src/icons/ast/message-plus-square.ts +0 -12
  504. package/src/icons/ast/miro.ts +0 -12
  505. package/src/icons/ast/mixpanel.ts +0 -12
  506. package/src/icons/ast/move-bottom.ts +0 -12
  507. package/src/icons/ast/move-top.ts +0 -12
  508. package/src/icons/ast/network-add.ts +0 -12
  509. package/src/icons/ast/network.ts +0 -12
  510. package/src/icons/ast/notifications.ts +0 -12
  511. package/src/icons/ast/open-ai.ts +0 -12
  512. package/src/icons/ast/open-as-page.ts +0 -12
  513. package/src/icons/ast/popup.ts +0 -12
  514. package/src/icons/ast/posts.ts +0 -12
  515. package/src/icons/ast/quick-filter-personal.ts +0 -12
  516. package/src/icons/ast/quick-filter.ts +0 -12
  517. package/src/icons/ast/reply.ts +0 -12
  518. package/src/icons/ast/restore.ts +0 -12
  519. package/src/icons/ast/richeditor-actions-more.ts +0 -12
  520. package/src/icons/ast/richeditor-comment-create.ts +0 -12
  521. package/src/icons/ast/richeditor-entity-link-create.ts +0 -12
  522. package/src/icons/ast/richeditor-history-redo.ts +0 -12
  523. package/src/icons/ast/richeditor-history-undo.ts +0 -12
  524. package/src/icons/ast/richeditor-image-upload.ts +0 -12
  525. package/src/icons/ast/richeditor-image-wrap-center.ts +0 -12
  526. package/src/icons/ast/richeditor-image-wrap-left.ts +0 -12
  527. package/src/icons/ast/richeditor-image-wrap-right.ts +0 -12
  528. package/src/icons/ast/richeditor-image-zoom.ts +0 -12
  529. package/src/icons/ast/richeditor-link-create.ts +0 -12
  530. package/src/icons/ast/richeditor-open-link.ts +0 -12
  531. package/src/icons/ast/richeditor-unlink.ts +0 -12
  532. package/src/icons/ast/right-panel.ts +0 -12
  533. package/src/icons/ast/rule-scheduled.ts +0 -12
  534. package/src/icons/ast/settings-off.ts +0 -12
  535. package/src/icons/ast/shared.ts +0 -12
  536. package/src/icons/ast/sidebar-fields-opened.ts +0 -12
  537. package/src/icons/ast/sidebar-fields.ts +0 -12
  538. package/src/icons/ast/sidebar.ts +0 -12
  539. package/src/icons/ast/slack-icon.ts +0 -12
  540. package/src/icons/ast/slack.ts +0 -12
  541. package/src/icons/ast/slide-menu-close.ts +0 -12
  542. package/src/icons/ast/slide-menu-open.ts +0 -12
  543. package/src/icons/ast/sort-on-bottom.ts +0 -12
  544. package/src/icons/ast/sort-on-top.ts +0 -12
  545. package/src/icons/ast/space-list.ts +0 -12
  546. package/src/icons/ast/success.ts +0 -12
  547. package/src/icons/ast/template.ts +0 -12
  548. package/src/icons/ast/thumbs-down.ts +0 -12
  549. package/src/icons/ast/thumbs-up.ts +0 -12
  550. package/src/icons/ast/twitter.ts +0 -12
  551. package/src/icons/ast/type-boolean.ts +0 -12
  552. package/src/icons/ast/type-function.ts +0 -12
  553. package/src/icons/ast/type-id.ts +0 -12
  554. package/src/icons/ast/type-rule.ts +0 -12
  555. package/src/icons/ast/type-url.ts +0 -12
  556. package/src/icons/ast/units-db-badge-abbr.ts +0 -12
  557. package/src/icons/ast/units-db-badge-full.ts +0 -12
  558. package/src/icons/ast/units-db-icon.ts +0 -12
  559. package/src/icons/ast/unlock-outline.ts +0 -12
  560. package/src/icons/ast/upgrade.ts +0 -12
  561. package/src/icons/ast/user-check.ts +0 -12
  562. package/src/icons/ast/user-group-remove.ts +0 -12
  563. package/src/icons/ast/user-group.ts +0 -12
  564. package/src/icons/ast/user-role.ts +0 -12
  565. package/src/icons/ast/user-x.ts +0 -12
  566. package/src/icons/ast/windows.ts +0 -12
  567. package/src/icons/ast/workspace-map.ts +0 -12
  568. package/src/icons/ast/youtube.ts +0 -12
  569. package/src/icons/ast/zoom-in.ts +0 -12
  570. package/src/icons/ast/zoom-out.ts +0 -12
  571. package/src/icons/react/app-details.tsx +0 -18
  572. package/src/icons/react/app-store-one-color.tsx +0 -18
  573. package/src/icons/react/app-templates.tsx +0 -18
  574. package/src/icons/react/app-webhooks.tsx +0 -18
  575. package/src/icons/react/arrow-bottom.tsx +0 -18
  576. package/src/icons/react/arrow-top.tsx +0 -18
  577. package/src/icons/react/automations-cancelled.tsx +0 -18
  578. package/src/icons/react/automations-error.tsx +0 -18
  579. package/src/icons/react/automations-in-progress.tsx +0 -18
  580. package/src/icons/react/automations-not-started.tsx +0 -18
  581. package/src/icons/react/automations-success.tsx +0 -18
  582. package/src/icons/react/backlog-icon.tsx +0 -18
  583. package/src/icons/react/batch-actions-icon.tsx +0 -18
  584. package/src/icons/react/bell-filled.tsx +0 -18
  585. package/src/icons/react/check-circle-filled.tsx +0 -18
  586. package/src/icons/react/check-circle.tsx +0 -18
  587. package/src/icons/react/clean.tsx +0 -18
  588. package/src/icons/react/clear-value.tsx +0 -18
  589. package/src/icons/react/color-coding-filled.tsx +0 -18
  590. package/src/icons/react/create.tsx +0 -18
  591. package/src/icons/react/cross-circle.tsx +0 -18
  592. package/src/icons/react/database-off.tsx +0 -18
  593. package/src/icons/react/database-stroke.tsx +0 -18
  594. package/src/icons/react/demo.tsx +0 -18
  595. package/src/icons/react/dependency.tsx +0 -18
  596. package/src/icons/react/dividers.tsx +0 -18
  597. package/src/icons/react/document.tsx +0 -18
  598. package/src/icons/react/double-arrow-left.tsx +0 -18
  599. package/src/icons/react/double-arrow-right.tsx +0 -18
  600. package/src/icons/react/double-line.tsx +0 -18
  601. package/src/icons/react/drag-block-handle-single.tsx +0 -18
  602. package/src/icons/react/edit-value.tsx +0 -18
  603. package/src/icons/react/error-circle-filled.tsx +0 -18
  604. package/src/icons/react/extension-assignments.tsx +0 -18
  605. package/src/icons/react/extension-avatar.tsx +0 -18
  606. package/src/icons/react/extension-comments.tsx +0 -18
  607. package/src/icons/react/extension-files.tsx +0 -18
  608. package/src/icons/react/extension-workflow.tsx +0 -18
  609. package/src/icons/react/favorites-checked.tsx +0 -18
  610. package/src/icons/react/fibery-desktop-app.tsx +0 -18
  611. package/src/icons/react/field-unit.tsx +0 -18
  612. package/src/icons/react/figma.tsx +0 -18
  613. package/src/icons/react/file-broken.tsx +0 -18
  614. package/src/icons/react/fullscreen-mode-off-icon.tsx +0 -18
  615. package/src/icons/react/fullscreen-mode-on-icon.tsx +0 -18
  616. package/src/icons/react/github.tsx +0 -18
  617. package/src/icons/react/gitlab.tsx +0 -18
  618. package/src/icons/react/globe.tsx +0 -18
  619. package/src/icons/react/google-drive.tsx +0 -18
  620. package/src/icons/react/google-map.tsx +0 -18
  621. package/src/icons/react/hide.tsx +0 -18
  622. package/src/icons/react/image-xmark.tsx +0 -18
  623. package/src/icons/react/info-circle-filled.tsx +0 -18
  624. package/src/icons/react/info-circle.tsx +0 -18
  625. package/src/icons/react/integrations-integration-discourse-color.tsx +0 -18
  626. package/src/icons/react/integrations-integration-intercom-color.tsx +0 -18
  627. package/src/icons/react/integrations-integration-slack-color.tsx +0 -18
  628. package/src/icons/react/integrations-integration-zendesk-color.tsx +0 -18
  629. package/src/icons/react/intercom.tsx +0 -18
  630. package/src/icons/react/invite-people.tsx +0 -18
  631. package/src/icons/react/jira.tsx +0 -18
  632. package/src/icons/react/left-panel.tsx +0 -18
  633. package/src/icons/react/level-plus.tsx +0 -18
  634. package/src/icons/react/lock-outline.tsx +0 -18
  635. package/src/icons/react/loom.tsx +0 -18
  636. package/src/icons/react/loupe-zoom.tsx +0 -18
  637. package/src/icons/react/many-people.tsx +0 -18
  638. package/src/icons/react/message-plus-square.tsx +0 -18
  639. package/src/icons/react/miro.tsx +0 -18
  640. package/src/icons/react/mixpanel.tsx +0 -18
  641. package/src/icons/react/move-bottom.tsx +0 -18
  642. package/src/icons/react/move-space.tsx +0 -18
  643. package/src/icons/react/move-top.tsx +0 -18
  644. package/src/icons/react/network-add.tsx +0 -18
  645. package/src/icons/react/network.tsx +0 -18
  646. package/src/icons/react/open-ai.tsx +0 -18
  647. package/src/icons/react/open-as-page.tsx +0 -18
  648. package/src/icons/react/popup.tsx +0 -18
  649. package/src/icons/react/posts.tsx +0 -18
  650. package/src/icons/react/quick-filter-personal.tsx +0 -18
  651. package/src/icons/react/quick-filter.tsx +0 -18
  652. package/src/icons/react/remove-people.tsx +0 -18
  653. package/src/icons/react/reply.tsx +0 -18
  654. package/src/icons/react/restore.tsx +0 -18
  655. package/src/icons/react/richeditor-actions-more.tsx +0 -18
  656. package/src/icons/react/richeditor-comment-create.tsx +0 -18
  657. package/src/icons/react/richeditor-entity-link-create.tsx +0 -18
  658. package/src/icons/react/richeditor-history-redo.tsx +0 -18
  659. package/src/icons/react/richeditor-history-undo.tsx +0 -18
  660. package/src/icons/react/richeditor-image-upload.tsx +0 -18
  661. package/src/icons/react/richeditor-image-wrap-center.tsx +0 -18
  662. package/src/icons/react/richeditor-image-wrap-left.tsx +0 -18
  663. package/src/icons/react/richeditor-image-wrap-right.tsx +0 -18
  664. package/src/icons/react/richeditor-image-zoom.tsx +0 -18
  665. package/src/icons/react/richeditor-link-create.tsx +0 -18
  666. package/src/icons/react/richeditor-open-link.tsx +0 -18
  667. package/src/icons/react/richeditor-unlink.tsx +0 -18
  668. package/src/icons/react/right-panel.tsx +0 -18
  669. package/src/icons/react/rule-scheduled.tsx +0 -18
  670. package/src/icons/react/send-arrow.tsx +0 -18
  671. package/src/icons/react/settings-off.tsx +0 -18
  672. package/src/icons/react/shared.tsx +0 -18
  673. package/src/icons/react/sidebar-fields-opened.tsx +0 -18
  674. package/src/icons/react/sidebar-fields.tsx +0 -18
  675. package/src/icons/react/sidebar.tsx +0 -18
  676. package/src/icons/react/slack-icon.tsx +0 -18
  677. package/src/icons/react/slack.tsx +0 -18
  678. package/src/icons/react/slide-menu-close.tsx +0 -18
  679. package/src/icons/react/slide-menu-open.tsx +0 -18
  680. package/src/icons/react/smart-folder.tsx +0 -18
  681. package/src/icons/react/sort-on-bottom.tsx +0 -18
  682. package/src/icons/react/sort-on-top.tsx +0 -18
  683. package/src/icons/react/space-list.tsx +0 -18
  684. package/src/icons/react/success.tsx +0 -18
  685. package/src/icons/react/suggest-integration.tsx +0 -18
  686. package/src/icons/react/switch-to-mention.tsx +0 -18
  687. package/src/icons/react/template.tsx +0 -18
  688. package/src/icons/react/thumbs-down.tsx +0 -18
  689. package/src/icons/react/thumbs-up.tsx +0 -18
  690. package/src/icons/react/twitter.tsx +0 -18
  691. package/src/icons/react/type-boolean.tsx +0 -18
  692. package/src/icons/react/type-function.tsx +0 -18
  693. package/src/icons/react/type-id.tsx +0 -18
  694. package/src/icons/react/type-rule.tsx +0 -18
  695. package/src/icons/react/type-url.tsx +0 -18
  696. package/src/icons/react/units-db-badge-abbr.tsx +0 -18
  697. package/src/icons/react/units-db-badge-full.tsx +0 -18
  698. package/src/icons/react/units-db-icon.tsx +0 -18
  699. package/src/icons/react/unlock-outline.tsx +0 -18
  700. package/src/icons/react/upgrade.tsx +0 -18
  701. package/src/icons/react/user-check.tsx +0 -18
  702. package/src/icons/react/user-group-remove.tsx +0 -18
  703. package/src/icons/react/user-group.tsx +0 -18
  704. package/src/icons/react/user-role.tsx +0 -18
  705. package/src/icons/react/user-x.tsx +0 -18
  706. package/src/icons/react/windows.tsx +0 -18
  707. package/src/icons/react/workspace-map.tsx +0 -18
  708. package/src/icons/react/youtube.tsx +0 -18
  709. package/src/icons/react/zoom-in.tsx +0 -18
  710. package/src/icons/react/zoom-out.tsx +0 -18
  711. package/src/icons/svg/ai-avatar.svg +0 -3
  712. package/src/icons/svg/ai-search.svg +0 -3
  713. package/src/icons/svg/anthropic.svg +0 -3
  714. package/src/icons/svg/app-store-one-color.svg +0 -4
  715. package/src/icons/svg/app-store.svg +0 -4
  716. package/src/icons/svg/app-webhooks.svg +0 -2
  717. package/src/icons/svg/app-wiki.svg +0 -2
  718. package/src/icons/svg/apple.svg +0 -4
  719. package/src/icons/svg/automations-cancelled.svg +0 -3
  720. package/src/icons/svg/automations-disabled.svg +0 -3
  721. package/src/icons/svg/automations-success.svg +0 -3
  722. package/src/icons/svg/batch-actions-icon.svg +0 -4
  723. package/src/icons/svg/bell-filled.svg +0 -4
  724. package/src/icons/svg/chat-ai.svg +0 -5
  725. package/src/icons/svg/chat.svg +0 -3
  726. package/src/icons/svg/clean.svg +0 -6
  727. package/src/icons/svg/color-coding-filled.svg +0 -3
  728. package/src/icons/svg/create.svg +0 -3
  729. package/src/icons/svg/cross-circle.svg +0 -4
  730. package/src/icons/svg/csv.svg +0 -3
  731. package/src/icons/svg/database-off.svg +0 -3
  732. package/src/icons/svg/demo.svg +0 -2
  733. package/src/icons/svg/dependency.svg +0 -3
  734. package/src/icons/svg/document.svg +0 -4
  735. package/src/icons/svg/double-arrow-left.svg +0 -2
  736. package/src/icons/svg/double-arrow-right.svg +0 -2
  737. package/src/icons/svg/double-line.svg +0 -3
  738. package/src/icons/svg/drag-block-handle-single.svg +0 -5
  739. package/src/icons/svg/edit-value.svg +0 -5
  740. package/src/icons/svg/extension/assignments.svg +0 -7
  741. package/src/icons/svg/file-broken.svg +0 -3
  742. package/src/icons/svg/fullscreen-mode-on-icon.svg +0 -3
  743. package/src/icons/svg/globe.svg +0 -3
  744. package/src/icons/svg/integrations/integration-slack-color.svg +0 -10
  745. package/src/icons/svg/intercom.svg +0 -3
  746. package/src/icons/svg/left-panel.svg +0 -11
  747. package/src/icons/svg/level-plus.svg +0 -4
  748. package/src/icons/svg/lock-outline.svg +0 -5
  749. package/src/icons/svg/loupe-zoom.svg +0 -3
  750. package/src/icons/svg/message-plus-square.svg +0 -4
  751. package/src/icons/svg/network-add.svg +0 -5
  752. package/src/icons/svg/notifications.svg +0 -2
  753. package/src/icons/svg/open-ai.svg +0 -3
  754. package/src/icons/svg/open-as-page.svg +0 -3
  755. package/src/icons/svg/posts.svg +0 -3
  756. package/src/icons/svg/quick-filter-personal.svg +0 -3
  757. package/src/icons/svg/quick-filter.svg +0 -3
  758. package/src/icons/svg/reply.svg +0 -2
  759. package/src/icons/svg/restore.svg +0 -2
  760. package/src/icons/svg/richeditor/actions/more.svg +0 -2
  761. package/src/icons/svg/richeditor/comment/create.svg +0 -5
  762. package/src/icons/svg/richeditor/entity-link/create.svg +0 -2
  763. package/src/icons/svg/richeditor/image/wrap-center.svg +0 -2
  764. package/src/icons/svg/richeditor/image/wrap-left.svg +0 -2
  765. package/src/icons/svg/richeditor/image/wrap-right.svg +0 -2
  766. package/src/icons/svg/richeditor/image/zoom.svg +0 -5
  767. package/src/icons/svg/richeditor/link/create.svg +0 -9
  768. package/src/icons/svg/richeditor/mark/code.svg +0 -5
  769. package/src/icons/svg/richeditor/mark/em.svg +0 -3
  770. package/src/icons/svg/richeditor/mark/highlight.svg +0 -3
  771. package/src/icons/svg/richeditor/mark/strike.svg +0 -3
  772. package/src/icons/svg/richeditor/mark/strong.svg +0 -3
  773. package/src/icons/svg/richeditor/unlink.svg +0 -10
  774. package/src/icons/svg/right-panel.svg +0 -11
  775. package/src/icons/svg/rule-scheduled.svg +0 -5
  776. package/src/icons/svg/settings-off.svg +0 -4
  777. package/src/icons/svg/shared.svg +0 -7
  778. package/src/icons/svg/sidebar-fields-opened.svg +0 -3
  779. package/src/icons/svg/sidebar-fields.svg +0 -6
  780. package/src/icons/svg/sidebar.svg +0 -2
  781. package/src/icons/svg/slack-icon.svg +0 -3
  782. package/src/icons/svg/slide-menu-close.svg +0 -4
  783. package/src/icons/svg/slide-menu-open.svg +0 -4
  784. package/src/icons/svg/sort-on-bottom.svg +0 -4
  785. package/src/icons/svg/sort-on-top.svg +0 -4
  786. package/src/icons/svg/space-list.svg +0 -4
  787. package/src/icons/svg/success.svg +0 -4
  788. package/src/icons/svg/template.svg +0 -3
  789. package/src/icons/svg/thumbs-down.svg +0 -3
  790. package/src/icons/svg/thumbs-up.svg +0 -3
  791. package/src/icons/svg/type/boolean.svg +0 -2
  792. package/src/icons/svg/type/function.svg +0 -2
  793. package/src/icons/svg/type/id.svg +0 -3
  794. package/src/icons/svg/type/rule.svg +0 -2
  795. package/src/icons/svg/type/url.svg +0 -9
  796. package/src/icons/svg/units/db-badge-abbr.svg +0 -4
  797. package/src/icons/svg/units/db-badge-full.svg +0 -4
  798. package/src/icons/svg/units/db-icon.svg +0 -4
  799. package/src/icons/svg/upgrade.svg +0 -2
  800. package/src/icons/svg/user-check.svg +0 -3
  801. package/src/icons/svg/windows.svg +0 -15
  802. package/src/icons/svg/workspace-map.svg +0 -3
  803. package/src/icons/svg/zoom-out.svg +0 -7
  804. /package/src/icons/svg/{dividers.svg → architect.svg} +0 -0
  805. /package/src/icons/svg/{back.svg → arrow-back.svg} +0 -0
  806. /package/src/icons/svg/{send-arrow.svg → arrow-send.svg} +0 -0
  807. /package/src/icons/svg/{extension/avatar.svg → avatar.svg} +0 -0
  808. /package/src/icons/svg/{backlog-icon.svg → backlog.svg} +0 -0
  809. /package/src/icons/svg/{check-circle-filled.svg → circle-check-filled.svg} +0 -0
  810. /package/src/icons/svg/{check-circle.svg → circle-check.svg} +0 -0
  811. /package/src/icons/svg/{error-circle-filled.svg → circle-cross-filled.svg} +0 -0
  812. /package/src/icons/svg/{info-circle-filled.svg → circle-info-filled.svg} +0 -0
  813. /package/src/icons/svg/{info-circle.svg → circle-info.svg} +0 -0
  814. /package/src/icons/svg/{extension/comments.svg → comments.svg} +0 -0
  815. /package/src/icons/svg/{add-database.svg → database-add.svg} +0 -0
  816. /package/src/icons/svg/{database-stroke.svg → database-outline.svg} +0 -0
  817. /package/src/icons/svg/{hide.svg → eye-off.svg} +0 -0
  818. /package/src/icons/svg/{favorites-checked.svg → favorites-filled.svg} +0 -0
  819. /package/src/icons/svg/{switch-to-mention.svg → field-units-large.svg} +0 -0
  820. /package/src/icons/svg/{extension/files.svg → files.svg} +0 -0
  821. /package/src/icons/svg/{smart-folder.svg → folder-smart.svg} +0 -0
  822. /package/src/icons/svg/{fullscreen-mode-off-icon.svg → fullscreen-mode-off.svg} +0 -0
  823. /package/src/icons/svg/{add-group.svg → group-add.svg} +0 -0
  824. /package/src/icons/svg/{image-xmark.svg → image-error.svg} +0 -0
  825. /package/src/icons/svg/{add-integration.svg → integration-add.svg} +0 -0
  826. /package/src/icons/svg/{integrations/integration-discourse-color.svg → integration-discourse.svg} +0 -0
  827. /package/src/icons/svg/{fibery-desktop-app.svg → integration-fibery.svg} +0 -0
  828. /package/src/icons/svg/{figma.svg → integration-figma.svg} +0 -0
  829. /package/src/icons/svg/{github.svg → integration-github.svg} +0 -0
  830. /package/src/icons/svg/{gitlab.svg → integration-gitlab.svg} +0 -0
  831. /package/src/icons/svg/{google-drive.svg → integration-google-drive.svg} +0 -0
  832. /package/src/icons/svg/{google-map.svg → integration-google-map.svg} +0 -0
  833. /package/src/icons/svg/{integrations/integration-intercom-color.svg → integration-intercom.svg} +0 -0
  834. /package/src/icons/svg/{jira.svg → integration-jira.svg} +0 -0
  835. /package/src/icons/svg/{loom.svg → integration-loom.svg} +0 -0
  836. /package/src/icons/svg/{miro.svg → integration-miro.svg} +0 -0
  837. /package/src/icons/svg/{mixpanel.svg → integration-mixpanel.svg} +0 -0
  838. /package/src/icons/svg/{slack.svg → integration-slack.svg} +0 -0
  839. /package/src/icons/svg/{suggest-integration.svg → integration-suggest.svg} +0 -0
  840. /package/src/icons/svg/{twitter.svg → integration-twitter.svg} +0 -0
  841. /package/src/icons/svg/{youtube.svg → integration-youtube.svg} +0 -0
  842. /package/src/icons/svg/{integrations/integration-zendesk-color.svg → integration-zendesk.svg} +0 -0
  843. /package/src/icons/svg/{move-bottom.svg → move-down.svg} +0 -0
  844. /package/src/icons/svg/{move-top.svg → move-up.svg} +0 -0
  845. /package/src/icons/svg/{popup.svg → open-in-panel.svg} +0 -0
  846. /package/src/icons/svg/{richeditor/open-link.svg → open-link.svg} +0 -0
  847. /package/src/icons/svg/{many-people.svg → people-all.svg} +0 -0
  848. /package/src/icons/svg/{user-group-remove.svg → people-group-remove.svg} +0 -0
  849. /package/src/icons/svg/{invite-people.svg → people-invite.svg} +0 -0
  850. /package/src/icons/svg/{remove-people.svg → people-remove.svg} +0 -0
  851. /package/src/icons/svg/{user-x.svg → people-x.svg} +0 -0
  852. /package/src/icons/svg/{zoom-in.svg → plus.svg} +0 -0
  853. /package/src/icons/svg/{app-details.svg → preferences.svg} +0 -0
  854. /package/src/icons/svg/{network.svg → propagate.svg} +0 -0
  855. /package/src/icons/svg/{add-reactions.svg → reactions-add.svg} +0 -0
  856. /package/src/icons/svg/{richeditor/history/redo.svg → redo.svg} +0 -0
  857. /package/src/icons/svg/{extension/references.svg → references.svg} +0 -0
  858. /package/src/icons/svg/{richeditor/block/callout.svg → richeditor-block-callout.svg} +0 -0
  859. /package/src/icons/svg/{richeditor/block/code.svg → richeditor-block-code.svg} +0 -0
  860. /package/src/icons/svg/{richeditor/block/embed.svg → richeditor-block-embed.svg} +0 -0
  861. /package/src/icons/svg/{richeditor/block/entity.svg → richeditor-block-entity.svg} +0 -0
  862. /package/src/icons/svg/{richeditor/block/file.svg → richeditor-block-file.svg} +0 -0
  863. /package/src/icons/svg/{richeditor/block/h1.svg → richeditor-block-h1.svg} +0 -0
  864. /package/src/icons/svg/{richeditor/block/h2.svg → richeditor-block-h2.svg} +0 -0
  865. /package/src/icons/svg/{richeditor/block/h3.svg → richeditor-block-h3.svg} +0 -0
  866. /package/src/icons/svg/{richeditor/block/h4.svg → richeditor-block-h4.svg} +0 -0
  867. /package/src/icons/svg/{richeditor/block/mention.svg → richeditor-block-mention.svg} +0 -0
  868. /package/src/icons/svg/{richeditor/block/paragraph.svg → richeditor-block-paragraph.svg} +0 -0
  869. /package/src/icons/svg/{richeditor/block/quote.svg → richeditor-block-quote.svg} +0 -0
  870. /package/src/icons/svg/{richeditor/checklist/create.svg → richeditor-checklist-create.svg} +0 -0
  871. /package/src/icons/svg/{richeditor/image/align-center.svg → richeditor-image-align-center.svg} +0 -0
  872. /package/src/icons/svg/{richeditor/image/align-left.svg → richeditor-image-align-left.svg} +0 -0
  873. /package/src/icons/svg/{richeditor/image/align-right.svg → richeditor-image-align-right.svg} +0 -0
  874. /package/src/icons/svg/{richeditor/image/upload.svg → richeditor-image.svg} +0 -0
  875. /package/src/icons/svg/{richeditor/linkedhighlight/create.svg → richeditor-linkedhighlight-create.svg} +0 -0
  876. /package/src/icons/svg/{richeditor/list/bullet.svg → richeditor-list-bullet.svg} +0 -0
  877. /package/src/icons/svg/{richeditor/list/ordered.svg → richeditor-list-ordered.svg} +0 -0
  878. /package/src/icons/svg/{richeditor/list/unindent.svg → richeditor-list-unindent.svg} +0 -0
  879. /package/src/icons/svg/{richeditor/mark/text-background-color.svg → richeditor-mark-text-background-color.svg} +0 -0
  880. /package/src/icons/svg/{richeditor/mark/underline.svg → richeditor-mark-underline.svg} +0 -0
  881. /package/src/icons/svg/{richeditor/table/create.svg → richeditor-table-create.svg} +0 -0
  882. /package/src/icons/svg/{richeditor/video/upload.svg → richeditor-video-upload.svg} +0 -0
  883. /package/src/icons/svg/{bolt.svg → rule.svg} +0 -0
  884. /package/src/icons/svg/{app-templates.svg → space-add.svg} +0 -0
  885. /package/src/icons/svg/{move-space.svg → space-move.svg} +0 -0
  886. /package/src/icons/svg/{type/button.svg → type-button.svg} +0 -0
  887. /package/src/icons/svg/{type/checkbox.svg → type-checkbox.svg} +0 -0
  888. /package/src/icons/svg/{type/date.svg → type-date.svg} +0 -0
  889. /package/src/icons/svg/{type/email.svg → type-email.svg} +0 -0
  890. /package/src/icons/svg/{type/emoji.svg → type-emoji.svg} +0 -0
  891. /package/src/icons/svg/{type/formula.svg → type-formula.svg} +0 -0
  892. /package/src/icons/svg/{type/location.svg → type-location.svg} +0 -0
  893. /package/src/icons/svg/{type/lookup.svg → type-lookup.svg} +0 -0
  894. /package/src/icons/svg/{type/money.svg → type-money.svg} +0 -0
  895. /package/src/icons/svg/{type/multi-select.svg → type-multi-select.svg} +0 -0
  896. /package/src/icons/svg/{type/number.svg → type-number.svg} +0 -0
  897. /package/src/icons/svg/{type/percent.svg → type-percent.svg} +0 -0
  898. /package/src/icons/svg/{type/phone.svg → type-phone.svg} +0 -0
  899. /package/src/icons/svg/{type/relation.svg → type-relation.svg} +0 -0
  900. /package/src/icons/svg/{type/rich-text.svg → type-rich-text.svg} +0 -0
  901. /package/src/icons/svg/{type/single-select.svg → type-single-select.svg} +0 -0
  902. /package/src/icons/svg/{type/text.svg → type-text.svg} +0 -0
  903. /package/src/icons/svg/{richeditor/history/undo.svg → undo.svg} +0 -0
  904. /package/src/icons/svg/{units/avatar.svg → units-avatar.svg} +0 -0
  905. /package/src/icons/svg/{units/collection.svg → units-collection.svg} +0 -0
  906. /package/src/icons/svg/{units/counter.svg → units-counter.svg} +0 -0
  907. /package/src/icons/svg/{units/date.svg → units-date.svg} +0 -0
  908. /package/src/icons/svg/{units/field-icon-button.svg → units-field-icon-button.svg} +0 -0
  909. /package/src/icons/svg/{units/field.svg → units-field.svg} +0 -0
  910. /package/src/icons/svg/{units/input.svg → units-input.svg} +0 -0
  911. /package/src/icons/svg/{field-unit.svg → units-normal.svg} +0 -0
  912. /package/src/icons/svg/{units/progress-bar.svg → units-progress-bar.svg} +0 -0
  913. /package/src/icons/svg/{units/rich-text.svg → units-rich-text.svg} +0 -0
  914. /package/src/icons/svg/{units/snippet.svg → units-snippet.svg} +0 -0
  915. /package/src/icons/svg/{unlock-outline.svg → unlock.svg} +0 -0
  916. /package/src/icons/svg/{clear-value.svg → value-clear.svg} +0 -0
  917. /package/src/icons/svg/{extension/workflow.svg → workflow.svg} +0 -0
@@ -0,0 +1,5 @@
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12.2293 3.92508C12.326 3.5223 12.0778 3.11743 11.675 3.02076C11.2723 2.92409 10.8674 3.17224 10.7707 3.57502L7.77071 16.075C7.67405 16.4778 7.9222 16.8827 8.32497 16.9793C8.72775 17.076 9.13263 16.8279 9.22929 16.4251L12.2293 3.92508Z"/>
3
+ <path d="M6.53033 6.21967C6.82322 6.51256 6.82322 6.98743 6.53033 7.28033L3.81066 10L6.53033 12.7197C6.82322 13.0126 6.82322 13.4874 6.53033 13.7803C6.23744 14.0732 5.76257 14.0732 5.46967 13.7803L2.21967 10.5304C2.07902 10.3897 2 10.1989 2 10C2 9.80111 2.07902 9.61034 2.21967 9.46969L5.46967 6.21967C5.76256 5.92678 6.23743 5.92678 6.53033 6.21967Z"/>
4
+ <path d="M13.4697 6.21967C13.7626 5.92678 14.2374 5.92678 14.5303 6.21967L17.7803 9.46969C17.921 9.61034 18 9.80111 18 10C18 10.1989 17.921 10.3897 17.7803 10.5304L14.5303 13.7803C14.2374 14.0732 13.7626 14.0732 13.4697 13.7803C13.1768 13.4874 13.1768 13.0126 13.4697 12.7197L16.1893 10L13.4697 7.28033C13.1768 6.98743 13.1768 6.51256 13.4697 6.21967Z"/>
5
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M6.89624 4.42857C6.89624 3.91574 7.31224 3.5 7.82481 3.5H13.3962C13.9088 3.5 14.3248 3.91574 14.3248 4.42857C14.3248 4.9414 13.9088 5.35714 13.3962 5.35714H11.8143L9.67039 14.6429H11.5391C12.0516 14.6429 12.4676 15.0586 12.4676 15.5715C12.4676 16.0843 12.0516 16.5 11.5391 16.5H5.96763C5.45506 16.5 5.03906 16.0843 5.03906 15.5715C5.03906 15.0586 5.45506 14.6429 5.96763 14.6429H7.76415L9.90801 5.35714H7.82481C7.31224 5.35714 6.89624 4.9414 6.89624 4.42857Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M11.5948 3.59463C12.9232 2.26635 15.0769 2.26635 16.4053 3.59463C17.7337 4.92303 17.7336 7.07677 16.4053 8.40521L8.81057 16H16.2501C16.6642 16 16.9999 16.3359 17.0001 16.75C17.0001 17.1642 16.6643 17.5 16.2501 17.5H3.5C2.94772 17.5 2.5 17.0523 2.5 16.5V13C2.50006 12.8011 2.57913 12.6103 2.71973 12.4697L11.5948 3.59463ZM4.00001 13.3105V16H6.68947L13.9024 8.78705L11.2139 6.09758L4.00001 13.3105ZM15.3448 4.65519C14.6022 3.91269 13.3979 3.91269 12.6553 4.65519L12.0977 5.21378L14.7862 7.90326L15.3448 7.34466C16.0873 6.602 16.0874 5.39779 15.3448 4.65519Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M13.5137 11.625C13.9066 11.494 14.3317 11.7069 14.4629 12.0986C14.5799 12.4506 14.6453 12.8343 14.6553 13.2383C14.6812 14.3091 14.2978 15.2809 13.5469 16.0508C12.6479 16.9718 11.294 17.5 9.83203 17.5H9.83008C6.56233 17.5 5.33399 15.7243 4.87891 14.2334C4.75791 13.8374 4.98094 13.4179 5.37793 13.2969C5.76993 13.1749 6.19345 13.3989 6.31445 13.7959C6.77346 15.2999 7.89107 16.001 9.83105 16.001C10.892 16.001 11.8537 15.6378 12.4727 15.0039C12.9346 14.53 13.1712 13.9322 13.1553 13.2754C13.1493 13.0205 13.11 12.7852 13.04 12.5742C12.9091 12.1813 13.1208 11.7561 13.5137 11.625ZM9.83008 2.5C11.0201 2.50001 13.1728 2.8681 14.2148 5.33398C14.3758 5.71492 14.1973 6.15532 13.8164 6.31738C13.4354 6.47838 12.994 6.29897 12.833 5.91797C12.295 4.64501 11.285 4.00002 9.83008 4C9.22812 4 7.89603 4.21181 7.16699 5.01367C6.77299 5.44767 6.61464 5.99636 6.68164 6.69336C6.72667 7.16169 6.86599 8.58719 9.8623 9.12207C10.0675 9.15849 10.2843 9.20114 10.5068 9.25H15.75C16.164 9.25 16.5 9.586 16.5 10C16.5 10.414 16.164 10.75 15.75 10.75H3.75C3.336 10.75 3 10.414 3 10C3 9.586 3.336 9.25 3.75 9.25H6.4209C5.56966 8.50465 5.26386 7.60952 5.18945 6.83691C5.08247 5.72799 5.3817 4.74884 6.05762 4.00586C7.38662 2.54286 9.58408 2.5 9.83008 2.5Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M7.00901 16.5H11.2162C13.982 16.5 15.6486 15.1126 15.6486 12.8243C15.6486 11.0946 14.4595 9.84234 12.6937 9.64414V9.57207C13.991 9.35586 15.009 8.12162 15.009 6.74324C15.009 4.77928 13.4955 3.5 11.1892 3.5H7.00901C6.37838 3.5 6 3.8964 6 4.54505V15.455C6 16.1036 6.37838 16.5 7.00901 16.5ZM8.01802 9.03153V5.14865H10.7027C12.1622 5.14865 12.991 5.81532 12.991 7.02252C12.991 8.31081 12.027 9.03153 10.2793 9.03153H8.01802ZM8.01802 14.8514V10.5721H10.6847C12.5946 10.5721 13.5856 11.2928 13.5856 12.6982C13.5856 14.1036 12.6216 14.8514 10.8018 14.8514H8.01802Z"/>
3
+ </svg>
@@ -1,5 +1,5 @@
1
1
  <svg class="Icon" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M7.24138 9.65517L10 4.13793L12.7586 9.65517H7.24138Z" fill="#6E7A83"/>
3
- <path d="M7.24138 11.0345L10 16.5517L12.7586 11.0345H7.24138Z" fill="#C1C8CD"/>
2
+ <path d="M7.24138 9.65517L10 4.13793L12.7586 9.65517H7.24138Z"/>
3
+ <path d="M7.24138 11.0345L10 16.5517L12.7586 11.0345H7.24138Z"/>
4
4
  </svg>
5
5
 
@@ -1,3 +1,3 @@
1
1
  <svg viewBox="0 0 20 20">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.25C2 3.00736 3.00736 2 4.25 2H7C8.24264 2 9.25 3.00736 9.25 4.25V7C9.25 8.24264 8.24264 9.25 7 9.25H4.25C3.00736 9.25 2 8.24264 2 7V4.25ZM3.5 4.25C3.5 3.83579 3.83579 3.5 4.25 3.5H7C7.41421 3.5 7.75 3.83579 7.75 4.25V7C7.75 7.41421 7.41421 7.75 7 7.75H4.25C3.83579 7.75 3.5 7.41421 3.5 7V4.25ZM13 10.75C11.7574 10.75 10.75 11.7574 10.75 13V15.75C10.75 16.9926 11.7574 18 13 18H15.75C16.9926 18 18 16.9926 18 15.75V13C18 11.7574 16.9926 10.75 15.75 10.75H13ZM13 12.25C12.5858 12.25 12.25 12.5858 12.25 13V15.75C12.25 16.1642 12.5858 16.5 13 16.5H15.75C16.1642 16.5 16.5 16.1642 16.5 15.75V13C16.5 12.5858 16.1642 12.25 15.75 12.25H13ZM7.19458 10.9001C6.32772 10.0333 4.92228 10.0333 4.05542 10.9001L2.15014 12.8054C1.28329 13.6723 1.28329 15.0777 2.15014 15.9446L4.05542 17.8499C4.92228 18.7167 6.32772 18.7167 7.19458 17.8499L9.09986 15.9446C9.96671 15.0777 9.96671 13.6723 9.09986 12.8054L7.19458 10.9001ZM6.13392 11.9608C5.85285 11.6797 5.39715 11.6797 5.11608 11.9608L3.2108 13.8661C2.92973 14.1472 2.92973 14.6028 3.2108 14.8839L5.11608 16.7892C5.39715 17.0703 5.85285 17.0703 6.13392 16.7892L8.0392 14.8839C8.32027 14.6028 8.32027 14.1472 8.0392 13.8661L6.13392 11.9608ZM16.5 5.5C16.5 6.60457 15.6046 7.5 14.5 7.5C13.3954 7.5 12.5 6.60457 12.5 5.5C12.5 4.39543 13.3954 3.5 14.5 3.5C15.6046 3.5 16.5 4.39543 16.5 5.5ZM18 5.5C18 7.433 16.433 9 14.5 9C12.567 9 11 7.433 11 5.5C11 3.567 12.567 2 14.5 2C16.433 2 18 3.567 18 5.5Z" fill="black"/>
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.25C2 3.00736 3.00736 2 4.25 2H7C8.24264 2 9.25 3.00736 9.25 4.25V7C9.25 8.24264 8.24264 9.25 7 9.25H4.25C3.00736 9.25 2 8.24264 2 7V4.25ZM3.5 4.25C3.5 3.83579 3.83579 3.5 4.25 3.5H7C7.41421 3.5 7.75 3.83579 7.75 4.25V7C7.75 7.41421 7.41421 7.75 7 7.75H4.25C3.83579 7.75 3.5 7.41421 3.5 7V4.25ZM13 10.75C11.7574 10.75 10.75 11.7574 10.75 13V15.75C10.75 16.9926 11.7574 18 13 18H15.75C16.9926 18 18 16.9926 18 15.75V13C18 11.7574 16.9926 10.75 15.75 10.75H13ZM13 12.25C12.5858 12.25 12.25 12.5858 12.25 13V15.75C12.25 16.1642 12.5858 16.5 13 16.5H15.75C16.1642 16.5 16.5 16.1642 16.5 15.75V13C16.5 12.5858 16.1642 12.25 15.75 12.25H13ZM7.19458 10.9001C6.32772 10.0333 4.92228 10.0333 4.05542 10.9001L2.15014 12.8054C1.28329 13.6723 1.28329 15.0777 2.15014 15.9446L4.05542 17.8499C4.92228 18.7167 6.32772 18.7167 7.19458 17.8499L9.09986 15.9446C9.96671 15.0777 9.96671 13.6723 9.09986 12.8054L7.19458 10.9001ZM6.13392 11.9608C5.85285 11.6797 5.39715 11.6797 5.11608 11.9608L3.2108 13.8661C2.92973 14.1472 2.92973 14.6028 3.2108 14.8839L5.11608 16.7892C5.39715 17.0703 5.85285 17.0703 6.13392 16.7892L8.0392 14.8839C8.32027 14.6028 8.32027 14.1472 8.0392 13.8661L6.13392 11.9608ZM16.5 5.5C16.5 6.60457 15.6046 7.5 14.5 7.5C13.3954 7.5 12.5 6.60457 12.5 5.5C12.5 4.39543 13.3954 3.5 14.5 3.5C15.6046 3.5 16.5 4.39543 16.5 5.5ZM18 5.5C18 7.433 16.433 9 14.5 9C12.567 9 11 7.433 11 5.5C11 3.567 12.567 2 14.5 2C16.433 2 18 3.567 18 5.5Z"/>
3
3
  </svg>
@@ -1,3 +1,3 @@
1
1
  <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M4.25 2C3.00736 2 2 3.00736 2 4.25V7C2 8.24264 3.00736 9.25 4.25 9.25H7C8.24264 9.25 9.25 8.24264 9.25 7V4.25C9.25 3.00736 8.24264 2 7 2H4.25ZM4.25 3.5C3.83579 3.5 3.5 3.83579 3.5 4.25V7C3.5 7.41421 3.83579 7.75 4.25 7.75H7C7.41421 7.75 7.75 7.41421 7.75 7V4.25C7.75 3.83579 7.41421 3.5 7 3.5H4.25ZM4.05542 10.9001C4.92228 10.0333 6.32772 10.0333 7.19458 10.9001L9.09986 12.8054C9.96671 13.6723 9.96671 15.0777 9.09986 15.9446L7.19458 17.8499C6.32772 18.7167 4.92228 18.7167 4.05542 17.8499L2.15014 15.9446C1.28329 15.0777 1.28329 13.6723 2.15014 12.8054L4.05542 10.9001ZM5.11608 11.9608C5.39715 11.6797 5.85285 11.6797 6.13392 11.9608L8.0392 13.8661C8.32027 14.1472 8.32027 14.6028 8.0392 14.8839L6.13392 16.7892C5.85285 17.0703 5.39715 17.0703 5.11608 16.7892L3.2108 14.8839C2.92973 14.6028 2.92973 14.1472 3.2108 13.8661L5.11608 11.9608ZM14.5 7.5C15.6046 7.5 16.5 6.60457 16.5 5.5C16.5 4.39543 15.6046 3.5 14.5 3.5C13.3954 3.5 12.5 4.39543 12.5 5.5C12.5 6.60457 13.3954 7.5 14.5 7.5ZM14.5 9C16.433 9 18 7.433 18 5.5C18 3.567 16.433 2 14.5 2C12.567 2 11 3.567 11 5.5C11 7.433 12.567 9 14.5 9ZM14.0609 11.3131C14.202 10.8993 14.788 10.8944 14.9361 11.3058L15.6157 13.1935C15.6547 13.3019 15.7423 13.386 15.8526 13.4208L17.6767 13.9971C18.1039 14.1321 18.1091 14.7322 17.6843 14.8745L15.8542 15.4878C15.7453 15.5243 15.6595 15.6091 15.622 15.7172L14.9379 17.6891C14.7929 18.1072 14.1974 18.1024 14.0592 17.682L13.4154 15.7231C13.3788 15.6116 13.2911 15.5241 13.1792 15.4873L11.3182 14.8754C10.8901 14.7346 10.8953 14.1298 11.3257 13.9964L13.1807 13.4214C13.2939 13.3863 13.3834 13.2994 13.4216 13.1875L14.0609 11.3131Z" fill="black"/>
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M4.25 2C3.00736 2 2 3.00736 2 4.25V7C2 8.24264 3.00736 9.25 4.25 9.25H7C8.24264 9.25 9.25 8.24264 9.25 7V4.25C9.25 3.00736 8.24264 2 7 2H4.25ZM4.25 3.5C3.83579 3.5 3.5 3.83579 3.5 4.25V7C3.5 7.41421 3.83579 7.75 4.25 7.75H7C7.41421 7.75 7.75 7.41421 7.75 7V4.25C7.75 3.83579 7.41421 3.5 7 3.5H4.25ZM4.05542 10.9001C4.92228 10.0333 6.32772 10.0333 7.19458 10.9001L9.09986 12.8054C9.96671 13.6723 9.96671 15.0777 9.09986 15.9446L7.19458 17.8499C6.32772 18.7167 4.92228 18.7167 4.05542 17.8499L2.15014 15.9446C1.28329 15.0777 1.28329 13.6723 2.15014 12.8054L4.05542 10.9001ZM5.11608 11.9608C5.39715 11.6797 5.85285 11.6797 6.13392 11.9608L8.0392 13.8661C8.32027 14.1472 8.32027 14.6028 8.0392 14.8839L6.13392 16.7892C5.85285 17.0703 5.39715 17.0703 5.11608 16.7892L3.2108 14.8839C2.92973 14.6028 2.92973 14.1472 3.2108 13.8661L5.11608 11.9608ZM14.5 7.5C15.6046 7.5 16.5 6.60457 16.5 5.5C16.5 4.39543 15.6046 3.5 14.5 3.5C13.3954 3.5 12.5 4.39543 12.5 5.5C12.5 6.60457 13.3954 7.5 14.5 7.5ZM14.5 9C16.433 9 18 7.433 18 5.5C18 3.567 16.433 2 14.5 2C12.567 2 11 3.567 11 5.5C11 7.433 12.567 9 14.5 9ZM14.0609 11.3131C14.202 10.8993 14.788 10.8944 14.9361 11.3058L15.6157 13.1935C15.6547 13.3019 15.7423 13.386 15.8526 13.4208L17.6767 13.9971C18.1039 14.1321 18.1091 14.7322 17.6843 14.8745L15.8542 15.4878C15.7453 15.5243 15.6595 15.6091 15.622 15.7172L14.9379 17.6891C14.7929 18.1072 14.1974 18.1024 14.0592 17.682L13.4154 15.7231C13.3788 15.6116 13.2911 15.5241 13.1792 15.4873L11.3182 14.8754C10.8901 14.7346 10.8953 14.1298 11.3257 13.9964L13.1807 13.4214C13.2939 13.3863 13.3834 13.2994 13.4216 13.1875L14.0609 11.3131Z"/>
3
3
  </svg>
@@ -1,3 +1,3 @@
1
1
  <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M6.35999 7.75H7C7.41421 7.75 7.75 7.41421 7.75 7V6.28H9.25V7C9.25 8.24264 8.24264 9.25 7 9.25H6.35999V7.75ZM3.5 6.28V7C3.5 7.41421 3.83579 7.75 4.25 7.75H4.85999V9.25H4.25C3.00736 9.25 2 8.24264 2 7V6.28H3.5ZM4.85999 3.5H4.25C3.83579 3.5 3.5 3.83579 3.5 4.25V4.78H2V4.25C2 3.00736 3.00736 2 4.25 2H4.85999V3.5ZM6.35999 3.5H7C7.41421 3.5 7.75 3.83579 7.75 4.25V4.78H9.25V4.25C9.25 3.00736 8.24264 2 7 2H6.35999V3.5ZM10.75 6.28V7C10.75 8.24264 11.7574 9.25 13 9.25H13.62V7.75H13C12.5858 7.75 12.25 7.41421 12.25 7V6.28H10.75ZM12.25 4.78H10.75V4.25C10.75 3.00736 11.7574 2 13 2H13.62V3.5H13C12.5858 3.5 12.25 3.83579 12.25 4.25V4.78ZM16.5 4.78V4.25C16.5 3.83579 16.1642 3.5 15.75 3.5H15.12V2H15.75C16.9926 2 18 3.00736 18 4.25V4.78H16.5ZM15.12 7.75H15.75C16.1642 7.75 16.5 7.41421 16.5 7V6.28H18V7C18 8.24264 16.9926 9.25 15.75 9.25H15.12V7.75ZM13.62 10.75H13C11.7574 10.75 10.75 11.7574 10.75 13V13.67H12.25V13C12.25 12.5858 12.5858 12.25 13 12.25H13.62V10.75ZM15.12 12.25V10.75H15.75C16.9926 10.75 18 11.7574 18 13V13.67H16.5V13C16.5 12.5858 16.1642 12.25 15.75 12.25H15.12ZM15.12 16.5H15.75C16.1642 16.5 16.5 16.1642 16.5 15.75V15.17H18V15.75C18 16.9926 16.9926 18 15.75 18H15.12V16.5ZM12.25 15.17V15.75C12.25 16.1642 12.5858 16.5 13 16.5H13.62V18H13C11.7574 18 10.75 16.9926 10.75 15.75V15.17H12.25ZM9.25 13.67V13C9.25 11.7574 8.24264 10.75 7 10.75H6.35999V12.25H7C7.41421 12.25 7.75 12.5858 7.75 13V13.67H9.25ZM7.75 15.17H9.25V15.75C9.25 16.9926 8.24264 18 7 18H6.35999V16.5H7C7.41421 16.5 7.75 16.1642 7.75 15.75V15.17ZM3.5 15.17V15.75C3.5 16.1642 3.83579 16.5 4.25 16.5H4.85999V18H4.25C3.00736 18 2 16.9926 2 15.75V15.17H3.5ZM4.85999 12.25H4.25C3.83579 12.25 3.5 12.5858 3.5 13V13.67H2V13C2 11.7574 3.00736 10.75 4.25 10.75H4.85999V12.25Z" fill="black"/>
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M6.35999 7.75H7C7.41421 7.75 7.75 7.41421 7.75 7V6.28H9.25V7C9.25 8.24264 8.24264 9.25 7 9.25H6.35999V7.75ZM3.5 6.28V7C3.5 7.41421 3.83579 7.75 4.25 7.75H4.85999V9.25H4.25C3.00736 9.25 2 8.24264 2 7V6.28H3.5ZM4.85999 3.5H4.25C3.83579 3.5 3.5 3.83579 3.5 4.25V4.78H2V4.25C2 3.00736 3.00736 2 4.25 2H4.85999V3.5ZM6.35999 3.5H7C7.41421 3.5 7.75 3.83579 7.75 4.25V4.78H9.25V4.25C9.25 3.00736 8.24264 2 7 2H6.35999V3.5ZM10.75 6.28V7C10.75 8.24264 11.7574 9.25 13 9.25H13.62V7.75H13C12.5858 7.75 12.25 7.41421 12.25 7V6.28H10.75ZM12.25 4.78H10.75V4.25C10.75 3.00736 11.7574 2 13 2H13.62V3.5H13C12.5858 3.5 12.25 3.83579 12.25 4.25V4.78ZM16.5 4.78V4.25C16.5 3.83579 16.1642 3.5 15.75 3.5H15.12V2H15.75C16.9926 2 18 3.00736 18 4.25V4.78H16.5ZM15.12 7.75H15.75C16.1642 7.75 16.5 7.41421 16.5 7V6.28H18V7C18 8.24264 16.9926 9.25 15.75 9.25H15.12V7.75ZM13.62 10.75H13C11.7574 10.75 10.75 11.7574 10.75 13V13.67H12.25V13C12.25 12.5858 12.5858 12.25 13 12.25H13.62V10.75ZM15.12 12.25V10.75H15.75C16.9926 10.75 18 11.7574 18 13V13.67H16.5V13C16.5 12.5858 16.1642 12.25 15.75 12.25H15.12ZM15.12 16.5H15.75C16.1642 16.5 16.5 16.1642 16.5 15.75V15.17H18V15.75C18 16.9926 16.9926 18 15.75 18H15.12V16.5ZM12.25 15.17V15.75C12.25 16.1642 12.5858 16.5 13 16.5H13.62V18H13C11.7574 18 10.75 16.9926 10.75 15.75V15.17H12.25ZM9.25 13.67V13C9.25 11.7574 8.24264 10.75 7 10.75H6.35999V12.25H7C7.41421 12.25 7.75 12.5858 7.75 13V13.67H9.25ZM7.75 15.17H9.25V15.75C9.25 16.9926 8.24264 18 7 18H6.35999V16.5H7C7.41421 16.5 7.75 16.1642 7.75 15.75V15.17ZM3.5 15.17V15.75C3.5 16.1642 3.83579 16.5 4.25 16.5H4.85999V18H4.25C3.00736 18 2 16.9926 2 15.75V15.17H3.5ZM4.85999 12.25H4.25C3.83579 12.25 3.5 12.5858 3.5 13V13.67H2V13C2 11.7574 3.00736 10.75 4.25 10.75H4.85999V12.25Z"/>
3
3
  </svg>
@@ -1,3 +1,3 @@
1
1
  <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.75C2 3.23122 3.23122 2 4.75 2H15.25C16.7688 2 18 3.23122 18 4.75V15.25C18 16.7688 16.7688 18 15.25 18H4.75C3.23122 18 2 16.7688 2 15.25V4.75ZM4.75 3.5C4.05964 3.5 3.5 4.05964 3.5 4.75V15.25C3.5 15.9404 4.05964 16.5 4.75 16.5H15.25C15.9404 16.5 16.5 15.9404 16.5 15.25V4.75C16.5 4.05964 15.9404 3.5 15.25 3.5H4.75ZM8.55542 6.65015C9.42227 5.7833 10.8277 5.7833 11.6946 6.65015L13.5999 8.55543C14.4667 9.42229 14.4667 10.8277 13.5999 11.6946L11.6946 13.5999C10.8277 14.4667 9.42227 14.4667 8.55542 13.5999L6.65013 11.6946C5.78328 10.8277 5.78328 9.42229 6.65013 8.55543L8.55542 6.65015ZM9.61608 7.71081C9.89714 7.42974 10.3528 7.42974 10.6339 7.71081L12.5392 9.61609C12.8203 9.89716 12.8203 10.3529 12.5392 10.6339L10.6339 12.5392C10.3528 12.8203 9.89714 12.8203 9.61608 12.5392L7.71079 10.6339C7.42972 10.3529 7.42972 9.89716 7.71079 9.61609L9.61608 7.71081Z" fill="black"/>
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.75C2 3.23122 3.23122 2 4.75 2H15.25C16.7688 2 18 3.23122 18 4.75V15.25C18 16.7688 16.7688 18 15.25 18H4.75C3.23122 18 2 16.7688 2 15.25V4.75ZM4.75 3.5C4.05964 3.5 3.5 4.05964 3.5 4.75V15.25C3.5 15.9404 4.05964 16.5 4.75 16.5H15.25C15.9404 16.5 16.5 15.9404 16.5 15.25V4.75C16.5 4.05964 15.9404 3.5 15.25 3.5H4.75ZM8.55542 6.65015C9.42227 5.7833 10.8277 5.7833 11.6946 6.65015L13.5999 8.55543C14.4667 9.42229 14.4667 10.8277 13.5999 11.6946L11.6946 13.5999C10.8277 14.4667 9.42227 14.4667 8.55542 13.5999L6.65013 11.6946C5.78328 10.8277 5.78328 9.42229 6.65013 8.55543L8.55542 6.65015ZM9.61608 7.71081C9.89714 7.42974 10.3528 7.42974 10.6339 7.71081L12.5392 9.61609C12.8203 9.89716 12.8203 10.3529 12.5392 10.6339L10.6339 12.5392C10.3528 12.8203 9.89714 12.8203 9.61608 12.5392L7.71079 10.6339C7.42972 10.3529 7.42972 9.89716 7.71079 9.61609L9.61608 7.71081Z"/>
3
3
  </svg>
@@ -1,3 +1,3 @@
1
1
  <svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M3.5 6.25C3.5 5.83579 3.83579 5.5 4.25 5.5H15.75C16.1642 5.5 16.5 5.83579 16.5 6.25V8.25C16.5 8.66421 16.8358 9 17.25 9C17.6642 9 18 8.66421 18 8.25V6.25C18 5.00736 16.9926 4 15.75 4H4.25C3.00736 4 2 5.00736 2 6.25V11.75C2 12.9926 3.00736 14 4.25 14H12C12.4142 14 12.75 13.6642 12.75 13.25C12.75 12.8358 12.4142 12.5 12 12.5H4.25C3.83579 12.5 3.5 12.1642 3.5 11.75V6.25ZM5.75 8.25C5.33579 8.25 5 8.58579 5 9C5 9.41421 5.33579 9.75 5.75 9.75H8.25C8.66421 9.75 9 9.41421 9 9C9 8.58579 8.66421 8.25 8.25 8.25H5.75ZM14.75 10.25C14.3358 10.25 14 10.5858 14 11C14 11.4142 14.3358 11.75 14.75 11.75H15.75V16.25H14.75C14.3358 16.25 14 16.5858 14 17C14 17.4142 14.3358 17.75 14.75 17.75H18.25C18.6642 17.75 19 17.4142 19 17C19 16.5858 18.6642 16.25 18.25 16.25H17.25V11.75H18.25C18.6642 11.75 19 11.4142 19 11C19 10.5858 18.6642 10.25 18.25 10.25H14.75Z" fill="black"/>
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M3.5 6.25C3.5 5.83579 3.83579 5.5 4.25 5.5H15.75C16.1642 5.5 16.5 5.83579 16.5 6.25V8.25C16.5 8.66421 16.8358 9 17.25 9C17.6642 9 18 8.66421 18 8.25V6.25C18 5.00736 16.9926 4 15.75 4H4.25C3.00736 4 2 5.00736 2 6.25V11.75C2 12.9926 3.00736 14 4.25 14H12C12.4142 14 12.75 13.6642 12.75 13.25C12.75 12.8358 12.4142 12.5 12 12.5H4.25C3.83579 12.5 3.5 12.1642 3.5 11.75V6.25ZM5.75 8.25C5.33579 8.25 5 8.58579 5 9C5 9.41421 5.33579 9.75 5.75 9.75H8.25C8.66421 9.75 9 9.41421 9 9C9 8.58579 8.66421 8.25 8.25 8.25H5.75ZM14.75 10.25C14.3358 10.25 14 10.5858 14 11C14 11.4142 14.3358 11.75 14.75 11.75H15.75V16.25H14.75C14.3358 16.25 14 16.5858 14 17C14 17.4142 14.3358 17.75 14.75 17.75H18.25C18.6642 17.75 19 17.4142 19 17C19 16.5858 18.6642 16.25 18.25 16.25H17.25V11.75H18.25C18.6642 11.75 19 11.4142 19 11C19 10.5858 18.6642 10.25 18.25 10.25H14.75Z"/>
3
3
  </svg>
@@ -0,0 +1,6 @@
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M13.9633 10.9027C14.8539 10.9028 15.7085 11.2564 16.3383 11.8861C16.9681 12.5159 17.3216 13.3705 17.3217 14.2611C17.3217 15.1517 16.968 16.0063 16.3383 16.6361C15.7085 17.2659 14.8539 17.6195 13.9633 17.6195C13.0726 17.6195 12.2181 17.2659 11.5883 16.6361C10.9585 16.0063 10.6049 15.1518 10.6049 14.2611C10.6049 13.3705 10.9585 12.5159 11.5883 11.8861C12.2181 11.2564 13.0727 10.9027 13.9633 10.9027Z" />
3
+ <path d="M8.02774 11.1576C8.12983 11.1576 8.23138 11.1779 8.32559 11.2172C8.41966 11.2565 8.50486 11.3146 8.57657 11.3871H8.56778C8.64011 11.4588 8.69748 11.5441 8.73672 11.6381C8.77604 11.7323 8.7963 11.8338 8.7963 11.9359C8.79625 12.0379 8.77597 12.1387 8.73672 12.2328C8.69742 12.327 8.64031 12.413 8.56778 12.4848L6.79044 14.2611L8.56778 16.0385C8.64012 16.1101 8.69747 16.1955 8.73672 16.2894C8.77604 16.3837 8.7963 16.4852 8.7963 16.5873C8.79627 16.6892 8.77596 16.7901 8.73672 16.8842C8.69744 16.9783 8.64027 17.0643 8.56778 17.1361C8.42312 17.2798 8.22678 17.3607 8.02286 17.3607C7.81906 17.3607 7.62351 17.2797 7.47891 17.1361L5.70157 15.3588L3.9252 17.1361C3.77966 17.2816 3.58218 17.3636 3.37637 17.3637C3.17058 17.3637 2.9731 17.2816 2.82755 17.1361C2.68202 16.9906 2.60005 16.7931 2.60001 16.5873C2.60001 16.3814 2.68199 16.184 2.82755 16.0385L4.60391 14.2611L2.82755 12.4848C2.68205 12.3393 2.6001 12.1417 2.60001 11.9359C2.60001 11.7301 2.68204 11.5327 2.82755 11.3871C2.97312 11.2415 3.1705 11.1596 3.37637 11.1596C3.58219 11.1596 3.77966 11.2416 3.9252 11.3871L5.70157 13.1635L7.47891 11.3871C7.55072 11.3145 7.63665 11.2565 7.73087 11.2172C7.82495 11.178 7.92581 11.1576 8.02774 11.1576Z" />
4
+ <path d="M6.99551 2.90272C8.19844 2.90285 8.8002 3.50435 8.8002 4.70741V7.29334C8.8002 8.49641 8.19844 9.0979 6.99551 9.09803H4.4086C3.20559 9.09794 2.60391 8.49645 2.60391 7.29334V4.70741C2.60391 3.5043 3.20559 2.90281 4.4086 2.90272H6.99551Z" />
5
+ <path d="M12.8471 3.10682C13.3123 2.29778 14.6143 2.29767 15.0795 3.10682L17.4242 7.16346C17.5394 7.35931 17.6 7.58273 17.6 7.80995C17.6 8.03722 17.5395 8.26057 17.4242 8.45643C17.1824 8.84713 16.7541 9.098 16.2982 9.09803H11.6186C11.1628 9.09797 10.7349 8.85634 10.5023 8.45643C10.387 8.26056 10.3266 8.03723 10.3266 7.80995C10.3266 7.58267 10.3871 7.35935 10.5023 7.16346L12.8471 3.10682Z" />
6
+ </svg>
@@ -1,5 +1,5 @@
1
1
  <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M4 5.5C4 4.67157 4.67157 4 5.5 4H9.5C10.3284 4 11 4.67157 11 5.5C11 6.32843 10.3284 7 9.5 7H5.5C4.67157 7 4 6.32843 4 5.5Z" fill="black"/>
3
- <path d="M4 14.5C4 13.6716 4.67157 13 5.5 13H11.5C12.3284 13 13 13.6716 13 14.5C13 15.3284 12.3284 16 11.5 16H5.5C4.67157 16 4 15.3284 4 14.5Z" fill="black"/>
4
- <path d="M4 10C4 9.17157 4.67157 8.5 5.5 8.5H14.5C15.3284 8.5 16 9.17157 16 10C16 10.8284 15.3284 11.5 14.5 11.5H5.5C4.67157 11.5 4 10.8284 4 10Z" fill="black"/>
2
+ <path d="M4 5.5C4 4.67157 4.67157 4 5.5 4H9.5C10.3284 4 11 4.67157 11 5.5C11 6.32843 10.3284 7 9.5 7H5.5C4.67157 7 4 6.32843 4 5.5Z"/>
3
+ <path d="M4 14.5C4 13.6716 4.67157 13 5.5 13H11.5C12.3284 13 13 13.6716 13 14.5C13 15.3284 12.3284 16 11.5 16H5.5C4.67157 16 4 15.3284 4 14.5Z"/>
4
+ <path d="M4 10C4 9.17157 4.67157 8.5 5.5 8.5H14.5C15.3284 8.5 16 9.17157 16 10C16 10.8284 15.3284 11.5 14.5 11.5H5.5C4.67157 11.5 4 10.8284 4 10Z"/>
5
5
  </svg>
@@ -1,3 +1,3 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M18.8917 14.5583L12.1833 2.89166C11.9665 2.50292 11.6498 2.17912 11.266 1.95372C10.8822 1.72831 10.4451 1.60947 10 1.60947C9.55489 1.60947 9.11785 1.72831 8.73402 1.95372C8.35019 2.17912 8.03351 2.50292 7.81668 2.89166L1.15001 14.5583C0.925677 14.9367 0.805132 15.3675 0.800551 15.8073C0.795969 16.2472 0.907512 16.6804 1.12392 17.0634C1.34032 17.4463 1.65393 17.7654 2.03308 17.9883C2.41223 18.2113 2.8435 18.3303 3.28335 18.3333H16.7167C17.1601 18.3377 17.5966 18.2241 17.9816 18.0041C18.3666 17.7841 18.6861 17.4657 18.9075 17.0815C19.1289 16.6973 19.244 16.2612 19.2413 15.8178C19.2385 15.3744 19.1178 14.9397 18.8917 14.5583ZM10 6.66666C9.779 6.66666 9.56704 6.75446 9.41076 6.91074C9.25448 7.06702 9.16668 7.27898 9.16668 7.49999V10.8333C9.16668 11.0543 9.25448 11.2663 9.41076 11.4226C9.56704 11.5789 9.779 11.6667 10 11.6667C10.221 11.6667 10.433 11.5789 10.5893 11.4226C10.7455 11.2663 10.8333 11.0543 10.8333 10.8333V7.49999C10.8333 7.27898 10.7455 7.06702 10.5893 6.91074C10.433 6.75446 10.221 6.66666 10 6.66666ZM9.53704 13.4738C9.67408 13.3822 9.8352 13.3333 10 13.3333C10.221 13.3333 10.433 13.4211 10.5893 13.5774C10.7455 13.7337 10.8333 13.9456 10.8333 14.1667C10.8333 14.3315 10.7845 14.4926 10.6929 14.6296C10.6013 14.7667 10.4712 14.8735 10.3189 14.9366C10.1666 14.9996 9.99909 15.0161 9.83744 14.984C9.67579 14.9518 9.5273 14.8725 9.41076 14.7559C9.29421 14.6394 9.21485 14.4909 9.18269 14.3292C9.15054 14.1676 9.16704 14 9.23011 13.8478C9.29319 13.6955 9.4 13.5653 9.53704 13.4738Z" fill="black"/>
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M18.8917 14.5583L12.1833 2.89166C11.9665 2.50292 11.6498 2.17912 11.266 1.95372C10.8822 1.72831 10.4451 1.60947 10 1.60947C9.55489 1.60947 9.11785 1.72831 8.73402 1.95372C8.35019 2.17912 8.03351 2.50292 7.81668 2.89166L1.15001 14.5583C0.925677 14.9367 0.805132 15.3675 0.800551 15.8073C0.795969 16.2472 0.907512 16.6804 1.12392 17.0634C1.34032 17.4463 1.65393 17.7654 2.03308 17.9883C2.41223 18.2113 2.8435 18.3303 3.28335 18.3333H16.7167C17.1601 18.3377 17.5966 18.2241 17.9816 18.0041C18.3666 17.7841 18.6861 17.4657 18.9075 17.0815C19.1289 16.6973 19.244 16.2612 19.2413 15.8178C19.2385 15.3744 19.1178 14.9397 18.8917 14.5583ZM10 6.66666C9.779 6.66666 9.56704 6.75446 9.41076 6.91074C9.25448 7.06702 9.16668 7.27898 9.16668 7.49999V10.8333C9.16668 11.0543 9.25448 11.2663 9.41076 11.4226C9.56704 11.5789 9.779 11.6667 10 11.6667C10.221 11.6667 10.433 11.5789 10.5893 11.4226C10.7455 11.2663 10.8333 11.0543 10.8333 10.8333V7.49999C10.8333 7.27898 10.7455 7.06702 10.5893 6.91074C10.433 6.75446 10.221 6.66666 10 6.66666ZM9.53704 13.4738C9.67408 13.3822 9.8352 13.3333 10 13.3333C10.221 13.3333 10.433 13.4211 10.5893 13.5774C10.7455 13.7337 10.8333 13.9456 10.8333 14.1667C10.8333 14.3315 10.7845 14.4926 10.6929 14.6296C10.6013 14.7667 10.4712 14.8735 10.3189 14.9366C10.1666 14.9996 9.99909 15.0161 9.83744 14.984C9.67579 14.9518 9.5273 14.8725 9.41076 14.7559C9.29421 14.6394 9.21485 14.4909 9.18269 14.3292C9.15054 14.1676 9.16704 14 9.23011 13.8478C9.29319 13.6955 9.4 13.5653 9.53704 13.4738Z"/>
3
3
  </svg>
@@ -3,7 +3,6 @@ import {noop} from "@fibery/helpers/src/_";
3
3
  import "photoswipe/style.css";
4
4
  import {createContext} from "@fibery/react/src/create-context";
5
5
  import {css} from "@linaria/core";
6
- /* eslint-disable max-lines */
7
6
  import PhotoSwipeLightbox, {type PhotoSwipeEventsMap, type PhotoSwipeOptions} from "photoswipe/lightbox";
8
7
  import type {PropsWithChildren} from "react";
9
8
  import {useCallback, useEffect, useMemo, useReducer, useRef, useState} from "react";
@@ -8,19 +8,21 @@ import {Button} from "../button/button";
8
8
  import {IconButton} from "../button/icon-button";
9
9
  import {copyUrlToClipboard} from "../copy-to-clipboard";
10
10
  import {space} from "../design-system";
11
+ import {canShareFile, shareFile} from "../file-item/share-file";
12
+ import ArrowBack from "../icons/react/arrow-back";
11
13
  import ArrowForward from "../icons/react/arrow-forward";
12
- import Back from "../icons/react/back";
13
14
  import Close from "../icons/react/close";
14
15
  import Link from "../icons/react/link";
15
16
  import LoupeZoomIn from "../icons/react/loupe-zoom-in";
16
17
  import LoupeZoomOut from "../icons/react/loupe-zoom-out";
17
- import RicheditorOpenLink from "../icons/react/richeditor-open-link";
18
+ import RicheditorOpenLink from "../icons/react/open-link";
19
+ import Share from "../icons/react/share";
18
20
  import {safeAreaInsetRightVar, safeAreaInsetTopVar} from "../mobile-styles";
19
21
  import {ThemeProvider} from "../theme-provider";
20
22
  import type {ThemeMode} from "../theme-settings";
21
23
  import {ToastProvider, useToast} from "../toast/toast-provider";
22
24
  import type {ToastQueue} from "../toast/toast-queue";
23
- import {useIsPhone} from "../use-is-phone";
25
+ import {isPhoneApp, isPhoneMode} from "../use-is-phone";
24
26
 
25
27
  const barClassName = css`
26
28
  position: absolute;
@@ -78,7 +80,7 @@ export function SlideButtons({
78
80
  };
79
81
  }, [items, pswp]);
80
82
 
81
- const isPhone = useIsPhone();
83
+ const isPhone = isPhoneMode();
82
84
 
83
85
  return (
84
86
  <ToastProvider toastQueue={toastQueue}>
@@ -90,17 +92,23 @@ export function SlideButtons({
90
92
  {slideState.actions ? (
91
93
  <SlideActionsMenu actions={slideState.actions} uiHandlers={uiHandlers} />
92
94
  ) : slideState.src ? (
93
- <IconButton
94
- size={isPhone ? "large" : "medium"}
95
- color="neutral"
96
- variant="soft"
97
- onClick={() => {
98
- window.open(slideState.src, "_blank");
99
- uiHandlers.showUI();
100
- }}
101
- >
102
- <RicheditorOpenLink />
103
- </IconButton>
95
+ isPhoneApp() ? (
96
+ canShareFile() ? (
97
+ <ShareButton pswp={pswp} showUI={uiHandlers.showUI} />
98
+ ) : null
99
+ ) : (
100
+ <IconButton
101
+ size={isPhone ? "large" : "medium"}
102
+ color="neutral"
103
+ variant="soft"
104
+ onClick={() => {
105
+ window.open(slideState.src, "_blank");
106
+ uiHandlers.showUI();
107
+ }}
108
+ >
109
+ <RicheditorOpenLink />
110
+ </IconButton>
111
+ )
104
112
  ) : null}
105
113
 
106
114
  <IconButton
@@ -126,7 +134,7 @@ export function SlideButtons({
126
134
  color="neutral"
127
135
  variant="soft"
128
136
  >
129
- <Back />
137
+ <ArrowBack />
130
138
  </IconButton>
131
139
  </div>
132
140
  <div className="pswp__button--arrow--next pswp__button--arrow">
@@ -157,7 +165,7 @@ function SlideActionsMenu({
157
165
  uiHandlers: {showUI: () => void; setForceShowUI: (value: boolean) => void};
158
166
  }) {
159
167
  const [container, setContainer] = useState<HTMLDivElement | null>();
160
- const isPhone = useIsPhone();
168
+ const isPhone = isPhoneMode();
161
169
  return (
162
170
  <div>
163
171
  <ActionsMenu
@@ -178,10 +186,35 @@ function SlideActionsMenu({
178
186
  );
179
187
  }
180
188
 
189
+ function ShareButton({pswp, showUI}: {pswp: PhotoSwipe; showUI: () => void}) {
190
+ const toast = useToast();
191
+ const isPhone = isPhoneMode();
192
+ return (
193
+ <IconButton
194
+ size={isPhone ? "large" : "medium"}
195
+ color="neutral"
196
+ variant="soft"
197
+ onClick={() => {
198
+ showUI();
199
+ const src = pswp.currSlide?.data.src;
200
+ if (!src) {
201
+ toast.error({title: "Unable to share file"});
202
+ return;
203
+ }
204
+ shareFile(src, pswp.currSlide?.data.label, {toast}).catch((error) =>
205
+ toast.error({title: "Unable to share file", subTitle: error.message})
206
+ );
207
+ }}
208
+ >
209
+ <Share />
210
+ </IconButton>
211
+ );
212
+ }
213
+
181
214
  function ZoomButton({pswp, showUI}: {pswp: PhotoSwipe; showUI: () => void}) {
182
215
  const [zoomed, setZoomed] = useState(false);
183
216
  const [isVisible, setIsVisible] = useState(false);
184
- const isPhone = useIsPhone();
217
+ const isPhone = isPhoneMode();
185
218
 
186
219
  useEffect(() => {
187
220
  if (!pswp) {
@@ -231,7 +264,7 @@ function ZoomButton({pswp, showUI}: {pswp: PhotoSwipe; showUI: () => void}) {
231
264
 
232
265
  function CopyURLButton({pswp, showUI}: {pswp: PhotoSwipe; showUI: () => void}) {
233
266
  const toast = useToast();
234
- const isPhone = useIsPhone();
267
+ const isPhone = isPhoneMode();
235
268
  return (
236
269
  <Button
237
270
  onClick={() => {
@@ -3,9 +3,6 @@ import type {$TSFixMe} from "./tsfixme";
3
3
 
4
4
  const selectors = [
5
5
  ".vzdrp-popover",
6
- ".prosemirror-popover",
7
- ".ant-modal-wrap",
8
- ".ant-dropdown",
9
6
  ".react-select-menu",
10
7
  "[data-radix-popper-content-wrapper]",
11
8
  `.${basicPopupContainerClassName}`,
@@ -3,7 +3,7 @@ import {css} from "@linaria/core";
3
3
  import {styled} from "@linaria/react";
4
4
  import cn from "classnames";
5
5
  import type {ComponentType, ReactNode} from "react";
6
- import {memo, useRef} from "react";
6
+ import {memo, useState} from "react";
7
7
 
8
8
  import {space, themeVars} from "./design-system";
9
9
 
@@ -124,11 +124,11 @@ export const LoadingSausage = memo(function LoadingSausage({
124
124
  margins = true,
125
125
  animateAppearance = false,
126
126
  }: LoadingSausageProps): JSX.Element {
127
- const widthRef = useRef(getRandomInt(minWidth, maxWidth, index));
127
+ const [width] = useState(() => getRandomInt(minWidth, maxWidth, index));
128
128
  return (
129
129
  <Container
130
130
  height={height}
131
- style={{width: widthRef.current, height}}
131
+ style={{width, height}}
132
132
  className={cn(
133
133
  loadingSausageStyle,
134
134
  inverted ? light : dark,
@@ -0,0 +1,104 @@
1
+ import {stopPropagation} from "@fibery/react/src/stop-propagation";
2
+ import {css} from "@linaria/core";
3
+ import cx from "classnames";
4
+ import type {ReactElement, ReactNode, Ref} from "react";
5
+ import {Drawer} from "vaul";
6
+
7
+ import {IconButton} from "./button/icon-button";
8
+ import {border, space, textClasses, themeVars} from "./design-system";
9
+ import CloseIcon from "./icons/react/close";
10
+ import {safeAreaInsetBottomVar, safeAreaInsetTopVar} from "./mobile-styles";
11
+ import {ThemeProvider} from "./theme-provider";
12
+
13
+ const overlayClassName = css`
14
+ position: fixed;
15
+ inset: 0;
16
+ z-index: 1002;
17
+ background: ${themeVars.modalBg};
18
+ `;
19
+
20
+ const contentClassName = css`
21
+ position: fixed;
22
+ left: 0;
23
+ right: 0;
24
+ bottom: 0;
25
+ z-index: 1002;
26
+ display: grid;
27
+ grid-template-rows: auto 60px 1fr;
28
+ height: calc(100% - var(${safeAreaInsetTopVar}) - ${space.s24}px);
29
+ background: ${themeVars.actionMenuBg};
30
+ border-top-left-radius: ${border.radius6}px;
31
+ border-top-right-radius: ${border.radius6}px;
32
+ `;
33
+
34
+ const handleClassName = css`
35
+ margin: ${space.s8}px auto 0;
36
+ width: 36px;
37
+ height: 4px;
38
+ border-radius: 2px;
39
+ background: ${themeVars.borderSeparator};
40
+ `;
41
+
42
+ const headerClassName = css`
43
+ display: flex;
44
+ align-items: center;
45
+ gap: ${space.s8}px;
46
+ padding: ${space.s8}px ${space.s8}px ${space.s8}px ${space.s20}px;
47
+ min-width: 0;
48
+ `;
49
+
50
+ const titleClassName = css`
51
+ flex: 1;
52
+ min-width: 0;
53
+ overflow: hidden;
54
+ text-overflow: ellipsis;
55
+ white-space: nowrap;
56
+ `;
57
+
58
+ const bodyClassName = css`
59
+ border-top: ${themeVars.borderSeparatorDimmed};
60
+ min-width: 0;
61
+ overflow-y: auto;
62
+ padding-bottom: var(${safeAreaInsetBottomVar});
63
+ `;
64
+
65
+ export function MobileDrawer({
66
+ open,
67
+ onOpenChange,
68
+ title,
69
+ trigger,
70
+ triggerRef,
71
+ children,
72
+ }: {
73
+ open: boolean;
74
+ onOpenChange: (open: boolean) => void;
75
+ title: string;
76
+ trigger?: ReactElement;
77
+ triggerRef?: Ref<HTMLDivElement>;
78
+ children: ReactNode;
79
+ }) {
80
+ return (
81
+ <Drawer.Root open={open} onOpenChange={onOpenChange} noBodyStyles>
82
+ {trigger ? (
83
+ <Drawer.Trigger asChild ref={triggerRef as Ref<HTMLButtonElement>}>
84
+ {trigger}
85
+ </Drawer.Trigger>
86
+ ) : null}
87
+ <Drawer.Portal>
88
+ <Drawer.Overlay className={overlayClassName} />
89
+ <Drawer.Content className={contentClassName} onClick={stopPropagation}>
90
+ <ThemeProvider portal>
91
+ <Drawer.Handle className={handleClassName} />
92
+ <div className={headerClassName}>
93
+ <Drawer.Title className={cx(textClasses.heading3, titleClassName)}>{title}</Drawer.Title>
94
+ <IconButton onClick={() => onOpenChange(false)} size="xLarge">
95
+ <CloseIcon />
96
+ </IconButton>
97
+ </div>
98
+ <div className={bodyClassName}>{children}</div>
99
+ </ThemeProvider>
100
+ </Drawer.Content>
101
+ </Drawer.Portal>
102
+ </Drawer.Root>
103
+ );
104
+ }
@@ -12,7 +12,7 @@ export type NumberInputProps = {
12
12
  onChange?: (value: string | null) => void;
13
13
  } & Pick<
14
14
  React.ComponentProps<"input">,
15
- "className" | "autoFocus" | "placeholder" | "style" | "disabled" | "onFocus" | "onBlur" | "onKeyDown"
15
+ "className" | "autoFocus" | "placeholder" | "style" | "disabled" | "name" | "onFocus" | "onBlur" | "onKeyDown"
16
16
  > & {
17
17
  // TODO: coming from and, get rid of it after migrating from ant
18
18
  wrapClassName?: string;
@@ -15,7 +15,7 @@ export const common: ThemePaletteBase = {
15
15
  // its Lc target is re-checked.
16
16
  bg: [
17
17
  {swatchAlpha: 0.15, minC: 0.02, surfaceLc: 4, colorCodingLc: 4},
18
- {swatchAlpha: 0.3, minC: 0.025, surfaceLc: 2, colorCodingLc: 2},
18
+ {swatchAlpha: 0.3, minC: 0.025, surfaceLc: -2, colorCodingLc: -2},
19
19
  ],
20
20
  // Swatch's share in fg = mixSrgb(textColor, swatch, swatchAlpha).
21
21
  fg: {swatchAlpha: 0.4},
@@ -34,11 +34,11 @@ export const common: ThemePaletteBase = {
34
34
  },
35
35
  bg: [
36
36
  {c: 0.065, Lc: 8},
37
- {c: 0.065, Lc: 8},
37
+ {c: 0.065, Lc: -8},
38
38
  ],
39
39
  fg: [
40
40
  {c: 0.25, Lc: 65},
41
- {c: 0.12, Lc: 65},
41
+ {c: 0.12, Lc: -65},
42
42
  ],
43
43
  overrides: {
44
44
  grey: {
@@ -8,15 +8,18 @@ import {join} from "node:path";
8
8
 
9
9
  import {
10
10
  computeColorReport,
11
+ estimateConsoleTableWidth,
11
12
  extractColorOrThrow,
12
13
  extractLcLabel,
14
+ fitColorReportToColumns,
13
15
  findTestAnchor,
14
16
  readSnapshotBaseline,
17
+ renderLc,
15
18
  swatch,
16
19
  withColorDiff,
17
20
  } from "./diff-colors";
18
21
 
19
- // oxlint-disable-next-line no-control-regex
22
+ // eslint-disable-next-line no-control-regex
20
23
  const stripAnsi = (s: string) => s.replace(/\x1b\[[0-9;]*m/g, "");
21
24
 
22
25
  describe("extractColorOrThrow", () => {
@@ -57,6 +60,28 @@ describe("extractColorOrThrow", () => {
57
60
  });
58
61
  });
59
62
 
63
+ describe("renderLc", () => {
64
+ test("formats negative Lc without duplicate minus", () => {
65
+ expect(renderLc(-36.94)).toBe("Lc-36.9");
66
+ });
67
+
68
+ test("formats Lc below 10 with two fractional digits", () => {
69
+ expect(renderLc(4.24)).toBe("Lc+4.24");
70
+ });
71
+
72
+ test("formats Lc below 100 with one fractional digit", () => {
73
+ expect(renderLc(83.36)).toBe("Lc+83.4");
74
+ });
75
+
76
+ test("formats Lc from 100 without fractional digits", () => {
77
+ expect(renderLc(105.7)).toBe("Lc+106");
78
+ });
79
+
80
+ test("formats zero Lc with fixed width", () => {
81
+ expect(renderLc(0)).toBe("Lc=0.00");
82
+ });
83
+ });
84
+
60
85
  describe("extractLcLabel", () => {
61
86
  test("single bgLc=N; prefix", () => {
62
87
  expect(extractLcLabel("bgLc=6; #3F3B3A | hsl( 12 4% 24%) | oklch(0.36 0.01 34 )"))
@@ -92,6 +117,30 @@ describe("extractLcLabel", () => {
92
117
  test("missing semicolon stops parsing", () => {
93
118
  expect(extractLcLabel("bgLc=6 #3F3B3A")).toEqual({});
94
119
  });
120
+
121
+ test("Lc suffix parses contrast and reference label", () => {
122
+ expect(extractLcLabel("#D9D9D9 | hsl(...) | oklch(...) | Lc+19.9 over #FFFFFF panelBg")).toMatchInlineSnapshot(`
123
+ {
124
+ "contrast": "panelBg+19.9",
125
+ }
126
+ `);
127
+ });
128
+
129
+ test("Lc suffix falls back to reference color when label is missing", () => {
130
+ expect(extractLcLabel("#D9D9D9 | hsl(...) | oklch(...) | Lc-2.00 over #171717")).toMatchInlineSnapshot(`
131
+ {
132
+ "contrast": "#171717-2.00",
133
+ }
134
+ `);
135
+ });
136
+
137
+ test("Lc suffix still parses previous vs spelling", () => {
138
+ expect(extractLcLabel("#D9D9D9 | hsl(...) | oklch(...) | Lc+19.9 vs #FFFFFF panelBg")).toMatchInlineSnapshot(`
139
+ {
140
+ "contrast": "panelBg+19.9",
141
+ }
142
+ `);
143
+ });
95
144
  });
96
145
 
97
146
  describe("swatch", () => {
@@ -132,6 +181,20 @@ describe("computeColorReport", () => {
132
181
  expect(read(row.apca)).toBe("42");
133
182
  });
134
183
 
184
+ test("Lc suffix produces a diffable over column", () => {
185
+ const report = computeColorReport(
186
+ {a: "#574226 | hsl(...) | oklch(...) | Lc-7.30 over #171717 panelBg"},
187
+ {a: "#574226 | hsl(...) | oklch(...) | Lc-31.2 over #FBA32F card"}
188
+ );
189
+ expect(report.length).toBe(1);
190
+ const row = report[0] as Record<string, {[k: symbol]: () => string}>;
191
+ const read = (col: object) =>
192
+ Object.getOwnPropertySymbols(col)
193
+ .map((s) => (col as Record<symbol, () => string>)[s]())
194
+ .join("");
195
+ expect(read(row.contrast)).toBe("card-31.2→panelBg-7.30");
196
+ });
197
+
135
198
  test("'none' values are skipped", () => {
136
199
  const consoleErr = vi.spyOn(console, "error").mockImplementation(() => {});
137
200
  expect(computeColorReport({a: "none"}, {a: "#ff0000"})).toEqual([]);
@@ -248,6 +311,77 @@ describe("computeColorReport", () => {
248
311
  });
249
312
  });
250
313
 
314
+ describe("fitColorReportToColumns", () => {
315
+ const row = {
316
+ path: "swatches[14] aka Swatch.Yellow.bg",
317
+ diff: "#574226 #574226",
318
+ light: " 0.000 =",
319
+ chroma: " 0.000 =",
320
+ "hue°": " 0.000 =",
321
+ "L×C×H": " 0.000 =",
322
+ "H×C": " 0.000 =",
323
+ HyAB: " 0.000 =",
324
+ CIEDE2000: " 0.000 =",
325
+ contrast: "pek+32.1→card+12.1",
326
+ };
327
+ const rows = [row];
328
+ const omit = (...columns: string[]) => {
329
+ const hidden = new Set(columns);
330
+ return [Object.fromEntries(Object.entries(row).filter(([key]) => !hidden.has(key)))];
331
+ };
332
+ const keys = (value: readonly object[]) => Object.keys(value[0] ?? {});
333
+
334
+ test("does nothing without numeric stdout width", () => {
335
+ expect(fitColorReportToColumns(rows, 0)).toBe(rows);
336
+ });
337
+
338
+ test("keeps all columns when they already fit", () => {
339
+ expect(fitColorReportToColumns(rows, estimateConsoleTableWidth(rows))).toBe(rows);
340
+ });
341
+
342
+ test("cuts L×C×H, H×C, and HyAB first", () => {
343
+ const fitted = fitColorReportToColumns(rows, estimateConsoleTableWidth(omit("L×C×H", "H×C", "HyAB")));
344
+ expect(keys(fitted)).not.toEqual(expect.arrayContaining(["L×C×H", "H×C", "HyAB"]));
345
+ expect(keys(fitted)).toEqual(expect.arrayContaining(["light", "chroma", "hue°", "contrast", "CIEDE2000"]));
346
+ });
347
+
348
+ test("cuts light, chroma, and hue after perceptual helper metrics", () => {
349
+ const fitted = fitColorReportToColumns(
350
+ rows,
351
+ estimateConsoleTableWidth(omit("L×C×H", "H×C", "HyAB", "light", "chroma", "hue°"))
352
+ );
353
+ expect(keys(fitted)).not.toEqual(expect.arrayContaining(["L×C×H", "H×C", "HyAB", "light", "chroma", "hue°"]));
354
+ expect(keys(fitted)).toEqual(expect.arrayContaining(["contrast", "CIEDE2000"]));
355
+ });
356
+
357
+ test("cuts CIEDE2000 after the metric groups", () => {
358
+ const fitted = fitColorReportToColumns(
359
+ rows,
360
+ estimateConsoleTableWidth(omit("L×C×H", "H×C", "HyAB", "light", "chroma", "hue°", "CIEDE2000"))
361
+ );
362
+ expect(keys(fitted)).not.toEqual(
363
+ expect.arrayContaining(["L×C×H", "H×C", "HyAB", "light", "chroma", "hue°", "CIEDE2000"])
364
+ );
365
+ expect(keys(fitted)).toEqual(expect.arrayContaining(["contrast"]));
366
+ });
367
+
368
+ test("cuts contrast last", () => {
369
+ const fitted = fitColorReportToColumns(
370
+ rows,
371
+ estimateConsoleTableWidth(omit("L×C×H", "H×C", "HyAB", "light", "chroma", "hue°", "contrast", "CIEDE2000"))
372
+ );
373
+ expect(keys(fitted)).not.toEqual(
374
+ expect.arrayContaining(["L×C×H", "H×C", "HyAB", "light", "chroma", "hue°", "contrast", "CIEDE2000"])
375
+ );
376
+ expect(keys(fitted)).toEqual(["path", "diff"]);
377
+ });
378
+
379
+ test("leaves the full table when no cut can fit the width", () => {
380
+ const minimum = omit("L×C×H", "H×C", "HyAB", "light", "chroma", "hue°", "contrast", "CIEDE2000");
381
+ expect(fitColorReportToColumns(rows, estimateConsoleTableWidth(minimum) - 1)).toBe(rows);
382
+ });
383
+ });
384
+
251
385
  describe("findTestAnchor", () => {
252
386
  test("top-level test", () => {
253
387
  const src = `test("foo", () => { expect(1).toBe(1); });\n`;