@sveltia/cms 0.9.5 → 0.9.6
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 +2 -0
- package/dist/sveltia-cms.js +168 -168
- package/package.json +12 -12
package/README.md
CHANGED
|
@@ -35,6 +35,7 @@ Here are some highlights mainly compared to Netlify/Decap CMS:
|
|
|
35
35
|
- Created and maintained by an [experienced UX engineer](https://github.com/kyoshino) who loves code and design. You can expect constant UX improvements across the platform.
|
|
36
36
|
- Offers a modern, intuitive user interface, including an immersive dark mode[^2], inspired in part by the Netlify CMS v3 prototype[^1].
|
|
37
37
|
- Comes with touch device support. While the UI is not yet optimized for small screens, large tablets like iPad Pro or Pixel Tablet should work well.
|
|
38
|
+
- Made with Svelte, not React, means we can spend more time on UX rather than tedious state management.
|
|
38
39
|
- The screenshots above are worth a thousand words!
|
|
39
40
|
|
|
40
41
|
### Better performance
|
|
@@ -60,6 +61,7 @@ Here are some highlights mainly compared to Netlify/Decap CMS:
|
|
|
60
61
|
|
|
61
62
|
- Improved keyboard handling lets you efficiently navigate through UI elements using the Tab, Space, Enter and arrow keys[^17].
|
|
62
63
|
- Comprehensive [WAI-ARIA](https://w3c.github.io/aria/) support empowers users who rely on screen readers such as NVDA or VoiceOver.
|
|
64
|
+
- Ensures sufficient contrast between the foreground text and background colours.
|
|
63
65
|
- Honours your operating system’s [reduced motion](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-reduced-motion) and [reduced transparency](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-reduced-transparency) settings.
|
|
64
66
|
- We’ll continue to test and improve the application to meet [WCAG 2.2](https://w3c.github.io/wcag/guidelines/22/).
|
|
65
67
|
|