Skip to content

Commit

Permalink
move the order a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
kof committed Jan 22, 2025
1 parent e1bbd87 commit 92e4d49
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/sdk-components-react/src/code-text.ws.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const meta: WsComponentMeta = {
},
states: defaultStates,
presetStyle,
order: 9,
order: 5,
};

export const propsMeta: WsComponentPropsMeta = {
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-components-react/src/head-slot.template.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { type TemplateMeta, $ } from "@webstudio-is/template";
export const meta: TemplateMeta = {
category: "general",
description: "Head",
order: 4,
order: 6,
template: (
<$.HeadSlot>
<$.HeadTitle ws:label="Title">Title</$.HeadTitle>
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-components-react/src/html-embed.ws.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const meta: WsComponentMeta = {
description: "Used to add HTML code to the page, such as an SVG or script.",
icon: EmbedIcon,
presetStyle,
order: 8,
order: 2,
};

export const propsMeta: WsComponentPropsMeta = {
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-components-react/src/separator.ws.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export const meta: WsComponentMeta = {
icon: MinusIcon,
states: defaultStates,
presetStyle,
order: 5,
order: 3,
};

export const propsMeta: WsComponentPropsMeta = {
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-components-react/src/slot.ws.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const meta: WsComponentMeta = {
"Slot is a container for content that you want to reference across the project. Changes made to a Slot's children will be reflected in all other instances of that Slot.",
icon: SlotComponentIcon,
stylable: false,
order: 6,
order: 5,
};

export const propsMeta: WsComponentPropsMeta = {
Expand Down

0 comments on commit 92e4d49

Please sign in to comment.