app-studio 0.8.2 → 0.8.4

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.
@@ -147,6 +147,7 @@ interface ElementProps extends CssProps, Omit<ViewStyleProps, keyof HTMLAttribut
147
147
  * (`color-red-500`, `theme-secondary`) or a raw color (`#ff0000`).
148
148
  */
149
149
  theme?: Partial<Theme>;
150
+ themeMode?: 'light' | 'dark';
150
151
  animateOn?: 'View' | 'Mount' | 'Both' | 'Scroll';
151
152
  _hover?: CssProps | string;
152
153
  _active?: CssProps | string;
@@ -147,6 +147,7 @@ interface ElementProps extends CssProps, Omit<ViewStyleProps, keyof HTMLAttribut
147
147
  * (`color-red-500`, `theme-secondary`) or a raw color (`#ff0000`).
148
148
  */
149
149
  theme?: Partial<Theme>;
150
+ themeMode?: 'light' | 'dark';
150
151
  animateOn?: 'View' | 'Mount' | 'Both' | 'Scroll';
151
152
  _hover?: CssProps | string;
152
153
  _active?: CssProps | string;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.8.2",
2
+ "version": "0.8.4",
3
3
  "name": "app-studio",
4
4
  "description": "App Studio is a responsive and themeable framework to build cross platform applications",
5
5
  "repository": "git@github.com:rize-network/app-studio.git",