@jjlmoya/utils-textiles 1.13.0 → 1.15.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/category/i18n/de.ts +2 -2
- package/src/category/i18n/en.ts +2 -2
- package/src/category/i18n/es.ts +2 -2
- package/src/category/i18n/fr.ts +9 -9
- package/src/category/i18n/id.ts +2 -2
- package/src/category/i18n/it.ts +2 -2
- package/src/category/i18n/nl.ts +2 -2
- package/src/category/i18n/pl.ts +3 -3
- package/src/category/i18n/pt.ts +2 -2
- package/src/category/i18n/ru.ts +5 -5
- package/src/category/i18n/sv.ts +3 -3
- package/src/category/i18n/zh.ts +2 -2
- package/src/layouts/PreviewLayout.astro +1 -0
- package/src/pages/[locale]/[slug].astro +30 -14
- package/src/tests/diacritics_density.test.ts +118 -0
- package/src/tests/inverted_punctuation.test.ts +84 -0
- package/src/tests/locale_completeness.test.ts +0 -33
- package/src/tests/no_en_dash.test.ts +70 -0
- package/src/tests/script_density.test.ts +94 -0
- package/src/tests/shared-test-helpers.ts +56 -0
- package/src/tests/tool_exports.test.ts +34 -0
- package/src/tool/burnTest/bibliography.astro +2 -10
- package/src/tool/burnTest/bibliography.ts +16 -0
- package/src/tool/burnTest/i18n/de.ts +5 -19
- package/src/tool/burnTest/i18n/en.ts +2 -16
- package/src/tool/burnTest/i18n/es.ts +2 -16
- package/src/tool/burnTest/i18n/fr.ts +5 -19
- package/src/tool/burnTest/i18n/id.ts +2 -16
- package/src/tool/burnTest/i18n/it.ts +2 -16
- package/src/tool/burnTest/i18n/ja.ts +2 -16
- package/src/tool/burnTest/i18n/ko.ts +2 -16
- package/src/tool/burnTest/i18n/nl.ts +2 -16
- package/src/tool/burnTest/i18n/pl.ts +5 -19
- package/src/tool/burnTest/i18n/pt.ts +2 -16
- package/src/tool/burnTest/i18n/ru.ts +8 -22
- package/src/tool/burnTest/i18n/sv.ts +2 -16
- package/src/tool/burnTest/i18n/tr.ts +2 -16
- package/src/tool/burnTest/i18n/zh.ts +5 -19
- package/src/tool/burnTest/index.ts +1 -0
- package/src/tool/burnTest/seo.astro +2 -27
- package/src/tool/clothingSizeConverter/bibliography.astro +2 -10
- package/src/tool/clothingSizeConverter/bibliography.ts +10 -0
- package/src/tool/clothingSizeConverter/i18n/de.ts +2 -10
- package/src/tool/clothingSizeConverter/i18n/en.ts +3 -11
- package/src/tool/clothingSizeConverter/i18n/es.ts +2 -10
- package/src/tool/clothingSizeConverter/i18n/fr.ts +8 -16
- package/src/tool/clothingSizeConverter/i18n/id.ts +2 -10
- package/src/tool/clothingSizeConverter/i18n/it.ts +2 -10
- package/src/tool/clothingSizeConverter/i18n/ja.ts +2 -10
- package/src/tool/clothingSizeConverter/i18n/ko.ts +2 -10
- package/src/tool/clothingSizeConverter/i18n/nl.ts +2 -10
- package/src/tool/clothingSizeConverter/i18n/pl.ts +3 -11
- package/src/tool/clothingSizeConverter/i18n/pt.ts +2 -10
- package/src/tool/clothingSizeConverter/i18n/ru.ts +4 -12
- package/src/tool/clothingSizeConverter/i18n/sv.ts +2 -10
- package/src/tool/clothingSizeConverter/i18n/tr.ts +2 -10
- package/src/tool/clothingSizeConverter/i18n/zh.ts +3 -11
- package/src/tool/clothingSizeConverter/index.ts +1 -0
- package/src/tool/clothingSizeConverter/seo.astro +2 -27
- package/src/tool/fabricProjectCalculator/bibliography.astro +2 -10
- package/src/tool/fabricProjectCalculator/bibliography.ts +16 -0
- package/src/tool/fabricProjectCalculator/component.astro +2 -3
- package/src/tool/fabricProjectCalculator/fabric-project-calculator.css +63 -1
- package/src/tool/fabricProjectCalculator/i18n/de.ts +2 -16
- package/src/tool/fabricProjectCalculator/i18n/en.ts +2 -16
- package/src/tool/fabricProjectCalculator/i18n/es.ts +2 -16
- package/src/tool/fabricProjectCalculator/i18n/fr.ts +2 -16
- package/src/tool/fabricProjectCalculator/i18n/id.ts +2 -16
- package/src/tool/fabricProjectCalculator/i18n/it.ts +2 -16
- package/src/tool/fabricProjectCalculator/i18n/ja.ts +2 -16
- package/src/tool/fabricProjectCalculator/i18n/ko.ts +2 -16
- package/src/tool/fabricProjectCalculator/i18n/nl.ts +2 -16
- package/src/tool/fabricProjectCalculator/i18n/pl.ts +2 -16
- package/src/tool/fabricProjectCalculator/i18n/pt.ts +2 -16
- package/src/tool/fabricProjectCalculator/i18n/ru.ts +4 -18
- package/src/tool/fabricProjectCalculator/i18n/sv.ts +2 -16
- package/src/tool/fabricProjectCalculator/i18n/tr.ts +2 -16
- package/src/tool/fabricProjectCalculator/i18n/zh.ts +3 -17
- package/src/tool/fabricProjectCalculator/index.ts +1 -0
- package/src/tool/fabricProjectCalculator/seo.astro +2 -27
- package/src/tool/fabricTruth/bibliography.astro +2 -10
- package/src/tool/fabricTruth/bibliography.ts +16 -0
- package/src/tool/fabricTruth/i18n/de.ts +3 -17
- package/src/tool/fabricTruth/i18n/en.ts +3 -17
- package/src/tool/fabricTruth/i18n/es.ts +3 -17
- package/src/tool/fabricTruth/i18n/fr.ts +15 -29
- package/src/tool/fabricTruth/i18n/id.ts +3 -17
- package/src/tool/fabricTruth/i18n/it.ts +3 -17
- package/src/tool/fabricTruth/i18n/ja.ts +3 -17
- package/src/tool/fabricTruth/i18n/ko.ts +3 -17
- package/src/tool/fabricTruth/i18n/nl.ts +3 -17
- package/src/tool/fabricTruth/i18n/pl.ts +3 -17
- package/src/tool/fabricTruth/i18n/pt.ts +3 -17
- package/src/tool/fabricTruth/i18n/ru.ts +13 -27
- package/src/tool/fabricTruth/i18n/sv.ts +3 -17
- package/src/tool/fabricTruth/i18n/tr.ts +3 -17
- package/src/tool/fabricTruth/i18n/zh.ts +11 -25
- package/src/tool/fabricTruth/index.ts +1 -0
- package/src/tool/fabricTruth/seo.astro +2 -27
- package/src/tool/fiberPrep/bibliography.astro +2 -10
- package/src/tool/fiberPrep/bibliography.ts +12 -0
- package/src/tool/fiberPrep/fiber-preparation-natural-dyeing.css +130 -11
- package/src/tool/fiberPrep/i18n/de.ts +2 -12
- package/src/tool/fiberPrep/i18n/en.ts +2 -12
- package/src/tool/fiberPrep/i18n/es.ts +2 -12
- package/src/tool/fiberPrep/i18n/fr.ts +6 -16
- package/src/tool/fiberPrep/i18n/id.ts +2 -12
- package/src/tool/fiberPrep/i18n/it.ts +2 -12
- package/src/tool/fiberPrep/i18n/ja.ts +2 -12
- package/src/tool/fiberPrep/i18n/ko.ts +2 -12
- package/src/tool/fiberPrep/i18n/nl.ts +2 -12
- package/src/tool/fiberPrep/i18n/pl.ts +2 -12
- package/src/tool/fiberPrep/i18n/pt.ts +2 -12
- package/src/tool/fiberPrep/i18n/ru.ts +5 -15
- package/src/tool/fiberPrep/i18n/sv.ts +2 -12
- package/src/tool/fiberPrep/i18n/tr.ts +2 -12
- package/src/tool/fiberPrep/i18n/zh.ts +4 -14
- package/src/tool/fiberPrep/index.ts +1 -0
- package/src/tool/fiberPrep/seo.astro +2 -27
- package/src/tool/knittingGauge/bibliography.astro +2 -10
- package/src/tool/knittingGauge/bibliography.ts +12 -0
- package/src/tool/knittingGauge/i18n/de.ts +2 -12
- package/src/tool/knittingGauge/i18n/en.ts +2 -12
- package/src/tool/knittingGauge/i18n/es.ts +2 -12
- package/src/tool/knittingGauge/i18n/fr.ts +2 -12
- package/src/tool/knittingGauge/i18n/id.ts +2 -12
- package/src/tool/knittingGauge/i18n/it.ts +2 -12
- package/src/tool/knittingGauge/i18n/ja.ts +2 -12
- package/src/tool/knittingGauge/i18n/ko.ts +2 -12
- package/src/tool/knittingGauge/i18n/nl.ts +2 -12
- package/src/tool/knittingGauge/i18n/pl.ts +2 -12
- package/src/tool/knittingGauge/i18n/pt.ts +2 -12
- package/src/tool/knittingGauge/i18n/ru.ts +8 -18
- package/src/tool/knittingGauge/i18n/sv.ts +2 -12
- package/src/tool/knittingGauge/i18n/tr.ts +2 -12
- package/src/tool/knittingGauge/i18n/zh.ts +3 -13
- package/src/tool/knittingGauge/index.ts +1 -0
- package/src/tool/knittingGauge/seo.astro +2 -27
- package/src/tool/laundryGuide/bibliography.astro +2 -10
- package/src/tool/laundryGuide/bibliography.ts +6 -0
- package/src/tool/laundryGuide/i18n/de.ts +3 -7
- package/src/tool/laundryGuide/i18n/en.ts +3 -7
- package/src/tool/laundryGuide/i18n/es.ts +3 -7
- package/src/tool/laundryGuide/i18n/fr.ts +14 -18
- package/src/tool/laundryGuide/i18n/id.ts +3 -7
- package/src/tool/laundryGuide/i18n/it.ts +3 -7
- package/src/tool/laundryGuide/i18n/ja.ts +2 -6
- package/src/tool/laundryGuide/i18n/ko.ts +2 -6
- package/src/tool/laundryGuide/i18n/nl.ts +3 -7
- package/src/tool/laundryGuide/i18n/pl.ts +4 -8
- package/src/tool/laundryGuide/i18n/pt.ts +3 -7
- package/src/tool/laundryGuide/i18n/ru.ts +8 -12
- package/src/tool/laundryGuide/i18n/sv.ts +3 -7
- package/src/tool/laundryGuide/i18n/tr.ts +2 -6
- package/src/tool/laundryGuide/i18n/zh.ts +4 -8
- package/src/tool/laundryGuide/index.ts +1 -0
- package/src/tool/laundryGuide/seo.astro +2 -27
- package/src/tool/needleConverter/bibliography.astro +2 -10
- package/src/tool/needleConverter/bibliography.ts +12 -0
- package/src/tool/needleConverter/i18n/de.ts +2 -12
- package/src/tool/needleConverter/i18n/en.ts +2 -12
- package/src/tool/needleConverter/i18n/es.ts +2 -12
- package/src/tool/needleConverter/i18n/fr.ts +7 -17
- package/src/tool/needleConverter/i18n/id.ts +2 -12
- package/src/tool/needleConverter/i18n/it.ts +2 -12
- package/src/tool/needleConverter/i18n/ja.ts +2 -12
- package/src/tool/needleConverter/i18n/ko.ts +2 -12
- package/src/tool/needleConverter/i18n/nl.ts +2 -12
- package/src/tool/needleConverter/i18n/pl.ts +2 -12
- package/src/tool/needleConverter/i18n/pt.ts +2 -12
- package/src/tool/needleConverter/i18n/ru.ts +6 -16
- package/src/tool/needleConverter/i18n/sv.ts +2 -12
- package/src/tool/needleConverter/i18n/tr.ts +2 -12
- package/src/tool/needleConverter/i18n/zh.ts +2 -12
- package/src/tool/needleConverter/index.ts +1 -0
- package/src/tool/needleConverter/seo.astro +1 -1
- package/src/tool/sewingPatternScaler/bibliography.astro +2 -10
- package/src/tool/sewingPatternScaler/bibliography.ts +12 -0
- package/src/tool/sewingPatternScaler/i18n/de.ts +2 -12
- package/src/tool/sewingPatternScaler/i18n/en.ts +2 -12
- package/src/tool/sewingPatternScaler/i18n/es.ts +2 -12
- package/src/tool/sewingPatternScaler/i18n/fr.ts +4 -14
- package/src/tool/sewingPatternScaler/i18n/id.ts +2 -12
- package/src/tool/sewingPatternScaler/i18n/it.ts +2 -12
- package/src/tool/sewingPatternScaler/i18n/ja.ts +2 -12
- package/src/tool/sewingPatternScaler/i18n/ko.ts +2 -12
- package/src/tool/sewingPatternScaler/i18n/nl.ts +2 -12
- package/src/tool/sewingPatternScaler/i18n/pl.ts +4 -14
- package/src/tool/sewingPatternScaler/i18n/pt.ts +2 -12
- package/src/tool/sewingPatternScaler/i18n/ru.ts +9 -19
- package/src/tool/sewingPatternScaler/i18n/sv.ts +2 -12
- package/src/tool/sewingPatternScaler/i18n/tr.ts +2 -12
- package/src/tool/sewingPatternScaler/i18n/zh.ts +5 -15
- package/src/tool/sewingPatternScaler/index.ts +1 -0
- package/src/tool/sewingPatternScaler/seo.astro +2 -36
- package/src/tool/shoeSizeConverter/bibliography.astro +2 -10
- package/src/tool/shoeSizeConverter/bibliography.ts +7 -0
- package/src/tool/shoeSizeConverter/i18n/de.ts +2 -7
- package/src/tool/shoeSizeConverter/i18n/en.ts +2 -7
- package/src/tool/shoeSizeConverter/i18n/es.ts +2 -7
- package/src/tool/shoeSizeConverter/i18n/fr.ts +3 -8
- package/src/tool/shoeSizeConverter/i18n/id.ts +2 -7
- package/src/tool/shoeSizeConverter/i18n/it.ts +2 -7
- package/src/tool/shoeSizeConverter/i18n/ja.ts +2 -7
- package/src/tool/shoeSizeConverter/i18n/ko.ts +2 -7
- package/src/tool/shoeSizeConverter/i18n/nl.ts +2 -7
- package/src/tool/shoeSizeConverter/i18n/pl.ts +2 -7
- package/src/tool/shoeSizeConverter/i18n/pt.ts +2 -7
- package/src/tool/shoeSizeConverter/i18n/ru.ts +6 -11
- package/src/tool/shoeSizeConverter/i18n/sv.ts +2 -7
- package/src/tool/shoeSizeConverter/i18n/tr.ts +2 -7
- package/src/tool/shoeSizeConverter/i18n/zh.ts +5 -10
- package/src/tool/shoeSizeConverter/index.ts +1 -0
- package/src/tool/shoeSizeConverter/seo.astro +2 -27
- package/src/tool/stainChemistry/bibliography.astro +2 -10
- package/src/tool/stainChemistry/bibliography.ts +16 -0
- package/src/tool/stainChemistry/i18n/de.ts +5 -19
- package/src/tool/stainChemistry/i18n/en.ts +5 -19
- package/src/tool/stainChemistry/i18n/es.ts +5 -19
- package/src/tool/stainChemistry/i18n/fr.ts +8 -22
- package/src/tool/stainChemistry/i18n/id.ts +5 -19
- package/src/tool/stainChemistry/i18n/it.ts +5 -19
- package/src/tool/stainChemistry/i18n/ja.ts +5 -19
- package/src/tool/stainChemistry/i18n/ko.ts +5 -19
- package/src/tool/stainChemistry/i18n/nl.ts +5 -19
- package/src/tool/stainChemistry/i18n/pl.ts +5 -19
- package/src/tool/stainChemistry/i18n/pt.ts +5 -19
- package/src/tool/stainChemistry/i18n/ru.ts +9 -23
- package/src/tool/stainChemistry/i18n/sv.ts +5 -19
- package/src/tool/stainChemistry/i18n/tr.ts +5 -19
- package/src/tool/stainChemistry/i18n/zh.ts +9 -23
- package/src/tool/stainChemistry/index.ts +1 -0
- package/src/tool/stainChemistry/seo.astro +2 -27
- package/src/tool/yarnCalculator/bibliography.astro +2 -10
- package/src/tool/yarnCalculator/bibliography.ts +16 -0
- package/src/tool/yarnCalculator/i18n/de.ts +2 -16
- package/src/tool/yarnCalculator/i18n/en.ts +2 -16
- package/src/tool/yarnCalculator/i18n/es.ts +2 -16
- package/src/tool/yarnCalculator/i18n/fr.ts +6 -20
- package/src/tool/yarnCalculator/i18n/id.ts +2 -16
- package/src/tool/yarnCalculator/i18n/it.ts +2 -16
- package/src/tool/yarnCalculator/i18n/ja.ts +2 -16
- package/src/tool/yarnCalculator/i18n/ko.ts +2 -16
- package/src/tool/yarnCalculator/i18n/nl.ts +2 -16
- package/src/tool/yarnCalculator/i18n/pl.ts +2 -16
- package/src/tool/yarnCalculator/i18n/pt.ts +2 -16
- package/src/tool/yarnCalculator/i18n/ru.ts +9 -23
- package/src/tool/yarnCalculator/i18n/sv.ts +2 -16
- package/src/tool/yarnCalculator/i18n/tr.ts +2 -16
- package/src/tool/yarnCalculator/i18n/zh.ts +7 -21
- package/src/tool/yarnCalculator/index.ts +1 -0
- package/src/tool/yarnCalculator/seo.astro +2 -1
- package/src/types.ts +2 -4
|
@@ -1,15 +1,21 @@
|
|
|
1
1
|
.fiber-prep {
|
|
2
2
|
width: 100%;
|
|
3
|
-
padding:
|
|
3
|
+
padding: 2rem;
|
|
4
4
|
display: flex;
|
|
5
5
|
flex-direction: column;
|
|
6
|
-
gap:
|
|
6
|
+
gap: 0;
|
|
7
|
+
background: var(--bg-surface);
|
|
8
|
+
border: 1px solid var(--border-color);
|
|
9
|
+
border-radius: 1.5rem;
|
|
10
|
+
box-shadow: 0 24px 70px rgba(0, 0, 0, 0.14);
|
|
11
|
+
overflow: hidden;
|
|
7
12
|
}
|
|
8
13
|
|
|
9
14
|
.profile-section {
|
|
10
15
|
display: flex;
|
|
11
16
|
flex-direction: column;
|
|
12
17
|
gap: 1.5rem;
|
|
18
|
+
padding-bottom: 2rem;
|
|
13
19
|
}
|
|
14
20
|
|
|
15
21
|
.profile-header {
|
|
@@ -42,9 +48,9 @@
|
|
|
42
48
|
display: flex;
|
|
43
49
|
flex-direction: column;
|
|
44
50
|
padding: 2rem;
|
|
45
|
-
border-radius:
|
|
51
|
+
border-radius: 1rem;
|
|
46
52
|
border: 2px solid var(--border-color);
|
|
47
|
-
background: var(--bg-
|
|
53
|
+
background: var(--bg-page);
|
|
48
54
|
text-align: left;
|
|
49
55
|
cursor: pointer;
|
|
50
56
|
overflow: hidden;
|
|
@@ -173,20 +179,34 @@
|
|
|
173
179
|
.tool-grid {
|
|
174
180
|
display: grid;
|
|
175
181
|
grid-template-columns: 1fr 1fr;
|
|
176
|
-
gap:
|
|
182
|
+
gap: 0;
|
|
183
|
+
border-top: 1px solid var(--border-color);
|
|
177
184
|
}
|
|
178
185
|
|
|
179
186
|
.calc-card {
|
|
180
|
-
background:
|
|
181
|
-
border:
|
|
182
|
-
border-radius:
|
|
183
|
-
padding:
|
|
184
|
-
box-shadow:
|
|
187
|
+
background: transparent;
|
|
188
|
+
border: 0;
|
|
189
|
+
border-radius: 0;
|
|
190
|
+
padding: 2rem 0 0;
|
|
191
|
+
box-shadow: none;
|
|
185
192
|
display: flex;
|
|
186
193
|
flex-direction: column;
|
|
187
194
|
gap: 1.5rem;
|
|
188
195
|
}
|
|
189
196
|
|
|
197
|
+
.tool-grid .calc-card {
|
|
198
|
+
padding: 2rem 0;
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
.tool-grid .calc-card:first-child {
|
|
202
|
+
padding-right: 2rem;
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
.tool-grid .calc-card + .calc-card {
|
|
206
|
+
padding-left: 2rem;
|
|
207
|
+
border-left: 1px solid var(--border-color);
|
|
208
|
+
}
|
|
209
|
+
|
|
190
210
|
.calc-header {
|
|
191
211
|
display: flex;
|
|
192
212
|
align-items: center;
|
|
@@ -537,6 +557,7 @@
|
|
|
537
557
|
|
|
538
558
|
.ph-card {
|
|
539
559
|
gap: 1.5rem;
|
|
560
|
+
border-top: 1px solid var(--border-color);
|
|
540
561
|
}
|
|
541
562
|
|
|
542
563
|
.ph-header-text {
|
|
@@ -636,15 +657,113 @@
|
|
|
636
657
|
}
|
|
637
658
|
|
|
638
659
|
@media (max-width: 768px) {
|
|
660
|
+
.fiber-prep {
|
|
661
|
+
padding: 1rem;
|
|
662
|
+
overflow: hidden;
|
|
663
|
+
border-radius: 1rem;
|
|
664
|
+
box-shadow: 0 16px 44px rgba(0, 0, 0, 0.12);
|
|
665
|
+
}
|
|
666
|
+
|
|
667
|
+
.profile-section {
|
|
668
|
+
gap: 1rem;
|
|
669
|
+
padding-bottom: 1rem;
|
|
670
|
+
}
|
|
671
|
+
|
|
639
672
|
.profile-grid {
|
|
640
673
|
grid-template-columns: 1fr;
|
|
674
|
+
gap: 1rem;
|
|
675
|
+
}
|
|
676
|
+
|
|
677
|
+
.fiber-card,
|
|
678
|
+
.calc-card {
|
|
679
|
+
border-radius: 1rem;
|
|
680
|
+
min-width: 0;
|
|
681
|
+
}
|
|
682
|
+
|
|
683
|
+
.fiber-card {
|
|
684
|
+
padding: 1.25rem;
|
|
641
685
|
}
|
|
642
686
|
|
|
643
687
|
.tool-grid {
|
|
644
688
|
grid-template-columns: 1fr;
|
|
689
|
+
gap: 0;
|
|
690
|
+
}
|
|
691
|
+
|
|
692
|
+
.tool-grid .calc-card {
|
|
693
|
+
padding: 1rem 0;
|
|
694
|
+
}
|
|
695
|
+
|
|
696
|
+
.tool-grid .calc-card:first-child {
|
|
697
|
+
padding-right: 0;
|
|
698
|
+
}
|
|
699
|
+
|
|
700
|
+
.tool-grid .calc-card + .calc-card {
|
|
701
|
+
padding-left: 0;
|
|
702
|
+
border-left: 0;
|
|
703
|
+
border-top: 1px solid var(--border-color);
|
|
704
|
+
}
|
|
705
|
+
|
|
706
|
+
.ph-card {
|
|
707
|
+
padding-top: 1rem;
|
|
708
|
+
}
|
|
709
|
+
|
|
710
|
+
.calc-header {
|
|
711
|
+
align-items: flex-start;
|
|
712
|
+
}
|
|
713
|
+
|
|
714
|
+
.card-bg-icon {
|
|
715
|
+
padding: 1rem;
|
|
716
|
+
}
|
|
717
|
+
|
|
718
|
+
.card-bg-icon svg {
|
|
719
|
+
width: 6rem;
|
|
720
|
+
height: 6rem;
|
|
721
|
+
}
|
|
722
|
+
|
|
723
|
+
.field-input {
|
|
724
|
+
border-radius: 0.875rem;
|
|
725
|
+
font-size: 1.125rem;
|
|
726
|
+
min-height: 3rem;
|
|
727
|
+
}
|
|
728
|
+
|
|
729
|
+
.result-row {
|
|
730
|
+
align-items: flex-start;
|
|
731
|
+
gap: 0.75rem;
|
|
732
|
+
padding: 0.875rem;
|
|
733
|
+
}
|
|
734
|
+
|
|
735
|
+
.result-row-left {
|
|
736
|
+
min-width: 0;
|
|
737
|
+
}
|
|
738
|
+
|
|
739
|
+
.result-label {
|
|
740
|
+
line-height: 1.25;
|
|
741
|
+
}
|
|
742
|
+
|
|
743
|
+
.result-val {
|
|
744
|
+
flex-shrink: 0;
|
|
745
|
+
font-size: 1rem;
|
|
746
|
+
}
|
|
747
|
+
|
|
748
|
+
.ramp-body {
|
|
749
|
+
min-height: 170px;
|
|
750
|
+
}
|
|
751
|
+
|
|
752
|
+
.ramp-chart-wrap {
|
|
753
|
+
padding: 0.75rem;
|
|
645
754
|
}
|
|
646
755
|
|
|
647
756
|
.ph-grid {
|
|
648
757
|
grid-template-columns: 1fr;
|
|
758
|
+
gap: 1rem;
|
|
759
|
+
}
|
|
760
|
+
|
|
761
|
+
.ph-range-labels {
|
|
762
|
+
gap: 0.5rem;
|
|
649
763
|
}
|
|
650
|
-
|
|
764
|
+
|
|
765
|
+
.ph-range-labels span {
|
|
766
|
+
min-width: 0;
|
|
767
|
+
overflow-wrap: anywhere;
|
|
768
|
+
}
|
|
769
|
+
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
3
4
|
import type { FiberPrepUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'faservorbereitung-pigmentierung';
|
|
@@ -86,19 +87,8 @@ export const content: ToolLocaleContent<FiberPrepUI> = {
|
|
|
86
87
|
slug,
|
|
87
88
|
title,
|
|
88
89
|
description,
|
|
89
|
-
faqTitle: 'Häufig gestellte Fragen',
|
|
90
90
|
faq: faqData,
|
|
91
|
-
|
|
92
|
-
bibliography: [
|
|
93
|
-
{
|
|
94
|
-
name: 'La Escuela Artesana - Taller de Tintes Naturales sobre Lana',
|
|
95
|
-
url: 'https://laescuelaartesana.com/taller-de-tintes-naturales-sobre-lana/',
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
name: 'Tatiana Sarasa (@tatianasarasa) - Artista Textil y Tintes Naturales',
|
|
99
|
-
url: 'https://www.instagram.com/tatianasarasa/',
|
|
100
|
-
},
|
|
101
|
-
],
|
|
91
|
+
bibliography: bibliography,
|
|
102
92
|
howTo: howToData,
|
|
103
93
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
104
94
|
seo: [
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
3
4
|
import type { FiberPrepUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'fiber-preparation-natural-dyeing';
|
|
@@ -86,19 +87,8 @@ export const content: ToolLocaleContent<FiberPrepUI> = {
|
|
|
86
87
|
slug,
|
|
87
88
|
title,
|
|
88
89
|
description,
|
|
89
|
-
faqTitle: 'Frequently Asked Questions',
|
|
90
90
|
faq: faqData,
|
|
91
|
-
|
|
92
|
-
bibliography: [
|
|
93
|
-
{
|
|
94
|
-
name: 'La Escuela Artesana - Natural Dye Workshop on Wool',
|
|
95
|
-
url: 'https://laescuelaartesana.com/taller-de-tintes-naturales-sobre-lana/',
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
name: 'Tatiana Sarasa (@tatianasarasa) - Textile Artist and Natural Dyes',
|
|
99
|
-
url: 'https://www.instagram.com/tatianasarasa/',
|
|
100
|
-
},
|
|
101
|
-
],
|
|
91
|
+
bibliography: bibliography,
|
|
102
92
|
howTo: howToData,
|
|
103
93
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
104
94
|
seo: [
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
3
4
|
import type { FiberPrepUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'preparacion-fibras-pigmentar';
|
|
@@ -86,19 +87,8 @@ export const content: ToolLocaleContent<FiberPrepUI> = {
|
|
|
86
87
|
slug,
|
|
87
88
|
title,
|
|
88
89
|
description,
|
|
89
|
-
faqTitle: 'Preguntas Frecuentes',
|
|
90
90
|
faq: faqData,
|
|
91
|
-
|
|
92
|
-
bibliography: [
|
|
93
|
-
{
|
|
94
|
-
name: 'La Escuela Artesana - Taller de Tintes Naturales sobre Lana',
|
|
95
|
-
url: 'https://laescuelaartesana.com/taller-de-tintes-naturales-sobre-lana/',
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
name: 'Tatiana Sarasa (@tatianasarasa) - Artista Textil y Tintes Naturales',
|
|
99
|
-
url: 'https://www.instagram.com/tatianasarasa/',
|
|
100
|
-
},
|
|
101
|
-
],
|
|
91
|
+
bibliography: bibliography,
|
|
102
92
|
howTo: howToData,
|
|
103
93
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
104
94
|
seo: [
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
3
4
|
import type { FiberPrepUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'preparation-fibres-teinture-naturelle';
|
|
@@ -86,19 +87,8 @@ export const content: ToolLocaleContent<FiberPrepUI> = {
|
|
|
86
87
|
slug,
|
|
87
88
|
title,
|
|
88
89
|
description,
|
|
89
|
-
faqTitle: 'Questions Fréquentes',
|
|
90
90
|
faq: faqData,
|
|
91
|
-
|
|
92
|
-
bibliography: [
|
|
93
|
-
{
|
|
94
|
-
name: 'La Escuela Artesana - Atelier de Teintures Naturelles sur Laine',
|
|
95
|
-
url: 'https://laescuelaartesana.com/taller-de-tintes-naturales-sobre-lana/',
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
name: 'Tatiana Sarasa (@tatianasarasa) - Artiste Textile et Teintures Naturelles',
|
|
99
|
-
url: 'https://www.instagram.com/tatianasarasa/',
|
|
100
|
-
},
|
|
101
|
-
],
|
|
91
|
+
bibliography: bibliography,
|
|
102
92
|
howTo: howToData,
|
|
103
93
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
104
94
|
seo: [
|
|
@@ -124,19 +114,19 @@ export const content: ToolLocaleContent<FiberPrepUI> = {
|
|
|
124
114
|
},
|
|
125
115
|
{
|
|
126
116
|
type: 'card',
|
|
127
|
-
title: 'Fibres Protéiques
|
|
117
|
+
title: 'Fibres Protéiques: Laine et Soie',
|
|
128
118
|
icon: 'mdi:sheep',
|
|
129
119
|
html: 'Ces fibres sont composées de chaînes d\'acides aminés avec une affinité naturelle élevée pour les métaux. La chaleur ouvre les écailles de la fibre permettant aux sels d\'alun de pénétrer profondément. La <strong>Crème de Tartre</strong> est vitale pour maintenir le pH acide qui préserve la douceur.',
|
|
130
120
|
},
|
|
131
121
|
{
|
|
132
122
|
type: 'card',
|
|
133
|
-
title: 'Fibres Cellulosiques
|
|
123
|
+
title: 'Fibres Cellulosiques: Coton et Lin',
|
|
134
124
|
icon: 'mdi:leaf',
|
|
135
|
-
html: 'La cellulose n\'a pas de sites de liaison facilement disponibles. C\'est pourquoi nous utilisons le <strong>protocole en deux étapes</strong
|
|
125
|
+
html: 'La cellulose n\'a pas de sites de liaison facilement disponibles. C\'est pourquoi nous utilisons le <strong>protocole en deux étapes</strong>: d\'abord des tanins qui se fixent à la cellulose, puis l\'alun se fixe à ces tanins. Sans ce pré-traitement, la couleur sera pâle et peu résistante au lavage.',
|
|
136
126
|
},
|
|
137
127
|
{
|
|
138
128
|
type: 'title',
|
|
139
|
-
text: 'Contrôle du Bain
|
|
129
|
+
text: 'Contrôle du Bain: WOF, Température et pH',
|
|
140
130
|
level: 2,
|
|
141
131
|
},
|
|
142
132
|
{
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
3
4
|
import type { FiberPrepUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'persiapan-serat-pewarnaan';
|
|
@@ -86,19 +87,8 @@ export const content: ToolLocaleContent<FiberPrepUI> = {
|
|
|
86
87
|
slug,
|
|
87
88
|
title,
|
|
88
89
|
description,
|
|
89
|
-
faqTitle: 'Pertanyaan yang Sering Diajukan',
|
|
90
90
|
faq: faqData,
|
|
91
|
-
|
|
92
|
-
bibliography: [
|
|
93
|
-
{
|
|
94
|
-
name: 'La Escuela Artesana - Taller de Tintes Naturales sobre Lana',
|
|
95
|
-
url: 'https://laescuelaartesana.com/taller-de-tintes-naturales-sobre-lana/',
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
name: 'Tatiana Sarasa (@tatianasarasa) - Artista Textil y Tintes Naturales',
|
|
99
|
-
url: 'https://www.instagram.com/tatianasarasa/',
|
|
100
|
-
},
|
|
101
|
-
],
|
|
91
|
+
bibliography: bibliography,
|
|
102
92
|
howTo: howToData,
|
|
103
93
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
104
94
|
seo: [
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
3
4
|
import type { FiberPrepUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'preparazione-fibre-tintura';
|
|
@@ -86,19 +87,8 @@ export const content: ToolLocaleContent<FiberPrepUI> = {
|
|
|
86
87
|
slug,
|
|
87
88
|
title,
|
|
88
89
|
description,
|
|
89
|
-
faqTitle: 'Domande Frequenti',
|
|
90
90
|
faq: faqData,
|
|
91
|
-
|
|
92
|
-
bibliography: [
|
|
93
|
-
{
|
|
94
|
-
name: 'La Escuela Artesana - Taller de Tintes Naturales sobre Lana',
|
|
95
|
-
url: 'https://laescuelaartesana.com/taller-de-tintes-naturales-sobre-lana/',
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
name: 'Tatiana Sarasa (@tatianasarasa) - Artista Textil y Tintes Naturales',
|
|
99
|
-
url: 'https://www.instagram.com/tatianasarasa/',
|
|
100
|
-
},
|
|
101
|
-
],
|
|
91
|
+
bibliography: bibliography,
|
|
102
92
|
howTo: howToData,
|
|
103
93
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
104
94
|
seo: [
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
3
4
|
import type { FiberPrepUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'fiber-preparation-natural-dyeing';
|
|
@@ -86,19 +87,8 @@ export const content: ToolLocaleContent<FiberPrepUI> = {
|
|
|
86
87
|
slug,
|
|
87
88
|
title,
|
|
88
89
|
description,
|
|
89
|
-
faqTitle: 'よくある質問',
|
|
90
90
|
faq: faqData,
|
|
91
|
-
|
|
92
|
-
bibliography: [
|
|
93
|
-
{
|
|
94
|
-
name: 'La Escuela Artesana - Taller de Tintes Naturales sobre Lana',
|
|
95
|
-
url: 'https://laescuelaartesana.com/taller-de-tintes-naturales-sobre-lana/',
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
name: 'Tatiana Sarasa (@tatianasarasa) - Artista Textil y Tintes Naturales',
|
|
99
|
-
url: 'https://www.instagram.com/tatianasarasa/',
|
|
100
|
-
},
|
|
101
|
-
],
|
|
91
|
+
bibliography: bibliography,
|
|
102
92
|
howTo: howToData,
|
|
103
93
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
104
94
|
seo: [
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
3
4
|
import type { FiberPrepUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'fiber-preparation-natural-dyeing';
|
|
@@ -86,19 +87,8 @@ export const content: ToolLocaleContent<FiberPrepUI> = {
|
|
|
86
87
|
slug,
|
|
87
88
|
title,
|
|
88
89
|
description,
|
|
89
|
-
faqTitle: '자주 묻는 질문',
|
|
90
90
|
faq: faqData,
|
|
91
|
-
|
|
92
|
-
bibliography: [
|
|
93
|
-
{
|
|
94
|
-
name: 'La Escuela Artesana - Taller de Tintes Naturales sobre Lana',
|
|
95
|
-
url: 'https://laescuelaartesana.com/taller-de-tintes-naturales-sobre-lana/',
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
name: 'Tatiana Sarasa (@tatianasarasa) - Artista Textil y Tintes Naturales',
|
|
99
|
-
url: 'https://www.instagram.com/tatianasarasa/',
|
|
100
|
-
},
|
|
101
|
-
],
|
|
91
|
+
bibliography: bibliography,
|
|
102
92
|
howTo: howToData,
|
|
103
93
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
104
94
|
seo: [
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
3
4
|
import type { FiberPrepUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'vezelvoorbereiding-verven';
|
|
@@ -86,19 +87,8 @@ export const content: ToolLocaleContent<FiberPrepUI> = {
|
|
|
86
87
|
slug,
|
|
87
88
|
title,
|
|
88
89
|
description,
|
|
89
|
-
faqTitle: 'Veelgestelde Vragen',
|
|
90
90
|
faq: faqData,
|
|
91
|
-
|
|
92
|
-
bibliography: [
|
|
93
|
-
{
|
|
94
|
-
name: 'La Escuela Artesana - Taller de Tintes Naturales sobre Lana',
|
|
95
|
-
url: 'https://laescuelaartesana.com/taller-de-tintes-naturales-sobre-lana/',
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
name: 'Tatiana Sarasa (@tatianasarasa) - Artista Textil y Tintes Naturales',
|
|
99
|
-
url: 'https://www.instagram.com/tatianasarasa/',
|
|
100
|
-
},
|
|
101
|
-
],
|
|
91
|
+
bibliography: bibliography,
|
|
102
92
|
howTo: howToData,
|
|
103
93
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
104
94
|
seo: [
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
3
4
|
import type { FiberPrepUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'przygotowanie-wlokien-farbowanie';
|
|
@@ -86,19 +87,8 @@ export const content: ToolLocaleContent<FiberPrepUI> = {
|
|
|
86
87
|
slug,
|
|
87
88
|
title,
|
|
88
89
|
description,
|
|
89
|
-
faqTitle: 'Najczęściej Zadawane Pytania',
|
|
90
90
|
faq: faqData,
|
|
91
|
-
|
|
92
|
-
bibliography: [
|
|
93
|
-
{
|
|
94
|
-
name: 'La Escuela Artesana - Taller de Tintes Naturales sobre Lana',
|
|
95
|
-
url: 'https://laescuelaartesana.com/taller-de-tintes-naturales-sobre-lana/',
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
name: 'Tatiana Sarasa (@tatianasarasa) - Artista Textil i Tintes Naturales',
|
|
99
|
-
url: 'https://www.instagram.com/tatianasarasa/',
|
|
100
|
-
},
|
|
101
|
-
],
|
|
91
|
+
bibliography: bibliography,
|
|
102
92
|
howTo: howToData,
|
|
103
93
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
104
94
|
seo: [
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
3
4
|
import type { FiberPrepUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'preparacao-fibras-tingimento';
|
|
@@ -86,19 +87,8 @@ export const content: ToolLocaleContent<FiberPrepUI> = {
|
|
|
86
87
|
slug,
|
|
87
88
|
title,
|
|
88
89
|
description,
|
|
89
|
-
faqTitle: 'Perguntas Frequentes',
|
|
90
90
|
faq: faqData,
|
|
91
|
-
|
|
92
|
-
bibliography: [
|
|
93
|
-
{
|
|
94
|
-
name: 'La Escuela Artesana - Taller de Tintes Naturales sobre Lana',
|
|
95
|
-
url: 'https://laescuelaartesana.com/taller-de-tintes-naturales-sobre-lana/',
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
name: 'Tatiana Sarasa (@tatianasarasa) - Artista Têxtil e Tintas Naturais',
|
|
99
|
-
url: 'https://www.instagram.com/tatianasarasa/',
|
|
100
|
-
},
|
|
101
|
-
],
|
|
91
|
+
bibliography: bibliography,
|
|
102
92
|
howTo: howToData,
|
|
103
93
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
104
94
|
seo: [
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
3
4
|
import type { FiberPrepUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'podgotovka-volokon-krashenie';
|
|
@@ -11,7 +12,7 @@ const faqData = [
|
|
|
11
12
|
{
|
|
12
13
|
question: 'Что такое WOF (Weight of Fiber)?',
|
|
13
14
|
answer:
|
|
14
|
-
'WOF
|
|
15
|
+
'WOF - это стандартная система расчета необходимого количества пигмента или протравы. Она основывается на сухом весе волокна. Например, 100% WOF луковой шелухи для 100 г шерсти означает, что вам понадобится 100 г луковой шелухи.',
|
|
15
16
|
},
|
|
16
17
|
{
|
|
17
18
|
question: 'Почему необходимо протравливание?',
|
|
@@ -86,19 +87,8 @@ export const content: ToolLocaleContent<FiberPrepUI> = {
|
|
|
86
87
|
slug,
|
|
87
88
|
title,
|
|
88
89
|
description,
|
|
89
|
-
faqTitle: 'Часто задаваемые вопросы',
|
|
90
90
|
faq: faqData,
|
|
91
|
-
|
|
92
|
-
bibliography: [
|
|
93
|
-
{
|
|
94
|
-
name: 'La Escuela Artesana - Taller de Tintes Naturales sobre Lana',
|
|
95
|
-
url: 'https://laescuelaartesana.com/taller-de-tintes-naturales-sobre-lana/',
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
name: 'Tatiana Sarasa (@tatianasarasa) - Artista Textil и Natural Dyes',
|
|
99
|
-
url: 'https://www.instagram.com/tatianasarasa/',
|
|
100
|
-
},
|
|
101
|
-
],
|
|
91
|
+
bibliography: bibliography,
|
|
102
92
|
howTo: howToData,
|
|
103
93
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
104
94
|
seo: [
|
|
@@ -109,7 +99,7 @@ export const content: ToolLocaleContent<FiberPrepUI> = {
|
|
|
109
99
|
},
|
|
110
100
|
{
|
|
111
101
|
type: 'paragraph',
|
|
112
|
-
html: 'Подготовка волокна к крашению
|
|
102
|
+
html: 'Подготовка волокна к крашению - это не просто его стирка. Это процесс химической инженерии на молекулярном уровне, называемый протравливанием. Слово происходит от латинского <i>mordere</i> (кусать), и его функция - служить химическим мостиком между волокном и пигментом. Без этого мостика большинство натуральных красителей просто смылось бы при первом полоскании.',
|
|
113
103
|
},
|
|
114
104
|
{
|
|
115
105
|
type: 'card',
|
|
@@ -141,7 +131,7 @@ export const content: ToolLocaleContent<FiberPrepUI> = {
|
|
|
141
131
|
},
|
|
142
132
|
{
|
|
143
133
|
type: 'paragraph',
|
|
144
|
-
html: 'Для получения профессиональных и воспроизводимых результатов правило
|
|
134
|
+
html: 'Для получения профессиональных и воспроизводимых результатов правило - это концепция <strong>WOF (Weight of Fabric)</strong>. Все измеряется как процент от сухого веса волокна. Избыток протравы может перенасытить волокно, сделав его грубым или оставив металлические отложения, которые изменят конечный цвет.',
|
|
145
135
|
},
|
|
146
136
|
{
|
|
147
137
|
type: 'tip',
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
3
4
|
import type { FiberPrepUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'fiberberedning-fargning';
|
|
@@ -86,19 +87,8 @@ export const content: ToolLocaleContent<FiberPrepUI> = {
|
|
|
86
87
|
slug,
|
|
87
88
|
title,
|
|
88
89
|
description,
|
|
89
|
-
faqTitle: 'Vanliga frågor',
|
|
90
90
|
faq: faqData,
|
|
91
|
-
|
|
92
|
-
bibliography: [
|
|
93
|
-
{
|
|
94
|
-
name: 'La Escuela Artesana - Taller de Tintes Naturales sobre Lana',
|
|
95
|
-
url: 'https://laescuelaartesana.com/taller-de-tintes-naturales-sobre-lana/',
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
name: 'Tatiana Sarasa (@tatianasarasa) - Textilkonstnär och naturliga färgämnen',
|
|
99
|
-
url: 'https://www.instagram.com/tatianasarasa/',
|
|
100
|
-
},
|
|
101
|
-
],
|
|
91
|
+
bibliography: bibliography,
|
|
102
92
|
howTo: howToData,
|
|
103
93
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
104
94
|
seo: [
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
3
4
|
import type { FiberPrepUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'elyaflarin-boyamaya-hazirlanmasi';
|
|
@@ -86,19 +87,8 @@ export const content: ToolLocaleContent<FiberPrepUI> = {
|
|
|
86
87
|
slug,
|
|
87
88
|
title,
|
|
88
89
|
description,
|
|
89
|
-
faqTitle: 'Sıkça Sorulan Sorular',
|
|
90
90
|
faq: faqData,
|
|
91
|
-
|
|
92
|
-
bibliography: [
|
|
93
|
-
{
|
|
94
|
-
name: 'La Escuela Artesana - Taller de Tintes Naturales sobre Lana',
|
|
95
|
-
url: 'https://laescuelaartesana.com/taller-de-tintes-naturales-sobre-lana/',
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
name: 'Tatiana Sarasa (@tatianasarasa) - Tekstil Sanatçısı ve Doğal Boyalar',
|
|
99
|
-
url: 'https://www.instagram.com/tatianasarasa/',
|
|
100
|
-
},
|
|
101
|
-
],
|
|
91
|
+
bibliography: bibliography,
|
|
102
92
|
howTo: howToData,
|
|
103
93
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
104
94
|
seo: [
|