@next-bricks/basic-bricks 1.180.12 → 1.181.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
@@ -1303,7 +1303,8 @@
1303
1303
  "required": false,
1304
1304
  "description": "气泡框位置,可选 `top` `left` `right` `bottom` `topLeft` `topRight` `bottomLeft` `bottomRight` `leftTop` `leftBottom` `rightTop` `rightBottom`"
1305
1305
  }
1306
- ]
1306
+ ],
1307
+ "indexSignature": []
1307
1308
  },
1308
1309
  {
1309
1310
  "name": "TooltipPlacement",
@@ -1870,7 +1871,8 @@
1870
1871
  "required": false,
1871
1872
  "description": ""
1872
1873
  }
1873
- ]
1874
+ ],
1875
+ "indexSignature": []
1874
1876
  }
1875
1877
  ]
1876
1878
  }
@@ -3085,7 +3087,8 @@
3085
3087
  "required": false,
3086
3088
  "description": "相当于 a 链接的 target 属性,buttonUrl 或 buttonHref 存在时生效"
3087
3089
  }
3088
- ]
3090
+ ],
3091
+ "indexSignature": []
3089
3092
  },
3090
3093
  {
3091
3094
  "name": "DropdownPlacement",
@@ -3581,7 +3584,8 @@
3581
3584
  "required": false,
3582
3585
  "description": ""
3583
3586
  }
3584
- ]
3587
+ ],
3588
+ "indexSignature": []
3585
3589
  }
3586
3590
  ]
3587
3591
  }
@@ -4672,7 +4676,8 @@
4672
4676
  "required": false,
4673
4677
  "description": ""
4674
4678
  }
4675
- ]
4679
+ ],
4680
+ "indexSignature": []
4676
4681
  },
4677
4682
  {
4678
4683
  "name": "GridSettings",
@@ -4709,7 +4714,8 @@
4709
4714
  "required": false,
4710
4715
  "description": ""
4711
4716
  }
4712
- ]
4717
+ ],
4718
+ "indexSignature": []
4713
4719
  }
4714
4720
  ]
4715
4721
  }
@@ -7577,6 +7583,12 @@
7577
7583
  "name": "AnchorListType",
7578
7584
  "typeParameter": null,
7579
7585
  "kind": "interface",
7586
+ "extendedTypes": [
7587
+ {
7588
+ "type": "reference",
7589
+ "name": "AnchorLinkProps"
7590
+ }
7591
+ ],
7580
7592
  "children": [
7581
7593
  {
7582
7594
  "name": "children",
@@ -7614,7 +7626,8 @@
7614
7626
  "required": true,
7615
7627
  "description": ""
7616
7628
  }
7617
- ]
7629
+ ],
7630
+ "indexSignature": []
7618
7631
  }
7619
7632
  ]
7620
7633
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/basic-bricks",
3
- "version": "1.180.12",
3
+ "version": "1.181.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",
@@ -39,5 +39,5 @@
39
39
  "immutability-helper": "^3.1.1"
40
40
  },
41
41
  "sideEffects": true,
42
- "gitHead": "26fcda5ce2771f7effb087bbd09cbeb26b5f4d01"
42
+ "gitHead": "8dcc3cbbfdd646830ec9a74fcd52fb28c0b66b9e"
43
43
  }