@skyux/forms 12.16.0 → 12.18.0
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/fesm2022/skyux-forms.mjs
CHANGED
|
@@ -3088,11 +3088,11 @@ class SkyFileItemComponent {
|
|
|
3088
3088
|
break;
|
|
3089
3089
|
case '.PPT':
|
|
3090
3090
|
case '.PPTX':
|
|
3091
|
-
cls = '
|
|
3091
|
+
cls = 'ppt';
|
|
3092
3092
|
break;
|
|
3093
3093
|
case '.DOC':
|
|
3094
3094
|
case '.DOCX':
|
|
3095
|
-
cls = '
|
|
3095
|
+
cls = 'doc';
|
|
3096
3096
|
break;
|
|
3097
3097
|
case '.XLS':
|
|
3098
3098
|
case '.XLSX':
|