@knitli/docs-components 1.1.8 → 1.1.9

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/CHANGELOG.md CHANGED
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. Dates are d
4
4
 
5
5
  Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
6
6
 
7
+ #### 1.1.9
8
+
9
+ - feat: Replace recoco logo images with new, sharper version.
10
+
7
11
  #### 1.1.8
8
12
 
9
13
  - fix: build asset propagation issue
@@ -5,8 +5,10 @@ export declare const codeweaverPrimary: string;
5
5
  export declare const codeweaverReverse: string;
6
6
  export declare const knitliWordmark: string;
7
7
  export declare const recocoLogoXl: string;
8
+ export declare const recocoLogoLg: string;
8
9
  export declare const recocoLogoMed: string;
9
10
  export declare const recocoLogoSm: string;
11
+ export declare const recocoLogoXs: string;
10
12
  export declare const threadLogoDark: string;
11
13
  export declare const threadLogoLight: string;
12
14
  export type LogoAssets = {
@@ -17,8 +19,10 @@ export type LogoAssets = {
17
19
  codeweaverReverse: string;
18
20
  knitliWordmark: string;
19
21
  recocoLogoXl: string;
22
+ recocoLogoLg: string;
20
23
  recocoLogoMed: string;
21
24
  recocoLogoSm: string;
25
+ recocoLogoXs: string;
22
26
  threadLogoDark: string;
23
27
  threadLogoLight: string;
24
28
  };
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/assets/logos/index.ts"],"names":[],"mappings":"AAWA,eAAO,MAAM,UAAU,QAAqC,CAAC;AAC7D,eAAO,MAAM,iBAAiB,QAAwC,CAAC;AACvE,eAAO,MAAM,gBAAgB,QAA6C,CAAC;AAC3E,eAAO,MAAM,iBAAiB,QAA4C,CAAC;AAC3E,eAAO,MAAM,iBAAiB,QAA4C,CAAC;AAC3E,eAAO,MAAM,cAAc,QAAyC,CAAC;AACrE,eAAO,MAAM,YAAY,QAAoC,CAAC;AAC9D,eAAO,MAAM,aAAa,QAAqC,CAAC;AAChE,eAAO,MAAM,YAAY,QAAoC,CAAC;AAC9D,eAAO,MAAM,cAAc,QAAsD,CAAC;AAClF,eAAO,MAAM,eAAe,QAAsD,CAAC;AAEnF,MAAM,MAAM,UAAU,GAAG;IACvB,UAAU,EAAE,MAAM,CAAC;IACnB,gBAAgB,EAAE,MAAM,CAAC;IACzB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,iBAAiB,EAAE,MAAM,CAAC;IAC1B,iBAAiB,EAAE,MAAM,CAAC;IAC1B,cAAc,EAAE,MAAM,CAAC;IACvB,YAAY,EAAE,MAAM,CAAC;IACrB,aAAa,EAAE,MAAM,CAAC;IACtB,YAAY,EAAE,MAAM,CAAC;IACrB,cAAc,EAAE,MAAM,CAAC;IACvB,eAAe,EAAE,MAAM,CAAC;CACzB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/assets/logos/index.ts"],"names":[],"mappings":"AAWA,eAAO,MAAM,UAAU,QAAqC,CAAC;AAC7D,eAAO,MAAM,iBAAiB,QAAwC,CAAC;AACvE,eAAO,MAAM,gBAAgB,QAA6C,CAAC;AAC3E,eAAO,MAAM,iBAAiB,QAA4C,CAAC;AAC3E,eAAO,MAAM,iBAAiB,QAA4C,CAAC;AAC3E,eAAO,MAAM,cAAc,QAAyC,CAAC;AACrE,eAAO,MAAM,YAAY,QAAoC,CAAC;AAC9D,eAAO,MAAM,YAAY,QAAoC,CAAC;AAC9D,eAAO,MAAM,aAAa,QAAqC,CAAC;AAChE,eAAO,MAAM,YAAY,QAAoC,CAAC;AAC9D,eAAO,MAAM,YAAY,QAAoC,CAAC;AAC9D,eAAO,MAAM,cAAc,QAAsD,CAAC;AAClF,eAAO,MAAM,eAAe,QAAsD,CAAC;AAEnF,MAAM,MAAM,UAAU,GAAG;IACvB,UAAU,EAAE,MAAM,CAAC;IACnB,gBAAgB,EAAE,MAAM,CAAC;IACzB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,iBAAiB,EAAE,MAAM,CAAC;IAC1B,iBAAiB,EAAE,MAAM,CAAC;IAC1B,cAAc,EAAE,MAAM,CAAC;IACvB,YAAY,EAAE,MAAM,CAAC;IACrB,YAAY,EAAE,MAAM,CAAC;IACrB,aAAa,EAAE,MAAM,CAAC;IACtB,YAAY,EAAE,MAAM,CAAC;IACrB,YAAY,EAAE,MAAM,CAAC;IACrB,cAAc,EAAE,MAAM,CAAC;IACvB,eAAe,EAAE,MAAM,CAAC;CACzB,CAAC"}
@@ -13,7 +13,9 @@ export const codeweaverPrimary = join(__dirname, "codeweaver-primary.svg");
13
13
  export const codeweaverReverse = join(__dirname, "codeweaver-reverse.svg");
14
14
  export const knitliWordmark = join(__dirname, "knitli_wordmark.svg");
15
15
  export const recocoLogoXl = join(__dirname, "recoco-xl.webp");
16
+ export const recocoLogoLg = join(__dirname, "recoco-lg.webp");
16
17
  export const recocoLogoMed = join(__dirname, "recoco-med.webp");
17
18
  export const recocoLogoSm = join(__dirname, "recoco-sm.webp");
19
+ export const recocoLogoXs = join(__dirname, "recoco-xs.webp");
18
20
  export const threadLogoDark = join(__dirname, "Thread_vector_mono_parchment.svg");
19
21
  export const threadLogoLight = join(__dirname, "Thread_vector_mono_aubergine.svg");
Binary file
Binary file
package/dist/index.d.ts CHANGED
@@ -3,6 +3,8 @@ export declare const DocsAssets: {
3
3
  knitliLogo: string;
4
4
  recocoLogoMed: string;
5
5
  recocoLogoSm: string;
6
+ recocoLogoLg: string;
7
+ recocoLogoXs: string;
6
8
  recocoLogoXl: string;
7
9
  codeweaverPrimary: string;
8
10
  codeweaverReverse: string;
@@ -22,6 +24,8 @@ declare const _default: {
22
24
  knitliLogo: string;
23
25
  recocoLogoMed: string;
24
26
  recocoLogoSm: string;
27
+ recocoLogoLg: string;
28
+ recocoLogoXs: string;
25
29
  recocoLogoXl: string;
26
30
  codeweaverPrimary: string;
27
31
  codeweaverReverse: string;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAQA,cAAc,kBAAkB,CAAC;AAsBjC,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;CAiBtB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;AAQF,wBAGE"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAQA,cAAc,kBAAkB,CAAC;AAwBjC,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;CAmBtB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;AAQF,wBAGE"}
package/dist/index.js CHANGED
@@ -6,7 +6,7 @@
6
6
  // Main exports for @knitli/docs-components package
7
7
  // Export type definitions
8
8
  export * from "./types/index.js";
9
- import { codeweaverPrimary, codeweaverReverse, headlineLogoDark, headlineLogoLight, knitliLogo, knitliWordmark, recocoLogoMed, recocoLogoSm, recocoLogoXl, threadLogoDark, threadLogoLight, } from "./assets/logos/index.js";
9
+ import { codeweaverPrimary, codeweaverReverse, headlineLogoDark, headlineLogoLight, knitliLogo, knitliWordmark, recocoLogoLg, recocoLogoXs, recocoLogoMed, recocoLogoSm, recocoLogoXl, threadLogoDark, threadLogoLight, } from "./assets/logos/index.js";
10
10
  import { faviconIco, faviconSvg } from "./assets/favicon/index.js";
11
11
  import { codeweaverTheme, variables } from "./assets/styles/index.js";
12
12
  import { docsStyle } from "./styles/index.js";
@@ -14,6 +14,8 @@ export const DocsAssets = {
14
14
  knitliLogo,
15
15
  recocoLogoMed,
16
16
  recocoLogoSm,
17
+ recocoLogoLg,
18
+ recocoLogoXs,
17
19
  recocoLogoXl,
18
20
  codeweaverPrimary,
19
21
  codeweaverReverse,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@knitli/docs-components",
3
- "version": "1.1.8",
3
+ "version": "1.1.9",
4
4
  "description": "Shared branded components for Knitli documentation sites",
5
5
  "keywords": [
6
6
  "knitli",
@@ -16,8 +16,10 @@ export const codeweaverPrimary = join(__dirname, "codeweaver-primary.svg");
16
16
  export const codeweaverReverse = join(__dirname, "codeweaver-reverse.svg");
17
17
  export const knitliWordmark = join(__dirname, "knitli_wordmark.svg");
18
18
  export const recocoLogoXl = join(__dirname, "recoco-xl.webp");
19
+ export const recocoLogoLg = join(__dirname, "recoco-lg.webp");
19
20
  export const recocoLogoMed = join(__dirname, "recoco-med.webp");
20
21
  export const recocoLogoSm = join(__dirname, "recoco-sm.webp");
22
+ export const recocoLogoXs = join(__dirname, "recoco-xs.webp");
21
23
  export const threadLogoDark = join(__dirname, "Thread_vector_mono_parchment.svg");
22
24
  export const threadLogoLight = join(__dirname, "Thread_vector_mono_aubergine.svg");
23
25
 
@@ -29,8 +31,10 @@ export type LogoAssets = {
29
31
  codeweaverReverse: string;
30
32
  knitliWordmark: string;
31
33
  recocoLogoXl: string;
34
+ recocoLogoLg: string;
32
35
  recocoLogoMed: string;
33
36
  recocoLogoSm: string;
37
+ recocoLogoXs: string;
34
38
  threadLogoDark: string;
35
39
  threadLogoLight: string;
36
40
  };
Binary file
Binary file
package/src/index.d.ts CHANGED
@@ -11,6 +11,8 @@ export type DocsAssets = {
11
11
  recocoLogoMed: string;
12
12
  recocoLogoSm: string;
13
13
  recocoLogoXl: string;
14
+ recocoLogoLg: string;
15
+ recocoLogoXs: string;
14
16
  codeweaverPrimary: string;
15
17
  codeweaverReverse: string;
16
18
  codeweaverTheme: string;
package/src/index.ts CHANGED
@@ -15,6 +15,8 @@ import {
15
15
  headlineLogoLight,
16
16
  knitliLogo,
17
17
  knitliWordmark,
18
+ recocoLogoLg,
19
+ recocoLogoXs,
18
20
  recocoLogoMed,
19
21
  recocoLogoSm,
20
22
  recocoLogoXl,
@@ -32,6 +34,8 @@ export const DocsAssets = {
32
34
  knitliLogo,
33
35
  recocoLogoMed,
34
36
  recocoLogoSm,
37
+ recocoLogoLg,
38
+ recocoLogoXs,
35
39
  recocoLogoXl,
36
40
  codeweaverPrimary,
37
41
  codeweaverReverse,