@instructure/ui-table 8.50.1-snapshot-1 → 8.50.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
- ## [8.50.1-snapshot-1](https://github.com/instructure/instructure-ui/compare/v8.50.0...v8.50.1-snapshot-1) (2023-12-06)
6
+ ## [8.50.1-snapshot-14](https://github.com/instructure/instructure-ui/compare/v8.50.0...v8.50.1-snapshot-14) (2023-12-08)
7
7
 
8
8
  **Note:** Version bump only for package @instructure/ui-table
9
9
 
package/README.md CHANGED
@@ -26,7 +26,7 @@ npm install @instructure/ui-table
26
26
 
27
27
  ```jsx
28
28
  ---
29
- example: false
29
+ type: code
30
30
  ---
31
31
  import React from 'react'
32
32
  import { Table } from '@instructure/ui-table'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-table",
3
- "version": "8.50.1-snapshot-1",
3
+ "version": "8.50.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,24 +23,24 @@
23
23
  },
24
24
  "license": "MIT",
25
25
  "devDependencies": {
26
- "@instructure/ui-babel-preset": "8.50.1-snapshot-1",
27
- "@instructure/ui-color-utils": "8.50.1-snapshot-1",
28
- "@instructure/ui-test-utils": "8.50.1-snapshot-1",
29
- "@instructure/ui-themes": "8.50.1-snapshot-1"
26
+ "@instructure/ui-babel-preset": "8.50.1-snapshot-14",
27
+ "@instructure/ui-color-utils": "8.50.1-snapshot-14",
28
+ "@instructure/ui-test-utils": "8.50.1-snapshot-14",
29
+ "@instructure/ui-themes": "8.50.1-snapshot-14"
30
30
  },
31
31
  "dependencies": {
32
32
  "@babel/runtime": "^7.23.2",
33
- "@instructure/console": "8.50.1-snapshot-1",
34
- "@instructure/emotion": "8.50.1-snapshot-1",
35
- "@instructure/shared-types": "8.50.1-snapshot-1",
36
- "@instructure/ui-a11y-content": "8.50.1-snapshot-1",
37
- "@instructure/ui-icons": "8.50.1-snapshot-1",
38
- "@instructure/ui-prop-types": "8.50.1-snapshot-1",
39
- "@instructure/ui-react-utils": "8.50.1-snapshot-1",
40
- "@instructure/ui-simple-select": "8.50.1-snapshot-1",
41
- "@instructure/ui-testable": "8.50.1-snapshot-1",
42
- "@instructure/ui-utils": "8.50.1-snapshot-1",
43
- "@instructure/ui-view": "8.50.1-snapshot-1",
33
+ "@instructure/console": "8.50.1-snapshot-14",
34
+ "@instructure/emotion": "8.50.1-snapshot-14",
35
+ "@instructure/shared-types": "8.50.1-snapshot-14",
36
+ "@instructure/ui-a11y-content": "8.50.1-snapshot-14",
37
+ "@instructure/ui-icons": "8.50.1-snapshot-14",
38
+ "@instructure/ui-prop-types": "8.50.1-snapshot-14",
39
+ "@instructure/ui-react-utils": "8.50.1-snapshot-14",
40
+ "@instructure/ui-simple-select": "8.50.1-snapshot-14",
41
+ "@instructure/ui-testable": "8.50.1-snapshot-14",
42
+ "@instructure/ui-utils": "8.50.1-snapshot-14",
43
+ "@instructure/ui-view": "8.50.1-snapshot-14",
44
44
  "prop-types": "^15.8.1"
45
45
  },
46
46
  "peerDependencies": {
@@ -13,8 +13,7 @@ In stacked layout, column header is rendered in each cell, but not in row header
13
13
 
14
14
  ```javascript
15
15
  ---
16
- example: true
17
- render: false
16
+ type: example
18
17
  ---
19
18
  class Example extends React.Component {
20
19
  state = {
@@ -111,8 +110,7 @@ can be aligned differently.
111
110
 
112
111
  ```javascript
113
112
  ---
114
- example: true
115
- render: false
113
+ type: example
116
114
  ---
117
115
  class Example extends React.Component {
118
116
  render() {
@@ -246,8 +244,7 @@ By default, the options in the `Select` for sorting in stacked layout are genera
246
244
 
247
245
  ```javascript
248
246
  ---
249
- example: true
250
- render: false
247
+ type: example
251
248
  ---
252
249
  class SortableTable extends React.Component {
253
250
  constructor (props) {
@@ -543,8 +540,7 @@ that selection does not re-paginate or re-sort the table, and pagination does no
543
540
 
544
541
  ```javascript
545
542
  ---
546
- example: true
547
- render: false
543
+ type: example
548
544
  ---
549
545
  class SelectableTable extends React.Component {
550
546
  constructor(props) {
@@ -881,7 +877,7 @@ render(
881
877
 
882
878
  ```js
883
879
  ---
884
- guidelines: true
880
+ type: embed
885
881
  ---
886
882
  <Guidelines>
887
883
  <Figure recommendation="yes" title="Do">