Skip to content

chore: normalize Docs export naming to PascalCase#7052

Merged
langz merged 2 commits intov11from
chore/improvement/a
Mar 23, 2026
Merged

chore: normalize Docs export naming to PascalCase#7052
langz merged 2 commits intov11from
chore/improvement/a

Conversation

@langz
Copy link
Copy Markdown
Contributor

@langz langz commented Mar 18, 2026

Rename camelCase exports to PascalCase in *Docs.ts files for consistency with the rest of the codebase:

  • InputMaskedDocs: inputMaskedProperties → InputMaskedProperties, etc.
  • MultiInputMaskDocs: multiInputMaskProperties → MultiInputMaskProperties, etc.
  • TextareaDocs: textareaProperties → TextareaProperties, etc.
  • ArraySelectionDocs: arraySelectionProperties → ArraySelectionProperties

Update all portal MDX import sites accordingly.

Rename camelCase exports to PascalCase in *Docs.ts files for consistency
with the rest of the codebase:

- InputMaskedDocs: inputMaskedProperties → InputMaskedProperties, etc.
- MultiInputMaskDocs: multiInputMaskProperties → MultiInputMaskProperties, etc.
- TextareaDocs: textareaProperties → TextareaProperties, etc.
- ArraySelectionDocs: arraySelectionProperties → ArraySelectionProperties

Update all portal MDX import sites accordingly.
@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 18, 2026

Branch Preview URL (stable):
https://chore-improvement-a.eufemia-e25.pages.dev

https://chore-improvement-a.eufemia-e25.pages.dev

Deployment URL (unique):
https://e438df94.eufemia-e25.pages.dev

https://e438df94.eufemia-e25.pages.dev

@codesandbox-ci
Copy link
Copy Markdown

codesandbox-ci bot commented Mar 18, 2026

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Add @typescript-eslint/naming-convention to the *Docs.{ts,tsx} override
block. Exported constants whose names end with Properties, Events, Data,
Design(s), Item, or Object must use PascalCase. Helper functions and
other exports are unaffected.
@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new bot commented Mar 18, 2026

commit: c228b3c

@tujoworker tujoworker changed the title refactor: normalize Docs export naming to PascalCase chore: normalize Docs export naming to PascalCase Mar 18, 2026
@langz langz merged commit 1fc9281 into v11 Mar 23, 2026
11 checks passed
@langz langz deleted the chore/improvement/a branch March 23, 2026 12:36
langz added a commit that referenced this pull request Mar 25, 2026
Rename camelCase exports to PascalCase in *Docs.ts files for consistency
with the rest of the codebase:

- InputMaskedDocs: inputMaskedProperties → InputMaskedProperties, etc.
- MultiInputMaskDocs: multiInputMaskProperties →
MultiInputMaskProperties, etc.
- TextareaDocs: textareaProperties → TextareaProperties, etc.
- ArraySelectionDocs: arraySelectionProperties →
ArraySelectionProperties

Update all portal MDX import sites accordingly.
tujoworker pushed a commit that referenced this pull request Apr 5, 2026
Rename camelCase exports to PascalCase in *Docs.ts files for consistency
with the rest of the codebase:

- InputMaskedDocs: inputMaskedProperties → InputMaskedProperties, etc.
- MultiInputMaskDocs: multiInputMaskProperties →
MultiInputMaskProperties, etc.
- TextareaDocs: textareaProperties → TextareaProperties, etc.
- ArraySelectionDocs: arraySelectionProperties →
ArraySelectionProperties

Update all portal MDX import sites accordingly.
tujoworker pushed a commit that referenced this pull request Apr 5, 2026
Rename camelCase exports to PascalCase in *Docs.ts files for consistency
with the rest of the codebase:

- InputMaskedDocs: inputMaskedProperties → InputMaskedProperties, etc.
- MultiInputMaskDocs: multiInputMaskProperties →
MultiInputMaskProperties, etc.
- TextareaDocs: textareaProperties → TextareaProperties, etc.
- ArraySelectionDocs: arraySelectionProperties →
ArraySelectionProperties

Update all portal MDX import sites accordingly.
tujoworker pushed a commit that referenced this pull request Apr 5, 2026
Rename camelCase exports to PascalCase in *Docs.ts files for consistency
with the rest of the codebase:

- InputMaskedDocs: inputMaskedProperties → InputMaskedProperties, etc.
- MultiInputMaskDocs: multiInputMaskProperties →
MultiInputMaskProperties, etc.
- TextareaDocs: textareaProperties → TextareaProperties, etc.
- ArraySelectionDocs: arraySelectionProperties →
ArraySelectionProperties

Update all portal MDX import sites accordingly.
tujoworker pushed a commit that referenced this pull request Apr 6, 2026
Rename camelCase exports to PascalCase in *Docs.ts files for consistency
with the rest of the codebase:

- InputMaskedDocs: inputMaskedProperties → InputMaskedProperties, etc.
- MultiInputMaskDocs: multiInputMaskProperties →
MultiInputMaskProperties, etc.
- TextareaDocs: textareaProperties → TextareaProperties, etc.
- ArraySelectionDocs: arraySelectionProperties →
ArraySelectionProperties

Update all portal MDX import sites accordingly.
tujoworker pushed a commit that referenced this pull request Apr 6, 2026
Rename camelCase exports to PascalCase in *Docs.ts files for consistency
with the rest of the codebase:

- InputMaskedDocs: inputMaskedProperties → InputMaskedProperties, etc.
- MultiInputMaskDocs: multiInputMaskProperties →
MultiInputMaskProperties, etc.
- TextareaDocs: textareaProperties → TextareaProperties, etc.
- ArraySelectionDocs: arraySelectionProperties →
ArraySelectionProperties

Update all portal MDX import sites accordingly.
tujoworker pushed a commit that referenced this pull request Apr 6, 2026
Rename camelCase exports to PascalCase in *Docs.ts files for consistency
with the rest of the codebase:

- InputMaskedDocs: inputMaskedProperties → InputMaskedProperties, etc.
- MultiInputMaskDocs: multiInputMaskProperties →
MultiInputMaskProperties, etc.
- TextareaDocs: textareaProperties → TextareaProperties, etc.
- ArraySelectionDocs: arraySelectionProperties →
ArraySelectionProperties

Update all portal MDX import sites accordingly.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants