@orion-studios/payload-studio 0.5.0-beta.97 → 0.5.0-beta.99

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.
@@ -1,5 +1,5 @@
1
1
  type SocialMediaPlatform = 'facebook' | 'instagram' | 'x' | 'linkedin' | 'youtube' | 'tiktok' | 'pinterest' | 'snapchat';
2
- type SocialMediaIconLibrary = 'simple-icons' | 'font-awesome-brands';
2
+ type SocialMediaIconLibrary = 'simple-icons' | 'font-awesome-brands' | 'tabler-brands' | 'remix-icons';
3
3
  type SocialMediaIconOption = {
4
4
  label: string;
5
5
  library: SocialMediaIconLibrary;
@@ -15,7 +15,7 @@ type SocialMediaGlobalData = {
15
15
  };
16
16
  declare const SOCIAL_MEDIA_PLATFORM_LABELS: Record<SocialMediaPlatform, string>;
17
17
  declare const SOCIAL_MEDIA_PLATFORMS: SocialMediaPlatform[];
18
- declare const SOCIAL_MEDIA_ICON_OPTIONS: Record<SocialMediaPlatform, [SocialMediaIconOption, SocialMediaIconOption]>;
18
+ declare const SOCIAL_MEDIA_ICON_OPTIONS: Record<SocialMediaPlatform, SocialMediaIconOption[]>;
19
19
  declare const SOCIAL_MEDIA_DEFAULT_ICON_BY_PLATFORM: Record<SocialMediaPlatform, string>;
20
20
 
21
21
  export { type SocialMediaGlobalData as S, type SocialMediaPlatform as a, SOCIAL_MEDIA_DEFAULT_ICON_BY_PLATFORM as b, SOCIAL_MEDIA_ICON_OPTIONS as c, SOCIAL_MEDIA_PLATFORMS as d, SOCIAL_MEDIA_PLATFORM_LABELS as e, type SocialMediaIconLibrary as f, type SocialMediaIconOption as g, type SocialMediaProfileData as h, type SocialMediaProfilesData as i };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orion-studios/payload-studio",
3
- "version": "0.5.0-beta.97",
3
+ "version": "0.5.0-beta.99",
4
4
  "description": "Unified Payload CMS toolkit for Orion Studios",
5
5
  "types": "./dist/index.d.ts",
6
6
  "main": "./dist/index.js",
@@ -80,6 +80,14 @@
80
80
  "test": "tsx --test src/studio-pages/builder/settings-v2/__tests__/*.test.ts src/studio-pages/__tests__/*.test.ts",
81
81
  "typecheck": "tsc --noEmit"
82
82
  },
83
+ "overrides": {
84
+ "ajv": "^8.18.0",
85
+ "dompurify": "^3.3.3",
86
+ "file-type": "^21.3.3",
87
+ "immutable": "^4.3.8",
88
+ "rollup": "^4.59.0",
89
+ "undici": "^7.24.4"
90
+ },
83
91
  "keywords": [
84
92
  "payload",
85
93
  "cms",
@@ -103,7 +111,7 @@
103
111
  "@payloadcms/ui": "3.75.0",
104
112
  "@types/react": "^19.0.0",
105
113
  "@types/react-dom": "^19.0.0",
106
- "next": "16.1.6",
114
+ "next": "16.2.0",
107
115
  "payload": "3.75.0",
108
116
  "tsx": "^4.21.0",
109
117
  "tsup": "^8.0.0",