-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
90 changed files
with
260 additions
and
226 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
'@watching/thread-render': patch | ||
'@watching/clips-preact': patch | ||
'@watching/clips-svelte': patch | ||
'@watching/clips-react': patch | ||
'@watching/clips': patch | ||
--- | ||
|
||
Upgrade to real remote-dom library |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
import {createRemoteComponent} from '@lemonmade/remote-ui-preact'; | ||
import {createRemoteComponent} from '@remote-dom/preact'; | ||
import {Action as ActionElement} from '@watching/clips/elements'; | ||
|
||
export const Action = createRemoteComponent('ui-action', ActionElement); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
import {createRemoteComponent} from '@lemonmade/remote-ui-preact'; | ||
import {createRemoteComponent} from '@remote-dom/preact'; | ||
import {Footer as FooterElement} from '@watching/clips/elements'; | ||
|
||
export const Footer = createRemoteComponent('ui-footer', FooterElement); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
import {createRemoteComponent} from '@lemonmade/remote-ui-preact'; | ||
import {createRemoteComponent} from '@remote-dom/preact'; | ||
import {Grid as GridElement} from '@watching/clips/elements'; | ||
|
||
export const Grid = createRemoteComponent('ui-grid', GridElement); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
import {createRemoteComponent} from '@lemonmade/remote-ui-preact'; | ||
import {createRemoteComponent} from '@remote-dom/preact'; | ||
import {Header as HeaderElement} from '@watching/clips/elements'; | ||
|
||
export const Header = createRemoteComponent('ui-header', HeaderElement); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
import {createRemoteComponent} from '@lemonmade/remote-ui-preact'; | ||
import {createRemoteComponent} from '@remote-dom/preact'; | ||
import {Heading as HeadingElement} from '@watching/clips/elements'; | ||
|
||
export const Heading = createRemoteComponent('ui-heading', HeadingElement); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
import {createRemoteComponent} from '@lemonmade/remote-ui-preact'; | ||
import {createRemoteComponent} from '@remote-dom/preact'; | ||
import {Image as ImageElement} from '@watching/clips/elements'; | ||
|
||
export const Image = createRemoteComponent('ui-image', ImageElement); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
import {createRemoteComponent} from '@lemonmade/remote-ui-preact'; | ||
import {createRemoteComponent} from '@remote-dom/preact'; | ||
import {Modal as ModalElement} from '@watching/clips/elements'; | ||
|
||
export const Modal = createRemoteComponent('ui-modal', ModalElement); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
import {createRemoteComponent} from '@lemonmade/remote-ui-preact'; | ||
import {createRemoteComponent} from '@remote-dom/preact'; | ||
import {Popover as PopoverElement} from '@watching/clips/elements'; | ||
|
||
export const Popover = createRemoteComponent('ui-popover', PopoverElement); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
import {createRemoteComponent} from '@lemonmade/remote-ui-preact'; | ||
import {createRemoteComponent} from '@remote-dom/preact'; | ||
import {Section as SectionElement} from '@watching/clips/elements'; | ||
|
||
export const Section = createRemoteComponent('ui-section', SectionElement); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
import {createRemoteComponent} from '@lemonmade/remote-ui-preact'; | ||
import {createRemoteComponent} from '@remote-dom/preact'; | ||
import {Stack as StackElement} from '@watching/clips/elements'; | ||
|
||
export const Stack = createRemoteComponent('ui-stack', StackElement); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
import {createRemoteComponent} from '@lemonmade/remote-ui-preact'; | ||
import {createRemoteComponent} from '@remote-dom/preact'; | ||
import {Text as TextElement} from '@watching/clips/elements'; | ||
|
||
export const Text = createRemoteComponent('ui-text', TextElement); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
import {createRemoteComponent} from '@lemonmade/remote-ui-preact'; | ||
import {createRemoteComponent} from '@remote-dom/preact'; | ||
import {View as ViewElement} from '@watching/clips/elements'; | ||
|
||
export const View = createRemoteComponent('ui-view', ViewElement); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
import {createRemoteComponent} from '@lemonmade/remote-ui-react'; | ||
import {createRemoteComponent} from '@remote-dom/react'; | ||
import {Action as ActionElement} from '@watching/clips/elements'; | ||
|
||
export const Action = createRemoteComponent('ui-action', ActionElement); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
import {createRemoteComponent} from '@lemonmade/remote-ui-react'; | ||
import {createRemoteComponent} from '@remote-dom/react'; | ||
import {Footer as FooterElement} from '@watching/clips/elements'; | ||
|
||
export const Footer = createRemoteComponent('ui-footer', FooterElement); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
import {createRemoteComponent} from '@lemonmade/remote-ui-react'; | ||
import {createRemoteComponent} from '@remote-dom/react'; | ||
import {Grid as GridElement} from '@watching/clips/elements'; | ||
|
||
export const Grid = createRemoteComponent('ui-grid', GridElement); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
import {createRemoteComponent} from '@lemonmade/remote-ui-react'; | ||
import {createRemoteComponent} from '@remote-dom/react'; | ||
import {Header as HeaderElement} from '@watching/clips/elements'; | ||
|
||
export const Header = createRemoteComponent('ui-header', HeaderElement); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
import {createRemoteComponent} from '@lemonmade/remote-ui-react'; | ||
import {createRemoteComponent} from '@remote-dom/react'; | ||
import {Heading as HeadingElement} from '@watching/clips/elements'; | ||
|
||
export const Heading = createRemoteComponent('ui-heading', HeadingElement); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
import {createRemoteComponent} from '@lemonmade/remote-ui-react'; | ||
import {createRemoteComponent} from '@remote-dom/react'; | ||
import {Image as ImageElement} from '@watching/clips/elements'; | ||
|
||
export const Image = createRemoteComponent('ui-image', ImageElement); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
import {createRemoteComponent} from '@lemonmade/remote-ui-react'; | ||
import {createRemoteComponent} from '@remote-dom/react'; | ||
import {Modal as ModalElement} from '@watching/clips/elements'; | ||
|
||
export const Modal = createRemoteComponent('ui-modal', ModalElement); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
import {createRemoteComponent} from '@lemonmade/remote-ui-react'; | ||
import {createRemoteComponent} from '@remote-dom/react'; | ||
import {Popover as PopoverElement} from '@watching/clips/elements'; | ||
|
||
export const Popover = createRemoteComponent('ui-popover', PopoverElement); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
import {createRemoteComponent} from '@lemonmade/remote-ui-react'; | ||
import {createRemoteComponent} from '@remote-dom/react'; | ||
import {Section as SectionElement} from '@watching/clips/elements'; | ||
|
||
export const Section = createRemoteComponent('ui-section', SectionElement); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
import {createRemoteComponent} from '@lemonmade/remote-ui-react'; | ||
import {createRemoteComponent} from '@remote-dom/react'; | ||
import {Stack as StackElement} from '@watching/clips/elements'; | ||
|
||
export const Stack = createRemoteComponent('ui-stack', StackElement); |
Oops, something went wrong.