@mikezimm/fps-library-v2 1.1.146 → 1.1.147

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/CHANGELOG.md CHANGED
@@ -24,18 +24,18 @@ git push -u origin main
24
24
  # Publish hints:
25
25
 
26
26
  npm run clean
27
- npm run build ; npm publish --access=public
27
+ npm run build ; npm publish --access=public; npm version patch
28
28
  npm version major/minor/patch
29
29
  npm publish --access=public
30
- npm install @mikezimm/fps-library-v2@1.1.147
30
+ npm install @mikezimm/fps-library-v2@1.1.148
31
31
 
32
32
  # Changelog
33
33
  NOTE: TURN BACK ON STRICT NULL CHECKS - turned off for PropPaneCols
34
34
 
35
- ## 1.1.147 - 2024-Mar 13:
35
+ ## 1.1.148 - 2024-Mar 13:
36
36
 
37
37
 
38
- ## 1.1.146 - 2024-Mar 13: Added new gitRepoLinks
38
+ ## 1.1.147 - 2024-Mar 13: Added new gitRepoLinks
39
39
  - gitGenericFps, gitGenericMZ, gitNetworkBuilder, gitPagePal
40
40
 
41
41
  ## 1.1.145 - 2024-Mar 13: Color themes
@@ -0,0 +1,3 @@
1
+ import { IRepoLinks } from '../CreateLinks';
2
+ export declare const gitPagePal: IRepoLinks;
3
+ //# sourceMappingURL=gitPagePal.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"gitPagePal.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/Links/RepoLinks/gitPagePal.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAmB,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAI7D,eAAO,MAAM,UAAU,EAAE,UAAwF,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { createRepoLinks } from '../CreateLinks';
2
+ import { baseFPSRepos, SmallStyle } from './LinksCommon';
3
+ export const gitPagePal = createRepoLinks(baseFPSRepos + 'PagePal', '_blank', 'PagePal', SmallStyle);
4
+ //# sourceMappingURL=gitPagePal.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"gitPagePal.js","sourceRoot":"","sources":["../../../../../src/components/atoms/Links/RepoLinks/gitPagePal.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAc,MAAM,gBAAgB,CAAC;AAC7D,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAGzD,MAAM,CAAC,MAAM,UAAU,GAAe,eAAe,CAAE,YAAY,GAAG,SAAS,EAAE,QAAQ,EAAE,SAAS,EAAE,UAAU,CAAC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mikezimm/fps-library-v2",
3
- "version": "1.1.146",
3
+ "version": "1.1.147",
4
4
  "description": "Library of reusable typescript/javascript functions, interfaces and constants",
5
5
  "license": "MIT",
6
6
  "main": "./lib/index.js",