@alfalab/core-components-calendar-range 4.2.2 → 4.3.0

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,42 @@
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
+ # [4.3.0](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-calendar-range@4.2.5...@alfalab/core-components-calendar-range@4.3.0) (2022-02-17)
7
+
8
+
9
+ ### Features
10
+
11
+ * **calendar:** design & logic updates ([#991](https://github.com/alfa-laboratory/core-components/issues/991)) ([358142c](https://github.com/alfa-laboratory/core-components/commit/358142c6d259e1463954139cc648787cdf461f76)), closes [#993](https://github.com/alfa-laboratory/core-components/issues/993) [#990](https://github.com/alfa-laboratory/core-components/issues/990)
12
+ * **date-input:** add some improvements ([#971](https://github.com/alfa-laboratory/core-components/issues/971)) ([47756ca](https://github.com/alfa-laboratory/core-components/commit/47756ca1d4eea89f78ed7234e95c02e51dd72e49))
13
+
14
+
15
+
16
+
17
+
18
+ ## [4.2.5](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-calendar-range@4.2.4...@alfalab/core-components-calendar-range@4.2.5) (2022-02-15)
19
+
20
+ **Note:** Version bump only for package @alfalab/core-components-calendar-range
21
+
22
+
23
+
24
+
25
+
26
+ ## [4.2.4](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-calendar-range@4.2.3...@alfalab/core-components-calendar-range@4.2.4) (2022-02-09)
27
+
28
+ **Note:** Version bump only for package @alfalab/core-components-calendar-range
29
+
30
+
31
+
32
+
33
+
34
+ ## [4.2.3](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-calendar-range@4.2.2...@alfalab/core-components-calendar-range@4.2.3) (2022-02-03)
35
+
36
+ **Note:** Version bump only for package @alfalab/core-components-calendar-range
37
+
38
+
39
+
40
+
41
+
6
42
  ## [4.2.2](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-calendar-range@4.2.1...@alfalab/core-components-calendar-range@4.2.2) (2022-02-02)
7
43
 
8
44
  **Note:** Version bump only for package @alfalab/core-components-calendar-range
package/dist/Component.js CHANGED
@@ -43,7 +43,7 @@ var __assign = function () {
43
43
  return __assign.apply(this, arguments);
44
44
  };
45
45
 
46
- var styles = {"component":"calendar-range__component_klvys","divider":"calendar-range__divider_klvys"};
46
+ var styles = {"component":"calendar-range__component_7sbdm","divider":"calendar-range__divider_7sbdm"};
47
47
  require('./index.css')
48
48
 
49
49
  var CalendarRange = function (_a) {
@@ -34,7 +34,7 @@ var __assign = function () {
34
34
  return __assign.apply(this, arguments);
35
35
  };
36
36
 
37
- var styles = {"component":"calendar-range__component_klvys","divider":"calendar-range__divider_klvys"};
37
+ var styles = {"component":"calendar-range__component_7sbdm","divider":"calendar-range__divider_7sbdm"};
38
38
  require('./index.css')
39
39
 
40
40
  var CalendarRange = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: dk0dw */
1
+ /* hash: h2kf9 */
2
2
  :root {
3
3
  --color-light-graphic-primary: #0b1f35;
4
4
  }
@@ -13,13 +13,13 @@
13
13
  :root {
14
14
  --gap-xs: 8px;
15
15
  }
16
- .calendar-range__component_klvys {
16
+ .calendar-range__component_7sbdm {
17
17
  display: flex
18
18
  }
19
- .calendar-range__component_klvys button[aria-selected='true'] {
19
+ .calendar-range__component_7sbdm button[aria-selected='true'] {
20
20
  cursor: pointer;
21
21
  }
22
- .calendar-range__divider_klvys {
22
+ .calendar-range__divider_7sbdm {
23
23
  height: 48px;
24
24
  display: flex;
25
25
  align-items: center;
@@ -27,7 +27,7 @@
27
27
  width: 16px;
28
28
  margin: 0 var(--gap-xs)
29
29
  }
30
- .calendar-range__divider_klvys:after {
30
+ .calendar-range__divider_7sbdm:after {
31
31
  content: '';
32
32
  display: block;
33
33
  width: 100%;
package/dist/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: dk0dw */
1
+ /* hash: h2kf9 */
2
2
  :root {
3
3
  --color-light-graphic-primary: #0b1f35;
4
4
  }
@@ -13,13 +13,13 @@
13
13
  :root {
14
14
  --gap-xs: 8px;
15
15
  }
16
- .calendar-range__component_klvys {
16
+ .calendar-range__component_7sbdm {
17
17
  display: flex
18
18
  }
19
- .calendar-range__component_klvys button[aria-selected='true'] {
19
+ .calendar-range__component_7sbdm button[aria-selected='true'] {
20
20
  cursor: pointer;
21
21
  }
22
- .calendar-range__divider_klvys {
22
+ .calendar-range__divider_7sbdm {
23
23
  height: 48px;
24
24
  display: flex;
25
25
  align-items: center;
@@ -27,7 +27,7 @@
27
27
  width: 16px;
28
28
  margin: 0 var(--gap-xs)
29
29
  }
30
- .calendar-range__divider_klvys:after {
30
+ .calendar-range__divider_7sbdm:after {
31
31
  content: '';
32
32
  display: block;
33
33
  width: 100%;
@@ -7,7 +7,7 @@ import { initialValueState, getCorrectValueState, isDayButton } from './utils.js
7
7
  import { useCalendarMonthes } from './useCalendarMonthes.js';
8
8
  import { useCalendarMaxMinDates } from './useCalendarMaxMinDates.js';
9
9
 
10
- var styles = {"component":"calendar-range__component_klvys","divider":"calendar-range__divider_klvys"};
10
+ var styles = {"component":"calendar-range__component_7sbdm","divider":"calendar-range__divider_7sbdm"};
11
11
  require('./index.css')
12
12
 
13
13
  /* eslint-disable multiline-comment-style */
@@ -1,4 +1,4 @@
1
- /* hash: dk0dw */
1
+ /* hash: h2kf9 */
2
2
  :root {
3
3
  --color-light-graphic-primary: #0b1f35;
4
4
  }
@@ -13,13 +13,13 @@
13
13
  :root {
14
14
  --gap-xs: 8px;
15
15
  }
16
- .calendar-range__component_klvys {
16
+ .calendar-range__component_7sbdm {
17
17
  display: flex
18
18
  }
19
- .calendar-range__component_klvys button[aria-selected='true'] {
19
+ .calendar-range__component_7sbdm button[aria-selected='true'] {
20
20
  cursor: pointer;
21
21
  }
22
- .calendar-range__divider_klvys {
22
+ .calendar-range__divider_7sbdm {
23
23
  height: 48px;
24
24
  display: flex;
25
25
  align-items: center;
@@ -27,7 +27,7 @@
27
27
  width: 16px;
28
28
  margin: 0 var(--gap-xs)
29
29
  }
30
- .calendar-range__divider_klvys:after {
30
+ .calendar-range__divider_7sbdm:after {
31
31
  content: '';
32
32
  display: block;
33
33
  width: 100%;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/core-components-calendar-range",
3
- "version": "4.2.2",
3
+ "version": "4.3.0",
4
4
  "description": "Calendar range component",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -19,11 +19,11 @@
19
19
  "react-dom": "^16.9.0 || ^17.0.1"
20
20
  },
21
21
  "dependencies": {
22
- "@alfalab/core-components-calendar": "^4.2.1",
23
- "@alfalab/core-components-calendar-input": "^5.2.4",
22
+ "@alfalab/core-components-calendar": "^4.3.0",
23
+ "@alfalab/core-components-calendar-input": "^5.3.0",
24
24
  "classnames": "^2.2.6",
25
25
  "date-fns": "^2.16.1",
26
26
  "react-merge-refs": "^1.1.0"
27
27
  },
28
- "gitHead": "86f898b81b12d809e5e43e3dbb557a7e9629a2e5"
28
+ "gitHead": "45ff10d1efc81a4a1afb82c6b6eca1b428c7c459"
29
29
  }