urfu-ui-kit-vanilla 2.3.7 → 2.3.8

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/main.css +18 -18
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "UrFU UI-Kit for Vanilla Web",
4
4
  "license": "Apache-2.0",
5
5
  "private": false,
6
- "version": "2.3.7",
6
+ "version": "2.3.8",
7
7
  "type": "module",
8
8
  "scripts": {
9
9
  "start": "npm-run-all --parallel less:watch vite",
package/src/main.css CHANGED
@@ -53,126 +53,126 @@ button {
53
53
  }
54
54
  @font-face {
55
55
  font-family: 'Montserrat';
56
- src: url('../fonts/montserrat/Montserrat-Thin.ttf') format('truetype');
56
+ src: url('fonts/montserrat/Montserrat-Thin.ttf') format('truetype');
57
57
  font-weight: 100;
58
58
  font-style: normal;
59
59
  font-display: swap;
60
60
  }
61
61
  @font-face {
62
62
  font-family: 'Montserrat';
63
- src: url('../fonts/montserrat/Montserrat-ThinItalic.ttf') format('truetype');
63
+ src: url('fonts/montserrat/Montserrat-ThinItalic.ttf') format('truetype');
64
64
  font-weight: 100;
65
65
  font-style: italic;
66
66
  font-display: swap;
67
67
  }
68
68
  @font-face {
69
69
  font-family: 'Montserrat';
70
- src: url('../fonts/montserrat/Montserrat-ExtraLight.ttf') format('truetype');
70
+ src: url('fonts/montserrat/Montserrat-ExtraLight.ttf') format('truetype');
71
71
  font-weight: 200;
72
72
  font-style: normal;
73
73
  font-display: swap;
74
74
  }
75
75
  @font-face {
76
76
  font-family: 'Montserrat';
77
- src: url('../fonts/montserrat/Montserrat-ExtraLightItalic.ttf') format('truetype');
77
+ src: url('fonts/montserrat/Montserrat-ExtraLightItalic.ttf') format('truetype');
78
78
  font-weight: 200;
79
79
  font-style: italic;
80
80
  font-display: swap;
81
81
  }
82
82
  @font-face {
83
83
  font-family: 'Montserrat';
84
- src: url('../fonts/montserrat/Montserrat-Light.ttf') format('truetype');
84
+ src: url('fonts/montserrat/Montserrat-Light.ttf') format('truetype');
85
85
  font-weight: 300;
86
86
  font-style: normal;
87
87
  font-display: swap;
88
88
  }
89
89
  @font-face {
90
90
  font-family: 'Montserrat';
91
- src: url('../fonts/montserrat/Montserrat-LightItalic.ttf') format('truetype');
91
+ src: url('fonts/montserrat/Montserrat-LightItalic.ttf') format('truetype');
92
92
  font-weight: 300;
93
93
  font-style: italic;
94
94
  font-display: swap;
95
95
  }
96
96
  @font-face {
97
97
  font-family: 'Montserrat';
98
- src: url('../fonts/montserrat/Montserrat-Regular.ttf') format('truetype');
98
+ src: url('fonts/montserrat/Montserrat-Regular.ttf') format('truetype');
99
99
  font-weight: 400;
100
100
  font-style: normal;
101
101
  font-display: swap;
102
102
  }
103
103
  @font-face {
104
104
  font-family: 'Montserrat';
105
- src: url('../fonts/montserrat/Montserrat-Italic.ttf') format('truetype');
105
+ src: url('fonts/montserrat/Montserrat-Italic.ttf') format('truetype');
106
106
  font-weight: 400;
107
107
  font-style: italic;
108
108
  font-display: swap;
109
109
  }
110
110
  @font-face {
111
111
  font-family: 'Montserrat';
112
- src: url('../fonts/montserrat/Montserrat-Medium.ttf') format('truetype');
112
+ src: url('fonts/montserrat/Montserrat-Medium.ttf') format('truetype');
113
113
  font-weight: 500;
114
114
  font-style: normal;
115
115
  font-display: swap;
116
116
  }
117
117
  @font-face {
118
118
  font-family: 'Montserrat';
119
- src: url('../fonts/montserrat/Montserrat-MediumItalic.ttf') format('truetype');
119
+ src: url('fonts/montserrat/Montserrat-MediumItalic.ttf') format('truetype');
120
120
  font-weight: 500;
121
121
  font-style: italic;
122
122
  font-display: swap;
123
123
  }
124
124
  @font-face {
125
125
  font-family: 'Montserrat';
126
- src: url('../fonts/montserrat/Montserrat-SemiBold.ttf') format('truetype');
126
+ src: url('fonts/montserrat/Montserrat-SemiBold.ttf') format('truetype');
127
127
  font-weight: 600;
128
128
  font-style: normal;
129
129
  font-display: swap;
130
130
  }
131
131
  @font-face {
132
132
  font-family: 'Montserrat';
133
- src: url('../fonts/montserrat/Montserrat-SemiBoldItalic.ttf') format('truetype');
133
+ src: url('fonts/montserrat/Montserrat-SemiBoldItalic.ttf') format('truetype');
134
134
  font-weight: 600;
135
135
  font-style: italic;
136
136
  font-display: swap;
137
137
  }
138
138
  @font-face {
139
139
  font-family: 'Montserrat';
140
- src: url('../fonts/montserrat/Montserrat-Bold.ttf') format('truetype');
140
+ src: url('fonts/montserrat/Montserrat-Bold.ttf') format('truetype');
141
141
  font-weight: 700;
142
142
  font-style: normal;
143
143
  font-display: swap;
144
144
  }
145
145
  @font-face {
146
146
  font-family: 'Montserrat';
147
- src: url('../fonts/montserrat/Montserrat-BoldItalic.ttf') format('truetype');
147
+ src: url('fonts/montserrat/Montserrat-BoldItalic.ttf') format('truetype');
148
148
  font-weight: 700;
149
149
  font-style: italic;
150
150
  font-display: swap;
151
151
  }
152
152
  @font-face {
153
153
  font-family: 'Montserrat';
154
- src: url('../fonts/montserrat/Montserrat-ExtraBold.ttf') format('truetype');
154
+ src: url('fonts/montserrat/Montserrat-ExtraBold.ttf') format('truetype');
155
155
  font-weight: 800;
156
156
  font-style: normal;
157
157
  font-display: swap;
158
158
  }
159
159
  @font-face {
160
160
  font-family: 'Montserrat';
161
- src: url('../fonts/montserrat/Montserrat-ExtraBoldItalic.ttf') format('truetype');
161
+ src: url('fonts/montserrat/Montserrat-ExtraBoldItalic.ttf') format('truetype');
162
162
  font-weight: 800;
163
163
  font-style: italic;
164
164
  font-display: swap;
165
165
  }
166
166
  @font-face {
167
167
  font-family: 'Montserrat';
168
- src: url('../fonts/montserrat/Montserrat-Black.ttf') format('truetype');
168
+ src: url('fonts/montserrat/Montserrat-Black.ttf') format('truetype');
169
169
  font-weight: 900;
170
170
  font-style: normal;
171
171
  font-display: swap;
172
172
  }
173
173
  @font-face {
174
174
  font-family: 'Montserrat';
175
- src: url('../fonts/montserrat/Montserrat-BlackItalic.ttf') format('truetype');
175
+ src: url('fonts/montserrat/Montserrat-BlackItalic.ttf') format('truetype');
176
176
  font-weight: 900;
177
177
  font-style: italic;
178
178
  font-display: swap;