@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 CHANGED
@@ -66,7 +66,8 @@ var illustSize = {
66
66
  "spot-search": ratio["4:3"],
67
67
  "spot-write": ratio["4:3"],
68
68
  "spot-gift": ratio["4:3"],
69
- "mini-empty": ratio["1:1"]
69
+ "mini-empty": ratio["1:1"],
70
+ "spot-team": ratio["4:3"]
70
71
  };
71
72
 
72
73
  // src/components/Illust/index.tsx
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liner-fe/prism",
3
- "version": "2.6.15",
3
+ "version": "2.6.16",
4
4
  "scripts": {
5
5
  "dev": "next dev",
6
6
  "start": "next start",