@hero-design/snowflake-guard 1.3.2 → 1.3.3

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.
@@ -78,6 +78,7 @@ declare const MOBILE_RULESET_MAP: {
78
78
  'Toolbar.Group': string[];
79
79
  'Toolbar.Item': string[];
80
80
  'Toolbar.Message': string[];
81
+ 'Typography.Title': string[];
81
82
  'Typography.Body': string[];
82
83
  'Typography.Caption': string[];
83
84
  'Typography.Label': string[];
@@ -385,6 +385,7 @@ const MOBILE_RULESET_MAP = {
385
385
  ...HEIGHT_ATTRS,
386
386
  ...MARGIN_ATTRS,
387
387
  ],
388
+ 'Typography.Title': [...COMMON_PROHIBITED_ATTRS, ...HEIGHT_ATTRS],
388
389
  'Typography.Body': [...COMMON_PROHIBITED_ATTRS, ...HEIGHT_ATTRS],
389
390
  'Typography.Caption': [...COMMON_PROHIBITED_ATTRS, ...HEIGHT_ATTRS],
390
391
  'Typography.Label': [...COMMON_PROHIBITED_ATTRS, ...HEIGHT_ATTRS],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hero-design/snowflake-guard",
3
- "version": "1.3.2",
3
+ "version": "1.3.3",
4
4
  "description": "A hero-design bot detecting snowflake usage",
5
5
  "author": "Hau Dao",
6
6
  "license": "ISC",