Skip to content

Commit

Permalink
Moved project from file to folder based format
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasRitter committed Feb 4, 2019
1 parent 0c9f2fa commit dfb9e49
Show file tree
Hide file tree
Showing 36 changed files with 4,818 additions and 2,519 deletions.
11 changes: 9 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
# MacOS
.DS_Store

#repo
# repo
*/node_modules/*

# Framer X
.cache
.config.json
.backups
.backups
.cache
## Auth
.npmrc

# Editors
.idea
.vscode
File renamed without changes.
File renamed without changes.
4,399 changes: 2,607 additions & 1,792 deletions src/build/index.js → Atlaskit.framerfx/build/index.js

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions Atlaskit.framerfx/code/AKProps.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
export default interface AKProps {
width?: number;
height?: number;
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ interface Props extends AKProps {
values: Array<string>;
}

export class AKButton extends React.Component<Props> {
export class AKIndicator extends React.Component<Props> {
// The default properties of the component.
static defaultProps = {
selectedIndex: 0,
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit dfb9e49

Please sign in to comment.