@faststore/components
Advanced tools
Comparing version 2.0.24-alpha.0 to 2.0.27-alpha.0
@@ -6,2 +6,11 @@ # Change Log | ||
## [2.0.27-alpha.0](https://github.com/vtex/faststore/compare/v2.0.26-alpha.0...v2.0.27-alpha.0) (2022-12-23) | ||
### Features | ||
* Adds `Table` component ([#1554](https://github.com/vtex/faststore/issues/1554)) ([0ed5f45](https://github.com/vtex/faststore/commit/0ed5f455fa42cf3a02ae3dd0370759782caf6cdd)) | ||
## [2.0.24-alpha.0](https://github.com/vtex/faststore/compare/v2.0.23-alpha.0...v2.0.24-alpha.0) (2022-12-20) | ||
@@ -8,0 +17,0 @@ |
@@ -5,4 +5,5 @@ export { default as ArrowRight } from './ArrowRight'; | ||
export { default as House } from './House'; | ||
export { default as Ruler } from './Ruler'; | ||
export { default as ShoppingCart } from './ShoppingCart'; | ||
export { default as X } from './X'; | ||
export { default as XCircle } from './XCircle'; |
@@ -5,2 +5,3 @@ export { default as ArrowRight } from './ArrowRight'; | ||
export { default as House } from './House'; | ||
export { default as Ruler } from './Ruler'; | ||
export { default as ShoppingCart } from './ShoppingCart'; | ||
@@ -7,0 +8,0 @@ export { default as X } from './X'; |
@@ -42,2 +42,4 @@ export * from './assets'; | ||
export type { SelectFieldProps } from './molecules/SelectField'; | ||
export { Table, TableBody, TableCell, TableFooter, TableHead, TableRow, } from './molecules/Table'; | ||
export type { TableProps, TableBodyProps, TableCellProps, TableFooterProps, TableHeadProps, TableRowProps, } from './molecules/Table'; | ||
export { default as Tag } from './molecules/Tag'; | ||
@@ -44,0 +46,0 @@ export type { TagProps } from './molecules/Tag'; |
@@ -26,2 +26,3 @@ // Assets | ||
export { default as SelectField } from './molecules/SelectField'; | ||
export { Table, TableBody, TableCell, TableFooter, TableHead, TableRow, } from './molecules/Table'; | ||
export { default as Tag } from './molecules/Tag'; | ||
@@ -28,0 +29,0 @@ export { default as Toggle } from './molecules/Toggle'; |
{ | ||
"name": "@faststore/components", | ||
"version": "2.0.24-alpha.0", | ||
"version": "2.0.27-alpha.0", | ||
"module": "dist/index.js", | ||
@@ -31,3 +31,3 @@ "typings": "dist/index.d.ts", | ||
}, | ||
"gitHead": "b59392c361cae99ef9b261125b561860b59ee6cd" | ||
"gitHead": "04930d63aa9a06a5481abe53e40f89bc7d03b999" | ||
} |
@@ -5,4 +5,5 @@ export { default as ArrowRight } from './ArrowRight' | ||
export { default as House } from './House' | ||
export { default as Ruler } from './Ruler' | ||
export { default as ShoppingCart } from './ShoppingCart' | ||
export { default as X } from './X' | ||
export { default as XCircle } from './XCircle' |
@@ -47,2 +47,18 @@ // Assets | ||
export type { SelectFieldProps } from './molecules/SelectField' | ||
export { | ||
Table, | ||
TableBody, | ||
TableCell, | ||
TableFooter, | ||
TableHead, | ||
TableRow, | ||
} from './molecules/Table' | ||
export type { | ||
TableProps, | ||
TableBodyProps, | ||
TableCellProps, | ||
TableFooterProps, | ||
TableHeadProps, | ||
TableRowProps, | ||
} from './molecules/Table' | ||
export { default as Tag } from './molecules/Tag' | ||
@@ -49,0 +65,0 @@ export type { TagProps } from './molecules/Tag' |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
156822
292
3048