Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishmishra-bit committed Dec 17, 2021
1 parent 8cd65e3 commit 0fe8990
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 10 deletions.
1 change: 0 additions & 1 deletion lib/config/global.styles.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
import './fonts/styles.css';
export declare const GlobalStyles: import("styled-components").GlobalStyleComponent<{}, import("styled-components").DefaultTheme>;
//# sourceMappingURL=global.styles.d.ts.map
2 changes: 1 addition & 1 deletion lib/config/global.styles.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions lib/config/global.styles.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/config/global.styles.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions lib/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export * from './components';
export * from './config/global.styles';
//# sourceMappingURL=index.d.ts.map
2 changes: 1 addition & 1 deletion lib/index.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions lib/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"repository": "https://github.com/ashishmishra-bit/next-gen-ui.git",
"main": "/lib/index.js",
"homepage": "https://nextgenui.vercel.app/",
"directories": {
"lib": "lib"
},
"files": [
"lib"
],
Expand Down
4 changes: 2 additions & 2 deletions src/config/global.styles.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { createGlobalStyle } from 'styled-components';
import './fonts/styles.css';


export const GlobalStyles = createGlobalStyle`
* {
font-family: 'Poppins';
box-sizing: border-box;
margin: 0;
padding: 0;
Expand Down
3 changes: 2 additions & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export * from './components';
export * from './components';
export * from './config/global.styles';

0 comments on commit 0fe8990

Please sign in to comment.