@kvell-group/ui 1.18.17 → 1.18.18
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.18.
|
|
5
|
+
"version": "1.18.18",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "src/index.ts",
|
|
8
8
|
"types": "src/index.ts",
|
|
@@ -20,11 +20,11 @@
|
|
|
20
20
|
"build-storybook": "storybook build"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@mantine/carousel": "^8.
|
|
24
|
-
"@mantine/core": "^8.
|
|
25
|
-
"@mantine/dates": "^8.
|
|
26
|
-
"@mantine/form": "^8.
|
|
27
|
-
"@mantine/hooks": "^8.
|
|
23
|
+
"@mantine/carousel": "^8.2.7",
|
|
24
|
+
"@mantine/core": "^8.2.7",
|
|
25
|
+
"@mantine/dates": "^8.2.7",
|
|
26
|
+
"@mantine/form": "^8.2.7",
|
|
27
|
+
"@mantine/hooks": "^8.2.7"
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|
|
30
30
|
"@remixicon/react": "^4.6.0",
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
export const H5_MEDIUM_FONT_VARIANT = 'h5-medium' as const
|
|
3
3
|
export const H5_SEMIBOLD_FONT_VARIANT = 'h5-semibold' as const
|
|
4
4
|
export const H5_BOLD_FONT_VARIANT = 'h5-bold' as const
|
|
5
|
+
export const H6_MEDIUM_FONT_VARIANT = 'h6-medium' as const
|
|
5
6
|
export const H6_BOLD_FONT_VARIANT = 'h6-bold' as const
|
|
6
7
|
|
|
7
8
|
//body
|
|
@@ -26,6 +27,7 @@ export const FontVariants = [
|
|
|
26
27
|
H5_MEDIUM_FONT_VARIANT,
|
|
27
28
|
H5_SEMIBOLD_FONT_VARIANT,
|
|
28
29
|
H5_BOLD_FONT_VARIANT,
|
|
30
|
+
H6_MEDIUM_FONT_VARIANT,
|
|
29
31
|
H6_BOLD_FONT_VARIANT,
|
|
30
32
|
//body
|
|
31
33
|
BODY_L_MEDIUM_FONT_VARIANT,
|