@ironsource/shared-ui 2.1.3-rc.4 → 2.1.3-rc.6

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/index.d.ts CHANGED
@@ -6096,7 +6096,7 @@ declare const _default: {
6096
6096
  }>;
6097
6097
  $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
6098
6098
  $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
6099
- $emit: ((event: "open") => void) & ((event: "cancel") => void) & ((event: "close", reason: dialogV3.Reason) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "save") => void);
6099
+ $emit: ((event: "open") => void) & ((event: "close", reason: dialogV3.Reason) => void) & ((event: "cancel") => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "save") => void);
6100
6100
  $el: any;
6101
6101
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
6102
6102
  title: {
@@ -6565,7 +6565,7 @@ declare const _default: {
6565
6565
  }>;
6566
6566
  $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
6567
6567
  $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
6568
- $emit: ((event: "open") => void) & ((event: "cancel") => void) & ((event: "close", reason: dialogV3.Reason) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "save") => void);
6568
+ $emit: ((event: "open") => void) & ((event: "close", reason: dialogV3.Reason) => void) & ((event: "cancel") => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "save") => void);
6569
6569
  $el: any;
6570
6570
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
6571
6571
  title: {
@@ -16044,10 +16044,10 @@ declare const _default: {
16044
16044
  $: import("vue").ComponentInternalInstance;
16045
16045
  $data: {};
16046
16046
  $props: Partial<{
16047
+ variant: "text" | "contained" | "outlined";
16047
16048
  disabled: boolean;
16048
16049
  size: "small" | "medium" | "large" | "extraLarge";
16049
16050
  color: "default" | "primary" | "danger" | "info" | "success" | "warning";
16050
- variant: "text" | "contained" | "outlined";
16051
16051
  content: string;
16052
16052
  loading: boolean;
16053
16053
  testId: string;
@@ -16056,6 +16056,10 @@ declare const _default: {
16056
16056
  startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
16057
16057
  endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
16058
16058
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
16059
+ variant: {
16060
+ type: import("vue").PropType<"text" | "contained" | "outlined">;
16061
+ default: string;
16062
+ };
16059
16063
  disabled: {
16060
16064
  type: import("vue").PropType<boolean>;
16061
16065
  default: boolean;
@@ -16068,10 +16072,6 @@ declare const _default: {
16068
16072
  type: import("vue").PropType<"default" | "primary" | "danger" | "info" | "success" | "warning">;
16069
16073
  default: string;
16070
16074
  };
16071
- variant: {
16072
- type: import("vue").PropType<"text" | "contained" | "outlined">;
16073
- default: string;
16074
- };
16075
16075
  content: {
16076
16076
  type: import("vue").PropType<string>;
16077
16077
  default: string;
@@ -16100,7 +16100,7 @@ declare const _default: {
16100
16100
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
16101
16101
  default: string;
16102
16102
  };
16103
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "size" | "color" | "variant" | "content" | "loading" | "testId" | "startIconName" | "endIconName" | "startIconType" | "endIconType">;
16103
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "disabled" | "size" | "color" | "content" | "loading" | "testId" | "startIconName" | "endIconName" | "startIconType" | "endIconType">;
16104
16104
  $attrs: {
16105
16105
  [x: string]: unknown;
16106
16106
  };
@@ -16115,6 +16115,10 @@ declare const _default: {
16115
16115
  $emit: (event: string, ...args: any[]) => void;
16116
16116
  $el: any;
16117
16117
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
16118
+ variant: {
16119
+ type: import("vue").PropType<"text" | "contained" | "outlined">;
16120
+ default: string;
16121
+ };
16118
16122
  disabled: {
16119
16123
  type: import("vue").PropType<boolean>;
16120
16124
  default: boolean;
@@ -16127,10 +16131,6 @@ declare const _default: {
16127
16131
  type: import("vue").PropType<"default" | "primary" | "danger" | "info" | "success" | "warning">;
16128
16132
  default: string;
16129
16133
  };
16130
- variant: {
16131
- type: import("vue").PropType<"text" | "contained" | "outlined">;
16132
- default: string;
16133
- };
16134
16134
  content: {
16135
16135
  type: import("vue").PropType<string>;
16136
16136
  default: string;
@@ -16160,10 +16160,10 @@ declare const _default: {
16160
16160
  default: string;
16161
16161
  };
16162
16162
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
16163
+ variant: "text" | "contained" | "outlined";
16163
16164
  disabled: boolean;
16164
16165
  size: "small" | "medium" | "large" | "extraLarge";
16165
16166
  color: "default" | "primary" | "danger" | "info" | "success" | "warning";
16166
- variant: "text" | "contained" | "outlined";
16167
16167
  content: string;
16168
16168
  loading: boolean;
16169
16169
  testId: string;
@@ -16192,6 +16192,10 @@ declare const _default: {
16192
16192
  $nextTick: typeof import("vue").nextTick;
16193
16193
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
16194
16194
  } & Readonly<import("vue").ExtractPropTypes<{
16195
+ variant: {
16196
+ type: import("vue").PropType<"text" | "contained" | "outlined">;
16197
+ default: string;
16198
+ };
16195
16199
  disabled: {
16196
16200
  type: import("vue").PropType<boolean>;
16197
16201
  default: boolean;
@@ -16204,10 +16208,6 @@ declare const _default: {
16204
16208
  type: import("vue").PropType<"default" | "primary" | "danger" | "info" | "success" | "warning">;
16205
16209
  default: string;
16206
16210
  };
16207
- variant: {
16208
- type: import("vue").PropType<"text" | "contained" | "outlined">;
16209
- default: string;
16210
- };
16211
16211
  content: {
16212
16212
  type: import("vue").PropType<string>;
16213
16213
  default: string;
@@ -16241,6 +16241,10 @@ declare const _default: {
16241
16241
  __isTeleport?: never;
16242
16242
  __isSuspense?: never;
16243
16243
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
16244
+ variant: {
16245
+ type: import("vue").PropType<"text" | "contained" | "outlined">;
16246
+ default: string;
16247
+ };
16244
16248
  disabled: {
16245
16249
  type: import("vue").PropType<boolean>;
16246
16250
  default: boolean;
@@ -16253,10 +16257,6 @@ declare const _default: {
16253
16257
  type: import("vue").PropType<"default" | "primary" | "danger" | "info" | "success" | "warning">;
16254
16258
  default: string;
16255
16259
  };
16256
- variant: {
16257
- type: import("vue").PropType<"text" | "contained" | "outlined">;
16258
- default: string;
16259
- };
16260
16260
  content: {
16261
16261
  type: import("vue").PropType<string>;
16262
16262
  default: string;
@@ -16286,10 +16286,10 @@ declare const _default: {
16286
16286
  default: string;
16287
16287
  };
16288
16288
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
16289
+ variant: "text" | "contained" | "outlined";
16289
16290
  disabled: boolean;
16290
16291
  size: "small" | "medium" | "large" | "extraLarge";
16291
16292
  color: "default" | "primary" | "danger" | "info" | "success" | "warning";
16292
- variant: "text" | "contained" | "outlined";
16293
16293
  content: string;
16294
16294
  loading: boolean;
16295
16295
  testId: string;
@@ -16309,10 +16309,10 @@ declare const _default: {
16309
16309
  $data: {};
16310
16310
  $props: Partial<{
16311
16311
  type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
16312
+ variant: "default" | "outlined";
16312
16313
  disabled: boolean;
16313
16314
  size: "small" | "medium" | "large" | "extraLarge";
16314
16315
  color: "default" | "primary" | "error";
16315
- variant: "default" | "outlined";
16316
16316
  testId: string;
16317
16317
  iconName: string;
16318
16318
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
@@ -16320,6 +16320,10 @@ declare const _default: {
16320
16320
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
16321
16321
  default: string;
16322
16322
  };
16323
+ variant: {
16324
+ type: import("vue").PropType<"default" | "outlined">;
16325
+ default: string;
16326
+ };
16323
16327
  disabled: {
16324
16328
  type: import("vue").PropType<boolean>;
16325
16329
  default: boolean;
@@ -16332,10 +16336,6 @@ declare const _default: {
16332
16336
  type: import("vue").PropType<"default" | "primary" | "error">;
16333
16337
  default: string;
16334
16338
  };
16335
- variant: {
16336
- type: import("vue").PropType<"default" | "outlined">;
16337
- default: string;
16338
- };
16339
16339
  testId: {
16340
16340
  type: import("vue").PropType<string>;
16341
16341
  default: string;
@@ -16344,7 +16344,7 @@ declare const _default: {
16344
16344
  type: import("vue").PropType<string>;
16345
16345
  default: string;
16346
16346
  };
16347
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "disabled" | "size" | "color" | "variant" | "testId" | "iconName">;
16347
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "variant" | "disabled" | "size" | "color" | "testId" | "iconName">;
16348
16348
  $attrs: {
16349
16349
  [x: string]: unknown;
16350
16350
  };
@@ -16363,6 +16363,10 @@ declare const _default: {
16363
16363
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
16364
16364
  default: string;
16365
16365
  };
16366
+ variant: {
16367
+ type: import("vue").PropType<"default" | "outlined">;
16368
+ default: string;
16369
+ };
16366
16370
  disabled: {
16367
16371
  type: import("vue").PropType<boolean>;
16368
16372
  default: boolean;
@@ -16375,10 +16379,6 @@ declare const _default: {
16375
16379
  type: import("vue").PropType<"default" | "primary" | "error">;
16376
16380
  default: string;
16377
16381
  };
16378
- variant: {
16379
- type: import("vue").PropType<"default" | "outlined">;
16380
- default: string;
16381
- };
16382
16382
  testId: {
16383
16383
  type: import("vue").PropType<string>;
16384
16384
  default: string;
@@ -16389,10 +16389,10 @@ declare const _default: {
16389
16389
  };
16390
16390
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
16391
16391
  type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
16392
+ variant: "default" | "outlined";
16392
16393
  disabled: boolean;
16393
16394
  size: "small" | "medium" | "large" | "extraLarge";
16394
16395
  color: "default" | "primary" | "error";
16395
- variant: "default" | "outlined";
16396
16396
  testId: string;
16397
16397
  iconName: string;
16398
16398
  }, {}, string> & {
@@ -16420,6 +16420,10 @@ declare const _default: {
16420
16420
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
16421
16421
  default: string;
16422
16422
  };
16423
+ variant: {
16424
+ type: import("vue").PropType<"default" | "outlined">;
16425
+ default: string;
16426
+ };
16423
16427
  disabled: {
16424
16428
  type: import("vue").PropType<boolean>;
16425
16429
  default: boolean;
@@ -16432,10 +16436,6 @@ declare const _default: {
16432
16436
  type: import("vue").PropType<"default" | "primary" | "error">;
16433
16437
  default: string;
16434
16438
  };
16435
- variant: {
16436
- type: import("vue").PropType<"default" | "outlined">;
16437
- default: string;
16438
- };
16439
16439
  testId: {
16440
16440
  type: import("vue").PropType<string>;
16441
16441
  default: string;
@@ -16453,6 +16453,10 @@ declare const _default: {
16453
16453
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
16454
16454
  default: string;
16455
16455
  };
16456
+ variant: {
16457
+ type: import("vue").PropType<"default" | "outlined">;
16458
+ default: string;
16459
+ };
16456
16460
  disabled: {
16457
16461
  type: import("vue").PropType<boolean>;
16458
16462
  default: boolean;
@@ -16465,10 +16469,6 @@ declare const _default: {
16465
16469
  type: import("vue").PropType<"default" | "primary" | "error">;
16466
16470
  default: string;
16467
16471
  };
16468
- variant: {
16469
- type: import("vue").PropType<"default" | "outlined">;
16470
- default: string;
16471
- };
16472
16472
  testId: {
16473
16473
  type: import("vue").PropType<string>;
16474
16474
  default: string;
@@ -16479,10 +16479,10 @@ declare const _default: {
16479
16479
  };
16480
16480
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
16481
16481
  type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
16482
+ variant: "default" | "outlined";
16482
16483
  disabled: boolean;
16483
16484
  size: "small" | "medium" | "large" | "extraLarge";
16484
16485
  color: "default" | "primary" | "error";
16485
- variant: "default" | "outlined";
16486
16486
  testId: string;
16487
16487
  iconName: string;
16488
16488
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
@@ -16495,10 +16495,10 @@ declare const _default: {
16495
16495
  $: import("vue").ComponentInternalInstance;
16496
16496
  $data: {};
16497
16497
  $props: Partial<{
16498
+ variant: "text" | "contained" | "outlined";
16498
16499
  disabled: boolean;
16499
16500
  size: "small" | "medium" | "large" | "extraLarge";
16500
16501
  color: "default" | "primary" | "danger" | "info" | "success" | "warning";
16501
- variant: "text" | "contained" | "outlined";
16502
16502
  content: string;
16503
16503
  loading: boolean;
16504
16504
  testId: string;
@@ -16507,6 +16507,10 @@ declare const _default: {
16507
16507
  startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
16508
16508
  endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
16509
16509
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
16510
+ variant: {
16511
+ type: import("vue").PropType<"text" | "contained" | "outlined">;
16512
+ default: string;
16513
+ };
16510
16514
  disabled: {
16511
16515
  type: import("vue").PropType<boolean>;
16512
16516
  default: boolean;
@@ -16519,10 +16523,6 @@ declare const _default: {
16519
16523
  type: import("vue").PropType<"default" | "primary" | "danger" | "info" | "success" | "warning">;
16520
16524
  default: string;
16521
16525
  };
16522
- variant: {
16523
- type: import("vue").PropType<"text" | "contained" | "outlined">;
16524
- default: string;
16525
- };
16526
16526
  content: {
16527
16527
  type: import("vue").PropType<string>;
16528
16528
  default: string;
@@ -16551,7 +16551,7 @@ declare const _default: {
16551
16551
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
16552
16552
  default: string;
16553
16553
  };
16554
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "size" | "color" | "variant" | "content" | "loading" | "testId" | "startIconName" | "endIconName" | "startIconType" | "endIconType">;
16554
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "disabled" | "size" | "color" | "content" | "loading" | "testId" | "startIconName" | "endIconName" | "startIconType" | "endIconType">;
16555
16555
  $attrs: {
16556
16556
  [x: string]: unknown;
16557
16557
  };
@@ -16566,6 +16566,10 @@ declare const _default: {
16566
16566
  $emit: (event: string, ...args: any[]) => void;
16567
16567
  $el: any;
16568
16568
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
16569
+ variant: {
16570
+ type: import("vue").PropType<"text" | "contained" | "outlined">;
16571
+ default: string;
16572
+ };
16569
16573
  disabled: {
16570
16574
  type: import("vue").PropType<boolean>;
16571
16575
  default: boolean;
@@ -16578,10 +16582,6 @@ declare const _default: {
16578
16582
  type: import("vue").PropType<"default" | "primary" | "danger" | "info" | "success" | "warning">;
16579
16583
  default: string;
16580
16584
  };
16581
- variant: {
16582
- type: import("vue").PropType<"text" | "contained" | "outlined">;
16583
- default: string;
16584
- };
16585
16585
  content: {
16586
16586
  type: import("vue").PropType<string>;
16587
16587
  default: string;
@@ -16611,10 +16611,10 @@ declare const _default: {
16611
16611
  default: string;
16612
16612
  };
16613
16613
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
16614
+ variant: "text" | "contained" | "outlined";
16614
16615
  disabled: boolean;
16615
16616
  size: "small" | "medium" | "large" | "extraLarge";
16616
16617
  color: "default" | "primary" | "danger" | "info" | "success" | "warning";
16617
- variant: "text" | "contained" | "outlined";
16618
16618
  content: string;
16619
16619
  loading: boolean;
16620
16620
  testId: string;
@@ -16643,6 +16643,10 @@ declare const _default: {
16643
16643
  $nextTick: typeof import("vue").nextTick;
16644
16644
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
16645
16645
  } & Readonly<import("vue").ExtractPropTypes<{
16646
+ variant: {
16647
+ type: import("vue").PropType<"text" | "contained" | "outlined">;
16648
+ default: string;
16649
+ };
16646
16650
  disabled: {
16647
16651
  type: import("vue").PropType<boolean>;
16648
16652
  default: boolean;
@@ -16655,10 +16659,6 @@ declare const _default: {
16655
16659
  type: import("vue").PropType<"default" | "primary" | "danger" | "info" | "success" | "warning">;
16656
16660
  default: string;
16657
16661
  };
16658
- variant: {
16659
- type: import("vue").PropType<"text" | "contained" | "outlined">;
16660
- default: string;
16661
- };
16662
16662
  content: {
16663
16663
  type: import("vue").PropType<string>;
16664
16664
  default: string;
@@ -16692,6 +16692,10 @@ declare const _default: {
16692
16692
  __isTeleport?: never;
16693
16693
  __isSuspense?: never;
16694
16694
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
16695
+ variant: {
16696
+ type: import("vue").PropType<"text" | "contained" | "outlined">;
16697
+ default: string;
16698
+ };
16695
16699
  disabled: {
16696
16700
  type: import("vue").PropType<boolean>;
16697
16701
  default: boolean;
@@ -16704,10 +16708,6 @@ declare const _default: {
16704
16708
  type: import("vue").PropType<"default" | "primary" | "danger" | "info" | "success" | "warning">;
16705
16709
  default: string;
16706
16710
  };
16707
- variant: {
16708
- type: import("vue").PropType<"text" | "contained" | "outlined">;
16709
- default: string;
16710
- };
16711
16711
  content: {
16712
16712
  type: import("vue").PropType<string>;
16713
16713
  default: string;
@@ -16737,10 +16737,10 @@ declare const _default: {
16737
16737
  default: string;
16738
16738
  };
16739
16739
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
16740
+ variant: "text" | "contained" | "outlined";
16740
16741
  disabled: boolean;
16741
16742
  size: "small" | "medium" | "large" | "extraLarge";
16742
16743
  color: "default" | "primary" | "danger" | "info" | "success" | "warning";
16743
- variant: "text" | "contained" | "outlined";
16744
16744
  content: string;
16745
16745
  loading: boolean;
16746
16746
  testId: string;
@@ -16759,10 +16759,10 @@ declare const _default: {
16759
16759
  $data: {};
16760
16760
  $props: Partial<{
16761
16761
  type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
16762
+ variant: "default" | "outlined";
16762
16763
  disabled: boolean;
16763
16764
  size: "small" | "medium" | "large" | "extraLarge";
16764
16765
  color: "default" | "primary" | "error";
16765
- variant: "default" | "outlined";
16766
16766
  testId: string;
16767
16767
  iconName: string;
16768
16768
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
@@ -16770,6 +16770,10 @@ declare const _default: {
16770
16770
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
16771
16771
  default: string;
16772
16772
  };
16773
+ variant: {
16774
+ type: import("vue").PropType<"default" | "outlined">;
16775
+ default: string;
16776
+ };
16773
16777
  disabled: {
16774
16778
  type: import("vue").PropType<boolean>;
16775
16779
  default: boolean;
@@ -16782,10 +16786,6 @@ declare const _default: {
16782
16786
  type: import("vue").PropType<"default" | "primary" | "error">;
16783
16787
  default: string;
16784
16788
  };
16785
- variant: {
16786
- type: import("vue").PropType<"default" | "outlined">;
16787
- default: string;
16788
- };
16789
16789
  testId: {
16790
16790
  type: import("vue").PropType<string>;
16791
16791
  default: string;
@@ -16794,7 +16794,7 @@ declare const _default: {
16794
16794
  type: import("vue").PropType<string>;
16795
16795
  default: string;
16796
16796
  };
16797
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "disabled" | "size" | "color" | "variant" | "testId" | "iconName">;
16797
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "variant" | "disabled" | "size" | "color" | "testId" | "iconName">;
16798
16798
  $attrs: {
16799
16799
  [x: string]: unknown;
16800
16800
  };
@@ -16813,6 +16813,10 @@ declare const _default: {
16813
16813
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
16814
16814
  default: string;
16815
16815
  };
16816
+ variant: {
16817
+ type: import("vue").PropType<"default" | "outlined">;
16818
+ default: string;
16819
+ };
16816
16820
  disabled: {
16817
16821
  type: import("vue").PropType<boolean>;
16818
16822
  default: boolean;
@@ -16825,10 +16829,6 @@ declare const _default: {
16825
16829
  type: import("vue").PropType<"default" | "primary" | "error">;
16826
16830
  default: string;
16827
16831
  };
16828
- variant: {
16829
- type: import("vue").PropType<"default" | "outlined">;
16830
- default: string;
16831
- };
16832
16832
  testId: {
16833
16833
  type: import("vue").PropType<string>;
16834
16834
  default: string;
@@ -16839,10 +16839,10 @@ declare const _default: {
16839
16839
  };
16840
16840
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
16841
16841
  type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
16842
+ variant: "default" | "outlined";
16842
16843
  disabled: boolean;
16843
16844
  size: "small" | "medium" | "large" | "extraLarge";
16844
16845
  color: "default" | "primary" | "error";
16845
- variant: "default" | "outlined";
16846
16846
  testId: string;
16847
16847
  iconName: string;
16848
16848
  }, {}, string> & {
@@ -16870,6 +16870,10 @@ declare const _default: {
16870
16870
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
16871
16871
  default: string;
16872
16872
  };
16873
+ variant: {
16874
+ type: import("vue").PropType<"default" | "outlined">;
16875
+ default: string;
16876
+ };
16873
16877
  disabled: {
16874
16878
  type: import("vue").PropType<boolean>;
16875
16879
  default: boolean;
@@ -16882,10 +16886,6 @@ declare const _default: {
16882
16886
  type: import("vue").PropType<"default" | "primary" | "error">;
16883
16887
  default: string;
16884
16888
  };
16885
- variant: {
16886
- type: import("vue").PropType<"default" | "outlined">;
16887
- default: string;
16888
- };
16889
16889
  testId: {
16890
16890
  type: import("vue").PropType<string>;
16891
16891
  default: string;
@@ -16903,6 +16903,10 @@ declare const _default: {
16903
16903
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
16904
16904
  default: string;
16905
16905
  };
16906
+ variant: {
16907
+ type: import("vue").PropType<"default" | "outlined">;
16908
+ default: string;
16909
+ };
16906
16910
  disabled: {
16907
16911
  type: import("vue").PropType<boolean>;
16908
16912
  default: boolean;
@@ -16915,10 +16919,6 @@ declare const _default: {
16915
16919
  type: import("vue").PropType<"default" | "primary" | "error">;
16916
16920
  default: string;
16917
16921
  };
16918
- variant: {
16919
- type: import("vue").PropType<"default" | "outlined">;
16920
- default: string;
16921
- };
16922
16922
  testId: {
16923
16923
  type: import("vue").PropType<string>;
16924
16924
  default: string;
@@ -16929,10 +16929,10 @@ declare const _default: {
16929
16929
  };
16930
16930
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
16931
16931
  type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
16932
+ variant: "default" | "outlined";
16932
16933
  disabled: boolean;
16933
16934
  size: "small" | "medium" | "large" | "extraLarge";
16934
16935
  color: "default" | "primary" | "error";
16935
- variant: "default" | "outlined";
16936
16936
  testId: string;
16937
16937
  iconName: string;
16938
16938
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ironsource/shared-ui",
3
- "version": "2.1.3-rc.4",
3
+ "version": "2.1.3-rc.6",
4
4
  "engines": {
5
5
  "npm": ">=7.0.0",
6
6
  "node": ">=16.0.0"
@@ -215,6 +215,7 @@
215
215
  "./styleguide": "./styleguide.scss",
216
216
  "./styleguideV4": "./style/styleguideV4.scss",
217
217
  "./banner": "./components/banner/Banner.vue.js",
218
+ "./alert": "./components/alert/index.js",
218
219
  "./multibar": "./components/multibar/index.js",
219
220
  "./typography": "./components/typography/v4/index.js",
220
221
  "./themeWrapper": "./components/ThemeWrapper/index.js",
@@ -409,6 +410,9 @@
409
410
  "textArea": [
410
411
  "./components/textArea/TextArea.vue.d.ts"
411
412
  ],
413
+ "alert": [
414
+ "./components/alert/index.d.ts"
415
+ ],
412
416
  "multibar": [
413
417
  "./components/multibar/index.d.ts"
414
418
  ],
@@ -32,6 +32,13 @@ export declare enum BannerTestIdModifiers {
32
32
  WRAPPER = "banner-wrapper",
33
33
  CONTENT = "banner-content"
34
34
  }
35
+ export declare enum AlertTestIdModifiers {
36
+ WRAPPER = "alert-wrapper",
37
+ TITLE = "alert-title",
38
+ MESSAGE = "alert-message",
39
+ ACTION_BUTTON = "alert-action-button",
40
+ CLOSE_BUTTON = "alert-close-button"
41
+ }
35
42
  export declare enum DialogTestIdModifiers {
36
43
  WRAPPER = "dialog-wrapper",
37
44
  HEADER = "dialog-header",