gscan 4.19.0 → 4.20.0
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.
- package/lib/specs/canary.js +10 -0
- package/package.json +1 -1
package/lib/specs/canary.js
CHANGED
|
@@ -275,6 +275,16 @@ let rules = {
|
|
|
275
275
|
'GS050-CSS-KGBAIA': cssCardRule('before-after', 'kg-before-after-card-image-before'),
|
|
276
276
|
'GS050-CSS-KGBAIB': cssCardRule('before-after', 'kg-before-after-card-image-after'),
|
|
277
277
|
|
|
278
|
+
'GS050-CSS-KGFL': cssCardRule('file', 'kg-file-card'),
|
|
279
|
+
'GS050-CSS-KGFLCON': cssCardRule('file', 'kg-file-card-container'),
|
|
280
|
+
'GS050-CSS-KGFLCNT': cssCardRule('file', 'kg-file-card-contents'),
|
|
281
|
+
'GS050-CSS-KGFLTTL': cssCardRule('file', 'kg-file-card-title'),
|
|
282
|
+
'GS050-CSS-KGFLCAP': cssCardRule('file', 'kg-file-card-caption'),
|
|
283
|
+
'GS050-CSS-KGFLNM': cssCardRule('file', 'kg-file-card-filename'),
|
|
284
|
+
'GS050-CSS-KGFLSZ': cssCardRule('file', 'kg-file-card-filesize'),
|
|
285
|
+
'GS050-CSS-KGFLMD': cssCardRule('file', 'kg-file-card-medium'),
|
|
286
|
+
'GS050-CSS-KGFLSM': cssCardRule('file', 'kg-file-card-small'),
|
|
287
|
+
|
|
278
288
|
'GS050-CSS-KGBQALT': cssCardRule('blockquote', 'kg-blockquote-alt')
|
|
279
289
|
};
|
|
280
290
|
|