@kvell-group/ui 1.12.16 → 1.12.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/dist/assets/typography.css +1 -1
- package/dist/components/Inputs/Input.js +1 -1
- package/dist/components/Inputs/PasswordInput/PasswordInput.js +1 -1
- package/dist/components/Modal/Modal.js +1 -1
- package/dist/components/Text/Text.js +1 -1
- package/dist/components/theme.js +3 -0
- package/dist/constants/font-variants.d.ts +3 -1
- package/dist/constants/font-variants.js +10 -6
- package/dist/typography.module-Bz7qOBla.js +13 -0
- package/package.json +1 -1
- package/dist/typography.module-BEHkR4Hr.js +0 -11
|
@@ -1 +1 @@
|
|
|
1
|
-
._h6-
|
|
1
|
+
._h6-bold_1wb73_2{font-family:var(--mantine-font-family);font-weight:700;font-size:var(--mantine-font-size-h6);line-height:var(--mantine-line-height-h6);letter-spacing:var(--mantine-spacing-h6)}._body-s-medium_1wb73_11{font-family:var(--mantine-font-family);font-weight:500;font-size:var(--mantine-font-size-body-s-medium);line-height:var(--mantine-line-height-body-s);letter-spacing:var(--mantine-spacing-body-s)}h2._body-m-medium_1wb73_19,._body-m-medium_1wb73_19{font-family:var(--mantine-font-family);font-weight:500;font-size:var(--mantine-font-size-body-m);line-height:var(--mantine-line-height-body-m);letter-spacing:var(--mantine-spacing-body-m)}._body-m-bold_1wb73_28{font-family:var(--mantine-font-family);font-weight:700;font-size:var(--mantine-font-size-body-m);line-height:var(--mantine-line-height-body-m);letter-spacing:var(--mantine-spacing-body-m)}._body-l-bold_1wb73_36{font-family:var(--mantine-font-family);font-weight:700;font-size:var(--mantine-font-size-body-l);line-height:var(--mantine-line-height-body-l);letter-spacing:var(--mantine-spacing-body-l)}._caption-l-medium_1wb73_45{font-family:var(--mantine-font-family);font-weight:500;font-size:var(--mantine-font-size-caption-l);line-height:var(--mantine-line-height-caption-l);letter-spacing:var(--mantine-spacing-caption-l)}p._caption-l-regular_1wb73_53,._caption-l-regular_1wb73_53{font-family:var(--mantine-font-family);font-weight:400;font-size:var(--mantine-font-size-caption-l);line-height:var(--mantine-line-height-caption-l);letter-spacing:var(--mantine-spacing-caption-l)}._caption-m-regular_1wb73_62{font-family:var(--mantine-font-family);font-weight:400;font-size:var(--mantine-font-size-caption-m);line-height:var(--mantine-line-height-caption-m);letter-spacing:var(--mantine-spacing-caption-m)}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { TextInput as t } from "@mantine/core";
|
|
2
2
|
import { c as s, b as o } from "../../clsx-oLHujfaf.js";
|
|
3
|
-
import { c as a } from "../../typography.module-
|
|
3
|
+
import { c as a } from "../../typography.module-Bz7qOBla.js";
|
|
4
4
|
import { CAPTION_L_REGULAR_FONT_VARIANT as e } from "../../constants/font-variants.js";
|
|
5
5
|
const { input: m, error: p, ...n } = o, r = a[e], c = s(m, r), i = s(p, r), I = t.withProps({
|
|
6
6
|
classNames: { ...n, input: c, error: i }
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PasswordInput as t } from "@mantine/core";
|
|
2
2
|
import { c as s, b as a } from "../../../clsx-oLHujfaf.js";
|
|
3
|
-
import { c as r } from "../../../typography.module-
|
|
3
|
+
import { c as r } from "../../../typography.module-Bz7qOBla.js";
|
|
4
4
|
import { CAPTION_L_REGULAR_FONT_VARIANT as e } from "../../../constants/font-variants.js";
|
|
5
5
|
import '../../../assets/PasswordInput.css';const n = "_section_1lzoc_1", c = {
|
|
6
6
|
section: n
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Modal as o } from "@mantine/core";
|
|
2
|
-
import { c as s } from "../../typography.module-
|
|
2
|
+
import { c as s } from "../../typography.module-Bz7qOBla.js";
|
|
3
3
|
import { BODY_M_MEDIUM_FONT_VARIANT as t } from "../../constants/font-variants.js";
|
|
4
4
|
import '../../assets/Modal.css';const e = "_root_3afvh_1", a = "_content_3afvh_6", n = "_header_3afvh_18", _ = "_inner_3afvh_22", c = "_close_3afvh_30", r = {
|
|
5
5
|
root: e,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as r } from "react/jsx-runtime";
|
|
2
2
|
import { Text as m } from "@mantine/core";
|
|
3
3
|
import { forwardRef as s } from "react";
|
|
4
|
-
import { c as a } from "../../typography.module-
|
|
4
|
+
import { c as a } from "../../typography.module-Bz7qOBla.js";
|
|
5
5
|
const c = s((t, o) => /* @__PURE__ */ r(
|
|
6
6
|
m,
|
|
7
7
|
{
|
package/dist/components/theme.js
CHANGED
|
@@ -80,6 +80,7 @@ const a = {
|
|
|
80
80
|
"body-s": "-0.20000000298023224px",
|
|
81
81
|
"body-l": "-0.20000000298023224px",
|
|
82
82
|
"caption-l": "-0.10000000149011612px;",
|
|
83
|
+
"caption-m": "0",
|
|
83
84
|
//mantine default variables
|
|
84
85
|
xs: "0.625rem",
|
|
85
86
|
sm: "0.75rem",
|
|
@@ -95,6 +96,7 @@ const a = {
|
|
|
95
96
|
"body-l": "20px",
|
|
96
97
|
"body-s-medium": "16px",
|
|
97
98
|
"caption-l": "14px",
|
|
99
|
+
"caption-m": "12px",
|
|
98
100
|
// mantine default variables
|
|
99
101
|
xs: "0.75rem",
|
|
100
102
|
sm: "0.875rem",
|
|
@@ -110,6 +112,7 @@ const a = {
|
|
|
110
112
|
"body-s": "24px",
|
|
111
113
|
"body-l": "28px",
|
|
112
114
|
"caption-l": "20px",
|
|
115
|
+
"caption-m": "16px",
|
|
113
116
|
// mantine default variables
|
|
114
117
|
xs: "1.4",
|
|
115
118
|
sm: "1.45",
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
export declare const H6_BOLD_FONT_VARIANT: "h6-bold";
|
|
2
2
|
export declare const BODY_M_MEDIUM_FONT_VARIANT: "body-m-medium";
|
|
3
3
|
export declare const BODY_S_MEDIUM_FONT_VARIANT: "body-s-medium";
|
|
4
|
+
export declare const BODY_M_BOLD_FONT_VARIANT: "body-m-bold";
|
|
4
5
|
export declare const BODY_L_BOLD_FONT_VARIANT: "body-l-bold";
|
|
5
6
|
export declare const CAPTION_L_MEDIUM_FONT_VARIANT: "caption-l-medium";
|
|
6
7
|
export declare const CAPTION_L_REGULAR_FONT_VARIANT: "caption-l-regular";
|
|
7
|
-
export declare const
|
|
8
|
+
export declare const CAPTION_M_REGULAR_FONT_VARIANT: "caption-m-regular";
|
|
9
|
+
export declare const FontVariants: ("body-s-medium" | "h6-bold" | "body-m-medium" | "body-m-bold" | "body-l-bold" | "caption-l-medium" | "caption-l-regular" | "caption-m-regular")[];
|
|
@@ -1,17 +1,21 @@
|
|
|
1
|
-
const _ = "h6-bold", o = "body-m-medium", A = "body-s-medium", N = "body-
|
|
1
|
+
const _ = "h6-bold", o = "body-m-medium", A = "body-s-medium", N = "body-m-bold", T = "body-l-bold", O = "caption-l-medium", t = "caption-l-regular", n = "caption-m-regular", I = [
|
|
2
2
|
_,
|
|
3
3
|
o,
|
|
4
4
|
A,
|
|
5
5
|
N,
|
|
6
6
|
T,
|
|
7
|
-
O
|
|
7
|
+
O,
|
|
8
|
+
t,
|
|
9
|
+
n
|
|
8
10
|
];
|
|
9
11
|
export {
|
|
10
|
-
|
|
12
|
+
T as BODY_L_BOLD_FONT_VARIANT,
|
|
13
|
+
N as BODY_M_BOLD_FONT_VARIANT,
|
|
11
14
|
o as BODY_M_MEDIUM_FONT_VARIANT,
|
|
12
15
|
A as BODY_S_MEDIUM_FONT_VARIANT,
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
+
O as CAPTION_L_MEDIUM_FONT_VARIANT,
|
|
17
|
+
t as CAPTION_L_REGULAR_FONT_VARIANT,
|
|
18
|
+
n as CAPTION_M_REGULAR_FONT_VARIANT,
|
|
19
|
+
I as FontVariants,
|
|
16
20
|
_ as H6_BOLD_FONT_VARIANT
|
|
17
21
|
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import './assets/typography.css';const _ = {
|
|
2
|
+
"h6-bold": "_h6-bold_1wb73_2",
|
|
3
|
+
"body-s-medium": "_body-s-medium_1wb73_11",
|
|
4
|
+
"body-m-medium": "_body-m-medium_1wb73_19",
|
|
5
|
+
"body-m-bold": "_body-m-bold_1wb73_28",
|
|
6
|
+
"body-l-bold": "_body-l-bold_1wb73_36",
|
|
7
|
+
"caption-l-medium": "_caption-l-medium_1wb73_45",
|
|
8
|
+
"caption-l-regular": "_caption-l-regular_1wb73_53",
|
|
9
|
+
"caption-m-regular": "_caption-m-regular_1wb73_62"
|
|
10
|
+
};
|
|
11
|
+
export {
|
|
12
|
+
_ as c
|
|
13
|
+
};
|
package/package.json
CHANGED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import './assets/typography.css';const d = {
|
|
2
|
-
"h6-bold": "_h6-bold_1acdz_2",
|
|
3
|
-
"body-s-medium": "_body-s-medium_1acdz_11",
|
|
4
|
-
"body-m-medium": "_body-m-medium_1acdz_19",
|
|
5
|
-
"body-l-bold": "_body-l-bold_1acdz_28",
|
|
6
|
-
"caption-l-medium": "_caption-l-medium_1acdz_37",
|
|
7
|
-
"caption-l-regular": "_caption-l-regular_1acdz_45"
|
|
8
|
-
};
|
|
9
|
-
export {
|
|
10
|
-
d as c
|
|
11
|
-
};
|