@next-bricks/presentational-bricks 1.323.0 → 1.323.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/stories.json
CHANGED
|
@@ -3524,11 +3524,11 @@
|
|
|
3524
3524
|
},
|
|
3525
3525
|
{
|
|
3526
3526
|
"name": "searchBoxStyleType",
|
|
3527
|
-
"type": "\"defalut\"|\"
|
|
3528
|
-
"required": "
|
|
3529
|
-
"default": "
|
|
3527
|
+
"type": "\"defalut\"|\"round\"",
|
|
3528
|
+
"required": "true",
|
|
3529
|
+
"default": "\"defalut\"",
|
|
3530
3530
|
"description": "按类型搜索框样式",
|
|
3531
|
-
"enums": "\"defalut\"|\"
|
|
3531
|
+
"enums": "\"defalut\"|\"round\"",
|
|
3532
3532
|
"group": "ui"
|
|
3533
3533
|
},
|
|
3534
3534
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/presentational-bricks",
|
|
3
|
-
"version": "1.323.
|
|
3
|
+
"version": "1.323.1",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"homepage": "https://github.com/easyops-cn/next-basics/tree/master/bricks/presentational-bricks",
|
|
6
6
|
"license": "GPL-3.0",
|
|
@@ -73,5 +73,5 @@
|
|
|
73
73
|
"@next-dll/ace": "*",
|
|
74
74
|
"@next-dll/react-dnd": "*"
|
|
75
75
|
},
|
|
76
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "51a399b5eeed9b4bc1cfb772698ad87cf478d625"
|
|
77
77
|
}
|