-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(core): 🎨 default export maintained and impact handles
default export maintained and impact handled Ref #38
- Loading branch information
Showing
13 changed files
with
436 additions
and
436 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,36 @@ | ||
/* eslint-disable sort-keys-fix/sort-keys-fix */ | ||
import { BaseStyle } from "../base/BaseStyle"; | ||
|
||
export class LargeSCStyles extends BaseStyle { | ||
export default class LargeSCStyles extends BaseStyle { | ||
constructor() { | ||
super(); | ||
|
||
this.style = { | ||
/************************************************** | ||
* INPUTS | ||
*************************************************/ | ||
* INPUTS | ||
*************************************************/ | ||
scInputsButton : {}, | ||
scInputsTextField: {}, | ||
/************************************************** | ||
* DATA DISPLAY | ||
*************************************************/ | ||
* DATA DISPLAY | ||
*************************************************/ | ||
/************************************************** | ||
* FEEDBACK | ||
*************************************************/ | ||
* FEEDBACK | ||
*************************************************/ | ||
/************************************************** | ||
* SURFACES | ||
*************************************************/ | ||
* SURFACES | ||
*************************************************/ | ||
/************************************************** | ||
* NAVIGATION | ||
*************************************************/ | ||
* NAVIGATION | ||
*************************************************/ | ||
scNavigationTab : {}, | ||
scNavigationTabs : {}, | ||
scNavigationTabs : {} | ||
/************************************************** | ||
* LAYOUTS | ||
*************************************************/ | ||
* LAYOUTS | ||
*************************************************/ | ||
/************************************************** | ||
* UTILS | ||
*************************************************/ | ||
* UTILS | ||
*************************************************/ | ||
}; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,36 @@ | ||
/* eslint-disable sort-keys-fix/sort-keys-fix */ | ||
import { BaseStyle } from "../base/BaseStyle"; | ||
|
||
export class MediumSCStyles extends BaseStyle { | ||
export default class MediumSCStyles extends BaseStyle { | ||
constructor() { | ||
super(); | ||
|
||
this.style = { | ||
/************************************************** | ||
* INPUTS | ||
*************************************************/ | ||
* INPUTS | ||
*************************************************/ | ||
scInputsButton : {}, | ||
scInputsTextField: {}, | ||
/************************************************** | ||
* DATA DISPLAY | ||
*************************************************/ | ||
* DATA DISPLAY | ||
*************************************************/ | ||
/************************************************** | ||
* FEEDBACK | ||
*************************************************/ | ||
* FEEDBACK | ||
*************************************************/ | ||
/************************************************** | ||
* SURFACES | ||
*************************************************/ | ||
* SURFACES | ||
*************************************************/ | ||
/************************************************** | ||
* NAVIGATION | ||
*************************************************/ | ||
* NAVIGATION | ||
*************************************************/ | ||
scNavigationTab : {}, | ||
scNavigationTabs : {}, | ||
scNavigationTabs : {} | ||
/************************************************** | ||
* LAYOUTS | ||
*************************************************/ | ||
* LAYOUTS | ||
*************************************************/ | ||
/************************************************** | ||
* UTILS | ||
*************************************************/ | ||
* UTILS | ||
*************************************************/ | ||
}; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,36 @@ | ||
/* eslint-disable sort-keys-fix/sort-keys-fix */ | ||
import { BaseStyle } from "../base/BaseStyle"; | ||
|
||
export class XLargeSCStyles extends BaseStyle { | ||
export default class XLargeSCStyles extends BaseStyle { | ||
constructor() { | ||
super(); | ||
|
||
this.style = { | ||
/************************************************** | ||
* INPUTS | ||
*************************************************/ | ||
* INPUTS | ||
*************************************************/ | ||
scInputsButton : {}, | ||
scInputsTextField: {}, | ||
/************************************************** | ||
* DATA DISPLAY | ||
*************************************************/ | ||
* DATA DISPLAY | ||
*************************************************/ | ||
/************************************************** | ||
* FEEDBACK | ||
*************************************************/ | ||
* FEEDBACK | ||
*************************************************/ | ||
/************************************************** | ||
* SURFACES | ||
*************************************************/ | ||
* SURFACES | ||
*************************************************/ | ||
/************************************************** | ||
* NAVIGATION | ||
*************************************************/ | ||
* NAVIGATION | ||
*************************************************/ | ||
scNavigationTab : {}, | ||
scNavigationTabs : {}, | ||
scNavigationTabs : {} | ||
/************************************************** | ||
* LAYOUTS | ||
*************************************************/ | ||
* LAYOUTS | ||
*************************************************/ | ||
/************************************************** | ||
* UTILS | ||
*************************************************/ | ||
* UTILS | ||
*************************************************/ | ||
}; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,36 @@ | ||
/* eslint-disable sort-keys-fix/sort-keys-fix */ | ||
import { BaseStyle } from "../base/BaseStyle"; | ||
|
||
export class XXLargeSCStyles extends BaseStyle { | ||
export default class XXLargeSCStyles extends BaseStyle { | ||
constructor() { | ||
super(); | ||
|
||
this.style = { | ||
/************************************************** | ||
* INPUTS | ||
*************************************************/ | ||
* INPUTS | ||
*************************************************/ | ||
scInputsButton : {}, | ||
scInputsTextField: {}, | ||
/************************************************** | ||
* DATA DISPLAY | ||
*************************************************/ | ||
* DATA DISPLAY | ||
*************************************************/ | ||
/************************************************** | ||
* FEEDBACK | ||
*************************************************/ | ||
* FEEDBACK | ||
*************************************************/ | ||
/************************************************** | ||
* SURFACES | ||
*************************************************/ | ||
* SURFACES | ||
*************************************************/ | ||
/************************************************** | ||
* NAVIGATION | ||
*************************************************/ | ||
* NAVIGATION | ||
*************************************************/ | ||
scNavigationTab : {}, | ||
scNavigationTabs : {}, | ||
scNavigationTabs : {} | ||
/************************************************** | ||
* LAYOUTS | ||
*************************************************/ | ||
* LAYOUTS | ||
*************************************************/ | ||
/************************************************** | ||
* UTILS | ||
*************************************************/ | ||
* UTILS | ||
*************************************************/ | ||
}; | ||
} | ||
} |
Oops, something went wrong.