@payloadcms/next 3.0.0-beta.53 → 3.0.0-beta.55

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 (328) hide show
  1. package/dist/config.d.ts.map +1 -1
  2. package/dist/config.js.map +1 -1
  3. package/dist/elements/DocumentHeader/Tabs/ShouldRenderTabs.js.map +1 -1
  4. package/dist/elements/DocumentHeader/Tabs/Tab/TabLink.js.map +1 -1
  5. package/dist/elements/DocumentHeader/Tabs/Tab/index.js.map +1 -1
  6. package/dist/elements/DocumentHeader/Tabs/getCustomViews.js.map +1 -1
  7. package/dist/elements/DocumentHeader/Tabs/getViewConfig.js.map +1 -1
  8. package/dist/elements/DocumentHeader/Tabs/index.js.map +1 -1
  9. package/dist/elements/DocumentHeader/Tabs/tabs/VersionsPill/index.js.map +1 -1
  10. package/dist/elements/DocumentHeader/Tabs/tabs/index.js.map +1 -1
  11. package/dist/elements/DocumentHeader/index.js.map +1 -1
  12. package/dist/elements/LeaveWithoutSaving/index.js.map +1 -1
  13. package/dist/elements/LeaveWithoutSaving/usePreventLeave.js.map +1 -1
  14. package/dist/elements/Logo/index.js.map +1 -1
  15. package/dist/elements/Nav/NavHamburger/index.js.map +1 -1
  16. package/dist/elements/Nav/NavWrapper/index.js.map +1 -1
  17. package/dist/elements/Nav/index.client.js.map +1 -1
  18. package/dist/elements/Nav/index.js.map +1 -1
  19. package/dist/exports/layouts.js.map +1 -1
  20. package/dist/exports/routes.js.map +1 -1
  21. package/dist/exports/templates.js.map +1 -1
  22. package/dist/exports/utilities.js.map +1 -1
  23. package/dist/exports/views.js.map +1 -1
  24. package/dist/fetchAPI-multipart/fileFactory.d.ts +0 -1
  25. package/dist/fetchAPI-multipart/fileFactory.d.ts.map +1 -1
  26. package/dist/fetchAPI-multipart/fileFactory.js.map +1 -1
  27. package/dist/fetchAPI-multipart/handlers.d.ts +0 -1
  28. package/dist/fetchAPI-multipart/handlers.d.ts.map +1 -1
  29. package/dist/fetchAPI-multipart/handlers.js.map +1 -1
  30. package/dist/fetchAPI-multipart/index.d.ts +0 -1
  31. package/dist/fetchAPI-multipart/index.d.ts.map +1 -1
  32. package/dist/fetchAPI-multipart/index.js.map +1 -1
  33. package/dist/fetchAPI-multipart/isEligibleRequest.js.map +1 -1
  34. package/dist/fetchAPI-multipart/processMultipart.js.map +1 -1
  35. package/dist/fetchAPI-multipart/processNested.js.map +1 -1
  36. package/dist/fetchAPI-multipart/uploadTimer.js.map +1 -1
  37. package/dist/fetchAPI-multipart/utilities.d.ts.map +1 -1
  38. package/dist/fetchAPI-multipart/utilities.js.map +1 -1
  39. package/dist/fetchAPI-stream-file/index.d.ts +0 -1
  40. package/dist/fetchAPI-stream-file/index.d.ts.map +1 -1
  41. package/dist/fetchAPI-stream-file/index.js.map +1 -1
  42. package/dist/index.js.map +1 -1
  43. package/dist/layouts/Root/index.d.ts.map +1 -1
  44. package/dist/layouts/Root/index.js.map +1 -1
  45. package/dist/prod/index.js +10 -10
  46. package/dist/prod/styles.css +1 -1
  47. package/dist/routes/graphql/handler.d.ts.map +1 -1
  48. package/dist/routes/graphql/handler.js.map +1 -1
  49. package/dist/routes/graphql/index.js.map +1 -1
  50. package/dist/routes/graphql/playground.d.ts.map +1 -1
  51. package/dist/routes/graphql/playground.js.map +1 -1
  52. package/dist/routes/index.js.map +1 -1
  53. package/dist/routes/rest/auth/access.js.map +1 -1
  54. package/dist/routes/rest/auth/forgotPassword.js.map +1 -1
  55. package/dist/routes/rest/auth/init.js.map +1 -1
  56. package/dist/routes/rest/auth/login.js.map +1 -1
  57. package/dist/routes/rest/auth/logout.js.map +1 -1
  58. package/dist/routes/rest/auth/me.js.map +1 -1
  59. package/dist/routes/rest/auth/refresh.js.map +1 -1
  60. package/dist/routes/rest/auth/registerFirstUser.js.map +1 -1
  61. package/dist/routes/rest/auth/resetPassword.js.map +1 -1
  62. package/dist/routes/rest/auth/unlock.js.map +1 -1
  63. package/dist/routes/rest/auth/verifyEmail.js.map +1 -1
  64. package/dist/routes/rest/buildFormState.js.map +1 -1
  65. package/dist/routes/rest/checkEndpoints.d.ts.map +1 -1
  66. package/dist/routes/rest/checkEndpoints.js.map +1 -1
  67. package/dist/routes/rest/collections/count.js.map +1 -1
  68. package/dist/routes/rest/collections/create.js.map +1 -1
  69. package/dist/routes/rest/collections/delete.js.map +1 -1
  70. package/dist/routes/rest/collections/deleteByID.js.map +1 -1
  71. package/dist/routes/rest/collections/docAccess.js.map +1 -1
  72. package/dist/routes/rest/collections/duplicate.js.map +1 -1
  73. package/dist/routes/rest/collections/find.js.map +1 -1
  74. package/dist/routes/rest/collections/findByID.js.map +1 -1
  75. package/dist/routes/rest/collections/findVersionByID.js.map +1 -1
  76. package/dist/routes/rest/collections/findVersions.js.map +1 -1
  77. package/dist/routes/rest/collections/preview.js.map +1 -1
  78. package/dist/routes/rest/collections/restoreVersion.js.map +1 -1
  79. package/dist/routes/rest/collections/update.js.map +1 -1
  80. package/dist/routes/rest/collections/updateByID.js.map +1 -1
  81. package/dist/routes/rest/files/checkFileAccess.js.map +1 -1
  82. package/dist/routes/rest/files/getFile.d.ts.map +1 -1
  83. package/dist/routes/rest/files/getFile.js +8 -6
  84. package/dist/routes/rest/files/getFile.js.map +1 -1
  85. package/dist/routes/rest/files/getFileTypeFallback.js.map +1 -1
  86. package/dist/routes/rest/globals/docAccess.js.map +1 -1
  87. package/dist/routes/rest/globals/findOne.js.map +1 -1
  88. package/dist/routes/rest/globals/findVersionByID.js.map +1 -1
  89. package/dist/routes/rest/globals/findVersions.js.map +1 -1
  90. package/dist/routes/rest/globals/preview.js.map +1 -1
  91. package/dist/routes/rest/globals/restoreVersion.js.map +1 -1
  92. package/dist/routes/rest/globals/update.js.map +1 -1
  93. package/dist/routes/rest/index.d.ts.map +1 -1
  94. package/dist/routes/rest/index.js.map +1 -1
  95. package/dist/routes/rest/og/image.js.map +1 -1
  96. package/dist/routes/rest/og/index.js.map +1 -1
  97. package/dist/routes/rest/routeError.d.ts.map +1 -1
  98. package/dist/routes/rest/routeError.js.map +1 -1
  99. package/dist/routes/rest/types.js.map +1 -1
  100. package/dist/routes/rest/utilities/sanitizeCollectionID.js.map +1 -1
  101. package/dist/templates/Default/NavHamburger/index.js.map +1 -1
  102. package/dist/templates/Default/Wrapper/index.js.map +1 -1
  103. package/dist/templates/Default/index.js.map +1 -1
  104. package/dist/templates/Minimal/index.js.map +1 -1
  105. package/dist/utilities/addDataAndFileToRequest.js.map +1 -1
  106. package/dist/utilities/addLocalesToRequest.js.map +1 -1
  107. package/dist/utilities/createPayloadRequest.d.ts.map +1 -1
  108. package/dist/utilities/createPayloadRequest.js +0 -1
  109. package/dist/utilities/createPayloadRequest.js.map +1 -1
  110. package/dist/utilities/getNextRequestI18n.d.ts.map +1 -1
  111. package/dist/utilities/getNextRequestI18n.js.map +1 -1
  112. package/dist/utilities/getPayloadHMR.d.ts.map +1 -1
  113. package/dist/utilities/getPayloadHMR.js.map +1 -1
  114. package/dist/utilities/getRequestLanguage.js.map +1 -1
  115. package/dist/utilities/getRequestLocales.js.map +1 -1
  116. package/dist/utilities/getRequestTheme.js.map +1 -1
  117. package/dist/utilities/headersWithCors.js.map +1 -1
  118. package/dist/utilities/initPage/handleAdminPage.js.map +1 -1
  119. package/dist/utilities/initPage/handleAuthRedirect.d.ts +1 -1
  120. package/dist/utilities/initPage/handleAuthRedirect.d.ts.map +1 -1
  121. package/dist/utilities/initPage/handleAuthRedirect.js +4 -4
  122. package/dist/utilities/initPage/handleAuthRedirect.js.map +1 -1
  123. package/dist/utilities/initPage/index.d.ts.map +1 -1
  124. package/dist/utilities/initPage/index.js.map +1 -1
  125. package/dist/utilities/initPage/shared.js.map +1 -1
  126. package/dist/utilities/initPage/types.js.map +1 -1
  127. package/dist/utilities/meta.d.ts.map +1 -1
  128. package/dist/utilities/meta.js +2 -2
  129. package/dist/utilities/meta.js.map +1 -1
  130. package/dist/utilities/timestamp.js.map +1 -1
  131. package/dist/views/API/LocaleSelector/index.js.map +1 -1
  132. package/dist/views/API/RenderJSON/index.js.map +1 -1
  133. package/dist/views/API/index.client.d.ts.map +1 -1
  134. package/dist/views/API/index.client.js +4 -6
  135. package/dist/views/API/index.client.js.map +1 -1
  136. package/dist/views/API/index.js.map +1 -1
  137. package/dist/views/API/meta.js.map +1 -1
  138. package/dist/views/Account/Settings/LanguageSelector.js.map +1 -1
  139. package/dist/views/Account/Settings/index.js.map +1 -1
  140. package/dist/views/Account/ToggleTheme/index.js.map +1 -1
  141. package/dist/views/Account/index.js.map +1 -1
  142. package/dist/views/Account/meta.js.map +1 -1
  143. package/dist/views/CreateFirstUser/index.client.js.map +1 -1
  144. package/dist/views/CreateFirstUser/index.js.map +1 -1
  145. package/dist/views/CreateFirstUser/meta.js.map +1 -1
  146. package/dist/views/Dashboard/Default/index.js.map +1 -1
  147. package/dist/views/Dashboard/index.js.map +1 -1
  148. package/dist/views/Dashboard/meta.js.map +1 -1
  149. package/dist/views/Document/getCustomViewByKey.d.ts +1 -1
  150. package/dist/views/Document/getCustomViewByKey.js.map +1 -1
  151. package/dist/views/Document/getCustomViewByRoute.d.ts +1 -1
  152. package/dist/views/Document/getCustomViewByRoute.js.map +1 -1
  153. package/dist/views/Document/getDocumentData.d.ts.map +1 -1
  154. package/dist/views/Document/getDocumentData.js.map +1 -1
  155. package/dist/views/Document/getDocumentPermissions.d.ts.map +1 -1
  156. package/dist/views/Document/getDocumentPermissions.js.map +1 -1
  157. package/dist/views/Document/getMetaBySegment.js.map +1 -1
  158. package/dist/views/Document/getViewsFromConfig.js.map +1 -1
  159. package/dist/views/Document/index.d.ts.map +1 -1
  160. package/dist/views/Document/index.js +16 -11
  161. package/dist/views/Document/index.js.map +1 -1
  162. package/dist/views/Document/meta.js.map +1 -1
  163. package/dist/views/Edit/Default/Auth/APIKey.js.map +1 -1
  164. package/dist/views/Edit/Default/Auth/index.js.map +1 -1
  165. package/dist/views/Edit/Default/Auth/types.js.map +1 -1
  166. package/dist/views/Edit/Default/SetDocumentStepNav/index.d.ts +0 -1
  167. package/dist/views/Edit/Default/SetDocumentStepNav/index.d.ts.map +1 -1
  168. package/dist/views/Edit/Default/SetDocumentStepNav/index.js.map +1 -1
  169. package/dist/views/Edit/Default/SetDocumentTitle/index.d.ts +0 -1
  170. package/dist/views/Edit/Default/SetDocumentTitle/index.d.ts.map +1 -1
  171. package/dist/views/Edit/Default/SetDocumentTitle/index.js.map +1 -1
  172. package/dist/views/Edit/Default/index.d.ts.map +1 -1
  173. package/dist/views/Edit/Default/index.js +6 -2
  174. package/dist/views/Edit/Default/index.js.map +1 -1
  175. package/dist/views/Edit/Default/types.js.map +1 -1
  176. package/dist/views/Edit/index.client.js.map +1 -1
  177. package/dist/views/Edit/index.js.map +1 -1
  178. package/dist/views/Edit/meta.js.map +1 -1
  179. package/dist/views/Edit/sanitizeEditViewProps.js.map +1 -1
  180. package/dist/views/ForgotPassword/ForgotPasswordForm/index.js.map +1 -1
  181. package/dist/views/ForgotPassword/index.js.map +1 -1
  182. package/dist/views/ForgotPassword/meta.js.map +1 -1
  183. package/dist/views/List/Default/index.js.map +1 -1
  184. package/dist/views/List/Default/types.js.map +1 -1
  185. package/dist/views/List/index.js.map +1 -1
  186. package/dist/views/List/meta.d.ts.map +1 -1
  187. package/dist/views/List/meta.js.map +1 -1
  188. package/dist/views/LivePreview/Context/collisionDetection.js.map +1 -1
  189. package/dist/views/LivePreview/Context/context.js.map +1 -1
  190. package/dist/views/LivePreview/Context/index.js.map +1 -1
  191. package/dist/views/LivePreview/Context/sizeReducer.js.map +1 -1
  192. package/dist/views/LivePreview/Device/index.js.map +1 -1
  193. package/dist/views/LivePreview/DeviceContainer/index.js.map +1 -1
  194. package/dist/views/LivePreview/IFrame/index.js.map +1 -1
  195. package/dist/views/LivePreview/Preview/index.js.map +1 -1
  196. package/dist/views/LivePreview/Toolbar/Controls/index.js.map +1 -1
  197. package/dist/views/LivePreview/Toolbar/SizeInput/index.js.map +1 -1
  198. package/dist/views/LivePreview/Toolbar/index.js.map +1 -1
  199. package/dist/views/LivePreview/ToolbarArea/index.js.map +1 -1
  200. package/dist/views/LivePreview/index.client.js.map +1 -1
  201. package/dist/views/LivePreview/index.js.map +1 -1
  202. package/dist/views/LivePreview/meta.js.map +1 -1
  203. package/dist/views/LivePreview/usePopupWindow.d.ts +1 -1
  204. package/dist/views/LivePreview/usePopupWindow.d.ts.map +1 -1
  205. package/dist/views/LivePreview/usePopupWindow.js.map +1 -1
  206. package/dist/views/Login/LoginForm/index.js.map +1 -1
  207. package/dist/views/Login/index.js.map +1 -1
  208. package/dist/views/Login/meta.js.map +1 -1
  209. package/dist/views/Logout/LogoutClient.js.map +1 -1
  210. package/dist/views/Logout/index.js.map +1 -1
  211. package/dist/views/Logout/meta.js.map +1 -1
  212. package/dist/views/NotFound/index.client.js.map +1 -1
  213. package/dist/views/NotFound/index.d.ts.map +1 -1
  214. package/dist/views/NotFound/index.js.map +1 -1
  215. package/dist/views/NotFound/meta.d.ts.map +1 -1
  216. package/dist/views/NotFound/meta.js.map +1 -1
  217. package/dist/views/ResetPassword/index.client.js.map +1 -1
  218. package/dist/views/ResetPassword/index.js.map +1 -1
  219. package/dist/views/ResetPassword/meta.js.map +1 -1
  220. package/dist/views/Root/getCustomViewByRoute.js.map +1 -1
  221. package/dist/views/Root/getViewFromConfig.d.ts +2 -2
  222. package/dist/views/Root/getViewFromConfig.d.ts.map +1 -1
  223. package/dist/views/Root/getViewFromConfig.js.map +1 -1
  224. package/dist/views/Root/index.d.ts.map +1 -1
  225. package/dist/views/Root/index.js +6 -1
  226. package/dist/views/Root/index.js.map +1 -1
  227. package/dist/views/Root/isPathMatchingRoute.js.map +1 -1
  228. package/dist/views/Root/meta.js.map +1 -1
  229. package/dist/views/Unauthorized/index.js.map +1 -1
  230. package/dist/views/Unauthorized/meta.js.map +1 -1
  231. package/dist/views/Verify/index.js.map +1 -1
  232. package/dist/views/Verify/meta.js.map +1 -1
  233. package/dist/views/Version/Default/SetStepNav.js.map +1 -1
  234. package/dist/views/Version/Default/index.js.map +1 -1
  235. package/dist/views/Version/Default/types.js.map +1 -1
  236. package/dist/views/Version/RenderFieldsToDiff/Label/index.js.map +1 -1
  237. package/dist/views/Version/RenderFieldsToDiff/fields/Iterable/index.js.map +1 -1
  238. package/dist/views/Version/RenderFieldsToDiff/fields/Nested/index.js.map +1 -1
  239. package/dist/views/Version/RenderFieldsToDiff/fields/Relationship/index.js.map +1 -1
  240. package/dist/views/Version/RenderFieldsToDiff/fields/Select/DiffViewer/index.js.map +1 -1
  241. package/dist/views/Version/RenderFieldsToDiff/fields/Select/index.js.map +1 -1
  242. package/dist/views/Version/RenderFieldsToDiff/fields/Tabs/index.js.map +1 -1
  243. package/dist/views/Version/RenderFieldsToDiff/fields/Text/DiffViewer/index.js.map +1 -1
  244. package/dist/views/Version/RenderFieldsToDiff/fields/Text/index.js.map +1 -1
  245. package/dist/views/Version/RenderFieldsToDiff/fields/diffMethods.js.map +1 -1
  246. package/dist/views/Version/RenderFieldsToDiff/fields/index.d.ts +3 -30
  247. package/dist/views/Version/RenderFieldsToDiff/fields/index.d.ts.map +1 -1
  248. package/dist/views/Version/RenderFieldsToDiff/fields/index.js.map +1 -1
  249. package/dist/views/Version/RenderFieldsToDiff/fields/styles.js.map +1 -1
  250. package/dist/views/Version/RenderFieldsToDiff/fields/types.js.map +1 -1
  251. package/dist/views/Version/RenderFieldsToDiff/index.js.map +1 -1
  252. package/dist/views/Version/RenderFieldsToDiff/types.js.map +1 -1
  253. package/dist/views/Version/Restore/index.js.map +1 -1
  254. package/dist/views/Version/Restore/types.js.map +1 -1
  255. package/dist/views/Version/SelectComparison/index.js.map +1 -1
  256. package/dist/views/Version/SelectComparison/types.js.map +1 -1
  257. package/dist/views/Version/SelectLocales/index.js.map +1 -1
  258. package/dist/views/Version/SelectLocales/types.js.map +1 -1
  259. package/dist/views/Version/index.js.map +1 -1
  260. package/dist/views/Version/meta.js.map +1 -1
  261. package/dist/views/Version/shared.js.map +1 -1
  262. package/dist/views/Versions/buildColumns.js.map +1 -1
  263. package/dist/views/Versions/cells/AutosaveCell/index.js.map +1 -1
  264. package/dist/views/Versions/cells/CreatedAt/index.js.map +1 -1
  265. package/dist/views/Versions/cells/ID/index.js.map +1 -1
  266. package/dist/views/Versions/index.client.js.map +1 -1
  267. package/dist/views/Versions/index.js.map +1 -1
  268. package/dist/views/Versions/meta.js.map +1 -1
  269. package/dist/views/Versions/types.js.map +1 -1
  270. package/dist/webpackEntry.js.map +1 -1
  271. package/dist/withPayload.d.ts +1 -1
  272. package/dist/withPayload.js.map +1 -1
  273. package/package.json +8 -8
  274. package/dist/elements/DocumentHeader/Tabs/Tab/index.scss +0 -91
  275. package/dist/elements/DocumentHeader/Tabs/index.scss +0 -53
  276. package/dist/elements/DocumentHeader/index.scss +0 -51
  277. package/dist/elements/LeaveWithoutSaving/index.scss +0 -36
  278. package/dist/elements/Nav/NavWrapper/index.scss +0 -17
  279. package/dist/elements/Nav/index.scss +0 -150
  280. package/dist/routes/rest/og/roboto-regular.woff +0 -0
  281. package/dist/scss/app.scss +0 -208
  282. package/dist/scss/colors.scss +0 -269
  283. package/dist/scss/custom.css +0 -1
  284. package/dist/scss/queries.scss +0 -27
  285. package/dist/scss/resets.scss +0 -17
  286. package/dist/scss/styles.scss +0 -11
  287. package/dist/scss/svg.scss +0 -10
  288. package/dist/scss/toasts.scss +0 -111
  289. package/dist/scss/type.scss +0 -117
  290. package/dist/scss/vars.scss +0 -213
  291. package/dist/scss/z-index.scss +0 -9
  292. package/dist/templates/Default/Wrapper/index.scss +0 -25
  293. package/dist/templates/Default/index.scss +0 -67
  294. package/dist/templates/Minimal/index.scss +0 -28
  295. package/dist/views/API/RenderJSON/index.scss +0 -90
  296. package/dist/views/API/index.scss +0 -124
  297. package/dist/views/Account/Settings/index.scss +0 -46
  298. package/dist/views/CreateFirstUser/index.scss +0 -5
  299. package/dist/views/Dashboard/Default/index.scss +0 -58
  300. package/dist/views/Edit/Default/Auth/index.scss +0 -61
  301. package/dist/views/Edit/Default/index.scss +0 -21
  302. package/dist/views/List/Default/index.scss +0 -195
  303. package/dist/views/LivePreview/IFrame/index.scss +0 -7
  304. package/dist/views/LivePreview/Preview/index.scss +0 -41
  305. package/dist/views/LivePreview/Toolbar/Controls/index.scss +0 -59
  306. package/dist/views/LivePreview/Toolbar/SizeInput/index.scss +0 -10
  307. package/dist/views/LivePreview/Toolbar/index.scss +0 -41
  308. package/dist/views/LivePreview/ToolbarArea/index.scss +0 -4
  309. package/dist/views/LivePreview/index.scss +0 -66
  310. package/dist/views/Login/LoginForm/index.scss +0 -8
  311. package/dist/views/Login/index.scss +0 -8
  312. package/dist/views/Logout/index.scss +0 -20
  313. package/dist/views/NotFound/index.scss +0 -37
  314. package/dist/views/ResetPassword/index.scss +0 -5
  315. package/dist/views/Unauthorized/index.scss +0 -36
  316. package/dist/views/Verify/index.scss +0 -14
  317. package/dist/views/Version/Default/index.scss +0 -70
  318. package/dist/views/Version/RenderFieldsToDiff/Label/index.scss +0 -4
  319. package/dist/views/Version/RenderFieldsToDiff/fields/Iterable/index.scss +0 -34
  320. package/dist/views/Version/RenderFieldsToDiff/fields/Nested/index.scss +0 -12
  321. package/dist/views/Version/RenderFieldsToDiff/fields/Relationship/index.scss +0 -13
  322. package/dist/views/Version/RenderFieldsToDiff/fields/Select/index.scss +0 -13
  323. package/dist/views/Version/RenderFieldsToDiff/fields/Text/index.scss +0 -13
  324. package/dist/views/Version/RenderFieldsToDiff/index.scss +0 -18
  325. package/dist/views/Version/Restore/index.scss +0 -30
  326. package/dist/views/Version/SelectComparison/index.scss +0 -13
  327. package/dist/views/Version/SelectLocales/index.scss +0 -7
  328. package/dist/views/Versions/index.scss +0 -108
@@ -1,269 +0,0 @@
1
- :root {
2
- --color-base-0: rgb(255, 255, 255);
3
- --color-base-50: rgb(245, 245, 245);
4
- --color-base-100: rgb(235, 235, 235);
5
- --color-base-150: rgb(221, 221, 221);
6
- --color-base-200: rgb(208, 208, 208);
7
- --color-base-250: rgb(195, 195, 195);
8
- --color-base-300: rgb(181, 181, 181);
9
- --color-base-350: rgb(168, 168, 168);
10
- --color-base-400: rgb(154, 154, 154);
11
- --color-base-450: rgb(141, 141, 141);
12
- --color-base-500: rgb(128, 128, 128);
13
- --color-base-550: rgb(114, 114, 114);
14
- --color-base-600: rgb(101, 101, 101);
15
- --color-base-650: rgb(87, 87, 87);
16
- --color-base-700: rgb(74, 74, 74);
17
- --color-base-750: rgb(60, 60, 60);
18
- --color-base-800: rgb(47, 47, 47);
19
- --color-base-850: rgb(34, 34, 34);
20
- --color-base-900: rgb(20, 20, 20);
21
- --color-base-950: rgb(7, 7, 7);
22
- --color-base-1000: rgb(0, 0, 0);
23
-
24
- --color-success-50: rgb(247, 255, 251);
25
- --color-success-100: rgb(240, 255, 247);
26
- --color-success-150: rgb(232, 255, 243);
27
- --color-success-200: rgb(224, 255, 239);
28
- --color-success-250: rgb(217, 255, 235);
29
- --color-success-300: rgb(209, 255, 230);
30
- --color-success-350: rgb(201, 255, 226);
31
- --color-success-400: rgb(193, 255, 222);
32
- --color-success-450: rgb(186, 255, 218);
33
- --color-success-500: rgb(178, 255, 214);
34
- --color-success-550: rgb(160, 230, 193);
35
- --color-success-600: rgb(142, 204, 171);
36
- --color-success-650: rgb(125, 179, 150);
37
- --color-success-700: rgb(107, 153, 128);
38
- --color-success-750: rgb(89, 128, 107);
39
- --color-success-800: rgb(71, 102, 86);
40
- --color-success-850: rgb(53, 77, 64);
41
- --color-success-900: rgb(36, 51, 43);
42
- --color-success-950: rgb(18, 25, 21);
43
-
44
- --color-warning-50: rgb(255, 255, 246);
45
- --color-warning-100: rgb(255, 255, 237);
46
- --color-warning-150: rgb(254, 255, 228);
47
- --color-warning-200: rgb(254, 255, 219);
48
- --color-warning-250: rgb(254, 255, 210);
49
- --color-warning-300: rgb(254, 255, 200);
50
- --color-warning-350: rgb(254, 255, 191);
51
- --color-warning-400: rgb(253, 255, 182);
52
- --color-warning-450: rgb(253, 255, 173);
53
- --color-warning-500: rgb(253, 255, 164);
54
- --color-warning-550: rgb(228, 230, 148);
55
- --color-warning-600: rgb(202, 204, 131);
56
- --color-warning-650: rgb(177, 179, 115);
57
- --color-warning-700: rgb(152, 153, 98);
58
- --color-warning-750: rgb(127, 128, 82);
59
- --color-warning-800: rgb(101, 102, 66);
60
- --color-warning-850: rgb(76, 77, 49);
61
- --color-warning-900: rgb(51, 51, 33);
62
- --color-warning-950: rgb(25, 25, 16);
63
-
64
- --color-error-50: rgb(255, 241, 241);
65
- --color-error-100: rgb(255, 226, 228);
66
- --color-error-150: rgb(255, 212, 214);
67
- --color-error-200: rgb(255, 197, 200);
68
- --color-error-250: rgb(255, 183, 187);
69
- --color-error-300: rgb(255, 169, 173);
70
- --color-error-350: rgb(255, 154, 159);
71
- --color-error-400: rgb(255, 140, 145);
72
- --color-error-450: rgb(255, 125, 132);
73
- --color-error-500: rgb(255, 111, 118);
74
- --color-error-550: rgb(230, 100, 106);
75
- --color-error-600: rgb(204, 89, 94);
76
- --color-error-650: rgb(179, 78, 83);
77
- --color-error-700: rgb(153, 67, 71);
78
- --color-error-750: rgb(128, 56, 59);
79
- --color-error-800: rgb(102, 44, 47);
80
- --color-error-850: rgb(77, 33, 35);
81
- --color-error-900: rgb(51, 22, 24);
82
- --color-error-950: rgb(25, 11, 12);
83
-
84
- --color-blue-50: rgb(230, 247, 253);
85
- --color-blue-100: rgb(204, 238, 252);
86
- --color-blue-150: rgb(179, 230, 250);
87
- --color-blue-200: rgb(153, 221, 249);
88
- --color-blue-250: rgb(128, 213, 247);
89
- --color-blue-300: rgb(102, 204, 245);
90
- --color-blue-350: rgb(77, 196, 244);
91
- --color-blue-400: rgb(51, 187, 242);
92
- --color-blue-450: rgb(25, 179, 241);
93
- --color-blue-500: rgb(0, 170, 239);
94
- --color-blue-550: rgb(0, 153, 215);
95
- --color-blue-600: rgb(0, 136, 191);
96
- --color-blue-650: rgb(0, 119, 167);
97
- --color-blue-700: rgb(0, 102, 143);
98
- --color-blue-750: rgb(0, 85, 120);
99
- --color-blue-800: rgb(0, 68, 96);
100
- --color-blue-850: rgb(0, 51, 72);
101
- --color-blue-900: rgb(0, 34, 48);
102
- --color-blue-950: rgb(0, 17, 24);
103
-
104
- --theme-border-color: var(--theme-elevation-150);
105
-
106
- --theme-success-50: var(--color-success-50);
107
- --theme-success-100: var(--color-success-100);
108
- --theme-success-150: var(--color-success-150);
109
- --theme-success-200: var(--color-success-200);
110
- --theme-success-250: var(--color-success-250);
111
- --theme-success-300: var(--color-success-300);
112
- --theme-success-350: var(--color-success-350);
113
- --theme-success-400: var(--color-success-400);
114
- --theme-success-450: var(--color-success-450);
115
- --theme-success-500: var(--color-success-500);
116
- --theme-success-550: var(--color-success-550);
117
- --theme-success-600: var(--color-success-600);
118
- --theme-success-650: var(--color-success-650);
119
- --theme-success-700: var(--color-success-700);
120
- --theme-success-750: var(--color-success-750);
121
- --theme-success-800: var(--color-success-800);
122
- --theme-success-850: var(--color-success-850);
123
- --theme-success-900: var(--color-success-900);
124
- --theme-success-950: var(--color-success-950);
125
-
126
- --theme-warning-50: var(--color-warning-50);
127
- --theme-warning-100: var(--color-warning-100);
128
- --theme-warning-150: var(--color-warning-150);
129
- --theme-warning-200: var(--color-warning-200);
130
- --theme-warning-250: var(--color-warning-250);
131
- --theme-warning-300: var(--color-warning-300);
132
- --theme-warning-350: var(--color-warning-350);
133
- --theme-warning-400: var(--color-warning-400);
134
- --theme-warning-450: var(--color-warning-450);
135
- --theme-warning-500: var(--color-warning-500);
136
- --theme-warning-550: var(--color-warning-550);
137
- --theme-warning-600: var(--color-warning-600);
138
- --theme-warning-650: var(--color-warning-650);
139
- --theme-warning-700: var(--color-warning-700);
140
- --theme-warning-750: var(--color-warning-750);
141
- --theme-warning-800: var(--color-warning-800);
142
- --theme-warning-850: var(--color-warning-850);
143
- --theme-warning-900: var(--color-warning-900);
144
- --theme-warning-950: var(--color-warning-950);
145
-
146
- --theme-error-50: var(--color-error-50);
147
- --theme-error-100: var(--color-error-100);
148
- --theme-error-150: var(--color-error-150);
149
- --theme-error-200: var(--color-error-200);
150
- --theme-error-250: var(--color-error-250);
151
- --theme-error-300: var(--color-error-300);
152
- --theme-error-350: var(--color-error-350);
153
- --theme-error-400: var(--color-error-400);
154
- --theme-error-450: var(--color-error-450);
155
- --theme-error-500: var(--color-error-500);
156
- --theme-error-550: var(--color-error-550);
157
- --theme-error-600: var(--color-error-600);
158
- --theme-error-650: var(--color-error-650);
159
- --theme-error-700: var(--color-error-700);
160
- --theme-error-750: var(--color-error-750);
161
- --theme-error-800: var(--color-error-800);
162
- --theme-error-850: var(--color-error-850);
163
- --theme-error-900: var(--color-error-900);
164
- --theme-error-950: var(--color-error-950);
165
-
166
- --theme-elevation-0: var(--color-base-0);
167
- --theme-elevation-50: var(--color-base-50);
168
- --theme-elevation-100: var(--color-base-100);
169
- --theme-elevation-150: var(--color-base-150);
170
- --theme-elevation-200: var(--color-base-200);
171
- --theme-elevation-250: var(--color-base-250);
172
- --theme-elevation-300: var(--color-base-300);
173
- --theme-elevation-350: var(--color-base-350);
174
- --theme-elevation-400: var(--color-base-400);
175
- --theme-elevation-450: var(--color-base-450);
176
- --theme-elevation-500: var(--color-base-500);
177
- --theme-elevation-550: var(--color-base-550);
178
- --theme-elevation-600: var(--color-base-600);
179
- --theme-elevation-650: var(--color-base-650);
180
- --theme-elevation-700: var(--color-base-700);
181
- --theme-elevation-750: var(--color-base-750);
182
- --theme-elevation-800: var(--color-base-800);
183
- --theme-elevation-850: var(--color-base-850);
184
- --theme-elevation-900: var(--color-base-900);
185
- --theme-elevation-950: var(--color-base-950);
186
- --theme-elevation-1000: var(--color-base-1000);
187
- }
188
-
189
- html[data-theme='dark'] {
190
- --theme-border-color: var(--theme-elevation-150);
191
-
192
- --theme-elevation-0: var(--color-base-900);
193
- --theme-elevation-50: var(--color-base-850);
194
- --theme-elevation-100: var(--color-base-800);
195
- --theme-elevation-150: var(--color-base-750);
196
- --theme-elevation-200: var(--color-base-700);
197
- --theme-elevation-250: var(--color-base-650);
198
- --theme-elevation-300: var(--color-base-600);
199
- --theme-elevation-350: var(--color-base-550);
200
- --theme-elevation-400: var(--color-base-450);
201
- --theme-elevation-450: var(--color-base-400);
202
- --theme-elevation-550: var(--color-base-350);
203
- --theme-elevation-600: var(--color-base-300);
204
- --theme-elevation-650: var(--color-base-250);
205
- --theme-elevation-700: var(--color-base-200);
206
- --theme-elevation-750: var(--color-base-150);
207
- --theme-elevation-800: var(--color-base-100);
208
- --theme-elevation-850: var(--color-base-50);
209
- --theme-elevation-900: var(--color-base-0);
210
- --theme-elevation-950: var(--color-base-0);
211
- --theme-elevation-1000: var(--color-base-0);
212
-
213
- --theme-success-50: var(--color-success-950);
214
- --theme-success-100: var(--color-success-900);
215
- --theme-success-150: var(--color-success-850);
216
- --theme-success-200: var(--color-success-800);
217
- --theme-success-250: var(--color-success-750);
218
- --theme-success-300: var(--color-success-700);
219
- --theme-success-350: var(--color-success-650);
220
- --theme-success-400: var(--color-success-600);
221
- --theme-success-450: var(--color-success-550);
222
- --theme-success-550: var(--color-success-450);
223
- --theme-success-600: var(--color-success-400);
224
- --theme-success-650: var(--color-success-350);
225
- --theme-success-700: var(--color-success-300);
226
- --theme-success-750: var(--color-success-250);
227
- --theme-success-800: var(--color-success-200);
228
- --theme-success-850: var(--color-success-150);
229
- --theme-success-900: var(--color-success-100);
230
- --theme-success-950: var(--color-success-50);
231
-
232
- --theme-warning-50: var(--color-warning-950);
233
- --theme-warning-100: var(--color-warning-900);
234
- --theme-warning-150: var(--color-warning-850);
235
- --theme-warning-200: var(--color-warning-800);
236
- --theme-warning-250: var(--color-warning-750);
237
- --theme-warning-300: var(--color-warning-700);
238
- --theme-warning-350: var(--color-warning-650);
239
- --theme-warning-400: var(--color-warning-600);
240
- --theme-warning-450: var(--color-warning-550);
241
- --theme-warning-550: var(--color-warning-450);
242
- --theme-warning-600: var(--color-warning-400);
243
- --theme-warning-650: var(--color-warning-350);
244
- --theme-warning-700: var(--color-warning-300);
245
- --theme-warning-750: var(--color-warning-250);
246
- --theme-warning-800: var(--color-warning-200);
247
- --theme-warning-850: var(--color-warning-150);
248
- --theme-warning-900: var(--color-warning-100);
249
- --theme-warning-950: var(--color-warning-50);
250
-
251
- --theme-error-50: var(--color-error-950);
252
- --theme-error-100: var(--color-error-900);
253
- --theme-error-150: var(--color-error-850);
254
- --theme-error-200: var(--color-error-800);
255
- --theme-error-250: var(--color-error-750);
256
- --theme-error-300: var(--color-error-700);
257
- --theme-error-350: var(--color-error-650);
258
- --theme-error-400: var(--color-error-600);
259
- --theme-error-450: var(--color-error-550);
260
- --theme-error-550: var(--color-error-450);
261
- --theme-error-600: var(--color-error-400);
262
- --theme-error-650: var(--color-error-350);
263
- --theme-error-700: var(--color-error-300);
264
- --theme-error-750: var(--color-error-250);
265
- --theme-error-800: var(--color-error-200);
266
- --theme-error-850: var(--color-error-150);
267
- --theme-error-900: var(--color-error-100);
268
- --theme-error-950: var(--color-error-50);
269
- }
@@ -1 +0,0 @@
1
- /* Used as a placeholder for when the Payload app does not have custom CSS */
@@ -1,27 +0,0 @@
1
- ////////////////////////////
2
- // MEDIA QUERIES
3
- /////////////////////////////
4
-
5
- @mixin extra-small-break {
6
- @media (max-width: $breakpoint-xs-width) {
7
- @content;
8
- }
9
- }
10
-
11
- @mixin small-break {
12
- @media (max-width: $breakpoint-s-width) {
13
- @content;
14
- }
15
- }
16
-
17
- @mixin mid-break {
18
- @media (max-width: $breakpoint-m-width) {
19
- @content;
20
- }
21
- }
22
-
23
- @mixin large-break {
24
- @media (max-width: $breakpoint-l-width) {
25
- @content;
26
- }
27
- }
@@ -1,17 +0,0 @@
1
- %btn-reset {
2
- border: 0;
3
- background: none;
4
- box-shadow: none;
5
- border-radius: 0;
6
- padding: 0;
7
- color: currentColor;
8
- }
9
-
10
- @mixin btn-reset {
11
- border: 0;
12
- background: none;
13
- box-shadow: none;
14
- border-radius: 0;
15
- padding: 0;
16
- color: currentColor;
17
- }
@@ -1,11 +0,0 @@
1
- @import 'vars';
2
- @import 'z-index';
3
-
4
- //////////////////////////////
5
- // IMPORT OVERRIDES
6
- //////////////////////////////
7
-
8
- @import 'type';
9
- @import 'queries';
10
- @import 'resets';
11
- @import 'svg';
@@ -1,10 +0,0 @@
1
- @mixin color-svg($color) {
2
- .stroke {
3
- stroke: $color;
4
- fill: none;
5
- }
6
-
7
- .fill {
8
- fill: $color;
9
- }
10
- }
@@ -1,111 +0,0 @@
1
- .payload-toast-container {
2
- .payload-toast-close-button {
3
- left: unset;
4
- right: 0.5rem;
5
- top: 1.55rem;
6
- color: var(--theme-elevation-400);
7
- background: unset;
8
- border: none;
9
- display: flex;
10
- width: 1.25rem;
11
- height: 1.25rem;
12
- justify-content: center;
13
- align-items: center;
14
-
15
- &:hover {
16
- background: none;
17
- }
18
-
19
- svg {
20
- width: 2rem;
21
- height: 2rem;
22
- }
23
-
24
- [dir='RTL'] & {
25
- right: unset;
26
- left: 0.5rem;
27
- }
28
- }
29
-
30
- .payload-toast-item {
31
- padding: 1rem 2.5rem 1rem 1rem;
32
- color: var(--theme-text);
33
- font-style: normal;
34
- font-weight: 600;
35
- display: flex;
36
- gap: 1rem;
37
- align-items: center;
38
- width: 100%;
39
- border-radius: 0.15rem;
40
- border: 1px solid var(--theme-border-color);
41
- background: var(--theme-input-bg);
42
- box-shadow:
43
- 0px 10px 4px -8px rgba(0, 2, 4, 0.02),
44
- 0px 2px 3px 0px rgba(0, 2, 4, 0.05);
45
-
46
- .toast-content {
47
- transition: opacity 100ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
48
- }
49
-
50
- &[data-front='false'] {
51
- .toast-content {
52
- opacity: 0;
53
- }
54
- }
55
-
56
- &[data-expanded='true'] {
57
- .toast-content {
58
- opacity: 1;
59
- }
60
- }
61
-
62
- .toast-icon {
63
- svg {
64
- width: 2.4rem;
65
- height: 2.4rem;
66
- }
67
- }
68
-
69
- &.toast-warning {
70
- border-color: var(--theme-warning-200);
71
- background-color: var(--theme-warning-100);
72
- }
73
-
74
- &.toast-error {
75
- border-color: var(--theme-error-300);
76
- background-color: var(--theme-error-150);
77
- }
78
-
79
- &.toast-success {
80
- border-color: var(--theme-success-200);
81
- background-color: var(--theme-success-100);
82
- }
83
-
84
- &.toast-info {
85
- border-color: var(--theme-elevation-250);
86
- background-color: var(--theme-elevation-100);
87
- }
88
-
89
- [data-theme='light'] & {
90
- &.toast-warning {
91
- border-color: var(--theme-warning-550);
92
- background-color: var(--theme-warning-100);
93
- }
94
-
95
- &.toast-error {
96
- border-color: var(--theme-error-200);
97
- background-color: var(--theme-error-50);
98
- }
99
-
100
- &.toast-success {
101
- border-color: var(--theme-success-550);
102
- background-color: var(--theme-success-50);
103
- }
104
-
105
- &.toast-info {
106
- border-color: var(--theme-border-color);
107
- background-color: var(--theme-elevation-50);
108
- }
109
- }
110
- }
111
- }
@@ -1,117 +0,0 @@
1
- @import 'vars';
2
- @import 'queries';
3
-
4
- /////////////////////////////
5
- // HEADINGS
6
- /////////////////////////////
7
-
8
- %h1,
9
- %h2,
10
- %h3,
11
- %h4,
12
- %h5,
13
- %h6 {
14
- font-family: var(--font-body);
15
- font-weight: 500;
16
- }
17
-
18
- %jumbo {
19
- font-size: base(2.5);
20
- line-height: 1;
21
- margin: 0 0 base(2);
22
- }
23
-
24
- %h1 {
25
- margin: 0 0 base(1);
26
- font-size: base(2);
27
- line-height: 1.15;
28
- letter-spacing: -1px;
29
-
30
- @include small-break {
31
- letter-spacing: -0.5px;
32
- font-size: base(1.25);
33
- }
34
- }
35
-
36
- %h2 {
37
- margin: 0 0 base(1);
38
- font-size: base(1.25);
39
- line-height: 1.15;
40
- letter-spacing: -0.5px;
41
-
42
- @include small-break {
43
- font-size: base(0.85);
44
- }
45
- }
46
-
47
- %h3 {
48
- margin: 0 0 base(1);
49
- font-size: base(0.925);
50
- line-height: 1.25;
51
- letter-spacing: -0.5px;
52
-
53
- @include small-break {
54
- font-size: base(0.65);
55
- line-height: 1.25;
56
- }
57
- }
58
-
59
- %h4 {
60
- margin: 0 0 $baseline;
61
- font-size: base(0.75);
62
- line-height: 1.5;
63
- letter-spacing: -0.375px;
64
- }
65
-
66
- %h5 {
67
- margin: 0;
68
- font-size: base(0.5625);
69
- line-height: 1.5;
70
- }
71
-
72
- %h6 {
73
- margin: 0;
74
- font-size: base(0.5);
75
- line-height: 1.5;
76
- }
77
-
78
- %small {
79
- margin: 0;
80
- font-size: 11px;
81
- line-height: 1.5;
82
- }
83
-
84
- /////////////////////////////
85
- // TYPE STYLES
86
- /////////////////////////////
87
-
88
- %large-body {
89
- font-size: base(0.6);
90
- line-height: base(1);
91
- letter-spacing: base(0.02);
92
-
93
- @include mid-break {
94
- font-size: base(0.7);
95
- line-height: base(1);
96
- }
97
-
98
- @include small-break {
99
- font-size: base(0.55);
100
- line-height: base(0.75);
101
- }
102
- }
103
-
104
- %body {
105
- font-size: $baseline-body-size;
106
- line-height: $baseline-px;
107
- font-weight: normal;
108
- }
109
-
110
- %code {
111
- font-size: base(0.4);
112
- color: var(--theme-elevation-400);
113
-
114
- span {
115
- color: var(--theme-elevation-800);
116
- }
117
- }