bnstooltips 1.18.4 → 1.18.5

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