@faststore/components
Advanced tools
Comparing version 2.0.47-alpha.0 to 2.0.48-alpha.0
@@ -6,2 +6,11 @@ # Change Log | ||
## 2.0.48-alpha.0 (2023-01-13) | ||
### Features | ||
* Adds `Alert` Component ([#1590](https://github.com/vtex/faststore/issues/1590)) ([6e1cc00](https://github.com/vtex/faststore/commit/6e1cc004a5f3ae8674798fe6a36fd2a5d1451d7c)) | ||
## [2.0.47-alpha.0](https://github.com/vtex/faststore/compare/v2.0.46-alpha.0...v2.0.47-alpha.0) (2023-01-13) | ||
@@ -8,0 +17,0 @@ |
@@ -5,2 +5,3 @@ export { default as ArrowRight } from './ArrowRight'; | ||
export { default as Checked } from './Checked'; | ||
export { default as Heart } from './Heart'; | ||
export { default as House } from './House'; | ||
@@ -13,3 +14,4 @@ export { default as Minus } from './Minus'; | ||
export { default as ShoppingCart } from './ShoppingCart'; | ||
export { default as Star } from './Star'; | ||
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 Checked } from './Checked'; | ||
export { default as Heart } from './Heart'; | ||
export { default as House } from './House'; | ||
@@ -13,4 +14,5 @@ export { default as Minus } from './Minus'; | ||
export { default as ShoppingCart } from './ShoppingCart'; | ||
export { default as Star } from './Star'; | ||
export { default as X } from './X'; | ||
export { default as XCircle } from './XCircle'; | ||
//# sourceMappingURL=index.js.map |
@@ -29,2 +29,4 @@ export * from './assets'; | ||
export type { AccordionProps, AccordionItemProps, AccordionButtonProps, AccordionPanelProps, } from './molecules/Accordion'; | ||
export { default as Alert } from './molecules/Alert'; | ||
export type { AlertProps } from './molecules/Alert'; | ||
export { default as BuyButton } from './molecules/BuyButton'; | ||
@@ -45,2 +47,4 @@ export { default as CheckboxField } from './molecules/CheckboxField'; | ||
export type { RadioFieldProps } from './molecules/RadioField'; | ||
export { default as Rating } from './molecules/Rating'; | ||
export type { RatingProps } from './molecules/Rating'; | ||
export { default as SelectField } from './molecules/SelectField'; | ||
@@ -47,0 +51,0 @@ export type { SelectFieldProps } from './molecules/SelectField'; |
@@ -19,2 +19,3 @@ // Assets | ||
export { default as Accordion, AccordionItem, AccordionButton, AccordionPanel, } from './molecules/Accordion'; | ||
export { default as Alert } from './molecules/Alert'; | ||
export { default as BuyButton } from './molecules/BuyButton'; | ||
@@ -28,2 +29,3 @@ export { default as CheckboxField } from './molecules/CheckboxField'; | ||
export { default as RadioField } from './molecules/RadioField'; | ||
export { default as Rating } from './molecules/Rating'; | ||
export { default as SelectField } from './molecules/SelectField'; | ||
@@ -30,0 +32,0 @@ export { Table, TableBody, TableCell, TableFooter, TableHead, TableRow, } from './molecules/Table'; |
{ | ||
"name": "@faststore/components", | ||
"version": "2.0.47-alpha.0", | ||
"version": "2.0.48-alpha.0", | ||
"module": "dist/index.js", | ||
@@ -24,4 +24,4 @@ "typings": "dist/index.d.ts", | ||
"devDependencies": { | ||
"@faststore/eslint-config": "^2.0.37-alpha.0", | ||
"@faststore/shared": "^2.0.44-alpha.0", | ||
"@faststore/eslint-config": "^2.0.48-alpha.0", | ||
"@faststore/shared": "^2.0.48-alpha.0", | ||
"eslint": "7.32.0", | ||
@@ -34,3 +34,3 @@ "typescript": "^4.8.4" | ||
}, | ||
"gitHead": "3e7e16180416349dc8471b69ad9e305fd2f4d424" | ||
"gitHead": "13071d1410c4d42df70946ba27631549d2544d85" | ||
} |
@@ -5,2 +5,3 @@ export { default as ArrowRight } from './ArrowRight' | ||
export { default as Checked } from './Checked' | ||
export { default as Heart } from './Heart' | ||
export { default as House } from './House' | ||
@@ -13,3 +14,4 @@ export { default as Minus } from './Minus' | ||
export { default as ShoppingCart } from './ShoppingCart' | ||
export { default as Star } from './Star' | ||
export { default as X } from './X' | ||
export { default as XCircle } from './XCircle' |
@@ -44,2 +44,4 @@ // Assets | ||
} from './molecules/Accordion' | ||
export { default as Alert } from './molecules/Alert' | ||
export type { AlertProps } from './molecules/Alert' | ||
export { default as BuyButton } from './molecules/BuyButton' | ||
@@ -70,2 +72,4 @@ export { default as CheckboxField } from './molecules/CheckboxField' | ||
export type { RadioFieldProps } from './molecules/RadioField' | ||
export { default as Rating } from './molecules/Rating' | ||
export type { RatingProps } from './molecules/Rating' | ||
export { default as SelectField } from './molecules/SelectField' | ||
@@ -72,0 +76,0 @@ export type { SelectFieldProps } from './molecules/SelectField' |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
260569
396
5128