@pinuts/bsr-uikit-relaunch 0.2.69 → 0.2.71
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 +1 -1
- package/dist/locales.d.ts +1 -0
- package/dist/locales.js +1 -0
- package/dist/styles/_form.scss +2 -1
- package/package.json +1 -1
package/dist/locales.d.ts
CHANGED
package/dist/locales.js
CHANGED
|
@@ -32,6 +32,7 @@ const resources = exports.resources = {
|
|
|
32
32
|
maxDate: 'Spätestes Datum: {{maxDate}}.',
|
|
33
33
|
minDate: 'Frühstes Datum: {{minDate}}.',
|
|
34
34
|
invalidEmail: 'Ungültige E-Mail-Adresse',
|
|
35
|
+
invalidPlz: 'Ungültige Postleitzahl',
|
|
35
36
|
wrongFormat: 'Bitte verwenden Sie das richtige Fromage.',
|
|
36
37
|
// ...
|
|
37
38
|
mail: 'Bitte geben Sie eine gültige E-Mail-Adresse an.'
|
package/dist/styles/_form.scss
CHANGED
|
@@ -627,7 +627,8 @@ div.form-label {
|
|
|
627
627
|
font-weight: $fontweight-bold;
|
|
628
628
|
}
|
|
629
629
|
|
|
630
|
-
fieldset.formInput:has(.topRow):has(input[type="checkbox"]):not(:has(input[name="agb"]))
|
|
630
|
+
fieldset.formInput:has(.topRow):has(input[type="checkbox"]):not(:has(input[name="agb"])),
|
|
631
|
+
fieldset.formInput:has(.topRow):has(input[type="checkbox"]):not(:has(input[name="datenschutz"])) {
|
|
631
632
|
display: flex;
|
|
632
633
|
flex-direction: row-reverse;
|
|
633
634
|
align-items: baseline;
|