gov-ui-core 0.2.6-beta.7 → 0.2.6-beta.8
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/build/index.js +1 -1
- package/build/modules.d.ts +1 -3
- package/package.json +1 -1
package/build/modules.d.ts
CHANGED
|
@@ -19,9 +19,7 @@ import AppendTable from './components/Table/AppendTable';
|
|
|
19
19
|
import TailwindTest from './components/TailwindTest';
|
|
20
20
|
import ThemeProvider from './components/ThemeProvider';
|
|
21
21
|
import { Methods } from './components/Form';
|
|
22
|
-
import TestTailwind from './pages/TailwindSample';
|
|
23
22
|
import defaultTheme from './theme';
|
|
24
|
-
import './css/globals.css';
|
|
25
23
|
import './css/tailwind.css';
|
|
26
|
-
export { AppendTable, Button, Calendar, Carousel, ContentHeader, Directory, DropdownButton, EmptyBox, Form, Icons, Input, ErrorMessage, OverlayLoading, SwitchButton, Table, TableBase, ThemeProvider, AutoTooltip, IntlText, TailwindTest, defaultTheme,
|
|
24
|
+
export { AppendTable, Button, Calendar, Carousel, ContentHeader, Directory, DropdownButton, EmptyBox, Form, Icons, Input, ErrorMessage, OverlayLoading, SwitchButton, Table, TableBase, ThemeProvider, AutoTooltip, IntlText, TailwindTest, defaultTheme, };
|
|
27
25
|
export type { Methods };
|