sag_components 2.0.0-beta139 → 2.0.0-beta140

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,34 +1,40 @@
1
+ /// <reference types="mdx" />
1
2
  declare namespace _default {
2
3
  export const title: string;
3
4
  export { QuickFilterCards as component };
4
5
  export const tags: string[];
5
- export namespace argTypes {
6
- namespace data {
7
- const name: string;
8
- const description: string;
9
- namespace control {
10
- const type: any;
6
+ export namespace parameters {
7
+ namespace docs {
8
+ namespace description {
9
+ export { readme as component };
11
10
  }
12
11
  }
13
- namespace onCardToggle {
14
- const name_1: string;
15
- export { name_1 as name };
12
+ }
13
+ export namespace argTypes {
14
+ namespace width {
15
+ export const name: string;
16
16
  const description_1: string;
17
17
  export { description_1 as description };
18
- export namespace control_1 {
19
- const type_1: any;
20
- export { type_1 as type };
18
+ export namespace control {
19
+ const type: string;
21
20
  }
21
+ }
22
+ namespace data {
23
+ const name_1: string;
24
+ export { name_1 as name };
25
+ const description_2: string;
26
+ export { description_2 as description };
27
+ const control_1: string;
22
28
  export { control_1 as control };
23
29
  }
24
- namespace width {
30
+ namespace onCardToggle {
25
31
  const name_2: string;
26
32
  export { name_2 as name };
27
- const description_2: string;
28
- export { description_2 as description };
33
+ const description_3: string;
34
+ export { description_3 as description };
29
35
  export namespace control_2 {
30
- const type_2: string;
31
- export { type_2 as type };
36
+ const type_1: string;
37
+ export { type_1 as type };
32
38
  }
33
39
  export { control_2 as control };
34
40
  }
@@ -37,6 +43,7 @@ declare namespace _default {
37
43
  export default _default;
38
44
  export const Default: any;
39
45
  export const PartialSelection: any;
40
- export const ZeroValues: any;
46
+ export const manyCards: any;
41
47
  export const CustomWidth: any;
42
48
  import QuickFilterCards from "./QuickFilterCards";
49
+ import readme from "*.md";
@@ -4,6 +4,5 @@ export const CardHeader: import("styled-components/dist/types").IStyledComponent
4
4
  export const CheckmarkContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
5
5
  export const Circle: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
6
6
  export const CardTitle: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, never>> & string;
7
- export const Checkmark: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, never>> & string;
8
7
  export const CardContent: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
9
8
  export const StatusCount: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sag_components",
3
- "version": "2.0.0-beta139",
3
+ "version": "2.0.0-beta140",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",