@floegence/redevplugin-ui 0.7.9 → 0.7.12

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.
@@ -149,7 +149,7 @@ export declare const redevPluginContractArtifacts: readonly [{
149
149
  readonly id: "manifest-schema";
150
150
  readonly path: "spec/plugin/manifest-v8.schema.json";
151
151
  readonly version: "manifest-v8";
152
- readonly sha256: "f4f6ec875936b19ae3371459804b5ad2c36a4bd0739a83976037efffe51ada48";
152
+ readonly sha256: "dfe5e9ea5f15d4f9c0272427ca8650d475e2fa8aacc4fb6be3a945a3069a26fb";
153
153
  }, {
154
154
  readonly id: "network-grant-schema";
155
155
  readonly path: "spec/plugin/network-grant-v2.schema.json";
@@ -214,7 +214,7 @@ export declare const redevPluginContractArtifacts: readonly [{
214
214
  readonly id: "plugin-platform-openapi";
215
215
  readonly path: "spec/openapi/plugin-platform-v14.yaml";
216
216
  readonly version: "plugin-platform-v14";
217
- readonly sha256: "36456f4345a004e7de9adba47d90dcafaa58936c48abf763c6587c7013c39ab1";
217
+ readonly sha256: "befc1c0423c05a66e65ad2ad79e8d097462ba01bac854962b67ef5f99a0ce4fa";
218
218
  }, {
219
219
  readonly id: "presentation-locale-fixture";
220
220
  readonly path: "spec/plugin/presentation-locale-fixtures-v1.json";
@@ -156,7 +156,7 @@ export const redevPluginContractArtifacts = [
156
156
  id: "manifest-schema",
157
157
  path: "spec/plugin/manifest-v8.schema.json",
158
158
  version: "manifest-v8",
159
- sha256: "f4f6ec875936b19ae3371459804b5ad2c36a4bd0739a83976037efffe51ada48",
159
+ sha256: "dfe5e9ea5f15d4f9c0272427ca8650d475e2fa8aacc4fb6be3a945a3069a26fb",
160
160
  },
161
161
  {
162
162
  id: "network-grant-schema",
@@ -234,7 +234,7 @@ export const redevPluginContractArtifacts = [
234
234
  id: "plugin-platform-openapi",
235
235
  path: "spec/openapi/plugin-platform-v14.yaml",
236
236
  version: "plugin-platform-v14",
237
- sha256: "36456f4345a004e7de9adba47d90dcafaa58936c48abf763c6587c7013c39ab1",
237
+ sha256: "befc1c0423c05a66e65ad2ad79e8d097462ba01bac854962b67ef5f99a0ce4fa",
238
238
  },
239
239
  {
240
240
  id: "presentation-locale-fixture",
@@ -2018,6 +2018,9 @@ export interface components {
2018
2018
  label: string;
2019
2019
  options: components["schemas"]["SettingOptionPresentation"][];
2020
2020
  };
2021
+ PresentationIcon: {
2022
+ path: string;
2023
+ };
2021
2024
  PresentationLocale: {
2022
2025
  locale: string;
2023
2026
  plugin_name: string;
@@ -2031,6 +2034,7 @@ export interface components {
2031
2034
  };
2032
2035
  PresentationCatalog: {
2033
2036
  default_locale: string;
2037
+ icon?: components["schemas"]["PresentationIcon"];
2034
2038
  locales: components["schemas"]["PresentationLocale"][];
2035
2039
  };
2036
2040
  /** @description Immutable inspection projection. Package identity and all four trust/security facts are server-derived. */
@@ -3163,6 +3167,9 @@ export interface components {
3163
3167
  description: components["schemas"]["ManifestV8Description"];
3164
3168
  highlights: components["schemas"]["ManifestV8Highlights"];
3165
3169
  keywords: components["schemas"]["ManifestV8Keywords"];
3170
+ icon?: {
3171
+ path: string;
3172
+ };
3166
3173
  localizations: components["schemas"]["ManifestV8Localization"][];
3167
3174
  };
3168
3175
  surfaces: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@floegence/redevplugin-ui",
3
- "version": "0.7.9",
3
+ "version": "0.7.12",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "repository": {
@@ -40,7 +40,7 @@
40
40
  "dist"
41
41
  ],
42
42
  "dependencies": {
43
- "@floegence/redevplugin-contracts": "0.7.9"
43
+ "@floegence/redevplugin-contracts": "0.7.12"
44
44
  },
45
45
  "publishConfig": {
46
46
  "access": "public"