woocommerce/packages/js/product-editor
louwie17 345ad58919
Add product pricing block (#37211)
* Adding initial pricing block

* Have price block render in form

* Make sure price is loaded correctly and fix template rendering

* Make pricing block abstract and add list and sale price to template

* Add changelogs

* Revert changes in wc/data package

* Fix lint issues

* Fix type error

* Add styling

* Fix styling lint issues

* Revert config change missed in rebase

* Make use of base control help text for field info

* Allow additional callbacks for onFocus and onKeyUp
2023-03-17 14:03:10 -03:00
..
changelog Add product pricing block (#37211) 2023-03-17 14:03:10 -03:00
src Add product pricing block (#37211) 2023-03-17 14:03:10 -03:00
typings Add product pricing block (#37211) 2023-03-17 14:03:10 -03:00
.eslintrc.js Create editor skeleton on add/edit product pages (#37023) 2023-03-08 05:51:59 -04:00
.npmrc Add new `@woocommerce/product-editor` JS package (#36600) 2023-01-31 09:38:28 -04:00
README.md Add new `@woocommerce/product-editor` JS package (#36600) 2023-01-31 09:38:28 -04:00
changelog.md Package Release: handle initial release case (#36922) 2023-02-28 09:36:38 +13:00
composer.json Add new `@woocommerce/product-editor` JS package (#36600) 2023-01-31 09:38:28 -04:00
composer.lock Add new `@woocommerce/product-editor` JS package (#36600) 2023-01-31 09:38:28 -04:00
package.json Add product pricing block (#37211) 2023-03-17 14:03:10 -03:00
tsconfig-cjs.json Add section block for use in product editor (#37153) 2023-03-13 11:38:16 -07:00
tsconfig.json Add section block for use in product editor (#37153) 2023-03-13 11:38:16 -07:00
webpack.config.js Add new `@woocommerce/product-editor` JS package (#36600) 2023-01-31 09:38:28 -04:00

README.md

Product Editor

A collection of WooCommerce Admin product editor components and utilities.

Installation

Install the module

pnpm install @woocommerce/product-editor --save