@seelen-ui/lib 2.5.8 → 2.6.6-next.2605170835

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 (493) hide show
  1. package/esm/gen/types/AppBarEdge.d.ts +7 -0
  2. package/esm/gen/types/AppBarEdge.d.ts.map +1 -0
  3. package/esm/gen/types/AppBarEdge.js +8 -0
  4. package/esm/gen/types/AppNotification.d.ts +3 -0
  5. package/esm/gen/types/AppNotification.d.ts.map +1 -1
  6. package/esm/gen/types/AudioWaveform.d.ts +11 -0
  7. package/esm/gen/types/AudioWaveform.d.ts.map +1 -0
  8. package/esm/gen/types/BackupStatus.d.ts +10 -0
  9. package/esm/gen/types/BackupStatus.d.ts.map +1 -0
  10. package/esm/gen/types/BluetoothDevice.d.ts +1 -0
  11. package/esm/gen/types/BluetoothDevice.d.ts.map +1 -1
  12. package/esm/gen/types/ClipboardData.d.ts +15 -0
  13. package/esm/gen/types/ClipboardData.d.ts.map +1 -0
  14. package/esm/gen/types/ClipboardEntry.d.ts +24 -0
  15. package/esm/gen/types/ClipboardEntry.d.ts.map +1 -0
  16. package/esm/gen/types/ClipboardEntryContent.d.ts +16 -0
  17. package/esm/gen/types/ClipboardEntryContent.d.ts.map +1 -0
  18. package/esm/gen/types/ClipboardEntryContent.js +2 -0
  19. package/esm/gen/types/Comparator.d.ts +9 -0
  20. package/esm/gen/types/Comparator.d.ts.map +1 -0
  21. package/esm/gen/types/Comparator.js +10 -0
  22. package/esm/gen/types/ContextMenu.d.ts +8 -0
  23. package/esm/gen/types/ContextMenu.d.ts.map +1 -1
  24. package/esm/gen/types/ContextMenuCallbackPayload.d.ts +20 -0
  25. package/esm/gen/types/ContextMenuCallbackPayload.d.ts.map +1 -0
  26. package/esm/gen/types/ContextMenuItem.d.ts +4 -2
  27. package/esm/gen/types/ContextMenuItem.d.ts.map +1 -1
  28. package/esm/gen/types/FancyToolbarSettings.d.ts +6 -0
  29. package/esm/gen/types/FancyToolbarSettings.d.ts.map +1 -1
  30. package/esm/gen/types/FocusedApp.d.ts +1 -1
  31. package/esm/gen/types/FocusedApp.d.ts.map +1 -1
  32. package/esm/gen/types/KnownPlugin.d.ts +2 -2
  33. package/esm/gen/types/KnownPlugin.d.ts.map +1 -1
  34. package/esm/gen/types/NotificationsMode.d.ts +6 -0
  35. package/esm/gen/types/NotificationsMode.d.ts.map +1 -0
  36. package/esm/gen/types/NotificationsMode.js +7 -0
  37. package/esm/gen/types/Operand.d.ts +5 -0
  38. package/esm/gen/types/Operand.d.ts.map +1 -0
  39. package/esm/gen/types/Operand.js +6 -0
  40. package/esm/gen/types/ResolvedShortcut.d.ts +9 -0
  41. package/esm/gen/types/ResolvedShortcut.d.ts.map +1 -0
  42. package/esm/gen/types/ResolvedShortcut.js +2 -0
  43. package/esm/gen/types/ResourceId.d.ts +6 -2
  44. package/esm/gen/types/ResourceId.d.ts.map +1 -1
  45. package/esm/gen/types/SeelenCommandActivateNotificationArgs.d.ts +3 -0
  46. package/esm/gen/types/SeelenCommandActivateNotificationArgs.d.ts.map +1 -1
  47. package/esm/gen/types/SeelenCommandActivateNotificationArgs.js +0 -1
  48. package/esm/gen/types/SeelenCommandArgument.d.ts +51 -5
  49. package/esm/gen/types/SeelenCommandArgument.d.ts.map +1 -1
  50. package/esm/gen/types/SeelenCommandClipboardDeleteEntryArgs.d.ts +4 -0
  51. package/esm/gen/types/SeelenCommandClipboardDeleteEntryArgs.d.ts.map +1 -0
  52. package/esm/gen/types/SeelenCommandClipboardDeleteEntryArgs.js +2 -0
  53. package/esm/gen/types/SeelenCommandClipboardPasteArgs.d.ts +4 -0
  54. package/esm/gen/types/SeelenCommandClipboardPasteArgs.d.ts.map +1 -0
  55. package/esm/gen/types/SeelenCommandClipboardPasteArgs.js +2 -0
  56. package/esm/gen/types/SeelenCommandClipboardSetContentArgs.d.ts +4 -0
  57. package/esm/gen/types/SeelenCommandClipboardSetContentArgs.d.ts.map +1 -0
  58. package/esm/gen/types/SeelenCommandClipboardSetContentArgs.js +2 -0
  59. package/esm/gen/types/SeelenCommandConnectBluetoothDeviceArgs.d.ts +4 -0
  60. package/esm/gen/types/SeelenCommandConnectBluetoothDeviceArgs.d.ts.map +1 -0
  61. package/esm/gen/types/SeelenCommandConnectBluetoothDeviceArgs.js +2 -0
  62. package/esm/gen/types/SeelenCommandMoveWindowToWorkspaceArgs.d.ts +6 -0
  63. package/esm/gen/types/SeelenCommandMoveWindowToWorkspaceArgs.d.ts.map +1 -0
  64. package/esm/gen/types/SeelenCommandRegisterAppBarArgs.d.ts +7 -0
  65. package/esm/gen/types/SeelenCommandRegisterAppBarArgs.d.ts.map +1 -0
  66. package/esm/gen/types/SeelenCommandRegisterAppBarArgs.js +1 -0
  67. package/esm/gen/types/SeelenCommandReturn.d.ts +49 -8
  68. package/esm/gen/types/SeelenCommandReturn.d.ts.map +1 -1
  69. package/esm/gen/types/SeelenCommandSetFocusAssistArgs.d.ts +4 -0
  70. package/esm/gen/types/SeelenCommandSetFocusAssistArgs.d.ts.map +1 -0
  71. package/esm/gen/types/SeelenCommandSetFocusAssistArgs.js +2 -0
  72. package/esm/gen/types/SeelenCommandSetNotificationsModeArgs.d.ts +5 -0
  73. package/esm/gen/types/SeelenCommandSetNotificationsModeArgs.d.ts.map +1 -0
  74. package/esm/gen/types/SeelenCommandSetNotificationsModeArgs.js +1 -0
  75. package/esm/gen/types/SeelenCommandSystemSetAccentColorArgs.d.ts +5 -0
  76. package/esm/gen/types/SeelenCommandSystemSetAccentColorArgs.d.ts.map +1 -0
  77. package/esm/gen/types/SeelenCommandSystemSetAccentColorArgs.js +1 -0
  78. package/esm/gen/types/SeelenCommandWlanForgetArgs.d.ts +4 -0
  79. package/esm/gen/types/SeelenCommandWlanForgetArgs.d.ts.map +1 -0
  80. package/esm/gen/types/SeelenCommandWlanForgetArgs.js +2 -0
  81. package/esm/gen/types/SeelenEventPayload.d.ts +26 -8
  82. package/esm/gen/types/SeelenEventPayload.d.ts.map +1 -1
  83. package/esm/gen/types/SeelenFont.d.ts +4 -0
  84. package/esm/gen/types/SeelenFont.d.ts.map +1 -0
  85. package/esm/gen/types/SeelenFont.js +2 -0
  86. package/esm/gen/types/SeelenWallSettings.d.ts +14 -0
  87. package/esm/gen/types/SeelenWallSettings.d.ts.map +1 -1
  88. package/esm/gen/types/SeelenWegSettings.d.ts +11 -0
  89. package/esm/gen/types/SeelenWegSettings.d.ts.map +1 -1
  90. package/esm/gen/types/Settings.d.ts +12 -0
  91. package/esm/gen/types/Settings.d.ts.map +1 -1
  92. package/esm/gen/types/SettingsByWidget.d.ts +7 -0
  93. package/esm/gen/types/SettingsByWidget.d.ts.map +1 -1
  94. package/esm/gen/types/SluShortcutsSettings.d.ts +9 -2
  95. package/esm/gen/types/SluShortcutsSettings.d.ts.map +1 -1
  96. package/esm/gen/types/SluShortcutsSettings.js +1 -0
  97. package/esm/gen/types/SystemShortcutDeclaration.d.ts +16 -0
  98. package/esm/gen/types/SystemShortcutDeclaration.d.ts.map +1 -0
  99. package/esm/gen/types/SystemShortcutDeclaration.js +2 -0
  100. package/esm/gen/types/ThemeConfigDefinition.d.ts +2 -4
  101. package/esm/gen/types/ThemeConfigDefinition.d.ts.map +1 -1
  102. package/esm/gen/types/ThemeConfigGroupVariant.d.ts +5 -0
  103. package/esm/gen/types/ThemeConfigGroupVariant.d.ts.map +1 -0
  104. package/esm/gen/types/ThemeConfigGroupVariant.js +1 -0
  105. package/esm/gen/types/ThemeVariableDefinition.d.ts +2 -0
  106. package/esm/gen/types/ThemeVariableDefinition.d.ts.map +1 -1
  107. package/esm/gen/types/ThirdPartyWidgetSettings.d.ts +7 -0
  108. package/esm/gen/types/ThirdPartyWidgetSettings.d.ts.map +1 -1
  109. package/esm/gen/types/ToolbarItem.d.ts +2 -0
  110. package/esm/gen/types/ToolbarItem.d.ts.map +1 -1
  111. package/esm/gen/types/TwmCondition.d.ts +17 -0
  112. package/esm/gen/types/TwmCondition.d.ts.map +1 -0
  113. package/esm/gen/types/TwmCondition.js +1 -0
  114. package/esm/gen/types/TwmGlobalRuntimeTree.d.ts +8 -0
  115. package/esm/gen/types/TwmGlobalRuntimeTree.d.ts.map +1 -0
  116. package/esm/gen/types/TwmGlobalRuntimeTree.js +1 -0
  117. package/esm/gen/types/{WmNodeKind.d.ts → TwmNodeKind.d.ts} +2 -2
  118. package/esm/gen/types/TwmNodeKind.d.ts.map +1 -0
  119. package/esm/gen/types/TwmNodeKind.js +8 -0
  120. package/esm/gen/types/TwmNodeLifetime.d.ts +5 -0
  121. package/esm/gen/types/TwmNodeLifetime.d.ts.map +1 -0
  122. package/esm/gen/types/TwmNodeLifetime.js +6 -0
  123. package/esm/gen/types/TwmPlugin.d.ts +8 -0
  124. package/esm/gen/types/TwmPlugin.d.ts.map +1 -0
  125. package/esm/gen/types/TwmPlugin.js +1 -0
  126. package/esm/gen/types/{WmNode.d.ts → TwmPluginNode.d.ts} +15 -17
  127. package/esm/gen/types/TwmPluginNode.d.ts.map +1 -0
  128. package/esm/gen/types/TwmPluginNode.js +1 -0
  129. package/esm/gen/types/TwmReservation.d.ts +9 -0
  130. package/esm/gen/types/TwmReservation.d.ts.map +1 -0
  131. package/esm/gen/types/TwmReservation.js +10 -0
  132. package/esm/gen/types/TwmRuntimeNode.d.ts +22 -0
  133. package/esm/gen/types/TwmRuntimeNode.d.ts.map +1 -0
  134. package/esm/gen/types/TwmRuntimeNode.js +1 -0
  135. package/esm/gen/types/TwmRuntimeTree.d.ts +8 -0
  136. package/esm/gen/types/TwmRuntimeTree.d.ts.map +1 -0
  137. package/esm/gen/types/TwmRuntimeTree.js +1 -0
  138. package/esm/gen/types/TwmStackPolicy.d.ts +6 -0
  139. package/esm/gen/types/TwmStackPolicy.d.ts.map +1 -0
  140. package/esm/gen/types/TwmStackPolicy.js +7 -0
  141. package/esm/gen/types/UIColors.d.ts +9 -10
  142. package/esm/gen/types/UIColors.d.ts.map +1 -1
  143. package/esm/gen/types/UIColors.js +0 -1
  144. package/esm/gen/types/UserAppWindow.d.ts +5 -0
  145. package/esm/gen/types/UserAppWindow.d.ts.map +1 -1
  146. package/esm/gen/types/UserAppWindowPreview.d.ts +1 -1
  147. package/esm/gen/types/Wallpaper.d.ts +1 -1
  148. package/esm/gen/types/WallpaperKind.d.ts +1 -0
  149. package/esm/gen/types/WallpaperKind.d.ts.map +1 -1
  150. package/esm/gen/types/WallpaperKind.js +1 -0
  151. package/esm/gen/types/WegMiddleClickAction.d.ts +5 -0
  152. package/esm/gen/types/WegMiddleClickAction.d.ts.map +1 -0
  153. package/esm/gen/types/WegMiddleClickAction.js +6 -0
  154. package/esm/gen/types/Widget.d.ts +11 -0
  155. package/esm/gen/types/Widget.d.ts.map +1 -1
  156. package/esm/gen/types/WidgetConfigDefinition.d.ts +2 -4
  157. package/esm/gen/types/WidgetConfigDefinition.d.ts.map +1 -1
  158. package/esm/gen/types/WidgetConfigGroupVariant.d.ts +5 -0
  159. package/esm/gen/types/WidgetConfigGroupVariant.d.ts.map +1 -0
  160. package/esm/gen/types/WidgetConfigGroupVariant.js +1 -0
  161. package/esm/gen/types/WidgetSelectOption.d.ts +1 -1
  162. package/esm/gen/types/WidgetSelectOption.d.ts.map +1 -1
  163. package/esm/gen/types/WidgetSettingColor.d.ts +4 -4
  164. package/esm/gen/types/WidgetSettingColor.d.ts.map +1 -1
  165. package/esm/gen/types/WidgetSettingFont.d.ts +34 -0
  166. package/esm/gen/types/WidgetSettingFont.d.ts.map +1 -0
  167. package/esm/gen/types/WidgetSettingFont.js +1 -0
  168. package/esm/gen/types/WidgetSettingInputNumber.d.ts +4 -4
  169. package/esm/gen/types/WidgetSettingInputNumber.d.ts.map +1 -1
  170. package/esm/gen/types/WidgetSettingInputText.d.ts +4 -4
  171. package/esm/gen/types/WidgetSettingInputText.d.ts.map +1 -1
  172. package/esm/gen/types/WidgetSettingItem.d.ts +4 -1
  173. package/esm/gen/types/WidgetSettingItem.d.ts.map +1 -1
  174. package/esm/gen/types/WidgetSettingRange.d.ts +4 -4
  175. package/esm/gen/types/WidgetSettingRange.d.ts.map +1 -1
  176. package/esm/gen/types/WidgetSettingSelect.d.ts +4 -4
  177. package/esm/gen/types/WidgetSettingSelect.d.ts.map +1 -1
  178. package/esm/gen/types/WidgetSettingSwitch.d.ts +4 -4
  179. package/esm/gen/types/WidgetSettingSwitch.d.ts.map +1 -1
  180. package/esm/gen/types/WidgetShortcutDeclaration.d.ts +33 -0
  181. package/esm/gen/types/WidgetShortcutDeclaration.d.ts.map +1 -0
  182. package/esm/gen/types/WidgetShortcutDeclaration.js +1 -0
  183. package/esm/gen/types/WidgetStatus.d.ts +2 -1
  184. package/esm/gen/types/WidgetStatus.d.ts.map +1 -1
  185. package/esm/gen/types/WidgetStatus.js +1 -0
  186. package/esm/gen/types/WindowManagerSettings.d.ts +6 -0
  187. package/esm/gen/types/WindowManagerSettings.d.ts.map +1 -1
  188. package/esm/gen/types/WlanBssEntry.d.ts +15 -6
  189. package/esm/gen/types/WlanBssEntry.d.ts.map +1 -1
  190. package/esm/gen/types/mod.d.ts +275 -245
  191. package/esm/gen/types/mod.d.ts.map +1 -1
  192. package/esm/gen/types/mod.js +275 -245
  193. package/esm/gen/types/serde_json/JsonValue.d.ts +4 -0
  194. package/esm/gen/types/serde_json/JsonValue.d.ts.map +1 -0
  195. package/esm/gen/types/serde_json/JsonValue.js +2 -0
  196. package/esm/src/handlers/commands.d.ts +22 -4
  197. package/esm/src/handlers/commands.d.ts.map +1 -1
  198. package/esm/src/handlers/commands.js +21 -3
  199. package/esm/src/handlers/events.d.ts +9 -3
  200. package/esm/src/handlers/events.d.ts.map +1 -1
  201. package/esm/src/handlers/events.js +8 -2
  202. package/esm/src/state/theme/theming.d.ts +1 -0
  203. package/esm/src/state/theme/theming.d.ts.map +1 -1
  204. package/esm/src/state/theme/theming.js +21 -1
  205. package/esm/src/state/widget/interfaces.d.ts +48 -7
  206. package/esm/src/state/widget/interfaces.d.ts.map +1 -1
  207. package/esm/src/state/widget/mod.d.ts +12 -7
  208. package/esm/src/state/widget/mod.d.ts.map +1 -1
  209. package/esm/src/state/widget/mod.js +90 -99
  210. package/esm/src/state/widget/positioning.js +1 -1
  211. package/esm/src/state/widget/sizing.d.ts +14 -3
  212. package/esm/src/state/widget/sizing.d.ts.map +1 -1
  213. package/esm/src/state/widget/sizing.js +60 -17
  214. package/esm/src/system_state/ui_colors.d.ts +0 -1
  215. package/esm/src/system_state/ui_colors.d.ts.map +1 -1
  216. package/esm/src/system_state/ui_colors.js +5 -22
  217. package/esm/src/utils/async.d.ts +12 -0
  218. package/esm/src/utils/async.d.ts.map +1 -1
  219. package/esm/src/utils/async.js +46 -0
  220. package/esm/src/utils/mod.d.ts +2 -0
  221. package/esm/src/utils/mod.d.ts.map +1 -1
  222. package/esm/src/utils/mod.js +5 -0
  223. package/package.json +7 -6
  224. package/script/gen/types/AppBarEdge.d.ts +7 -0
  225. package/script/gen/types/AppBarEdge.d.ts.map +1 -0
  226. package/script/gen/types/AppBarEdge.js +11 -0
  227. package/script/gen/types/AppNotification.d.ts +3 -0
  228. package/script/gen/types/AppNotification.d.ts.map +1 -1
  229. package/script/gen/types/AudioWaveform.d.ts +11 -0
  230. package/script/gen/types/AudioWaveform.d.ts.map +1 -0
  231. package/script/gen/types/BackupStatus.d.ts +10 -0
  232. package/script/gen/types/BackupStatus.d.ts.map +1 -0
  233. package/script/gen/types/BluetoothDevice.d.ts +1 -0
  234. package/script/gen/types/BluetoothDevice.d.ts.map +1 -1
  235. package/script/gen/types/ClipboardData.d.ts +15 -0
  236. package/script/gen/types/ClipboardData.d.ts.map +1 -0
  237. package/script/gen/types/ClipboardEntry.d.ts +24 -0
  238. package/script/gen/types/ClipboardEntry.d.ts.map +1 -0
  239. package/script/gen/types/ClipboardEntryContent.d.ts +16 -0
  240. package/script/gen/types/ClipboardEntryContent.d.ts.map +1 -0
  241. package/script/gen/types/ClipboardEntryContent.js +3 -0
  242. package/script/gen/types/Comparator.d.ts +9 -0
  243. package/script/gen/types/Comparator.d.ts.map +1 -0
  244. package/script/gen/types/Comparator.js +13 -0
  245. package/script/gen/types/ContextMenu.d.ts +8 -0
  246. package/script/gen/types/ContextMenu.d.ts.map +1 -1
  247. package/script/gen/types/ContextMenuCallbackPayload.d.ts +20 -0
  248. package/script/gen/types/ContextMenuCallbackPayload.d.ts.map +1 -0
  249. package/script/gen/types/ContextMenuItem.d.ts +4 -2
  250. package/script/gen/types/ContextMenuItem.d.ts.map +1 -1
  251. package/script/gen/types/FancyToolbarSettings.d.ts +6 -0
  252. package/script/gen/types/FancyToolbarSettings.d.ts.map +1 -1
  253. package/script/gen/types/FocusedApp.d.ts +1 -1
  254. package/script/gen/types/FocusedApp.d.ts.map +1 -1
  255. package/script/gen/types/KnownPlugin.d.ts +2 -2
  256. package/script/gen/types/KnownPlugin.d.ts.map +1 -1
  257. package/script/gen/types/NotificationsMode.d.ts +6 -0
  258. package/script/gen/types/NotificationsMode.d.ts.map +1 -0
  259. package/script/gen/types/NotificationsMode.js +10 -0
  260. package/script/gen/types/Operand.d.ts +5 -0
  261. package/script/gen/types/Operand.d.ts.map +1 -0
  262. package/script/gen/types/Operand.js +9 -0
  263. package/script/gen/types/ResolvedShortcut.d.ts +9 -0
  264. package/script/gen/types/ResolvedShortcut.d.ts.map +1 -0
  265. package/script/gen/types/ResolvedShortcut.js +3 -0
  266. package/script/gen/types/ResourceId.d.ts +6 -2
  267. package/script/gen/types/ResourceId.d.ts.map +1 -1
  268. package/script/gen/types/SeelenCommandActivateNotificationArgs.d.ts +3 -0
  269. package/script/gen/types/SeelenCommandActivateNotificationArgs.d.ts.map +1 -1
  270. package/script/gen/types/SeelenCommandActivateNotificationArgs.js +0 -1
  271. package/script/gen/types/SeelenCommandArgument.d.ts +51 -5
  272. package/script/gen/types/SeelenCommandArgument.d.ts.map +1 -1
  273. package/script/gen/types/SeelenCommandClipboardDeleteEntryArgs.d.ts +4 -0
  274. package/script/gen/types/SeelenCommandClipboardDeleteEntryArgs.d.ts.map +1 -0
  275. package/script/gen/types/SeelenCommandClipboardDeleteEntryArgs.js +3 -0
  276. package/script/gen/types/SeelenCommandClipboardPasteArgs.d.ts +4 -0
  277. package/script/gen/types/SeelenCommandClipboardPasteArgs.d.ts.map +1 -0
  278. package/script/gen/types/SeelenCommandClipboardPasteArgs.js +3 -0
  279. package/script/gen/types/SeelenCommandClipboardSetContentArgs.d.ts +4 -0
  280. package/script/gen/types/SeelenCommandClipboardSetContentArgs.d.ts.map +1 -0
  281. package/script/gen/types/SeelenCommandClipboardSetContentArgs.js +3 -0
  282. package/script/gen/types/SeelenCommandConnectBluetoothDeviceArgs.d.ts +4 -0
  283. package/script/gen/types/SeelenCommandConnectBluetoothDeviceArgs.d.ts.map +1 -0
  284. package/script/gen/types/SeelenCommandConnectBluetoothDeviceArgs.js +3 -0
  285. package/script/gen/types/SeelenCommandMoveWindowToWorkspaceArgs.d.ts +6 -0
  286. package/script/gen/types/SeelenCommandMoveWindowToWorkspaceArgs.d.ts.map +1 -0
  287. package/script/gen/types/SeelenCommandRegisterAppBarArgs.d.ts +7 -0
  288. package/script/gen/types/SeelenCommandRegisterAppBarArgs.d.ts.map +1 -0
  289. package/script/gen/types/SeelenCommandRegisterAppBarArgs.js +2 -0
  290. package/script/gen/types/SeelenCommandReturn.d.ts +49 -8
  291. package/script/gen/types/SeelenCommandReturn.d.ts.map +1 -1
  292. package/script/gen/types/SeelenCommandSetFocusAssistArgs.d.ts +4 -0
  293. package/script/gen/types/SeelenCommandSetFocusAssistArgs.d.ts.map +1 -0
  294. package/script/gen/types/SeelenCommandSetFocusAssistArgs.js +3 -0
  295. package/script/gen/types/SeelenCommandSetNotificationsModeArgs.d.ts +5 -0
  296. package/script/gen/types/SeelenCommandSetNotificationsModeArgs.d.ts.map +1 -0
  297. package/script/gen/types/SeelenCommandSetNotificationsModeArgs.js +2 -0
  298. package/script/gen/types/SeelenCommandSystemSetAccentColorArgs.d.ts +5 -0
  299. package/script/gen/types/SeelenCommandSystemSetAccentColorArgs.d.ts.map +1 -0
  300. package/script/gen/types/SeelenCommandSystemSetAccentColorArgs.js +2 -0
  301. package/script/gen/types/SeelenCommandWlanForgetArgs.d.ts +4 -0
  302. package/script/gen/types/SeelenCommandWlanForgetArgs.d.ts.map +1 -0
  303. package/script/gen/types/SeelenCommandWlanForgetArgs.js +3 -0
  304. package/script/gen/types/SeelenEventPayload.d.ts +26 -8
  305. package/script/gen/types/SeelenEventPayload.d.ts.map +1 -1
  306. package/script/gen/types/SeelenFont.d.ts +4 -0
  307. package/script/gen/types/SeelenFont.d.ts.map +1 -0
  308. package/script/gen/types/SeelenFont.js +3 -0
  309. package/script/gen/types/SeelenWallSettings.d.ts +14 -0
  310. package/script/gen/types/SeelenWallSettings.d.ts.map +1 -1
  311. package/script/gen/types/SeelenWegSettings.d.ts +11 -0
  312. package/script/gen/types/SeelenWegSettings.d.ts.map +1 -1
  313. package/script/gen/types/Settings.d.ts +12 -0
  314. package/script/gen/types/Settings.d.ts.map +1 -1
  315. package/script/gen/types/SettingsByWidget.d.ts +7 -0
  316. package/script/gen/types/SettingsByWidget.d.ts.map +1 -1
  317. package/script/gen/types/SluShortcutsSettings.d.ts +9 -2
  318. package/script/gen/types/SluShortcutsSettings.d.ts.map +1 -1
  319. package/script/gen/types/SluShortcutsSettings.js +1 -0
  320. package/script/gen/types/SystemShortcutDeclaration.d.ts +16 -0
  321. package/script/gen/types/SystemShortcutDeclaration.d.ts.map +1 -0
  322. package/script/gen/types/SystemShortcutDeclaration.js +3 -0
  323. package/script/gen/types/ThemeConfigDefinition.d.ts +2 -4
  324. package/script/gen/types/ThemeConfigDefinition.d.ts.map +1 -1
  325. package/script/gen/types/ThemeConfigGroupVariant.d.ts +5 -0
  326. package/script/gen/types/ThemeConfigGroupVariant.d.ts.map +1 -0
  327. package/script/gen/types/ThemeConfigGroupVariant.js +2 -0
  328. package/script/gen/types/ThemeVariableDefinition.d.ts +2 -0
  329. package/script/gen/types/ThemeVariableDefinition.d.ts.map +1 -1
  330. package/script/gen/types/ThirdPartyWidgetSettings.d.ts +7 -0
  331. package/script/gen/types/ThirdPartyWidgetSettings.d.ts.map +1 -1
  332. package/script/gen/types/ToolbarItem.d.ts +2 -0
  333. package/script/gen/types/ToolbarItem.d.ts.map +1 -1
  334. package/script/gen/types/TwmCondition.d.ts +17 -0
  335. package/script/gen/types/TwmCondition.d.ts.map +1 -0
  336. package/script/gen/types/TwmCondition.js +2 -0
  337. package/script/gen/types/TwmGlobalRuntimeTree.d.ts +8 -0
  338. package/script/gen/types/TwmGlobalRuntimeTree.d.ts.map +1 -0
  339. package/script/gen/types/TwmGlobalRuntimeTree.js +2 -0
  340. package/script/gen/types/{WmNodeKind.d.ts → TwmNodeKind.d.ts} +2 -2
  341. package/script/gen/types/TwmNodeKind.d.ts.map +1 -0
  342. package/script/gen/types/TwmNodeKind.js +11 -0
  343. package/script/gen/types/TwmNodeLifetime.d.ts +5 -0
  344. package/script/gen/types/TwmNodeLifetime.d.ts.map +1 -0
  345. package/script/gen/types/TwmNodeLifetime.js +9 -0
  346. package/script/gen/types/TwmPlugin.d.ts +8 -0
  347. package/script/gen/types/TwmPlugin.d.ts.map +1 -0
  348. package/script/gen/types/TwmPlugin.js +2 -0
  349. package/script/gen/types/{WmNode.d.ts → TwmPluginNode.d.ts} +15 -17
  350. package/script/gen/types/TwmPluginNode.d.ts.map +1 -0
  351. package/script/gen/types/TwmPluginNode.js +2 -0
  352. package/script/gen/types/TwmReservation.d.ts +9 -0
  353. package/script/gen/types/TwmReservation.d.ts.map +1 -0
  354. package/script/gen/types/TwmReservation.js +13 -0
  355. package/script/gen/types/TwmRuntimeNode.d.ts +22 -0
  356. package/script/gen/types/TwmRuntimeNode.d.ts.map +1 -0
  357. package/script/gen/types/TwmRuntimeNode.js +2 -0
  358. package/script/gen/types/TwmRuntimeTree.d.ts +8 -0
  359. package/script/gen/types/TwmRuntimeTree.d.ts.map +1 -0
  360. package/script/gen/types/TwmRuntimeTree.js +2 -0
  361. package/script/gen/types/TwmStackPolicy.d.ts +6 -0
  362. package/script/gen/types/TwmStackPolicy.d.ts.map +1 -0
  363. package/script/gen/types/TwmStackPolicy.js +10 -0
  364. package/script/gen/types/UIColors.d.ts +9 -10
  365. package/script/gen/types/UIColors.d.ts.map +1 -1
  366. package/script/gen/types/UIColors.js +0 -1
  367. package/script/gen/types/UserAppWindow.d.ts +5 -0
  368. package/script/gen/types/UserAppWindow.d.ts.map +1 -1
  369. package/script/gen/types/UserAppWindowPreview.d.ts +1 -1
  370. package/script/gen/types/Wallpaper.d.ts +1 -1
  371. package/script/gen/types/WallpaperKind.d.ts +1 -0
  372. package/script/gen/types/WallpaperKind.d.ts.map +1 -1
  373. package/script/gen/types/WallpaperKind.js +1 -0
  374. package/script/gen/types/WegMiddleClickAction.d.ts +5 -0
  375. package/script/gen/types/WegMiddleClickAction.d.ts.map +1 -0
  376. package/script/gen/types/WegMiddleClickAction.js +9 -0
  377. package/script/gen/types/Widget.d.ts +11 -0
  378. package/script/gen/types/Widget.d.ts.map +1 -1
  379. package/script/gen/types/WidgetConfigDefinition.d.ts +2 -4
  380. package/script/gen/types/WidgetConfigDefinition.d.ts.map +1 -1
  381. package/script/gen/types/WidgetConfigGroupVariant.d.ts +5 -0
  382. package/script/gen/types/WidgetConfigGroupVariant.d.ts.map +1 -0
  383. package/script/gen/types/WidgetConfigGroupVariant.js +2 -0
  384. package/script/gen/types/WidgetSelectOption.d.ts +1 -1
  385. package/script/gen/types/WidgetSelectOption.d.ts.map +1 -1
  386. package/script/gen/types/WidgetSettingColor.d.ts +4 -4
  387. package/script/gen/types/WidgetSettingColor.d.ts.map +1 -1
  388. package/script/gen/types/WidgetSettingFont.d.ts +34 -0
  389. package/script/gen/types/WidgetSettingFont.d.ts.map +1 -0
  390. package/script/gen/types/WidgetSettingFont.js +2 -0
  391. package/script/gen/types/WidgetSettingInputNumber.d.ts +4 -4
  392. package/script/gen/types/WidgetSettingInputNumber.d.ts.map +1 -1
  393. package/script/gen/types/WidgetSettingInputText.d.ts +4 -4
  394. package/script/gen/types/WidgetSettingInputText.d.ts.map +1 -1
  395. package/script/gen/types/WidgetSettingItem.d.ts +4 -1
  396. package/script/gen/types/WidgetSettingItem.d.ts.map +1 -1
  397. package/script/gen/types/WidgetSettingRange.d.ts +4 -4
  398. package/script/gen/types/WidgetSettingRange.d.ts.map +1 -1
  399. package/script/gen/types/WidgetSettingSelect.d.ts +4 -4
  400. package/script/gen/types/WidgetSettingSelect.d.ts.map +1 -1
  401. package/script/gen/types/WidgetSettingSwitch.d.ts +4 -4
  402. package/script/gen/types/WidgetSettingSwitch.d.ts.map +1 -1
  403. package/script/gen/types/WidgetShortcutDeclaration.d.ts +33 -0
  404. package/script/gen/types/WidgetShortcutDeclaration.d.ts.map +1 -0
  405. package/script/gen/types/WidgetShortcutDeclaration.js +2 -0
  406. package/script/gen/types/WidgetStatus.d.ts +2 -1
  407. package/script/gen/types/WidgetStatus.d.ts.map +1 -1
  408. package/script/gen/types/WidgetStatus.js +1 -0
  409. package/script/gen/types/WindowManagerSettings.d.ts +6 -0
  410. package/script/gen/types/WindowManagerSettings.d.ts.map +1 -1
  411. package/script/gen/types/WlanBssEntry.d.ts +15 -6
  412. package/script/gen/types/WlanBssEntry.d.ts.map +1 -1
  413. package/script/gen/types/mod.d.ts +275 -245
  414. package/script/gen/types/mod.d.ts.map +1 -1
  415. package/script/gen/types/mod.js +275 -245
  416. package/script/gen/types/serde_json/JsonValue.d.ts +4 -0
  417. package/script/gen/types/serde_json/JsonValue.d.ts.map +1 -0
  418. package/script/gen/types/serde_json/JsonValue.js +3 -0
  419. package/script/src/handlers/commands.d.ts +22 -4
  420. package/script/src/handlers/commands.d.ts.map +1 -1
  421. package/script/src/handlers/commands.js +21 -3
  422. package/script/src/handlers/events.d.ts +9 -3
  423. package/script/src/handlers/events.d.ts.map +1 -1
  424. package/script/src/handlers/events.js +8 -2
  425. package/script/src/state/theme/theming.d.ts +1 -0
  426. package/script/src/state/theme/theming.d.ts.map +1 -1
  427. package/script/src/state/theme/theming.js +22 -1
  428. package/script/src/state/widget/interfaces.d.ts +48 -7
  429. package/script/src/state/widget/interfaces.d.ts.map +1 -1
  430. package/script/src/state/widget/mod.d.ts +12 -7
  431. package/script/src/state/widget/mod.d.ts.map +1 -1
  432. package/script/src/state/widget/mod.js +89 -98
  433. package/script/src/state/widget/positioning.js +2 -2
  434. package/script/src/state/widget/sizing.d.ts +14 -3
  435. package/script/src/state/widget/sizing.d.ts.map +1 -1
  436. package/script/src/state/widget/sizing.js +61 -18
  437. package/script/src/system_state/ui_colors.d.ts +0 -1
  438. package/script/src/system_state/ui_colors.d.ts.map +1 -1
  439. package/script/src/system_state/ui_colors.js +5 -22
  440. package/script/src/utils/async.d.ts +12 -0
  441. package/script/src/utils/async.d.ts.map +1 -1
  442. package/script/src/utils/async.js +49 -0
  443. package/script/src/utils/mod.d.ts +2 -0
  444. package/script/src/utils/mod.d.ts.map +1 -1
  445. package/script/src/utils/mod.js +8 -1
  446. package/styles/colors.css +521 -0
  447. package/styles/reset.css +129 -0
  448. package/styles/shadows.css +7 -0
  449. package/styles/spacings.css +9 -0
  450. package/esm/gen/types/SluHotkey.d.ts +0 -17
  451. package/esm/gen/types/SluHotkey.d.ts.map +0 -1
  452. package/esm/gen/types/SluHotkeyAction.d.ts +0 -96
  453. package/esm/gen/types/SluHotkeyAction.d.ts.map +0 -1
  454. package/esm/gen/types/WindowManagerLayout.d.ts +0 -6
  455. package/esm/gen/types/WindowManagerLayout.d.ts.map +0 -1
  456. package/esm/gen/types/WlanProfile.d.ts +0 -8
  457. package/esm/gen/types/WlanProfile.d.ts.map +0 -1
  458. package/esm/gen/types/WmNode.d.ts.map +0 -1
  459. package/esm/gen/types/WmNodeKind.d.ts.map +0 -1
  460. package/esm/gen/types/WmNodeKind.js +0 -8
  461. package/esm/gen/types/WmNodeLifetime.d.ts +0 -5
  462. package/esm/gen/types/WmNodeLifetime.d.ts.map +0 -1
  463. package/esm/gen/types/WmNodeLifetime.js +0 -6
  464. package/esm/gen/types/WmRenderTree.d.ts +0 -6
  465. package/esm/gen/types/WmRenderTree.d.ts.map +0 -1
  466. package/script/gen/types/SluHotkey.d.ts +0 -17
  467. package/script/gen/types/SluHotkey.d.ts.map +0 -1
  468. package/script/gen/types/SluHotkeyAction.d.ts +0 -96
  469. package/script/gen/types/SluHotkeyAction.d.ts.map +0 -1
  470. package/script/gen/types/WindowManagerLayout.d.ts +0 -6
  471. package/script/gen/types/WindowManagerLayout.d.ts.map +0 -1
  472. package/script/gen/types/WlanProfile.d.ts +0 -8
  473. package/script/gen/types/WlanProfile.d.ts.map +0 -1
  474. package/script/gen/types/WmNode.d.ts.map +0 -1
  475. package/script/gen/types/WmNodeKind.d.ts.map +0 -1
  476. package/script/gen/types/WmNodeKind.js +0 -11
  477. package/script/gen/types/WmNodeLifetime.d.ts +0 -5
  478. package/script/gen/types/WmNodeLifetime.d.ts.map +0 -1
  479. package/script/gen/types/WmNodeLifetime.js +0 -9
  480. package/script/gen/types/WmRenderTree.d.ts +0 -6
  481. package/script/gen/types/WmRenderTree.d.ts.map +0 -1
  482. /package/esm/gen/types/{SluHotkeyAction.js → AudioWaveform.js} +0 -0
  483. /package/esm/gen/types/{WlanProfile.js → BackupStatus.js} +0 -0
  484. /package/esm/gen/types/{SluHotkey.js → ClipboardData.js} +0 -0
  485. /package/esm/gen/types/{WindowManagerLayout.js → ClipboardEntry.js} +0 -0
  486. /package/esm/gen/types/{WmNode.js → ContextMenuCallbackPayload.js} +0 -0
  487. /package/esm/gen/types/{WmRenderTree.js → SeelenCommandMoveWindowToWorkspaceArgs.js} +0 -0
  488. /package/script/gen/types/{SluHotkeyAction.js → AudioWaveform.js} +0 -0
  489. /package/script/gen/types/{WlanProfile.js → BackupStatus.js} +0 -0
  490. /package/script/gen/types/{SluHotkey.js → ClipboardData.js} +0 -0
  491. /package/script/gen/types/{WindowManagerLayout.js → ClipboardEntry.js} +0 -0
  492. /package/script/gen/types/{WmNode.js → ContextMenuCallbackPayload.js} +0 -0
  493. /package/script/gen/types/{WmRenderTree.js → SeelenCommandMoveWindowToWorkspaceArgs.js} +0 -0
@@ -0,0 +1,521 @@
1
+ /**
2
+ * Color System Documentation
3
+ *
4
+ * This file defines a contrast-based color system where numbers represent
5
+ * contrast intensity against the theme's background, NOT absolute lightness.
6
+ *
7
+ * CONTRAST-ADAPTIVE COLORS (--color-*):
8
+ * - Numbers indicate contrast level against the current theme background
9
+ * - 100 = lowest contrast (subtle, barely visible)
10
+ * - 900 = highest contrast (bold, maximum visibility)
11
+ * - Automatically inverts between light/dark modes to maintain contrast relationships
12
+ *
13
+ * Example:
14
+ * Light mode: --color-red-100 = #ffebe7 (light red, subtle on white)
15
+ * Dark mode: --color-red-100 = #7b0000 (dark red, subtle on black)
16
+ *
17
+ * FIXED COLORS (--color-fixed-*):
18
+ * - Colors that remain constant regardless of theme
19
+ * - Use when you need a specific color value that should never change
20
+ * - Numbers still follow 100-900 scale but represent absolute lightness
21
+ *
22
+ * Usage Guidelines:
23
+ * - Use --color-* for UI elements that need consistent contrast (backgrounds, text, borders)
24
+ * - Use --color-fixed-* for brand colors, illustrations, or theme-independent visuals
25
+ */
26
+
27
+ :root {
28
+ color-scheme: light dark;
29
+ }
30
+
31
+ @media (prefers-color-scheme: dark) {
32
+ :root {
33
+ --color-white: oklch(0% 0 0);
34
+ --color-black: oklch(100% 0 0);
35
+ }
36
+ }
37
+
38
+ @media (prefers-color-scheme: light) {
39
+ :root {
40
+ --color-white: oklch(100% 0 0);
41
+ --color-black: oklch(0% 0 0);
42
+ }
43
+ }
44
+
45
+ @media (prefers-color-scheme: dark) {
46
+ :root {
47
+ --color-gray-25: oklch(18% 00000 0);
48
+ --color-gray-50: oklch(21% 00000 0);
49
+ --color-gray-75: oklch(24% 00000 0);
50
+ --color-gray-100: oklch(27% 00000 0);
51
+ --color-gray-200: oklch(36% 00000 0);
52
+ --color-gray-300: oklch(45% 00000 0);
53
+ --color-gray-400: oklch(54% 00000 0);
54
+ --color-gray-500: oklch(63% 00000 0);
55
+ --color-gray-600: oklch(72% 00000 0);
56
+ --color-gray-700: oklch(79% 00000 0);
57
+ --color-gray-800: oklch(86% 00000 0);
58
+ --color-gray-900: oklch(92% 00000 0);
59
+
60
+ --color-red-25: oklch(18% 0.064 30);
61
+ --color-red-50: oklch(21% 0.075 30);
62
+ --color-red-75: oklch(24% 0.086 30);
63
+ --color-red-100: oklch(27% 0.096 30);
64
+ --color-red-200: oklch(36% 0.129 30);
65
+ --color-red-300: oklch(45% 0.161 30);
66
+ --color-red-400: oklch(54% 0.193 30);
67
+ --color-red-500: oklch(63% 0.225 30);
68
+ --color-red-600: oklch(72% 0.178 30);
69
+ --color-red-700: oklch(79% 0.125 30);
70
+ --color-red-800: oklch(86% 0.078 30);
71
+ --color-red-900: oklch(92% 0.042 30);
72
+
73
+ --color-orange-25: oklch(18% 0.043 50);
74
+ --color-orange-50: oklch(21% 0.05 50);
75
+ --color-orange-75: oklch(24% 0.057 50);
76
+ --color-orange-100: oklch(27% 0.064 50);
77
+ --color-orange-200: oklch(36% 0.086 50);
78
+ --color-orange-300: oklch(45% 0.108 50);
79
+ --color-orange-400: oklch(54% 0.129 50);
80
+ --color-orange-500: oklch(63% 0.151 50);
81
+ --color-orange-600: oklch(72% 0.173 50);
82
+ --color-orange-700: oklch(79% 0.136 50);
83
+ --color-orange-800: oklch(86% 0.085 50);
84
+ --color-orange-900: oklch(92% 0.046 50);
85
+
86
+ --color-yellow-25: oklch(18% 0.034 100);
87
+ --color-yellow-50: oklch(21% 0.04 100);
88
+ --color-yellow-75: oklch(24% 0.046 100);
89
+ --color-yellow-100: oklch(27% 0.052 100);
90
+ --color-yellow-200: oklch(36% 0.069 100);
91
+ --color-yellow-300: oklch(45% 0.086 100);
92
+ --color-yellow-400: oklch(54% 0.103 100);
93
+ --color-yellow-500: oklch(63% 0.121 100);
94
+ --color-yellow-600: oklch(72% 0.138 100);
95
+ --color-yellow-700: oklch(79% 0.152 100);
96
+ --color-yellow-800: oklch(86% 0.165 100);
97
+ --color-yellow-900: oklch(92% 0.158 100);
98
+
99
+ --color-green-25: oklch(18% 0.055 150);
100
+ --color-green-50: oklch(21% 0.064 150);
101
+ --color-green-75: oklch(24% 0.073 150);
102
+ --color-green-100: oklch(27% 0.083 150);
103
+ --color-green-200: oklch(36% 0.11 150);
104
+ --color-green-300: oklch(45% 0.138 150);
105
+ --color-green-400: oklch(54% 0.166 150);
106
+ --color-green-500: oklch(63% 0.193 150);
107
+ --color-green-600: oklch(72% 0.221 150);
108
+ --color-green-700: oklch(79% 0.242 150);
109
+ --color-green-800: oklch(86% 0.247 150);
110
+ --color-green-900: oklch(92% 0.125 150);
111
+
112
+ --color-seafoam-25: oklch(18% 0.035 180);
113
+ --color-seafoam-50: oklch(21% 0.041 180);
114
+ --color-seafoam-75: oklch(24% 0.047 180);
115
+ --color-seafoam-100: oklch(27% 0.053 180);
116
+ --color-seafoam-200: oklch(36% 0.07 180);
117
+ --color-seafoam-300: oklch(45% 0.088 180);
118
+ --color-seafoam-400: oklch(54% 0.106 180);
119
+ --color-seafoam-500: oklch(63% 0.123 180);
120
+ --color-seafoam-600: oklch(72% 0.141 180);
121
+ --color-seafoam-700: oklch(79% 0.155 180);
122
+ --color-seafoam-800: oklch(86% 0.169 180);
123
+ --color-seafoam-900: oklch(92% 0.109 180);
124
+
125
+ --color-cyan-25: oklch(18% 0.037 230);
126
+ --color-cyan-50: oklch(21% 0.044 230);
127
+ --color-cyan-75: oklch(24% 0.05 230);
128
+ --color-cyan-100: oklch(27% 0.056 230);
129
+ --color-cyan-200: oklch(36% 0.075 230);
130
+ --color-cyan-300: oklch(45% 0.094 230);
131
+ --color-cyan-400: oklch(54% 0.113 230);
132
+ --color-cyan-500: oklch(63% 0.132 230);
133
+ --color-cyan-600: oklch(72% 0.151 230);
134
+ --color-cyan-700: oklch(79% 0.115 230);
135
+ --color-cyan-800: oklch(86% 0.075 230);
136
+ --color-cyan-900: oklch(92% 0.042 230);
137
+
138
+ --color-blue-25: oklch(18% 0.074 260);
139
+ --color-blue-50: oklch(21% 0.086 260);
140
+ --color-blue-75: oklch(24% 0.098 260);
141
+ --color-blue-100: oklch(27% 0.111 260);
142
+ --color-blue-200: oklch(36% 0.147 260);
143
+ --color-blue-300: oklch(45% 0.184 260);
144
+ --color-blue-400: oklch(54% 0.219 260);
145
+ --color-blue-500: oklch(63% 0.171 260);
146
+ --color-blue-600: oklch(72% 0.126 260);
147
+ --color-blue-700: oklch(79% 0.092 260);
148
+ --color-blue-800: oklch(86% 0.06 260);
149
+ --color-blue-900: oklch(92% 0.033 260);
150
+
151
+ --color-indigo-25: oklch(18% 0.088 280);
152
+ --color-indigo-50: oklch(21% 0.103 280);
153
+ --color-indigo-75: oklch(24% 0.117 280);
154
+ --color-indigo-100: oklch(27% 0.132 280);
155
+ --color-indigo-200: oklch(36% 0.176 280);
156
+ --color-indigo-300: oklch(45% 0.22 280);
157
+ --color-indigo-400: oklch(54% 0.224 280);
158
+ --color-indigo-500: oklch(63% 0.175 280);
159
+ --color-indigo-600: oklch(72% 0.129 280);
160
+ --color-indigo-700: oklch(79% 0.094 280);
161
+ --color-indigo-800: oklch(86% 0.061 280);
162
+ --color-indigo-900: oklch(92% 0.034 280);
163
+
164
+ --color-purple-25: oklch(18% 0.08 300);
165
+ --color-purple-50: oklch(21% 0.093 300);
166
+ --color-purple-75: oklch(24% 0.106 300);
167
+ --color-purple-100: oklch(27% 0.12 300);
168
+ --color-purple-200: oklch(36% 0.16 300);
169
+ --color-purple-300: oklch(45% 0.2 300);
170
+ --color-purple-400: oklch(54% 0.24 300);
171
+ --color-purple-500: oklch(63% 0.204 300);
172
+ --color-purple-600: oklch(72% 0.15 300);
173
+ --color-purple-700: oklch(79% 0.109 300);
174
+ --color-purple-800: oklch(86% 0.071 300);
175
+ --color-purple-900: oklch(92% 0.04 300);
176
+
177
+ --color-fuchsia-25: oklch(18% 0.07 335);
178
+ --color-fuchsia-50: oklch(21% 0.082 335);
179
+ --color-fuchsia-75: oklch(24% 0.094 335);
180
+ --color-fuchsia-100: oklch(27% 0.106 335);
181
+ --color-fuchsia-200: oklch(36% 0.141 335);
182
+ --color-fuchsia-300: oklch(45% 0.176 335);
183
+ --color-fuchsia-400: oklch(54% 0.212 335);
184
+ --color-fuchsia-500: oklch(63% 0.247 335);
185
+ --color-fuchsia-600: oklch(72% 0.274 335);
186
+ --color-fuchsia-700: oklch(79% 0.191 335);
187
+ --color-fuchsia-800: oklch(86% 0.119 335);
188
+ --color-fuchsia-900: oklch(92% 0.064 335);
189
+
190
+ --color-magenta-25: oklch(18% 0.065 360);
191
+ --color-magenta-50: oklch(21% 0.076 360);
192
+ --color-magenta-75: oklch(24% 0.087 360);
193
+ --color-magenta-100: oklch(27% 0.098 360);
194
+ --color-magenta-200: oklch(36% 0.131 360);
195
+ --color-magenta-300: oklch(45% 0.164 360);
196
+ --color-magenta-400: oklch(54% 0.197 360);
197
+ --color-magenta-500: oklch(63% 0.23 360);
198
+ --color-magenta-600: oklch(72% 0.197 360);
199
+ --color-magenta-700: oklch(79% 0.137 360);
200
+ --color-magenta-800: oklch(86% 0.085 360);
201
+ --color-magenta-900: oklch(92% 0.046 360);
202
+ }
203
+ }
204
+
205
+ @media (prefers-color-scheme: light) {
206
+ :root {
207
+ --color-gray-25: oklch(99% 00000 0);
208
+ --color-gray-50: oklch(96% 00000 0);
209
+ --color-gray-75: oklch(93% 00000 0);
210
+ --color-gray-100: oklch(90% 00000 0);
211
+ --color-gray-200: oklch(81% 00000 0);
212
+ --color-gray-300: oklch(72% 00000 0);
213
+ --color-gray-400: oklch(63% 00000 0);
214
+ --color-gray-500: oklch(54% 00000 0);
215
+ --color-gray-600: oklch(45% 00000 0);
216
+ --color-gray-700: oklch(36% 00000 0);
217
+ --color-gray-800: oklch(27% 00000 0);
218
+ --color-gray-900: oklch(18% 00000 0);
219
+
220
+ --color-red-25: oklch(99% 0.004 30);
221
+ --color-red-50: oklch(96% 0.02 30);
222
+ --color-red-75: oklch(93% 0.036 30);
223
+ --color-red-100: oklch(90% 0.054 30);
224
+ --color-red-200: oklch(81% 0.111 30);
225
+ --color-red-300: oklch(72% 0.178 30);
226
+ --color-red-400: oklch(63% 0.225 30);
227
+ --color-red-500: oklch(54% 0.193 30);
228
+ --color-red-600: oklch(45% 0.161 30);
229
+ --color-red-700: oklch(36% 0.129 30);
230
+ --color-red-800: oklch(27% 0.096 30);
231
+ --color-red-900: oklch(18% 0.064 30);
232
+
233
+ --color-orange-25: oklch(99% 0.005 50);
234
+ --color-orange-50: oklch(96% 0.022 50);
235
+ --color-orange-75: oklch(93% 0.04 50);
236
+ --color-orange-100: oklch(90% 0.059 50);
237
+ --color-orange-200: oklch(81% 0.121 50);
238
+ --color-orange-300: oklch(72% 0.173 50);
239
+ --color-orange-400: oklch(63% 0.151 50);
240
+ --color-orange-500: oklch(54% 0.129 50);
241
+ --color-orange-600: oklch(45% 0.108 50);
242
+ --color-orange-700: oklch(36% 0.086 50);
243
+ --color-orange-800: oklch(27% 0.064 50);
244
+ --color-orange-900: oklch(18% 0.043 50);
245
+
246
+ --color-yellow-25: oklch(99% 0.02 100);
247
+ --color-yellow-50: oklch(96% 0.08 100);
248
+ --color-yellow-75: oklch(93% 0.138 100);
249
+ --color-yellow-100: oklch(90% 0.173 100);
250
+ --color-yellow-200: oklch(81% 0.155 100);
251
+ --color-yellow-300: oklch(72% 0.138 100);
252
+ --color-yellow-400: oklch(63% 0.121 100);
253
+ --color-yellow-500: oklch(54% 0.103 100);
254
+ --color-yellow-600: oklch(45% 0.086 100);
255
+ --color-yellow-700: oklch(36% 0.069 100);
256
+ --color-yellow-800: oklch(27% 0.052 100);
257
+ --color-yellow-900: oklch(18% 0.034 100);
258
+
259
+ --color-green-25: oklch(99% 0.013 150);
260
+ --color-green-50: oklch(96% 0.058 150);
261
+ --color-green-75: oklch(93% 0.107 150);
262
+ --color-green-100: oklch(90% 0.162 150);
263
+ --color-green-200: oklch(81% 0.249 150);
264
+ --color-green-300: oklch(72% 0.221 150);
265
+ --color-green-400: oklch(63% 0.193 150);
266
+ --color-green-500: oklch(54% 0.166 150);
267
+ --color-green-600: oklch(45% 0.138 150);
268
+ --color-green-700: oklch(36% 0.11 150);
269
+ --color-green-800: oklch(27% 0.083 150);
270
+ --color-green-900: oklch(18% 0.055 150);
271
+
272
+ --color-seafoam-25: oklch(99% 0.012 180);
273
+ --color-seafoam-50: oklch(96% 0.051 180);
274
+ --color-seafoam-75: oklch(93% 0.094 180);
275
+ --color-seafoam-100: oklch(90% 0.141 180);
276
+ --color-seafoam-200: oklch(81% 0.159 180);
277
+ --color-seafoam-300: oklch(72% 0.141 180);
278
+ --color-seafoam-400: oklch(63% 0.123 180);
279
+ --color-seafoam-500: oklch(54% 0.106 180);
280
+ --color-seafoam-600: oklch(45% 0.088 180);
281
+ --color-seafoam-700: oklch(36% 0.07 180);
282
+ --color-seafoam-800: oklch(27% 0.053 180);
283
+ --color-seafoam-900: oklch(18% 0.035 180);
284
+
285
+ --color-cyan-25: oklch(99% 0.005 230);
286
+ --color-cyan-50: oklch(96% 0.02 230);
287
+ --color-cyan-75: oklch(93% 0.036 230);
288
+ --color-cyan-100: oklch(90% 0.053 230);
289
+ --color-cyan-200: oklch(81% 0.103 230);
290
+ --color-cyan-300: oklch(72% 0.151 230);
291
+ --color-cyan-400: oklch(63% 0.132 230);
292
+ --color-cyan-500: oklch(54% 0.113 230);
293
+ --color-cyan-600: oklch(45% 0.094 230);
294
+ --color-cyan-700: oklch(36% 0.075 230);
295
+ --color-cyan-800: oklch(27% 0.056 230);
296
+ --color-cyan-900: oklch(18% 0.037 230);
297
+
298
+ --color-blue-25: oklch(99% 0.004 260);
299
+ --color-blue-50: oklch(96% 0.016 260);
300
+ --color-blue-75: oklch(93% 0.029 260);
301
+ --color-blue-100: oklch(90% 0.042 260);
302
+ --color-blue-200: oklch(81% 0.083 260);
303
+ --color-blue-300: oklch(72% 0.126 260);
304
+ --color-blue-400: oklch(63% 0.171 260);
305
+ --color-blue-500: oklch(54% 0.219 260);
306
+ --color-blue-600: oklch(45% 0.184 260);
307
+ --color-blue-700: oklch(36% 0.147 260);
308
+ --color-blue-800: oklch(27% 0.111 260);
309
+ --color-blue-900: oklch(18% 0.074 260);
310
+
311
+ --color-indigo-25: oklch(99% 0.004 280);
312
+ --color-indigo-50: oklch(96% 0.017 280);
313
+ --color-indigo-75: oklch(93% 0.03 280);
314
+ --color-indigo-100: oklch(90% 0.043 280);
315
+ --color-indigo-200: oklch(81% 0.085 280);
316
+ --color-indigo-300: oklch(72% 0.129 280);
317
+ --color-indigo-400: oklch(63% 0.175 280);
318
+ --color-indigo-500: oklch(54% 0.224 280);
319
+ --color-indigo-600: oklch(45% 0.22 280);
320
+ --color-indigo-700: oklch(36% 0.176 280);
321
+ --color-indigo-800: oklch(27% 0.132 280);
322
+ --color-indigo-900: oklch(18% 0.088 280);
323
+
324
+ --color-purple-25: oklch(99% 0.004 300);
325
+ --color-purple-50: oklch(96% 0.019 300);
326
+ --color-purple-75: oklch(93% 0.034 300);
327
+ --color-purple-100: oklch(90% 0.05 300);
328
+ --color-purple-200: oklch(81% 0.098 300);
329
+ --color-purple-300: oklch(72% 0.15 300);
330
+ --color-purple-400: oklch(63% 0.204 300);
331
+ --color-purple-500: oklch(54% 0.24 300);
332
+ --color-purple-600: oklch(45% 0.2 300);
333
+ --color-purple-700: oklch(36% 0.16 300);
334
+ --color-purple-800: oklch(27% 0.12 300);
335
+ --color-purple-900: oklch(18% 0.08 300);
336
+
337
+ --color-fuchsia-25: oklch(99% 0.007 335);
338
+ --color-fuchsia-50: oklch(96% 0.031 335);
339
+ --color-fuchsia-75: oklch(93% 0.056 335);
340
+ --color-fuchsia-100: oklch(90% 0.082 335);
341
+ --color-fuchsia-200: oklch(81% 0.17 335);
342
+ --color-fuchsia-300: oklch(72% 0.274 335);
343
+ --color-fuchsia-400: oklch(63% 0.247 335);
344
+ --color-fuchsia-500: oklch(54% 0.212 335);
345
+ --color-fuchsia-600: oklch(45% 0.176 335);
346
+ --color-fuchsia-700: oklch(36% 0.141 335);
347
+ --color-fuchsia-800: oklch(27% 0.106 335);
348
+ --color-fuchsia-900: oklch(18% 0.07 335);
349
+
350
+ --color-magenta-25: oklch(99% 0.005 360);
351
+ --color-magenta-50: oklch(96% 0.022 360);
352
+ --color-magenta-75: oklch(93% 0.04 360);
353
+ --color-magenta-100: oklch(90% 0.059 360);
354
+ --color-magenta-200: oklch(81% 0.122 360);
355
+ --color-magenta-300: oklch(72% 0.197 360);
356
+ --color-magenta-400: oklch(63% 0.23 360);
357
+ --color-magenta-500: oklch(54% 0.197 360);
358
+ --color-magenta-600: oklch(45% 0.164 360);
359
+ --color-magenta-700: oklch(36% 0.131 360);
360
+ --color-magenta-800: oklch(27% 0.098 360);
361
+ --color-magenta-900: oklch(18% 0.065 360);
362
+ }
363
+ }
364
+
365
+ :root {
366
+ --color-fixed-gray-25: oklch(99% 00000 0);
367
+ --color-fixed-gray-50: oklch(96% 00000 0);
368
+ --color-fixed-gray-75: oklch(93% 00000 0);
369
+ --color-fixed-gray-100: oklch(90% 00000 0);
370
+ --color-fixed-gray-200: oklch(81% 00000 0);
371
+ --color-fixed-gray-300: oklch(72% 00000 0);
372
+ --color-fixed-gray-400: oklch(63% 00000 0);
373
+ --color-fixed-gray-500: oklch(54% 00000 0);
374
+ --color-fixed-gray-600: oklch(45% 00000 0);
375
+ --color-fixed-gray-700: oklch(36% 00000 0);
376
+ --color-fixed-gray-800: oklch(27% 00000 0);
377
+ --color-fixed-gray-900: oklch(18% 00000 0);
378
+
379
+ --color-fixed-red-25: oklch(99% 0.004 30);
380
+ --color-fixed-red-50: oklch(96% 0.02 30);
381
+ --color-fixed-red-75: oklch(93% 0.036 30);
382
+ --color-fixed-red-100: oklch(90% 0.054 30);
383
+ --color-fixed-red-200: oklch(81% 0.111 30);
384
+ --color-fixed-red-300: oklch(72% 0.178 30);
385
+ --color-fixed-red-400: oklch(63% 0.225 30);
386
+ --color-fixed-red-500: oklch(54% 0.193 30);
387
+ --color-fixed-red-600: oklch(45% 0.161 30);
388
+ --color-fixed-red-700: oklch(36% 0.129 30);
389
+ --color-fixed-red-800: oklch(27% 0.096 30);
390
+ --color-fixed-red-900: oklch(18% 0.064 30);
391
+
392
+ --color-fixed-orange-25: oklch(99% 0.005 50);
393
+ --color-fixed-orange-50: oklch(96% 0.022 50);
394
+ --color-fixed-orange-75: oklch(93% 0.04 50);
395
+ --color-fixed-orange-100: oklch(90% 0.059 50);
396
+ --color-fixed-orange-200: oklch(81% 0.121 50);
397
+ --color-fixed-orange-300: oklch(72% 0.173 50);
398
+ --color-fixed-orange-400: oklch(63% 0.151 50);
399
+ --color-fixed-orange-500: oklch(54% 0.129 50);
400
+ --color-fixed-orange-600: oklch(45% 0.108 50);
401
+ --color-fixed-orange-700: oklch(36% 0.086 50);
402
+ --color-fixed-orange-800: oklch(27% 0.064 50);
403
+ --color-fixed-orange-900: oklch(18% 0.043 50);
404
+
405
+ --color-fixed-yellow-25: oklch(99% 0.02 100);
406
+ --color-fixed-yellow-50: oklch(96% 0.08 100);
407
+ --color-fixed-yellow-75: oklch(93% 0.138 100);
408
+ --color-fixed-yellow-100: oklch(90% 0.173 100);
409
+ --color-fixed-yellow-200: oklch(81% 0.155 100);
410
+ --color-fixed-yellow-300: oklch(72% 0.138 100);
411
+ --color-fixed-yellow-400: oklch(63% 0.121 100);
412
+ --color-fixed-yellow-500: oklch(54% 0.103 100);
413
+ --color-fixed-yellow-600: oklch(45% 0.086 100);
414
+ --color-fixed-yellow-700: oklch(36% 0.069 100);
415
+ --color-fixed-yellow-800: oklch(27% 0.052 100);
416
+ --color-fixed-yellow-900: oklch(18% 0.034 100);
417
+
418
+ --color-fixed-green-25: oklch(99% 0.013 150);
419
+ --color-fixed-green-50: oklch(96% 0.058 150);
420
+ --color-fixed-green-75: oklch(93% 0.107 150);
421
+ --color-fixed-green-100: oklch(90% 0.162 150);
422
+ --color-fixed-green-200: oklch(81% 0.249 150);
423
+ --color-fixed-green-300: oklch(72% 0.221 150);
424
+ --color-fixed-green-400: oklch(63% 0.193 150);
425
+ --color-fixed-green-500: oklch(54% 0.166 150);
426
+ --color-fixed-green-600: oklch(45% 0.138 150);
427
+ --color-fixed-green-700: oklch(36% 0.11 150);
428
+ --color-fixed-green-800: oklch(27% 0.083 150);
429
+ --color-fixed-green-900: oklch(18% 0.055 150);
430
+
431
+ --color-fixed-seafoam-25: oklch(99% 0.012 180);
432
+ --color-fixed-seafoam-50: oklch(96% 0.051 180);
433
+ --color-fixed-seafoam-75: oklch(93% 0.094 180);
434
+ --color-fixed-seafoam-100: oklch(90% 0.141 180);
435
+ --color-fixed-seafoam-200: oklch(81% 0.159 180);
436
+ --color-fixed-seafoam-300: oklch(72% 0.141 180);
437
+ --color-fixed-seafoam-400: oklch(63% 0.123 180);
438
+ --color-fixed-seafoam-500: oklch(54% 0.106 180);
439
+ --color-fixed-seafoam-600: oklch(45% 0.088 180);
440
+ --color-fixed-seafoam-700: oklch(36% 0.07 180);
441
+ --color-fixed-seafoam-800: oklch(27% 0.053 180);
442
+ --color-fixed-seafoam-900: oklch(18% 0.035 180);
443
+
444
+ --color-fixed-cyan-25: oklch(99% 0.005 230);
445
+ --color-fixed-cyan-50: oklch(96% 0.02 230);
446
+ --color-fixed-cyan-75: oklch(93% 0.036 230);
447
+ --color-fixed-cyan-100: oklch(90% 0.053 230);
448
+ --color-fixed-cyan-200: oklch(81% 0.103 230);
449
+ --color-fixed-cyan-300: oklch(72% 0.151 230);
450
+ --color-fixed-cyan-400: oklch(63% 0.132 230);
451
+ --color-fixed-cyan-500: oklch(54% 0.113 230);
452
+ --color-fixed-cyan-600: oklch(45% 0.094 230);
453
+ --color-fixed-cyan-700: oklch(36% 0.075 230);
454
+ --color-fixed-cyan-800: oklch(27% 0.056 230);
455
+ --color-fixed-cyan-900: oklch(18% 0.037 230);
456
+
457
+ --color-fixed-blue-25: oklch(99% 0.004 260);
458
+ --color-fixed-blue-50: oklch(96% 0.016 260);
459
+ --color-fixed-blue-75: oklch(93% 0.029 260);
460
+ --color-fixed-blue-100: oklch(90% 0.042 260);
461
+ --color-fixed-blue-200: oklch(81% 0.083 260);
462
+ --color-fixed-blue-300: oklch(72% 0.126 260);
463
+ --color-fixed-blue-400: oklch(63% 0.171 260);
464
+ --color-fixed-blue-500: oklch(54% 0.219 260);
465
+ --color-fixed-blue-600: oklch(45% 0.184 260);
466
+ --color-fixed-blue-700: oklch(36% 0.147 260);
467
+ --color-fixed-blue-800: oklch(27% 0.111 260);
468
+ --color-fixed-blue-900: oklch(18% 0.074 260);
469
+
470
+ --color-fixed-indigo-25: oklch(99% 0.004 280);
471
+ --color-fixed-indigo-50: oklch(96% 0.017 280);
472
+ --color-fixed-indigo-75: oklch(93% 0.03 280);
473
+ --color-fixed-indigo-100: oklch(90% 0.043 280);
474
+ --color-fixed-indigo-200: oklch(81% 0.085 280);
475
+ --color-fixed-indigo-300: oklch(72% 0.129 280);
476
+ --color-fixed-indigo-400: oklch(63% 0.175 280);
477
+ --color-fixed-indigo-500: oklch(54% 0.224 280);
478
+ --color-fixed-indigo-600: oklch(45% 0.22 280);
479
+ --color-fixed-indigo-700: oklch(36% 0.176 280);
480
+ --color-fixed-indigo-800: oklch(27% 0.132 280);
481
+ --color-fixed-indigo-900: oklch(18% 0.088 280);
482
+
483
+ --color-fixed-purple-25: oklch(99% 0.004 300);
484
+ --color-fixed-purple-50: oklch(96% 0.019 300);
485
+ --color-fixed-purple-75: oklch(93% 0.034 300);
486
+ --color-fixed-purple-100: oklch(90% 0.05 300);
487
+ --color-fixed-purple-200: oklch(81% 0.098 300);
488
+ --color-fixed-purple-300: oklch(72% 0.15 300);
489
+ --color-fixed-purple-400: oklch(63% 0.204 300);
490
+ --color-fixed-purple-500: oklch(54% 0.24 300);
491
+ --color-fixed-purple-600: oklch(45% 0.2 300);
492
+ --color-fixed-purple-700: oklch(36% 0.16 300);
493
+ --color-fixed-purple-800: oklch(27% 0.12 300);
494
+ --color-fixed-purple-900: oklch(18% 0.08 300);
495
+
496
+ --color-fixed-fuchsia-25: oklch(99% 0.007 335);
497
+ --color-fixed-fuchsia-50: oklch(96% 0.031 335);
498
+ --color-fixed-fuchsia-75: oklch(93% 0.056 335);
499
+ --color-fixed-fuchsia-100: oklch(90% 0.082 335);
500
+ --color-fixed-fuchsia-200: oklch(81% 0.17 335);
501
+ --color-fixed-fuchsia-300: oklch(72% 0.274 335);
502
+ --color-fixed-fuchsia-400: oklch(63% 0.247 335);
503
+ --color-fixed-fuchsia-500: oklch(54% 0.212 335);
504
+ --color-fixed-fuchsia-600: oklch(45% 0.176 335);
505
+ --color-fixed-fuchsia-700: oklch(36% 0.141 335);
506
+ --color-fixed-fuchsia-800: oklch(27% 0.106 335);
507
+ --color-fixed-fuchsia-900: oklch(18% 0.07 335);
508
+
509
+ --color-fixed-magenta-25: oklch(99% 0.005 360);
510
+ --color-fixed-magenta-50: oklch(96% 0.022 360);
511
+ --color-fixed-magenta-75: oklch(93% 0.04 360);
512
+ --color-fixed-magenta-100: oklch(90% 0.059 360);
513
+ --color-fixed-magenta-200: oklch(81% 0.122 360);
514
+ --color-fixed-magenta-300: oklch(72% 0.197 360);
515
+ --color-fixed-magenta-400: oklch(63% 0.23 360);
516
+ --color-fixed-magenta-500: oklch(54% 0.197 360);
517
+ --color-fixed-magenta-600: oklch(45% 0.164 360);
518
+ --color-fixed-magenta-700: oklch(36% 0.131 360);
519
+ --color-fixed-magenta-800: oklch(27% 0.098 360);
520
+ --color-fixed-magenta-900: oklch(18% 0.065 360);
521
+ }
@@ -0,0 +1,129 @@
1
+ @layer reset {
2
+ :root {
3
+ color-scheme: light dark; /* enables light and dark mode as well light-dark() function */
4
+
5
+ interpolate-size: allow-keywords; /* This enables animations between keywords (auto, min-content, etc) */
6
+ transition-behavior: allow-discrete; /* allow transitions between discrete values (display, content-visibility) */
7
+
8
+ scroll-behavior: smooth;
9
+ -webkit-overflow-scrolling: touch;
10
+
11
+ font-size: 100%; /* determines the size of the rem unit */
12
+ line-height: 1.4;
13
+
14
+ text-rendering: optimizeLegibility;
15
+ -webkit-font-smoothing: antialiased;
16
+ -moz-osx-font-smoothing: grayscale;
17
+ }
18
+
19
+ *,
20
+ *:after,
21
+ *:before {
22
+ margin: 0;
23
+ padding: 0;
24
+ border: 0;
25
+ outline: none;
26
+ box-sizing: border-box;
27
+ vertical-align: baseline;
28
+ }
29
+
30
+ /* Avoid selection of text on desktop, mobile apps */
31
+ :not(input):not(textarea),
32
+ :not(input):not(textarea)::after,
33
+ :not(input):not(textarea)::before {
34
+ -webkit-user-select: none;
35
+ user-select: none;
36
+ }
37
+
38
+ /* Show normal cursor on desktop, mobile apps except links and inputs */
39
+ :not(a):not(a *):not(input):not(textarea) {
40
+ cursor: default !important;
41
+ }
42
+
43
+ img,
44
+ image,
45
+ picture,
46
+ video,
47
+ iframe,
48
+ figure {
49
+ max-height: 100%;
50
+ max-width: 100%;
51
+ width: 100%;
52
+ display: block;
53
+ }
54
+
55
+ a {
56
+ display: block;
57
+ }
58
+
59
+ p a {
60
+ display: inline;
61
+ }
62
+
63
+ li {
64
+ list-style-type: none;
65
+ }
66
+
67
+ h1,
68
+ h2,
69
+ h3,
70
+ h4,
71
+ h5,
72
+ h6,
73
+ p,
74
+ span,
75
+ a,
76
+ strong,
77
+ blockquote,
78
+ i,
79
+ b,
80
+ em,
81
+ pre {
82
+ font-size: 1em;
83
+ line-height: inherit;
84
+ font-weight: inherit;
85
+ font-style: inherit;
86
+ text-decoration: none;
87
+ color: inherit;
88
+ }
89
+
90
+ form,
91
+ input,
92
+ textarea,
93
+ select,
94
+ button,
95
+ label {
96
+ font-family: inherit;
97
+ font-size: inherit;
98
+ hyphens: auto;
99
+ background-color: transparent;
100
+ display: block;
101
+ color: inherit;
102
+ }
103
+
104
+ table,
105
+ tr,
106
+ td {
107
+ border-collapse: collapse;
108
+ border-spacing: 0;
109
+ }
110
+
111
+ svg {
112
+ width: 100%;
113
+ display: block;
114
+ }
115
+
116
+ body {
117
+ font-family: system-ui;
118
+ color: var(--color-gray-900, #121212);
119
+ background-color: var(--color-gray-50, #fefefe);
120
+ hyphens: auto;
121
+ }
122
+
123
+ hr {
124
+ border: 1px solid;
125
+ margin: 0.5em 0;
126
+ opacity: 0.8;
127
+ color: var(--color-gray-100, #e5e5e5);
128
+ }
129
+ }
@@ -0,0 +1,7 @@
1
+ :root {
2
+ --shadow-color: 0 0 0;
3
+
4
+ --shadow-s: 1px 1px 2px hsl(var(--shadow-color) / 0.08);
5
+ --shadow-m: 2px 2px 8px hsl(var(--shadow-color) / 0.16);
6
+ --shadow-l: 8px 8px 24px hsl(var(--shadow-color) / 0.24);
7
+ }
@@ -0,0 +1,9 @@
1
+ :root {
2
+ --spacing-2xs: 0.25rem; /* 4px */
3
+ --spacing-xs: 0.5rem; /* 8px */
4
+ --spacing-s: 0.75rem; /* 12px */
5
+ --spacing-m: 1rem; /* 16px */
6
+ --spacing-l: 1.25rem; /* 20px */
7
+ --spacing-xl: 1.5rem; /* 24px */
8
+ --spacing-2xl: 2rem; /* 32px */
9
+ }
@@ -1,17 +0,0 @@
1
- import type { SluHotkeyAction } from "./SluHotkeyAction.js";
2
- import type { WidgetId } from "./WidgetId.js";
3
- export type SluHotkey = {
4
- id: string;
5
- action: SluHotkeyAction;
6
- keys: Array<string>;
7
- readonly: boolean;
8
- /**
9
- * This will be true for hotkeys intended to override system hotkeys.
10
- */
11
- system: boolean;
12
- /**
13
- * If present this shortcut will be only available if the widget is enabled.
14
- */
15
- attached_to: WidgetId | null;
16
- };
17
- //# sourceMappingURL=SluHotkey.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SluHotkey.d.ts","sourceRoot":"","sources":["../../../src/gen/types/SluHotkey.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAE9C,MAAM,MAAM,SAAS,GAAG;IAAE,EAAE,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,eAAe,CAAC;IAAC,IAAI,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAAC,QAAQ,EAAE,OAAO,CAAC;IACtG;;OAEG;IACH,MAAM,EAAE,OAAO,CAAC;IAChB;;OAEG;IACH,WAAW,EAAE,QAAQ,GAAG,IAAI,CAAC;CAAE,CAAC"}