@docfy/ember 0.10.4 → 0.10.6
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"docfy-demo.d.ts","sourceRoot":"","sources":["../../src/components/docfy-demo.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,oBAAoB,CAAC;AAU3C,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,gCAAgC,CAAC;AAQ1D,UAAU,mBAAmB;IAC3B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;CACd;AAiFD,UAAU,yBAAyB;IACjC,OAAO,EAAE,cAAc,CAAC;IACxB,MAAM,EAAE;QACN,OAAO,EAAE,EAAE,CAAC;KACb,CAAC;CACH;
|
|
1
|
+
{"version":3,"file":"docfy-demo.d.ts","sourceRoot":"","sources":["../../src/components/docfy-demo.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,oBAAoB,CAAC;AAU3C,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,gCAAgC,CAAC;AAQ1D,UAAU,mBAAmB;IAC3B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;CACd;AAiFD,UAAU,yBAAyB;IACjC,OAAO,EAAE,cAAc,CAAC;IACxB,MAAM,EAAE;QACN,OAAO,EAAE,EAAE,CAAC;KACb,CAAC;CACH;AAiFD,UAAU,0BAA0B;IAClC,MAAM,EAAE;QACN,OAAO,EAAE,CAAC,GAAG,CAAC,CAAC;KAChB,CAAC;CACH;AAED,cAAM,iBAAkB,SAAQ,SAAS,CAAC,0BAA0B,CAAC;IAC1D,QAAQ,EAAE,mBAAmB,EAAE,CAAM;IACrC,MAAM,CAAC,EAAE,MAAM,CAAC;IAEjB,eAAe,CAAC,OAAO,EAAE,mBAAmB,GAAG,IAAI;IASnD,gBAAgB,CAAC,EAAE,EAAE,MAAM,GAAG,IAAI;CAyC3C;AAGD,UAAU,aAAa;IACrB,EAAE,EAAE,MAAM,CAAC;CACZ;AAED,UAAU,kBAAkB;IAC1B,IAAI,EAAE,aAAa,CAAC;IACpB,OAAO,EAAE,cAAc,CAAC;IACxB,MAAM,EAAE;QACN,OAAO,EAAE;YACP;gBACE,OAAO,EAAE,GAAG,CAAC,yBAAyB,CAAC,CAAC;gBACxC,WAAW,EAAE,GAAG,CAAC;gBACjB,OAAO,EAAE,GAAG,CAAC;gBACb,QAAQ,EAAE,OAAO,iBAAiB,CAAC;aACpC;SACF,CAAC;KACH,CAAC;CACH;AAED,MAAM,CAAC,OAAO,OAAO,SAAU,SAAQ,SAAS,CAAC,kBAAkB,CAAC;CAoBnE"}
|
|
@@ -28,7 +28,7 @@ class DocfyDemoDescription extends Component {
|
|
|
28
28
|
}
|
|
29
29
|
// Example subcomponent
|
|
30
30
|
|
|
31
|
-
const DocfyDemoExample = setComponentTemplate(precompileTemplate("\n <div class=\"docfy-demo__example not-prose\" data-test-id=\"demo-example\" ...attributes>\n
|
|
31
|
+
const DocfyDemoExample = setComponentTemplate(precompileTemplate("\n <div class=\"docfy-demo__example__container\" data-test-id=\"demo-example__container\" ...attributes>\n <div class=\"docfy-demo__example not-prose\" data-test-id=\"demo-example\" ...attributes>\n {{yield}}\n </div>\n </div>\n", {
|
|
32
32
|
strictMode: true
|
|
33
33
|
}), templateOnly());
|
|
34
34
|
// Snippet subcomponent
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@docfy/ember",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.6",
|
|
4
4
|
"description": "The default blueprint for Embroider v2 addons.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ember-addon"
|
|
@@ -104,5 +104,5 @@
|
|
|
104
104
|
]
|
|
105
105
|
}
|
|
106
106
|
},
|
|
107
|
-
"gitHead": "
|
|
107
|
+
"gitHead": "194b8f33353222fe925f9a1952bbfd800bd139f8"
|
|
108
108
|
}
|