File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
packages/core/src/mappings Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ export const SEED_DATA = [
3838 {
3939 name : "Spacer" ,
4040 tag : "Spacer" ,
41- category : COMPONENT_TYPES . layout ,
41+ category : COMPONENT_TYPES . deprecated ,
4242 props : {
4343 top : {
4444 label : "Top" ,
@@ -113,7 +113,7 @@ export const SEED_DATA = [
113113 {
114114 name : "Center" ,
115115 tag : "Center" ,
116- category : COMPONENT_TYPES . layout ,
116+ category : COMPONENT_TYPES . deprecated ,
117117 stylesPanelSections : [ StylesPanelSections . NoStyles ] ,
118118 props : {
119119 width : {
@@ -151,7 +151,7 @@ export const SEED_DATA = [
151151 {
152152 name : "Circle" ,
153153 tag : "Circle" ,
154- category : COMPONENT_TYPES . layout ,
154+ category : COMPONENT_TYPES . deprecated ,
155155 stylesPanelSections : [ StylesPanelSections . NoStyles ] ,
156156 props : {
157157 size : {
@@ -179,7 +179,7 @@ export const SEED_DATA = [
179179 {
180180 name : "Square" ,
181181 tag : "Square" ,
182- category : COMPONENT_TYPES . layout ,
182+ category : COMPONENT_TYPES . deprecated ,
183183 stylesPanelSections : [ StylesPanelSections . NoStyles ] ,
184184 props : {
185185 size : {
You can’t perform that action at this time.
0 commit comments