@hero-design/snowflake-guard 1.2.0 → 1.2.1

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.
@@ -337,7 +337,6 @@ const RULESET_MAP = {
337
337
  ...SHADOW_ATTRS,
338
338
  ...WIDTH_ATTRS,
339
339
  ...HEIGHT_ATTRS,
340
- ...MARGIN_ATTRS,
341
340
  ],
342
341
  'Grid.Row': [
343
342
  ...COMMON_PROHIBITED_ATTRS,
@@ -553,8 +552,8 @@ const RULESET_MAP = {
553
552
  ...HEIGHT_ATTRS,
554
553
  ...MARGIN_ATTRS,
555
554
  ],
556
- Tabs: [...COMMON_PROHIBITED_ATTRS, ...SHADOW_ATTRS, ...HEIGHT_ATTRS],
557
- 'Tabs.Sub': [...COMMON_PROHIBITED_ATTRS, ...SHADOW_ATTRS, ...HEIGHT_ATTRS],
555
+ Tabs: [...COMMON_PROHIBITED_ATTRS, ...SHADOW_ATTRS],
556
+ 'Tabs.Sub': [...COMMON_PROHIBITED_ATTRS, ...SHADOW_ATTRS],
558
557
  Tag: [
559
558
  ...COMMON_PROHIBITED_ATTRS,
560
559
  ...SHADOW_ATTRS,
@@ -692,11 +691,7 @@ const SX_RULESET_MAP = Object.assign(Object.assign({}, RULESET_MAP), { Alert: [.
692
691
  ...RULESET_MAP['Filters.Group.Filter'],
693
692
  ...COMMON_SX_PROHIBITED_ATTRS,
694
693
  ...SX_MARGIN_ATTRS,
695
- ], 'Form.Field': [...RULESET_MAP['Form.Field'], ...COMMON_SX_PROHIBITED_ATTRS], Grid: [
696
- ...RULESET_MAP.Grid,
697
- ...COMMON_SX_PROHIBITED_ATTRS,
698
- ...SX_MARGIN_ATTRS,
699
- ], 'Grid.Row': [
694
+ ], 'Form.Field': [...RULESET_MAP['Form.Field'], ...COMMON_SX_PROHIBITED_ATTRS], Grid: [...RULESET_MAP.Grid, ...COMMON_SX_PROHIBITED_ATTRS], 'Grid.Row': [
700
695
  ...RULESET_MAP['Grid.Row'],
701
696
  ...COMMON_SX_PROHIBITED_ATTRS,
702
697
  ...SX_MARGIN_ATTRS,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hero-design/snowflake-guard",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "A hero-design bot detecting snowflake usage",
5
5
  "author": "Hau Dao",
6
6
  "license": "ISC",