@mikezimm/fps-core-v7 1.0.147 → 1.0.149
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/lib/PackageVersion.d.ts.map +1 -1
- package/lib/PackageVersion.js +3 -3
- package/lib/PackageVersion.js.map +1 -1
- package/lib/components/molecules/source-props/createSources/Lists/createLibrarySource.d.ts +1 -1
- package/lib/components/molecules/source-props/createSources/Lists/createLibrarySource.d.ts.map +1 -1
- package/lib/components/molecules/source-props/createSources/Lists/createLibrarySource.js +6 -4
- package/lib/components/molecules/source-props/createSources/Lists/createLibrarySource.js.map +1 -1
- package/lib/components/molecules/source-props/createSources/Lists/createListSource.d.ts +1 -1
- package/lib/components/molecules/source-props/createSources/Lists/createListSource.d.ts.map +1 -1
- package/lib/components/molecules/source-props/createSources/Lists/createListSource.js +6 -4
- package/lib/components/molecules/source-props/createSources/Lists/createListSource.js.map +1 -1
- package/lib/logic/DOM/Search/domSearch.d.ts +9 -0
- package/lib/logic/DOM/Search/domSearch.d.ts.map +1 -1
- package/lib/logic/DOM/Search/domSearch.js +19 -7
- package/lib/logic/DOM/Search/domSearch.js.map +1 -1
- package/lib/logic/Links/CheckSearch.d.ts +6 -0
- package/lib/logic/Links/CheckSearch.d.ts.map +1 -1
- package/lib/logic/Links/CheckSearch.js +33 -1
- package/lib/logic/Links/CheckSearch.js.map +1 -1
- package/lib/logic/Links/UrlFunctions.d.ts +24 -2
- package/lib/logic/Links/UrlFunctions.d.ts.map +1 -1
- package/lib/logic/Links/UrlFunctions.js +72 -12
- package/lib/logic/Links/UrlFunctions.js.map +1 -1
- package/lib/logic/Strings/guids.js +4 -4
- package/lib/logic/Strings/guids.js.map +1 -1
- package/lib/logic/Strings/reactCSS.d.ts.map +1 -1
- package/lib/logic/Strings/reactCSS.js +1 -1
- package/lib/logic/Strings/reactCSS.js.map +1 -1
- package/lib/restAPIs/logging/Analytics/saveAnalyticsAPI.js +2 -2
- package/lib/restAPIs/logging/Analytics/saveAnalyticsAPI.js.map +1 -1
- package/lib/restAPIs/logging/Errors/saveErrorToLog.js +2 -2
- package/lib/restAPIs/logging/Errors/saveErrorToLog.js.map +1 -1
- package/lib/restAPIs/logging/Errors/saveErrorToLogWDigest.js +2 -2
- package/lib/restAPIs/logging/Errors/saveErrorToLogWDigest.js.map +1 -1
- package/lib/restAPIs/logging/Permissions/savePermissionAnalyticsAPI.js +2 -2
- package/lib/restAPIs/logging/Permissions/savePermissionAnalyticsAPI.js.map +1 -1
- package/lib/restAPIs/sites/nav/getHubSiteDataAPI.d.ts.map +1 -1
- package/lib/restAPIs/sites/nav/getHubSiteDataAPI.js +2 -1
- package/lib/restAPIs/sites/nav/getHubSiteDataAPI.js.map +1 -1
- package/lib/types/react/IReactCSSTypes.d.ts.map +1 -1
- package/lib/types/react/IReactCSSTypes.js +2 -9
- package/lib/types/react/IReactCSSTypes.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,11 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
* Then added a bunch of export prefixes on the DataType object so it passed linting
|
|
4
|
-
*
|
|
5
|
-
* Then removed export prefix from all top-level types and interfaces for now
|
|
6
|
-
* Then renamed 'Properties' type to XPropertiesCSS' just so it is unique
|
|
7
|
-
Then removed about 10k lines that were not required for
|
|
8
|
-
*
|
|
9
|
-
*/
|
|
1
|
+
/* eslint-disable @typescript-eslint/no-namespace */
|
|
2
|
+
/* eslint-disable max-lines */
|
|
10
3
|
export {};
|
|
11
4
|
//# sourceMappingURL=IReactCSSTypes.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IReactCSSTypes.js","sourceRoot":"","sources":["../../../src/types/react/IReactCSSTypes.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"IReactCSSTypes.js","sourceRoot":"","sources":["../../../src/types/react/IReactCSSTypes.ts"],"names":[],"mappings":"AACA,oDAAoD;AACpD,8BAA8B"}
|
package/package.json
CHANGED