@orderly.network/ui-scaffold 2.8.14 → 2.9.0-alpha.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/index.d.mts CHANGED
@@ -91,6 +91,7 @@ type MainNavItem = {
91
91
  * @default false
92
92
  **/
93
93
  onlyInMainAccount?: boolean;
94
+ /** @deprecated */
94
95
  tooltipConfig?: {
95
96
  /**
96
97
  * if true, the tooltip will be shown on first visit
package/dist/index.d.ts CHANGED
@@ -91,6 +91,7 @@ type MainNavItem = {
91
91
  * @default false
92
92
  **/
93
93
  onlyInMainAccount?: boolean;
94
+ /** @deprecated */
94
95
  tooltipConfig?: {
95
96
  /**
96
97
  * if true, the tooltip will be shown on first visit