@instructure/ui-tabs 10.2.3-snapshot-14 → 10.2.3-snapshot-16

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
@@ -3,7 +3,7 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## [10.2.3-snapshot-14](https://github.com/instructure/instructure-ui/compare/v10.2.2...v10.2.3-snapshot-14) (2024-10-02)
6
+ ## [10.2.3-snapshot-16](https://github.com/instructure/instructure-ui/compare/v10.2.2...v10.2.3-snapshot-16) (2024-10-03)
7
7
 
8
8
  **Note:** Version bump only for package @instructure/ui-tabs
9
9
 
@@ -99,7 +99,7 @@ describe('<Tabs />', () => {
99
99
  });
100
100
  it('should render the same content in second tab when selected', () => {
101
101
  const onIndexChange = vi.fn();
102
- const _render3 = render( /*#__PURE__*/React.createElement(TabExample, {
102
+ const _render3 = render(/*#__PURE__*/React.createElement(TabExample, {
103
103
  onIndexChange: onIndexChange
104
104
  })),
105
105
  container = _render3.container;
@@ -101,7 +101,7 @@ describe('<Tabs />', () => {
101
101
  });
102
102
  it('should render the same content in second tab when selected', () => {
103
103
  const onIndexChange = _vitest.vi.fn();
104
- const _render3 = (0, _react2.render)( /*#__PURE__*/_react.default.createElement(TabExample, {
104
+ const _render3 = (0, _react2.render)(/*#__PURE__*/_react.default.createElement(TabExample, {
105
105
  onIndexChange: onIndexChange
106
106
  })),
107
107
  container = _render3.container;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-tabs",
3
- "version": "10.2.3-snapshot-14",
3
+ "version": "10.2.3-snapshot-16",
4
4
  "description": "A UI component library made by Instructure Inc.",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -23,31 +23,31 @@
23
23
  },
24
24
  "license": "MIT",
25
25
  "devDependencies": {
26
- "@instructure/ui-babel-preset": "10.2.3-snapshot-14",
27
- "@instructure/ui-color-utils": "10.2.3-snapshot-14",
28
- "@instructure/ui-test-locator": "10.2.3-snapshot-14",
29
- "@instructure/ui-test-utils": "10.2.3-snapshot-14",
30
- "@instructure/ui-themes": "10.2.3-snapshot-14",
26
+ "@instructure/ui-babel-preset": "10.2.3-snapshot-16",
27
+ "@instructure/ui-color-utils": "10.2.3-snapshot-16",
28
+ "@instructure/ui-test-locator": "10.2.3-snapshot-16",
29
+ "@instructure/ui-test-utils": "10.2.3-snapshot-16",
30
+ "@instructure/ui-themes": "10.2.3-snapshot-16",
31
31
  "@testing-library/jest-dom": "^6.4.6",
32
- "@testing-library/react": "^15.0.7",
33
- "vitest": "^2.0.2"
32
+ "@testing-library/react": "^16.0.1",
33
+ "vitest": "^2.1.1"
34
34
  },
35
35
  "dependencies": {
36
- "@babel/runtime": "^7.24.5",
37
- "@instructure/console": "10.2.3-snapshot-14",
38
- "@instructure/debounce": "10.2.3-snapshot-14",
39
- "@instructure/emotion": "10.2.3-snapshot-14",
40
- "@instructure/shared-types": "10.2.3-snapshot-14",
41
- "@instructure/ui-dom-utils": "10.2.3-snapshot-14",
42
- "@instructure/ui-focusable": "10.2.3-snapshot-14",
43
- "@instructure/ui-i18n": "10.2.3-snapshot-14",
44
- "@instructure/ui-motion": "10.2.3-snapshot-14",
45
- "@instructure/ui-prop-types": "10.2.3-snapshot-14",
46
- "@instructure/ui-react-utils": "10.2.3-snapshot-14",
47
- "@instructure/ui-testable": "10.2.3-snapshot-14",
48
- "@instructure/ui-utils": "10.2.3-snapshot-14",
49
- "@instructure/ui-view": "10.2.3-snapshot-14",
50
- "@instructure/uid": "10.2.3-snapshot-14",
36
+ "@babel/runtime": "^7.25.6",
37
+ "@instructure/console": "10.2.3-snapshot-16",
38
+ "@instructure/debounce": "10.2.3-snapshot-16",
39
+ "@instructure/emotion": "10.2.3-snapshot-16",
40
+ "@instructure/shared-types": "10.2.3-snapshot-16",
41
+ "@instructure/ui-dom-utils": "10.2.3-snapshot-16",
42
+ "@instructure/ui-focusable": "10.2.3-snapshot-16",
43
+ "@instructure/ui-i18n": "10.2.3-snapshot-16",
44
+ "@instructure/ui-motion": "10.2.3-snapshot-16",
45
+ "@instructure/ui-prop-types": "10.2.3-snapshot-16",
46
+ "@instructure/ui-react-utils": "10.2.3-snapshot-16",
47
+ "@instructure/ui-testable": "10.2.3-snapshot-16",
48
+ "@instructure/ui-utils": "10.2.3-snapshot-16",
49
+ "@instructure/ui-view": "10.2.3-snapshot-16",
50
+ "@instructure/uid": "10.2.3-snapshot-16",
51
51
  "keycode": "^2",
52
52
  "prop-types": "^15.8.1"
53
53
  },