Skip to content

Commit 8247953

Browse files
committed
bump version
1 parent 9bfffef commit 8247953

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/State.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { ReactiveProxy, r, type DataSource } from "https://raw.githubusercontent.com/justin-schroeder/arrow-js/3e34fcfc964c8c/src/index.ts";
1+
import { ReactiveProxy, r, type DataSource } from "https://raw.githubusercontent.com/justin-schroeder/arrow-js/abcdb75/src/index.ts";
22
import { Component } from "./webgen.ts";
33
export type StateData = DataSource;
44
export type StateHandler<data extends StateData> = ReactiveProxy<data>;

src/components/generic/FormInputs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { loadingWheel } from "../light-components/loadingWheel.ts";
77
import { Custom } from "./Custom.ts";
88
import { CommonIcon, CommonIconType, Icon } from "./Icon.ts";
99
import '../../css/input.webgen.static.css';
10-
import { DataSource, DataSourceKey, ReactiveProxy } from "https://raw.githubusercontent.com/justin-schroeder/arrow-js/1599e06c3abb88c7bfbd7fffab264199d641e25b/src/index.ts";
10+
import { DataSource, DataSourceKey, ReactiveProxy } from "https://raw.githubusercontent.com/justin-schroeder/arrow-js/abcdb75/src/index.ts";
1111

1212
export const speicalSyles = [ ButtonStyle.Spinner, ButtonStyle.Progress ];
1313

0 commit comments

Comments
 (0)