@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
@@ -1,4 +1,3 @@
1
- /* eslint-disable max-lines */
2
1
  import {test, expect} from "vitest";
3
2
 
4
3
  import {withColorDiff} from "./diff-colors";
@@ -10,219 +9,219 @@ test("snapshot", () => {
10
9
  {
11
10
  "_.canvas.backgrounds[ 0]": [
12
11
  "#211C1C | hsl( 0 8% 12%) | oklch(0.23 0.01 18 )",
13
- "#FDFDFD | hsl(none 0% 99%) | oklch(0.99 0 none)",
12
+ "#D5CFCF | hsl( 0 7% 82%) | oklch(0.86 0.01 17 )",
14
13
  ],
15
14
  "_.canvas.backgrounds[ 1]": [
16
15
  "#7A8086 | hsl( 210 5% 50%) | oklch(0.6 0.01 248 )",
17
- "#AEB0B3 | hsl( 216 3% 69%) | oklch(0.76 0 258 )",
16
+ "#898F94 | hsl( 207 5% 56%) | oklch(0.65 0.01 243 )",
18
17
  ],
19
18
  "_.canvas.backgrounds[ 2]": [
20
19
  "#D65A3B | hsl( 12 65% 54%) | oklch(0.62 0.16 35 )",
21
- "#AD5B42 | hsl( 14 45% 47%) | oklch(0.56 0.11 38 )",
20
+ "#E67C62 | hsl( 12 73% 64%) | oklch(0.7 0.14 35 )",
22
21
  ],
23
22
  "_.canvas.backgrounds[ 3]": [
24
23
  "#EFAD42 | hsl( 37 84% 60%) | oklch(0.79 0.14 76 )",
25
- "#D4A25C | hsl( 35 58% 60%) | oklch(0.74 0.11 74 )",
24
+ "#895817 | hsl( 34 71% 31%) | oklch(0.5 0.1 68 )",
26
25
  ],
27
26
  "_.canvas.backgrounds[ 4]": [
28
27
  "#F4CE4A | hsl( 47 89% 62%) | oklch(0.86 0.15 93 )",
29
- "#DCC56D | hsl( 48 61% 65%) | oklch(0.82 0.11 95 )",
28
+ "#594811 | hsl( 46 68% 21%) | oklch(0.41 0.07 91 )",
30
29
  ],
31
30
  "_.canvas.backgrounds[ 5]": [
32
31
  "#49A75E | hsl( 133 39% 47%) | oklch(0.65 0.14 149 )",
33
- "#5E885F | hsl( 121 18% 45%) | oklch(0.58 0.08 145 )",
32
+ "#419454 | hsl( 134 39% 42%) | oklch(0.6 0.13 149 )",
34
33
  ],
35
34
  "_.canvas.backgrounds[ 6]": [
36
35
  "#5E98E7 | hsl( 215 74% 64%) | oklch(0.67 0.13 257 )",
37
- "#668CCC | hsl( 218 50% 60%) | oklch(0.64 0.11 260 )",
36
+ "#5A8FD5 | hsl( 214 59% 59%) | oklch(0.64 0.12 256 )",
38
37
  ],
39
38
  "_.canvas.backgrounds[ 7]": [
40
39
  "#9552E9 | hsl( 267 77% 62%) | oklch(0.59 0.22 300 )",
41
- "#7649CE | hsl( 260 58% 55%) | oklch(0.53 0.2 294 )",
40
+ "#B087ED | hsl( 264 74% 73%) | oklch(0.7 0.15 301 )",
42
41
  ],
43
42
  "_.canvas.backgrounds[ 8]": [
44
43
  "#F491D7 | hsl( 318 82% 76%) | oklch(0.78 0.15 339 )",
45
- "#C67AB1 | hsl( 317 40% 63%) | oklch(0.68 0.12 338 )",
44
+ "#AB5794 | hsl( 316 33% 51%) | oklch(0.58 0.13 339 )",
46
45
  ],
47
46
  "_.canvas.backgrounds[ 9]": [
48
47
  "#FDFDFD | hsl(none 0% 99%) | oklch(0.99 0 none)",
49
- "#211C1C | hsl( 0 8% 12%) | oklch(0.23 0.01 18 )",
48
+ "#171212 | hsl( 0 12% 8%) | oklch(0.19 0.01 18 )",
50
49
  ],
51
50
  "_.canvas.backgrounds[10]": [
52
51
  "#CFD3D7 | hsl( 210 9% 83%) | oklch(0.86 0.01 248 )",
53
- "#DFE6EC | hsl( 208 25% 90%) | oklch(0.92 0.01 244 )",
52
+ "#44474A | hsl( 210 4% 28%) | oklch(0.4 0.01 248 )",
54
53
  ],
55
54
  "_.canvas.backgrounds[11]": [
56
55
  "#E6E9EB | hsl( 204 11% 91%) | oklch(0.93 0 237 )",
57
- "#F2F3F5 | hsl( 220 13% 95%) | oklch(0.96 0 265 )",
56
+ "#272728 | hsl( 240 1% 15%) | oklch(0.27 0 286 )",
58
57
  ],
59
58
  "_.canvas.backgrounds[12]": [
60
59
  "#F8C6C2 | hsl( 4 79% 87%) | oklch(0.87 0.06 24 )",
61
- "#F0D7D3 | hsl( 8 49% 88%) | oklch(0.9 0.03 29 )",
60
+ "#58302D | hsl( 4 32% 26%) | oklch(0.36 0.06 25 )",
62
61
  ],
63
62
  "_.canvas.backgrounds[13]": [
64
63
  "#F7D29F | hsl( 35 85% 80%) | oklch(0.88 0.08 75 )",
65
- "#F4E0CD | hsl( 29 64% 88%) | oklch(0.92 0.03 66 )",
64
+ "#4E3408 | hsl( 38 81% 17%) | oklch(0.35 0.07 75 )",
66
65
  ],
67
66
  "_.canvas.backgrounds[14]": [
68
67
  "#FDE8A5 | hsl( 46 96% 82%) | oklch(0.93 0.09 93 )",
69
- "#F1E7B1 | hsl( 51 70% 82%) | oklch(0.92 0.07 99 )",
68
+ "#332906 | hsl( 47 79% 11%) | oklch(0.28 0.05 93 )",
70
69
  ],
71
70
  "_.canvas.backgrounds[15]": [
72
71
  "#B3F2C5 | hsl( 137 71% 83%) | oklch(0.91 0.09 153 )",
73
- "#CFEFDC | hsl( 144 50% 87%) | oklch(0.92 0.04 159 )",
72
+ "#0F391B | hsl( 137 58% 14%) | oklch(0.31 0.07 150 )",
74
73
  ],
75
74
  "_.canvas.backgrounds[16]": [
76
75
  "#C4E5FF | hsl( 206 100% 88%) | oklch(0.91 0.05 242 )",
77
- "#D5E0F9 | hsl( 222 75% 91%) | oklch(0.91 0.04 267 )",
76
+ "#1A364B | hsl( 206 49% 20%) | oklch(0.32 0.05 243 )",
78
77
  ],
79
78
  "_.canvas.backgrounds[17]": [
80
79
  "#E4CEFC | hsl( 269 88% 90%) | oklch(0.88 0.07 307 )",
81
- "#DCD7F4 | hsl( 250 57% 90%) | oklch(0.89 0.04 293 )",
80
+ "#433056 | hsl( 270 28% 26%) | oklch(0.35 0.07 306 )",
82
81
  ],
83
82
  "_.canvas.backgrounds[18]": [
84
83
  "#FFD9F3 | hsl( 319 100% 93%) | oklch(0.92 0.05 338 )",
85
- "#F0D6EA | hsl( 314 46% 89%) | oklch(0.9 0.04 334 )",
84
+ "#42253B | hsl( 314 28% 20%) | oklch(0.31 0.06 336 )",
86
85
  ],
87
86
  "_.canvas.sections[ 0]": [
88
87
  "#DEDADA | hsl( 0 6% 86%) | oklch(0.89 0 17 )",
89
- "#312C2C | hsl( 0 5% 18%) | oklch(0.3 0.01 18 )",
88
+ "#322D2D | hsl( 0 5% 19%) | oklch(0.3 0.01 18 )",
90
89
  ],
91
90
  "_.canvas.sections[ 1]": [
92
91
  "#EAE9E9 | hsl( 0 2% 92%) | oklch(0.93 0 17 )",
93
- "#3E3838 | hsl( 0 5% 23%) | oklch(0.35 0.01 18 )",
92
+ "#272222 | hsl( 0 7% 14%) | oklch(0.26 0.01 18 )",
94
93
  ],
95
94
  "_.canvas.sections[ 2]": [
96
95
  "#FEE1E0 | hsl( 2 94% 94%) | oklch(0.93 0.03 20 )",
97
- "#834D4B | hsl( 2 27% 40%) | oklch(0.48 0.07 22 )",
96
+ "#362120 | hsl( 3 26% 17%) | oklch(0.27 0.03 22 )",
98
97
  ],
99
98
  "_.canvas.sections[ 3]": [
100
99
  "#FEEAD6 | hsl( 30 95% 92%) | oklch(0.95 0.03 67 )",
101
- "#886C4B | hsl( 32 29% 41%) | oklch(0.55 0.06 71 )",
100
+ "#2E200F | hsl( 33 51% 12%) | oklch(0.26 0.04 70 )",
102
101
  ],
103
102
  "_.canvas.sections[ 4]": [
104
103
  "#FFF3D6 | hsl( 42 100% 92%) | oklch(0.97 0.04 88 )",
105
- "#887D4E | hsl( 49 27% 42%) | oklch(0.59 0.07 97 )",
104
+ "#231C05 | hsl( 46 75% 8%) | oklch(0.23 0.04 93 )",
106
105
  ],
107
106
  "_.canvas.sections[ 5]": [
108
107
  "#DDF8E2 | hsl( 131 66% 92%) | oklch(0.95 0.04 151 )",
109
- "#538860 | hsl( 135 24% 43%) | oklch(0.58 0.08 151 )",
108
+ "#102414 | hsl( 132 38% 10%) | oklch(0.24 0.04 149 )",
110
109
  ],
111
110
  "_.canvas.sections[ 6]": [
112
111
  "#DDF1FF | hsl( 205 100% 93%) | oklch(0.95 0.03 238 )",
113
- "#516786 | hsl( 215 25% 42%) | oklch(0.51 0.06 257 )",
112
+ "#162631 | hsl( 204 38% 14%) | oklch(0.26 0.03 239 )",
114
113
  ],
115
114
  "_.canvas.sections[ 7]": [
116
115
  "#EAE1FE | hsl( 259 94% 94%) | oklch(0.93 0.04 300 )",
117
- "#594983 | hsl( 257 28% 40%) | oklch(0.45 0.09 295 )",
116
+ "#2D253B | hsl( 262 23% 19%) | oklch(0.28 0.04 301 )",
118
117
  ],
119
118
  "_.canvas.sections[ 8]": [
120
119
  "#FFD8F2 | hsl( 320 100% 92%) | oklch(0.92 0.05 338 )",
121
- "#864F73 | hsl( 321 26% 42%) | oklch(0.5 0.09 341 )",
120
+ "#43263B | hsl( 317 28% 21%) | oklch(0.31 0.05 338 )",
122
121
  ],
123
122
  "_.canvas.sections[ 9]": [
124
123
  "#FFFFFF | hsl(none 0% 100%) | oklch(1 0 none)",
125
- "#FFFFFF | hsl(none 0% 100%) | oklch(1 0 none)",
124
+ "#151010 | hsl( 0 14% 7%) | oklch(0.18 0.01 18 )",
126
125
  ],
127
126
  "_.canvas.sections[10]": [
128
127
  "#F4F4F4 | hsl(none 0% 96%) | oklch(0.97 0 none)",
129
- "#383332 | hsl( 10 6% 21%) | oklch(0.33 0.01 31 )",
128
+ "#1E1919 | hsl( 0 9% 11%) | oklch(0.22 0.01 18 )",
130
129
  ],
131
130
  "_.canvas.sections[11]": [
132
131
  "#F9F9F9 | hsl(none 0% 98%) | oklch(0.98 0 none)",
133
- "#4F4949 | hsl( 0 4% 30%) | oklch(0.41 0.01 17 )",
132
+ "#1A1515 | hsl( 0 11% 9%) | oklch(0.2 0.01 18 )",
134
133
  ],
135
134
  "_.canvas.sections[12]": [
136
135
  "#FFF5F5 | hsl( 0 100% 98%) | oklch(0.98 0.01 17 )",
137
- "#583632 | hsl( 6 28% 27%) | oklch(0.37 0.05 27 )",
136
+ "#1B1717 | hsl( 0 8% 10%) | oklch(0.21 0.01 18 )",
138
137
  ],
139
138
  "_.canvas.sections[13]": [
140
139
  "#FFF7F0 | hsl( 28 100% 97%) | oklch(0.98 0.01 64 )",
141
- "#513C2B | hsl( 27 31% 24%) | oklch(0.37 0.04 60 )",
140
+ "#1B1713 | hsl( 30 17% 9%) | oklch(0.21 0.01 67 )",
142
141
  ],
143
142
  "_.canvas.sections[14]": [
144
143
  "#FFFBF0 | hsl( 44 100% 97%) | oklch(0.99 0.02 90 )",
145
- "#534D30 | hsl( 50 27% 26%) | oklch(0.42 0.04 98 )",
144
+ "#17150F | hsl( 45 21% 7%) | oklch(0.2 0.01 92 )",
146
145
  ],
147
146
  "_.canvas.sections[15]": [
148
147
  "#EBFFEE | hsl( 129 100% 96%) | oklch(0.98 0.03 150 )",
149
- "#26442F | hsl( 138 28% 21%) | oklch(0.36 0.05 153 )",
148
+ "#0B1A0E | hsl( 132 41% 7%) | oklch(0.2 0.03 149 )",
150
149
  ],
151
150
  "_.canvas.sections[16]": [
152
151
  "#F5FBFF | hsl( 204 100% 98%) | oklch(0.98 0.01 237 )",
153
- "#464E5B | hsl( 217 13% 32%) | oklch(0.42 0.02 260 )",
152
+ "#16181A | hsl( 210 8% 9%) | oklch(0.21 0.01 248 )",
154
153
  ],
155
154
  "_.canvas.sections[17]": [
156
155
  "#F8F5FF | hsl( 258 100% 98%) | oklch(0.98 0.01 300 )",
157
- "#3F3B4A | hsl( 256 11% 26%) | oklch(0.36 0.03 297 )",
156
+ "#1A181E | hsl( 260 11% 11%) | oklch(0.21 0.01 301 )",
158
157
  ],
159
158
  "_.canvas.sections[18]": [
160
159
  "#FFF1FA | hsl( 321 100% 97%) | oklch(0.97 0.02 339 )",
161
- "#382730 | hsl( 328 18% 19%) | oklch(0.3 0.03 346 )",
160
+ "#241921 | hsl( 316 18% 12%) | oklch(0.23 0.02 336 )",
162
161
  ],
163
162
  "_.canvas.stickers[ 0]": [
164
163
  "#B3BDCE | hsl( 218 22% 75%) | oklch(0.8 0.03 261 )",
165
- "#919BA9 | hsl( 215 12% 62%) | oklch(0.69 0.02 257 )",
164
+ "#464F5C | hsl( 215 14% 32%) | oklch(0.42 0.02 258 )",
166
165
  ],
167
166
  "_.canvas.stickers[ 1]": [
168
167
  "#F1AEA4 | hsl( 8 73% 79%) | oklch(0.81 0.08 28 )",
169
- "#CA8C82 | hsl( 8 40% 65%) | oklch(0.7 0.08 29 )",
168
+ "#763E36 | hsl( 8 37% 34%) | oklch(0.43 0.08 29 )",
170
169
  ],
171
170
  "_.canvas.stickers[ 2]": [
172
171
  "#F6C679 | hsl( 37 87% 72%) | oklch(0.85 0.11 78 )",
173
- "#D3AA65 | hsl( 38 56% 61%) | oklch(0.76 0.1 79 )",
172
+ "#60410D | hsl( 38 76% 21%) | oklch(0.4 0.08 75 )",
174
173
  ],
175
174
  "_.canvas.stickers[ 3]": [
176
175
  "#F9D970 | hsl( 46 92% 71%) | oklch(0.89 0.13 93 )",
177
- "#CBB765 | hsl( 48 50% 60%) | oklch(0.78 0.11 96 )",
176
+ "#47390C | hsl( 46 71% 16%) | oklch(0.35 0.06 91 )",
178
177
  ],
179
178
  "_.canvas.stickers[ 4]": [
180
179
  "#93DAA3 | hsl( 134 49% 72%) | oklch(0.83 0.1 151 )",
181
- "#7AB388 | hsl( 135 27% 59%) | oklch(0.72 0.09 151 )",
180
+ "#1B532A | hsl( 136 51% 22%) | oklch(0.39 0.09 149 )",
182
181
  ],
183
182
  "_.canvas.stickers[ 5]": [
184
183
  "#96CEFE | hsl( 208 98% 79%) | oklch(0.83 0.09 245 )",
185
- "#7AB2DE | hsl( 206 60% 67%) | oklch(0.74 0.09 243 )",
184
+ "#26567D | hsl( 207 53% 32%) | oklch(0.44 0.08 246 )",
186
185
  ],
187
186
  "_.canvas.stickers[ 6]": [
188
187
  "#D9BCF9 | hsl( 269 84% 86%) | oklch(0.84 0.09 306 )",
189
- "#B296CE | hsl( 270 36% 70%) | oklch(0.72 0.09 307 )",
188
+ "#573D70 | hsl( 271 29% 34%) | oklch(0.41 0.09 306 )",
190
189
  ],
191
190
  "_.canvas.stickers[ 7]": [
192
191
  "#FDC3F2 | hsl( 311 94% 88%) | oklch(0.88 0.09 333 )",
193
- "#D4A5C3 | hsl( 322 35% 74%) | oklch(0.77 0.07 340 )",
192
+ "#613359 | hsl( 310 31% 29%) | oklch(0.39 0.09 334 )",
194
193
  ],
195
194
  "_.canvas.stickers[ 8]": [
196
195
  "#F2F3F5 | hsl( 220 13% 95%) | oklch(0.96 0 265 )",
197
- "#CFD0D1 | hsl( 210 2% 82%) | oklch(0.86 0 248 )",
196
+ "#1E1E1F | hsl( 240 2% 12%) | oklch(0.24 0 286 )",
198
197
  ],
199
198
  "_.canvas.stickers[ 9]": [
200
199
  "#FEE5E2 | hsl( 6 93% 94%) | oklch(0.94 0.03 26 )",
201
- "#D1B3B1 | hsl( 4 26% 76%) | oklch(0.79 0.03 22 )",
200
+ "#321F1E | hsl( 3 25% 16%) | oklch(0.26 0.03 23 )",
202
201
  ],
203
202
  "_.canvas.stickers[10]": [
204
203
  "#FEE9CF | hsl( 33 96% 90%) | oklch(0.94 0.04 73 )",
205
- "#D2C0A5 | hsl( 36 33% 74%) | oklch(0.82 0.04 78 )",
204
+ "#30220C | hsl( 37 60% 12%) | oklch(0.26 0.04 77 )",
206
205
  ],
207
206
  "_.canvas.stickers[11]": [
208
207
  "#FEF2CE | hsl( 45 96% 90%) | oklch(0.96 0.05 92 )",
209
- "#D0C7A8 | hsl( 47 30% 74%) | oklch(0.83 0.04 94 )",
208
+ "#251D03 | hsl( 46 85% 8%) | oklch(0.23 0.04 92 )",
210
209
  ],
211
210
  "_.canvas.stickers[12]": [
212
211
  "#D7FFE5 | hsl( 141 100% 92%) | oklch(0.96 0.05 157 )",
213
- "#ACCEB5 | hsl( 136 26% 74%) | oklch(0.82 0.05 153 )",
212
+ "#062311 | hsl( 143 71% 8%) | oklch(0.23 0.05 153 )",
214
213
  ],
215
214
  "_.canvas.stickers[13]": [
216
215
  "#DCF0FF | hsl( 206 100% 93%) | oklch(0.94 0.03 240 )",
217
- "#B6CCDE | hsl( 207 38% 79%) | oklch(0.83 0.03 243 )",
216
+ "#172733 | hsl( 206 38% 15%) | oklch(0.26 0.03 242 )",
218
217
  ],
219
218
  "_.canvas.stickers[14]": [
220
219
  "#F0E3FF | hsl( 268 100% 95%) | oklch(0.93 0.04 306 )",
221
- "#C2B2D2 | hsl( 270 26% 76%) | oklch(0.79 0.05 308 )",
220
+ "#2D2337 | hsl( 270 22% 18%) | oklch(0.28 0.04 307 )",
222
221
  ],
223
222
  "_.canvas.stickers[15]": [
224
223
  "#FFE5F7 | hsl( 318 100% 95%) | oklch(0.95 0.04 337 )",
225
- "#D7BBD0 | hsl( 315 26% 79%) | oklch(0.82 0.04 335 )",
224
+ "#331F2E | hsl( 315 24% 16%) | oklch(0.27 0.04 336 )",
226
225
  ],
227
226
  "accentTextColor": [
228
227
  "#7D7770 | hsl( 32 5% 46%) | oklch(0.57 0.01 72 )",
@@ -426,6 +425,14 @@ test("snapshot", () => {
426
425
  "#D33E4B | hsl( 355 63% 54%) | oklch(0.59 0.18 20 )",
427
426
  "#ED9696 | hsl( 0 71% 76%) | oklch(0.76 0.11 20 )",
428
427
  ],
428
+ "collectionViewBg": [
429
+ "#FFFBF4 | hsl( 38 100% 98%) | oklch(0.99 0.01 82 )",
430
+ "#201B19 | hsl( 17 12% 11%) | oklch(0.23 0.01 43 )",
431
+ ],
432
+ "collectionViewBorder": [
433
+ "0 0 0 1px #E8E2DB99 | hsl( 32 22% 88% / 0.6 ) | oklch(0.92 0.01 72 / 0.6 )",
434
+ "0 0 0 1px #56504E4D | hsl( 15 5% 32% / 0.3 ) | oklch(0.44 0.01 39 / 0.3 )",
435
+ ],
429
436
  "colorAI": [
430
437
  "#9B6FC1 | hsl( 272 40% 60%) | oklch(0.62 0.13 308 )",
431
438
  "#8056A3 | hsl( 273 31% 49%) | oklch(0.53 0.12 308 )",
@@ -534,6 +541,10 @@ test("snapshot", () => {
534
541
  "#FFF2A0 | hsl( 52 100% 81%) | oklch(0.95 0.1 100 )",
535
542
  "#3A3200 | hsl( 52 100% 11%) | oklch(0.32 0.07 100 )",
536
543
  ],
544
+ "colorBgBannerAccent": [
545
+ "#FEF3EA | hsl( 27 91% 96%) | oklch(0.97 0.02 62 )",
546
+ "#3D1E0A | hsl( 24 72% 14%) | oklch(0.27 0.06 51 )",
547
+ ],
537
548
  "colorBgBannerError": [
538
549
  "#FFF1F0 | hsl( 4 100% 97%) | oklch(0.97 0.02 22 )",
539
550
  "#431619 | hsl( 356 51% 17%) | oklch(0.27 0.07 19 )",
@@ -542,10 +553,6 @@ test("snapshot", () => {
542
553
  "#FAF4EC | hsl( 34 58% 95%) | oklch(0.97 0.01 75 )",
543
554
  "#272321 | hsl( 20 8% 14%) | oklch(0.26 0.01 48 )",
544
555
  ],
545
- "colorBgBannerPrimary": [
546
- "#FEF3EA | hsl( 27 91% 96%) | oklch(0.97 0.02 62 )",
547
- "#3D1E0A | hsl( 24 72% 14%) | oklch(0.27 0.06 51 )",
548
- ],
549
556
  "colorBgBannerSuccess": [
550
557
  "#EFF7F5 | hsl( 165 33% 95%) | oklch(0.97 0.01 180 )",
551
558
  "#0B2E28 | hsl( 170 61% 11%) | oklch(0.27 0.04 180 )",
@@ -654,6 +661,14 @@ test("snapshot", () => {
654
661
  "#FAF4EC | hsl( 34 58% 95%) | oklch(0.97 0.01 75 )",
655
662
  "#1A1614 | hsl( 20 13% 9%) | oklch(0.2 0.01 48 )",
656
663
  ],
664
+ "colorBgCodeEditor": [
665
+ "#FFFDFA | hsl( 36 100% 99%) | oklch(0.99 0 78 )",
666
+ "#272321 | hsl( 20 8% 14%) | oklch(0.26 0.01 48 )",
667
+ ],
668
+ "colorBgCommentHover": [
669
+ "#FDF6EF | hsl( 30 78% 96%) | oklch(0.98 0.01 68 )",
670
+ "#201B19 | hsl( 17 12% 11%) | oklch(0.23 0.01 43 )",
671
+ ],
657
672
  "colorBgDbTabFocus": [
658
673
  "#E8E2DB | hsl( 32 22% 88%) | oklch(0.92 0.01 72 )",
659
674
  "#373230 | hsl( 17 7% 20%) | oklch(0.32 0.01 43 )",
@@ -722,6 +737,10 @@ test("snapshot", () => {
722
737
  "#1F1A1899 | hsl( 17 13% 11% / 0.6 ) | oklch(0.22 0.01 43 / 0.6 )",
723
738
  "#1F1A1899 | hsl( 17 13% 11% / 0.6 ) | oklch(0.22 0.01 43 / 0.6 )",
724
739
  ],
740
+ "colorBgFloatingPanel": [
741
+ "#FFFDFA | hsl( 36 100% 99%) | oklch(0.99 0 78 )",
742
+ "#2D2826 | hsl( 17 8% 16%) | oklch(0.28 0.01 43 )",
743
+ ],
725
744
  "colorBgLaneSubtle": [
726
745
  "#1F1A180D | hsl( 17 13% 11% / 0.05) | oklch(0.22 0.01 43 / 0.05)",
727
746
  "#FFFDFA0D | hsl( 36 100% 99% / 0.05) | oklch(0.99 0 78 / 0.05)",
@@ -780,11 +799,11 @@ test("snapshot", () => {
780
799
  ],
781
800
  "colorBgMenuItemFocus": [
782
801
  "#E8E2DB | hsl( 32 22% 88%) | oklch(0.92 0.01 72 )",
783
- "#322D2B | hsl( 17 8% 18%) | oklch(0.3 0.01 43 )",
802
+ "#373230 | hsl( 17 7% 20%) | oklch(0.32 0.01 43 )",
784
803
  ],
785
804
  "colorBgMenuItemHover": [
786
805
  "#EDE7E0 | hsl( 32 27% 90%) | oklch(0.93 0.01 72 )",
787
- "#201B19 | hsl( 17 12% 11%) | oklch(0.23 0.01 43 )",
806
+ "#322D2B | hsl( 17 8% 18%) | oklch(0.3 0.01 43 )",
788
807
  ],
789
808
  "colorBgMenuItemSelected": [
790
809
  "#FBDFCACC | hsl( 26 86% 89% / 0.8 ) | oklch(0.92 0.04 59 / 0.8 )",
@@ -816,15 +835,15 @@ test("snapshot", () => {
816
835
  ],
817
836
  "colorBgNotificationHover": [
818
837
  "#FAF4EC | hsl( 34 58% 95%) | oklch(0.97 0.01 75 )",
819
- "#2D2826 | hsl( 17 8% 16%) | oklch(0.28 0.01 43 )",
838
+ "#201B19 | hsl( 17 12% 11%) | oklch(0.23 0.01 43 )",
820
839
  ],
821
840
  "colorBgNotificationSelected": [
822
841
  "#FEF3EA | hsl( 27 91% 96%) | oklch(0.97 0.02 62 )",
823
- "#482106 | hsl( 25 85% 15%) | oklch(0.3 0.07 51 )",
842
+ "#2A180D | hsl( 23 53% 11%) | oklch(0.23 0.04 52 )",
824
843
  ],
825
844
  "colorBgNotificationSelectedHover": [
826
845
  "#FDEBDC | hsl( 27 89% 93%) | oklch(0.95 0.03 62 )",
827
- "#5E2E0E | hsl( 24 74% 21%) | oklch(0.36 0.08 50 )",
846
+ "#3D1E0A | hsl( 24 72% 14%) | oklch(0.27 0.06 51 )",
828
847
  ],
829
848
  "colorBgObjectEditorSeparator": [
830
849
  "#1B1611 | hsl( 30 23% 9%) | oklch(0.2 0.01 67 )",
@@ -836,7 +855,7 @@ test("snapshot", () => {
836
855
  ],
837
856
  "colorBgPopup": [
838
857
  "#FFFDFA | hsl( 36 100% 99%) | oklch(0.99 0 78 )",
839
- "#2D2826 | hsl( 17 8% 16%) | oklch(0.28 0.01 43 )",
858
+ "#272321 | hsl( 20 8% 14%) | oklch(0.26 0.01 48 )",
840
859
  ],
841
860
  "colorBgReactionsDefault": [
842
861
  "#FFFDFA | hsl( 36 100% 99%) | oklch(0.99 0 78 )",
@@ -855,24 +874,44 @@ test("snapshot", () => {
855
874
  "#AB5400 | hsl( 29 100% 34%) | oklch(0.54 0.14 53 )",
856
875
  ],
857
876
  "colorBgRelationContainer": [
858
- "#FDF6EF | hsl( 30 78% 96%) | oklch(0.98 0.01 68 )",
859
- "#1A1614 | hsl( 20 13% 9%) | oklch(0.2 0.01 48 )",
877
+ "#FFFBF4 | hsl( 38 100% 98%) | oklch(0.99 0.01 82 )",
878
+ "#201B19 | hsl( 17 12% 11%) | oklch(0.23 0.01 43 )",
879
+ ],
880
+ "colorBgRoundToggleButtonSelectedHover": [
881
+ "#FEF3EA | hsl( 27 91% 96%) | oklch(0.97 0.02 62 )",
882
+ "#AB5400 | hsl( 29 100% 34%) | oklch(0.54 0.14 53 )",
883
+ ],
884
+ "colorBgRoundToggleButtonSelectedNormal": [
885
+ "#FDEBDC | hsl( 27 89% 93%) | oklch(0.95 0.03 62 )",
886
+ "#9C3A00 | hsl( 22 100% 31%) | oklch(0.48 0.14 43 )",
887
+ ],
888
+ "colorBgRoundToggleButtonUnselectedHover": [
889
+ "#FAF4EC | hsl( 34 58% 95%) | oklch(0.97 0.01 75 )",
890
+ "#373230 | hsl( 17 7% 20%) | oklch(0.32 0.01 43 )",
891
+ ],
892
+ "colorBgRoundToggleButtonUnselectedNormal": [
893
+ "#FFFDFA | hsl( 36 100% 99%) | oklch(0.99 0 78 )",
894
+ "#201B19 | hsl( 17 12% 11%) | oklch(0.23 0.01 43 )",
860
895
  ],
861
896
  "colorBgScrollFade": [
862
897
  "#FFFDFA26 | hsl( 36 100% 99% / 0.15) | oklch(0.99 0 78 / 0.15)",
863
898
  "#1F1A1826 | hsl( 17 13% 11% / 0.15) | oklch(0.22 0.01 43 / 0.15)",
864
899
  ],
900
+ "colorBgSearchPanel": [
901
+ "#FFFDFA | hsl( 36 100% 99%) | oklch(0.99 0 78 )",
902
+ "#201B19 | hsl( 17 12% 11%) | oklch(0.23 0.01 43 )",
903
+ ],
865
904
  "colorBgSearchRowCreateHover": [
866
905
  "#FDEBDC | hsl( 27 89% 93%) | oklch(0.95 0.03 62 )",
867
906
  "#482106 | hsl( 25 85% 15%) | oklch(0.3 0.07 51 )",
868
907
  ],
869
908
  "colorBgSearchRowHover": [
870
909
  "#F3ECE5 | hsl( 30 37% 93%) | oklch(0.95 0.01 68 )",
871
- "#322D2B | hsl( 17 8% 18%) | oklch(0.3 0.01 43 )",
910
+ "#272321 | hsl( 20 8% 14%) | oklch(0.26 0.01 48 )",
872
911
  ],
873
912
  "colorBgSegmentedControl": [
874
913
  "#EDE7E0CC | hsl( 32 27% 90% / 0.8 ) | oklch(0.93 0.01 72 / 0.8 )",
875
- "#272321CC | hsl( 20 8% 14% / 0.8 ) | oklch(0.26 0.01 48 / 0.8 )",
914
+ "#201B19CC | hsl( 17 12% 11% / 0.8 ) | oklch(0.23 0.01 43 / 0.8 )",
876
915
  ],
877
916
  "colorBgSegmentedControlActive": [
878
917
  "#FFFBF4 | hsl( 38 100% 98%) | oklch(0.99 0.01 82 )",
@@ -910,6 +949,26 @@ test("snapshot", () => {
910
949
  "#FFFBF4 | hsl( 38 100% 98%) | oklch(0.99 0.01 82 )",
911
950
  "#1A1614 | hsl( 20 13% 9%) | oklch(0.2 0.01 48 )",
912
951
  ],
952
+ "colorBgToggleButtonSelectedHover": [
953
+ "#FFFBF8 | hsl( 26 100% 99%) | oklch(0.99 0.01 60 )",
954
+ "#AB5400 | hsl( 29 100% 34%) | oklch(0.54 0.14 53 )",
955
+ ],
956
+ "colorBgToggleButtonSelectedNormal": [
957
+ "#FEF3EA | hsl( 27 91% 96%) | oklch(0.97 0.02 62 )",
958
+ "#9C3A00 | hsl( 22 100% 31%) | oklch(0.48 0.14 43 )",
959
+ ],
960
+ "colorBgToggleButtonUnselectedHover": [
961
+ "#FAF4EC | hsl( 34 58% 95%) | oklch(0.97 0.01 75 )",
962
+ "#373230 | hsl( 17 7% 20%) | oklch(0.32 0.01 43 )",
963
+ ],
964
+ "colorBgToggleButtonUnselectedNormal": [
965
+ "#FFFDFA | hsl( 36 100% 99%) | oklch(0.99 0 78 )",
966
+ "#201B19 | hsl( 17 12% 11%) | oklch(0.23 0.01 43 )",
967
+ ],
968
+ "colorBgViewMetaItem": [
969
+ "#FFFDFA | hsl( 36 100% 99%) | oklch(0.99 0 78 )",
970
+ "#201B19 | hsl( 17 12% 11%) | oklch(0.23 0.01 43 )",
971
+ ],
913
972
  "colorBgWhiteboard": [
914
973
  "#FFFDFA | hsl( 36 100% 99%) | oklch(0.99 0 78 )",
915
974
  "#1A1614 | hsl( 20 13% 9%) | oklch(0.2 0.01 48 )",
@@ -970,10 +1029,42 @@ test("snapshot", () => {
970
1029
  "#00000024 | hsl(none 0% 0% / 0.14) | oklch(0 0 none / 0.14)",
971
1030
  "#00000024 | hsl(none 0% 0% / 0.14) | oklch(0 0 none / 0.14)",
972
1031
  ],
1032
+ "colorBorderRoundToggleButtonSelectedHover": [
1033
+ "#BD5F00 | hsl( 30 100% 37%) | oklch(0.59 0.15 54 )",
1034
+ "#AB5400 | hsl( 29 100% 34%) | oklch(0.54 0.14 53 )",
1035
+ ],
1036
+ "colorBorderRoundToggleButtonSelectedNormal": [
1037
+ "#E89F62 | hsl( 27 74% 65%) | oklch(0.76 0.12 60 )",
1038
+ "#9C3A00 | hsl( 22 100% 31%) | oklch(0.48 0.14 43 )",
1039
+ ],
1040
+ "colorBorderRoundToggleButtonUnselectedHover": [
1041
+ "#CCC6BF | hsl( 32 11% 77%) | oklch(0.83 0.01 72 )",
1042
+ "#756F6D | hsl( 15 4% 44%) | oklch(0.55 0.01 39 )",
1043
+ ],
1044
+ "colorBorderRoundToggleButtonUnselectedNormal": [
1045
+ "#CCC6BF | hsl( 32 11% 77%) | oklch(0.83 0.01 72 )",
1046
+ "#756F6D | hsl( 15 4% 44%) | oklch(0.55 0.01 39 )",
1047
+ ],
973
1048
  "colorBorderSegmentedControlDefault": [
974
1049
  "#E8E2DB | hsl( 32 22% 88%) | oklch(0.92 0.01 72 )",
975
1050
  "#413C3A | hsl( 17 6% 24%) | oklch(0.36 0.01 43 )",
976
1051
  ],
1052
+ "colorBorderToggleButtonSelectedHover": [
1053
+ "#BD5F00 | hsl( 30 100% 37%) | oklch(0.59 0.15 54 )",
1054
+ "#AB5400 | hsl( 29 100% 34%) | oklch(0.54 0.14 53 )",
1055
+ ],
1056
+ "colorBorderToggleButtonSelectedNormal": [
1057
+ "#E89F62 | hsl( 27 74% 65%) | oklch(0.76 0.12 60 )",
1058
+ "#9C3A00 | hsl( 22 100% 31%) | oklch(0.48 0.14 43 )",
1059
+ ],
1060
+ "colorBorderToggleButtonUnselectedHover": [
1061
+ "#CCC6BF | hsl( 32 11% 77%) | oklch(0.83 0.01 72 )",
1062
+ "#756F6D | hsl( 15 4% 44%) | oklch(0.55 0.01 39 )",
1063
+ ],
1064
+ "colorBorderToggleButtonUnselectedNormal": [
1065
+ "#CCC6BF | hsl( 32 11% 77%) | oklch(0.83 0.01 72 )",
1066
+ "#756F6D | hsl( 15 4% 44%) | oklch(0.55 0.01 39 )",
1067
+ ],
977
1068
  "colorCardWhiteboardBgDefault": [
978
1069
  "#FFFDFA | hsl( 36 100% 99%) | oklch(0.99 0 78 )",
979
1070
  "#322D2B | hsl( 17 8% 18%) | oklch(0.3 0.01 43 )",
@@ -1011,8 +1102,8 @@ test("snapshot", () => {
1011
1102
  "#F49293 | hsl( 359 82% 76%) | oklch(0.76 0.12 20 )",
1012
1103
  ],
1013
1104
  "colorIconBannerNeutral": [
1014
- "#1B1611 | hsl( 30 23% 9%) | oklch(0.2 0.01 67 )",
1015
- "#E0D4CE | hsl( 20 22% 84%) | oklch(0.88 0.02 49 )",
1105
+ "#635E57 | hsl( 35 6% 36%) | oklch(0.48 0.01 77 )",
1106
+ "#A69F9D | hsl( 13 5% 63%) | oklch(0.71 0.01 37 )",
1016
1107
  ],
1017
1108
  "colorIconBannerSuccess": [
1018
1109
  "#007465 | hsl( 172 100% 23%) | oklch(0.5 0.09 180 )",
@@ -1070,6 +1161,42 @@ test("snapshot", () => {
1070
1161
  "#FFFDFA | hsl( 36 100% 99%) | oklch(0.99 0 78 )",
1071
1162
  "#56504E | hsl( 15 5% 32%) | oklch(0.44 0.01 39 )",
1072
1163
  ],
1164
+ "colorIconDestructive": [
1165
+ "#AF2436 | hsl( 352 66% 41%) | oklch(0.5 0.17 20 )",
1166
+ "#F49293 | hsl( 359 82% 76%) | oklch(0.76 0.12 20 )",
1167
+ ],
1168
+ "colorIconRoundToggleButtonSelectedHover": [
1169
+ "#984A00 | hsl( 29 100% 30%) | oklch(0.5 0.13 53 )",
1170
+ "#E4A07A | hsl( 22 66% 69%) | oklch(0.76 0.1 50 )",
1171
+ ],
1172
+ "colorIconRoundToggleButtonSelectedNormal": [
1173
+ "#984A00 | hsl( 29 100% 30%) | oklch(0.5 0.13 53 )",
1174
+ "#E4A07A | hsl( 22 66% 69%) | oklch(0.76 0.1 50 )",
1175
+ ],
1176
+ "colorIconRoundToggleButtonUnselectedHover": [
1177
+ "#635E57 | hsl( 35 6% 36%) | oklch(0.48 0.01 77 )",
1178
+ "#A69F9D | hsl( 13 5% 63%) | oklch(0.71 0.01 37 )",
1179
+ ],
1180
+ "colorIconRoundToggleButtonUnselectedNormal": [
1181
+ "#635E57 | hsl( 35 6% 36%) | oklch(0.48 0.01 77 )",
1182
+ "#A69F9D | hsl( 13 5% 63%) | oklch(0.71 0.01 37 )",
1183
+ ],
1184
+ "colorIconToggleButtonSelectedHover": [
1185
+ "#984A00 | hsl( 29 100% 30%) | oklch(0.5 0.13 53 )",
1186
+ "#E4A07A | hsl( 22 66% 69%) | oklch(0.76 0.1 50 )",
1187
+ ],
1188
+ "colorIconToggleButtonSelectedNormal": [
1189
+ "#984A00 | hsl( 29 100% 30%) | oklch(0.5 0.13 53 )",
1190
+ "#E4A07A | hsl( 22 66% 69%) | oklch(0.76 0.1 50 )",
1191
+ ],
1192
+ "colorIconToggleButtonUnselectedHover": [
1193
+ "#635E57 | hsl( 35 6% 36%) | oklch(0.48 0.01 77 )",
1194
+ "#A69F9D | hsl( 13 5% 63%) | oklch(0.71 0.01 37 )",
1195
+ ],
1196
+ "colorIconToggleButtonUnselectedNormal": [
1197
+ "#635E57 | hsl( 35 6% 36%) | oklch(0.48 0.01 77 )",
1198
+ "#A69F9D | hsl( 13 5% 63%) | oklch(0.71 0.01 37 )",
1199
+ ],
1073
1200
  "colorLinkPointWhiteboardDefault": [
1074
1201
  "#E89F62 | hsl( 27 74% 65%) | oklch(0.76 0.12 60 )",
1075
1202
  "#9C3A00 | hsl( 22 100% 31%) | oklch(0.48 0.14 43 )",
@@ -1338,10 +1465,42 @@ test("snapshot", () => {
1338
1465
  "#AB5400 | hsl( 29 100% 34%) | oklch(0.54 0.14 53 )",
1339
1466
  "#E0D4CE | hsl( 20 22% 84%) | oklch(0.88 0.02 49 )",
1340
1467
  ],
1468
+ "colorTextRoundToggleButtonSelectedHover": [
1469
+ "#AB5400 | hsl( 29 100% 34%) | oklch(0.54 0.14 53 )",
1470
+ "#E0D4CE | hsl( 20 22% 84%) | oklch(0.88 0.02 49 )",
1471
+ ],
1472
+ "colorTextRoundToggleButtonSelectedNormal": [
1473
+ "#AB5400 | hsl( 29 100% 34%) | oklch(0.54 0.14 53 )",
1474
+ "#E0D4CE | hsl( 20 22% 84%) | oklch(0.88 0.02 49 )",
1475
+ ],
1476
+ "colorTextRoundToggleButtonUnselectedHover": [
1477
+ "#635E57 | hsl( 35 6% 36%) | oklch(0.48 0.01 77 )",
1478
+ "#A69F9D | hsl( 13 5% 63%) | oklch(0.71 0.01 37 )",
1479
+ ],
1480
+ "colorTextRoundToggleButtonUnselectedNormal": [
1481
+ "#635E57 | hsl( 35 6% 36%) | oklch(0.48 0.01 77 )",
1482
+ "#A69F9D | hsl( 13 5% 63%) | oklch(0.71 0.01 37 )",
1483
+ ],
1341
1484
  "colorTextSecondary": [
1342
1485
  "#1B1611B3 | hsl( 30 23% 9% / 0.7 ) | oklch(0.2 0.01 67 / 0.7 )",
1343
1486
  "#E0D4CEA6 | hsl( 20 22% 84% / 0.65) | oklch(0.88 0.02 49 / 0.65)",
1344
1487
  ],
1488
+ "colorTextToggleButtonSelectedHover": [
1489
+ "#AB5400 | hsl( 29 100% 34%) | oklch(0.54 0.14 53 )",
1490
+ "#E0D4CE | hsl( 20 22% 84%) | oklch(0.88 0.02 49 )",
1491
+ ],
1492
+ "colorTextToggleButtonSelectedNormal": [
1493
+ "#AB5400 | hsl( 29 100% 34%) | oklch(0.54 0.14 53 )",
1494
+ "#E0D4CE | hsl( 20 22% 84%) | oklch(0.88 0.02 49 )",
1495
+ ],
1496
+ "colorTextToggleButtonUnselectedHover": [
1497
+ "#635E57 | hsl( 35 6% 36%) | oklch(0.48 0.01 77 )",
1498
+ "#A69F9D | hsl( 13 5% 63%) | oklch(0.71 0.01 37 )",
1499
+ ],
1500
+ "colorTextToggleButtonUnselectedNormal": [
1501
+ "#635E57 | hsl( 35 6% 36%) | oklch(0.48 0.01 77 )",
1502
+ "#A69F9D | hsl( 13 5% 63%) | oklch(0.71 0.01 37 )",
1503
+ ],
1345
1504
  "colorTextWhiteboardAccent": [
1346
1505
  "#1B161199 | hsl( 30 23% 9% / 0.6 ) | oklch(0.2 0.01 67 / 0.6 )",
1347
1506
  "#1A161499 | hsl( 20 13% 9% / 0.6 ) | oklch(0.2 0.01 48 / 0.6 )",
@@ -1370,6 +1529,10 @@ test("snapshot", () => {
1370
1529
  "#1B161133 | hsl( 30 23% 9% / 0.2 ) | oklch(0.2 0.01 67 / 0.2 )",
1371
1530
  "#E0D4CE40 | hsl( 20 22% 84% / 0.25) | oklch(0.88 0.02 49 / 0.25)",
1372
1531
  ],
1532
+ "colorUploadPreviewBg": [
1533
+ "#635E57A6 | hsl( 35 6% 36% / 0.65) | oklch(0.48 0.01 77 / 0.65)",
1534
+ "#201B19D9 | hsl( 17 12% 11% / 0.85) | oklch(0.23 0.01 43 / 0.85)",
1535
+ ],
1373
1536
  "commentBubbleBg": [
1374
1537
  "#FFFDFA | hsl( 36 100% 99%) | oklch(0.99 0 78 )",
1375
1538
  "#373230 | hsl( 17 7% 20%) | oklch(0.32 0.01 43 )",
@@ -1398,6 +1561,33 @@ test("snapshot", () => {
1398
1561
  "#914F1C | hsl( 26 68% 34%) | oklch(0.5 0.11 54 )",
1399
1562
  "#914F1C | hsl( 26 68% 34%) | oklch(0.5 0.11 54 )",
1400
1563
  ],
1564
+ "dbSettingsCardBg": [
1565
+ "#FDF6EF | hsl( 30 78% 96%) | oklch(0.98 0.01 68 )",
1566
+ "#201B19 | hsl( 17 12% 11%) | oklch(0.23 0.01 43 )",
1567
+ ],
1568
+ "dbSettingsCardBorder": [
1569
+ "0 0 0 1px #E8E2DBCC | hsl( 32 22% 88% / 0.8 ) | oklch(0.92 0.01 72 / 0.8 )",
1570
+ "0 0 0 1px #37323099 | hsl( 17 7% 20% / 0.6 ) | oklch(0.32 0.01 43 / 0.6 )",
1571
+ ],
1572
+ "dbSettingsSidebarBg": [
1573
+ "#FDF6EF | hsl( 30 78% 96%) | oklch(0.98 0.01 68 )",
1574
+ "#201B19 | hsl( 17 12% 11%) | oklch(0.23 0.01 43 )",
1575
+ ],
1576
+ "dbSettingsSidebarIconBg": [
1577
+ "#FFFDFA | hsl( 36 100% 99%) | oklch(0.99 0 78 )",
1578
+ "#272321 | hsl( 20 8% 14%) | oklch(0.26 0.01 48 )",
1579
+ ],
1580
+ "dbSettingsSidebarIconBorder": [
1581
+ [
1582
+ "0 1px 4px 0 #635E571A | hsl( 35 6% 36% / 0.1 ) | oklch(0.48 0.01 77 / 0.1 )",
1583
+ "0 0 0 0.5px #EDE7E080 | hsl( 32 27% 90% / 0.5 ) | oklch(0.93 0.01 72 / 0.5 )",
1584
+ ],
1585
+ "0 0 0 1px #756F6D33 | hsl( 15 4% 44% / 0.2 ) | oklch(0.55 0.01 39 / 0.2 )",
1586
+ ],
1587
+ "dbSettingsSidebarItemHover": [
1588
+ "#F3ECE5 | hsl( 30 37% 93%) | oklch(0.95 0.01 68 )",
1589
+ "#2D2826 | hsl( 17 8% 16%) | oklch(0.28 0.01 43 )",
1590
+ ],
1401
1591
  "disabledInversedTextColor": [
1402
1592
  "#1F1A1840 | hsl( 17 13% 11% / 0.25) | oklch(0.22 0.01 43 / 0.25)",
1403
1593
  "#FFFDFA40 | hsl( 36 100% 99% / 0.25) | oklch(0.99 0 78 / 0.25)",
@@ -1680,15 +1870,15 @@ test("snapshot", () => {
1680
1870
  ],
1681
1871
  "inputBgColor": [
1682
1872
  "#FFFDFA | hsl( 36 100% 99%) | oklch(0.99 0 78 )",
1683
- "#201B19 | hsl( 17 12% 11%) | oklch(0.23 0.01 43 )",
1873
+ "#1A1614 | hsl( 20 13% 9%) | oklch(0.2 0.01 48 )",
1684
1874
  ],
1685
1875
  "inputBorderBlendMode": [
1686
1876
  "multiply",
1687
1877
  "lighten",
1688
1878
  ],
1689
1879
  "inputBorderColor": [
1690
- "0 0 0 1px #E8E2DBB3 | hsl( 32 22% 88% / 0.7 ) | oklch(0.92 0.01 72 / 0.7 )",
1691
- "0 0 0 1px #56504EB3 | hsl( 15 5% 32% / 0.7 ) | oklch(0.44 0.01 39 / 0.7 )",
1880
+ "0 0 0 1px #E8E2DBCC | hsl( 32 22% 88% / 0.8 ) | oklch(0.92 0.01 72 / 0.8 )",
1881
+ "0 0 0 1px #56504E66 | hsl( 15 5% 32% / 0.4 ) | oklch(0.44 0.01 39 / 0.4 )",
1692
1882
  ],
1693
1883
  "inputBorderFocusColor": [
1694
1884
  "0 0 0 1px #CCC6BF | hsl( 32 11% 77%) | oklch(0.83 0.01 72 )",
@@ -1696,7 +1886,7 @@ test("snapshot", () => {
1696
1886
  ],
1697
1887
  "inputBorderHoverColor": [
1698
1888
  "0 0 0 1px #E1DAD3 | hsl( 30 19% 85%) | oklch(0.89 0.01 68 )",
1699
- "0 0 0 1px #56504E | hsl( 15 5% 32%) | oklch(0.44 0.01 39 )",
1889
+ "0 0 0 1px #413C3A | hsl( 17 6% 24%) | oklch(0.36 0.01 43 )",
1700
1890
  ],
1701
1891
  "inputBorderWarningColor": [
1702
1892
  "0 0 0 1px #F7D900 | hsl( 53 100% 48%) | oklch(0.88 0.18 99 )",
@@ -1711,8 +1901,8 @@ test("snapshot", () => {
1711
1901
  "#3732304D | hsl( 17 7% 20% / 0.3 ) | oklch(0.32 0.01 43 / 0.3 )",
1712
1902
  ],
1713
1903
  "inputDisabledBorderColor": [
1714
- "0 0 0 1px #E8E2DB33 | hsl( 32 22% 88% / 0.2 ) | oklch(0.92 0.01 72 / 0.2 )",
1715
- "0 0 0 1px #56504E33 | hsl( 15 5% 32% / 0.2 ) | oklch(0.44 0.01 39 / 0.2 )",
1904
+ "0 0 0 1px #E8E2DB99 | hsl( 32 22% 88% / 0.6 ) | oklch(0.92 0.01 72 / 0.6 )",
1905
+ "0 0 0 1px #56504E4D | hsl( 15 5% 32% / 0.3 ) | oklch(0.44 0.01 39 / 0.3 )",
1716
1906
  ],
1717
1907
  "inputErrorBorderColor": [
1718
1908
  "0 0 0 1px #AF2436 | hsl( 352 66% 41%) | oklch(0.5 0.17 20 )",
@@ -1772,7 +1962,7 @@ test("snapshot", () => {
1772
1962
  ],
1773
1963
  "mainBg": [
1774
1964
  "#FAF4EC | hsl( 34 58% 95%) | oklch(0.97 0.01 75 )",
1775
- "#2D2623 | hsl( 18 13% 16%) | oklch(0.28 0.01 45 )",
1965
+ "#272321 | hsl( 20 8% 14%) | oklch(0.26 0.01 48 )",
1776
1966
  ],
1777
1967
  "mentionBgColor": [
1778
1968
  "#E1DAD34D | hsl( 30 19% 85% / 0.3 ) | oklch(0.89 0.01 68 / 0.3 )",
@@ -1780,7 +1970,7 @@ test("snapshot", () => {
1780
1970
  ],
1781
1971
  "menuBg": [
1782
1972
  "#FAF4EC | hsl( 34 58% 95%) | oklch(0.97 0.01 75 )",
1783
- "#2D2623 | hsl( 18 13% 16%) | oklch(0.28 0.01 45 )",
1973
+ "#272321 | hsl( 20 8% 14%) | oklch(0.26 0.01 48 )",
1784
1974
  ],
1785
1975
  "menuIconColor": [
1786
1976
  "#1B1611B3 | hsl( 30 23% 9% / 0.7 ) | oklch(0.2 0.01 67 / 0.7 )",
@@ -1806,10 +1996,6 @@ test("snapshot", () => {
1806
1996
  "#FFFDFA | hsl( 36 100% 99%) | oklch(0.99 0 78 )",
1807
1997
  "#272321 | hsl( 20 8% 14%) | oklch(0.26 0.01 48 )",
1808
1998
  ],
1809
- "mode": [
1810
- "light",
1811
- "dark",
1812
- ],
1813
1999
  "mySpaceIconBg": [
1814
2000
  "#70849933 | hsl( 211 17% 52% / 0.2 ) | oklch(0.6 0.04 250 / 0.2 )",
1815
2001
  "#70849933 | hsl( 211 17% 52% / 0.2 ) | oklch(0.6 0.04 250 / 0.2 )",
@@ -1914,6 +2100,10 @@ test("snapshot", () => {
1914
2100
  "#FFFDFA | hsl( 36 100% 99%) | oklch(0.99 0 78 )",
1915
2101
  "#1A1614 | hsl( 20 13% 9%) | oklch(0.2 0.01 48 )",
1916
2102
  ],
2103
+ "panelBorder": [
2104
+ "0 0 0 1px #CCC6BF33 | hsl( 32 11% 77% / 0.2 ) | oklch(0.83 0.01 72 / 0.2 )",
2105
+ "0 0 0 1px #56504E33 | hsl( 15 5% 32% / 0.2 ) | oklch(0.44 0.01 39 / 0.2 )",
2106
+ ],
1917
2107
  "panelContentBg": [
1918
2108
  "#FDF6EF | hsl( 30 78% 96%) | oklch(0.98 0.01 68 )",
1919
2109
  "#1A1614 | hsl( 20 13% 9%) | oklch(0.2 0.01 48 )",
@@ -2056,27 +2246,27 @@ test("snapshot", () => {
2056
2246
  ],
2057
2247
  "shadowCardDefault": [
2058
2248
  [
2059
- "0 0 0 1px #E8E2DBB3 | hsl( 32 22% 88% / 0.7 ) | oklch(0.92 0.01 72 / 0.7 )",
2249
+ "0 0 0 1px #E8E2DBCC | hsl( 32 22% 88% / 0.8 ) | oklch(0.92 0.01 72 / 0.8 )",
2060
2250
  "0 1px 4px 0 #1B16110D | hsl( 30 23% 9% / 0.05) | oklch(0.2 0.01 67 / 0.05)",
2061
2251
  ],
2062
2252
  [
2063
- "0 0 0 1px #56504EB3 | hsl( 15 5% 32% / 0.7 ) | oklch(0.44 0.01 39 / 0.7 )",
2253
+ "0 0 0 1px #56504E66 | hsl( 15 5% 32% / 0.4 ) | oklch(0.44 0.01 39 / 0.4 )",
2064
2254
  "0 1px 4px 0 #1B16111A | hsl( 30 23% 9% / 0.1 ) | oklch(0.2 0.01 67 / 0.1 )",
2065
2255
  ],
2066
2256
  ],
2067
2257
  "shadowCardHover": [
2068
2258
  [
2069
- "0 0 0 1px #E8E2DBB3 | hsl( 32 22% 88% / 0.7 ) | oklch(0.92 0.01 72 / 0.7 )",
2259
+ "0 0 0 1px #E8E2DBCC | hsl( 32 22% 88% / 0.8 ) | oklch(0.92 0.01 72 / 0.8 )",
2070
2260
  "0 2px 6px 0 #1B16110D | hsl( 30 23% 9% / 0.05) | oklch(0.2 0.01 67 / 0.05)",
2071
2261
  ],
2072
2262
  [
2073
- "0 0 0 1px #56504EB3 | hsl( 15 5% 32% / 0.7 ) | oklch(0.44 0.01 39 / 0.7 )",
2263
+ "0 0 0 1px #56504E66 | hsl( 15 5% 32% / 0.4 ) | oklch(0.44 0.01 39 / 0.4 )",
2074
2264
  "0 2px 6px 0 #1B16111A | hsl( 30 23% 9% / 0.1 ) | oklch(0.2 0.01 67 / 0.1 )",
2075
2265
  ],
2076
2266
  ],
2077
2267
  "shadowCardInset": [
2078
- "inset 0 0 0 1px #E8E2DBB3 | hsl( 32 22% 88% / 0.7 ) | oklch(0.92 0.01 72 / 0.7 )",
2079
- "inset 0 0 0 1px #56504EB3 | hsl( 15 5% 32% / 0.7 ) | oklch(0.44 0.01 39 / 0.7 )",
2268
+ "inset 0 0 0 1px #E8E2DBCC | hsl( 32 22% 88% / 0.8 ) | oklch(0.92 0.01 72 / 0.8 )",
2269
+ "inset 0 0 0 1px #56504E66 | hsl( 15 5% 32% / 0.4 ) | oklch(0.44 0.01 39 / 0.4 )",
2080
2270
  ],
2081
2271
  "shadowEntityBoxDefault": [
2082
2272
  "0 2px 4px 0 #1B16110D | hsl( 30 23% 9% / 0.05) | oklch(0.2 0.01 67 / 0.05)",
@@ -2090,6 +2280,16 @@ test("snapshot", () => {
2090
2280
  "0 4px 8px 0 #1B16111A | hsl( 30 23% 9% / 0.1 ) | oklch(0.2 0.01 67 / 0.1 )",
2091
2281
  "0 4px 8px 0 #1A16141A | hsl( 20 13% 9% / 0.1 ) | oklch(0.2 0.01 48 / 0.1 )",
2092
2282
  ],
2283
+ "shadowFloatingPanel": [
2284
+ [
2285
+ "0 0 0 1px #7D777026 | hsl( 32 5% 46% / 0.15) | oklch(0.57 0.01 72 / 0.15)",
2286
+ "0 3px 12px 0 #635E5726 | hsl( 35 6% 36% / 0.15) | oklch(0.48 0.01 77 / 0.15)",
2287
+ ],
2288
+ [
2289
+ "0 0 0 1px #373230 | hsl( 17 7% 20%) | oklch(0.32 0.01 43 )",
2290
+ "0 3px 12px 0 #1A161480 | hsl( 20 13% 9% / 0.5 ) | oklch(0.2 0.01 48 / 0.5 )",
2291
+ ],
2292
+ ],
2093
2293
  "shadowMenuHeaderAvatar": [
2094
2294
  [
2095
2295
  "0 1px 4px 0 #635E571A | hsl( 35 6% 36% / 0.1 ) | oklch(0.48 0.01 77 / 0.1 )",
@@ -2193,7 +2393,7 @@ test("snapshot", () => {
2193
2393
  ],
2194
2394
  "surfaceElevationS": [
2195
2395
  "0 2px 4px 0 #0000000D | hsl(none 0% 0% / 0.05) | oklch(0 0 none / 0.05)",
2196
- "0 2px 4px 0 #FFFFFE08 | hsl( 60 100% 100% / 0.03) | oklch(1 0 106 / 0.03)",
2396
+ "0 2px 4px 0 #1A16140D | hsl( 20 13% 9% / 0.05) | oklch(0.2 0.01 48 / 0.05)",
2197
2397
  ],
2198
2398
  "swatchDefault": [
2199
2399
  "#FBA32F | hsl( 34 96% 58%) | oklch(0.79 0.16 68 )",