@canopycanopycanopy/b-ber-grammar-attributes 3.0.3 → 3.0.5-canary.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 -4
  2. package/package.json +5 -5
package/dist/index.js CHANGED
@@ -61,11 +61,8 @@ const _applyTransforms = (k, v) => {
61
61
  case 'source':
62
62
  return ` src="${v}"`;
63
63
 
64
- // media controls enabled by default
64
+ // Boolean attrs for audio/video elements
65
65
  case 'controls':
66
- return v === 'no' ? '' : ` ${k}="${v}"`;
67
-
68
- // boolean attrs for audio/video elements
69
66
  case 'autoplay':
70
67
  case 'muted':
71
68
  case 'autobuffer':
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@canopycanopycanopy/b-ber-grammar-attributes",
3
- "version": "3.0.3",
3
+ "version": "3.0.5-canary.2+a12910a7",
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.3",
21
- "@canopycanopycanopy/b-ber-logger": "3.0.3",
22
- "@canopycanopycanopy/b-ber-shapes-directives": "3.0.3",
20
+ "@canopycanopycanopy/b-ber-lib": "3.0.5-canary.2+a12910a7",
21
+ "@canopycanopycanopy/b-ber-logger": "3.0.5-canary.2+a12910a7",
22
+ "@canopycanopycanopy/b-ber-shapes-directives": "3.0.5-canary.2+a12910a7",
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": "40898312585810317993e60852ec1d62477085ef"
52
+ "gitHead": "a12910a73c4b63ebd598e18c9a3a336569c23215"
53
53
  }