woocommerce/packages/js/product-editor
Maikel David Pérez Gómez 4f867c6736
Components: Select Control dropdown styling issues (#39989)
* Fix select control dropdown menu width, double scroll and item aligment

* Fix attributes dropdown jumping on focus and slot position

* Add changelog files

* Fix double scroll and label margin on Category Select
2023-09-04 14:25:03 -03:00
..
changelog Components: Select Control dropdown styling issues (#39989) 2023-09-04 14:25:03 -03:00
config Add block related assets entry points to product editor build (#37318) 2023-03-31 10:36:40 -07:00
src Components: Select Control dropdown styling issues (#39989) 2023-09-04 14:25:03 -03:00
typings Show feedback footer on product editor page (#38599) 2023-06-08 20:56:07 -04: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
babel.config.js Create a helper hook for field validation (#37196) 2023-03-20 23:12:09 -03: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
jest.config.json Enforce Strict `@types` Dependencies (#37351) 2023-03-23 18:02:20 -07:00
package.json Add a workflow to separate out eslint and annotate PRs. (#39704) 2023-08-15 18:21:51 +12:00
tsconfig-cjs.json Add block related assets entry points to product editor build (#37318) 2023-03-31 10:36:40 -07:00
tsconfig.json Enforce Strict `@types` Dependencies (#37351) 2023-03-23 18:02:20 -07:00
webpack.config.js Add block related assets entry points to product editor build (#37318) 2023-03-31 10:36:40 -07: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