@cerberus-design/react 1.5.1-next-fcc6ef3 → 1.6.0-next-2bcc48c
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/dist/context/theme.d.cts
CHANGED
|
@@ -4,7 +4,7 @@ import { UseThemeOptions } from '../hooks/useTheme';
|
|
|
4
4
|
* This module provides a context and hook for the theme.
|
|
5
5
|
* @module Theme
|
|
6
6
|
*/
|
|
7
|
-
export type DefaultThemes = 'cerberus' | 'acheron' | 'elysium';
|
|
7
|
+
export type DefaultThemes = 'cerberus' | 'acheron' | 'elysium' | 'oceanus';
|
|
8
8
|
export type CustomThemes<K extends string = DefaultThemes> = 'cerberus' | K;
|
|
9
9
|
export type ColorModes = 'light' | 'dark' | 'system';
|
|
10
10
|
export interface ThemeContextValue<T extends string = DefaultThemes> {
|
package/dist/context/theme.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import { UseThemeOptions } from '../hooks/useTheme';
|
|
|
4
4
|
* This module provides a context and hook for the theme.
|
|
5
5
|
* @module Theme
|
|
6
6
|
*/
|
|
7
|
-
export type DefaultThemes = 'cerberus' | 'acheron' | 'elysium';
|
|
7
|
+
export type DefaultThemes = 'cerberus' | 'acheron' | 'elysium' | 'oceanus';
|
|
8
8
|
export type CustomThemes<K extends string = DefaultThemes> = 'cerberus' | K;
|
|
9
9
|
export type ColorModes = 'light' | 'dark' | 'system';
|
|
10
10
|
export interface ThemeContextValue<T extends string = DefaultThemes> {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cerberus-design/react",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.6.0-next-2bcc48c",
|
|
4
4
|
"description": "The Cerberus Design React component library.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"css",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"react-dom": "^19.2.7",
|
|
47
47
|
"vite": "^8.0.16",
|
|
48
48
|
"vite-plugin-dts": "^5.0.2",
|
|
49
|
-
"@cerberus/panda-preset": "1.
|
|
49
|
+
"@cerberus/panda-preset": "1.6.0-next-2bcc48c",
|
|
50
50
|
"styled-system": "0.0.0"
|
|
51
51
|
},
|
|
52
52
|
"peerDependencies": {
|