@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,61 +0,0 @@
1
- @import '../../../../scss/styles.scss';
2
-
3
- .auth-fields {
4
- padding: calc(var(--base) * 2);
5
- background: var(--theme-elevation-50);
6
- display: flex;
7
- flex-direction: column;
8
- gap: var(--base);
9
-
10
- &__controls {
11
- display: flex;
12
- align-items: center;
13
- gap: calc(var(--base) / 2);
14
- flex-wrap: wrap;
15
- }
16
-
17
- &__changing-password {
18
- display: flex;
19
- flex-direction: column;
20
- gap: var(--base);
21
- }
22
-
23
- .btn {
24
- margin: 0;
25
- }
26
-
27
- &__api-key-label {
28
- position: relative;
29
- }
30
-
31
- @include mid-break {
32
- padding: var(--base);
33
- gap: calc(var(--base) / 2);
34
-
35
- &__changing-password {
36
- gap: calc(var(--base) / 2);
37
- }
38
- }
39
- }
40
-
41
- .field-type.api-key {
42
- margin-bottom: var(--base);
43
-
44
- input {
45
- @include formInput;
46
- }
47
- }
48
-
49
- @keyframes highlight {
50
- 0% {
51
- background: var(--theme-success-500);
52
- }
53
-
54
- 100% {
55
- background: none;
56
- }
57
- }
58
-
59
- .highlight {
60
- animation: highlight 10s;
61
- }
@@ -1,21 +0,0 @@
1
- @import '../../../scss/styles.scss';
2
-
3
- .collection-edit {
4
- width: 100%;
5
-
6
- &__form {
7
- height: 100%;
8
- }
9
-
10
- &__auth {
11
- margin-bottom: calc(var(--base) * 2);
12
- margin-top: calc(var(--base) * 0.5);
13
- }
14
-
15
- @include small-break {
16
- &__auth {
17
- margin-top: 0;
18
- margin-bottom: var(--base);
19
- }
20
- }
21
- }
@@ -1,195 +0,0 @@
1
- @import '../../../scss/styles.scss';
2
-
3
- .collection-list {
4
- width: 100%;
5
- margin-top: base(0.5);
6
-
7
- &__wrap {
8
- padding-bottom: var(--spacing-view-bottom);
9
-
10
- & > *:not(:last-child) {
11
- margin-bottom: var(--base);
12
- }
13
- }
14
-
15
- &__header {
16
- display: flex;
17
- align-items: flex-end;
18
- flex-wrap: wrap;
19
- gap: base(0.75);
20
-
21
- h1 {
22
- margin: 0;
23
- }
24
-
25
- a {
26
- text-decoration: none;
27
- }
28
-
29
- .pill {
30
- position: relative;
31
- top: -14px;
32
- margin: 0;
33
- }
34
- }
35
-
36
- &__sub-header {
37
- flex-basis: 100%;
38
- margin-top: base(0.25);
39
- }
40
-
41
- .table {
42
- table {
43
- width: 100%;
44
- overflow: auto;
45
-
46
- [class^='cell'] > p,
47
- [class^='cell'] > span,
48
- [class^='cell'] > a {
49
- line-clamp: 4;
50
- -webkit-box-orient: vertical;
51
- -webkit-line-clamp: 4;
52
- overflow: hidden;
53
- display: -webkit-box;
54
- max-width: 100vw;
55
- }
56
-
57
- #heading-_select,
58
- .cell-_select {
59
- min-width: unset;
60
- width: auto;
61
- }
62
- }
63
- }
64
-
65
- &__no-results {
66
- display: flex;
67
- flex-direction: column;
68
- align-items: flex-start;
69
- gap: var(--base);
70
-
71
- & > * {
72
- margin: 0;
73
- }
74
- }
75
-
76
- &__page-controls {
77
- width: 100%;
78
- display: flex;
79
- align-items: center;
80
- }
81
-
82
- .paginator {
83
- margin-bottom: 0;
84
- }
85
-
86
- &__page-info {
87
- [dir='ltr'] & {
88
- margin-right: base(1);
89
- margin-left: auto;
90
- }
91
- [dir='rtl'] & {
92
- margin-left: base(1);
93
- margin-right: auto;
94
- }
95
- }
96
-
97
- &__list-selection {
98
- position: fixed;
99
- bottom: 0;
100
- z-index: 10;
101
- padding: base(0.75) 0;
102
- width: 100%;
103
- background-color: var(--theme-bg);
104
-
105
- .btn {
106
- margin: 0 0 0 base(0.5);
107
- }
108
-
109
- .btn {
110
- background-color: var(--theme-elevation-100);
111
- cursor: pointer;
112
- padding: 0 base(0.25);
113
- border-radius: $style-radius-s;
114
-
115
- &:hover {
116
- background-color: var(--theme-elevation-200);
117
- }
118
- }
119
- }
120
-
121
- &__list-selection-actions {
122
- display: flex;
123
- gap: base(0.25);
124
- }
125
-
126
- &__shimmer {
127
- margin-top: base(1.75);
128
- width: 100%;
129
- > div {
130
- margin-top: 8px;
131
- }
132
- }
133
-
134
- @include mid-break {
135
- margin-top: base(0.25);
136
-
137
- &__wrap {
138
- padding-top: 0;
139
- padding-bottom: 0;
140
- }
141
-
142
- &__header {
143
- gap: base(0.5);
144
- }
145
-
146
- &__sub-header {
147
- margin-top: 0;
148
- }
149
-
150
- &__search-input {
151
- margin: 0;
152
- }
153
-
154
- // on mobile, extend the table all the way to the viewport edges
155
- // this is to visually indicate overflowing content
156
- .table {
157
- display: flex;
158
- width: calc(100% + calc(var(--gutter-h) * 2));
159
- max-width: unset;
160
- left: calc(var(--gutter-h) * -1);
161
- position: relative;
162
- padding-left: var(--gutter-h);
163
-
164
- &::after {
165
- content: '';
166
- height: 1px;
167
- padding-right: var(--gutter-h);
168
- }
169
- }
170
-
171
- &__page-controls {
172
- flex-wrap: wrap;
173
- }
174
-
175
- &__page-info {
176
- margin-left: 0;
177
- }
178
-
179
- .paginator {
180
- width: 100%;
181
- margin-bottom: $baseline;
182
- }
183
- }
184
-
185
- @include small-break {
186
- margin-top: 0;
187
- margin-bottom: base(3);
188
-
189
- &__header {
190
- .pill {
191
- top: -6px;
192
- }
193
- }
194
- }
195
- }
@@ -1,7 +0,0 @@
1
- .live-preview-iframe {
2
- background-color: white;
3
- border: 0;
4
- width: 100%;
5
- height: 100%;
6
- transform-origin: top left;
7
- }
@@ -1,41 +0,0 @@
1
- @import '../../../scss/styles.scss';
2
-
3
- .live-preview-window {
4
- background-color: var(--theme-bg);
5
- width: 60%;
6
- flex-shrink: 0;
7
- flex-grow: 0;
8
- position: sticky;
9
- top: var(--doc-controls-height);
10
- height: calc(100vh - var(--doc-controls-height));
11
- overflow: hidden;
12
-
13
- &__wrapper {
14
- display: flex;
15
- flex-direction: column;
16
- height: 100%;
17
- justify-content: flex-start;
18
- }
19
-
20
- &__main {
21
- flex-grow: 1;
22
- height: 100%;
23
- width: 100%;
24
- }
25
-
26
- &--has-breakpoint {
27
- .live-preview-iframe {
28
- border: 1px solid var(--theme-elevation-100);
29
- }
30
-
31
- .live-preview-window {
32
- &__main {
33
- padding: var(--base);
34
- }
35
- }
36
- }
37
-
38
- @include mid-break {
39
- width: 100%;
40
- }
41
- }
@@ -1,59 +0,0 @@
1
- @import '../../../../scss/styles.scss';
2
-
3
- .live-preview-toolbar-controls {
4
- display: flex;
5
- align-items: center;
6
- gap: calc(var(--base) / 3);
7
-
8
- &__breakpoint {
9
- border: none;
10
- background: transparent;
11
- height: var(--base);
12
-
13
- &:focus {
14
- outline: none;
15
- }
16
- }
17
-
18
- &__device-size {
19
- display: flex;
20
- align-items: center;
21
- }
22
-
23
- &__size {
24
- width: 50px;
25
- height: var(--base);
26
- display: flex;
27
- align-items: center;
28
- border: 1px solid var(--theme-elevation-200);
29
- background: var(--theme-elevation-100);
30
- border-radius: 2px;
31
- font-size: small;
32
- }
33
-
34
- &__zoom {
35
- width: 55px;
36
- border: none;
37
- background: transparent;
38
- height: var(--base);
39
-
40
- &:focus {
41
- outline: none;
42
- }
43
- }
44
-
45
- &__external {
46
- flex-shrink: 0;
47
- display: flex;
48
- width: var(--base);
49
- height: var(--base);
50
- align-items: center;
51
- justify-content: center;
52
- padding: 6px 0;
53
- }
54
-
55
- .popup-button {
56
- display: flex;
57
- align-items: center;
58
- }
59
- }
@@ -1,10 +0,0 @@
1
- .toolbar-input {
2
- width: 50px;
3
- height: var(--base);
4
- display: flex;
5
- align-items: center;
6
- border: 1px solid var(--theme-elevation-200);
7
- background: var(--theme-elevation-100);
8
- border-radius: 2px;
9
- font-size: small;
10
- }
@@ -1,41 +0,0 @@
1
- @import '../../../scss/styles.scss';
2
-
3
- .live-preview-toolbar {
4
- display: flex;
5
- background-color: var(--theme-bg);
6
- color: var(--theme-text);
7
- height: calc(var(--base) * 1.75);
8
- align-items: center;
9
- flex-shrink: 0;
10
-
11
- &--static {
12
- position: relative;
13
- width: 100%;
14
- justify-content: center;
15
- border-bottom: 1px solid var(--theme-elevation-100);
16
- }
17
-
18
- &--draggable {
19
- @include shadow-lg;
20
- position: absolute;
21
- top: 0;
22
- left: 0;
23
- margin: 0;
24
- border-radius: 4px;
25
- }
26
-
27
- &__drag-handle {
28
- background: transparent;
29
- border: 0;
30
- padding: 0;
31
- cursor: grab;
32
-
33
- .icon--drag-handle .fill {
34
- fill: var(--theme-elevation-300);
35
- }
36
-
37
- &:active {
38
- cursor: grabbing;
39
- }
40
- }
41
- }
@@ -1,4 +0,0 @@
1
- .toolbar-area {
2
- width: 100%;
3
- height: 100%;
4
- }
@@ -1,66 +0,0 @@
1
- @import '../../scss/styles.scss';
2
-
3
- .live-preview {
4
- width: 100%;
5
- display: flex;
6
- --gradient: linear-gradient(to left, rgba(0, 0, 0, 0.04) 0%, transparent 100%);
7
-
8
- [dir='rtl'] & {
9
- flex-direction: row-reverse;
10
- }
11
-
12
- &--popup-open {
13
- .live-preview {
14
- &__edit {
15
- padding-right: var(--gutter-h);
16
- }
17
- }
18
- }
19
-
20
- &__main {
21
- width: 40%;
22
- display: flex;
23
- flex-direction: column;
24
- min-height: 100%;
25
- position: relative;
26
-
27
- &--popup-open {
28
- width: 100%;
29
- }
30
-
31
- &::after {
32
- content: ' ';
33
- position: absolute;
34
- top: 0;
35
- right: 0;
36
- width: calc(var(--base) * 2);
37
- height: 100%;
38
- background: var(--gradient);
39
- pointer-events: none;
40
- z-index: -1;
41
- }
42
- }
43
-
44
- @include mid-break {
45
- flex-direction: column;
46
-
47
- &__main {
48
- min-height: initial;
49
- width: 100%;
50
-
51
- &::after {
52
- display: none;
53
- }
54
- }
55
-
56
- &__form {
57
- display: block;
58
- }
59
- }
60
- }
61
-
62
- html[data-theme='dark'] {
63
- .live-preview {
64
- --gradient: linear-gradient(to left, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
65
- }
66
- }
@@ -1,8 +0,0 @@
1
- .login__form {
2
- &__inputWrap {
3
- display: flex;
4
- flex-direction: column;
5
- gap: var(--base);
6
- margin-bottom: calc(var(--base) / 4);
7
- }
8
- }
@@ -1,8 +0,0 @@
1
- .login {
2
- &__brand {
3
- display: flex;
4
- justify-content: center;
5
- width: 100%;
6
- margin-bottom: calc(var(--base) * 2);
7
- }
8
- }
@@ -1,20 +0,0 @@
1
- .logout {
2
- display: flex;
3
- align-items: center;
4
- flex-wrap: wrap;
5
- min-height: 100vh;
6
-
7
- &__wrap {
8
- & > *:first-child {
9
- margin-top: 0;
10
- }
11
-
12
- & > *:last-child {
13
- margin-bottom: 0;
14
- }
15
-
16
- .btn {
17
- margin: 0;
18
- }
19
- }
20
- }
@@ -1,37 +0,0 @@
1
- @import '../../scss/styles.scss';
2
-
3
- .not-found {
4
- margin-top: var(--base);
5
- display: flex;
6
-
7
- & > * {
8
- &:first-child {
9
- margin-top: 0;
10
- }
11
- &:last-child {
12
- margin-bottom: 0;
13
- }
14
- }
15
-
16
- &__button {
17
- margin: 0;
18
- }
19
-
20
- &--margin-top-large {
21
- margin-top: calc(var(--base) * 2);
22
- }
23
-
24
- @include large-break {
25
- &--margin-top-large {
26
- margin-top: var(--base);
27
- }
28
- }
29
-
30
- @include small-break {
31
- margin-top: calc(var(--base) / 2);
32
-
33
- &--margin-top-large {
34
- margin-top: calc(var(--base) / 2);
35
- }
36
- }
37
- }
@@ -1,5 +0,0 @@
1
- .reset-password {
2
- form > .field-type {
3
- margin-bottom: var(--base);
4
- }
5
- }
@@ -1,36 +0,0 @@
1
- @import '../../scss/styles.scss';
2
-
3
- .unauthorized {
4
- margin-top: var(--base);
5
-
6
- & > * {
7
- &:first-child {
8
- margin-top: 0;
9
- }
10
- &:last-child {
11
- margin-bottom: 0;
12
- }
13
- }
14
-
15
- &__button {
16
- margin: 0;
17
- }
18
-
19
- &--margin-top-large {
20
- margin-top: calc(var(--base) * 2);
21
- }
22
-
23
- @include large-break {
24
- &--margin-top-large {
25
- margin-top: var(--base);
26
- }
27
- }
28
-
29
- @include small-break {
30
- margin-top: calc(var(--base) / 2);
31
-
32
- &--margin-top-large {
33
- margin-top: calc(var(--base) / 2);
34
- }
35
- }
36
- }
@@ -1,14 +0,0 @@
1
- .verify {
2
- display: flex;
3
- align-items: center;
4
- text-align: center;
5
- flex-wrap: wrap;
6
- min-height: 100vh;
7
-
8
- &__brand {
9
- display: flex;
10
- justify-content: center;
11
- width: 100%;
12
- margin-bottom: calc(var(--base) * 2);
13
- }
14
- }