Skip to content

Commit

Permalink
version upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
atellmer committed Mar 24, 2023
1 parent a08c9b5 commit d8933eb
Show file tree
Hide file tree
Showing 7 changed files with 49 additions and 49 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dark-engine/core",
"version": "0.19.2",
"version": "0.20.0",
"description": "The lightweight and powerful UI rendering engine without dependencies and written in TypeScript (Browser, Node.js, Android, iOS)",
"author": "AlexPlex",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/native-navigation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dark-engine/native-navigation",
"version": "0.19.2",
"version": "0.20.0",
"description": "Dark navigation for NativeScript platform",
"author": "AlexPlex",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dark-engine/platform-browser",
"version": "0.19.2",
"version": "0.20.0",
"description": "Dark renderer for browser",
"author": "AlexPlex",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dark-engine/platform-native",
"version": "0.19.2",
"version": "0.20.0",
"description": "Dark renderer to native platforms like Android and iOS via NativeScript",
"author": "AlexPlex",
"license": "MIT",
Expand Down
86 changes: 43 additions & 43 deletions packages/platform-native/src/jsx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -976,46 +976,46 @@ export type ListViewAttributes = ViewAttributes & {
separatorColor?: string | Color;
};

// declare global {
// namespace JSX {
// interface IntrinsicElements {
// // @ts-ignore
// frame: FrameAttributes;
// page: PageAttributes;
// 'content-view': ContentViewAttributes;
// 'scroll-view': ScrollViewAttributes;
// 'root-layout': RootLayoutAttributes;
// 'absolute-layout': AbsoluteLayoutAttributes;
// 'stack-layout': StackLayoutAttributes;
// 'dock-layout': DockLayoutAttributes;
// 'flexbox-layout': FlexboxLayoutAttributes;
// 'grid-layout': GridLayoutAttributes;
// 'wrap-layout': WrapLayoutAttributes;
// label: LabelAttributes;
// button: ButtonAttributes;
// 'html-view': HtmlViewAttributes;
// 'web-view': WebViewAttributes;
// 'action-bar': ActionBarAttributes;
// 'action-item': ActionItemAttributes;
// 'navigation-button': NavigationButtonAttributes;
// 'activity-indicator': ActivityIndicatorAttributes;
// 'formatted-string': FormattedStringAttributes;
// span: SpanAttributes;
// image: ImageAttributes;
// 'list-picker': ListPickerAttributes;
// placeholder: PlaceholderAttributes;
// progress: ProgressAttributes;
// 'search-bar': SearchBarAttributes;
// 'segmented-bar': SegmentedBarAttributes;
// 'segmented-bar-item': SegmentedBarItemAttributes;
// slider: SliderAttributes;
// switch: SwitchAttributes;
// 'text-field': TextFieldAttributes;
// 'text-view': TextViewAttributes;
// 'date-picker': DatePickerAttributes;
// 'time-picker': TimePickerAttributes;
// 'tab-view': TabViewAttributes;
// 'tab-view-item': TabViewItemAttributes;
// }
// }
// }
declare global {
namespace JSX {
interface IntrinsicElements {
// @ts-ignore
frame: FrameAttributes;
page: PageAttributes;
'content-view': ContentViewAttributes;
'scroll-view': ScrollViewAttributes;
'root-layout': RootLayoutAttributes;
'absolute-layout': AbsoluteLayoutAttributes;
'stack-layout': StackLayoutAttributes;
'dock-layout': DockLayoutAttributes;
'flexbox-layout': FlexboxLayoutAttributes;
'grid-layout': GridLayoutAttributes;
'wrap-layout': WrapLayoutAttributes;
label: LabelAttributes;
button: ButtonAttributes;
'html-view': HtmlViewAttributes;
'web-view': WebViewAttributes;
'action-bar': ActionBarAttributes;
'action-item': ActionItemAttributes;
'navigation-button': NavigationButtonAttributes;
'activity-indicator': ActivityIndicatorAttributes;
'formatted-string': FormattedStringAttributes;
span: SpanAttributes;
image: ImageAttributes;
'list-picker': ListPickerAttributes;
placeholder: PlaceholderAttributes;
progress: ProgressAttributes;
'search-bar': SearchBarAttributes;
'segmented-bar': SegmentedBarAttributes;
'segmented-bar-item': SegmentedBarItemAttributes;
slider: SliderAttributes;
switch: SwitchAttributes;
'text-field': TextFieldAttributes;
'text-view': TextViewAttributes;
'date-picker': DatePickerAttributes;
'time-picker': TimePickerAttributes;
'tab-view': TabViewAttributes;
'tab-view-item': TabViewItemAttributes;
}
}
}
2 changes: 1 addition & 1 deletion packages/platform-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dark-engine/platform-server",
"version": "0.19.2",
"version": "0.20.0",
"description": "Dark renderer for server",
"author": "AlexPlex",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/web-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dark-engine/web-router",
"version": "0.19.2",
"version": "0.20.0",
"description": "The isomorphic Dark router designed for rendering universal web applications that work both on the client and on the server",
"author": "AlexPlex",
"license": "MIT",
Expand Down

0 comments on commit d8933eb

Please sign in to comment.