Skip to content

Commit

Permalink
localization category
Browse files Browse the repository at this point in the history
  • Loading branch information
kof committed Dec 22, 2024
1 parent 126f4b0 commit c551ae5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions packages/react-sdk/src/components/component-meta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export const componentCategories = [
"media",
"data",
"forms",
"localization",
"radix",
"xml",
"hidden",
Expand Down
3 changes: 1 addition & 2 deletions packages/sdk-components-react/src/time.ws.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,13 @@ const presetStyle = {
} satisfies PresetStyle<"time">;

export const meta: WsComponentMeta = {
category: "data",
category: "localization",
type: "container",
description:
"Converts machine-readable date and time to a human-readable format.",
icon: CalendarIcon,
states: defaultStates,
presetStyle,
order: 5,
};

export const propsMeta: WsComponentPropsMeta = {
Expand Down

0 comments on commit c551ae5

Please sign in to comment.