@next-bricks/basic-bricks 1.184.0 → 1.186.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
@@ -1850,7 +1850,7 @@
1850
1850
  "children": [
1851
1851
  {
1852
1852
  "name": "configProps",
1853
- "type": "ButtonProps & { icon?: string; }",
1853
+ "type": "ButtonProps & { icon?: string }",
1854
1854
  "required": true,
1855
1855
  "description": ""
1856
1856
  },
@@ -3553,45 +3553,6 @@
3553
3553
  }
3554
3554
  ],
3555
3555
  "interface": [
3556
- {
3557
- "name": "ICustomSwitchConfig",
3558
- "typeParameter": null,
3559
- "kind": "interface",
3560
- "description": "文字和图标只会显示其中一个,优先显示图标,文字最多显示4个字符。",
3561
- "children": [
3562
- {
3563
- "name": "closeIcon",
3564
- "type": "any",
3565
- "required": false,
3566
- "description": ""
3567
- },
3568
- {
3569
- "name": "closeText",
3570
- "type": "string",
3571
- "required": false,
3572
- "description": ""
3573
- },
3574
- {
3575
- "name": "openIcon",
3576
- "type": "any",
3577
- "required": false,
3578
- "description": ""
3579
- },
3580
- {
3581
- "name": "openText",
3582
- "type": "string",
3583
- "required": false,
3584
- "description": ""
3585
- },
3586
- {
3587
- "name": "top",
3588
- "type": "string",
3589
- "required": false,
3590
- "description": ""
3591
- }
3592
- ],
3593
- "indexSignature": []
3594
- },
3595
3556
  {
3596
3557
  "name": "OpenCloseOption",
3597
3558
  "typeParameter": null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/basic-bricks",
3
- "version": "1.184.0",
3
+ "version": "1.186.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",
@@ -39,5 +39,5 @@
39
39
  "immutability-helper": "^3.1.1"
40
40
  },
41
41
  "sideEffects": true,
42
- "gitHead": "88f649ff39a3c93ac4a41d531e8b17119117e33b"
42
+ "gitHead": "9cf1bc462549507105c80cbedcf82438611aa309"
43
43
  }