ublo-lib 1.1.7 → 1.1.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.
@@ -82,6 +82,7 @@ const MagicBox = ({
82
82
  React.useEffect(() => {
83
83
  if (stay) {
84
84
  refreshFilters();
85
+ setCurrentStep(0);
85
86
  }
86
87
  }, [refreshFilters, stay]);
87
88
  const showFilter = stay && filters && values;
@@ -99,6 +100,7 @@ const MagicBox = ({
99
100
  values: values,
100
101
  setValues: setValues
101
102
  }), _jsxs(Button, {
103
+ className: css.confirm,
102
104
  onClick: () => setCurrentStep(1),
103
105
  disabled: !isValid,
104
106
  children: [message(lang, "confirm"), _jsx(Icons.Search, {})]
@@ -11,12 +11,18 @@
11
11
  display: flex;
12
12
  flex-direction: column;
13
13
  margin: 0 auto;
14
- padding: 50px 0;
14
+ padding: 50px 10px;
15
15
  }
16
16
 
17
17
  @media (min-width: 992px) {
18
18
  .top {
19
- padding: 100px 0;
19
+ padding: 70px 10px;
20
+ }
21
+ }
22
+
23
+ @media (min-width: 1120px) {
24
+ .top {
25
+ padding: 70px 0;
20
26
  }
21
27
  }
22
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ublo-lib",
3
- "version": "1.1.7",
3
+ "version": "1.1.10",
4
4
  "peerDependencies": {
5
5
  "dt-design-system": "^2.1.0",
6
6
  "next": "^12.0.0",