@itcase/ui 1.0.101 → 1.0.102

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.
@@ -85,7 +85,7 @@
85
85
  .group {
86
86
  &_wrap {
87
87
  @each $val in nowrap, wrap, wrap-reverse {
88
- &_wrap_$(val) {
88
+ &_$(val) {
89
89
  flex-wrap: $(val);
90
90
  }
91
91
  }
@@ -139,6 +139,7 @@
139
139
  .select {
140
140
  &__control {
141
141
  ^&__indicators {
142
+ margin-left: 8px;
142
143
  display: flex;
143
144
  align-items: center;
144
145
  align-self: center;
@@ -355,5 +356,9 @@
355
356
  position: relative;
356
357
  }
357
358
  }
359
+ & .css-mohuvp-dummyInput-DummyInput {
360
+ position: absolute;
361
+ bottom: 0;
362
+ }
358
363
  }
359
364
  }
@@ -1,6 +1,7 @@
1
1
  .select {
2
2
  &__control {
3
3
  ^&__indicators {
4
+ margin-left: 8px;
4
5
  display: flex;
5
6
  align-items: center;
6
7
  align-self: center;
@@ -13,5 +13,9 @@
13
13
  position: relative;
14
14
  }
15
15
  }
16
+ & .css-mohuvp-dummyInput-DummyInput {
17
+ position: absolute;
18
+ bottom: 0;
19
+ }
16
20
  }
17
21
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itcase/ui",
3
- "version": "1.0.101",
3
+ "version": "1.0.102",
4
4
  "description": "UI components (Modal, Loader, Popup, etc)",
5
5
  "keywords": [
6
6
  "Modal",