@vkzstudio/muza-ui 1.0.5 → 1.0.6
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/components/FileUpload/FileItem.d.ts.map +1 -1
- package/dist/components/FileUpload/FileItem.js +24 -23
- package/dist/components/Icons/CustomIcons.d.ts +3 -0
- package/dist/components/Icons/CustomIcons.d.ts.map +1 -1
- package/dist/components/Icons/CustomIcons.js +90 -41
- package/dist/components/Icons/Icons.stories.d.ts.map +1 -1
- package/dist/components/Searchbar/Searchbar.d.ts +3 -2
- package/dist/components/Searchbar/Searchbar.d.ts.map +1 -1
- package/dist/components/Searchbar/Searchbar.js +30 -29
- package/dist/components/Searchbar/Searchbar.stories.d.ts +1 -0
- package/dist/components/Searchbar/Searchbar.stories.d.ts.map +1 -1
- package/dist/index.js +126 -123
- package/dist/muza-ui.css +1 -1
- package/dist/styles/token-colors.css +1206 -1199
- package/dist/styles/token-sizes.css +680 -680
- package/dist/styles/typography.css +84 -84
- package/package.json +1 -1
|
@@ -1,84 +1,84 @@
|
|
|
1
|
-
/* width >= 1024px */
|
|
2
|
-
@theme {
|
|
3
|
-
--font-heading: Objectivity;
|
|
4
|
-
--font-text: Objectivity;
|
|
5
|
-
--font-cta: Objectivity;
|
|
6
|
-
--paragraph-spacing-12: 12px;
|
|
7
|
-
--text-2xs: 12px;
|
|
8
|
-
--text-input: 14px;
|
|
9
|
-
--text-xs: 14px;
|
|
10
|
-
--text-sm: 16px;
|
|
11
|
-
--text-md: 18px;
|
|
12
|
-
--text-lg: 20px;
|
|
13
|
-
--text-xl: 24px;
|
|
14
|
-
--text-2xl: 32px;
|
|
15
|
-
--text-3xl: 40px;
|
|
16
|
-
--text-4xl: 48px;
|
|
17
|
-
--text-5xl: 56px;
|
|
18
|
-
--text-6xl: 64px;
|
|
19
|
-
--text-7xl: 72px;
|
|
20
|
-
--font-weight-light: 300;
|
|
21
|
-
--font-weight-regular: 400;
|
|
22
|
-
--font-weight-medium: 500;
|
|
23
|
-
--font-weight-bold: 700;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
/* max 1024px */
|
|
27
|
-
@media (width < 64rem) {
|
|
28
|
-
:root {
|
|
29
|
-
--paragraph-spacing-12: 12px;
|
|
30
|
-
--text-2xs: 12px;
|
|
31
|
-
--text-xs: 14px;
|
|
32
|
-
--text-input: 16px;
|
|
33
|
-
--text-sm: 16px;
|
|
34
|
-
--text-md: 18px;
|
|
35
|
-
--text-lg: 20px;
|
|
36
|
-
--text-xl: 22px;
|
|
37
|
-
--text-2xl: 28px;
|
|
38
|
-
--text-3xl: 32px;
|
|
39
|
-
--text-4xl: 40px;
|
|
40
|
-
--text-5xl: 48px;
|
|
41
|
-
--text-6xl: 56px;
|
|
42
|
-
--text-7xl: 64px;
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
/* max 768px */
|
|
47
|
-
@media (width < 48rem) {
|
|
48
|
-
:root {
|
|
49
|
-
--paragraph-spacing-12: 12px;
|
|
50
|
-
--text-2xs: 12px;
|
|
51
|
-
--text-xs: 14px;
|
|
52
|
-
--text-input: 16px;
|
|
53
|
-
--text-sm: 16px;
|
|
54
|
-
--text-md: 18px;
|
|
55
|
-
--text-lg: 20px;
|
|
56
|
-
--text-xl: 20px;
|
|
57
|
-
--text-2xl: 24px;
|
|
58
|
-
--text-3xl: 28px;
|
|
59
|
-
--text-4xl: 32px;
|
|
60
|
-
--text-5xl: 40px;
|
|
61
|
-
--text-6xl: 48px;
|
|
62
|
-
--text-7xl: 56px;
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
/* min 1600px */
|
|
67
|
-
@media (width >= 100rem) {
|
|
68
|
-
:root {
|
|
69
|
-
--paragraph-spacing-12: 12px;
|
|
70
|
-
--text-2xs: 12px;
|
|
71
|
-
--text-input: 14px;
|
|
72
|
-
--text-xs: 14px;
|
|
73
|
-
--text-sm: 16px;
|
|
74
|
-
--text-md: 18px;
|
|
75
|
-
--text-lg: 20px;
|
|
76
|
-
--text-xl: 24px;
|
|
77
|
-
--text-2xl: 32px;
|
|
78
|
-
--text-3xl: 40px;
|
|
79
|
-
--text-4xl: 48px;
|
|
80
|
-
--text-5xl: 56px;
|
|
81
|
-
--text-6xl: 64px;
|
|
82
|
-
--text-7xl: 72px;
|
|
83
|
-
}
|
|
84
|
-
}
|
|
1
|
+
/* width >= 1024px */
|
|
2
|
+
@theme {
|
|
3
|
+
--font-heading: Objectivity;
|
|
4
|
+
--font-text: Objectivity;
|
|
5
|
+
--font-cta: Objectivity;
|
|
6
|
+
--paragraph-spacing-12: 12px;
|
|
7
|
+
--text-2xs: 12px;
|
|
8
|
+
--text-input: 14px;
|
|
9
|
+
--text-xs: 14px;
|
|
10
|
+
--text-sm: 16px;
|
|
11
|
+
--text-md: 18px;
|
|
12
|
+
--text-lg: 20px;
|
|
13
|
+
--text-xl: 24px;
|
|
14
|
+
--text-2xl: 32px;
|
|
15
|
+
--text-3xl: 40px;
|
|
16
|
+
--text-4xl: 48px;
|
|
17
|
+
--text-5xl: 56px;
|
|
18
|
+
--text-6xl: 64px;
|
|
19
|
+
--text-7xl: 72px;
|
|
20
|
+
--font-weight-light: 300;
|
|
21
|
+
--font-weight-regular: 400;
|
|
22
|
+
--font-weight-medium: 500;
|
|
23
|
+
--font-weight-bold: 700;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
/* max 1024px */
|
|
27
|
+
@media (width < 64rem) {
|
|
28
|
+
:root {
|
|
29
|
+
--paragraph-spacing-12: 12px;
|
|
30
|
+
--text-2xs: 12px;
|
|
31
|
+
--text-xs: 14px;
|
|
32
|
+
--text-input: 16px;
|
|
33
|
+
--text-sm: 16px;
|
|
34
|
+
--text-md: 18px;
|
|
35
|
+
--text-lg: 20px;
|
|
36
|
+
--text-xl: 22px;
|
|
37
|
+
--text-2xl: 28px;
|
|
38
|
+
--text-3xl: 32px;
|
|
39
|
+
--text-4xl: 40px;
|
|
40
|
+
--text-5xl: 48px;
|
|
41
|
+
--text-6xl: 56px;
|
|
42
|
+
--text-7xl: 64px;
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
/* max 768px */
|
|
47
|
+
@media (width < 48rem) {
|
|
48
|
+
:root {
|
|
49
|
+
--paragraph-spacing-12: 12px;
|
|
50
|
+
--text-2xs: 12px;
|
|
51
|
+
--text-xs: 14px;
|
|
52
|
+
--text-input: 16px;
|
|
53
|
+
--text-sm: 16px;
|
|
54
|
+
--text-md: 18px;
|
|
55
|
+
--text-lg: 20px;
|
|
56
|
+
--text-xl: 20px;
|
|
57
|
+
--text-2xl: 24px;
|
|
58
|
+
--text-3xl: 28px;
|
|
59
|
+
--text-4xl: 32px;
|
|
60
|
+
--text-5xl: 40px;
|
|
61
|
+
--text-6xl: 48px;
|
|
62
|
+
--text-7xl: 56px;
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
/* min 1600px */
|
|
67
|
+
@media (width >= 100rem) {
|
|
68
|
+
:root {
|
|
69
|
+
--paragraph-spacing-12: 12px;
|
|
70
|
+
--text-2xs: 12px;
|
|
71
|
+
--text-input: 14px;
|
|
72
|
+
--text-xs: 14px;
|
|
73
|
+
--text-sm: 16px;
|
|
74
|
+
--text-md: 18px;
|
|
75
|
+
--text-lg: 20px;
|
|
76
|
+
--text-xl: 24px;
|
|
77
|
+
--text-2xl: 32px;
|
|
78
|
+
--text-3xl: 40px;
|
|
79
|
+
--text-4xl: 48px;
|
|
80
|
+
--text-5xl: 56px;
|
|
81
|
+
--text-6xl: 64px;
|
|
82
|
+
--text-7xl: 72px;
|
|
83
|
+
}
|
|
84
|
+
}
|