@htmlbricks/hb-dropdown-simple 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 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
 
4
4
  export const storybookArgs = {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@htmlbricks/hb-dropdown-simple",
3
3
  "displayName": "Svelte Navbar WebComponent",
4
4
  "description": "Svelte Navbar WebComponent",
5
- "version": "0.17.34",
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": "08e6506d9cae4165ef0aca0087726f251ab08cdb"
78
+ "gitHead": "595ff5d5ed10e4fab73c06bb0ed6545fcd90c233"
79
79
  }
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
 
4
4
  export const storybookArgs = {
@@ -191,5 +191,5 @@
191
191
  "size": {},
192
192
  "iifePath": "release/release.js",
193
193
  "repoName": "@htmlbricks/hb-dropdown-simple",
194
- "version": "0.17.34"
194
+ "version": "0.18.2"
195
195
  }