Skip to content

Commit 29799b7

Browse files
authored
feat:replace materials icon (opentiny#1424)
1 parent 2998576 commit 29799b7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+515
-610
lines changed

designer-demo/public/mock/bundle.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13331,7 +13331,7 @@
1333113331
"name": {
1333213332
"zh_CN": "互斥按钮组"
1333313333
},
13334-
"icon": "buttons",
13334+
"icon": "MutexButtons",
1333513335
"snippetName": "TinyButtonGroup",
1333613336
"screenshot": "",
1333713337
"schema": {

packages/builtinComponent/src/meta/CanvasFlexBox.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"component": {
3-
"icon": "Box",
3+
"icon": "FlexBox",
44
"name": {
55
"zh_CN": "弹性容器"
66
},
@@ -208,7 +208,7 @@
208208
},
209209
"screenshot": "",
210210
"snippetName": "CanvasFlexBox",
211-
"icon": "Box",
211+
"icon": "FlexBox",
212212
"schema": {
213213
"componentName": "CanvasFlexBox",
214214
"props": {

packages/builtinComponent/src/meta/CanvasRowColContainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"component": {
3-
"icon": "Box",
3+
"icon": "RowColContainer",
44
"name": {
55
"zh_CN": "行列容器"
66
},
@@ -64,7 +64,7 @@
6464
},
6565
"screenshot": "",
6666
"snippetName": "CanvasRowColContainer",
67-
"icon": "Box",
67+
"icon": "RowColContainer",
6868
"schema": {
6969
"componentName": "CanvasRowColContainer",
7070
"props": {

packages/builtinComponent/src/meta/CanvasSection.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"component": {
3-
"icon": "Box",
3+
"icon": "FullWidthCenter",
44
"name": {
55
"zh_CN": "全宽居中布局"
66
},
@@ -62,7 +62,7 @@
6262
},
6363
"screenshot": "",
6464
"snippetName": "CanvasSection",
65-
"icon": "Box",
65+
"icon": "FullWidthCenter",
6666
"schema": {
6767
"componentName": "CanvasSection",
6868
"props": {}
Lines changed: 8 additions & 9 deletions
Loading
Lines changed: 16 additions & 13 deletions
Loading
Lines changed: 16 additions & 24 deletions
Loading
Lines changed: 19 additions & 27 deletions
Loading
Lines changed: 1 addition & 15 deletions
Loading
Lines changed: 1 addition & 13 deletions
Loading

0 commit comments

Comments
 (0)