@semcore/input-number 4.4.10 → 4.4.11
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 +2 -2
- package/lib/cjs/InputNumber.js +11 -11
- package/lib/es6/InputNumber.js +11 -11
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
CHANGELOG.md standards are inspired by [keepachangelog.com](https://keepachangelog.com/en/1.0.0/).
|
|
4
4
|
|
|
5
|
-
## [4.4.
|
|
5
|
+
## [4.4.11] - 2023-03-24
|
|
6
6
|
|
|
7
7
|
### Changed
|
|
8
8
|
|
|
9
|
-
- Version patch update due to children dependencies update (`@semcore/input` [3.5.
|
|
9
|
+
- Version patch update due to children dependencies update (`@semcore/input` [3.5.15 ~> 3.5.16], `@semcore/utils` [3.48.1 ~> 3.49.0]).
|
|
10
10
|
|
|
11
11
|
## [4.4.3] - 2023-02-09
|
|
12
12
|
|
package/lib/cjs/InputNumber.js
CHANGED
|
@@ -40,20 +40,20 @@ var style = (
|
|
|
40
40
|
/*__reshadow_css_start__*/
|
|
41
41
|
_core.sstyled.insert(
|
|
42
42
|
/*__inner_css_start__*/
|
|
43
|
-
"@media (hover:hover){.
|
|
43
|
+
"@media (hover:hover){.___SInputNumber_rqqqy_gg_:hover .___SValue_rqqqy_gg_:not(.__disabled_rqqqy_gg_)~.___SControls_rqqqy_gg_{visibility:visible}}.___SValue_rqqqy_gg_:focus~.___SControls_rqqqy_gg_{visibility:visible}.___SControls_rqqqy_gg_{display:flex;flex-flow:column;justify-content:center;height:100%;visibility:hidden;box-sizing:border-box}.___SControls_rqqqy_gg_.__showControls_rqqqy_gg_{visibility:visible}.___SDown_rqqqy_gg_,.___SUp_rqqqy_gg_{padding:0;width:16px;color:var(--intergalactic-icon-secondary-neutral, #a9abb6);box-sizing:border-box;display:inline-flex;justify-content:center;border:0;background:0 0;cursor:pointer}.___SDown_rqqqy_gg_:focus,.___SUp_rqqqy_gg_:focus{outline:0}@media (hover:hover){.___SDown_rqqqy_gg_:hover,.___SUp_rqqqy_gg_:hover{color:var(--intergalactic-icon-secondary-neutral-hover-active, #8a8e9b)}}.___SUp_rqqqy_gg_{padding-bottom:1px}.___SDown_rqqqy_gg_{padding-top:1px}.___SValue_rqqqy_gg_::-webkit-inner-spin-button,.___SValue_rqqqy_gg_::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.___SValue_rqqqy_gg_._type_number_rqqqy_gg_{-moz-appearance:textfield}.___SValue_rqqqy_gg_.__disabled_rqqqy_gg_~.___SControls_rqqqy_gg_{opacity:var(--intergalactic-disabled-opacity, 0.3);cursor:default;pointer-events:none}.___SValueHidden_rqqqy_gg_{position:absolute;top:0;width:1px;height:1px;padding:0;overflow:hidden}"
|
|
44
44
|
/*__inner_css_end__*/
|
|
45
|
-
, "
|
|
45
|
+
, "rqqqy_gg_")
|
|
46
46
|
/*__reshadow_css_end__*/
|
|
47
47
|
, {
|
|
48
|
-
"__SInputNumber": "
|
|
49
|
-
"__SValue": "
|
|
50
|
-
"_disabled": "
|
|
51
|
-
"__SControls": "
|
|
52
|
-
"_showControls": "
|
|
53
|
-
"__SUp": "
|
|
54
|
-
"__SDown": "
|
|
55
|
-
"_type_number": "
|
|
56
|
-
"__SValueHidden": "
|
|
48
|
+
"__SInputNumber": "___SInputNumber_rqqqy_gg_",
|
|
49
|
+
"__SValue": "___SValue_rqqqy_gg_",
|
|
50
|
+
"_disabled": "__disabled_rqqqy_gg_",
|
|
51
|
+
"__SControls": "___SControls_rqqqy_gg_",
|
|
52
|
+
"_showControls": "__showControls_rqqqy_gg_",
|
|
53
|
+
"__SUp": "___SUp_rqqqy_gg_",
|
|
54
|
+
"__SDown": "___SDown_rqqqy_gg_",
|
|
55
|
+
"_type_number": "_type_number_rqqqy_gg_",
|
|
56
|
+
"__SValueHidden": "___SValueHidden_rqqqy_gg_"
|
|
57
57
|
});
|
|
58
58
|
|
|
59
59
|
function parseValueWithMinMax(value) {
|
package/lib/es6/InputNumber.js
CHANGED
|
@@ -21,20 +21,20 @@ var style = (
|
|
|
21
21
|
/*__reshadow_css_start__*/
|
|
22
22
|
_sstyled.insert(
|
|
23
23
|
/*__inner_css_start__*/
|
|
24
|
-
"@media (hover:hover){.
|
|
24
|
+
"@media (hover:hover){.___SInputNumber_rqqqy_gg_:hover .___SValue_rqqqy_gg_:not(.__disabled_rqqqy_gg_)~.___SControls_rqqqy_gg_{visibility:visible}}.___SValue_rqqqy_gg_:focus~.___SControls_rqqqy_gg_{visibility:visible}.___SControls_rqqqy_gg_{display:flex;flex-flow:column;justify-content:center;height:100%;visibility:hidden;box-sizing:border-box}.___SControls_rqqqy_gg_.__showControls_rqqqy_gg_{visibility:visible}.___SDown_rqqqy_gg_,.___SUp_rqqqy_gg_{padding:0;width:16px;color:var(--intergalactic-icon-secondary-neutral, #a9abb6);box-sizing:border-box;display:inline-flex;justify-content:center;border:0;background:0 0;cursor:pointer}.___SDown_rqqqy_gg_:focus,.___SUp_rqqqy_gg_:focus{outline:0}@media (hover:hover){.___SDown_rqqqy_gg_:hover,.___SUp_rqqqy_gg_:hover{color:var(--intergalactic-icon-secondary-neutral-hover-active, #8a8e9b)}}.___SUp_rqqqy_gg_{padding-bottom:1px}.___SDown_rqqqy_gg_{padding-top:1px}.___SValue_rqqqy_gg_::-webkit-inner-spin-button,.___SValue_rqqqy_gg_::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.___SValue_rqqqy_gg_._type_number_rqqqy_gg_{-moz-appearance:textfield}.___SValue_rqqqy_gg_.__disabled_rqqqy_gg_~.___SControls_rqqqy_gg_{opacity:var(--intergalactic-disabled-opacity, 0.3);cursor:default;pointer-events:none}.___SValueHidden_rqqqy_gg_{position:absolute;top:0;width:1px;height:1px;padding:0;overflow:hidden}"
|
|
25
25
|
/*__inner_css_end__*/
|
|
26
|
-
, "
|
|
26
|
+
, "rqqqy_gg_")
|
|
27
27
|
/*__reshadow_css_end__*/
|
|
28
28
|
, {
|
|
29
|
-
"__SInputNumber": "
|
|
30
|
-
"__SValue": "
|
|
31
|
-
"_disabled": "
|
|
32
|
-
"__SControls": "
|
|
33
|
-
"_showControls": "
|
|
34
|
-
"__SUp": "
|
|
35
|
-
"__SDown": "
|
|
36
|
-
"_type_number": "
|
|
37
|
-
"__SValueHidden": "
|
|
29
|
+
"__SInputNumber": "___SInputNumber_rqqqy_gg_",
|
|
30
|
+
"__SValue": "___SValue_rqqqy_gg_",
|
|
31
|
+
"_disabled": "__disabled_rqqqy_gg_",
|
|
32
|
+
"__SControls": "___SControls_rqqqy_gg_",
|
|
33
|
+
"_showControls": "__showControls_rqqqy_gg_",
|
|
34
|
+
"__SUp": "___SUp_rqqqy_gg_",
|
|
35
|
+
"__SDown": "___SDown_rqqqy_gg_",
|
|
36
|
+
"_type_number": "_type_number_rqqqy_gg_",
|
|
37
|
+
"__SValueHidden": "___SValueHidden_rqqqy_gg_"
|
|
38
38
|
});
|
|
39
39
|
|
|
40
40
|
function parseValueWithMinMax(value) {
|