@itcase/lint 1.1.32 → 1.1.33
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.
|
@@ -107,6 +107,59 @@ const props = [
|
|
|
107
107
|
'actions',
|
|
108
108
|
'status',
|
|
109
109
|
|
|
110
|
+
// Colors
|
|
111
|
+
'accent',
|
|
112
|
+
'primary',
|
|
113
|
+
'secondary',
|
|
114
|
+
'tertiary',
|
|
115
|
+
'quaternary',
|
|
116
|
+
'surface',
|
|
117
|
+
'default',
|
|
118
|
+
'error',
|
|
119
|
+
'warning',
|
|
120
|
+
'require',
|
|
121
|
+
'success',
|
|
122
|
+
'danger',
|
|
123
|
+
'info',
|
|
124
|
+
'disabled',
|
|
125
|
+
|
|
126
|
+
'hasAccent',
|
|
127
|
+
'hasPrimary',
|
|
128
|
+
'hasSecondary',
|
|
129
|
+
'hasTertiary',
|
|
130
|
+
'hasQuaternary',
|
|
131
|
+
'hasSurface',
|
|
132
|
+
'hasDefault',
|
|
133
|
+
'hasError',
|
|
134
|
+
'hasWarning',
|
|
135
|
+
'hasRequire',
|
|
136
|
+
'hasSuccess',
|
|
137
|
+
'hasDanger',
|
|
138
|
+
'hasInfo',
|
|
139
|
+
'hasDisabled',
|
|
140
|
+
|
|
141
|
+
'hasAccentMuted',
|
|
142
|
+
'hasPrimaryMuted',
|
|
143
|
+
'hasSecondaryMuted',
|
|
144
|
+
'hasTertiaryMuted',
|
|
145
|
+
'hasQuaternaryMuted',
|
|
146
|
+
'hasSurfaceMuted',
|
|
147
|
+
'hasErrorMuted',
|
|
148
|
+
'hasWarningMuted',
|
|
149
|
+
'hasSuccessMuted',
|
|
150
|
+
'hasDangerMuted',
|
|
151
|
+
'hasInfoMuted',
|
|
152
|
+
'hasDisabledMuted',
|
|
153
|
+
|
|
154
|
+
// State
|
|
155
|
+
'custom',
|
|
156
|
+
'fail',
|
|
157
|
+
'error500',
|
|
158
|
+
'nothingFound',
|
|
159
|
+
'unableLoadData',
|
|
160
|
+
'refresh',
|
|
161
|
+
'confirm',
|
|
162
|
+
|
|
110
163
|
'url',
|
|
111
164
|
'method',
|
|
112
165
|
'data',
|
|
@@ -206,61 +259,6 @@ const props = [
|
|
|
206
259
|
'includeFontPadding',
|
|
207
260
|
'writingDirection',
|
|
208
261
|
|
|
209
|
-
// Colors
|
|
210
|
-
'accent',
|
|
211
|
-
'primary',
|
|
212
|
-
'secondary',
|
|
213
|
-
'tertiary',
|
|
214
|
-
'quaternary',
|
|
215
|
-
'surface',
|
|
216
|
-
'default',
|
|
217
|
-
'error',
|
|
218
|
-
'warning',
|
|
219
|
-
'require',
|
|
220
|
-
'success',
|
|
221
|
-
'danger',
|
|
222
|
-
'info',
|
|
223
|
-
'disabled',
|
|
224
|
-
|
|
225
|
-
'hasAccent',
|
|
226
|
-
'hasPrimary',
|
|
227
|
-
'hasSecondary',
|
|
228
|
-
'hasTertiary',
|
|
229
|
-
'hasQuaternary',
|
|
230
|
-
'hasSurface',
|
|
231
|
-
'hasDefault',
|
|
232
|
-
'hasError',
|
|
233
|
-
'hasWarning',
|
|
234
|
-
'hasRequire',
|
|
235
|
-
'hasSuccess',
|
|
236
|
-
'hasDanger',
|
|
237
|
-
'hasInfo',
|
|
238
|
-
'hasDisabled',
|
|
239
|
-
|
|
240
|
-
'hasAccentMuted',
|
|
241
|
-
'hasPrimaryMuted',
|
|
242
|
-
'hasSecondaryMuted',
|
|
243
|
-
'hasTertiaryMuted',
|
|
244
|
-
'hasQuaternaryMuted',
|
|
245
|
-
'hasSurfaceMuted',
|
|
246
|
-
'hasErrorMuted',
|
|
247
|
-
'hasWarningMuted',
|
|
248
|
-
'hasSuccessMuted',
|
|
249
|
-
'hasDangerMuted',
|
|
250
|
-
'hasInfoMuted',
|
|
251
|
-
'hasDisabledMuted',
|
|
252
|
-
|
|
253
|
-
// State
|
|
254
|
-
'custom',
|
|
255
|
-
|
|
256
|
-
// State
|
|
257
|
-
'fail',
|
|
258
|
-
'error500',
|
|
259
|
-
'nothingFound',
|
|
260
|
-
'unableLoadData',
|
|
261
|
-
'refresh',
|
|
262
|
-
'confirm',
|
|
263
|
-
|
|
264
262
|
// Style
|
|
265
263
|
'solid',
|
|
266
264
|
'outlined',
|
|
@@ -316,6 +314,7 @@ const props = [
|
|
|
316
314
|
'isChecked',
|
|
317
315
|
'isDisabled',
|
|
318
316
|
'isError',
|
|
317
|
+
'isSkeleton',
|
|
319
318
|
'use',
|
|
320
319
|
'on',
|
|
321
320
|
'onSuccess',
|