@mikezimm/fps-library-v2 1.2.76 → 1.2.77

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,6 @@
1
+ import { IRepoLinks } from '../CreateLinks';
2
+ /**
3
+ * My repos - For Banner component in Panel
4
+ */
5
+ export declare const gitHierarchyExplorer: IRepoLinks;
6
+ //# sourceMappingURL=gitHierarchyExplorer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"gitHierarchyExplorer.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/Links/RepoLinks/gitHierarchyExplorer.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAmB,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAa7D;;GAEG;AAGH,eAAO,MAAM,oBAAoB,EAAE,UAAoI,CAAC"}
@@ -0,0 +1,18 @@
1
+ import { createRepoLinks } from '../CreateLinks';
2
+ import { baseFPSRepos, SmallStyle } from './LinksCommon';
3
+ // export const gitRepoTrackMyTime: IRepoLinks = createRepoLinks( baseMyRepos + 'TrackMyTime7v2021', '_blank', 'TrackMyTime-7', SmallStyle );
4
+ // export const gitRepoPivotTiles: IRepoLinks = createRepoLinks( baseMyRepos + 'pivottiles7','_blank', 'Pivot-Tiles-7', SmallStyle );
5
+ // export const gitRepoDrillDown: IRepoLinks = createRepoLinks( baseMyRepos + 'drilldown7','_blank', 'Drilldown-7', SmallStyle );
6
+ // export const gitRepoSocialiis: IRepoLinks = createRepoLinks( baseMyRepos + 'Social-iis-7','_blank', 'Social-iis-7', SmallStyle );
7
+ // export const gitRepoGridCharts: IRepoLinks = createRepoLinks( baseMyRepos + 'gridcharts','_blank', 'GridCharts', SmallStyle );
8
+ // export const gitRepoCarrotCharts: IRepoLinks = createRepoLinks( baseMyRepos + 'carrotcharts','_blank', 'Carrot charts', SmallStyle );
9
+ // export const gitRepoEasyContnets: IRepoLinks = createRepoLinks( baseMyRepos + 'generic-solution', '_blank', 'Easy Contents', SmallStyle );
10
+ // export const gitRepoActionNews: IRepoLinks = createRepoLinks( baseMyRepos + 'actionnews','_blank', 'ActionNews', SmallStyle );
11
+ // export const gitRepoImageMapper: IRepoLinks = createRepoLinks( baseMyRepos + 'imagemapper','_blank', 'Image Mapper', SmallStyle);
12
+ // export const gitRepoEasyStorage: IRepoLinks = createRepoLinks( baseMyRepos + 'ECStorage','_blank', 'Extreme Storage', SmallStyle );
13
+ /**
14
+ * My repos - For Banner component in Panel
15
+ */
16
+ // export const baseMyRepos = 'https://github.com/mikezimm/';
17
+ export const gitHierarchyExplorer = createRepoLinks(baseFPSRepos + 'Hierarchy-Explorer', '_blank', 'Hierarchy-Explorer', SmallStyle, 'Hierarchy-Explorer');
18
+ //# sourceMappingURL=gitHierarchyExplorer.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"gitHierarchyExplorer.js","sourceRoot":"","sources":["../../../../../src/components/atoms/Links/RepoLinks/gitHierarchyExplorer.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAc,MAAM,gBAAgB,CAAC;AAC7D,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAEzD,6IAA6I;AAC7I,qIAAqI;AACrI,iIAAiI;AACjI,oIAAoI;AACpI,iIAAiI;AACjI,wIAAwI;AACxI,6IAA6I;AAC7I,iIAAiI;AACjI,oIAAoI;AACpI,sIAAsI;AACtI;;GAEG;AACH,6DAA6D;AAE7D,MAAM,CAAC,MAAM,oBAAoB,GAAe,eAAe,CAAC,YAAY,GAAG,oBAAoB,EAAE,QAAQ,EAAE,oBAAoB,EAAE,UAAU,EAAE,oBAAoB,CAAE,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mikezimm/fps-library-v2",
3
- "version": "1.2.76",
3
+ "version": "1.2.77",
4
4
  "description": "Library of reusable typescript/javascript functions, interfaces and constants",
5
5
  "license": "MIT",
6
6
  "main": "./lib/index.js",