@htmlbricks/hb-sidenav-link 0.10.18 → 0.10.24

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/extra/docs.ts CHANGED
@@ -33,11 +33,15 @@ export const componentSetup: ComponentSetup & { examples: Component[] } = {
33
33
  definitions: null,
34
34
  storybookArgs,
35
35
  styleSetup,
36
+ author: null,
37
+ contributors: [],
38
+ owner: null,
36
39
  htmlSlots,
37
40
  i18n: i18nLanguages,
38
41
  examples,
39
42
  screenshots: [],
40
- license: "Apache-2.0",
43
+ licenses: [{ type: "Apache-2.0", path: "LICENSE.md", cost: 0, currency: "EUR" }],
44
+ readmePath: "README.md",
41
45
  name: "hb-sidenav-link",
42
46
  category: "basic",
43
47
  tags: ["basic"],
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.10.18",
5
+ "version": "0.10.24",
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.10.18",
34
- "@htmlbricks/manifester": "^0.0.21",
33
+ "@htmlbricks/hb-jsutils": "^0.10.24",
34
+ "@htmlbricks/manifester": "^0.0.22",
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": "2c4666bfb6724594afd4203287c389cbfe764417"
79
+ "gitHead": "52b28b8b8e2398239a046e02bbe18e4ee4bb966f"
80
80
  }
package/release/docs.js CHANGED
@@ -27,11 +27,15 @@ export var componentSetup = {
27
27
  definitions: null,
28
28
  storybookArgs: storybookArgs,
29
29
  styleSetup: styleSetup,
30
+ author: null,
31
+ contributors: [],
32
+ owner: null,
30
33
  htmlSlots: htmlSlots,
31
34
  i18n: i18nLanguages,
32
35
  examples: examples,
33
36
  screenshots: [],
34
- license: "Apache-2.0",
37
+ licenses: [{ type: "Apache-2.0", path: "LICENSE.md", cost: 0, currency: "EUR" }],
38
+ readmePath: "README.md",
35
39
  name: "hb-sidenav-link",
36
40
  category: "basic",
37
41
  tags: ["basic"],
@@ -1 +1 @@
1
- {"version":3,"file":"docs.js","sourceRoot":"","sources":["../extra/docs.ts"],"names":[],"mappings":"AAGA,MAAM,CAAC,IAAM,aAAa,GAAG;IAC5B,OAAO,EAAE,EAAE,OAAO,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,EAAE;IACtC,OAAO,EAAE,EAAE,OAAO,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;CACxC,CAAC;AAEF,IAAM,OAAO,GAAa,CAAC,EAAE,IAAI,EAAE,cAAc,EAAE,YAAY,EAAE,SAAS,EAAE,SAAS,EAAE,OAAO,EAAE,KAAK,EAAE,WAAW,EAAE,CAAC,CAAC;AACtH,MAAM,CAAC,IAAM,QAAQ,GAAc,CAAC,EAAE,IAAI,EAAE,IAAI,EAAE,WAAW,EAAE,cAAc,EAAE,CAAC,CAAC;AACjF,MAAM,CAAC,IAAM,SAAS,GAAe,EAAE,CAAC;AACxC,MAAM,CAAC,IAAM,aAAa,GAAe,EAAE,CAAC;AAE5C,MAAM,CAAC,IAAM,UAAU,GAAe;IACrC,IAAI,EAAE,OAAO;IACb,KAAK,EAAE,QAAQ;CACf,CAAC;AAEF,IAAM,QAAQ,GAAgB;IAC7B;QACC,OAAO,EAAE,MAAM;QACf,OAAO,EAAE;YACR,KAAK,EAAE,MAAM;YACb,GAAG,EAAE,MAAM;YACX,IAAI,EAAE,YAAY;YAClB,KAAK,EAAE;gBACN,IAAI,EAAE,KAAK;aACX;SACD;KACD;CACD,CAAC;AACF,MAAM,CAAC,IAAM,cAAc,GAA+C;IACzE,WAAW,EAAE,IAAI;IACjB,aAAa,eAAA;IACb,UAAU,YAAA;IACV,SAAS,WAAA;IACT,IAAI,EAAE,aAAa;IACnB,QAAQ,UAAA;IACR,WAAW,EAAE,EAAE;IACf,OAAO,EAAE,YAAY;IACrB,IAAI,EAAE,iBAAiB;IACvB,QAAQ,EAAE,OAAO;IACjB,IAAI,EAAE,CAAC,OAAO,CAAC;IACf,IAAI,EAAE,EAAE;IACR,QAAQ,EAAE,oBAAoB;IAC9B,QAAQ,EAAE,6BAA6B;IACvC,OAAO,EAAE,IAAI;CACb,CAAC"}
1
+ {"version":3,"file":"docs.js","sourceRoot":"","sources":["../extra/docs.ts"],"names":[],"mappings":"AAGA,MAAM,CAAC,IAAM,aAAa,GAAG;IAC5B,OAAO,EAAE,EAAE,OAAO,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,EAAE;IACtC,OAAO,EAAE,EAAE,OAAO,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;CACxC,CAAC;AAEF,IAAM,OAAO,GAAa,CAAC,EAAE,IAAI,EAAE,cAAc,EAAE,YAAY,EAAE,SAAS,EAAE,SAAS,EAAE,OAAO,EAAE,KAAK,EAAE,WAAW,EAAE,CAAC,CAAC;AACtH,MAAM,CAAC,IAAM,QAAQ,GAAc,CAAC,EAAE,IAAI,EAAE,IAAI,EAAE,WAAW,EAAE,cAAc,EAAE,CAAC,CAAC;AACjF,MAAM,CAAC,IAAM,SAAS,GAAe,EAAE,CAAC;AACxC,MAAM,CAAC,IAAM,aAAa,GAAe,EAAE,CAAC;AAE5C,MAAM,CAAC,IAAM,UAAU,GAAe;IACrC,IAAI,EAAE,OAAO;IACb,KAAK,EAAE,QAAQ;CACf,CAAC;AAEF,IAAM,QAAQ,GAAgB;IAC7B;QACC,OAAO,EAAE,MAAM;QACf,OAAO,EAAE;YACR,KAAK,EAAE,MAAM;YACb,GAAG,EAAE,MAAM;YACX,IAAI,EAAE,YAAY;YAClB,KAAK,EAAE;gBACN,IAAI,EAAE,KAAK;aACX;SACD;KACD;CACD,CAAC;AACF,MAAM,CAAC,IAAM,cAAc,GAA+C;IACzE,WAAW,EAAE,IAAI;IACjB,aAAa,eAAA;IACb,UAAU,YAAA;IACV,MAAM,EAAE,IAAI;IACZ,YAAY,EAAE,EAAE;IAChB,KAAK,EAAE,IAAI;IACX,SAAS,WAAA;IACT,IAAI,EAAE,aAAa;IACnB,QAAQ,UAAA;IACR,WAAW,EAAE,EAAE;IACf,QAAQ,EAAE,CAAC,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,CAAC,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAChF,UAAU,EAAE,WAAW;IACvB,IAAI,EAAE,iBAAiB;IACvB,QAAQ,EAAE,OAAO;IACjB,IAAI,EAAE,CAAC,OAAO,CAAC;IACf,IAAI,EAAE,EAAE;IACR,QAAQ,EAAE,oBAAoB;IAC9B,QAAQ,EAAE,6BAA6B;IACvC,OAAO,EAAE,IAAI;CACb,CAAC"}
package/release/docs.ts CHANGED
@@ -33,11 +33,15 @@ export const componentSetup: ComponentSetup & { examples: Component[] } = {
33
33
  definitions: null,
34
34
  storybookArgs,
35
35
  styleSetup,
36
+ author: null,
37
+ contributors: [],
38
+ owner: null,
36
39
  htmlSlots,
37
40
  i18n: i18nLanguages,
38
41
  examples,
39
42
  screenshots: [],
40
- license: "Apache-2.0",
43
+ licenses: [{ type: "Apache-2.0", path: "LICENSE.md", cost: 0, currency: "EUR" }],
44
+ readmePath: "README.md",
41
45
  name: "hb-sidenav-link",
42
46
  category: "basic",
43
47
  tags: ["basic"],
@@ -135,6 +135,9 @@
135
135
  }
136
136
  ]
137
137
  },
138
+ "author": "Dario Caruso <dev@dariocaruso.info> (https://dariocaruso.info)",
139
+ "contributors": [],
140
+ "owner": "Dario Caruso <dev@dariocaruso.info> (https://dariocaruso.info)",
138
141
  "htmlSlots": [],
139
142
  "i18n": [],
140
143
  "examples": [
@@ -151,7 +154,15 @@
151
154
  }
152
155
  ],
153
156
  "screenshots": [],
154
- "license": "Apache-2.0",
157
+ "licenses": [
158
+ {
159
+ "type": "Apache-2.0",
160
+ "path": "LICENSE.md",
161
+ "cost": 0,
162
+ "currency": "EUR"
163
+ }
164
+ ],
165
+ "readmePath": "README.md",
155
166
  "name": "hb-sidenav-link",
156
167
  "category": "basic",
157
168
  "tags": [
@@ -160,5 +171,5 @@
160
171
  "size": {},
161
172
  "iifePath": "release/release.js",
162
173
  "repoName": "@htmlbricks/hb-sidenav-link",
163
- "version": "0.10.18"
174
+ "version": "0.10.24"
164
175
  }