Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: minor refactor of left over code from migration #355

Merged
merged 1 commit into from
Feb 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading