metanorma-jis 0.5.6 → 0.5.7

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2833cfea879bbff295e70822cc24e1308ded02dbd16620d3c6930b31dc837bc7
4
- data.tar.gz: fc51853fd4f00549260aadda1864302d67693b4214d7aa6703a07abbac6410cc
3
+ metadata.gz: 91ce452f56835d696316e24e201cb29822b12d0d46948a47f61413e5596787d8
4
+ data.tar.gz: c87a9eafd93f339359d1ca573fcc721579ffbaf681d082fdba1e4c7882a469bb
5
5
  SHA512:
6
- metadata.gz: 9e7b79f6893aecb4d7409000d4693d99f48a371d64696c2e7fd1efc9e618f7b4a6ce944edc432eb6e1ac411f974837943f5ecb35773d645ecc05acd011c721c9
7
- data.tar.gz: d5526253052e1840c5d90676d72ca2d1d5d064f60e1576d299eddb3d480d9c61778c74af0f31ca2d4aa5b1dddcbde9d78a45db6e113a34aba26199e476d44ef3
6
+ metadata.gz: 4dfd857816997b92b13897a1733ba363f6738ab9ce9bfca6e33985ca6f159cadcba79858779939533a666130fea6735dfeb8715fb7b4aa9128049d7258d3b067
7
+ data.tar.gz: 40a71b469f2f7f3b5d8b52eb2d045836990f369dbde2999ae47d6a08859fb7cab83ffe06d0f13af9f690dc062f0bb7c075298d91e17e7a247e54389e0eb20349
@@ -320,8 +320,6 @@ h6:hover > a.anchor,
320
320
 
321
321
  svg {
322
322
  width: 100%;
323
- padding-bottom: 92%;
324
- height: 1px;
325
323
  overflow: visible;
326
324
  }
327
325
 
@@ -320,8 +320,6 @@ h6:hover > a.anchor,
320
320
 
321
321
  svg {
322
322
  width: 100%;
323
- padding-bottom: 92%;
324
- height: 1px;
325
323
  overflow: visible;
326
324
  }
327
325
 
@@ -5878,6 +5878,7 @@
5878
5878
  <xsl:variable name="hair_space"> </xsl:variable>
5879
5879
  <xsl:variable name="en_dash">–</xsl:variable>
5880
5880
  <xsl:variable name="em_dash">—</xsl:variable>
5881
+ <xsl:variable name="nonbreak_space_em_dash_space"> — </xsl:variable>
5881
5882
  <xsl:variable name="cr">&#13;</xsl:variable>
5882
5883
  <xsl:variable name="lf">
5883
5884
  </xsl:variable>
@@ -1,6 +1,6 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
2
  <grammar xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0" xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
3
- <!-- VERSION v2.0.5 -->
3
+ <!-- VERSION v2.0.6 -->
4
4
 
5
5
  <!--
6
6
  ALERT: cannot have root comments, because of https://github.com/metanorma/metanorma/issues/437
@@ -801,6 +801,12 @@ titlecase, or lowercase</a:documentation>
801
801
  <a:documentation>User-supplied anchor of element; replaced by content-based id, with all references to the anchor updated accordingly</a:documentation>
802
802
  </attribute>
803
803
  </optional>
804
+ <optional>
805
+ <attribute name="source">
806
+ <a:documentation>Sourcing of the current element in an external data model</a:documentation>
807
+ <ref name="IdRefType"/>
808
+ </attribute>
809
+ </optional>
804
810
  </define>
805
811
  <define name="OptionalId" combine="interleave">
806
812
  <optional>
@@ -808,6 +814,12 @@ titlecase, or lowercase</a:documentation>
808
814
  <a:documentation> User-supplied anchor of element; replaced by content-based id, with all references to the anchor updated accordingly</a:documentation>
809
815
  </attribute>
810
816
  </optional>
817
+ <optional>
818
+ <attribute name="source">
819
+ <a:documentation>Sourcing of the current element in an external data model</a:documentation>
820
+ <ref name="IdRefType"/>
821
+ </attribute>
822
+ </optional>
811
823
  </define>
812
824
  <define name="ObligationType">
813
825
  <a:documentation>The force of a clause in a standard document: whether it has normative or informative effect</a:documentation>
@@ -954,6 +966,7 @@ titlecase, or lowercase</a:documentation>
954
966
  is used in particular to capture mutually agreed definitions of codepoints in Unicode Private Use Area</a:documentation>
955
967
  </attribute>
956
968
  </optional>
969
+ <ref name="OptionalId"/>
957
970
  <oneOrMore>
958
971
  <ref name="TextElement">
959
972
  <a:documentation>Textual content of span</a:documentation>
@@ -1,6 +1,6 @@
1
1
  module Metanorma
2
2
  module Jis
3
- VERSION = "0.5.6".freeze
3
+ VERSION = "0.5.7".freeze
4
4
  end
5
5
  end
6
6
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metanorma-jis
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.6
4
+ version: 0.5.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-05-12 00:00:00.000000000 Z
11
+ date: 2025-05-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: japanese_calendar