@conterra/ct-mapapps-typings 4.19.0-next.20241204215401 → 4.19.0-next.20241209051141

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": "@conterra/ct-mapapps-typings",
3
- "version": "4.19.0-next.20241204215401",
3
+ "version": "4.19.0-next.20241209051141",
4
4
  "description": "TypeDefinitions for ct-mapapps",
5
5
  "author": "conterra",
6
6
  "license": "Apache-2.0"
@@ -1,5 +0,0 @@
1
- {
2
- "name": "style-guide",
3
- "version": "4.19.0-SNAPSHOT",
4
- "types": ""
5
- }
@@ -1,12 +0,0 @@
1
- import templateStringContent from 'text!./template.html';
2
-
3
- declare namespace _default {
4
- export { templateStringContent as templateString };
5
- export namespace extend {
6
- let layoutbase: string;
7
- let webfontgallerylocation: string;
8
- function init(): void;
9
- }
10
- }
11
-
12
- export { _default as default };