@genesislcap/foundation-header 11.3.0 → 11.3.2-alpha-b33a1ce.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.
- package/dist/dts/main/main.styles.d.ts.map +1 -1
- package/dist/dts/styles/index.d.ts +1 -1
- package/dist/dts/styles/index.d.ts.map +1 -1
- package/dist/esm/main/main.styles.js +0 -2
- package/dist/esm/styles/index.js +1 -1
- package/package.json +6 -6
- package/dist/dts/styles/typography.d.ts +0 -5
- package/dist/dts/styles/typography.d.ts.map +0 -1
- package/dist/esm/styles/typography.js +0 -19
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"main.styles.d.ts","sourceRoot":"","sources":["../../../src/main/main.styles.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"main.styles.d.ts","sourceRoot":"","sources":["../../../src/main/main.styles.ts"],"names":[],"mappings":"AAEA,OAAO,YAAY,CAAC;AASpB;;;;;;GAMG;AACH,eAAO,MAAM,UAAU,iDA2OtB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/styles/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/styles/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC"}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { neutralLayer2 } from '@microsoft/fast-components';
|
|
2
2
|
import { css } from '@microsoft/fast-element';
|
|
3
|
-
import { stylesFontFaces } from '../styles';
|
|
4
3
|
import './main.css';
|
|
5
4
|
import { backgroundNavOption, ColorHEX, defaultBackgroundHover, defaultBackgroundItem, PrimaryRapidColorHEX, } from '../styles/colors';
|
|
6
5
|
/**
|
|
@@ -11,7 +10,6 @@ import { backgroundNavOption, ColorHEX, defaultBackgroundHover, defaultBackgroun
|
|
|
11
10
|
* @public
|
|
12
11
|
*/
|
|
13
12
|
export const MainStyles = css `
|
|
14
|
-
${stylesFontFaces}
|
|
15
13
|
:host {
|
|
16
14
|
display: flex;
|
|
17
15
|
flex-direction: row;
|
package/dist/esm/styles/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-header",
|
|
3
3
|
"description": "Genesis Foundation Header",
|
|
4
|
-
"version": "11.3.0",
|
|
4
|
+
"version": "11.3.2-alpha-b33a1ce.0",
|
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
|
6
6
|
"main": "dist/esm/index.js",
|
|
7
7
|
"types": "dist/dts/index.d.ts",
|
|
@@ -67,10 +67,10 @@
|
|
|
67
67
|
"webpack-merge": "^5.7.3"
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
|
-
"@genesislcap/foundation-comms": "
|
|
71
|
-
"@genesislcap/foundation-events": "
|
|
72
|
-
"@genesislcap/foundation-utils": "
|
|
73
|
-
"@genesislcap/foundation-zero": "
|
|
70
|
+
"@genesislcap/foundation-comms": "11.3.2-alpha-b33a1ce.0",
|
|
71
|
+
"@genesislcap/foundation-events": "11.3.2-alpha-b33a1ce.0",
|
|
72
|
+
"@genesislcap/foundation-utils": "11.3.2-alpha-b33a1ce.0",
|
|
73
|
+
"@genesislcap/foundation-zero": "11.3.2-alpha-b33a1ce.0",
|
|
74
74
|
"@microsoft/fast-colors": "^5.1.4",
|
|
75
75
|
"@microsoft/fast-components": "^2.21.3",
|
|
76
76
|
"@microsoft/fast-element": "^1.7.0",
|
|
@@ -81,5 +81,5 @@
|
|
|
81
81
|
"publishConfig": {
|
|
82
82
|
"access": "public"
|
|
83
83
|
},
|
|
84
|
-
"gitHead": "
|
|
84
|
+
"gitHead": "80f54a8524ad5de775ad4b5b390f6b0f5a504626"
|
|
85
85
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"typography.d.ts","sourceRoot":"","sources":["../../../src/styles/typography.ts"],"names":[],"mappings":"AAAA;;GAEG;AAQH,eAAO,MAAM,eAAe,QAU3B,CAAC"}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* TODO: Bring all the style and typography mixins into the design system package
|
|
3
|
-
*/
|
|
4
|
-
const mixinSegoeUI = (style = 'normal', weight = 'normal') => `
|
|
5
|
-
font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
|
|
6
|
-
font-style: ${style};
|
|
7
|
-
font-weight: ${weight};
|
|
8
|
-
`;
|
|
9
|
-
export const stylesFontFaces = `
|
|
10
|
-
@font-face {
|
|
11
|
-
font-family: Segoe UI;
|
|
12
|
-
font-weight: 300;
|
|
13
|
-
src: local("Segoe UI Semilight"), local("Segoe UI");
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
* {
|
|
17
|
-
${mixinSegoeUI()}
|
|
18
|
-
}
|
|
19
|
-
`;
|