Passage de `develop` en `main` pour déclencher `semantic-release` et publier une nouvelle version sur le registry Gitea. Contenu principal (85 commits) : - **fix(input)** : lisibilité des blocs de code dans InputRichText (#62) — overrides `[&_pre_code]` - feat(ui) : required cohérent + astérisque label + sanitisation email (#60) - feat(ui) : token `w-m-btn-action` + fix alignement pagination DataTable - feat(inputs) : UX polish + localFilter + focus scrollbar - MalioTimePicker, accordéon, modal, datepicker, autocomplete, email, phone - refonte drawer, refonte playground, éditeur rich text TipTap v3 Le push sur `main` après merge déclenche la publication automatique (version patch/minor selon les commits). --------- Co-authored-by: admin malio <malio@yuno.malio.fr> Co-authored-by: tristan <tristan@yuno.malio.fr> Reviewed-on: #63 Co-authored-by: THOLOT DECHENE Matthieu <matthieu@yuno.malio.fr> Co-committed-by: THOLOT DECHENE Matthieu <matthieu@yuno.malio.fr>
This commit was merged in pull request #63.
This commit is contained in:
@@ -316,6 +316,7 @@ const mergedReadonlyClass = computed(() =>
|
||||
'prose-headings:font-semibold prose-a:text-m-primary',
|
||||
'prose-code:rounded prose-code:bg-m-bg prose-code:px-1.5 prose-code:py-0.5 prose-code:before:content-none prose-code:after:content-none',
|
||||
'prose-pre:bg-m-text prose-pre:text-white',
|
||||
'[&_pre_code]:bg-transparent [&_pre_code]:p-0 [&_pre_code]:text-inherit',
|
||||
props.editorClass,
|
||||
),
|
||||
)
|
||||
@@ -494,7 +495,7 @@ onMounted(() => {
|
||||
],
|
||||
editorProps: {
|
||||
attributes: {
|
||||
class: 'prose prose-sm max-w-none w-full p-3 focus:outline-none prose-headings:font-semibold prose-a:text-m-primary prose-code:rounded prose-code:bg-m-bg prose-code:px-1.5 prose-code:py-0.5 prose-code:before:content-none prose-code:after:content-none prose-pre:bg-m-text prose-pre:text-white',
|
||||
class: 'prose prose-sm max-w-none w-full p-3 focus:outline-none prose-headings:font-semibold prose-a:text-m-primary prose-code:rounded prose-code:bg-m-bg prose-code:px-1.5 prose-code:py-0.5 prose-code:before:content-none prose-code:after:content-none prose-pre:bg-m-text prose-pre:text-white [&_pre_code]:bg-transparent [&_pre_code]:p-0 [&_pre_code]:text-inherit',
|
||||
},
|
||||
},
|
||||
onUpdate: () => {
|
||||
|
||||
Reference in New Issue
Block a user