-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Refactor class name imports * Reorder exports
- Loading branch information
1 parent
150f03c
commit 23228c4
Showing
15 changed files
with
96 additions
and
116 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,17 @@ | ||
const FLEX = 'pcui-flex'; | ||
const GRID = 'pcui-grid'; | ||
const HIDDEN = 'pcui-hidden'; | ||
const SCROLLABLE = 'pcui-scrollable'; | ||
const RESIZABLE = 'pcui-resizable'; | ||
const READONLY = 'pcui-readonly'; | ||
const DISABLED = 'pcui-disabled'; | ||
const COLLAPSIBLE = 'pcui-collapsible'; | ||
const COLLAPSED = 'pcui-collapsed'; | ||
const FOCUS = 'pcui-focus'; | ||
const MULTIPLE_VALUES = 'pcui-multiple-values'; | ||
const ERROR = 'pcui-error'; | ||
const FLASH = 'flash'; | ||
const NOT_FLEXIBLE = 'pcui-not-flexible'; | ||
const DEFAULT_MOUSEDOWN = 'pcui-default-mousedown'; | ||
const FONT_REGULAR = 'font-regular'; | ||
const FONT_BOLD = 'font-bold'; | ||
|
||
export { | ||
FLEX, | ||
GRID, | ||
HIDDEN, | ||
SCROLLABLE, | ||
RESIZABLE, | ||
READONLY, | ||
DISABLED, | ||
COLLAPSIBLE, | ||
COLLAPSED, | ||
FOCUS, | ||
MULTIPLE_VALUES, | ||
ERROR, | ||
FLASH, | ||
NOT_FLEXIBLE, | ||
DEFAULT_MOUSEDOWN, | ||
FONT_REGULAR, | ||
FONT_BOLD | ||
}; | ||
export const CLASS_COLLAPSED = 'pcui-collapsed'; | ||
export const CLASS_COLLAPSIBLE = 'pcui-collapsible'; | ||
export const CLASS_DEFAULT_MOUSEDOWN = 'pcui-default-mousedown'; | ||
export const CLASS_DISABLED = 'pcui-disabled'; | ||
export const CLASS_ERROR = 'pcui-error'; | ||
export const CLASS_FLASH = 'flash'; | ||
export const CLASS_FLEX = 'pcui-flex'; | ||
export const CLASS_FOCUS = 'pcui-focus'; | ||
export const CLASS_FONT_REGULAR = 'font-regular'; | ||
export const CLASS_FONT_BOLD = 'font-bold'; | ||
export const CLASS_GRID = 'pcui-grid'; | ||
export const CLASS_HIDDEN = 'pcui-hidden'; | ||
export const CLASS_MULTIPLE_VALUES = 'pcui-multiple-values'; | ||
export const CLASS_NOT_FLEXIBLE = 'pcui-not-flexible'; | ||
export const CLASS_READONLY = 'pcui-readonly'; | ||
export const CLASS_RESIZABLE = 'pcui-resizable'; | ||
export const CLASS_SCROLLABLE = 'pcui-scrollable'; |
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
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
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
Oops, something went wrong.