@semcore/time-picker 2.4.5 → 2.4.8
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 +6 -0
- package/lib/cjs/TimePicker.js +12 -12
- package/lib/es6/TimePicker.js +12 -12
- package/package.json +6 -1
package/CHANGELOG.md
CHANGED
package/lib/cjs/TimePicker.js
CHANGED
|
@@ -61,22 +61,22 @@ var style = (
|
|
|
61
61
|
/*__reshadow_css_start__*/
|
|
62
62
|
_core.sstyled.insert(
|
|
63
63
|
/*__inner_css_start__*/
|
|
64
|
-
".
|
|
64
|
+
".___STimePicker_y9vhd_gg_{position:relative;width:auto}.___STimePicker_y9vhd_gg_.__disabled_y9vhd_gg_{color:rgba(51,51,51,.3);cursor:default}.___SPickerInput_y9vhd_gg_{box-sizing:content-box;text-align:center;z-index:1}.___SPickerInput_y9vhd_gg_.__placeholder_y9vhd_gg_{text-overflow:clip}.___SPickerInput_y9vhd_gg_._size_m_y9vhd_gg_{width:17px}.___SPickerInput_y9vhd_gg_._size_l_y9vhd_gg_{width:18px}.___SPickerInput_y9vhd_gg_._size_xl_y9vhd_gg_{width:22px}.___SPickerFormat_y9vhd_gg_{flex-shrink:0;position:relative;display:inline-flex;padding:0;margin:0 -1px 0 0;white-space:nowrap;font-family:inherit;font-weight:400;line-height:normal;text-decoration:none;align-items:center;border:1px solid transparent;outline:0;box-shadow:none;cursor:pointer;box-sizing:border-box;overflow:visible;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;touch-action:manipulation;-webkit-tap-highlight-color:transparent;color:#666666;border-color:#a6b0b3;background-color:rgba(166,176,179,.1)}.___SPickerFormat_y9vhd_gg_:hover{background-color:rgba(166,176,179,.2)}.___SPickerFormat_y9vhd_gg_:active,.___SPickerFormat_y9vhd_gg_.__active_y9vhd_gg_{background-color:rgba(166,176,179,.3)}.___SPickerFormat_y9vhd_gg_._size_m_y9vhd_gg_{height:26px;font-size:12px;border-radius:0 3px 3px 0}.___SPickerFormat_y9vhd_gg_._size_l_y9vhd_gg_{height:32px;font-size:14px;border-radius:0 4px 4px 0}.___SPickerFormat_y9vhd_gg_._size_l_y9vhd_gg_ .___SPickerFormatText_y9vhd_gg_,.___SPickerFormat_y9vhd_gg_._size_m_y9vhd_gg_ .___SPickerFormatText_y9vhd_gg_{margin:0 8px}.___SPickerFormat_y9vhd_gg_._size_xl_y9vhd_gg_{height:42px;font-size:16px;border-radius:0 5px 5px 0}.___SPickerFormat_y9vhd_gg_._size_xl_y9vhd_gg_ .___SPickerFormatText_y9vhd_gg_{margin:0 12px}.___SPickerFormat_y9vhd_gg_.__disabled_y9vhd_gg_{opacity:0.3;cursor:default;pointer-events:none;border-color:transparent transparent transparent #a6b0b3}.___SPickerFormat_y9vhd_gg_.__keyboardFocused_y9vhd_gg_{box-shadow:0 0 0 3px rgba(43, 148, 225, 0.3)}"
|
|
65
65
|
/*__inner_css_end__*/
|
|
66
66
|
, "buqesv_gg_")
|
|
67
67
|
/*__reshadow_css_end__*/
|
|
68
68
|
, {
|
|
69
|
-
"__STimePicker": "
|
|
70
|
-
"_disabled": "
|
|
71
|
-
"__SPickerInput": "
|
|
72
|
-
"_placeholder": "
|
|
73
|
-
"_size_m": "
|
|
74
|
-
"_size_l": "
|
|
75
|
-
"_size_xl": "
|
|
76
|
-
"__SPickerFormat": "
|
|
77
|
-
"_active": "
|
|
78
|
-
"__SPickerFormatText": "
|
|
79
|
-
"_keyboardFocused": "
|
|
69
|
+
"__STimePicker": "___STimePicker_y9vhd_gg_",
|
|
70
|
+
"_disabled": "__disabled_y9vhd_gg_",
|
|
71
|
+
"__SPickerInput": "___SPickerInput_y9vhd_gg_",
|
|
72
|
+
"_placeholder": "__placeholder_y9vhd_gg_",
|
|
73
|
+
"_size_m": "_size_m_y9vhd_gg_",
|
|
74
|
+
"_size_l": "_size_l_y9vhd_gg_",
|
|
75
|
+
"_size_xl": "_size_xl_y9vhd_gg_",
|
|
76
|
+
"__SPickerFormat": "___SPickerFormat_y9vhd_gg_",
|
|
77
|
+
"_active": "__active_y9vhd_gg_",
|
|
78
|
+
"__SPickerFormatText": "___SPickerFormatText_y9vhd_gg_",
|
|
79
|
+
"_keyboardFocused": "__keyboardFocused_y9vhd_gg_"
|
|
80
80
|
});
|
|
81
81
|
var MAP_MERIDIEM = {
|
|
82
82
|
AM: 'PM',
|
package/lib/es6/TimePicker.js
CHANGED
|
@@ -30,22 +30,22 @@ var style = (
|
|
|
30
30
|
/*__reshadow_css_start__*/
|
|
31
31
|
_sstyled.insert(
|
|
32
32
|
/*__inner_css_start__*/
|
|
33
|
-
".
|
|
33
|
+
".___STimePicker_y9vhd_gg_{position:relative;width:auto}.___STimePicker_y9vhd_gg_.__disabled_y9vhd_gg_{color:rgba(51,51,51,.3);cursor:default}.___SPickerInput_y9vhd_gg_{box-sizing:content-box;text-align:center;z-index:1}.___SPickerInput_y9vhd_gg_.__placeholder_y9vhd_gg_{text-overflow:clip}.___SPickerInput_y9vhd_gg_._size_m_y9vhd_gg_{width:17px}.___SPickerInput_y9vhd_gg_._size_l_y9vhd_gg_{width:18px}.___SPickerInput_y9vhd_gg_._size_xl_y9vhd_gg_{width:22px}.___SPickerFormat_y9vhd_gg_{flex-shrink:0;position:relative;display:inline-flex;padding:0;margin:0 -1px 0 0;white-space:nowrap;font-family:inherit;font-weight:400;line-height:normal;text-decoration:none;align-items:center;border:1px solid transparent;outline:0;box-shadow:none;cursor:pointer;box-sizing:border-box;overflow:visible;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;touch-action:manipulation;-webkit-tap-highlight-color:transparent;color:#666666;border-color:#a6b0b3;background-color:rgba(166,176,179,.1)}.___SPickerFormat_y9vhd_gg_:hover{background-color:rgba(166,176,179,.2)}.___SPickerFormat_y9vhd_gg_:active,.___SPickerFormat_y9vhd_gg_.__active_y9vhd_gg_{background-color:rgba(166,176,179,.3)}.___SPickerFormat_y9vhd_gg_._size_m_y9vhd_gg_{height:26px;font-size:12px;border-radius:0 3px 3px 0}.___SPickerFormat_y9vhd_gg_._size_l_y9vhd_gg_{height:32px;font-size:14px;border-radius:0 4px 4px 0}.___SPickerFormat_y9vhd_gg_._size_l_y9vhd_gg_ .___SPickerFormatText_y9vhd_gg_,.___SPickerFormat_y9vhd_gg_._size_m_y9vhd_gg_ .___SPickerFormatText_y9vhd_gg_{margin:0 8px}.___SPickerFormat_y9vhd_gg_._size_xl_y9vhd_gg_{height:42px;font-size:16px;border-radius:0 5px 5px 0}.___SPickerFormat_y9vhd_gg_._size_xl_y9vhd_gg_ .___SPickerFormatText_y9vhd_gg_{margin:0 12px}.___SPickerFormat_y9vhd_gg_.__disabled_y9vhd_gg_{opacity:0.3;cursor:default;pointer-events:none;border-color:transparent transparent transparent #a6b0b3}.___SPickerFormat_y9vhd_gg_.__keyboardFocused_y9vhd_gg_{box-shadow:0 0 0 3px rgba(43, 148, 225, 0.3)}"
|
|
34
34
|
/*__inner_css_end__*/
|
|
35
35
|
, "buqesv_gg_")
|
|
36
36
|
/*__reshadow_css_end__*/
|
|
37
37
|
, {
|
|
38
|
-
"__STimePicker": "
|
|
39
|
-
"_disabled": "
|
|
40
|
-
"__SPickerInput": "
|
|
41
|
-
"_placeholder": "
|
|
42
|
-
"_size_m": "
|
|
43
|
-
"_size_l": "
|
|
44
|
-
"_size_xl": "
|
|
45
|
-
"__SPickerFormat": "
|
|
46
|
-
"_active": "
|
|
47
|
-
"__SPickerFormatText": "
|
|
48
|
-
"_keyboardFocused": "
|
|
38
|
+
"__STimePicker": "___STimePicker_y9vhd_gg_",
|
|
39
|
+
"_disabled": "__disabled_y9vhd_gg_",
|
|
40
|
+
"__SPickerInput": "___SPickerInput_y9vhd_gg_",
|
|
41
|
+
"_placeholder": "__placeholder_y9vhd_gg_",
|
|
42
|
+
"_size_m": "_size_m_y9vhd_gg_",
|
|
43
|
+
"_size_l": "_size_l_y9vhd_gg_",
|
|
44
|
+
"_size_xl": "_size_xl_y9vhd_gg_",
|
|
45
|
+
"__SPickerFormat": "___SPickerFormat_y9vhd_gg_",
|
|
46
|
+
"_active": "__active_y9vhd_gg_",
|
|
47
|
+
"__SPickerFormatText": "___SPickerFormatText_y9vhd_gg_",
|
|
48
|
+
"_keyboardFocused": "__keyboardFocused_y9vhd_gg_"
|
|
49
49
|
});
|
|
50
50
|
var MAP_MERIDIEM = {
|
|
51
51
|
AM: 'PM',
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@semcore/time-picker",
|
|
3
3
|
"description": "SEMRush TimePicker Component",
|
|
4
|
-
"version": "2.4.
|
|
4
|
+
"version": "2.4.8",
|
|
5
5
|
"main": "lib/cjs/index.js",
|
|
6
6
|
"module": "lib/es6/index.js",
|
|
7
7
|
"typings": "lib/types/index.d.ts",
|
|
@@ -25,5 +25,10 @@
|
|
|
25
25
|
},
|
|
26
26
|
"jest": {
|
|
27
27
|
"preset": "@semcore/jest-preset-ui"
|
|
28
|
+
},
|
|
29
|
+
"repository": {
|
|
30
|
+
"type": "git",
|
|
31
|
+
"url": "https://github.com/semrush/intergalactic.git",
|
|
32
|
+
"directory": "semcore/time-picker"
|
|
28
33
|
}
|
|
29
34
|
}
|