@mailstep/design-system 0.7.6-beta.1 → 0.7.6-beta.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mailstep/design-system",
3
- "version": "0.7.6-beta.1",
3
+ "version": "0.7.6-beta.2",
4
4
  "license": "ISC",
5
5
  "type": "module",
6
6
  "main": "./ui/index.js",
@@ -1,6 +1,6 @@
1
- export declare const Table: import("styled-components").StyledComponent<"table", import("@xstyled/system").Theme, {}, never>;
2
- export declare const Tr: import("styled-components").StyledComponent<"tr", import("@xstyled/system").Theme, {}, never>;
3
- export declare const Td: import("styled-components").StyledComponent<"td", import("@xstyled/system").Theme, {}, never>;
4
- export declare const Th: import("styled-components").StyledComponent<"th", import("@xstyled/system").Theme, {}, never>;
5
- export declare const Tbody: import("styled-components").StyledComponent<"tbody", import("@xstyled/system").Theme, {}, never>;
6
- export declare const Thead: import("styled-components").StyledComponent<"thead", import("@xstyled/system").Theme, {}, never>;
1
+ export declare const Table: import("styled-components").StyledComponent<"table", import("@xstyled/system").Theme, import("@xstyled/util").Props<import("@xstyled/system").Theme> & import("@xstyled/system").SystemProps<import("@xstyled/system").Theme>, never>;
2
+ export declare const Tr: import("styled-components").StyledComponent<"tr", import("@xstyled/system").Theme, import("@xstyled/util").Props<import("@xstyled/system").Theme> & import("@xstyled/system").SystemProps<import("@xstyled/system").Theme>, never>;
3
+ export declare const Td: import("styled-components").StyledComponent<"td", import("@xstyled/system").Theme, import("@xstyled/util").Props<import("@xstyled/system").Theme> & import("@xstyled/system").SystemProps<import("@xstyled/system").Theme>, never>;
4
+ export declare const Th: import("styled-components").StyledComponent<"th", import("@xstyled/system").Theme, import("@xstyled/util").Props<import("@xstyled/system").Theme> & import("@xstyled/system").SystemProps<import("@xstyled/system").Theme>, never>;
5
+ export declare const Tbody: import("styled-components").StyledComponent<"tbody", import("@xstyled/system").Theme, import("@xstyled/util").Props<import("@xstyled/system").Theme> & import("@xstyled/system").SystemProps<import("@xstyled/system").Theme>, never>;
6
+ export declare const Thead: import("styled-components").StyledComponent<"thead", import("@xstyled/system").Theme, import("@xstyled/util").Props<import("@xstyled/system").Theme> & import("@xstyled/system").SystemProps<import("@xstyled/system").Theme>, never>;
@@ -2,11 +2,11 @@ var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cook
2
2
  if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
3
3
  return cooked;
4
4
  };
5
- import styled from '@xstyled/styled-components';
6
- export var Table = styled.table(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n width: 100%;\n border-collapse: collapse;\n color: blue2;\n"], ["\n width: 100%;\n border-collapse: collapse;\n color: blue2;\n"])));
7
- export var Tr = styled.tr(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n &:nth-child(even) {\n background-color: bgLightGray;\n }\n"], ["\n &:nth-child(even) {\n background-color: bgLightGray;\n }\n"])));
8
- export var Td = styled.td(templateObject_3 || (templateObject_3 = __makeTemplateObject([""], [""])));
9
- export var Th = styled.th(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n font-weight: semiBold;\n text-align: left;\n border-top: 1px solid;\n border-top-color: lightGray6;\n\n &:not(:last-child) {\n border-right: 1px dashed;\n border-right-color: lightGray6;\n }\n"], ["\n font-weight: semiBold;\n text-align: left;\n border-top: 1px solid;\n border-top-color: lightGray6;\n\n &:not(:last-child) {\n border-right: 1px dashed;\n border-right-color: lightGray6;\n }\n"])));
10
- export var Tbody = styled.tbody(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n td {\n padding: 9px 4px;\n }\n"], ["\n td {\n padding: 9px 4px;\n }\n"])));
11
- export var Thead = styled.thead(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n background-color: bgLightGray1;\n\n th {\n padding: 10px 8px;\n }\n"], ["\n background-color: bgLightGray1;\n\n th {\n padding: 10px 8px;\n }\n"])));
5
+ import styled, { system } from '@xstyled/styled-components';
6
+ export var Table = styled.table(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n ", ";\n width: 100%;\n border-collapse: collapse;\n color: blue2;\n"], ["\n ", ";\n width: 100%;\n border-collapse: collapse;\n color: blue2;\n"])), system);
7
+ export var Tr = styled.tr(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n ", ";\n &:nth-child(even) {\n background-color: bgLightGray;\n }\n"], ["\n ", ";\n &:nth-child(even) {\n background-color: bgLightGray;\n }\n"])), system);
8
+ export var Td = styled.td(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n ", ";\n"], ["\n ", ";\n"])), system);
9
+ export var Th = styled.th(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n ", ";\n font-weight: semiBold;\n text-align: left;\n border-top: 1px solid;\n border-top-color: lightGray6;\n\n &:not(:last-child) {\n border-right: 1px dashed;\n border-right-color: lightGray6;\n }\n"], ["\n ", ";\n font-weight: semiBold;\n text-align: left;\n border-top: 1px solid;\n border-top-color: lightGray6;\n\n &:not(:last-child) {\n border-right: 1px dashed;\n border-right-color: lightGray6;\n }\n"])), system);
10
+ export var Tbody = styled.tbody(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n ", ";\n td {\n padding: 9px 4px;\n }\n"], ["\n ", ";\n td {\n padding: 9px 4px;\n }\n"])), system);
11
+ export var Thead = styled.thead(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n ", ";\n background-color: bgLightGray1;\n\n th {\n padding: 10px 8px;\n }\n"], ["\n ", ";\n background-color: bgLightGray1;\n\n th {\n padding: 10px 8px;\n }\n"])), system);
12
12
  var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6;
@@ -1,6 +1,6 @@
1
1
  declare const meta: {
2
2
  title: string;
3
- component: import("styled-components").StyledComponent<"table", import("@xstyled/system").Theme, {}, never>;
3
+ component: import("styled-components").StyledComponent<"table", import("@xstyled/system").Theme, import("@xstyled/util").Props<import("@xstyled/system").Theme> & import("@xstyled/system").SystemProps<import("@xstyled/system").Theme>, never>;
4
4
  tags: string[];
5
5
  argTypes: {};
6
6
  };