Skip to content

Commit 2810675

Browse files
committed
upgrade deps && docs [skip ci]
1 parent c009a98 commit 2810675

File tree

9 files changed

+24
-24
lines changed

9 files changed

+24
-24
lines changed

.turborepo-template.lst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
344468f25184ce0f3fb0269e963f24b8e91bfb84
1+
c009a9893adc8564ddb4fe8ba808a2bcc02668f0

docs/client/loader-container/loader-container.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ nav_order: 5
99

1010
### LoaderContainerProps
1111

12-
Defined in: [client/loader-container/loader-container.tsx:5](https://github.com/react18-tools/turborepo-template/blob/344468f25184ce0f3fb0269e963f24b8e91bfb84/lib/src/client/loader-container/loader-container.tsx#L5)
12+
Defined in: [client/loader-container/loader-container.tsx:5](https://github.com/react18-tools/turborepo-template/blob/c009a9893adc8564ddb4fe8ba808a2bcc02668f0/lib/src/client/loader-container/loader-container.tsx#L5)
1313

1414
#### Extends
1515

@@ -21,7 +21,7 @@ Defined in: [client/loader-container/loader-container.tsx:5](https://github.com/
2121

2222
> `optional` **children**: `ReactNode`
2323
24-
Defined in: [client/loader-container/loader-container.tsx:6](https://github.com/react18-tools/turborepo-template/blob/344468f25184ce0f3fb0269e963f24b8e91bfb84/lib/src/client/loader-container/loader-container.tsx#L6)
24+
Defined in: [client/loader-container/loader-container.tsx:6](https://github.com/react18-tools/turborepo-template/blob/c009a9893adc8564ddb4fe8ba808a2bcc02668f0/lib/src/client/loader-container/loader-container.tsx#L6)
2525

2626
###### Overrides
2727

@@ -31,15 +31,15 @@ Defined in: [client/loader-container/loader-container.tsx:6](https://github.com/
3131

3232
> `optional` **loading**: `boolean`
3333
34-
Defined in: [client/loader-container/loader-container.tsx:7](https://github.com/react18-tools/turborepo-template/blob/344468f25184ce0f3fb0269e963f24b8e91bfb84/lib/src/client/loader-container/loader-container.tsx#L7)
34+
Defined in: [client/loader-container/loader-container.tsx:7](https://github.com/react18-tools/turborepo-template/blob/c009a9893adc8564ddb4fe8ba808a2bcc02668f0/lib/src/client/loader-container/loader-container.tsx#L7)
3535

3636
## Functions
3737

3838
### LoaderContainer()
3939

4040
> **LoaderContainer**(`__namedParameters`: [`LoaderContainerProps`](#loadercontainerprops)): `Element`
4141
42-
Defined in: [client/loader-container/loader-container.tsx:14](https://github.com/react18-tools/turborepo-template/blob/344468f25184ce0f3fb0269e963f24b8e91bfb84/lib/src/client/loader-container/loader-container.tsx#L14)
42+
Defined in: [client/loader-container/loader-container.tsx:14](https://github.com/react18-tools/turborepo-template/blob/c009a9893adc8564ddb4fe8ba808a2bcc02668f0/lib/src/client/loader-container/loader-container.tsx#L14)
4343

4444
# LoaderContainer
4545

docs/constants.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ nav_order: 2
1111

1212
> `const` **LOADER_RGS_KEY**: `"r18-loaders"` = `"r18-loaders"`
1313
14-
Defined in: [constants.ts:3](https://github.com/react18-tools/turborepo-template/blob/344468f25184ce0f3fb0269e963f24b8e91bfb84/lib/src/constants.ts#L3)
14+
Defined in: [constants.ts:3](https://github.com/react18-tools/turborepo-template/blob/c009a9893adc8564ddb4fe8ba808a2bcc02668f0/lib/src/constants.ts#L3)
1515

1616
const uuid = () =\> (Date.now() \* Math.random()).toString(16).slice(2, 8);

docs/hooks/use-loader.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ nav_order: 7
1111

1212
> **useLoader**(): \{ `loading`: `boolean`; `setLoading`: `SetStateAction`\<`boolean`\>; \}
1313
14-
Defined in: [hooks/use-loader.ts:8](https://github.com/react18-tools/turborepo-template/blob/344468f25184ce0f3fb0269e963f24b8e91bfb84/lib/src/hooks/use-loader.ts#L8)
14+
Defined in: [hooks/use-loader.ts:8](https://github.com/react18-tools/turborepo-template/blob/c009a9893adc8564ddb4fe8ba808a2bcc02668f0/lib/src/hooks/use-loader.ts#L8)
1515

1616
#### Returns
1717

docs/server/bars/bars1/bars1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ nav_order: 11
1212

1313
> **Bars1**(`props`: [`BaseProps`](../../common/base/base.md#baseprops)): `Element`
1414
15-
Defined in: [server/bars/bars1/bars1.tsx:10](https://github.com/react18-tools/turborepo-template/blob/344468f25184ce0f3fb0269e963f24b8e91bfb84/lib/src/server/bars/bars1/bars1.tsx#L10)
15+
Defined in: [server/bars/bars1/bars1.tsx:10](https://github.com/react18-tools/turborepo-template/blob/c009a9893adc8564ddb4fe8ba808a2bcc02668f0/lib/src/server/bars/bars1/bars1.tsx#L10)
1616

1717
A simple loader with 3 dots.
1818

docs/server/bars/bars2/bars2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ nav_order: 13
1212

1313
> **Bars2**(`props`: [`BaseProps`](../../common/base/base.md#baseprops)): `Element`
1414
15-
Defined in: [server/bars/bars2/bars2.tsx:10](https://github.com/react18-tools/turborepo-template/blob/344468f25184ce0f3fb0269e963f24b8e91bfb84/lib/src/server/bars/bars2/bars2.tsx#L10)
15+
Defined in: [server/bars/bars2/bars2.tsx:10](https://github.com/react18-tools/turborepo-template/blob/c009a9893adc8564ddb4fe8ba808a2bcc02668f0/lib/src/server/bars/bars2/bars2.tsx#L10)
1616

1717
A simple loader with 3 dots.
1818

docs/server/common/base/base.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ nav_order: 16
1010

1111
### BaseProps
1212

13-
Defined in: [server/common/base/base.tsx:4](https://github.com/react18-tools/turborepo-template/blob/344468f25184ce0f3fb0269e963f24b8e91bfb84/lib/src/server/common/base/base.tsx#L4)
13+
Defined in: [server/common/base/base.tsx:4](https://github.com/react18-tools/turborepo-template/blob/c009a9893adc8564ddb4fe8ba808a2bcc02668f0/lib/src/server/common/base/base.tsx#L4)
1414

1515
Interface declaring the common properties of the loaders
1616

@@ -28,7 +28,7 @@ Interface declaring the common properties of the loaders
2828

2929
> `optional` **color**: `string`
3030
31-
Defined in: [server/common/base/base.tsx:10](https://github.com/react18-tools/turborepo-template/blob/344468f25184ce0f3fb0269e963f24b8e91bfb84/lib/src/server/common/base/base.tsx#L10)
31+
Defined in: [server/common/base/base.tsx:10](https://github.com/react18-tools/turborepo-template/blob/c009a9893adc8564ddb4fe8ba808a2bcc02668f0/lib/src/server/common/base/base.tsx#L10)
3232

3333
Color of the dots - CSS compatible color
3434

@@ -40,7 +40,7 @@ Color of the dots - CSS compatible color
4040

4141
> `optional` **height**: `string` \| `number`
4242
43-
Defined in: [server/common/base/base.tsx:8](https://github.com/react18-tools/turborepo-template/blob/344468f25184ce0f3fb0269e963f24b8e91bfb84/lib/src/server/common/base/base.tsx#L8)
43+
Defined in: [server/common/base/base.tsx:8](https://github.com/react18-tools/turborepo-template/blob/c009a9893adc8564ddb4fe8ba808a2bcc02668f0/lib/src/server/common/base/base.tsx#L8)
4444

4545
height of the loader element in pixels or a string with a length unit.
4646

@@ -52,7 +52,7 @@ height of the loader element in pixels or a string with a length unit.
5252

5353
> `optional` **width**: `string` \| `number`
5454
55-
Defined in: [server/common/base/base.tsx:6](https://github.com/react18-tools/turborepo-template/blob/344468f25184ce0f3fb0269e963f24b8e91bfb84/lib/src/server/common/base/base.tsx#L6)
55+
Defined in: [server/common/base/base.tsx:6](https://github.com/react18-tools/turborepo-template/blob/c009a9893adc8564ddb4fe8ba808a2bcc02668f0/lib/src/server/common/base/base.tsx#L6)
5656

5757
width of the loader element in pixels or a string with a length unit.
5858

@@ -64,7 +64,7 @@ width of the loader element in pixels or a string with a length unit.
6464

6565
### OtherProps
6666

67-
Defined in: [server/common/base/base.tsx:14](https://github.com/react18-tools/turborepo-template/blob/344468f25184ce0f3fb0269e963f24b8e91bfb84/lib/src/server/common/base/base.tsx#L14)
67+
Defined in: [server/common/base/base.tsx:14](https://github.com/react18-tools/turborepo-template/blob/c009a9893adc8564ddb4fe8ba808a2bcc02668f0/lib/src/server/common/base/base.tsx#L14)
6868

6969
Other props - loaderClass is included here as we will extend BaseProps for other loaders
7070

@@ -74,13 +74,13 @@ Other props - loaderClass is included here as we will extend BaseProps for other
7474

7575
> `optional` **dotRadius**: `string` \| `number`
7676
77-
Defined in: [server/common/base/base.tsx:17](https://github.com/react18-tools/turborepo-template/blob/344468f25184ce0f3fb0269e963f24b8e91bfb84/lib/src/server/common/base/base.tsx#L17)
77+
Defined in: [server/common/base/base.tsx:17](https://github.com/react18-tools/turborepo-template/blob/c009a9893adc8564ddb4fe8ba808a2bcc02668f0/lib/src/server/common/base/base.tsx#L17)
7878

7979
##### loaderClass
8080

8181
> **loaderClass**: `string`
8282
83-
Defined in: [server/common/base/base.tsx:16](https://github.com/react18-tools/turborepo-template/blob/344468f25184ce0f3fb0269e963f24b8e91bfb84/lib/src/server/common/base/base.tsx#L16)
83+
Defined in: [server/common/base/base.tsx:16](https://github.com/react18-tools/turborepo-template/blob/c009a9893adc8564ddb4fe8ba808a2bcc02668f0/lib/src/server/common/base/base.tsx#L16)
8484

8585
Loader class name
8686

@@ -90,7 +90,7 @@ Loader class name
9090

9191
> **Base**(`__namedParameters`: [`BaseProps`](#baseprops) & [`OtherProps`](#otherprops)): `Element`
9292
93-
Defined in: [server/common/base/base.tsx:25](https://github.com/react18-tools/turborepo-template/blob/344468f25184ce0f3fb0269e963f24b8e91bfb84/lib/src/server/common/base/base.tsx#L25)
93+
Defined in: [server/common/base/base.tsx:25](https://github.com/react18-tools/turborepo-template/blob/c009a9893adc8564ddb4fe8ba808a2bcc02668f0/lib/src/server/common/base/base.tsx#L25)
9494

9595
Base component to avoid code duplication
9696

docs/server/dots/dots1/dots1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ nav_order: 19
1212

1313
> **Dots1**(`props`: [`BaseProps`](../../common/base/base.md#baseprops)): `Element`
1414
15-
Defined in: [server/dots/dots1/dots1.tsx:10](https://github.com/react18-tools/turborepo-template/blob/344468f25184ce0f3fb0269e963f24b8e91bfb84/lib/src/server/dots/dots1/dots1.tsx#L10)
15+
Defined in: [server/dots/dots1/dots1.tsx:10](https://github.com/react18-tools/turborepo-template/blob/c009a9893adc8564ddb4fe8ba808a2bcc02668f0/lib/src/server/dots/dots1/dots1.tsx#L10)
1616

1717
A simple loader with 3 dots.
1818

docs/server/dots/dots2/dots2.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ nav_order: 21
1010

1111
### Dots2Props
1212

13-
Defined in: [server/dots/dots2/dots2.tsx:4](https://github.com/react18-tools/turborepo-template/blob/344468f25184ce0f3fb0269e963f24b8e91bfb84/lib/src/server/dots/dots2/dots2.tsx#L4)
13+
Defined in: [server/dots/dots2/dots2.tsx:4](https://github.com/react18-tools/turborepo-template/blob/c009a9893adc8564ddb4fe8ba808a2bcc02668f0/lib/src/server/dots/dots2/dots2.tsx#L4)
1414

1515
Interface declaring the common properties of the loaders
1616

@@ -24,7 +24,7 @@ Interface declaring the common properties of the loaders
2424

2525
> `optional` **color**: `string`
2626
27-
Defined in: [server/common/base/base.tsx:10](https://github.com/react18-tools/turborepo-template/blob/344468f25184ce0f3fb0269e963f24b8e91bfb84/lib/src/server/common/base/base.tsx#L10)
27+
Defined in: [server/common/base/base.tsx:10](https://github.com/react18-tools/turborepo-template/blob/c009a9893adc8564ddb4fe8ba808a2bcc02668f0/lib/src/server/common/base/base.tsx#L10)
2828

2929
Color of the dots - CSS compatible color
3030

@@ -36,15 +36,15 @@ Color of the dots - CSS compatible color
3636

3737
> `optional` **dotRadius**: `string` \| `number`
3838
39-
Defined in: [server/dots/dots2/dots2.tsx:6](https://github.com/react18-tools/turborepo-template/blob/344468f25184ce0f3fb0269e963f24b8e91bfb84/lib/src/server/dots/dots2/dots2.tsx#L6)
39+
Defined in: [server/dots/dots2/dots2.tsx:6](https://github.com/react18-tools/turborepo-template/blob/c009a9893adc8564ddb4fe8ba808a2bcc02668f0/lib/src/server/dots/dots2/dots2.tsx#L6)
4040

4141
Radius of the dots in pixels or a string with a length unit.
4242

4343
##### height?
4444

4545
> `optional` **height**: `string` \| `number`
4646
47-
Defined in: [server/common/base/base.tsx:8](https://github.com/react18-tools/turborepo-template/blob/344468f25184ce0f3fb0269e963f24b8e91bfb84/lib/src/server/common/base/base.tsx#L8)
47+
Defined in: [server/common/base/base.tsx:8](https://github.com/react18-tools/turborepo-template/blob/c009a9893adc8564ddb4fe8ba808a2bcc02668f0/lib/src/server/common/base/base.tsx#L8)
4848

4949
height of the loader element in pixels or a string with a length unit.
5050

@@ -56,7 +56,7 @@ height of the loader element in pixels or a string with a length unit.
5656

5757
> `optional` **width**: `string` \| `number`
5858
59-
Defined in: [server/common/base/base.tsx:6](https://github.com/react18-tools/turborepo-template/blob/344468f25184ce0f3fb0269e963f24b8e91bfb84/lib/src/server/common/base/base.tsx#L6)
59+
Defined in: [server/common/base/base.tsx:6](https://github.com/react18-tools/turborepo-template/blob/c009a9893adc8564ddb4fe8ba808a2bcc02668f0/lib/src/server/common/base/base.tsx#L6)
6060

6161
width of the loader element in pixels or a string with a length unit.
6262

@@ -70,7 +70,7 @@ width of the loader element in pixels or a string with a length unit.
7070

7171
> **Dots2**(`props`: [`Dots2Props`](#dots2props)): `Element`
7272
73-
Defined in: [server/dots/dots2/dots2.tsx:15](https://github.com/react18-tools/turborepo-template/blob/344468f25184ce0f3fb0269e963f24b8e91bfb84/lib/src/server/dots/dots2/dots2.tsx#L15)
73+
Defined in: [server/dots/dots2/dots2.tsx:15](https://github.com/react18-tools/turborepo-template/blob/c009a9893adc8564ddb4fe8ba808a2bcc02668f0/lib/src/server/dots/dots2/dots2.tsx#L15)
7474

7575
A simple loader with 3 dots.
7676

0 commit comments

Comments
 (0)