@synerise/ds-autocomplete 0.3.80 → 0.4.3

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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,38 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.4.3](https://github.com/Synerise/synerise-design/compare/@synerise/ds-autocomplete@0.4.2...@synerise/ds-autocomplete@0.4.3) (2021-11-22)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-autocomplete
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.4.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-autocomplete@0.4.1...@synerise/ds-autocomplete@0.4.2) (2021-11-16)
15
+
16
+ **Note:** Version bump only for package @synerise/ds-autocomplete
17
+
18
+
19
+
20
+
21
+
22
+ ## [0.4.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-autocomplete@0.3.79...@synerise/ds-autocomplete@0.4.1) (2021-11-09)
23
+
24
+ **Note:** Version bump only for package @synerise/ds-autocomplete
25
+
26
+
27
+
28
+
29
+
30
+ # [0.4.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-autocomplete@0.3.79...@synerise/ds-autocomplete@0.4.0) (2021-11-09)
31
+
32
+ **Note:** Version bump only for package @synerise/ds-autocomplete
33
+
34
+
35
+
36
+
37
+
6
38
  ## [0.3.80](https://github.com/Synerise/synerise-design/compare/@synerise/ds-autocomplete@0.3.75-alpha.3...@synerise/ds-autocomplete@0.3.80) (2021-11-05)
7
39
 
8
40
  **Note:** Version bump only for package @synerise/ds-autocomplete
@@ -1,8 +1,6 @@
1
1
  function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
2
 
3
- function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _setPrototypeOf(subClass, superClass); }
4
-
5
- function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
3
+ function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; subClass.__proto__ = superClass; }
6
4
 
7
5
  function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
8
6
 
@@ -1,4 +1,5 @@
1
1
  export declare const LabelWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
2
2
  export declare const ErrorWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
3
3
  export declare const DescWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
4
+ export declare const LoaderWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
4
5
  export declare const AutocompleteWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
@@ -11,6 +11,10 @@ export var DescWrapper = styled.div.withConfig({
11
11
  displayName: "Autocompletestyles__DescWrapper",
12
12
  componentId: "sc-10de6ms-2"
13
13
  })(["margin:8px 0px 0px 0px;"]);
14
+ export var LoaderWrapper = styled.div.withConfig({
15
+ displayName: "Autocompletestyles__LoaderWrapper",
16
+ componentId: "sc-10de6ms-3"
17
+ })(["margin-right:10px;"]);
14
18
 
15
19
  var active = function active() {
16
20
  return css(["transition:ease-in-out all 0.2s;box-shadow:inset 0 0 0 1px ", ";border:1px solid ", ";background-color:", ";"], function (props) {
@@ -34,7 +38,7 @@ var error = function error() {
34
38
 
35
39
  export var AutocompleteWrapper = styled.div.withConfig({
36
40
  displayName: "Autocompletestyles__AutocompleteWrapper",
37
- componentId: "sc-10de6ms-3"
41
+ componentId: "sc-10de6ms-4"
38
42
  })([".ant-select-dropdown{&.ant-select{.ant-input{transition:ease-in-out all 0.3s;&:focus{", " &:hover{", "}}}}&.error{.ant-select-selector{&:hover{", "}", "}}.ant-select-selection__rendered{margin:0;}.ant-select-selection:hover .ant-select-selection__rendered{margin-right:10px;}&.ant-select .ant-input{padding:8px 12px;}.ant-select-selection__clear{font-size:15px;color:", ";width:16px;height:16px;margin-top:-7px;}&.ant-select:not(.ant-select-no-arrow) .ant-select-selection__clear{right:12px;&:hover{color:", ";}}.ant-select-selection-placeholder{padding-left:3px;}.ant-select-dropdown{padding:8px;}.ant-select-dropdown-menu-item{font-weight:normal;strong{font-weight:500;}}}.ant-select-selection-search-input{padding:0;}"], active(), active(), error(), error(), function (props) {
39
43
  return props.theme.palette['grey-600'];
40
44
  }, function (props) {
@@ -1 +1 @@
1
- .ant-image-preview,.ant-modal{pointer-events:none}.ant-image-preview.zoom-appear,.ant-image-preview.zoom-enter,.ant-modal.zoom-appear,.ant-modal.zoom-enter{transform:none;opacity:0;animation-duration:.3s;user-select:none}.ant-image-preview-mask,.ant-modal-mask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:991000;height:100%;background-color:rgba(0,0,0,.2);filter:alpha(opacity=50)}.ant-image-preview-mask-hidden,.ant-modal-mask-hidden{display:none}.ant-image-preview-wrap,.ant-modal-wrap{position:fixed;top:0;right:0;bottom:0;left:0;overflow:auto;outline:0;-webkit-overflow-scrolling:touch}.ant-select-auto-complete{box-sizing:border-box;margin:0;padding:0;color:#6a7580;font-size:13px;font-variant:tabular-nums;line-height:1.38;list-style:none;font-feature-settings:'tnum'}.ant-select-auto-complete .ant-select-clear{right:13px}.ds-autocomplete-dropdown .ant-select-item-option.ant-select-item-option-active:not(.ant-select-item-option-disabled){box-shadow:inset 0 0 0 2px #0b68ff;color:#57616d;background:#f9fafb}
1
+ .ant-image-preview,.ant-modal{pointer-events:none}.ant-image-preview.zoom-appear,.ant-image-preview.zoom-enter,.ant-modal.zoom-appear,.ant-modal.zoom-enter{transform:none;opacity:0;animation-duration:.3s;user-select:none}.ant-image-preview-mask,.ant-modal-mask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:991000;height:100%;background-color:rgba(0,0,0,.2);filter:alpha(opacity=50)}.ant-image-preview-mask-hidden,.ant-modal-mask-hidden{display:none}.ant-image-preview-wrap,.ant-modal-wrap{position:fixed;top:0;right:0;bottom:0;left:0;overflow:auto;outline:0;-webkit-overflow-scrolling:touch}.ant-select-auto-complete{box-sizing:border-box;margin:0;padding:0;color:#6a7580;font-size:13px;font-variant:tabular-nums;line-height:1.38;list-style:none;font-feature-settings:'tnum'}.ant-select-auto-complete .ant-select-clear{right:13px}.ds-autocomplete-dropdown .ant-select-item-option.ant-select-item-option-active:not(.ant-select-item-option-disabled){color:#57616d;background:#f9fafb}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-autocomplete",
3
- "version": "0.3.80",
3
+ "version": "0.4.3",
4
4
  "description": "Autocomplete UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -32,14 +32,14 @@
32
32
  ],
33
33
  "types": "dist/index.d.ts",
34
34
  "dependencies": {
35
- "@synerise/ds-typography": "^0.11.10"
35
+ "@synerise/ds-typography": "^0.12.2"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "@synerise/ds-core": "*",
39
39
  "react": ">=16.9.0 < 17.0.0"
40
40
  },
41
41
  "devDependencies": {
42
- "@synerise/ds-utils": "^0.20.0"
42
+ "@synerise/ds-utils": "^0.21.3"
43
43
  },
44
- "gitHead": "501e728a2bc33ac02f9288e9634a772410f3aacb"
44
+ "gitHead": "2468359677783819939fb9f1ef5acc36667ecd1a"
45
45
  }