@kvell-group/ui 1.16.23 → 1.16.25

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 CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@kvell-group/ui",
3
3
  "author": "Kvell Group",
4
4
  "private": false,
5
- "version": "1.16.23",
5
+ "version": "1.16.25",
6
6
  "type": "module",
7
7
  "main": "src/index.ts",
8
8
  "types": "src/index.ts",
Binary file
@@ -0,0 +1,5 @@
1
+ @font-face {
2
+ font-family: 'Inter';
3
+ src: url(./../../assets/fonts/inter.woff2) format('woff2');
4
+ font-weight: 100 900;
5
+ }
@@ -2,9 +2,7 @@ import { MantineProvider as MantineProviderCore } from '@mantine/core'
2
2
  import type { MantineProviderProps } from '@mantine/core'
3
3
 
4
4
  import '@mantine/core/styles.layer.css'
5
- import '@mantine/core/styles/baseline.layer.css'
6
- import '@mantine/core/styles/default-css-variables.layer.css'
7
- import '@mantine/core/styles/global.layer.css'
5
+ import './KvellUiProvider.module.css'
8
6
 
9
7
  // ----------------------------------------------------------------------
10
8
 
@@ -70,7 +70,7 @@ export const theme: MantineThemeOverride = {
70
70
  }, //color by variant */
71
71
  autoContrast: false, //default value
72
72
  luminanceThreshold: 0.3, //default value
73
- fontFamily: 'var(--font-inter), sans-serif',
73
+ fontFamily: 'Inter, Arial, Helvetica, sans-serif',
74
74
  /* headings: {
75
75
  fontFamily: 'Inter',
76
76
  fontWeight: '600',