@genesislcap/foundation-login 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.
@@ -1,3 +1,2 @@
1
1
  export * from './styles';
2
- export * from './typography';
3
2
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/styles/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/styles/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../src/styles/styles.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,WAAW,aAAa,MAAM,WAM1C,CAAC;AAEF,eAAO,MAAM,gBAAgB,iDAY5B,CAAC;AAEF,eAAO,MAAM,iBAAiB,iDAoH7B,CAAC;AAEF,eAAO,MAAM,sBAAsB,iDAGlC,CAAC"}
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../src/styles/styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,WAAW,aAAa,MAAM,WAM1C,CAAC;AAEF,eAAO,MAAM,gBAAgB,iDAY5B,CAAC;AAEF,eAAO,MAAM,iBAAiB,iDA6G7B,CAAC;AAEF,eAAO,MAAM,sBAAsB,iDAGlC,CAAC"}
@@ -1,2 +1 @@
1
1
  export * from './styles';
2
- export * from './typography';
@@ -1,6 +1,5 @@
1
1
  import { neutralLayer1 } from '@microsoft/fast-components';
2
2
  import { css } from '@microsoft/fast-element';
3
- import { mixinCardTitle } from './typography';
4
3
  export const mixinScreen = (display = 'block') => `
5
4
  contain: content;
6
5
  display: ${display};
@@ -62,8 +61,7 @@ export const commonLoginStyles = css `
62
61
  }
63
62
 
64
63
  .heading {
65
- ${mixinCardTitle};
66
-
64
+ font-weight: bold;
67
65
  background-color: ${neutralLayer1};
68
66
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
69
67
  font-size: 20px;
@@ -72,9 +70,7 @@ export const commonLoginStyles = css `
72
70
  }
73
71
 
74
72
  .heading2 {
75
- font-family: Roboto-Medium, sans-serif;
76
73
  font-weight: 500;
77
- font-style: normal;
78
74
  font-size: 16px;
79
75
  text-align: center;
80
76
  opacity: 80%;
@@ -83,9 +79,7 @@ export const commonLoginStyles = css `
83
79
 
84
80
  .heading3 {
85
81
  text-align: center;
86
- font-family: Roboto-Medium, sans-serif;
87
82
  font-weight: 500;
88
- font-style: normal;
89
83
  font-size: 12px;
90
84
  opacity: 50%;
91
85
  margin-bottom: calc(var(--design-unit) * 5px);
@@ -107,8 +101,6 @@ export const commonLoginStyles = css `
107
101
  }
108
102
 
109
103
  .form-title {
110
- font-family: Roboto-Medium, sans-serif;
111
- font-style: normal;
112
104
  color: var(--neutral-stroke-rest);
113
105
  }
114
106
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-login",
3
3
  "description": "Genesis Foundation Login",
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/foundation-login.d.ts",
@@ -85,11 +85,11 @@
85
85
  "webpack-merge": "^5.7.3"
86
86
  },
87
87
  "dependencies": {
88
- "@genesislcap/foundation-comms": "^11.3.0",
89
- "@genesislcap/foundation-testing": "^11.3.0",
90
- "@genesislcap/foundation-ui": "^11.3.0",
91
- "@genesislcap/foundation-utils": "^11.3.0",
92
- "@genesislcap/foundation-zero": "^11.3.0",
88
+ "@genesislcap/foundation-comms": "11.3.2-alpha-b33a1ce.0",
89
+ "@genesislcap/foundation-testing": "11.3.2-alpha-b33a1ce.0",
90
+ "@genesislcap/foundation-ui": "11.3.2-alpha-b33a1ce.0",
91
+ "@genesislcap/foundation-utils": "11.3.2-alpha-b33a1ce.0",
92
+ "@genesislcap/foundation-zero": "11.3.2-alpha-b33a1ce.0",
93
93
  "@microsoft/fast-components": "^2.21.3",
94
94
  "@microsoft/fast-element": "^1.7.0",
95
95
  "@microsoft/fast-foundation": "^2.33.2",
@@ -102,5 +102,5 @@
102
102
  "publishConfig": {
103
103
  "access": "public"
104
104
  },
105
- "gitHead": "14c3b231f318b547590e2474af8a1e86a7ee63ed"
105
+ "gitHead": "80f54a8524ad5de775ad4b5b390f6b0f5a504626"
106
106
  }
@@ -1,4 +0,0 @@
1
- export declare const stylesFontFaces: string;
2
- export declare const mixinCardTitle: string;
3
- export declare const stylesHeaders = "\n h1, h2, h3, h4, h5, h6 {\n margin: 0;\n }\n\n h1 {\n margin-bottom: 16px;\n }\n";
4
- //# sourceMappingURL=typography.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"typography.d.ts","sourceRoot":"","sources":["../../../src/styles/typography.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,eAAe,QAU3B,CAAC;AAEF,eAAO,MAAM,cAAc,QAAiC,CAAC;AAE7D,eAAO,MAAM,aAAa,iGAQzB,CAAC"}
@@ -1,26 +0,0 @@
1
- const mixinSegoeUI = (style = 'normal', weight = 'normal') => `
2
- font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
3
- font-style: ${style};
4
- font-weight: ${weight};
5
- `;
6
- export const stylesFontFaces = `
7
- @font-face {
8
- font-family: Segoe UI;
9
- font-weight: 300;
10
- src: local("Segoe UI Semilight"), local("Segoe UI");
11
- }
12
-
13
- * {
14
- ${mixinSegoeUI()}
15
- }
16
- `;
17
- export const mixinCardTitle = mixinSegoeUI('normal', 'bold');
18
- export const stylesHeaders = `
19
- h1, h2, h3, h4, h5, h6 {
20
- margin: 0;
21
- }
22
-
23
- h1 {
24
- margin-bottom: 16px;
25
- }
26
- `;