@sproutsocial/racine 22.1.0 → 22.1.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,14 @@
1
1
  # Change Log
2
2
 
3
+ ## 22.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - ed9aded: Fixes a bug where jest axe was inadvertently being included in a package consumed by the web-app
8
+ - Updated dependencies [ed9aded]
9
+ - @sproutsocial/seeds-react-hooks@2.0.2
10
+ - @sproutsocial/seeds-react-icon@1.0.1
11
+
3
12
  ## 22.1.0
4
13
 
5
14
  ### Minor Changes
@@ -50,7 +50,7 @@ exports.within = void 0;
50
50
  var _react = require("@testing-library/react");
51
51
  var _userEvent = _interopRequireDefault(require("@testing-library/user-event"));
52
52
  var _ThemeProvider = _interopRequireDefault(require("../ThemeProvider"));
53
- var _seedsReactUtilities = require("@sproutsocial/seeds-react-utilities");
53
+ var _seedsReactTestingLibrary = require("@sproutsocial/seeds-react-testing-library");
54
54
  var _dataQaLabelQueries = require("./dataQaLabelQueries");
55
55
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
56
56
  function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
@@ -76,7 +76,7 @@ var customRender = exports.render = function customRender(node, options) {
76
76
  while (1) switch (_context.prev = _context.next) {
77
77
  case 0:
78
78
  _context.next = 2;
79
- return (0, _seedsReactUtilities.a11yCheck)(utils.container);
79
+ return (0, _seedsReactTestingLibrary.a11yCheck)(utils.container);
80
80
  case 2:
81
81
  case "end":
82
82
  return _context.stop();
@@ -10,7 +10,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
10
10
  import { act, cleanup, createEvent, fireEvent, queries, render, screen as defaultScreen, waitFor, waitForElementToBeRemoved, within } from "@testing-library/react";
11
11
  import userEvent from "@testing-library/user-event";
12
12
  import ThemeProvider from "../ThemeProvider";
13
- import { a11yCheck } from "@sproutsocial/seeds-react-utilities";
13
+ import { a11yCheck } from "@sproutsocial/seeds-react-testing-library";
14
14
  import { dataQaLabelQueries } from "./dataQaLabelQueries";
15
15
  var sproutQueries = _objectSpread(_objectSpread({}, queries), dataQaLabelQueries);
16
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sproutsocial/racine",
3
- "version": "22.1.0",
3
+ "version": "22.1.1",
4
4
  "license": "MIT",
5
5
  "engines": {
6
6
  "node": ">=18"
@@ -73,7 +73,7 @@
73
73
  "@sproutsocial/seeds-react-system-props": "^2.2.0",
74
74
  "@sproutsocial/seeds-react-theme-provider": "^1.0.0",
75
75
  "@sproutsocial/seeds-react-theme": "^1.0.0",
76
- "@sproutsocial/seeds-react-utilities": "^2.0.0",
76
+ "@sproutsocial/seeds-react-utilities": "^3.0.0",
77
77
  "@styled-system/theme-get": "^5.1.2",
78
78
  "classnames": "^2.2.6",
79
79
  "default-browser-id": "^3.0.0",
@@ -115,6 +115,7 @@
115
115
  "@sproutsocial/seeds-motion": "*",
116
116
  "@sproutsocial/seeds-networkcolor": "*",
117
117
  "@sproutsocial/seeds-partner-logos": "*",
118
+ "@sproutsocial/seeds-react-testing-library": "*",
118
119
  "@sproutsocial/seeds-space": "*",
119
120
  "@sproutsocial/seeds-tsconfig": "*",
120
121
  "@storybook/addon-a11y": "^7.0.0",