@mikezimm/fps-library-v2 1.1.145 → 1.1.146
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 +8 -2
- package/lib/components/atoms/Links/RepoLinks/gitGenericFps.d.ts +3 -0
- package/lib/components/atoms/Links/RepoLinks/gitGenericFps.d.ts.map +1 -0
- package/lib/components/atoms/Links/RepoLinks/gitGenericFps.js +4 -0
- package/lib/components/atoms/Links/RepoLinks/gitGenericFps.js.map +1 -0
- package/lib/components/atoms/Links/RepoLinks/gitGenericMZ.d.ts +3 -0
- package/lib/components/atoms/Links/RepoLinks/gitGenericMZ.d.ts.map +1 -0
- package/lib/components/atoms/Links/RepoLinks/gitGenericMZ.js +4 -0
- package/lib/components/atoms/Links/RepoLinks/gitGenericMZ.js.map +1 -0
- package/lib/components/atoms/Links/RepoLinks/gitNetworkBuilder.d.ts +3 -0
- package/lib/components/atoms/Links/RepoLinks/gitNetworkBuilder.d.ts.map +1 -0
- package/lib/components/atoms/Links/RepoLinks/gitNetworkBuilder.js +4 -0
- package/lib/components/atoms/Links/RepoLinks/gitNetworkBuilder.js.map +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -27,12 +27,18 @@ npm run clean
|
|
|
27
27
|
npm run build ; npm publish --access=public
|
|
28
28
|
npm version major/minor/patch
|
|
29
29
|
npm publish --access=public
|
|
30
|
-
npm install @mikezimm/fps-library-v2@1.1.
|
|
30
|
+
npm install @mikezimm/fps-library-v2@1.1.147
|
|
31
31
|
|
|
32
32
|
# Changelog
|
|
33
33
|
NOTE: TURN BACK ON STRICT NULL CHECKS - turned off for PropPaneCols
|
|
34
34
|
|
|
35
|
-
## 1.1.
|
|
35
|
+
## 1.1.147 - 2024-Mar 13:
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
## 1.1.146 - 2024-Mar 13: Added new gitRepoLinks
|
|
39
|
+
- gitGenericFps, gitGenericMZ, gitNetworkBuilder, gitPagePal
|
|
40
|
+
|
|
41
|
+
## 1.1.145 - 2024-Mar 13: Color themes
|
|
36
42
|
- fix new color index in PropPanePicker, make 2 charcoal colors instead of one
|
|
37
43
|
|
|
38
44
|
## 1.1.144 - 2024-Mar 13: New Tenants
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"gitGenericFps.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/Links/RepoLinks/gitGenericFps.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAmB,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAI7D,eAAO,MAAM,aAAa,EAAE,UAA+E,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"gitGenericFps.js","sourceRoot":"","sources":["../../../../../src/components/atoms/Links/RepoLinks/gitGenericFps.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,aAAa,GAAe,eAAe,CAAC,YAAY,EAAE,QAAQ,EAAE,aAAa,EAAE,UAAU,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"gitGenericMZ.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/Links/RepoLinks/gitGenericMZ.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAmB,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAI7D,eAAO,MAAM,YAAY,EAAE,UAAgF,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"gitGenericMZ.js","sourceRoot":"","sources":["../../../../../src/components/atoms/Links/RepoLinks/gitGenericMZ.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAc,MAAM,gBAAgB,CAAC;AAC7D,OAAO,EAAE,WAAW,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAGxD,MAAM,CAAC,MAAM,YAAY,GAAe,eAAe,CAAE,WAAW,EAAG,QAAQ,EAAE,aAAa,EAAE,UAAU,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"gitNetworkBuilder.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/Links/RepoLinks/gitNetworkBuilder.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAmB,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAI7D,eAAO,MAAM,iBAAiB,EAAE,UAAuG,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createRepoLinks } from '../CreateLinks';
|
|
2
|
+
import { baseFPSRepos, SmallStyle } from './LinksCommon';
|
|
3
|
+
export const gitNetworkBuilder = createRepoLinks(baseFPSRepos + 'Network-Builder', '_blank', 'Network-Builder', SmallStyle);
|
|
4
|
+
//# sourceMappingURL=gitNetworkBuilder.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"gitNetworkBuilder.js","sourceRoot":"","sources":["../../../../../src/components/atoms/Links/RepoLinks/gitNetworkBuilder.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,iBAAiB,GAAe,eAAe,CAAC,YAAY,GAAG,iBAAiB,EAAE,QAAQ,EAAE,iBAAiB,EAAE,UAAU,CAAC,CAAC"}
|