@mailstep/design-system 0.8.22 → 0.8.23-beta.0

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.
@@ -1,5 +0,0 @@
1
- type ResetAllProps = {
2
- onReset: () => void;
3
- };
4
- declare const ResetAll: ({ onReset }: ResetAllProps) => import("react/jsx-runtime").JSX.Element;
5
- export default ResetAll;
@@ -1,15 +0,0 @@
1
- var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
2
- if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
3
- return cooked;
4
- };
5
- import { jsx as _jsx } from "react/jsx-runtime";
6
- import { Paragraph3 } from '../../Typography/Typography';
7
- import styled from '@xstyled/styled-components';
8
- import { Trans } from '@lingui/react';
9
- var ResetWrap = styled.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n text-align: center;\n cursor: pointer;\n color: red1;\n text-decoration: underline;\n margin: 0 30px 0 20px;\n padding-bottom: 7px;\n :first-letter {\n text-transform: capitalize;\n }\n :hover {\n color: red3;\n }\n"], ["\n text-align: center;\n cursor: pointer;\n color: red1;\n text-decoration: underline;\n margin: 0 30px 0 20px;\n padding-bottom: 7px;\n :first-letter {\n text-transform: capitalize;\n }\n :hover {\n color: red3;\n }\n"])));
10
- var ResetAll = function (_a) {
11
- var onReset = _a.onReset;
12
- return (_jsx(ResetWrap, { onClick: onReset, children: _jsx(Paragraph3, { variant: "semiBold", children: _jsx(Trans, { id: "dataGrid.buttonClearConfig", message: "Reset config" }) }) }));
13
- };
14
- export default ResetAll;
15
- var templateObject_1;