@htmlbricks/hb-dashboard-card1 0.17.34 → 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 CHANGED
@@ -1,4 +1,4 @@
1
- import type { CssPart, CssVar, HtmlSlot, i18nLang, StyleSetup, ComponentSetup } from "@htmlbricks/hb-jsutils/main";
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
  export const storybookArgs = {
4
4
  header: { control: { type: "object" } },
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@htmlbricks/hb-dashboard-card1",
3
3
  "displayName": "Svelte Area Code WebComponent",
4
4
  "description": "Svelte Area Code WebComponent",
5
- "version": "0.17.34",
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.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",
@@ -76,5 +76,5 @@
76
76
  "html5-webcomponents"
77
77
  ],
78
78
  "contributors": [],
79
- "gitHead": "08e6506d9cae4165ef0aca0087726f251ab08cdb"
79
+ "gitHead": "a9e0321cfbbcca49f89951314c0b138036873350"
80
80
  }
package/release/docs.ts CHANGED
@@ -1,4 +1,4 @@
1
- import type { CssPart, CssVar, HtmlSlot, i18nLang, StyleSetup, ComponentSetup } from "@htmlbricks/hb-jsutils/main";
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
  export const storybookArgs = {
4
4
  header: { control: { type: "object" } },
@@ -162,5 +162,5 @@
162
162
  "size": {},
163
163
  "iifePath": "release/release.js",
164
164
  "repoName": "@htmlbricks/hb-dashboard-card1",
165
- "version": "0.17.34"
165
+ "version": "0.18.0"
166
166
  }