@next-bricks/basic-bricks 1.230.1 → 1.230.3

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
@@ -2325,8 +2325,7 @@
2325
2325
  "icon": {
2326
2326
  "lib": "antd",
2327
2327
  "icon": "plus-circle",
2328
- "theme": "filled",
2329
- "color": "#167be0"
2328
+ "theme": "filled"
2330
2329
  },
2331
2330
  "isDropdown": false,
2332
2331
  "tooltip": "Add",
@@ -2339,8 +2338,7 @@
2339
2338
  "icon": {
2340
2339
  "lib": "antd",
2341
2340
  "icon": "save",
2342
- "theme": "filled",
2343
- "color": "#167be0"
2341
+ "theme": "filled"
2344
2342
  },
2345
2343
  "isDropdown": false,
2346
2344
  "tooltip": "Save",
@@ -2778,8 +2776,7 @@
2778
2776
  "icon": {
2779
2777
  "lib": "antd",
2780
2778
  "icon": "plus-circle",
2781
- "theme": "filled",
2782
- "color": "#167be0"
2779
+ "theme": "filled"
2783
2780
  },
2784
2781
  "isDropdown": false,
2785
2782
  "tooltip": "Add",
@@ -2792,8 +2789,7 @@
2792
2789
  "icon": {
2793
2790
  "lib": "antd",
2794
2791
  "icon": "save",
2795
- "theme": "filled",
2796
- "color": "#167be0"
2792
+ "theme": "filled"
2797
2793
  },
2798
2794
  "isDropdown": false,
2799
2795
  "tooltip": "Save",
@@ -2907,8 +2903,7 @@
2907
2903
  "icon": {
2908
2904
  "lib": "antd",
2909
2905
  "icon": "plus-circle",
2910
- "theme": "filled",
2911
- "color": "#167be0"
2906
+ "theme": "filled"
2912
2907
  },
2913
2908
  "isDropdown": false,
2914
2909
  "tooltip": "Add",
@@ -2921,8 +2916,7 @@
2921
2916
  "icon": {
2922
2917
  "lib": "antd",
2923
2918
  "icon": "save",
2924
- "theme": "filled",
2925
- "color": "#167be0"
2919
+ "theme": "filled"
2926
2920
  },
2927
2921
  "isDropdown": false,
2928
2922
  "tooltip": "Save",
@@ -3042,8 +3036,7 @@
3042
3036
  "icon": {
3043
3037
  "lib": "antd",
3044
3038
  "icon": "plus-circle",
3045
- "theme": "filled",
3046
- "color": "#167be0"
3039
+ "theme": "filled"
3047
3040
  },
3048
3041
  "isDropdown": false,
3049
3042
  "tooltip": "Add",
@@ -3056,8 +3049,7 @@
3056
3049
  "icon": {
3057
3050
  "lib": "antd",
3058
3051
  "icon": "save",
3059
- "theme": "filled",
3060
- "color": "#167be0"
3052
+ "theme": "filled"
3061
3053
  },
3062
3054
  "isDropdown": false,
3063
3055
  "tooltip": "Save",
@@ -3190,8 +3182,7 @@
3190
3182
  "moreBtnIcon": {
3191
3183
  "lib": "antd",
3192
3184
  "icon": "plus-circle",
3193
- "theme": "filled",
3194
- "color": "#167be0"
3185
+ "theme": "filled"
3195
3186
  },
3196
3187
  "customButtons": [
3197
3188
  {
@@ -3233,8 +3224,7 @@
3233
3224
  "moreBtnIcon": {
3234
3225
  "lib": "antd",
3235
3226
  "icon": "save",
3236
- "theme": "filled",
3237
- "color": "#167be0"
3227
+ "theme": "filled"
3238
3228
  },
3239
3229
  "customButtons": [
3240
3230
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/basic-bricks",
3
- "version": "1.230.1",
3
+ "version": "1.230.3",
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": "99422cfa5d89a609972de6d50051b75b46d109ff"
55
+ "gitHead": "6a5b98c172bbdeefdad07e36df19b20c00cd1bd9"
56
56
  }