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.24-alpha.0 to 2.0.27-alpha.0

dist/assets/Ruler.d.ts

9

CHANGELOG.md

@@ -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 @@

1

dist/assets/index.d.ts

@@ -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';

4

package.json
{
"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

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