@alfalab/core-components-calendar-input 12.0.2 → 12.0.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/components/calendar-input/index.css +10 -10
- package/components/calendar-input/index.module.css.js +1 -1
- package/esm/components/calendar-input/index.css +10 -10
- package/esm/components/calendar-input/index.module.css.js +1 -1
- package/modern/components/calendar-input/index.css +10 -10
- package/modern/components/calendar-input/index.module.css.js +1 -1
- package/package.json +5 -5
|
@@ -18,39 +18,39 @@
|
|
|
18
18
|
--calendar-input-icon-color: var(--color-light-neutral-translucent-700);
|
|
19
19
|
--calendar-input-popover-border-radius: var(--border-radius-16);
|
|
20
20
|
}
|
|
21
|
-
.calendar-
|
|
21
|
+
.calendar-input__component_1ucbi {
|
|
22
22
|
display: inline-block;
|
|
23
23
|
outline: none;
|
|
24
24
|
position: relative;
|
|
25
25
|
}
|
|
26
|
-
.calendar-
|
|
26
|
+
.calendar-input__block_1ucbi {
|
|
27
27
|
width: 100%;
|
|
28
28
|
}
|
|
29
|
-
.calendar-
|
|
29
|
+
.calendar-input__calendarContainer_1ucbi {
|
|
30
30
|
display: inline-block;
|
|
31
31
|
box-sizing: border-box;
|
|
32
32
|
border-radius: var(--calendar-input-popover-border-radius);
|
|
33
33
|
border: 1px solid var(--color-light-neutral-300);
|
|
34
34
|
}
|
|
35
35
|
@media (max-width: 374px) {
|
|
36
|
-
.calendar-
|
|
36
|
+
.calendar-input__calendarContainer_1ucbi {
|
|
37
37
|
width: 100%;
|
|
38
38
|
min-width: 288px;
|
|
39
39
|
}
|
|
40
40
|
}
|
|
41
|
-
.calendar-
|
|
41
|
+
.calendar-input__calendarResponsive_1ucbi {
|
|
42
42
|
width: var(--calendar-width);
|
|
43
43
|
}
|
|
44
|
-
.calendar-
|
|
44
|
+
.calendar-input__calendarIcon_1ucbi {
|
|
45
45
|
width: 24px;
|
|
46
46
|
height: 24px;
|
|
47
47
|
display: block;
|
|
48
48
|
color: var(--calendar-input-icon-color);
|
|
49
49
|
}
|
|
50
|
-
.calendar-
|
|
50
|
+
.calendar-input__calendarIcon_1ucbi:not(:only-child) {
|
|
51
51
|
margin-right: var(--gap-4);
|
|
52
52
|
}
|
|
53
|
-
.calendar-
|
|
53
|
+
.calendar-input__nativeInput_1ucbi {
|
|
54
54
|
opacity: 0;
|
|
55
55
|
position: absolute;
|
|
56
56
|
top: var(--gap-0);
|
|
@@ -62,9 +62,9 @@
|
|
|
62
62
|
appearance: none;
|
|
63
63
|
z-index: 1;
|
|
64
64
|
}
|
|
65
|
-
.calendar-
|
|
65
|
+
.calendar-input__nativeInput_1ucbi::-webkit-calendar-picker-indicator {
|
|
66
66
|
display: none;
|
|
67
67
|
}
|
|
68
|
-
.calendar-
|
|
68
|
+
.calendar-input__nativeInput_1ucbi::-webkit-inner-spin-button {
|
|
69
69
|
display: none;
|
|
70
70
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"component":"calendar-
|
|
5
|
+
var styles = {"component":"calendar-input__component_1ucbi","block":"calendar-input__block_1ucbi","calendarContainer":"calendar-input__calendarContainer_1ucbi","calendarResponsive":"calendar-input__calendarResponsive_1ucbi","calendarIcon":"calendar-input__calendarIcon_1ucbi"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -18,39 +18,39 @@
|
|
|
18
18
|
--calendar-input-icon-color: var(--color-light-neutral-translucent-700);
|
|
19
19
|
--calendar-input-popover-border-radius: var(--border-radius-16);
|
|
20
20
|
}
|
|
21
|
-
.calendar-
|
|
21
|
+
.calendar-input__component_1ucbi {
|
|
22
22
|
display: inline-block;
|
|
23
23
|
outline: none;
|
|
24
24
|
position: relative;
|
|
25
25
|
}
|
|
26
|
-
.calendar-
|
|
26
|
+
.calendar-input__block_1ucbi {
|
|
27
27
|
width: 100%;
|
|
28
28
|
}
|
|
29
|
-
.calendar-
|
|
29
|
+
.calendar-input__calendarContainer_1ucbi {
|
|
30
30
|
display: inline-block;
|
|
31
31
|
box-sizing: border-box;
|
|
32
32
|
border-radius: var(--calendar-input-popover-border-radius);
|
|
33
33
|
border: 1px solid var(--color-light-neutral-300);
|
|
34
34
|
}
|
|
35
35
|
@media (max-width: 374px) {
|
|
36
|
-
.calendar-
|
|
36
|
+
.calendar-input__calendarContainer_1ucbi {
|
|
37
37
|
width: 100%;
|
|
38
38
|
min-width: 288px;
|
|
39
39
|
}
|
|
40
40
|
}
|
|
41
|
-
.calendar-
|
|
41
|
+
.calendar-input__calendarResponsive_1ucbi {
|
|
42
42
|
width: var(--calendar-width);
|
|
43
43
|
}
|
|
44
|
-
.calendar-
|
|
44
|
+
.calendar-input__calendarIcon_1ucbi {
|
|
45
45
|
width: 24px;
|
|
46
46
|
height: 24px;
|
|
47
47
|
display: block;
|
|
48
48
|
color: var(--calendar-input-icon-color);
|
|
49
49
|
}
|
|
50
|
-
.calendar-
|
|
50
|
+
.calendar-input__calendarIcon_1ucbi:not(:only-child) {
|
|
51
51
|
margin-right: var(--gap-4);
|
|
52
52
|
}
|
|
53
|
-
.calendar-
|
|
53
|
+
.calendar-input__nativeInput_1ucbi {
|
|
54
54
|
opacity: 0;
|
|
55
55
|
position: absolute;
|
|
56
56
|
top: var(--gap-0);
|
|
@@ -62,9 +62,9 @@
|
|
|
62
62
|
appearance: none;
|
|
63
63
|
z-index: 1;
|
|
64
64
|
}
|
|
65
|
-
.calendar-
|
|
65
|
+
.calendar-input__nativeInput_1ucbi::-webkit-calendar-picker-indicator {
|
|
66
66
|
display: none;
|
|
67
67
|
}
|
|
68
|
-
.calendar-
|
|
68
|
+
.calendar-input__nativeInput_1ucbi::-webkit-inner-spin-button {
|
|
69
69
|
display: none;
|
|
70
70
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
var styles = {"component":"calendar-
|
|
3
|
+
var styles = {"component":"calendar-input__component_1ucbi","block":"calendar-input__block_1ucbi","calendarContainer":"calendar-input__calendarContainer_1ucbi","calendarResponsive":"calendar-input__calendarResponsive_1ucbi","calendarIcon":"calendar-input__calendarIcon_1ucbi"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -18,39 +18,39 @@
|
|
|
18
18
|
--calendar-input-icon-color: var(--color-light-neutral-translucent-700);
|
|
19
19
|
--calendar-input-popover-border-radius: var(--border-radius-16);
|
|
20
20
|
}
|
|
21
|
-
.calendar-
|
|
21
|
+
.calendar-input__component_1ucbi {
|
|
22
22
|
display: inline-block;
|
|
23
23
|
outline: none;
|
|
24
24
|
position: relative;
|
|
25
25
|
}
|
|
26
|
-
.calendar-
|
|
26
|
+
.calendar-input__block_1ucbi {
|
|
27
27
|
width: 100%;
|
|
28
28
|
}
|
|
29
|
-
.calendar-
|
|
29
|
+
.calendar-input__calendarContainer_1ucbi {
|
|
30
30
|
display: inline-block;
|
|
31
31
|
box-sizing: border-box;
|
|
32
32
|
border-radius: var(--calendar-input-popover-border-radius);
|
|
33
33
|
border: 1px solid var(--color-light-neutral-300);
|
|
34
34
|
}
|
|
35
35
|
@media (max-width: 374px) {
|
|
36
|
-
.calendar-
|
|
36
|
+
.calendar-input__calendarContainer_1ucbi {
|
|
37
37
|
width: 100%;
|
|
38
38
|
min-width: 288px;
|
|
39
39
|
}
|
|
40
40
|
}
|
|
41
|
-
.calendar-
|
|
41
|
+
.calendar-input__calendarResponsive_1ucbi {
|
|
42
42
|
width: var(--calendar-width);
|
|
43
43
|
}
|
|
44
|
-
.calendar-
|
|
44
|
+
.calendar-input__calendarIcon_1ucbi {
|
|
45
45
|
width: 24px;
|
|
46
46
|
height: 24px;
|
|
47
47
|
display: block;
|
|
48
48
|
color: var(--calendar-input-icon-color);
|
|
49
49
|
}
|
|
50
|
-
.calendar-
|
|
50
|
+
.calendar-input__calendarIcon_1ucbi:not(:only-child) {
|
|
51
51
|
margin-right: var(--gap-4);
|
|
52
52
|
}
|
|
53
|
-
.calendar-
|
|
53
|
+
.calendar-input__nativeInput_1ucbi {
|
|
54
54
|
opacity: 0;
|
|
55
55
|
position: absolute;
|
|
56
56
|
top: var(--gap-0);
|
|
@@ -62,9 +62,9 @@
|
|
|
62
62
|
appearance: none;
|
|
63
63
|
z-index: 1;
|
|
64
64
|
}
|
|
65
|
-
.calendar-
|
|
65
|
+
.calendar-input__nativeInput_1ucbi::-webkit-calendar-picker-indicator {
|
|
66
66
|
display: none;
|
|
67
67
|
}
|
|
68
|
-
.calendar-
|
|
68
|
+
.calendar-input__nativeInput_1ucbi::-webkit-inner-spin-button {
|
|
69
69
|
display: none;
|
|
70
70
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
const styles = {"component":"calendar-
|
|
3
|
+
const styles = {"component":"calendar-input__component_1ucbi","block":"calendar-input__block_1ucbi","calendarContainer":"calendar-input__calendarContainer_1ucbi","calendarResponsive":"calendar-input__calendarResponsive_1ucbi","calendarIcon":"calendar-input__calendarIcon_1ucbi"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfalab/core-components-calendar-input",
|
|
3
|
-
"version": "12.0.
|
|
3
|
+
"version": "12.0.3",
|
|
4
4
|
"description": "Calendar input component",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
@@ -10,10 +10,10 @@
|
|
|
10
10
|
"main": "index.js",
|
|
11
11
|
"module": "./esm/index.js",
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@alfalab/core-components-calendar": "^9.0.
|
|
14
|
-
"@alfalab/core-components-date-input": "^6.0.
|
|
15
|
-
"@alfalab/core-components-mq": "^6.0.
|
|
16
|
-
"@alfalab/core-components-popover": "^8.0.
|
|
13
|
+
"@alfalab/core-components-calendar": "^9.0.3",
|
|
14
|
+
"@alfalab/core-components-date-input": "^6.0.2",
|
|
15
|
+
"@alfalab/core-components-mq": "^6.0.2",
|
|
16
|
+
"@alfalab/core-components-popover": "^8.0.2",
|
|
17
17
|
"@alfalab/icons-glyph": "^2.260.0",
|
|
18
18
|
"classnames": "^2.5.1",
|
|
19
19
|
"date-fns": "^4.1.0",
|