@cenk1cenk2/md-printer 2.9.0 → 2.9.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/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cenk1cenk2/md-printer",
|
|
3
|
-
"version": "2.9.
|
|
3
|
+
"version": "2.9.2",
|
|
4
4
|
"description": "A markdown printer.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -89,7 +89,8 @@
|
|
|
89
89
|
"puppeteer": "^24.17.0",
|
|
90
90
|
"showdown": "^2.1.0",
|
|
91
91
|
"source-map-support": "^0.5.21",
|
|
92
|
-
"tailwindcss": "^4.1.12"
|
|
92
|
+
"tailwindcss": "^4.1.12",
|
|
93
|
+
"yaml": "^2.8.1"
|
|
93
94
|
},
|
|
94
95
|
"devDependencies": {
|
|
95
96
|
"@cenk1cenk2/cz-cc": "^2.1.3",
|
|
@@ -10,13 +10,13 @@
|
|
|
10
10
|
|
|
11
11
|
<body>
|
|
12
12
|
<img src="https://main.s3.kilic.dev/html/icon.png" alt="logo"
|
|
13
|
-
class="absolute h-
|
|
13
|
+
class="absolute h-40 top-3 left-1/2 transform -translate-x-1/2">
|
|
14
14
|
<div class="max-w-full leading-tight prose grid grid-rows">
|
|
15
15
|
<section id="header" class="grid grid-cols-12">
|
|
16
16
|
<div class="col-span-1 flex flex-col justify-center text-lg font-extrabold text-gray-100">
|
|
17
17
|
<p class="text-vertical">FROM</p>
|
|
18
18
|
</div>
|
|
19
|
-
<div class="col-start-2 col-span-5 flex flex-col justify-baseline p-4 mr-12">
|
|
19
|
+
<div class="col-start-2 col-span-5 flex flex-col justify-baseline p-4 pt-10 mr-12">
|
|
20
20
|
<h1>Cenk Kılıç</h1>
|
|
21
21
|
<h3>{{ company.tax_number }}</h3>
|
|
22
22
|
<address>{{ company.address }}</address>
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
<address>{{ company.address }}</address>
|
|
41
41
|
</div>
|
|
42
42
|
<div class="col-span-6 flex justify-center text-xs text-center p-4">
|
|
43
|
-
<div class="grid grid-rows-2 gap-4 w-full
|
|
43
|
+
<div class="grid grid-rows-2 gap-4 w-full mr-12">
|
|
44
44
|
<div class="p-2 flex flex-row bg-gray-50 justify-between rounded-xl border border-gray-100!">
|
|
45
45
|
<p class="font-bold">Date</p>
|
|
46
46
|
<p class="font-semibold">{{ date }}</p>
|