@mw-kit/mw-ui 1.8.21 → 1.8.22
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/dist/index.js +11 -7
- package/dist/index.mjs +11 -7
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -13008,6 +13008,8 @@ var LabelContainer5 = import_styled_components29.default.div`
|
|
|
13008
13008
|
`;
|
|
13009
13009
|
var Label4 = import_styled_components29.default.label`
|
|
13010
13010
|
display: flex;
|
|
13011
|
+
align-items: center;
|
|
13012
|
+
|
|
13011
13013
|
gap: ${({ theme: theme4 }) => theme4.spacings.s1};
|
|
13012
13014
|
|
|
13013
13015
|
min-height: ${size2};
|
|
@@ -13066,18 +13068,19 @@ var Label4 = import_styled_components29.default.label`
|
|
|
13066
13068
|
|
|
13067
13069
|
> input {
|
|
13068
13070
|
position: absolute;
|
|
13069
|
-
|
|
13070
|
-
|
|
13071
|
-
|
|
13072
|
-
|
|
13073
|
-
/*
|
|
13071
|
+
height: 1px;
|
|
13072
|
+
width: 1px;
|
|
13073
|
+
opacity: 0;
|
|
13074
|
+
|
|
13075
|
+
/* Appearance (General) */
|
|
13076
|
+
appearance: none;
|
|
13077
|
+
/* Appearance (Chrome, Safari, Edge, Opera) */
|
|
13074
13078
|
&:-webkit-outer-spin-button,
|
|
13075
13079
|
&:-webkit-inner-spin-button {
|
|
13076
13080
|
-webkit-appearance: none;
|
|
13077
13081
|
margin: 0;
|
|
13078
13082
|
}
|
|
13079
|
-
|
|
13080
|
-
/* Firefox */
|
|
13083
|
+
/* Appearance (Firefox) */
|
|
13081
13084
|
-moz-appearance: none;
|
|
13082
13085
|
}
|
|
13083
13086
|
|
|
@@ -17622,6 +17625,7 @@ var CanvasContainer = import_styled_components72.default.div`
|
|
|
17622
17625
|
top: 50%;
|
|
17623
17626
|
left: 50%;
|
|
17624
17627
|
transform: translate(-50%, -50%);
|
|
17628
|
+
text-align: center;
|
|
17625
17629
|
|
|
17626
17630
|
color: ${({ theme: theme4, $invalid: invalid }) => theme4.colors[invalid ? "warningRed" : "darkBlue"]};
|
|
17627
17631
|
|
package/dist/index.mjs
CHANGED
|
@@ -12950,6 +12950,8 @@ var LabelContainer5 = styled26.div`
|
|
|
12950
12950
|
`;
|
|
12951
12951
|
var Label4 = styled26.label`
|
|
12952
12952
|
display: flex;
|
|
12953
|
+
align-items: center;
|
|
12954
|
+
|
|
12953
12955
|
gap: ${({ theme: theme4 }) => theme4.spacings.s1};
|
|
12954
12956
|
|
|
12955
12957
|
min-height: ${size2};
|
|
@@ -13008,18 +13010,19 @@ var Label4 = styled26.label`
|
|
|
13008
13010
|
|
|
13009
13011
|
> input {
|
|
13010
13012
|
position: absolute;
|
|
13011
|
-
|
|
13012
|
-
|
|
13013
|
-
|
|
13014
|
-
|
|
13015
|
-
/*
|
|
13013
|
+
height: 1px;
|
|
13014
|
+
width: 1px;
|
|
13015
|
+
opacity: 0;
|
|
13016
|
+
|
|
13017
|
+
/* Appearance (General) */
|
|
13018
|
+
appearance: none;
|
|
13019
|
+
/* Appearance (Chrome, Safari, Edge, Opera) */
|
|
13016
13020
|
&:-webkit-outer-spin-button,
|
|
13017
13021
|
&:-webkit-inner-spin-button {
|
|
13018
13022
|
-webkit-appearance: none;
|
|
13019
13023
|
margin: 0;
|
|
13020
13024
|
}
|
|
13021
|
-
|
|
13022
|
-
/* Firefox */
|
|
13025
|
+
/* Appearance (Firefox) */
|
|
13023
13026
|
-moz-appearance: none;
|
|
13024
13027
|
}
|
|
13025
13028
|
|
|
@@ -17564,6 +17567,7 @@ var CanvasContainer = styled69.div`
|
|
|
17564
17567
|
top: 50%;
|
|
17565
17568
|
left: 50%;
|
|
17566
17569
|
transform: translate(-50%, -50%);
|
|
17570
|
+
text-align: center;
|
|
17567
17571
|
|
|
17568
17572
|
color: ${({ theme: theme4, $invalid: invalid }) => theme4.colors[invalid ? "warningRed" : "darkBlue"]};
|
|
17569
17573
|
|