tinybase 8.2.0-beta.2 → 8.3.0-beta.0

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.
@@ -692,7 +692,7 @@ export type SortedTablePaginatorProps = {
692
692
  *
693
693
  * See the <TableInHtmlTable /> (React) demo for this component in action:
694
694
  *
695
- * ![TableInHtmlTable example](/shots/tableinhtmltable-react-demo.png
695
+ * ![TableInHtmlTable example](https://beta.tinybase.org/shots/tableinhtmltable-react-demo.png
696
696
  * "TableInHtmlTable example")
697
697
  *
698
698
  * The component's props identify which Table to render based on Table Id, and
@@ -838,8 +838,7 @@ export function TableInHtmlTable(
838
838
  * See the <SortedTableInHtmlTable /> (React) demo for this component in
839
839
  * action:
840
840
  *
841
- * ![SortedTableInHtmlTable example](
842
- * /shots/sortedtableinhtmltable-react-demo.png
841
+ * ![SortedTableInHtmlTable example](https://beta.tinybase.org/shots/sortedtableinhtmltable-react-demo.png
843
842
  * "SortedTableInHtmlTable example")
844
843
  *
845
844
  * The component's props identify which Table to render based on Table Id, and
@@ -1012,7 +1011,7 @@ export function SortedTableInHtmlTable(
1012
1011
  *
1013
1012
  * See the <ValuesInHtmlTable /> (React) demo for this component in action:
1014
1013
  *
1015
- * ![ValuesInHtmlTable example](/shots/valuesinhtmltable-react-demo.png
1014
+ * ![ValuesInHtmlTable example](https://beta.tinybase.org/shots/valuesinhtmltable-react-demo.png
1016
1015
  * "ValuesInHtmlTable example")
1017
1016
  *
1018
1017
  * The component's props identify which Row to render based on Table Id, Row Id,
@@ -1143,7 +1142,7 @@ export function ValuesInHtmlTable(
1143
1142
  *
1144
1143
  * See the <SliceInHtmlTable /> (React) demo for this component in action:
1145
1144
  *
1146
- * ![SliceInHtmlTable example](/shots/sliceinhtmltable-react-demo.png
1145
+ * ![SliceInHtmlTable example](https://beta.tinybase.org/shots/sliceinhtmltable-react-demo.png
1147
1146
  * "SliceInHtmlTable example")
1148
1147
  *
1149
1148
  * The component's props identify which Slice to render based on Index Id, Slice
@@ -1301,8 +1300,7 @@ export function SliceInHtmlTable(
1301
1300
  * See the <RelationshipInHtmlTable /> (React) demo for this component in
1302
1301
  * action:
1303
1302
  *
1304
- * ![RelationshipInHtmlTable example](
1305
- * /shots/relationshipinhtmltable-react-demo.png
1303
+ * ![RelationshipInHtmlTable example](https://beta.tinybase.org/shots/relationshipinhtmltable-react-demo.png
1306
1304
  * "RelationshipInHtmlTable example")
1307
1305
  *
1308
1306
  * The component's props identify which Relationship to render based on
@@ -1480,8 +1478,7 @@ export function RelationshipInHtmlTable(
1480
1478
  * See the <ResultTableInHtmlTable /> (React) demo for this component in
1481
1479
  * action:
1482
1480
  *
1483
- * ![ResultTableInHtmlTable example](
1484
- * /shots/resulttableinhtmltable-react-demo.png
1481
+ * ![ResultTableInHtmlTable example](https://beta.tinybase.org/shots/resulttableinhtmltable-react-demo.png
1485
1482
  * "ResultTableInHtmlTable example")
1486
1483
  *
1487
1484
  * The component's props identify which ResultTable to render based on query Id,
@@ -1634,8 +1631,7 @@ export function ResultTableInHtmlTable(
1634
1631
  * See the <ResultSortedTableInHtmlTable /> (React) demo for this component in
1635
1632
  * action:
1636
1633
  *
1637
- * ![ResultSortedTableInHtmlTable example](
1638
- * /shots/resultsortedtableinhtmltable-react-demo.png
1634
+ * ![ResultSortedTableInHtmlTable example](https://beta.tinybase.org/shots/resultsortedtableinhtmltable-react-demo.png
1639
1635
  * "ResultSortedTableInHtmlTable example")
1640
1636
  *
1641
1637
  * The component's props identify which ResultTable to render based on query Id,
@@ -1809,7 +1805,7 @@ export function ResultSortedTableInHtmlTable(
1809
1805
  *
1810
1806
  * See the <EditableCellView /> (React) demo for this component in action:
1811
1807
  *
1812
- * ![EditableCellView example](/shots/editablecellview-react-demo.png
1808
+ * ![EditableCellView example](https://beta.tinybase.org/shots/editablecellview-react-demo.png
1813
1809
  * "EditableCellView example")
1814
1810
  *
1815
1811
  * The component's props identify which Cell to render based on Table Id, Row
@@ -1880,7 +1876,7 @@ export function EditableCellView(
1880
1876
  *
1881
1877
  * See the <EditableValueView /> (React) demo for this component in action:
1882
1878
  *
1883
- * ![EditableValueView example](/shots/editablevalueview-react-demo.png
1879
+ * ![EditableValueView example](https://beta.tinybase.org/shots/editablevalueview-react-demo.png
1884
1880
  * "EditableValueView example")
1885
1881
  *
1886
1882
  * The component's props identify which Value to render based on Table Id, Row
@@ -1951,7 +1947,7 @@ export function EditableValueView(
1951
1947
  * See the <SortedTableInHtmlTable /> (React) demo for this component in
1952
1948
  * action:
1953
1949
  *
1954
- * ![SortedTablePaginator example](/shots/sortedtablepaginator-react-demo.png
1950
+ * ![SortedTablePaginator example](https://beta.tinybase.org/shots/sortedtablepaginator-react-demo.png
1955
1951
  * "SortedTablePaginator example")
1956
1952
  *
1957
1953
  * The component displays 'previous' and 'next' buttons for paging through the
@@ -674,7 +674,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
674
674
  *
675
675
  * See the <TableInHtmlTable /> (React) demo for this component in action:
676
676
  *
677
- * ![TableInHtmlTable example](/shots/tableinhtmltable-react-demo.png
677
+ * ![TableInHtmlTable example](https://beta.tinybase.org/shots/tableinhtmltable-react-demo.png
678
678
  * "TableInHtmlTable example")
679
679
  *
680
680
  * The component's props identify which Table to render based on Table Id, and
@@ -828,8 +828,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
828
828
  * See the <SortedTableInHtmlTable /> (React) demo for this component in
829
829
  * action:
830
830
  *
831
- * ![SortedTableInHtmlTable example](
832
- * /shots/sortedtableinhtmltable-react-demo.png
831
+ * ![SortedTableInHtmlTable example](https://beta.tinybase.org/shots/sortedtableinhtmltable-react-demo.png
833
832
  * "SortedTableInHtmlTable example")
834
833
  *
835
834
  * The component's props identify which Table to render based on Table Id, and
@@ -1010,7 +1009,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
1010
1009
  *
1011
1010
  * See the <ValuesInHtmlTable /> (React) demo for this component in action:
1012
1011
  *
1013
- * ![ValuesInHtmlTable example](/shots/valuesinhtmltable-react-demo.png
1012
+ * ![ValuesInHtmlTable example](https://beta.tinybase.org/shots/valuesinhtmltable-react-demo.png
1014
1013
  * "ValuesInHtmlTable example")
1015
1014
  *
1016
1015
  * The component's props identify which Row to render based on Table Id, Row Id,
@@ -1149,7 +1148,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
1149
1148
  *
1150
1149
  * See the <SliceInHtmlTable /> (React) demo for this component in action:
1151
1150
  *
1152
- * ![SliceInHtmlTable example](/shots/sliceinhtmltable-react-demo.png
1151
+ * ![SliceInHtmlTable example](https://beta.tinybase.org/shots/sliceinhtmltable-react-demo.png
1153
1152
  * "SliceInHtmlTable example")
1154
1153
  *
1155
1154
  * The component's props identify which Slice to render based on Index Id, Slice
@@ -1315,8 +1314,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
1315
1314
  * See the <RelationshipInHtmlTable /> (React) demo for this component in
1316
1315
  * action:
1317
1316
  *
1318
- * ![RelationshipInHtmlTable example](
1319
- * /shots/relationshipinhtmltable-react-demo.png
1317
+ * ![RelationshipInHtmlTable example](https://beta.tinybase.org/shots/relationshipinhtmltable-react-demo.png
1320
1318
  * "RelationshipInHtmlTable example")
1321
1319
  *
1322
1320
  * The component's props identify which Relationship to render based on
@@ -1502,8 +1500,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
1502
1500
  * See the <ResultTableInHtmlTable /> (React) demo for this component in
1503
1501
  * action:
1504
1502
  *
1505
- * ![ResultTableInHtmlTable example](
1506
- * /shots/resulttableinhtmltable-react-demo.png
1503
+ * ![ResultTableInHtmlTable example](https://beta.tinybase.org/shots/resulttableinhtmltable-react-demo.png
1507
1504
  * "ResultTableInHtmlTable example")
1508
1505
  *
1509
1506
  * The component's props identify which ResultTable to render based on query Id,
@@ -1664,8 +1661,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
1664
1661
  * See the <ResultSortedTableInHtmlTable /> (React) demo for this component in
1665
1662
  * action:
1666
1663
  *
1667
- * ![ResultSortedTableInHtmlTable example](
1668
- * /shots/resultsortedtableinhtmltable-react-demo.png
1664
+ * ![ResultSortedTableInHtmlTable example](https://beta.tinybase.org/shots/resultsortedtableinhtmltable-react-demo.png
1669
1665
  * "ResultSortedTableInHtmlTable example")
1670
1666
  *
1671
1667
  * The component's props identify which ResultTable to render based on query Id,
@@ -1847,7 +1843,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
1847
1843
  *
1848
1844
  * See the <EditableCellView /> (React) demo for this component in action:
1849
1845
  *
1850
- * ![EditableCellView example](/shots/editablecellview-react-demo.png
1846
+ * ![EditableCellView example](https://beta.tinybase.org/shots/editablecellview-react-demo.png
1851
1847
  * "EditableCellView example")
1852
1848
  *
1853
1849
  * The component's props identify which Cell to render based on Table Id, Row
@@ -1932,7 +1928,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
1932
1928
  *
1933
1929
  * See the <EditableValueView /> (React) demo for this component in action:
1934
1930
  *
1935
- * ![EditableValueView example](/shots/editablevalueview-react-demo.png
1931
+ * ![EditableValueView example](https://beta.tinybase.org/shots/editablevalueview-react-demo.png
1936
1932
  * "EditableValueView example")
1937
1933
  *
1938
1934
  * The component's props identify which Value to render based on Table Id, Row
@@ -2003,7 +1999,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
2003
1999
  * See the <SortedTableInHtmlTable /> (React) demo for this component in
2004
2000
  * action:
2005
2001
  *
2006
- * ![SortedTablePaginator example](/shots/sortedtablepaginator-react-demo.png
2002
+ * ![SortedTablePaginator example](https://beta.tinybase.org/shots/sortedtablepaginator-react-demo.png
2007
2003
  * "SortedTablePaginator example")
2008
2004
  *
2009
2005
  * The component displays 'previous' and 'next' buttons for paging through the
@@ -46,7 +46,7 @@ export type InspectorProps = {
46
46
  *
47
47
  * See the <Inspector /> (React) demo for this component in action:
48
48
  *
49
- * ![Inspector example](/shots/inspector-react-demo.png
49
+ * ![Inspector example](https://beta.tinybase.org/shots/inspector-react-demo.png
50
50
  * "Inspector example")
51
51
  *
52
52
  * The component displays a nub in the corner of the screen which you may then
@@ -46,7 +46,7 @@ export type InspectorProps = {
46
46
  *
47
47
  * See the <Inspector /> (React) demo for this component in action:
48
48
  *
49
- * ![Inspector example](/shots/inspector-react-demo.png
49
+ * ![Inspector example](https://beta.tinybase.org/shots/inspector-react-demo.png
50
50
  * "Inspector example")
51
51
  *
52
52
  * The component displays a nub in the corner of the screen which you may then
@@ -690,7 +690,7 @@ export type SortedTablePaginatorProps = {
690
690
  *
691
691
  * See the <TableInHtmlTable /> (Svelte) demo for this component in action:
692
692
  *
693
- * ![TableInHtmlTable example](/shots/tableinhtmltable-svelte-demo.png
693
+ * ![TableInHtmlTable example](https://beta.tinybase.org/shots/tableinhtmltable-svelte-demo.png
694
694
  * "TableInHtmlTable example")
695
695
  *
696
696
  * The component's props identify which Table to render based on Table Id, and
@@ -854,8 +854,7 @@ export const TableInHtmlTable: Component<
854
854
  * See the <SortedTableInHtmlTable /> (Svelte) demo for this component in
855
855
  * action:
856
856
  *
857
- * ![SortedTableInHtmlTable example](
858
- * /shots/sortedtableinhtmltable-svelte-demo.png
857
+ * ![SortedTableInHtmlTable example](https://beta.tinybase.org/shots/sortedtableinhtmltable-svelte-demo.png
859
858
  * "SortedTableInHtmlTable example")
860
859
  *
861
860
  * The component's props identify which Table to render based on Table Id, and
@@ -1043,7 +1042,7 @@ export const SortedTableInHtmlTable: Component<
1043
1042
  *
1044
1043
  * See the <ValuesInHtmlTable /> (Svelte) demo for this component in action:
1045
1044
  *
1046
- * ![ValuesInHtmlTable example](/shots/valuesinhtmltable-svelte-demo.png
1045
+ * ![ValuesInHtmlTable example](https://beta.tinybase.org/shots/valuesinhtmltable-svelte-demo.png
1047
1046
  * "ValuesInHtmlTable example")
1048
1047
  *
1049
1048
  * The component's props identify which Row to render based on Table Id, Row Id,
@@ -1186,7 +1185,7 @@ export const ValuesInHtmlTable: Component<
1186
1185
  *
1187
1186
  * See the <SliceInHtmlTable /> (Svelte) demo for this component in action:
1188
1187
  *
1189
- * ![SliceInHtmlTable example](/shots/sliceinhtmltable-svelte-demo.png
1188
+ * ![SliceInHtmlTable example](https://beta.tinybase.org/shots/sliceinhtmltable-svelte-demo.png
1190
1189
  * "SliceInHtmlTable example")
1191
1190
  *
1192
1191
  * The component's props identify which Slice to render based on Index Id, Slice
@@ -1358,8 +1357,7 @@ export const SliceInHtmlTable: Component<
1358
1357
  * See the <RelationshipInHtmlTable /> (Svelte) demo for this component in
1359
1358
  * action:
1360
1359
  *
1361
- * ![RelationshipInHtmlTable example](
1362
- * /shots/relationshipinhtmltable-svelte-demo.png
1360
+ * ![RelationshipInHtmlTable example](https://beta.tinybase.org/shots/relationshipinhtmltable-svelte-demo.png
1363
1361
  * "RelationshipInHtmlTable example")
1364
1362
  *
1365
1363
  * The component's props identify which Relationship to render based on
@@ -1546,8 +1544,7 @@ export const RelationshipInHtmlTable: Component<
1546
1544
  * See the <ResultTableInHtmlTable /> (Svelte) demo for this component in
1547
1545
  * action:
1548
1546
  *
1549
- * ![ResultTableInHtmlTable example](
1550
- * /shots/resulttableinhtmltable-svelte-demo.png
1547
+ * ![ResultTableInHtmlTable example](https://beta.tinybase.org/shots/resulttableinhtmltable-svelte-demo.png
1551
1548
  * "ResultTableInHtmlTable example")
1552
1549
  *
1553
1550
  * The component's props identify which ResultTable to render based on query Id,
@@ -1716,8 +1713,7 @@ export const ResultTableInHtmlTable: Component<
1716
1713
  * See the <ResultSortedTableInHtmlTable /> (Svelte) demo for this component in
1717
1714
  * action:
1718
1715
  *
1719
- * ![ResultSortedTableInHtmlTable example](
1720
- * /shots/resultsortedtableinhtmltable-svelte-demo.png
1716
+ * ![ResultSortedTableInHtmlTable example](https://beta.tinybase.org/shots/resultsortedtableinhtmltable-svelte-demo.png
1721
1717
  * "ResultSortedTableInHtmlTable example")
1722
1718
  *
1723
1719
  * The component's props identify which ResultTable to render based on query Id,
@@ -1906,7 +1902,7 @@ export const ResultSortedTableInHtmlTable: Component<
1906
1902
  *
1907
1903
  * See the <EditableCellView /> (Svelte) demo for this component in action:
1908
1904
  *
1909
- * ![EditableCellView example](/shots/editablecellview-svelte-demo.png
1905
+ * ![EditableCellView example](https://beta.tinybase.org/shots/editablecellview-svelte-demo.png
1910
1906
  * "EditableCellView example")
1911
1907
  *
1912
1908
  * The component's props identify which Cell to render based on Table Id, Row
@@ -1979,7 +1975,7 @@ export const EditableCellView: Component<
1979
1975
  *
1980
1976
  * See the <EditableValueView /> (Svelte) demo for this component in action:
1981
1977
  *
1982
- * ![EditableValueView example](/shots/editablevalueview-svelte-demo.png
1978
+ * ![EditableValueView example](https://beta.tinybase.org/shots/editablevalueview-svelte-demo.png
1983
1979
  * "EditableValueView example")
1984
1980
  *
1985
1981
  * The component's props identify which Value to render based on Table Id, Row
@@ -2054,7 +2050,7 @@ export const EditableValueView: Component<
2054
2050
  * See the <SortedTableInHtmlTable /> (Svelte) demo for this component in
2055
2051
  * action:
2056
2052
  *
2057
- * ![SortedTablePaginator example](/shots/sortedtablepaginator-svelte-demo.png
2053
+ * ![SortedTablePaginator example](https://beta.tinybase.org/shots/sortedtablepaginator-svelte-demo.png
2058
2054
  * "SortedTablePaginator example")
2059
2055
  *
2060
2056
  * The component displays 'previous' and 'next' buttons for paging through the
@@ -670,7 +670,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
670
670
  *
671
671
  * See the <TableInHtmlTable /> (Svelte) demo for this component in action:
672
672
  *
673
- * ![TableInHtmlTable example](/shots/tableinhtmltable-svelte-demo.png
673
+ * ![TableInHtmlTable example](https://beta.tinybase.org/shots/tableinhtmltable-svelte-demo.png
674
674
  * "TableInHtmlTable example")
675
675
  *
676
676
  * The component's props identify which Table to render based on Table Id, and
@@ -840,8 +840,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
840
840
  * See the <SortedTableInHtmlTable /> (Svelte) demo for this component in
841
841
  * action:
842
842
  *
843
- * ![SortedTableInHtmlTable example](
844
- * /shots/sortedtableinhtmltable-svelte-demo.png
843
+ * ![SortedTableInHtmlTable example](https://beta.tinybase.org/shots/sortedtableinhtmltable-svelte-demo.png
845
844
  * "SortedTableInHtmlTable example")
846
845
  *
847
846
  * The component's props identify which Table to render based on Table Id, and
@@ -1037,7 +1036,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
1037
1036
  *
1038
1037
  * See the <ValuesInHtmlTable /> (Svelte) demo for this component in action:
1039
1038
  *
1040
- * ![ValuesInHtmlTable example](/shots/valuesinhtmltable-svelte-demo.png
1039
+ * ![ValuesInHtmlTable example](https://beta.tinybase.org/shots/valuesinhtmltable-svelte-demo.png
1041
1040
  * "ValuesInHtmlTable example")
1042
1041
  *
1043
1042
  * The component's props identify which Row to render based on Table Id, Row Id,
@@ -1188,7 +1187,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
1188
1187
  *
1189
1188
  * See the <SliceInHtmlTable /> (Svelte) demo for this component in action:
1190
1189
  *
1191
- * ![SliceInHtmlTable example](/shots/sliceinhtmltable-svelte-demo.png
1190
+ * ![SliceInHtmlTable example](https://beta.tinybase.org/shots/sliceinhtmltable-svelte-demo.png
1192
1191
  * "SliceInHtmlTable example")
1193
1192
  *
1194
1193
  * The component's props identify which Slice to render based on Index Id, Slice
@@ -1366,8 +1365,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
1366
1365
  * See the <RelationshipInHtmlTable /> (Svelte) demo for this component in
1367
1366
  * action:
1368
1367
  *
1369
- * ![RelationshipInHtmlTable example](
1370
- * /shots/relationshipinhtmltable-svelte-demo.png
1368
+ * ![RelationshipInHtmlTable example](https://beta.tinybase.org/shots/relationshipinhtmltable-svelte-demo.png
1371
1369
  * "RelationshipInHtmlTable example")
1372
1370
  *
1373
1371
  * The component's props identify which Relationship to render based on
@@ -1562,8 +1560,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
1562
1560
  * See the <ResultTableInHtmlTable /> (Svelte) demo for this component in
1563
1561
  * action:
1564
1562
  *
1565
- * ![ResultTableInHtmlTable example](
1566
- * /shots/resulttableinhtmltable-svelte-demo.png
1563
+ * ![ResultTableInHtmlTable example](https://beta.tinybase.org/shots/resulttableinhtmltable-svelte-demo.png
1567
1564
  * "ResultTableInHtmlTable example")
1568
1565
  *
1569
1566
  * The component's props identify which ResultTable to render based on query Id,
@@ -1740,8 +1737,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
1740
1737
  * See the <ResultSortedTableInHtmlTable /> (Svelte) demo for this component in
1741
1738
  * action:
1742
1739
  *
1743
- * ![ResultSortedTableInHtmlTable example](
1744
- * /shots/resultsortedtableinhtmltable-svelte-demo.png
1740
+ * ![ResultSortedTableInHtmlTable example](https://beta.tinybase.org/shots/resultsortedtableinhtmltable-svelte-demo.png
1745
1741
  * "ResultSortedTableInHtmlTable example")
1746
1742
  *
1747
1743
  * The component's props identify which ResultTable to render based on query Id,
@@ -1938,7 +1934,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
1938
1934
  *
1939
1935
  * See the <EditableCellView /> (Svelte) demo for this component in action:
1940
1936
  *
1941
- * ![EditableCellView example](/shots/editablecellview-svelte-demo.png
1937
+ * ![EditableCellView example](https://beta.tinybase.org/shots/editablecellview-svelte-demo.png
1942
1938
  * "EditableCellView example")
1943
1939
  *
1944
1940
  * The component's props identify which Cell to render based on Table Id, Row
@@ -2025,7 +2021,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
2025
2021
  *
2026
2022
  * See the <EditableValueView /> (Svelte) demo for this component in action:
2027
2023
  *
2028
- * ![EditableValueView example](/shots/editablevalueview-svelte-demo.png
2024
+ * ![EditableValueView example](https://beta.tinybase.org/shots/editablevalueview-svelte-demo.png
2029
2025
  * "EditableValueView example")
2030
2026
  *
2031
2027
  * The component's props identify which Value to render based on Table Id, Row
@@ -2100,7 +2096,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
2100
2096
  * See the <SortedTableInHtmlTable /> (Svelte) demo for this component in
2101
2097
  * action:
2102
2098
  *
2103
- * ![SortedTablePaginator example](/shots/sortedtablepaginator-svelte-demo.png
2099
+ * ![SortedTablePaginator example](https://beta.tinybase.org/shots/sortedtablepaginator-svelte-demo.png
2104
2100
  * "SortedTablePaginator example")
2105
2101
  *
2106
2102
  * The component displays 'previous' and 'next' buttons for paging through the
@@ -46,7 +46,7 @@ export type InspectorProps = {
46
46
  *
47
47
  * See the <Inspector /> (Svelte) demo for this component in action:
48
48
  *
49
- * ![Inspector example](/shots/inspector-svelte-demo.png
49
+ * ![Inspector example](https://beta.tinybase.org/shots/inspector-svelte-demo.png
50
50
  * "Inspector example")
51
51
  *
52
52
  * The component displays a nub in the corner of the screen which you may then
@@ -46,7 +46,7 @@ export type InspectorProps = {
46
46
  *
47
47
  * See the <Inspector /> (Svelte) demo for this component in action:
48
48
  *
49
- * ![Inspector example](/shots/inspector-svelte-demo.png
49
+ * ![Inspector example](https://beta.tinybase.org/shots/inspector-svelte-demo.png
50
50
  * "Inspector example")
51
51
  *
52
52
  * The component displays a nub in the corner of the screen which you may then
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tinybase",
3
- "version": "8.2.0-beta.2",
3
+ "version": "8.3.0-beta.0",
4
4
  "author": "jamesgpearce",
5
5
  "repository": "github:tinyplex/tinybase",
6
6
  "license": "MIT",
@@ -22,7 +22,7 @@
22
22
  "sideEffects": false,
23
23
  "peerDependencies": {
24
24
  "@automerge/automerge-repo": "^2.5.5",
25
- "@cloudflare/workers-types": "^4.20260416.2",
25
+ "@cloudflare/workers-types": "^4.20260417.1",
26
26
  "@electric-sql/pglite": "^0.4.4",
27
27
  "@libsql/client": "^0.17.2",
28
28
  "@powersync/common": "^1.52.0",
@@ -31,7 +31,7 @@
31
31
  "@vlcn.io/crsqlite-wasm": "^0.16.0",
32
32
  "arktype": "^2.2.0",
33
33
  "bun": "^1.3.12",
34
- "effect": "^3.21.0",
34
+ "effect": "^3.21.1",
35
35
  "electric-sql": "^0.12.1",
36
36
  "expo": "^55.0.15",
37
37
  "expo-sqlite": "^55.0.13",