eslint-plugin-smarthr
Advanced tools
Comparing version 0.3.17 to 0.3.18
@@ -5,2 +5,9 @@ # Changelog | ||
### [0.3.18](https://github.com/kufu/eslint-plugin-smarthr/compare/v0.3.17...v0.3.18) (2023-12-30) | ||
### Features | ||
* a11y-delegate-element-has-role-presentation でインタラクティブな要素として扱われるコンポーネントを追加する ([#95](https://github.com/kufu/eslint-plugin-smarthr/issues/95)) ([7d2b66d](https://github.com/kufu/eslint-plugin-smarthr/commit/7d2b66d7f998e78e767a8d1353a6beac5312027c)) | ||
### [0.3.17](https://github.com/kufu/eslint-plugin-smarthr/compare/v0.3.16...v0.3.17) (2023-12-30) | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "eslint-plugin-smarthr", | ||
"version": "0.3.17", | ||
"version": "0.3.18", | ||
"author": "SmartHR", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -13,2 +13,5 @@ const { generateTagFormatter } = require('../../libs/format_styled_components'); | ||
'DropZone$': 'DropZone$', | ||
'Switch$': 'Switch$', | ||
'SegmentedControl$': 'SegmentedControl$', | ||
'RightFixedNote$': 'RightFixedNote$', | ||
'FieldSet$': 'FieldSet$', | ||
@@ -25,2 +28,3 @@ '(b|B)utton$': 'Button$', | ||
'RemoteTrigger(.+)Dialog$': 'RemoteTrigger(.+)Dialog$', | ||
'FormDialog$': 'FormDialog$', | ||
'Pagination$': 'Pagination$', | ||
@@ -27,0 +31,0 @@ 'SideNav$': 'SideNav$', |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
259885
4318