@next-bricks/basic-bricks 1.250.4 → 1.251.0
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
|
@@ -878,8 +878,8 @@
|
|
|
878
878
|
"zh": "更多信息折叠容器"
|
|
879
879
|
},
|
|
880
880
|
"description": {
|
|
881
|
-
"en": "",
|
|
882
|
-
"zh": "
|
|
881
|
+
"en": "a versatile foldable panel container, It supports customizing the fold display name, setting the default expansion state, and choosing from different panel types to suit various design needs",
|
|
882
|
+
"zh": "折叠面板容器,该构件支持自定义折叠展示名称,设定默认展开状态,以及选择不同的面板类型以适应不同的设计需求,在交互方面,构件能够触发折叠状态变化的事件,方便开发者实现响应式功能"
|
|
883
883
|
},
|
|
884
884
|
"icon": {
|
|
885
885
|
"imgSrc": "bricks/basic-bricks/dist/stories-asserts/basic-bricks.fold-brick-v2.b9ab1cf01c2c7674.svg"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/basic-bricks",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.251.0",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"homepage": "https://github.com/easyops-cn/next-basics/tree/master/bricks/basic-bricks",
|
|
6
6
|
"license": "GPL-3.0",
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"immutability-helper": "^3.1.1"
|
|
53
53
|
},
|
|
54
54
|
"sideEffects": true,
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "b166f72f7cfd6f4d6776c74110731a582568b7cf"
|
|
56
56
|
}
|