@mycause/ui 1.1.0-test2 → 1.1.0-test3
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/dist/donation.d.ts +22 -2
- package/dist/donation.esm.js +0 -1
- package/dist/donation.js +0 -1
- package/package.json +1 -1
- package/dist/components/donation.d.ts +0 -22
package/dist/donation.d.ts
CHANGED
|
@@ -1,3 +1,23 @@
|
|
|
1
|
-
export * from "./components/
|
|
1
|
+
export * from "./components/button";
|
|
2
|
+
export * from "./components/checkbox";
|
|
3
|
+
export * from "./components/combo-field";
|
|
4
|
+
export * from "./components/date-picker";
|
|
5
|
+
export * from "./components/elevation";
|
|
6
|
+
export * from "./components/field-helpers";
|
|
7
|
+
export * from "./components/icon";
|
|
8
|
+
export * from "./components/layout";
|
|
9
|
+
export * from "./components/list";
|
|
10
|
+
export * from "./components/modal";
|
|
11
|
+
export * from "./components/phone-number-input";
|
|
12
|
+
export * from "./components/radio";
|
|
13
|
+
export * from "./components/select";
|
|
14
|
+
export * from "./components/spinner";
|
|
15
|
+
export * from "./components/switch";
|
|
16
|
+
export * from "./components/tabs";
|
|
17
|
+
export * from "./components/text-field";
|
|
18
|
+
export * from "./components/text";
|
|
19
|
+
export * from "./components/nav";
|
|
20
|
+
export * from "./components/popup";
|
|
21
|
+
export * from "./components/table";
|
|
22
|
+
export * from "./components/input";
|
|
2
23
|
export * from "./theme";
|
|
3
|
-
export { default as _React } from "react";
|
package/dist/donation.esm.js
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import _pt from 'prop-types';
|
|
2
2
|
import _JSXStyle from 'styled-jsx/style';
|
|
3
3
|
import React, { createContext, useContext, useState, forwardRef, useEffect, useCallback, useRef, useMemo, Fragment } from 'react';
|
|
4
|
-
export { default as _React } from 'react';
|
|
5
4
|
import classnames from 'classnames';
|
|
6
5
|
import MDCButton from '@material/react-button';
|
|
7
6
|
import nanoid from 'nanoid';
|
package/dist/donation.js
CHANGED
|
@@ -25572,7 +25572,6 @@ Input.propTypes = {
|
|
|
25572
25572
|
name: _pt.string
|
|
25573
25573
|
};
|
|
25574
25574
|
|
|
25575
|
-
exports._React = React__default;
|
|
25576
25575
|
exports.Box = Box;
|
|
25577
25576
|
exports.Button = Button;
|
|
25578
25577
|
exports.Checkbox = Checkbox;
|
package/package.json
CHANGED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
export * from "./button";
|
|
2
|
-
export * from "./checkbox";
|
|
3
|
-
export * from "./combo-field";
|
|
4
|
-
export * from "./date-picker";
|
|
5
|
-
export * from "./elevation";
|
|
6
|
-
export * from "./field-helpers";
|
|
7
|
-
export * from "./icon";
|
|
8
|
-
export * from "./layout";
|
|
9
|
-
export * from "./list";
|
|
10
|
-
export * from "./modal";
|
|
11
|
-
export * from "./phone-number-input";
|
|
12
|
-
export * from "./radio";
|
|
13
|
-
export * from "./select";
|
|
14
|
-
export * from "./spinner";
|
|
15
|
-
export * from "./switch";
|
|
16
|
-
export * from "./tabs";
|
|
17
|
-
export * from "./text-field";
|
|
18
|
-
export * from "./text";
|
|
19
|
-
export * from "./nav";
|
|
20
|
-
export * from "./popup";
|
|
21
|
-
export * from "./table";
|
|
22
|
-
export * from "./input";
|