carbon-react 119.1.0 → 119.1.1
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.
|
@@ -5,12 +5,9 @@ import StyledInputPresentantion from "../../__internal__/input/input-presentatio
|
|
|
5
5
|
import StyledFormField from "../../__internal__/form-field/form-field.style";
|
|
6
6
|
export const StyledNumeralDate = styled.div`
|
|
7
7
|
display: inline-flex;
|
|
8
|
-
border: 1px solid transparent;
|
|
9
8
|
height: 40px;
|
|
10
9
|
font-size: 14px;
|
|
11
10
|
font-weight: 400;
|
|
12
|
-
padding-bottom: 2px;
|
|
13
|
-
padding-top: 1px;
|
|
14
11
|
|
|
15
12
|
${StyledFormField} {
|
|
16
13
|
margin-top: 0px;
|
|
@@ -14,12 +14,9 @@ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "functio
|
|
|
14
14
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
15
15
|
const StyledNumeralDate = _styledComponents.default.div`
|
|
16
16
|
display: inline-flex;
|
|
17
|
-
border: 1px solid transparent;
|
|
18
17
|
height: 40px;
|
|
19
18
|
font-size: 14px;
|
|
20
19
|
font-weight: 400;
|
|
21
|
-
padding-bottom: 2px;
|
|
22
|
-
padding-top: 1px;
|
|
23
20
|
|
|
24
21
|
${_formField.default} {
|
|
25
22
|
margin-top: 0px;
|