@htmlbricks/hb-footer 0.17.33 → 0.18.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/extra/docs.ts +1 -1
- package/package.json +7 -7
- package/release/docs.ts +1 -1
- package/release/manifest.json +1 -1
- package/release/release.js +1 -1
- package/release/release.js.map +1 -1
package/extra/docs.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { CssPart, CssVar, HtmlSlot, i18nLang, StyleSetup, ComponentSetup } from "
|
|
1
|
+
import type { CssPart, CssVar, HtmlSlot, i18nLang, StyleSetup, ComponentSetup } from "wc-js-utils/main";
|
|
2
2
|
import type { Component } from "../app/types/webcomponent.type";
|
|
3
3
|
|
|
4
4
|
export const storybookArgs = {
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@htmlbricks/hb-footer",
|
|
3
3
|
"displayName": "Svelte Bootstrap Footer WebComponent",
|
|
4
4
|
"description": "Svelte Bootstrap Footer WebComponent",
|
|
5
|
-
"version": "0.
|
|
5
|
+
"version": "0.18.0",
|
|
6
6
|
"main": "release/release.js",
|
|
7
7
|
"publishConfig": {
|
|
8
8
|
"access": "public"
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"start": "sirv dist",
|
|
21
21
|
"dev": "rm -rf ./dist && rollup -c -w",
|
|
22
22
|
"build": "rm -rf ./dist && rollup -c",
|
|
23
|
-
"generate-manifest": "npm run generate-schemes && manifester --dir $PWD",
|
|
23
|
+
"generate-manifest": "npm run generate-schemes && monorepo-wc-packages-manifester --dir $PWD",
|
|
24
24
|
"generate-component-schema": "ts-json-schema-generator --type 'Component' --path 'app/types/webcomponent.type.d.ts' > dist/webcomponent.type.d.json",
|
|
25
25
|
"generate-events-schema": "ts-json-schema-generator --type 'Events' --path 'app/types/webcomponent.type.d.ts' > dist/webcomponent_events.type.d.json",
|
|
26
26
|
"generate-schemes": "npm run generate-events-schema && npm run generate-component-schema",
|
|
@@ -30,8 +30,6 @@
|
|
|
30
30
|
"prepublish": "npm run build:release"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@htmlbricks/hb-jsutils": "^0.17.33",
|
|
34
|
-
"@htmlbricks/manifester": "^0.0.22",
|
|
35
33
|
"@rollup/plugin-alias": "^3.1.2",
|
|
36
34
|
"@rollup/plugin-commonjs": "^18.0.0",
|
|
37
35
|
"@rollup/plugin-json": "^4.1.0",
|
|
@@ -45,6 +43,7 @@
|
|
|
45
43
|
"eslint": "^7.25.0",
|
|
46
44
|
"eslint-plugin-jsdoc": "^33.0.0",
|
|
47
45
|
"eslint-plugin-svelte3": "^3.2.0",
|
|
46
|
+
"monorepo-wc-packages-manifester": "^0.0.3",
|
|
48
47
|
"node-sass": "^6.0.1",
|
|
49
48
|
"postcss": "^8.2.13",
|
|
50
49
|
"postcss-load-config": "^3.0.1",
|
|
@@ -67,10 +66,11 @@
|
|
|
67
66
|
"tslib": "^2.2.0",
|
|
68
67
|
"ttypescript": "^1.5.12",
|
|
69
68
|
"typescript": "^4.2.4",
|
|
70
|
-
"typescript-transform-paths": "^2.2.3"
|
|
69
|
+
"typescript-transform-paths": "^2.2.3",
|
|
70
|
+
"wc-js-utils": "^0.0.1"
|
|
71
71
|
},
|
|
72
72
|
"dependencies": {
|
|
73
|
-
"@htmlbricks/hb-contact-item": "^0.
|
|
73
|
+
"@htmlbricks/hb-contact-item": "^0.18.0"
|
|
74
74
|
},
|
|
75
75
|
"keywords": [
|
|
76
76
|
"svelte",
|
|
@@ -78,5 +78,5 @@
|
|
|
78
78
|
"webcomponents"
|
|
79
79
|
],
|
|
80
80
|
"contributors": [],
|
|
81
|
-
"gitHead": "
|
|
81
|
+
"gitHead": "a9e0321cfbbcca49f89951314c0b138036873350"
|
|
82
82
|
}
|
package/release/docs.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { CssPart, CssVar, HtmlSlot, i18nLang, StyleSetup, ComponentSetup } from "
|
|
1
|
+
import type { CssPart, CssVar, HtmlSlot, i18nLang, StyleSetup, ComponentSetup } from "wc-js-utils/main";
|
|
2
2
|
import type { Component } from "../app/types/webcomponent.type";
|
|
3
3
|
|
|
4
4
|
export const storybookArgs = {
|
package/release/manifest.json
CHANGED