kc-sdk 6.11.12267 → 6.12.853
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 +1 -1
- package/src/3rdpartylicenses.txt +1 -1
- package/src/app.component.css.map +1 -1
- package/src/assets/sdk/kc-sdk-config.js +8 -8
- package/src/assets/sdk/kc-sdk-config.json +8 -8
- package/src/assets/sdk/kc-sdk-support.js +289 -289
- package/src/assets/sdk/kc-sdk.js +734 -734
- package/src/assets/styles/bootstrap.min copy.css +4 -4
- package/src/assets/styles/bootstrap.min.css +4 -4
- package/src/assets/styles/uitk-defaults.css +2253 -2253
- package/src/index.html +19 -19
- package/src/main.js +8 -8
- package/src/main.js.map +1 -1
- package/src/polyfills.js +2 -2
- package/src/polyfills.js.map +1 -1
- package/src/styles.css.map +1 -1
package/src/index.html
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<html lang="en" data-beasties-container>
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="utf-8">
|
|
5
|
-
<title>kc sdk tester</title>
|
|
6
|
-
|
|
7
|
-
<script type="text/javascript" src="assets/sdk/kc-sdk-config.js"></script>
|
|
8
|
-
<script type="text/javascript" src="assets/sdk/kc-sdk-support.js"></script>
|
|
9
|
-
<script type="text/javascript" src="assets/sdk/kc-sdk.js"></script>
|
|
10
|
-
|
|
11
|
-
<link rel="stylesheet" type="text/css" href="assets/styles/uitk-defaults.css">
|
|
12
|
-
<link rel="stylesheet" type="text/css" href="assets/styles/bootstrap.min.css">
|
|
13
|
-
|
|
14
|
-
<link rel="shortcut icon" href="assets/images/optum_favicon.png" type="image/png">
|
|
15
|
-
<style>html,html *{box-sizing:border-box!important}:root{--white:#afafaf;--red:#e31b23;--bodyColor:#292a2b;--borderFormEls:hsl(0, 0%, 10%);--bgFormEls:hsl(0, 0%, 14%);--bgFormElsFocus:hsl(0, 7%, 20%)}body{color:inherit;background:#fbfbfe}</style><link rel="stylesheet" href="styles.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.css"></noscript></head>
|
|
16
|
-
<body>
|
|
17
|
-
<app-root></app-root>
|
|
18
|
-
<script src="polyfills.js" type="module"></script><script src="main.js" type="module"></script></body>
|
|
19
|
-
</html>
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en" data-beasties-container>
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8">
|
|
5
|
+
<title>kc sdk tester</title>
|
|
6
|
+
|
|
7
|
+
<script type="text/javascript" src="assets/sdk/kc-sdk-config.js"></script>
|
|
8
|
+
<script type="text/javascript" src="assets/sdk/kc-sdk-support.js"></script>
|
|
9
|
+
<script type="text/javascript" src="assets/sdk/kc-sdk.js"></script>
|
|
10
|
+
|
|
11
|
+
<link rel="stylesheet" type="text/css" href="assets/styles/uitk-defaults.css">
|
|
12
|
+
<link rel="stylesheet" type="text/css" href="assets/styles/bootstrap.min.css">
|
|
13
|
+
|
|
14
|
+
<link rel="shortcut icon" href="assets/images/optum_favicon.png" type="image/png">
|
|
15
|
+
<style>html,html *{box-sizing:border-box!important}:root{--white:#afafaf;--red:#e31b23;--bodyColor:#292a2b;--borderFormEls:hsl(0, 0%, 10%);--bgFormEls:hsl(0, 0%, 14%);--bgFormElsFocus:hsl(0, 7%, 20%)}body{color:inherit;background:#fbfbfe}</style><link rel="stylesheet" href="styles.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.css"></noscript></head>
|
|
16
|
+
<body>
|
|
17
|
+
<app-root></app-root>
|
|
18
|
+
<script src="polyfills.js" type="module"></script><script src="main.js" type="module"></script></body>
|
|
19
|
+
</html>
|