atom.io 0.6.1 → 0.6.2
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/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/timeline.ts +1 -1
- package/json/dist/index.d.mts +0 -18
- package/json/dist/index.d.ts +0 -18
- package/json/dist/index.js +0 -51
- package/json/dist/index.js.map +0 -1
- package/json/dist/index.mjs +0 -15
- package/json/dist/index.mjs.map +0 -1
- package/react/dist/index.d.mts +0 -24
- package/react/dist/index.d.ts +0 -24
- package/react/dist/index.js +0 -83
- package/react/dist/index.js.map +0 -1
- package/react/dist/index.mjs +0 -41
- package/react/dist/index.mjs.map +0 -1
- package/react-devtools/dist/index.css +0 -26
- package/react-devtools/dist/index.css.map +0 -1
- package/react-devtools/dist/index.d.mts +0 -15
- package/react-devtools/dist/index.d.ts +0 -15
- package/react-devtools/dist/index.js +0 -1582
- package/react-devtools/dist/index.js.map +0 -1
- package/react-devtools/dist/index.mjs +0 -1554
- package/react-devtools/dist/index.mjs.map +0 -1
- package/realtime/dist/index.d.mts +0 -27
- package/realtime/dist/index.d.ts +0 -27
- package/realtime/dist/index.js +0 -191
- package/realtime/dist/index.js.map +0 -1
- package/realtime/dist/index.mjs +0 -152
- package/realtime/dist/index.mjs.map +0 -1
- package/realtime-react/dist/index.d.mts +0 -45
- package/realtime-react/dist/index.d.ts +0 -45
- package/realtime-react/dist/index.js +0 -213
- package/realtime-react/dist/index.js.map +0 -1
- package/realtime-react/dist/index.mjs +0 -168
- package/realtime-react/dist/index.mjs.map +0 -1
package/dist/index.d.mts
CHANGED
|
@@ -577,7 +577,7 @@ type TimelineToken = {
|
|
|
577
577
|
};
|
|
578
578
|
type TimelineOptions = {
|
|
579
579
|
key: string;
|
|
580
|
-
atoms: (AtomFamily<any> | AtomToken<any>)[];
|
|
580
|
+
atoms: (AtomFamily<any, any> | AtomToken<any>)[];
|
|
581
581
|
};
|
|
582
582
|
type TimelineUpdate = TimelineAtomUpdate | TimelineSelectorUpdate | TimelineTransactionUpdate;
|
|
583
583
|
declare const timeline: (options: TimelineOptions) => TimelineToken;
|
package/dist/index.d.ts
CHANGED
|
@@ -577,7 +577,7 @@ type TimelineToken = {
|
|
|
577
577
|
};
|
|
578
578
|
type TimelineOptions = {
|
|
579
579
|
key: string;
|
|
580
|
-
atoms: (AtomFamily<any> | AtomToken<any>)[];
|
|
580
|
+
atoms: (AtomFamily<any, any> | AtomToken<any>)[];
|
|
581
581
|
};
|
|
582
582
|
type TimelineUpdate = TimelineAtomUpdate | TimelineSelectorUpdate | TimelineTransactionUpdate;
|
|
583
583
|
declare const timeline: (options: TimelineOptions) => TimelineToken;
|