@mailstep/design-system 0.4.9-beta.1 → 0.4.9-beta.2
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/package.json +1 -1
- package/ui/Elements/Fonts/index.d.ts +2 -1
- package/ui/Elements/Fonts/index.js +2 -1
- package/ui/index.es.js +2980 -2987
- package/ui/index.umd.js +164 -164
package/package.json
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
declare const Fonts: import("styled-components").GlobalStyleComponent<{}, import("styled-components").DefaultTheme>;
|
|
2
|
+
export default Fonts;
|
|
@@ -6,5 +6,6 @@ import { createGlobalStyle } from '@xstyled/styled-components';
|
|
|
6
6
|
import InterLightMailstep from '../../../assets/fonts/Inter-Light_mailstep.woff2';
|
|
7
7
|
import InterRegularMailstep from '../../../assets/fonts/Inter-Regular_mailstep.woff2';
|
|
8
8
|
import InterMediumMailstep from '../../../assets/fonts/Inter-Medium_mailstep.woff2';
|
|
9
|
-
|
|
9
|
+
var Fonts = createGlobalStyle(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n @font-face {\n font-family: 'Inter';\n font-style: normal;\n font-weight: 400; /* normal */\n font-display: swap;\n src: url(", ") format('woff2'); /* inter 300 */\n }\n \n @font-face {\n font-family: 'Inter';\n font-style: normal;\n font-weight: 600; /* semiBold */\n font-display: swap;\n src: url(", ") format('woff2');\n }\n \n @font-face {\n font-family: 'Inter';\n font-style: normal;\n font-weight: 700; /* bold */\n font-display: swap;\n src: url(", ") format('woff2');\n }\n"], ["\n @font-face {\n font-family: 'Inter';\n font-style: normal;\n font-weight: 400; /* normal */\n font-display: swap;\n src: url(", ") format('woff2'); /* inter 300 */\n }\n \n @font-face {\n font-family: 'Inter';\n font-style: normal;\n font-weight: 600; /* semiBold */\n font-display: swap;\n src: url(", ") format('woff2');\n }\n \n @font-face {\n font-family: 'Inter';\n font-style: normal;\n font-weight: 700; /* bold */\n font-display: swap;\n src: url(", ") format('woff2');\n }\n"])), InterLightMailstep, InterRegularMailstep, InterMediumMailstep);
|
|
10
|
+
export default Fonts;
|
|
10
11
|
var templateObject_1;
|