@instructure/emotion 8.23.1-snapshot.11 → 8.23.1-snapshot.14
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 +0 -6
- package/package.json +11 -11
package/README.md
CHANGED
|
@@ -24,12 +24,6 @@ With this framework, each UI component can be used in isolation and support mult
|
|
|
24
24
|
|
|
25
25
|
7. Use a popular, well maintained and broadly adopted JS design and theming library that supports runtime theme switching ([Emotion](https://emotion.sh/)).
|
|
26
26
|
|
|
27
|
-
### Installation
|
|
28
|
-
|
|
29
|
-
```sh
|
|
30
|
-
yarn add @instructure/emotion
|
|
31
|
-
```
|
|
32
|
-
|
|
33
27
|
### Usage
|
|
34
28
|
|
|
35
29
|
Make a component themeable with the [withStyle](#withStyle) decorator. It adds a `makeStyles` function and the generated `styles` object to the decorated Component's props.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/emotion",
|
|
3
|
-
"version": "8.23.1-snapshot.
|
|
3
|
+
"version": "8.23.1-snapshot.14+03d51fbe7",
|
|
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,21 +25,21 @@
|
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@babel/runtime": "^7.13.10",
|
|
27
27
|
"@emotion/react": "^11",
|
|
28
|
-
"@instructure/console": "8.23.1-snapshot.
|
|
29
|
-
"@instructure/shared-types": "8.23.1-snapshot.
|
|
30
|
-
"@instructure/ui-decorator": "8.23.1-snapshot.
|
|
31
|
-
"@instructure/ui-i18n": "8.23.1-snapshot.
|
|
32
|
-
"@instructure/ui-react-utils": "8.23.1-snapshot.
|
|
33
|
-
"@instructure/ui-themes": "8.23.1-snapshot.
|
|
34
|
-
"@instructure/ui-utils": "8.23.1-snapshot.
|
|
28
|
+
"@instructure/console": "8.23.1-snapshot.14+03d51fbe7",
|
|
29
|
+
"@instructure/shared-types": "8.23.1-snapshot.14+03d51fbe7",
|
|
30
|
+
"@instructure/ui-decorator": "8.23.1-snapshot.14+03d51fbe7",
|
|
31
|
+
"@instructure/ui-i18n": "8.23.1-snapshot.14+03d51fbe7",
|
|
32
|
+
"@instructure/ui-react-utils": "8.23.1-snapshot.14+03d51fbe7",
|
|
33
|
+
"@instructure/ui-themes": "8.23.1-snapshot.14+03d51fbe7",
|
|
34
|
+
"@instructure/ui-utils": "8.23.1-snapshot.14+03d51fbe7",
|
|
35
35
|
"emotion-theming": "^11",
|
|
36
36
|
"hoist-non-react-statics": "^3.3.2",
|
|
37
37
|
"lodash": "^4",
|
|
38
38
|
"prop-types": "^15"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@instructure/ui-babel-preset": "8.23.1-snapshot.
|
|
42
|
-
"@instructure/ui-test-utils": "8.23.1-snapshot.
|
|
41
|
+
"@instructure/ui-babel-preset": "8.23.1-snapshot.14+03d51fbe7",
|
|
42
|
+
"@instructure/ui-test-utils": "8.23.1-snapshot.14+03d51fbe7",
|
|
43
43
|
"@types/lodash": "^4.14.171",
|
|
44
44
|
"cpy-cli": "^3.1.1"
|
|
45
45
|
},
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"access": "public"
|
|
51
51
|
},
|
|
52
52
|
"sideEffects": false,
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "03d51fbe7b88175e7bab0bee635a55c6ea53c9c2"
|
|
54
54
|
}
|