@progressive-development/pd-page 0.1.128 → 0.5.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/dist/index.js +18 -0
- package/dist/locales/be.js +12 -0
- package/dist/locales/de.js +12 -0
- package/dist/locales/en.js +12 -0
- package/dist/pd-contact-us.js +2 -0
- package/dist/pd-footer.js +2 -0
- package/dist/pd-menu.js +2 -0
- package/dist/pd-teaser.js +4 -0
- package/{src → dist/src}/PdContactUs.js +40 -57
- package/{src → dist/src}/PdFooter.js +23 -34
- package/{src → dist/src}/PdMenu.js +47 -85
- package/{src → dist/src}/PdTeaser.js +25 -49
- package/{src → dist/src}/PdTeaserContent.js +14 -22
- package/package.json +46 -29
- package/.editorconfig +0 -29
- package/.storybook/main.js +0 -13
- package/.storybook/preview.js +0 -14
- package/demo/index.html +0 -29
- package/index.js +0 -3
- package/lit-localize.json +0 -18
- package/pd-contact-us.js +0 -3
- package/pd-footer.js +0 -3
- package/pd-menu.js +0 -3
- package/pd-teaser.js +0 -5
- package/src/generated/locale-codes.js +0 -27
- package/src/generated/locales/be.js +0 -20
- package/src/generated/locales/de.js +0 -20
- package/src/generated/locales/en.js +0 -20
- package/src/stories/01_index.stories.js +0 -172
- package/src/stories/contactUs.stories.js +0 -30
- package/src/stories/footer.stories.js +0 -41
- package/src/stories/menu.stories.js +0 -188
- package/src/stories/teaser.stories.js +0 -75
- package/test/pd-page.test.js +0 -32
- package/web-dev-server.config.mjs +0 -27
- package/web-test-runner.config.mjs +0 -41
- package/xliff/be.xlf +0 -35
- package/xliff/de.xlf +0 -28
- package/xliff/en.xlf +0 -35
package/xliff/en.xlf
DELETED
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
|
|
3
|
-
<file target-language="en" source-language="de" original="lit-localize-inputs" datatype="plaintext">
|
|
4
|
-
<body>
|
|
5
|
-
<trans-unit id="pd.contactus.title">
|
|
6
|
-
<source>Kontakt</source>
|
|
7
|
-
<target>Contact</target>
|
|
8
|
-
</trans-unit>
|
|
9
|
-
<trans-unit id="pd.contactus.address.title">
|
|
10
|
-
<source>Adresse</source>
|
|
11
|
-
<target>Address</target>
|
|
12
|
-
</trans-unit>
|
|
13
|
-
<trans-unit id="pd.contactus.address.name">
|
|
14
|
-
<source>Name</source>
|
|
15
|
-
<target>Name</target>
|
|
16
|
-
</trans-unit>
|
|
17
|
-
<trans-unit id="pd.contactus.address.email">
|
|
18
|
-
<source>Email</source>
|
|
19
|
-
<target>Email</target>
|
|
20
|
-
</trans-unit>
|
|
21
|
-
<trans-unit id="pd.contactus.address.phone">
|
|
22
|
-
<source>Telefon</source>
|
|
23
|
-
<target>Phone</target>
|
|
24
|
-
</trans-unit>
|
|
25
|
-
<trans-unit id="pd.contactus.address.message">
|
|
26
|
-
<source>Nachricht</source>
|
|
27
|
-
<target>Message</target>
|
|
28
|
-
</trans-unit>
|
|
29
|
-
<trans-unit id="pd.contactus.address.send">
|
|
30
|
-
<source>Absenden</source>
|
|
31
|
-
<target>Send</target>
|
|
32
|
-
</trans-unit>
|
|
33
|
-
</body>
|
|
34
|
-
</file>
|
|
35
|
-
</xliff>
|