@next-bricks/basic-bricks 1.251.0 → 1.251.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
@@ -1275,8 +1275,8 @@
1275
1275
  ],
1276
1276
  "snippetId": "basic-bricks.general-button[icon]",
1277
1277
  "title": {
1278
- "en": "Icon General Button",
1279
- "zh": "图标按钮"
1278
+ "en": "Icon General Button(Only use in popover button)",
1279
+ "zh": "图标按钮(只用于悬浮按钮)"
1280
1280
  },
1281
1281
  "thumbnail": "bricks/basic-bricks/dist/stories-asserts/basic-bricks.general-button[icon].e179be13a83bd0cb.svg"
1282
1282
  },
@@ -2384,7 +2384,6 @@
2384
2384
  "alignment": "end",
2385
2385
  "customButtons": [
2386
2386
  {
2387
- "buttonShape": "circle",
2388
2387
  "buttonType": "icon",
2389
2388
  "eventName": "instance.topology.update",
2390
2389
  "icon": {
@@ -2397,7 +2396,6 @@
2397
2396
  "tooltipPlacement": "left"
2398
2397
  },
2399
2398
  {
2400
- "buttonShape": "circle",
2401
2399
  "buttonType": "icon",
2402
2400
  "eventName": "instance.topology.update",
2403
2401
  "icon": {
@@ -2835,7 +2833,6 @@
2835
2833
  "alignment": "end",
2836
2834
  "customButtons": [
2837
2835
  {
2838
- "buttonShape": "circle",
2839
2836
  "buttonType": "icon",
2840
2837
  "eventName": "instance.topology.update",
2841
2838
  "icon": {
@@ -2848,7 +2845,6 @@
2848
2845
  "tooltipPlacement": "left"
2849
2846
  },
2850
2847
  {
2851
- "buttonShape": "circle",
2852
2848
  "buttonType": "icon",
2853
2849
  "eventName": "instance.topology.update",
2854
2850
  "icon": {
@@ -2861,7 +2857,6 @@
2861
2857
  "tooltipPlacement": "left"
2862
2858
  },
2863
2859
  {
2864
- "buttonShape": "circle",
2865
2860
  "buttonType": "icon",
2866
2861
  "eventName": "action.danger1",
2867
2862
  "icon": "close",
@@ -2962,7 +2957,6 @@
2962
2957
  "text": "次按钮"
2963
2958
  },
2964
2959
  {
2965
- "buttonShape": "circle",
2966
2960
  "buttonType": "icon",
2967
2961
  "eventName": "instance.topology.update",
2968
2962
  "icon": {
@@ -2975,7 +2969,6 @@
2975
2969
  "tooltipPlacement": "left"
2976
2970
  },
2977
2971
  {
2978
- "buttonShape": "circle",
2979
2972
  "buttonType": "icon",
2980
2973
  "eventName": "instance.topology.update",
2981
2974
  "icon": {
@@ -3095,7 +3088,6 @@
3095
3088
  "alignment": "end",
3096
3089
  "customButtons": [
3097
3090
  {
3098
- "buttonShape": "circle",
3099
3091
  "buttonType": "icon",
3100
3092
  "eventName": "instance.topology.update",
3101
3093
  "icon": {
@@ -3108,7 +3100,6 @@
3108
3100
  "tooltipPlacement": "left"
3109
3101
  },
3110
3102
  {
3111
- "buttonShape": "circle",
3112
3103
  "buttonType": "icon",
3113
3104
  "eventName": "instance.topology.update",
3114
3105
  "icon": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/basic-bricks",
3
- "version": "1.251.0",
3
+ "version": "1.251.2",
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": "b166f72f7cfd6f4d6776c74110731a582568b7cf"
55
+ "gitHead": "d3e77b4051e24b21cf84d319709bb015aafa7c0a"
56
56
  }