@per-diem-calculator/vanilla 1.0.38 → 1.0.39
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/dist/index.js +2 -2
- package/dist/index.umd.cjs +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -10386,7 +10386,7 @@ Wa = function(t) {
|
|
|
10386
10386
|
<label class="col-span-2">Dinner</label>
|
|
10387
10387
|
<p>${Tt.format(o.rates.deductionDinner)}</p>
|
|
10388
10388
|
</div>
|
|
10389
|
-
<p class="p-2 pt-5 pb-0
|
|
10389
|
+
<p class="p-2 pt-5 pb-0 font-semibold">Source</p>
|
|
10390
10390
|
<a
|
|
10391
10391
|
class="mb-5 ml-4 block truncate pb-2 underline underline-offset-8"
|
|
10392
10392
|
href="${o.source}"
|
|
@@ -10410,7 +10410,7 @@ Wa = function(t) {
|
|
|
10410
10410
|
<div>${o.rates.deductionLunch.toFixed(2)}</div>
|
|
10411
10411
|
<div>${o.rates.deductionDinner.toFixed(2)}</div>
|
|
10412
10412
|
<div
|
|
10413
|
-
class="col-span-10 mt-4 truncate border-t border-t-neutral-100 !py-4 text-sm"
|
|
10413
|
+
class="col-span-10 mt-4 truncate border-t border-t-neutral-100 !py-4 !text-left text-sm"
|
|
10414
10414
|
>
|
|
10415
10415
|
<a
|
|
10416
10416
|
class="pb-2 text-neutral-500 underline underline-offset-8 transition-colors hover:text-neutral-800"
|
package/dist/index.umd.cjs
CHANGED
|
@@ -1280,7 +1280,7 @@
|
|
|
1280
1280
|
<label class="col-span-2">Dinner</label>
|
|
1281
1281
|
<p>${Tt.format(o.rates.deductionDinner)}</p>
|
|
1282
1282
|
</div>
|
|
1283
|
-
<p class="p-2 pt-5 pb-0
|
|
1283
|
+
<p class="p-2 pt-5 pb-0 font-semibold">Source</p>
|
|
1284
1284
|
<a
|
|
1285
1285
|
class="mb-5 ml-4 block truncate pb-2 underline underline-offset-8"
|
|
1286
1286
|
href="${o.source}"
|
|
@@ -1304,7 +1304,7 @@
|
|
|
1304
1304
|
<div>${o.rates.deductionLunch.toFixed(2)}</div>
|
|
1305
1305
|
<div>${o.rates.deductionDinner.toFixed(2)}</div>
|
|
1306
1306
|
<div
|
|
1307
|
-
class="col-span-10 mt-4 truncate border-t border-t-neutral-100 !py-4 text-sm"
|
|
1307
|
+
class="col-span-10 mt-4 truncate border-t border-t-neutral-100 !py-4 !text-left text-sm"
|
|
1308
1308
|
>
|
|
1309
1309
|
<a
|
|
1310
1310
|
class="pb-2 text-neutral-500 underline underline-offset-8 transition-colors hover:text-neutral-800"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@per-diem-calculator/vanilla",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.39",
|
|
4
4
|
"author": "Ahmad Dowla <ahmad.dowla@gmail.com>",
|
|
5
5
|
"description": "Open source per diem calculator for both domestic and international trips. Built in TypeScript with Tailwind. Rates sourced from GSA, State Dept., and DOD.",
|
|
6
6
|
"license": "MIT",
|