encore-helpers
Advanced tools
Comparing version 2.1.2 to 2.2.0
export { mapDataConfig } from './mappers'; | ||
export { BEMClassGenerator, DeviceDetector, Logger, LoggerOutputType, PublisherSubscriber, dataAttributesValidator, } from './services'; | ||
export { truncate, withDeferredRendering, renderWidget, getLabels, loadCSS, loadJS, addStorybookCopyButton, removeCopyButton, getProductPriceDetails, getCurrencySymbol, getFormattedPrice, Labels, LabelsConfig, } from './utils'; | ||
export { truncate, withDeferredRendering, renderWidget, getLabels, loadCSS, loadJS, addStorybookCopyButton, removeCopyButton, getProductPriceDetails, getCurrencySymbol, getFormattedPrice, capitalize, Labels, LabelsConfig, } from './utils'; | ||
export * from './typings'; |
@@ -7,1 +7,2 @@ export { truncate } from './text-truncator'; | ||
export { addStorybookCopyButton, removeCopyButton } from './add-storybook-copy-button'; | ||
export { capitalize } from './string'; |
{ | ||
"name": "encore-helpers", | ||
"version": "2.1.2", | ||
"version": "2.2.0", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
Sorry, the diff of this file is too big to display
139882
39
733