Skip to content

Commit 4c33e38

Browse files
committed
0.0.2
1 parent 07f8acd commit 4c33e38

3 files changed

Lines changed: 15 additions & 15 deletions

File tree

docs/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,15 @@
7070
}
7171
)
7272

73-
*Defined in [atoms/anchors/anchor.tsx:30](https://github.com/AndcultureCode/AndcultureCode.JavaScript.React.Components/blob/729d2ec/src/atoms/anchors/anchor.tsx#L30)*
73+
*Defined in [atoms/anchors/anchor.tsx:30](https://github.com/AndcultureCode/AndcultureCode.JavaScript.React.Components/blob/07f8acd/src/atoms/anchors/anchor.tsx#L30)*
7474

7575
___
7676

7777
### `Const` FactoryType
7878

7979
**FactoryType**: *object*
8080

81-
*Defined in [tests/factories/factory-type.ts:1](https://github.com/AndcultureCode/AndcultureCode.JavaScript.React.Components/blob/729d2ec/src/tests/factories/factory-type.ts#L1)*
81+
*Defined in [tests/factories/factory-type.ts:1](https://github.com/AndcultureCode/AndcultureCode.JavaScript.React.Components/blob/07f8acd/src/tests/factories/factory-type.ts#L1)*
8282

8383
#### Type declaration:
8484

@@ -88,6 +88,6 @@ ___
8888

8989
**anchorDefault**(): *Element‹›*
9090

91-
*Defined in [atoms/anchors/anchor.stories.tsx:14](https://github.com/AndcultureCode/AndcultureCode.JavaScript.React.Components/blob/729d2ec/src/atoms/anchors/anchor.stories.tsx#L14)*
91+
*Defined in [atoms/anchors/anchor.stories.tsx:14](https://github.com/AndcultureCode/AndcultureCode.JavaScript.React.Components/blob/07f8acd/src/atoms/anchors/anchor.stories.tsx#L14)*
9292

9393
**Returns:** *Element‹›*

docs/interfaces/anchorprops.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,84 +28,84 @@
2828

2929
**ariaLabel**? : *undefined | string*
3030

31-
*Defined in [atoms/anchors/anchor.tsx:11](https://github.com/AndcultureCode/AndcultureCode.JavaScript.React.Components/blob/729d2ec/src/atoms/anchors/anchor.tsx#L11)*
31+
*Defined in [atoms/anchors/anchor.tsx:11](https://github.com/AndcultureCode/AndcultureCode.JavaScript.React.Components/blob/07f8acd/src/atoms/anchors/anchor.tsx#L11)*
3232

3333
___
3434

3535
### `Optional` children
3636

3737
**children**? : *any*
3838

39-
*Defined in [atoms/anchors/anchor.tsx:12](https://github.com/AndcultureCode/AndcultureCode.JavaScript.React.Components/blob/729d2ec/src/atoms/anchors/anchor.tsx#L12)*
39+
*Defined in [atoms/anchors/anchor.tsx:12](https://github.com/AndcultureCode/AndcultureCode.JavaScript.React.Components/blob/07f8acd/src/atoms/anchors/anchor.tsx#L12)*
4040

4141
___
4242

4343
### `Optional` cssClassName
4444

4545
**cssClassName**? : *undefined | string*
4646

47-
*Defined in [atoms/anchors/anchor.tsx:13](https://github.com/AndcultureCode/AndcultureCode.JavaScript.React.Components/blob/729d2ec/src/atoms/anchors/anchor.tsx#L13)*
47+
*Defined in [atoms/anchors/anchor.tsx:13](https://github.com/AndcultureCode/AndcultureCode.JavaScript.React.Components/blob/07f8acd/src/atoms/anchors/anchor.tsx#L13)*
4848

4949
___
5050

5151
### `Optional` external
5252

5353
**external**? : *undefined | false | true*
5454

55-
*Defined in [atoms/anchors/anchor.tsx:14](https://github.com/AndcultureCode/AndcultureCode.JavaScript.React.Components/blob/729d2ec/src/atoms/anchors/anchor.tsx#L14)*
55+
*Defined in [atoms/anchors/anchor.tsx:14](https://github.com/AndcultureCode/AndcultureCode.JavaScript.React.Components/blob/07f8acd/src/atoms/anchors/anchor.tsx#L14)*
5656

5757
___
5858

5959
### `Optional` id
6060

6161
**id**? : *undefined | string*
6262

63-
*Defined in [atoms/anchors/anchor.tsx:15](https://github.com/AndcultureCode/AndcultureCode.JavaScript.React.Components/blob/729d2ec/src/atoms/anchors/anchor.tsx#L15)*
63+
*Defined in [atoms/anchors/anchor.tsx:15](https://github.com/AndcultureCode/AndcultureCode.JavaScript.React.Components/blob/07f8acd/src/atoms/anchors/anchor.tsx#L15)*
6464

6565
___
6666

6767
### `Optional` onClick
6868

6969
**onClick**? : *undefined | function*
7070

71-
*Defined in [atoms/anchors/anchor.tsx:16](https://github.com/AndcultureCode/AndcultureCode.JavaScript.React.Components/blob/729d2ec/src/atoms/anchors/anchor.tsx#L16)*
71+
*Defined in [atoms/anchors/anchor.tsx:16](https://github.com/AndcultureCode/AndcultureCode.JavaScript.React.Components/blob/07f8acd/src/atoms/anchors/anchor.tsx#L16)*
7272

7373
___
7474

7575
### `Optional` onKeyDown
7676

7777
**onKeyDown**? : *undefined | function*
7878

79-
*Defined in [atoms/anchors/anchor.tsx:17](https://github.com/AndcultureCode/AndcultureCode.JavaScript.React.Components/blob/729d2ec/src/atoms/anchors/anchor.tsx#L17)*
79+
*Defined in [atoms/anchors/anchor.tsx:17](https://github.com/AndcultureCode/AndcultureCode.JavaScript.React.Components/blob/07f8acd/src/atoms/anchors/anchor.tsx#L17)*
8080

8181
___
8282

8383
### `Optional` ref
8484

8585
**ref**? : *React.Ref‹HTMLAnchorElement›*
8686

87-
*Defined in [atoms/anchors/anchor.tsx:18](https://github.com/AndcultureCode/AndcultureCode.JavaScript.React.Components/blob/729d2ec/src/atoms/anchors/anchor.tsx#L18)*
87+
*Defined in [atoms/anchors/anchor.tsx:18](https://github.com/AndcultureCode/AndcultureCode.JavaScript.React.Components/blob/07f8acd/src/atoms/anchors/anchor.tsx#L18)*
8888

8989
___
9090

9191
### `Optional` target
9292

9393
**target**? : *undefined | string*
9494

95-
*Defined in [atoms/anchors/anchor.tsx:19](https://github.com/AndcultureCode/AndcultureCode.JavaScript.React.Components/blob/729d2ec/src/atoms/anchors/anchor.tsx#L19)*
95+
*Defined in [atoms/anchors/anchor.tsx:19](https://github.com/AndcultureCode/AndcultureCode.JavaScript.React.Components/blob/07f8acd/src/atoms/anchors/anchor.tsx#L19)*
9696

9797
___
9898

9999
### `Optional` title
100100

101101
**title**? : *undefined | string*
102102

103-
*Defined in [atoms/anchors/anchor.tsx:20](https://github.com/AndcultureCode/AndcultureCode.JavaScript.React.Components/blob/729d2ec/src/atoms/anchors/anchor.tsx#L20)*
103+
*Defined in [atoms/anchors/anchor.tsx:20](https://github.com/AndcultureCode/AndcultureCode.JavaScript.React.Components/blob/07f8acd/src/atoms/anchors/anchor.tsx#L20)*
104104

105105
___
106106

107107
### to
108108

109109
**to**: *string*
110110

111-
*Defined in [atoms/anchors/anchor.tsx:21](https://github.com/AndcultureCode/AndcultureCode.JavaScript.React.Components/blob/729d2ec/src/atoms/anchors/anchor.tsx#L21)*
111+
*Defined in [atoms/anchors/anchor.tsx:21](https://github.com/AndcultureCode/AndcultureCode.JavaScript.React.Components/blob/07f8acd/src/atoms/anchors/anchor.tsx#L21)*

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,5 +105,5 @@
105105
"watch:test": "jest ./src --watch"
106106
},
107107
"types": "dist/index",
108-
"version": "0.0.1"
108+
"version": "0.0.2"
109109
}

0 commit comments

Comments
 (0)