Compare commits
2 Commits
7f2607a6a1
...
b5ee7aeb86
Author | SHA1 | Date |
---|---|---|
|
b5ee7aeb86 | |
|
3a2d65e69d |
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "@intended/intended-ui",
|
||||
"version": "0.1.10",
|
||||
"version": "0.1.11",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@intended/intended-ui",
|
||||
"version": "0.1.10",
|
||||
"version": "0.1.11",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"polished": "^4.1.3",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "@intended/intended-ui",
|
||||
"description": "Storybook UI library for Intended Link",
|
||||
"license": "MIT",
|
||||
"version": "0.1.10",
|
||||
"version": "0.1.11",
|
||||
"private": false,
|
||||
"main": "dist/index.js",
|
||||
"repository": "https://git.silentsilas.com/Intended/attendant.git",
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
import * as styles from './shared/styles';
|
||||
import * as GlobalStyle from './shared/global';
|
||||
|
||||
export { styles, GlobalStyle };
|
||||
export { styles };
|
||||
|
||||
export * from './shared/global';
|
||||
export * from './stories/AutoResizingTextArea';
|
||||
export * from './stories/Button';
|
||||
export * from './stories/FileInput';
|
||||
|
|
Loading…
Reference in New Issue