@alfalab/core-components-date-time-input 6.0.0 → 6.0.1
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/date-time-input/index.css +6 -6
- package/components/date-time-input/index.module.css.js +1 -1
- package/esm/components/date-time-input/index.css +6 -6
- package/esm/components/date-time-input/index.module.css.js +1 -1
- package/modern/components/date-time-input/index.css +6 -6
- package/modern/components/date-time-input/index.module.css.js +1 -1
- package/package.json +8 -8
|
@@ -15,30 +15,30 @@
|
|
|
15
15
|
:root {
|
|
16
16
|
--calendar-popover-border-radius: var(--border-radius-8);
|
|
17
17
|
}
|
|
18
|
-
.date-time-
|
|
18
|
+
.date-time-input__component_1x526 {
|
|
19
19
|
display: inline-block;
|
|
20
20
|
outline: none;
|
|
21
21
|
position: relative;
|
|
22
22
|
}
|
|
23
|
-
.date-time-
|
|
23
|
+
.date-time-input__calendarContainer_1x526 {
|
|
24
24
|
display: inline-block;
|
|
25
25
|
box-sizing: border-box;
|
|
26
26
|
border-radius: var(--calendar-popover-border-radius);
|
|
27
27
|
border: 1px solid var(--color-light-neutral-300);
|
|
28
28
|
}
|
|
29
29
|
@media (max-width: 374px) {
|
|
30
|
-
.date-time-
|
|
30
|
+
.date-time-input__calendarContainer_1x526 {
|
|
31
31
|
width: 100%;
|
|
32
32
|
min-width: 288px;
|
|
33
33
|
}
|
|
34
34
|
}
|
|
35
|
-
.date-time-
|
|
35
|
+
.date-time-input__calendarResponsive_1x526 {
|
|
36
36
|
width: var(--calendar-width);
|
|
37
37
|
}
|
|
38
|
-
.date-time-
|
|
38
|
+
.date-time-input__block_1x526 {
|
|
39
39
|
width: 100%;
|
|
40
40
|
}
|
|
41
|
-
.date-time-
|
|
41
|
+
.date-time-input__calendarIcon_1x526 {
|
|
42
42
|
margin-right: var(--gap-12-neg);
|
|
43
43
|
height: 100%;
|
|
44
44
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"component":"date-time-
|
|
5
|
+
var styles = {"component":"date-time-input__component_1x526","calendarContainer":"date-time-input__calendarContainer_1x526","calendarResponsive":"date-time-input__calendarResponsive_1x526","block":"date-time-input__block_1x526","calendarIcon":"date-time-input__calendarIcon_1x526"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -15,30 +15,30 @@
|
|
|
15
15
|
:root {
|
|
16
16
|
--calendar-popover-border-radius: var(--border-radius-8);
|
|
17
17
|
}
|
|
18
|
-
.date-time-
|
|
18
|
+
.date-time-input__component_1x526 {
|
|
19
19
|
display: inline-block;
|
|
20
20
|
outline: none;
|
|
21
21
|
position: relative;
|
|
22
22
|
}
|
|
23
|
-
.date-time-
|
|
23
|
+
.date-time-input__calendarContainer_1x526 {
|
|
24
24
|
display: inline-block;
|
|
25
25
|
box-sizing: border-box;
|
|
26
26
|
border-radius: var(--calendar-popover-border-radius);
|
|
27
27
|
border: 1px solid var(--color-light-neutral-300);
|
|
28
28
|
}
|
|
29
29
|
@media (max-width: 374px) {
|
|
30
|
-
.date-time-
|
|
30
|
+
.date-time-input__calendarContainer_1x526 {
|
|
31
31
|
width: 100%;
|
|
32
32
|
min-width: 288px;
|
|
33
33
|
}
|
|
34
34
|
}
|
|
35
|
-
.date-time-
|
|
35
|
+
.date-time-input__calendarResponsive_1x526 {
|
|
36
36
|
width: var(--calendar-width);
|
|
37
37
|
}
|
|
38
|
-
.date-time-
|
|
38
|
+
.date-time-input__block_1x526 {
|
|
39
39
|
width: 100%;
|
|
40
40
|
}
|
|
41
|
-
.date-time-
|
|
41
|
+
.date-time-input__calendarIcon_1x526 {
|
|
42
42
|
margin-right: var(--gap-12-neg);
|
|
43
43
|
height: 100%;
|
|
44
44
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
var styles = {"component":"date-time-
|
|
3
|
+
var styles = {"component":"date-time-input__component_1x526","calendarContainer":"date-time-input__calendarContainer_1x526","calendarResponsive":"date-time-input__calendarResponsive_1x526","block":"date-time-input__block_1x526","calendarIcon":"date-time-input__calendarIcon_1x526"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -15,30 +15,30 @@
|
|
|
15
15
|
:root {
|
|
16
16
|
--calendar-popover-border-radius: var(--border-radius-8);
|
|
17
17
|
}
|
|
18
|
-
.date-time-
|
|
18
|
+
.date-time-input__component_1x526 {
|
|
19
19
|
display: inline-block;
|
|
20
20
|
outline: none;
|
|
21
21
|
position: relative;
|
|
22
22
|
}
|
|
23
|
-
.date-time-
|
|
23
|
+
.date-time-input__calendarContainer_1x526 {
|
|
24
24
|
display: inline-block;
|
|
25
25
|
box-sizing: border-box;
|
|
26
26
|
border-radius: var(--calendar-popover-border-radius);
|
|
27
27
|
border: 1px solid var(--color-light-neutral-300);
|
|
28
28
|
}
|
|
29
29
|
@media (max-width: 374px) {
|
|
30
|
-
.date-time-
|
|
30
|
+
.date-time-input__calendarContainer_1x526 {
|
|
31
31
|
width: 100%;
|
|
32
32
|
min-width: 288px;
|
|
33
33
|
}
|
|
34
34
|
}
|
|
35
|
-
.date-time-
|
|
35
|
+
.date-time-input__calendarResponsive_1x526 {
|
|
36
36
|
width: var(--calendar-width);
|
|
37
37
|
}
|
|
38
|
-
.date-time-
|
|
38
|
+
.date-time-input__block_1x526 {
|
|
39
39
|
width: 100%;
|
|
40
40
|
}
|
|
41
|
-
.date-time-
|
|
41
|
+
.date-time-input__calendarIcon_1x526 {
|
|
42
42
|
margin-right: var(--gap-12-neg);
|
|
43
43
|
height: 100%;
|
|
44
44
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
const styles = {"component":"date-time-
|
|
3
|
+
const styles = {"component":"date-time-input__component_1x526","calendarContainer":"date-time-input__calendarContainer_1x526","calendarResponsive":"date-time-input__calendarResponsive_1x526","block":"date-time-input__block_1x526","calendarIcon":"date-time-input__calendarIcon_1x526"};
|
|
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-date-time-input",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
@@ -10,11 +10,11 @@
|
|
|
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-icon-button": "^8.0.
|
|
15
|
-
"@alfalab/core-components-input": "^17.0.
|
|
16
|
-
"@alfalab/core-components-mq": "^6.0.
|
|
17
|
-
"@alfalab/core-components-popover": "^8.0.
|
|
13
|
+
"@alfalab/core-components-calendar": "^9.0.1",
|
|
14
|
+
"@alfalab/core-components-icon-button": "^8.0.1",
|
|
15
|
+
"@alfalab/core-components-input": "^17.0.1",
|
|
16
|
+
"@alfalab/core-components-mq": "^6.0.1",
|
|
17
|
+
"@alfalab/core-components-popover": "^8.0.1",
|
|
18
18
|
"@alfalab/hooks": "^1.13.1",
|
|
19
19
|
"@alfalab/icons-glyph": "^2.260.0",
|
|
20
20
|
"classnames": "^2.5.1",
|
|
@@ -30,6 +30,6 @@
|
|
|
30
30
|
"access": "public",
|
|
31
31
|
"directory": "dist"
|
|
32
32
|
},
|
|
33
|
-
"themesVersion": "15.0.
|
|
34
|
-
"varsVersion": "11.0.
|
|
33
|
+
"themesVersion": "15.0.1",
|
|
34
|
+
"varsVersion": "11.0.1"
|
|
35
35
|
}
|