@liner-fe/prism 2.6.15 → 2.6.16
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/lib/illust.js +2 -1
- package/lib/index.js +2 -1
- package/package.json +1 -1
package/lib/illust.js
CHANGED
package/lib/index.js
CHANGED
|
@@ -22111,7 +22111,8 @@ var illustSize = {
|
|
|
22111
22111
|
"spot-search": ratio["4:3"],
|
|
22112
22112
|
"spot-write": ratio["4:3"],
|
|
22113
22113
|
"spot-gift": ratio["4:3"],
|
|
22114
|
-
"mini-empty": ratio["1:1"]
|
|
22114
|
+
"mini-empty": ratio["1:1"],
|
|
22115
|
+
"spot-team": ratio["4:3"]
|
|
22115
22116
|
};
|
|
22116
22117
|
|
|
22117
22118
|
// src/components/Illust/index.tsx
|