@genesislcap/rapid-design-system 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.
|
@@ -39264,7 +39264,7 @@
|
|
|
39264
39264
|
"type": {
|
|
39265
39265
|
"text": "DesignTokensConfig"
|
|
39266
39266
|
},
|
|
39267
|
-
"default": "{\n design_tokens: {\n color: {\n accent: {\n $value: accentPaletteValue.source.toColorString(),\n $type: 'color',\n },\n neutral: {\n $value: neutralPaletteValue.source.toColorString(),\n $type: 'color',\n },\n },\n fontFamily: {\n bodyFont: {\n $value: bodyFontValue,\n $type: 'fontFamily',\n },\n },\n typography: {\n baseFontSize: {\n $value: typeRampBaseFontSizeValue,\n $type: 'dimension',\n },\n baseLineHeight: {\n $value: typeRampBaseLineHeightValue,\n $type: 'dimension',\n },\n },\n mode: {\n luminance: {\n $value: baseLayerLuminanceValue,\n $type: 'number',\n },\n },\n style: {\n density: {\n $value: densityValue,\n $type: 'number',\n },\n borderRadius: {\n $value: controlCornerRadiusValue,\n $type: 'number',\n },\n strokeWidth: {\n $value: strokeWidthValue,\n $type: 'number',\n },\n },\n space: {\n designUnit: {\n $value: designUnitValue,\n $type: 'number',\n },\n },\n },\n}"
|
|
39267
|
+
"default": "{\n design_tokens: {\n color: {\n accent: {\n $value: accentPaletteValue.source.toColorString(),\n $type: 'color',\n },\n neutral: {\n $value: neutralPaletteValue.source.toColorString(),\n $type: 'color',\n },\n },\n fontFamily: {\n bodyFont: {\n $value: bodyFontValue,\n $type: 'fontFamily',\n },\n },\n typography: {\n baseFontSize: {\n $value: typeRampBaseFontSizeValue,\n $type: 'dimension',\n },\n baseLineHeight: {\n $value: typeRampBaseLineHeightValue,\n $type: 'dimension',\n },\n },\n mode: {\n luminance: {\n $value: baseLayerLuminanceValue,\n $type: 'number',\n },\n },\n style: {\n density: {\n $value: densityValue,\n $type: 'number',\n },\n baseHeightMultiplier: {\n $value: baseHeightMultiplierValue,\n $type: 'number',\n },\n borderRadius: {\n $value: controlCornerRadiusValue,\n $type: 'number',\n },\n strokeWidth: {\n $value: strokeWidthValue,\n $type: 'number',\n },\n },\n space: {\n designUnit: {\n $value: designUnitValue,\n $type: 'number',\n },\n },\n },\n}"
|
|
39268
39268
|
}
|
|
39269
39269
|
],
|
|
39270
39270
|
"exports": [
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"defaults.d.ts","sourceRoot":"","sources":["../../../../src/_config/values/defaults.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;
|
|
1
|
+
{"version":3,"file":"defaults.d.ts","sourceRoot":"","sources":["../../../../src/_config/values/defaults.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;AAehE,eAAO,MAAM,YAAY,EAAE,kBA2D1B,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',
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/rapid-design-system",
|
|
3
3
|
"description": "Rapid Design System",
|
|
4
|
-
"version": "14.
|
|
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",
|
|
@@ -33,17 +33,17 @@
|
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
|
|
36
|
-
"@genesislcap/genx": "14.
|
|
37
|
-
"@genesislcap/rollup-builder": "14.
|
|
38
|
-
"@genesislcap/ts-builder": "14.
|
|
39
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
40
|
-
"@genesislcap/vite-builder": "14.
|
|
41
|
-
"@genesislcap/webpack-builder": "14.
|
|
36
|
+
"@genesislcap/genx": "14.370.1-alpha-d042199.0",
|
|
37
|
+
"@genesislcap/rollup-builder": "14.370.1-alpha-d042199.0",
|
|
38
|
+
"@genesislcap/ts-builder": "14.370.1-alpha-d042199.0",
|
|
39
|
+
"@genesislcap/uvu-playwright-builder": "14.370.1-alpha-d042199.0",
|
|
40
|
+
"@genesislcap/vite-builder": "14.370.1-alpha-d042199.0",
|
|
41
|
+
"@genesislcap/webpack-builder": "14.370.1-alpha-d042199.0"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@genesislcap/foundation-logger": "14.
|
|
45
|
-
"@genesislcap/foundation-ui": "14.
|
|
46
|
-
"@genesislcap/foundation-utils": "14.
|
|
44
|
+
"@genesislcap/foundation-logger": "14.370.1-alpha-d042199.0",
|
|
45
|
+
"@genesislcap/foundation-ui": "14.370.1-alpha-d042199.0",
|
|
46
|
+
"@genesislcap/foundation-utils": "14.370.1-alpha-d042199.0",
|
|
47
47
|
"@microsoft/fast-colors": "5.3.1",
|
|
48
48
|
"@microsoft/fast-components": "2.30.6",
|
|
49
49
|
"@microsoft/fast-element": "1.14.0",
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
"access": "public"
|
|
61
61
|
},
|
|
62
62
|
"customElements": "dist/custom-elements.json",
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "a3bc56233af892cf72bfc55298039d4c0f36333b"
|
|
64
64
|
}
|