@genesislcap/foundation-utils
Advanced tools
Comparing version 10.3.1 to 11.3.0
@@ -1,2 +0,3 @@ | ||
export declare const isDev: () => boolean; | ||
export * from './is-dev'; | ||
export * from './variables'; | ||
//# sourceMappingURL=index.d.ts.map |
export * from './data'; | ||
export * from './decorators'; | ||
export * from './designSystem'; | ||
export * from './design-system'; | ||
export * from './directives'; | ||
@@ -5,0 +5,0 @@ export * from './env'; |
export * from './inMemoryDatabase'; | ||
//# sourceMappingURL=index.js.map |
@@ -110,2 +110,1 @@ import { __awaiter } from "tslib"; | ||
} | ||
//# sourceMappingURL=inMemoryDatabase.js.map |
export * from './renderOnChange'; | ||
//# sourceMappingURL=index.js.map |
export function renderOnChange(target, name) { | ||
target[name + 'Changed'] = target.render; | ||
} | ||
//# sourceMappingURL=renderOnChange.js.map |
export * from './sync'; | ||
//# sourceMappingURL=index.js.map |
export * from './sync'; | ||
//# sourceMappingURL=index.js.map |
@@ -86,2 +86,1 @@ import { HTMLBindingDirective, } from '@microsoft/fast-element'; | ||
} | ||
//# sourceMappingURL=sync.js.map |
@@ -1,2 +0,2 @@ | ||
export const isDev = () => !process.env.NODE_ENV || process.env.NODE_ENV === 'development'; | ||
//# sourceMappingURL=index.js.map | ||
export * from './is-dev'; | ||
export * from './variables'; |
@@ -19,2 +19,1 @@ const isoDateSliceEnd = 10; | ||
} | ||
//# sourceMappingURL=datetime.js.map |
export * from './datetime'; | ||
//# sourceMappingURL=index.js.map |
import('./index'); | ||
//# sourceMappingURL=index.federated.js.map |
export * from './data'; | ||
export * from './decorators'; | ||
export * from './designSystem'; | ||
export * from './design-system'; | ||
export * from './directives'; | ||
@@ -16,2 +16,1 @@ export * from './env'; | ||
export * from './window'; | ||
//# sourceMappingURL=index.js.map |
export * from './logger'; | ||
//# sourceMappingURL=index.js.map |
@@ -12,2 +12,1 @@ import consola from 'consola/src/browser'; | ||
} | ||
//# sourceMappingURL=logger.js.map |
export * from './serverRow'; | ||
export * from './types'; | ||
//# sourceMappingURL=index.js.map |
@@ -25,2 +25,1 @@ import { DI } from '@microsoft/fast-foundation'; | ||
export const ServerRowDTOMapper = DI.createInterface((x) => x.singleton(DefaultServerRowDTOMapper)); | ||
//# sourceMappingURL=serverRow.js.map |
export {}; | ||
//# sourceMappingURL=types.js.map |
export * from './dto'; | ||
//# sourceMappingURL=index.js.map |
export * from './pendingState'; | ||
export * from './lifecycle'; | ||
//# sourceMappingURL=index.js.map |
export * from './lifecycle'; | ||
//# sourceMappingURL=index.js.map |
@@ -50,2 +50,1 @@ import { __classPrivateFieldGet, __classPrivateFieldSet } from "tslib"; | ||
_a; }; | ||
//# sourceMappingURL=lifecycle.js.map |
export * from './pendingState'; | ||
//# sourceMappingURL=index.js.map |
@@ -60,2 +60,1 @@ import { __awaiter, __decorate } from "tslib"; | ||
}; | ||
//# sourceMappingURL=pendingState.js.map |
export * from './observer'; | ||
//# sourceMappingURL=index.js.map |
@@ -13,2 +13,1 @@ export const createObserver = () => { | ||
}; | ||
//# sourceMappingURL=observer.js.map |
export * from './types'; | ||
//# sourceMappingURL=index.js.map |
@@ -5,2 +5,1 @@ export const ResourceType = { | ||
}; | ||
//# sourceMappingURL=types.js.map |
export * from './json'; | ||
//# sourceMappingURL=index.js.map |
export * from './json'; | ||
//# sourceMappingURL=index.js.map |
@@ -17,2 +17,1 @@ import { DI } from '@microsoft/fast-foundation'; | ||
export const JSONSerializer = DI.createInterface((x) => x.singleton(DefaultJSONSerializer)); | ||
//# sourceMappingURL=json.js.map |
@@ -5,2 +5,1 @@ import { baseLayerLuminance, StandardLuminance } from '@microsoft/fast-components'; | ||
export const activeColorScheme = create('active-color-scheme').withDefault((elem) => baseLayerLuminance.getValueFor(elem) === StandardLuminance.LightMode ? 'light' : 'dark'); | ||
//# sourceMappingURL=color.js.map |
@@ -34,2 +34,1 @@ import { logger } from '../utils/logger'; | ||
}; | ||
//# sourceMappingURL=dom.js.map |
@@ -5,2 +5,1 @@ export * from './color'; | ||
export * from './typography'; | ||
//# sourceMappingURL=index.js.map |
@@ -20,2 +20,1 @@ import { __decorate } from "tslib"; | ||
export { SlottedStyles }; | ||
//# sourceMappingURL=slotted-styles.js.map |
@@ -24,2 +24,1 @@ import { insertDocumentCSSRule } from './dom'; | ||
`; | ||
//# sourceMappingURL=typography.js.map |
export * from './logger'; | ||
//# sourceMappingURL=index.js.map |
import { createLogger } from '../logger'; | ||
export const logger = createLogger('foundation-utils'); | ||
//# sourceMappingURL=logger.js.map |
export * from './uuid'; | ||
//# sourceMappingURL=index.js.map |
import { __awaiter } from "tslib"; | ||
import { DI } from '@microsoft/fast-foundation'; | ||
import { v4 as uuidv4 } from 'uuid'; | ||
import { DI } from '@microsoft/fast-foundation'; | ||
import { logger } from '../utils'; | ||
@@ -21,2 +21,1 @@ class UUIDService { | ||
export const UUID = DI.createInterface((x) => x.singleton(UUIDService)); | ||
//# sourceMappingURL=uuid.js.map |
export * from './window'; | ||
//# sourceMappingURL=index.js.map |
@@ -32,2 +32,1 @@ export const inIFrame = () => { | ||
}; | ||
//# sourceMappingURL=window.js.map |
{ | ||
"name": "@genesislcap/foundation-utils", | ||
"description": "Genesis Foundation Utils", | ||
"version": "10.3.1", | ||
"version": "11.3.0", | ||
"sideEffects": false, | ||
@@ -9,3 +9,2 @@ "license": "SEE LICENSE IN license.txt", | ||
"types": "dist/dts/index.d.ts", | ||
"unpkg": "dist/foundation-utils.min.js", | ||
"config": { | ||
@@ -27,3 +26,3 @@ "PORT": 3040 | ||
"dev:webpack": "cross-env NODE_ENV=development webpack serve", | ||
"prepare": "npm run clean && npm run build", | ||
"prepare": "npm run clean && npm run build:tsc", | ||
"prepublishOnly": "npm run prepare", | ||
@@ -40,2 +39,3 @@ "serve": "serve dist -p $npm_package_config_PORT", | ||
"@types/mocha": "^9.1.0", | ||
"@types/node": "^16.4.3", | ||
"analytics": "^0.8.0", | ||
@@ -98,3 +98,3 @@ "c8": "^7.11.0", | ||
}, | ||
"gitHead": "ba5071ecd9fa59296bb4a392f960283a469cb5da" | ||
"gitHead": "14c3b231f318b547590e2474af8a1e86a7ee63ed" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
1
97221
47
138
1521
1