rimecms 0.23.11 → 0.23.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.
@@ -30,5 +30,6 @@ export declare const augmentPanel: <const T extends {
30
30
  }, {}, string> | undefined;
31
31
  readonly header: import("svelte").Component<{}, {}, string>[];
32
32
  };
33
+ readonly css?: string;
33
34
  };
34
35
  };
@@ -9,6 +9,7 @@ export const augmentPanel = (config) => {
9
9
  { label: 'areas', icon: Book }
10
10
  ];
11
11
  const panel = {
12
+ ...config.panel,
12
13
  routes: config.panel?.routes ? config.panel.routes : {},
13
14
  language: config.panel?.language || 'en',
14
15
  navigation: { groups: panelNavigationGroups },
@@ -32,6 +32,7 @@ export declare const buildConfigClient: <C extends SanitizedConfigClient>(config
32
32
  }, {}, string> | undefined;
33
33
  readonly header: import("svelte").Component<{}, {}, string>[];
34
34
  };
35
+ readonly css?: string;
35
36
  };
36
37
  } & {
37
38
  readonly plugins: (import("../../plugins/index.js").PluginClient | {
@@ -5561,6 +5561,7 @@ declare function augmentConfig<T extends Config>(config: T): T & {
5561
5561
  }, {}, string> | undefined;
5562
5562
  readonly header: import("svelte").Component<{}, {}, string>[];
5563
5563
  };
5564
+ readonly css?: string;
5564
5565
  };
5565
5566
  } & {
5566
5567
  readonly panel: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rimecms",
3
- "version": "0.23.11",
3
+ "version": "0.23.12",
4
4
  "homepage": "https://github.com/bienbiendev/rime",
5
5
  "scripts": {
6
6
  "dev": "vite dev",