Skip to content

Commit 085d60a

Browse files
Mise à jour des styles par défaut dans quasar-jsonform, renommage
1 parent b749604 commit 085d60a

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

src/components/quasar-jsonform/styles/defaultStyles.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Styles } from './styles';
1+
import { Styles } from './style';
22

33
export const defaultStyles: Styles = {
44
control: {
@@ -54,4 +54,4 @@ export const defaultStyles: Styles = {
5454
categorization: {
5555
root: 'categorization',
5656
},
57-
};
57+
};
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export * from './defaultStyles';
2-
export * from './styles';
3-
export * from './utils';
2+
export * from './style';
3+
export * from './utils';
File renamed without changes.

src/components/quasar-jsonform/styles/utils.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Styles } from './styles';
1+
import { Styles } from './style';
22
import cloneDeep from 'lodash/cloneDeep';
33
import mergeWith from 'lodash/mergeWith';
44

@@ -33,4 +33,4 @@ export const mergeStyles = (
3333
return undefined;
3434
});
3535
return styles;
36-
};
36+
};

0 commit comments

Comments
 (0)