discount-app-components
discount-app-components copied to clipboard
A library of discounts-focused React components to help in building Shopify apps.
Bumps [@rollup/pluginutils](https://github.com/rollup/plugins/tree/HEAD/packages/pluginutils) from 3.1.0 to 5.1.0. Changelog Sourced from @rollup/pluginutils's changelog. v5.1.0 2023-11-28 Features feat: add includeArbitraryNames: true to dataToEsm (#1635) Updates doc: correct the return type of createFilter (#1633)...
Bumps [@rollup/plugin-json](https://github.com/rollup/plugins/tree/HEAD/packages/json) from 4.1.0 to 6.1.0. Changelog Sourced from @rollup/plugin-json's changelog. v6.1.0 2023-12-12 Features feat: add includeArbitraryNames option (#1641) v6.0.1 2023-10-05 Bugfixes fix: ensure rollup 4 compatibility #1595 v6.0.0 2022-12-17...
### What problem is this PR solving? I noticed an inconsistency with the spacing between the discount type title and the discount class label for the MethodCard component in the...
Bumps the npm_and_yarn group with 5 updates: | Package | From | To | | --- | --- | --- | | [ejs](https://github.com/mde/ejs) | `3.1.9` | `3.1.10` | | [express](https://github.com/expressjs/express)...
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....
Bumps [jest-location-mock](https://github.com/evelynhathaway/jest-location-mock) from 1.0.10 to 2.0.0. Release notes Sourced from jest-location-mock's releases. v2.0.0 v1.0.10...v2.0.0 - 2023-09-04 💥 Breaking Drop support node 17 and < 16.10.0 4512b25 📦 Package dev: npm...
Bumps [d3-time-format](https://github.com/d3/d3-time-format) and [@types/d3-time-format](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/d3-time-format). These dependencies needed to be updated together. Updates `d3-time-format` from 2.1.1 to 4.1.0 Release notes Sourced from d3-time-format's releases. v4.1.0 Export locale definitions. #99 Update locale...
## Feature request summary We'd like to upgrade to Polaris 13, but this library has a peer dependency on "^12.0.0". Perhaps something like "^12.0.0 | ^13.0.0". ## Rationale This would...
### What problem is this PR solving? Currently in the native Shopify discount form, all cards, except for Summary Card and Method Card use `headingSm` as opposed to `headingMd` for...
## Issue summary No padding on MethodCard. ``` "@shopify/discount-app-components": "^1.5.0", "@shopify/polaris": "^11.17.0", "react": "^18.2.0", "react-dom": "^18.2.0", ``` ## Expected behavior Should have appropriate padding. ## Actual behavior **Method Card:** **Usage...