@instructure/emotion 10.6.2-snapshot-7 → 10.6.2-snapshot-9

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/README.md +2 -2
  3. package/package.json +11 -11
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
- ## [10.6.2-snapshot-7](https://github.com/instructure/instructure-ui/compare/v10.6.1...v10.6.2-snapshot-7) (2024-12-02)
6
+ ## [10.6.2-snapshot-9](https://github.com/instructure/instructure-ui/compare/v10.6.1...v10.6.2-snapshot-9) (2024-12-03)
7
7
 
8
8
  **Note:** Version bump only for package @instructure/emotion
9
9
 
package/README.md CHANGED
@@ -110,8 +110,8 @@ type: example
110
110
  color='primary'
111
111
  margin="0 0 0 small"
112
112
  themeOverride={(_componentTheme, currentTheme) => ({
113
- primaryBackground: currentTheme.colors.backgroundWarning,
114
- primaryBorderColor: currentTheme.colors.backgroundLightest,
113
+ primaryBackground: currentTheme.colors.primitives.orange57,
114
+ primaryBorderColor: '#00AAA4',
115
115
  borderWidth: currentTheme.borders.widthLarge,
116
116
  borderStyle: 'dashed'
117
117
  })}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/emotion",
3
- "version": "10.6.2-snapshot-7",
3
+ "version": "10.6.2-snapshot-9",
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.25.6",
27
27
  "@emotion/react": "^11",
28
- "@instructure/console": "10.6.2-snapshot-7",
29
- "@instructure/shared-types": "10.6.2-snapshot-7",
30
- "@instructure/theme-registry": "10.6.2-snapshot-7",
31
- "@instructure/ui-decorator": "10.6.2-snapshot-7",
32
- "@instructure/ui-i18n": "10.6.2-snapshot-7",
33
- "@instructure/ui-react-utils": "10.6.2-snapshot-7",
34
- "@instructure/ui-themes": "10.6.2-snapshot-7",
35
- "@instructure/ui-utils": "10.6.2-snapshot-7",
28
+ "@instructure/console": "10.6.2-snapshot-9",
29
+ "@instructure/shared-types": "10.6.2-snapshot-9",
30
+ "@instructure/theme-registry": "10.6.2-snapshot-9",
31
+ "@instructure/ui-decorator": "10.6.2-snapshot-9",
32
+ "@instructure/ui-i18n": "10.6.2-snapshot-9",
33
+ "@instructure/ui-react-utils": "10.6.2-snapshot-9",
34
+ "@instructure/ui-themes": "10.6.2-snapshot-9",
35
+ "@instructure/ui-utils": "10.6.2-snapshot-9",
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": "10.6.2-snapshot-7",
41
- "@instructure/ui-test-utils": "10.6.2-snapshot-7",
40
+ "@instructure/ui-babel-preset": "10.6.2-snapshot-9",
41
+ "@instructure/ui-test-utils": "10.6.2-snapshot-9",
42
42
  "react-dom": "^18.3.1"
43
43
  },
44
44
  "peerDependencies": {