@alfalab/core-components-input-autocomplete 13.0.9 → 13.0.10

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_166gt.input-autocomplete__error_166gt ~ * {
1
+ .input-autocomplete__arrow_cgrq8.input-autocomplete__error_cgrq8 ~ * {
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_166gt","error":"input-autocomplete__error_166gt"};
5
+ var styles = {"arrow":"input-autocomplete__arrow_cgrq8","error":"input-autocomplete__error_cgrq8"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -8,22 +8,22 @@
8
8
  --input-error-icon-display: none;
9
9
  --input-success-icon-display: flex;
10
10
  --input-error-icon-not-alone-display: none;
11
- } .input-autocomplete__component_1r6xx {
11
+ } .input-autocomplete__component_1pkf2 {
12
12
  width: 100%;
13
13
  outline: none;
14
- } .input-autocomplete__field_1r6xx:not(.input-autocomplete__disabled_1r6xx) {
14
+ } .input-autocomplete__field_1pkf2:not(.input-autocomplete__disabled_1pkf2) {
15
15
  cursor: pointer;
16
- } .input-autocomplete__errorIcon_1r6xx {
16
+ } .input-autocomplete__errorIcon_1pkf2 {
17
17
  display: var(--input-error-icon-display);
18
- } * + .input-autocomplete__errorIcon_1r6xx {
18
+ } * + .input-autocomplete__errorIcon_1pkf2 {
19
19
  display: var(--input-error-icon-not-alone-display);
20
- } .input-autocomplete__successIcon_1r6xx {
20
+ } .input-autocomplete__successIcon_1pkf2 {
21
21
  display: var(--input-success-icon-display);
22
- } .input-autocomplete__disabled_1r6xx {
22
+ } .input-autocomplete__disabled_1pkf2 {
23
23
  cursor: var(--disabled-cursor);
24
- } .input-autocomplete__placeholder_1r6xx {
24
+ } .input-autocomplete__placeholder_1pkf2 {
25
25
  color: var(--color-light-text-secondary);
26
- } .input-autocomplete__contentWrapper_1r6xx {
26
+ } .input-autocomplete__contentWrapper_1pkf2 {
27
27
  font-size: 16px;
28
28
  line-height: 20px;
29
29
  font-weight: 400;
@@ -32,11 +32,11 @@
32
32
  text-overflow: ellipsis;
33
33
  overflow: hidden;
34
34
  width: 100%;
35
- } .input-autocomplete__value_1r6xx {
35
+ } .input-autocomplete__value_1pkf2 {
36
36
  overflow: hidden;
37
37
  text-overflow: ellipsis;
38
38
  text-align: left;
39
- } .input-autocomplete__focusVisible_1r6xx {
39
+ } .input-autocomplete__focusVisible_1pkf2 {
40
40
  outline: 2px solid var(--focus-color);
41
41
  outline-offset: 2px;
42
42
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"component":"input-autocomplete__component_1r6xx","field":"input-autocomplete__field_1r6xx","disabled":"input-autocomplete__disabled_1r6xx","errorIcon":"input-autocomplete__errorIcon_1r6xx","successIcon":"input-autocomplete__successIcon_1r6xx","placeholder":"input-autocomplete__placeholder_1r6xx","contentWrapper":"input-autocomplete__contentWrapper_1r6xx","value":"input-autocomplete__value_1r6xx","focusVisible":"input-autocomplete__focusVisible_1r6xx"};
5
+ var styles = {"component":"input-autocomplete__component_1pkf2","field":"input-autocomplete__field_1pkf2","disabled":"input-autocomplete__disabled_1pkf2","errorIcon":"input-autocomplete__errorIcon_1pkf2","successIcon":"input-autocomplete__successIcon_1pkf2","placeholder":"input-autocomplete__placeholder_1pkf2","contentWrapper":"input-autocomplete__contentWrapper_1pkf2","value":"input-autocomplete__value_1pkf2","focusVisible":"input-autocomplete__focusVisible_1pkf2"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -1,3 +1,3 @@
1
- .input-autocomplete__arrow_166gt.input-autocomplete__error_166gt ~ * {
1
+ .input-autocomplete__arrow_cgrq8.input-autocomplete__error_cgrq8 ~ * {
2
2
  display: none;
3
3
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"arrow":"input-autocomplete__arrow_166gt","error":"input-autocomplete__error_166gt"};
3
+ var styles = {"arrow":"input-autocomplete__arrow_cgrq8","error":"input-autocomplete__error_cgrq8"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -8,22 +8,22 @@
8
8
  --input-error-icon-display: none;
9
9
  --input-success-icon-display: flex;
10
10
  --input-error-icon-not-alone-display: none;
11
- } .input-autocomplete__component_1r6xx {
11
+ } .input-autocomplete__component_1pkf2 {
12
12
  width: 100%;
13
13
  outline: none;
14
- } .input-autocomplete__field_1r6xx:not(.input-autocomplete__disabled_1r6xx) {
14
+ } .input-autocomplete__field_1pkf2:not(.input-autocomplete__disabled_1pkf2) {
15
15
  cursor: pointer;
16
- } .input-autocomplete__errorIcon_1r6xx {
16
+ } .input-autocomplete__errorIcon_1pkf2 {
17
17
  display: var(--input-error-icon-display);
18
- } * + .input-autocomplete__errorIcon_1r6xx {
18
+ } * + .input-autocomplete__errorIcon_1pkf2 {
19
19
  display: var(--input-error-icon-not-alone-display);
20
- } .input-autocomplete__successIcon_1r6xx {
20
+ } .input-autocomplete__successIcon_1pkf2 {
21
21
  display: var(--input-success-icon-display);
22
- } .input-autocomplete__disabled_1r6xx {
22
+ } .input-autocomplete__disabled_1pkf2 {
23
23
  cursor: var(--disabled-cursor);
24
- } .input-autocomplete__placeholder_1r6xx {
24
+ } .input-autocomplete__placeholder_1pkf2 {
25
25
  color: var(--color-light-text-secondary);
26
- } .input-autocomplete__contentWrapper_1r6xx {
26
+ } .input-autocomplete__contentWrapper_1pkf2 {
27
27
  font-size: 16px;
28
28
  line-height: 20px;
29
29
  font-weight: 400;
@@ -32,11 +32,11 @@
32
32
  text-overflow: ellipsis;
33
33
  overflow: hidden;
34
34
  width: 100%;
35
- } .input-autocomplete__value_1r6xx {
35
+ } .input-autocomplete__value_1pkf2 {
36
36
  overflow: hidden;
37
37
  text-overflow: ellipsis;
38
38
  text-align: left;
39
- } .input-autocomplete__focusVisible_1r6xx {
39
+ } .input-autocomplete__focusVisible_1pkf2 {
40
40
  outline: 2px solid var(--focus-color);
41
41
  outline-offset: 2px;
42
42
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"component":"input-autocomplete__component_1r6xx","field":"input-autocomplete__field_1r6xx","disabled":"input-autocomplete__disabled_1r6xx","errorIcon":"input-autocomplete__errorIcon_1r6xx","successIcon":"input-autocomplete__successIcon_1r6xx","placeholder":"input-autocomplete__placeholder_1r6xx","contentWrapper":"input-autocomplete__contentWrapper_1r6xx","value":"input-autocomplete__value_1r6xx","focusVisible":"input-autocomplete__focusVisible_1r6xx"};
3
+ var styles = {"component":"input-autocomplete__component_1pkf2","field":"input-autocomplete__field_1pkf2","disabled":"input-autocomplete__disabled_1pkf2","errorIcon":"input-autocomplete__errorIcon_1pkf2","successIcon":"input-autocomplete__successIcon_1pkf2","placeholder":"input-autocomplete__placeholder_1pkf2","contentWrapper":"input-autocomplete__contentWrapper_1pkf2","value":"input-autocomplete__value_1pkf2","focusVisible":"input-autocomplete__focusVisible_1pkf2"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -1,3 +1,3 @@
1
- .input-autocomplete__input_pgsjt {
1
+ .input-autocomplete__input_l3gle {
2
2
  width: auto;
3
3
  }
@@ -1,6 +1,6 @@
1
1
  import './mobile.css';
2
2
 
3
- var styles = {"input":"input-autocomplete__input_pgsjt"};
3
+ var styles = {"input":"input-autocomplete__input_l3gle"};
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_pgsjt {
1
+ .input-autocomplete__input_l3gle {
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_pgsjt"};
5
+ var styles = {"input":"input-autocomplete__input_l3gle"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=mobile.module.css.js.map
@@ -1,3 +1,3 @@
1
- .input-autocomplete__arrow_166gt.input-autocomplete__error_166gt ~ * {
1
+ .input-autocomplete__arrow_cgrq8.input-autocomplete__error_cgrq8 ~ * {
2
2
  display: none;
3
3
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"arrow":"input-autocomplete__arrow_166gt","error":"input-autocomplete__error_166gt"};
3
+ const styles = {"arrow":"input-autocomplete__arrow_cgrq8","error":"input-autocomplete__error_cgrq8"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -8,22 +8,22 @@
8
8
  --input-error-icon-display: none;
9
9
  --input-success-icon-display: flex;
10
10
  --input-error-icon-not-alone-display: none;
11
- } .input-autocomplete__component_1r6xx {
11
+ } .input-autocomplete__component_1pkf2 {
12
12
  width: 100%;
13
13
  outline: none;
14
- } .input-autocomplete__field_1r6xx:not(.input-autocomplete__disabled_1r6xx) {
14
+ } .input-autocomplete__field_1pkf2:not(.input-autocomplete__disabled_1pkf2) {
15
15
  cursor: pointer;
16
- } .input-autocomplete__errorIcon_1r6xx {
16
+ } .input-autocomplete__errorIcon_1pkf2 {
17
17
  display: var(--input-error-icon-display);
18
- } * + .input-autocomplete__errorIcon_1r6xx {
18
+ } * + .input-autocomplete__errorIcon_1pkf2 {
19
19
  display: var(--input-error-icon-not-alone-display);
20
- } .input-autocomplete__successIcon_1r6xx {
20
+ } .input-autocomplete__successIcon_1pkf2 {
21
21
  display: var(--input-success-icon-display);
22
- } .input-autocomplete__disabled_1r6xx {
22
+ } .input-autocomplete__disabled_1pkf2 {
23
23
  cursor: var(--disabled-cursor);
24
- } .input-autocomplete__placeholder_1r6xx {
24
+ } .input-autocomplete__placeholder_1pkf2 {
25
25
  color: var(--color-light-text-secondary);
26
- } .input-autocomplete__contentWrapper_1r6xx {
26
+ } .input-autocomplete__contentWrapper_1pkf2 {
27
27
  font-size: 16px;
28
28
  line-height: 20px;
29
29
  font-weight: 400;
@@ -32,11 +32,11 @@
32
32
  text-overflow: ellipsis;
33
33
  overflow: hidden;
34
34
  width: 100%;
35
- } .input-autocomplete__value_1r6xx {
35
+ } .input-autocomplete__value_1pkf2 {
36
36
  overflow: hidden;
37
37
  text-overflow: ellipsis;
38
38
  text-align: left;
39
- } .input-autocomplete__focusVisible_1r6xx {
39
+ } .input-autocomplete__focusVisible_1pkf2 {
40
40
  outline: 2px solid var(--focus-color);
41
41
  outline-offset: 2px;
42
42
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"component":"input-autocomplete__component_1r6xx","field":"input-autocomplete__field_1r6xx","disabled":"input-autocomplete__disabled_1r6xx","errorIcon":"input-autocomplete__errorIcon_1r6xx","successIcon":"input-autocomplete__successIcon_1r6xx","placeholder":"input-autocomplete__placeholder_1r6xx","contentWrapper":"input-autocomplete__contentWrapper_1r6xx","value":"input-autocomplete__value_1r6xx","focusVisible":"input-autocomplete__focusVisible_1r6xx"};
3
+ const styles = {"component":"input-autocomplete__component_1pkf2","field":"input-autocomplete__field_1pkf2","disabled":"input-autocomplete__disabled_1pkf2","errorIcon":"input-autocomplete__errorIcon_1pkf2","successIcon":"input-autocomplete__successIcon_1pkf2","placeholder":"input-autocomplete__placeholder_1pkf2","contentWrapper":"input-autocomplete__contentWrapper_1pkf2","value":"input-autocomplete__value_1pkf2","focusVisible":"input-autocomplete__focusVisible_1pkf2"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -1,3 +1,3 @@
1
- .input-autocomplete__input_pgsjt {
1
+ .input-autocomplete__input_l3gle {
2
2
  width: auto;
3
3
  }
@@ -1,6 +1,6 @@
1
1
  import './mobile.css';
2
2
 
3
- const styles = {"input":"input-autocomplete__input_pgsjt"};
3
+ const styles = {"input":"input-autocomplete__input_l3gle"};
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": "13.0.9",
3
+ "version": "13.0.10",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -14,7 +14,7 @@
14
14
  "@alfalab/core-components-input": "^16.0.3",
15
15
  "@alfalab/core-components-mq": "^5.0.2",
16
16
  "@alfalab/core-components-popover": "^7.1.1",
17
- "@alfalab/core-components-select": "^18.2.6",
17
+ "@alfalab/core-components-select": "^18.2.7",
18
18
  "@alfalab/core-components-shared": "^1.1.1",
19
19
  "@alfalab/core-components-status-badge": "^2.0.1",
20
20
  "@alfalab/hooks": "^1.13.1",