@forsakringskassan/docs-live-example 1.5.4 → 1.5.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.
|
@@ -121,7 +121,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
121
121
|
type: PropType<"vue" | "html">;
|
|
122
122
|
required: true;
|
|
123
123
|
};
|
|
124
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {
|
|
124
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {
|
|
125
|
+
expandable: HTMLDivElement;
|
|
126
|
+
}, any>;
|
|
125
127
|
LiveVueCode: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
126
128
|
template: {
|
|
127
129
|
type: StringConstructor;
|
|
@@ -31,5 +31,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
31
31
|
type: PropType<"vue" | "html">;
|
|
32
32
|
required: true;
|
|
33
33
|
};
|
|
34
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {
|
|
34
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {
|
|
35
|
+
expandable: HTMLDivElement;
|
|
36
|
+
}, any>;
|
|
35
37
|
export default _default;
|
package/dist/cjs/index.js
CHANGED
|
@@ -918,7 +918,7 @@ var require_core = __commonJS({
|
|
|
918
918
|
}
|
|
919
919
|
return mode;
|
|
920
920
|
}
|
|
921
|
-
var version = "11.11.
|
|
921
|
+
var version = "11.11.1";
|
|
922
922
|
var HTMLInjectionError = class extends Error {
|
|
923
923
|
constructor(reason, html) {
|
|
924
924
|
super(reason);
|
|
@@ -1569,12 +1569,12 @@ var require_core = __commonJS({
|
|
|
1569
1569
|
});
|
|
1570
1570
|
|
|
1571
1571
|
// src/index.ts
|
|
1572
|
-
var
|
|
1573
|
-
__export(
|
|
1572
|
+
var index_exports = {};
|
|
1573
|
+
__export(index_exports, {
|
|
1574
1574
|
LiveExample: () => LiveExample_default2,
|
|
1575
1575
|
createElement: () => createElement
|
|
1576
1576
|
});
|
|
1577
|
-
module.exports = __toCommonJS(
|
|
1577
|
+
module.exports = __toCommonJS(index_exports);
|
|
1578
1578
|
|
|
1579
1579
|
// sfc-script:/home/runner/work/docs-live-example/docs-live-example/src/LiveExample.vue?type=script
|
|
1580
1580
|
var import_vue5 = require("vue");
|
package/dist/esm/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forsakringskassan/docs-live-example",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.6",
|
|
4
4
|
"description": "Components used for live examples",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"documentation"
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"!**/*.spec.d.ts"
|
|
35
35
|
],
|
|
36
36
|
"peerDependencies": {
|
|
37
|
-
"html-validate": ">= 7.9.0
|
|
37
|
+
"html-validate": ">= 7.9.0",
|
|
38
38
|
"prettier": "^2.3 || ^3",
|
|
39
39
|
"vue": "^3.4.15"
|
|
40
40
|
},
|