@htmlbricks/hb-sidenav-link 0.8.42 → 0.9.0
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/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@htmlbricks/hb-sidenav-link",
|
|
3
3
|
"displayName": "Svelte Boostrap sidenavlink",
|
|
4
4
|
"description": "Svelte Boostrap sidenavlink",
|
|
5
|
-
"version": "0.
|
|
5
|
+
"version": "0.9.0",
|
|
6
6
|
"main": "release/release.js",
|
|
7
7
|
"publishConfig": {
|
|
8
8
|
"access": "public"
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
"prepublish": "npm run build:release"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@htmlbricks/hb-jsutils": "^0.
|
|
34
|
-
"@htmlbricks/manifester": "^0.0.
|
|
33
|
+
"@htmlbricks/hb-jsutils": "^0.9.0",
|
|
34
|
+
"@htmlbricks/manifester": "^0.0.9",
|
|
35
35
|
"@rollup/plugin-alias": "^3.1.2",
|
|
36
36
|
"@rollup/plugin-commonjs": "^18.0.0",
|
|
37
37
|
"@rollup/plugin-json": "^4.1.0",
|
|
@@ -76,5 +76,5 @@
|
|
|
76
76
|
"html5-webcomponents"
|
|
77
77
|
],
|
|
78
78
|
"contributors": [],
|
|
79
|
-
"gitHead": "
|
|
79
|
+
"gitHead": "a041e21e8aa96b26b57435df8ef79e04f27be288"
|
|
80
80
|
}
|
package/release/docs.mjs
DELETED
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
export var storybookArgs = {
|
|
2
|
-
navpage: { control: { type: "text" } },
|
|
3
|
-
navlink: { control: { type: "object" } }
|
|
4
|
-
};
|
|
5
|
-
var cssVars = [{ name: "--bs-primary", defaultValue: "#07689f", valueType: "color", theme: "bootstrap" }];
|
|
6
|
-
export var cssParts = [{ name: "li", description: "list element" }];
|
|
7
|
-
export var htmlSlots = [];
|
|
8
|
-
export var i18nLanguages = [];
|
|
9
|
-
export var styleSetup = {
|
|
10
|
-
vars: cssVars,
|
|
11
|
-
parts: cssParts
|
|
12
|
-
};
|
|
13
|
-
var examples = [
|
|
14
|
-
{
|
|
15
|
-
navpage: "home",
|
|
16
|
-
navlink: {
|
|
17
|
-
label: "Home",
|
|
18
|
-
key: "home",
|
|
19
|
-
icon: "house-door",
|
|
20
|
-
badge: {
|
|
21
|
-
text: "bbb"
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
},
|
|
25
|
-
];
|
|
26
|
-
export var componentSetup = {
|
|
27
|
-
definitions: null,
|
|
28
|
-
storybookArgs: storybookArgs,
|
|
29
|
-
styleSetup: styleSetup,
|
|
30
|
-
htmlSlots: htmlSlots,
|
|
31
|
-
i18n: i18nLanguages,
|
|
32
|
-
examples: examples,
|
|
33
|
-
name: "hb-sidenav-link",
|
|
34
|
-
category: "basic",
|
|
35
|
-
tags: ["basic"],
|
|
36
|
-
size: {}
|
|
37
|
-
};
|
|
38
|
-
//# sourceMappingURL=docs.js.map
|
|
@@ -1,79 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$ref": "#/definitions/Component",
|
|
3
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
|
-
"definitions": {
|
|
5
|
-
"Component": {
|
|
6
|
-
"additionalProperties": false,
|
|
7
|
-
"properties": {
|
|
8
|
-
"id": {
|
|
9
|
-
"type": "string"
|
|
10
|
-
},
|
|
11
|
-
"navlink": {
|
|
12
|
-
"$ref": "#/definitions/INavLink"
|
|
13
|
-
},
|
|
14
|
-
"navpage": {
|
|
15
|
-
"type": "string"
|
|
16
|
-
},
|
|
17
|
-
"style": {
|
|
18
|
-
"type": "string"
|
|
19
|
-
}
|
|
20
|
-
},
|
|
21
|
-
"required": [
|
|
22
|
-
"navlink"
|
|
23
|
-
],
|
|
24
|
-
"type": "object"
|
|
25
|
-
},
|
|
26
|
-
"INavLink": {
|
|
27
|
-
"additionalProperties": false,
|
|
28
|
-
"properties": {
|
|
29
|
-
"active": {
|
|
30
|
-
"type": "boolean"
|
|
31
|
-
},
|
|
32
|
-
"badge": {
|
|
33
|
-
"additionalProperties": false,
|
|
34
|
-
"properties": {
|
|
35
|
-
"class": {
|
|
36
|
-
"type": "string"
|
|
37
|
-
},
|
|
38
|
-
"classcolor": {
|
|
39
|
-
"type": "string"
|
|
40
|
-
},
|
|
41
|
-
"text": {
|
|
42
|
-
"type": "string"
|
|
43
|
-
}
|
|
44
|
-
},
|
|
45
|
-
"required": [
|
|
46
|
-
"text"
|
|
47
|
-
],
|
|
48
|
-
"type": "object"
|
|
49
|
-
},
|
|
50
|
-
"group": {
|
|
51
|
-
"type": "string"
|
|
52
|
-
},
|
|
53
|
-
"icon": {
|
|
54
|
-
"type": "string"
|
|
55
|
-
},
|
|
56
|
-
"key": {
|
|
57
|
-
"type": "string"
|
|
58
|
-
},
|
|
59
|
-
"label": {
|
|
60
|
-
"type": "string"
|
|
61
|
-
},
|
|
62
|
-
"open": {
|
|
63
|
-
"type": "boolean"
|
|
64
|
-
},
|
|
65
|
-
"subLinks": {
|
|
66
|
-
"items": {
|
|
67
|
-
"$ref": "#/definitions/INavLink"
|
|
68
|
-
},
|
|
69
|
-
"type": "array"
|
|
70
|
-
}
|
|
71
|
-
},
|
|
72
|
-
"required": [
|
|
73
|
-
"key",
|
|
74
|
-
"label"
|
|
75
|
-
],
|
|
76
|
-
"type": "object"
|
|
77
|
-
}
|
|
78
|
-
}
|
|
79
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$ref": "#/definitions/Events",
|
|
3
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
|
-
"definitions": {
|
|
5
|
-
"Events": {
|
|
6
|
-
"additionalProperties": false,
|
|
7
|
-
"properties": {
|
|
8
|
-
"pagechange": {
|
|
9
|
-
"additionalProperties": false,
|
|
10
|
-
"properties": {
|
|
11
|
-
"page": {
|
|
12
|
-
"type": "string"
|
|
13
|
-
}
|
|
14
|
-
},
|
|
15
|
-
"required": [
|
|
16
|
-
"page"
|
|
17
|
-
],
|
|
18
|
-
"type": "object"
|
|
19
|
-
}
|
|
20
|
-
},
|
|
21
|
-
"required": [
|
|
22
|
-
"pagechange"
|
|
23
|
-
],
|
|
24
|
-
"type": "object"
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
}
|