@trebired/git-host 2.0.0 → 2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (794) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/README.md +184 -1007
  3. package/bin/.gitkeep +1 -0
  4. package/bin/git-host-actions-runner-darwin-arm64 +0 -0
  5. package/bin/git-host-actions-runner-darwin-x64 +0 -0
  6. package/bin/git-host-actions-runner-linux-arm64-gnu +0 -0
  7. package/bin/git-host-actions-runner-linux-x64-gnu +0 -0
  8. package/dist/{internal/api → api}/forge/actions.d.ts +2 -2
  9. package/dist/api/forge/actions.d.ts.map +1 -0
  10. package/dist/{internal/api → api}/forge/actions.js +11 -56
  11. package/dist/{internal/api → api}/forge/actions.js.map +1 -1
  12. package/dist/{internal/api → api}/forge/archives.d.ts +1 -1
  13. package/dist/api/forge/archives.d.ts.map +1 -0
  14. package/dist/{internal/api → api}/forge/archives.js +3 -3
  15. package/dist/api/forge/archives.js.map +1 -0
  16. package/dist/{internal/api → api}/forge/handler.d.ts +1 -1
  17. package/dist/api/forge/handler.d.ts.map +1 -0
  18. package/dist/{internal/api → api}/forge/handler.js +1 -1
  19. package/dist/api/forge/handler.js.map +1 -0
  20. package/dist/{internal/api → api}/forge/route.d.ts +1 -1
  21. package/dist/api/forge/route.d.ts.map +1 -0
  22. package/dist/{internal/api → api}/forge/route.js +2 -2
  23. package/dist/api/forge/route.js.map +1 -0
  24. package/dist/{internal/api → api}/forge/runtime.d.ts +1 -1
  25. package/dist/api/forge/runtime.d.ts.map +1 -0
  26. package/dist/{internal/api → api}/forge/runtime.js +5 -5
  27. package/dist/api/forge/runtime.js.map +1 -0
  28. package/dist/{internal/api → api}/forge/socket.d.ts +1 -1
  29. package/dist/api/forge/socket.d.ts.map +1 -0
  30. package/dist/{internal/api → api}/forge/socket.js +3 -3
  31. package/dist/api/forge/socket.js.map +1 -0
  32. package/dist/api/handler/action.d.ts +5 -0
  33. package/dist/api/handler/action.d.ts.map +1 -0
  34. package/dist/{internal/api → api}/handler/action.js +2 -2
  35. package/dist/api/handler/action.js.map +1 -0
  36. package/dist/{internal/api → api}/handler/archive.d.ts +1 -1
  37. package/dist/api/handler/archive.d.ts.map +1 -0
  38. package/dist/api/handler/archive.js.map +1 -0
  39. package/dist/api/handler/response.d.ts.map +1 -0
  40. package/dist/{internal/api → api}/handler/response.js +2 -2
  41. package/dist/api/handler/response.js.map +1 -0
  42. package/dist/api/handler/route.d.ts.map +1 -0
  43. package/dist/{internal/api → api}/handler/route.js +1 -1
  44. package/dist/api/handler/route.js.map +1 -0
  45. package/dist/{internal/api → api}/handler/runtime.d.ts +1 -1
  46. package/dist/api/handler/runtime.d.ts.map +1 -0
  47. package/dist/{internal/api → api}/handler/runtime.js +2 -2
  48. package/dist/api/handler/runtime.js.map +1 -0
  49. package/dist/{internal/api → api}/handler.d.ts +1 -1
  50. package/dist/api/handler.d.ts.map +1 -0
  51. package/dist/api/handler.js.map +1 -0
  52. package/dist/api/routing.d.ts.map +1 -0
  53. package/dist/{internal/api → api}/routing.js +1 -1
  54. package/dist/api/routing.js.map +1 -0
  55. package/dist/api/socket/events.d.ts.map +1 -0
  56. package/dist/api/socket/events.js.map +1 -0
  57. package/dist/{internal/api → api}/socket/server.d.ts +1 -1
  58. package/dist/api/socket/server.d.ts.map +1 -0
  59. package/dist/{internal/api → api}/socket/server.js +3 -3
  60. package/dist/api/socket/server.js.map +1 -0
  61. package/dist/backend/utils/normalize.d.ts.map +1 -0
  62. package/dist/backend/utils/normalize.js.map +1 -0
  63. package/dist/backend/utils/object.d.ts.map +1 -0
  64. package/dist/backend/utils/object.js.map +1 -0
  65. package/dist/backend/utils/time.d.ts.map +1 -0
  66. package/dist/backend/utils/time.js.map +1 -0
  67. package/dist/constants.d.ts.map +1 -0
  68. package/dist/constants.js.map +1 -0
  69. package/dist/core/actions_runner.d.ts +58 -0
  70. package/dist/core/actions_runner.d.ts.map +1 -0
  71. package/dist/core/actions_runner.js +414 -0
  72. package/dist/core/actions_runner.js.map +1 -0
  73. package/dist/core/actions_workflows.d.ts +22 -0
  74. package/dist/core/actions_workflows.d.ts.map +1 -0
  75. package/dist/core/actions_workflows.js +218 -0
  76. package/dist/core/actions_workflows.js.map +1 -0
  77. package/dist/{internal/core → core}/activity.d.ts +1 -1
  78. package/dist/core/activity.d.ts.map +1 -0
  79. package/dist/{internal/core → core}/activity.js +1 -1
  80. package/dist/core/activity.js.map +1 -0
  81. package/dist/{internal/core → core}/archive.d.ts +1 -1
  82. package/dist/core/archive.d.ts.map +1 -0
  83. package/dist/{internal/core → core}/archive.js +2 -2
  84. package/dist/core/archive.js.map +1 -0
  85. package/dist/{internal/core → core}/archive_cache_filesystem.d.ts +1 -1
  86. package/dist/core/archive_cache_filesystem.d.ts.map +1 -0
  87. package/dist/core/archive_cache_filesystem.js.map +1 -0
  88. package/dist/core/create/git/forge.d.ts +4 -0
  89. package/dist/core/create/git/forge.d.ts.map +1 -0
  90. package/dist/{internal/core → core}/create/git/forge.js +5 -29
  91. package/dist/core/create/git/forge.js.map +1 -0
  92. package/dist/core/create/git/host.d.ts +4 -0
  93. package/dist/core/create/git/host.d.ts.map +1 -0
  94. package/dist/{internal/core → core}/create/git/host.js +15 -15
  95. package/dist/core/create/git/host.js.map +1 -0
  96. package/dist/{internal/core → core}/create_git_host/branch_methods.d.ts +1 -1
  97. package/dist/core/create_git_host/branch_methods.d.ts.map +1 -0
  98. package/dist/{internal/core → core}/create_git_host/branch_methods.js +5 -5
  99. package/dist/core/create_git_host/branch_methods.js.map +1 -0
  100. package/dist/{internal/core → core}/create_git_host/content_methods.d.ts +1 -1
  101. package/dist/core/create_git_host/content_methods.d.ts.map +1 -0
  102. package/dist/{internal/core → core}/create_git_host/content_methods.js +2 -2
  103. package/dist/core/create_git_host/content_methods.js.map +1 -0
  104. package/dist/{internal/core → core}/create_git_host/remote_methods.d.ts +1 -1
  105. package/dist/core/create_git_host/remote_methods.d.ts.map +1 -0
  106. package/dist/{internal/core → core}/create_git_host/remote_methods.js +2 -2
  107. package/dist/core/create_git_host/remote_methods.js.map +1 -0
  108. package/dist/{internal/core → core}/create_git_host/shared.d.ts +4 -4
  109. package/dist/core/create_git_host/shared.d.ts.map +1 -0
  110. package/dist/{internal/core → core}/create_git_host/shared.js +3 -3
  111. package/dist/core/create_git_host/shared.js.map +1 -0
  112. package/dist/{internal/core → core}/create_git_host/working_tree_methods.d.ts +1 -1
  113. package/dist/core/create_git_host/working_tree_methods.d.ts.map +1 -0
  114. package/dist/{internal/core → core}/create_git_host/working_tree_methods.js +2 -2
  115. package/dist/core/create_git_host/working_tree_methods.js.map +1 -0
  116. package/dist/{internal/core → core}/forge_actions.d.ts +1 -12
  117. package/dist/core/forge_actions.d.ts.map +1 -0
  118. package/dist/{internal/core → core}/forge_actions.js +215 -320
  119. package/dist/core/forge_actions.js.map +1 -0
  120. package/dist/{internal/core → core}/git_forge/storage_memory.d.ts +1 -1
  121. package/dist/core/git_forge/storage_memory.d.ts.map +1 -0
  122. package/dist/{internal/core → core}/git_forge/storage_memory.js +1 -47
  123. package/dist/core/git_forge/storage_memory.js.map +1 -0
  124. package/dist/{internal/core → core}/inspect/helpers.d.ts +1 -1
  125. package/dist/core/inspect/helpers.d.ts.map +1 -0
  126. package/dist/{internal/core → core}/inspect/helpers.js +3 -3
  127. package/dist/core/inspect/helpers.js.map +1 -0
  128. package/dist/{internal/core → core}/inspect/icon_theme.d.ts +1 -1
  129. package/dist/core/inspect/icon_theme.d.ts.map +1 -0
  130. package/dist/{internal/core → core}/inspect/icon_theme.js +1 -1
  131. package/dist/core/inspect/icon_theme.js.map +1 -0
  132. package/dist/{internal/core → core}/inspect/linguist_progress.d.ts +1 -1
  133. package/dist/core/inspect/linguist_progress.d.ts.map +1 -0
  134. package/dist/{internal/core → core}/inspect/linguist_progress.js +1 -1
  135. package/dist/core/inspect/linguist_progress.js.map +1 -0
  136. package/dist/{internal/core → core}/inspect.d.ts +1 -1
  137. package/dist/core/inspect.d.ts.map +1 -0
  138. package/dist/{internal/core → core}/inspect.js +3 -3
  139. package/dist/core/inspect.js.map +1 -0
  140. package/dist/{internal/core → core}/inspection.d.ts +1 -1
  141. package/dist/core/inspection.d.ts.map +1 -0
  142. package/dist/{internal/core → core}/inspection.js +3 -3
  143. package/dist/core/inspection.js.map +1 -0
  144. package/dist/core/locks.d.ts.map +1 -0
  145. package/dist/core/locks.js.map +1 -0
  146. package/dist/{internal/core → core}/operation_state.d.ts +1 -1
  147. package/dist/core/operation_state.d.ts.map +1 -0
  148. package/dist/core/operation_state.js.map +1 -0
  149. package/dist/{internal/core → core}/remote.d.ts +1 -1
  150. package/dist/core/remote.d.ts.map +1 -0
  151. package/dist/{internal/core → core}/remote.js +2 -2
  152. package/dist/core/remote.js.map +1 -0
  153. package/dist/{internal/core → core}/repository/parsers.d.ts +1 -1
  154. package/dist/core/repository/parsers.d.ts.map +1 -0
  155. package/dist/{internal/core → core}/repository/parsers.js +1 -1
  156. package/dist/core/repository/parsers.js.map +1 -0
  157. package/dist/{internal/core → core}/repository.d.ts +1 -1
  158. package/dist/core/repository.d.ts.map +1 -0
  159. package/dist/{internal/core → core}/repository.js +3 -3
  160. package/dist/core/repository.js.map +1 -0
  161. package/dist/{internal/core → core}/run_git/env.d.ts +1 -1
  162. package/dist/core/run_git/env.d.ts.map +1 -0
  163. package/dist/{internal/core → core}/run_git/env.js +2 -2
  164. package/dist/core/run_git/env.js.map +1 -0
  165. package/dist/{internal/core → core}/run_git/process.d.ts +1 -1
  166. package/dist/core/run_git/process.d.ts.map +1 -0
  167. package/dist/{internal/core → core}/run_git/process.js +1 -1
  168. package/dist/core/run_git/process.js.map +1 -0
  169. package/dist/{internal/core → core}/run_git/repository_setup.d.ts +1 -1
  170. package/dist/core/run_git/repository_setup.d.ts.map +1 -0
  171. package/dist/{internal/core → core}/run_git/repository_setup.js +2 -2
  172. package/dist/core/run_git/repository_setup.js.map +1 -0
  173. package/dist/{internal/core → core}/run_git.d.ts +1 -1
  174. package/dist/core/run_git.d.ts.map +1 -0
  175. package/dist/{internal/core → core}/run_git.js +1 -1
  176. package/dist/core/run_git.js.map +1 -0
  177. package/dist/{internal/core → core}/working_tree/mutate.d.ts +1 -1
  178. package/dist/core/working_tree/mutate.d.ts.map +1 -0
  179. package/dist/{internal/core → core}/working_tree/mutate.js +5 -5
  180. package/dist/core/working_tree/mutate.js.map +1 -0
  181. package/dist/{internal/core → core}/working_tree/read.d.ts +1 -1
  182. package/dist/core/working_tree/read.d.ts.map +1 -0
  183. package/dist/{internal/core → core}/working_tree/read.js +4 -4
  184. package/dist/core/working_tree/read.js.map +1 -0
  185. package/dist/{internal/core → core}/working_tree/shared.d.ts +1 -1
  186. package/dist/core/working_tree/shared.d.ts.map +1 -0
  187. package/dist/{internal/core → core}/working_tree/shared.js +4 -4
  188. package/dist/core/working_tree/shared.js.map +1 -0
  189. package/dist/core/working_tree.d.ts.map +1 -0
  190. package/dist/core/working_tree.js.map +1 -0
  191. package/dist/errors.d.ts.map +1 -0
  192. package/dist/errors.js.map +1 -0
  193. package/dist/frontend/js/utils/text.d.ts.map +1 -0
  194. package/dist/frontend/js/utils/text.js.map +1 -0
  195. package/dist/{internal/http → http}/handler/helpers.d.ts +1 -1
  196. package/dist/http/handler/helpers.d.ts.map +1 -0
  197. package/dist/{internal/http → http}/handler/helpers.js +2 -2
  198. package/dist/http/handler/helpers.js.map +1 -0
  199. package/dist/{internal/http → http}/handler.d.ts +1 -1
  200. package/dist/http/handler.d.ts.map +1 -0
  201. package/dist/{internal/http → http}/handler.js +2 -2
  202. package/dist/http/handler.js.map +1 -0
  203. package/dist/index.d.ts.map +1 -0
  204. package/dist/index.js.map +1 -0
  205. package/dist/logging.d.ts.map +1 -0
  206. package/dist/logging.js.map +1 -0
  207. package/dist/ssh/keys.d.ts.map +1 -0
  208. package/dist/{internal/ssh → ssh}/keys.js +2 -2
  209. package/dist/ssh/keys.js.map +1 -0
  210. package/dist/{internal/ssh → ssh}/server/audit.d.ts +2 -2
  211. package/dist/ssh/server/audit.d.ts.map +1 -0
  212. package/dist/ssh/server/audit.js.map +1 -0
  213. package/dist/{internal/ssh → ssh}/server/shared.d.ts +2 -2
  214. package/dist/ssh/server/shared.d.ts.map +1 -0
  215. package/dist/{internal/ssh → ssh}/server/shared.js +2 -2
  216. package/dist/ssh/server/shared.js.map +1 -0
  217. package/dist/{internal/ssh → ssh}/server.d.ts +1 -1
  218. package/dist/ssh/server.d.ts.map +1 -0
  219. package/dist/{internal/ssh → ssh}/server.js +2 -2
  220. package/dist/ssh/server.js.map +1 -0
  221. package/dist/types/common.d.ts.map +1 -0
  222. package/dist/{internal/types → types}/common.js.map +1 -1
  223. package/dist/{internal/types → types}/forge.d.ts +5 -10
  224. package/dist/types/forge.d.ts.map +1 -0
  225. package/dist/{internal/types → types}/forge.js.map +1 -1
  226. package/dist/types/host/archive.d.ts.map +1 -0
  227. package/dist/types/host/archive.js.map +1 -0
  228. package/dist/types/host/options.d.ts.map +1 -0
  229. package/dist/types/host/options.js.map +1 -0
  230. package/dist/types/host/service.d.ts.map +1 -0
  231. package/dist/types/host/service.js.map +1 -0
  232. package/dist/types/host.d.ts.map +1 -0
  233. package/dist/{internal/types → types}/host.js.map +1 -1
  234. package/dist/types/index.d.ts.map +1 -0
  235. package/dist/{internal/types → types}/index.js.map +1 -1
  236. package/dist/types/repository/archive.d.ts.map +1 -0
  237. package/dist/types/repository/archive.js.map +1 -0
  238. package/dist/types/repository/core.d.ts.map +1 -0
  239. package/dist/types/repository/core.js.map +1 -0
  240. package/dist/types/repository/inspection.d.ts.map +1 -0
  241. package/dist/types/repository/inspection.js.map +1 -0
  242. package/dist/types/repository.d.ts.map +1 -0
  243. package/dist/types/repository.js.map +1 -0
  244. package/dist/types/transports.d.ts.map +1 -0
  245. package/dist/types/transports.js.map +1 -0
  246. package/dist/{src/types.d.ts.map → types.d.ts.map} +1 -1
  247. package/dist/types.js.map +1 -0
  248. package/dist/utils/paths.d.ts.map +1 -0
  249. package/dist/{internal/utils → utils}/paths.js +1 -1
  250. package/dist/utils/paths.js.map +1 -0
  251. package/dist/utils/text.d.ts.map +1 -0
  252. package/dist/utils/text.js.map +1 -0
  253. package/package.json +136 -186
  254. package/dist/browser/styles.css +0 -317
  255. package/dist/internal/api/forge/actions.d.ts.map +0 -1
  256. package/dist/internal/api/forge/archives.d.ts.map +0 -1
  257. package/dist/internal/api/forge/archives.js.map +0 -1
  258. package/dist/internal/api/forge/handler.d.ts.map +0 -1
  259. package/dist/internal/api/forge/handler.js.map +0 -1
  260. package/dist/internal/api/forge/route.d.ts.map +0 -1
  261. package/dist/internal/api/forge/route.js.map +0 -1
  262. package/dist/internal/api/forge/runtime.d.ts.map +0 -1
  263. package/dist/internal/api/forge/runtime.js.map +0 -1
  264. package/dist/internal/api/forge/socket.d.ts.map +0 -1
  265. package/dist/internal/api/forge/socket.js.map +0 -1
  266. package/dist/internal/api/handler/action.d.ts +0 -5
  267. package/dist/internal/api/handler/action.d.ts.map +0 -1
  268. package/dist/internal/api/handler/action.js.map +0 -1
  269. package/dist/internal/api/handler/archive.d.ts.map +0 -1
  270. package/dist/internal/api/handler/archive.js.map +0 -1
  271. package/dist/internal/api/handler/response.d.ts.map +0 -1
  272. package/dist/internal/api/handler/response.js.map +0 -1
  273. package/dist/internal/api/handler/route.d.ts.map +0 -1
  274. package/dist/internal/api/handler/route.js.map +0 -1
  275. package/dist/internal/api/handler/runtime.d.ts.map +0 -1
  276. package/dist/internal/api/handler/runtime.js.map +0 -1
  277. package/dist/internal/api/handler.d.ts.map +0 -1
  278. package/dist/internal/api/handler.js.map +0 -1
  279. package/dist/internal/api/routing.d.ts.map +0 -1
  280. package/dist/internal/api/routing.js.map +0 -1
  281. package/dist/internal/api/socket/events.d.ts.map +0 -1
  282. package/dist/internal/api/socket/events.js.map +0 -1
  283. package/dist/internal/api/socket/server.d.ts.map +0 -1
  284. package/dist/internal/api/socket/server.js.map +0 -1
  285. package/dist/internal/backend/utils/normalize.d.ts.map +0 -1
  286. package/dist/internal/backend/utils/normalize.js.map +0 -1
  287. package/dist/internal/backend/utils/object.d.ts.map +0 -1
  288. package/dist/internal/backend/utils/object.js.map +0 -1
  289. package/dist/internal/backend/utils/time.d.ts.map +0 -1
  290. package/dist/internal/backend/utils/time.js.map +0 -1
  291. package/dist/internal/browser/index.d.ts +0 -78
  292. package/dist/internal/browser/index.d.ts.map +0 -1
  293. package/dist/internal/browser/index.js +0 -1365
  294. package/dist/internal/browser/index.js.map +0 -1
  295. package/dist/internal/constants.d.ts.map +0 -1
  296. package/dist/internal/constants.js.map +0 -1
  297. package/dist/internal/core/activity.d.ts.map +0 -1
  298. package/dist/internal/core/activity.js.map +0 -1
  299. package/dist/internal/core/archive.d.ts.map +0 -1
  300. package/dist/internal/core/archive.js.map +0 -1
  301. package/dist/internal/core/archive_cache_filesystem.d.ts.map +0 -1
  302. package/dist/internal/core/archive_cache_filesystem.js.map +0 -1
  303. package/dist/internal/core/create/git/forge.d.ts +0 -4
  304. package/dist/internal/core/create/git/forge.d.ts.map +0 -1
  305. package/dist/internal/core/create/git/forge.js.map +0 -1
  306. package/dist/internal/core/create/git/host.d.ts +0 -4
  307. package/dist/internal/core/create/git/host.d.ts.map +0 -1
  308. package/dist/internal/core/create/git/host.js.map +0 -1
  309. package/dist/internal/core/create_git_host/branch_methods.d.ts.map +0 -1
  310. package/dist/internal/core/create_git_host/branch_methods.js.map +0 -1
  311. package/dist/internal/core/create_git_host/content_methods.d.ts.map +0 -1
  312. package/dist/internal/core/create_git_host/content_methods.js.map +0 -1
  313. package/dist/internal/core/create_git_host/remote_methods.d.ts.map +0 -1
  314. package/dist/internal/core/create_git_host/remote_methods.js.map +0 -1
  315. package/dist/internal/core/create_git_host/shared.d.ts.map +0 -1
  316. package/dist/internal/core/create_git_host/shared.js.map +0 -1
  317. package/dist/internal/core/create_git_host/working_tree_methods.d.ts.map +0 -1
  318. package/dist/internal/core/create_git_host/working_tree_methods.js.map +0 -1
  319. package/dist/internal/core/forge_actions.d.ts.map +0 -1
  320. package/dist/internal/core/forge_actions.js.map +0 -1
  321. package/dist/internal/core/git_forge/storage_memory.d.ts.map +0 -1
  322. package/dist/internal/core/git_forge/storage_memory.js.map +0 -1
  323. package/dist/internal/core/inspect/helpers.d.ts.map +0 -1
  324. package/dist/internal/core/inspect/helpers.js.map +0 -1
  325. package/dist/internal/core/inspect/icon_theme.d.ts.map +0 -1
  326. package/dist/internal/core/inspect/icon_theme.js.map +0 -1
  327. package/dist/internal/core/inspect/linguist_progress.d.ts.map +0 -1
  328. package/dist/internal/core/inspect/linguist_progress.js.map +0 -1
  329. package/dist/internal/core/inspect.d.ts.map +0 -1
  330. package/dist/internal/core/inspect.js.map +0 -1
  331. package/dist/internal/core/inspection.d.ts.map +0 -1
  332. package/dist/internal/core/inspection.js.map +0 -1
  333. package/dist/internal/core/locks.d.ts.map +0 -1
  334. package/dist/internal/core/locks.js.map +0 -1
  335. package/dist/internal/core/operation_state.d.ts.map +0 -1
  336. package/dist/internal/core/operation_state.js.map +0 -1
  337. package/dist/internal/core/remote.d.ts.map +0 -1
  338. package/dist/internal/core/remote.js.map +0 -1
  339. package/dist/internal/core/repository/parsers.d.ts.map +0 -1
  340. package/dist/internal/core/repository/parsers.js.map +0 -1
  341. package/dist/internal/core/repository.d.ts.map +0 -1
  342. package/dist/internal/core/repository.js.map +0 -1
  343. package/dist/internal/core/run_git/env.d.ts.map +0 -1
  344. package/dist/internal/core/run_git/env.js.map +0 -1
  345. package/dist/internal/core/run_git/process.d.ts.map +0 -1
  346. package/dist/internal/core/run_git/process.js.map +0 -1
  347. package/dist/internal/core/run_git/repository_setup.d.ts.map +0 -1
  348. package/dist/internal/core/run_git/repository_setup.js.map +0 -1
  349. package/dist/internal/core/run_git.d.ts.map +0 -1
  350. package/dist/internal/core/run_git.js.map +0 -1
  351. package/dist/internal/core/working_tree/mutate.d.ts.map +0 -1
  352. package/dist/internal/core/working_tree/mutate.js.map +0 -1
  353. package/dist/internal/core/working_tree/read.d.ts.map +0 -1
  354. package/dist/internal/core/working_tree/read.js.map +0 -1
  355. package/dist/internal/core/working_tree/shared.d.ts.map +0 -1
  356. package/dist/internal/core/working_tree/shared.js.map +0 -1
  357. package/dist/internal/core/working_tree.d.ts.map +0 -1
  358. package/dist/internal/core/working_tree.js.map +0 -1
  359. package/dist/internal/errors.d.ts.map +0 -1
  360. package/dist/internal/errors.js.map +0 -1
  361. package/dist/internal/frontend/js/utils/text.d.ts.map +0 -1
  362. package/dist/internal/frontend/js/utils/text.js.map +0 -1
  363. package/dist/internal/http/handler/helpers.d.ts.map +0 -1
  364. package/dist/internal/http/handler/helpers.js.map +0 -1
  365. package/dist/internal/http/handler.d.ts.map +0 -1
  366. package/dist/internal/http/handler.js.map +0 -1
  367. package/dist/internal/index.d.ts.map +0 -1
  368. package/dist/internal/index.js.map +0 -1
  369. package/dist/internal/logging.d.ts.map +0 -1
  370. package/dist/internal/logging.js.map +0 -1
  371. package/dist/internal/react/client/error.d.ts +0 -14
  372. package/dist/internal/react/client/error.d.ts.map +0 -1
  373. package/dist/internal/react/client/error.js +0 -32
  374. package/dist/internal/react/client/error.js.map +0 -1
  375. package/dist/internal/react/client/helpers.d.ts +0 -12
  376. package/dist/internal/react/client/helpers.d.ts.map +0 -1
  377. package/dist/internal/react/client/helpers.js +0 -45
  378. package/dist/internal/react/client/helpers.js.map +0 -1
  379. package/dist/internal/react/client/types.d.ts +0 -275
  380. package/dist/internal/react/client/types.d.ts.map +0 -1
  381. package/dist/internal/react/client/types.js.map +0 -1
  382. package/dist/internal/react/client.d.ts +0 -6
  383. package/dist/internal/react/client.d.ts.map +0 -1
  384. package/dist/internal/react/client.js +0 -744
  385. package/dist/internal/react/client.js.map +0 -1
  386. package/dist/internal/react/components.d.ts +0 -44412
  387. package/dist/internal/react/components.d.ts.map +0 -1
  388. package/dist/internal/react/components.js +0 -759
  389. package/dist/internal/react/components.js.map +0 -1
  390. package/dist/internal/react/hooks/query.d.ts +0 -14
  391. package/dist/internal/react/hooks/query.d.ts.map +0 -1
  392. package/dist/internal/react/hooks/query.js +0 -139
  393. package/dist/internal/react/hooks/query.js.map +0 -1
  394. package/dist/internal/react/hooks/resources.d.ts +0 -116
  395. package/dist/internal/react/hooks/resources.d.ts.map +0 -1
  396. package/dist/internal/react/hooks/resources.js +0 -600
  397. package/dist/internal/react/hooks/resources.js.map +0 -1
  398. package/dist/internal/react/hooks/types.d.ts +0 -86
  399. package/dist/internal/react/hooks/types.d.ts.map +0 -1
  400. package/dist/internal/react/hooks/types.js +0 -2
  401. package/dist/internal/react/hooks/types.js.map +0 -1
  402. package/dist/internal/react/hooks.d.ts +0 -4
  403. package/dist/internal/react/hooks.d.ts.map +0 -1
  404. package/dist/internal/react/hooks.js +0 -3
  405. package/dist/internal/react/hooks.js.map +0 -1
  406. package/dist/internal/react/index.d.ts +0 -8
  407. package/dist/internal/react/index.d.ts.map +0 -1
  408. package/dist/internal/react/index.js +0 -5
  409. package/dist/internal/react/index.js.map +0 -1
  410. package/dist/internal/react/ui/context.d.ts +0 -1918
  411. package/dist/internal/react/ui/context.d.ts.map +0 -1
  412. package/dist/internal/react/ui/context.js +0 -192
  413. package/dist/internal/react/ui/context.js.map +0 -1
  414. package/dist/internal/ssh/keys.d.ts.map +0 -1
  415. package/dist/internal/ssh/keys.js.map +0 -1
  416. package/dist/internal/ssh/server/audit.d.ts.map +0 -1
  417. package/dist/internal/ssh/server/audit.js.map +0 -1
  418. package/dist/internal/ssh/server/shared.d.ts.map +0 -1
  419. package/dist/internal/ssh/server/shared.js.map +0 -1
  420. package/dist/internal/ssh/server.d.ts.map +0 -1
  421. package/dist/internal/ssh/server.js.map +0 -1
  422. package/dist/internal/types/common.d.ts.map +0 -1
  423. package/dist/internal/types/forge.d.ts.map +0 -1
  424. package/dist/internal/types/host/archive.d.ts.map +0 -1
  425. package/dist/internal/types/host/archive.js.map +0 -1
  426. package/dist/internal/types/host/options.d.ts.map +0 -1
  427. package/dist/internal/types/host/options.js.map +0 -1
  428. package/dist/internal/types/host/service.d.ts.map +0 -1
  429. package/dist/internal/types/host/service.js.map +0 -1
  430. package/dist/internal/types/host.d.ts.map +0 -1
  431. package/dist/internal/types/index.d.ts.map +0 -1
  432. package/dist/internal/types/repository/archive.d.ts.map +0 -1
  433. package/dist/internal/types/repository/archive.js.map +0 -1
  434. package/dist/internal/types/repository/core.d.ts.map +0 -1
  435. package/dist/internal/types/repository/core.js.map +0 -1
  436. package/dist/internal/types/repository/inspection.d.ts.map +0 -1
  437. package/dist/internal/types/repository/inspection.js.map +0 -1
  438. package/dist/internal/types/repository.d.ts.map +0 -1
  439. package/dist/internal/types/repository.js.map +0 -1
  440. package/dist/internal/types/transports.d.ts.map +0 -1
  441. package/dist/internal/types/transports.js.map +0 -1
  442. package/dist/internal/types.d.ts.map +0 -1
  443. package/dist/internal/types.js +0 -2
  444. package/dist/internal/types.js.map +0 -1
  445. package/dist/internal/utils/paths.d.ts.map +0 -1
  446. package/dist/internal/utils/paths.js.map +0 -1
  447. package/dist/internal/utils/text.d.ts.map +0 -1
  448. package/dist/internal/utils/text.js.map +0 -1
  449. package/dist/src/api/forge/handler.d.ts +0 -2
  450. package/dist/src/api/forge/handler.d.ts.map +0 -1
  451. package/dist/src/api/forge/handler.js +0 -2
  452. package/dist/src/api/forge/handler.js.map +0 -1
  453. package/dist/src/api/forge/route.d.ts +0 -2
  454. package/dist/src/api/forge/route.d.ts.map +0 -1
  455. package/dist/src/api/forge/route.js +0 -2
  456. package/dist/src/api/forge/route.js.map +0 -1
  457. package/dist/src/api/handler/action.d.ts +0 -2
  458. package/dist/src/api/handler/action.d.ts.map +0 -1
  459. package/dist/src/api/handler/action.js +0 -2
  460. package/dist/src/api/handler/action.js.map +0 -1
  461. package/dist/src/api/handler/archive.d.ts +0 -2
  462. package/dist/src/api/handler/archive.d.ts.map +0 -1
  463. package/dist/src/api/handler/archive.js +0 -2
  464. package/dist/src/api/handler/archive.js.map +0 -1
  465. package/dist/src/api/handler/response.d.ts +0 -2
  466. package/dist/src/api/handler/response.d.ts.map +0 -1
  467. package/dist/src/api/handler/response.js +0 -2
  468. package/dist/src/api/handler/response.js.map +0 -1
  469. package/dist/src/api/handler/route.d.ts +0 -2
  470. package/dist/src/api/handler/route.d.ts.map +0 -1
  471. package/dist/src/api/handler/route.js +0 -2
  472. package/dist/src/api/handler/route.js.map +0 -1
  473. package/dist/src/api/handler.d.ts +0 -2
  474. package/dist/src/api/handler.d.ts.map +0 -1
  475. package/dist/src/api/handler.js +0 -2
  476. package/dist/src/api/handler.js.map +0 -1
  477. package/dist/src/api/socket/events.d.ts +0 -2
  478. package/dist/src/api/socket/events.d.ts.map +0 -1
  479. package/dist/src/api/socket/events.js +0 -2
  480. package/dist/src/api/socket/events.js.map +0 -1
  481. package/dist/src/api/socket/server.d.ts +0 -2
  482. package/dist/src/api/socket/server.d.ts.map +0 -1
  483. package/dist/src/api/socket/server.js +0 -2
  484. package/dist/src/api/socket/server.js.map +0 -1
  485. package/dist/src/backend/utils/normalize.d.ts +0 -2
  486. package/dist/src/backend/utils/normalize.d.ts.map +0 -1
  487. package/dist/src/backend/utils/normalize.js +0 -4
  488. package/dist/src/backend/utils/normalize.js.map +0 -1
  489. package/dist/src/backend/utils/object.d.ts +0 -3
  490. package/dist/src/backend/utils/object.d.ts.map +0 -1
  491. package/dist/src/backend/utils/object.js +0 -12
  492. package/dist/src/backend/utils/object.js.map +0 -1
  493. package/dist/src/backend/utils/time.d.ts +0 -3
  494. package/dist/src/backend/utils/time.d.ts.map +0 -1
  495. package/dist/src/backend/utils/time.js +0 -7
  496. package/dist/src/backend/utils/time.js.map +0 -1
  497. package/dist/src/browser/index.d.ts +0 -2
  498. package/dist/src/browser/index.d.ts.map +0 -1
  499. package/dist/src/browser/index.js +0 -2
  500. package/dist/src/browser/index.js.map +0 -1
  501. package/dist/src/constants.d.ts +0 -2
  502. package/dist/src/constants.d.ts.map +0 -1
  503. package/dist/src/constants.js +0 -2
  504. package/dist/src/constants.js.map +0 -1
  505. package/dist/src/core/archive.d.ts +0 -2
  506. package/dist/src/core/archive.d.ts.map +0 -1
  507. package/dist/src/core/archive.js +0 -2
  508. package/dist/src/core/archive.js.map +0 -1
  509. package/dist/src/core/archive_cache_filesystem.d.ts +0 -2
  510. package/dist/src/core/archive_cache_filesystem.d.ts.map +0 -1
  511. package/dist/src/core/archive_cache_filesystem.js +0 -2
  512. package/dist/src/core/archive_cache_filesystem.js.map +0 -1
  513. package/dist/src/core/create/git/forge.d.ts +0 -2
  514. package/dist/src/core/create/git/forge.d.ts.map +0 -1
  515. package/dist/src/core/create/git/forge.js +0 -2
  516. package/dist/src/core/create/git/forge.js.map +0 -1
  517. package/dist/src/core/create/git/host.d.ts +0 -2
  518. package/dist/src/core/create/git/host.d.ts.map +0 -1
  519. package/dist/src/core/create/git/host.js +0 -2
  520. package/dist/src/core/create/git/host.js.map +0 -1
  521. package/dist/src/core/create_git_host/branch_methods.d.ts +0 -2
  522. package/dist/src/core/create_git_host/branch_methods.d.ts.map +0 -1
  523. package/dist/src/core/create_git_host/branch_methods.js +0 -2
  524. package/dist/src/core/create_git_host/branch_methods.js.map +0 -1
  525. package/dist/src/core/create_git_host/content_methods.d.ts +0 -2
  526. package/dist/src/core/create_git_host/content_methods.d.ts.map +0 -1
  527. package/dist/src/core/create_git_host/content_methods.js +0 -2
  528. package/dist/src/core/create_git_host/content_methods.js.map +0 -1
  529. package/dist/src/core/create_git_host/remote_methods.d.ts +0 -2
  530. package/dist/src/core/create_git_host/remote_methods.d.ts.map +0 -1
  531. package/dist/src/core/create_git_host/remote_methods.js +0 -2
  532. package/dist/src/core/create_git_host/remote_methods.js.map +0 -1
  533. package/dist/src/core/create_git_host/shared.d.ts +0 -2
  534. package/dist/src/core/create_git_host/shared.d.ts.map +0 -1
  535. package/dist/src/core/create_git_host/shared.js +0 -2
  536. package/dist/src/core/create_git_host/shared.js.map +0 -1
  537. package/dist/src/core/create_git_host/working_tree_methods.d.ts +0 -2
  538. package/dist/src/core/create_git_host/working_tree_methods.d.ts.map +0 -1
  539. package/dist/src/core/create_git_host/working_tree_methods.js +0 -2
  540. package/dist/src/core/create_git_host/working_tree_methods.js.map +0 -1
  541. package/dist/src/core/git_forge/storage_memory.d.ts +0 -2
  542. package/dist/src/core/git_forge/storage_memory.d.ts.map +0 -1
  543. package/dist/src/core/git_forge/storage_memory.js +0 -2
  544. package/dist/src/core/git_forge/storage_memory.js.map +0 -1
  545. package/dist/src/core/inspect/helpers.d.ts +0 -2
  546. package/dist/src/core/inspect/helpers.d.ts.map +0 -1
  547. package/dist/src/core/inspect/helpers.js +0 -2
  548. package/dist/src/core/inspect/helpers.js.map +0 -1
  549. package/dist/src/core/inspect/icon_theme.d.ts +0 -2
  550. package/dist/src/core/inspect/icon_theme.d.ts.map +0 -1
  551. package/dist/src/core/inspect/icon_theme.js +0 -2
  552. package/dist/src/core/inspect/icon_theme.js.map +0 -1
  553. package/dist/src/core/inspect/linguist_progress.d.ts +0 -2
  554. package/dist/src/core/inspect/linguist_progress.d.ts.map +0 -1
  555. package/dist/src/core/inspect/linguist_progress.js +0 -2
  556. package/dist/src/core/inspect/linguist_progress.js.map +0 -1
  557. package/dist/src/core/inspect.d.ts +0 -2
  558. package/dist/src/core/inspect.d.ts.map +0 -1
  559. package/dist/src/core/inspect.js +0 -2
  560. package/dist/src/core/inspect.js.map +0 -1
  561. package/dist/src/core/inspection.d.ts +0 -2
  562. package/dist/src/core/inspection.d.ts.map +0 -1
  563. package/dist/src/core/inspection.js +0 -2
  564. package/dist/src/core/inspection.js.map +0 -1
  565. package/dist/src/core/locks.d.ts +0 -2
  566. package/dist/src/core/locks.d.ts.map +0 -1
  567. package/dist/src/core/locks.js +0 -2
  568. package/dist/src/core/locks.js.map +0 -1
  569. package/dist/src/core/operation_state.d.ts +0 -2
  570. package/dist/src/core/operation_state.d.ts.map +0 -1
  571. package/dist/src/core/operation_state.js +0 -2
  572. package/dist/src/core/operation_state.js.map +0 -1
  573. package/dist/src/core/remote.d.ts +0 -2
  574. package/dist/src/core/remote.d.ts.map +0 -1
  575. package/dist/src/core/remote.js +0 -2
  576. package/dist/src/core/remote.js.map +0 -1
  577. package/dist/src/core/repository/parsers.d.ts +0 -2
  578. package/dist/src/core/repository/parsers.d.ts.map +0 -1
  579. package/dist/src/core/repository/parsers.js +0 -2
  580. package/dist/src/core/repository/parsers.js.map +0 -1
  581. package/dist/src/core/repository.d.ts +0 -2
  582. package/dist/src/core/repository.d.ts.map +0 -1
  583. package/dist/src/core/repository.js +0 -2
  584. package/dist/src/core/repository.js.map +0 -1
  585. package/dist/src/core/run_git/env.d.ts +0 -2
  586. package/dist/src/core/run_git/env.d.ts.map +0 -1
  587. package/dist/src/core/run_git/env.js +0 -2
  588. package/dist/src/core/run_git/env.js.map +0 -1
  589. package/dist/src/core/run_git/process.d.ts +0 -2
  590. package/dist/src/core/run_git/process.d.ts.map +0 -1
  591. package/dist/src/core/run_git/process.js +0 -2
  592. package/dist/src/core/run_git/process.js.map +0 -1
  593. package/dist/src/core/run_git/repository_setup.d.ts +0 -2
  594. package/dist/src/core/run_git/repository_setup.d.ts.map +0 -1
  595. package/dist/src/core/run_git/repository_setup.js +0 -2
  596. package/dist/src/core/run_git/repository_setup.js.map +0 -1
  597. package/dist/src/core/run_git.d.ts +0 -2
  598. package/dist/src/core/run_git.d.ts.map +0 -1
  599. package/dist/src/core/run_git.js +0 -2
  600. package/dist/src/core/run_git.js.map +0 -1
  601. package/dist/src/core/working_tree/mutate.d.ts +0 -2
  602. package/dist/src/core/working_tree/mutate.d.ts.map +0 -1
  603. package/dist/src/core/working_tree/mutate.js +0 -2
  604. package/dist/src/core/working_tree/mutate.js.map +0 -1
  605. package/dist/src/core/working_tree/read.d.ts +0 -2
  606. package/dist/src/core/working_tree/read.d.ts.map +0 -1
  607. package/dist/src/core/working_tree/read.js +0 -2
  608. package/dist/src/core/working_tree/read.js.map +0 -1
  609. package/dist/src/core/working_tree/shared.d.ts +0 -2
  610. package/dist/src/core/working_tree/shared.d.ts.map +0 -1
  611. package/dist/src/core/working_tree/shared.js +0 -2
  612. package/dist/src/core/working_tree/shared.js.map +0 -1
  613. package/dist/src/core/working_tree.d.ts +0 -2
  614. package/dist/src/core/working_tree.d.ts.map +0 -1
  615. package/dist/src/core/working_tree.js +0 -2
  616. package/dist/src/core/working_tree.js.map +0 -1
  617. package/dist/src/errors.d.ts +0 -2
  618. package/dist/src/errors.d.ts.map +0 -1
  619. package/dist/src/errors.js +0 -2
  620. package/dist/src/errors.js.map +0 -1
  621. package/dist/src/frontend/js/utils/text.d.ts +0 -2
  622. package/dist/src/frontend/js/utils/text.d.ts.map +0 -1
  623. package/dist/src/frontend/js/utils/text.js +0 -4
  624. package/dist/src/frontend/js/utils/text.js.map +0 -1
  625. package/dist/src/http/handler/helpers.d.ts +0 -2
  626. package/dist/src/http/handler/helpers.d.ts.map +0 -1
  627. package/dist/src/http/handler/helpers.js +0 -2
  628. package/dist/src/http/handler/helpers.js.map +0 -1
  629. package/dist/src/http/handler.d.ts +0 -2
  630. package/dist/src/http/handler.d.ts.map +0 -1
  631. package/dist/src/http/handler.js +0 -2
  632. package/dist/src/http/handler.js.map +0 -1
  633. package/dist/src/index.d.ts +0 -2
  634. package/dist/src/index.d.ts.map +0 -1
  635. package/dist/src/index.js +0 -2
  636. package/dist/src/index.js.map +0 -1
  637. package/dist/src/logging.d.ts +0 -2
  638. package/dist/src/logging.d.ts.map +0 -1
  639. package/dist/src/logging.js +0 -2
  640. package/dist/src/logging.js.map +0 -1
  641. package/dist/src/react/client/error.d.ts +0 -2
  642. package/dist/src/react/client/error.d.ts.map +0 -1
  643. package/dist/src/react/client/error.js +0 -2
  644. package/dist/src/react/client/error.js.map +0 -1
  645. package/dist/src/react/client/helpers.d.ts +0 -2
  646. package/dist/src/react/client/helpers.d.ts.map +0 -1
  647. package/dist/src/react/client/helpers.js +0 -2
  648. package/dist/src/react/client/helpers.js.map +0 -1
  649. package/dist/src/react/client/types.d.ts +0 -2
  650. package/dist/src/react/client/types.d.ts.map +0 -1
  651. package/dist/src/react/client/types.js +0 -2
  652. package/dist/src/react/client/types.js.map +0 -1
  653. package/dist/src/react/client.d.ts +0 -2
  654. package/dist/src/react/client.d.ts.map +0 -1
  655. package/dist/src/react/client.js +0 -2
  656. package/dist/src/react/client.js.map +0 -1
  657. package/dist/src/react/components.d.ts +0 -2
  658. package/dist/src/react/components.d.ts.map +0 -1
  659. package/dist/src/react/components.js +0 -2
  660. package/dist/src/react/components.js.map +0 -1
  661. package/dist/src/react/hooks/query.d.ts +0 -2
  662. package/dist/src/react/hooks/query.d.ts.map +0 -1
  663. package/dist/src/react/hooks/query.js +0 -2
  664. package/dist/src/react/hooks/query.js.map +0 -1
  665. package/dist/src/react/hooks/resources.d.ts +0 -2
  666. package/dist/src/react/hooks/resources.d.ts.map +0 -1
  667. package/dist/src/react/hooks/resources.js +0 -2
  668. package/dist/src/react/hooks/resources.js.map +0 -1
  669. package/dist/src/react/hooks/types.d.ts +0 -2
  670. package/dist/src/react/hooks/types.d.ts.map +0 -1
  671. package/dist/src/react/hooks/types.js +0 -2
  672. package/dist/src/react/hooks/types.js.map +0 -1
  673. package/dist/src/react/hooks.d.ts +0 -2
  674. package/dist/src/react/hooks.d.ts.map +0 -1
  675. package/dist/src/react/hooks.js +0 -2
  676. package/dist/src/react/hooks.js.map +0 -1
  677. package/dist/src/react/index.d.ts +0 -2
  678. package/dist/src/react/index.d.ts.map +0 -1
  679. package/dist/src/react/index.js +0 -2
  680. package/dist/src/react/index.js.map +0 -1
  681. package/dist/src/react/ui/context.d.ts +0 -2
  682. package/dist/src/react/ui/context.d.ts.map +0 -1
  683. package/dist/src/react/ui/context.js +0 -2
  684. package/dist/src/react/ui/context.js.map +0 -1
  685. package/dist/src/ssh/keys.d.ts +0 -2
  686. package/dist/src/ssh/keys.d.ts.map +0 -1
  687. package/dist/src/ssh/keys.js +0 -2
  688. package/dist/src/ssh/keys.js.map +0 -1
  689. package/dist/src/ssh/server/audit.d.ts +0 -2
  690. package/dist/src/ssh/server/audit.d.ts.map +0 -1
  691. package/dist/src/ssh/server/audit.js +0 -2
  692. package/dist/src/ssh/server/audit.js.map +0 -1
  693. package/dist/src/ssh/server/shared.d.ts +0 -2
  694. package/dist/src/ssh/server/shared.d.ts.map +0 -1
  695. package/dist/src/ssh/server/shared.js +0 -2
  696. package/dist/src/ssh/server/shared.js.map +0 -1
  697. package/dist/src/ssh/server.d.ts +0 -2
  698. package/dist/src/ssh/server.d.ts.map +0 -1
  699. package/dist/src/ssh/server.js +0 -2
  700. package/dist/src/ssh/server.js.map +0 -1
  701. package/dist/src/types/common.d.ts +0 -2
  702. package/dist/src/types/common.d.ts.map +0 -1
  703. package/dist/src/types/common.js +0 -2
  704. package/dist/src/types/common.js.map +0 -1
  705. package/dist/src/types/forge.d.ts +0 -2
  706. package/dist/src/types/forge.d.ts.map +0 -1
  707. package/dist/src/types/forge.js +0 -2
  708. package/dist/src/types/forge.js.map +0 -1
  709. package/dist/src/types/host.d.ts +0 -2
  710. package/dist/src/types/host.d.ts.map +0 -1
  711. package/dist/src/types/host.js +0 -2
  712. package/dist/src/types/host.js.map +0 -1
  713. package/dist/src/types/index.d.ts +0 -2
  714. package/dist/src/types/index.d.ts.map +0 -1
  715. package/dist/src/types/index.js +0 -2
  716. package/dist/src/types/index.js.map +0 -1
  717. package/dist/src/types/repository.d.ts +0 -2
  718. package/dist/src/types/repository.d.ts.map +0 -1
  719. package/dist/src/types/repository.js +0 -2
  720. package/dist/src/types/repository.js.map +0 -1
  721. package/dist/src/types/transports.d.ts +0 -2
  722. package/dist/src/types/transports.d.ts.map +0 -1
  723. package/dist/src/types/transports.js +0 -2
  724. package/dist/src/types/transports.js.map +0 -1
  725. package/dist/src/types.d.ts +0 -2
  726. package/dist/src/types.js +0 -2
  727. package/dist/src/types.js.map +0 -1
  728. package/dist/src/utils/paths.d.ts +0 -2
  729. package/dist/src/utils/paths.d.ts.map +0 -1
  730. package/dist/src/utils/paths.js +0 -2
  731. package/dist/src/utils/paths.js.map +0 -1
  732. package/dist/src/utils/text.d.ts +0 -2
  733. package/dist/src/utils/text.d.ts.map +0 -1
  734. package/dist/src/utils/text.js +0 -2
  735. package/dist/src/utils/text.js.map +0 -1
  736. /package/dist/{internal/api → api}/handler/archive.js +0 -0
  737. /package/dist/{internal/api → api}/handler/response.d.ts +0 -0
  738. /package/dist/{internal/api → api}/handler/route.d.ts +0 -0
  739. /package/dist/{internal/api → api}/handler.js +0 -0
  740. /package/dist/{internal/api → api}/routing.d.ts +0 -0
  741. /package/dist/{internal/api → api}/socket/events.d.ts +0 -0
  742. /package/dist/{internal/api → api}/socket/events.js +0 -0
  743. /package/dist/{internal/backend → backend}/utils/normalize.d.ts +0 -0
  744. /package/dist/{internal/backend → backend}/utils/normalize.js +0 -0
  745. /package/dist/{internal/backend → backend}/utils/object.d.ts +0 -0
  746. /package/dist/{internal/backend → backend}/utils/object.js +0 -0
  747. /package/dist/{internal/backend → backend}/utils/time.d.ts +0 -0
  748. /package/dist/{internal/backend → backend}/utils/time.js +0 -0
  749. /package/dist/{internal/constants.d.ts → constants.d.ts} +0 -0
  750. /package/dist/{internal/constants.js → constants.js} +0 -0
  751. /package/dist/{internal/core → core}/archive_cache_filesystem.js +0 -0
  752. /package/dist/{internal/core → core}/locks.d.ts +0 -0
  753. /package/dist/{internal/core → core}/locks.js +0 -0
  754. /package/dist/{internal/core → core}/operation_state.js +0 -0
  755. /package/dist/{internal/core → core}/working_tree.d.ts +0 -0
  756. /package/dist/{internal/core → core}/working_tree.js +0 -0
  757. /package/dist/{internal/errors.d.ts → errors.d.ts} +0 -0
  758. /package/dist/{internal/errors.js → errors.js} +0 -0
  759. /package/dist/{internal/frontend → frontend}/js/utils/text.d.ts +0 -0
  760. /package/dist/{internal/frontend → frontend}/js/utils/text.js +0 -0
  761. /package/dist/{internal/index.d.ts → index.d.ts} +0 -0
  762. /package/dist/{internal/index.js → index.js} +0 -0
  763. /package/dist/{internal/logging.d.ts → logging.d.ts} +0 -0
  764. /package/dist/{internal/logging.js → logging.js} +0 -0
  765. /package/dist/{internal/ssh → ssh}/keys.d.ts +0 -0
  766. /package/dist/{internal/ssh → ssh}/server/audit.js +0 -0
  767. /package/dist/{internal/types → types}/common.d.ts +0 -0
  768. /package/dist/{internal/types → types}/common.js +0 -0
  769. /package/dist/{internal/types → types}/forge.js +0 -0
  770. /package/dist/{internal/types → types}/host/archive.d.ts +0 -0
  771. /package/dist/{internal/types → types}/host/archive.js +0 -0
  772. /package/dist/{internal/types → types}/host/options.d.ts +0 -0
  773. /package/dist/{internal/types → types}/host/options.js +0 -0
  774. /package/dist/{internal/types → types}/host/service.d.ts +0 -0
  775. /package/dist/{internal/types → types}/host/service.js +0 -0
  776. /package/dist/{internal/types → types}/host.d.ts +0 -0
  777. /package/dist/{internal/types → types}/host.js +0 -0
  778. /package/dist/{internal/types → types}/index.d.ts +0 -0
  779. /package/dist/{internal/types → types}/index.js +0 -0
  780. /package/dist/{internal/types → types}/repository/archive.d.ts +0 -0
  781. /package/dist/{internal/types → types}/repository/archive.js +0 -0
  782. /package/dist/{internal/types → types}/repository/core.d.ts +0 -0
  783. /package/dist/{internal/types → types}/repository/core.js +0 -0
  784. /package/dist/{internal/types → types}/repository/inspection.d.ts +0 -0
  785. /package/dist/{internal/types → types}/repository/inspection.js +0 -0
  786. /package/dist/{internal/types → types}/repository.d.ts +0 -0
  787. /package/dist/{internal/types → types}/repository.js +0 -0
  788. /package/dist/{internal/types → types}/transports.d.ts +0 -0
  789. /package/dist/{internal/types → types}/transports.js +0 -0
  790. /package/dist/{internal/types.d.ts → types.d.ts} +0 -0
  791. /package/dist/{internal/react/client/types.js → types.js} +0 -0
  792. /package/dist/{internal/utils → utils}/paths.d.ts +0 -0
  793. /package/dist/{internal/utils → utils}/text.d.ts +0 -0
  794. /package/dist/{internal/utils → utils}/text.js +0 -0
@@ -1,1918 +0,0 @@
1
- import { type CSSProperties, type ComponentType, type ReactNode } from "react";
2
- import type { GitApiClient } from "#402c2u4czl3p";
3
- import type { GitBranchSummary, GitCommitDetail, GitCommitSummary, GitCompareSummary, GitForgeActivityEntry, GitForgeFork, GitForgeRelease, GitForgeRepositoryOverview, GitForgeSocialState, GitSearchResult, GitTagDetail, GitTagSummary, GitTreeEntry } from "#1mbdfxwwqqpa";
4
- type GitRepositoryPageKey = "actions" | "activity" | "blame" | "branches" | "code" | "commit" | "commits" | "compare" | "forks" | "overview" | "release" | "releases" | "search" | "tags";
5
- type GitRepositoryUiSlot = "action-bar" | "actions" | "badge" | "blame" | "blame-commit" | "blame-row" | "breadcrumb" | "breadcrumbs" | "button" | "button-active" | "button-primary" | "card" | "card-header" | "card-subtitle" | "card-title" | "code-block" | "code-inline" | "definition-grid" | "empty-action" | "empty-state" | "empty-title" | "error-state" | "grid" | "header" | "header-actions" | "header-top" | "input" | "list" | "list-item" | "list-link" | "loading-state" | "note" | "page" | "shell-body" | "split" | "stats" | "status" | "subtitle" | "tab-link" | "tabs" | "textarea" | "title" | "title-block";
6
- type GitRepositoryRouteAdapter = {
7
- actionRun: (repositoryKey: string, runId: string) => string;
8
- actions: (repositoryKey: string) => string;
9
- activity: (repositoryKey: string) => string;
10
- blame: (repositoryKey: string, path: string, ref?: string) => string;
11
- branches: (repositoryKey: string) => string;
12
- code: (repositoryKey: string, path?: string, ref?: string) => string;
13
- commit: (repositoryKey: string, commitRef: string) => string;
14
- commits: (repositoryKey: string, path?: string, ref?: string) => string;
15
- compare: (repositoryKey: string, baseRef: string, headRef: string, path?: string) => string;
16
- forks: (repositoryKey: string) => string;
17
- overview: (repositoryKey: string) => string;
18
- release: (repositoryKey: string, releaseId: string) => string;
19
- releases: (repositoryKey: string) => string;
20
- search: (repositoryKey: string, query?: string, ref?: string, path?: string) => string;
21
- tags: (repositoryKey: string) => string;
22
- };
23
- type GitRepositoryUiFetchEvent = {
24
- key: string;
25
- repositoryKey?: string;
26
- };
27
- type GitRepositoryUiActionEvent = {
28
- action: string;
29
- repositoryKey?: string;
30
- };
31
- type GitRepositoryUiDiagnostics = {
32
- onActionError?: (event: GitRepositoryUiActionEvent & {
33
- error: Error;
34
- input?: unknown;
35
- }) => void;
36
- onActionStart?: (event: GitRepositoryUiActionEvent & {
37
- input?: unknown;
38
- }) => void;
39
- onActionSuccess?: (event: GitRepositoryUiActionEvent & {
40
- input?: unknown;
41
- result: unknown;
42
- }) => void;
43
- onEmptyState?: (event: {
44
- page: GitRepositoryPageKey;
45
- reason: string;
46
- repositoryKey?: string;
47
- }) => void;
48
- onFetchError?: (event: GitRepositoryUiFetchEvent & {
49
- error: Error;
50
- }) => void;
51
- onFetchStart?: (event: GitRepositoryUiFetchEvent) => void;
52
- onFetchSuccess?: (event: GitRepositoryUiFetchEvent & {
53
- data: unknown;
54
- }) => void;
55
- onNavigate?: (event: {
56
- repositoryKey?: string;
57
- to: string;
58
- }) => void;
59
- onRenderStateChange?: (event: {
60
- empty: boolean;
61
- error: boolean;
62
- loading: boolean;
63
- page: GitRepositoryPageKey;
64
- repositoryKey?: string;
65
- }) => void;
66
- onViewMount?: (event: {
67
- page: GitRepositoryPageKey;
68
- repositoryKey?: string;
69
- }) => void;
70
- };
71
- type GitRepositoryUiTheme = {
72
- classNames?: Partial<Record<GitRepositoryUiSlot, string>>;
73
- className?: string;
74
- density?: "comfortable" | "compact";
75
- iconOverrides?: Partial<Record<"activity" | "branch" | "code" | "commit" | "compare" | "fork" | "release" | "search" | "star" | "tag" | "watch", string>>;
76
- mode?: "auto" | "dark" | "light";
77
- slots?: Partial<Record<GitRepositoryUiSlot, {
78
- attributes?: Record<string, string | number | boolean | undefined>;
79
- className?: string;
80
- style?: CSSProperties;
81
- }>>;
82
- typography?: {
83
- bodyClassName?: string;
84
- headingClassName?: string;
85
- };
86
- unstyled?: boolean;
87
- variables?: Record<string, string>;
88
- };
89
- type GitRepositoryUiBranding = {
90
- getCloneUrl?: (repositoryKey: string, protocol?: "http" | "ssh") => string;
91
- subtitle?: string | ((input: {
92
- overview?: GitForgeRepositoryOverview | null;
93
- repositoryKey: string;
94
- }) => string);
95
- };
96
- type GitRepositoryUiPolicy = {
97
- canCancelActions?: boolean;
98
- canConfigureActions?: boolean;
99
- canCreateFork?: boolean;
100
- canCreateRelease?: boolean;
101
- canDeleteRelease?: boolean;
102
- canRunActions?: boolean;
103
- canUpdateRelease?: boolean;
104
- };
105
- type GitRepositoryFrontEndInitialData = {
106
- activity?: GitForgeActivityEntry[] | null;
107
- blame?: GitCommitDetail | null;
108
- branches?: GitBranchSummary[] | null;
109
- commit?: GitCommitDetail | null;
110
- commits?: GitCommitSummary[] | null;
111
- compare?: GitCompareSummary | null;
112
- forks?: GitForgeFork[] | null;
113
- overview?: GitForgeRepositoryOverview | null;
114
- release?: GitForgeRelease | null;
115
- releases?: GitForgeRelease[] | null;
116
- search?: GitSearchResult | null;
117
- social?: GitForgeSocialState | null;
118
- tag?: GitTagDetail | null;
119
- tags?: GitTagSummary[] | null;
120
- tree?: GitTreeEntry[] | null;
121
- workflow?: import("#1mbdfxwwqqpa").GitForgeWorkflow | null;
122
- workflowRun?: import("#1mbdfxwwqqpa").GitForgeWorkflowRun | null;
123
- workflowRunEvents?: import("#1mbdfxwwqqpa").GitForgeWorkflowRunEvent[] | null;
124
- workflowRunSteps?: import("#1mbdfxwwqqpa").GitForgeWorkflowRunStep[] | null;
125
- workflowRuns?: import("#1mbdfxwwqqpa").GitForgeWorkflowRun[] | null;
126
- workflows?: import("#1mbdfxwwqqpa").GitForgeWorkflow[] | null;
127
- };
128
- type GitRepositoryLoadingStateProps = {
129
- className?: string;
130
- message?: string;
131
- };
132
- type GitRepositoryErrorStateProps = {
133
- className?: string;
134
- error: Error | null;
135
- onRetry?: () => void;
136
- };
137
- type GitRepositoryEmptyStateProps = {
138
- action?: ReactNode;
139
- className?: string;
140
- message?: string;
141
- title?: string;
142
- };
143
- type GitRepositoryUiComponents = {
144
- EmptyState?: ComponentType<GitRepositoryEmptyStateProps>;
145
- ErrorState?: ComponentType<GitRepositoryErrorStateProps>;
146
- LoadingState?: ComponentType<GitRepositoryLoadingStateProps>;
147
- };
148
- type GitRepositoryUiContextValue = {
149
- client?: GitApiClient;
150
- components: GitRepositoryUiComponents;
151
- diagnostics: GitRepositoryUiDiagnostics;
152
- navigate: (to: string) => void;
153
- policy: GitRepositoryUiPolicy;
154
- routeAdapter: GitRepositoryRouteAdapter;
155
- theme: GitRepositoryUiTheme;
156
- themeStyle: CSSProperties | undefined;
157
- branding: GitRepositoryUiBranding;
158
- };
159
- type GitRepositoryUiProviderProps = {
160
- branding?: GitRepositoryUiBranding;
161
- children?: ReactNode;
162
- client?: GitApiClient;
163
- components?: GitRepositoryUiComponents;
164
- diagnostics?: GitRepositoryUiDiagnostics;
165
- navigate?: (to: string) => void;
166
- policy?: GitRepositoryUiPolicy;
167
- routeAdapter?: Partial<GitRepositoryRouteAdapter>;
168
- theme?: GitRepositoryUiTheme;
169
- };
170
- declare function createGitRepositoryRouteAdapter(input?: {
171
- repositoryBasePath?: string;
172
- }): GitRepositoryRouteAdapter;
173
- declare function resolveGitRepositorySlotProps(ui: GitRepositoryUiContextValue, slot: GitRepositoryUiSlot, input?: {
174
- className?: string;
175
- style?: CSSProperties;
176
- [key: string]: unknown;
177
- }): {
178
- className: string;
179
- "data-density": "comfortable" | "compact";
180
- "data-slot": GitRepositoryUiSlot;
181
- "data-theme-mode": "auto" | "dark" | "light";
182
- style: {
183
- accentColor?: import("csstype").Property.AccentColor | undefined;
184
- alignContent?: import("csstype").Property.AlignContent | undefined;
185
- alignItems?: import("csstype").Property.AlignItems | undefined;
186
- alignSelf?: import("csstype").Property.AlignSelf | undefined;
187
- alignTracks?: import("csstype").Property.AlignTracks | undefined;
188
- alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
189
- anchorName?: import("csstype").Property.AnchorName | undefined;
190
- anchorScope?: import("csstype").Property.AnchorScope | undefined;
191
- animationComposition?: import("csstype").Property.AnimationComposition | undefined;
192
- animationDelay?: import("csstype").Property.AnimationDelay<string & {}>;
193
- animationDirection?: import("csstype").Property.AnimationDirection | undefined;
194
- animationDuration?: import("csstype").Property.AnimationDuration<string & {}>;
195
- animationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
196
- animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
197
- animationName?: import("csstype").Property.AnimationName | undefined;
198
- animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
199
- animationRangeEnd?: import("csstype").Property.AnimationRangeEnd<string | number>;
200
- animationRangeStart?: import("csstype").Property.AnimationRangeStart<string | number>;
201
- animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
202
- animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
203
- appearance?: import("csstype").Property.Appearance | undefined;
204
- aspectRatio?: import("csstype").Property.AspectRatio | undefined;
205
- backdropFilter?: import("csstype").Property.BackdropFilter | undefined;
206
- backfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
207
- backgroundAttachment?: import("csstype").Property.BackgroundAttachment | undefined;
208
- backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode | undefined;
209
- backgroundClip?: import("csstype").Property.BackgroundClip | undefined;
210
- backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
211
- backgroundImage?: import("csstype").Property.BackgroundImage | undefined;
212
- backgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
213
- backgroundPositionX?: import("csstype").Property.BackgroundPositionX<string | number>;
214
- backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number>;
215
- backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
216
- backgroundSize?: import("csstype").Property.BackgroundSize<string | number>;
217
- baselineShift?: import("csstype").Property.BaselineShift<string | number>;
218
- blockSize?: import("csstype").Property.BlockSize<string | number>;
219
- borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
220
- borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
221
- borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number>;
222
- borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
223
- borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
224
- borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number>;
225
- borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
226
- borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number>;
227
- borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number>;
228
- borderBottomStyle?: import("csstype").Property.BorderBottomStyle | undefined;
229
- borderBottomWidth?: import("csstype").Property.BorderBottomWidth<string | number>;
230
- borderCollapse?: import("csstype").Property.BorderCollapse | undefined;
231
- borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number>;
232
- borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number>;
233
- borderImageOutset?: import("csstype").Property.BorderImageOutset<string | number>;
234
- borderImageRepeat?: import("csstype").Property.BorderImageRepeat | undefined;
235
- borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
236
- borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
237
- borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number>;
238
- borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
239
- borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
240
- borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number>;
241
- borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
242
- borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
243
- borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number>;
244
- borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
245
- borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
246
- borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number>;
247
- borderRightColor?: import("csstype").Property.BorderRightColor | undefined;
248
- borderRightStyle?: import("csstype").Property.BorderRightStyle | undefined;
249
- borderRightWidth?: import("csstype").Property.BorderRightWidth<string | number>;
250
- borderSpacing?: import("csstype").Property.BorderSpacing<string | number>;
251
- borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number>;
252
- borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number>;
253
- borderTopColor?: import("csstype").Property.BorderTopColor | undefined;
254
- borderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number>;
255
- borderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number>;
256
- borderTopStyle?: import("csstype").Property.BorderTopStyle | undefined;
257
- borderTopWidth?: import("csstype").Property.BorderTopWidth<string | number>;
258
- bottom?: import("csstype").Property.Bottom<string | number>;
259
- boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
260
- boxShadow?: import("csstype").Property.BoxShadow | undefined;
261
- boxSizing?: import("csstype").Property.BoxSizing | undefined;
262
- breakAfter?: import("csstype").Property.BreakAfter | undefined;
263
- breakBefore?: import("csstype").Property.BreakBefore | undefined;
264
- breakInside?: import("csstype").Property.BreakInside | undefined;
265
- captionSide?: import("csstype").Property.CaptionSide | undefined;
266
- caretColor?: import("csstype").Property.CaretColor | undefined;
267
- caretShape?: import("csstype").Property.CaretShape | undefined;
268
- clear?: import("csstype").Property.Clear | undefined;
269
- clipPath?: import("csstype").Property.ClipPath | undefined;
270
- clipRule?: import("csstype").Property.ClipRule | undefined;
271
- color?: import("csstype").Property.Color | undefined;
272
- colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
273
- colorInterpolationFilters?: import("csstype").Property.ColorInterpolationFilters | undefined;
274
- colorScheme?: import("csstype").Property.ColorScheme | undefined;
275
- columnCount?: import("csstype").Property.ColumnCount | undefined;
276
- columnFill?: import("csstype").Property.ColumnFill | undefined;
277
- columnGap?: import("csstype").Property.ColumnGap<string | number>;
278
- columnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
279
- columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
280
- columnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number>;
281
- columnSpan?: import("csstype").Property.ColumnSpan | undefined;
282
- columnWidth?: import("csstype").Property.ColumnWidth<string | number>;
283
- contain?: import("csstype").Property.Contain | undefined;
284
- containIntrinsicBlockSize?: import("csstype").Property.ContainIntrinsicBlockSize<string | number>;
285
- containIntrinsicHeight?: import("csstype").Property.ContainIntrinsicHeight<string | number>;
286
- containIntrinsicInlineSize?: import("csstype").Property.ContainIntrinsicInlineSize<string | number>;
287
- containIntrinsicWidth?: import("csstype").Property.ContainIntrinsicWidth<string | number>;
288
- containerName?: import("csstype").Property.ContainerName | undefined;
289
- containerType?: import("csstype").Property.ContainerType | undefined;
290
- content?: import("csstype").Property.Content | undefined;
291
- contentVisibility?: import("csstype").Property.ContentVisibility | undefined;
292
- counterIncrement?: import("csstype").Property.CounterIncrement | undefined;
293
- counterReset?: import("csstype").Property.CounterReset | undefined;
294
- counterSet?: import("csstype").Property.CounterSet | undefined;
295
- cursor?: import("csstype").Property.Cursor | undefined;
296
- cx?: import("csstype").Property.Cx<string | number>;
297
- cy?: import("csstype").Property.Cy<string | number>;
298
- d?: import("csstype").Property.D | undefined;
299
- direction?: import("csstype").Property.Direction | undefined;
300
- display?: import("csstype").Property.Display | undefined;
301
- dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
302
- emptyCells?: import("csstype").Property.EmptyCells | undefined;
303
- fieldSizing?: import("csstype").Property.FieldSizing | undefined;
304
- fill?: import("csstype").Property.Fill | undefined;
305
- fillOpacity?: import("csstype").Property.FillOpacity | undefined;
306
- fillRule?: import("csstype").Property.FillRule | undefined;
307
- filter?: import("csstype").Property.Filter | undefined;
308
- flexBasis?: import("csstype").Property.FlexBasis<string | number>;
309
- flexDirection?: import("csstype").Property.FlexDirection | undefined;
310
- flexGrow?: import("csstype").Property.FlexGrow | undefined;
311
- flexShrink?: import("csstype").Property.FlexShrink | undefined;
312
- flexWrap?: import("csstype").Property.FlexWrap | undefined;
313
- float?: import("csstype").Property.Float | undefined;
314
- floodColor?: import("csstype").Property.FloodColor | undefined;
315
- floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
316
- fontFamily?: import("csstype").Property.FontFamily | undefined;
317
- fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
318
- fontKerning?: import("csstype").Property.FontKerning | undefined;
319
- fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
320
- fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | undefined;
321
- fontPalette?: import("csstype").Property.FontPalette | undefined;
322
- fontSize?: import("csstype").Property.FontSize<string | number>;
323
- fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
324
- fontSmooth?: import("csstype").Property.FontSmooth<string | number>;
325
- fontStyle?: import("csstype").Property.FontStyle | undefined;
326
- fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
327
- fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
328
- fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
329
- fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined;
330
- fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined;
331
- fontVariant?: import("csstype").Property.FontVariant | undefined;
332
- fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
333
- fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
334
- fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | undefined;
335
- fontVariantEmoji?: import("csstype").Property.FontVariantEmoji | undefined;
336
- fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
337
- fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | undefined;
338
- fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
339
- fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
340
- fontWeight?: import("csstype").Property.FontWeight | undefined;
341
- fontWidth?: import("csstype").Property.FontWidth | undefined;
342
- forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
343
- gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number>;
344
- gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
345
- gridAutoRows?: import("csstype").Property.GridAutoRows<string | number>;
346
- gridColumnEnd?: import("csstype").Property.GridColumnEnd | undefined;
347
- gridColumnStart?: import("csstype").Property.GridColumnStart | undefined;
348
- gridRowEnd?: import("csstype").Property.GridRowEnd | undefined;
349
- gridRowStart?: import("csstype").Property.GridRowStart | undefined;
350
- gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | undefined;
351
- gridTemplateColumns?: import("csstype").Property.GridTemplateColumns<string | number>;
352
- gridTemplateRows?: import("csstype").Property.GridTemplateRows<string | number>;
353
- hangingPunctuation?: import("csstype").Property.HangingPunctuation | undefined;
354
- height?: import("csstype").Property.Height<string | number>;
355
- hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
356
- hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | undefined;
357
- hyphens?: import("csstype").Property.Hyphens | undefined;
358
- imageOrientation?: import("csstype").Property.ImageOrientation | undefined;
359
- imageRendering?: import("csstype").Property.ImageRendering | undefined;
360
- imageResolution?: import("csstype").Property.ImageResolution | undefined;
361
- initialLetter?: import("csstype").Property.InitialLetter | undefined;
362
- initialLetterAlign?: import("csstype").Property.InitialLetterAlign | undefined;
363
- inlineSize?: import("csstype").Property.InlineSize<string | number>;
364
- insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number>;
365
- insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number>;
366
- insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number>;
367
- insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number>;
368
- interpolateSize?: import("csstype").Property.InterpolateSize | undefined;
369
- isolation?: import("csstype").Property.Isolation | undefined;
370
- justifyContent?: import("csstype").Property.JustifyContent | undefined;
371
- justifyItems?: import("csstype").Property.JustifyItems | undefined;
372
- justifySelf?: import("csstype").Property.JustifySelf | undefined;
373
- justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
374
- left?: import("csstype").Property.Left<string | number>;
375
- letterSpacing?: import("csstype").Property.LetterSpacing<string | number>;
376
- lightingColor?: import("csstype").Property.LightingColor | undefined;
377
- lineBreak?: import("csstype").Property.LineBreak | undefined;
378
- lineHeight?: import("csstype").Property.LineHeight<string | number>;
379
- lineHeightStep?: import("csstype").Property.LineHeightStep<string | number>;
380
- listStyleImage?: import("csstype").Property.ListStyleImage | undefined;
381
- listStylePosition?: import("csstype").Property.ListStylePosition | undefined;
382
- listStyleType?: import("csstype").Property.ListStyleType | undefined;
383
- marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number>;
384
- marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number>;
385
- marginBottom?: import("csstype").Property.MarginBottom<string | number>;
386
- marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number>;
387
- marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number>;
388
- marginLeft?: import("csstype").Property.MarginLeft<string | number>;
389
- marginRight?: import("csstype").Property.MarginRight<string | number>;
390
- marginTop?: import("csstype").Property.MarginTop<string | number>;
391
- marginTrim?: import("csstype").Property.MarginTrim | undefined;
392
- marker?: import("csstype").Property.Marker | undefined;
393
- markerEnd?: import("csstype").Property.MarkerEnd | undefined;
394
- markerMid?: import("csstype").Property.MarkerMid | undefined;
395
- markerStart?: import("csstype").Property.MarkerStart | undefined;
396
- maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
397
- maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number>;
398
- maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
399
- maskBorderSlice?: import("csstype").Property.MaskBorderSlice | undefined;
400
- maskBorderSource?: import("csstype").Property.MaskBorderSource | undefined;
401
- maskBorderWidth?: import("csstype").Property.MaskBorderWidth<string | number>;
402
- maskClip?: import("csstype").Property.MaskClip | undefined;
403
- maskComposite?: import("csstype").Property.MaskComposite | undefined;
404
- maskImage?: import("csstype").Property.MaskImage | undefined;
405
- maskMode?: import("csstype").Property.MaskMode | undefined;
406
- maskOrigin?: import("csstype").Property.MaskOrigin | undefined;
407
- maskPosition?: import("csstype").Property.MaskPosition<string | number>;
408
- maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
409
- maskSize?: import("csstype").Property.MaskSize<string | number>;
410
- maskType?: import("csstype").Property.MaskType | undefined;
411
- masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | undefined;
412
- mathDepth?: import("csstype").Property.MathDepth | undefined;
413
- mathShift?: import("csstype").Property.MathShift | undefined;
414
- mathStyle?: import("csstype").Property.MathStyle | undefined;
415
- maxBlockSize?: import("csstype").Property.MaxBlockSize<string | number>;
416
- maxHeight?: import("csstype").Property.MaxHeight<string | number>;
417
- maxInlineSize?: import("csstype").Property.MaxInlineSize<string | number>;
418
- maxLines?: import("csstype").Property.MaxLines | undefined;
419
- maxWidth?: import("csstype").Property.MaxWidth<string | number>;
420
- minBlockSize?: import("csstype").Property.MinBlockSize<string | number>;
421
- minHeight?: import("csstype").Property.MinHeight<string | number>;
422
- minInlineSize?: import("csstype").Property.MinInlineSize<string | number>;
423
- minWidth?: import("csstype").Property.MinWidth<string | number>;
424
- mixBlendMode?: import("csstype").Property.MixBlendMode | undefined;
425
- motionDistance?: import("csstype").Property.OffsetDistance<string | number>;
426
- motionPath?: import("csstype").Property.OffsetPath | undefined;
427
- motionRotation?: import("csstype").Property.OffsetRotate | undefined;
428
- objectFit?: import("csstype").Property.ObjectFit | undefined;
429
- objectPosition?: import("csstype").Property.ObjectPosition<string | number>;
430
- objectViewBox?: import("csstype").Property.ObjectViewBox | undefined;
431
- offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number>;
432
- offsetDistance?: import("csstype").Property.OffsetDistance<string | number>;
433
- offsetPath?: import("csstype").Property.OffsetPath | undefined;
434
- offsetPosition?: import("csstype").Property.OffsetPosition<string | number>;
435
- offsetRotate?: import("csstype").Property.OffsetRotate | undefined;
436
- offsetRotation?: import("csstype").Property.OffsetRotate | undefined;
437
- opacity?: import("csstype").Property.Opacity | undefined;
438
- order?: import("csstype").Property.Order | undefined;
439
- orphans?: import("csstype").Property.Orphans | undefined;
440
- outlineColor?: import("csstype").Property.OutlineColor | undefined;
441
- outlineOffset?: import("csstype").Property.OutlineOffset<string | number>;
442
- outlineStyle?: import("csstype").Property.OutlineStyle | undefined;
443
- outlineWidth?: import("csstype").Property.OutlineWidth<string | number>;
444
- overflowAnchor?: import("csstype").Property.OverflowAnchor | undefined;
445
- overflowBlock?: import("csstype").Property.OverflowBlock | undefined;
446
- overflowClipBox?: import("csstype").Property.OverflowClipBox | undefined;
447
- overflowClipMargin?: import("csstype").Property.OverflowClipMargin<string | number>;
448
- overflowInline?: import("csstype").Property.OverflowInline | undefined;
449
- overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
450
- overflowX?: import("csstype").Property.OverflowX | undefined;
451
- overflowY?: import("csstype").Property.OverflowY | undefined;
452
- overlay?: import("csstype").Property.Overlay | undefined;
453
- overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
454
- overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
455
- overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
456
- overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | undefined;
457
- paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number>;
458
- paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number>;
459
- paddingBottom?: import("csstype").Property.PaddingBottom<string | number>;
460
- paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number>;
461
- paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number>;
462
- paddingLeft?: import("csstype").Property.PaddingLeft<string | number>;
463
- paddingRight?: import("csstype").Property.PaddingRight<string | number>;
464
- paddingTop?: import("csstype").Property.PaddingTop<string | number>;
465
- page?: import("csstype").Property.Page | undefined;
466
- paintOrder?: import("csstype").Property.PaintOrder | undefined;
467
- perspective?: import("csstype").Property.Perspective<string | number>;
468
- perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number>;
469
- pointerEvents?: import("csstype").Property.PointerEvents | undefined;
470
- position?: import("csstype").Property.Position | undefined;
471
- positionAnchor?: import("csstype").Property.PositionAnchor | undefined;
472
- positionArea?: import("csstype").Property.PositionArea | undefined;
473
- positionTryFallbacks?: import("csstype").Property.PositionTryFallbacks | undefined;
474
- positionTryOrder?: import("csstype").Property.PositionTryOrder | undefined;
475
- positionVisibility?: import("csstype").Property.PositionVisibility | undefined;
476
- printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
477
- quotes?: import("csstype").Property.Quotes | undefined;
478
- r?: import("csstype").Property.R<string | number>;
479
- resize?: import("csstype").Property.Resize | undefined;
480
- right?: import("csstype").Property.Right<string | number>;
481
- rotate?: import("csstype").Property.Rotate | undefined;
482
- rowGap?: import("csstype").Property.RowGap<string | number>;
483
- rubyAlign?: import("csstype").Property.RubyAlign | undefined;
484
- rubyMerge?: import("csstype").Property.RubyMerge | undefined;
485
- rubyOverhang?: import("csstype").Property.RubyOverhang | undefined;
486
- rubyPosition?: import("csstype").Property.RubyPosition | undefined;
487
- rx?: import("csstype").Property.Rx<string | number>;
488
- ry?: import("csstype").Property.Ry<string | number>;
489
- scale?: import("csstype").Property.Scale | undefined;
490
- scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
491
- scrollInitialTarget?: import("csstype").Property.ScrollInitialTarget | undefined;
492
- scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number>;
493
- scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number>;
494
- scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number>;
495
- scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number>;
496
- scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number>;
497
- scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number>;
498
- scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number>;
499
- scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number>;
500
- scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd<string | number>;
501
- scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart<string | number>;
502
- scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom<string | number>;
503
- scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd<string | number>;
504
- scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart<string | number>;
505
- scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft<string | number>;
506
- scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight<string | number>;
507
- scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop<string | number>;
508
- scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | undefined;
509
- scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number>;
510
- scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number>;
511
- scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number>;
512
- scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number>;
513
- scrollSnapStop?: import("csstype").Property.ScrollSnapStop | undefined;
514
- scrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
515
- scrollTimelineAxis?: import("csstype").Property.ScrollTimelineAxis | undefined;
516
- scrollTimelineName?: import("csstype").Property.ScrollTimelineName | undefined;
517
- scrollbarColor?: import("csstype").Property.ScrollbarColor | undefined;
518
- scrollbarGutter?: import("csstype").Property.ScrollbarGutter | undefined;
519
- scrollbarWidth?: import("csstype").Property.ScrollbarWidth | undefined;
520
- shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
521
- shapeMargin?: import("csstype").Property.ShapeMargin<string | number>;
522
- shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
523
- shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
524
- speakAs?: import("csstype").Property.SpeakAs | undefined;
525
- stopColor?: import("csstype").Property.StopColor | undefined;
526
- stopOpacity?: import("csstype").Property.StopOpacity | undefined;
527
- stroke?: import("csstype").Property.Stroke | undefined;
528
- strokeColor?: import("csstype").Property.StrokeColor | undefined;
529
- strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number>;
530
- strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number>;
531
- strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
532
- strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
533
- strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
534
- strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
535
- strokeWidth?: import("csstype").Property.StrokeWidth<string | number>;
536
- tabSize?: import("csstype").Property.TabSize<string | number>;
537
- tableLayout?: import("csstype").Property.TableLayout | undefined;
538
- textAlign?: import("csstype").Property.TextAlign | undefined;
539
- textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
540
- textAnchor?: import("csstype").Property.TextAnchor | undefined;
541
- textAutospace?: import("csstype").Property.TextAutospace | undefined;
542
- textBox?: import("csstype").Property.TextBox | undefined;
543
- textBoxEdge?: import("csstype").Property.TextBoxEdge | undefined;
544
- textBoxTrim?: import("csstype").Property.TextBoxTrim | undefined;
545
- textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
546
- textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
547
- textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
548
- textDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
549
- textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | undefined;
550
- textDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
551
- textDecorationThickness?: import("csstype").Property.TextDecorationThickness<string | number>;
552
- textEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
553
- textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
554
- textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
555
- textIndent?: import("csstype").Property.TextIndent<string | number>;
556
- textJustify?: import("csstype").Property.TextJustify | undefined;
557
- textOrientation?: import("csstype").Property.TextOrientation | undefined;
558
- textOverflow?: import("csstype").Property.TextOverflow | undefined;
559
- textRendering?: import("csstype").Property.TextRendering | undefined;
560
- textShadow?: import("csstype").Property.TextShadow | undefined;
561
- textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
562
- textSpacingTrim?: import("csstype").Property.TextSpacingTrim | undefined;
563
- textTransform?: import("csstype").Property.TextTransform | undefined;
564
- textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number>;
565
- textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
566
- textWrapMode?: import("csstype").Property.TextWrapMode | undefined;
567
- textWrapStyle?: import("csstype").Property.TextWrapStyle | undefined;
568
- timelineScope?: import("csstype").Property.TimelineScope | undefined;
569
- top?: import("csstype").Property.Top<string | number>;
570
- touchAction?: import("csstype").Property.TouchAction | undefined;
571
- transform?: import("csstype").Property.Transform | undefined;
572
- transformBox?: import("csstype").Property.TransformBox | undefined;
573
- transformOrigin?: import("csstype").Property.TransformOrigin<string | number>;
574
- transformStyle?: import("csstype").Property.TransformStyle | undefined;
575
- transitionBehavior?: import("csstype").Property.TransitionBehavior | undefined;
576
- transitionDelay?: import("csstype").Property.TransitionDelay<string & {}>;
577
- transitionDuration?: import("csstype").Property.TransitionDuration<string & {}>;
578
- transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
579
- transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
580
- translate?: import("csstype").Property.Translate<string | number>;
581
- unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
582
- userSelect?: import("csstype").Property.UserSelect | undefined;
583
- vectorEffect?: import("csstype").Property.VectorEffect | undefined;
584
- verticalAlign?: import("csstype").Property.VerticalAlign<string | number>;
585
- viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
586
- viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number>;
587
- viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
588
- viewTransitionClass?: import("csstype").Property.ViewTransitionClass | undefined;
589
- viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
590
- visibility?: import("csstype").Property.Visibility | undefined;
591
- whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
592
- whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
593
- widows?: import("csstype").Property.Widows | undefined;
594
- width?: import("csstype").Property.Width<string | number>;
595
- willChange?: import("csstype").Property.WillChange | undefined;
596
- wordBreak?: import("csstype").Property.WordBreak | undefined;
597
- wordSpacing?: import("csstype").Property.WordSpacing<string | number>;
598
- wordWrap?: import("csstype").Property.WordWrap | undefined;
599
- writingMode?: import("csstype").Property.WritingMode | undefined;
600
- x?: import("csstype").Property.X<string | number>;
601
- y?: import("csstype").Property.Y<string | number>;
602
- zIndex?: import("csstype").Property.ZIndex | undefined;
603
- zoom?: import("csstype").Property.Zoom | undefined;
604
- all?: import("csstype").Property.All | undefined;
605
- animation?: import("csstype").Property.Animation<string & {}>;
606
- animationRange?: import("csstype").Property.AnimationRange<string | number>;
607
- background?: import("csstype").Property.Background<string | number>;
608
- backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number>;
609
- border?: import("csstype").Property.Border<string | number>;
610
- borderBlock?: import("csstype").Property.BorderBlock<string | number>;
611
- borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
612
- borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number>;
613
- borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number>;
614
- borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
615
- borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number>;
616
- borderBottom?: import("csstype").Property.BorderBottom<string | number>;
617
- borderColor?: import("csstype").Property.BorderColor | undefined;
618
- borderImage?: import("csstype").Property.BorderImage | undefined;
619
- borderInline?: import("csstype").Property.BorderInline<string | number>;
620
- borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
621
- borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number>;
622
- borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number>;
623
- borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
624
- borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number>;
625
- borderLeft?: import("csstype").Property.BorderLeft<string | number>;
626
- borderRadius?: import("csstype").Property.BorderRadius<string | number>;
627
- borderRight?: import("csstype").Property.BorderRight<string | number>;
628
- borderStyle?: import("csstype").Property.BorderStyle | undefined;
629
- borderTop?: import("csstype").Property.BorderTop<string | number>;
630
- borderWidth?: import("csstype").Property.BorderWidth<string | number>;
631
- caret?: import("csstype").Property.Caret | undefined;
632
- columnRule?: import("csstype").Property.ColumnRule<string | number>;
633
- columns?: import("csstype").Property.Columns<string | number>;
634
- containIntrinsicSize?: import("csstype").Property.ContainIntrinsicSize<string | number>;
635
- container?: import("csstype").Property.Container | undefined;
636
- flex?: import("csstype").Property.Flex<string | number>;
637
- flexFlow?: import("csstype").Property.FlexFlow | undefined;
638
- font?: import("csstype").Property.Font | undefined;
639
- gap?: import("csstype").Property.Gap<string | number>;
640
- grid?: import("csstype").Property.Grid | undefined;
641
- gridArea?: import("csstype").Property.GridArea | undefined;
642
- gridColumn?: import("csstype").Property.GridColumn | undefined;
643
- gridRow?: import("csstype").Property.GridRow | undefined;
644
- gridTemplate?: import("csstype").Property.GridTemplate | undefined;
645
- inset?: import("csstype").Property.Inset<string | number>;
646
- insetBlock?: import("csstype").Property.InsetBlock<string | number>;
647
- insetInline?: import("csstype").Property.InsetInline<string | number>;
648
- lineClamp?: import("csstype").Property.LineClamp | undefined;
649
- listStyle?: import("csstype").Property.ListStyle | undefined;
650
- margin?: import("csstype").Property.Margin<string | number>;
651
- marginBlock?: import("csstype").Property.MarginBlock<string | number>;
652
- marginInline?: import("csstype").Property.MarginInline<string | number>;
653
- mask?: import("csstype").Property.Mask<string | number>;
654
- maskBorder?: import("csstype").Property.MaskBorder | undefined;
655
- motion?: import("csstype").Property.Offset<string | number>;
656
- offset?: import("csstype").Property.Offset<string | number>;
657
- outline?: import("csstype").Property.Outline<string | number>;
658
- overflow?: import("csstype").Property.Overflow | undefined;
659
- overscrollBehavior?: import("csstype").Property.OverscrollBehavior | undefined;
660
- padding?: import("csstype").Property.Padding<string | number>;
661
- paddingBlock?: import("csstype").Property.PaddingBlock<string | number>;
662
- paddingInline?: import("csstype").Property.PaddingInline<string | number>;
663
- placeContent?: import("csstype").Property.PlaceContent | undefined;
664
- placeItems?: import("csstype").Property.PlaceItems | undefined;
665
- placeSelf?: import("csstype").Property.PlaceSelf | undefined;
666
- positionTry?: import("csstype").Property.PositionTry | undefined;
667
- scrollMargin?: import("csstype").Property.ScrollMargin<string | number>;
668
- scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number>;
669
- scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number>;
670
- scrollPadding?: import("csstype").Property.ScrollPadding<string | number>;
671
- scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number>;
672
- scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number>;
673
- scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number>;
674
- scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
675
- textDecoration?: import("csstype").Property.TextDecoration<string | number>;
676
- textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
677
- textWrap?: import("csstype").Property.TextWrap | undefined;
678
- transition?: import("csstype").Property.Transition<string & {}>;
679
- viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
680
- MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}>;
681
- MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
682
- MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}>;
683
- MozAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
684
- MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
685
- MozAnimationName?: import("csstype").Property.AnimationName | undefined;
686
- MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
687
- MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
688
- MozAppearance?: import("csstype").Property.MozAppearance | undefined;
689
- MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
690
- MozBinding?: import("csstype").Property.MozBinding | undefined;
691
- MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
692
- MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
693
- MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
694
- MozBorderEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number>;
695
- MozBorderLeftColors?: import("csstype").Property.MozBorderLeftColors | undefined;
696
- MozBorderRightColors?: import("csstype").Property.MozBorderRightColors | undefined;
697
- MozBorderStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
698
- MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
699
- MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
700
- MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
701
- MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
702
- MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
703
- MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number>;
704
- MozColumnWidth?: import("csstype").Property.ColumnWidth<string | number>;
705
- MozContextProperties?: import("csstype").Property.MozContextProperties | undefined;
706
- MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
707
- MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
708
- MozHyphens?: import("csstype").Property.Hyphens | undefined;
709
- MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number>;
710
- MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number>;
711
- MozOrient?: import("csstype").Property.MozOrient | undefined;
712
- MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number>;
713
- MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number>;
714
- MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number>;
715
- MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number>;
716
- MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number>;
717
- MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number>;
718
- MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number>;
719
- MozPerspective?: import("csstype").Property.Perspective<string | number>;
720
- MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number>;
721
- MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
722
- MozTabSize?: import("csstype").Property.TabSize<string | number>;
723
- MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
724
- MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
725
- MozTransform?: import("csstype").Property.Transform | undefined;
726
- MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number>;
727
- MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
728
- MozUserModify?: import("csstype").Property.MozUserModify | undefined;
729
- MozUserSelect?: import("csstype").Property.UserSelect | undefined;
730
- MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
731
- MozWindowShadow?: import("csstype").Property.MozWindowShadow | undefined;
732
- msAccelerator?: import("csstype").Property.MsAccelerator | undefined;
733
- msBlockProgression?: import("csstype").Property.MsBlockProgression | undefined;
734
- msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | undefined;
735
- msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | undefined;
736
- msContentZoomLimitMin?: import("csstype").Property.MsContentZoomLimitMin | undefined;
737
- msContentZoomSnapPoints?: import("csstype").Property.MsContentZoomSnapPoints | undefined;
738
- msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | undefined;
739
- msContentZooming?: import("csstype").Property.MsContentZooming | undefined;
740
- msFilter?: import("csstype").Property.MsFilter | undefined;
741
- msFlexDirection?: import("csstype").Property.FlexDirection | undefined;
742
- msFlexPositive?: import("csstype").Property.FlexGrow | undefined;
743
- msFlowFrom?: import("csstype").Property.MsFlowFrom | undefined;
744
- msFlowInto?: import("csstype").Property.MsFlowInto | undefined;
745
- msGridColumns?: import("csstype").Property.MsGridColumns<string | number>;
746
- msGridRows?: import("csstype").Property.MsGridRows<string | number>;
747
- msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | undefined;
748
- msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | undefined;
749
- msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | undefined;
750
- msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone<string | number>;
751
- msHyphens?: import("csstype").Property.Hyphens | undefined;
752
- msImeAlign?: import("csstype").Property.MsImeAlign | undefined;
753
- msLineBreak?: import("csstype").Property.LineBreak | undefined;
754
- msOrder?: import("csstype").Property.Order | undefined;
755
- msOverflowStyle?: import("csstype").Property.MsOverflowStyle | undefined;
756
- msOverflowX?: import("csstype").Property.OverflowX | undefined;
757
- msOverflowY?: import("csstype").Property.OverflowY | undefined;
758
- msScrollChaining?: import("csstype").Property.MsScrollChaining | undefined;
759
- msScrollLimitXMax?: import("csstype").Property.MsScrollLimitXMax<string | number>;
760
- msScrollLimitXMin?: import("csstype").Property.MsScrollLimitXMin<string | number>;
761
- msScrollLimitYMax?: import("csstype").Property.MsScrollLimitYMax<string | number>;
762
- msScrollLimitYMin?: import("csstype").Property.MsScrollLimitYMin<string | number>;
763
- msScrollRails?: import("csstype").Property.MsScrollRails | undefined;
764
- msScrollSnapPointsX?: import("csstype").Property.MsScrollSnapPointsX | undefined;
765
- msScrollSnapPointsY?: import("csstype").Property.MsScrollSnapPointsY | undefined;
766
- msScrollSnapType?: import("csstype").Property.MsScrollSnapType | undefined;
767
- msScrollTranslation?: import("csstype").Property.MsScrollTranslation | undefined;
768
- msScrollbar3dlightColor?: import("csstype").Property.MsScrollbar3dlightColor | undefined;
769
- msScrollbarArrowColor?: import("csstype").Property.MsScrollbarArrowColor | undefined;
770
- msScrollbarBaseColor?: import("csstype").Property.MsScrollbarBaseColor | undefined;
771
- msScrollbarDarkshadowColor?: import("csstype").Property.MsScrollbarDarkshadowColor | undefined;
772
- msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | undefined;
773
- msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | undefined;
774
- msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | undefined;
775
- msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
776
- msTextAutospace?: import("csstype").Property.MsTextAutospace | undefined;
777
- msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | undefined;
778
- msTextOverflow?: import("csstype").Property.TextOverflow | undefined;
779
- msTouchAction?: import("csstype").Property.TouchAction | undefined;
780
- msTouchSelect?: import("csstype").Property.MsTouchSelect | undefined;
781
- msTransform?: import("csstype").Property.Transform | undefined;
782
- msTransformOrigin?: import("csstype").Property.TransformOrigin<string | number>;
783
- msTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}>;
784
- msTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}>;
785
- msTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
786
- msTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
787
- msUserSelect?: import("csstype").Property.MsUserSelect | undefined;
788
- msWordBreak?: import("csstype").Property.WordBreak | undefined;
789
- msWrapFlow?: import("csstype").Property.MsWrapFlow | undefined;
790
- msWrapMargin?: import("csstype").Property.MsWrapMargin<string | number>;
791
- msWrapThrough?: import("csstype").Property.MsWrapThrough | undefined;
792
- msWritingMode?: import("csstype").Property.WritingMode | undefined;
793
- WebkitAlignContent?: import("csstype").Property.AlignContent | undefined;
794
- WebkitAlignItems?: import("csstype").Property.AlignItems | undefined;
795
- WebkitAlignSelf?: import("csstype").Property.AlignSelf | undefined;
796
- WebkitAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}>;
797
- WebkitAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
798
- WebkitAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}>;
799
- WebkitAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
800
- WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
801
- WebkitAnimationName?: import("csstype").Property.AnimationName | undefined;
802
- WebkitAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
803
- WebkitAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
804
- WebkitAppearance?: import("csstype").Property.WebkitAppearance | undefined;
805
- WebkitBackdropFilter?: import("csstype").Property.BackdropFilter | undefined;
806
- WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
807
- WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
808
- WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
809
- WebkitBackgroundSize?: import("csstype").Property.BackgroundSize<string | number>;
810
- WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | undefined;
811
- WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | undefined;
812
- WebkitBorderBeforeWidth?: import("csstype").Property.WebkitBorderBeforeWidth<string | number>;
813
- WebkitBorderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number>;
814
- WebkitBorderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number>;
815
- WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
816
- WebkitBorderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number>;
817
- WebkitBorderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number>;
818
- WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
819
- WebkitBoxReflect?: import("csstype").Property.WebkitBoxReflect<string | number>;
820
- WebkitBoxShadow?: import("csstype").Property.BoxShadow | undefined;
821
- WebkitBoxSizing?: import("csstype").Property.BoxSizing | undefined;
822
- WebkitClipPath?: import("csstype").Property.ClipPath | undefined;
823
- WebkitColumnCount?: import("csstype").Property.ColumnCount | undefined;
824
- WebkitColumnFill?: import("csstype").Property.ColumnFill | undefined;
825
- WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
826
- WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
827
- WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number>;
828
- WebkitColumnSpan?: import("csstype").Property.ColumnSpan | undefined;
829
- WebkitColumnWidth?: import("csstype").Property.ColumnWidth<string | number>;
830
- WebkitFilter?: import("csstype").Property.Filter | undefined;
831
- WebkitFlexBasis?: import("csstype").Property.FlexBasis<string | number>;
832
- WebkitFlexDirection?: import("csstype").Property.FlexDirection | undefined;
833
- WebkitFlexGrow?: import("csstype").Property.FlexGrow | undefined;
834
- WebkitFlexShrink?: import("csstype").Property.FlexShrink | undefined;
835
- WebkitFlexWrap?: import("csstype").Property.FlexWrap | undefined;
836
- WebkitFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
837
- WebkitFontKerning?: import("csstype").Property.FontKerning | undefined;
838
- WebkitFontSmoothing?: import("csstype").Property.FontSmooth<string | number>;
839
- WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
840
- WebkitHyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
841
- WebkitHyphens?: import("csstype").Property.Hyphens | undefined;
842
- WebkitInitialLetter?: import("csstype").Property.InitialLetter | undefined;
843
- WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
844
- WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
845
- WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
846
- WebkitLogicalHeight?: import("csstype").Property.BlockSize<string | number>;
847
- WebkitLogicalWidth?: import("csstype").Property.InlineSize<string | number>;
848
- WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number>;
849
- WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number>;
850
- WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
851
- WebkitMaskBoxImageOutset?: import("csstype").Property.MaskBorderOutset<string | number>;
852
- WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
853
- WebkitMaskBoxImageSlice?: import("csstype").Property.MaskBorderSlice | undefined;
854
- WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | undefined;
855
- WebkitMaskBoxImageWidth?: import("csstype").Property.MaskBorderWidth<string | number>;
856
- WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | undefined;
857
- WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | undefined;
858
- WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | undefined;
859
- WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | undefined;
860
- WebkitMaskPosition?: import("csstype").Property.WebkitMaskPosition<string | number>;
861
- WebkitMaskPositionX?: import("csstype").Property.WebkitMaskPositionX<string | number>;
862
- WebkitMaskPositionY?: import("csstype").Property.WebkitMaskPositionY<string | number>;
863
- WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | undefined;
864
- WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | undefined;
865
- WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | undefined;
866
- WebkitMaskSize?: import("csstype").Property.WebkitMaskSize<string | number>;
867
- WebkitMaxInlineSize?: import("csstype").Property.MaxInlineSize<string | number>;
868
- WebkitOrder?: import("csstype").Property.Order | undefined;
869
- WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | undefined;
870
- WebkitPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number>;
871
- WebkitPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number>;
872
- WebkitPerspective?: import("csstype").Property.Perspective<string | number>;
873
- WebkitPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number>;
874
- WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
875
- WebkitRubyPosition?: import("csstype").Property.RubyPosition | undefined;
876
- WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
877
- WebkitShapeMargin?: import("csstype").Property.ShapeMargin<string | number>;
878
- WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | undefined;
879
- WebkitTextCombine?: import("csstype").Property.TextCombineUpright | undefined;
880
- WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
881
- WebkitTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
882
- WebkitTextDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
883
- WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
884
- WebkitTextEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
885
- WebkitTextEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
886
- WebkitTextEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
887
- WebkitTextFillColor?: import("csstype").Property.WebkitTextFillColor | undefined;
888
- WebkitTextOrientation?: import("csstype").Property.TextOrientation | undefined;
889
- WebkitTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
890
- WebkitTextStrokeColor?: import("csstype").Property.WebkitTextStrokeColor | undefined;
891
- WebkitTextStrokeWidth?: import("csstype").Property.WebkitTextStrokeWidth<string | number>;
892
- WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
893
- WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | undefined;
894
- WebkitTransform?: import("csstype").Property.Transform | undefined;
895
- WebkitTransformOrigin?: import("csstype").Property.TransformOrigin<string | number>;
896
- WebkitTransformStyle?: import("csstype").Property.TransformStyle | undefined;
897
- WebkitTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}>;
898
- WebkitTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}>;
899
- WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
900
- WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
901
- WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
902
- WebkitUserSelect?: import("csstype").Property.WebkitUserSelect | undefined;
903
- WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
904
- MozAnimation?: import("csstype").Property.Animation<string & {}>;
905
- MozBorderImage?: import("csstype").Property.BorderImage | undefined;
906
- MozColumnRule?: import("csstype").Property.ColumnRule<string | number>;
907
- MozColumns?: import("csstype").Property.Columns<string | number>;
908
- MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number>;
909
- MozTransition?: import("csstype").Property.Transition<string & {}>;
910
- msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
911
- msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
912
- msFlex?: import("csstype").Property.Flex<string | number>;
913
- msScrollLimit?: import("csstype").Property.MsScrollLimit | undefined;
914
- msScrollSnapX?: import("csstype").Property.MsScrollSnapX | undefined;
915
- msScrollSnapY?: import("csstype").Property.MsScrollSnapY | undefined;
916
- msTransition?: import("csstype").Property.Transition<string & {}>;
917
- WebkitAnimation?: import("csstype").Property.Animation<string & {}>;
918
- WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore<string | number>;
919
- WebkitBorderImage?: import("csstype").Property.BorderImage | undefined;
920
- WebkitBorderRadius?: import("csstype").Property.BorderRadius<string | number>;
921
- WebkitColumnRule?: import("csstype").Property.ColumnRule<string | number>;
922
- WebkitColumns?: import("csstype").Property.Columns<string | number>;
923
- WebkitFlex?: import("csstype").Property.Flex<string | number>;
924
- WebkitFlexFlow?: import("csstype").Property.FlexFlow | undefined;
925
- WebkitMask?: import("csstype").Property.WebkitMask<string | number>;
926
- WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | undefined;
927
- WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
928
- WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number>;
929
- WebkitTransition?: import("csstype").Property.Transition<string & {}>;
930
- boxAlign?: import("csstype").Property.BoxAlign | undefined;
931
- boxDirection?: import("csstype").Property.BoxDirection | undefined;
932
- boxFlex?: import("csstype").Property.BoxFlex | undefined;
933
- boxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
934
- boxLines?: import("csstype").Property.BoxLines | undefined;
935
- boxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
936
- boxOrient?: import("csstype").Property.BoxOrient | undefined;
937
- boxPack?: import("csstype").Property.BoxPack | undefined;
938
- clip?: import("csstype").Property.Clip | undefined;
939
- fontStretch?: import("csstype").Property.FontStretch | undefined;
940
- gridColumnGap?: import("csstype").Property.GridColumnGap<string | number>;
941
- gridGap?: import("csstype").Property.GridGap<string | number>;
942
- gridRowGap?: import("csstype").Property.GridRowGap<string | number>;
943
- imeMode?: import("csstype").Property.ImeMode | undefined;
944
- insetArea?: import("csstype").Property.PositionArea | undefined;
945
- offsetBlock?: import("csstype").Property.InsetBlock<string | number>;
946
- offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number>;
947
- offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number>;
948
- offsetInline?: import("csstype").Property.InsetInline<string | number>;
949
- offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number>;
950
- offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number>;
951
- pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
952
- pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
953
- pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
954
- positionTryOptions?: import("csstype").Property.PositionTryFallbacks | undefined;
955
- scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number>;
956
- scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number>;
957
- scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
958
- scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
959
- scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | undefined;
960
- scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | undefined;
961
- KhtmlBoxAlign?: import("csstype").Property.BoxAlign | undefined;
962
- KhtmlBoxDirection?: import("csstype").Property.BoxDirection | undefined;
963
- KhtmlBoxFlex?: import("csstype").Property.BoxFlex | undefined;
964
- KhtmlBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
965
- KhtmlBoxLines?: import("csstype").Property.BoxLines | undefined;
966
- KhtmlBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
967
- KhtmlBoxOrient?: import("csstype").Property.BoxOrient | undefined;
968
- KhtmlBoxPack?: import("csstype").Property.BoxPack | undefined;
969
- KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
970
- KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
971
- KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
972
- MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
973
- MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
974
- MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number>;
975
- MozBorderRadius?: import("csstype").Property.BorderRadius<string | number>;
976
- MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius<string | number>;
977
- MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius<string | number>;
978
- MozBorderRadiusTopleft?: import("csstype").Property.BorderTopLeftRadius<string | number>;
979
- MozBorderRadiusTopright?: import("csstype").Property.BorderTopRightRadius<string | number>;
980
- MozBoxAlign?: import("csstype").Property.BoxAlign | undefined;
981
- MozBoxDirection?: import("csstype").Property.BoxDirection | undefined;
982
- MozBoxFlex?: import("csstype").Property.BoxFlex | undefined;
983
- MozBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
984
- MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
985
- MozBoxPack?: import("csstype").Property.BoxPack | undefined;
986
- MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
987
- MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
988
- MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
989
- MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
990
- MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
991
- MozOpacity?: import("csstype").Property.Opacity | undefined;
992
- MozOutline?: import("csstype").Property.Outline<string | number>;
993
- MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
994
- MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
995
- MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number>;
996
- MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
997
- MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
998
- MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
999
- MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
1000
- MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}>;
1001
- MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}>;
1002
- MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1003
- MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1004
- MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
1005
- MozUserInput?: import("csstype").Property.MozUserInput | undefined;
1006
- msImeMode?: import("csstype").Property.ImeMode | undefined;
1007
- OAnimation?: import("csstype").Property.Animation<string & {}>;
1008
- OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}>;
1009
- OAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
1010
- OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}>;
1011
- OAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
1012
- OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
1013
- OAnimationName?: import("csstype").Property.AnimationName | undefined;
1014
- OAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
1015
- OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
1016
- OBackgroundSize?: import("csstype").Property.BackgroundSize<string | number>;
1017
- OBorderImage?: import("csstype").Property.BorderImage | undefined;
1018
- OObjectFit?: import("csstype").Property.ObjectFit | undefined;
1019
- OObjectPosition?: import("csstype").Property.ObjectPosition<string | number>;
1020
- OTabSize?: import("csstype").Property.TabSize<string | number>;
1021
- OTextOverflow?: import("csstype").Property.TextOverflow | undefined;
1022
- OTransform?: import("csstype").Property.Transform | undefined;
1023
- OTransformOrigin?: import("csstype").Property.TransformOrigin<string | number>;
1024
- OTransition?: import("csstype").Property.Transition<string & {}>;
1025
- OTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}>;
1026
- OTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}>;
1027
- OTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1028
- OTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1029
- WebkitBoxAlign?: import("csstype").Property.BoxAlign | undefined;
1030
- WebkitBoxDirection?: import("csstype").Property.BoxDirection | undefined;
1031
- WebkitBoxFlex?: import("csstype").Property.BoxFlex | undefined;
1032
- WebkitBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
1033
- WebkitBoxLines?: import("csstype").Property.BoxLines | undefined;
1034
- WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
1035
- WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
1036
- WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
1037
- colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
1038
- colorRendering?: import("csstype").Property.ColorRendering | undefined;
1039
- glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
1040
- };
1041
- };
1042
- declare function GitRepositoryUiProvider(props: GitRepositoryUiProviderProps): import("react").FunctionComponentElement<import("react").ProviderProps<GitRepositoryUiContextValue>>;
1043
- declare function useGitRepositoryUi(): GitRepositoryUiContextValue;
1044
- declare function useGitRepositoryRouteAdapter(): GitRepositoryRouteAdapter;
1045
- declare function useGitRepositoryDiagnostics(): GitRepositoryUiDiagnostics;
1046
- declare function useGitRepositoryClassName(slot: GitRepositoryUiSlot, ...values: Array<string | undefined | null | false>): string;
1047
- declare function useGitRepositorySlotProps(slot: GitRepositoryUiSlot, input?: {
1048
- className?: string;
1049
- style?: CSSProperties;
1050
- [key: string]: unknown;
1051
- }): {
1052
- className: string;
1053
- "data-density": "comfortable" | "compact";
1054
- "data-slot": GitRepositoryUiSlot;
1055
- "data-theme-mode": "auto" | "dark" | "light";
1056
- style: {
1057
- accentColor?: import("csstype").Property.AccentColor | undefined;
1058
- alignContent?: import("csstype").Property.AlignContent | undefined;
1059
- alignItems?: import("csstype").Property.AlignItems | undefined;
1060
- alignSelf?: import("csstype").Property.AlignSelf | undefined;
1061
- alignTracks?: import("csstype").Property.AlignTracks | undefined;
1062
- alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
1063
- anchorName?: import("csstype").Property.AnchorName | undefined;
1064
- anchorScope?: import("csstype").Property.AnchorScope | undefined;
1065
- animationComposition?: import("csstype").Property.AnimationComposition | undefined;
1066
- animationDelay?: import("csstype").Property.AnimationDelay<string & {}>;
1067
- animationDirection?: import("csstype").Property.AnimationDirection | undefined;
1068
- animationDuration?: import("csstype").Property.AnimationDuration<string & {}>;
1069
- animationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
1070
- animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
1071
- animationName?: import("csstype").Property.AnimationName | undefined;
1072
- animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
1073
- animationRangeEnd?: import("csstype").Property.AnimationRangeEnd<string | number>;
1074
- animationRangeStart?: import("csstype").Property.AnimationRangeStart<string | number>;
1075
- animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
1076
- animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
1077
- appearance?: import("csstype").Property.Appearance | undefined;
1078
- aspectRatio?: import("csstype").Property.AspectRatio | undefined;
1079
- backdropFilter?: import("csstype").Property.BackdropFilter | undefined;
1080
- backfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
1081
- backgroundAttachment?: import("csstype").Property.BackgroundAttachment | undefined;
1082
- backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode | undefined;
1083
- backgroundClip?: import("csstype").Property.BackgroundClip | undefined;
1084
- backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
1085
- backgroundImage?: import("csstype").Property.BackgroundImage | undefined;
1086
- backgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
1087
- backgroundPositionX?: import("csstype").Property.BackgroundPositionX<string | number>;
1088
- backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number>;
1089
- backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
1090
- backgroundSize?: import("csstype").Property.BackgroundSize<string | number>;
1091
- baselineShift?: import("csstype").Property.BaselineShift<string | number>;
1092
- blockSize?: import("csstype").Property.BlockSize<string | number>;
1093
- borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
1094
- borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
1095
- borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number>;
1096
- borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
1097
- borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
1098
- borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number>;
1099
- borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
1100
- borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number>;
1101
- borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number>;
1102
- borderBottomStyle?: import("csstype").Property.BorderBottomStyle | undefined;
1103
- borderBottomWidth?: import("csstype").Property.BorderBottomWidth<string | number>;
1104
- borderCollapse?: import("csstype").Property.BorderCollapse | undefined;
1105
- borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number>;
1106
- borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number>;
1107
- borderImageOutset?: import("csstype").Property.BorderImageOutset<string | number>;
1108
- borderImageRepeat?: import("csstype").Property.BorderImageRepeat | undefined;
1109
- borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
1110
- borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
1111
- borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number>;
1112
- borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
1113
- borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
1114
- borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number>;
1115
- borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
1116
- borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
1117
- borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number>;
1118
- borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
1119
- borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
1120
- borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number>;
1121
- borderRightColor?: import("csstype").Property.BorderRightColor | undefined;
1122
- borderRightStyle?: import("csstype").Property.BorderRightStyle | undefined;
1123
- borderRightWidth?: import("csstype").Property.BorderRightWidth<string | number>;
1124
- borderSpacing?: import("csstype").Property.BorderSpacing<string | number>;
1125
- borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number>;
1126
- borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number>;
1127
- borderTopColor?: import("csstype").Property.BorderTopColor | undefined;
1128
- borderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number>;
1129
- borderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number>;
1130
- borderTopStyle?: import("csstype").Property.BorderTopStyle | undefined;
1131
- borderTopWidth?: import("csstype").Property.BorderTopWidth<string | number>;
1132
- bottom?: import("csstype").Property.Bottom<string | number>;
1133
- boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
1134
- boxShadow?: import("csstype").Property.BoxShadow | undefined;
1135
- boxSizing?: import("csstype").Property.BoxSizing | undefined;
1136
- breakAfter?: import("csstype").Property.BreakAfter | undefined;
1137
- breakBefore?: import("csstype").Property.BreakBefore | undefined;
1138
- breakInside?: import("csstype").Property.BreakInside | undefined;
1139
- captionSide?: import("csstype").Property.CaptionSide | undefined;
1140
- caretColor?: import("csstype").Property.CaretColor | undefined;
1141
- caretShape?: import("csstype").Property.CaretShape | undefined;
1142
- clear?: import("csstype").Property.Clear | undefined;
1143
- clipPath?: import("csstype").Property.ClipPath | undefined;
1144
- clipRule?: import("csstype").Property.ClipRule | undefined;
1145
- color?: import("csstype").Property.Color | undefined;
1146
- colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
1147
- colorInterpolationFilters?: import("csstype").Property.ColorInterpolationFilters | undefined;
1148
- colorScheme?: import("csstype").Property.ColorScheme | undefined;
1149
- columnCount?: import("csstype").Property.ColumnCount | undefined;
1150
- columnFill?: import("csstype").Property.ColumnFill | undefined;
1151
- columnGap?: import("csstype").Property.ColumnGap<string | number>;
1152
- columnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
1153
- columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
1154
- columnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number>;
1155
- columnSpan?: import("csstype").Property.ColumnSpan | undefined;
1156
- columnWidth?: import("csstype").Property.ColumnWidth<string | number>;
1157
- contain?: import("csstype").Property.Contain | undefined;
1158
- containIntrinsicBlockSize?: import("csstype").Property.ContainIntrinsicBlockSize<string | number>;
1159
- containIntrinsicHeight?: import("csstype").Property.ContainIntrinsicHeight<string | number>;
1160
- containIntrinsicInlineSize?: import("csstype").Property.ContainIntrinsicInlineSize<string | number>;
1161
- containIntrinsicWidth?: import("csstype").Property.ContainIntrinsicWidth<string | number>;
1162
- containerName?: import("csstype").Property.ContainerName | undefined;
1163
- containerType?: import("csstype").Property.ContainerType | undefined;
1164
- content?: import("csstype").Property.Content | undefined;
1165
- contentVisibility?: import("csstype").Property.ContentVisibility | undefined;
1166
- counterIncrement?: import("csstype").Property.CounterIncrement | undefined;
1167
- counterReset?: import("csstype").Property.CounterReset | undefined;
1168
- counterSet?: import("csstype").Property.CounterSet | undefined;
1169
- cursor?: import("csstype").Property.Cursor | undefined;
1170
- cx?: import("csstype").Property.Cx<string | number>;
1171
- cy?: import("csstype").Property.Cy<string | number>;
1172
- d?: import("csstype").Property.D | undefined;
1173
- direction?: import("csstype").Property.Direction | undefined;
1174
- display?: import("csstype").Property.Display | undefined;
1175
- dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
1176
- emptyCells?: import("csstype").Property.EmptyCells | undefined;
1177
- fieldSizing?: import("csstype").Property.FieldSizing | undefined;
1178
- fill?: import("csstype").Property.Fill | undefined;
1179
- fillOpacity?: import("csstype").Property.FillOpacity | undefined;
1180
- fillRule?: import("csstype").Property.FillRule | undefined;
1181
- filter?: import("csstype").Property.Filter | undefined;
1182
- flexBasis?: import("csstype").Property.FlexBasis<string | number>;
1183
- flexDirection?: import("csstype").Property.FlexDirection | undefined;
1184
- flexGrow?: import("csstype").Property.FlexGrow | undefined;
1185
- flexShrink?: import("csstype").Property.FlexShrink | undefined;
1186
- flexWrap?: import("csstype").Property.FlexWrap | undefined;
1187
- float?: import("csstype").Property.Float | undefined;
1188
- floodColor?: import("csstype").Property.FloodColor | undefined;
1189
- floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
1190
- fontFamily?: import("csstype").Property.FontFamily | undefined;
1191
- fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
1192
- fontKerning?: import("csstype").Property.FontKerning | undefined;
1193
- fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
1194
- fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | undefined;
1195
- fontPalette?: import("csstype").Property.FontPalette | undefined;
1196
- fontSize?: import("csstype").Property.FontSize<string | number>;
1197
- fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
1198
- fontSmooth?: import("csstype").Property.FontSmooth<string | number>;
1199
- fontStyle?: import("csstype").Property.FontStyle | undefined;
1200
- fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
1201
- fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
1202
- fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
1203
- fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined;
1204
- fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined;
1205
- fontVariant?: import("csstype").Property.FontVariant | undefined;
1206
- fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
1207
- fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
1208
- fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | undefined;
1209
- fontVariantEmoji?: import("csstype").Property.FontVariantEmoji | undefined;
1210
- fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
1211
- fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | undefined;
1212
- fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
1213
- fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
1214
- fontWeight?: import("csstype").Property.FontWeight | undefined;
1215
- fontWidth?: import("csstype").Property.FontWidth | undefined;
1216
- forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
1217
- gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number>;
1218
- gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
1219
- gridAutoRows?: import("csstype").Property.GridAutoRows<string | number>;
1220
- gridColumnEnd?: import("csstype").Property.GridColumnEnd | undefined;
1221
- gridColumnStart?: import("csstype").Property.GridColumnStart | undefined;
1222
- gridRowEnd?: import("csstype").Property.GridRowEnd | undefined;
1223
- gridRowStart?: import("csstype").Property.GridRowStart | undefined;
1224
- gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | undefined;
1225
- gridTemplateColumns?: import("csstype").Property.GridTemplateColumns<string | number>;
1226
- gridTemplateRows?: import("csstype").Property.GridTemplateRows<string | number>;
1227
- hangingPunctuation?: import("csstype").Property.HangingPunctuation | undefined;
1228
- height?: import("csstype").Property.Height<string | number>;
1229
- hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
1230
- hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | undefined;
1231
- hyphens?: import("csstype").Property.Hyphens | undefined;
1232
- imageOrientation?: import("csstype").Property.ImageOrientation | undefined;
1233
- imageRendering?: import("csstype").Property.ImageRendering | undefined;
1234
- imageResolution?: import("csstype").Property.ImageResolution | undefined;
1235
- initialLetter?: import("csstype").Property.InitialLetter | undefined;
1236
- initialLetterAlign?: import("csstype").Property.InitialLetterAlign | undefined;
1237
- inlineSize?: import("csstype").Property.InlineSize<string | number>;
1238
- insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number>;
1239
- insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number>;
1240
- insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number>;
1241
- insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number>;
1242
- interpolateSize?: import("csstype").Property.InterpolateSize | undefined;
1243
- isolation?: import("csstype").Property.Isolation | undefined;
1244
- justifyContent?: import("csstype").Property.JustifyContent | undefined;
1245
- justifyItems?: import("csstype").Property.JustifyItems | undefined;
1246
- justifySelf?: import("csstype").Property.JustifySelf | undefined;
1247
- justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
1248
- left?: import("csstype").Property.Left<string | number>;
1249
- letterSpacing?: import("csstype").Property.LetterSpacing<string | number>;
1250
- lightingColor?: import("csstype").Property.LightingColor | undefined;
1251
- lineBreak?: import("csstype").Property.LineBreak | undefined;
1252
- lineHeight?: import("csstype").Property.LineHeight<string | number>;
1253
- lineHeightStep?: import("csstype").Property.LineHeightStep<string | number>;
1254
- listStyleImage?: import("csstype").Property.ListStyleImage | undefined;
1255
- listStylePosition?: import("csstype").Property.ListStylePosition | undefined;
1256
- listStyleType?: import("csstype").Property.ListStyleType | undefined;
1257
- marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number>;
1258
- marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number>;
1259
- marginBottom?: import("csstype").Property.MarginBottom<string | number>;
1260
- marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number>;
1261
- marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number>;
1262
- marginLeft?: import("csstype").Property.MarginLeft<string | number>;
1263
- marginRight?: import("csstype").Property.MarginRight<string | number>;
1264
- marginTop?: import("csstype").Property.MarginTop<string | number>;
1265
- marginTrim?: import("csstype").Property.MarginTrim | undefined;
1266
- marker?: import("csstype").Property.Marker | undefined;
1267
- markerEnd?: import("csstype").Property.MarkerEnd | undefined;
1268
- markerMid?: import("csstype").Property.MarkerMid | undefined;
1269
- markerStart?: import("csstype").Property.MarkerStart | undefined;
1270
- maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
1271
- maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number>;
1272
- maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
1273
- maskBorderSlice?: import("csstype").Property.MaskBorderSlice | undefined;
1274
- maskBorderSource?: import("csstype").Property.MaskBorderSource | undefined;
1275
- maskBorderWidth?: import("csstype").Property.MaskBorderWidth<string | number>;
1276
- maskClip?: import("csstype").Property.MaskClip | undefined;
1277
- maskComposite?: import("csstype").Property.MaskComposite | undefined;
1278
- maskImage?: import("csstype").Property.MaskImage | undefined;
1279
- maskMode?: import("csstype").Property.MaskMode | undefined;
1280
- maskOrigin?: import("csstype").Property.MaskOrigin | undefined;
1281
- maskPosition?: import("csstype").Property.MaskPosition<string | number>;
1282
- maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
1283
- maskSize?: import("csstype").Property.MaskSize<string | number>;
1284
- maskType?: import("csstype").Property.MaskType | undefined;
1285
- masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | undefined;
1286
- mathDepth?: import("csstype").Property.MathDepth | undefined;
1287
- mathShift?: import("csstype").Property.MathShift | undefined;
1288
- mathStyle?: import("csstype").Property.MathStyle | undefined;
1289
- maxBlockSize?: import("csstype").Property.MaxBlockSize<string | number>;
1290
- maxHeight?: import("csstype").Property.MaxHeight<string | number>;
1291
- maxInlineSize?: import("csstype").Property.MaxInlineSize<string | number>;
1292
- maxLines?: import("csstype").Property.MaxLines | undefined;
1293
- maxWidth?: import("csstype").Property.MaxWidth<string | number>;
1294
- minBlockSize?: import("csstype").Property.MinBlockSize<string | number>;
1295
- minHeight?: import("csstype").Property.MinHeight<string | number>;
1296
- minInlineSize?: import("csstype").Property.MinInlineSize<string | number>;
1297
- minWidth?: import("csstype").Property.MinWidth<string | number>;
1298
- mixBlendMode?: import("csstype").Property.MixBlendMode | undefined;
1299
- motionDistance?: import("csstype").Property.OffsetDistance<string | number>;
1300
- motionPath?: import("csstype").Property.OffsetPath | undefined;
1301
- motionRotation?: import("csstype").Property.OffsetRotate | undefined;
1302
- objectFit?: import("csstype").Property.ObjectFit | undefined;
1303
- objectPosition?: import("csstype").Property.ObjectPosition<string | number>;
1304
- objectViewBox?: import("csstype").Property.ObjectViewBox | undefined;
1305
- offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number>;
1306
- offsetDistance?: import("csstype").Property.OffsetDistance<string | number>;
1307
- offsetPath?: import("csstype").Property.OffsetPath | undefined;
1308
- offsetPosition?: import("csstype").Property.OffsetPosition<string | number>;
1309
- offsetRotate?: import("csstype").Property.OffsetRotate | undefined;
1310
- offsetRotation?: import("csstype").Property.OffsetRotate | undefined;
1311
- opacity?: import("csstype").Property.Opacity | undefined;
1312
- order?: import("csstype").Property.Order | undefined;
1313
- orphans?: import("csstype").Property.Orphans | undefined;
1314
- outlineColor?: import("csstype").Property.OutlineColor | undefined;
1315
- outlineOffset?: import("csstype").Property.OutlineOffset<string | number>;
1316
- outlineStyle?: import("csstype").Property.OutlineStyle | undefined;
1317
- outlineWidth?: import("csstype").Property.OutlineWidth<string | number>;
1318
- overflowAnchor?: import("csstype").Property.OverflowAnchor | undefined;
1319
- overflowBlock?: import("csstype").Property.OverflowBlock | undefined;
1320
- overflowClipBox?: import("csstype").Property.OverflowClipBox | undefined;
1321
- overflowClipMargin?: import("csstype").Property.OverflowClipMargin<string | number>;
1322
- overflowInline?: import("csstype").Property.OverflowInline | undefined;
1323
- overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
1324
- overflowX?: import("csstype").Property.OverflowX | undefined;
1325
- overflowY?: import("csstype").Property.OverflowY | undefined;
1326
- overlay?: import("csstype").Property.Overlay | undefined;
1327
- overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
1328
- overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
1329
- overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
1330
- overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | undefined;
1331
- paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number>;
1332
- paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number>;
1333
- paddingBottom?: import("csstype").Property.PaddingBottom<string | number>;
1334
- paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number>;
1335
- paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number>;
1336
- paddingLeft?: import("csstype").Property.PaddingLeft<string | number>;
1337
- paddingRight?: import("csstype").Property.PaddingRight<string | number>;
1338
- paddingTop?: import("csstype").Property.PaddingTop<string | number>;
1339
- page?: import("csstype").Property.Page | undefined;
1340
- paintOrder?: import("csstype").Property.PaintOrder | undefined;
1341
- perspective?: import("csstype").Property.Perspective<string | number>;
1342
- perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number>;
1343
- pointerEvents?: import("csstype").Property.PointerEvents | undefined;
1344
- position?: import("csstype").Property.Position | undefined;
1345
- positionAnchor?: import("csstype").Property.PositionAnchor | undefined;
1346
- positionArea?: import("csstype").Property.PositionArea | undefined;
1347
- positionTryFallbacks?: import("csstype").Property.PositionTryFallbacks | undefined;
1348
- positionTryOrder?: import("csstype").Property.PositionTryOrder | undefined;
1349
- positionVisibility?: import("csstype").Property.PositionVisibility | undefined;
1350
- printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
1351
- quotes?: import("csstype").Property.Quotes | undefined;
1352
- r?: import("csstype").Property.R<string | number>;
1353
- resize?: import("csstype").Property.Resize | undefined;
1354
- right?: import("csstype").Property.Right<string | number>;
1355
- rotate?: import("csstype").Property.Rotate | undefined;
1356
- rowGap?: import("csstype").Property.RowGap<string | number>;
1357
- rubyAlign?: import("csstype").Property.RubyAlign | undefined;
1358
- rubyMerge?: import("csstype").Property.RubyMerge | undefined;
1359
- rubyOverhang?: import("csstype").Property.RubyOverhang | undefined;
1360
- rubyPosition?: import("csstype").Property.RubyPosition | undefined;
1361
- rx?: import("csstype").Property.Rx<string | number>;
1362
- ry?: import("csstype").Property.Ry<string | number>;
1363
- scale?: import("csstype").Property.Scale | undefined;
1364
- scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
1365
- scrollInitialTarget?: import("csstype").Property.ScrollInitialTarget | undefined;
1366
- scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number>;
1367
- scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number>;
1368
- scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number>;
1369
- scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number>;
1370
- scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number>;
1371
- scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number>;
1372
- scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number>;
1373
- scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number>;
1374
- scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd<string | number>;
1375
- scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart<string | number>;
1376
- scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom<string | number>;
1377
- scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd<string | number>;
1378
- scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart<string | number>;
1379
- scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft<string | number>;
1380
- scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight<string | number>;
1381
- scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop<string | number>;
1382
- scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | undefined;
1383
- scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number>;
1384
- scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number>;
1385
- scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number>;
1386
- scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number>;
1387
- scrollSnapStop?: import("csstype").Property.ScrollSnapStop | undefined;
1388
- scrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
1389
- scrollTimelineAxis?: import("csstype").Property.ScrollTimelineAxis | undefined;
1390
- scrollTimelineName?: import("csstype").Property.ScrollTimelineName | undefined;
1391
- scrollbarColor?: import("csstype").Property.ScrollbarColor | undefined;
1392
- scrollbarGutter?: import("csstype").Property.ScrollbarGutter | undefined;
1393
- scrollbarWidth?: import("csstype").Property.ScrollbarWidth | undefined;
1394
- shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
1395
- shapeMargin?: import("csstype").Property.ShapeMargin<string | number>;
1396
- shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
1397
- shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
1398
- speakAs?: import("csstype").Property.SpeakAs | undefined;
1399
- stopColor?: import("csstype").Property.StopColor | undefined;
1400
- stopOpacity?: import("csstype").Property.StopOpacity | undefined;
1401
- stroke?: import("csstype").Property.Stroke | undefined;
1402
- strokeColor?: import("csstype").Property.StrokeColor | undefined;
1403
- strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number>;
1404
- strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number>;
1405
- strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
1406
- strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
1407
- strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
1408
- strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
1409
- strokeWidth?: import("csstype").Property.StrokeWidth<string | number>;
1410
- tabSize?: import("csstype").Property.TabSize<string | number>;
1411
- tableLayout?: import("csstype").Property.TableLayout | undefined;
1412
- textAlign?: import("csstype").Property.TextAlign | undefined;
1413
- textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
1414
- textAnchor?: import("csstype").Property.TextAnchor | undefined;
1415
- textAutospace?: import("csstype").Property.TextAutospace | undefined;
1416
- textBox?: import("csstype").Property.TextBox | undefined;
1417
- textBoxEdge?: import("csstype").Property.TextBoxEdge | undefined;
1418
- textBoxTrim?: import("csstype").Property.TextBoxTrim | undefined;
1419
- textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
1420
- textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
1421
- textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
1422
- textDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
1423
- textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | undefined;
1424
- textDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
1425
- textDecorationThickness?: import("csstype").Property.TextDecorationThickness<string | number>;
1426
- textEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
1427
- textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
1428
- textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
1429
- textIndent?: import("csstype").Property.TextIndent<string | number>;
1430
- textJustify?: import("csstype").Property.TextJustify | undefined;
1431
- textOrientation?: import("csstype").Property.TextOrientation | undefined;
1432
- textOverflow?: import("csstype").Property.TextOverflow | undefined;
1433
- textRendering?: import("csstype").Property.TextRendering | undefined;
1434
- textShadow?: import("csstype").Property.TextShadow | undefined;
1435
- textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
1436
- textSpacingTrim?: import("csstype").Property.TextSpacingTrim | undefined;
1437
- textTransform?: import("csstype").Property.TextTransform | undefined;
1438
- textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number>;
1439
- textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
1440
- textWrapMode?: import("csstype").Property.TextWrapMode | undefined;
1441
- textWrapStyle?: import("csstype").Property.TextWrapStyle | undefined;
1442
- timelineScope?: import("csstype").Property.TimelineScope | undefined;
1443
- top?: import("csstype").Property.Top<string | number>;
1444
- touchAction?: import("csstype").Property.TouchAction | undefined;
1445
- transform?: import("csstype").Property.Transform | undefined;
1446
- transformBox?: import("csstype").Property.TransformBox | undefined;
1447
- transformOrigin?: import("csstype").Property.TransformOrigin<string | number>;
1448
- transformStyle?: import("csstype").Property.TransformStyle | undefined;
1449
- transitionBehavior?: import("csstype").Property.TransitionBehavior | undefined;
1450
- transitionDelay?: import("csstype").Property.TransitionDelay<string & {}>;
1451
- transitionDuration?: import("csstype").Property.TransitionDuration<string & {}>;
1452
- transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1453
- transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1454
- translate?: import("csstype").Property.Translate<string | number>;
1455
- unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
1456
- userSelect?: import("csstype").Property.UserSelect | undefined;
1457
- vectorEffect?: import("csstype").Property.VectorEffect | undefined;
1458
- verticalAlign?: import("csstype").Property.VerticalAlign<string | number>;
1459
- viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
1460
- viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number>;
1461
- viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
1462
- viewTransitionClass?: import("csstype").Property.ViewTransitionClass | undefined;
1463
- viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
1464
- visibility?: import("csstype").Property.Visibility | undefined;
1465
- whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
1466
- whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
1467
- widows?: import("csstype").Property.Widows | undefined;
1468
- width?: import("csstype").Property.Width<string | number>;
1469
- willChange?: import("csstype").Property.WillChange | undefined;
1470
- wordBreak?: import("csstype").Property.WordBreak | undefined;
1471
- wordSpacing?: import("csstype").Property.WordSpacing<string | number>;
1472
- wordWrap?: import("csstype").Property.WordWrap | undefined;
1473
- writingMode?: import("csstype").Property.WritingMode | undefined;
1474
- x?: import("csstype").Property.X<string | number>;
1475
- y?: import("csstype").Property.Y<string | number>;
1476
- zIndex?: import("csstype").Property.ZIndex | undefined;
1477
- zoom?: import("csstype").Property.Zoom | undefined;
1478
- all?: import("csstype").Property.All | undefined;
1479
- animation?: import("csstype").Property.Animation<string & {}>;
1480
- animationRange?: import("csstype").Property.AnimationRange<string | number>;
1481
- background?: import("csstype").Property.Background<string | number>;
1482
- backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number>;
1483
- border?: import("csstype").Property.Border<string | number>;
1484
- borderBlock?: import("csstype").Property.BorderBlock<string | number>;
1485
- borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
1486
- borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number>;
1487
- borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number>;
1488
- borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
1489
- borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number>;
1490
- borderBottom?: import("csstype").Property.BorderBottom<string | number>;
1491
- borderColor?: import("csstype").Property.BorderColor | undefined;
1492
- borderImage?: import("csstype").Property.BorderImage | undefined;
1493
- borderInline?: import("csstype").Property.BorderInline<string | number>;
1494
- borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
1495
- borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number>;
1496
- borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number>;
1497
- borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
1498
- borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number>;
1499
- borderLeft?: import("csstype").Property.BorderLeft<string | number>;
1500
- borderRadius?: import("csstype").Property.BorderRadius<string | number>;
1501
- borderRight?: import("csstype").Property.BorderRight<string | number>;
1502
- borderStyle?: import("csstype").Property.BorderStyle | undefined;
1503
- borderTop?: import("csstype").Property.BorderTop<string | number>;
1504
- borderWidth?: import("csstype").Property.BorderWidth<string | number>;
1505
- caret?: import("csstype").Property.Caret | undefined;
1506
- columnRule?: import("csstype").Property.ColumnRule<string | number>;
1507
- columns?: import("csstype").Property.Columns<string | number>;
1508
- containIntrinsicSize?: import("csstype").Property.ContainIntrinsicSize<string | number>;
1509
- container?: import("csstype").Property.Container | undefined;
1510
- flex?: import("csstype").Property.Flex<string | number>;
1511
- flexFlow?: import("csstype").Property.FlexFlow | undefined;
1512
- font?: import("csstype").Property.Font | undefined;
1513
- gap?: import("csstype").Property.Gap<string | number>;
1514
- grid?: import("csstype").Property.Grid | undefined;
1515
- gridArea?: import("csstype").Property.GridArea | undefined;
1516
- gridColumn?: import("csstype").Property.GridColumn | undefined;
1517
- gridRow?: import("csstype").Property.GridRow | undefined;
1518
- gridTemplate?: import("csstype").Property.GridTemplate | undefined;
1519
- inset?: import("csstype").Property.Inset<string | number>;
1520
- insetBlock?: import("csstype").Property.InsetBlock<string | number>;
1521
- insetInline?: import("csstype").Property.InsetInline<string | number>;
1522
- lineClamp?: import("csstype").Property.LineClamp | undefined;
1523
- listStyle?: import("csstype").Property.ListStyle | undefined;
1524
- margin?: import("csstype").Property.Margin<string | number>;
1525
- marginBlock?: import("csstype").Property.MarginBlock<string | number>;
1526
- marginInline?: import("csstype").Property.MarginInline<string | number>;
1527
- mask?: import("csstype").Property.Mask<string | number>;
1528
- maskBorder?: import("csstype").Property.MaskBorder | undefined;
1529
- motion?: import("csstype").Property.Offset<string | number>;
1530
- offset?: import("csstype").Property.Offset<string | number>;
1531
- outline?: import("csstype").Property.Outline<string | number>;
1532
- overflow?: import("csstype").Property.Overflow | undefined;
1533
- overscrollBehavior?: import("csstype").Property.OverscrollBehavior | undefined;
1534
- padding?: import("csstype").Property.Padding<string | number>;
1535
- paddingBlock?: import("csstype").Property.PaddingBlock<string | number>;
1536
- paddingInline?: import("csstype").Property.PaddingInline<string | number>;
1537
- placeContent?: import("csstype").Property.PlaceContent | undefined;
1538
- placeItems?: import("csstype").Property.PlaceItems | undefined;
1539
- placeSelf?: import("csstype").Property.PlaceSelf | undefined;
1540
- positionTry?: import("csstype").Property.PositionTry | undefined;
1541
- scrollMargin?: import("csstype").Property.ScrollMargin<string | number>;
1542
- scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number>;
1543
- scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number>;
1544
- scrollPadding?: import("csstype").Property.ScrollPadding<string | number>;
1545
- scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number>;
1546
- scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number>;
1547
- scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number>;
1548
- scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
1549
- textDecoration?: import("csstype").Property.TextDecoration<string | number>;
1550
- textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
1551
- textWrap?: import("csstype").Property.TextWrap | undefined;
1552
- transition?: import("csstype").Property.Transition<string & {}>;
1553
- viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
1554
- MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}>;
1555
- MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
1556
- MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}>;
1557
- MozAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
1558
- MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
1559
- MozAnimationName?: import("csstype").Property.AnimationName | undefined;
1560
- MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
1561
- MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
1562
- MozAppearance?: import("csstype").Property.MozAppearance | undefined;
1563
- MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
1564
- MozBinding?: import("csstype").Property.MozBinding | undefined;
1565
- MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
1566
- MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
1567
- MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
1568
- MozBorderEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number>;
1569
- MozBorderLeftColors?: import("csstype").Property.MozBorderLeftColors | undefined;
1570
- MozBorderRightColors?: import("csstype").Property.MozBorderRightColors | undefined;
1571
- MozBorderStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
1572
- MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
1573
- MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
1574
- MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
1575
- MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
1576
- MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
1577
- MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number>;
1578
- MozColumnWidth?: import("csstype").Property.ColumnWidth<string | number>;
1579
- MozContextProperties?: import("csstype").Property.MozContextProperties | undefined;
1580
- MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
1581
- MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
1582
- MozHyphens?: import("csstype").Property.Hyphens | undefined;
1583
- MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number>;
1584
- MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number>;
1585
- MozOrient?: import("csstype").Property.MozOrient | undefined;
1586
- MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number>;
1587
- MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number>;
1588
- MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number>;
1589
- MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number>;
1590
- MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number>;
1591
- MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number>;
1592
- MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number>;
1593
- MozPerspective?: import("csstype").Property.Perspective<string | number>;
1594
- MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number>;
1595
- MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
1596
- MozTabSize?: import("csstype").Property.TabSize<string | number>;
1597
- MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
1598
- MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
1599
- MozTransform?: import("csstype").Property.Transform | undefined;
1600
- MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number>;
1601
- MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
1602
- MozUserModify?: import("csstype").Property.MozUserModify | undefined;
1603
- MozUserSelect?: import("csstype").Property.UserSelect | undefined;
1604
- MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
1605
- MozWindowShadow?: import("csstype").Property.MozWindowShadow | undefined;
1606
- msAccelerator?: import("csstype").Property.MsAccelerator | undefined;
1607
- msBlockProgression?: import("csstype").Property.MsBlockProgression | undefined;
1608
- msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | undefined;
1609
- msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | undefined;
1610
- msContentZoomLimitMin?: import("csstype").Property.MsContentZoomLimitMin | undefined;
1611
- msContentZoomSnapPoints?: import("csstype").Property.MsContentZoomSnapPoints | undefined;
1612
- msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | undefined;
1613
- msContentZooming?: import("csstype").Property.MsContentZooming | undefined;
1614
- msFilter?: import("csstype").Property.MsFilter | undefined;
1615
- msFlexDirection?: import("csstype").Property.FlexDirection | undefined;
1616
- msFlexPositive?: import("csstype").Property.FlexGrow | undefined;
1617
- msFlowFrom?: import("csstype").Property.MsFlowFrom | undefined;
1618
- msFlowInto?: import("csstype").Property.MsFlowInto | undefined;
1619
- msGridColumns?: import("csstype").Property.MsGridColumns<string | number>;
1620
- msGridRows?: import("csstype").Property.MsGridRows<string | number>;
1621
- msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | undefined;
1622
- msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | undefined;
1623
- msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | undefined;
1624
- msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone<string | number>;
1625
- msHyphens?: import("csstype").Property.Hyphens | undefined;
1626
- msImeAlign?: import("csstype").Property.MsImeAlign | undefined;
1627
- msLineBreak?: import("csstype").Property.LineBreak | undefined;
1628
- msOrder?: import("csstype").Property.Order | undefined;
1629
- msOverflowStyle?: import("csstype").Property.MsOverflowStyle | undefined;
1630
- msOverflowX?: import("csstype").Property.OverflowX | undefined;
1631
- msOverflowY?: import("csstype").Property.OverflowY | undefined;
1632
- msScrollChaining?: import("csstype").Property.MsScrollChaining | undefined;
1633
- msScrollLimitXMax?: import("csstype").Property.MsScrollLimitXMax<string | number>;
1634
- msScrollLimitXMin?: import("csstype").Property.MsScrollLimitXMin<string | number>;
1635
- msScrollLimitYMax?: import("csstype").Property.MsScrollLimitYMax<string | number>;
1636
- msScrollLimitYMin?: import("csstype").Property.MsScrollLimitYMin<string | number>;
1637
- msScrollRails?: import("csstype").Property.MsScrollRails | undefined;
1638
- msScrollSnapPointsX?: import("csstype").Property.MsScrollSnapPointsX | undefined;
1639
- msScrollSnapPointsY?: import("csstype").Property.MsScrollSnapPointsY | undefined;
1640
- msScrollSnapType?: import("csstype").Property.MsScrollSnapType | undefined;
1641
- msScrollTranslation?: import("csstype").Property.MsScrollTranslation | undefined;
1642
- msScrollbar3dlightColor?: import("csstype").Property.MsScrollbar3dlightColor | undefined;
1643
- msScrollbarArrowColor?: import("csstype").Property.MsScrollbarArrowColor | undefined;
1644
- msScrollbarBaseColor?: import("csstype").Property.MsScrollbarBaseColor | undefined;
1645
- msScrollbarDarkshadowColor?: import("csstype").Property.MsScrollbarDarkshadowColor | undefined;
1646
- msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | undefined;
1647
- msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | undefined;
1648
- msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | undefined;
1649
- msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
1650
- msTextAutospace?: import("csstype").Property.MsTextAutospace | undefined;
1651
- msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | undefined;
1652
- msTextOverflow?: import("csstype").Property.TextOverflow | undefined;
1653
- msTouchAction?: import("csstype").Property.TouchAction | undefined;
1654
- msTouchSelect?: import("csstype").Property.MsTouchSelect | undefined;
1655
- msTransform?: import("csstype").Property.Transform | undefined;
1656
- msTransformOrigin?: import("csstype").Property.TransformOrigin<string | number>;
1657
- msTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}>;
1658
- msTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}>;
1659
- msTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1660
- msTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1661
- msUserSelect?: import("csstype").Property.MsUserSelect | undefined;
1662
- msWordBreak?: import("csstype").Property.WordBreak | undefined;
1663
- msWrapFlow?: import("csstype").Property.MsWrapFlow | undefined;
1664
- msWrapMargin?: import("csstype").Property.MsWrapMargin<string | number>;
1665
- msWrapThrough?: import("csstype").Property.MsWrapThrough | undefined;
1666
- msWritingMode?: import("csstype").Property.WritingMode | undefined;
1667
- WebkitAlignContent?: import("csstype").Property.AlignContent | undefined;
1668
- WebkitAlignItems?: import("csstype").Property.AlignItems | undefined;
1669
- WebkitAlignSelf?: import("csstype").Property.AlignSelf | undefined;
1670
- WebkitAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}>;
1671
- WebkitAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
1672
- WebkitAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}>;
1673
- WebkitAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
1674
- WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
1675
- WebkitAnimationName?: import("csstype").Property.AnimationName | undefined;
1676
- WebkitAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
1677
- WebkitAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
1678
- WebkitAppearance?: import("csstype").Property.WebkitAppearance | undefined;
1679
- WebkitBackdropFilter?: import("csstype").Property.BackdropFilter | undefined;
1680
- WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
1681
- WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
1682
- WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
1683
- WebkitBackgroundSize?: import("csstype").Property.BackgroundSize<string | number>;
1684
- WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | undefined;
1685
- WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | undefined;
1686
- WebkitBorderBeforeWidth?: import("csstype").Property.WebkitBorderBeforeWidth<string | number>;
1687
- WebkitBorderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number>;
1688
- WebkitBorderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number>;
1689
- WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
1690
- WebkitBorderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number>;
1691
- WebkitBorderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number>;
1692
- WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
1693
- WebkitBoxReflect?: import("csstype").Property.WebkitBoxReflect<string | number>;
1694
- WebkitBoxShadow?: import("csstype").Property.BoxShadow | undefined;
1695
- WebkitBoxSizing?: import("csstype").Property.BoxSizing | undefined;
1696
- WebkitClipPath?: import("csstype").Property.ClipPath | undefined;
1697
- WebkitColumnCount?: import("csstype").Property.ColumnCount | undefined;
1698
- WebkitColumnFill?: import("csstype").Property.ColumnFill | undefined;
1699
- WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
1700
- WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
1701
- WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number>;
1702
- WebkitColumnSpan?: import("csstype").Property.ColumnSpan | undefined;
1703
- WebkitColumnWidth?: import("csstype").Property.ColumnWidth<string | number>;
1704
- WebkitFilter?: import("csstype").Property.Filter | undefined;
1705
- WebkitFlexBasis?: import("csstype").Property.FlexBasis<string | number>;
1706
- WebkitFlexDirection?: import("csstype").Property.FlexDirection | undefined;
1707
- WebkitFlexGrow?: import("csstype").Property.FlexGrow | undefined;
1708
- WebkitFlexShrink?: import("csstype").Property.FlexShrink | undefined;
1709
- WebkitFlexWrap?: import("csstype").Property.FlexWrap | undefined;
1710
- WebkitFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
1711
- WebkitFontKerning?: import("csstype").Property.FontKerning | undefined;
1712
- WebkitFontSmoothing?: import("csstype").Property.FontSmooth<string | number>;
1713
- WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
1714
- WebkitHyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
1715
- WebkitHyphens?: import("csstype").Property.Hyphens | undefined;
1716
- WebkitInitialLetter?: import("csstype").Property.InitialLetter | undefined;
1717
- WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
1718
- WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
1719
- WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
1720
- WebkitLogicalHeight?: import("csstype").Property.BlockSize<string | number>;
1721
- WebkitLogicalWidth?: import("csstype").Property.InlineSize<string | number>;
1722
- WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number>;
1723
- WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number>;
1724
- WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
1725
- WebkitMaskBoxImageOutset?: import("csstype").Property.MaskBorderOutset<string | number>;
1726
- WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
1727
- WebkitMaskBoxImageSlice?: import("csstype").Property.MaskBorderSlice | undefined;
1728
- WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | undefined;
1729
- WebkitMaskBoxImageWidth?: import("csstype").Property.MaskBorderWidth<string | number>;
1730
- WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | undefined;
1731
- WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | undefined;
1732
- WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | undefined;
1733
- WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | undefined;
1734
- WebkitMaskPosition?: import("csstype").Property.WebkitMaskPosition<string | number>;
1735
- WebkitMaskPositionX?: import("csstype").Property.WebkitMaskPositionX<string | number>;
1736
- WebkitMaskPositionY?: import("csstype").Property.WebkitMaskPositionY<string | number>;
1737
- WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | undefined;
1738
- WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | undefined;
1739
- WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | undefined;
1740
- WebkitMaskSize?: import("csstype").Property.WebkitMaskSize<string | number>;
1741
- WebkitMaxInlineSize?: import("csstype").Property.MaxInlineSize<string | number>;
1742
- WebkitOrder?: import("csstype").Property.Order | undefined;
1743
- WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | undefined;
1744
- WebkitPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number>;
1745
- WebkitPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number>;
1746
- WebkitPerspective?: import("csstype").Property.Perspective<string | number>;
1747
- WebkitPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number>;
1748
- WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
1749
- WebkitRubyPosition?: import("csstype").Property.RubyPosition | undefined;
1750
- WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
1751
- WebkitShapeMargin?: import("csstype").Property.ShapeMargin<string | number>;
1752
- WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | undefined;
1753
- WebkitTextCombine?: import("csstype").Property.TextCombineUpright | undefined;
1754
- WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
1755
- WebkitTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
1756
- WebkitTextDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
1757
- WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
1758
- WebkitTextEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
1759
- WebkitTextEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
1760
- WebkitTextEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
1761
- WebkitTextFillColor?: import("csstype").Property.WebkitTextFillColor | undefined;
1762
- WebkitTextOrientation?: import("csstype").Property.TextOrientation | undefined;
1763
- WebkitTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
1764
- WebkitTextStrokeColor?: import("csstype").Property.WebkitTextStrokeColor | undefined;
1765
- WebkitTextStrokeWidth?: import("csstype").Property.WebkitTextStrokeWidth<string | number>;
1766
- WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
1767
- WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | undefined;
1768
- WebkitTransform?: import("csstype").Property.Transform | undefined;
1769
- WebkitTransformOrigin?: import("csstype").Property.TransformOrigin<string | number>;
1770
- WebkitTransformStyle?: import("csstype").Property.TransformStyle | undefined;
1771
- WebkitTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}>;
1772
- WebkitTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}>;
1773
- WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1774
- WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1775
- WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
1776
- WebkitUserSelect?: import("csstype").Property.WebkitUserSelect | undefined;
1777
- WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
1778
- MozAnimation?: import("csstype").Property.Animation<string & {}>;
1779
- MozBorderImage?: import("csstype").Property.BorderImage | undefined;
1780
- MozColumnRule?: import("csstype").Property.ColumnRule<string | number>;
1781
- MozColumns?: import("csstype").Property.Columns<string | number>;
1782
- MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number>;
1783
- MozTransition?: import("csstype").Property.Transition<string & {}>;
1784
- msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
1785
- msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
1786
- msFlex?: import("csstype").Property.Flex<string | number>;
1787
- msScrollLimit?: import("csstype").Property.MsScrollLimit | undefined;
1788
- msScrollSnapX?: import("csstype").Property.MsScrollSnapX | undefined;
1789
- msScrollSnapY?: import("csstype").Property.MsScrollSnapY | undefined;
1790
- msTransition?: import("csstype").Property.Transition<string & {}>;
1791
- WebkitAnimation?: import("csstype").Property.Animation<string & {}>;
1792
- WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore<string | number>;
1793
- WebkitBorderImage?: import("csstype").Property.BorderImage | undefined;
1794
- WebkitBorderRadius?: import("csstype").Property.BorderRadius<string | number>;
1795
- WebkitColumnRule?: import("csstype").Property.ColumnRule<string | number>;
1796
- WebkitColumns?: import("csstype").Property.Columns<string | number>;
1797
- WebkitFlex?: import("csstype").Property.Flex<string | number>;
1798
- WebkitFlexFlow?: import("csstype").Property.FlexFlow | undefined;
1799
- WebkitMask?: import("csstype").Property.WebkitMask<string | number>;
1800
- WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | undefined;
1801
- WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
1802
- WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number>;
1803
- WebkitTransition?: import("csstype").Property.Transition<string & {}>;
1804
- boxAlign?: import("csstype").Property.BoxAlign | undefined;
1805
- boxDirection?: import("csstype").Property.BoxDirection | undefined;
1806
- boxFlex?: import("csstype").Property.BoxFlex | undefined;
1807
- boxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
1808
- boxLines?: import("csstype").Property.BoxLines | undefined;
1809
- boxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
1810
- boxOrient?: import("csstype").Property.BoxOrient | undefined;
1811
- boxPack?: import("csstype").Property.BoxPack | undefined;
1812
- clip?: import("csstype").Property.Clip | undefined;
1813
- fontStretch?: import("csstype").Property.FontStretch | undefined;
1814
- gridColumnGap?: import("csstype").Property.GridColumnGap<string | number>;
1815
- gridGap?: import("csstype").Property.GridGap<string | number>;
1816
- gridRowGap?: import("csstype").Property.GridRowGap<string | number>;
1817
- imeMode?: import("csstype").Property.ImeMode | undefined;
1818
- insetArea?: import("csstype").Property.PositionArea | undefined;
1819
- offsetBlock?: import("csstype").Property.InsetBlock<string | number>;
1820
- offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number>;
1821
- offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number>;
1822
- offsetInline?: import("csstype").Property.InsetInline<string | number>;
1823
- offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number>;
1824
- offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number>;
1825
- pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
1826
- pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
1827
- pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
1828
- positionTryOptions?: import("csstype").Property.PositionTryFallbacks | undefined;
1829
- scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number>;
1830
- scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number>;
1831
- scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
1832
- scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
1833
- scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | undefined;
1834
- scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | undefined;
1835
- KhtmlBoxAlign?: import("csstype").Property.BoxAlign | undefined;
1836
- KhtmlBoxDirection?: import("csstype").Property.BoxDirection | undefined;
1837
- KhtmlBoxFlex?: import("csstype").Property.BoxFlex | undefined;
1838
- KhtmlBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
1839
- KhtmlBoxLines?: import("csstype").Property.BoxLines | undefined;
1840
- KhtmlBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
1841
- KhtmlBoxOrient?: import("csstype").Property.BoxOrient | undefined;
1842
- KhtmlBoxPack?: import("csstype").Property.BoxPack | undefined;
1843
- KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
1844
- KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
1845
- KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
1846
- MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
1847
- MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
1848
- MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number>;
1849
- MozBorderRadius?: import("csstype").Property.BorderRadius<string | number>;
1850
- MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius<string | number>;
1851
- MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius<string | number>;
1852
- MozBorderRadiusTopleft?: import("csstype").Property.BorderTopLeftRadius<string | number>;
1853
- MozBorderRadiusTopright?: import("csstype").Property.BorderTopRightRadius<string | number>;
1854
- MozBoxAlign?: import("csstype").Property.BoxAlign | undefined;
1855
- MozBoxDirection?: import("csstype").Property.BoxDirection | undefined;
1856
- MozBoxFlex?: import("csstype").Property.BoxFlex | undefined;
1857
- MozBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
1858
- MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
1859
- MozBoxPack?: import("csstype").Property.BoxPack | undefined;
1860
- MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
1861
- MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
1862
- MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
1863
- MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
1864
- MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
1865
- MozOpacity?: import("csstype").Property.Opacity | undefined;
1866
- MozOutline?: import("csstype").Property.Outline<string | number>;
1867
- MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
1868
- MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
1869
- MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number>;
1870
- MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
1871
- MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
1872
- MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
1873
- MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
1874
- MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}>;
1875
- MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}>;
1876
- MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1877
- MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1878
- MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
1879
- MozUserInput?: import("csstype").Property.MozUserInput | undefined;
1880
- msImeMode?: import("csstype").Property.ImeMode | undefined;
1881
- OAnimation?: import("csstype").Property.Animation<string & {}>;
1882
- OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}>;
1883
- OAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
1884
- OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}>;
1885
- OAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
1886
- OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
1887
- OAnimationName?: import("csstype").Property.AnimationName | undefined;
1888
- OAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
1889
- OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
1890
- OBackgroundSize?: import("csstype").Property.BackgroundSize<string | number>;
1891
- OBorderImage?: import("csstype").Property.BorderImage | undefined;
1892
- OObjectFit?: import("csstype").Property.ObjectFit | undefined;
1893
- OObjectPosition?: import("csstype").Property.ObjectPosition<string | number>;
1894
- OTabSize?: import("csstype").Property.TabSize<string | number>;
1895
- OTextOverflow?: import("csstype").Property.TextOverflow | undefined;
1896
- OTransform?: import("csstype").Property.Transform | undefined;
1897
- OTransformOrigin?: import("csstype").Property.TransformOrigin<string | number>;
1898
- OTransition?: import("csstype").Property.Transition<string & {}>;
1899
- OTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}>;
1900
- OTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}>;
1901
- OTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1902
- OTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1903
- WebkitBoxAlign?: import("csstype").Property.BoxAlign | undefined;
1904
- WebkitBoxDirection?: import("csstype").Property.BoxDirection | undefined;
1905
- WebkitBoxFlex?: import("csstype").Property.BoxFlex | undefined;
1906
- WebkitBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
1907
- WebkitBoxLines?: import("csstype").Property.BoxLines | undefined;
1908
- WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
1909
- WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
1910
- WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
1911
- colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
1912
- colorRendering?: import("csstype").Property.ColorRendering | undefined;
1913
- glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
1914
- };
1915
- };
1916
- export { GitRepositoryUiProvider, createGitRepositoryRouteAdapter, resolveGitRepositorySlotProps, useGitRepositoryClassName, useGitRepositoryDiagnostics, useGitRepositoryRouteAdapter, useGitRepositorySlotProps, useGitRepositoryUi, };
1917
- export type { GitRepositoryEmptyStateProps, GitRepositoryFrontEndInitialData, GitRepositoryErrorStateProps, GitRepositoryLoadingStateProps, GitRepositoryPageKey, GitRepositoryRouteAdapter, GitRepositoryUiBranding, GitRepositoryUiComponents, GitRepositoryUiContextValue, GitRepositoryUiDiagnostics, GitRepositoryUiFetchEvent, GitRepositoryUiPolicy, GitRepositoryUiProviderProps, GitRepositoryUiSlot, GitRepositoryUiTheme, };
1918
- //# sourceMappingURL=context.d.ts.map