@bethinkpl/design-system 38.0.1 → 39.0.1

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 (57) hide show
  1. package/dist/design-system.css +1 -1
  2. package/dist/design-system.js +35 -31
  3. package/dist/design-system.js.map +1 -1
  4. package/dist/lib/js/components/BadgeScore/BadgeScore.vue.d.ts +3 -3
  5. package/dist/lib/js/components/Buttons/IconButton/IconButton.vue.d.ts +6 -6
  6. package/dist/lib/js/components/Cards/CardExpandable/CardExpandable.vue.d.ts +3 -3
  7. package/dist/lib/js/components/DatePickers/DateBox/DateBox.vue.d.ts +3 -3
  8. package/dist/lib/js/components/DatePickers/DatePicker/DatePicker.vue.d.ts +3 -3
  9. package/dist/lib/js/components/DatePickers/DateRangePicker/DateRangePicker.vue.d.ts +3 -3
  10. package/dist/lib/js/components/Drawer/DrawerHeader/DrawerHeader.vue.d.ts +9 -9
  11. package/dist/lib/js/components/Drawer/DrawerListItem/DrawerListItem.vue.d.ts +3 -3
  12. package/dist/lib/js/components/Drawer/DrawerSection/DrawerSection.vue.d.ts +9 -9
  13. package/dist/lib/js/components/Form/RadioButton/RadioButton.vue.d.ts +3 -3
  14. package/dist/lib/js/components/Form/SelectionControl/SelectionControl.vue.d.ts +3 -3
  15. package/dist/lib/js/components/Headers/OverlayHeader/OverlayHeader.vue.d.ts +6 -6
  16. package/dist/lib/js/components/Headers/SectionHeader/SectionHeader.vue.d.ts +9 -9
  17. package/dist/lib/js/components/IconText/IconText.vue.d.ts +3 -3
  18. package/dist/lib/js/components/Icons/Icon/Icon.vue.d.ts +3 -3
  19. package/dist/lib/js/components/Modal/Modal.vue.d.ts +3 -3
  20. package/dist/lib/js/components/Modals/Modal/Modal.vue.d.ts +6 -6
  21. package/dist/lib/js/components/Modals/ModalDialog/ModalDialog.vue.d.ts +6 -6
  22. package/dist/lib/js/components/Pagination/Pagination.vue.d.ts +6 -6
  23. package/dist/lib/js/components/ProgressBar/ProgressBar.vue.d.ts +3 -3
  24. package/dist/lib/js/components/ProgressDonutChart/ProgressDonutChart.vue.d.ts +3 -3
  25. package/dist/lib/js/components/RichList/BasicRichListItem/BasicRichListItem.vue.d.ts +3 -3
  26. package/dist/lib/js/components/RichList/RichListItem/RichListItem.vue.d.ts +3 -3
  27. package/dist/lib/js/components/Statuses/AccessStatus/AccessStatus.vue.d.ts +3 -3
  28. package/dist/lib/js/components/Statuses/BlockadeStatus/BlockadeStatus.vue.d.ts +3 -3
  29. package/dist/lib/js/components/SurveyQuestions/SurveyQuestionOpenEnded/SurveyQuestionOpenEnded.vue.d.ts +9 -9
  30. package/dist/lib/js/components/SurveyQuestions/SurveyQuestionScale/SurveyQuestionScale.vue.d.ts +12 -12
  31. package/dist/lib/js/components/SurveyToggle/SurveyToggle.vue.d.ts +3 -3
  32. package/dist/lib/js/components/Switch/Switch.vue.d.ts +3 -3
  33. package/dist/lib/js/components/TabItem/TabItem.vue.d.ts +3 -3
  34. package/dist/lib/js/components/Toggles/CounterToggle/CounterToggle.vue.d.ts +3 -3
  35. package/dist/lib/js/components/Toggles/ToggleButton/ToggleButton.vue.d.ts +3 -3
  36. package/lib/js/components/Banner/Banner.vue +0 -2
  37. package/lib/js/components/Buttons/HelpButton/HelpButton.stories.ts +1 -2
  38. package/lib/js/components/Buttons/HelpButton/HelpButton.vue +0 -1
  39. package/lib/js/components/Buttons/IconButton/IconButton.stories.ts +3 -3
  40. package/lib/js/components/Buttons/IconButton/IconButton.vue +15 -5
  41. package/lib/js/components/Chip/Chip.vue +5 -1
  42. package/lib/js/components/Drawer/DrawerHeader/DrawerHeader.vue +0 -2
  43. package/lib/js/components/Form/PasswordField/PasswordField.vue +0 -1
  44. package/lib/js/components/Headers/OverlayHeader/OverlayHeader.vue +2 -0
  45. package/lib/js/components/Headers/SectionHeader/SectionHeader.vue +0 -1
  46. package/lib/js/components/Icons/Icon/Icon.stories.ts +3 -3
  47. package/lib/js/components/Icons/Icon/Icon.vue +7 -2
  48. package/lib/js/components/Menu/MenuItem/MenuItem.vue +0 -1
  49. package/lib/js/components/Modal/Modal.vue +1 -1
  50. package/lib/js/components/Modals/Modal/Modal.vue +1 -1
  51. package/lib/js/components/Pagination/Pagination.vue +2 -0
  52. package/lib/js/components/SurveyQuestions/SurveyQuestionOpenEnded/SurveyQuestionOpenEnded.vue +0 -1
  53. package/lib/js/components/SurveyQuestions/SurveyQuestionScale/SurveyQuestionScale.vue +0 -1
  54. package/lib/styles/components/_icons.scss +2 -2
  55. package/lib/styles/mixins/_touchable.scss +19 -0
  56. package/lib/styles/settings/_icons.scss +1 -1
  57. package/package.json +1 -1
@@ -111,7 +111,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
111
111
  type: BooleanConstructor;
112
112
  default: boolean;
113
113
  };
114
- touchable: {
114
+ touchableDeprecated: {
115
115
  type: BooleanConstructor;
116
116
  default: boolean;
117
117
  };
@@ -145,7 +145,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
145
145
  type: BooleanConstructor;
146
146
  default: boolean;
147
147
  };
148
- touchable: {
148
+ touchableDeprecated: {
149
149
  type: BooleanConstructor;
150
150
  default: boolean;
151
151
  };
@@ -158,7 +158,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
158
158
  size: string;
159
159
  flippedVertical: boolean;
160
160
  flippedHorizontal: boolean;
161
- touchable: boolean;
161
+ touchableDeprecated: boolean;
162
162
  spinning: boolean;
163
163
  }, {}, {
164
164
  FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
@@ -38,7 +38,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
38
38
  default: "none";
39
39
  validator(value: ButtonElevation): boolean;
40
40
  };
41
- touchable: {
41
+ touchableDeprecated: {
42
42
  type: BooleanConstructor;
43
43
  default: boolean;
44
44
  };
@@ -426,7 +426,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
426
426
  default: "none";
427
427
  validator(value: ButtonElevation): boolean;
428
428
  };
429
- touchable: {
429
+ touchableDeprecated: {
430
430
  type: BooleanConstructor;
431
431
  default: boolean;
432
432
  };
@@ -438,7 +438,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
438
438
  }>> & Readonly<{}>, {
439
439
  size: string;
440
440
  type: string;
441
- touchable: boolean;
441
+ touchableDeprecated: boolean;
442
442
  color: string;
443
443
  elevation: string;
444
444
  radius: string;
@@ -468,7 +468,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
468
468
  type: BooleanConstructor;
469
469
  default: boolean;
470
470
  };
471
- touchable: {
471
+ touchableDeprecated: {
472
472
  type: BooleanConstructor;
473
473
  default: boolean;
474
474
  };
@@ -502,7 +502,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
502
502
  type: BooleanConstructor;
503
503
  default: boolean;
504
504
  };
505
- touchable: {
505
+ touchableDeprecated: {
506
506
  type: BooleanConstructor;
507
507
  default: boolean;
508
508
  };
@@ -515,7 +515,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
515
515
  size: string;
516
516
  flippedVertical: boolean;
517
517
  flippedHorizontal: boolean;
518
- touchable: boolean;
518
+ touchableDeprecated: boolean;
519
519
  spinning: boolean;
520
520
  }, {}, {
521
521
  FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
@@ -540,7 +540,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
540
540
  type: BooleanConstructor;
541
541
  default: boolean;
542
542
  };
543
- touchable: {
543
+ touchableDeprecated: {
544
544
  type: BooleanConstructor;
545
545
  default: boolean;
546
546
  };
@@ -574,7 +574,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
574
574
  type: BooleanConstructor;
575
575
  default: boolean;
576
576
  };
577
- touchable: {
577
+ touchableDeprecated: {
578
578
  type: BooleanConstructor;
579
579
  default: boolean;
580
580
  };
@@ -587,7 +587,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
587
587
  size: string;
588
588
  flippedVertical: boolean;
589
589
  flippedHorizontal: boolean;
590
- touchable: boolean;
590
+ touchableDeprecated: boolean;
591
591
  spinning: boolean;
592
592
  }, {}, {
593
593
  FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
@@ -429,7 +429,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
429
429
  type: BooleanConstructor;
430
430
  default: boolean;
431
431
  };
432
- touchable: {
432
+ touchableDeprecated: {
433
433
  type: BooleanConstructor;
434
434
  default: boolean;
435
435
  };
@@ -463,7 +463,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
463
463
  type: BooleanConstructor;
464
464
  default: boolean;
465
465
  };
466
- touchable: {
466
+ touchableDeprecated: {
467
467
  type: BooleanConstructor;
468
468
  default: boolean;
469
469
  };
@@ -476,7 +476,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
476
476
  size: string;
477
477
  flippedVertical: boolean;
478
478
  flippedHorizontal: boolean;
479
- touchable: boolean;
479
+ touchableDeprecated: boolean;
480
480
  spinning: boolean;
481
481
  }, {}, {
482
482
  FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
@@ -1196,7 +1196,7 @@ declare const _default: import('vue').DefineComponent<{
1196
1196
  type: BooleanConstructor;
1197
1197
  default: boolean;
1198
1198
  };
1199
- touchable: {
1199
+ touchableDeprecated: {
1200
1200
  type: BooleanConstructor;
1201
1201
  default: boolean;
1202
1202
  };
@@ -1230,7 +1230,7 @@ declare const _default: import('vue').DefineComponent<{
1230
1230
  type: BooleanConstructor;
1231
1231
  default: boolean;
1232
1232
  };
1233
- touchable: {
1233
+ touchableDeprecated: {
1234
1234
  type: BooleanConstructor;
1235
1235
  default: boolean;
1236
1236
  };
@@ -1243,7 +1243,7 @@ declare const _default: import('vue').DefineComponent<{
1243
1243
  size: string;
1244
1244
  flippedVertical: boolean;
1245
1245
  flippedHorizontal: boolean;
1246
- touchable: boolean;
1246
+ touchableDeprecated: boolean;
1247
1247
  spinning: boolean;
1248
1248
  }, {}, {
1249
1249
  FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
@@ -1040,7 +1040,7 @@ declare const _default: import('vue').DefineComponent<{
1040
1040
  type: BooleanConstructor;
1041
1041
  default: boolean;
1042
1042
  };
1043
- touchable: {
1043
+ touchableDeprecated: {
1044
1044
  type: BooleanConstructor;
1045
1045
  default: boolean;
1046
1046
  };
@@ -1074,7 +1074,7 @@ declare const _default: import('vue').DefineComponent<{
1074
1074
  type: BooleanConstructor;
1075
1075
  default: boolean;
1076
1076
  };
1077
- touchable: {
1077
+ touchableDeprecated: {
1078
1078
  type: BooleanConstructor;
1079
1079
  default: boolean;
1080
1080
  };
@@ -1087,7 +1087,7 @@ declare const _default: import('vue').DefineComponent<{
1087
1087
  size: string;
1088
1088
  flippedVertical: boolean;
1089
1089
  flippedHorizontal: boolean;
1090
- touchable: boolean;
1090
+ touchableDeprecated: boolean;
1091
1091
  spinning: boolean;
1092
1092
  }, {}, {
1093
1093
  FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
@@ -597,7 +597,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
597
597
  type: BooleanConstructor;
598
598
  default: boolean;
599
599
  };
600
- touchable: {
600
+ touchableDeprecated: {
601
601
  type: BooleanConstructor;
602
602
  default: boolean;
603
603
  };
@@ -631,7 +631,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
631
631
  type: BooleanConstructor;
632
632
  default: boolean;
633
633
  };
634
- touchable: {
634
+ touchableDeprecated: {
635
635
  type: BooleanConstructor;
636
636
  default: boolean;
637
637
  };
@@ -644,7 +644,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
644
644
  size: string;
645
645
  flippedVertical: boolean;
646
646
  flippedHorizontal: boolean;
647
- touchable: boolean;
647
+ touchableDeprecated: boolean;
648
648
  spinning: boolean;
649
649
  }, {}, {
650
650
  FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
@@ -685,7 +685,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
685
685
  default: "none";
686
686
  validator(value: import('../../Buttons/Button').ButtonElevation): boolean;
687
687
  };
688
- touchable: {
688
+ touchableDeprecated: {
689
689
  type: BooleanConstructor;
690
690
  default: boolean;
691
691
  };
@@ -1073,7 +1073,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1073
1073
  default: "none";
1074
1074
  validator(value: import('../../Buttons/Button').ButtonElevation): boolean;
1075
1075
  };
1076
- touchable: {
1076
+ touchableDeprecated: {
1077
1077
  type: BooleanConstructor;
1078
1078
  default: boolean;
1079
1079
  };
@@ -1085,7 +1085,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1085
1085
  }>> & Readonly<{}>, {
1086
1086
  size: string;
1087
1087
  type: string;
1088
- touchable: boolean;
1088
+ touchableDeprecated: boolean;
1089
1089
  color: string;
1090
1090
  elevation: string;
1091
1091
  radius: string;
@@ -1115,7 +1115,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1115
1115
  type: BooleanConstructor;
1116
1116
  default: boolean;
1117
1117
  };
1118
- touchable: {
1118
+ touchableDeprecated: {
1119
1119
  type: BooleanConstructor;
1120
1120
  default: boolean;
1121
1121
  };
@@ -1149,7 +1149,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1149
1149
  type: BooleanConstructor;
1150
1150
  default: boolean;
1151
1151
  };
1152
- touchable: {
1152
+ touchableDeprecated: {
1153
1153
  type: BooleanConstructor;
1154
1154
  default: boolean;
1155
1155
  };
@@ -1162,7 +1162,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1162
1162
  size: string;
1163
1163
  flippedVertical: boolean;
1164
1164
  flippedHorizontal: boolean;
1165
- touchable: boolean;
1165
+ touchableDeprecated: boolean;
1166
1166
  spinning: boolean;
1167
1167
  }, {}, {
1168
1168
  FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
@@ -346,7 +346,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
346
346
  type: BooleanConstructor;
347
347
  default: boolean;
348
348
  };
349
- touchable: {
349
+ touchableDeprecated: {
350
350
  type: BooleanConstructor;
351
351
  default: boolean;
352
352
  };
@@ -380,7 +380,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
380
380
  type: BooleanConstructor;
381
381
  default: boolean;
382
382
  };
383
- touchable: {
383
+ touchableDeprecated: {
384
384
  type: BooleanConstructor;
385
385
  default: boolean;
386
386
  };
@@ -393,7 +393,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
393
393
  size: string;
394
394
  flippedVertical: boolean;
395
395
  flippedHorizontal: boolean;
396
- touchable: boolean;
396
+ touchableDeprecated: boolean;
397
397
  spinning: boolean;
398
398
  }, {}, {
399
399
  FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
@@ -935,7 +935,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
935
935
  type: BooleanConstructor;
936
936
  default: boolean;
937
937
  };
938
- touchable: {
938
+ touchableDeprecated: {
939
939
  type: BooleanConstructor;
940
940
  default: boolean;
941
941
  };
@@ -969,7 +969,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
969
969
  type: BooleanConstructor;
970
970
  default: boolean;
971
971
  };
972
- touchable: {
972
+ touchableDeprecated: {
973
973
  type: BooleanConstructor;
974
974
  default: boolean;
975
975
  };
@@ -982,7 +982,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
982
982
  size: string;
983
983
  flippedVertical: boolean;
984
984
  flippedHorizontal: boolean;
985
- touchable: boolean;
985
+ touchableDeprecated: boolean;
986
986
  spinning: boolean;
987
987
  }, {}, {
988
988
  FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
@@ -1023,7 +1023,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1023
1023
  default: "none";
1024
1024
  validator(value: import('../../..').ButtonElevation): boolean;
1025
1025
  };
1026
- touchable: {
1026
+ touchableDeprecated: {
1027
1027
  type: BooleanConstructor;
1028
1028
  default: boolean;
1029
1029
  };
@@ -1411,7 +1411,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1411
1411
  default: "none";
1412
1412
  validator(value: import('../../..').ButtonElevation): boolean;
1413
1413
  };
1414
- touchable: {
1414
+ touchableDeprecated: {
1415
1415
  type: BooleanConstructor;
1416
1416
  default: boolean;
1417
1417
  };
@@ -1423,7 +1423,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1423
1423
  }>> & Readonly<{}>, {
1424
1424
  size: string;
1425
1425
  type: string;
1426
- touchable: boolean;
1426
+ touchableDeprecated: boolean;
1427
1427
  color: string;
1428
1428
  elevation: string;
1429
1429
  radius: string;
@@ -1453,7 +1453,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1453
1453
  type: BooleanConstructor;
1454
1454
  default: boolean;
1455
1455
  };
1456
- touchable: {
1456
+ touchableDeprecated: {
1457
1457
  type: BooleanConstructor;
1458
1458
  default: boolean;
1459
1459
  };
@@ -1487,7 +1487,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1487
1487
  type: BooleanConstructor;
1488
1488
  default: boolean;
1489
1489
  };
1490
- touchable: {
1490
+ touchableDeprecated: {
1491
1491
  type: BooleanConstructor;
1492
1492
  default: boolean;
1493
1493
  };
@@ -1500,7 +1500,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1500
1500
  size: string;
1501
1501
  flippedVertical: boolean;
1502
1502
  flippedHorizontal: boolean;
1503
- touchable: boolean;
1503
+ touchableDeprecated: boolean;
1504
1504
  spinning: boolean;
1505
1505
  }, {}, {
1506
1506
  FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
@@ -449,7 +449,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
449
449
  type: BooleanConstructor;
450
450
  default: boolean;
451
451
  };
452
- touchable: {
452
+ touchableDeprecated: {
453
453
  type: BooleanConstructor;
454
454
  default: boolean;
455
455
  };
@@ -483,7 +483,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
483
483
  type: BooleanConstructor;
484
484
  default: boolean;
485
485
  };
486
- touchable: {
486
+ touchableDeprecated: {
487
487
  type: BooleanConstructor;
488
488
  default: boolean;
489
489
  };
@@ -496,7 +496,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
496
496
  size: string;
497
497
  flippedVertical: boolean;
498
498
  flippedHorizontal: boolean;
499
- touchable: boolean;
499
+ touchableDeprecated: boolean;
500
500
  spinning: boolean;
501
501
  }, {}, {
502
502
  FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
@@ -120,7 +120,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
120
120
  type: BooleanConstructor;
121
121
  default: boolean;
122
122
  };
123
- touchable: {
123
+ touchableDeprecated: {
124
124
  type: BooleanConstructor;
125
125
  default: boolean;
126
126
  };
@@ -154,7 +154,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
154
154
  type: BooleanConstructor;
155
155
  default: boolean;
156
156
  };
157
- touchable: {
157
+ touchableDeprecated: {
158
158
  type: BooleanConstructor;
159
159
  default: boolean;
160
160
  };
@@ -167,7 +167,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
167
167
  size: string;
168
168
  flippedVertical: boolean;
169
169
  flippedHorizontal: boolean;
170
- touchable: boolean;
170
+ touchableDeprecated: boolean;
171
171
  spinning: boolean;
172
172
  }, {}, {
173
173
  FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
@@ -462,7 +462,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
462
462
  default: "none";
463
463
  validator(value: import('../../..').ButtonElevation): boolean;
464
464
  };
465
- touchable: {
465
+ touchableDeprecated: {
466
466
  type: BooleanConstructor;
467
467
  default: boolean;
468
468
  };
@@ -850,7 +850,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
850
850
  default: "none";
851
851
  validator(value: import('../../..').ButtonElevation): boolean;
852
852
  };
853
- touchable: {
853
+ touchableDeprecated: {
854
854
  type: BooleanConstructor;
855
855
  default: boolean;
856
856
  };
@@ -862,7 +862,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
862
862
  }>> & Readonly<{}>, {
863
863
  size: string;
864
864
  type: string;
865
- touchable: boolean;
865
+ touchableDeprecated: boolean;
866
866
  color: string;
867
867
  elevation: string;
868
868
  radius: string;
@@ -892,7 +892,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
892
892
  type: BooleanConstructor;
893
893
  default: boolean;
894
894
  };
895
- touchable: {
895
+ touchableDeprecated: {
896
896
  type: BooleanConstructor;
897
897
  default: boolean;
898
898
  };
@@ -926,7 +926,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
926
926
  type: BooleanConstructor;
927
927
  default: boolean;
928
928
  };
929
- touchable: {
929
+ touchableDeprecated: {
930
930
  type: BooleanConstructor;
931
931
  default: boolean;
932
932
  };
@@ -939,7 +939,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
939
939
  size: string;
940
940
  flippedVertical: boolean;
941
941
  flippedHorizontal: boolean;
942
- touchable: boolean;
942
+ touchableDeprecated: boolean;
943
943
  spinning: boolean;
944
944
  }, {}, {
945
945
  FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
@@ -496,7 +496,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
496
496
  type: BooleanConstructor;
497
497
  default: boolean;
498
498
  };
499
- touchable: {
499
+ touchableDeprecated: {
500
500
  type: BooleanConstructor;
501
501
  default: boolean;
502
502
  };
@@ -530,7 +530,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
530
530
  type: BooleanConstructor;
531
531
  default: boolean;
532
532
  };
533
- touchable: {
533
+ touchableDeprecated: {
534
534
  type: BooleanConstructor;
535
535
  default: boolean;
536
536
  };
@@ -543,7 +543,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
543
543
  size: string;
544
544
  flippedVertical: boolean;
545
545
  flippedHorizontal: boolean;
546
- touchable: boolean;
546
+ touchableDeprecated: boolean;
547
547
  spinning: boolean;
548
548
  }, {}, {
549
549
  FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
@@ -584,7 +584,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
584
584
  default: "none";
585
585
  validator(value: import('../../..').ButtonElevation): boolean;
586
586
  };
587
- touchable: {
587
+ touchableDeprecated: {
588
588
  type: BooleanConstructor;
589
589
  default: boolean;
590
590
  };
@@ -972,7 +972,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
972
972
  default: "none";
973
973
  validator(value: import('../../..').ButtonElevation): boolean;
974
974
  };
975
- touchable: {
975
+ touchableDeprecated: {
976
976
  type: BooleanConstructor;
977
977
  default: boolean;
978
978
  };
@@ -984,7 +984,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
984
984
  }>> & Readonly<{}>, {
985
985
  size: string;
986
986
  type: string;
987
- touchable: boolean;
987
+ touchableDeprecated: boolean;
988
988
  color: string;
989
989
  elevation: string;
990
990
  radius: string;
@@ -1014,7 +1014,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1014
1014
  type: BooleanConstructor;
1015
1015
  default: boolean;
1016
1016
  };
1017
- touchable: {
1017
+ touchableDeprecated: {
1018
1018
  type: BooleanConstructor;
1019
1019
  default: boolean;
1020
1020
  };
@@ -1048,7 +1048,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1048
1048
  type: BooleanConstructor;
1049
1049
  default: boolean;
1050
1050
  };
1051
- touchable: {
1051
+ touchableDeprecated: {
1052
1052
  type: BooleanConstructor;
1053
1053
  default: boolean;
1054
1054
  };
@@ -1061,7 +1061,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1061
1061
  size: string;
1062
1062
  flippedVertical: boolean;
1063
1063
  flippedHorizontal: boolean;
1064
- touchable: boolean;
1064
+ touchableDeprecated: boolean;
1065
1065
  spinning: boolean;
1066
1066
  }, {}, {
1067
1067
  FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
@@ -123,7 +123,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
123
123
  type: BooleanConstructor;
124
124
  default: boolean;
125
125
  };
126
- touchable: {
126
+ touchableDeprecated: {
127
127
  type: BooleanConstructor;
128
128
  default: boolean;
129
129
  };
@@ -157,7 +157,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
157
157
  type: BooleanConstructor;
158
158
  default: boolean;
159
159
  };
160
- touchable: {
160
+ touchableDeprecated: {
161
161
  type: BooleanConstructor;
162
162
  default: boolean;
163
163
  };
@@ -170,7 +170,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
170
170
  size: string;
171
171
  flippedVertical: boolean;
172
172
  flippedHorizontal: boolean;
173
- touchable: boolean;
173
+ touchableDeprecated: boolean;
174
174
  spinning: boolean;
175
175
  }, {}, {
176
176
  FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
@@ -21,7 +21,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
21
21
  type: BooleanConstructor;
22
22
  default: boolean;
23
23
  };
24
- touchable: {
24
+ touchableDeprecated: {
25
25
  type: BooleanConstructor;
26
26
  default: boolean;
27
27
  };
@@ -55,7 +55,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
55
55
  type: BooleanConstructor;
56
56
  default: boolean;
57
57
  };
58
- touchable: {
58
+ touchableDeprecated: {
59
59
  type: BooleanConstructor;
60
60
  default: boolean;
61
61
  };
@@ -68,7 +68,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
68
68
  size: string;
69
69
  flippedVertical: boolean;
70
70
  flippedHorizontal: boolean;
71
- touchable: boolean;
71
+ touchableDeprecated: boolean;
72
72
  spinning: boolean;
73
73
  }, {}, {
74
74
  FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
@@ -332,7 +332,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
332
332
  type: BooleanConstructor;
333
333
  default: boolean;
334
334
  };
335
- touchable: {
335
+ touchableDeprecated: {
336
336
  type: BooleanConstructor;
337
337
  default: boolean;
338
338
  };
@@ -366,7 +366,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
366
366
  type: BooleanConstructor;
367
367
  default: boolean;
368
368
  };
369
- touchable: {
369
+ touchableDeprecated: {
370
370
  type: BooleanConstructor;
371
371
  default: boolean;
372
372
  };
@@ -379,7 +379,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
379
379
  size: string;
380
380
  flippedVertical: boolean;
381
381
  flippedHorizontal: boolean;
382
- touchable: boolean;
382
+ touchableDeprecated: boolean;
383
383
  spinning: boolean;
384
384
  }, {}, {
385
385
  FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;