@dxos/ui-theme 0.8.4-main.fbb7a13 → 0.8.4-main.fcc0d83b33

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 (384) hide show
  1. package/dist/lib/browser/index.mjs +762 -2803
  2. package/dist/lib/browser/index.mjs.map +4 -4
  3. package/dist/lib/browser/meta.json +1 -1
  4. package/dist/lib/node-esm/index.mjs +762 -2803
  5. package/dist/lib/node-esm/index.mjs.map +4 -4
  6. package/dist/lib/node-esm/meta.json +1 -1
  7. package/dist/plugin/node-cjs/main.css +1561 -0
  8. package/dist/plugin/node-cjs/main.css.map +7 -0
  9. package/dist/plugin/node-cjs/meta.json +1 -1
  10. package/dist/plugin/node-cjs/plugins/ThemePlugin.cjs +137 -0
  11. package/dist/plugin/node-cjs/plugins/ThemePlugin.cjs.map +7 -0
  12. package/dist/plugin/node-esm/main.css +1561 -0
  13. package/dist/plugin/node-esm/main.css.map +7 -0
  14. package/dist/plugin/node-esm/meta.json +1 -1
  15. package/dist/plugin/node-esm/plugins/ThemePlugin.mjs +105 -0
  16. package/dist/plugin/node-esm/plugins/ThemePlugin.mjs.map +7 -0
  17. package/dist/types/src/Theme.stories.d.ts +27 -0
  18. package/dist/types/src/Theme.stories.d.ts.map +1 -0
  19. package/dist/types/src/defs.d.ts +21 -0
  20. package/dist/types/src/defs.d.ts.map +1 -0
  21. package/dist/types/src/fragments/density.d.ts +4 -0
  22. package/dist/types/src/fragments/density.d.ts.map +1 -0
  23. package/dist/types/src/fragments/disabled.d.ts.map +1 -0
  24. package/dist/types/src/fragments/hover.d.ts +10 -0
  25. package/dist/types/src/fragments/hover.d.ts.map +1 -0
  26. package/dist/types/src/fragments/index.d.ts +5 -0
  27. package/dist/types/src/fragments/index.d.ts.map +1 -0
  28. package/dist/types/src/fragments/text.d.ts +2 -0
  29. package/dist/types/src/fragments/text.d.ts.map +1 -0
  30. package/dist/types/src/index.d.ts +3 -10
  31. package/dist/types/src/index.d.ts.map +1 -1
  32. package/dist/types/src/plugins/ThemePlugin.d.ts +16 -0
  33. package/dist/types/src/plugins/ThemePlugin.d.ts.map +1 -0
  34. package/dist/types/src/plugins/dark-mode.d.ts +1 -0
  35. package/dist/types/src/plugins/dark-mode.d.ts.map +1 -0
  36. package/dist/types/src/theme/components/avatar.d.ts.map +1 -0
  37. package/dist/types/src/theme/components/breadcrumb.d.ts.map +1 -0
  38. package/dist/types/src/theme/components/button.d.ts +15 -0
  39. package/dist/types/src/theme/components/button.d.ts.map +1 -0
  40. package/dist/types/src/theme/components/card.d.ts +12 -0
  41. package/dist/types/src/theme/components/card.d.ts.map +1 -0
  42. package/dist/types/src/{styles → theme}/components/dialog.d.ts +2 -0
  43. package/dist/types/src/theme/components/dialog.d.ts.map +1 -0
  44. package/dist/types/src/theme/components/focus.d.ts +6 -0
  45. package/dist/types/src/theme/components/focus.d.ts.map +1 -0
  46. package/dist/types/src/{styles → theme}/components/icon-button.d.ts +1 -0
  47. package/dist/types/src/theme/components/icon-button.d.ts.map +1 -0
  48. package/dist/types/src/{styles → theme}/components/icon.d.ts +3 -0
  49. package/dist/types/src/theme/components/icon.d.ts.map +1 -0
  50. package/dist/types/src/{styles → theme}/components/index.d.ts +4 -1
  51. package/dist/types/src/theme/components/index.d.ts.map +1 -0
  52. package/dist/types/src/{styles → theme}/components/input.d.ts +31 -27
  53. package/dist/types/src/theme/components/input.d.ts.map +1 -0
  54. package/dist/types/src/theme/components/link.d.ts.map +1 -0
  55. package/dist/types/src/theme/components/list.d.ts.map +1 -0
  56. package/dist/types/src/{styles → theme}/components/main.d.ts +2 -7
  57. package/dist/types/src/theme/components/main.d.ts.map +1 -0
  58. package/dist/types/src/{styles → theme}/components/menu.d.ts +1 -1
  59. package/dist/types/src/theme/components/menu.d.ts.map +1 -0
  60. package/dist/types/src/{styles → theme}/components/message.d.ts +1 -0
  61. package/dist/types/src/theme/components/message.d.ts.map +1 -0
  62. package/dist/types/src/{styles → theme}/components/popover.d.ts +1 -1
  63. package/dist/types/src/theme/components/popover.d.ts.map +1 -0
  64. package/dist/types/src/theme/components/scroll-area.d.ts +32 -0
  65. package/dist/types/src/theme/components/scroll-area.d.ts.map +1 -0
  66. package/dist/types/src/theme/components/select.d.ts.map +1 -0
  67. package/dist/types/src/theme/components/separator.d.ts.map +1 -0
  68. package/dist/types/src/theme/components/skeleton.d.ts +7 -0
  69. package/dist/types/src/theme/components/skeleton.d.ts.map +1 -0
  70. package/dist/types/src/theme/components/splitter.d.ts +4 -0
  71. package/dist/types/src/theme/components/splitter.d.ts.map +1 -0
  72. package/dist/types/src/{styles → theme}/components/status.d.ts +1 -1
  73. package/dist/types/src/theme/components/status.d.ts.map +1 -0
  74. package/dist/types/src/theme/components/tag.d.ts.map +1 -0
  75. package/dist/types/src/theme/components/toast.d.ts.map +1 -0
  76. package/dist/types/src/theme/components/toolbar.d.ts +11 -0
  77. package/dist/types/src/theme/components/toolbar.d.ts.map +1 -0
  78. package/dist/types/src/theme/components/tooltip.d.ts.map +1 -0
  79. package/dist/types/src/theme/components/treegrid.d.ts.map +1 -0
  80. package/dist/types/src/theme/index.d.ts +4 -0
  81. package/dist/types/src/theme/index.d.ts.map +1 -0
  82. package/dist/types/src/theme/primitives/column.d.ts +29 -0
  83. package/dist/types/src/theme/primitives/column.d.ts.map +1 -0
  84. package/dist/types/src/theme/primitives/index.d.ts +3 -0
  85. package/dist/types/src/theme/primitives/index.d.ts.map +1 -0
  86. package/dist/types/src/theme/primitives/panel.d.ts +13 -0
  87. package/dist/types/src/theme/primitives/panel.d.ts.map +1 -0
  88. package/dist/types/src/theme/theme.d.ts +5 -0
  89. package/dist/types/src/theme/theme.d.ts.map +1 -0
  90. package/dist/types/src/{styles/fragments → util}/elevation.d.ts +0 -6
  91. package/dist/types/src/util/elevation.d.ts.map +1 -0
  92. package/dist/types/src/util/hash-styles.d.ts +8 -5
  93. package/dist/types/src/util/hash-styles.d.ts.map +1 -1
  94. package/dist/types/src/util/index.d.ts +3 -0
  95. package/dist/types/src/util/index.d.ts.map +1 -1
  96. package/dist/types/src/util/mx.d.ts +56 -0
  97. package/dist/types/src/util/mx.d.ts.map +1 -1
  98. package/dist/types/src/util/size.d.ts +27 -0
  99. package/dist/types/src/util/size.d.ts.map +1 -0
  100. package/dist/types/src/util/valence.d.ts +4 -0
  101. package/dist/types/src/util/valence.d.ts.map +1 -0
  102. package/dist/types/tsconfig.tsbuildinfo +1 -1
  103. package/package.json +25 -35
  104. package/src/Theme.stories.tsx +224 -0
  105. package/src/css/base/base.css +43 -0
  106. package/src/{styles/layers → css/base}/typography.css +3 -5
  107. package/src/{styles/layers → css/components}/button.css +23 -14
  108. package/src/{styles/layers → css/components}/checkbox.css +12 -8
  109. package/src/{styles/layers → css/components}/dialog.css +16 -15
  110. package/src/{styles/layers/focus-ring.css → css/components/focus.css} +60 -41
  111. package/src/css/components/icon.css +9 -0
  112. package/src/css/components/link.css +9 -0
  113. package/src/css/components/panel.css +117 -0
  114. package/src/css/components/scrollbar.css +24 -0
  115. package/src/css/components/selected.css +30 -0
  116. package/src/css/components/surface.css +34 -0
  117. package/src/css/components/tag.css +132 -0
  118. package/src/css/components/text.css +124 -0
  119. package/src/css/integrations/codemirror.css +34 -0
  120. package/src/css/integrations/tldraw.css +14 -0
  121. package/src/css/layout/main.css +205 -0
  122. package/src/{styles/layers → css/layout}/native.css +6 -4
  123. package/src/css/layout/positioning.css +19 -0
  124. package/src/{styles/layers → css/layout}/size.css +129 -108
  125. package/src/css/theme/animation.css +260 -0
  126. package/src/css/theme/border.css +23 -0
  127. package/src/css/theme/palette.css +36 -0
  128. package/src/css/theme/semantic.css +116 -0
  129. package/src/css/theme/spacing.css +147 -0
  130. package/src/css/theme/styles.css +145 -0
  131. package/src/css/theme/text.css +37 -0
  132. package/src/css/utilities.css +118 -0
  133. package/src/defs.ts +48 -0
  134. package/src/fragments/AUDIT.md +57 -0
  135. package/src/fragments/density.ts +16 -0
  136. package/src/fragments/hover.ts +18 -0
  137. package/src/fragments/index.ts +10 -0
  138. package/src/fragments/text.ts +6 -0
  139. package/src/index.ts +3 -14
  140. package/src/main.css +87 -0
  141. package/src/plugins/ThemePlugin.ts +125 -0
  142. package/src/plugins/dark-mode.ts +22 -0
  143. package/src/plugins/main.css +45 -0
  144. package/src/{styles → theme}/components/avatar.ts +12 -13
  145. package/src/theme/components/button.ts +48 -0
  146. package/src/theme/components/card.ts +102 -0
  147. package/src/{styles → theme}/components/dialog.ts +19 -10
  148. package/src/theme/components/focus.ts +33 -0
  149. package/src/{styles → theme}/components/icon-button.ts +6 -5
  150. package/src/theme/components/icon.ts +28 -0
  151. package/src/{styles → theme}/components/index.ts +4 -1
  152. package/src/theme/components/input.ts +171 -0
  153. package/src/{styles → theme}/components/link.ts +3 -4
  154. package/src/{styles → theme}/components/list.ts +5 -5
  155. package/src/{styles → theme}/components/main.ts +2 -6
  156. package/src/{styles → theme}/components/menu.ts +11 -21
  157. package/src/{styles → theme}/components/message.ts +11 -7
  158. package/src/{styles → theme}/components/popover.ts +13 -12
  159. package/src/theme/components/scroll-area.ts +115 -0
  160. package/src/{styles → theme}/components/select.ts +8 -16
  161. package/src/{styles → theme}/components/separator.ts +3 -3
  162. package/src/theme/components/skeleton.ts +23 -0
  163. package/src/theme/components/splitter.ts +20 -0
  164. package/src/{styles → theme}/components/status.ts +7 -7
  165. package/src/{styles → theme}/components/tag.ts +1 -1
  166. package/src/{styles → theme}/components/toast.ts +6 -8
  167. package/src/theme/components/toolbar.ts +35 -0
  168. package/src/{styles → theme}/components/tooltip.ts +4 -6
  169. package/src/{styles → theme}/components/treegrid.ts +9 -9
  170. package/src/{styles → theme}/index.ts +2 -2
  171. package/src/theme/primitives/column.ts +71 -0
  172. package/src/theme/primitives/index.ts +6 -0
  173. package/src/theme/primitives/panel.ts +43 -0
  174. package/src/{styles → theme}/theme.ts +27 -9
  175. package/src/typings.d.ts +3 -1
  176. package/src/{styles/fragments → util}/elevation.ts +6 -8
  177. package/src/util/hash-styles.ts +118 -98
  178. package/src/util/index.ts +3 -0
  179. package/src/util/mx.ts +165 -43
  180. package/src/util/size.ts +103 -0
  181. package/src/util/valence.ts +33 -0
  182. package/dist/plugin/node-cjs/chunk-UUMDOU7E.cjs +0 -79
  183. package/dist/plugin/node-cjs/chunk-UUMDOU7E.cjs.map +0 -7
  184. package/dist/plugin/node-cjs/chunk-ZVALPM6U.cjs +0 -1619
  185. package/dist/plugin/node-cjs/chunk-ZVALPM6U.cjs.map +0 -7
  186. package/dist/plugin/node-cjs/config/tailwind.cjs +0 -29
  187. package/dist/plugin/node-cjs/config/tailwind.cjs.map +0 -7
  188. package/dist/plugin/node-cjs/plugins/esbuild-plugin.cjs +0 -90
  189. package/dist/plugin/node-cjs/plugins/esbuild-plugin.cjs.map +0 -7
  190. package/dist/plugin/node-cjs/plugins/plugin.cjs +0 -124
  191. package/dist/plugin/node-cjs/plugins/plugin.cjs.map +0 -7
  192. package/dist/plugin/node-cjs/theme.css +0 -1418
  193. package/dist/plugin/node-cjs/theme.css.map +0 -7
  194. package/dist/plugin/node-esm/chunk-AFRHJHP4.mjs +0 -49
  195. package/dist/plugin/node-esm/chunk-AFRHJHP4.mjs.map +0 -7
  196. package/dist/plugin/node-esm/chunk-HJE6EZWE.mjs +0 -1614
  197. package/dist/plugin/node-esm/chunk-HJE6EZWE.mjs.map +0 -7
  198. package/dist/plugin/node-esm/config/tailwind.mjs +0 -8
  199. package/dist/plugin/node-esm/config/tailwind.mjs.map +0 -7
  200. package/dist/plugin/node-esm/plugins/esbuild-plugin.mjs +0 -63
  201. package/dist/plugin/node-esm/plugins/esbuild-plugin.mjs.map +0 -7
  202. package/dist/plugin/node-esm/plugins/plugin.mjs +0 -98
  203. package/dist/plugin/node-esm/plugins/plugin.mjs.map +0 -7
  204. package/dist/plugin/node-esm/theme.css +0 -1418
  205. package/dist/plugin/node-esm/theme.css.map +0 -7
  206. package/dist/types/src/Tokens.stories.d.ts +0 -10
  207. package/dist/types/src/Tokens.stories.d.ts.map +0 -1
  208. package/dist/types/src/config/index.d.ts +0 -3
  209. package/dist/types/src/config/index.d.ts.map +0 -1
  210. package/dist/types/src/config/tailwind.d.ts +0 -9
  211. package/dist/types/src/config/tailwind.d.ts.map +0 -1
  212. package/dist/types/src/config/tokens/alias-colors.d.ts +0 -21
  213. package/dist/types/src/config/tokens/alias-colors.d.ts.map +0 -1
  214. package/dist/types/src/config/tokens/index.d.ts +0 -486
  215. package/dist/types/src/config/tokens/index.d.ts.map +0 -1
  216. package/dist/types/src/config/tokens/lengths.d.ts +0 -139
  217. package/dist/types/src/config/tokens/lengths.d.ts.map +0 -1
  218. package/dist/types/src/config/tokens/physical-colors.d.ts +0 -23
  219. package/dist/types/src/config/tokens/physical-colors.d.ts.map +0 -1
  220. package/dist/types/src/config/tokens/semantic-colors.d.ts +0 -187
  221. package/dist/types/src/config/tokens/semantic-colors.d.ts.map +0 -1
  222. package/dist/types/src/config/tokens/sememes-calls.d.ts +0 -3
  223. package/dist/types/src/config/tokens/sememes-calls.d.ts.map +0 -1
  224. package/dist/types/src/config/tokens/sememes-codemirror.d.ts +0 -43
  225. package/dist/types/src/config/tokens/sememes-codemirror.d.ts.map +0 -1
  226. package/dist/types/src/config/tokens/sememes-hue.d.ts +0 -4
  227. package/dist/types/src/config/tokens/sememes-hue.d.ts.map +0 -1
  228. package/dist/types/src/config/tokens/sememes-sheet.d.ts +0 -58
  229. package/dist/types/src/config/tokens/sememes-sheet.d.ts.map +0 -1
  230. package/dist/types/src/config/tokens/sememes-system.d.ts +0 -99
  231. package/dist/types/src/config/tokens/sememes-system.d.ts.map +0 -1
  232. package/dist/types/src/config/tokens/sizes.d.ts +0 -7
  233. package/dist/types/src/config/tokens/sizes.d.ts.map +0 -1
  234. package/dist/types/src/config/tokens/types.d.ts +0 -5
  235. package/dist/types/src/config/tokens/types.d.ts.map +0 -1
  236. package/dist/types/src/plugins/esbuild-plugin.d.ts +0 -9
  237. package/dist/types/src/plugins/esbuild-plugin.d.ts.map +0 -1
  238. package/dist/types/src/plugins/plugin.d.ts +0 -20
  239. package/dist/types/src/plugins/plugin.d.ts.map +0 -1
  240. package/dist/types/src/plugins/resolveContent.d.ts +0 -2
  241. package/dist/types/src/plugins/resolveContent.d.ts.map +0 -1
  242. package/dist/types/src/styles/components/anchored-overflow.d.ts +0 -6
  243. package/dist/types/src/styles/components/anchored-overflow.d.ts.map +0 -1
  244. package/dist/types/src/styles/components/avatar.d.ts.map +0 -1
  245. package/dist/types/src/styles/components/breadcrumb.d.ts.map +0 -1
  246. package/dist/types/src/styles/components/button.d.ts +0 -19
  247. package/dist/types/src/styles/components/button.d.ts.map +0 -1
  248. package/dist/types/src/styles/components/dialog.d.ts.map +0 -1
  249. package/dist/types/src/styles/components/icon-button.d.ts.map +0 -1
  250. package/dist/types/src/styles/components/icon.d.ts.map +0 -1
  251. package/dist/types/src/styles/components/index.d.ts.map +0 -1
  252. package/dist/types/src/styles/components/input.d.ts.map +0 -1
  253. package/dist/types/src/styles/components/link.d.ts.map +0 -1
  254. package/dist/types/src/styles/components/list.d.ts.map +0 -1
  255. package/dist/types/src/styles/components/main.d.ts.map +0 -1
  256. package/dist/types/src/styles/components/menu.d.ts.map +0 -1
  257. package/dist/types/src/styles/components/message.d.ts.map +0 -1
  258. package/dist/types/src/styles/components/popover.d.ts.map +0 -1
  259. package/dist/types/src/styles/components/scroll-area.d.ts +0 -9
  260. package/dist/types/src/styles/components/scroll-area.d.ts.map +0 -1
  261. package/dist/types/src/styles/components/select.d.ts.map +0 -1
  262. package/dist/types/src/styles/components/separator.d.ts.map +0 -1
  263. package/dist/types/src/styles/components/status.d.ts.map +0 -1
  264. package/dist/types/src/styles/components/tag.d.ts.map +0 -1
  265. package/dist/types/src/styles/components/toast.d.ts.map +0 -1
  266. package/dist/types/src/styles/components/toolbar.d.ts +0 -11
  267. package/dist/types/src/styles/components/toolbar.d.ts.map +0 -1
  268. package/dist/types/src/styles/components/tooltip.d.ts.map +0 -1
  269. package/dist/types/src/styles/components/treegrid.d.ts.map +0 -1
  270. package/dist/types/src/styles/fragments/density.d.ts +0 -13
  271. package/dist/types/src/styles/fragments/density.d.ts.map +0 -1
  272. package/dist/types/src/styles/fragments/dimension.d.ts +0 -5
  273. package/dist/types/src/styles/fragments/dimension.d.ts.map +0 -1
  274. package/dist/types/src/styles/fragments/disabled.d.ts.map +0 -1
  275. package/dist/types/src/styles/fragments/elevation.d.ts.map +0 -1
  276. package/dist/types/src/styles/fragments/focus.d.ts +0 -6
  277. package/dist/types/src/styles/fragments/focus.d.ts.map +0 -1
  278. package/dist/types/src/styles/fragments/group.d.ts +0 -5
  279. package/dist/types/src/styles/fragments/group.d.ts.map +0 -1
  280. package/dist/types/src/styles/fragments/hover.d.ts +0 -17
  281. package/dist/types/src/styles/fragments/hover.d.ts.map +0 -1
  282. package/dist/types/src/styles/fragments/index.d.ts +0 -17
  283. package/dist/types/src/styles/fragments/index.d.ts.map +0 -1
  284. package/dist/types/src/styles/fragments/layout.d.ts +0 -3
  285. package/dist/types/src/styles/fragments/layout.d.ts.map +0 -1
  286. package/dist/types/src/styles/fragments/motion.d.ts +0 -2
  287. package/dist/types/src/styles/fragments/motion.d.ts.map +0 -1
  288. package/dist/types/src/styles/fragments/ornament.d.ts +0 -5
  289. package/dist/types/src/styles/fragments/ornament.d.ts.map +0 -1
  290. package/dist/types/src/styles/fragments/selected.d.ts +0 -13
  291. package/dist/types/src/styles/fragments/selected.d.ts.map +0 -1
  292. package/dist/types/src/styles/fragments/shimmer.d.ts +0 -3
  293. package/dist/types/src/styles/fragments/shimmer.d.ts.map +0 -1
  294. package/dist/types/src/styles/fragments/size.d.ts +0 -9
  295. package/dist/types/src/styles/fragments/size.d.ts.map +0 -1
  296. package/dist/types/src/styles/fragments/surface.d.ts +0 -9
  297. package/dist/types/src/styles/fragments/surface.d.ts.map +0 -1
  298. package/dist/types/src/styles/fragments/text.d.ts +0 -7
  299. package/dist/types/src/styles/fragments/text.d.ts.map +0 -1
  300. package/dist/types/src/styles/fragments/valence.d.ts +0 -13
  301. package/dist/types/src/styles/fragments/valence.d.ts.map +0 -1
  302. package/dist/types/src/styles/index.d.ts +0 -4
  303. package/dist/types/src/styles/index.d.ts.map +0 -1
  304. package/dist/types/src/styles/theme.d.ts +0 -5
  305. package/dist/types/src/styles/theme.d.ts.map +0 -1
  306. package/dist/types/src/tailwind.d.ts +0 -3
  307. package/dist/types/src/tailwind.d.ts.map +0 -1
  308. package/dist/types/src/types.d.ts +0 -3
  309. package/dist/types/src/types.d.ts.map +0 -1
  310. package/dist/types/src/util/withLogical.d.ts +0 -164
  311. package/dist/types/src/util/withLogical.d.ts.map +0 -1
  312. package/src/Tokens.stories.tsx +0 -88
  313. package/src/config/index.ts +0 -6
  314. package/src/config/tailwind.ts +0 -264
  315. package/src/config/tokens/alias-colors.ts +0 -39
  316. package/src/config/tokens/index.ts +0 -92
  317. package/src/config/tokens/lengths.ts +0 -97
  318. package/src/config/tokens/physical-colors.ts +0 -125
  319. package/src/config/tokens/semantic-colors.ts +0 -27
  320. package/src/config/tokens/sememes-calls.ts +0 -17
  321. package/src/config/tokens/sememes-codemirror.ts +0 -50
  322. package/src/config/tokens/sememes-hue.ts +0 -54
  323. package/src/config/tokens/sememes-sheet.ts +0 -62
  324. package/src/config/tokens/sememes-system.ts +0 -302
  325. package/src/config/tokens/sizes.ts +0 -10
  326. package/src/config/tokens/types.ts +0 -9
  327. package/src/docs/theme.drawio.svg +0 -635
  328. package/src/plugins/esbuild-plugin.ts +0 -65
  329. package/src/plugins/plugin.ts +0 -130
  330. package/src/plugins/resolveContent.ts +0 -51
  331. package/src/styles/components/README.md +0 -6
  332. package/src/styles/components/anchored-overflow.ts +0 -20
  333. package/src/styles/components/button.ts +0 -48
  334. package/src/styles/components/icon.ts +0 -19
  335. package/src/styles/components/input.ts +0 -177
  336. package/src/styles/components/scroll-area.ts +0 -43
  337. package/src/styles/components/toolbar.ts +0 -29
  338. package/src/styles/fragments/density.ts +0 -17
  339. package/src/styles/fragments/dimension.ts +0 -8
  340. package/src/styles/fragments/focus.ts +0 -16
  341. package/src/styles/fragments/group.ts +0 -12
  342. package/src/styles/fragments/hover.ts +0 -25
  343. package/src/styles/fragments/index.ts +0 -20
  344. package/src/styles/fragments/layout.ts +0 -7
  345. package/src/styles/fragments/motion.ts +0 -6
  346. package/src/styles/fragments/ornament.ts +0 -10
  347. package/src/styles/fragments/selected.ts +0 -45
  348. package/src/styles/fragments/shimmer.ts +0 -9
  349. package/src/styles/fragments/size.ts +0 -117
  350. package/src/styles/fragments/surface.ts +0 -29
  351. package/src/styles/fragments/text.ts +0 -12
  352. package/src/styles/fragments/valence.ts +0 -46
  353. package/src/styles/layers/README.md +0 -15
  354. package/src/styles/layers/anchored-overflow.css +0 -9
  355. package/src/styles/layers/animation.css +0 -17
  356. package/src/styles/layers/attention.css +0 -8
  357. package/src/styles/layers/base.css +0 -25
  358. package/src/styles/layers/can-scroll.css +0 -26
  359. package/src/styles/layers/drag-preview.css +0 -18
  360. package/src/styles/layers/hues.css +0 -110
  361. package/src/styles/layers/index.css +0 -26
  362. package/src/styles/layers/main.css +0 -227
  363. package/src/styles/layers/positioning.css +0 -23
  364. package/src/styles/layers/surfaces.css +0 -31
  365. package/src/styles/layers/tag.css +0 -132
  366. package/src/styles/layers/tldraw.css +0 -91
  367. package/src/styles/layers/tokens.css +0 -46
  368. package/src/tailwind.ts +0 -7
  369. package/src/theme.css +0 -9
  370. package/src/types.ts +0 -7
  371. package/src/util/withLogical.ts +0 -114
  372. /package/dist/types/src/{styles/fragments → fragments}/disabled.d.ts +0 -0
  373. /package/dist/types/src/{styles → theme}/components/avatar.d.ts +0 -0
  374. /package/dist/types/src/{styles → theme}/components/breadcrumb.d.ts +0 -0
  375. /package/dist/types/src/{styles → theme}/components/link.d.ts +0 -0
  376. /package/dist/types/src/{styles → theme}/components/list.d.ts +0 -0
  377. /package/dist/types/src/{styles → theme}/components/select.d.ts +0 -0
  378. /package/dist/types/src/{styles → theme}/components/separator.d.ts +0 -0
  379. /package/dist/types/src/{styles → theme}/components/tag.d.ts +0 -0
  380. /package/dist/types/src/{styles → theme}/components/toast.d.ts +0 -0
  381. /package/dist/types/src/{styles → theme}/components/tooltip.d.ts +0 -0
  382. /package/dist/types/src/{styles → theme}/components/treegrid.d.ts +0 -0
  383. /package/src/{styles/fragments → fragments}/disabled.ts +0 -0
  384. /package/src/{styles → theme}/components/breadcrumb.ts +0 -0
@@ -1,486 +0,0 @@
1
- export * from './sizes';
2
- export declare const hues: string[];
3
- export declare const tokenSet: {
4
- colors: {
5
- physical: import("@ch-ui/tokens").ColorsPhysicalLayer;
6
- semantic: {
7
- conditions: {
8
- light: string[];
9
- dark: string[];
10
- };
11
- sememes: {
12
- baseSurface: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
13
- groupSurface: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
14
- modalSurface: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
15
- textInputSurfaceBase: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
16
- textInputSurfaceGroup: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
17
- textInputSurfaceModal: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
18
- inputSurfaceBase: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
19
- inputSurfaceGroup: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
20
- inputSurfaceModal: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
21
- hoverSurfaceBase: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
22
- hoverSurfaceGroup: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
23
- hoverSurfaceModal: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
24
- separatorBase: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
25
- separatorGroup: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
26
- separatorModal: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
27
- subduedSeparator: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
28
- unAccent: {
29
- light: [string, number];
30
- dark: [string, number];
31
- };
32
- unAccentHover: {
33
- light: [string, number];
34
- dark: [string, number];
35
- };
36
- hoverOverlay: {
37
- light: [string, string];
38
- dark: [string, string];
39
- };
40
- scrimSurface: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
41
- focusSurface: {
42
- light: [string, number];
43
- dark: [string, number];
44
- };
45
- deckSurface: {
46
- light: [string, number];
47
- dark: [string, number];
48
- };
49
- inverseSurface: {
50
- light: [string, number];
51
- dark: [string, number];
52
- };
53
- accentSurfaceRelated: {
54
- light: [string, string];
55
- dark: [string, string];
56
- };
57
- accentSurfaceHover: {
58
- light: [string, number];
59
- dark: [string, number];
60
- };
61
- accentSurface: {
62
- light: [string, number];
63
- dark: [string, number];
64
- };
65
- baseText: {
66
- light: [string, number];
67
- dark: [string, number];
68
- };
69
- inverseSurfaceText: {
70
- light: [string, number];
71
- dark: [string, number];
72
- };
73
- description: {
74
- light: [string, number];
75
- dark: [string, number];
76
- };
77
- subdued: {
78
- light: [string, number];
79
- dark: [string, number];
80
- };
81
- placeholder: {
82
- light: [string, number];
83
- dark: [string, number];
84
- };
85
- accentText: {
86
- light: [string, number];
87
- dark: [string, number];
88
- };
89
- accentSurfaceText: {
90
- light: [string, number];
91
- dark: [string, number];
92
- };
93
- accentTextHover: {
94
- light: [string, number];
95
- dark: [string, number];
96
- };
97
- accentFocusIndicator: {
98
- light: [string, number];
99
- dark: [string, number];
100
- };
101
- neutralFocusIndicator: {
102
- light: [string, number];
103
- dark: [string, number];
104
- };
105
- axisSurface: {
106
- light: [string, number];
107
- dark: [string, number];
108
- };
109
- axisText: {
110
- light: [string, number];
111
- dark: [string, number];
112
- };
113
- axisSelectedSurface: {
114
- light: [string, number];
115
- dark: [string, number];
116
- };
117
- axisSelectedText: {
118
- light: [string, number];
119
- dark: [string, number];
120
- };
121
- gridCell: {
122
- light: [string, string];
123
- dark: [string, number];
124
- };
125
- gridCellSelected: {
126
- light: [string, number];
127
- dark: [string, number];
128
- };
129
- gridOverlay: {
130
- light: [string, string];
131
- dark: [string, string];
132
- };
133
- gridSelectionOverlay: {
134
- light: [string, string];
135
- dark: [string, string];
136
- };
137
- gridHighlight: {
138
- light: [string, string];
139
- dark: [string, string];
140
- };
141
- gridCommented: {
142
- light: [string, number];
143
- dark: [string, number];
144
- };
145
- gridCommentedActive: {
146
- light: [string, string];
147
- dark: [string, string];
148
- };
149
- cmCodeblock: {
150
- light: [string, string];
151
- dark: [string, string];
152
- };
153
- cmActiveLine: {
154
- light: [string, string];
155
- dark: [string, string];
156
- };
157
- cmSeparator: {
158
- light: [string, number];
159
- dark: [string, number];
160
- };
161
- cmCursor: {
162
- light: [string, number];
163
- dark: [string, number];
164
- };
165
- cmSelection: {
166
- light: [string, string];
167
- dark: [string, string];
168
- };
169
- cmFocusedSelection: {
170
- light: [string, number];
171
- dark: [string, number];
172
- };
173
- cmHighlight: {
174
- light: [string, number];
175
- dark: [string, number];
176
- };
177
- cmHighlightSurface: {
178
- light: [string, number];
179
- dark: [string, number];
180
- };
181
- cmCommentText: {
182
- light: [string, number];
183
- dark: [string, number];
184
- };
185
- cmCommentSurface: {
186
- light: [string, number];
187
- dark: [string, number];
188
- };
189
- };
190
- namespace: string;
191
- };
192
- alias: {
193
- conditions: {
194
- root: string[];
195
- group: string[];
196
- modal: string[];
197
- gridFocusStack: string[];
198
- };
199
- aliases: {
200
- activeSurface: {
201
- root: string[];
202
- };
203
- accentFocusIndicator: {
204
- root: string[];
205
- };
206
- neutralFocusIndicator: {
207
- gridFocusStack: string[];
208
- };
209
- };
210
- namespace: string;
211
- };
212
- };
213
- lengths: {
214
- physical: {
215
- namespace: string;
216
- conditions: {
217
- root: string[];
218
- };
219
- series: {
220
- line: {
221
- root: {
222
- unit: string;
223
- initial: number;
224
- slope: number;
225
- };
226
- };
227
- lacuna: {
228
- root: {
229
- unit: string;
230
- initial: number;
231
- slope: number;
232
- };
233
- };
234
- };
235
- };
236
- semantic: {
237
- namespace: string;
238
- conditions: {
239
- root: string[];
240
- };
241
- sememes: {
242
- noLine: {
243
- root: [string, number];
244
- };
245
- hairLine: {
246
- root: [string, number];
247
- };
248
- thickLine: {
249
- root: [string, number];
250
- };
251
- trimXs: {
252
- root: [string, number];
253
- };
254
- trimSm: {
255
- root: [string, number];
256
- };
257
- trimMd: {
258
- root: [string, number];
259
- };
260
- trimLg: {
261
- root: [string, number];
262
- };
263
- inputFine: {
264
- root: [string, number];
265
- };
266
- inputCoarse: {
267
- root: [string, number];
268
- };
269
- };
270
- };
271
- alias: {
272
- namespace: string;
273
- conditions: {
274
- fine: string[];
275
- coarse: string[];
276
- flush: string[];
277
- gridFocusStack: string[];
278
- };
279
- aliases: {
280
- noLine: {
281
- fine: string[];
282
- };
283
- hairLine: {
284
- fine: string[];
285
- };
286
- thickLine: {
287
- fine: string[];
288
- gridFocusStack: string[];
289
- };
290
- trimXs: {
291
- fine: string[];
292
- };
293
- trimSm: {
294
- fine: string[];
295
- };
296
- trimMd: {
297
- coarse: string[];
298
- };
299
- inputFine: {
300
- fine: string[];
301
- };
302
- inputCoarse: {
303
- coarse: string[];
304
- };
305
- };
306
- };
307
- };
308
- maxSizes: {
309
- physical: {
310
- namespace: string;
311
- conditions: {
312
- root: string[];
313
- };
314
- series: {
315
- size: {
316
- root: {
317
- unit: string;
318
- initial: number;
319
- slope: number;
320
- };
321
- };
322
- };
323
- };
324
- semantic: {
325
- namespace: string;
326
- conditions: {
327
- root: string[];
328
- };
329
- sememes: {
330
- 'prose-max-width': {
331
- root: [string, number];
332
- };
333
- 'container-max-width': {
334
- root: [string, number];
335
- };
336
- 'popover-max-width': {
337
- root: [string, number];
338
- };
339
- 'card-default-width': {
340
- root: [string, number];
341
- };
342
- 'card-min-width': {
343
- root: [string, number];
344
- };
345
- 'card-max-width': {
346
- root: [string, number];
347
- };
348
- };
349
- };
350
- };
351
- };
352
- export declare const userDefaultTokenSet: {
353
- colors: {
354
- physical: {
355
- definitions: {
356
- series: {
357
- neutral: import("@ch-ui/tokens").HelicalArcSeries;
358
- primary: import("@ch-ui/tokens").HelicalArcSeries;
359
- };
360
- accompanyingSeries: Record<string, any> | undefined;
361
- };
362
- conditions: Partial<Record<import("@ch-ui/colors").Gamut, import("@ch-ui/tokens").Statements>>;
363
- series: {
364
- neutral: Partial<Partial<Record<import("@ch-ui/colors").Gamut, import("@ch-ui/tokens").HelicalArcSeries>>>;
365
- primary: Partial<Partial<Record<import("@ch-ui/colors").Gamut, import("@ch-ui/tokens").HelicalArcSeries>>>;
366
- };
367
- namespace: string | undefined;
368
- };
369
- semantic: {
370
- conditions: {
371
- light: string[];
372
- dark: string[];
373
- };
374
- sememes: {
375
- baseSurface: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
376
- groupSurface: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
377
- modalSurface: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
378
- textInputSurfaceBase: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
379
- textInputSurfaceGroup: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
380
- textInputSurfaceModal: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
381
- inputSurfaceBase: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
382
- inputSurfaceGroup: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
383
- inputSurfaceModal: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
384
- hoverSurfaceBase: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
385
- hoverSurfaceGroup: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
386
- hoverSurfaceModal: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
387
- separatorBase: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
388
- separatorGroup: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
389
- separatorModal: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
390
- subduedSeparator: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
391
- unAccent: {
392
- light: [string, number];
393
- dark: [string, number];
394
- };
395
- unAccentHover: {
396
- light: [string, number];
397
- dark: [string, number];
398
- };
399
- hoverOverlay: {
400
- light: [string, string];
401
- dark: [string, string];
402
- };
403
- scrimSurface: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
404
- focusSurface: {
405
- light: [string, number];
406
- dark: [string, number];
407
- };
408
- deckSurface: {
409
- light: [string, number];
410
- dark: [string, number];
411
- };
412
- inverseSurface: {
413
- light: [string, number];
414
- dark: [string, number];
415
- };
416
- accentSurfaceRelated: {
417
- light: [string, string];
418
- dark: [string, string];
419
- };
420
- accentSurfaceHover: {
421
- light: [string, number];
422
- dark: [string, number];
423
- };
424
- accentSurface: {
425
- light: [string, number];
426
- dark: [string, number];
427
- };
428
- baseText: {
429
- light: [string, number];
430
- dark: [string, number];
431
- };
432
- inverseSurfaceText: {
433
- light: [string, number];
434
- dark: [string, number];
435
- };
436
- description: {
437
- light: [string, number];
438
- dark: [string, number];
439
- };
440
- subdued: {
441
- light: [string, number];
442
- dark: [string, number];
443
- };
444
- placeholder: {
445
- light: [string, number];
446
- dark: [string, number];
447
- };
448
- accentText: {
449
- light: [string, number];
450
- dark: [string, number];
451
- };
452
- accentSurfaceText: {
453
- light: [string, number];
454
- dark: [string, number];
455
- };
456
- accentTextHover: {
457
- light: [string, number];
458
- dark: [string, number];
459
- };
460
- accentFocusIndicator: {
461
- light: [string, number];
462
- dark: [string, number];
463
- };
464
- neutralFocusIndicator: {
465
- light: [string, number];
466
- dark: [string, number];
467
- };
468
- };
469
- namespace: string;
470
- };
471
- alias: {
472
- conditions: {
473
- root: string[];
474
- group: string[];
475
- modal: string[];
476
- gridFocusStack: string[];
477
- };
478
- aliases: Record<string, Record<string, string[]>>;
479
- namespace: string;
480
- };
481
- };
482
- };
483
- export declare const tokensTailwindConfig: Partial<import("tailwindcss/types/config").CustomThemeConfig & {
484
- extend: Partial<import("tailwindcss/types/config").CustomThemeConfig>;
485
- }>;
486
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/config/tokens/index.ts"],"names":[],"mappings":"AAcA,cAAc,SAAS,CAAC;AAExB,eAAO,MAAM,IAAI,UAA2B,CAAC;AAE7C,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAQD,CAAC;AAmCrB,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4BZ,CAAC;AAErB,eAAO,MAAM,oBAAoB;;EAAmC,CAAC"}
@@ -1,139 +0,0 @@
1
- export declare const lengthsFacet: {
2
- physical: {
3
- namespace: string;
4
- conditions: {
5
- root: string[];
6
- };
7
- series: {
8
- line: {
9
- root: {
10
- unit: string;
11
- initial: number;
12
- slope: number;
13
- };
14
- };
15
- lacuna: {
16
- root: {
17
- unit: string;
18
- initial: number;
19
- slope: number;
20
- };
21
- };
22
- };
23
- };
24
- semantic: {
25
- namespace: string;
26
- conditions: {
27
- root: string[];
28
- };
29
- sememes: {
30
- noLine: {
31
- root: [string, number];
32
- };
33
- hairLine: {
34
- root: [string, number];
35
- };
36
- thickLine: {
37
- root: [string, number];
38
- };
39
- trimXs: {
40
- root: [string, number];
41
- };
42
- trimSm: {
43
- root: [string, number];
44
- };
45
- trimMd: {
46
- root: [string, number];
47
- };
48
- trimLg: {
49
- root: [string, number];
50
- };
51
- inputFine: {
52
- root: [string, number];
53
- };
54
- inputCoarse: {
55
- root: [string, number];
56
- };
57
- };
58
- };
59
- alias: {
60
- namespace: string;
61
- conditions: {
62
- fine: string[];
63
- coarse: string[];
64
- flush: string[];
65
- gridFocusStack: string[];
66
- };
67
- aliases: {
68
- noLine: {
69
- fine: string[];
70
- };
71
- hairLine: {
72
- fine: string[];
73
- };
74
- thickLine: {
75
- fine: string[];
76
- gridFocusStack: string[];
77
- };
78
- trimXs: {
79
- fine: string[];
80
- };
81
- trimSm: {
82
- fine: string[];
83
- };
84
- trimMd: {
85
- coarse: string[];
86
- };
87
- inputFine: {
88
- fine: string[];
89
- };
90
- inputCoarse: {
91
- coarse: string[];
92
- };
93
- };
94
- };
95
- };
96
- export declare const maxSizesFacet: {
97
- physical: {
98
- namespace: string;
99
- conditions: {
100
- root: string[];
101
- };
102
- series: {
103
- size: {
104
- root: {
105
- unit: string;
106
- initial: number;
107
- slope: number;
108
- };
109
- };
110
- };
111
- };
112
- semantic: {
113
- namespace: string;
114
- conditions: {
115
- root: string[];
116
- };
117
- sememes: {
118
- 'prose-max-width': {
119
- root: [string, number];
120
- };
121
- 'container-max-width': {
122
- root: [string, number];
123
- };
124
- 'popover-max-width': {
125
- root: [string, number];
126
- };
127
- 'card-default-width': {
128
- root: [string, number];
129
- };
130
- 'card-min-width': {
131
- root: [string, number];
132
- };
133
- 'card-max-width': {
134
- root: [string, number];
135
- };
136
- };
137
- };
138
- };
139
- //# sourceMappingURL=lengths.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"lengths.d.ts","sourceRoot":"","sources":["../../../../../src/config/tokens/lengths.ts"],"names":[],"mappings":"AASA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0DR,CAAC;AAElB,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2BT,CAAC"}
@@ -1,23 +0,0 @@
1
- import type { ColorsPhysicalLayer } from '@ch-ui/tokens';
2
- import { type PhysicalPalette } from './types';
3
- export declare const huePalettes: {
4
- red: PhysicalPalette;
5
- orange: PhysicalPalette;
6
- amber: PhysicalPalette;
7
- yellow: PhysicalPalette;
8
- lime: PhysicalPalette;
9
- green: PhysicalPalette;
10
- emerald: PhysicalPalette;
11
- teal: PhysicalPalette;
12
- cyan: PhysicalPalette;
13
- sky: PhysicalPalette;
14
- blue: PhysicalPalette;
15
- indigo: PhysicalPalette;
16
- violet: PhysicalPalette;
17
- purple: PhysicalPalette;
18
- fuchsia: PhysicalPalette;
19
- pink: PhysicalPalette;
20
- rose: PhysicalPalette;
21
- };
22
- export declare const physicalColors: ColorsPhysicalLayer;
23
- //# sourceMappingURL=physical-colors.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"physical-colors.d.ts","sourceRoot":"","sources":["../../../../../src/config/tokens/physical-colors.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAsB,mBAAmB,EAA2C,MAAM,eAAe,CAAC;AAEtH,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,SAAS,CAAC;AAiC/C,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;CAkBvB,CAAC;AA6CF,eAAO,MAAM,cAAc,EAAE,mBAsB5B,CAAC"}