astrum-ui 0.1.12 → 0.1.13

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.
@@ -117,6 +117,12 @@
117
117
  transition: transform 0.2s ease;
118
118
  }
119
119
 
120
+ .astrum-select__chevron svg {
121
+ display: block;
122
+ width: 24px;
123
+ height: 24px;
124
+ }
125
+
120
126
  .astrum-select__chevron--open {
121
127
  transform: rotate(180deg);
122
128
  }
@@ -242,3 +248,40 @@
242
248
  opacity: 0.6;
243
249
  }
244
250
 
251
+ @media (max-width: 767px) {
252
+ .astrum-select__container {
253
+ display: block;
254
+ width: 100%;
255
+ max-width: 100%;
256
+ }
257
+
258
+ .astrum-select {
259
+ min-width: 0;
260
+ width: 100%;
261
+ max-width: 100%;
262
+ }
263
+
264
+ .astrum-select__separator {
265
+ padding: 14px 16px;
266
+ font-size: 12px;
267
+ font-weight: 500;
268
+ line-height: normal;
269
+ }
270
+
271
+ .astrum-select__trigger {
272
+ padding: 12px 12px 12px 16px;
273
+ gap: 4px;
274
+ font-size: 12px;
275
+ font-weight: 500;
276
+ line-height: normal;
277
+ }
278
+
279
+ .astrum-select--split .astrum-select__trigger {
280
+ padding: 12px 12px 12px 16px;
281
+ }
282
+
283
+ .astrum-select__chevron svg {
284
+ width: 20px;
285
+ height: 20px;
286
+ }
287
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "astrum-ui",
3
- "version": "0.1.12",
3
+ "version": "0.1.13",
4
4
  "description": "React UI компоненты Astrum Studio",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",