Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@faststore/components

Package Overview
Dependencies
Maintainers
9
Versions
201
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@faststore/components - npm Package Compare versions

Comparing version 2.0.39-alpha.0 to 2.0.41-alpha.0

dist/assets/ArrowElbowDownRight.d.ts

9

CHANGELOG.md

@@ -6,2 +6,11 @@ # Change Log

## [2.0.41-alpha.0](https://github.com/vtex/faststore/compare/v2.0.40-alpha.0...v2.0.41-alpha.0) (2023-01-10)
### Features
* Adds `Dropdown` component ([#1572](https://github.com/vtex/faststore/issues/1572)) ([edfe557](https://github.com/vtex/faststore/commit/edfe55797d51049b137c1d8c0d648f36d3ebf980))
## [2.0.39-alpha.0](https://github.com/vtex/faststore/compare/v2.0.38-alpha.0...v2.0.39-alpha.0) (2023-01-09)

@@ -8,0 +17,0 @@

1

dist/assets/index.d.ts
export { default as ArrowRight } from './ArrowRight';
export { default as ArrowElbowDownRight } from './ArrowElbowDownRight';
export { default as CaretDown } from './CaretDown';

@@ -3,0 +4,0 @@ export { default as Checked } from './Checked';

export { default as ArrowRight } from './ArrowRight';
export { default as ArrowElbowDownRight } from './ArrowElbowDownRight';
export { default as CaretDown } from './CaretDown';

@@ -3,0 +4,0 @@ export { default as Checked } from './Checked';

@@ -36,2 +36,4 @@ export * from './assets';

export type { DiscountBadgeProps } from './molecules/DiscountBadge';
export { default as Dropdown, DropdownButton, DropdownItem, DropdownMenu, } from './molecules/Dropdown';
export type { DropdownProps, DropdownButtonProps, DropdownItemProps, DropdownMenuProps, } from './molecules/Dropdown';
export { default as InputField } from './molecules/InputField';

@@ -38,0 +40,0 @@ export type { InputFieldProps } from './molecules/InputField';

@@ -23,2 +23,3 @@ // Assets

export { default as DiscountBadge } from './molecules/DiscountBadge';
export { default as Dropdown, DropdownButton, DropdownItem, DropdownMenu, } from './molecules/Dropdown';
export { default as InputField } from './molecules/InputField';

@@ -25,0 +26,0 @@ export { default as LinkButton } from './molecules/LinkButton';

4

package.json
{
"name": "@faststore/components",
"version": "2.0.39-alpha.0",
"version": "2.0.41-alpha.0",
"module": "dist/index.js",

@@ -33,3 +33,3 @@ "typings": "dist/index.d.ts",

},
"gitHead": "37b0633963fb020169849932535505cad22f8fd6"
"gitHead": "e307ecc596c61e0da4b83cb76aeea0c677197e03"
}
export { default as ArrowRight } from './ArrowRight'
export { default as ArrowElbowDownRight } from './ArrowElbowDownRight'
export { default as CaretDown } from './CaretDown'

@@ -3,0 +4,0 @@ export { default as Checked } from './Checked'

@@ -51,2 +51,14 @@ // Assets

export type { DiscountBadgeProps } from './molecules/DiscountBadge'
export {
default as Dropdown,
DropdownButton,
DropdownItem,
DropdownMenu,
} from './molecules/Dropdown'
export type {
DropdownProps,
DropdownButtonProps,
DropdownItemProps,
DropdownMenuProps,
} from './molecules/Dropdown'
export { default as InputField } from './molecules/InputField'

@@ -53,0 +65,0 @@ export type { InputFieldProps } from './molecules/InputField'

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc