@instructure/canvas-theme 8.11.2-snapshot.54 → 8.11.2-snapshot.68

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/README.md CHANGED
@@ -26,9 +26,9 @@ Before mounting (rendering) your React application:
26
26
  import { theme } from '@instructure/canvas-theme'
27
27
 
28
28
  ReactDOM.render(
29
- <EmotionThemeProvider theme={theme}>
29
+ <InstUISettingsProvider theme={theme}>
30
30
  <App />
31
- </EmotionThemeProvider>,
31
+ </InstUISettingsProvider>,
32
32
  element
33
33
  )
34
34
  ```
@@ -40,9 +40,9 @@ import { theme } from '@instructure/canvas-theme'
40
40
  const themeOverrides = { colors: { brand: 'red' } }
41
41
 
42
42
  ReactDOM.render(
43
- <EmotionThemeProvider theme={{ ...theme, ...themeOverrides }}>
43
+ <InstUISettingsProvider theme={{ ...theme, ...themeOverrides }}>
44
44
  <App />
45
- </EmotionThemeProvider>,
45
+ </InstUISettingsProvider>,
46
46
  element
47
47
  )
48
48
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/canvas-theme",
3
- "version": "8.11.2-snapshot.54+a6aaef205",
3
+ "version": "8.11.2-snapshot.68+32da30112",
4
4
  "description": "A theme for Canvas LMS made by Instructure Inc.",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "type": "commonjs",
@@ -23,16 +23,16 @@
23
23
  },
24
24
  "license": "MIT",
25
25
  "devDependencies": {
26
- "@instructure/ui-babel-preset": "8.11.2-snapshot.54+a6aaef205"
26
+ "@instructure/ui-babel-preset": "8.11.2-snapshot.68+32da30112"
27
27
  },
28
28
  "dependencies": {
29
29
  "@babel/runtime": "^7.13.10",
30
- "@instructure/shared-types": "8.11.2-snapshot.54+a6aaef205",
31
- "@instructure/ui-theme-tokens": "8.11.2-snapshot.54+a6aaef205"
30
+ "@instructure/shared-types": "8.11.2-snapshot.68+32da30112",
31
+ "@instructure/ui-theme-tokens": "8.11.2-snapshot.68+32da30112"
32
32
  },
33
33
  "publishConfig": {
34
34
  "access": "public"
35
35
  },
36
36
  "sideEffects": false,
37
- "gitHead": "a6aaef20508325ae9e5bfbbb29317174edebce9c"
37
+ "gitHead": "32da301128dcab8c300871c3f762e06986dc632f"
38
38
  }
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 15 Nov 2021 10:32:04 GMT
3
+ // Generated on Wed, 17 Nov 2021 10:17:29 GMT
4
4
 
5
5
  $instui-canvas-colors-brand: #008EE2;
6
6
  $instui-canvas-colors-link: #008EE2;