@alfalab/core-components-calendar-range 4.1.2 → 4.2.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,41 @@
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.2.0](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-calendar-range@4.1.5...@alfalab/core-components-calendar-range@4.2.0) (2022-01-17)
7
+
8
+
9
+ ### Features
10
+
11
+ * **calendar:** split header to header & period-slider ([#939](https://github.com/alfa-laboratory/core-components/issues/939)) ([107cee0](https://github.com/alfa-laboratory/core-components/commit/107cee0f2b5d609a02b61023b324dcc8c98c5220))
12
+
13
+
14
+
15
+
16
+
17
+ ## [4.1.5](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-calendar-range@4.1.4...@alfalab/core-components-calendar-range@4.1.5) (2021-12-29)
18
+
19
+ **Note:** Version bump only for package @alfalab/core-components-calendar-range
20
+
21
+
22
+
23
+
24
+
25
+ ## [4.1.4](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-calendar-range@4.1.3...@alfalab/core-components-calendar-range@4.1.4) (2021-12-21)
26
+
27
+ **Note:** Version bump only for package @alfalab/core-components-calendar-range
28
+
29
+
30
+
31
+
32
+
33
+ ## [4.1.3](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-calendar-range@4.1.2...@alfalab/core-components-calendar-range@4.1.3) (2021-12-14)
34
+
35
+ **Note:** Version bump only for package @alfalab/core-components-calendar-range
36
+
37
+
38
+
39
+
40
+
6
41
  ## [4.1.2](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-calendar-range@4.1.1...@alfalab/core-components-calendar-range@4.1.2) (2021-12-08)
7
42
 
8
43
  **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_1v83x","divider":"calendar-range__divider_1v83x"};
46
+ var styles = {"component":"calendar-range__component_8amca","divider":"calendar-range__divider_8amca"};
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_1v83x","divider":"calendar-range__divider_1v83x"};
37
+ var styles = {"component":"calendar-range__component_8amca","divider":"calendar-range__divider_8amca"};
38
38
  require('./index.css')
39
39
 
40
40
  var CalendarRange = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 1bubo */
1
+ /* hash: 1fcvp */
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_1v83x {
16
+ .calendar-range__component_8amca {
17
17
  display: flex
18
18
  }
19
- .calendar-range__component_1v83x button[aria-selected='true'] {
19
+ .calendar-range__component_8amca button[aria-selected='true'] {
20
20
  cursor: pointer;
21
21
  }
22
- .calendar-range__divider_1v83x {
22
+ .calendar-range__divider_8amca {
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_1v83x:after {
30
+ .calendar-range__divider_8amca:after {
31
31
  content: '';
32
32
  display: block;
33
33
  width: 100%;
package/dist/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: 1bubo */
1
+ /* hash: 1fcvp */
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_1v83x {
16
+ .calendar-range__component_8amca {
17
17
  display: flex
18
18
  }
19
- .calendar-range__component_1v83x button[aria-selected='true'] {
19
+ .calendar-range__component_8amca button[aria-selected='true'] {
20
20
  cursor: pointer;
21
21
  }
22
- .calendar-range__divider_1v83x {
22
+ .calendar-range__divider_8amca {
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_1v83x:after {
30
+ .calendar-range__divider_8amca: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_1v83x","divider":"calendar-range__divider_1v83x"};
10
+ var styles = {"component":"calendar-range__component_8amca","divider":"calendar-range__divider_8amca"};
11
11
  require('./index.css')
12
12
 
13
13
  /* eslint-disable multiline-comment-style */
@@ -1,4 +1,4 @@
1
- /* hash: 1bubo */
1
+ /* hash: 1fcvp */
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_1v83x {
16
+ .calendar-range__component_8amca {
17
17
  display: flex
18
18
  }
19
- .calendar-range__component_1v83x button[aria-selected='true'] {
19
+ .calendar-range__component_8amca button[aria-selected='true'] {
20
20
  cursor: pointer;
21
21
  }
22
- .calendar-range__divider_1v83x {
22
+ .calendar-range__divider_8amca {
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_1v83x:after {
30
+ .calendar-range__divider_8amca: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.1.2",
3
+ "version": "4.2.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.0.0",
23
- "@alfalab/core-components-calendar-input": "^5.1.2",
22
+ "@alfalab/core-components-calendar": "^4.1.0",
23
+ "@alfalab/core-components-calendar-input": "^5.2.2",
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": "4b32bf362777c910cd896057689e6035b3c4ad2e"
28
+ "gitHead": "d35b2d43cbc90ecb7665c682a2de13733bc03eb0"
29
29
  }