@xaui/core 0.1.9 → 0.1.10

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.
@@ -122,16 +122,16 @@ interface XUITheme {
122
122
  shadows: ThemeShadows;
123
123
  }
124
124
  type PartialXUITheme = {
125
- readonly mode: 'light' | 'dark';
126
- readonly palette: typeof colors;
127
- colors: Partial<ThemeColors>;
128
- spacing: Partial<ThemeSpacing>;
129
- borderRadius: Partial<ThemeBorderRadius>;
130
- borderWidth: Partial<ThemeBorderWidth>;
131
- fontSizes: Partial<ThemeFontSizes>;
132
- fontWeights: Partial<ThemeFontWeights>;
133
- fontFamilies: Partial<ThemeFontFamilies>;
134
- shadows: Partial<ThemeShadows>;
125
+ readonly mode?: 'light' | 'dark';
126
+ readonly palette?: typeof colors;
127
+ colors?: Partial<ThemeColors>;
128
+ spacing?: Partial<ThemeSpacing>;
129
+ borderRadius?: Partial<ThemeBorderRadius>;
130
+ borderWidth?: Partial<ThemeBorderWidth>;
131
+ fontSizes?: Partial<ThemeFontSizes>;
132
+ fontWeights?: Partial<ThemeFontWeights>;
133
+ fontFamilies?: Partial<ThemeFontFamilies>;
134
+ shadows?: Partial<ThemeShadows>;
135
135
  };
136
136
  declare const baseTheme: {
137
137
  readonly spacing: {
@@ -122,16 +122,16 @@ interface XUITheme {
122
122
  shadows: ThemeShadows;
123
123
  }
124
124
  type PartialXUITheme = {
125
- readonly mode: 'light' | 'dark';
126
- readonly palette: typeof colors;
127
- colors: Partial<ThemeColors>;
128
- spacing: Partial<ThemeSpacing>;
129
- borderRadius: Partial<ThemeBorderRadius>;
130
- borderWidth: Partial<ThemeBorderWidth>;
131
- fontSizes: Partial<ThemeFontSizes>;
132
- fontWeights: Partial<ThemeFontWeights>;
133
- fontFamilies: Partial<ThemeFontFamilies>;
134
- shadows: Partial<ThemeShadows>;
125
+ readonly mode?: 'light' | 'dark';
126
+ readonly palette?: typeof colors;
127
+ colors?: Partial<ThemeColors>;
128
+ spacing?: Partial<ThemeSpacing>;
129
+ borderRadius?: Partial<ThemeBorderRadius>;
130
+ borderWidth?: Partial<ThemeBorderWidth>;
131
+ fontSizes?: Partial<ThemeFontSizes>;
132
+ fontWeights?: Partial<ThemeFontWeights>;
133
+ fontFamilies?: Partial<ThemeFontFamilies>;
134
+ shadows?: Partial<ThemeShadows>;
135
135
  };
136
136
  declare const baseTheme: {
137
137
  readonly spacing: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xaui/core",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "description": "A modern React Native UI library with Flutter-inspired API, smooth animations, and comprehensive design system",
5
5
  "keywords": [
6
6
  "react-native",