@flarehr/apollo-workplace-policies 0.41.44 → 0.43.46
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/workplace-policies.js +1 -1
- package/package.json +1 -1
- package/dist/index.html +0 -42
- /package/dist/assets/{check-a011ef96.svg → check.svg} +0 -0
- /package/dist/assets/{chevron-left-415016d1.svg → chevron-left.svg} +0 -0
- /package/dist/assets/{chevron-right-2de1bd87.svg → chevron-right.svg} +0 -0
- /package/dist/assets/{download-1856c0b5.svg → download.svg} +0 -0
- /package/dist/assets/{file-no-access-68674cf8.svg → file-no-access.svg} +0 -0
- /package/dist/assets/{folder-xmark-819e5e60.svg → folder-xmark.svg} +0 -0
- /package/dist/assets/{launch-bd615c2a.svg → launch.svg} +0 -0
- /package/dist/assets/{loader-00de789e.svg → loader.svg} +0 -0
- /package/dist/assets/{menu-93ff0f08.svg → menu.svg} +0 -0
- /package/dist/assets/{minus-5d7353d0.svg → minus.svg} +0 -0
- /package/dist/assets/{pdf.worker.min-feabdf30.js → pdf.worker.min.js} +0 -0
- /package/dist/assets/{plus-d22c349b.svg → plus.svg} +0 -0
package/package.json
CHANGED
package/dist/index.html
DELETED
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
<!-- This index is for local development -->
|
|
2
|
-
<!DOCTYPE html>
|
|
3
|
-
<html>
|
|
4
|
-
<head>
|
|
5
|
-
<title>Workplace Policies Apps</title>
|
|
6
|
-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
7
|
-
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
8
|
-
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
9
|
-
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
|
10
|
-
<link
|
|
11
|
-
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap"
|
|
12
|
-
rel="stylesheet"
|
|
13
|
-
/>
|
|
14
|
-
<script type="module" crossorigin src="https://npm-cdn.flarehr.com/@flarehr/apollo-workplace-policies/dist/workplace-policies.js"></script>
|
|
15
|
-
</head>
|
|
16
|
-
<style>
|
|
17
|
-
:root {
|
|
18
|
-
--fl-color-primary: #1890ff;
|
|
19
|
-
--fl-color-primary-light: #74c0ff;
|
|
20
|
-
--fl-color-primary-dark: #006bce;
|
|
21
|
-
--fl-color-primary-disabled: #f5f5f5;
|
|
22
|
-
--fl-color-primary-hover: #40a9ff;
|
|
23
|
-
--fl-color-primary-focus: #40a9ff;
|
|
24
|
-
--fl-color-primary-text: white;
|
|
25
|
-
--fl-color-secondary: #d3d3d3;
|
|
26
|
-
--fl-color-secondary-light: #e1e1e1;
|
|
27
|
-
--fl-color-secondary-dark: #cecece;
|
|
28
|
-
--fl-color-secondary-disabled: #f5f5f5;
|
|
29
|
-
--fl-color-secondary-hover: #ebebeb;
|
|
30
|
-
--fl-color-secondary-focus: #ebebeb;
|
|
31
|
-
--fl-color-secondary-text: #262626;
|
|
32
|
-
}
|
|
33
|
-
</style>
|
|
34
|
-
<body>
|
|
35
|
-
<apollo-workplace-policies-app
|
|
36
|
-
access-token="TOKEN_IGNORED_FOR_DEV"
|
|
37
|
-
backend-url="https://autodev-partner.flarehr.com"
|
|
38
|
-
>
|
|
39
|
-
</apollo-workplace-policies-app>
|
|
40
|
-
|
|
41
|
-
</body>
|
|
42
|
-
</html>
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|