@inditextech/docouture-ui-bundle 0.1.0-SNAPSHOT.74.1 → 0.1.0-SNAPSHOT.81.1
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/NOTICE
CHANGED
|
@@ -1,14 +1,27 @@
|
|
|
1
|
-
This package is a fork of the Antora default UI
|
|
1
|
+
This package is a fork of the Antora default UI, and carries two licenses
|
|
2
|
+
across its own source files — each file's own SPDX header is authoritative;
|
|
3
|
+
this NOTICE just explains the split.
|
|
2
4
|
|
|
3
5
|
Antora default UI
|
|
4
6
|
https://gitlab.com/antora/antora-ui-default
|
|
5
7
|
Copyright (C) OpenDevise Inc. and individual contributors to Antora
|
|
6
8
|
Licensed under the Mozilla Public License, v. 2.0 (see LICENSE)
|
|
7
9
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
10
|
+
Files that are a Modification of an antora-ui-default file at the same path —
|
|
11
|
+
per MPL-2.0 §1.10(a), regardless of how much of the file's content has since
|
|
12
|
+
changed — remain licensed MPL-2.0, matching upstream. This covers most of the
|
|
13
|
+
Handlebars templates and stylesheets, several build helpers under gulp.d/,
|
|
14
|
+
and the ported-to-TypeScript client-side scripts in src/js/.
|
|
15
|
+
|
|
16
|
+
Files with no antora-ui-default counterpart at all — the Design-System
|
|
17
|
+
integration (dt-*.css, the DS component stylesheets and partials), the
|
|
18
|
+
home/landing layout, search, the icon build pipeline, and the rest of the
|
|
19
|
+
gulp/esbuild build pipeline that has no upstream equivalent — are wholly
|
|
20
|
+
Inditex's own work and licensed Apache-2.0.
|
|
21
|
+
|
|
22
|
+
The build pipeline as a whole (gulp 5, esbuild, svgo, TypeScript sources)
|
|
23
|
+
and the upgrade from highlight.js 9 to 11 are described further in
|
|
24
|
+
../../README.md.
|
|
12
25
|
|
|
13
26
|
The syntax-highlighting palette is highlight.js's own bundled themes, "GitHub
|
|
14
27
|
Dark" and "GitHub Dark Dimmed" (highlight.js/styles/github-dark(-dimmed).css),
|
|
Binary file
|
package/build/ui-bundle.zip
CHANGED
|
Binary file
|
package/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inditextech/docouture-ui-bundle",
|
|
3
|
-
"version": "0.1.0-SNAPSHOT.
|
|
3
|
+
"version": "0.1.0-SNAPSHOT.81.1",
|
|
4
4
|
"description": "Antora UI bundle for the docouture documentation platform",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/InditexTech/docouture.git",
|
|
8
8
|
"directory": "code/packages/ui-bundle"
|
|
9
9
|
},
|
|
10
|
-
"license": "
|
|
10
|
+
"license": "SEE LICENSE IN NOTICE",
|
|
11
11
|
"main": "index.js",
|
|
12
12
|
"files": [
|
|
13
13
|
"index.js",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"vinyl-fs": "~4.0.2",
|
|
50
50
|
"zbsearch": "~4.0.0",
|
|
51
51
|
"@zbsearch/highlight": "~4.0.0",
|
|
52
|
-
"@inditextech/docouture-asciidoc-extensions": "0.1.0-SNAPSHOT.
|
|
52
|
+
"@inditextech/docouture-asciidoc-extensions": "0.1.0-SNAPSHOT.81.1"
|
|
53
53
|
},
|
|
54
54
|
"scripts": {
|
|
55
55
|
"build": "gulp bundle",
|