@dhedge/trading-widget 3.7.0 → 3.8.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 +18 -4
- package/index.cjs +53 -53
- package/index.js +6009 -5981
- package/package.json +1 -1
- package/style.css +1 -1
- package/trading-widget/providers/theme-provider/theme-provider.types.d.ts +14 -1
package/README.md
CHANGED
|
@@ -283,6 +283,18 @@ 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
|
+
|
|
286
298
|
###### tabContent
|
|
287
299
|
|
|
288
300
|
path: `component.tabContent[name]`
|
|
@@ -389,10 +401,12 @@ path: `component.tooltip[name]`
|
|
|
389
401
|
|
|
390
402
|
path: `component.switch[name]`
|
|
391
403
|
|
|
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
|
|
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 |
|
|
396
410
|
|
|
397
411
|
###### actionButton
|
|
398
412
|
|