@instructure/emotion 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 +1 -1
- package/package.json +11 -11
- package/src/EmotionThemeProvider/README.md +1 -1
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-
|
|
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/emotion
|
|
9
9
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/emotion",
|
|
3
|
-
"version": "8.36.1-snapshot-
|
|
3
|
+
"version": "8.36.1-snapshot-8",
|
|
4
4
|
"description": "A UI component library made by Instructure Inc.",
|
|
5
5
|
"author": "Instructure, Inc. Engineering and Product Design",
|
|
6
6
|
"module": "./es/index.js",
|
|
@@ -25,20 +25,20 @@
|
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@babel/runtime": "^7.20.13",
|
|
27
27
|
"@emotion/react": "^11.10.5",
|
|
28
|
-
"@instructure/console": "8.36.1-snapshot-
|
|
29
|
-
"@instructure/shared-types": "8.36.1-snapshot-
|
|
30
|
-
"@instructure/theme-registry": "8.36.1-snapshot-
|
|
31
|
-
"@instructure/ui-decorator": "8.36.1-snapshot-
|
|
32
|
-
"@instructure/ui-i18n": "8.36.1-snapshot-
|
|
33
|
-
"@instructure/ui-react-utils": "8.36.1-snapshot-
|
|
34
|
-
"@instructure/ui-themes": "8.36.1-snapshot-
|
|
35
|
-
"@instructure/ui-utils": "8.36.1-snapshot-
|
|
28
|
+
"@instructure/console": "8.36.1-snapshot-8",
|
|
29
|
+
"@instructure/shared-types": "8.36.1-snapshot-8",
|
|
30
|
+
"@instructure/theme-registry": "8.36.1-snapshot-8",
|
|
31
|
+
"@instructure/ui-decorator": "8.36.1-snapshot-8",
|
|
32
|
+
"@instructure/ui-i18n": "8.36.1-snapshot-8",
|
|
33
|
+
"@instructure/ui-react-utils": "8.36.1-snapshot-8",
|
|
34
|
+
"@instructure/ui-themes": "8.36.1-snapshot-8",
|
|
35
|
+
"@instructure/ui-utils": "8.36.1-snapshot-8",
|
|
36
36
|
"hoist-non-react-statics": "^3.3.2",
|
|
37
37
|
"prop-types": "^15.8.1"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@instructure/ui-babel-preset": "8.36.1-snapshot-
|
|
41
|
-
"@instructure/ui-test-utils": "8.36.1-snapshot-
|
|
40
|
+
"@instructure/ui-babel-preset": "8.36.1-snapshot-8",
|
|
41
|
+
"@instructure/ui-test-utils": "8.36.1-snapshot-8"
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|
|
44
44
|
"react": ">=16.8 <=18"
|
|
@@ -10,7 +10,7 @@ embed: true
|
|
|
10
10
|
summary="DEPRECATED"
|
|
11
11
|
>
|
|
12
12
|
<ToggleBlockquote.Paragraph>
|
|
13
|
-
This component is
|
|
13
|
+
This component is deprecated. Please use <Link href="#InstUISettingsProvider">InstUISettingsProvider</Link> instead. It has the same functionality and adds additional configuration.
|
|
14
14
|
</ToggleBlockquote.Paragraph>
|
|
15
15
|
</ToggleBlockquote>
|
|
16
16
|
```
|