@instructure/ui-view 8.53.2 → 8.53.3-pr-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,6 +3,14 @@
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.53.3-pr-snapshot-8](https://github.com/instructure/instructure-ui/compare/v8.53.2...v8.53.3-pr-snapshot-8) (2024-02-23)
7
+
8
+ **Note:** Version bump only for package @instructure/ui-view
9
+
10
+
11
+
12
+
13
+
6
14
  ## [8.53.2](https://github.com/instructure/instructure-ui/compare/v8.53.1...v8.53.2) (2024-02-15)
7
15
 
8
16
  **Note:** Version bump only for package @instructure/ui-view
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-view",
3
- "version": "8.53.2",
3
+ "version": "8.53.3-pr-snapshot-8",
4
4
  "description": "A component for basic styles including spacing, sizing, borders, display, positioning, and focus states.",
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.23.2",
27
- "@instructure/console": "8.53.2",
28
- "@instructure/emotion": "8.53.2",
29
- "@instructure/shared-types": "8.53.2",
30
- "@instructure/ui-color-utils": "8.53.2",
31
- "@instructure/ui-dom-utils": "8.53.2",
32
- "@instructure/ui-i18n": "8.53.2",
33
- "@instructure/ui-position": "8.53.2",
34
- "@instructure/ui-prop-types": "8.53.2",
35
- "@instructure/ui-react-utils": "8.53.2",
27
+ "@instructure/console": "8.53.3-pr-snapshot-8",
28
+ "@instructure/emotion": "8.53.3-pr-snapshot-8",
29
+ "@instructure/shared-types": "8.53.3-pr-snapshot-8",
30
+ "@instructure/ui-color-utils": "8.53.3-pr-snapshot-8",
31
+ "@instructure/ui-dom-utils": "8.53.3-pr-snapshot-8",
32
+ "@instructure/ui-i18n": "8.53.3-pr-snapshot-8",
33
+ "@instructure/ui-position": "8.53.3-pr-snapshot-8",
34
+ "@instructure/ui-prop-types": "8.53.3-pr-snapshot-8",
35
+ "@instructure/ui-react-utils": "8.53.3-pr-snapshot-8",
36
36
  "prop-types": "^15.8.1"
37
37
  },
38
38
  "devDependencies": {
39
- "@instructure/ui-babel-preset": "8.53.2",
40
- "@instructure/ui-test-utils": "8.53.2",
41
- "@instructure/ui-themes": "8.53.2"
39
+ "@instructure/ui-babel-preset": "8.53.3-pr-snapshot-8",
40
+ "@instructure/ui-test-utils": "8.53.3-pr-snapshot-8",
41
+ "@instructure/ui-themes": "8.53.3-pr-snapshot-8"
42
42
  },
43
43
  "peerDependencies": {
44
44
  "react": ">=16.8 <=18"
@@ -2,7 +2,7 @@
2
2
  describes: View
3
3
  ---
4
4
 
5
- ### View &#151; the visual basis of Instructure UI
5
+ ### View: the visual basis of Instructure UI
6
6
 
7
7
  View provides the base appearance for most of the components
8
8
  in Instructure UI.