@mikezimm/fps-library-v2 1.1.91 → 1.1.92
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 +4 -1
- package/lib/components/atoms/Links/RepoLinks/gitComplianceInsights.d.ts +6 -0
- package/lib/components/atoms/Links/RepoLinks/gitComplianceInsights.d.ts.map +1 -0
- package/lib/components/atoms/Links/RepoLinks/gitComplianceInsights.js +8 -0
- package/lib/components/atoms/Links/RepoLinks/gitComplianceInsights.js.map +1 -0
- package/lib/components/atoms/Links/RepoLinks/gitItemNinja.d.ts +6 -0
- package/lib/components/atoms/Links/RepoLinks/gitItemNinja.d.ts.map +1 -0
- package/lib/components/atoms/Links/RepoLinks/gitItemNinja.js +8 -0
- package/lib/components/atoms/Links/RepoLinks/gitItemNinja.js.map +1 -0
- package/lib/components/atoms/Links/RepoLinks/gitWikiMaster.d.ts +6 -0
- package/lib/components/atoms/Links/RepoLinks/gitWikiMaster.d.ts.map +1 -0
- package/lib/components/atoms/Links/RepoLinks/gitWikiMaster.js +8 -0
- package/lib/components/atoms/Links/RepoLinks/gitWikiMaster.js.map +1 -0
- package/lib/components/molecules/FieldPanel/PropPaneCols.module.scss.d.ts +3 -0
- package/lib/components/molecules/FieldPanel/PropPaneCols.module.scss.d.ts.map +1 -0
- package/lib/components/molecules/FieldPanel/PropPaneCols.module.scss.js +6 -0
- package/lib/components/molecules/FieldPanel/PropPaneCols.module.scss.js.map +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -12,11 +12,14 @@ npm run clean
|
|
|
12
12
|
npm run build
|
|
13
13
|
npm version major/minor/patch
|
|
14
14
|
npm publish --access=public
|
|
15
|
-
npm install @mikezimm/fps-library-v2@1.1.
|
|
15
|
+
npm install @mikezimm/fps-library-v2@1.1.92
|
|
16
16
|
|
|
17
17
|
# Changelog
|
|
18
18
|
NOTE: TURN BACK ON STRICT NULL CHECKS - turned off for PropPaneCols
|
|
19
19
|
|
|
20
|
+
## 1.1.92 - 2023-Nov 24: gitRepoLinks
|
|
21
|
+
- create 3 new gitRepoLinks: gitWikiMaster, gitComplianceInsights, gitItemNinja
|
|
22
|
+
|
|
20
23
|
## 1.1.91 - 2023-Nov 24: createWebNav
|
|
21
24
|
- reverted @pnp/spfx-property-controls@3.15.0 to >> npm install @pnp/spfx-property-controls@3.6.0
|
|
22
25
|
- 3.15 bumped everything to 1.18.2, fluentui to 8.106
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"gitComplianceInsights.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/Links/RepoLinks/gitComplianceInsights.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAmB,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAG7D;;GAEG;AAGH,eAAO,MAAM,qBAAqB,EAAE,UAAmH,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { createRepoLinks } from '../CreateLinks';
|
|
2
|
+
import { baseFPSRepos, SmallStyle } from './LinksCommon';
|
|
3
|
+
/**
|
|
4
|
+
* My repos - For Banner component in Panel
|
|
5
|
+
*/
|
|
6
|
+
// export const baseMyRepos = 'https://github.com/mikezimm/';
|
|
7
|
+
export const gitComplianceInsights = createRepoLinks(baseFPSRepos + 'Compliance-Insights', '_blank', 'FPS-Compliance-Insights', SmallStyle);
|
|
8
|
+
//# sourceMappingURL=gitComplianceInsights.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"gitComplianceInsights.js","sourceRoot":"","sources":["../../../../../src/components/atoms/Links/RepoLinks/gitComplianceInsights.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAc,MAAM,gBAAgB,CAAC;AAC7D,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAEzD;;GAEG;AACH,6DAA6D;AAE7D,MAAM,CAAC,MAAM,qBAAqB,GAAe,eAAe,CAAC,YAAY,GAAG,qBAAqB,EAAE,QAAQ,EAAE,yBAAyB,EAAE,UAAU,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"gitItemNinja.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/Links/RepoLinks/gitItemNinja.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAmB,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAG7D;;GAEG;AAGH,eAAO,MAAM,YAAY,EAAE,UAAiG,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { createRepoLinks } from '../CreateLinks';
|
|
2
|
+
import { baseFPSRepos, SmallStyle } from './LinksCommon';
|
|
3
|
+
/**
|
|
4
|
+
* My repos - For Banner component in Panel
|
|
5
|
+
*/
|
|
6
|
+
// export const baseMyRepos = 'https://github.com/mikezimm/';
|
|
7
|
+
export const gitItemNinja = createRepoLinks(baseFPSRepos + 'Item-Ninja', '_blank', 'FPS-Item-Ninja', SmallStyle);
|
|
8
|
+
//# sourceMappingURL=gitItemNinja.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"gitItemNinja.js","sourceRoot":"","sources":["../../../../../src/components/atoms/Links/RepoLinks/gitItemNinja.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAc,MAAM,gBAAgB,CAAC;AAC7D,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAEzD;;GAEG;AACH,6DAA6D;AAE7D,MAAM,CAAC,MAAM,YAAY,GAAe,eAAe,CAAC,YAAY,GAAG,YAAY,EAAE,QAAQ,EAAE,gBAAgB,EAAE,UAAU,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"gitWikiMaster.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/Links/RepoLinks/gitWikiMaster.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAmB,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAG7D;;GAEG;AAGH,eAAO,MAAM,YAAY,EAAE,UAA+F,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { createRepoLinks } from '../CreateLinks';
|
|
2
|
+
import { baseFPSRepos, SmallStyle } from './LinksCommon';
|
|
3
|
+
/**
|
|
4
|
+
* My repos - For Banner component in Panel
|
|
5
|
+
*/
|
|
6
|
+
// export const baseMyRepos = 'https://github.com/mikezimm/';
|
|
7
|
+
export const gitItemNinja = createRepoLinks(baseFPSRepos + 'Wiki-Master', '_blank', 'Wiki-Master', SmallStyle);
|
|
8
|
+
//# sourceMappingURL=gitWikiMaster.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"gitWikiMaster.js","sourceRoot":"","sources":["../../../../../src/components/atoms/Links/RepoLinks/gitWikiMaster.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAc,MAAM,gBAAgB,CAAC;AAC7D,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAEzD;;GAEG;AACH,6DAA6D;AAE7D,MAAM,CAAC,MAAM,YAAY,GAAe,eAAe,CAAC,YAAY,GAAG,aAAa,EAAE,QAAQ,EAAE,aAAa,EAAE,UAAU,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PropPaneCols.module.scss.d.ts","sourceRoot":"","sources":["../../../../src/components/molecules/FieldPanel/PropPaneCols.module.scss.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,MAAM,IAEX,CAAC;AAEF,eAAe,MAAM,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PropPaneCols.module.scss.js","sourceRoot":"","sources":["../../../../src/components/molecules/FieldPanel/PropPaneCols.module.scss.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,OAAO,CAAC,2BAA2B,CAAC,CAAC;AACrC,MAAM,MAAM,GAAG,EAEd,CAAC;AAEF,eAAe,MAAM,CAAC;AACtB,mBAAmB"}
|