@jjlmoya/utils-alcohol 1.24.0 → 1.26.0
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/package.json +1 -1
- package/src/entries.ts +7 -1
- package/src/index.ts +1 -0
- package/src/pages/[locale]/[slug].astro +7 -3
- package/src/tests/locale_completeness.test.ts +4 -9
- package/src/tests/tool_validation.test.ts +2 -2
- package/src/tool/alcoholClearance/alcohol-clearance-calculator.css +23 -23
- package/src/tool/alcoholClearance/bibliography.ts +6 -0
- package/src/tool/alcoholClearance/entry.ts +1 -0
- package/src/tool/alcoholClearance/i18n/de.ts +1 -12
- package/src/tool/alcoholClearance/i18n/en.ts +1 -12
- package/src/tool/alcoholClearance/i18n/es.ts +1 -12
- package/src/tool/alcoholClearance/i18n/fr.ts +1 -12
- package/src/tool/alcoholClearance/i18n/id.ts +1 -12
- package/src/tool/alcoholClearance/i18n/it.ts +1 -12
- package/src/tool/alcoholClearance/i18n/ja.ts +1 -12
- package/src/tool/alcoholClearance/i18n/ko.ts +1 -12
- package/src/tool/alcoholClearance/i18n/nl.ts +1 -12
- package/src/tool/alcoholClearance/i18n/pl.ts +1 -12
- package/src/tool/alcoholClearance/i18n/pt.ts +1 -12
- package/src/tool/alcoholClearance/i18n/ru.ts +1 -12
- package/src/tool/alcoholClearance/i18n/sv.ts +1 -12
- package/src/tool/alcoholClearance/i18n/tr.ts +1 -12
- package/src/tool/alcoholClearance/i18n/zh.ts +1 -12
- package/src/tool/beerCooler/beer-cooler.css +22 -22
- package/src/tool/beerCooler/bibliography.ts +6 -0
- package/src/tool/beerCooler/entry.ts +1 -0
- package/src/tool/beerCooler/i18n/de.ts +1 -12
- package/src/tool/beerCooler/i18n/en.ts +1 -12
- package/src/tool/beerCooler/i18n/es.ts +1 -12
- package/src/tool/beerCooler/i18n/fr.ts +1 -12
- package/src/tool/beerCooler/i18n/id.ts +1 -12
- package/src/tool/beerCooler/i18n/it.ts +1 -12
- package/src/tool/beerCooler/i18n/ja.ts +1 -12
- package/src/tool/beerCooler/i18n/ko.ts +1 -12
- package/src/tool/beerCooler/i18n/nl.ts +1 -12
- package/src/tool/beerCooler/i18n/pl.ts +1 -12
- package/src/tool/beerCooler/i18n/pt.ts +1 -12
- package/src/tool/beerCooler/i18n/ru.ts +1 -12
- package/src/tool/beerCooler/i18n/sv.ts +1 -12
- package/src/tool/beerCooler/i18n/tr.ts +1 -12
- package/src/tool/beerCooler/i18n/zh.ts +1 -12
- package/src/tool/carbonationCalculator/beer-carbonation-calculator.css +19 -19
- package/src/tool/carbonationCalculator/bibliography.ts +6 -0
- package/src/tool/carbonationCalculator/entry.ts +1 -0
- package/src/tool/carbonationCalculator/i18n/de.ts +1 -12
- package/src/tool/carbonationCalculator/i18n/en.ts +1 -12
- package/src/tool/carbonationCalculator/i18n/es.ts +1 -12
- package/src/tool/carbonationCalculator/i18n/fr.ts +1 -12
- package/src/tool/carbonationCalculator/i18n/id.ts +1 -12
- package/src/tool/carbonationCalculator/i18n/it.ts +1 -12
- package/src/tool/carbonationCalculator/i18n/ja.ts +1 -12
- package/src/tool/carbonationCalculator/i18n/ko.ts +1 -12
- package/src/tool/carbonationCalculator/i18n/nl.ts +1 -12
- package/src/tool/carbonationCalculator/i18n/pl.ts +1 -12
- package/src/tool/carbonationCalculator/i18n/pt.ts +1 -12
- package/src/tool/carbonationCalculator/i18n/ru.ts +1 -12
- package/src/tool/carbonationCalculator/i18n/sv.ts +1 -12
- package/src/tool/carbonationCalculator/i18n/tr.ts +1 -12
- package/src/tool/carbonationCalculator/i18n/zh.ts +1 -12
- package/src/tool/cocktailBalancer/bibliography.ts +7 -0
- package/src/tool/cocktailBalancer/cocktail-balancer.css +59 -59
- package/src/tool/cocktailBalancer/entry.ts +1 -0
- package/src/tool/cocktailBalancer/i18n/de.ts +1 -16
- package/src/tool/cocktailBalancer/i18n/en.ts +1 -16
- package/src/tool/cocktailBalancer/i18n/es.ts +1 -16
- package/src/tool/cocktailBalancer/i18n/fr.ts +1 -16
- package/src/tool/cocktailBalancer/i18n/id.ts +1 -16
- package/src/tool/cocktailBalancer/i18n/it.ts +1 -16
- package/src/tool/cocktailBalancer/i18n/ja.ts +1 -16
- package/src/tool/cocktailBalancer/i18n/ko.ts +1 -16
- package/src/tool/cocktailBalancer/i18n/nl.ts +1 -16
- package/src/tool/cocktailBalancer/i18n/pl.ts +1 -16
- package/src/tool/cocktailBalancer/i18n/pt.ts +1 -16
- package/src/tool/cocktailBalancer/i18n/ru.ts +1 -16
- package/src/tool/cocktailBalancer/i18n/sv.ts +1 -16
- package/src/tool/cocktailBalancer/i18n/tr.ts +1 -16
- package/src/tool/cocktailBalancer/i18n/zh.ts +1 -16
- package/src/tool/fortifiedWine/bibliography.astro +14 -0
- package/src/tool/fortifiedWine/bibliography.ts +7 -0
- package/src/tool/fortifiedWine/component.astro +331 -0
- package/src/tool/fortifiedWine/entry.ts +62 -0
- package/src/tool/fortifiedWine/fortified-wine-builder.css +534 -0
- package/src/tool/fortifiedWine/i18n/de.ts +66 -0
- package/src/tool/fortifiedWine/i18n/en.ts +140 -0
- package/src/tool/fortifiedWine/i18n/es.ts +140 -0
- package/src/tool/fortifiedWine/i18n/fr.ts +91 -0
- package/src/tool/fortifiedWine/i18n/id.ts +91 -0
- package/src/tool/fortifiedWine/i18n/it.ts +91 -0
- package/src/tool/fortifiedWine/i18n/ja.ts +91 -0
- package/src/tool/fortifiedWine/i18n/ko.ts +91 -0
- package/src/tool/fortifiedWine/i18n/nl.ts +91 -0
- package/src/tool/fortifiedWine/i18n/pl.ts +91 -0
- package/src/tool/fortifiedWine/i18n/pt.ts +91 -0
- package/src/tool/fortifiedWine/i18n/ru.ts +91 -0
- package/src/tool/fortifiedWine/i18n/sv.ts +91 -0
- package/src/tool/fortifiedWine/i18n/tr.ts +91 -0
- package/src/tool/fortifiedWine/i18n/zh.ts +91 -0
- package/src/tool/fortifiedWine/index.ts +8 -0
- package/src/tool/fortifiedWine/logic.ts +46 -0
- package/src/tool/fortifiedWine/seo.astro +41 -0
- package/src/tool/jelloShotLab/bibliography.astro +14 -0
- package/src/tool/jelloShotLab/bibliography.ts +8 -0
- package/src/tool/jelloShotLab/component.astro +183 -0
- package/src/tool/jelloShotLab/entry.ts +62 -0
- package/src/tool/jelloShotLab/i18n/de.ts +156 -0
- package/src/tool/jelloShotLab/i18n/en.ts +156 -0
- package/src/tool/jelloShotLab/i18n/es.ts +156 -0
- package/src/tool/jelloShotLab/i18n/fr.ts +156 -0
- package/src/tool/jelloShotLab/i18n/id.ts +156 -0
- package/src/tool/jelloShotLab/i18n/it.ts +156 -0
- package/src/tool/jelloShotLab/i18n/ja.ts +156 -0
- package/src/tool/jelloShotLab/i18n/ko.ts +156 -0
- package/src/tool/jelloShotLab/i18n/nl.ts +156 -0
- package/src/tool/jelloShotLab/i18n/pl.ts +156 -0
- package/src/tool/jelloShotLab/i18n/pt.ts +156 -0
- package/src/tool/jelloShotLab/i18n/ru.ts +156 -0
- package/src/tool/jelloShotLab/i18n/sv.ts +156 -0
- package/src/tool/jelloShotLab/i18n/tr.ts +156 -0
- package/src/tool/jelloShotLab/i18n/zh.ts +156 -0
- package/src/tool/jelloShotLab/index.ts +11 -0
- package/src/tool/jelloShotLab/jello-shot-lab.css +229 -0
- package/src/tool/jelloShotLab/logic.ts +29 -0
- package/src/tool/jelloShotLab/seo.astro +53 -0
- package/src/tool/partyKeg/bibliography.ts +6 -0
- package/src/tool/partyKeg/entry.ts +1 -0
- package/src/tool/partyKeg/i18n/de.ts +1 -12
- package/src/tool/partyKeg/i18n/en.ts +1 -12
- package/src/tool/partyKeg/i18n/es.ts +1 -12
- package/src/tool/partyKeg/i18n/fr.ts +1 -12
- package/src/tool/partyKeg/i18n/id.ts +1 -12
- package/src/tool/partyKeg/i18n/it.ts +1 -12
- package/src/tool/partyKeg/i18n/ja.ts +1 -12
- package/src/tool/partyKeg/i18n/ko.ts +1 -12
- package/src/tool/partyKeg/i18n/nl.ts +1 -12
- package/src/tool/partyKeg/i18n/pl.ts +1 -12
- package/src/tool/partyKeg/i18n/pt.ts +1 -12
- package/src/tool/partyKeg/i18n/ru.ts +1 -12
- package/src/tool/partyKeg/i18n/sv.ts +1 -12
- package/src/tool/partyKeg/i18n/tr.ts +1 -12
- package/src/tool/partyKeg/i18n/zh.ts +1 -12
- package/src/tool/partyKeg/party-stock-calculator.css +23 -23
- package/src/tools.ts +5 -0
- package/src/types.ts +1 -1
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, SoftwareApplication, FAQPage, HowTo } from 'schema-dts';
|
|
2
3
|
import type { PartyKegUI, PartyKegLocaleContent } from '../index';
|
|
3
4
|
|
|
@@ -27,7 +28,6 @@ const ui: PartyKegUI = {
|
|
|
27
28
|
};
|
|
28
29
|
|
|
29
30
|
const faqTitle = 'Perguntas Frequentes';
|
|
30
|
-
const bibliographyTitle = 'Bibliografia e Fontes';
|
|
31
31
|
|
|
32
32
|
const faq: PartyKegLocaleContent['faq'] = [
|
|
33
33
|
{
|
|
@@ -63,16 +63,6 @@ const howTo: PartyKegLocaleContent['howTo'] = [
|
|
|
63
63
|
},
|
|
64
64
|
];
|
|
65
65
|
|
|
66
|
-
const bibliography: PartyKegLocaleContent['bibliography'] = [
|
|
67
|
-
{
|
|
68
|
-
name: "Event Planning: Alcohol & Bar Calculations - Spruce Eats",
|
|
69
|
-
url: "https://www.thespruceeats.com/stock-your-bar-for-a-party-760394",
|
|
70
|
-
},
|
|
71
|
-
{
|
|
72
|
-
name: "Thermodynamics of Ice Melting - Engineering Toolbox",
|
|
73
|
-
url: "https://www.engineeringtoolbox.com/saturated-ice-steam-d_970.html",
|
|
74
|
-
},
|
|
75
|
-
];
|
|
76
66
|
|
|
77
67
|
const seo: PartyKegLocaleContent['seo'] = [
|
|
78
68
|
{
|
|
@@ -180,7 +170,6 @@ export const content: PartyKegLocaleContent = {
|
|
|
180
170
|
seo,
|
|
181
171
|
faqTitle,
|
|
182
172
|
faq,
|
|
183
|
-
bibliographyTitle,
|
|
184
173
|
bibliography,
|
|
185
174
|
howTo,
|
|
186
175
|
schemas,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, SoftwareApplication, FAQPage, HowTo } from 'schema-dts';
|
|
2
3
|
import type { PartyKegUI, PartyKegLocaleContent } from '../index';
|
|
3
4
|
|
|
@@ -27,7 +28,6 @@ const ui: PartyKegUI = {
|
|
|
27
28
|
};
|
|
28
29
|
|
|
29
30
|
const faqTitle = 'Часто Задаваемые Вопросы';
|
|
30
|
-
const bibliographyTitle = 'Библиография и Источники';
|
|
31
31
|
|
|
32
32
|
const faq: PartyKegLocaleContent['faq'] = [
|
|
33
33
|
{
|
|
@@ -63,16 +63,6 @@ const howTo: PartyKegLocaleContent['howTo'] = [
|
|
|
63
63
|
},
|
|
64
64
|
];
|
|
65
65
|
|
|
66
|
-
const bibliography: PartyKegLocaleContent['bibliography'] = [
|
|
67
|
-
{
|
|
68
|
-
name: "Event Planning: Alcohol & Bar Calculations - Spruce Eats",
|
|
69
|
-
url: "https://www.thespruceeats.com/stock-your-bar-for-a-party-760394",
|
|
70
|
-
},
|
|
71
|
-
{
|
|
72
|
-
name: "Thermodynamics of Ice Melting - Engineering Toolbox",
|
|
73
|
-
url: "https://www.engineeringtoolbox.com/saturated-ice-steam-d_970.html",
|
|
74
|
-
},
|
|
75
|
-
];
|
|
76
66
|
|
|
77
67
|
const seo: PartyKegLocaleContent['seo'] = [
|
|
78
68
|
{
|
|
@@ -180,7 +170,6 @@ export const content: PartyKegLocaleContent = {
|
|
|
180
170
|
seo,
|
|
181
171
|
faqTitle,
|
|
182
172
|
faq,
|
|
183
|
-
bibliographyTitle,
|
|
184
173
|
bibliography,
|
|
185
174
|
howTo,
|
|
186
175
|
schemas,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, SoftwareApplication, FAQPage, HowTo } from 'schema-dts';
|
|
2
3
|
import type { PartyKegUI, PartyKegLocaleContent } from '../index';
|
|
3
4
|
|
|
@@ -27,7 +28,6 @@ const ui: PartyKegUI = {
|
|
|
27
28
|
};
|
|
28
29
|
|
|
29
30
|
const faqTitle = 'Vanliga Frågor';
|
|
30
|
-
const bibliographyTitle = 'Bibliografi och Källor';
|
|
31
31
|
|
|
32
32
|
const faq: PartyKegLocaleContent['faq'] = [
|
|
33
33
|
{
|
|
@@ -63,16 +63,6 @@ const howTo: PartyKegLocaleContent['howTo'] = [
|
|
|
63
63
|
},
|
|
64
64
|
];
|
|
65
65
|
|
|
66
|
-
const bibliography: PartyKegLocaleContent['bibliography'] = [
|
|
67
|
-
{
|
|
68
|
-
name: "Event Planning: Alcohol & Bar Calculations - Spruce Eats",
|
|
69
|
-
url: "https://www.thespruceeats.com/stock-your-bar-for-a-party-760394",
|
|
70
|
-
},
|
|
71
|
-
{
|
|
72
|
-
name: "Thermodynamics of Ice Melting - Engineering Toolbox",
|
|
73
|
-
url: "https://www.engineeringtoolbox.com/saturated-ice-steam-d_970.html",
|
|
74
|
-
},
|
|
75
|
-
];
|
|
76
66
|
|
|
77
67
|
const seo: PartyKegLocaleContent['seo'] = [
|
|
78
68
|
{
|
|
@@ -180,7 +170,6 @@ export const content: PartyKegLocaleContent = {
|
|
|
180
170
|
seo,
|
|
181
171
|
faqTitle,
|
|
182
172
|
faq,
|
|
183
|
-
bibliographyTitle,
|
|
184
173
|
bibliography,
|
|
185
174
|
howTo,
|
|
186
175
|
schemas,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, SoftwareApplication, FAQPage, HowTo } from 'schema-dts';
|
|
2
3
|
import type { PartyKegUI, PartyKegLocaleContent } from '../index';
|
|
3
4
|
|
|
@@ -27,7 +28,6 @@ const ui: PartyKegUI = {
|
|
|
27
28
|
};
|
|
28
29
|
|
|
29
30
|
const faqTitle = 'Sıkça Sorulan Sorular';
|
|
30
|
-
const bibliographyTitle = 'Bibliyografi ve Kaynaklar';
|
|
31
31
|
|
|
32
32
|
const faq: PartyKegLocaleContent['faq'] = [
|
|
33
33
|
{
|
|
@@ -63,16 +63,6 @@ const howTo: PartyKegLocaleContent['howTo'] = [
|
|
|
63
63
|
},
|
|
64
64
|
];
|
|
65
65
|
|
|
66
|
-
const bibliography: PartyKegLocaleContent['bibliography'] = [
|
|
67
|
-
{
|
|
68
|
-
name: 'Etkinlik Planlama: Alkol ve Bar Hesaplamaları - Spruce Eats',
|
|
69
|
-
url: 'https://www.thespruceeats.com/stock-your-bar-for-a-party-760394',
|
|
70
|
-
},
|
|
71
|
-
{
|
|
72
|
-
name: 'Buz Eritme Termodinamiği - Mühendislik Araç Kutusu',
|
|
73
|
-
url: 'https://www.engineeringtoolbox.com/saturated-ice-steam-d_970.html',
|
|
74
|
-
},
|
|
75
|
-
];
|
|
76
66
|
|
|
77
67
|
const seo: PartyKegLocaleContent['seo'] = [
|
|
78
68
|
{
|
|
@@ -180,7 +170,6 @@ export const content: PartyKegLocaleContent = {
|
|
|
180
170
|
seo,
|
|
181
171
|
faqTitle,
|
|
182
172
|
faq,
|
|
183
|
-
bibliographyTitle,
|
|
184
173
|
bibliography,
|
|
185
174
|
howTo,
|
|
186
175
|
schemas,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, SoftwareApplication, FAQPage, HowTo } from 'schema-dts';
|
|
2
3
|
import type { PartyKegUI, PartyKegLocaleContent } from '../index';
|
|
3
4
|
|
|
@@ -27,7 +28,6 @@ const ui: PartyKegUI = {
|
|
|
27
28
|
};
|
|
28
29
|
|
|
29
30
|
const faqTitle = '常见问题';
|
|
30
|
-
const bibliographyTitle = '参考文献和来源';
|
|
31
31
|
|
|
32
32
|
const faq: PartyKegLocaleContent['faq'] = [
|
|
33
33
|
{
|
|
@@ -63,16 +63,6 @@ const howTo: PartyKegLocaleContent['howTo'] = [
|
|
|
63
63
|
},
|
|
64
64
|
];
|
|
65
65
|
|
|
66
|
-
const bibliography: PartyKegLocaleContent['bibliography'] = [
|
|
67
|
-
{
|
|
68
|
-
name: "Event Planning: Alcohol & Bar Calculations - Spruce Eats",
|
|
69
|
-
url: "https://www.thespruceeats.com/stock-your-bar-for-a-party-760394",
|
|
70
|
-
},
|
|
71
|
-
{
|
|
72
|
-
name: "Thermodynamics of Ice Melting - Engineering Toolbox",
|
|
73
|
-
url: "https://www.engineeringtoolbox.com/saturated-ice-steam-d_970.html",
|
|
74
|
-
},
|
|
75
|
-
];
|
|
76
66
|
|
|
77
67
|
const seo: PartyKegLocaleContent['seo'] = [
|
|
78
68
|
{
|
|
@@ -180,7 +170,6 @@ export const content: PartyKegLocaleContent = {
|
|
|
180
170
|
seo,
|
|
181
171
|
faqTitle,
|
|
182
172
|
faq,
|
|
183
|
-
bibliographyTitle,
|
|
184
173
|
bibliography,
|
|
185
174
|
howTo,
|
|
186
175
|
schemas,
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
box-shadow: 0 10px 30px rgba(0,0,0,0.1);
|
|
18
18
|
}
|
|
19
19
|
|
|
20
|
-
|
|
20
|
+
.theme-dark .party-card {
|
|
21
21
|
background: rgba(15,23,42,0.9);
|
|
22
22
|
border-color: rgba(255,255,255,0.1);
|
|
23
23
|
}
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
}
|
|
72
72
|
}
|
|
73
73
|
|
|
74
|
-
|
|
74
|
+
.theme-dark .party-inputs {
|
|
75
75
|
background: rgba(255,255,255,0.03);
|
|
76
76
|
border-color: #1e293b;
|
|
77
77
|
}
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
color: #1e293b;
|
|
109
109
|
}
|
|
110
110
|
|
|
111
|
-
|
|
111
|
+
.theme-dark .calc-title {
|
|
112
112
|
color: #f1f5f9;
|
|
113
113
|
}
|
|
114
114
|
|
|
@@ -147,7 +147,7 @@
|
|
|
147
147
|
letter-spacing: -0.05em;
|
|
148
148
|
}
|
|
149
149
|
|
|
150
|
-
|
|
150
|
+
.theme-dark .slider-val {
|
|
151
151
|
color: #f1f5f9;
|
|
152
152
|
}
|
|
153
153
|
|
|
@@ -177,7 +177,7 @@
|
|
|
177
177
|
cursor: pointer;
|
|
178
178
|
}
|
|
179
179
|
|
|
180
|
-
|
|
180
|
+
.theme-dark .custom-slider-wrap {
|
|
181
181
|
background: #1e293b;
|
|
182
182
|
border-color: #334155;
|
|
183
183
|
}
|
|
@@ -254,7 +254,7 @@
|
|
|
254
254
|
transition: all 0.2s;
|
|
255
255
|
}
|
|
256
256
|
|
|
257
|
-
|
|
257
|
+
.theme-dark .vibe-btn {
|
|
258
258
|
border-color: #334155;
|
|
259
259
|
background: #0f172a;
|
|
260
260
|
}
|
|
@@ -355,7 +355,7 @@
|
|
|
355
355
|
border-top: 1px solid #e2e8f0;
|
|
356
356
|
}
|
|
357
357
|
|
|
358
|
-
|
|
358
|
+
.theme-dark .temp-section {
|
|
359
359
|
border-color: #334155;
|
|
360
360
|
}
|
|
361
361
|
|
|
@@ -378,7 +378,7 @@
|
|
|
378
378
|
position: relative;
|
|
379
379
|
}
|
|
380
380
|
|
|
381
|
-
|
|
381
|
+
.theme-dark .party-results {
|
|
382
382
|
background: rgba(0,0,0,0.2);
|
|
383
383
|
}
|
|
384
384
|
|
|
@@ -390,7 +390,7 @@
|
|
|
390
390
|
backdrop-filter: blur(4px);
|
|
391
391
|
}
|
|
392
392
|
|
|
393
|
-
|
|
393
|
+
.theme-dark .stats-header {
|
|
394
394
|
border-color: #1e293b;
|
|
395
395
|
background: rgba(255,255,255,0.03);
|
|
396
396
|
}
|
|
@@ -405,7 +405,7 @@
|
|
|
405
405
|
border-right: 1px solid #e2e8f0;
|
|
406
406
|
}
|
|
407
407
|
|
|
408
|
-
|
|
408
|
+
.theme-dark .stat-block-left {
|
|
409
409
|
border-color: #1e293b;
|
|
410
410
|
}
|
|
411
411
|
|
|
@@ -456,7 +456,7 @@
|
|
|
456
456
|
letter-spacing: -0.05em;
|
|
457
457
|
}
|
|
458
458
|
|
|
459
|
-
|
|
459
|
+
.theme-dark .stat-number {
|
|
460
460
|
color: #f1f5f9;
|
|
461
461
|
}
|
|
462
462
|
|
|
@@ -492,7 +492,7 @@
|
|
|
492
492
|
background: linear-gradient(to top, rgba(203,213,225,0.5) 0%, rgba(248,250,252,0) 100%);
|
|
493
493
|
}
|
|
494
494
|
|
|
495
|
-
|
|
495
|
+
.theme-dark .visual-stage-wrap {
|
|
496
496
|
background: linear-gradient(to top, rgba(15,23,42,0.5) 0%, transparent 100%);
|
|
497
497
|
}
|
|
498
498
|
|
|
@@ -535,7 +535,7 @@
|
|
|
535
535
|
background: #cbd5e1;
|
|
536
536
|
}
|
|
537
537
|
|
|
538
|
-
|
|
538
|
+
.theme-dark .stage-baseline {
|
|
539
539
|
background: #334155;
|
|
540
540
|
}
|
|
541
541
|
|
|
@@ -555,7 +555,7 @@
|
|
|
555
555
|
animation: drop-in 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
|
|
556
556
|
}
|
|
557
557
|
|
|
558
|
-
|
|
558
|
+
.visual-container {
|
|
559
559
|
display: flex;
|
|
560
560
|
align-items: flex-end;
|
|
561
561
|
justify-content: center;
|
|
@@ -565,12 +565,12 @@
|
|
|
565
565
|
}
|
|
566
566
|
|
|
567
567
|
@media (min-width: 1024px) {
|
|
568
|
-
|
|
568
|
+
.visual-container {
|
|
569
569
|
gap: 4rem;
|
|
570
570
|
}
|
|
571
571
|
}
|
|
572
572
|
|
|
573
|
-
|
|
573
|
+
.keg-stack {
|
|
574
574
|
display: flex;
|
|
575
575
|
flex-direction: column-reverse;
|
|
576
576
|
align-items: center;
|
|
@@ -580,18 +580,18 @@
|
|
|
580
580
|
min-width: 80px;
|
|
581
581
|
}
|
|
582
582
|
|
|
583
|
-
|
|
583
|
+
.keg-item {
|
|
584
584
|
position: relative;
|
|
585
585
|
transition: transform 0.3s;
|
|
586
586
|
transform-origin: bottom;
|
|
587
587
|
cursor: default;
|
|
588
588
|
}
|
|
589
589
|
|
|
590
|
-
|
|
590
|
+
.keg-item:hover {
|
|
591
591
|
transform: scale(1.05);
|
|
592
592
|
}
|
|
593
593
|
|
|
594
|
-
|
|
594
|
+
.keg-plus {
|
|
595
595
|
text-align: center;
|
|
596
596
|
font-weight: 900;
|
|
597
597
|
font-size: 1.25rem;
|
|
@@ -621,7 +621,7 @@
|
|
|
621
621
|
}
|
|
622
622
|
}
|
|
623
623
|
|
|
624
|
-
|
|
624
|
+
.ice-pile {
|
|
625
625
|
display: flex;
|
|
626
626
|
flex-wrap: wrap;
|
|
627
627
|
align-content: flex-end;
|
|
@@ -632,17 +632,17 @@
|
|
|
632
632
|
position: relative;
|
|
633
633
|
}
|
|
634
634
|
|
|
635
|
-
|
|
635
|
+
.ice-bag {
|
|
636
636
|
transition: transform 0.3s;
|
|
637
637
|
cursor: pointer;
|
|
638
638
|
}
|
|
639
639
|
|
|
640
|
-
|
|
640
|
+
.ice-bag:hover {
|
|
641
641
|
transform: scale(1.1);
|
|
642
642
|
z-index: 50;
|
|
643
643
|
}
|
|
644
644
|
|
|
645
|
-
|
|
645
|
+
.bags-plus {
|
|
646
646
|
position: absolute;
|
|
647
647
|
top: -3rem;
|
|
648
648
|
left: 50%;
|
package/src/tools.ts
CHANGED
|
@@ -6,11 +6,16 @@ import { PARTY_KEG_TOOL } from './tool/partyKeg';
|
|
|
6
6
|
import { CARBONATION_TOOL } from './tool/carbonationCalculator';
|
|
7
7
|
import { ALCOHOL_CLEARANCE_TOOL } from './tool/alcoholClearance';
|
|
8
8
|
|
|
9
|
+
import { JELLO_SHOT_LAB_TOOL } from './tool/jelloShotLab';
|
|
10
|
+
import { FORTIFIED_WINE_TOOL } from './tool/fortifiedWine';
|
|
11
|
+
|
|
9
12
|
export const ALL_TOOLS: ToolDefinition[] = [
|
|
10
13
|
COCKTAIL_BALANCER_TOOL,
|
|
11
14
|
BEER_COOLER_TOOL,
|
|
12
15
|
PARTY_KEG_TOOL,
|
|
13
16
|
CARBONATION_TOOL,
|
|
14
17
|
ALCOHOL_CLEARANCE_TOOL,
|
|
18
|
+
JELLO_SHOT_LAB_TOOL,
|
|
19
|
+
FORTIFIED_WINE_TOOL,
|
|
15
20
|
];
|
|
16
21
|
|
package/src/types.ts
CHANGED
|
@@ -31,7 +31,7 @@ export interface ToolLocaleContent<TUI extends Record<string, string> = Record<s
|
|
|
31
31
|
seo: SEOSection[];
|
|
32
32
|
faqTitle: string;
|
|
33
33
|
faq: FAQItem[];
|
|
34
|
-
bibliographyTitle
|
|
34
|
+
bibliographyTitle?: string;
|
|
35
35
|
bibliography: BibliographyEntry[];
|
|
36
36
|
howTo: HowToStep[];
|
|
37
37
|
schemas: WithContext<Thing>[];
|