Skip to content

Commit f0bb01c

Browse files
authored
[Admin UI extensions 2025-10]: IA for Target APIs and components (#3696)
* IA for Target APIs linting Further revision * IA for components revert file change Revert file change
1 parent 5f9baa7 commit f0bb01c

39 files changed

+137
-49
lines changed

packages/ui-extensions/src/docs/shared/components/Avatar.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const data: SharedReferenceEntityTemplateSchema = {
55
description:
66
'Show a user’s profile image or initials in a compact, visual element.',
77
category: 'Polaris web components',
8-
subCategory: 'Media',
8+
subCategory: 'Media and visuals',
99
related: [],
1010
};
1111

packages/ui-extensions/src/docs/shared/components/Badge.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const data: SharedReferenceEntityTemplateSchema = {
55
description:
66
'Inform users about the status of an object or indicate that an action has been completed.',
77
category: 'Polaris web components',
8-
subCategory: 'Titles and text',
8+
subCategory: 'Feedback and status indicators',
99
related: [],
1010
};
1111

packages/ui-extensions/src/docs/shared/components/Banner.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const data: SharedReferenceEntityTemplateSchema = {
55
description:
66
'Highlights important information or required actions prominently within the interface. Use to communicate statuses, provide feedback, or draw attention to critical updates.',
77
category: 'Polaris web components',
8-
subCategory: 'Feedback',
8+
subCategory: 'Feedback and status indicators',
99
related: [],
1010
};
1111

packages/ui-extensions/src/docs/shared/components/Box.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const data: SharedReferenceEntityTemplateSchema = {
55
description:
66
'A generic container that provides a flexible alternative for custom designs not achievable with existing components. Use it to apply styling such as backgrounds, padding, or borders, or to nest and group other components. The contents of Box always maintain their natural size, making it especially useful within layout components that would otherwise stretch their children.',
77
category: 'Polaris web components',
8-
subCategory: 'Structure',
8+
subCategory: 'Layout and structure',
99
related: [],
1010
};
1111

packages/ui-extensions/src/docs/shared/components/Chip.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const data: SharedReferenceEntityTemplateSchema = {
55
description:
66
'Represents a set of user-supplied keywords that help label, organize, and categorize objects. Used to categorize or highlight content attributes. They are often displayed near the content they classify, enhancing discoverability by allowing users to identify items with similar properties.',
77
category: 'Polaris web components',
8-
subCategory: 'Titles and text',
8+
subCategory: 'Typography and content',
99
related: [],
1010
};
1111

packages/ui-extensions/src/docs/shared/components/Divider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const data: SharedReferenceEntityTemplateSchema = {
55
description:
66
'Create clear visual separation between elements in your user interface.',
77
category: 'Polaris web components',
8-
subCategory: 'Structure',
8+
subCategory: 'Layout and structure',
99
related: [],
1010
};
1111

packages/ui-extensions/src/docs/shared/components/Grid.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const data: SharedReferenceEntityTemplateSchema = {
55
description:
66
'Use `s-grid` to organize your content in a matrix of rows and columns and make responsive layouts for pages. Grid follows the same pattern as the [CSS grid layout](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_grid_layout).',
77
category: 'Polaris web components',
8-
subCategory: 'Structure',
8+
subCategory: 'Layout and structure',
99
related: [],
1010
};
1111

packages/ui-extensions/src/docs/shared/components/Heading.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const data: SharedReferenceEntityTemplateSchema = {
55
description:
66
'Renders hierarchical titles to communicate the structure and organization of page content. Heading levels adjust automatically based on nesting within parent Section components, ensuring a meaningful and accessible page outline.',
77
category: 'Polaris web components',
8-
subCategory: 'Titles and text',
8+
subCategory: 'Typography and content',
99
related: [],
1010
};
1111

packages/ui-extensions/src/docs/shared/components/Icon.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const data: SharedReferenceEntityTemplateSchema = {
55
description:
66
'Renders a graphic symbol to visually communicate core parts of the product and available actions. Icons can act as wayfinding tools to help users quickly understand their location within the interface and common interaction patterns.',
77
category: 'Polaris web components',
8-
subCategory: 'Media',
8+
subCategory: 'Media and visuals',
99
related: [],
1010
};
1111

packages/ui-extensions/src/docs/shared/components/Image.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const data: SharedReferenceEntityTemplateSchema = {
55
description:
66
'Embeds an image within the interface and controls its presentation. Use to visually illustrate concepts, showcase products, or support user tasks and interactions.',
77
category: 'Polaris web components',
8-
subCategory: 'Media',
8+
subCategory: 'Media and visuals',
99
related: [],
1010
};
1111

0 commit comments

Comments
 (0)