@next-bricks/basic-bricks 1.189.0 → 1.190.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
@@ -7854,84 +7854,16 @@
7854
7854
  {
7855
7855
  "brick": "basic-bricks.flex-layout",
7856
7856
  "description": {
7857
- "title": "设置列间隙columnGap",
7857
+ "title": "使用gap改变元素间隙",
7858
7858
  "message": ""
7859
7859
  },
7860
7860
  "properties": {
7861
- "columnGap": "20px",
7862
- "style": {
7863
- "background": "AliceBlue",
7864
- "width": "247px",
7865
- "border": "1px solid black"
7866
- }
7867
- },
7868
- "slots": {
7869
- "": {
7870
- "bricks": [
7871
- {
7872
- "brick": "div",
7873
- "properties": {
7874
- "style": {
7875
- "background": "yellow"
7876
- },
7877
- "textContent": "NO.1"
7878
- }
7879
- },
7880
- {
7881
- "brick": "div",
7882
- "properties": {
7883
- "style": {
7884
- "background": "orange"
7885
- },
7886
- "textContent": "NO.2"
7887
- }
7888
- },
7889
- {
7890
- "brick": "div",
7891
- "properties": {
7892
- "style": {
7893
- "background": "DeepSkyBlue"
7894
- },
7895
- "textContent": "NO.3"
7896
- }
7897
- },
7898
- {
7899
- "brick": "div",
7900
- "properties": {
7901
- "style": {
7902
- "background": "Aquamarine"
7903
- },
7904
- "textContent": "NO.4"
7905
- }
7906
- },
7907
- {
7908
- "brick": "div",
7909
- "properties": {
7910
- "style": {
7911
- "background": "Chartreuse"
7912
- },
7913
- "textContent": "NO.5"
7914
- }
7915
- }
7916
- ],
7917
- "type": "bricks"
7918
- }
7919
- }
7920
- },
7921
- {
7922
- "brick": "basic-bricks.flex-layout",
7923
- "description": {
7924
- "title": "设置行间隙rowGap",
7925
- "message": ""
7926
- },
7927
- "properties": {
7928
- "rowGap": "10px",
7929
- "columnGap": "20px",
7861
+ "gap": "20px",
7930
7862
  "flexWrap": "wrap",
7931
7863
  "style": {
7932
7864
  "background": "AliceBlue",
7933
- "width": "88px",
7934
- "border": "1px solid black"
7865
+ "border": "1px solid black",
7866
+ "width": "142px"
7935
7867
  }
7936
7868
  },
7937
7869
  "slots": {
@@ -8039,16 +7971,10 @@
8039
7971
  "description": "定义[flex-wrap]:设置换行方式"
8040
7972
  },
8041
7973
  {
8042
- "name": "columnGap",
8043
- "type": "string",
8044
- "required": false,
8045
- "description": "定义[column-gap]:设置元素列之间间隙"
8046
- },
8047
- {
8048
- "name": "rowGap",
7974
+ "name": "gap",
8049
7975
  "type": "string",
8050
7976
  "required": false,
8051
- "description": "定义[row-gap]:设置元素行之间间隙"
7977
+ "description": "定义[gap]:设置元素间隙"
8052
7978
  }
8053
7979
  ],
8054
7980
  "interface": []
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/basic-bricks",
3
- "version": "1.189.0",
3
+ "version": "1.190.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": "26f5c3be304bfa2878d88fa1137121ec651450ec"
42
+ "gitHead": "ce5a349f7433aa04f0f6b53b21a3513d41be4d90"
43
43
  }