eightshift-frontend-libs icon indicating copy to clipboard operation
eightshift-frontend-libs copied to clipboard

Frontend library that exposes custom scripts and styles for modern WordPress projects

Results 84 eightshift-frontend-libs issues
Sort by recently updated
recently updated
newest added

Changes: # Component updates ## `ComponentUseToggle` Just because it's rarely used, doesn't mean it had to still look old! It's been updated to match the `CollapsableComponentUseToggle` styling. The separator line...

improvement
bugfix

### Describe your bug When you enter the mobile/tablet preview mode and Gutenberg enables the iframed editor, our styles (mostly CSS variable definitions) are not loading so everything looks very...

bug

This PR adds support for a tabs block. https://user-images.githubusercontent.com/1742806/127016659-f4598d09-112a-4cc7-8e1c-281e1a0acf4a.mov It's a work in progress, and remaining tasks include (along with anything else you can think of): - [x] improving accessibility...

improvement
new block

### Describe your bug When adding storybook package, and running `npm run storybook` there are tons of these kinds of messages ```bash ModuleNotFoundError: Module not found: Error: Can't resolve '@wordpress/components'...

bug

Bumps [json-schema](https://github.com/kriszyp/json-schema) from 0.2.3 to 0.4.0. Commits f6f6a3b Use a little more robust method of checking instances ef60987 Update version b62f1da Protect against constructor modification, #84 fb427cd Link to json-schema-org...

dependencies

### Describe your bug See the screenshot ### Steps to Reproduce 1. Setup fresh theme 2. Add button 3. Check the toolbar ### Expected behavior It should be nicely aligned...

bug

# Description ## Added - Corrections for wrapper grid - New internal filter hooks for setting up correct blocks attributes - Extracted common attributes to a separate function for reusability...

### Describe your feature request So there is this cool thing called [JSON Schema Store](https://www.schemastore.org/json/). While browsing it I noticed that the block.json from GB is on the list. So,...

feature request

When registering a custom store the `registerStore` method is used. https://github.com/infinum/eightshift-frontend-libs/blob/4bfed85f661316b0f16954753d96d16b0bae2328/scripts/editor/store.js#L346-L353 According to the docs, this method is deprecated: https://developer.wordpress.org/block-editor/reference-guides/packages/packages-data/#registerstore

improvement

### Describe your feature request Swiper seems to have breaking changes _quite often_, and generally isn't very accessible. Their a11y plugin does resolve some major issues, though it isn't perfect....

feature request