Skip to content

Commit

Permalink
chore(NPM): package updates, notably Ace (core) with Axe (DAiSY fork)…
Browse files Browse the repository at this point in the history
…, and Knowledge Base Git submodule
  • Loading branch information
danielweck committed Dec 5, 2024
1 parent a099be9 commit 32a7de7
Show file tree
Hide file tree
Showing 5 changed files with 82 additions and 82 deletions.
2 changes: 1 addition & 1 deletion kb
Submodule kb updated 69 files
+7 −4 publishing/docs/html/iframes.html
+3 −3 publishing/docs/html/links.html
+1 −1 publishing/docs/html/maps.html
+97 −0 publishing/ja/css/color.html
+102 −0 publishing/ja/css/contrast.html
+22 −0 publishing/ja/css/index.html
+796 −0 publishing/ja/css/reference.html
+94 −0 publishing/ja/css/reflow.html
+119 −0 publishing/ja/css/text-resize.html
+66 −0 publishing/ja/css/text-spacing.html
+8 −9 publishing/ja/html/abbr.html
+7 −9 publishing/ja/html/accesskeys.html
+10 −14 publishing/ja/html/articles.html
+8 −8 publishing/ja/html/asides.html
+9 −12 publishing/ja/html/audio.html
+16 −21 publishing/ja/html/bibliographies.html
+7 −9 publishing/ja/html/context.html
+10 −15 publishing/ja/html/details.html
+8 −14 publishing/ja/html/dir.html
+15 −17 publishing/ja/html/dropcaps.html
+15 −26 publishing/ja/html/emphasis.html
+5 −7 publishing/ja/html/epub-type.html
+2 −2 publishing/ja/html/figures.html
+12 −12 publishing/ja/html/forms.html
+11 −15 publishing/ja/html/glossaries.html
+29 −40 publishing/ja/html/headings.html
+7 −9 publishing/ja/html/ids.html
+16 −24 publishing/ja/html/iframes.html
+9 −11 publishing/ja/html/images-animated.html
+8 −12 publishing/ja/html/images-deco.html
+30 −39 publishing/ja/html/images-desc.html
+9 −9 publishing/ja/html/images-icons.html
+157 −0 publishing/ja/html/images-qr.html
+10 −16 publishing/ja/html/images-selection.html
+12 −14 publishing/ja/html/images-text-based.html
+5 −8 publishing/ja/html/images-text.html
+13 −17 publishing/ja/html/indexes.html
+5 −7 publishing/ja/metadata/schema.org/accessibilityFeature/ChemML.html
+7 −9 publishing/ja/metadata/schema.org/accessibilityFeature/MathML.html
+5 −7 publishing/ja/metadata/schema.org/accessibilityFeature/highContrastAudio.html
+4 −6 publishing/ja/metadata/schema.org/accessibilityFeature/highContrastDisplay.html
+75 −0 publishing/ja/metadata/schema.org/accessibilityFeature/largePrint.html
+82 −0 publishing/ja/metadata/schema.org/accessibilityFeature/latex.html
+99 −0 publishing/ja/metadata/schema.org/accessibilityFeature/longDescription.html
+3 −5 publishing/ja/metadata/schema.org/accessibilityFeature/none.html
+77 −0 publishing/ja/metadata/schema.org/accessibilityFeature/openCaptions.html
+84 −0 publishing/ja/metadata/schema.org/accessibilityFeature/pageBreakMarkers.html
+91 −0 publishing/ja/metadata/schema.org/accessibilityFeature/pageNavigation.html
+79 −0 publishing/ja/metadata/schema.org/accessibilityFeature/readingOrder.html
+80 −0 publishing/ja/metadata/schema.org/accessibilityFeature/rubyAnnotations.html
+78 −0 publishing/ja/metadata/schema.org/accessibilityFeature/signLanaguage.html
+90 −0 publishing/ja/metadata/schema.org/accessibilityFeature/structuralNavigation.html
+99 −0 publishing/ja/metadata/schema.org/accessibilityFeature/synchronizedAudioText.html
+96 −0 publishing/ja/metadata/schema.org/accessibilityFeature/tableOfContents.html
+75 −0 publishing/ja/metadata/schema.org/accessibilityFeature/tactileGraphic.html
+75 −0 publishing/ja/metadata/schema.org/accessibilityFeature/tactileObject.html
+68 −0 publishing/ja/metadata/schema.org/accessibilityFeature/taggedPDF.html
+73 −0 publishing/ja/metadata/schema.org/accessibilityFeature/timingControl.html
+83 −0 publishing/ja/metadata/schema.org/accessibilityFeature/transcript.html
+75 −0 publishing/ja/metadata/schema.org/accessibilityFeature/ttsMarkup.html
+73 −0 publishing/ja/metadata/schema.org/accessibilityFeature/unknown.html
+78 −0 publishing/ja/metadata/schema.org/accessibilityFeature/unlocked.html
+115 −0 publishing/ja/navigation/content-list.html
+138 −0 publishing/ja/navigation/landmarks.html
+166 −0 publishing/ja/navigation/pagebreaks.html
+162 −0 publishing/ja/navigation/pagelist.html
+40 −0 publishing/ja/navigation/pagenav.html
+115 −0 publishing/ja/navigation/pagesrc.html
+166 −0 publishing/ja/navigation/toc.html
12 changes: 6 additions & 6 deletions package-asar-dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ace-gui",
"productName": "Ace by DAISY",
"description": "Ace, the EPUB accessibility checker by the DAISY Consortium (desktop application)",
"version": "1.3.3-alpha.1",
"version": "1.3.3-alpha.4",
"author": {
"name": "DAISY Consortium",
"organization": "DAISY Consortium",
Expand All @@ -14,11 +14,11 @@
"license": "MIT",
"main": "main-bundle.js",
"dependencies": {
"@daisy/ace-axe-runner-electron": "1.3.3-alpha.3",
"@daisy/ace-core": "1.3.3-alpha.3",
"@daisy/ace-localize": "1.3.3-alpha.3",
"@daisy/ace-logger": "1.3.3-alpha.3",
"@daisy/epub-utils": "1.3.3-alpha.3",
"@daisy/ace-axe-runner-electron": "1.3.3-alpha.4",
"@daisy/ace-core": "1.3.3-alpha.4",
"@daisy/ace-localize": "1.3.3-alpha.4",
"@daisy/ace-logger": "1.3.3-alpha.4",
"@daisy/epub-utils": "1.3.3-alpha.4",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.61",
Expand Down
12 changes: 6 additions & 6 deletions package-asar.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ace-gui",
"productName": "Ace by DAISY",
"description": "Ace, the EPUB accessibility checker by the DAISY Consortium (desktop application)",
"version": "1.3.3-alpha.1",
"version": "1.3.3-alpha.4",
"author": {
"name": "DAISY Consortium",
"organization": "DAISY Consortium",
Expand All @@ -14,11 +14,11 @@
"license": "MIT",
"main": "main-bundle.js",
"dependencies": {
"@daisy/ace-axe-runner-electron": "1.3.3-alpha.3",
"@daisy/ace-core": "1.3.3-alpha.3",
"@daisy/ace-localize": "1.3.3-alpha.3",
"@daisy/ace-logger": "1.3.3-alpha.3",
"@daisy/epub-utils": "1.3.3-alpha.3",
"@daisy/ace-axe-runner-electron": "1.3.3-alpha.4",
"@daisy/ace-core": "1.3.3-alpha.4",
"@daisy/ace-localize": "1.3.3-alpha.4",
"@daisy/ace-logger": "1.3.3-alpha.4",
"@daisy/epub-utils": "1.3.3-alpha.4",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.61",
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ace-gui",
"description": "Ace, the EPUB accessibility checker by the DAISY Consortium (desktop application)",
"version": "1.3.3-alpha.1",
"version": "1.3.3-alpha.4",
"engines": {
"node": ">=18.0.0",
"yarn": "^1.22.0",
Expand Down Expand Up @@ -143,11 +143,11 @@
"i18n-check": "sync-i18n --files 'src/shared/l10n/locales/*.json' --primary en --languages fr es pt_BR da ja de --space 4 --finalnewline --newkeysempty"
},
"dependencies": {
"@daisy/ace-axe-runner-electron": "1.3.3-alpha.3",
"@daisy/ace-core": "1.3.3-alpha.3",
"@daisy/ace-localize": "1.3.3-alpha.3",
"@daisy/ace-logger": "1.3.3-alpha.3",
"@daisy/epub-utils": "1.3.3-alpha.3",
"@daisy/ace-axe-runner-electron": "1.3.3-alpha.4",
"@daisy/ace-core": "1.3.3-alpha.4",
"@daisy/ace-localize": "1.3.3-alpha.4",
"@daisy/ace-logger": "1.3.3-alpha.4",
"@daisy/epub-utils": "1.3.3-alpha.4",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.61",
Expand Down
126 changes: 63 additions & 63 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -872,109 +872,109 @@
enabled "2.0.x"
kuler "^2.0.0"

"@daisy/[email protected].3":
version "1.3.3-alpha.3"
resolved "https://registry.yarnpkg.com/@daisy/ace-axe-runner-electron/-/ace-axe-runner-electron-1.3.3-alpha.3.tgz#b3cbac1054373bc8257a215cf39a819e1cdc5304"
integrity sha512-4SLRB0RCFTCPsOBiK5GKP3ENuDgV5xn5acSNVzKavZJFGrnaRJWHMRGx61600PkZ8WQa5Z12abnENXQq58R3OQ==
"@daisy/[email protected].4":
version "1.3.3-alpha.4"
resolved "https://registry.yarnpkg.com/@daisy/ace-axe-runner-electron/-/ace-axe-runner-electron-1.3.3-alpha.4.tgz#b5848bdb4506fb6d044189e92a1414b4a8353534"
integrity sha512-6Aal1xKNlHQlc4/uoF9amcfdVcSKMqT1JxPNSEc88WK8VS+2uxg5KAdjTpU9X56d0+8bNUXGihrkj5eHReqFsw==
dependencies:
"@daisy/ace-cli-shared" "1.3.3-alpha.3"
"@daisy/ace-cli-shared" "1.3.3-alpha.4"
mime-types "^2.1.35"
uuid "^8.3.2"

"@daisy/[email protected].3":
version "1.3.3-alpha.3"
resolved "https://registry.yarnpkg.com/@daisy/ace-cli-shared/-/ace-cli-shared-1.3.3-alpha.3.tgz#0345fa1d5cd0c648d5c99d33ca12d5ae23ee6ddb"
integrity sha512-SpxYdjg0VzdVzZCCsb8JMVbiGdhWLl/F0hZz9EHyZemX5bD98B/s9x3Spl848eHHqM/Gz0+Y0GMTOqBCa+3Fxg==
"@daisy/[email protected].4":
version "1.3.3-alpha.4"
resolved "https://registry.yarnpkg.com/@daisy/ace-cli-shared/-/ace-cli-shared-1.3.3-alpha.4.tgz#4a4f07f65149df6f11a1c992a94d67e1e0d8c7a6"
integrity sha512-iv48QmZWAnU74dlJsRSMHiQMI7gIewHxnPsRDfuYpE/UMWxxaRUYRpGIOoWg/JPJKBxuonKPFlHUAS5/3IJMjQ==
dependencies:
"@daisy/ace-config" "1.3.3-alpha.3"
"@daisy/ace-core" "1.3.3-alpha.3"
"@daisy/ace-logger" "1.3.3-alpha.3"
"@daisy/ace-meta" "1.3.3-alpha.3"
"@daisy/ace-config" "1.3.3-alpha.4"
"@daisy/ace-core" "1.3.3-alpha.4"
"@daisy/ace-logger" "1.3.3-alpha.4"
"@daisy/ace-meta" "1.3.3-alpha.4"
meow "^9.0.0"
winston "^3.17.0"

"@daisy/[email protected].3":
version "1.3.3-alpha.3"
resolved "https://registry.yarnpkg.com/@daisy/ace-config/-/ace-config-1.3.3-alpha.3.tgz#1c90d650ba52b07c1c4fe48c2ebe7482d7052461"
integrity sha512-anICaEvfs51F8sEoycILKqgRnxzWUa61w3eYETAKC0fve9mp3pIgQFvEbuJ32nmWPtKu+tmKVMZk4PCn+jcpoQ==
"@daisy/[email protected].4":
version "1.3.3-alpha.4"
resolved "https://registry.yarnpkg.com/@daisy/ace-config/-/ace-config-1.3.3-alpha.4.tgz#1d1221f1ad2cc03b9e6bf9c21bdd51919adc3ea4"
integrity sha512-R+nVdZ93GPBi1mudJ86/M+lC08i9TN6rPOaxAzOG6mAKCE92p0Wps9jvw+sszWUKCsrimgkLmDgafwQgHAseHw==
dependencies:
conf "^9.0.2"
env-paths "^2.2.1"
lodash.mergewith "^4.6.2"

"@daisy/[email protected].3":
version "1.3.3-alpha.3"
resolved "https://registry.yarnpkg.com/@daisy/ace-core/-/ace-core-1.3.3-alpha.3.tgz#170d309dc141ca60ad2796c904a27f29d8d688af"
integrity sha512-aNlxzsp7qiclcSqYAJZ/m3xb2r+LkYgezh9l2lW316S66/G/dRwPopnsFmOM9wgYOWc+JY54N04IGUB6bSH4Ow==
dependencies:
"@daisy/ace-localize" "1.3.3-alpha.3"
"@daisy/ace-logger" "1.3.3-alpha.3"
"@daisy/ace-meta" "1.3.3-alpha.3"
"@daisy/ace-report" "1.3.3-alpha.3"
"@daisy/ace-report-axe" "1.3.3-alpha.3"
"@daisy/axe-core-for-ace" "4.10.2-canary.1"
"@daisy/epub-utils" "1.3.3-alpha.3"
"@daisy/[email protected].4":
version "1.3.3-alpha.4"
resolved "https://registry.yarnpkg.com/@daisy/ace-core/-/ace-core-1.3.3-alpha.4.tgz#c94b566a0121c3e182403995f50848076ca0201d"
integrity sha512-lqMkDrUdCMKnAE3M1CyUCXfT00WX3Wnj/YYHNknPHYXeu82dyg6mqABU043Ti8E/1Dcjwemadk0cpxHvTaFmew==
dependencies:
"@daisy/ace-localize" "1.3.3-alpha.4"
"@daisy/ace-logger" "1.3.3-alpha.4"
"@daisy/ace-meta" "1.3.3-alpha.4"
"@daisy/ace-report" "1.3.3-alpha.4"
"@daisy/ace-report-axe" "1.3.3-alpha.4"
"@daisy/axe-core-for-ace" "4.10.2-canary.2"
"@daisy/epub-utils" "1.3.3-alpha.4"
file-url "^3.0.0"
h5o "^0.11.3"
p-map "^4.0.0"
tmp "^0.2.3"
winston "^3.17.0"

"@daisy/[email protected].3":
version "1.3.3-alpha.3"
resolved "https://registry.yarnpkg.com/@daisy/ace-localize/-/ace-localize-1.3.3-alpha.3.tgz#7e1563a32b53d26c13b2c09f960c30821bedd011"
integrity sha512-waGKLefZe8OebmYCYlMtmTwIy8XHrFIi+DY8nzVSApsyUQ0Fs6nfaJ0GCfA1YDUE7rbo24GRSR9FqRkUaXBuAw==
"@daisy/[email protected].4":
version "1.3.3-alpha.4"
resolved "https://registry.yarnpkg.com/@daisy/ace-localize/-/ace-localize-1.3.3-alpha.4.tgz#7cf38b19b4ed0a25dba23971cc398e43890fd609"
integrity sha512-ZIYvAEOKqsKErIxSnIOQ6dDYN9j43nGa++UU9/mbMke4Qg1Q5iENL+UKVQWMDsPWxPk7V8VSMa7hzKEqNeUmvA==
dependencies:
i18next "^20.6.1"
winston "^3.17.0"

"@daisy/[email protected].3":
version "1.3.3-alpha.3"
resolved "https://registry.yarnpkg.com/@daisy/ace-logger/-/ace-logger-1.3.3-alpha.3.tgz#717a9d970010c4c2be0006b688efd9aa283180fe"
integrity sha512-UzSCD6ftiwnVkn/OTBSbYSKr6YCRyRgGvmQh23zqXgmQnGwaPix98G2XYy9WrH/iquJs0Yow+iIKvMBocUzq+Q==
"@daisy/[email protected].4":
version "1.3.3-alpha.4"
resolved "https://registry.yarnpkg.com/@daisy/ace-logger/-/ace-logger-1.3.3-alpha.4.tgz#292db47bf2e6ddbd30b96e2fc6bffad7432cf0e5"
integrity sha512-L2bnv1w6bz/5RZFKTmlvU10DWr1IwT+U9MEcYLRua6i+Q0r83nT6tzphj5g/bg5dbZ6MBZy0b6d3pxEs33C+ZA==
dependencies:
"@daisy/ace-config" "1.3.3-alpha.3"
"@daisy/ace-config" "1.3.3-alpha.4"
fs-extra "^10.1.0"
uuid "^8.3.2"
winston "^3.17.0"

"@daisy/[email protected].3":
version "1.3.3-alpha.3"
resolved "https://registry.yarnpkg.com/@daisy/ace-meta/-/ace-meta-1.3.3-alpha.3.tgz#867066144e72af0eec8b8a931a7c2e6800c67013"
integrity sha512-pj2jo31epjPRvBsWo5Y05HjwiOrDTjAoJTCOhsCWju3We1kNexmifPVas+w70uh2ew0tIHV7U9qVyxzuHhVU3g==
"@daisy/[email protected].4":
version "1.3.3-alpha.4"
resolved "https://registry.yarnpkg.com/@daisy/ace-meta/-/ace-meta-1.3.3-alpha.4.tgz#568b87bd36870192f326d6fd79ffdc06ce32b639"
integrity sha512-n4alNOoKEnx667RE1silNFn1d4I8Z8l+zJp2qzNvrxdFLe95S+AwYApkCujY7DTBZ8TtTc5UdDd+/YBuj8/mqw==

"@daisy/[email protected].3":
version "1.3.3-alpha.3"
resolved "https://registry.yarnpkg.com/@daisy/ace-report-axe/-/ace-report-axe-1.3.3-alpha.3.tgz#c3481aaf837c1bfe610572e35f3575a89629a6b7"
integrity sha512-rJrC23DWT+gkzBzbi8LHs0zHbYH25h8spzANWAwev6zBquq8lvR5iqIZjRMauhl3iE58mCdnrR3pnDTEuGzBDw==
"@daisy/[email protected].4":
version "1.3.3-alpha.4"
resolved "https://registry.yarnpkg.com/@daisy/ace-report-axe/-/ace-report-axe-1.3.3-alpha.4.tgz#a2796fb918dfa8d11a6e3968463adc915381b996"
integrity sha512-UdLYhZ6dJusaUpzxfPqtD9RlTXKNL4g5jp1v5yONolxSp6X6a7qLIcqQ6/lvyiyfJxZdDXiQe3Dh7S3CKkJxgA==
dependencies:
"@daisy/ace-localize" "1.3.3-alpha.3"
"@daisy/ace-report" "1.3.3-alpha.3"
"@daisy/ace-localize" "1.3.3-alpha.4"
"@daisy/ace-report" "1.3.3-alpha.4"
fs-extra "^10.1.0"
winston "^3.17.0"

"@daisy/[email protected].3":
version "1.3.3-alpha.3"
resolved "https://registry.yarnpkg.com/@daisy/ace-report/-/ace-report-1.3.3-alpha.3.tgz#831864869f75e8086a5b239da6d042236dbccfb3"
integrity sha512-u4YpU8zyZwSFKyTZIWtLbGmj3tgRKWXpsf+Nzf2Ekmu7WLE7BfQ+ZALT0fwJrlaCBkwqgnTYezcqyCQIhisknA==
"@daisy/[email protected].4":
version "1.3.3-alpha.4"
resolved "https://registry.yarnpkg.com/@daisy/ace-report/-/ace-report-1.3.3-alpha.4.tgz#0fa19a079dbd1c4dbe2d5ad329273e0b07ae437e"
integrity sha512-nwVTgJ5yPiZuseC3GgT4c/kss53rnLjkDSh9KFp1xunMsLI4mfcwYp5bA7NJlJML3QWewSOPNXUhse4LsHTocw==
dependencies:
"@daisy/ace-config" "1.3.3-alpha.3"
"@daisy/ace-localize" "1.3.3-alpha.3"
"@daisy/ace-meta" "1.3.3-alpha.3"
"@daisy/ace-config" "1.3.3-alpha.4"
"@daisy/ace-localize" "1.3.3-alpha.4"
"@daisy/ace-meta" "1.3.3-alpha.4"
escape-html "^1.0.3"
fs-extra "^10.1.0"
handlebars "^4.7.8"
winston "^3.17.0"

"@daisy/[email protected].1":
version "4.10.2-canary.1"
resolved "https://registry.yarnpkg.com/@daisy/axe-core-for-ace/-/axe-core-for-ace-4.10.2-canary.1.tgz#e70416dc8f6618421331d861fac69667fd0c0c7b"
integrity sha512-Wz/66EEGJIohYSp3fsKdkQvYPwLNnxzdbZ2N6rdw24k6CjW8vi+ut/aPS3HnF9E/R7XXUEXLmN4oU79Cftbwvg==
"@daisy/[email protected].2":
version "4.10.2-canary.2"
resolved "https://registry.yarnpkg.com/@daisy/axe-core-for-ace/-/axe-core-for-ace-4.10.2-canary.2.tgz#c0d1c7a6b2ee78d7dafcee115683862a95e45c8d"
integrity sha512-hlmOnjH8D1PpQDvWHY5dJwOWYQx7O08+acgO4j79TOvtrc8MqTodYgAVcSdO+wIUMCN/bfwbfoDRcludOQsUYQ==

"@daisy/[email protected].3":
version "1.3.3-alpha.3"
resolved "https://registry.yarnpkg.com/@daisy/epub-utils/-/epub-utils-1.3.3-alpha.3.tgz#8dda91f2822cce4dea590c971781f41916d4f635"
integrity sha512-sdIN+glczH1QbSWpASJnl+cr1zmprQhVaOrpNWY5nQq1t635PG+kZjzPpSi5UT1CabBvFVj5tUaw0mciravM8w==
"@daisy/[email protected].4":
version "1.3.3-alpha.4"
resolved "https://registry.yarnpkg.com/@daisy/epub-utils/-/epub-utils-1.3.3-alpha.4.tgz#32069dee2557912c4d0faa9639f099aa65a41a12"
integrity sha512-scNNgG801uVHPVNOki2TJhFbKujIJ6Nup3T6TftbdKLmB93oxk54H8tfLULltDlauWgbyyq+3b3+7FnOh9XDlg==
dependencies:
extract-zip "^2.0.1"
file-url "^3.0.0"
Expand Down

0 comments on commit 32a7de7

Please sign in to comment.