@instructure/ui-list 8.36.1-snapshot-7 → 8.36.1-snapshot-8

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.36.1-snapshot-7](https://github.com/instructure/instructure-ui/compare/v8.36.0...v8.36.1-snapshot-7) (2023-04-12)
6
+ ## [8.36.1-snapshot-8](https://github.com/instructure/instructure-ui/compare/v8.36.0...v8.36.1-snapshot-8) (2023-04-14)
7
7
 
8
8
  **Note:** Version bump only for package @instructure/ui-list
9
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-list",
3
- "version": "8.36.1-snapshot-7",
3
+ "version": "8.36.1-snapshot-8",
4
4
  "description": "Components for displaying vertical or horizontal lists.",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -24,21 +24,21 @@
24
24
  "license": "MIT",
25
25
  "dependencies": {
26
26
  "@babel/runtime": "^7.20.13",
27
- "@instructure/console": "8.36.1-snapshot-7",
28
- "@instructure/emotion": "8.36.1-snapshot-7",
29
- "@instructure/shared-types": "8.36.1-snapshot-7",
30
- "@instructure/ui-prop-types": "8.36.1-snapshot-7",
31
- "@instructure/ui-react-utils": "8.36.1-snapshot-7",
32
- "@instructure/ui-testable": "8.36.1-snapshot-7",
33
- "@instructure/ui-view": "8.36.1-snapshot-7",
27
+ "@instructure/console": "8.36.1-snapshot-8",
28
+ "@instructure/emotion": "8.36.1-snapshot-8",
29
+ "@instructure/shared-types": "8.36.1-snapshot-8",
30
+ "@instructure/ui-prop-types": "8.36.1-snapshot-8",
31
+ "@instructure/ui-react-utils": "8.36.1-snapshot-8",
32
+ "@instructure/ui-testable": "8.36.1-snapshot-8",
33
+ "@instructure/ui-view": "8.36.1-snapshot-8",
34
34
  "prop-types": "^15.8.1"
35
35
  },
36
36
  "devDependencies": {
37
- "@instructure/ui-babel-preset": "8.36.1-snapshot-7",
38
- "@instructure/ui-color-utils": "8.36.1-snapshot-7",
39
- "@instructure/ui-test-locator": "8.36.1-snapshot-7",
40
- "@instructure/ui-test-utils": "8.36.1-snapshot-7",
41
- "@instructure/ui-themes": "8.36.1-snapshot-7"
37
+ "@instructure/ui-babel-preset": "8.36.1-snapshot-8",
38
+ "@instructure/ui-color-utils": "8.36.1-snapshot-8",
39
+ "@instructure/ui-test-locator": "8.36.1-snapshot-8",
40
+ "@instructure/ui-test-utils": "8.36.1-snapshot-8",
41
+ "@instructure/ui-themes": "8.36.1-snapshot-8"
42
42
  },
43
43
  "peerDependencies": {
44
44
  "react": ">=16.8 <=18"
@@ -19,7 +19,7 @@ example: true
19
19
 
20
20
  ### Adding a delimiter
21
21
 
22
- The `delimiter` prop lets you display a separator between Items in the List. The built-in delimeter options include ['none', 'pipe', 'slash', and 'arrow'].
22
+ The `delimiter` prop lets you display a separator between Items in the List. The built-in delimiter options include ['none', 'pipe', 'slash', and 'arrow'].
23
23
 
24
24
  ```javascript
25
25
  ---