@next-bricks/basic-bricks 1.230.0 → 1.230.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
@@ -2322,7 +2322,12 @@
2322
2322
  "buttonShape": "circle",
2323
2323
  "buttonType": "icon",
2324
2324
  "eventName": "instance.topology.update",
2325
- "icon": "plus",
2325
+ "icon": {
2326
+ "lib": "antd",
2327
+ "icon": "plus-circle",
2328
+ "theme": "filled",
2329
+ "color": "#167be0"
2330
+ },
2326
2331
  "isDropdown": false,
2327
2332
  "tooltip": "Add",
2328
2333
  "tooltipPlacement": "left"
@@ -2331,7 +2336,12 @@
2331
2336
  "buttonShape": "circle",
2332
2337
  "buttonType": "icon",
2333
2338
  "eventName": "instance.topology.update",
2334
- "icon": "save",
2339
+ "icon": {
2340
+ "lib": "antd",
2341
+ "icon": "save",
2342
+ "theme": "filled",
2343
+ "color": "#167be0"
2344
+ },
2335
2345
  "isDropdown": false,
2336
2346
  "tooltip": "Save",
2337
2347
  "tooltipPlacement": "left"
@@ -2765,7 +2775,12 @@
2765
2775
  "buttonShape": "circle",
2766
2776
  "buttonType": "icon",
2767
2777
  "eventName": "instance.topology.update",
2768
- "icon": "plus",
2778
+ "icon": {
2779
+ "lib": "antd",
2780
+ "icon": "plus-circle",
2781
+ "theme": "filled",
2782
+ "color": "#167be0"
2783
+ },
2769
2784
  "isDropdown": false,
2770
2785
  "tooltip": "Add",
2771
2786
  "tooltipPlacement": "left"
@@ -2774,7 +2789,12 @@
2774
2789
  "buttonShape": "circle",
2775
2790
  "buttonType": "icon",
2776
2791
  "eventName": "instance.topology.update",
2777
- "icon": "save",
2792
+ "icon": {
2793
+ "lib": "antd",
2794
+ "icon": "save",
2795
+ "theme": "filled",
2796
+ "color": "#167be0"
2797
+ },
2778
2798
  "isDropdown": false,
2779
2799
  "tooltip": "Save",
2780
2800
  "tooltipPlacement": "left"
@@ -2884,7 +2904,12 @@
2884
2904
  "buttonShape": "circle",
2885
2905
  "buttonType": "icon",
2886
2906
  "eventName": "instance.topology.update",
2887
- "icon": "plus",
2907
+ "icon": {
2908
+ "lib": "antd",
2909
+ "icon": "plus-circle",
2910
+ "theme": "filled",
2911
+ "color": "#167be0"
2912
+ },
2888
2913
  "isDropdown": false,
2889
2914
  "tooltip": "Add",
2890
2915
  "tooltipPlacement": "left"
@@ -2893,7 +2918,12 @@
2893
2918
  "buttonShape": "circle",
2894
2919
  "buttonType": "icon",
2895
2920
  "eventName": "instance.topology.update",
2896
- "icon": "save",
2921
+ "icon": {
2922
+ "lib": "antd",
2923
+ "icon": "save",
2924
+ "theme": "filled",
2925
+ "color": "#167be0"
2926
+ },
2897
2927
  "isDropdown": false,
2898
2928
  "tooltip": "Save",
2899
2929
  "tooltipPlacement": "left"
@@ -3009,7 +3039,12 @@
3009
3039
  "buttonShape": "circle",
3010
3040
  "buttonType": "icon",
3011
3041
  "eventName": "instance.topology.update",
3012
- "icon": "plus",
3042
+ "icon": {
3043
+ "lib": "antd",
3044
+ "icon": "plus-circle",
3045
+ "theme": "filled",
3046
+ "color": "#167be0"
3047
+ },
3013
3048
  "isDropdown": false,
3014
3049
  "tooltip": "Add",
3015
3050
  "tooltipPlacement": "left"
@@ -3018,7 +3053,12 @@
3018
3053
  "buttonShape": "circle",
3019
3054
  "buttonType": "icon",
3020
3055
  "eventName": "instance.topology.update",
3021
- "icon": "save",
3056
+ "icon": {
3057
+ "lib": "antd",
3058
+ "icon": "save",
3059
+ "theme": "filled",
3060
+ "color": "#167be0"
3061
+ },
3022
3062
  "isDropdown": false,
3023
3063
  "tooltip": "Save",
3024
3064
  "tooltipPlacement": "left"
@@ -3147,7 +3187,12 @@
3147
3187
  "alignment": "end",
3148
3188
  "isMoreButton": true,
3149
3189
  "moreButtonShape": "icon",
3150
- "moreBtnIcon": "plus",
3190
+ "moreBtnIcon": {
3191
+ "lib": "antd",
3192
+ "icon": "plus-circle",
3193
+ "theme": "filled",
3194
+ "color": "#167be0"
3195
+ },
3151
3196
  "customButtons": [
3152
3197
  {
3153
3198
  "icon": {
@@ -3185,7 +3230,12 @@
3185
3230
  "alignment": "end",
3186
3231
  "isMoreButton": true,
3187
3232
  "moreButtonShape": "icon",
3188
- "moreBtnIcon": "save",
3233
+ "moreBtnIcon": {
3234
+ "lib": "antd",
3235
+ "icon": "save",
3236
+ "theme": "filled",
3237
+ "color": "#167be0"
3238
+ },
3189
3239
  "customButtons": [
3190
3240
  {
3191
3241
  "icon": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/basic-bricks",
3
- "version": "1.230.0",
3
+ "version": "1.230.1",
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": "ca65a31fe26ea65326ce5f041874bb6b016f3443"
55
+ "gitHead": "99422cfa5d89a609972de6d50051b75b46d109ff"
56
56
  }