@instructure/ui-heading 8.18.1-snapshot.1 → 8.18.1-snapshot.12

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-heading",
3
- "version": "8.18.1-snapshot.1+669aa5892",
3
+ "version": "8.18.1-snapshot.12+ca14b3dc8",
4
4
  "description": "A component for creating typographic headings",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -24,20 +24,20 @@
24
24
  "license": "MIT",
25
25
  "dependencies": {
26
26
  "@babel/runtime": "^7.13.10",
27
- "@instructure/console": "8.18.1-snapshot.1+669aa5892",
28
- "@instructure/emotion": "8.18.1-snapshot.1+669aa5892",
29
- "@instructure/shared-types": "8.18.1-snapshot.1+669aa5892",
30
- "@instructure/ui-prop-types": "8.18.1-snapshot.1+669aa5892",
31
- "@instructure/ui-react-utils": "8.18.1-snapshot.1+669aa5892",
32
- "@instructure/ui-testable": "8.18.1-snapshot.1+669aa5892",
33
- "@instructure/ui-view": "8.18.1-snapshot.1+669aa5892",
27
+ "@instructure/console": "8.18.1-snapshot.12+ca14b3dc8",
28
+ "@instructure/emotion": "8.18.1-snapshot.12+ca14b3dc8",
29
+ "@instructure/shared-types": "8.18.1-snapshot.12+ca14b3dc8",
30
+ "@instructure/ui-prop-types": "8.18.1-snapshot.12+ca14b3dc8",
31
+ "@instructure/ui-react-utils": "8.18.1-snapshot.12+ca14b3dc8",
32
+ "@instructure/ui-testable": "8.18.1-snapshot.12+ca14b3dc8",
33
+ "@instructure/ui-view": "8.18.1-snapshot.12+ca14b3dc8",
34
34
  "prop-types": "^15"
35
35
  },
36
36
  "devDependencies": {
37
- "@instructure/ui-babel-preset": "8.18.1-snapshot.1+669aa5892",
38
- "@instructure/ui-test-locator": "8.18.1-snapshot.1+669aa5892",
39
- "@instructure/ui-test-utils": "8.18.1-snapshot.1+669aa5892",
40
- "@instructure/ui-themes": "8.18.1-snapshot.1+669aa5892"
37
+ "@instructure/ui-babel-preset": "8.18.1-snapshot.12+ca14b3dc8",
38
+ "@instructure/ui-test-locator": "8.18.1-snapshot.12+ca14b3dc8",
39
+ "@instructure/ui-test-utils": "8.18.1-snapshot.12+ca14b3dc8",
40
+ "@instructure/ui-themes": "8.18.1-snapshot.12+ca14b3dc8"
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": "669aa58926b123028bcb9e39427d36910b78b0d1"
49
+ "gitHead": "ca14b3dc8f0315daef7b86aa05f711e6d6684c58"
50
50
  }
@@ -50,12 +50,11 @@ example: true
50
50
  ```js
51
51
  ---
52
52
  example: true
53
- background: 'checkerboard-inverse'
54
53
  ---
55
- <div>
54
+ <View background="primary-inverse" as="div">
56
55
  <Heading color="primary-inverse">I am primary-inverse color</Heading>
57
56
  <Heading color="secondary-inverse">I am secondary-inverse color</Heading>
58
- </div>
57
+ </View>
59
58
  ```
60
59
 
61
60
  ### Heading borders