@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 +1 -1
- package/es/Tabs/__new-tests__/Tabs.test.js +1 -1
- package/lib/Tabs/__new-tests__/Tabs.test.js +1 -1
- package/package.json +23 -23
- package/tsconfig.build.tsbuildinfo +1 -1
- package/types/Tabs/Panel/index.d.ts +4 -4
- package/types/Tabs/Panel/index.d.ts.map +1 -1
- package/types/Tabs/Tab/index.d.ts.map +1 -1
- package/types/Tabs/TabsLocator.d.ts +75 -1
- package/types/Tabs/TabsLocator.d.ts.map +1 -1
- package/types/Tabs/index.d.ts.map +1 -1
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-
|
|
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(
|
|
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)(
|
|
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-
|
|
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-
|
|
27
|
-
"@instructure/ui-color-utils": "10.2.3-snapshot-
|
|
28
|
-
"@instructure/ui-test-locator": "10.2.3-snapshot-
|
|
29
|
-
"@instructure/ui-test-utils": "10.2.3-snapshot-
|
|
30
|
-
"@instructure/ui-themes": "10.2.3-snapshot-
|
|
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": "^
|
|
33
|
-
"vitest": "^2.
|
|
32
|
+
"@testing-library/react": "^16.0.1",
|
|
33
|
+
"vitest": "^2.1.1"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@babel/runtime": "^7.
|
|
37
|
-
"@instructure/console": "10.2.3-snapshot-
|
|
38
|
-
"@instructure/debounce": "10.2.3-snapshot-
|
|
39
|
-
"@instructure/emotion": "10.2.3-snapshot-
|
|
40
|
-
"@instructure/shared-types": "10.2.3-snapshot-
|
|
41
|
-
"@instructure/ui-dom-utils": "10.2.3-snapshot-
|
|
42
|
-
"@instructure/ui-focusable": "10.2.3-snapshot-
|
|
43
|
-
"@instructure/ui-i18n": "10.2.3-snapshot-
|
|
44
|
-
"@instructure/ui-motion": "10.2.3-snapshot-
|
|
45
|
-
"@instructure/ui-prop-types": "10.2.3-snapshot-
|
|
46
|
-
"@instructure/ui-react-utils": "10.2.3-snapshot-
|
|
47
|
-
"@instructure/ui-testable": "10.2.3-snapshot-
|
|
48
|
-
"@instructure/ui-utils": "10.2.3-snapshot-
|
|
49
|
-
"@instructure/ui-view": "10.2.3-snapshot-
|
|
50
|
-
"@instructure/uid": "10.2.3-snapshot-
|
|
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
|
},
|