diff --git a/l18n b/l18n index 78c3596..f33074a 160000 --- a/l18n +++ b/l18n @@ -1 +1 @@ -Subproject commit 78c35964fb7eaec886585c868e82688a6b3b44b5 +Subproject commit f33074a6620581a0ae9a393f63fcf8b4798a7432 diff --git a/src/MDMarkingTypesSet.php b/src/MDMarkingTypesSet.php index 3447530..8f983ae 100644 --- a/src/MDMarkingTypesSet.php +++ b/src/MDMarkingTypesSet.php @@ -32,6 +32,7 @@ final class MDMarkingTypesSet extends MDValueSet { 'sewn', 'glued', 'painted', + 'drawn', ]; /** diff --git a/src/MDObjectPositionsSet.php b/src/MDObjectPositionsSet.php index e38156e..afe60cc 100644 --- a/src/MDObjectPositionsSet.php +++ b/src/MDObjectPositionsSet.php @@ -12,7 +12,12 @@ declare(strict_types = 1); final class MDObjectPositionsSet extends MDValueSet { public const POSITIONS = [ - 'left', 'top_left', 'top', 'top_right', 'right', 'bottom_right', 'bottom', 'bottom_left', 'center', 'rear_side', 'edge', 'inside', 'other', + 'front_front', + 'left', 'top_left', 'top', 'top_right', 'right', 'bottom_right', 'bottom', 'bottom_left', 'center', + 'rear_side', + 'rear_left', 'rear_top_left', 'rear_top', 'rear_top_right', 'rear_right', 'rear_bottom_right', 'rear_bottom', 'rear_bottom_left', 'rear_center', + 'underside', 'topside', + 'edge', 'inside', 'other', ]; /**