@next-bricks/presentational-bricks 1.236.7 → 1.238.2

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
@@ -15666,6 +15666,57 @@
15666
15666
  "interface": []
15667
15667
  }
15668
15668
  },
15669
+ {
15670
+ "storyId": "presentational-bricks.text-collapse",
15671
+ "category": "data-view",
15672
+ "type": "brick",
15673
+ "author": "julielai",
15674
+ "text": {
15675
+ "en": "text-collapse",
15676
+ "zh": "可折叠文本"
15677
+ },
15678
+ "description": {
15679
+ "en": "copyable text component",
15680
+ "zh": "可折叠文本"
15681
+ },
15682
+ "icon": {
15683
+ "lib": "fa",
15684
+ "icon": "copy"
15685
+ },
15686
+ "conf": [
15687
+ {
15688
+ "brick": "presentational-bricks.text-collapse",
15689
+ "properties": {
15690
+ "text": "This is a text-collapse.",
15691
+ "line": 1
15692
+ }
15693
+ }
15694
+ ],
15695
+ "doc": {
15696
+ "id": "presentational-bricks.text-collapse",
15697
+ "author": "julielai",
15698
+ "history": null,
15699
+ "description": "展示可折叠文本\n1.x.0: 新增构件 `presentational-bricks.text-collapse`",
15700
+ "dockind": "brick",
15701
+ "properties": [
15702
+ {
15703
+ "name": "text",
15704
+ "type": "string",
15705
+ "required": "false",
15706
+ "default": "-",
15707
+ "description": "文本"
15708
+ },
15709
+ {
15710
+ "name": "line",
15711
+ "type": "number",
15712
+ "required": "false",
15713
+ "default": "-",
15714
+ "description": "行数"
15715
+ }
15716
+ ],
15717
+ "interface": []
15718
+ }
15719
+ },
15669
15720
  {
15670
15721
  "storyId": "presentational-bricks.brick-illustration",
15671
15722
  "category": "feedback-and-tooltip",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/presentational-bricks",
3
- "version": "1.236.7",
3
+ "version": "1.238.2",
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",
@@ -30,7 +30,7 @@
30
30
  "devDependencies": {
31
31
  "@fortawesome/fontawesome-svg-core": "^1.2.35",
32
32
  "@next-core/custom-antd-styles": "^1.23.0",
33
- "@next-libs/basic-components": "^3.2.6",
33
+ "@next-libs/basic-components": "^3.3.1",
34
34
  "@next-libs/clipboard": "^3.0.2",
35
35
  "@next-libs/cmdb-utils": "^3.0.3",
36
36
  "@next-libs/crontab": "^2.0.3",
@@ -55,5 +55,5 @@
55
55
  "@next-dll/ace": "*",
56
56
  "@next-dll/react-dnd": "*"
57
57
  },
58
- "gitHead": "94b4b57ad949bbf42010c7a90c9077be7b9e53ea"
58
+ "gitHead": "ce0e3157cb7ecb7feaf2bdd6c88f8b906af06b98"
59
59
  }