@alfalab/core-components-input-autocomplete 14.0.3 → 14.0.4

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.
@@ -1,3 +1,3 @@
1
- .input-autocomplete__arrow_j53ug.input-autocomplete__error_j53ug ~ * {
1
+ .input-autocomplete__arrow_19kqe.input-autocomplete__error_19kqe ~ * {
2
2
  display: none;
3
3
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"arrow":"input-autocomplete__arrow_j53ug","error":"input-autocomplete__error_j53ug"};
5
+ var styles = {"arrow":"input-autocomplete__arrow_19kqe","error":"input-autocomplete__error_19kqe"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -15,29 +15,29 @@
15
15
  --input-success-icon-display: flex;
16
16
  --input-error-icon-not-alone-display: none;
17
17
  }
18
- .input-autocomplete__component_15hs0 {
18
+ .input-autocomplete__component_3e7kf {
19
19
  width: 100%;
20
20
  outline: none;
21
21
  }
22
- .input-autocomplete__field_15hs0:not(.input-autocomplete__disabled_15hs0) {
22
+ .input-autocomplete__field_3e7kf:not(.input-autocomplete__disabled_3e7kf) {
23
23
  cursor: pointer;
24
24
  }
25
- .input-autocomplete__errorIcon_15hs0 {
25
+ .input-autocomplete__errorIcon_3e7kf {
26
26
  display: var(--input-error-icon-display);
27
27
  }
28
- * + .input-autocomplete__errorIcon_15hs0 {
28
+ * + .input-autocomplete__errorIcon_3e7kf {
29
29
  display: var(--input-error-icon-not-alone-display);
30
30
  }
31
- .input-autocomplete__successIcon_15hs0 {
31
+ .input-autocomplete__successIcon_3e7kf {
32
32
  display: var(--input-success-icon-display);
33
33
  }
34
- .input-autocomplete__disabled_15hs0 {
34
+ .input-autocomplete__disabled_3e7kf {
35
35
  cursor: var(--disabled-cursor);
36
36
  }
37
- .input-autocomplete__placeholder_15hs0 {
37
+ .input-autocomplete__placeholder_3e7kf {
38
38
  color: var(--color-light-text-secondary);
39
39
  }
40
- .input-autocomplete__contentWrapper_15hs0 {
40
+ .input-autocomplete__contentWrapper_3e7kf {
41
41
  font-size: 16px;
42
42
  line-height: 20px;
43
43
  font-weight: 400;
@@ -48,12 +48,12 @@
48
48
  overflow: hidden;
49
49
  width: 100%;
50
50
  }
51
- .input-autocomplete__value_15hs0 {
51
+ .input-autocomplete__value_3e7kf {
52
52
  overflow: hidden;
53
53
  text-overflow: ellipsis;
54
54
  text-align: left;
55
55
  }
56
- .input-autocomplete__focusVisible_15hs0 {
56
+ .input-autocomplete__focusVisible_3e7kf {
57
57
  outline: 2px solid var(--focus-color);
58
58
  outline-offset: 2px;
59
59
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"component":"input-autocomplete__component_15hs0","field":"input-autocomplete__field_15hs0","disabled":"input-autocomplete__disabled_15hs0","errorIcon":"input-autocomplete__errorIcon_15hs0","successIcon":"input-autocomplete__successIcon_15hs0","placeholder":"input-autocomplete__placeholder_15hs0","contentWrapper":"input-autocomplete__contentWrapper_15hs0","value":"input-autocomplete__value_15hs0","focusVisible":"input-autocomplete__focusVisible_15hs0"};
5
+ var styles = {"component":"input-autocomplete__component_3e7kf","field":"input-autocomplete__field_3e7kf","disabled":"input-autocomplete__disabled_3e7kf","errorIcon":"input-autocomplete__errorIcon_3e7kf","successIcon":"input-autocomplete__successIcon_3e7kf","placeholder":"input-autocomplete__placeholder_3e7kf","contentWrapper":"input-autocomplete__contentWrapper_3e7kf","value":"input-autocomplete__value_3e7kf","focusVisible":"input-autocomplete__focusVisible_3e7kf"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -1,3 +1,3 @@
1
- .input-autocomplete__arrow_j53ug.input-autocomplete__error_j53ug ~ * {
1
+ .input-autocomplete__arrow_19kqe.input-autocomplete__error_19kqe ~ * {
2
2
  display: none;
3
3
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"arrow":"input-autocomplete__arrow_j53ug","error":"input-autocomplete__error_j53ug"};
3
+ var styles = {"arrow":"input-autocomplete__arrow_19kqe","error":"input-autocomplete__error_19kqe"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -15,29 +15,29 @@
15
15
  --input-success-icon-display: flex;
16
16
  --input-error-icon-not-alone-display: none;
17
17
  }
18
- .input-autocomplete__component_15hs0 {
18
+ .input-autocomplete__component_3e7kf {
19
19
  width: 100%;
20
20
  outline: none;
21
21
  }
22
- .input-autocomplete__field_15hs0:not(.input-autocomplete__disabled_15hs0) {
22
+ .input-autocomplete__field_3e7kf:not(.input-autocomplete__disabled_3e7kf) {
23
23
  cursor: pointer;
24
24
  }
25
- .input-autocomplete__errorIcon_15hs0 {
25
+ .input-autocomplete__errorIcon_3e7kf {
26
26
  display: var(--input-error-icon-display);
27
27
  }
28
- * + .input-autocomplete__errorIcon_15hs0 {
28
+ * + .input-autocomplete__errorIcon_3e7kf {
29
29
  display: var(--input-error-icon-not-alone-display);
30
30
  }
31
- .input-autocomplete__successIcon_15hs0 {
31
+ .input-autocomplete__successIcon_3e7kf {
32
32
  display: var(--input-success-icon-display);
33
33
  }
34
- .input-autocomplete__disabled_15hs0 {
34
+ .input-autocomplete__disabled_3e7kf {
35
35
  cursor: var(--disabled-cursor);
36
36
  }
37
- .input-autocomplete__placeholder_15hs0 {
37
+ .input-autocomplete__placeholder_3e7kf {
38
38
  color: var(--color-light-text-secondary);
39
39
  }
40
- .input-autocomplete__contentWrapper_15hs0 {
40
+ .input-autocomplete__contentWrapper_3e7kf {
41
41
  font-size: 16px;
42
42
  line-height: 20px;
43
43
  font-weight: 400;
@@ -48,12 +48,12 @@
48
48
  overflow: hidden;
49
49
  width: 100%;
50
50
  }
51
- .input-autocomplete__value_15hs0 {
51
+ .input-autocomplete__value_3e7kf {
52
52
  overflow: hidden;
53
53
  text-overflow: ellipsis;
54
54
  text-align: left;
55
55
  }
56
- .input-autocomplete__focusVisible_15hs0 {
56
+ .input-autocomplete__focusVisible_3e7kf {
57
57
  outline: 2px solid var(--focus-color);
58
58
  outline-offset: 2px;
59
59
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"component":"input-autocomplete__component_15hs0","field":"input-autocomplete__field_15hs0","disabled":"input-autocomplete__disabled_15hs0","errorIcon":"input-autocomplete__errorIcon_15hs0","successIcon":"input-autocomplete__successIcon_15hs0","placeholder":"input-autocomplete__placeholder_15hs0","contentWrapper":"input-autocomplete__contentWrapper_15hs0","value":"input-autocomplete__value_15hs0","focusVisible":"input-autocomplete__focusVisible_15hs0"};
3
+ var styles = {"component":"input-autocomplete__component_3e7kf","field":"input-autocomplete__field_3e7kf","disabled":"input-autocomplete__disabled_3e7kf","errorIcon":"input-autocomplete__errorIcon_3e7kf","successIcon":"input-autocomplete__successIcon_3e7kf","placeholder":"input-autocomplete__placeholder_3e7kf","contentWrapper":"input-autocomplete__contentWrapper_3e7kf","value":"input-autocomplete__value_3e7kf","focusVisible":"input-autocomplete__focusVisible_3e7kf"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -1,3 +1,3 @@
1
- .input-autocomplete__input_jxqi1 {
1
+ .input-autocomplete__input_1qzge {
2
2
  width: auto;
3
3
  }
@@ -1,6 +1,6 @@
1
1
  import './mobile.css';
2
2
 
3
- var styles = {"input":"input-autocomplete__input_jxqi1"};
3
+ var styles = {"input":"input-autocomplete__input_1qzge"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=mobile.module.css.js.map
package/mobile/mobile.css CHANGED
@@ -1,3 +1,3 @@
1
- .input-autocomplete__input_jxqi1 {
1
+ .input-autocomplete__input_1qzge {
2
2
  width: auto;
3
3
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./mobile.css');
4
4
 
5
- var styles = {"input":"input-autocomplete__input_jxqi1"};
5
+ var styles = {"input":"input-autocomplete__input_1qzge"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=mobile.module.css.js.map
@@ -1,3 +1,3 @@
1
- .input-autocomplete__arrow_j53ug.input-autocomplete__error_j53ug ~ * {
1
+ .input-autocomplete__arrow_19kqe.input-autocomplete__error_19kqe ~ * {
2
2
  display: none;
3
3
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"arrow":"input-autocomplete__arrow_j53ug","error":"input-autocomplete__error_j53ug"};
3
+ const styles = {"arrow":"input-autocomplete__arrow_19kqe","error":"input-autocomplete__error_19kqe"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -15,29 +15,29 @@
15
15
  --input-success-icon-display: flex;
16
16
  --input-error-icon-not-alone-display: none;
17
17
  }
18
- .input-autocomplete__component_15hs0 {
18
+ .input-autocomplete__component_3e7kf {
19
19
  width: 100%;
20
20
  outline: none;
21
21
  }
22
- .input-autocomplete__field_15hs0:not(.input-autocomplete__disabled_15hs0) {
22
+ .input-autocomplete__field_3e7kf:not(.input-autocomplete__disabled_3e7kf) {
23
23
  cursor: pointer;
24
24
  }
25
- .input-autocomplete__errorIcon_15hs0 {
25
+ .input-autocomplete__errorIcon_3e7kf {
26
26
  display: var(--input-error-icon-display);
27
27
  }
28
- * + .input-autocomplete__errorIcon_15hs0 {
28
+ * + .input-autocomplete__errorIcon_3e7kf {
29
29
  display: var(--input-error-icon-not-alone-display);
30
30
  }
31
- .input-autocomplete__successIcon_15hs0 {
31
+ .input-autocomplete__successIcon_3e7kf {
32
32
  display: var(--input-success-icon-display);
33
33
  }
34
- .input-autocomplete__disabled_15hs0 {
34
+ .input-autocomplete__disabled_3e7kf {
35
35
  cursor: var(--disabled-cursor);
36
36
  }
37
- .input-autocomplete__placeholder_15hs0 {
37
+ .input-autocomplete__placeholder_3e7kf {
38
38
  color: var(--color-light-text-secondary);
39
39
  }
40
- .input-autocomplete__contentWrapper_15hs0 {
40
+ .input-autocomplete__contentWrapper_3e7kf {
41
41
  font-size: 16px;
42
42
  line-height: 20px;
43
43
  font-weight: 400;
@@ -48,12 +48,12 @@
48
48
  overflow: hidden;
49
49
  width: 100%;
50
50
  }
51
- .input-autocomplete__value_15hs0 {
51
+ .input-autocomplete__value_3e7kf {
52
52
  overflow: hidden;
53
53
  text-overflow: ellipsis;
54
54
  text-align: left;
55
55
  }
56
- .input-autocomplete__focusVisible_15hs0 {
56
+ .input-autocomplete__focusVisible_3e7kf {
57
57
  outline: 2px solid var(--focus-color);
58
58
  outline-offset: 2px;
59
59
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"component":"input-autocomplete__component_15hs0","field":"input-autocomplete__field_15hs0","disabled":"input-autocomplete__disabled_15hs0","errorIcon":"input-autocomplete__errorIcon_15hs0","successIcon":"input-autocomplete__successIcon_15hs0","placeholder":"input-autocomplete__placeholder_15hs0","contentWrapper":"input-autocomplete__contentWrapper_15hs0","value":"input-autocomplete__value_15hs0","focusVisible":"input-autocomplete__focusVisible_15hs0"};
3
+ const styles = {"component":"input-autocomplete__component_3e7kf","field":"input-autocomplete__field_3e7kf","disabled":"input-autocomplete__disabled_3e7kf","errorIcon":"input-autocomplete__errorIcon_3e7kf","successIcon":"input-autocomplete__successIcon_3e7kf","placeholder":"input-autocomplete__placeholder_3e7kf","contentWrapper":"input-autocomplete__contentWrapper_3e7kf","value":"input-autocomplete__value_3e7kf","focusVisible":"input-autocomplete__focusVisible_3e7kf"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -1,3 +1,3 @@
1
- .input-autocomplete__input_jxqi1 {
1
+ .input-autocomplete__input_1qzge {
2
2
  width: auto;
3
3
  }
@@ -1,6 +1,6 @@
1
1
  import './mobile.css';
2
2
 
3
- const styles = {"input":"input-autocomplete__input_jxqi1"};
3
+ const styles = {"input":"input-autocomplete__input_1qzge"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=mobile.module.css.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/core-components-input-autocomplete",
3
- "version": "14.0.3",
3
+ "version": "14.0.4",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -14,7 +14,7 @@
14
14
  "@alfalab/core-components-input": "^17.0.1",
15
15
  "@alfalab/core-components-mq": "^6.0.1",
16
16
  "@alfalab/core-components-popover": "^8.0.1",
17
- "@alfalab/core-components-select": "^19.0.3",
17
+ "@alfalab/core-components-select": "^19.0.4",
18
18
  "@alfalab/core-components-shared": "^2.0.1",
19
19
  "@alfalab/core-components-status-badge": "^3.0.1",
20
20
  "@alfalab/hooks": "^1.13.1",