Compare commits

..
Author SHA1 Message Date
Felicio Mununga 9076b89693 Update angry-crabs-share.md 2023-06-30 17:13:12 +01:00
Felicio Mununga d978134cbc Create angry-crabs-share.md 2023-06-30 17:12:27 +01:00
Felicio Mununga 0de90f5816 Update package.json 2023-06-30 17:08:12 +01:00
4 changed files with 33 additions and 8 deletions
@@ -2,4 +2,4 @@
"@status-im/components": patch
---
[components] export tabs
export types
-6
View File
@@ -1,11 +1,5 @@
# @status-im/components
## 0.2.2
### Patch Changes
- c203e6f: export types
## 0.2.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@status-im/components",
"version": "0.2.2",
"version": "0.2.1",
"sideEffects": [
"*.css"
],
+31
View File
@@ -0,0 +1,31 @@
export * from './anchor-actions'
export * from './avatar'
export * from './button'
export * from './calendar'
export * from './checkbox'
export * from './community'
export * from './composer'
export * from './context-tag'
export * from './counter'
export * from './dividers'
export * from './dropdown-menu'
export * from './dynamic-button'
export * from './gap-messages'
export * from './icon-button'
export * from './image'
export * from './information-box'
export * from './input'
export * from './messages'
export * from './pinned-message'
export * from './popover'
export * from './provider'
export * from './shadow'
export * from './shortcut'
export * from './skeleton'
export * from './tag'
export * from './text'
export * from './toast'
export * from './tokens'
export * from './user-list'
// eslint-disable-next-line simple-import-sort/exports
export { config } from './tamagui.config'