@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 +4 -18
- package/index.cjs +56 -56
- package/index.js +10096 -10063
- package/limit-orders/component/input-group/terms-content.d.ts +2 -0
- package/limit-orders/component/limit-order-button/limit-order-button.hooks.d.ts +2 -0
- package/limit-orders/component/limit-order-button/limit-order-delete-button.d.ts +2 -0
- package/limit-orders/component/limit-order-button/limit-order-delete-button.hooks.d.ts +5 -0
- package/limit-orders/component/limit-order-modal.d.ts +1 -1
- package/limit-orders/constants.d.ts +1 -0
- package/limit-orders/providers/state-provider/state-provider.types.d.ts +2 -1
- package/limit-orders/providers/translation-provider/translation-provider.types.d.ts +2 -0
- package/package.json +1 -1
- package/style.css +1 -1
- package/trading-widget/providers/theme-provider/theme-provider.types.d.ts +1 -14
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
|
|