@itcase/lint 1.1.14 → 1.1.16
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.
|
@@ -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',
|
|
@@ -206,6 +208,12 @@ const props = [
|
|
|
206
208
|
'refresh',
|
|
207
209
|
'confirm',
|
|
208
210
|
|
|
211
|
+
// Style
|
|
212
|
+
'solid',
|
|
213
|
+
'outlined',
|
|
214
|
+
'full',
|
|
215
|
+
'ghost',
|
|
216
|
+
|
|
209
217
|
// Other
|
|
210
218
|
'overflow',
|
|
211
219
|
'display',
|