@ironsource/shared-ui 2.1.6-rc.32 → 2.1.6-rc.34

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.
Files changed (40) hide show
  1. package/AppDropdownTrigger.vue_vue_type_style_index_0_scoped_858cefbf_lang.css +1 -0
  2. package/IconV4.vue_vue_type_style_index_0_scoped_a9f31e34_lang.css +1 -0
  3. package/OptionV4.vue_vue_type_style_index_0_scoped_69abfd4a_lang.css +1 -0
  4. package/components/button/v4/ButtonV4.vue.d.ts +7 -7
  5. package/components/button/v4/IconButtonV4.vue.d.ts +4 -4
  6. package/components/button/v4/index.d.ts +61 -61
  7. package/components/chip/v4/ChipV4.vue.d.ts +1 -1
  8. package/components/chip/v4/index.d.ts +9 -9
  9. package/components/dialog/v3/Dialog.vue.d.ts +1 -1
  10. package/components/dialog/v3/index.d.ts +20 -20
  11. package/components/dropdown/v4/AppDropdownTrigger.vue.d.ts +6 -6
  12. package/components/dropdown/v4/AppDropdownTrigger.vue.js +2 -2
  13. package/components/dropdown/v4/AppDropdownTrigger.vue2.js +41 -40
  14. package/components/dropdown/v4/DefaultDropdownTrigger.vue.d.ts +3 -3
  15. package/components/dropdown/v4/DropdownV4.vue.d.ts +6 -6
  16. package/components/dropdown/v4/OptionV4.vue.d.ts +6 -6
  17. package/components/dropdown/v4/OptionV4.vue.js +2 -2
  18. package/components/dropdown/v4/OptionV4.vue2.js +42 -39
  19. package/components/dropdown/v4/dropdownStoryArgs.d.ts +1 -1
  20. package/components/dropdown/v4/index.d.ts +52 -52
  21. package/components/emptyState/v3/EmptyState.vue.d.ts +2 -2
  22. package/components/emptyState/v3/index.d.ts +47 -47
  23. package/components/emptyState/v4/EmptyStateV4.vue.d.ts +3 -3
  24. package/components/emptyState/v4/index.d.ts +7 -7
  25. package/components/icon/v4/Icon.types.d.ts +1 -1
  26. package/components/icon/v4/IconV4.vue.d.ts +16 -6
  27. package/components/icon/v4/IconV4.vue.js +3 -3
  28. package/components/icon/v4/IconV4.vue2.js +36 -33
  29. package/components/icon/v4/index.d.ts +53 -15
  30. package/components/snackbar/v4/SnackbarV4.vue.d.ts +20 -20
  31. package/components/toggle/v4/ToggleV4.vue.d.ts +1 -1
  32. package/components/toggle/v4/index.d.ts +20 -20
  33. package/design-foundation.stories/icons/iconsData.d.ts +5 -1
  34. package/index.d.ts +407 -331
  35. package/package.json +1 -1
  36. package/utils/text.d.ts +1 -0
  37. package/utils/text.js +9 -0
  38. package/AppDropdownTrigger.vue_vue_type_style_index_0_scoped_c700276e_lang.css +0 -1
  39. package/IconV4.vue_vue_type_style_index_0_scoped_a78f8a3e_lang.css +0 -1
  40. package/OptionV4.vue_vue_type_style_index_0_scoped_1df23c31_lang.css +0 -1
@@ -29,7 +29,7 @@ declare const DropdownTypes: () => (({
29
29
  optionNameKey: string;
30
30
  optionIconKey: string;
31
31
  optionImageKey: string;
32
- optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
32
+ optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
33
33
  selectedOption: any;
34
34
  showFeedbackIcon: boolean;
35
35
  brandIconType: "android" | "ios";
@@ -114,7 +114,7 @@ declare const DropdownTypes: () => (({
114
114
  default: any;
115
115
  };
116
116
  optionIconType: {
117
- type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
117
+ type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
118
118
  default: any;
119
119
  };
120
120
  selectedOption: {
@@ -229,7 +229,7 @@ declare const DropdownTypes: () => (({
229
229
  default: any;
230
230
  };
231
231
  optionIconType: {
232
- type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
232
+ type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
233
233
  default: any;
234
234
  };
235
235
  selectedOption: {
@@ -271,7 +271,7 @@ declare const DropdownTypes: () => (({
271
271
  optionNameKey: string;
272
272
  optionIconKey: string;
273
273
  optionImageKey: string;
274
- optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
274
+ optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
275
275
  selectedOption: any;
276
276
  showFeedbackIcon: boolean;
277
277
  brandIconType: "android" | "ios";
@@ -376,7 +376,7 @@ declare const DropdownTypes: () => (({
376
376
  default: any;
377
377
  };
378
378
  optionIconType: {
379
- type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
379
+ type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
380
380
  default: any;
381
381
  };
382
382
  selectedOption: {
@@ -481,7 +481,7 @@ declare const DropdownTypes: () => (({
481
481
  default: any;
482
482
  };
483
483
  optionIconType: {
484
- type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
484
+ type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
485
485
  default: any;
486
486
  };
487
487
  selectedOption: {
@@ -523,7 +523,7 @@ declare const DropdownTypes: () => (({
523
523
  optionNameKey: string;
524
524
  optionIconKey: string;
525
525
  optionImageKey: string;
526
- optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
526
+ optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
527
527
  selectedOption: any;
528
528
  showFeedbackIcon: boolean;
529
529
  brandIconType: "android" | "ios";
@@ -552,9 +552,9 @@ declare const DropdownTypes: () => (({
552
552
  optionNameKey: string;
553
553
  optionIconKey: string;
554
554
  optionImageKey: string;
555
- optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
555
+ optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
556
556
  optionEndIconKey: string;
557
- optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
557
+ optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
558
558
  valueToCopy: string;
559
559
  selectedOption: any;
560
560
  brandIconType: "android" | "ios";
@@ -622,7 +622,7 @@ declare const DropdownTypes: () => (({
622
622
  default: any;
623
623
  };
624
624
  optionIconType: {
625
- type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
625
+ type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
626
626
  default: any;
627
627
  };
628
628
  optionEndIconKey: {
@@ -630,7 +630,7 @@ declare const DropdownTypes: () => (({
630
630
  default: any;
631
631
  };
632
632
  optionEndIconType: {
633
- type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
633
+ type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
634
634
  default: any;
635
635
  };
636
636
  valueToCopy: {
@@ -726,7 +726,7 @@ declare const DropdownTypes: () => (({
726
726
  default: any;
727
727
  };
728
728
  optionIconType: {
729
- type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
729
+ type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
730
730
  default: any;
731
731
  };
732
732
  optionEndIconKey: {
@@ -734,7 +734,7 @@ declare const DropdownTypes: () => (({
734
734
  default: any;
735
735
  };
736
736
  optionEndIconType: {
737
- type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
737
+ type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
738
738
  default: any;
739
739
  };
740
740
  valueToCopy: {
@@ -770,9 +770,9 @@ declare const DropdownTypes: () => (({
770
770
  optionNameKey: string;
771
771
  optionIconKey: string;
772
772
  optionImageKey: string;
773
- optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
773
+ optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
774
774
  optionEndIconKey: string;
775
- optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
775
+ optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
776
776
  valueToCopy: string;
777
777
  selectedOption: any;
778
778
  brandIconType: "android" | "ios";
@@ -860,7 +860,7 @@ declare const DropdownTypes: () => (({
860
860
  default: any;
861
861
  };
862
862
  optionIconType: {
863
- type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
863
+ type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
864
864
  default: any;
865
865
  };
866
866
  optionEndIconKey: {
@@ -868,7 +868,7 @@ declare const DropdownTypes: () => (({
868
868
  default: any;
869
869
  };
870
870
  optionEndIconType: {
871
- type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
871
+ type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
872
872
  default: any;
873
873
  };
874
874
  valueToCopy: {
@@ -954,7 +954,7 @@ declare const DropdownTypes: () => (({
954
954
  default: any;
955
955
  };
956
956
  optionIconType: {
957
- type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
957
+ type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
958
958
  default: any;
959
959
  };
960
960
  optionEndIconKey: {
@@ -962,7 +962,7 @@ declare const DropdownTypes: () => (({
962
962
  default: any;
963
963
  };
964
964
  optionEndIconType: {
965
- type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
965
+ type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
966
966
  default: any;
967
967
  };
968
968
  valueToCopy: {
@@ -998,9 +998,9 @@ declare const DropdownTypes: () => (({
998
998
  optionNameKey: string;
999
999
  optionIconKey: string;
1000
1000
  optionImageKey: string;
1001
- optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
1001
+ optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
1002
1002
  optionEndIconKey: string;
1003
- optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
1003
+ optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
1004
1004
  valueToCopy: string;
1005
1005
  selectedOption: any;
1006
1006
  brandIconType: "android" | "ios";
@@ -1018,14 +1018,14 @@ declare const DropdownTypes: () => (({
1018
1018
  option: any;
1019
1019
  disabled: boolean;
1020
1020
  active: boolean;
1021
- endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
1021
+ endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
1022
1022
  isIndeterminate: boolean;
1023
1023
  subtitle: string;
1024
1024
  selectAllOption: boolean;
1025
1025
  nameKey: string;
1026
1026
  imageKey: string;
1027
1027
  iconKey: string;
1028
- iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
1028
+ iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
1029
1029
  endIconKey: string;
1030
1030
  toolTipPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
1031
1031
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
@@ -1042,7 +1042,7 @@ declare const DropdownTypes: () => (({
1042
1042
  default: any;
1043
1043
  };
1044
1044
  endIconType: {
1045
- type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
1045
+ type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
1046
1046
  default: string;
1047
1047
  };
1048
1048
  isIndeterminate: {
@@ -1070,7 +1070,7 @@ declare const DropdownTypes: () => (({
1070
1070
  default: any;
1071
1071
  };
1072
1072
  iconType: {
1073
- type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
1073
+ type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
1074
1074
  default: string;
1075
1075
  };
1076
1076
  endIconKey: {
@@ -1112,7 +1112,7 @@ declare const DropdownTypes: () => (({
1112
1112
  default: any;
1113
1113
  };
1114
1114
  endIconType: {
1115
- type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
1115
+ type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
1116
1116
  default: string;
1117
1117
  };
1118
1118
  isIndeterminate: {
@@ -1140,7 +1140,7 @@ declare const DropdownTypes: () => (({
1140
1140
  default: any;
1141
1141
  };
1142
1142
  iconType: {
1143
- type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
1143
+ type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
1144
1144
  default: string;
1145
1145
  };
1146
1146
  endIconKey: {
@@ -1158,14 +1158,14 @@ declare const DropdownTypes: () => (({
1158
1158
  option: any;
1159
1159
  disabled: boolean;
1160
1160
  active: boolean;
1161
- endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
1161
+ endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
1162
1162
  isIndeterminate: boolean;
1163
1163
  subtitle: string;
1164
1164
  selectAllOption: boolean;
1165
1165
  nameKey: string;
1166
1166
  imageKey: string;
1167
1167
  iconKey: string;
1168
- iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
1168
+ iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
1169
1169
  endIconKey: string;
1170
1170
  toolTipPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
1171
1171
  }, {}, string> & {
@@ -1202,7 +1202,7 @@ declare const DropdownTypes: () => (({
1202
1202
  default: any;
1203
1203
  };
1204
1204
  endIconType: {
1205
- type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
1205
+ type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
1206
1206
  default: string;
1207
1207
  };
1208
1208
  isIndeterminate: {
@@ -1230,7 +1230,7 @@ declare const DropdownTypes: () => (({
1230
1230
  default: any;
1231
1231
  };
1232
1232
  iconType: {
1233
- type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
1233
+ type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
1234
1234
  default: string;
1235
1235
  };
1236
1236
  endIconKey: {
@@ -1262,7 +1262,7 @@ declare const DropdownTypes: () => (({
1262
1262
  default: any;
1263
1263
  };
1264
1264
  endIconType: {
1265
- type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
1265
+ type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
1266
1266
  default: string;
1267
1267
  };
1268
1268
  isIndeterminate: {
@@ -1290,7 +1290,7 @@ declare const DropdownTypes: () => (({
1290
1290
  default: any;
1291
1291
  };
1292
1292
  iconType: {
1293
- type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
1293
+ type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
1294
1294
  default: string;
1295
1295
  };
1296
1296
  endIconKey: {
@@ -1308,14 +1308,14 @@ declare const DropdownTypes: () => (({
1308
1308
  option: any;
1309
1309
  disabled: boolean;
1310
1310
  active: boolean;
1311
- endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
1311
+ endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
1312
1312
  isIndeterminate: boolean;
1313
1313
  subtitle: string;
1314
1314
  selectAllOption: boolean;
1315
1315
  nameKey: string;
1316
1316
  imageKey: string;
1317
1317
  iconKey: string;
1318
- iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
1318
+ iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
1319
1319
  endIconKey: string;
1320
1320
  toolTipPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
1321
1321
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
@@ -1477,9 +1477,9 @@ declare const DropdownTypes: () => (({
1477
1477
  optionNameKey: string;
1478
1478
  optionIconKey: string;
1479
1479
  optionImageKey: string;
1480
- optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
1480
+ optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
1481
1481
  optionEndIconKey: string;
1482
- optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
1482
+ optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
1483
1483
  valueToCopy: string;
1484
1484
  disabledOptionKey: string;
1485
1485
  fullWidth: boolean;
@@ -1645,7 +1645,7 @@ declare const DropdownTypes: () => (({
1645
1645
  default: string;
1646
1646
  };
1647
1647
  optionIconType: {
1648
- type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
1648
+ type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
1649
1649
  default: any;
1650
1650
  };
1651
1651
  optionEndIconKey: {
@@ -1653,7 +1653,7 @@ declare const DropdownTypes: () => (({
1653
1653
  default: string;
1654
1654
  };
1655
1655
  optionEndIconType: {
1656
- type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
1656
+ type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
1657
1657
  default: any;
1658
1658
  };
1659
1659
  valueToCopy: {
@@ -1859,7 +1859,7 @@ declare const DropdownTypes: () => (({
1859
1859
  default: string;
1860
1860
  };
1861
1861
  optionIconType: {
1862
- type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
1862
+ type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
1863
1863
  default: any;
1864
1864
  };
1865
1865
  optionEndIconKey: {
@@ -1867,7 +1867,7 @@ declare const DropdownTypes: () => (({
1867
1867
  default: string;
1868
1868
  };
1869
1869
  optionEndIconType: {
1870
- type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
1870
+ type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
1871
1871
  default: any;
1872
1872
  };
1873
1873
  valueToCopy: {
@@ -1948,9 +1948,9 @@ declare const DropdownTypes: () => (({
1948
1948
  optionNameKey: string;
1949
1949
  optionIconKey: string;
1950
1950
  optionImageKey: string;
1951
- optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
1951
+ optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
1952
1952
  optionEndIconKey: string;
1953
- optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
1953
+ optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
1954
1954
  valueToCopy: string;
1955
1955
  disabledOptionKey: string;
1956
1956
  fullWidth: boolean;
@@ -2136,7 +2136,7 @@ declare const DropdownTypes: () => (({
2136
2136
  default: string;
2137
2137
  };
2138
2138
  optionIconType: {
2139
- type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
2139
+ type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
2140
2140
  default: any;
2141
2141
  };
2142
2142
  optionEndIconKey: {
@@ -2144,7 +2144,7 @@ declare const DropdownTypes: () => (({
2144
2144
  default: string;
2145
2145
  };
2146
2146
  optionEndIconType: {
2147
- type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
2147
+ type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
2148
2148
  default: any;
2149
2149
  };
2150
2150
  valueToCopy: {
@@ -2343,7 +2343,7 @@ declare const DropdownTypes: () => (({
2343
2343
  default: string;
2344
2344
  };
2345
2345
  optionIconType: {
2346
- type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
2346
+ type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
2347
2347
  default: any;
2348
2348
  };
2349
2349
  optionEndIconKey: {
@@ -2351,7 +2351,7 @@ declare const DropdownTypes: () => (({
2351
2351
  default: string;
2352
2352
  };
2353
2353
  optionEndIconType: {
2354
- type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
2354
+ type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
2355
2355
  default: any;
2356
2356
  };
2357
2357
  valueToCopy: {
@@ -2432,9 +2432,9 @@ declare const DropdownTypes: () => (({
2432
2432
  optionNameKey: string;
2433
2433
  optionIconKey: string;
2434
2434
  optionImageKey: string;
2435
- optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
2435
+ optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
2436
2436
  optionEndIconKey: string;
2437
- optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
2437
+ optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
2438
2438
  valueToCopy: string;
2439
2439
  disabledOptionKey: string;
2440
2440
  fullWidth: boolean;
@@ -2487,7 +2487,7 @@ declare const DropdownTypes: () => (({
2487
2487
  default: any;
2488
2488
  };
2489
2489
  startIconType: {
2490
- type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
2490
+ type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
2491
2491
  default: string;
2492
2492
  };
2493
2493
  hideEndIcon: {
@@ -2522,7 +2522,7 @@ declare const DropdownTypes: () => (({
2522
2522
  default: any;
2523
2523
  };
2524
2524
  startIconType: {
2525
- type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
2525
+ type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
2526
2526
  default: string;
2527
2527
  };
2528
2528
  hideEndIcon: {
@@ -2537,7 +2537,7 @@ declare const DropdownTypes: () => (({
2537
2537
  open: boolean;
2538
2538
  testId: string;
2539
2539
  startIconName: string;
2540
- startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
2540
+ startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
2541
2541
  hideEndIcon: boolean;
2542
2542
  }>)[];
2543
2543
  export { Dropdown, DefaultDropdownTrigger, IconButtonDropdownTrigger, ChipDropdownTrigger, ButtonDropdownTrigger, ButtonFilterDropdownTrigger, AppDropdownTrigger, DropdownTypes, Option, };
@@ -53,6 +53,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
53
53
  }, {
54
54
  title: string;
55
55
  size: "sm" | "lg";
56
+ iconWidth: number;
57
+ iconHeight: number;
56
58
  fontSize: string;
57
59
  iconName: "filter" | "a" | "b" | "link" | "style" | "image" | "switch" | "search" | "ab-test" | "help" | "block" | "add" | "rotate" | "visibility" | "border-color" | "info" | "success" | "warning" | "error" | "close" | "check-circle" | "warning-octagon" | "cancel" | "pause" | "android" | "ios" | "FiltersSearch" | "a-2" | "ab-test-2" | "a-circle" | "account-balance-wallet" | "account-circle" | "account-circle-outline" | "analytics" | "angle-down" | "angle-left" | "angle-right" | "angle-up" | "app-store" | "area-chart" | "arrow-back" | "arrow-downward" | "arrow-forward" | "arrow-left" | "arrow-right" | "arrow-sort-down" | "arrow-sort-up" | "arrow-upward" | "auto-awesome" | "auto-mode" | "hammer" | "autorenew" | "b-2" | "b-circle" | "banner" | "bidding" | "bidding-2" | "bug" | "bullhorn" | "bullseye-arrow" | "cached" | "calendar" | "calendar-today" | "chart-bar" | "chart-line" | "chart-mixed" | "check" | "check-bold" | "close-bold" | "computer-mouse" | "copy-to-clipboard" | "widgets-flat-squares" | "adjust" | "copy-to-clipboard-filled" | "cube" | "cube-background" | "marketing" | "create" | "creative" | "cross" | "crown-fill" | "cup" | "cup-a" | "cup-b" | "delete" | "diamond" | "dots" | "download" | "download-2" | "download-done" | "drag-indicator" | "duplicate" | "ecpi" | "email" | "email-envelope" | "eye" | "favorite-border" | "filter-list" | "frame" | "fullscreen" | "fullscreen-exit" | "functions" | "gamepad-alt" | "games" | "gavel" | "gift" | "git-hub" | "globe-stand" | "google-play" | "group" | "hand-pointer" | "hands" | "heartbeat" | "help-outline" | "history" | "image-not-supported" | "image-slash" | "import-export" | "import-export-2" | "importent" | "info-outline" | "insights" | "interstitial" | "ios-14" | "js" | "landscape" | "launch" | "levelplay" | "limit-circle" | "limit-octagon" | "loading-clean" | "lock" | "lock-open" | "login" | "logout" | "military-tech" | "mix" | "mix-2" | "mobile-landscape" | "mobile-portrait" | "money-check" | "more-horiz" | "more-vert" | "mouse" | "mouse-pointer" | "moving-up" | "notifications-none" | "offerwall" | "palyable" | "paper-plane-off" | "paper-plane" | "pause-circle-filled" | "pause-circle-outline" | "phone-iphone" | "photo" | "photo-2" | "play-arrow" | "play-circle-filled-white" | "play-circle-outline" | "qrcode" | "quick-ab" | "quick-ab-2" | "react" | "redo" | "refresh" | "remove" | "replay" | "rewarded-video" | "rocket-launch" | "route" | "sack-dollar" | "schedule" | "search-bold" | "share" | "slack" | "sports-esports" | "star" | "star-fill" | "status-banner" | "status-interstitial" | "status-offerwall" | "status-rewarded-video" | "stop-circle-filled" | "stop-circle-outline" | "success-full" | "table-edit" | "tablet-landscape" | "tablet-mac" | "tablet-portrait" | "texture" | "theme-dark" | "theme-light" | "timelapse" | "timeline" | "trending-down" | "trending-flat" | "trending-up" | "tune" | "two-tone-banner" | "two-tone-interstitial" | "two-tone-offerwall" | "two-tone-rewarded-video" | "undo" | "unfold-less" | "unfold-more" | "vertical-align-top" | "vertical-align-top-2" | "vibration" | "video-round" | "view-carousel" | "visibility-off" | "visibility-off-strok" | "visibility-strok" | "volume-off" | "volume-up" | "warning-2" | "web-app" | "widgets" | "widgets-fill" | "widgetsz" | "wifi-protected-setup" | "native-ad" | "status-native-ad" | "two-tone-native-ad" | "question" | "info-v4" | "check-v4" | "warning-circle" | "eye-v4" | "eye-slash" | "warning-v4";
58
60
  subtitle: string;
@@ -60,8 +62,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
60
62
  isHorizontal: boolean;
61
63
  hasIcon: boolean;
62
64
  isBordered: boolean;
63
- iconWidth: number;
64
- iconHeight: number;
65
65
  }>, {
66
66
  icon?(_: {}): any;
67
67
  title?(_: {}): any;