bnstooltips 1.18.7 → 1.18.9

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.
@@ -381,6 +381,7 @@ export declare class ItemImproveEffectOptionDto implements IItemImproveEffectOpt
381
381
  effectDescription?: string | undefined;
382
382
  icon?: ItemIconDto;
383
383
  isPercentage?: boolean;
384
+ additionalDescription?: string | undefined;
384
385
  constructor(data?: IItemImproveEffectOptionDto);
385
386
  init(_data?: any): void;
386
387
  static fromJS(data: any): ItemImproveEffectOptionDto;
@@ -393,6 +394,7 @@ export interface IItemImproveEffectOptionDto {
393
394
  effectDescription?: string | undefined;
394
395
  icon?: ItemIconDto;
395
396
  isPercentage?: boolean;
397
+ additionalDescription?: string | undefined;
396
398
  }
397
399
  export declare class ItemImproveEffectOptionWithNameDto implements IItemImproveEffectOptionWithNameDto {
398
400
  index?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bnstooltips",
3
- "version": "1.18.7",
3
+ "version": "1.18.9",
4
4
  "description": "Blade & Soul style tooltips",
5
5
  "main": "build/index.js",
6
6
  "module": "build/index.es.js",