@canopycanopycanopy/b-ber-grammar-attributes 3.0.8-nav.0 → 3.0.8-spreads.13
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/dist/index.js +1 -1
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -32,6 +32,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var _co
|
|
|
32
32
|
// Class -> Order -> Family -> Genus
|
|
33
33
|
// element -> block -> frontmatter -> preface
|
|
34
34
|
//
|
|
35
|
+
|
|
35
36
|
const _lookUpFamily = genus => _bBerShapesDirectives.FRONTMATTER_DIRECTIVES.has(genus) ? 'frontmatter' : _bBerShapesDirectives.BODYMATTER_DIRECTIVES.has(genus) ? 'bodymatter' : _bBerShapesDirectives.BACKMATTER_DIRECTIVES.has(genus) ? 'backmatter' : '';
|
|
36
37
|
|
|
37
38
|
// Determine the directive's classification and parent's type
|
|
@@ -168,7 +169,6 @@ const _extendWithDefaults = (obj, genus) => {
|
|
|
168
169
|
} else {
|
|
169
170
|
result.classes = taxonomy; // -> class="bodymatter chapter"
|
|
170
171
|
}
|
|
171
|
-
|
|
172
172
|
return result;
|
|
173
173
|
case 'inline':
|
|
174
174
|
if (_requiresAltTag(genus) && !(0, _lodash.default)(obj, 'alt')) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@canopycanopycanopy/b-ber-grammar-attributes",
|
|
3
|
-
"version": "3.0.8-
|
|
3
|
+
"version": "3.0.8-spreads.13+382e3b5d",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -17,9 +17,9 @@
|
|
|
17
17
|
"access": "public"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@canopycanopycanopy/b-ber-lib": "3.0.8-
|
|
21
|
-
"@canopycanopycanopy/b-ber-logger": "3.0.8-
|
|
22
|
-
"@canopycanopycanopy/b-ber-shapes-directives": "3.0.8-
|
|
20
|
+
"@canopycanopycanopy/b-ber-lib": "3.0.8-spreads.13+382e3b5d",
|
|
21
|
+
"@canopycanopycanopy/b-ber-logger": "3.0.8-spreads.13+382e3b5d",
|
|
22
|
+
"@canopycanopycanopy/b-ber-shapes-directives": "3.0.8-spreads.13+382e3b5d",
|
|
23
23
|
"lodash": "^4.17.21",
|
|
24
24
|
"lodash.has": "latest",
|
|
25
25
|
"tar": "^6.1.11"
|
|
@@ -49,5 +49,5 @@
|
|
|
49
49
|
"url": "https://maxwellsimmer.com"
|
|
50
50
|
}
|
|
51
51
|
],
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "382e3b5d61d1617ab7e15081787e5e57a60d7ec6"
|
|
53
53
|
}
|