@webitel/styleguide 26.2.12 → 26.2.15
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 +7 -2
- package/src/assets/fonts/Montserrat/Montserrat-Black.woff2 +0 -0
- package/src/assets/fonts/Montserrat/Montserrat-BlackItalic.woff2 +0 -0
- package/src/assets/fonts/Montserrat/Montserrat-Bold.woff2 +0 -0
- package/src/assets/fonts/Montserrat/Montserrat-BoldItalic.woff2 +0 -0
- package/src/assets/fonts/Montserrat/Montserrat-ExtraBold.woff2 +0 -0
- package/src/assets/fonts/Montserrat/Montserrat-ExtraBoldItalic.woff2 +0 -0
- package/src/assets/fonts/Montserrat/Montserrat-ExtraLight.woff2 +0 -0
- package/src/assets/fonts/Montserrat/Montserrat-ExtraLightItalic.woff2 +0 -0
- package/src/assets/fonts/Montserrat/Montserrat-Italic.woff2 +0 -0
- package/src/assets/fonts/Montserrat/Montserrat-Light.woff2 +0 -0
- package/src/assets/fonts/Montserrat/Montserrat-LightItalic.woff2 +0 -0
- package/src/assets/fonts/Montserrat/Montserrat-Medium.woff2 +0 -0
- package/src/assets/fonts/Montserrat/Montserrat-MediumItalic.woff2 +0 -0
- package/src/assets/fonts/Montserrat/Montserrat-Regular.woff2 +0 -0
- package/src/assets/fonts/Montserrat/Montserrat-SemiBold.woff2 +0 -0
- package/src/assets/fonts/Montserrat/Montserrat-SemiBoldItalic.woff2 +0 -0
- package/src/assets/fonts/Montserrat/Montserrat-Thin.woff2 +0 -0
- package/src/assets/fonts/Montserrat/Montserrat-ThinItalic.woff2 +0 -0
- package/src/lib/primevue/components/avatar/colors/dark/index.ts +6 -2
- package/src/lib/primevue/components/avatar/colors/light/index.ts +6 -2
- package/src/lib/styleguide/elevations/elevations.css +10 -10
- package/src/lib/styleguide/fonts/fonts.css +58 -36
- package/src/lib/styleguide/scroll.css +3 -6
- package/src/assets/fonts/Montserrat/Montserrat-Black.ttf +0 -0
- package/src/assets/fonts/Montserrat/Montserrat-BlackItalic.ttf +0 -0
- package/src/assets/fonts/Montserrat/Montserrat-Bold.ttf +0 -0
- package/src/assets/fonts/Montserrat/Montserrat-BoldItalic.ttf +0 -0
- package/src/assets/fonts/Montserrat/Montserrat-ExtraBold.ttf +0 -0
- package/src/assets/fonts/Montserrat/Montserrat-ExtraBoldItalic.ttf +0 -0
- package/src/assets/fonts/Montserrat/Montserrat-ExtraLight.ttf +0 -0
- package/src/assets/fonts/Montserrat/Montserrat-ExtraLightItalic.ttf +0 -0
- package/src/assets/fonts/Montserrat/Montserrat-Italic.ttf +0 -0
- package/src/assets/fonts/Montserrat/Montserrat-Light.ttf +0 -0
- package/src/assets/fonts/Montserrat/Montserrat-LightItalic.ttf +0 -0
- package/src/assets/fonts/Montserrat/Montserrat-Medium.ttf +0 -0
- package/src/assets/fonts/Montserrat/Montserrat-MediumItalic.ttf +0 -0
- package/src/assets/fonts/Montserrat/Montserrat-Regular.ttf +0 -0
- package/src/assets/fonts/Montserrat/Montserrat-SemiBold.ttf +0 -0
- package/src/assets/fonts/Montserrat/Montserrat-SemiBoldItalic.ttf +0 -0
- package/src/assets/fonts/Montserrat/Montserrat-Thin.ttf +0 -0
- package/src/assets/fonts/Montserrat/Montserrat-ThinItalic.ttf +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webitel/styleguide",
|
|
3
|
-
"version": "26.2.
|
|
3
|
+
"version": "26.2.15",
|
|
4
4
|
"main": "",
|
|
5
5
|
"files": [
|
|
6
6
|
"src/"
|
|
@@ -8,7 +8,12 @@
|
|
|
8
8
|
"scripts": {
|
|
9
9
|
"publish-styleguide": "npm run build && npm publish --access public",
|
|
10
10
|
"build": "tsc -p ./tsconfig.build.json",
|
|
11
|
-
"lint:fix": "npx biome check --write ./src"
|
|
11
|
+
"lint:fix": "npx biome check --write ./src",
|
|
12
|
+
"biome:ci:gh": "biome ci ./src --reporter=github",
|
|
13
|
+
"test:unit": "node -e \"process.exit(0)\"",
|
|
14
|
+
"lint": "biome ci ./src",
|
|
15
|
+
"test": "npm run test:unit",
|
|
16
|
+
"ci:check": "npm run biome:ci:gh && npm run test:unit"
|
|
12
17
|
},
|
|
13
18
|
"devDependencies": {
|
|
14
19
|
"@biomejs/biome": "^2.3.14",
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -4,8 +4,8 @@ export default {
|
|
|
4
4
|
color: '{text.avatar.color}',
|
|
5
5
|
},
|
|
6
6
|
letters: {
|
|
7
|
-
'na-color': '{gray.
|
|
8
|
-
'na-background': '{gray.
|
|
7
|
+
'na-color': '{gray.350}',
|
|
8
|
+
'na-background': '{gray.650}',
|
|
9
9
|
'p1-color': 'linear-gradient(45deg, {deep-purple.700}, {deep-purple.350})',
|
|
10
10
|
'p2-color': 'linear-gradient(45deg, {indigo.550}, {indigo.300})',
|
|
11
11
|
'p3-color': 'linear-gradient(45deg, {deep-purple.350}, {cyan.250})',
|
|
@@ -21,4 +21,8 @@ export default {
|
|
|
21
21
|
'p13-color': 'linear-gradient(45deg, {orange.400}, {amber.200})',
|
|
22
22
|
'p14-color': 'linear-gradient(45deg, {amber.400}, {lime.350})',
|
|
23
23
|
},
|
|
24
|
+
bot: {
|
|
25
|
+
color: '{gray.350}',
|
|
26
|
+
background: '{gray.650}',
|
|
27
|
+
},
|
|
24
28
|
};
|
|
@@ -4,8 +4,8 @@ export default {
|
|
|
4
4
|
color: '{text.avatar.color}',
|
|
5
5
|
},
|
|
6
6
|
letters: {
|
|
7
|
-
'na-color': '{gray.
|
|
8
|
-
'na-background': '{gray.
|
|
7
|
+
'na-color': '{gray.350}',
|
|
8
|
+
'na-background': '{gray.50}',
|
|
9
9
|
'p1-color': 'linear-gradient(45deg, {deep-purple.700}, {deep-purple.350})',
|
|
10
10
|
'p2-color': 'linear-gradient(45deg, {indigo.550}, {indigo.300})',
|
|
11
11
|
'p3-color': 'linear-gradient(45deg, {deep-purple.350}, {cyan.250})',
|
|
@@ -21,4 +21,8 @@ export default {
|
|
|
21
21
|
'p13-color': 'linear-gradient(45deg, {orange.400}, {amber.200})',
|
|
22
22
|
'p14-color': 'linear-gradient(45deg, {amber.400}, {lime.350})',
|
|
23
23
|
},
|
|
24
|
+
bot: {
|
|
25
|
+
color: '{gray.350}',
|
|
26
|
+
background: '{gray.50}',
|
|
27
|
+
},
|
|
24
28
|
};
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
:root {
|
|
2
2
|
--_elevation-color: hsla(0, 0%, 0%, 0.08);
|
|
3
|
-
--elevation-1: 0px 0px
|
|
4
|
-
--elevation-2: 0px 0px
|
|
5
|
-
--elevation-3: 0px 0px
|
|
6
|
-
--elevation-4: 0px 0px
|
|
7
|
-
--elevation-5: 0px 0px
|
|
8
|
-
--elevation-6: 0px 0px
|
|
9
|
-
--elevation-7: 0px 0px
|
|
10
|
-
--elevation-8: 0px 0px
|
|
11
|
-
--elevation-9: 0px 0px
|
|
12
|
-
--elevation-10: 0px 0px
|
|
3
|
+
--elevation-1: 0px 0px 4px 1px var(--_elevation-color);
|
|
4
|
+
--elevation-2: 0px 0px 6px 2px var(--_elevation-color);
|
|
5
|
+
--elevation-3: 0px 0px 8px 3px var(--_elevation-color);
|
|
6
|
+
--elevation-4: 0px 0px 10px 4px var(--_elevation-color);
|
|
7
|
+
--elevation-5: 0px 0px 12px 5px var(--_elevation-color);
|
|
8
|
+
--elevation-6: 0px 0px 14px 6px var(--_elevation-color);
|
|
9
|
+
--elevation-7: 0px 0px 16px 7px var(--_elevation-color);
|
|
10
|
+
--elevation-8: 0px 0px 18px 8px var(--_elevation-color);
|
|
11
|
+
--elevation-9: 0px 0px 20px 9px var(--_elevation-color);
|
|
12
|
+
--elevation-10: 0px 0px 22px 10px var(--_elevation-color);
|
|
13
13
|
}
|
|
@@ -1,143 +1,165 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: "Montserrat";
|
|
3
|
-
src: url("../../../assets/fonts/Montserrat/Montserrat-Thin.
|
|
4
|
-
format("
|
|
3
|
+
src: url("../../../assets/fonts/Montserrat/Montserrat-Thin.woff2")
|
|
4
|
+
format("woff2");
|
|
5
5
|
font-weight: 100;
|
|
6
6
|
font-style: normal;
|
|
7
|
+
font-display: swap;
|
|
7
8
|
}
|
|
8
9
|
|
|
9
10
|
@font-face {
|
|
10
11
|
font-family: "Montserrat";
|
|
11
|
-
src: url("../../../assets/fonts/Montserrat/Montserrat-ThinItalic.
|
|
12
|
-
format("
|
|
12
|
+
src: url("../../../assets/fonts/Montserrat/Montserrat-ThinItalic.woff2")
|
|
13
|
+
format("woff2");
|
|
13
14
|
font-weight: 100;
|
|
14
15
|
font-style: italic;
|
|
16
|
+
font-display: swap;
|
|
17
|
+
font-display: swap;
|
|
18
|
+
font-display: swap;
|
|
19
|
+
font-display: swap;
|
|
20
|
+
font-display: swap;
|
|
15
21
|
}
|
|
16
22
|
|
|
17
23
|
@font-face {
|
|
18
24
|
font-family: "Montserrat";
|
|
19
|
-
src: url("../../../assets/fonts/Montserrat/Montserrat-ExtraLight.
|
|
20
|
-
format("
|
|
25
|
+
src: url("../../../assets/fonts/Montserrat/Montserrat-ExtraLight.woff2")
|
|
26
|
+
format("woff2");
|
|
21
27
|
font-weight: 200;
|
|
22
28
|
font-style: normal;
|
|
29
|
+
font-display: swap;
|
|
23
30
|
}
|
|
24
31
|
|
|
25
32
|
@font-face {
|
|
26
33
|
font-family: "Montserrat";
|
|
27
|
-
src: url("../../../assets/fonts/Montserrat/Montserrat-ExtraLightItalic.
|
|
28
|
-
format("
|
|
34
|
+
src: url("../../../assets/fonts/Montserrat/Montserrat-ExtraLightItalic.woff2")
|
|
35
|
+
format("woff2");
|
|
29
36
|
font-weight: 200;
|
|
30
37
|
font-style: italic;
|
|
38
|
+
font-display: swap;
|
|
31
39
|
}
|
|
32
40
|
|
|
33
41
|
@font-face {
|
|
34
42
|
font-family: "Montserrat";
|
|
35
|
-
src: url("../../../assets/fonts/Montserrat/Montserrat-Light.
|
|
36
|
-
format("
|
|
43
|
+
src: url("../../../assets/fonts/Montserrat/Montserrat-Light.woff2")
|
|
44
|
+
format("woff2");
|
|
37
45
|
font-weight: 300;
|
|
38
46
|
font-style: normal;
|
|
47
|
+
font-display: swap;
|
|
39
48
|
}
|
|
40
49
|
|
|
41
50
|
@font-face {
|
|
42
51
|
font-family: "Montserrat";
|
|
43
|
-
src: url("../../../assets/fonts/Montserrat/Montserrat-LightItalic.
|
|
44
|
-
format("
|
|
52
|
+
src: url("../../../assets/fonts/Montserrat/Montserrat-LightItalic.woff2")
|
|
53
|
+
format("woff2");
|
|
45
54
|
font-weight: 300;
|
|
46
55
|
font-style: italic;
|
|
56
|
+
font-display: swap;
|
|
47
57
|
}
|
|
48
58
|
|
|
49
59
|
@font-face {
|
|
50
60
|
font-family: "Montserrat";
|
|
51
|
-
src: url("../../../assets/fonts/Montserrat/Montserrat-Regular.
|
|
52
|
-
format("
|
|
61
|
+
src: url("../../../assets/fonts/Montserrat/Montserrat-Regular.woff2")
|
|
62
|
+
format("woff2");
|
|
53
63
|
font-weight: 400;
|
|
54
64
|
font-style: normal;
|
|
65
|
+
font-display: swap;
|
|
55
66
|
}
|
|
56
67
|
|
|
57
68
|
@font-face {
|
|
58
69
|
font-family: "Montserrat";
|
|
59
|
-
src: url("../../../assets/fonts/Montserrat/Montserrat-Italic.
|
|
60
|
-
format("
|
|
70
|
+
src: url("../../../assets/fonts/Montserrat/Montserrat-Italic.woff2")
|
|
71
|
+
format("woff2");
|
|
61
72
|
font-weight: 400;
|
|
62
73
|
font-style: italic;
|
|
74
|
+
font-display: swap;
|
|
63
75
|
}
|
|
64
76
|
|
|
65
77
|
@font-face {
|
|
66
78
|
font-family: "Montserrat";
|
|
67
|
-
src: url("../../../assets/fonts/Montserrat/Montserrat-Medium.
|
|
68
|
-
format("
|
|
79
|
+
src: url("../../../assets/fonts/Montserrat/Montserrat-Medium.woff2")
|
|
80
|
+
format("woff2");
|
|
69
81
|
font-weight: 500;
|
|
70
82
|
font-style: normal;
|
|
83
|
+
font-display: swap;
|
|
71
84
|
}
|
|
72
85
|
|
|
73
86
|
@font-face {
|
|
74
87
|
font-family: "Montserrat";
|
|
75
|
-
src: url("../../../assets/fonts/Montserrat/Montserrat-MediumItalic.
|
|
76
|
-
format("
|
|
88
|
+
src: url("../../../assets/fonts/Montserrat/Montserrat-MediumItalic.woff2")
|
|
89
|
+
format("woff2");
|
|
77
90
|
font-weight: 500;
|
|
78
91
|
font-style: italic;
|
|
92
|
+
font-display: swap;
|
|
79
93
|
}
|
|
80
94
|
|
|
81
95
|
@font-face {
|
|
82
96
|
font-family: "Montserrat";
|
|
83
|
-
src: url("../../../assets/fonts/Montserrat/Montserrat-SemiBold.
|
|
84
|
-
format("
|
|
97
|
+
src: url("../../../assets/fonts/Montserrat/Montserrat-SemiBold.woff2")
|
|
98
|
+
format("woff2");
|
|
85
99
|
font-weight: 600;
|
|
86
100
|
font-style: normal;
|
|
101
|
+
font-display: swap;
|
|
87
102
|
}
|
|
88
103
|
|
|
89
104
|
@font-face {
|
|
90
105
|
font-family: "Montserrat";
|
|
91
|
-
src: url("../../../assets/fonts/Montserrat/Montserrat-SemiBoldItalic.
|
|
92
|
-
format("
|
|
106
|
+
src: url("../../../assets/fonts/Montserrat/Montserrat-SemiBoldItalic.woff2")
|
|
107
|
+
format("woff2");
|
|
93
108
|
font-weight: 600;
|
|
94
109
|
font-style: italic;
|
|
110
|
+
font-display: swap;
|
|
95
111
|
}
|
|
96
112
|
|
|
97
113
|
@font-face {
|
|
98
114
|
font-family: "Montserrat";
|
|
99
|
-
src: url("../../../assets/fonts/Montserrat/Montserrat-Bold.
|
|
100
|
-
format("
|
|
115
|
+
src: url("../../../assets/fonts/Montserrat/Montserrat-Bold.woff2")
|
|
116
|
+
format("woff2");
|
|
101
117
|
font-weight: 700;
|
|
102
118
|
font-style: normal;
|
|
119
|
+
font-display: swap;
|
|
103
120
|
}
|
|
104
121
|
|
|
105
122
|
@font-face {
|
|
106
123
|
font-family: "Montserrat";
|
|
107
|
-
src: url("../../../assets/fonts/Montserrat/Montserrat-BoldItalic.
|
|
108
|
-
format("
|
|
124
|
+
src: url("../../../assets/fonts/Montserrat/Montserrat-BoldItalic.woff2")
|
|
125
|
+
format("woff2");
|
|
109
126
|
font-weight: 700;
|
|
110
127
|
font-style: italic;
|
|
128
|
+
font-display: swap;
|
|
111
129
|
}
|
|
112
130
|
|
|
113
131
|
@font-face {
|
|
114
132
|
font-family: "Montserrat";
|
|
115
|
-
src: url("../../../assets/fonts/Montserrat/Montserrat-ExtraBold.
|
|
116
|
-
format("
|
|
133
|
+
src: url("../../../assets/fonts/Montserrat/Montserrat-ExtraBold.woff2")
|
|
134
|
+
format("woff2");
|
|
117
135
|
font-weight: 800;
|
|
118
136
|
font-style: normal;
|
|
137
|
+
font-display: swap;
|
|
119
138
|
}
|
|
120
139
|
|
|
121
140
|
@font-face {
|
|
122
141
|
font-family: "Montserrat";
|
|
123
|
-
src: url("../../../assets/fonts/Montserrat/Montserrat-ExtraBoldItalic.
|
|
124
|
-
format("
|
|
142
|
+
src: url("../../../assets/fonts/Montserrat/Montserrat-ExtraBoldItalic.woff2")
|
|
143
|
+
format("woff2");
|
|
125
144
|
font-weight: 800;
|
|
126
145
|
font-style: italic;
|
|
146
|
+
font-display: swap;
|
|
127
147
|
}
|
|
128
148
|
|
|
129
149
|
@font-face {
|
|
130
150
|
font-family: "Montserrat";
|
|
131
|
-
src: url("../../../assets/fonts/Montserrat/Montserrat-Black.
|
|
132
|
-
format("
|
|
151
|
+
src: url("../../../assets/fonts/Montserrat/Montserrat-Black.woff2")
|
|
152
|
+
format("woff2");
|
|
133
153
|
font-weight: 900;
|
|
134
154
|
font-style: normal;
|
|
155
|
+
font-display: swap;
|
|
135
156
|
}
|
|
136
157
|
|
|
137
158
|
@font-face {
|
|
138
159
|
font-family: "Montserrat";
|
|
139
|
-
src: url("../../../assets/fonts/Montserrat/Montserrat-BlackItalic.
|
|
140
|
-
format("
|
|
160
|
+
src: url("../../../assets/fonts/Montserrat/Montserrat-BlackItalic.woff2")
|
|
161
|
+
format("woff2");
|
|
141
162
|
font-weight: 900;
|
|
142
163
|
font-style: italic;
|
|
164
|
+
font-display: swap;
|
|
143
165
|
}
|
|
@@ -9,9 +9,9 @@
|
|
|
9
9
|
}
|
|
10
10
|
|
|
11
11
|
:root.theme--dark {
|
|
12
|
-
--scrollbar-bg-color: var(--p-surface-
|
|
13
|
-
--scrollbar-thumb-color: var(--p-surface-
|
|
14
|
-
--scrollbar-hover-thumb-color: var(--p-surface-
|
|
12
|
+
--scrollbar-bg-color: var(--p-surface-850);
|
|
13
|
+
--scrollbar-thumb-color: var(--p-surface-700);
|
|
14
|
+
--scrollbar-hover-thumb-color: var(--p-surface-800);
|
|
15
15
|
}
|
|
16
16
|
|
|
17
17
|
.wt-scrollbar {
|
|
@@ -38,9 +38,6 @@
|
|
|
38
38
|
background-color: var(--scrollbar-hover-thumb-color);
|
|
39
39
|
}
|
|
40
40
|
|
|
41
|
-
.wt-distant-scrollbar {
|
|
42
|
-
}
|
|
43
|
-
|
|
44
41
|
.wt-distant-scrollbar::-webkit-scrollbar {
|
|
45
42
|
width: 14px;
|
|
46
43
|
height: 18px;
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|