@bbodek/utils 0.0.39 → 0.0.41

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.
@@ -7,6 +7,9 @@ export declare const ACCEPT_FILE_EXT: {
7
7
  readonly XLSX: "xlsx";
8
8
  readonly DOCX: "docx";
9
9
  readonly JPG: "jpg";
10
+ readonly PPT: "ppt";
11
+ readonly PPTX: "pptx";
12
+ readonly ODP: "odp";
10
13
  };
11
- export declare const ACCEPT_FILES: ("png" | "jpeg" | "heic" | "webp" | "pdf" | "xlsx" | "docx" | "jpg")[];
14
+ export declare const ACCEPT_FILES: ("png" | "jpeg" | "heic" | "webp" | "pdf" | "xlsx" | "docx" | "jpg" | "ppt" | "pptx" | "odp")[];
12
15
  //# sourceMappingURL=ext.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ext.d.ts","sourceRoot":"","sources":["../../../src/shared/constants/ext.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,eAAe;;;;;;;;;CASlB,CAAC;AAEX,eAAO,MAAM,YAAY,wEAAiC,CAAC"}
1
+ {"version":3,"file":"ext.d.ts","sourceRoot":"","sources":["../../../src/shared/constants/ext.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,eAAe;;;;;;;;;;;;CAYlB,CAAC;AAEX,eAAO,MAAM,YAAY,iGAAiC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bbodek/utils",
3
- "version": "0.0.39",
3
+ "version": "0.0.41",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "repository": {
@@ -19,13 +19,13 @@
19
19
  "dist"
20
20
  ],
21
21
  "dependencies": {
22
- "@bbodek/internal-ui": "^0.0.68",
22
+ "@bbodek/internal-ui": "^0.0.70",
23
23
  "dayjs": "^1.11.13",
24
24
  "es-toolkit": "^1.39.8",
25
25
  "xlsx-js-style": "^1.2.0"
26
26
  },
27
27
  "peerDependencies": {
28
- "@bbodek/internal-ui": "^0.0.68",
28
+ "@bbodek/internal-ui": "^0.0.70",
29
29
  "next": "^15.3.6",
30
30
  "react": "^19.2.1",
31
31
  "react-dom": "^19.2.1",
@@ -45,8 +45,8 @@
45
45
  "typescript": "^5.8.3",
46
46
  "react-hot-toast": "^2.5.2",
47
47
  "@bbodek/eslint-config": "0.0.5",
48
- "@dotoli/typescript-config": "0.0.0",
49
- "@dotoli/rollup-config": "0.0.0"
48
+ "@dotoli/rollup-config": "0.0.0",
49
+ "@dotoli/typescript-config": "0.0.0"
50
50
  },
51
51
  "prettier": "@bbodek/prettier-config",
52
52
  "scripts": {