@snack-uikit/avatar 0.6.3-preview-c9b51578.0 → 0.6.3-preview-e5174ad1.0
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.
|
@@ -23,12 +23,7 @@ const react_1 = require("react");
|
|
|
23
23
|
const status_1 = require("@snack-uikit/status");
|
|
24
24
|
const utils_1 = require("@snack-uikit/utils");
|
|
25
25
|
const constants_1 = require("./constants");
|
|
26
|
-
require(
|
|
27
|
-
const styles_module_scss_1 = __importDefault({
|
|
28
|
-
"avatar": "avatar",
|
|
29
|
-
"image": "image",
|
|
30
|
-
"indicatorWrapper": "indicatorWrapper"
|
|
31
|
-
});
|
|
26
|
+
const styles_module_scss_1 = __importDefault(require('./styles.module.css'));
|
|
32
27
|
const utils_2 = require("./utils");
|
|
33
28
|
const statusIndicatorSizeMap = {
|
|
34
29
|
[constants_1.SIZE.Xxs]: 'xxs',
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
6
|
"title": "Avatar",
|
|
7
|
-
"version": "0.6.3-preview-
|
|
7
|
+
"version": "0.6.3-preview-e5174ad1.0",
|
|
8
8
|
"sideEffects": [
|
|
9
9
|
"*.css",
|
|
10
10
|
"*.woff",
|
|
@@ -33,9 +33,9 @@
|
|
|
33
33
|
],
|
|
34
34
|
"license": "Apache-2.0",
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@snack-uikit/status": "0.5.4-preview-
|
|
37
|
-
"@snack-uikit/utils": "3.4.1-preview-
|
|
36
|
+
"@snack-uikit/status": "0.5.4-preview-e5174ad1.0",
|
|
37
|
+
"@snack-uikit/utils": "3.4.1-preview-e5174ad1.0",
|
|
38
38
|
"classnames": "2.3.2"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "3e1b0165a7ffe4fec49e268ad4c171ec97385243"
|
|
41
41
|
}
|