Skip to content

Commit

Permalink
chore: remove old styles
Browse files Browse the repository at this point in the history
  • Loading branch information
k0stik committed Jul 26, 2024
1 parent 76ad16b commit dc44d42
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
3 changes: 0 additions & 3 deletions dist/js/context/json_schema_provider.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ declare class JSONSchemaFormDataProvider extends ContextProvider {
get uiSchema(): UiSchema;
get fields(): {};
get defaultFieldStyles(): {};
fieldStyles(classNames: string): {
classNames: string;
};
get uiSchemaStyled(): UiSchema;
}
export { JSONSchemaFormDataProvider };
3 changes: 0 additions & 3 deletions dist/js/context/json_schema_provider.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ class JSONSchemaFormDataProvider extends provider_1.ContextProvider {
get defaultFieldStyles() {
return {};
}
fieldStyles(classNames) {
return { classNames };
}
get uiSchemaStyled() {
const schema = this.uiSchema;
// @ts-ignore
Expand Down
4 changes: 0 additions & 4 deletions src/js/context/json_schema_provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ class JSONSchemaFormDataProvider extends ContextProvider {
return {};
}

fieldStyles(classNames: string): { classNames: string } {
return { classNames };
}

get uiSchemaStyled(): UiSchema {
const schema = this.uiSchema;
// @ts-ignore
Expand Down

0 comments on commit dc44d42

Please sign in to comment.