@alfalab/core-components-calendar-input 10.2.0 → 10.2.2

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.
@@ -21,7 +21,7 @@ var React__default = /*#__PURE__*/_interopDefaultCompat(React);
21
21
  var mergeRefs__default = /*#__PURE__*/_interopDefaultCompat(mergeRefs);
22
22
  var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
23
23
 
24
- var styles = {"component":"calendar-input__component_16nx0","block":"calendar-input__block_16nx0","calendarContainer":"calendar-input__calendarContainer_16nx0","calendarResponsive":"calendar-input__calendarResponsive_16nx0","calendarIcon":"calendar-input__calendarIcon_16nx0","nativeInput":"calendar-input__nativeInput_16nx0"};
24
+ var styles = {"component":"calendar-input__component_1y15p","block":"calendar-input__block_1y15p","calendarContainer":"calendar-input__calendarContainer_1y15p","calendarResponsive":"calendar-input__calendarResponsive_1y15p","calendarIcon":"calendar-input__calendarIcon_1y15p","nativeInput":"calendar-input__nativeInput_1y15p"};
25
25
  require('./index.css')
26
26
 
27
27
  var CalendarInput = React.forwardRef(function (_a, ref) {
@@ -1,4 +1,4 @@
1
- /* hash: 1j46l */
1
+ /* hash: ji79u */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  --color-light-neutral-300: #e7e8eb;
@@ -43,31 +43,31 @@
43
43
  } :root {
44
44
  --calendar-input-icon-color: var(--color-light-neutral-translucent-700);
45
45
  --calendar-input-popover-border-radius: var(--border-radius-m);
46
- } .calendar-input__component_16nx0 {
46
+ } .calendar-input__component_1y15p {
47
47
  display: inline-block;
48
48
  outline: none;
49
49
  position: relative;
50
- } .calendar-input__block_16nx0 {
50
+ } .calendar-input__block_1y15p {
51
51
  width: 100%;
52
- } .calendar-input__calendarContainer_16nx0 {
52
+ } .calendar-input__calendarContainer_1y15p {
53
53
  display: inline-block;
54
54
  box-sizing: border-box;
55
55
  border-radius: var(--calendar-input-popover-border-radius);
56
56
  border: 1px solid var(--color-light-neutral-300)
57
- } @media (max-width: 374px) { .calendar-input__calendarContainer_16nx0 {
57
+ } @media (max-width: 374px) { .calendar-input__calendarContainer_1y15p {
58
58
  width: 100%;
59
59
  min-width: 288px
60
60
  }
61
- } .calendar-input__calendarResponsive_16nx0 {
61
+ } .calendar-input__calendarResponsive_1y15p {
62
62
  width: var(--calendar-width);
63
- } .calendar-input__calendarIcon_16nx0 {
63
+ } .calendar-input__calendarIcon_1y15p {
64
64
  width: 24px;
65
65
  height: 24px;
66
66
  display: block;
67
67
  color: var(--calendar-input-icon-color)
68
- } .calendar-input__calendarIcon_16nx0:not(:only-child) {
68
+ } .calendar-input__calendarIcon_1y15p:not(:only-child) {
69
69
  margin-right: var(--gap-2xs);
70
- } .calendar-input__nativeInput_16nx0 {
70
+ } .calendar-input__nativeInput_1y15p {
71
71
  opacity: 0;
72
72
  position: absolute;
73
73
  top: 0;
@@ -76,8 +76,8 @@
76
76
  height: 100%;
77
77
  appearance: none;
78
78
  z-index: 1
79
- } .calendar-input__nativeInput_16nx0::-webkit-calendar-picker-indicator {
79
+ } .calendar-input__nativeInput_1y15p::-webkit-calendar-picker-indicator {
80
80
  display: none;
81
- } .calendar-input__nativeInput_16nx0::-webkit-inner-spin-button {
81
+ } .calendar-input__nativeInput_1y15p::-webkit-inner-spin-button {
82
82
  display: none;
83
83
  }
@@ -11,7 +11,7 @@ import 'date-fns/format';
11
11
  import 'date-fns/isSameDay';
12
12
  import 'date-fns/parse';
13
13
 
14
- var styles = {"component":"calendar-input__component_16nx0","block":"calendar-input__block_16nx0","calendarContainer":"calendar-input__calendarContainer_16nx0","calendarResponsive":"calendar-input__calendarResponsive_16nx0","calendarIcon":"calendar-input__calendarIcon_16nx0","nativeInput":"calendar-input__nativeInput_16nx0"};
14
+ var styles = {"component":"calendar-input__component_1y15p","block":"calendar-input__block_1y15p","calendarContainer":"calendar-input__calendarContainer_1y15p","calendarResponsive":"calendar-input__calendarResponsive_1y15p","calendarIcon":"calendar-input__calendarIcon_1y15p","nativeInput":"calendar-input__nativeInput_1y15p"};
15
15
  require('./index.css')
16
16
 
17
17
  var CalendarInput = forwardRef(function (_a, ref) {
@@ -1,4 +1,4 @@
1
- /* hash: 1j46l */
1
+ /* hash: ji79u */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  --color-light-neutral-300: #e7e8eb;
@@ -43,31 +43,31 @@
43
43
  } :root {
44
44
  --calendar-input-icon-color: var(--color-light-neutral-translucent-700);
45
45
  --calendar-input-popover-border-radius: var(--border-radius-m);
46
- } .calendar-input__component_16nx0 {
46
+ } .calendar-input__component_1y15p {
47
47
  display: inline-block;
48
48
  outline: none;
49
49
  position: relative;
50
- } .calendar-input__block_16nx0 {
50
+ } .calendar-input__block_1y15p {
51
51
  width: 100%;
52
- } .calendar-input__calendarContainer_16nx0 {
52
+ } .calendar-input__calendarContainer_1y15p {
53
53
  display: inline-block;
54
54
  box-sizing: border-box;
55
55
  border-radius: var(--calendar-input-popover-border-radius);
56
56
  border: 1px solid var(--color-light-neutral-300)
57
- } @media (max-width: 374px) { .calendar-input__calendarContainer_16nx0 {
57
+ } @media (max-width: 374px) { .calendar-input__calendarContainer_1y15p {
58
58
  width: 100%;
59
59
  min-width: 288px
60
60
  }
61
- } .calendar-input__calendarResponsive_16nx0 {
61
+ } .calendar-input__calendarResponsive_1y15p {
62
62
  width: var(--calendar-width);
63
- } .calendar-input__calendarIcon_16nx0 {
63
+ } .calendar-input__calendarIcon_1y15p {
64
64
  width: 24px;
65
65
  height: 24px;
66
66
  display: block;
67
67
  color: var(--calendar-input-icon-color)
68
- } .calendar-input__calendarIcon_16nx0:not(:only-child) {
68
+ } .calendar-input__calendarIcon_1y15p:not(:only-child) {
69
69
  margin-right: var(--gap-2xs);
70
- } .calendar-input__nativeInput_16nx0 {
70
+ } .calendar-input__nativeInput_1y15p {
71
71
  opacity: 0;
72
72
  position: absolute;
73
73
  top: 0;
@@ -76,8 +76,8 @@
76
76
  height: 100%;
77
77
  appearance: none;
78
78
  z-index: 1
79
- } .calendar-input__nativeInput_16nx0::-webkit-calendar-picker-indicator {
79
+ } .calendar-input__nativeInput_1y15p::-webkit-calendar-picker-indicator {
80
80
  display: none;
81
- } .calendar-input__nativeInput_16nx0::-webkit-inner-spin-button {
81
+ } .calendar-input__nativeInput_1y15p::-webkit-inner-spin-button {
82
82
  display: none;
83
83
  }
@@ -10,7 +10,7 @@ import 'date-fns/format';
10
10
  import 'date-fns/isSameDay';
11
11
  import 'date-fns/parse';
12
12
 
13
- const styles = {"component":"calendar-input__component_16nx0","block":"calendar-input__block_16nx0","calendarContainer":"calendar-input__calendarContainer_16nx0","calendarResponsive":"calendar-input__calendarResponsive_16nx0","calendarIcon":"calendar-input__calendarIcon_16nx0","nativeInput":"calendar-input__nativeInput_16nx0"};
13
+ const styles = {"component":"calendar-input__component_1y15p","block":"calendar-input__block_1y15p","calendarContainer":"calendar-input__calendarContainer_1y15p","calendarResponsive":"calendar-input__calendarResponsive_1y15p","calendarIcon":"calendar-input__calendarIcon_1y15p","nativeInput":"calendar-input__nativeInput_1y15p"};
14
14
  require('./index.css')
15
15
 
16
16
  const CalendarInput = forwardRef(({ block = false, className, inputClassName, popoverClassName, defaultOpen = false, defaultMonth, defaultValue = '', calendarPosition = 'popover', value, dataTestId, calendarProps = {}, minDate = calendarProps.minDate, maxDate = calendarProps.maxDate, offDays = calendarProps.offDays || [], events = calendarProps.events || [], preventFlip, mobileMode = 'popover', wrapperRef = null, disabled, onChange = () => null, onInputChange, onCalendarChange, onCalendarOpen, onCalendarClose, onKeyDown, readOnly, disableUserInput = false, Calendar, popoverPosition = 'bottom-start', zIndexPopover, useAnchorWidth, rightAddons, error, view = 'desktop', ...restProps }, ref) => {
@@ -1,4 +1,4 @@
1
- /* hash: 1j46l */
1
+ /* hash: ji79u */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  --color-light-neutral-300: #e7e8eb;
@@ -43,31 +43,31 @@
43
43
  } :root {
44
44
  --calendar-input-icon-color: var(--color-light-neutral-translucent-700);
45
45
  --calendar-input-popover-border-radius: var(--border-radius-m);
46
- } .calendar-input__component_16nx0 {
46
+ } .calendar-input__component_1y15p {
47
47
  display: inline-block;
48
48
  outline: none;
49
49
  position: relative;
50
- } .calendar-input__block_16nx0 {
50
+ } .calendar-input__block_1y15p {
51
51
  width: 100%;
52
- } .calendar-input__calendarContainer_16nx0 {
52
+ } .calendar-input__calendarContainer_1y15p {
53
53
  display: inline-block;
54
54
  box-sizing: border-box;
55
55
  border-radius: var(--calendar-input-popover-border-radius);
56
56
  border: 1px solid var(--color-light-neutral-300)
57
- } @media (max-width: 374px) { .calendar-input__calendarContainer_16nx0 {
57
+ } @media (max-width: 374px) { .calendar-input__calendarContainer_1y15p {
58
58
  width: 100%;
59
59
  min-width: 288px
60
60
  }
61
- } .calendar-input__calendarResponsive_16nx0 {
61
+ } .calendar-input__calendarResponsive_1y15p {
62
62
  width: var(--calendar-width);
63
- } .calendar-input__calendarIcon_16nx0 {
63
+ } .calendar-input__calendarIcon_1y15p {
64
64
  width: 24px;
65
65
  height: 24px;
66
66
  display: block;
67
67
  color: var(--calendar-input-icon-color)
68
- } .calendar-input__calendarIcon_16nx0:not(:only-child) {
68
+ } .calendar-input__calendarIcon_1y15p:not(:only-child) {
69
69
  margin-right: var(--gap-2xs);
70
- } .calendar-input__nativeInput_16nx0 {
70
+ } .calendar-input__nativeInput_1y15p {
71
71
  opacity: 0;
72
72
  position: absolute;
73
73
  top: 0;
@@ -76,8 +76,8 @@
76
76
  height: 100%;
77
77
  appearance: none;
78
78
  z-index: 1
79
- } .calendar-input__nativeInput_16nx0::-webkit-calendar-picker-indicator {
79
+ } .calendar-input__nativeInput_1y15p::-webkit-calendar-picker-indicator {
80
80
  display: none;
81
- } .calendar-input__nativeInput_16nx0::-webkit-inner-spin-button {
81
+ } .calendar-input__nativeInput_1y15p::-webkit-inner-spin-button {
82
82
  display: none;
83
83
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/core-components-calendar-input",
3
- "version": "10.2.0",
3
+ "version": "10.2.2",
4
4
  "description": "Calendar input component",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -15,8 +15,8 @@
15
15
  "react-dom": "^16.9.0 || ^17.0.1 || ^18.0.0"
16
16
  },
17
17
  "dependencies": {
18
- "@alfalab/core-components-calendar": "^7.3.0",
19
- "@alfalab/core-components-date-input": "^4.3.16",
18
+ "@alfalab/core-components-calendar": "^7.3.1",
19
+ "@alfalab/core-components-date-input": "^4.3.18",
20
20
  "@alfalab/core-components-popover": "^6.2.1",
21
21
  "@alfalab/hooks": "^1.13.0",
22
22
  "@alfalab/icons-glyph": "^2.139.0",