@itcase/lint 1.1.14 → 1.1.15

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.
@@ -17,6 +17,7 @@ const customGroups = {
17
17
  font: '^font.*',
18
18
  text: '^text.*',
19
19
 
20
+ hasAccent: '^.*(A|a)ccent.*',
20
21
  hasPrimary: '^.*(P|p)rimary.*',
21
22
  hasSecondary: '^.*(S|s)econdary.*',
22
23
  hasTertiary: '^.*(T|t)ertiary.*',
@@ -171,10 +171,8 @@ const props = [
171
171
  'includeFontPadding',
172
172
  'writingDirection',
173
173
 
174
- // State
175
- 'custom',
176
-
177
174
  // Colors
175
+ 'accent',
178
176
  'primary',
179
177
  'secondary',
180
178
  'tertiary',
@@ -186,6 +184,7 @@ const props = [
186
184
  'success',
187
185
  'danger',
188
186
  'disabled',
187
+ 'hasAccent',
189
188
  'hasPrimary',
190
189
  'hasSecondary',
191
190
  'hasTertiary',
@@ -198,6 +197,9 @@ const props = [
198
197
  'hasDanger',
199
198
  'hasDisabled',
200
199
 
200
+ // State
201
+ 'custom',
202
+
201
203
  // State
202
204
  'error500',
203
205
  'fail',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itcase/lint",
3
- "version": "1.1.14",
3
+ "version": "1.1.15",
4
4
  "author": "ITCase",
5
5
  "description": "Code style linter configuration presets",
6
6
  "engines": {