@htmlbricks/hb-input-checkbox 0.17.34 → 0.18.2
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 +6 -6
- package/release/docs.ts +1 -1
- package/release/manifest.json +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-input-checkbox",
|
|
3
3
|
"displayName": "Svelte-Bootstrap Checkbox Input WebComponent",
|
|
4
4
|
"description": "Svelte-Bootstrap Checkbox Input WebComponent",
|
|
5
|
-
"version": "0.
|
|
5
|
+
"version": "0.18.2",
|
|
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.34",
|
|
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,7 +66,8 @@
|
|
|
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
|
"keywords": [
|
|
73
73
|
"svelte",
|
|
@@ -75,5 +75,5 @@
|
|
|
75
75
|
"webcomponents"
|
|
76
76
|
],
|
|
77
77
|
"contributors": [],
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "595ff5d5ed10e4fab73c06bb0ed6545fcd90c233"
|
|
79
79
|
}
|
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