@faststore/components
Advanced tools
Comparing version 2.0.13-alpha.0 to 2.0.14-alpha.0
@@ -6,2 +6,11 @@ # Change Log | ||
## [2.0.14-alpha.0](https://github.com/vtex/faststore/compare/v2.0.13-alpha.0...v2.0.14-alpha.0) (2022-12-14) | ||
### Features | ||
* Adds `Link` component ([#1543](https://github.com/vtex/faststore/issues/1543)) ([9c219eb](https://github.com/vtex/faststore/commit/9c219eba996fc6fec90edd1383a4abf8dbe0a7ef)) | ||
## [2.0.13-alpha.0](https://github.com/vtex/faststore/compare/v2.0.12-alpha.0...v2.0.13-alpha.0) (2022-12-14) | ||
@@ -8,0 +17,0 @@ |
@@ -0,1 +1,2 @@ | ||
export * from './assets'; | ||
export { default as Badge } from './atoms/Badge'; | ||
@@ -13,2 +14,4 @@ export type { BadgeProps } from './atoms/Badge'; | ||
export type { LabelProps } from './atoms/Label'; | ||
export { default as Link } from './atoms/Link'; | ||
export type { LinkProps, LinkElementType } from './atoms/Link'; | ||
export { default as Overlay } from './atoms/Overlay'; | ||
@@ -15,0 +18,0 @@ export type { OverlayProps } from './atoms/Overlay'; |
@@ -0,1 +1,3 @@ | ||
// Assets | ||
export * from './assets'; | ||
// Atoms | ||
@@ -8,2 +10,3 @@ export { default as Badge } from './atoms/Badge'; | ||
export { default as Label } from './atoms/Label'; | ||
export { default as Link } from './atoms/Link'; | ||
export { default as Overlay } from './atoms/Overlay'; | ||
@@ -10,0 +13,0 @@ export { default as Price } from './atoms/Price'; |
{ | ||
"name": "@faststore/components", | ||
"version": "2.0.13-alpha.0", | ||
"version": "2.0.14-alpha.0", | ||
"module": "dist/index.js", | ||
@@ -31,3 +31,3 @@ "typings": "dist/index.d.ts", | ||
}, | ||
"gitHead": "c513c94b5b36c43355224db4c179cbe4362117ea" | ||
"gitHead": "a8f4ca0ddc690e24df31abee9e4a4bbdb2d1a03b" | ||
} |
@@ -0,1 +1,4 @@ | ||
// Assets | ||
export * from './assets' | ||
// Atoms | ||
@@ -14,2 +17,4 @@ export { default as Badge } from './atoms/Badge' | ||
export type { LabelProps } from './atoms/Label' | ||
export { default as Link } from './atoms/Link' | ||
export type { LinkProps, LinkElementType } from './atoms/Link' | ||
export { default as Overlay } from './atoms/Overlay' | ||
@@ -16,0 +21,0 @@ export type { OverlayProps } from './atoms/Overlay' |
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
92649
192
1851