@canopycanopycanopy/b-ber-grammar-attributes 3.0.8-nav-memo.0 → 3.0.8-nav-memo.2

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. 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-nav-memo.0+24db1e6b",
3
+ "version": "3.0.8-nav-memo.2+63b04c68",
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-nav-memo.0+24db1e6b",
21
- "@canopycanopycanopy/b-ber-logger": "3.0.8-nav-memo.0+24db1e6b",
22
- "@canopycanopycanopy/b-ber-shapes-directives": "3.0.8-nav-memo.0+24db1e6b",
20
+ "@canopycanopycanopy/b-ber-lib": "3.0.8-nav-memo.2+63b04c68",
21
+ "@canopycanopycanopy/b-ber-logger": "3.0.8-nav-memo.2+63b04c68",
22
+ "@canopycanopycanopy/b-ber-shapes-directives": "3.0.8-nav-memo.2+63b04c68",
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": "24db1e6bb491faae0d52c6dadc09d974a5a31cf5"
52
+ "gitHead": "63b04c68746dd40114a3718c6bef65710649a688"
53
53
  }