@instructure/ui-table 11.0.1-snapshot-1 → 11.0.1-snapshot-2

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
- ## [11.0.1-snapshot-1](https://github.com/instructure/instructure-ui/compare/v11.0.0...v11.0.1-snapshot-1) (2025-10-08)
6
+ ## [11.0.1-snapshot-2](https://github.com/instructure/instructure-ui/compare/v11.0.0...v11.0.1-snapshot-2) (2025-10-10)
7
7
 
8
8
  **Note:** Version bump only for package @instructure/ui-table
9
9
 
@@ -25,7 +25,7 @@
25
25
  import { createContext } from 'react';
26
26
  /**
27
27
  * ---
28
- * category: utilities/react
28
+ * category: components/contexts
29
29
  * ---
30
30
  * React context created by the `Table` component to hold its data which are
31
31
  * read by its children. You can access these to make custom Table cells/rows.
@@ -31,7 +31,7 @@ var _react = require("react");
31
31
 
32
32
  /**
33
33
  * ---
34
- * category: utilities/react
34
+ * category: components/contexts
35
35
  * ---
36
36
  * React context created by the `Table` component to hold its data which are
37
37
  * read by its children. You can access these to make custom Table cells/rows.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-table",
3
- "version": "11.0.1-snapshot-1",
3
+ "version": "11.0.1-snapshot-2",
4
4
  "description": "A styled HTML table component",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -23,10 +23,10 @@
23
23
  },
24
24
  "license": "MIT",
25
25
  "devDependencies": {
26
- "@instructure/ui-axe-check": "11.0.1-snapshot-1",
27
- "@instructure/ui-babel-preset": "11.0.1-snapshot-1",
28
- "@instructure/ui-color-utils": "11.0.1-snapshot-1",
29
- "@instructure/ui-themes": "11.0.1-snapshot-1",
26
+ "@instructure/ui-axe-check": "11.0.1-snapshot-2",
27
+ "@instructure/ui-babel-preset": "11.0.1-snapshot-2",
28
+ "@instructure/ui-color-utils": "11.0.1-snapshot-2",
29
+ "@instructure/ui-themes": "11.0.1-snapshot-2",
30
30
  "@testing-library/jest-dom": "^6.6.3",
31
31
  "@testing-library/react": "15.0.7",
32
32
  "@testing-library/user-event": "^14.6.1",
@@ -34,15 +34,15 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "@babel/runtime": "^7.27.6",
37
- "@instructure/console": "11.0.1-snapshot-1",
38
- "@instructure/emotion": "11.0.1-snapshot-1",
39
- "@instructure/shared-types": "11.0.1-snapshot-1",
40
- "@instructure/ui-a11y-content": "11.0.1-snapshot-1",
41
- "@instructure/ui-icons": "11.0.1-snapshot-1",
42
- "@instructure/ui-react-utils": "11.0.1-snapshot-1",
43
- "@instructure/ui-simple-select": "11.0.1-snapshot-1",
44
- "@instructure/ui-utils": "11.0.1-snapshot-1",
45
- "@instructure/ui-view": "11.0.1-snapshot-1"
37
+ "@instructure/console": "11.0.1-snapshot-2",
38
+ "@instructure/emotion": "11.0.1-snapshot-2",
39
+ "@instructure/shared-types": "11.0.1-snapshot-2",
40
+ "@instructure/ui-a11y-content": "11.0.1-snapshot-2",
41
+ "@instructure/ui-icons": "11.0.1-snapshot-2",
42
+ "@instructure/ui-react-utils": "11.0.1-snapshot-2",
43
+ "@instructure/ui-simple-select": "11.0.1-snapshot-2",
44
+ "@instructure/ui-utils": "11.0.1-snapshot-2",
45
+ "@instructure/ui-view": "11.0.1-snapshot-2"
46
46
  },
47
47
  "peerDependencies": {
48
48
  "react": ">=18 <=19"