@inditextech/docouture-ui-bundle 0.1.0-SNAPSHOT.68.1 → 0.1.0-SNAPSHOT.71.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
@@ -24,51 +24,13 @@ comment. Covered by the same BSD-3-Clause licence as highlight.js itself:
24
24
 
25
25
  --------------------------------------------------------------------------------
26
26
 
27
- This bundle embeds a small amount of CSS derived from the IOP Design System, which
28
- is NOT covered by the Mozilla Public License and is NOT redistributable outside
29
- Inditex:
27
+ Icon artwork (src/img/icons.svg, src/css/icon-masks.css, and the individual
28
+ SVGs `just icons-build` cuts them from) comes from Lucide, a public npm
29
+ package:
30
30
 
31
- IOP Design System (Sewing)
32
- https://github.com/inditex/lib-sewingiopdsweb
33
- Copyright (C) Industria de Diseno Textil, S.A. (Inditex)
34
- Licensed under the INDITEX license — proprietary, internal use only
31
+ Lucide
32
+ https://lucide.dev
33
+ Copyright (c) 2022 Lucide Contributors, and Feather Icons contributors
34
+ (Copyright (c) 2013-2023 Cole Bemis)
35
+ Licensed under the ISC License (see node_modules/lucide-static/LICENSE)
35
36
 
36
- @inditex/sewingiopdsweb-styles design tokens, theming, breakpoints
37
- @inditex/sewingiopdsweb-react-components per-component stylesheets (see src/css/ids-components.yml)
38
-
39
- Neither package is a dependency of this workspace and neither is resolved from
40
- Artifactory at build time — see code/tools/ids/README.md. What's embedded is a
41
- small, generated derivative committed under src/css/ (ids-tokens.css,
42
- ids-breakpoints.css, ids-components.css, and the `.ids-icon` sizing rule in
43
- icons.css), mechanically extracted by code/tools/ids/sync.mjs from those
44
- packages installed in a sidecar outside this workspace, and re-generated only
45
- when a developer runs `just ids-sync` by hand. Which component stylesheets are
46
- vendored into ids-components.css is declared in src/css/ids-components.yml.
47
- `ids.lock.json` records the design system version and source hashes the
48
- current derivative was generated from.
49
-
50
- Sites built with this bundle are for internal distribution only, on account of
51
- that derivative. Publishing such a site, or the bundle itself, to a public
52
- location requires removing it first — see
53
- .opencode/skills/iop-ds-components/SKILL.md and the `iop-ds-reference` skill.
54
-
55
- The same restriction covers artwork. `src/img/ids-icons.svg` is a sprite cut
56
- from the design system's published icon sprites at
57
- https://amgassets.inditex.com/amigaweb/icons/ and is committed to this
58
- repository and shipped inside the bundle. Those icons are INDITEX-licensed, not
59
- MPL, and carry their notice in the sprite's own `<desc>`. Which icons are
60
- vendored is declared in `src/img/icons.yml`; what they were cut from is recorded
61
- in `icons.lock.json`; `scripts/build-sprite.mjs` regenerates the sprite. The
62
- full catalogue those sprites come from is mirrored into a gitignored `.icons/`
63
- directory and is deliberately not committed.
64
-
65
- `src/css/icon-masks.css` is a second, generated derivative of the same
66
- INDITEX-licensed sprites: a subset of the icons above, named in
67
- `src/img/icons.yml`'s `masks:` list, re-cut as `mask-image`-ready data URIs for
68
- markup Asciidoctor generates itself with no room for an `<svg><use>`
69
- (admonitions — see doc.css and GH-13). Same source, same licence, same
70
- regeneration command.
71
-
72
- The typefaces referenced by those stylesheets (Helvetica Now Text SW10, Noto
73
- Sans Mono) are loaded at runtime from https://amgassets.inditex.com and are not
74
- embedded in this bundle.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inditextech/docouture-ui-bundle",
3
- "version": "0.1.0-SNAPSHOT.68.1",
3
+ "version": "0.1.0-SNAPSHOT.71.1",
4
4
  "description": "Antora UI bundle for the docouture documentation platform",
5
5
  "repository": {
6
6
  "type": "git",
@@ -35,6 +35,7 @@
35
35
  "gulp-postcss": "~10.0.0",
36
36
  "handlebars": "~4.7.9",
37
37
  "js-yaml": "~4.3.1",
38
+ "lucide-static": "~1.38.0",
38
39
  "postcss": "~8.5.26",
39
40
  "postcss-calc": "~10.1.1",
40
41
  "postcss-custom-media": "~11.0.6",
@@ -48,13 +49,12 @@
48
49
  "vinyl-fs": "~4.0.2",
49
50
  "zbsearch": "~4.0.0",
50
51
  "@zbsearch/highlight": "~4.0.0",
51
- "@inditextech/docouture-asciidoc-extensions": "0.1.0-SNAPSHOT.68.1"
52
+ "@inditextech/docouture-asciidoc-extensions": "0.1.0-SNAPSHOT.71.1"
52
53
  },
53
54
  "scripts": {
54
55
  "build": "gulp bundle",
55
56
  "preview": "gulp preview",
56
57
  "preview:build": "gulp preview:build",
57
- "icons:fetch": "node scripts/fetch-icons.mjs",
58
58
  "icons:build": "node scripts/build-sprite.mjs",
59
59
  "icons:search": "node scripts/search-icons.mjs",
60
60
  "typecheck": "tsc -p tsconfig.json --noEmit && tsc -p tsconfig.browser.json",