@atlaskit/emoji 68.0.3 → 68.0.4
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/CHANGELOG.md +6 -0
- package/dist/cjs/i18n/it.js +1 -1
- package/dist/cjs/util/analytics/analytics.js +1 -1
- package/dist/es2019/i18n/it.js +1 -1
- package/dist/es2019/util/analytics/analytics.js +1 -1
- package/dist/esm/i18n/it.js +1 -1
- package/dist/esm/util/analytics/analytics.js +1 -1
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
package/dist/cjs/i18n/it.js
CHANGED
|
@@ -43,7 +43,7 @@ var _default = exports.default = {
|
|
|
43
43
|
'fabric.emoji.error.image.too.big': 'L’immagine selezionata è superiore a un 1 MB',
|
|
44
44
|
'fabric.emoji.error.invalid.image': 'L’immagine selezionata non è valida',
|
|
45
45
|
'fabric.emoji.error.upload.failed': 'Caricamento non riuscito',
|
|
46
|
-
'fabric.emoji.error.upload.timeout': 'Timeout
|
|
46
|
+
'fabric.emoji.error.upload.timeout': 'Timeout del caricamento',
|
|
47
47
|
'fabric.emoji.image.requirements': 'JPG, PNG o GIF. Dimensione massima 1 MB.',
|
|
48
48
|
'fabric.emoji.name.ariaLabel': 'Immetti un nome per il nuovo emoji',
|
|
49
49
|
'fabric.emoji.picker': 'Selettore di emoji',
|
|
@@ -20,7 +20,7 @@ var createEvent = function createEvent(eventType, action, actionSubject, actionS
|
|
|
20
20
|
actionSubjectId: actionSubjectId,
|
|
21
21
|
attributes: _objectSpread({
|
|
22
22
|
packageName: "@atlaskit/emoji",
|
|
23
|
-
packageVersion: "68.0.
|
|
23
|
+
packageVersion: "68.0.4"
|
|
24
24
|
}, attributes)
|
|
25
25
|
};
|
|
26
26
|
};
|
package/dist/es2019/i18n/it.js
CHANGED
|
@@ -37,7 +37,7 @@ export default {
|
|
|
37
37
|
'fabric.emoji.error.image.too.big': 'L’immagine selezionata è superiore a un 1 MB',
|
|
38
38
|
'fabric.emoji.error.invalid.image': 'L’immagine selezionata non è valida',
|
|
39
39
|
'fabric.emoji.error.upload.failed': 'Caricamento non riuscito',
|
|
40
|
-
'fabric.emoji.error.upload.timeout': 'Timeout
|
|
40
|
+
'fabric.emoji.error.upload.timeout': 'Timeout del caricamento',
|
|
41
41
|
'fabric.emoji.image.requirements': 'JPG, PNG o GIF. Dimensione massima 1 MB.',
|
|
42
42
|
'fabric.emoji.name.ariaLabel': 'Immetti un nome per il nuovo emoji',
|
|
43
43
|
'fabric.emoji.picker': 'Selettore di emoji',
|
package/dist/esm/i18n/it.js
CHANGED
|
@@ -37,7 +37,7 @@ export default {
|
|
|
37
37
|
'fabric.emoji.error.image.too.big': 'L’immagine selezionata è superiore a un 1 MB',
|
|
38
38
|
'fabric.emoji.error.invalid.image': 'L’immagine selezionata non è valida',
|
|
39
39
|
'fabric.emoji.error.upload.failed': 'Caricamento non riuscito',
|
|
40
|
-
'fabric.emoji.error.upload.timeout': 'Timeout
|
|
40
|
+
'fabric.emoji.error.upload.timeout': 'Timeout del caricamento',
|
|
41
41
|
'fabric.emoji.image.requirements': 'JPG, PNG o GIF. Dimensione massima 1 MB.',
|
|
42
42
|
'fabric.emoji.name.ariaLabel': 'Immetti un nome per il nuovo emoji',
|
|
43
43
|
'fabric.emoji.picker': 'Selettore di emoji',
|
|
@@ -13,7 +13,7 @@ var createEvent = function createEvent(eventType, action, actionSubject, actionS
|
|
|
13
13
|
actionSubjectId: actionSubjectId,
|
|
14
14
|
attributes: _objectSpread({
|
|
15
15
|
packageName: "@atlaskit/emoji",
|
|
16
|
-
packageVersion: "68.0.
|
|
16
|
+
packageVersion: "68.0.4"
|
|
17
17
|
}, attributes)
|
|
18
18
|
};
|
|
19
19
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/emoji",
|
|
3
|
-
"version": "68.0.
|
|
3
|
+
"version": "68.0.4",
|
|
4
4
|
"description": "Fabric emoji React components",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@atlaskit/analytics-next": "^11.0.0",
|
|
39
39
|
"@atlaskit/button": "^21.1.0",
|
|
40
40
|
"@atlaskit/heading": "^5.1.0",
|
|
41
|
-
"@atlaskit/icon": "^
|
|
41
|
+
"@atlaskit/icon": "^25.0.0",
|
|
42
42
|
"@atlaskit/media-client": "^32.0.0",
|
|
43
43
|
"@atlaskit/media-client-react": "^4.0.0",
|
|
44
44
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
@@ -46,10 +46,10 @@
|
|
|
46
46
|
"@atlaskit/spinner": "^18.0.0",
|
|
47
47
|
"@atlaskit/textfield": "^8.0.0",
|
|
48
48
|
"@atlaskit/theme": "^18.0.0",
|
|
49
|
-
"@atlaskit/tokens": "^4.
|
|
49
|
+
"@atlaskit/tokens": "^4.4.0",
|
|
50
50
|
"@atlaskit/tooltip": "^20.0.0",
|
|
51
51
|
"@atlaskit/ufo": "^0.4.0",
|
|
52
|
-
"@atlaskit/util-service-support": "^6.
|
|
52
|
+
"@atlaskit/util-service-support": "^6.3.0",
|
|
53
53
|
"@atlaskit/visually-hidden": "^3.0.0",
|
|
54
54
|
"@babel/runtime": "^7.0.0",
|
|
55
55
|
"@emotion/react": "^11.7.1",
|
|
@@ -68,13 +68,13 @@
|
|
|
68
68
|
"react-intl-next": "npm:react-intl@^5.18.1"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
|
-
"@af/integration-testing": "
|
|
72
|
-
"@af/visual-regression": "
|
|
71
|
+
"@af/integration-testing": "^0.5.0",
|
|
72
|
+
"@af/visual-regression": "^1.3.0",
|
|
73
73
|
"@atlaskit/elements-test-helpers": "^0.9.0",
|
|
74
74
|
"@atlaskit/media-core": "^35.0.0",
|
|
75
|
-
"@atlaskit/ssr": "
|
|
76
|
-
"@atlaskit/visual-regression": "
|
|
77
|
-
"@atlassian/feature-flags-test-utils": "
|
|
75
|
+
"@atlaskit/ssr": "^0.4.0",
|
|
76
|
+
"@atlaskit/visual-regression": "^0.10.0",
|
|
77
|
+
"@atlassian/feature-flags-test-utils": "^0.3.0",
|
|
78
78
|
"@emotion/jest": "^11.8.0",
|
|
79
79
|
"@testing-library/dom": "^10.1.0",
|
|
80
80
|
"@testing-library/jest-dom": "^6.4.5",
|