@atlaskit/eslint-plugin-design-system 13.29.0 → 13.29.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @atlaskit/eslint-plugin-design-system
2
2
 
3
+ ## 13.29.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`d14ea5f60b689`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d14ea5f60b689) -
8
+ chore: migrate platform UI & component libraries icon imports from migration paths to core
9
+
3
10
  ## 13.29.0
4
11
 
5
12
  ### Minor Changes
@@ -10,7 +10,7 @@ var _createRule = require("../utils/create-rule");
10
10
  var TEXTFIELD_PACKAGE = '@atlaskit/textfield';
11
11
  var TEXTAREA_PACKAGE = '@atlaskit/textarea';
12
12
  var FORM_PACKAGE = '@atlaskit/form';
13
- var message = exports.message = 'When using `maxLength` or `minLength` props with Textfield/Textarea inside a Form, use `CharacterCounterField` from `@atlaskit/form` instead of Field and remove the props from the Textfield/Textarea. This ensures accessibility through real time feedback and aligns with the design system. Read more about [character counter fields](https://atlassian.design/components/form/examples#character-counter-field)';
13
+ var message = exports.message = 'When using `maxLength` or `minLength` props with Textfield/Textarea inside a Form, use `CharacterCounterField` from `@atlaskit/form` instead of Field and remove the props from the Textfield/Textarea. This ensures accessibility through real time feedback and aligns with the design system. Read more about [character counter fields](https://atlassian.design/components/form/examples#charactercounterfield)';
14
14
  var ruleName = exports.ruleName = __dirname.split('/').slice(-1)[0];
15
15
 
16
16
  /**
@@ -4,7 +4,7 @@ import { createLintRule } from '../utils/create-rule';
4
4
  const TEXTFIELD_PACKAGE = '@atlaskit/textfield';
5
5
  const TEXTAREA_PACKAGE = '@atlaskit/textarea';
6
6
  const FORM_PACKAGE = '@atlaskit/form';
7
- export const message = 'When using `maxLength` or `minLength` props with Textfield/Textarea inside a Form, use `CharacterCounterField` from `@atlaskit/form` instead of Field and remove the props from the Textfield/Textarea. This ensures accessibility through real time feedback and aligns with the design system. Read more about [character counter fields](https://atlassian.design/components/form/examples#character-counter-field)';
7
+ export const message = 'When using `maxLength` or `minLength` props with Textfield/Textarea inside a Form, use `CharacterCounterField` from `@atlaskit/form` instead of Field and remove the props from the Textfield/Textarea. This ensures accessibility through real time feedback and aligns with the design system. Read more about [character counter fields](https://atlassian.design/components/form/examples#charactercounterfield)';
8
8
  export const ruleName = __dirname.split('/').slice(-1)[0];
9
9
 
10
10
  /**
@@ -4,7 +4,7 @@ import { createLintRule } from '../utils/create-rule';
4
4
  var TEXTFIELD_PACKAGE = '@atlaskit/textfield';
5
5
  var TEXTAREA_PACKAGE = '@atlaskit/textarea';
6
6
  var FORM_PACKAGE = '@atlaskit/form';
7
- export var message = 'When using `maxLength` or `minLength` props with Textfield/Textarea inside a Form, use `CharacterCounterField` from `@atlaskit/form` instead of Field and remove the props from the Textfield/Textarea. This ensures accessibility through real time feedback and aligns with the design system. Read more about [character counter fields](https://atlassian.design/components/form/examples#character-counter-field)';
7
+ export var message = 'When using `maxLength` or `minLength` props with Textfield/Textarea inside a Form, use `CharacterCounterField` from `@atlaskit/form` instead of Field and remove the props from the Textfield/Textarea. This ensures accessibility through real time feedback and aligns with the design system. Read more about [character counter fields](https://atlassian.design/components/form/examples#charactercounterfield)';
8
8
  export var ruleName = __dirname.split('/').slice(-1)[0];
9
9
 
10
10
  /**
@@ -1,5 +1,5 @@
1
1
  import type { Rule } from 'eslint';
2
- export declare const message = "When using `maxLength` or `minLength` props with Textfield/Textarea inside a Form, use `CharacterCounterField` from `@atlaskit/form` instead of Field and remove the props from the Textfield/Textarea. This ensures accessibility through real time feedback and aligns with the design system. Read more about [character counter fields](https://atlassian.design/components/form/examples#character-counter-field)";
2
+ export declare const message = "When using `maxLength` or `minLength` props with Textfield/Textarea inside a Form, use `CharacterCounterField` from `@atlaskit/form` instead of Field and remove the props from the Textfield/Textarea. This ensures accessibility through real time feedback and aligns with the design system. Read more about [character counter fields](https://atlassian.design/components/form/examples#charactercounterfield)";
3
3
  export declare const ruleName: string;
4
4
  declare const rule: Rule.RuleModule;
5
5
  export default rule;
@@ -1,5 +1,5 @@
1
1
  import type { Rule } from 'eslint';
2
- export declare const message = "When using `maxLength` or `minLength` props with Textfield/Textarea inside a Form, use `CharacterCounterField` from `@atlaskit/form` instead of Field and remove the props from the Textfield/Textarea. This ensures accessibility through real time feedback and aligns with the design system. Read more about [character counter fields](https://atlassian.design/components/form/examples#character-counter-field)";
2
+ export declare const message = "When using `maxLength` or `minLength` props with Textfield/Textarea inside a Form, use `CharacterCounterField` from `@atlaskit/form` instead of Field and remove the props from the Textfield/Textarea. This ensures accessibility through real time feedback and aligns with the design system. Read more about [character counter fields](https://atlassian.design/components/form/examples#charactercounterfield)";
3
3
  export declare const ruleName: string;
4
4
  declare const rule: Rule.RuleModule;
5
5
  export default rule;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@atlaskit/eslint-plugin-design-system",
3
3
  "description": "The essential plugin for use with the Atlassian Design System.",
4
- "version": "13.29.0",
4
+ "version": "13.29.1",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
7
7
  "publishConfig": {
@@ -39,9 +39,9 @@
39
39
  },
40
40
  "dependencies": {
41
41
  "@atlaskit/eslint-utils": "^2.0.0",
42
- "@atlaskit/icon": "^29.0.0",
43
- "@atlaskit/icon-lab": "^5.12.0",
44
- "@atlaskit/tokens": "^8.4.0",
42
+ "@atlaskit/icon": "^29.3.0",
43
+ "@atlaskit/icon-lab": "^5.13.0",
44
+ "@atlaskit/tokens": "^8.6.0",
45
45
  "@babel/runtime": "^7.0.0",
46
46
  "@typescript-eslint/utils": "^7.1.0",
47
47
  "ajv": "^6.12.6",