@flarehr/apollo-workplace-policies 0.1.801 → 0.1.803
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.
- package/dist/assets/check-a011ef96.svg +11 -0
- package/dist/assets/chevron-left-415016d1.svg +3 -0
- package/dist/assets/chevron-right-2de1bd87.svg +3 -0
- package/dist/assets/download-1856c0b5.svg +3 -0
- package/dist/assets/file-no-access-68674cf8.svg +9 -0
- package/dist/assets/folder-xmark-819e5e60.svg +3 -0
- package/dist/assets/launch-bd615c2a.svg +3 -0
- package/dist/assets/loader-00de789e.svg +6 -0
- package/dist/assets/menu-93ff0f08.svg +3 -0
- package/dist/assets/minus-5d7353d0.svg +3 -0
- package/dist/assets/pdf.worker.min-feabdf30.js +22 -0
- package/dist/assets/plus-d22c349b.svg +3 -0
- package/dist/index.html +42 -0
- package/dist/workplace-policies.js +9 -0
- package/package.json +1 -1
- package/README.md +0 -8
- package/dist/App.jsx +0 -32
- package/dist/BackendService.jsx +0 -84
- package/dist/Common/Assets.jsx +0 -88
- package/dist/Common/EventNotificationService.jsx +0 -13
- package/dist/Common/PreactCustomElement.jsx +0 -11
- package/dist/Common/ReactPdf.jsx +0 -93
- package/dist/Common/Tailwind.jsx +0 -6
- package/dist/Components/MainPage.jsx +0 -38
- package/dist/Components/PdfDocument.jsx +0 -15
- package/dist/Components/PolicyCard.jsx +0 -19
- package/dist/Components/ReviewPolicyPage.jsx +0 -7
- package/dist/Components/UnableToLoadPdf.jsx +0 -5
- package/dist/Types.jsx +0 -208
- package/dist/WorkplacePolicies.Api.Shared/AdminApiModels.jsx +0 -78
- package/dist/WorkplacePolicies.Api.Shared/BackendApiModels.jsx +0 -213
- package/dist/WorkplacePolicies.Api.Shared/Common.jsx +0 -113
- package/dist/WorkplacePolicies.Api.Shared/ExternalApiModels.jsx +0 -92
- package/dist/WorkplacePolicies.Domain/Audit.jsx +0 -113
- package/dist/WorkplacePolicies.Domain/Core.jsx +0 -367
- package/dist/WorkplacePolicies.Domain/JwtPayload.jsx +0 -67
- package/dist/WorkplacePolicies.Domain/Policy/CommandHandler.jsx +0 -184
- package/dist/WorkplacePolicies.Domain/Policy/Policy.jsx +0 -483
- package/dist/WorkplacePolicies.Domain/PolicyReview/CommandHandler.jsx +0 -54
- package/dist/WorkplacePolicies.Domain/PolicyReview/PolicyReview.jsx +0 -250
- package/dist/WorkplacePolicies.Domain/PolicyReviewConfig/CommandHandler.jsx +0 -85
- package/dist/WorkplacePolicies.Domain/PolicyReviewConfig/PolicyReviewConfig.jsx +0 -115
- package/dist/WorkplacePolicies.Domain/Shared.jsx +0 -76
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_3040_23717)">
|
|
3
|
+
<path d="M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24Z" fill="currentColor"/>
|
|
4
|
+
<path d="M6 12L10 16L18 8" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
</g>
|
|
6
|
+
<defs>
|
|
7
|
+
<clipPath id="clip0_3040_23717">
|
|
8
|
+
<rect width="24" height="24" fill="white"/>
|
|
9
|
+
</clipPath>
|
|
10
|
+
</defs>
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M4 16L4 17C4 18.6569 5.34315 20 7 20L17 20C18.6569 20 20 18.6569 20 17L20 16M16 12L12 16M12 16L8 12M12 16L12 4" stroke="#9CA3AF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<svg width="33" height="32" viewBox="0 0 33 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="file-no-access 1">
|
|
3
|
+
<g id="Group">
|
|
4
|
+
<path id="Vector" d="M29.5 1H3.5V31H29.5V1Z" stroke="#9CA3AF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path id="Vector_2" d="M11.5566 20.944L21.4406 11.06" stroke="#9CA3AF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
<path id="Vector_3" d="M16.5 23C20.366 23 23.5 19.866 23.5 16C23.5 12.134 20.366 9 16.5 9C12.634 9 9.5 12.134 9.5 16C9.5 19.866 12.634 23 16.5 23Z" stroke="#9CA3AF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
7
|
+
</g>
|
|
8
|
+
</g>
|
|
9
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="32" height="28" viewBox="0 0 32 28" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M28 4C30.1875 4 32 5.8125 32 8V24C32 26.25 30.1875 28 28 28H4C1.75 28 0 26.25 0 24V4C0 1.8125 1.75 0 4 0H11.3125C12.375 0 13.375 0.4375 14.125 1.1875L17 4H28ZM30 24V8C30 6.9375 29.0625 6 28 6H16.125L12.75 2.625C12.375 2.25 11.875 2 11.3125 2H4C2.875 2 2 2.9375 2 4V24C2 25.125 2.875 26 4 26H28C29.0625 26 30 25.125 30 24ZM20.6875 11.3125C21.0625 11.6875 21.0625 12.375 20.6875 12.75L17.375 16L20.6875 19.3125C21.0625 19.6875 21.0625 20.375 20.6875 20.75C20.3125 21.125 19.625 21.125 19.25 20.75L16 17.4375L12.6875 20.75C12.3125 21.125 11.625 21.125 11.25 20.75C10.875 20.375 10.875 19.6875 11.25 19.3125L14.5625 16L11.25 12.75C10.875 12.375 10.875 11.6875 11.25 11.3125C11.625 10.9375 12.3125 10.9375 12.6875 11.3125L16 14.625L19.25 11.3125C19.625 10.9375 20.3125 10.9375 20.6875 11.3125Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.5 4H15.5C15.6326 4 15.7597 4.05268 15.8535 4.14645C15.9473 4.24022 16 4.36739 16 4.5V9.5C15.9999 9.59894 15.9706 9.69565 15.9156 9.77789C15.8606 9.86013 15.7824 9.92421 15.691 9.962C15.6303 9.98677 15.5655 9.99967 15.5 10C15.4343 10.0001 15.3692 9.98729 15.3084 9.96223C15.2477 9.93718 15.1925 9.9004 15.146 9.854L13.354 8.061L10.707 10.707C10.6147 10.8025 10.5044 10.8787 10.3824 10.9311C10.2604 10.9835 10.1291 11.0111 9.99636 11.0123C9.86358 11.0134 9.7319 10.9881 9.609 10.9378C9.48611 10.8875 9.37446 10.8133 9.28056 10.7194C9.18667 10.6255 9.11242 10.5139 9.06214 10.391C9.01186 10.2681 8.98655 10.1364 8.98771 10.0036C8.98886 9.87082 9.01645 9.7396 9.06886 9.6176C9.12127 9.49559 9.19745 9.38525 9.29296 9.293L11.939 6.646L10.146 4.854C10.0759 4.78407 10.0281 4.6949 10.0087 4.59779C9.98935 4.50068 9.99926 4.40001 10.0372 4.30854C10.0751 4.21706 10.1393 4.13891 10.2217 4.08398C10.3041 4.02905 10.4009 3.99982 10.5 4ZM12 16H6C5.46957 16 4.96086 15.7893 4.58579 15.4142C4.21071 15.0391 4 14.5304 4 14V8C4 7.46957 4.21071 6.96086 4.58579 6.58579C4.96086 6.21071 5.46957 6 6 6H7C7.26522 6 7.51957 6.10536 7.70711 6.29289C7.89464 6.48043 8 6.73478 8 7C8 7.26522 7.89464 7.51957 7.70711 7.70711C7.51957 7.89464 7.26522 8 7 8H6V14H12V13C12 12.7348 12.1054 12.4804 12.2929 12.2929C12.4804 12.1054 12.7348 12 13 12C13.2652 12 13.5196 12.1054 13.7071 12.2929C13.8946 12.4804 14 12.7348 14 13V14C14 14.5304 13.7893 15.0391 13.4142 15.4142C13.0391 15.7893 12.5304 16 12 16Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg width="21" height="20" viewBox="0 0 21 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="Loader Mini">
|
|
3
|
+
<path id="Ellipse 2" d="M18.5 10C18.5 14.4183 14.9183 18 10.5 18C6.08172 18 2.5 14.4183 2.5 10C2.5 5.58172 6.08172 2 10.5 2C14.9183 2 18.5 5.58172 18.5 10ZM4.49743 10C4.49743 13.3151 7.18487 16.0026 10.5 16.0026C13.8151 16.0026 16.5026 13.3151 16.5026 10C16.5026 6.68487 13.8151 3.99743 10.5 3.99743C7.18487 3.99743 4.49743 6.68487 4.49743 10Z" fill="white" fill-opacity="0.3"/>
|
|
4
|
+
<path id="Ellipse 2_2" d="M10.5 3C10.5 2.44772 10.9494 1.99356 11.4974 2.06242C12.2053 2.15137 12.8996 2.3348 13.5615 2.60896C14.5321 3.011 15.414 3.60028 16.1569 4.34315C16.8997 5.08602 17.489 5.96793 17.891 6.93853C18.1652 7.60043 18.3486 8.29473 18.4376 9.0026C18.5064 9.55057 18.0523 10 17.5 10C16.9477 10 16.5085 9.54925 16.4169 9.00462C16.342 8.55939 16.2169 8.12298 16.0433 7.7039C15.7417 6.97595 15.2998 6.31451 14.7426 5.75736C14.1855 5.20021 13.5241 4.75825 12.7961 4.45672C12.377 4.28313 11.9406 4.15804 11.4954 4.08314C10.9508 3.99152 10.5 3.55228 10.5 3Z" fill="white"/>
|
|
5
|
+
</g>
|
|
6
|
+
</svg>
|