telepact-console 1.0.0-alpha.253 → 1.0.0-alpha.256

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.
@@ -0,0 +1,13 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round">
3
+ <path
4
+ stroke="#38BDF8"
5
+ stroke-width="1.55"
6
+ d="M 2.093 6.908 C 0.414 4.35 1.447 0.938 3 1 C 3.67 1.171 3.799 1.352 4.057 1.946 C 4.833 4.117 4 11 2 23 L 16 23 M 18 2 A 1 1 0 0 0 17 1 L 3 1 M 18 2 L 18 5 M 16 23 C 16.619 20.297 16.959 17.314 17.252 15.902"
7
+ />
8
+ <path
9
+ stroke="#EAB308"
10
+ stroke-width="1.55"
11
+ d="M 10 17 L 15 10 L 15 12 L 19 8 L 19.008 9.317 L 23 6 L 18 13 L 18 11 L 14 15 L 13.996 13.561 L 10 17"
12
+ />
13
+ </svg>
Binary file
package/build/index.html CHANGED
@@ -19,6 +19,7 @@
19
19
  <head>
20
20
  <meta charset="utf-8" />
21
21
  <link rel="icon" type="image/svg+xml" href="./favicon.svg" />
22
+ <link rel="icon" type="image/x-icon" href="./favicon.ico" />
22
23
  <meta name="viewport" content="width=device-width, initial-scale=1" />
23
24
  <script src="./theme-bootstrap.js"></script>
24
25
  <script type="module" src="./override.js"></script>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "telepact-console",
3
- "version": "1.0.0-alpha.253",
3
+ "version": "1.0.0-alpha.256",
4
4
  "description": "A web-based interface for inspecting and testing Telepact APIs.",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {