@baseplate-dev/plugin-auth 0.1.3 → 1.0.1

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 (233) hide show
  1. package/dist/auth/core/node.d.ts.map +1 -1
  2. package/dist/auth/core/node.js +6 -3
  3. package/dist/auth/core/node.js.map +1 -1
  4. package/dist/auth/generators/fastify/auth-module/auth-module.generator.d.ts +13 -1
  5. package/dist/auth/generators/fastify/auth-module/auth-module.generator.d.ts.map +1 -1
  6. package/dist/auth/generators/fastify/auth-module/auth-module.generator.js +20 -8
  7. package/dist/auth/generators/fastify/auth-module/auth-module.generator.js.map +1 -1
  8. package/dist/auth/generators/fastify/auth-module/generated/index.d.ts +88 -0
  9. package/dist/auth/generators/fastify/auth-module/generated/index.d.ts.map +1 -0
  10. package/dist/auth/generators/fastify/auth-module/generated/index.js +9 -0
  11. package/dist/auth/generators/fastify/auth-module/generated/index.js.map +1 -0
  12. package/dist/auth/generators/fastify/auth-module/generated/template-paths.d.ts +16 -0
  13. package/dist/auth/generators/fastify/auth-module/generated/template-paths.d.ts.map +1 -0
  14. package/dist/auth/generators/fastify/auth-module/generated/template-paths.js +26 -0
  15. package/dist/auth/generators/fastify/auth-module/generated/template-paths.js.map +1 -0
  16. package/dist/auth/generators/fastify/auth-module/generated/ts-import-providers.d.ts +10 -0
  17. package/dist/auth/generators/fastify/auth-module/generated/ts-import-providers.d.ts.map +1 -0
  18. package/dist/auth/generators/fastify/auth-module/generated/ts-import-providers.js +23 -0
  19. package/dist/auth/generators/fastify/auth-module/generated/ts-import-providers.js.map +1 -0
  20. package/dist/auth/generators/fastify/auth-module/generated/{ts-templates.d.ts → typed-templates.d.ts} +26 -41
  21. package/dist/auth/generators/fastify/auth-module/generated/typed-templates.d.ts.map +1 -0
  22. package/dist/auth/generators/fastify/auth-module/generated/typed-templates.js +68 -0
  23. package/dist/auth/generators/fastify/auth-module/generated/typed-templates.js.map +1 -0
  24. package/dist/auth/generators/fastify/auth-module/index.d.ts +2 -0
  25. package/dist/auth/generators/fastify/auth-module/index.d.ts.map +1 -0
  26. package/dist/auth/generators/fastify/auth-module/index.js +2 -0
  27. package/dist/auth/generators/fastify/auth-module/index.js.map +1 -0
  28. package/dist/auth/generators/fastify/auth-module/templates/{utils → module/utils}/cookie-signer.ts +6 -0
  29. package/dist/auth/generators/fastify/index.d.ts +1 -1
  30. package/dist/auth/generators/fastify/index.d.ts.map +1 -1
  31. package/dist/auth/generators/fastify/index.js +1 -1
  32. package/dist/auth/generators/fastify/index.js.map +1 -1
  33. package/dist/auth0/generators/fastify/auth0-module/auth0-module.generator.d.ts +14 -6
  34. package/dist/auth0/generators/fastify/auth0-module/auth0-module.generator.d.ts.map +1 -1
  35. package/dist/auth0/generators/fastify/auth0-module/auth0-module.generator.js +11 -16
  36. package/dist/auth0/generators/fastify/auth0-module/auth0-module.generator.js.map +1 -1
  37. package/dist/auth0/generators/fastify/auth0-module/generated/index.d.ts +62 -0
  38. package/dist/auth0/generators/fastify/auth0-module/generated/index.d.ts.map +1 -0
  39. package/dist/auth0/generators/fastify/auth0-module/generated/index.js +9 -0
  40. package/dist/auth0/generators/fastify/auth0-module/generated/index.js.map +1 -0
  41. package/dist/auth0/generators/fastify/auth0-module/generated/template-paths.d.ts +13 -0
  42. package/dist/auth0/generators/fastify/auth0-module/generated/template-paths.d.ts.map +1 -0
  43. package/dist/auth0/generators/fastify/auth0-module/generated/template-paths.js +23 -0
  44. package/dist/auth0/generators/fastify/auth0-module/generated/template-paths.js.map +1 -0
  45. package/dist/auth0/generators/fastify/auth0-module/generated/ts-import-providers.d.ts +10 -0
  46. package/dist/auth0/generators/fastify/auth0-module/generated/ts-import-providers.d.ts.map +1 -0
  47. package/dist/auth0/generators/fastify/auth0-module/generated/ts-import-providers.js +23 -0
  48. package/dist/auth0/generators/fastify/auth0-module/generated/ts-import-providers.js.map +1 -0
  49. package/dist/auth0/generators/fastify/auth0-module/generated/{ts-templates.d.ts → typed-templates.d.ts} +2 -2
  50. package/dist/auth0/generators/fastify/auth0-module/generated/typed-templates.d.ts.map +1 -0
  51. package/dist/auth0/generators/fastify/auth0-module/generated/{ts-templates.js → typed-templates.js} +11 -8
  52. package/dist/auth0/generators/fastify/auth0-module/generated/typed-templates.js.map +1 -0
  53. package/dist/auth0/generators/fastify/auth0-module/index.d.ts +2 -0
  54. package/dist/auth0/generators/fastify/auth0-module/index.d.ts.map +1 -0
  55. package/dist/auth0/generators/fastify/auth0-module/index.js +2 -0
  56. package/dist/auth0/generators/fastify/auth0-module/index.js.map +1 -0
  57. package/dist/auth0/generators/fastify/index.d.ts +1 -1
  58. package/dist/auth0/generators/fastify/index.d.ts.map +1 -1
  59. package/dist/auth0/generators/fastify/index.js +1 -1
  60. package/dist/auth0/generators/fastify/index.js.map +1 -1
  61. package/dist/auth0/generators/react/auth0-apollo/index.d.ts +2 -0
  62. package/dist/auth0/generators/react/auth0-apollo/index.d.ts.map +1 -0
  63. package/dist/auth0/generators/react/auth0-apollo/index.js +2 -0
  64. package/dist/auth0/generators/react/auth0-apollo/index.js.map +1 -0
  65. package/dist/auth0/generators/react/auth0-callback/auth0-callback.generator.d.ts +101 -8
  66. package/dist/auth0/generators/react/auth0-callback/auth0-callback.generator.d.ts.map +1 -1
  67. package/dist/auth0/generators/react/auth0-callback/auth0-callback.generator.js +10 -11
  68. package/dist/auth0/generators/react/auth0-callback/auth0-callback.generator.js.map +1 -1
  69. package/dist/auth0/generators/react/auth0-callback/generated/index.d.ts +290 -0
  70. package/dist/auth0/generators/react/auth0-callback/generated/index.d.ts.map +1 -0
  71. package/dist/auth0/generators/react/auth0-callback/generated/index.js +7 -0
  72. package/dist/auth0/generators/react/auth0-callback/generated/index.js.map +1 -0
  73. package/dist/auth0/generators/react/auth0-callback/generated/template-paths.d.ts +13 -0
  74. package/dist/auth0/generators/react/auth0-callback/generated/template-paths.d.ts.map +1 -0
  75. package/dist/auth0/generators/react/auth0-callback/generated/template-paths.js +23 -0
  76. package/dist/auth0/generators/react/auth0-callback/generated/template-paths.js.map +1 -0
  77. package/dist/auth0/generators/react/auth0-callback/generated/typed-templates.d.ts +280 -0
  78. package/dist/auth0/generators/react/auth0-callback/generated/typed-templates.d.ts.map +1 -0
  79. package/dist/auth0/generators/react/auth0-callback/generated/{ts-templates.js → typed-templates.js} +11 -9
  80. package/dist/auth0/generators/react/auth0-callback/generated/typed-templates.js.map +1 -0
  81. package/dist/auth0/generators/react/auth0-callback/index.d.ts +2 -0
  82. package/dist/auth0/generators/react/auth0-callback/index.d.ts.map +1 -0
  83. package/dist/auth0/generators/react/auth0-callback/index.js +2 -0
  84. package/dist/auth0/generators/react/auth0-callback/index.js.map +1 -0
  85. package/dist/auth0/generators/react/auth0-callback/templates/{auth0-callback.page.tsx → routes/auth0-callback.page.tsx} +3 -3
  86. package/dist/auth0/generators/react/auth0-callback/templates/{signup.page.tsx → routes/signup.page.tsx} +3 -3
  87. package/dist/auth0/generators/react/auth0-components/auth0-components.generator.d.ts +106 -12
  88. package/dist/auth0/generators/react/auth0-components/auth0-components.generator.d.ts.map +1 -1
  89. package/dist/auth0/generators/react/auth0-components/auth0-components.generator.js +12 -16
  90. package/dist/auth0/generators/react/auth0-components/auth0-components.generator.js.map +1 -1
  91. package/dist/auth0/generators/react/auth0-components/generated/index.d.ts +151 -0
  92. package/dist/auth0/generators/react/auth0-components/generated/index.d.ts.map +1 -0
  93. package/dist/auth0/generators/react/auth0-components/generated/index.js +9 -0
  94. package/dist/auth0/generators/react/auth0-components/generated/index.js.map +1 -0
  95. package/dist/auth0/generators/react/auth0-components/generated/template-paths.d.ts +12 -0
  96. package/dist/auth0/generators/react/auth0-components/generated/template-paths.d.ts.map +1 -0
  97. package/dist/auth0/generators/react/auth0-components/generated/template-paths.js +22 -0
  98. package/dist/auth0/generators/react/auth0-components/generated/template-paths.js.map +1 -0
  99. package/dist/auth0/generators/react/auth0-components/generated/ts-import-providers.d.ts +10 -0
  100. package/dist/auth0/generators/react/auth0-components/generated/ts-import-providers.d.ts.map +1 -0
  101. package/dist/auth0/generators/react/auth0-components/generated/ts-import-providers.js +25 -0
  102. package/dist/auth0/generators/react/auth0-components/generated/ts-import-providers.js.map +1 -0
  103. package/dist/auth0/generators/react/auth0-components/generated/typed-templates.d.ts +132 -0
  104. package/dist/auth0/generators/react/auth0-components/generated/typed-templates.d.ts.map +1 -0
  105. package/dist/auth0/generators/react/auth0-components/generated/typed-templates.js +17 -0
  106. package/dist/auth0/generators/react/auth0-components/generated/typed-templates.js.map +1 -0
  107. package/dist/auth0/generators/react/auth0-components/index.d.ts +2 -0
  108. package/dist/auth0/generators/react/auth0-components/index.d.ts.map +1 -0
  109. package/dist/auth0/generators/react/auth0-components/index.js +2 -0
  110. package/dist/auth0/generators/react/auth0-components/index.js.map +1 -0
  111. package/dist/auth0/generators/react/auth0-components/templates/{RequireAuth.tsx → src/components/require-auth/require-auth.tsx} +4 -4
  112. package/dist/auth0/generators/react/auth0-hooks/auth0-hooks.generator.d.ts +10 -2
  113. package/dist/auth0/generators/react/auth0-hooks/auth0-hooks.generator.d.ts.map +1 -1
  114. package/dist/auth0/generators/react/auth0-hooks/auth0-hooks.generator.js +13 -24
  115. package/dist/auth0/generators/react/auth0-hooks/auth0-hooks.generator.js.map +1 -1
  116. package/dist/auth0/generators/react/auth0-hooks/generated/index.d.ts +51 -0
  117. package/dist/auth0/generators/react/auth0-hooks/generated/index.d.ts.map +1 -0
  118. package/dist/auth0/generators/react/auth0-hooks/generated/index.js +9 -0
  119. package/dist/auth0/generators/react/auth0-hooks/generated/index.js.map +1 -0
  120. package/dist/auth0/generators/react/auth0-hooks/generated/template-paths.d.ts +16 -0
  121. package/dist/auth0/generators/react/auth0-hooks/generated/template-paths.d.ts.map +1 -0
  122. package/dist/auth0/generators/react/auth0-hooks/generated/template-paths.js +26 -0
  123. package/dist/auth0/generators/react/auth0-hooks/generated/template-paths.js.map +1 -0
  124. package/dist/auth0/generators/react/auth0-hooks/generated/ts-import-providers.d.ts +16 -0
  125. package/dist/auth0/generators/react/auth0-hooks/generated/ts-import-providers.d.ts.map +1 -0
  126. package/dist/auth0/generators/react/auth0-hooks/generated/ts-import-providers.js +27 -0
  127. package/dist/auth0/generators/react/auth0-hooks/generated/ts-import-providers.js.map +1 -0
  128. package/dist/auth0/generators/react/auth0-hooks/generated/typed-templates.d.ts +44 -0
  129. package/dist/auth0/generators/react/auth0-hooks/generated/typed-templates.d.ts.map +1 -0
  130. package/dist/auth0/generators/react/auth0-hooks/generated/typed-templates.js +67 -0
  131. package/dist/auth0/generators/react/auth0-hooks/generated/typed-templates.js.map +1 -0
  132. package/dist/auth0/generators/react/auth0-hooks/index.d.ts +2 -0
  133. package/dist/auth0/generators/react/auth0-hooks/index.d.ts.map +1 -0
  134. package/dist/auth0/generators/react/auth0-hooks/index.js +2 -0
  135. package/dist/auth0/generators/react/auth0-hooks/index.js.map +1 -0
  136. package/dist/auth0/generators/react/index.d.ts +5 -5
  137. package/dist/auth0/generators/react/index.d.ts.map +1 -1
  138. package/dist/auth0/generators/react/index.js +5 -5
  139. package/dist/auth0/generators/react/index.js.map +1 -1
  140. package/dist/auth0/generators/react/react-auth0/index.d.ts +2 -0
  141. package/dist/auth0/generators/react/react-auth0/index.d.ts.map +1 -0
  142. package/dist/auth0/generators/react/react-auth0/index.js +2 -0
  143. package/dist/auth0/generators/react/react-auth0/index.js.map +1 -0
  144. package/dist/web/assets/{__federation_expose_auth0CoreCommon-DCwCR5dZ.js → __federation_expose_auth0CoreCommon-BE50qa2_.js} +3 -3
  145. package/dist/web/assets/{__federation_expose_auth0CoreCommon-DCwCR5dZ.js.map → __federation_expose_auth0CoreCommon-BE50qa2_.js.map} +1 -1
  146. package/dist/web/assets/{__federation_expose_auth0CoreWeb-BlCwYpTq.js → __federation_expose_auth0CoreWeb-AdDVCP7O.js} +7 -9
  147. package/dist/web/assets/__federation_expose_auth0CoreWeb-AdDVCP7O.js.map +1 -0
  148. package/dist/web/assets/__federation_expose_authCoreCommon-DKyLSPCa.js +36 -0
  149. package/dist/web/assets/__federation_expose_authCoreCommon-DKyLSPCa.js.map +1 -0
  150. package/dist/web/assets/__federation_expose_authCoreWeb-CfCyOvUk.js +442 -0
  151. package/dist/web/assets/__federation_expose_authCoreWeb-CfCyOvUk.js.map +1 -0
  152. package/dist/web/assets/{__federation_fn_import-dzKjrTzS.js → __federation_fn_import-CxP86CUK.js} +2 -2
  153. package/dist/web/assets/{__federation_fn_import-dzKjrTzS.js.map → __federation_fn_import-CxP86CUK.js.map} +1 -1
  154. package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib/{web-BXHJHUXP.js → web-BFCvL5ku.js} +5 -5
  155. package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib/web-BFCvL5ku.js.map +1 -0
  156. package/dist/web/assets/__federation_shared_@baseplate-dev/{project-builder-lib-GtzVuDsM.js → project-builder-lib-BAwM_-SS.js} +150 -159
  157. package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib-BAwM_-SS.js.map +1 -0
  158. package/dist/web/assets/__federation_shared_@baseplate-dev/{ui-components-ChoqtPkg.js → ui-components-C3uzqK6u.js} +18156 -10210
  159. package/dist/web/assets/__federation_shared_@baseplate-dev/ui-components-C3uzqK6u.js.map +1 -0
  160. package/dist/web/assets/{index-BxDOOHD-.js → index-scyXBD_d.js} +10 -4
  161. package/dist/web/assets/{index-BxDOOHD-.js.map → index-scyXBD_d.js.map} +1 -1
  162. package/dist/web/assets/{index.esm-BZEyAv4m.js → index.esm-DIgRm3lq.js} +3 -3
  163. package/dist/web/assets/{index.esm-BZEyAv4m.js.map → index.esm-DIgRm3lq.js.map} +1 -1
  164. package/dist/web/assets/{model-merger-CdV-7CWE.js → model-merger-gxuB007n.js} +33 -23
  165. package/dist/web/assets/model-merger-gxuB007n.js.map +1 -0
  166. package/dist/web/assets/plugin-definition-Bgi_XH0-.js +22 -0
  167. package/dist/web/assets/plugin-definition-Bgi_XH0-.js.map +1 -0
  168. package/dist/web/assets/plugin-definition-EtIvYJxn.js +34 -0
  169. package/dist/web/assets/plugin-definition-EtIvYJxn.js.map +1 -0
  170. package/dist/web/assets/{react-BfiX28GO.js → react-CAuz_DuX.js} +2 -2
  171. package/dist/web/assets/{react-BfiX28GO.js.map → react-CAuz_DuX.js.map} +1 -1
  172. package/dist/web/assets/remoteEntry.js +8 -2
  173. package/dist/web/assets/remoteEntry.js.map +1 -1
  174. package/dist/web/assets/{plugin-definition-C9Q-BrBQ.js → schema-BAfRBwYE.js} +16 -27
  175. package/dist/web/assets/schema-BAfRBwYE.js.map +1 -0
  176. package/dist/web/assets/styles-BpKIyKWd.js +8 -0
  177. package/dist/web/assets/styles-BpKIyKWd.js.map +1 -0
  178. package/manifest.json +1 -1
  179. package/package.json +18 -10
  180. package/dist/auth/generators/fastify/auth-module/generated/ts-templates.d.ts.map +0 -1
  181. package/dist/auth/generators/fastify/auth-module/generated/ts-templates.js +0 -94
  182. package/dist/auth/generators/fastify/auth-module/generated/ts-templates.js.map +0 -1
  183. package/dist/auth/generators/fastify/auth-module/templates/management.ts +0 -22
  184. package/dist/auth/generators/fastify/auth-module/templates/schema/user-session-payload.object-type.ts +0 -23
  185. package/dist/auth/generators/fastify/auth-module/templates/schema/user-session.mutations.ts +0 -22
  186. package/dist/auth/generators/fastify/auth-module/templates/schema/user-session.queries.ts +0 -20
  187. package/dist/auth/generators/fastify/auth-module/templates/user-session.service.ts +0 -101
  188. package/dist/auth0/generators/fastify/auth0-module/generated/ts-import-maps.d.ts +0 -3
  189. package/dist/auth0/generators/fastify/auth0-module/generated/ts-import-maps.d.ts.map +0 -1
  190. package/dist/auth0/generators/fastify/auth0-module/generated/ts-import-maps.js +0 -12
  191. package/dist/auth0/generators/fastify/auth0-module/generated/ts-import-maps.js.map +0 -1
  192. package/dist/auth0/generators/fastify/auth0-module/generated/ts-templates.d.ts.map +0 -1
  193. package/dist/auth0/generators/fastify/auth0-module/generated/ts-templates.js.map +0 -1
  194. package/dist/auth0/generators/react/auth0-callback/generated/ts-templates.d.ts +0 -106
  195. package/dist/auth0/generators/react/auth0-callback/generated/ts-templates.d.ts.map +0 -1
  196. package/dist/auth0/generators/react/auth0-callback/generated/ts-templates.js.map +0 -1
  197. package/dist/auth0/generators/react/auth0-components/generated/ts-import-maps.d.ts +0 -3
  198. package/dist/auth0/generators/react/auth0-components/generated/ts-import-maps.d.ts.map +0 -1
  199. package/dist/auth0/generators/react/auth0-components/generated/ts-import-maps.js +0 -12
  200. package/dist/auth0/generators/react/auth0-components/generated/ts-import-maps.js.map +0 -1
  201. package/dist/auth0/generators/react/auth0-components/generated/ts-templates.d.ts +0 -45
  202. package/dist/auth0/generators/react/auth0-components/generated/ts-templates.d.ts.map +0 -1
  203. package/dist/auth0/generators/react/auth0-components/generated/ts-templates.js +0 -13
  204. package/dist/auth0/generators/react/auth0-components/generated/ts-templates.js.map +0 -1
  205. package/dist/auth0/generators/react/auth0-hooks/generated/text-templates.d.ts +0 -8
  206. package/dist/auth0/generators/react/auth0-hooks/generated/text-templates.d.ts.map +0 -1
  207. package/dist/auth0/generators/react/auth0-hooks/generated/text-templates.js +0 -12
  208. package/dist/auth0/generators/react/auth0-hooks/generated/text-templates.js.map +0 -1
  209. package/dist/auth0/generators/react/auth0-hooks/generated/ts-import-maps.d.ts +0 -3
  210. package/dist/auth0/generators/react/auth0-hooks/generated/ts-import-maps.d.ts.map +0 -1
  211. package/dist/auth0/generators/react/auth0-hooks/generated/ts-import-maps.js +0 -16
  212. package/dist/auth0/generators/react/auth0-hooks/generated/ts-import-maps.js.map +0 -1
  213. package/dist/auth0/generators/react/auth0-hooks/generated/ts-templates.d.ts +0 -33
  214. package/dist/auth0/generators/react/auth0-hooks/generated/ts-templates.d.ts.map +0 -1
  215. package/dist/auth0/generators/react/auth0-hooks/generated/ts-templates.js +0 -50
  216. package/dist/auth0/generators/react/auth0-hooks/generated/ts-templates.js.map +0 -1
  217. package/dist/web/assets/__federation_expose_auth0CoreWeb-BlCwYpTq.js.map +0 -1
  218. package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib/web-BXHJHUXP.js.map +0 -1
  219. package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib-GtzVuDsM.js.map +0 -1
  220. package/dist/web/assets/__federation_shared_@baseplate-dev/ui-components-ChoqtPkg.js.map +0 -1
  221. package/dist/web/assets/model-merger-CdV-7CWE.js.map +0 -1
  222. package/dist/web/assets/plugin-definition-C9Q-BrBQ.js.map +0 -1
  223. /package/dist/auth/generators/fastify/auth-module/templates/{user-session.constants.ts → module/constants/user-session.constants.ts} +0 -0
  224. /package/dist/auth/generators/fastify/auth-module/templates/{services → module/services}/user-session.service.ts +0 -0
  225. /package/dist/auth/generators/fastify/auth-module/templates/{utils → module/utils}/session-cookie.ts +0 -0
  226. /package/dist/auth/generators/fastify/auth-module/templates/{utils → module/utils}/verify-request-origin.ts +0 -0
  227. /package/dist/auth0/generators/fastify/auth0-module/templates/{management.ts → module/services/management.ts} +0 -0
  228. /package/dist/auth0/generators/fastify/auth0-module/templates/{user-session.service.ts → module/services/user-session.service.ts} +0 -0
  229. /package/dist/auth0/generators/react/auth0-hooks/templates/{useCurrentUser.gql → src/hooks/useCurrentUser.gql} +0 -0
  230. /package/dist/auth0/generators/react/auth0-hooks/templates/{useCurrentUser.ts → src/hooks/useCurrentUser.ts} +0 -0
  231. /package/dist/auth0/generators/react/auth0-hooks/templates/{useLogOut.ts → src/hooks/useLogOut.ts} +0 -0
  232. /package/dist/auth0/generators/react/auth0-hooks/templates/{useRequiredUserId.ts → src/hooks/useRequiredUserId.ts} +0 -0
  233. /package/dist/auth0/generators/react/auth0-hooks/templates/{useSession.ts → src/hooks/useSession.ts} +0 -0
@@ -1,4 +1,4 @@
1
- import { importShared } from './__federation_fn_import-dzKjrTzS.js';
1
+ import { importShared } from './__federation_fn_import-CxP86CUK.js';
2
2
 
3
3
  const React$1 = await importShared('react');
4
4
 
@@ -61,8 +61,12 @@ function IconBase(props) {
61
61
  }
62
62
 
63
63
  // THIS FILE IS AUTO GENERATED
64
- function MdDeleteOutline (props) {
64
+ function MdCalendarMonth (props) {
65
+ return GenIcon({"attr":{"viewBox":"0 0 24 24"},"child":[{"tag":"path","attr":{"fill":"none","d":"M0 0h24v24H0z"},"child":[]},{"tag":"path","attr":{"d":"M19 4h-1V2h-2v2H8V2H6v2H5c-1.11 0-1.99.9-1.99 2L3 20a2 2 0 0 0 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V10h14v10zM9 14H7v-2h2v2zm4 0h-2v-2h2v2zm4 0h-2v-2h2v2zm-8 4H7v-2h2v2zm4 0h-2v-2h2v2zm4 0h-2v-2h2v2z"},"child":[]}]})(props);
66
+ }function MdDeleteOutline (props) {
65
67
  return GenIcon({"attr":{"viewBox":"0 0 24 24"},"child":[{"tag":"path","attr":{"fill":"none","d":"M0 0h24v24H0V0z"},"child":[]},{"tag":"path","attr":{"d":"M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zM8 9h8v10H8V9zm7.5-5-1-1h-5l-1 1H5v2h14V4z"},"child":[]}]})(props);
68
+ }function MdSchedule (props) {
69
+ return GenIcon({"attr":{"viewBox":"0 0 24 24"},"child":[{"tag":"path","attr":{"fill":"none","d":"M0 0h24v24H0z"},"child":[]},{"tag":"path","attr":{"d":"M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"},"child":[]},{"tag":"path","attr":{"d":"M12.5 7H11v6l5.25 3.15.75-1.23-4.5-2.67z"},"child":[]}]})(props);
66
70
  }function MdSearch (props) {
67
71
  return GenIcon({"attr":{"viewBox":"0 0 24 24"},"child":[{"tag":"path","attr":{"fill":"none","d":"M0 0h24v24H0z"},"child":[]},{"tag":"path","attr":{"d":"M15.5 14h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"},"child":[]}]})(props);
68
72
  }function MdAdd (props) {
@@ -75,6 +79,8 @@ function MdDeleteOutline (props) {
75
79
  return GenIcon({"attr":{"viewBox":"0 0 24 24"},"child":[{"tag":"path","attr":{"fill":"none","d":"M0 0h24v24H0z"},"child":[]},{"tag":"path","attr":{"d":"M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zM20.71 7.04a.996.996 0 0 0 0-1.41l-2.34-2.34a.996.996 0 0 0-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83z"},"child":[]}]})(props);
76
80
  }function MdCheck (props) {
77
81
  return GenIcon({"attr":{"viewBox":"0 0 24 24"},"child":[{"tag":"path","attr":{"fill":"none","d":"M0 0h24v24H0z"},"child":[]},{"tag":"path","attr":{"d":"M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"},"child":[]}]})(props);
82
+ }function MdChevronLeft (props) {
83
+ return GenIcon({"attr":{"viewBox":"0 0 24 24"},"child":[{"tag":"path","attr":{"fill":"none","d":"M0 0h24v24H0z"},"child":[]},{"tag":"path","attr":{"d":"M15.41 7.41 14 6l-6 6 6 6 1.41-1.41L10.83 12z"},"child":[]}]})(props);
78
84
  }function MdChevronRight (props) {
79
85
  return GenIcon({"attr":{"viewBox":"0 0 24 24"},"child":[{"tag":"path","attr":{"fill":"none","d":"M0 0h24v24H0z"},"child":[]},{"tag":"path","attr":{"d":"M10 6 8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"},"child":[]}]})(props);
80
86
  }function MdClose (props) {
@@ -91,5 +97,5 @@ function MdDeleteOutline (props) {
91
97
  return GenIcon({"attr":{"viewBox":"0 0 24 24"},"child":[{"tag":"path","attr":{"fill":"none","d":"M0 0h24v24H0V0z"},"child":[]},{"tag":"path","attr":{"d":"M17 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14c1.1 0 2-.9 2-2V7l-4-4zm2 16H5V5h11.17L19 7.83V19zm-7-7c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zM6 6h9v4H6z"},"child":[]}]})(props);
92
98
  }
93
99
 
94
- export { MdMoreHoriz as M, MdChevronRight as a, MdCheck as b, MdUnfoldMore as c, MdClose as d, MdSearch as e, MdCircle as f, MdFormatListBulleted as g, MdOutlineErrorOutline as h, MdOutlineSave as i, MdExpandMore as j, MdEdit as k, MdDeleteOutline as l, MdAdd as m };
95
- //# sourceMappingURL=index-BxDOOHD-.js.map
100
+ export { MdMoreHoriz as M, MdChevronRight as a, MdChevronLeft as b, MdExpandMore as c, MdCheck as d, MdUnfoldMore as e, MdClose as f, MdSearch as g, MdCalendarMonth as h, MdSchedule as i, MdCircle as j, MdFormatListBulleted as k, MdOutlineErrorOutline as l, MdOutlineSave as m, MdEdit as n, MdDeleteOutline as o, MdAdd as p };
101
+ //# sourceMappingURL=index-scyXBD_d.js.map