@genesislcap/foundation-cli 14.384.1 → 14.386.0
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.
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
// eslint-disable-next-line import/no-extraneous-dependencies
|
|
2
1
|
import { DesignTokensConfig } from '@genesislcap/foundation-ui';
|
|
3
2
|
import { accentPaletteValue, baseLayerLuminanceValue, neutralPaletteValue } from '../values/color';
|
|
4
3
|
import { strokeWidthValue } from './misc';
|
|
@@ -26,7 +26,6 @@ export function tagFor(dependency: TemplateElementDependency): string {
|
|
|
26
26
|
}
|
|
27
27
|
|
|
28
28
|
if (typeof dependency === 'function') {
|
|
29
|
-
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
30
29
|
dependency = FASTElementDefinition.forType(dependency)!; // < using forType instead of getByType for now...
|
|
31
30
|
if (!dependency) {
|
|
32
31
|
throw new Error('Missing FASTElement definition.');
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-cli",
|
|
3
3
|
"description": "Genesis Foundation CLI",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.386.0",
|
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -66,5 +66,5 @@
|
|
|
66
66
|
"publishConfig": {
|
|
67
67
|
"access": "public"
|
|
68
68
|
},
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "e7b96cdce11cd5c9e08bbf4df29c56120a381dd6"
|
|
70
70
|
}
|