@htmlbricks/hb-sidenav-link 0.7.0 → 0.7.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
@@ -5,7 +5,7 @@ export const storybookArgs = {
5
5
  navlink: { control: { type: "object" } },
6
6
  };
7
7
 
8
- const cssVars: CssVar[] = [];
8
+ const cssVars: CssVar[] = [{ name: "--bs-primary", defaultValue: "#07689f", valueType: "color", theme: "bootstrap" }];
9
9
  export const cssParts: CssPart[] = [{ name: "li", description: "list element" }];
10
10
  export const htmlSlots: HtmlSlot[] = [];
11
11
  export const i18nLanguages: i18nLang[] = [];
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.7.0",
5
+ "version": "0.7.2",
6
6
  "main": "release/release.js",
7
7
  "publishConfig": {
8
8
  "access": "public"
@@ -27,7 +27,7 @@
27
27
  "prepublish": "npm run build:release"
28
28
  },
29
29
  "devDependencies": {
30
- "@htmlbricks/hb-jsutils": "^0.7.0",
30
+ "@htmlbricks/hb-jsutils": "^0.7.2",
31
31
  "@rollup/plugin-alias": "^3.1.2",
32
32
  "@rollup/plugin-commonjs": "^18.0.0",
33
33
  "@rollup/plugin-json": "^4.1.0",
@@ -71,5 +71,5 @@
71
71
  "html5-webcomponents"
72
72
  ],
73
73
  "contributors": [],
74
- "gitHead": "6445565e4054ea28d63ea7b29b15c9d19e8b197f"
74
+ "gitHead": "29a471b88545e4f3a630d257666e35f717a3712c"
75
75
  }
package/release/docs.js CHANGED
@@ -2,7 +2,7 @@ export var storybookArgs = {
2
2
  navpage: { control: { type: "text" } },
3
3
  navlink: { control: { type: "object" } }
4
4
  };
5
- var cssVars = [];
5
+ var cssVars = [{ name: "--bs-primary", defaultValue: "#07689f", valueType: "color", theme: "bootstrap" }];
6
6
  export var cssParts = [{ name: "li", description: "list element" }];
7
7
  export var htmlSlots = [];
8
8
  export var i18nLanguages = [];
@@ -1 +1 @@
1
- {"version":3,"file":"docs.js","sourceRoot":"","sources":["../extra/docs.ts"],"names":[],"mappings":"AAEA,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,EAAE,CAAC;AAC7B,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"}
1
+ {"version":3,"file":"docs.js","sourceRoot":"","sources":["../extra/docs.ts"],"names":[],"mappings":"AAEA,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"}
package/release/docs.ts CHANGED
@@ -5,7 +5,7 @@ export const storybookArgs = {
5
5
  navlink: { control: { type: "object" } },
6
6
  };
7
7
 
8
- const cssVars: CssVar[] = [];
8
+ const cssVars: CssVar[] = [{ name: "--bs-primary", defaultValue: "#07689f", valueType: "color", theme: "bootstrap" }];
9
9
  export const cssParts: CssPart[] = [{ name: "li", description: "list element" }];
10
10
  export const htmlSlots: HtmlSlot[] = [];
11
11
  export const i18nLanguages: i18nLang[] = [];