@doenet/doenetml-iframe 0.7.21-dev.353 → 0.7.21-dev.355
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 +1 -1
- package/index.js +555 -1129
- package/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -112,7 +112,7 @@ prop changes:
|
|
|
112
112
|
A reader can also switch the whole document to one of the built-in style
|
|
113
113
|
palettes by name (case-insensitive) — for example `grayscale`, four grays
|
|
114
114
|
laddered for maximum luminance separation, for readers who distinguish
|
|
115
|
-
styles by lightness alone, or `
|
|
115
|
+
styles by lightness alone, or `okabeIto` for common color vision
|
|
116
116
|
deficiencies:
|
|
117
117
|
|
|
118
118
|
```tsx
|