ece00533e4
* Update edit address button style * Add input prop to the ValidatedTextInputHandle type * Add optional isEditing prop to the AddressFormProps * Convert edit address link to button * Focus first input after opening the address form * Pass along the editing prop to children components in the shipping address block * Add changelog file * Clear timeout used to delay the focus on the first input * Adjust checkout toggler buttons for dark themes * Get first address field by id |
||
---|---|---|
.. | ||
components | ||
context | ||
hocs | ||
hooks | ||
utils | ||
README.MD |
README.MD
Base Components/Context/Hooks
Base components are designed to be used on the frontend of a store. Due to this, we need to avoid using heavy WordPress externals as dependencies (@wordpress/blocks
, @wordpress/block-editor
, etc).
Note 2 exceptions, we do use the Slot
and Fill
which we import and bundle from @wordpress/components
. Otherwise you should avoid importing anything else from that package.
The other exception is the FormTokenField
, which is used in deprecated blocks and use of that import is also deprecated.
If you need primitive/low-level components to build components in this library, please use Ariakit to build them. See Button for an example.
Check the built *.assets.php
files to ensure extra dependencies aren't being added to the build.