@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flarehr/apollo-workplace-policies",
3
- "version": "0.41.44",
3
+ "version": "0.43.46",
4
4
  "description": "Flare Workplace Policies Components",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "files": [
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