From 716e641456830291f2e9e912b73cec36106a26e8 Mon Sep 17 00:00:00 2001 From: Robbert Broersma Date: Thu, 16 May 2024 10:15:35 +0200 Subject: [PATCH] docs: rename "Character limit counter" to "Character count" --- packages/component-index/src/index.ts | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/packages/component-index/src/index.ts b/packages/component-index/src/index.ts index 6a1b5fc..d9d792a 100644 --- a/packages/component-index/src/index.ts +++ b/packages/component-index/src/index.ts @@ -1469,16 +1469,16 @@ export const componentIndex: DesignSystemComponent[] = [ backlog: 'https://github.com/nl-design-system/backlog/issues/129', }, // Needs rationale - // { - // id: 'character-limit-counter', - // name: 'Character Limit Counter', - // aliases: [], - // state: COMPONENT_STATES.TODO, - // communityDocs: [], - // implementations: [], - // preview: '', - // backlog: 'https://github.com/nl-design-system/backlog/issues/130', - // }, + { + id: 'character-count', + name: 'Character count', + aliases: [], + state: COMPONENT_STATES.TODO, + communityDocs: [], + implementations: [], + preview: '', + backlog: 'https://github.com/nl-design-system/backlog/issues/130', + }, // Needs rationale // { // id: 'confirm-checkbox',