Skip to content

Commit

Permalink
fix: minor refactor of left over code from migration
Browse files Browse the repository at this point in the history
  • Loading branch information
aversini committed Feb 26, 2024
1 parent 4da0100 commit 6f4fcaf
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 266 deletions.
2 changes: 1 addition & 1 deletion packages/ui-system/src/__tests__/utilities.test.ts
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 packages/ui-system/src/common/__tests__/utilities.test.tsx

This file was deleted.

29 changes: 0 additions & 29 deletions packages/ui-system/src/common/constants.ts
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;
23 changes: 0 additions & 23 deletions packages/ui-system/src/common/index.d.ts

This file was deleted.

144 changes: 0 additions & 144 deletions packages/ui-system/src/common/utilities.ts

This file was deleted.

0 comments on commit 6f4fcaf

Please sign in to comment.