@elliemae/ds-ribbon 2.2.0-next.6 → 2.2.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-ribbon",
3
- "version": "2.2.0-next.6",
3
+ "version": "2.2.1",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Ribbon",
6
6
  "module": "./esm/index.js",
@@ -109,20 +109,7 @@ declare const DSRibbon: {
109
109
  RibbonCard: typeof RibbonCard;
110
110
  };
111
111
  declare const DSRibbonCardWithSchema: {
112
- (props?: {
113
- containerProps?: {} | undefined;
114
- icon?: null | undefined;
115
- label?: string | undefined;
116
- value?: string | undefined;
117
- additionalValue?: string | undefined;
118
- additionalLabel?: string | undefined;
119
- info?: boolean | undefined;
120
- error?: boolean | undefined;
121
- warning?: boolean | undefined;
122
- success?: boolean | undefined;
123
- center?: boolean | undefined;
124
- solid?: boolean | undefined;
125
- } | undefined): JSX.Element;
112
+ (props?: unknown): JSX.Element;
126
113
  propTypes: unknown;
127
114
  toTypescript: () => import("react-desc").TypescriptSchema;
128
115
  };