@liquidcommerce/elements-sdk 2.7.26 → 2.7.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -154,8 +154,9 @@ Works with any framework. See:
154
154
  ## Accessibility
155
155
 
156
156
  Elements target WCAG 2.1 AA out of the box: single-tab-stop keyboard groups with arrow-key
157
- navigation, managed focus for every overlay, screen-reader announcements for content that changes
158
- without navigation, and a runtime guard that corrects theme colours which fail contrast.
157
+ navigation, managed focus for every overlay, and screen-reader announcements for content that
158
+ changes without navigation. Colour contrast depends on the theme you supply the SDK renders your
159
+ colours as given.
159
160
 
160
161
  See the [Accessibility Guide](./docs/v1/guides/accessibility.md) for the keyboard map, the list of
161
162
  announcements, and what your page is responsible for.