Skip to content

Commit

Permalink
add export
Browse files Browse the repository at this point in the history
  • Loading branch information
svenvoskamp committed Sep 5, 2023
1 parent 33c5491 commit a0f10e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/ui/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export * from './src/composites/wui-button/index.js'
export * from './src/composites/wui-card-select/index.js'
export * from './src/composites/wui-card-select-loader/index.js'
export * from './src/composites/wui-chip/index.js'
export * from './src/composites/wui-connect-button/index.js'
export * from './src/composites/wui-email-input/index.js'
export * from './src/composites/wui-icon-box/index.js'
export * from './src/composites/wui-icon-link/index.js'
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/src/composites/wui-connect-button/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import { css } from 'lit'

export default css`
:host {
width: var(--local-width);
position: relative;
display: block;
}
button {
Expand Down

0 comments on commit a0f10e1

Please sign in to comment.