Skip to content

Commit 397c374

Browse files
committed
Docs: update JS deps
1 parent 9aa073f commit 397c374

7 files changed

Lines changed: 737 additions & 656 deletions

File tree

docs/src/markdown/examples/3d_models.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -962,7 +962,7 @@ <h1>ColorAide Color Space Models</h1>
962962
let colorSpaces = null
963963
let colorGamuts = null
964964
let lastModel = null
965-
let package = 'coloraide-8.0-py3-none-any.whl'
965+
let package = 'coloraide-8.0.1-py3-none-any.whl'
966966
const defaultSpace = 'lab'
967967
const defaultGamut = 'srgb'
968968
const exceptions = new Set(['hwb', 'ryb', 'ryb-biased'])

docs/src/markdown/examples/colorpicker.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ <h1>ColorAide Color Picker</h1>
421421
let pyodide = null
422422
let webspace = ''
423423
let initial = 'oklab(0.69 0.13 -0.1 / 0.85)'
424-
let package = 'coloraide-8.0-py3-none-any.whl'
424+
let package = 'coloraide-8.0.1-py3-none-any.whl'
425425

426426
const base = `${window.location.origin}/${window.location.pathname.split('/')[1]}/playground/`
427427
package = base + package

docs/src/zensical.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ extra_javascript:
354354
- assets/pymdownx-extras/extra-loader-Ccztcqfq.js
355355
- https://cdn.jsdelivr.net/npm/ace-builds@1.43.0/src-min-noconflict/ace.js
356356
- https://cdn.jsdelivr.net/npm/mermaid@11.12.1/dist/mermaid.min.js
357-
- playground-config-d6a3eecc.js
357+
- playground-config-ec067f74.js
358358
- https://cdn.jsdelivr.net/pyodide/v0.29.0/full/pyodide.js
359359
- assets/coloraide-extras/extra-notebook.js
360360
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
var colorNotebook = {
2-
"playgroundWheels": ['micropip', 'pygments-2.19.2-py3-none-any.whl', 'coloraide-8.0-py3-none-any.whl'],
3-
"notebookWheels": ['pyyaml', 'markdown-3.10.1-py3-none-any.whl', 'pymdown_extensions-10.20-py3-none-any.whl', 'micropip', 'pygments-2.19.2-py3-none-any.whl', 'coloraide-8.0-py3-none-any.whl'],
2+
"playgroundWheels": ['micropip', 'pygments-2.19.2-py3-none-any.whl', 'coloraide-8.0.1-py3-none-any.whl'],
3+
"notebookWheels": ['pyyaml', 'markdown-3.10.1-py3-none-any.whl', 'pymdown_extensions-10.20-py3-none-any.whl', 'micropip', 'pygments-2.19.2-py3-none-any.whl', 'coloraide-8.0.1-py3-none-any.whl'],
44
"defaultPlayground": "import coloraide\ncoloraide.__version__\nColor('red')"
55
}

0 commit comments

Comments
 (0)