-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: minor refactor of left over code from migration
- Loading branch information
Showing
5 changed files
with
1 addition
and
266 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,7 +1,7 @@ | ||
import { twPlugin } from "../utilities"; | ||
|
||
describe("utilities", () => { | ||
it("should work", () => { | ||
it("should be defined", () => { | ||
expect(twPlugin).toBeDefined(); | ||
}); | ||
}); |
69 changes: 0 additions & 69 deletions
69
packages/ui-system/src/common/__tests__/utilities.test.tsx
This file was deleted.
Oops, something went wrong.
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,33 +1,4 @@ | ||
export const BUTTON_CLASSNAME = "av-button"; | ||
export const FOOTER_CLASSNAME = "av-footer"; | ||
export const MAIN_CLASSNAME = "av-main"; | ||
export const HEADER_CLASSNAME = "av-header"; | ||
|
||
export const TEXT_INPUT_CLASSNAME = "av-text-input"; | ||
export const TEXT_INPUT_SIMPLE_CLASSNAME = "av-text-input-simple"; | ||
export const TEXT_INPUT_WRAPPER_CLASSNAME = "av-text-input-wrapper"; | ||
export const TEXT_INPUT_HELPER_TEXT_CLASSNAME = "av-text-input-helper-text"; | ||
export const TEXT_INPUT_CONTROL_RIGHT_CLASSNAME = | ||
"av-text-input__control--right"; | ||
|
||
export const TEXT_AREA_CLASSNAME = "av-text-area"; | ||
export const TEXT_AREA_WRAPPER_CLASSNAME = "av-text-area-wrapper"; | ||
export const TEXT_AREA_HELPER_TEXT_CLASSNAME = "av-text-area-helper-text"; | ||
export const TEXT_AREA_CONTROL_RIGHT_CLASSNAME = "av-text-area__control--right"; | ||
|
||
export const FLEXGRID_CLASSNAME = "av-flexgrid"; | ||
export const FLEXGRID_ITEM_CLASSNAME = "av-flexgrid-item"; | ||
|
||
export const CARD_CLASSNAME = "av-card"; | ||
|
||
export const SPINNER_CLASSNAME = "av-spinner"; | ||
|
||
export const TOGGLE_CLASSNAME = "av-toggle"; | ||
|
||
export const PANEL_CLASSNAME = "av-panel"; | ||
export const MESSAGEBOX_CLASSNAME = "av-messagebox"; | ||
|
||
export const BUBBLE_CLASSNAME = "av-bubble"; | ||
|
||
export const FLEXGRID_MAX_COLUMNS = 12; | ||
export const FLEXGRID_GAP_RATIO = 0.25; |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.