@itcase/lint 1.1.39 → 1.1.41

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -52,11 +52,13 @@ const props = [
52
52
  'fillActive',
53
53
  'fillActiveHover',
54
54
  'fillDisabled',
55
+
55
56
  'textColor',
56
57
  'textColorHover',
57
58
  'textColorActive',
58
59
  'textColorActiveHover',
59
60
  'textColorDisabled',
61
+
60
62
  'border',
61
63
  'borderColor',
62
64
  'borderColorHover',
@@ -251,8 +253,6 @@ const props = [
251
253
  'columnsTablet',
252
254
  'columnsDesktop',
253
255
 
254
- // Borders and shadows
255
- 'border',
256
256
  'shadow',
257
257
  'elevation',
258
258
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itcase/lint",
3
- "version": "1.1.39",
3
+ "version": "1.1.41",
4
4
  "author": "ITCase",
5
5
  "description": "Code style linter configuration presets",
6
6
  "engines": {