@itcase/lint 1.1.41 → 1.1.43
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.
|
@@ -34,7 +34,6 @@ const customGroups = {
|
|
|
34
34
|
hasTertiary: '^(?!is|on).*(T|t)ertiary.*',
|
|
35
35
|
hasQuaternary: '^(?!is|on).*(Q|q)uaternary.*',
|
|
36
36
|
hasSurface: '^(?!is|on).*(S|s)urface.*',
|
|
37
|
-
hasDefault: '^(?!is|on).*(A|a)ccent.*',
|
|
38
37
|
hasError: '^(?!is|on)(?!on).*(E|e)rror.*',
|
|
39
38
|
hasWarning: '^(?!is|on).*(W|w)arning.*',
|
|
40
39
|
hasRequire: '^(?!is|on).*(T|t)ertiary.*',
|
|
@@ -89,6 +89,11 @@ const props = [
|
|
|
89
89
|
'isTablet',
|
|
90
90
|
'isDesktop',
|
|
91
91
|
|
|
92
|
+
// FormInitialValues Mock
|
|
93
|
+
`default`,
|
|
94
|
+
`empty`,
|
|
95
|
+
`validation`,
|
|
96
|
+
|
|
92
97
|
'initialValues',
|
|
93
98
|
|
|
94
99
|
'config',
|
|
@@ -117,6 +122,16 @@ const props = [
|
|
|
117
122
|
'actions',
|
|
118
123
|
'status',
|
|
119
124
|
|
|
125
|
+
// FormMock
|
|
126
|
+
`Default`,
|
|
127
|
+
`Require`,
|
|
128
|
+
`Validation`,
|
|
129
|
+
`Filled`,
|
|
130
|
+
`Loading`,
|
|
131
|
+
`ServerError`,
|
|
132
|
+
`ServerErrorData`,
|
|
133
|
+
`InitialValues`,
|
|
134
|
+
|
|
120
135
|
// Colors
|
|
121
136
|
'accent',
|
|
122
137
|
'primary',
|
|
@@ -124,7 +139,6 @@ const props = [
|
|
|
124
139
|
'tertiary',
|
|
125
140
|
'quaternary',
|
|
126
141
|
'surface',
|
|
127
|
-
'default',
|
|
128
142
|
'error',
|
|
129
143
|
'warning',
|
|
130
144
|
'require',
|
|
@@ -139,7 +153,6 @@ const props = [
|
|
|
139
153
|
'hasTertiary',
|
|
140
154
|
'hasQuaternary',
|
|
141
155
|
'hasSurface',
|
|
142
|
-
'hasDefault',
|
|
143
156
|
'hasError',
|
|
144
157
|
'hasWarning',
|
|
145
158
|
'hasRequire',
|
|
@@ -161,10 +174,15 @@ const props = [
|
|
|
161
174
|
'hasInfoMuted',
|
|
162
175
|
'hasDisabledMuted',
|
|
163
176
|
|
|
177
|
+
// FormInitialValues Mock
|
|
178
|
+
`filled`,
|
|
179
|
+
`loading`,
|
|
180
|
+
`serverError`,
|
|
181
|
+
`serverErrorData`,
|
|
182
|
+
|
|
164
183
|
// State
|
|
165
184
|
'custom',
|
|
166
185
|
'fail',
|
|
167
|
-
'error500',
|
|
168
186
|
'nothingFound',
|
|
169
187
|
'unableLoadData',
|
|
170
188
|
'refresh',
|
|
@@ -300,7 +318,6 @@ const props = [
|
|
|
300
318
|
'email',
|
|
301
319
|
'phone',
|
|
302
320
|
'component',
|
|
303
|
-
'tags',
|
|
304
321
|
'args',
|
|
305
322
|
'globals',
|
|
306
323
|
'loaders',
|