@knitli/docs-components 1.1.2 → 1.1.4

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.
Files changed (73) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/README.md +6 -6
  3. package/dist/assets/logos/Thread_vector_mono_aubergine.svg +41 -0
  4. package/dist/assets/logos/Thread_vector_mono_copper.svg +41 -0
  5. package/dist/assets/logos/Thread_vector_mono_parchment.svg +41 -0
  6. package/dist/assets/logos/codeweaver-primary.svg +103 -0
  7. package/dist/assets/logos/codeweaver-reverse.svg +103 -0
  8. package/dist/assets/logos/headline_logo.webp +0 -0
  9. package/dist/assets/logos/headline_logo_dark.png +0 -0
  10. package/dist/assets/logos/headline_logo_dark.webp +0 -0
  11. package/dist/assets/logos/index.d.ts +36 -0
  12. package/dist/assets/logos/index.d.ts.map +1 -0
  13. package/dist/assets/logos/index.js +27 -0
  14. package/dist/assets/logos/knitli_logo.svg +143 -0
  15. package/dist/assets/logos/knitli_wordmark.svg +118 -0
  16. package/dist/assets/logos/recoco-med.webp +0 -0
  17. package/dist/assets/logos/recoco-sm.webp +0 -0
  18. package/dist/assets/logos/recoco-xl.webp +0 -0
  19. package/dist/assets/styles/codeweaver-theme.css +570 -0
  20. package/dist/assets/styles/global.css +166 -0
  21. package/dist/assets/styles/index.d.ts +15 -0
  22. package/dist/assets/styles/index.d.ts.map +1 -0
  23. package/dist/assets/styles/index.js +14 -0
  24. package/dist/assets/styles/knitli-theme.css +215 -0
  25. package/dist/assets/styles/textures.css +668 -0
  26. package/dist/assets/styles/typography.css +262 -0
  27. package/dist/assets/styles/variables.css +238 -0
  28. package/dist/index.d.ts +40 -0
  29. package/dist/index.d.ts.map +1 -0
  30. package/dist/index.js +36 -0
  31. package/dist/styles/index.d.ts +2 -0
  32. package/dist/styles/index.d.ts.map +1 -0
  33. package/dist/styles/index.js +2 -0
  34. package/dist/types/index.d.ts +35 -0
  35. package/dist/types/index.d.ts.map +1 -0
  36. package/dist/types/index.js +7 -0
  37. package/package.json +49 -48
  38. package/scripts/copy-assets.mjs +37 -0
  39. package/scripts/copy-dist-assets.mjs +30 -0
  40. package/src/assets/asset-types.d.ts +29 -0
  41. package/src/assets/logos/Thread_vector_mono_aubergine.svg +41 -0
  42. package/src/assets/logos/Thread_vector_mono_copper.svg +41 -0
  43. package/src/assets/logos/Thread_vector_mono_parchment.svg +41 -0
  44. package/src/assets/logos/codeweaver-primary.svg +103 -0
  45. package/src/assets/logos/codeweaver-reverse.svg +103 -0
  46. package/src/assets/logos/headline_logo.webp +0 -0
  47. package/src/assets/logos/headline_logo_dark.png +0 -0
  48. package/src/assets/logos/headline_logo_dark.webp +0 -0
  49. package/src/assets/logos/index.ts +43 -0
  50. package/src/assets/logos/knitli_logo.svg +143 -0
  51. package/src/assets/logos/knitli_wordmark.svg +118 -0
  52. package/src/assets/logos/recoco-med.webp +0 -0
  53. package/src/assets/logos/recoco-sm.webp +0 -0
  54. package/src/assets/logos/recoco-xl.webp +0 -0
  55. package/src/assets/styles/codeweaver-theme.css +570 -0
  56. package/src/assets/styles/global.css +166 -0
  57. package/src/assets/styles/index.ts +26 -0
  58. package/src/assets/styles/knitli-theme.css +215 -0
  59. package/src/assets/styles/textures.css +668 -0
  60. package/src/assets/styles/typography.css +262 -0
  61. package/src/assets/styles/variables.css +238 -0
  62. package/src/components/DocsBreadcrumb.astro +74 -74
  63. package/src/components/Footer.astro +252 -216
  64. package/src/components/PageFrame.astro +118 -111
  65. package/src/index.d.ts +32 -0
  66. package/src/index.ts +46 -6
  67. package/src/styles/custom.css +73 -0
  68. package/src/styles/custom.d.css.ts +8 -0
  69. package/src/styles/index.ts +3 -0
  70. package/src/types/index.ts +2 -45
  71. package/src/assets/logos/README.md +0 -180
  72. package/src/styles/docs-theme.css +0 -682
  73. package/src/styles/variables.css +0 -200
@@ -0,0 +1,43 @@
1
+ // SPDX-FileCopyrightText: 2025 Knitli Inc.
2
+ // SPDX-License-Identifier: MIT OR Apache-2.0
3
+ //
4
+ // Local logo asset exports - files are copied from @knitli/shared-layouts during build.
5
+ // Do not edit paths here; run `bun run copy-assets` to refresh from source.
6
+
7
+ import codeweaverPrimarySvg from "./codeweaver-primary.svg";
8
+ import codeweaverReverseSvg from "./codeweaver-reverse.svg";
9
+ import headlineLogoWebp from "./headline_logo.webp";
10
+ import headlineLogoDarkWebp from "./headline_logo_dark.webp";
11
+ import knitliLogoSvg from "./knitli_logo.svg";
12
+ import knitliWordmarkSvg from "./knitli_wordmark.svg";
13
+ import recocoLogoWebpMED from "./recoco-med.webp";
14
+ import recocoLogoWebpSM from "./recoco-sm.webp";
15
+ import recocoLogoWebpXL from "./recoco-xl.webp";
16
+ import threadLogoLightSvg from "./Thread_vector_mono_aubergine.svg";
17
+ import threadLogoDarkSvg from "./Thread_vector_mono_parchment.svg";
18
+
19
+ export const knitliLogo = knitliLogoSvg;
20
+ export const headlineLogoDark = headlineLogoDarkWebp;
21
+ export const headlineLogoLight = headlineLogoWebp;
22
+ export const codeweaverPrimary = codeweaverPrimarySvg;
23
+ export const codeweaverReverse = codeweaverReverseSvg;
24
+ export const knitliWordmark = knitliWordmarkSvg;
25
+ export const recocoLogoXl = recocoLogoWebpXL;
26
+ export const recocoLogoMed = recocoLogoWebpMED;
27
+ export const recocoLogoSm = recocoLogoWebpSM;
28
+ export const threadLogoDark = threadLogoDarkSvg;
29
+ export const threadLogoLight = threadLogoLightSvg;
30
+
31
+ export type LogoAssets = {
32
+ knitliLogo: typeof knitliLogoSvg;
33
+ headlineLogoDark: typeof headlineLogoDarkWebp;
34
+ headlineLogoLight: typeof headlineLogoWebp;
35
+ codeweaverPrimary: typeof codeweaverPrimarySvg;
36
+ codeweaverReverse: typeof codeweaverReverseSvg;
37
+ knitliWordmark: typeof knitliWordmarkSvg;
38
+ recocoLogoXl: typeof recocoLogoWebpXL;
39
+ recocoLogoMed: typeof recocoLogoWebpMED;
40
+ recocoLogoSm: typeof recocoLogoWebpSM;
41
+ threadLogoDark: typeof threadLogoDarkSvg;
42
+ threadLogoLight: typeof threadLogoLightSvg;
43
+ };
@@ -0,0 +1,143 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg
3
+ id="Layer_1"
4
+ data-name="Layer 1"
5
+ viewBox="0 0 425.64246 125.00001"
6
+ version="1.1"
7
+ sodipodi:docname="knitli_logo_rust-ivory_RGB_500x125.svg"
8
+ inkscape:version="1.4.2 (f4327f4, 2025-05-13)"
9
+ inkscape:export-filename="\\wsl.localhost\Ubuntu-24.04\home\knitli\knitli-marketing\frontend\assets\images\headline_logo_dark.webp"
10
+ inkscape:export-xdpi="127.6319"
11
+ inkscape:export-ydpi="127.6319"
12
+ width="425.64246"
13
+ height="125"
14
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
15
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
16
+ xmlns="http://www.w3.org/2000/svg"
17
+ xmlns:svg="http://www.w3.org/2000/svg"
18
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
19
+ xmlns:cc="http://creativecommons.org/ns#"
20
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
21
+ role="img"
22
+ aria-labelledby="knitli-logo-title">
23
+ <title id="knitli-logo-title">Knitli</title>
24
+ <sodipodi:namedview
25
+ id="namedview7"
26
+ pagecolor="#fbf8f3"
27
+ bordercolor="#000000"
28
+ borderopacity="0.25"
29
+ inkscape:showpageshadow="2"
30
+ inkscape:pageopacity="0.0"
31
+ inkscape:pagecheckerboard="0"
32
+ inkscape:deskcolor="#d1d1d1"
33
+ inkscape:zoom="2.0853273"
34
+ inkscape:cx="334.2401"
35
+ inkscape:cy="172.87454"
36
+ inkscape:window-width="2560"
37
+ inkscape:window-height="1529"
38
+ inkscape:window-x="-8"
39
+ inkscape:window-y="-8"
40
+ inkscape:window-maximized="1"
41
+ inkscape:current-layer="Layer_1" />
42
+ <defs
43
+ id="defs1">
44
+ <style
45
+ id="style1">
46
+ .cls-1 {
47
+ fill: #ea5932;
48
+ }
49
+
50
+ .cls-2 {
51
+ fill: #1e061b;
52
+ }
53
+ </style>
54
+ </defs>
55
+ <g
56
+ id="g7"
57
+ style="fill:#1e061c;fill-opacity:1"
58
+ transform="matrix(0.87019392,0,0,0.87019392,-446.87779,5.0497)">
59
+ <path
60
+ class="cls-2"
61
+ d="m 755.7988,56.199038 h 18.2535 l -0.72516,15.734735 h 0.24458 c 1.51469,-5.68544 4.14501,-9.89053 7.85664,-12.61525 3.7245,-2.71614 8.9122,-4.076356 15.55881,-4.076356 7.28166,0 13.02718,1.973815 17.22797,5.942896 4.2008,3.95622 6.30334,9.70173 6.30334,17.22797 v 37.103427 h -18.2535 V 82.497973 c 0,-2.71614 -0.49774,-4.98173 -1.49323,-6.78391 -1.00836,-1.80647 -2.46298,-3.14523 -4.3896,-4.02487 -1.91374,-0.87963 -4.23941,-1.31731 -6.95984,-1.31731 -3.2053,0 -5.97293,0.64364 -8.28573,1.92662 -2.32567,1.27869 -4.08494,3.17527 -5.28639,5.69832 -1.20145,2.52305 -1.79789,5.62966 -1.79789,9.31125 V 115.52075 H 755.7988 V 56.203329 Z"
62
+ id="path1"
63
+ style="fill:#1e061c;fill-opacity:1;stroke-width:0.42909" />
64
+ <path
65
+ class="cls-2"
66
+ d="m 877.6218,111.01102 c -3.91759,-3.6344 -5.88283,-8.94224 -5.88283,-15.910667 v -24.73276 h -8.76631 V 56.199038 h 8.76631 V 37.306197 h 18.2535 v 18.892841 h 18.96579 v 14.168555 h -18.96579 v 23.77589 c 0,2.08109 0.34327,3.70305 1.01694,4.86588 0.68226,1.154257 1.73782,1.973817 3.18385,2.462977 1.43746,0.48058 3.40269,0.71229 5.88283,0.71229 1.36022,0 2.82341,-0.0772 4.38959,-0.236 1.55331,-0.16734 2.85345,-0.36043 3.90043,-0.60502 v 13.80813 c -1.27869,0.32181 -2.98217,0.62647 -5.10188,0.90967 -2.12829,0.27462 -4.26945,0.42051 -6.43206,0.42051 -8.88217,0 -15.29278,-1.82793 -19.21037,-5.4709 z"
67
+ id="path2"
68
+ style="fill:#1e061c;fill-opacity:1;stroke-width:0.42909" />
69
+ <path
70
+ class="cls-2"
71
+ d="M 746.36311,115.51646 725.55653,89.131713 c 9.82616,-7.68501 16.26681,-19.51502 16.26681,-32.932675 H 723.587 c 0,13.078665 -10.64143,23.720105 -23.72868,23.720105 h -2.61745 V 30.0417 h -18.24492 v 85.47476 h 18.24492 V 98.164063 h 2.61745 c 3.23104,0 6.34624,-0.44626 9.36703,-1.14138 l 13.10871,18.493777 h 24.02047 z"
72
+ id="path3"
73
+ style="fill:#1e061c;fill-opacity:1;stroke-width:0.42909" />
74
+ <path
75
+ class="cls-2"
76
+ d="m 922.09271,30.0417 h 18.24491 v 85.47476 h -18.24491 z"
77
+ id="path4"
78
+ style="fill:#1e061c;fill-opacity:1;stroke-width:0.42909" />
79
+ <g
80
+ id="g5"
81
+ style="fill:#1e061c;fill-opacity:1"
82
+ transform="matrix(0.42909019,0,0,0.42909019,470.15775,-1.6079935)">
83
+ <rect
84
+ class="cls-2"
85
+ x="849.52002"
86
+ y="134.72"
87
+ width="42.540001"
88
+ height="138.24001"
89
+ id="rect4"
90
+ style="fill:#1e061c;fill-opacity:1" />
91
+ <path
92
+ class="cls-2"
93
+ d="m 881.84,70.51 c -3.48,-1.28 -7.2,-1.93 -11.05,-1.93 -3.85,0 -7.57,0.65 -11.05,1.93 -8.82,3.22 -14.75,11.33 -14.75,20.18 0,8.85 5.93,16.95 14.76,20.18 3.5,1.28 7.21,1.92 11.04,1.92 3.83,0 7.55,-0.65 11.04,-1.92 8.82,-3.23 14.76,-11.34 14.76,-20.18 0,-8.84 -5.93,-16.96 -14.75,-20.18 z"
94
+ id="path5"
95
+ style="fill:#1e061c;fill-opacity:1" />
96
+ </g>
97
+ <g
98
+ id="g6"
99
+ style="fill:#1e061c;fill-opacity:1"
100
+ transform="matrix(0.42909019,0,0,0.42909019,470.15775,-1.6079935)">
101
+ <rect
102
+ class="cls-2"
103
+ x="1133.5601"
104
+ y="134.72"
105
+ width="42.540001"
106
+ height="138.24001"
107
+ id="rect5"
108
+ style="fill:#1e061c;fill-opacity:1" />
109
+ <path
110
+ class="cls-2"
111
+ d="m 1165.88,70.51 c -3.48,-1.28 -7.2,-1.93 -11.05,-1.93 -3.85,0 -7.57,0.65 -11.05,1.93 -8.82,3.22 -14.75,11.33 -14.75,20.18 0,8.85 5.93,16.95 14.76,20.18 3.5,1.28 7.21,1.92 11.04,1.92 3.83,0 7.55,-0.65 11.04,-1.92 8.82,-3.23 14.76,-11.34 14.76,-20.18 0,-8.84 -5.93,-16.96 -14.75,-20.18 z"
112
+ id="path6"
113
+ style="fill:#1e061c;fill-opacity:1" />
114
+ </g>
115
+ </g>
116
+ <path
117
+ class="cls-1"
118
+ d="m 112.681,56.603739 c -1.74264,-0.639671 -3.60049,-0.959506 -5.5148,-0.959506 -5.91696,0 -11.1519,2.909088 -14.58307,5.434847 -0.860732,-1.077093 -1.62504,-2.234144 -2.347025,-3.459394 -0.698465,-1.239361 -1.319318,-2.478722 -1.822592,-3.762767 3.903867,-1.709707 9.037687,-4.78812 11.998517,-9.912537 0.95951,-1.657969 1.60859,-3.426469 1.92607,-5.256114 0.80664,-4.618795 -1.21114,-9.199963 -5.04211,-11.415292 -3.82156,-2.20357 -8.804864,-1.665024 -12.403013,1.340486 -1.420446,1.187622 -2.62688,2.633936 -3.586384,4.29896 -2.956122,5.122066 -3.057249,11.102513 -2.586903,15.345031 -1.37106,0.209304 -2.770336,0.310428 -4.193136,0.308076 -1.422793,0 -2.822069,-0.09877 -4.193129,-0.308076 0.470345,-4.242518 0.369219,-10.225317 -2.586903,-15.345031 -0.961859,-1.665024 -2.165939,-3.111338 -3.586384,-4.29896 -3.598148,-3.00551 -8.581461,-3.544056 -12.403024,-1.340486 -3.830966,2.215329 -5.846392,6.798848 -5.042102,11.415292 0.317485,1.829645 0.968915,3.598145 1.926065,5.256114 2.960823,5.124417 8.094649,8.20283 11.998523,9.912537 -0.503271,1.284045 -1.124128,2.523406 -1.822589,3.762767 -0.721985,1.22525 -1.486297,2.382301 -2.34703,3.459394 -3.433523,-2.525759 -8.666121,-5.432495 -14.583067,-5.434847 -1.914312,0 -3.772176,0.319835 -5.514808,0.959506 -4.402437,1.610934 -7.363261,5.648853 -7.365616,10.072455 0,4.411843 2.960831,8.459168 7.363269,10.070101 1.737922,0.637318 3.593439,0.957156 5.517155,0.957156 5.912245,0 11.142487,-2.902034 14.583067,-5.432494 0.867788,1.081795 1.65327,2.243549 2.363489,3.478207 0.714928,1.232304 1.326375,2.495186 1.829646,3.786281 -3.910924,1.714414 -9.040048,4.792825 -11.99617,9.912541 -0.961857,1.665021 -1.613286,3.43117 -1.928418,5.256117 -0.80429,4.618794 1.220547,9.204657 5.039755,11.412937 3.83332,2.21062 8.809577,1.66502 12.407726,-1.34284 1.425146,-1.18997 2.631581,-2.63628 3.588737,-4.29661 2.956122,-5.126766 3.057242,-11.111917 2.584549,-15.347379 1.361649,-0.206954 2.74682,-0.28926 4.169613,-0.303373 1.4228,0.01414 2.80561,0.09642 4.169614,0.303373 -0.470345,4.235462 -0.371573,10.220613 2.584555,15.347379 0.95715,1.65797 2.163585,3.10664 3.588737,4.29661 3.595792,3.00552 8.574396,3.55111 12.407716,1.34284 3.81922,-2.20828 5.84405,-6.794143 5.03975,-11.412937 -0.31748,-1.824947 -0.96656,-3.591096 -1.92841,-5.256117 -2.95612,-5.119716 -8.08524,-8.198127 -11.996173,-9.912541 0.503274,-1.293449 1.117074,-2.553977 1.829651,-3.786281 0.710223,-1.234658 1.49805,-2.39406 2.363482,-3.478207 3.44057,2.53046 8.67083,5.432494 14.58307,5.432494 1.92372,0 3.77688,-0.319838 5.51716,-0.957156 4.40244,-1.613281 7.36092,-5.660609 7.36326,-10.070101 -0.003,-4.425954 -2.96318,-8.461521 -7.36561,-10.074807 z m -70.798794,12.95097 c -0.961852,0 -1.871976,-0.155213 -2.709192,-0.460939 -1.147638,-0.420959 -2.010724,-1.460423 -2.010724,-2.417576 0.005,-0.954802 0.865433,-1.99897 2.008376,-2.417578 0.841917,-0.305725 1.754389,-0.46329 2.71154,-0.46329 2.551629,0.0024 5.507752,1.041815 8.374505,2.878517 -2.87381,1.841402 -5.82523,2.880866 -8.374505,2.878515 z M 55.698618,39.864133 c -0.479755,-0.827808 -0.799588,-1.695596 -0.954803,-2.577495 -0.211656,-1.199382 0.263391,-2.466964 1.088849,-2.949068 0.83016,-0.479753 2.161237,-0.249284 3.099579,0.533841 0.684355,0.573823 1.274634,1.281693 1.754389,2.116557 1.274635,2.205922 1.850808,5.281983 1.693246,8.691991 -3.024323,-1.563901 -5.401924,-3.605202 -6.678913,-5.813474 z m 5.01153,56.544975 c -0.477401,0.830157 -1.070034,1.540379 -1.754389,2.116546 -0.933634,0.783131 -2.267065,1.006547 -3.097225,0.531498 -0.83016,-0.479753 -1.298156,-1.747341 -1.088855,-2.951421 0.155214,-0.879546 0.475054,-1.744986 0.957156,-2.577499 1.272287,-2.20827 3.649882,-4.244871 6.681261,-5.811117 0.157568,3.400594 -0.420958,6.481359 -1.695593,8.691993 z M 83.162103,71.675969 c -1.030052,1.7685 -1.89784,3.607551 -2.596308,5.503043 -1.98486,-0.341 -3.997939,-0.498563 -6.039241,-0.500917 -2.043651,0.0025 -4.056729,0.159917 -6.039235,0.500917 -0.696113,-1.895492 -1.563901,-3.734543 -2.596313,-5.503043 -1.015947,-1.777906 -2.175349,-3.447634 -3.468798,-4.999775 1.288747,-1.547437 2.429336,-3.212462 3.454692,-4.980962 1.020648,-1.770852 1.89079,-3.593442 2.586897,-5.481881 1.989562,0.343353 4.016753,0.512679 6.062757,0.503271 2.048359,0.0071 4.073196,-0.159918 6.062757,-0.503271 0.696113,1.888439 1.566256,3.711029 2.586905,5.481881 1.023001,1.7685 2.165944,3.433525 3.454691,4.980962 -1.293455,1.552141 -2.450503,3.221869 -3.468804,4.999775 z M 93.32863,93.528232 c 0.4821,0.832513 0.80194,1.697953 0.95715,2.577499 0.20931,1.20408 -0.25869,2.471668 -1.08885,2.951421 -0.83016,0.475049 -2.163583,0.251633 -3.097227,-0.531498 -0.686703,-0.576167 -1.279338,-1.286389 -1.754387,-2.116546 -1.272286,-2.210634 -1.85081,-5.291399 -1.695595,-8.691993 3.03138,1.568601 5.406619,3.605194 6.681259,5.811117 z M 86.67559,45.677607 c -0.157568,-3.410008 0.418605,-6.483717 1.693239,-8.691991 0.479753,-0.834864 1.07004,-1.542733 1.754394,-2.116556 0.938342,-0.783126 2.269417,-1.011243 3.099577,-0.533843 0.82546,0.482105 1.29816,1.747336 1.08885,2.949069 -0.15522,0.881898 -0.47505,1.749686 -0.95481,2.577495 -1.27699,2.208273 -3.65693,4.249574 -6.678901,5.813474 z m 23.2045,23.416163 c -0.83957,0.305726 -1.74733,0.460939 -2.70919,0.460939 -2.54927,0 -5.50069,-1.037112 -8.3745,-2.878515 2.86675,-1.8367 5.82523,-2.876166 8.3745,-2.878517 0.95716,0 1.86962,0.155214 2.71155,0.463291 1.14528,0.418608 2.00602,1.460424 2.00838,2.417577 0,0.957154 -0.8631,1.998969 -2.01074,2.417578 z"
119
+ id="path7"
120
+ style="stroke-width:0.235173" />
121
+ <metadata
122
+ id="metadata7">
123
+ <rdf:RDF>
124
+ <cc:Work
125
+ rdf:about="">
126
+ <dc:creator>Knitli Inc.</dc:creator>
127
+ <dc:publisher>Knitli Inc.</dc:publisher>
128
+ <dc:rights>© 2025 Knitli Inc. All Rights Reserved.</dc:rights>
129
+ <dc:description>official knitli logo</dc:description>
130
+ <dc:subject>Brand Identity</dc:subject>
131
+ <dc:type>Image</dc:type>
132
+ <dc:language>en</dc:language>
133
+ <dc:identifier>a8ced5bc-0a2e-4ef3-b9a1-0085e1c79f74</dc:identifier>
134
+ <dc:format>image/svg+xml</dc:format>
135
+ <dc:source>Signcraft (DesignCrowd) / SleighVisual (99Designs)</dc:source>
136
+ <dc:coverage>all</dc:coverage>
137
+ <dc:contributor>Design by Adam/Signcraft (DesignCrowd), Owned: Knitli Inc.</dc:contributor>
138
+ <dc:relation>original reference design</dc:relation>
139
+ <dc:date>2025-04-07</dc:date>
140
+ </cc:Work>
141
+ </rdf:RDF>
142
+ </metadata>
143
+ </svg>
@@ -0,0 +1,118 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg
3
+ id="Layer_1"
4
+ data-name="Layer 1"
5
+ viewBox="0 0 693.91 206.63"
6
+ version="1.1"
7
+ sodipodi:docname="knitli_wordmark_rust-orange_RGB.svg"
8
+ inkscape:version="1.4.2 (f4327f4, 2025-05-13)"
9
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
10
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11
+ xmlns="http://www.w3.org/2000/svg"
12
+ xmlns:svg="http://www.w3.org/2000/svg"
13
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
14
+ xmlns:cc="http://creativecommons.org/ns#"
15
+ xmlns:dc="http://purl.org/dc/elements/1.1/">
16
+ <sodipodi:namedview
17
+ id="namedview6"
18
+ pagecolor="#ffffff"
19
+ bordercolor="#000000"
20
+ borderopacity="0.25"
21
+ inkscape:showpageshadow="2"
22
+ inkscape:pageopacity="0.0"
23
+ inkscape:pagecheckerboard="0"
24
+ inkscape:deskcolor="#d1d1d1"
25
+ inkscape:zoom="3.5480107"
26
+ inkscape:cx="161.92172"
27
+ inkscape:cy="103.29732"
28
+ inkscape:window-width="2560"
29
+ inkscape:window-height="1529"
30
+ inkscape:window-x="-8"
31
+ inkscape:window-y="-8"
32
+ inkscape:window-maximized="1"
33
+ inkscape:current-layer="g5"
34
+ inkscape:export-bgcolor="#ffffff00" />
35
+ <defs
36
+ id="defs1">
37
+ <style
38
+ id="style1">
39
+ .cls-1 {
40
+ fill: #ea5932;
41
+ }
42
+ </style>
43
+ </defs>
44
+ <path
45
+ class="cls-1"
46
+ d="M178.97,66.13h42.54l-1.69,36.67h.57c3.53-13.25,9.66-23.05,18.31-29.4,8.68-6.33,20.77-9.5,36.26-9.5,16.97,0,30.36,4.6,40.15,13.85,9.79,9.22,14.69,22.61,14.69,40.15v86.47h-42.54v-76.95c0-6.33-1.16-11.61-3.48-15.81-2.35-4.21-5.74-7.33-10.23-9.38-4.46-2.05-9.88-3.07-16.22-3.07-7.47,0-13.92,1.5-19.31,4.49-5.42,2.98-9.52,7.4-12.32,13.28-2.8,5.88-4.19,13.12-4.19,21.7v65.75h-42.54V66.13Z"
47
+ id="path1"
48
+ style="fill:#1e061b;fill-opacity:1" />
49
+ <path
50
+ class="cls-1"
51
+ d="M462.88,193.87c-9.13-8.47-13.71-20.84-13.71-37.08v-57.64h-20.43v-33.02h20.43V22.11h42.54v44.03h44.2v33.02h-44.2v55.41c0,4.85.8,8.63,2.37,11.34,1.59,2.69,4.05,4.6,7.42,5.74,3.35,1.12,7.93,1.66,13.71,1.66,3.17,0,6.58-.18,10.23-.55,3.62-.39,6.65-.84,9.09-1.41v32.18c-2.98.75-6.95,1.46-11.89,2.12-4.96.64-9.95.98-14.99.98-20.7,0-35.64-4.26-44.77-12.75Z"
52
+ id="path2"
53
+ style="fill:#1e061b;fill-opacity:1" />
54
+ <path
55
+ class="cls-1"
56
+ d="M156.98,204.37l-48.49-61.49c22.9-17.91,37.91-45.48,37.91-76.75h-42.5c0,30.48-24.8,55.28-55.3,55.28h-6.1V5.17H0v199.2h42.52v-40.44h6.1c7.53,0,14.79-1.04,21.83-2.66l30.55,43.1h55.98Z"
57
+ id="path3"
58
+ style="fill:#1e061b;fill-opacity:1" />
59
+ <path
60
+ class="cls-1"
61
+ d="M566.52,5.17h42.52v199.2h-42.52V5.17Z"
62
+ id="path4"
63
+ style="fill:#1e061b;fill-opacity:1" />
64
+ <g
65
+ id="g5">
66
+ <rect
67
+ class="cls-1"
68
+ x="362.8"
69
+ y="66.13"
70
+ width="42.54"
71
+ height="138.24"
72
+ id="rect4"
73
+ style="fill:#1e061b;fill-opacity:1" />
74
+ <path
75
+ class="cls-1"
76
+ d="M395.12,1.93c-3.48-1.28-7.2-1.93-11.05-1.93-3.85,0-7.57.65-11.05,1.93-8.82,3.22-14.75,11.33-14.75,20.18s5.93,16.95,14.76,20.18c3.5,1.28,7.21,1.92,11.04,1.92s7.55-.65,11.04-1.92c8.82-3.23,14.76-11.34,14.76-20.18s-5.93-16.96-14.75-20.18Z"
77
+ id="path5"
78
+ style="fill:#1e061b;fill-opacity:1" />
79
+ </g>
80
+ <g
81
+ id="g6">
82
+ <rect
83
+ class="cls-1"
84
+ x="646.84"
85
+ y="66.13"
86
+ width="42.54"
87
+ height="138.24"
88
+ id="rect5"
89
+ style="fill:#1e061b;fill-opacity:1" />
90
+ <path
91
+ class="cls-1"
92
+ d="M679.16,1.93c-3.48-1.28-7.2-1.93-11.05-1.93-3.85,0-7.57.65-11.05,1.93-8.82,3.22-14.75,11.33-14.75,20.18s5.93,16.95,14.76,20.18c3.5,1.28,7.21,1.92,11.04,1.92s7.55-.65,11.04-1.92c8.82-3.23,14.76-11.34,14.76-20.18s-5.93-16.96-14.75-20.18Z"
93
+ id="path6"
94
+ style="fill:#1e061b;fill-opacity:1" />
95
+ </g>
96
+ <metadata
97
+ id="metadata6">
98
+ <rdf:RDF>
99
+ <cc:Work
100
+ rdf:about="">
101
+ <dc:creator>Knitli Inc.</dc:creator>
102
+ <dc:publisher>Knitli Inc.</dc:publisher>
103
+ <dc:rights>© 2025 Knitli Inc. All Rights Reserved.</dc:rights>
104
+ <dc:description>official knitli logo</dc:description>
105
+ <dc:subject>Brand Identity</dc:subject>
106
+ <dc:type>Image</dc:type>
107
+ <dc:language>en</dc:language>
108
+ <dc:identifier>fa03fdde-5dc5-445f-a191-e7d95f84076e</dc:identifier>
109
+ <dc:format>image/svg+xml</dc:format>
110
+ <dc:source>Signcraft (DesignCrowd) / SleighVisual (99Designs)</dc:source>
111
+ <dc:coverage>all</dc:coverage>
112
+ <dc:contributor>Design by Adam/Signcraft (DesignCrowd), Owned: Knitli Inc.</dc:contributor>
113
+ <dc:relation>original reference design</dc:relation>
114
+ <dc:date>2025-04-07</dc:date>
115
+ </cc:Work>
116
+ </rdf:RDF>
117
+ </metadata>
118
+ </svg>
Binary file
Binary file
Binary file