From 957c193d73ada7443442104ba672b14982e7898f Mon Sep 17 00:00:00 2001 From: Roger Sheen Date: Fri, 29 Sep 2023 21:06:26 +0200 Subject: [PATCH 1/4] Add DITA Bootstrap version 5.3.3 Signed-off-by: Roger Sheen --- net.infotexture.dita-bootstrap.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/net.infotexture.dita-bootstrap.json b/net.infotexture.dita-bootstrap.json index a150ff8..8590871 100644 --- a/net.infotexture.dita-bootstrap.json +++ b/net.infotexture.dita-bootstrap.json @@ -154,5 +154,25 @@ ], "url": "https://github.com/infotexture/dita-bootstrap/archive/5.3.2.zip", "cksum": "7d29ef6da445ebb0c7dcec84d191f2c118ad9fa15ea77c92b7f274550de5aca8" + }, + { + "name": "net.infotexture.dita-bootstrap", + "description": "Styled HTML5 output with an extensible Bootstrap template", + "keywords": ["HTML", "HTML5", "Bootstrap", "Bootstrap 5", "Responsive"], + "homepage": "https://infotexture.github.io/dita-bootstrap", + "vers": "5.3.3", + "license": "Apache-2.0", + "deps": [ + { + "name": "org.dita.base", + "req": ">=3.7.0" + }, + { + "name": "fox.jason.extend.css", + "req": ">=1.0.0" + } + ], + "url": "https://github.com/infotexture/dita-bootstrap/archive/5.3.3.zip", + "cksum": "b322d1edbcf3dca97e594a889e2ec01f3b396d79b0109cf75448f899a65d0ab1" } ] From ed30fb9c40cdceb733b60ab5e62cbf1e18dcebcd Mon Sep 17 00:00:00 2001 From: Roger Sheen Date: Fri, 29 Sep 2023 21:40:57 +0200 Subject: [PATCH 2/4] Add DITA Bootstrap Lunr Search version 5.3.3 Signed-off-by: Roger Sheen --- net.infotexture.dita-bootstrap.lunr.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 net.infotexture.dita-bootstrap.lunr.json diff --git a/net.infotexture.dita-bootstrap.lunr.json b/net.infotexture.dita-bootstrap.lunr.json new file mode 100644 index 0000000..8bcf454 --- /dev/null +++ b/net.infotexture.dita-bootstrap.lunr.json @@ -0,0 +1,22 @@ +[ + { + "name": "net.infotexture.dita-bootstrap.lunr", + "description": "Lunr.js search for DITA Bootstrap", + "keywords": ["HTML", "HTML5", "Bootstrap", "Bootstrap 5", "Responsive", "Lunr", "Search"], + "homepage": "https://infotexture.github.io/dita-bootstrap/search-box.html", + "vers": "5.3.3", + "license": "Apache-2.0", + "deps": [ + { + "name": "org.dita.base", + "req": ">=3.7.0" + }, + { + "name": "net.infotexture.dita-bootstrap", + "req": ">=5.3.3" + } + ], + "url": "https://github.com/infotexture/dita-bootstrap.lunr/archive/5.3.3.zip", + "cksum": "42a820bcae1bf9f903028b928c9f2fea5c5243da07d72f75f4db076ac3f13ce0" + } +] From d414a14eb5cdf6a40a7759641a11b5dc8657d014 Mon Sep 17 00:00:00 2001 From: Roger Sheen Date: Fri, 29 Sep 2023 21:51:43 +0200 Subject: [PATCH 3/4] Add DITA Bootstrap Sass version 5.3.3 Signed-off-by: Roger Sheen --- net.infotexture.dita-bootstrap.sass.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 net.infotexture.dita-bootstrap.sass.json diff --git a/net.infotexture.dita-bootstrap.sass.json b/net.infotexture.dita-bootstrap.sass.json new file mode 100644 index 0000000..36272c5 --- /dev/null +++ b/net.infotexture.dita-bootstrap.sass.json @@ -0,0 +1,22 @@ +[ + { + "name": "net.infotexture.dita-bootstrap.sass", + "description": "Sass theme customization for DITA Bootstrap 5.3.3", + "keywords": ["HTML", "HTML5", "Bootstrap", "Bootstrap 5", "Responsive", "Sass", "Themes"], + "homepage": "https://infotexture.github.io/dita-bootstrap/sass.html", + "vers": "5.3.3", + "license": "Apache-2.0", + "deps": [ + { + "name": "org.dita.base", + "req": ">=3.7.0" + }, + { + "name": "net.infotexture.dita-bootstrap", + "req": ">=5.3.3" + } + ], + "url": "https://github.com/infotexture/dita-bootstrap.sass/archive/5.3.3.zip", + "cksum": "6331f354194e9ca66830a52413c1ccfa2de42f139db646ac4312834b2ecbc921" + } +] From e69460d8f3e449496ed2429a6b0c04592a17550c Mon Sep 17 00:00:00 2001 From: Roger Sheen Date: Fri, 29 Sep 2023 22:45:51 +0200 Subject: [PATCH 4/4] Bump `fox.jason.extend.css` requirement to 1.2.2 - Per https://github.com/dita-ot/registry/pull/140#discussion_r1341766752 - Depends on https://github.com/dita-ot/registry/pull/141 Signed-off-by: Roger Sheen --- net.infotexture.dita-bootstrap.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net.infotexture.dita-bootstrap.json b/net.infotexture.dita-bootstrap.json index 8590871..9a61a57 100644 --- a/net.infotexture.dita-bootstrap.json +++ b/net.infotexture.dita-bootstrap.json @@ -169,7 +169,7 @@ }, { "name": "fox.jason.extend.css", - "req": ">=1.0.0" + "req": ">=1.2.2" } ], "url": "https://github.com/infotexture/dita-bootstrap/archive/5.3.3.zip",