Skip to content

Commit

Permalink
fix(no-deprecated-props): update tile prop support
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Feb 19, 2024
1 parent 928911c commit e939def
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/rules/no-deprecated-props.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ const replacements = {
shaped: false,
short: false,
shrinkOnScroll: false,
tile: false,
width: false,
...theme,
...size,
Expand All @@ -109,7 +108,6 @@ const replacements = {
origin: false,
outlined: { name: 'variant', value: 'outlined' },
shaped: false,
tile: { name: 'rounded', value: 0 },
transition: false,
...theme,
},
Expand Down Expand Up @@ -176,7 +174,6 @@ const replacements = {
round: 'rounded',
shaped: false,
text: { name: 'variant', value: 'text' },
tile: false,
top: { name: 'location', value: 'top' },
...link,
...theme,
Expand All @@ -188,7 +185,6 @@ const replacements = {
borderless: false,
dense: { name: 'density', value: 'compact' },
shaped: false,
tile: { name: 'rounded', value: 0 },
value: 'model-value',
valueComparator: false,
...theme,
Expand All @@ -199,7 +195,6 @@ const replacements = {
outlined: { name: 'variant', value: 'outlined' },
raised: { name: 'elevation', value: 8 },
shaped: false,
tile: { name: 'rounded', value: 0 },
...link,
},
VCarousel: {
Expand Down Expand Up @@ -353,7 +348,6 @@ const replacements = {
outlined: false,
padless: false,
shaped: false,
tile: false,
width: false,
...size,
},
Expand Down Expand Up @@ -396,7 +390,6 @@ const replacements = {
subheader: false,
threeLine: { name: 'lines', value: 'three' },
twoLine: { name: 'lines', value: 'two' },
tile: false,
},
VListGroup: {
activeClass: false,
Expand Down Expand Up @@ -506,7 +499,6 @@ const replacements = {
VSheet: {
outlined: false,
shaped: false,
tile: false,
},
VSlideGroup: {
activeClass: 'selected-class',
Expand Down Expand Up @@ -535,7 +527,6 @@ const replacements = {
right: { name: 'location', value: 'right' },
shaped: false,
text: false,
tile: false,
top: { name: 'location', value: 'top' },
value: 'model-value',
...theme,
Expand Down Expand Up @@ -588,7 +579,6 @@ const replacements = {
shaped: false,
short: false,
src: 'image',
tile: false,
width: false,
...size,
},
Expand Down

0 comments on commit e939def

Please sign in to comment.