@genesislcap/foundation-zero 14.369.0 → 14.370.1-alpha-d042199.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 +1 @@
1
- {"version":3,"file":"defaults.d.ts","sourceRoot":"","sources":["../../../../src/_config/values/defaults.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;AAUhE,eAAO,MAAM,YAAY,EAAE,kBAuD1B,CAAC"}
1
+ {"version":3,"file":"defaults.d.ts","sourceRoot":"","sources":["../../../../src/_config/values/defaults.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;AAehE,eAAO,MAAM,YAAY,EAAE,kBA2D1B,CAAC"}
@@ -1,3 +1,4 @@
1
+ export declare const baseHeightMultiplierValue = 10;
1
2
  export declare const controlCornerRadiusValue = 4;
2
3
  export declare const densityValue: number;
3
4
  export declare const designUnitValue = 4;
@@ -1 +1 @@
1
- {"version":3,"file":"sizing.d.ts","sourceRoot":"","sources":["../../../../src/_config/values/sizing.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,wBAAwB,IAAI,CAAC;AAC1C,eAAO,MAAM,YAAY,QAA4C,CAAC;AACtE,eAAO,MAAM,eAAe,IAAI,CAAC"}
1
+ {"version":3,"file":"sizing.d.ts","sourceRoot":"","sources":["../../../../src/_config/values/sizing.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,yBAAyB,KAAK,CAAC;AAC5C,eAAO,MAAM,wBAAwB,IAAI,CAAC;AAC1C,eAAO,MAAM,YAAY,QAA4C,CAAC;AACtE,eAAO,MAAM,eAAe,IAAI,CAAC"}
@@ -1,6 +1,6 @@
1
1
  import { accentPaletteValue, baseLayerLuminanceValue, neutralPaletteValue } from '../values/color';
2
2
  import { strokeWidthValue } from './misc';
3
- import { designUnitValue, densityValue, controlCornerRadiusValue } from './sizing';
3
+ import { designUnitValue, densityValue, controlCornerRadiusValue, baseHeightMultiplierValue, } from './sizing';
4
4
  import { bodyFontValue, typeRampBaseFontSizeValue, typeRampBaseLineHeightValue, } from './typography';
5
5
  export const designTokens = {
6
6
  design_tokens: {
@@ -41,6 +41,10 @@ export const designTokens = {
41
41
  $value: densityValue,
42
42
  $type: 'number',
43
43
  },
44
+ baseHeightMultiplier: {
45
+ $value: baseHeightMultiplierValue,
46
+ $type: 'number',
47
+ },
44
48
  borderRadius: {
45
49
  $value: controlCornerRadiusValue,
46
50
  $type: 'number',
@@ -1,5 +1,5 @@
1
1
  import { density } from '@microsoft/fast-components';
2
- // export const baseHeightMultiplierValue = 10;
2
+ export const baseHeightMultiplierValue = 10;
3
3
  export const controlCornerRadiusValue = 4;
4
4
  export const densityValue = density.getValueFor(density.appliedTo[0]);
5
5
  export const designUnitValue = 4;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-zero",
3
3
  "description": "Genesis Foundation Zero Design System",
4
- "version": "14.369.0",
4
+ "version": "14.370.1-alpha-d042199.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -71,18 +71,18 @@
71
71
  },
72
72
  "devDependencies": {
73
73
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
74
- "@genesislcap/genx": "14.369.0",
75
- "@genesislcap/rollup-builder": "14.369.0",
76
- "@genesislcap/ts-builder": "14.369.0",
77
- "@genesislcap/uvu-playwright-builder": "14.369.0",
78
- "@genesislcap/vite-builder": "14.369.0",
79
- "@genesislcap/webpack-builder": "14.369.0"
74
+ "@genesislcap/genx": "14.370.1-alpha-d042199.0",
75
+ "@genesislcap/rollup-builder": "14.370.1-alpha-d042199.0",
76
+ "@genesislcap/ts-builder": "14.370.1-alpha-d042199.0",
77
+ "@genesislcap/uvu-playwright-builder": "14.370.1-alpha-d042199.0",
78
+ "@genesislcap/vite-builder": "14.370.1-alpha-d042199.0",
79
+ "@genesislcap/webpack-builder": "14.370.1-alpha-d042199.0"
80
80
  },
81
81
  "dependencies": {
82
- "@genesislcap/foundation-comms": "14.369.0",
83
- "@genesislcap/foundation-logger": "14.369.0",
84
- "@genesislcap/foundation-ui": "14.369.0",
85
- "@genesislcap/foundation-utils": "14.369.0",
82
+ "@genesislcap/foundation-comms": "14.370.1-alpha-d042199.0",
83
+ "@genesislcap/foundation-logger": "14.370.1-alpha-d042199.0",
84
+ "@genesislcap/foundation-ui": "14.370.1-alpha-d042199.0",
85
+ "@genesislcap/foundation-utils": "14.370.1-alpha-d042199.0",
86
86
  "@microsoft/fast-colors": "5.3.1",
87
87
  "@microsoft/fast-components": "2.30.6",
88
88
  "@microsoft/fast-element": "1.14.0",
@@ -98,5 +98,5 @@
98
98
  "access": "public"
99
99
  },
100
100
  "customElements": "dist/custom-elements.json",
101
- "gitHead": "f733a868a4f3e947a51564b5f3fcc592804bd917"
101
+ "gitHead": "a3bc56233af892cf72bfc55298039d4c0f36333b"
102
102
  }