@instructure/ui-table 10.2.1-snapshot-11 → 10.2.1-snapshot-14
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.1-snapshot-
|
6
|
+
## [10.2.1-snapshot-14](https://github.com/instructure/instructure-ui/compare/v10.2.0...v10.2.1-snapshot-14) (2024-08-30)
|
7
7
|
|
8
8
|
**Note:** Version bump only for package @instructure/ui-table
|
9
9
|
|
@@ -30,9 +30,6 @@ import { userEvent } from '@testing-library/user-event';
|
|
30
30
|
import '@testing-library/jest-dom';
|
31
31
|
import { Table } from '../index';
|
32
32
|
import { runAxeCheck } from '@instructure/ui-axe-check';
|
33
|
-
|
34
|
-
// see https://github.com/vitest-dev/eslint-plugin-vitest/issues/511
|
35
|
-
// eslint-disable-next-line vitest/valid-describe-callback
|
36
33
|
describe('<Table />', async () => {
|
37
34
|
let consoleErrorMock;
|
38
35
|
beforeEach(() => {
|
@@ -139,9 +136,6 @@ describe('<Table />', async () => {
|
|
139
136
|
expect(table).toBeInTheDocument();
|
140
137
|
expect(table).toHaveTextContent('Foo');
|
141
138
|
});
|
142
|
-
|
143
|
-
// see https://github.com/vitest-dev/eslint-plugin-vitest/issues/511
|
144
|
-
// eslint-disable-next-line vitest/valid-describe-callback
|
145
139
|
describe('when table is sortable', async () => {
|
146
140
|
const renderSortableTable = (props, handlers = {}, layout = 'auto') => render( /*#__PURE__*/React.createElement(Table, {
|
147
141
|
caption: "Sortable table",
|
@@ -32,8 +32,6 @@ var _Table$Head, _Table$Body, _Table, _Table2, _Table3, _span, _span2, _Table$Ro
|
|
32
32
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
33
33
|
* SOFTWARE.
|
34
34
|
*/
|
35
|
-
// see https://github.com/vitest-dev/eslint-plugin-vitest/issues/511
|
36
|
-
// eslint-disable-next-line vitest/valid-describe-callback
|
37
35
|
describe('<Table />', async () => {
|
38
36
|
let consoleErrorMock;
|
39
37
|
beforeEach(() => {
|
@@ -140,9 +138,6 @@ describe('<Table />', async () => {
|
|
140
138
|
expect(table).toBeInTheDocument();
|
141
139
|
expect(table).toHaveTextContent('Foo');
|
142
140
|
});
|
143
|
-
|
144
|
-
// see https://github.com/vitest-dev/eslint-plugin-vitest/issues/511
|
145
|
-
// eslint-disable-next-line vitest/valid-describe-callback
|
146
141
|
describe('when table is sortable', async () => {
|
147
142
|
const renderSortableTable = (props, handlers = {}, layout = 'auto') => (0, _react2.render)( /*#__PURE__*/_react.default.createElement(_index.Table, {
|
148
143
|
caption: "Sortable table",
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@instructure/ui-table",
|
3
|
-
"version": "10.2.1-snapshot-
|
3
|
+
"version": "10.2.1-snapshot-14",
|
4
4
|
"description": "A styled HTML table component",
|
5
5
|
"author": "Instructure, Inc. Engineering and Product Design",
|
6
6
|
"module": "./es/index.js",
|
@@ -23,11 +23,11 @@
|
|
23
23
|
},
|
24
24
|
"license": "MIT",
|
25
25
|
"devDependencies": {
|
26
|
-
"@instructure/ui-axe-check": "10.2.1-snapshot-
|
27
|
-
"@instructure/ui-babel-preset": "10.2.1-snapshot-
|
28
|
-
"@instructure/ui-color-utils": "10.2.1-snapshot-
|
29
|
-
"@instructure/ui-test-utils": "10.2.1-snapshot-
|
30
|
-
"@instructure/ui-themes": "10.2.1-snapshot-
|
26
|
+
"@instructure/ui-axe-check": "10.2.1-snapshot-14",
|
27
|
+
"@instructure/ui-babel-preset": "10.2.1-snapshot-14",
|
28
|
+
"@instructure/ui-color-utils": "10.2.1-snapshot-14",
|
29
|
+
"@instructure/ui-test-utils": "10.2.1-snapshot-14",
|
30
|
+
"@instructure/ui-themes": "10.2.1-snapshot-14",
|
31
31
|
"@testing-library/jest-dom": "^6.4.6",
|
32
32
|
"@testing-library/react": "^15.0.7",
|
33
33
|
"@testing-library/user-event": "^14.5.2",
|
@@ -35,17 +35,17 @@
|
|
35
35
|
},
|
36
36
|
"dependencies": {
|
37
37
|
"@babel/runtime": "^7.24.5",
|
38
|
-
"@instructure/console": "10.2.1-snapshot-
|
39
|
-
"@instructure/emotion": "10.2.1-snapshot-
|
40
|
-
"@instructure/shared-types": "10.2.1-snapshot-
|
41
|
-
"@instructure/ui-a11y-content": "10.2.1-snapshot-
|
42
|
-
"@instructure/ui-icons": "10.2.1-snapshot-
|
43
|
-
"@instructure/ui-prop-types": "10.2.1-snapshot-
|
44
|
-
"@instructure/ui-react-utils": "10.2.1-snapshot-
|
45
|
-
"@instructure/ui-simple-select": "10.2.1-snapshot-
|
46
|
-
"@instructure/ui-testable": "10.2.1-snapshot-
|
47
|
-
"@instructure/ui-utils": "10.2.1-snapshot-
|
48
|
-
"@instructure/ui-view": "10.2.1-snapshot-
|
38
|
+
"@instructure/console": "10.2.1-snapshot-14",
|
39
|
+
"@instructure/emotion": "10.2.1-snapshot-14",
|
40
|
+
"@instructure/shared-types": "10.2.1-snapshot-14",
|
41
|
+
"@instructure/ui-a11y-content": "10.2.1-snapshot-14",
|
42
|
+
"@instructure/ui-icons": "10.2.1-snapshot-14",
|
43
|
+
"@instructure/ui-prop-types": "10.2.1-snapshot-14",
|
44
|
+
"@instructure/ui-react-utils": "10.2.1-snapshot-14",
|
45
|
+
"@instructure/ui-simple-select": "10.2.1-snapshot-14",
|
46
|
+
"@instructure/ui-testable": "10.2.1-snapshot-14",
|
47
|
+
"@instructure/ui-utils": "10.2.1-snapshot-14",
|
48
|
+
"@instructure/ui-view": "10.2.1-snapshot-14",
|
49
49
|
"prop-types": "^15.8.1"
|
50
50
|
},
|
51
51
|
"peerDependencies": {
|
@@ -33,8 +33,6 @@ import type { TableProps } from '../props'
|
|
33
33
|
import type { TableColHeaderProps } from '../ColHeader/props'
|
34
34
|
import { runAxeCheck } from '@instructure/ui-axe-check'
|
35
35
|
|
36
|
-
// see https://github.com/vitest-dev/eslint-plugin-vitest/issues/511
|
37
|
-
// eslint-disable-next-line vitest/valid-describe-callback
|
38
36
|
describe('<Table />', async () => {
|
39
37
|
let consoleErrorMock: MockInstance<typeof console.error>
|
40
38
|
|
@@ -208,8 +206,6 @@ describe('<Table />', async () => {
|
|
208
206
|
expect(table).toHaveTextContent('Foo')
|
209
207
|
})
|
210
208
|
|
211
|
-
// see https://github.com/vitest-dev/eslint-plugin-vitest/issues/511
|
212
|
-
// eslint-disable-next-line vitest/valid-describe-callback
|
213
209
|
describe('when table is sortable', async () => {
|
214
210
|
const renderSortableTable = (
|
215
211
|
props: TableColHeaderProps | null,
|