@instructure/ui-img 8.12.1-snapshot.32 → 8.12.1-snapshot.40

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 (2) hide show
  1. package/package.json +12 -12
  2. package/src/Img/README.md +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-img",
3
- "version": "8.12.1-snapshot.32+ee1eeeb96",
3
+ "version": "8.12.1-snapshot.40+036388de5",
4
4
  "description": "An accessible image component.",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "type": "commonjs",
@@ -25,19 +25,19 @@
25
25
  "license": "MIT",
26
26
  "dependencies": {
27
27
  "@babel/runtime": "^7.13.10",
28
- "@instructure/console": "8.12.1-snapshot.32+ee1eeeb96",
29
- "@instructure/emotion": "8.12.1-snapshot.32+ee1eeeb96",
30
- "@instructure/shared-types": "8.12.1-snapshot.32+ee1eeeb96",
31
- "@instructure/ui-dom-utils": "8.12.1-snapshot.32+ee1eeeb96",
32
- "@instructure/ui-react-utils": "8.12.1-snapshot.32+ee1eeeb96",
33
- "@instructure/ui-testable": "8.12.1-snapshot.32+ee1eeeb96",
34
- "@instructure/ui-view": "8.12.1-snapshot.32+ee1eeeb96",
28
+ "@instructure/console": "8.12.1-snapshot.40+036388de5",
29
+ "@instructure/emotion": "8.12.1-snapshot.40+036388de5",
30
+ "@instructure/shared-types": "8.12.1-snapshot.40+036388de5",
31
+ "@instructure/ui-dom-utils": "8.12.1-snapshot.40+036388de5",
32
+ "@instructure/ui-react-utils": "8.12.1-snapshot.40+036388de5",
33
+ "@instructure/ui-testable": "8.12.1-snapshot.40+036388de5",
34
+ "@instructure/ui-view": "8.12.1-snapshot.40+036388de5",
35
35
  "prop-types": "^15"
36
36
  },
37
37
  "devDependencies": {
38
- "@instructure/ui-babel-preset": "8.12.1-snapshot.32+ee1eeeb96",
39
- "@instructure/ui-test-locator": "8.12.1-snapshot.32+ee1eeeb96",
40
- "@instructure/ui-test-utils": "8.12.1-snapshot.32+ee1eeeb96"
38
+ "@instructure/ui-babel-preset": "8.12.1-snapshot.40+036388de5",
39
+ "@instructure/ui-test-locator": "8.12.1-snapshot.40+036388de5",
40
+ "@instructure/ui-test-utils": "8.12.1-snapshot.40+036388de5"
41
41
  },
42
42
  "peerDependencies": {
43
43
  "react": ">=16.8 <=17"
@@ -46,5 +46,5 @@
46
46
  "access": "public"
47
47
  },
48
48
  "sideEffects": false,
49
- "gitHead": "ee1eeeb96b9dd03d5fd1c3301e5d4df12ff5cce4"
49
+ "gitHead": "036388de53addbf7a2ca8b20c48fda441057aa5e"
50
50
  }
package/src/Img/README.md CHANGED
@@ -38,19 +38,19 @@ example: true
38
38
  <View textAlign="center" as="div">
39
39
  <Img
40
40
  src={placeholderImage(200, 200)}
41
- overlay={{color: '#008ee2', opacity: 9, blend: 'overlay'}}
41
+ overlay={{color: '#0374B5', opacity: 9, blend: 'overlay'}}
42
42
  alt="A placeholder image"
43
43
  margin="x-small"
44
44
  />
45
45
  <Img
46
46
  src={placeholderImage(200, 200)}
47
- overlay={{color: '#008ee2', opacity: 6, blend: 'multiply'}}
47
+ overlay={{color: '#0374B5', opacity: 6, blend: 'multiply'}}
48
48
  alt="A placeholder image"
49
49
  margin="x-small"
50
50
  />
51
51
  <Img
52
52
  src={placeholderImage(200, 200)}
53
- overlay={{color: '#008ee2', opacity: 3}}
53
+ overlay={{color: '#0374B5', opacity: 3}}
54
54
  alt="A placeholder image"
55
55
  margin="x-small"
56
56
  />