carbon-react 132.2.1 → 133.0.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.
Files changed (62) hide show
  1. package/README.md +1 -1
  2. package/esm/__internal__/input/input.component.d.ts +0 -2
  3. package/esm/__internal__/input/input.component.js +0 -8
  4. package/esm/components/button/button-types.style.d.ts +0 -1
  5. package/esm/components/button/button-types.style.js +0 -21
  6. package/esm/components/button/button.component.d.ts +1 -5
  7. package/esm/components/button/button.component.js +5 -377
  8. package/esm/components/button/button.config.js +1 -1
  9. package/esm/components/button/index.d.ts +1 -1
  10. package/esm/components/button/index.js +1 -1
  11. package/esm/components/checkbox/checkbox.component.d.ts +0 -2
  12. package/esm/components/checkbox/checkbox.component.js +1 -10
  13. package/esm/components/confirm/confirm.component.d.ts +4 -4
  14. package/esm/components/date/date.component.js +0 -10
  15. package/esm/components/decimal/decimal.component.js +1 -10
  16. package/esm/components/grouped-character/grouped-character.component.js +0 -9
  17. package/esm/components/icon/icon.component.d.ts +2 -1
  18. package/esm/components/icon/icon.component.js +7 -3
  19. package/esm/components/number/number.component.js +0 -9
  20. package/esm/components/radio-button/radio-button.component.d.ts +0 -2
  21. package/esm/components/radio-button/radio-button.component.js +1 -11
  22. package/esm/components/select/filterable-select/filterable-select.component.js +3 -12
  23. package/esm/components/select/list-action-button/list-action-button.component.js +1 -1
  24. package/esm/components/select/multi-select/multi-select.component.js +4 -13
  25. package/esm/components/select/select-textbox/select-textbox.component.js +0 -2
  26. package/esm/components/select/simple-select/simple-select.component.js +2 -11
  27. package/esm/components/switch/switch.component.d.ts +0 -2
  28. package/esm/components/switch/switch.component.js +2 -11
  29. package/esm/components/textarea/textarea.component.js +0 -8
  30. package/esm/components/textbox/textbox.component.d.ts +1 -1
  31. package/esm/components/textbox/textbox.component.js +0 -9
  32. package/lib/__internal__/input/input.component.d.ts +0 -2
  33. package/lib/__internal__/input/input.component.js +0 -8
  34. package/lib/components/button/button-types.style.d.ts +0 -1
  35. package/lib/components/button/button-types.style.js +0 -21
  36. package/lib/components/button/button.component.d.ts +1 -5
  37. package/lib/components/button/button.component.js +6 -377
  38. package/lib/components/button/button.config.js +1 -1
  39. package/lib/components/button/index.d.ts +1 -1
  40. package/lib/components/button/index.js +2 -9
  41. package/lib/components/checkbox/checkbox.component.d.ts +0 -2
  42. package/lib/components/checkbox/checkbox.component.js +1 -10
  43. package/lib/components/confirm/confirm.component.d.ts +4 -4
  44. package/lib/components/date/date.component.js +0 -10
  45. package/lib/components/decimal/decimal.component.js +1 -10
  46. package/lib/components/grouped-character/grouped-character.component.js +0 -9
  47. package/lib/components/icon/icon.component.d.ts +2 -1
  48. package/lib/components/icon/icon.component.js +7 -3
  49. package/lib/components/number/number.component.js +0 -9
  50. package/lib/components/radio-button/radio-button.component.d.ts +0 -2
  51. package/lib/components/radio-button/radio-button.component.js +1 -11
  52. package/lib/components/select/filterable-select/filterable-select.component.js +3 -12
  53. package/lib/components/select/list-action-button/list-action-button.component.js +1 -1
  54. package/lib/components/select/multi-select/multi-select.component.js +4 -13
  55. package/lib/components/select/select-textbox/select-textbox.component.js +0 -2
  56. package/lib/components/select/simple-select/simple-select.component.js +2 -11
  57. package/lib/components/switch/switch.component.d.ts +0 -2
  58. package/lib/components/switch/switch.component.js +2 -11
  59. package/lib/components/textarea/textarea.component.js +0 -8
  60. package/lib/components/textbox/textbox.component.d.ts +1 -1
  61. package/lib/components/textbox/textbox.component.js +0 -9
  62. package/package.json +5 -4
@@ -20,7 +20,6 @@ var _label = _interopRequireDefault(require("../../__internal__/label"));
20
20
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
21
21
  function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
22
22
  function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
23
- let deprecateInputRefWarnTriggered = false;
24
23
  let deprecateUncontrolledWarnTriggered = false;
25
24
  const Switch = exports.Switch = /*#__PURE__*/_react.default.forwardRef(({
26
25
  autoFocus,
@@ -51,7 +50,6 @@ const Switch = exports.Switch = /*#__PURE__*/_react.default.forwardRef(({
51
50
  "data-element": dataElement,
52
51
  "data-role": dataRole,
53
52
  helpAriaLabel,
54
- inputRef,
55
53
  ...rest
56
54
  }, ref) => {
57
55
  const isControlled = checked !== undefined;
@@ -59,10 +57,6 @@ const Switch = exports.Switch = /*#__PURE__*/_react.default.forwardRef(({
59
57
  validationRedesignOptIn
60
58
  } = (0, _react.useContext)(_carbonProvider.NewValidationContext);
61
59
  const [checkedInternal, setCheckedInternal] = (0, _react.useState)(defaultChecked || false);
62
- if (!deprecateInputRefWarnTriggered && inputRef) {
63
- deprecateInputRefWarnTriggered = true;
64
- _logger.default.deprecate("The `inputRef` prop in `Switch` component is deprecated and will soon be removed. Please use `ref` instead.");
65
- }
66
60
  if (!deprecateUncontrolledWarnTriggered && !onChange) {
67
61
  deprecateUncontrolledWarnTriggered = true;
68
62
  _logger.default.deprecate("Uncontrolled behaviour in `Switch` is deprecated and support will soon be removed. Please make sure all your inputs are controlled.");
@@ -125,7 +119,7 @@ const Switch = exports.Switch = /*#__PURE__*/_react.default.forwardRef(({
125
119
  reverse: !reverse,
126
120
  // switched to preserve backward compatibility
127
121
  validationOnLabel: shouldValidationBeOnLabel && !disabled,
128
- ref: ref || inputRef,
122
+ ref,
129
123
  ...rest
130
124
  };
131
125
 
@@ -162,7 +156,7 @@ const Switch = exports.Switch = /*#__PURE__*/_react.default.forwardRef(({
162
156
  value,
163
157
  type: "checkbox",
164
158
  role: "switch",
165
- ref: ref || inputRef,
159
+ ref,
166
160
  ...rest
167
161
  };
168
162
  const applyValidation = error || warning;
@@ -279,9 +273,6 @@ if (process.env.NODE_ENV !== "production") {
279
273
  "info": _propTypes.default.oneOfType([_propTypes.default.string, _propTypes.default.bool]),
280
274
  "inlist": _propTypes.default.any,
281
275
  "inputMode": _propTypes.default.oneOf(["decimal", "email", "none", "numeric", "search", "tel", "text", "url"]),
282
- "inputRef": _propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.shape({
283
- "current": _propTypes.default.oneOfType([_propTypes.default.oneOf([null]), _propTypes.default.object]).isRequired
284
- })]),
285
276
  "inputWidth": _propTypes.default.number,
286
277
  "is": _propTypes.default.string,
287
278
  "isOptional": _propTypes.default.bool,
@@ -26,7 +26,6 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
26
26
  function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
27
27
  function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
28
28
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
29
- let deprecateInputRefWarnTriggered = false;
30
29
  let deprecateUncontrolledWarnTriggered = false;
31
30
  let warnBorderRadiusArrayTooLarge = false;
32
31
  const Textarea = exports.OriginalTextarea = exports.Textarea = /*#__PURE__*/_react.default.forwardRef(({
@@ -66,7 +65,6 @@ const Textarea = exports.OriginalTextarea = exports.Textarea = /*#__PURE__*/_rea
66
65
  "data-element": dataElement,
67
66
  "data-role": dataRole,
68
67
  helpAriaLabel,
69
- inputRef,
70
68
  borderRadius,
71
69
  hideBorders = false,
72
70
  required,
@@ -92,10 +90,6 @@ const Textarea = exports.OriginalTextarea = exports.Textarea = /*#__PURE__*/_rea
92
90
  ref(inputElement);
93
91
  }
94
92
  }, [ref]);
95
- if (!deprecateInputRefWarnTriggered && inputRef) {
96
- deprecateInputRefWarnTriggered = true;
97
- _logger.default.deprecate("The `inputRef` prop in `Textarea` component is deprecated and will soon be removed. Please use `ref` instead.");
98
- }
99
93
  if (!deprecateUncontrolledWarnTriggered && !onChange) {
100
94
  deprecateUncontrolledWarnTriggered = true;
101
95
  _logger.default.deprecate("Uncontrolled behaviour in `Textarea` is deprecated and support will soon be removed. Please make sure all your inputs are controlled.");
@@ -194,7 +188,6 @@ const Textarea = exports.OriginalTextarea = exports.Textarea = /*#__PURE__*/_rea
194
188
  cols: cols,
195
189
  id: id,
196
190
  as: "textarea",
197
- inputRef: inputRef,
198
191
  validationIconId: validationRedesignOptIn ? undefined : validationId,
199
192
  inputBorderRadius: borderRadius,
200
193
  required: required
@@ -359,7 +352,6 @@ if (process.env.NODE_ENV !== "production") {
359
352
  "inputHint": _propTypes.default.string,
360
353
  "inputIcon": _propTypes.default.oneOf(["accessibility_web", "add", "admin", "alert_on", "alert", "analysis", "app_facebook", "app_instagram", "app_tiktok", "app_twitter", "app_youtube", "apps", "arrow_bottom_right_circle", "arrow_down", "arrow_left_boxed", "arrow_left_right_small", "arrow_left_small", "arrow_left", "arrow_right_small", "arrow_right", "arrow_top_left_circle", "arrow_up", "arrow", "arrows_left_right", "attach", "bank_with_card", "bank", "basket_with_squares", "basket", "bed", "bill_paid", "bill_unpaid", "bin", "block_arrow_right", "blocked_square", "blocked", "bold", "box_arrow_left", "box_arrow_right", "boxed_shapes", "bulk_destroy", "bullet_list_dotted", "bullet_list_numbers", "bullet_list", "business", "calendar_pay_date", "calendar_today", "calendar", "call", "camera", "car_lock", "car_money", "car_repair", "card_view", "card_wallet", "caret_down", "caret_large_down", "caret_large_left", "caret_large_right", "caret_large_up", "caret_left", "caret_right", "caret_up", "cart", "cash", "chart_bar", "chart_line", "chart_pie", "chat_notes", "chat", "check_all", "check_none", "chevron_down_thick", "chevron_down", "chevron_left_thick", "chevron_left", "chevron_right_thick", "chevron_right", "chevron_up_thick", "chevron_up", "circle_with_dots", "circles_connection", "clock", "close", "cloud_co2", "coins", "collaborate", "computer_clock", "connect_off", "connect", "construction", "contact_card", "contacts", "copy", "create", "credit_card_slash", "credit_card", "cross_circle", "cross", "csv", "dashboard", "delete", "delivery", "disconnect", "disputed", "document_right_align", "document_tick", "document_vertical_lines", "download", "draft", "drag_vertical", "drag", "drill", "dropdown", "duplicate", "edit", "edited", "ellipsis_horizontal", "ellipsis_vertical", "email_switch", "email", "entry", "envelope_dollar", "envelope_euro", "error_square", "error", "euro", "expand", "factory", "favourite_lined", "favourite", "fax", "feedback", "file_excel", "file_generic", "file_image", "file_pdf", "file_word", "files_leaning", "filter_new", "filter", "fit_height", "fit_width", "flag", "folder", "form_refresh", "gift", "go", "graduation_hat", "graph", "grid", "hand_cash_coins", "hand_cash_note", "heart_pulse", "help", "hide", "home", "image", "in_progress", "in_transit", "individual", "info", "intranet", "italic", "job_seeked", "key", "laptop", "leaf", "ledger_arrow_left", "ledger_arrow_right", "ledger", "lightbulb_off", "lightbulb_on", "like_no", "like", "link_cloud", "link_on", "link", "list_view", "location", "locked", "logout", "lookup", "marker", "message", "microphone", "minimise", "minus_large", "minus", "mobile", "money_bag", "none", "old_warning", "palm_tree", "pause_circle", "pause", "pdf", "people_switch", "people", "percentage_boxed", "person_info", "person_tick", "person", "petrol_pump", "phone", "piggy_bank", "pin", "plane", "play_circle", "play", "plus_large", "plus", "pound", "print", "progress", "progressed", "protect", "question_hollow", "question_mark", "question", "recruiting", "refresh_clock", "refresh", "remove", "sage_coin", "save", "scan", "search", "send", "services", "settings_old", "settings", "share", "shop", "sort_down", "sort_up", "spanner", "split_container", "split", "square_dot", "squares_nine", "stacked_boxes", "stacked_squares", "submitted", "support_online", "sync", "tag", "talk", "target_man", "target", "theatre_masks", "three_boxes", "tick_circle", "tick_thick", "tick", "true_tick", "u_turn_left", "u_turn_right", "undo", "unlocked", "upload", "uploaded", "video", "view", "volunteering", "warning", "website", "welfare"]),
361
354
  "inputMode": _propTypes.default.oneOf(["decimal", "email", "none", "numeric", "search", "tel", "text", "url"]),
362
- "inputRef": _propTypes.default.func,
363
355
  "inputWidth": _propTypes.default.number,
364
356
  "is": _propTypes.default.string,
365
357
  "isOptional": _propTypes.default.bool,
@@ -7,7 +7,7 @@ export declare const ALIGN_DEFAULT = "left";
7
7
  export declare const SIZE_DEFAULT = "medium";
8
8
  export declare const LABEL_WIDTH_DEFAULT = 30;
9
9
  export declare const LABEL_VALIDATION_DEFAULT = false;
10
- export interface CommonTextboxProps extends ValidationProps, MarginProps, Omit<CommonInputProps, "size"> {
10
+ export interface CommonTextboxProps extends ValidationProps, MarginProps, Omit<CommonInputProps, "size" | "inputBorderRadius"> {
11
11
  /** Prop to specify the aria-labelledby property of the component */
12
12
  "aria-labelledby"?: string;
13
13
  /** Identifier used for testing purposes, applied to the root element of the component. */
@@ -31,7 +31,6 @@ const ALIGN_DEFAULT = exports.ALIGN_DEFAULT = "left";
31
31
  const SIZE_DEFAULT = exports.SIZE_DEFAULT = "medium";
32
32
  const LABEL_WIDTH_DEFAULT = exports.LABEL_WIDTH_DEFAULT = 30;
33
33
  const LABEL_VALIDATION_DEFAULT = exports.LABEL_VALIDATION_DEFAULT = false;
34
- let deprecateInputRefWarnTriggered = false;
35
34
  let deprecateUncontrolledWarnTriggered = false;
36
35
  const Textbox = exports.Textbox = /*#__PURE__*/_react.default.forwardRef(({
37
36
  "aria-labelledby": ariaLabelledBy,
@@ -59,7 +58,6 @@ const Textbox = exports.Textbox = /*#__PURE__*/_react.default.forwardRef(({
59
58
  value,
60
59
  readOnly,
61
60
  placeholder,
62
- inputRef,
63
61
  onBlur,
64
62
  onClick,
65
63
  onFocus,
@@ -97,10 +95,6 @@ const Textbox = exports.Textbox = /*#__PURE__*/_react.default.forwardRef(({
97
95
  disableErrorBorder
98
96
  } = (0, _react.useContext)(_numeralDateContext.default);
99
97
  const computeLabelPropValues = prop => validationRedesignOptIn ? undefined : prop;
100
- if (!deprecateInputRefWarnTriggered && inputRef) {
101
- deprecateInputRefWarnTriggered = true;
102
- _logger.default.deprecate("The `inputRef` prop in `Textbox` component is deprecated and will soon be removed. Please use `ref` instead.");
103
- }
104
98
  if (!deprecateUncontrolledWarnTriggered && !onChange) {
105
99
  deprecateUncontrolledWarnTriggered = true;
106
100
  _logger.default.deprecate("Uncontrolled behaviour in `Textbox` is deprecated and support will soon be removed. Please make sure all your inputs are controlled.");
@@ -150,7 +144,6 @@ const Textbox = exports.Textbox = /*#__PURE__*/_react.default.forwardRef(({
150
144
  deferTimeout: deferTimeout,
151
145
  disabled: disabled,
152
146
  id: uniqueId,
153
- inputRef: inputRef,
154
147
  ref: ref,
155
148
  name: uniqueName,
156
149
  onBlur: onBlur,
@@ -323,11 +316,9 @@ if (process.env.NODE_ENV !== "production") {
323
316
  "id": _propTypes.default.string,
324
317
  "info": _propTypes.default.oneOfType([_propTypes.default.string, _propTypes.default.bool]),
325
318
  "inlist": _propTypes.default.any,
326
- "inputBorderRadius": _propTypes.default.any,
327
319
  "inputHint": _propTypes.default.string,
328
320
  "inputIcon": _propTypes.default.oneOf(["accessibility_web", "add", "admin", "alert_on", "alert", "analysis", "app_facebook", "app_instagram", "app_tiktok", "app_twitter", "app_youtube", "apps", "arrow_bottom_right_circle", "arrow_down", "arrow_left_boxed", "arrow_left_right_small", "arrow_left_small", "arrow_left", "arrow_right_small", "arrow_right", "arrow_top_left_circle", "arrow_up", "arrow", "arrows_left_right", "attach", "bank_with_card", "bank", "basket_with_squares", "basket", "bed", "bill_paid", "bill_unpaid", "bin", "block_arrow_right", "blocked_square", "blocked", "bold", "box_arrow_left", "box_arrow_right", "boxed_shapes", "bulk_destroy", "bullet_list_dotted", "bullet_list_numbers", "bullet_list", "business", "calendar_pay_date", "calendar_today", "calendar", "call", "camera", "car_lock", "car_money", "car_repair", "card_view", "card_wallet", "caret_down", "caret_large_down", "caret_large_left", "caret_large_right", "caret_large_up", "caret_left", "caret_right", "caret_up", "cart", "cash", "chart_bar", "chart_line", "chart_pie", "chat_notes", "chat", "check_all", "check_none", "chevron_down_thick", "chevron_down", "chevron_left_thick", "chevron_left", "chevron_right_thick", "chevron_right", "chevron_up_thick", "chevron_up", "circle_with_dots", "circles_connection", "clock", "close", "cloud_co2", "coins", "collaborate", "computer_clock", "connect_off", "connect", "construction", "contact_card", "contacts", "copy", "create", "credit_card_slash", "credit_card", "cross_circle", "cross", "csv", "dashboard", "delete", "delivery", "disconnect", "disputed", "document_right_align", "document_tick", "document_vertical_lines", "download", "draft", "drag_vertical", "drag", "drill", "dropdown", "duplicate", "edit", "edited", "ellipsis_horizontal", "ellipsis_vertical", "email_switch", "email", "entry", "envelope_dollar", "envelope_euro", "error_square", "error", "euro", "expand", "factory", "favourite_lined", "favourite", "fax", "feedback", "file_excel", "file_generic", "file_image", "file_pdf", "file_word", "files_leaning", "filter_new", "filter", "fit_height", "fit_width", "flag", "folder", "form_refresh", "gift", "go", "graduation_hat", "graph", "grid", "hand_cash_coins", "hand_cash_note", "heart_pulse", "help", "hide", "home", "image", "in_progress", "in_transit", "individual", "info", "intranet", "italic", "job_seeked", "key", "laptop", "leaf", "ledger_arrow_left", "ledger_arrow_right", "ledger", "lightbulb_off", "lightbulb_on", "like_no", "like", "link_cloud", "link_on", "link", "list_view", "location", "locked", "logout", "lookup", "marker", "message", "microphone", "minimise", "minus_large", "minus", "mobile", "money_bag", "none", "old_warning", "palm_tree", "pause_circle", "pause", "pdf", "people_switch", "people", "percentage_boxed", "person_info", "person_tick", "person", "petrol_pump", "phone", "piggy_bank", "pin", "plane", "play_circle", "play", "plus_large", "plus", "pound", "print", "progress", "progressed", "protect", "question_hollow", "question_mark", "question", "recruiting", "refresh_clock", "refresh", "remove", "sage_coin", "save", "scan", "search", "send", "services", "settings_old", "settings", "share", "shop", "sort_down", "sort_up", "spanner", "split_container", "split", "square_dot", "squares_nine", "stacked_boxes", "stacked_squares", "submitted", "support_online", "sync", "tag", "talk", "target_man", "target", "theatre_masks", "three_boxes", "tick_circle", "tick_thick", "tick", "true_tick", "u_turn_left", "u_turn_right", "undo", "unlocked", "upload", "uploaded", "video", "view", "volunteering", "warning", "website", "welfare"]),
329
321
  "inputMode": _propTypes.default.oneOf(["decimal", "email", "none", "numeric", "search", "tel", "text", "url"]),
330
- "inputRef": _propTypes.default.func,
331
322
  "inputWidth": _propTypes.default.number,
332
323
  "is": _propTypes.default.string,
333
324
  "isOptional": _propTypes.default.bool,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "carbon-react",
3
- "version": "132.2.1",
3
+ "version": "133.0.1",
4
4
  "description": "A library of reusable React components for easily building user interfaces.",
5
5
  "files": [
6
6
  "lib",
@@ -57,6 +57,7 @@
57
57
  "styled-components": "^4.4.1"
58
58
  },
59
59
  "devDependencies": {
60
+ "@axe-core/playwright": "~4.9.0",
60
61
  "@babel/cli": "^7.23.4",
61
62
  "@babel/core": "^7.23.3",
62
63
  "@babel/eslint-parser": "^7.23.3",
@@ -69,8 +70,8 @@
69
70
  "@babel/types": "^7.23.4",
70
71
  "@commitlint/cli": "^17.6.3",
71
72
  "@commitlint/config-conventional": "^17.6.3",
72
- "@playwright/experimental-ct-react17": "~1.36.2",
73
- "@playwright/test": "~1.36.2",
73
+ "@playwright/experimental-ct-react17": "~1.43.0",
74
+ "@playwright/test": "~1.43.0",
74
75
  "@sage/design-tokens": "~4.29.0",
75
76
  "@semantic-release/changelog": "^6.0.3",
76
77
  "@semantic-release/exec": "^6.0.3",
@@ -137,6 +138,7 @@
137
138
  "eslint-plugin-jsx-a11y": "^6.8.0",
138
139
  "eslint-plugin-mdx": "^3.0.0",
139
140
  "eslint-plugin-no-unsanitized": "^4.0.2",
141
+ "eslint-plugin-playwright": "^1.6.0",
140
142
  "eslint-plugin-react": "^7.33.2",
141
143
  "eslint-plugin-react-hooks": "^4.6.0",
142
144
  "events": "~1.1.1",
@@ -173,7 +175,6 @@
173
175
  "webpack-dev-server": "^4.15.1"
174
176
  },
175
177
  "dependencies": {
176
- "@axe-core/playwright": "~4.7.3",
177
178
  "@floating-ui/dom": "~1.2.9",
178
179
  "@floating-ui/react-dom": "~1.3.0",
179
180
  "@octokit/rest": "^18.12.0",