@dhedge/trading-widget 3.8.0 → 3.9.0-canary.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/README.md CHANGED
@@ -283,18 +283,6 @@ path: `component.tabGroup[name]`
283
283
  > | --------- | ------ | ------------------------ | ------------------------ |
284
284
  > | `size.px` | string | `global.size.spacer * 3` | Tab group padding inline |
285
285
 
286
- ###### tabList
287
-
288
- path: `component.tabList[name]`
289
-
290
- > | name | type | default value | description |
291
- > |-----------------| ------ |--------------------------------|---------------------------|
292
- > | `color.colorBg` | string | `#181C25` | Tab list bg color |
293
- > | `style.radius` | string | `global.style.radiusSecondary` | Tab list border radius |
294
- > | `size.px` | string | `global.size.spacer * 3` | Tab list padding inline |
295
- > | `size.py` | string | `global.size.spacer * 2` | Tab list padding vertical |
296
-
297
-
298
286
  ###### tabContent
299
287
 
300
288
  path: `component.tabContent[name]`
@@ -401,12 +389,10 @@ path: `component.tooltip[name]`
401
389
 
402
390
  path: `component.switch[name]`
403
391
 
404
- > | name | type | default value | description |
405
- > |------------------------| ------ |---------------|-----------------------------|
406
- > | `color.colorBgChecked` | string | `#152E4D` | Switch checked bg color |
407
- > | `color.colorBg` | string | `#4C505B` | Switch unchecked bg color |
408
- > | `color.color` | string | `` | Switch unchecked text color |
409
- > | `color.colorChecked` | string | `` | Switch checked text color |
392
+ > | name | type | default value | description |
393
+ > | ---------------------- | ------ | ------------- | ------------------------- |
394
+ > | `color.colorBgChecked` | string | `#152E4D` | Switch checked bg color |
395
+ > | `color.colorBg` | string | `#4C505B` | Switch unchecked bg color |
410
396
 
411
397
  ###### actionButton
412
398