@alfalab/core-components-date-range-input 4.0.0-snapshot-c39129c → 4.0.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/components/date-range-input/index.css +6 -6
- package/components/date-range-input/index.module.css.js +1 -1
- package/esm/components/date-range-input/index.css +6 -6
- package/esm/components/date-range-input/index.module.css.js +1 -1
- package/modern/components/date-range-input/index.css +6 -6
- package/modern/components/date-range-input/index.module.css.js +1 -1
- package/package.json +19 -16
|
@@ -10,24 +10,24 @@
|
|
|
10
10
|
--calendar-width: 344px;
|
|
11
11
|
} :root {
|
|
12
12
|
--calendar-popover-border-radius: var(--border-radius-8);
|
|
13
|
-
} .date-range-
|
|
13
|
+
} .date-range-input__component_1lv6f {
|
|
14
14
|
display: inline-block;
|
|
15
15
|
outline: none;
|
|
16
16
|
position: relative;
|
|
17
|
-
} .date-range-
|
|
17
|
+
} .date-range-input__calendarContainer_1lv6f {
|
|
18
18
|
display: inline-block;
|
|
19
19
|
box-sizing: border-box;
|
|
20
20
|
border-radius: var(--calendar-popover-border-radius);
|
|
21
21
|
border: 1px solid var(--color-light-neutral-300)
|
|
22
|
-
} @media (max-width: 374px) { .date-range-
|
|
22
|
+
} @media (max-width: 374px) { .date-range-input__calendarContainer_1lv6f {
|
|
23
23
|
width: 100%;
|
|
24
24
|
min-width: 288px
|
|
25
25
|
}
|
|
26
|
-
} .date-range-
|
|
26
|
+
} .date-range-input__calendarResponsive_1lv6f {
|
|
27
27
|
width: var(--calendar-width);
|
|
28
|
-
} .date-range-
|
|
28
|
+
} .date-range-input__block_1lv6f {
|
|
29
29
|
width: 100%;
|
|
30
|
-
} .date-range-
|
|
30
|
+
} .date-range-input__calendarIcon_1lv6f {
|
|
31
31
|
margin-right: var(--gap-12-neg);
|
|
32
32
|
height: 100%;
|
|
33
33
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"component":"date-range-
|
|
5
|
+
var styles = {"component":"date-range-input__component_1lv6f","calendarContainer":"date-range-input__calendarContainer_1lv6f","calendarResponsive":"date-range-input__calendarResponsive_1lv6f","block":"date-range-input__block_1lv6f","calendarIcon":"date-range-input__calendarIcon_1lv6f"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -10,24 +10,24 @@
|
|
|
10
10
|
--calendar-width: 344px;
|
|
11
11
|
} :root {
|
|
12
12
|
--calendar-popover-border-radius: var(--border-radius-8);
|
|
13
|
-
} .date-range-
|
|
13
|
+
} .date-range-input__component_1lv6f {
|
|
14
14
|
display: inline-block;
|
|
15
15
|
outline: none;
|
|
16
16
|
position: relative;
|
|
17
|
-
} .date-range-
|
|
17
|
+
} .date-range-input__calendarContainer_1lv6f {
|
|
18
18
|
display: inline-block;
|
|
19
19
|
box-sizing: border-box;
|
|
20
20
|
border-radius: var(--calendar-popover-border-radius);
|
|
21
21
|
border: 1px solid var(--color-light-neutral-300)
|
|
22
|
-
} @media (max-width: 374px) { .date-range-
|
|
22
|
+
} @media (max-width: 374px) { .date-range-input__calendarContainer_1lv6f {
|
|
23
23
|
width: 100%;
|
|
24
24
|
min-width: 288px
|
|
25
25
|
}
|
|
26
|
-
} .date-range-
|
|
26
|
+
} .date-range-input__calendarResponsive_1lv6f {
|
|
27
27
|
width: var(--calendar-width);
|
|
28
|
-
} .date-range-
|
|
28
|
+
} .date-range-input__block_1lv6f {
|
|
29
29
|
width: 100%;
|
|
30
|
-
} .date-range-
|
|
30
|
+
} .date-range-input__calendarIcon_1lv6f {
|
|
31
31
|
margin-right: var(--gap-12-neg);
|
|
32
32
|
height: 100%;
|
|
33
33
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
var styles = {"component":"date-range-
|
|
3
|
+
var styles = {"component":"date-range-input__component_1lv6f","calendarContainer":"date-range-input__calendarContainer_1lv6f","calendarResponsive":"date-range-input__calendarResponsive_1lv6f","block":"date-range-input__block_1lv6f","calendarIcon":"date-range-input__calendarIcon_1lv6f"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -10,24 +10,24 @@
|
|
|
10
10
|
--calendar-width: 344px;
|
|
11
11
|
} :root {
|
|
12
12
|
--calendar-popover-border-radius: var(--border-radius-8);
|
|
13
|
-
} .date-range-
|
|
13
|
+
} .date-range-input__component_1lv6f {
|
|
14
14
|
display: inline-block;
|
|
15
15
|
outline: none;
|
|
16
16
|
position: relative;
|
|
17
|
-
} .date-range-
|
|
17
|
+
} .date-range-input__calendarContainer_1lv6f {
|
|
18
18
|
display: inline-block;
|
|
19
19
|
box-sizing: border-box;
|
|
20
20
|
border-radius: var(--calendar-popover-border-radius);
|
|
21
21
|
border: 1px solid var(--color-light-neutral-300)
|
|
22
|
-
} @media (max-width: 374px) { .date-range-
|
|
22
|
+
} @media (max-width: 374px) { .date-range-input__calendarContainer_1lv6f {
|
|
23
23
|
width: 100%;
|
|
24
24
|
min-width: 288px
|
|
25
25
|
}
|
|
26
|
-
} .date-range-
|
|
26
|
+
} .date-range-input__calendarResponsive_1lv6f {
|
|
27
27
|
width: var(--calendar-width);
|
|
28
|
-
} .date-range-
|
|
28
|
+
} .date-range-input__block_1lv6f {
|
|
29
29
|
width: 100%;
|
|
30
|
-
} .date-range-
|
|
30
|
+
} .date-range-input__calendarIcon_1lv6f {
|
|
31
31
|
margin-right: var(--gap-12-neg);
|
|
32
32
|
height: 100%;
|
|
33
33
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
const styles = {"component":"date-range-
|
|
3
|
+
const styles = {"component":"date-range-input__component_1lv6f","calendarContainer":"date-range-input__calendarContainer_1lv6f","calendarResponsive":"date-range-input__calendarResponsive_1lv6f","block":"date-range-input__block_1lv6f","calendarIcon":"date-range-input__calendarIcon_1lv6f"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
package/package.json
CHANGED
|
@@ -1,25 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfalab/core-components-date-range-input",
|
|
3
|
-
"version": "4.0.0
|
|
3
|
+
"version": "4.0.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
7
|
+
"sideEffects": [
|
|
8
|
+
"**/*.css"
|
|
9
|
+
],
|
|
7
10
|
"main": "index.js",
|
|
8
11
|
"module": "./esm/index.js",
|
|
9
|
-
"publishConfig": {
|
|
10
|
-
"access": "public",
|
|
11
|
-
"directory": "dist"
|
|
12
|
-
},
|
|
13
|
-
"peerDependencies": {
|
|
14
|
-
"react": "^16.9.0 || ^17.0.1 || ^18.0.0",
|
|
15
|
-
"react-dom": "^16.9.0 || ^17.0.1 || ^18.0.0"
|
|
16
|
-
},
|
|
17
12
|
"dependencies": {
|
|
18
|
-
"@alfalab/core-components-
|
|
19
|
-
"@alfalab/core-components-icon-button": "7.0.0
|
|
20
|
-
"@alfalab/core-components-
|
|
21
|
-
"@alfalab/core-components-mq": "5.0.0
|
|
22
|
-
"@alfalab/core-components-popover": "7.0.0
|
|
13
|
+
"@alfalab/core-components-calendar": "^8.0.0",
|
|
14
|
+
"@alfalab/core-components-icon-button": "^7.0.0",
|
|
15
|
+
"@alfalab/core-components-input": "^16.0.0",
|
|
16
|
+
"@alfalab/core-components-mq": "^5.0.0",
|
|
17
|
+
"@alfalab/core-components-popover": "^7.0.0",
|
|
23
18
|
"@alfalab/hooks": "^1.13.1",
|
|
24
19
|
"@alfalab/icons-glyph": "^2.210.0",
|
|
25
20
|
"classnames": "^2.5.1",
|
|
@@ -27,6 +22,14 @@
|
|
|
27
22
|
"react-merge-refs": "^1.1.0",
|
|
28
23
|
"tslib": "^2.4.0"
|
|
29
24
|
},
|
|
30
|
-
"
|
|
31
|
-
|
|
25
|
+
"peerDependencies": {
|
|
26
|
+
"react": "^16.9.0 || ^17.0.1 || ^18.0.0",
|
|
27
|
+
"react-dom": "^16.9.0 || ^17.0.1 || ^18.0.0"
|
|
28
|
+
},
|
|
29
|
+
"publishConfig": {
|
|
30
|
+
"access": "public",
|
|
31
|
+
"directory": "dist"
|
|
32
|
+
},
|
|
33
|
+
"themesVersion": "14.0.0",
|
|
34
|
+
"varsVersion": "10.0.0"
|
|
32
35
|
}
|