-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2955041
commit 2ac1966
Showing
17 changed files
with
178 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
// Define the structure of a single message descriptor | ||
import { defineMessages } from "../../../lib"; | ||
|
||
export const TRANSLATIONS = defineMessages({ | ||
REQUIRED_EXPLANATION: { | ||
id: "mykn.components.Form.requiredExplanation", | ||
description: "mykn.components.Form: The required explanation text", | ||
defaultMessage: | ||
"Verplichte velden zijn gemarkeerd met een sterretje ({requiredIndicator})", | ||
}, | ||
REQUIRED_INDICATOR: { | ||
id: "mykn.components.Form.requiredIndicator", | ||
description: "mykn.components.Form: The required indicator (*)", | ||
defaultMessage: "*", | ||
}, | ||
|
||
LABEL_REQUIRED: { | ||
id: "mykn.components.Form.labelRequired", | ||
description: "mykn.components.Form: The required (accessible) label", | ||
defaultMessage: "Veld {label} is verplicht", | ||
}, | ||
|
||
LABEL_VALIDATION_ERROR_REQUIRED: { | ||
id: "mykn.components.Form.labelValidationErrorRequired", | ||
description: 'mykn.components.Form: The "required" validation error', | ||
defaultMessage: "Veld {label} is verplicht", | ||
}, | ||
|
||
LABEL_SUBMIT: { | ||
id: "mykn.components.Form.labelSubmit", | ||
description: "mykn.components.Form: The submit form label", | ||
defaultMessage: "verzenden", | ||
}, | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,4 +18,8 @@ | |
width: 100%; | ||
} | ||
} | ||
|
||
&__required-inidicator { | ||
text-decoration: none; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.