@elliemae/ds-ribbon 3.26.0-next.8 → 3.26.0-next.9

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.
@@ -0,0 +1,68 @@
1
+ import React from 'react';
2
+ export declare const RibbonCol: import("styled-components").StyledComponent<import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>, import("@elliemae/ds-system").Theme, {
3
+ [x: string]: any;
4
+ [x: number]: any;
5
+ [x: symbol]: any;
6
+ } & {
7
+ theme?: import("@elliemae/ds-system").Theme | undefined;
8
+ } & {
9
+ as?: string | React.ComponentType<any> | undefined;
10
+ forwardedAs?: string | React.ComponentType<any> | undefined;
11
+ } & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>>, never>;
12
+ declare const DSRibbon: {
13
+ RibbonWrapper: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, {
14
+ [x: string]: any;
15
+ [x: number]: any;
16
+ [x: symbol]: any;
17
+ } & {
18
+ theme?: import("@elliemae/ds-system").Theme | undefined;
19
+ } & {
20
+ as?: string | React.ComponentType<any> | undefined;
21
+ forwardedAs?: string | React.ComponentType<any> | undefined;
22
+ } & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
23
+ RibbonRow: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
24
+ RibbonCol: import("styled-components").StyledComponent<import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>, import("@elliemae/ds-system").Theme, {
25
+ [x: string]: any;
26
+ [x: number]: any;
27
+ [x: symbol]: any;
28
+ } & {
29
+ theme?: import("@elliemae/ds-system").Theme | undefined;
30
+ } & {
31
+ as?: string | React.ComponentType<any> | undefined;
32
+ forwardedAs?: string | React.ComponentType<any> | undefined;
33
+ } & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>>, never>;
34
+ RibbonCard: {
35
+ ({ containerProps, icon, label, value, additionalValue, additionalLabel, info, error, warning, success, center, solid, }: {
36
+ containerProps?: {} | undefined;
37
+ icon?: null | undefined;
38
+ label?: string | undefined;
39
+ value?: string | undefined;
40
+ additionalValue?: string | undefined;
41
+ additionalLabel?: string | undefined;
42
+ info?: boolean | undefined;
43
+ error?: boolean | undefined;
44
+ warning?: boolean | undefined;
45
+ success?: boolean | undefined;
46
+ center?: boolean | undefined;
47
+ solid?: boolean | undefined;
48
+ }): import("react/jsx-runtime").JSX.Element;
49
+ propTypes: React.WeakValidationMap<unknown>;
50
+ displayName: string;
51
+ };
52
+ };
53
+ declare const DSRibbonCardWithSchema: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").DocumentedReactComponent<{
54
+ containerProps?: {} | undefined;
55
+ icon?: null | undefined;
56
+ label?: string | undefined;
57
+ value?: string | undefined;
58
+ additionalValue?: string | undefined;
59
+ additionalLabel?: string | undefined;
60
+ info?: boolean | undefined;
61
+ error?: boolean | undefined;
62
+ warning?: boolean | undefined;
63
+ success?: boolean | undefined;
64
+ center?: boolean | undefined;
65
+ solid?: boolean | undefined;
66
+ }>;
67
+ export default DSRibbon;
68
+ export { DSRibbonCardWithSchema, DSRibbon };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-ribbon",
3
- "version": "3.26.0-next.8",
3
+ "version": "3.26.0-next.9",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Ribbon",
6
6
  "files": [
@@ -39,13 +39,13 @@
39
39
  "indent": 4
40
40
  },
41
41
  "dependencies": {
42
- "@elliemae/ds-props-helpers": "3.26.0-next.8",
43
- "@elliemae/ds-system": "3.26.0-next.8"
42
+ "@elliemae/ds-system": "3.26.0-next.9",
43
+ "@elliemae/ds-props-helpers": "3.26.0-next.9"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@elliemae/pui-cli": "~9.0.0-next.31",
47
47
  "styled-components": "~5.3.9",
48
- "@elliemae/ds-monorepo-devops": "3.26.0-next.8"
48
+ "@elliemae/ds-monorepo-devops": "3.26.0-next.9"
49
49
  },
50
50
  "peerDependencies": {
51
51
  "lodash": "^4.17.21",