@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
@@ -715,7 +715,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
715
715
  default: "none";
716
716
  validator(value: import('../../Buttons/Button').ButtonElevation): boolean;
717
717
  };
718
- touchable: {
718
+ touchableDeprecated: {
719
719
  type: BooleanConstructor;
720
720
  default: boolean;
721
721
  };
@@ -1103,7 +1103,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1103
1103
  default: "none";
1104
1104
  validator(value: import('../../Buttons/Button').ButtonElevation): boolean;
1105
1105
  };
1106
- touchable: {
1106
+ touchableDeprecated: {
1107
1107
  type: BooleanConstructor;
1108
1108
  default: boolean;
1109
1109
  };
@@ -1115,7 +1115,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1115
1115
  }>> & Readonly<{}>, {
1116
1116
  size: string;
1117
1117
  type: string;
1118
- touchable: boolean;
1118
+ touchableDeprecated: boolean;
1119
1119
  color: string;
1120
1120
  elevation: string;
1121
1121
  radius: string;
@@ -1145,7 +1145,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1145
1145
  type: BooleanConstructor;
1146
1146
  default: boolean;
1147
1147
  };
1148
- touchable: {
1148
+ touchableDeprecated: {
1149
1149
  type: BooleanConstructor;
1150
1150
  default: boolean;
1151
1151
  };
@@ -1179,7 +1179,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1179
1179
  type: BooleanConstructor;
1180
1180
  default: boolean;
1181
1181
  };
1182
- touchable: {
1182
+ touchableDeprecated: {
1183
1183
  type: BooleanConstructor;
1184
1184
  default: boolean;
1185
1185
  };
@@ -1192,7 +1192,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1192
1192
  size: string;
1193
1193
  flippedVertical: boolean;
1194
1194
  flippedHorizontal: boolean;
1195
- touchable: boolean;
1195
+ touchableDeprecated: boolean;
1196
1196
  spinning: boolean;
1197
1197
  }, {}, {
1198
1198
  FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
@@ -850,7 +850,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
850
850
  default: "none";
851
851
  validator(value: import('../../Buttons/Button').ButtonElevation): boolean;
852
852
  };
853
- touchable: {
853
+ touchableDeprecated: {
854
854
  type: BooleanConstructor;
855
855
  default: boolean;
856
856
  };
@@ -1238,7 +1238,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1238
1238
  default: "none";
1239
1239
  validator(value: import('../../Buttons/Button').ButtonElevation): boolean;
1240
1240
  };
1241
- touchable: {
1241
+ touchableDeprecated: {
1242
1242
  type: BooleanConstructor;
1243
1243
  default: boolean;
1244
1244
  };
@@ -1250,7 +1250,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1250
1250
  }>> & Readonly<{}>, {
1251
1251
  size: string;
1252
1252
  type: string;
1253
- touchable: boolean;
1253
+ touchableDeprecated: boolean;
1254
1254
  color: string;
1255
1255
  elevation: string;
1256
1256
  radius: string;
@@ -1280,7 +1280,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1280
1280
  type: BooleanConstructor;
1281
1281
  default: boolean;
1282
1282
  };
1283
- touchable: {
1283
+ touchableDeprecated: {
1284
1284
  type: BooleanConstructor;
1285
1285
  default: boolean;
1286
1286
  };
@@ -1314,7 +1314,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1314
1314
  type: BooleanConstructor;
1315
1315
  default: boolean;
1316
1316
  };
1317
- touchable: {
1317
+ touchableDeprecated: {
1318
1318
  type: BooleanConstructor;
1319
1319
  default: boolean;
1320
1320
  };
@@ -1327,7 +1327,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1327
1327
  size: string;
1328
1328
  flippedVertical: boolean;
1329
1329
  flippedHorizontal: boolean;
1330
- touchable: boolean;
1330
+ touchableDeprecated: boolean;
1331
1331
  spinning: boolean;
1332
1332
  }, {}, {
1333
1333
  FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
@@ -416,7 +416,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
416
416
  default: "none";
417
417
  validator(value: import('../..').ButtonElevation): boolean;
418
418
  };
419
- touchable: {
419
+ touchableDeprecated: {
420
420
  type: BooleanConstructor;
421
421
  default: boolean;
422
422
  };
@@ -804,7 +804,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
804
804
  default: "none";
805
805
  validator(value: import('../..').ButtonElevation): boolean;
806
806
  };
807
- touchable: {
807
+ touchableDeprecated: {
808
808
  type: BooleanConstructor;
809
809
  default: boolean;
810
810
  };
@@ -816,7 +816,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
816
816
  }>> & Readonly<{}>, {
817
817
  size: string;
818
818
  type: string;
819
- touchable: boolean;
819
+ touchableDeprecated: boolean;
820
820
  color: string;
821
821
  elevation: string;
822
822
  radius: string;
@@ -846,7 +846,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
846
846
  type: BooleanConstructor;
847
847
  default: boolean;
848
848
  };
849
- touchable: {
849
+ touchableDeprecated: {
850
850
  type: BooleanConstructor;
851
851
  default: boolean;
852
852
  };
@@ -880,7 +880,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
880
880
  type: BooleanConstructor;
881
881
  default: boolean;
882
882
  };
883
- touchable: {
883
+ touchableDeprecated: {
884
884
  type: BooleanConstructor;
885
885
  default: boolean;
886
886
  };
@@ -893,7 +893,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
893
893
  size: string;
894
894
  flippedVertical: boolean;
895
895
  flippedHorizontal: boolean;
896
- touchable: boolean;
896
+ touchableDeprecated: boolean;
897
897
  spinning: boolean;
898
898
  }, {}, {
899
899
  FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
@@ -546,7 +546,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
546
546
  type: BooleanConstructor;
547
547
  default: boolean;
548
548
  };
549
- touchable: {
549
+ touchableDeprecated: {
550
550
  type: BooleanConstructor;
551
551
  default: boolean;
552
552
  };
@@ -580,7 +580,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
580
580
  type: BooleanConstructor;
581
581
  default: boolean;
582
582
  };
583
- touchable: {
583
+ touchableDeprecated: {
584
584
  type: BooleanConstructor;
585
585
  default: boolean;
586
586
  };
@@ -593,7 +593,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
593
593
  size: string;
594
594
  flippedVertical: boolean;
595
595
  flippedHorizontal: boolean;
596
- touchable: boolean;
596
+ touchableDeprecated: boolean;
597
597
  spinning: boolean;
598
598
  }, {}, {
599
599
  FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
@@ -357,7 +357,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
357
357
  type: BooleanConstructor;
358
358
  default: boolean;
359
359
  };
360
- touchable: {
360
+ touchableDeprecated: {
361
361
  type: BooleanConstructor;
362
362
  default: boolean;
363
363
  };
@@ -391,7 +391,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
391
391
  type: BooleanConstructor;
392
392
  default: boolean;
393
393
  };
394
- touchable: {
394
+ touchableDeprecated: {
395
395
  type: BooleanConstructor;
396
396
  default: boolean;
397
397
  };
@@ -404,7 +404,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
404
404
  size: string;
405
405
  flippedVertical: boolean;
406
406
  flippedHorizontal: boolean;
407
- touchable: boolean;
407
+ touchableDeprecated: boolean;
408
408
  spinning: boolean;
409
409
  }, {}, {
410
410
  FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
@@ -1114,7 +1114,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1114
1114
  type: BooleanConstructor;
1115
1115
  default: boolean;
1116
1116
  };
1117
- touchable: {
1117
+ touchableDeprecated: {
1118
1118
  type: BooleanConstructor;
1119
1119
  default: boolean;
1120
1120
  };
@@ -1148,7 +1148,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1148
1148
  type: BooleanConstructor;
1149
1149
  default: boolean;
1150
1150
  };
1151
- touchable: {
1151
+ touchableDeprecated: {
1152
1152
  type: BooleanConstructor;
1153
1153
  default: boolean;
1154
1154
  };
@@ -1161,7 +1161,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1161
1161
  size: string;
1162
1162
  flippedVertical: boolean;
1163
1163
  flippedHorizontal: boolean;
1164
- touchable: boolean;
1164
+ touchableDeprecated: boolean;
1165
1165
  spinning: boolean;
1166
1166
  }, {}, {
1167
1167
  FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
@@ -648,7 +648,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
648
648
  type: BooleanConstructor;
649
649
  default: boolean;
650
650
  };
651
- touchable: {
651
+ touchableDeprecated: {
652
652
  type: BooleanConstructor;
653
653
  default: boolean;
654
654
  };
@@ -682,7 +682,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
682
682
  type: BooleanConstructor;
683
683
  default: boolean;
684
684
  };
685
- touchable: {
685
+ touchableDeprecated: {
686
686
  type: BooleanConstructor;
687
687
  default: boolean;
688
688
  };
@@ -695,7 +695,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
695
695
  size: string;
696
696
  flippedVertical: boolean;
697
697
  flippedHorizontal: boolean;
698
- touchable: boolean;
698
+ touchableDeprecated: boolean;
699
699
  spinning: boolean;
700
700
  }, {}, {
701
701
  FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
@@ -325,7 +325,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
325
325
  type: BooleanConstructor;
326
326
  default: boolean;
327
327
  };
328
- touchable: {
328
+ touchableDeprecated: {
329
329
  type: BooleanConstructor;
330
330
  default: boolean;
331
331
  };
@@ -359,7 +359,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
359
359
  type: BooleanConstructor;
360
360
  default: boolean;
361
361
  };
362
- touchable: {
362
+ touchableDeprecated: {
363
363
  type: BooleanConstructor;
364
364
  default: boolean;
365
365
  };
@@ -372,7 +372,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
372
372
  size: string;
373
373
  flippedVertical: boolean;
374
374
  flippedHorizontal: boolean;
375
- touchable: boolean;
375
+ touchableDeprecated: boolean;
376
376
  spinning: boolean;
377
377
  }, {}, {
378
378
  FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
@@ -325,7 +325,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
325
325
  type: BooleanConstructor;
326
326
  default: boolean;
327
327
  };
328
- touchable: {
328
+ touchableDeprecated: {
329
329
  type: BooleanConstructor;
330
330
  default: boolean;
331
331
  };
@@ -359,7 +359,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
359
359
  type: BooleanConstructor;
360
360
  default: boolean;
361
361
  };
362
- touchable: {
362
+ touchableDeprecated: {
363
363
  type: BooleanConstructor;
364
364
  default: boolean;
365
365
  };
@@ -372,7 +372,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
372
372
  size: string;
373
373
  flippedVertical: boolean;
374
374
  flippedHorizontal: boolean;
375
- touchable: boolean;
375
+ touchableDeprecated: boolean;
376
376
  spinning: boolean;
377
377
  }, {}, {
378
378
  FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
@@ -680,7 +680,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
680
680
  default: "none";
681
681
  validator(value: import('../../Buttons/Button').ButtonElevation): boolean;
682
682
  };
683
- touchable: {
683
+ touchableDeprecated: {
684
684
  type: BooleanConstructor;
685
685
  default: boolean;
686
686
  };
@@ -1068,7 +1068,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1068
1068
  default: "none";
1069
1069
  validator(value: import('../../Buttons/Button').ButtonElevation): boolean;
1070
1070
  };
1071
- touchable: {
1071
+ touchableDeprecated: {
1072
1072
  type: BooleanConstructor;
1073
1073
  default: boolean;
1074
1074
  };
@@ -1080,7 +1080,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1080
1080
  }>> & Readonly<{}>, {
1081
1081
  size: string;
1082
1082
  type: string;
1083
- touchable: boolean;
1083
+ touchableDeprecated: boolean;
1084
1084
  color: string;
1085
1085
  elevation: string;
1086
1086
  radius: string;
@@ -1110,7 +1110,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1110
1110
  type: BooleanConstructor;
1111
1111
  default: boolean;
1112
1112
  };
1113
- touchable: {
1113
+ touchableDeprecated: {
1114
1114
  type: BooleanConstructor;
1115
1115
  default: boolean;
1116
1116
  };
@@ -1144,7 +1144,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1144
1144
  type: BooleanConstructor;
1145
1145
  default: boolean;
1146
1146
  };
1147
- touchable: {
1147
+ touchableDeprecated: {
1148
1148
  type: BooleanConstructor;
1149
1149
  default: boolean;
1150
1150
  };
@@ -1157,7 +1157,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1157
1157
  size: string;
1158
1158
  flippedVertical: boolean;
1159
1159
  flippedHorizontal: boolean;
1160
- touchable: boolean;
1160
+ touchableDeprecated: boolean;
1161
1161
  spinning: boolean;
1162
1162
  }, {}, {
1163
1163
  FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
@@ -1586,7 +1586,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1586
1586
  type: BooleanConstructor;
1587
1587
  default: boolean;
1588
1588
  };
1589
- touchable: {
1589
+ touchableDeprecated: {
1590
1590
  type: BooleanConstructor;
1591
1591
  default: boolean;
1592
1592
  };
@@ -1620,7 +1620,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1620
1620
  type: BooleanConstructor;
1621
1621
  default: boolean;
1622
1622
  };
1623
- touchable: {
1623
+ touchableDeprecated: {
1624
1624
  type: BooleanConstructor;
1625
1625
  default: boolean;
1626
1626
  };
@@ -1633,7 +1633,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1633
1633
  size: string;
1634
1634
  flippedVertical: boolean;
1635
1635
  flippedHorizontal: boolean;
1636
- touchable: boolean;
1636
+ touchableDeprecated: boolean;
1637
1637
  spinning: boolean;
1638
1638
  }, {}, {
1639
1639
  FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
@@ -652,7 +652,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
652
652
  default: "none";
653
653
  validator(value: import('../../Buttons/Button').ButtonElevation): boolean;
654
654
  };
655
- touchable: {
655
+ touchableDeprecated: {
656
656
  type: BooleanConstructor;
657
657
  default: boolean;
658
658
  };
@@ -1040,7 +1040,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1040
1040
  default: "none";
1041
1041
  validator(value: import('../../Buttons/Button').ButtonElevation): boolean;
1042
1042
  };
1043
- touchable: {
1043
+ touchableDeprecated: {
1044
1044
  type: BooleanConstructor;
1045
1045
  default: boolean;
1046
1046
  };
@@ -1052,7 +1052,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1052
1052
  }>> & Readonly<{}>, {
1053
1053
  size: string;
1054
1054
  type: string;
1055
- touchable: boolean;
1055
+ touchableDeprecated: boolean;
1056
1056
  color: string;
1057
1057
  elevation: string;
1058
1058
  radius: string;
@@ -1082,7 +1082,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1082
1082
  type: BooleanConstructor;
1083
1083
  default: boolean;
1084
1084
  };
1085
- touchable: {
1085
+ touchableDeprecated: {
1086
1086
  type: BooleanConstructor;
1087
1087
  default: boolean;
1088
1088
  };
@@ -1116,7 +1116,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1116
1116
  type: BooleanConstructor;
1117
1117
  default: boolean;
1118
1118
  };
1119
- touchable: {
1119
+ touchableDeprecated: {
1120
1120
  type: BooleanConstructor;
1121
1121
  default: boolean;
1122
1122
  };
@@ -1129,7 +1129,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1129
1129
  size: string;
1130
1130
  flippedVertical: boolean;
1131
1131
  flippedHorizontal: boolean;
1132
- touchable: boolean;
1132
+ touchableDeprecated: boolean;
1133
1133
  spinning: boolean;
1134
1134
  }, {}, {
1135
1135
  FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
@@ -1344,7 +1344,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1344
1344
  type: BooleanConstructor;
1345
1345
  default: boolean;
1346
1346
  };
1347
- touchable: {
1347
+ touchableDeprecated: {
1348
1348
  type: BooleanConstructor;
1349
1349
  default: boolean;
1350
1350
  };
@@ -1378,7 +1378,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1378
1378
  type: BooleanConstructor;
1379
1379
  default: boolean;
1380
1380
  };
1381
- touchable: {
1381
+ touchableDeprecated: {
1382
1382
  type: BooleanConstructor;
1383
1383
  default: boolean;
1384
1384
  };
@@ -1391,7 +1391,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1391
1391
  size: string;
1392
1392
  flippedVertical: boolean;
1393
1393
  flippedHorizontal: boolean;
1394
- touchable: boolean;
1394
+ touchableDeprecated: boolean;
1395
1395
  spinning: boolean;
1396
1396
  }, {}, {
1397
1397
  FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
@@ -1731,7 +1731,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1731
1731
  type: BooleanConstructor;
1732
1732
  default: boolean;
1733
1733
  };
1734
- touchable: {
1734
+ touchableDeprecated: {
1735
1735
  type: BooleanConstructor;
1736
1736
  default: boolean;
1737
1737
  };
@@ -1765,7 +1765,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1765
1765
  type: BooleanConstructor;
1766
1766
  default: boolean;
1767
1767
  };
1768
- touchable: {
1768
+ touchableDeprecated: {
1769
1769
  type: BooleanConstructor;
1770
1770
  default: boolean;
1771
1771
  };
@@ -1778,7 +1778,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1778
1778
  size: string;
1779
1779
  flippedVertical: boolean;
1780
1780
  flippedHorizontal: boolean;
1781
- touchable: boolean;
1781
+ touchableDeprecated: boolean;
1782
1782
  spinning: boolean;
1783
1783
  }, {}, {
1784
1784
  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>;
@@ -425,7 +425,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
425
425
  type: BooleanConstructor;
426
426
  default: boolean;
427
427
  };
428
- touchable: {
428
+ touchableDeprecated: {
429
429
  type: BooleanConstructor;
430
430
  default: boolean;
431
431
  };
@@ -459,7 +459,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
459
459
  type: BooleanConstructor;
460
460
  default: boolean;
461
461
  };
462
- touchable: {
462
+ touchableDeprecated: {
463
463
  type: BooleanConstructor;
464
464
  default: boolean;
465
465
  };
@@ -472,7 +472,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
472
472
  size: string;
473
473
  flippedVertical: boolean;
474
474
  flippedHorizontal: boolean;
475
- touchable: boolean;
475
+ touchableDeprecated: boolean;
476
476
  spinning: boolean;
477
477
  }, {}, {
478
478
  FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
@@ -88,7 +88,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
88
88
  type: BooleanConstructor;
89
89
  default: boolean;
90
90
  };
91
- touchable: {
91
+ touchableDeprecated: {
92
92
  type: BooleanConstructor;
93
93
  default: boolean;
94
94
  };
@@ -122,7 +122,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
122
122
  type: BooleanConstructor;
123
123
  default: boolean;
124
124
  };
125
- touchable: {
125
+ touchableDeprecated: {
126
126
  type: BooleanConstructor;
127
127
  default: boolean;
128
128
  };
@@ -135,7 +135,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
135
135
  size: string;
136
136
  flippedVertical: boolean;
137
137
  flippedHorizontal: boolean;
138
- touchable: boolean;
138
+ touchableDeprecated: boolean;
139
139
  spinning: boolean;
140
140
  }, {}, {
141
141
  FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
@@ -89,7 +89,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
89
89
  type: BooleanConstructor;
90
90
  default: boolean;
91
91
  };
92
- touchable: {
92
+ touchableDeprecated: {
93
93
  type: BooleanConstructor;
94
94
  default: boolean;
95
95
  };
@@ -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
  };
@@ -136,7 +136,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
136
136
  size: string;
137
137
  flippedVertical: boolean;
138
138
  flippedHorizontal: boolean;
139
- touchable: boolean;
139
+ touchableDeprecated: boolean;
140
140
  spinning: boolean;
141
141
  }, {}, {
142
142
  FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
@@ -456,7 +456,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
456
456
  type: BooleanConstructor;
457
457
  default: boolean;
458
458
  };
459
- touchable: {
459
+ touchableDeprecated: {
460
460
  type: BooleanConstructor;
461
461
  default: boolean;
462
462
  };
@@ -490,7 +490,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
490
490
  type: BooleanConstructor;
491
491
  default: boolean;
492
492
  };
493
- touchable: {
493
+ touchableDeprecated: {
494
494
  type: BooleanConstructor;
495
495
  default: boolean;
496
496
  };
@@ -503,7 +503,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
503
503
  size: string;
504
504
  flippedVertical: boolean;
505
505
  flippedHorizontal: boolean;
506
- touchable: boolean;
506
+ touchableDeprecated: boolean;
507
507
  spinning: boolean;
508
508
  }, {}, {
509
509
  FontAwesomeIcon: import('vue').DefineComponent<import('@fortawesome/vue-fontawesome').FontAwesomeIconProps>;
@@ -62,7 +62,6 @@
62
62
  :icon="isExpanded ? ICONS.FA_CHEVRON_UP : ICONS.FA_CHEVRON_DOWN"
63
63
  :color="ICON_BUTTON_COLORS.NEUTRAL"
64
64
  :radius="BUTTON_RADIUSES.CAPSULE"
65
- :touchable="false"
66
65
  @click="isExpanded = !isExpanded"
67
66
  />
68
67
  </div>
@@ -72,7 +71,6 @@
72
71
  :icon="ICONS.FA_XMARK"
73
72
  :color="ICON_BUTTON_COLORS.NEUTRAL"
74
73
  :radius="BUTTON_RADIUSES.CAPSULE"
75
- :touchable="false"
76
74
  @click="$emit('close')"
77
75
  />
78
76
  </div>