@synerise/ds-time-picker 0.12.7 → 0.12.9
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 +16 -0
- package/dist/TimePicker.styles.js +11 -11
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
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
|
+
## [0.12.9](https://github.com/Synerise/synerise-design/compare/@synerise/ds-time-picker@0.12.8...@synerise/ds-time-picker@0.12.9) (2025-03-10)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @synerise/ds-time-picker
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [0.12.8](https://github.com/Synerise/synerise-design/compare/@synerise/ds-time-picker@0.12.7...@synerise/ds-time-picker@0.12.8) (2025-03-04)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @synerise/ds-time-picker
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
## [0.12.7](https://github.com/Synerise/synerise-design/compare/@synerise/ds-time-picker@0.12.6...@synerise/ds-time-picker@0.12.7) (2025-02-27)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @synerise/ds-time-picker
|
|
@@ -5,37 +5,37 @@ import { Input } from '@synerise/ds-input';
|
|
|
5
5
|
import DSDropdown from '@synerise/ds-dropdown';
|
|
6
6
|
export var Dropdown = styled(DSDropdown).withConfig({
|
|
7
7
|
displayName: "TimePickerstyles__Dropdown",
|
|
8
|
-
componentId: "yk19n0-0"
|
|
8
|
+
componentId: "sc-yk19n0-0"
|
|
9
9
|
})(["margin:0;"]);
|
|
10
10
|
export var Container = styled.div.withConfig({
|
|
11
11
|
displayName: "TimePickerstyles__Container",
|
|
12
|
-
componentId: "yk19n0-1"
|
|
12
|
+
componentId: "sc-yk19n0-1"
|
|
13
13
|
})(["min-width:104px;max-width:208px;width:inherit;position:relative;"]);
|
|
14
14
|
export var OverlayContainer = styled.div.withConfig({
|
|
15
15
|
displayName: "TimePickerstyles__OverlayContainer",
|
|
16
|
-
componentId: "yk19n0-2"
|
|
16
|
+
componentId: "sc-yk19n0-2"
|
|
17
17
|
})(["background-color:", ";border-radius:3px;display:flex;flex-direction:row;flex-wrap:nowrap;overflow:hidden;"], function (props) {
|
|
18
18
|
return props.theme.palette.white;
|
|
19
19
|
});
|
|
20
20
|
export var Unit = styled.div.withConfig({
|
|
21
21
|
displayName: "TimePickerstyles__Unit",
|
|
22
|
-
componentId: "yk19n0-3"
|
|
22
|
+
componentId: "sc-yk19n0-3"
|
|
23
23
|
})(["display:flex;flex-direction:column;width:100%;overflow:hidden;.scrollbar-container{margin-right:-11px;}"]);
|
|
24
24
|
export var UnitSeperator = styled.div.withConfig({
|
|
25
25
|
displayName: "TimePickerstyles__UnitSeperator",
|
|
26
|
-
componentId: "yk19n0-4"
|
|
26
|
+
componentId: "sc-yk19n0-4"
|
|
27
27
|
})(["width:1px;height:inherit;display:flex;flex-shrink:0;background-color:", ";"], function (props) {
|
|
28
28
|
return props.theme.palette['grey-200'];
|
|
29
29
|
});
|
|
30
30
|
export var CellText = styled(Label).withConfig({
|
|
31
31
|
displayName: "TimePickerstyles__CellText",
|
|
32
|
-
componentId: "yk19n0-5"
|
|
32
|
+
componentId: "sc-yk19n0-5"
|
|
33
33
|
})(["&&{width:22px;height:18px;text-align:center;color:", ";transition:color 0.3s;}"], function (props) {
|
|
34
34
|
return props.theme.palette['grey-600'];
|
|
35
35
|
});
|
|
36
36
|
export var Cell = styled.button.withConfig({
|
|
37
37
|
displayName: "TimePickerstyles__Cell",
|
|
38
|
-
componentId: "yk19n0-6"
|
|
38
|
+
componentId: "sc-yk19n0-6"
|
|
39
39
|
})(["height:32px;width:100%;text-align:center;display:flex;flex-shrink:0;align-items:center;justify-content:center;transition:background-color 0.3s;cursor:pointer;background-color:", ";&&{border:none;padding:0;}&:hover{background-color:", ";", "{color:", ";}}&:disabled{&&{cursor:not-allowed;background-color:", ";", "}", "{cursor:not-allowed;opacity:0.4;}}", ";"], function (props) {
|
|
40
40
|
return props.theme.palette.white;
|
|
41
41
|
}, function (props) {
|
|
@@ -51,7 +51,7 @@ export var Cell = styled.button.withConfig({
|
|
|
51
51
|
});
|
|
52
52
|
export var ClearIcon = styled(Icon).withConfig({
|
|
53
53
|
displayName: "TimePickerstyles__ClearIcon",
|
|
54
|
-
componentId: "yk19n0-7"
|
|
54
|
+
componentId: "sc-yk19n0-7"
|
|
55
55
|
})(["&&,&&:hover{svg{color:", ";fill:", ";}}"], function (props) {
|
|
56
56
|
return props.theme.palette['red-600'];
|
|
57
57
|
}, function (props) {
|
|
@@ -59,7 +59,7 @@ export var ClearIcon = styled(Icon).withConfig({
|
|
|
59
59
|
});
|
|
60
60
|
export var TimePickerInput = styled(Input).withConfig({
|
|
61
61
|
displayName: "TimePickerstyles__TimePickerInput",
|
|
62
|
-
componentId: "yk19n0-8"
|
|
62
|
+
componentId: "sc-yk19n0-8"
|
|
63
63
|
})(["&:not(.active){input{&:focus{box-shadow:none;background-color:", ";border-color:", ";}}}"], function (props) {
|
|
64
64
|
return props.theme.palette.white;
|
|
65
65
|
}, function (props) {
|
|
@@ -67,11 +67,11 @@ export var TimePickerInput = styled(Input).withConfig({
|
|
|
67
67
|
});
|
|
68
68
|
export var PlaceholderWrapper = styled.div.withConfig({
|
|
69
69
|
displayName: "TimePickerstyles__PlaceholderWrapper",
|
|
70
|
-
componentId: "yk19n0-9"
|
|
70
|
+
componentId: "sc-yk19n0-9"
|
|
71
71
|
})(["width:100%;position:relative;"]);
|
|
72
72
|
export var Placeholder = styled.div.withConfig({
|
|
73
73
|
displayName: "TimePickerstyles__Placeholder",
|
|
74
|
-
componentId: "yk19n0-10"
|
|
74
|
+
componentId: "sc-yk19n0-10"
|
|
75
75
|
})(["height:", "px;"], function (props) {
|
|
76
76
|
return props.height;
|
|
77
77
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@synerise/ds-time-picker",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.9",
|
|
4
4
|
"description": "TimePicker UI Component for the Synerise Design System",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"repository": "Synerise/synerise-design",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"build:js": "babel --delete-dir-on-start --root-mode upward src --out-dir dist --extensions '.js,.ts,.tsx' --ignore '**/*.spec.ts' --ignore '**/*.spec.tsx' --ignore '**/*.spec.constants.ts' --ignore '**/*.spec.constants.tsx'",
|
|
22
22
|
"build:watch": "npm run build:js -- --watch",
|
|
23
23
|
"defs": "tsc --declaration --outDir dist/ --emitDeclarationOnly",
|
|
24
|
-
"pack:ci": "npm pack --pack-destination ../../
|
|
24
|
+
"pack:ci": "npm pack --pack-destination ../../storybook/storybook-static/static",
|
|
25
25
|
"prepublish": "npm run build",
|
|
26
26
|
"test": "jest",
|
|
27
27
|
"test:watch": "npm run test -- --watchAll",
|
|
@@ -34,14 +34,14 @@
|
|
|
34
34
|
],
|
|
35
35
|
"types": "dist/index.d.ts",
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@synerise/ds-data-format": "^0.7.
|
|
38
|
-
"@synerise/ds-dropdown": "^0.19.
|
|
39
|
-
"@synerise/ds-icon": "^0.
|
|
40
|
-
"@synerise/ds-input": "^0.25.
|
|
41
|
-
"@synerise/ds-scrollbar": "^0.12.
|
|
42
|
-
"@synerise/ds-tooltip": "^0.16.
|
|
43
|
-
"@synerise/ds-typography": "^0.17.
|
|
44
|
-
"@synerise/ds-utils": "^0.32.
|
|
37
|
+
"@synerise/ds-data-format": "^0.7.2",
|
|
38
|
+
"@synerise/ds-dropdown": "^0.19.9",
|
|
39
|
+
"@synerise/ds-icon": "^0.72.1",
|
|
40
|
+
"@synerise/ds-input": "^0.25.9",
|
|
41
|
+
"@synerise/ds-scrollbar": "^0.12.7",
|
|
42
|
+
"@synerise/ds-tooltip": "^0.16.3",
|
|
43
|
+
"@synerise/ds-typography": "^0.17.7",
|
|
44
|
+
"@synerise/ds-utils": "^0.32.3",
|
|
45
45
|
"dayjs": "^1.8.19",
|
|
46
46
|
"debounce": "^1.2.0",
|
|
47
47
|
"lodash": "^4.17.21"
|
|
@@ -53,5 +53,5 @@
|
|
|
53
53
|
"react-intl": ">=3.12.0 <= 6.8",
|
|
54
54
|
"styled-components": "^5.3.3"
|
|
55
55
|
},
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "a176b46dab123cd503247ae57022f8e808772d68"
|
|
57
57
|
}
|