@faststore/components
Advanced tools
Comparing version 2.0.4-alpha.0 to 2.0.5-alpha.0
@@ -6,2 +6,11 @@ # Change Log | ||
## [2.0.5-alpha.0](https://github.com/vtex/faststore/compare/v2.0.4-alpha.0...v2.0.5-alpha.0) (2022-12-07) | ||
### Features | ||
* `Overlay` Component. ([#1544](https://github.com/vtex/faststore/issues/1544)) ([dad6872](https://github.com/vtex/faststore/commit/dad6872654faaa4411d1f5949e5beab609e2ca36)) | ||
## [2.0.4-alpha.0](https://github.com/vtex/faststore/compare/v2.0.3-alpha.0...v2.0.4-alpha.0) (2022-12-07) | ||
@@ -8,0 +17,0 @@ |
@@ -11,2 +11,4 @@ export { default as Badge } from './atoms/Badge'; | ||
export type { LabelProps } from './atoms/Label'; | ||
export { default as Overlay } from './atoms/Overlay'; | ||
export type { OverlayProps } from './atoms/Overlay'; | ||
export { default as Radio } from './atoms/Radio'; | ||
@@ -13,0 +15,0 @@ export type { RadioProps } from './atoms/Radio'; |
@@ -7,2 +7,3 @@ // Atoms | ||
export { default as Label } from './atoms/Label'; | ||
export { default as Overlay } from './atoms/Overlay'; | ||
export { default as Radio } from './atoms/Radio'; | ||
@@ -9,0 +10,0 @@ // Molecules |
{ | ||
"name": "@faststore/components", | ||
"version": "2.0.4-alpha.0", | ||
"version": "2.0.5-alpha.0", | ||
"module": "dist/index.js", | ||
@@ -31,3 +31,3 @@ "typings": "dist/index.d.ts", | ||
}, | ||
"gitHead": "e15f55dc806232292a13e286bf91fe527fcc3a32" | ||
"gitHead": "7ac374bab91528184e27381e7dc3be8bf5524e76" | ||
} |
@@ -12,2 +12,4 @@ // Atoms | ||
export type { LabelProps } from './atoms/Label' | ||
export { default as Overlay } from './atoms/Overlay' | ||
export type { OverlayProps } from './atoms/Overlay' | ||
export { default as Radio } from './atoms/Radio' | ||
@@ -14,0 +16,0 @@ export type { RadioProps } from './atoms/Radio' |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
47473
108
946
0