@atlaskit/smart-hooks 0.2.6 → 0.2.7

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 (83) hide show
  1. package/CHANGELOG.md +20 -14
  2. package/dist/cjs/i18n/cs.js +2 -3
  3. package/dist/cjs/i18n/da.js +2 -3
  4. package/dist/cjs/i18n/de.js +2 -3
  5. package/dist/cjs/i18n/en.js +2 -3
  6. package/dist/cjs/i18n/en_GB.js +2 -3
  7. package/dist/cjs/i18n/en_ZZ.js +2 -3
  8. package/dist/cjs/i18n/es.js +2 -3
  9. package/dist/cjs/i18n/et.js +1 -2
  10. package/dist/cjs/i18n/fi.js +2 -3
  11. package/dist/cjs/i18n/fr.js +2 -3
  12. package/dist/cjs/i18n/hu.js +2 -3
  13. package/dist/cjs/i18n/is.js +2 -3
  14. package/dist/cjs/i18n/it.js +2 -3
  15. package/dist/cjs/i18n/ja.js +2 -3
  16. package/dist/cjs/i18n/ko.js +2 -3
  17. package/dist/cjs/i18n/languages.js +2 -3
  18. package/dist/cjs/i18n/nb.js +2 -3
  19. package/dist/cjs/i18n/nl.js +2 -3
  20. package/dist/cjs/i18n/pl.js +2 -3
  21. package/dist/cjs/i18n/pt_BR.js +2 -3
  22. package/dist/cjs/i18n/pt_PT.js +1 -2
  23. package/dist/cjs/i18n/ro.js +2 -3
  24. package/dist/cjs/i18n/ru.js +2 -3
  25. package/dist/cjs/i18n/sk.js +1 -2
  26. package/dist/cjs/i18n/sv.js +2 -3
  27. package/dist/cjs/i18n/th.js +2 -3
  28. package/dist/cjs/i18n/tr.js +2 -3
  29. package/dist/cjs/i18n/uk.js +2 -3
  30. package/dist/cjs/i18n/vi.js +2 -3
  31. package/dist/cjs/i18n/zh.js +2 -3
  32. package/dist/cjs/i18n/zh_TW.js +2 -3
  33. package/dist/cjs/messages.js +2 -3
  34. package/dist/cjs/services/use-function-usage-tracking/index.js +1 -2
  35. package/dist/cjs/services/use-user-recommendations/analytics.js +7 -10
  36. package/dist/cjs/services/use-user-recommendations/index.js +5 -7
  37. package/dist/cjs/services/use-user-recommendations/ufoExperiences.js +2 -3
  38. package/dist/cjs/utils/transform-recommendations-to-options/index.js +2 -3
  39. package/dist/es2019/services/use-user-recommendations/analytics.js +1 -1
  40. package/dist/esm/services/use-user-recommendations/analytics.js +3 -3
  41. package/dist/esm/services/use-user-recommendations/index.js +3 -3
  42. package/package.json +2 -3
  43. package/dist/types-ts4.5/i18n/cs.d.ts +0 -18
  44. package/dist/types-ts4.5/i18n/da.d.ts +0 -18
  45. package/dist/types-ts4.5/i18n/de.d.ts +0 -18
  46. package/dist/types-ts4.5/i18n/en.d.ts +0 -18
  47. package/dist/types-ts4.5/i18n/en_GB.d.ts +0 -18
  48. package/dist/types-ts4.5/i18n/en_ZZ.d.ts +0 -18
  49. package/dist/types-ts4.5/i18n/es.d.ts +0 -18
  50. package/dist/types-ts4.5/i18n/et.d.ts +0 -8
  51. package/dist/types-ts4.5/i18n/fi.d.ts +0 -18
  52. package/dist/types-ts4.5/i18n/fr.d.ts +0 -18
  53. package/dist/types-ts4.5/i18n/hu.d.ts +0 -18
  54. package/dist/types-ts4.5/i18n/index.d.ts +0 -36
  55. package/dist/types-ts4.5/i18n/is.d.ts +0 -7
  56. package/dist/types-ts4.5/i18n/it.d.ts +0 -18
  57. package/dist/types-ts4.5/i18n/ja.d.ts +0 -18
  58. package/dist/types-ts4.5/i18n/ko.d.ts +0 -18
  59. package/dist/types-ts4.5/i18n/languages.d.ts +0 -27
  60. package/dist/types-ts4.5/i18n/nb.d.ts +0 -18
  61. package/dist/types-ts4.5/i18n/nl.d.ts +0 -18
  62. package/dist/types-ts4.5/i18n/pl.d.ts +0 -18
  63. package/dist/types-ts4.5/i18n/pt_BR.d.ts +0 -18
  64. package/dist/types-ts4.5/i18n/pt_PT.d.ts +0 -8
  65. package/dist/types-ts4.5/i18n/ro.d.ts +0 -7
  66. package/dist/types-ts4.5/i18n/ru.d.ts +0 -18
  67. package/dist/types-ts4.5/i18n/sk.d.ts +0 -8
  68. package/dist/types-ts4.5/i18n/sv.d.ts +0 -18
  69. package/dist/types-ts4.5/i18n/th.d.ts +0 -18
  70. package/dist/types-ts4.5/i18n/tr.d.ts +0 -18
  71. package/dist/types-ts4.5/i18n/uk.d.ts +0 -18
  72. package/dist/types-ts4.5/i18n/vi.d.ts +0 -18
  73. package/dist/types-ts4.5/i18n/zh.d.ts +0 -18
  74. package/dist/types-ts4.5/i18n/zh_TW.d.ts +0 -18
  75. package/dist/types-ts4.5/index.d.ts +0 -3
  76. package/dist/types-ts4.5/messages.d.ts +0 -47
  77. package/dist/types-ts4.5/services/use-function-usage-tracking/index.d.ts +0 -5
  78. package/dist/types-ts4.5/services/use-user-recommendations/analytics.d.ts +0 -20
  79. package/dist/types-ts4.5/services/use-user-recommendations/index.d.ts +0 -21
  80. package/dist/types-ts4.5/services/use-user-recommendations/ufoExperiences.d.ts +0 -2
  81. package/dist/types-ts4.5/types.d.ts +0 -91
  82. package/dist/types-ts4.5/utils/transform-recommendations-to-options/index.d.ts +0 -5
  83. package/tmp/api-report-tmp.d.ts +0 -54
package/CHANGELOG.md CHANGED
@@ -1,47 +1,53 @@
1
1
  # @atlaskit/smart-hooks
2
2
 
3
+ ## 0.2.7
4
+
5
+ ### Patch Changes
6
+
7
+ - [#40652](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40652) [`097ce4dd212`](https://bitbucket.org/atlassian/atlassian-frontend/commits/097ce4dd212) - Changes for remove cyclic dependency in AFE(@atlaskit/smart-hooks,@atlassian/notification-common, @atlassian/notification-test-utils)
8
+
3
9
  ## 0.2.6
4
10
 
5
11
  ### Patch Changes
6
12
 
7
- - [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete version.json
13
+ - [#38162](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38162) [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete version.json
8
14
  - Updated dependencies
9
15
 
10
16
  ## 0.2.5
11
17
 
12
18
  ### Patch Changes
13
19
 
14
- - [`f01deb5e6ab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f01deb5e6ab) - Use injected env vars instead of version.json
20
+ - [#37925](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37925) [`f01deb5e6ab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f01deb5e6ab) - Use injected env vars instead of version.json
15
21
 
16
22
  ## 0.2.4
17
23
 
18
24
  ### Patch Changes
19
25
 
20
- - [`78f0d4b929c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/78f0d4b929c) - [ux] Color of guest lozenges in the smartUserPicker changed from purple ('new') to grey ('default')
26
+ - [#37101](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37101) [`78f0d4b929c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/78f0d4b929c) - [ux] Color of guest lozenges in the smartUserPicker changed from purple ('new') to grey ('default')
21
27
 
22
28
  ## 0.2.3
23
29
 
24
30
  ### Patch Changes
25
31
 
26
- - [`61cb5313358`](https://bitbucket.org/atlassian/atlassian-frontend/commits/61cb5313358) - Removing unused dependencies and dev dependencies
32
+ - [#34443](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34443) [`61cb5313358`](https://bitbucket.org/atlassian/atlassian-frontend/commits/61cb5313358) - Removing unused dependencies and dev dependencies
27
33
 
28
34
  ## 0.2.2
29
35
 
30
36
  ### Patch Changes
31
37
 
32
- - [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
38
+ - [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793) [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
33
39
 
34
40
  ## 0.2.1
35
41
 
36
42
  ### Patch Changes
37
43
 
38
- - [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
44
+ - [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649) [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
39
45
 
40
46
  ## 0.2.0
41
47
 
42
48
  ### Minor Changes
43
49
 
44
- - [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
50
+ - [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258) [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
45
51
 
46
52
  ### Patch Changes
47
53
 
@@ -51,7 +57,7 @@
51
57
 
52
58
  ### Patch Changes
53
59
 
54
- - [`2e01c9c74b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e01c9c74b5) - DUMMY remove before merging to master; dupe adf-schema via adf-utils
60
+ - [#32424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32424) [`2e01c9c74b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e01c9c74b5) - DUMMY remove before merging to master; dupe adf-schema via adf-utils
55
61
 
56
62
  ## 0.1.8
57
63
 
@@ -69,19 +75,19 @@
69
75
 
70
76
  ### Patch Changes
71
77
 
72
- - [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade Typescript from `4.3.5` to `4.5.5`
78
+ - [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874) [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade Typescript from `4.3.5` to `4.5.5`
73
79
 
74
80
  ## 0.1.5
75
81
 
76
82
  ### Patch Changes
77
83
 
78
- - [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade Typescript from `4.2.4` to `4.3.5`.
84
+ - [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492) [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade Typescript from `4.2.4` to `4.3.5`.
79
85
 
80
86
  ## 0.1.4
81
87
 
82
88
  ### Patch Changes
83
89
 
84
- - [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade to TypeScript 4.2.4
90
+ - [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650) [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade to TypeScript 4.2.4
85
91
 
86
92
  ## 0.1.3
87
93
 
@@ -99,14 +105,14 @@
99
105
 
100
106
  ### Patch Changes
101
107
 
102
- - [`c7cd471ace6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c7cd471ace6) - [ux] add abortcontrollers, replace ufo experience identifier, memoization for search query
108
+ - [#18804](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18804) [`c7cd471ace6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c7cd471ace6) - [ux] add abortcontrollers, replace ufo experience identifier, memoization for search query
103
109
  - Updated dependencies
104
110
 
105
111
  ## 0.1.0
106
112
 
107
113
  ### Minor Changes
108
114
 
109
- - [`6a3107dd76a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6a3107dd76a) - Adding analytics + UFO
115
+ - [#18662](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18662) [`6a3107dd76a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6a3107dd76a) - Adding analytics + UFO
110
116
 
111
117
  ## 0.0.3
112
118
 
@@ -118,5 +124,5 @@
118
124
 
119
125
  ### Patch Changes
120
126
 
121
- - [`69325c9dd40`](https://bitbucket.org/atlassian/atlassian-frontend/commits/69325c9dd40) - Initial changeset for smart-hooks (hooks library for smart capabilities) and smart-common (shared code between smart packages)
127
+ - [#18056](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18056) [`69325c9dd40`](https://bitbucket.org/atlassian/atlassian-frontend/commits/69325c9dd40) - Initial changeset for smart-hooks (hooks library for smart capabilities) and smart-common (shared code between smart packages)
122
128
  - Updated dependencies
@@ -12,7 +12,7 @@ exports.default = void 0;
12
12
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
13
13
  */
14
14
  //Czech
15
- var _default = {
15
+ var _default = exports.default = {
16
16
  'smart-experiences.smart-hooks.external.sourced.from': 'Nalezen v:',
17
17
  'smart-experiences.smart-hooks.github.provider': 'GitHub',
18
18
  'smart-experiences.smart-hooks.google.provider': 'Google',
@@ -22,5 +22,4 @@ var _default = {
22
22
  'smart-experiences.smart-hooks.member.lozenge.text': 'ČLEN',
23
23
  'smart-experiences.smart-hooks.microsoft.provider': 'Microsoft',
24
24
  'smart-experiences.smart-hooks.slack.provider': 'Slack'
25
- };
26
- exports.default = _default;
25
+ };
@@ -12,7 +12,7 @@ exports.default = void 0;
12
12
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
13
13
  */
14
14
  //Danish (Denmark)
15
- var _default = {
15
+ var _default = exports.default = {
16
16
  'smart-experiences.smart-hooks.external.sourced.from': 'Fundet i:',
17
17
  'smart-experiences.smart-hooks.github.provider': 'GitHub',
18
18
  'smart-experiences.smart-hooks.google.provider': 'Google',
@@ -22,5 +22,4 @@ var _default = {
22
22
  'smart-experiences.smart-hooks.member.lozenge.text': 'Medlem',
23
23
  'smart-experiences.smart-hooks.microsoft.provider': 'Microsoft',
24
24
  'smart-experiences.smart-hooks.slack.provider': 'Slack'
25
- };
26
- exports.default = _default;
25
+ };
@@ -12,7 +12,7 @@ exports.default = void 0;
12
12
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
13
13
  */
14
14
  //German (Germany)
15
- var _default = {
15
+ var _default = exports.default = {
16
16
  'smart-experiences.smart-hooks.external.sourced.from': 'Gefunden in:',
17
17
  'smart-experiences.smart-hooks.github.provider': 'GitHub',
18
18
  'smart-experiences.smart-hooks.google.provider': 'Google',
@@ -22,5 +22,4 @@ var _default = {
22
22
  'smart-experiences.smart-hooks.member.lozenge.text': 'Mitglied',
23
23
  'smart-experiences.smart-hooks.microsoft.provider': 'Microsoft',
24
24
  'smart-experiences.smart-hooks.slack.provider': 'Slack'
25
- };
26
- exports.default = _default;
25
+ };
@@ -12,7 +12,7 @@ exports.default = void 0;
12
12
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
13
13
  */
14
14
  //
15
- var _default = {
15
+ var _default = exports.default = {
16
16
  'smart-experiences.smart-hooks.external.sourced.from': 'Found in:',
17
17
  'smart-experiences.smart-hooks.github.provider': 'GitHub',
18
18
  'smart-experiences.smart-hooks.google.provider': 'Google',
@@ -22,5 +22,4 @@ var _default = {
22
22
  'smart-experiences.smart-hooks.member.lozenge.text': 'MEMBER',
23
23
  'smart-experiences.smart-hooks.microsoft.provider': 'Microsoft',
24
24
  'smart-experiences.smart-hooks.slack.provider': 'Slack'
25
- };
26
- exports.default = _default;
25
+ };
@@ -12,7 +12,7 @@ exports.default = void 0;
12
12
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
13
13
  */
14
14
  //English (United Kingdom)
15
- var _default = {
15
+ var _default = exports.default = {
16
16
  'smart-experiences.smart-hooks.external.sourced.from': 'Found in:',
17
17
  'smart-experiences.smart-hooks.github.provider': 'GitHub',
18
18
  'smart-experiences.smart-hooks.google.provider': 'Google',
@@ -22,5 +22,4 @@ var _default = {
22
22
  'smart-experiences.smart-hooks.member.lozenge.text': 'MEMBER',
23
23
  'smart-experiences.smart-hooks.microsoft.provider': 'Microsoft',
24
24
  'smart-experiences.smart-hooks.slack.provider': 'Slack'
25
- };
26
- exports.default = _default;
25
+ };
@@ -12,7 +12,7 @@ exports.default = void 0;
12
12
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
13
13
  */
14
14
  //
15
- var _default = {
15
+ var _default = exports.default = {
16
16
  'smart-experiences.smart-hooks.external.sourced.from': '⁣⁢Found in:⁠⁡⁠⁠؜‌‍⁡؜‌⁠⁣⁤',
17
17
  'smart-experiences.smart-hooks.github.provider': '⁣⁢GitHub⁠‍‍⁡⁡‌‌‌‌؜⁣⁤',
18
18
  'smart-experiences.smart-hooks.google.provider': '⁣⁢Google⁡‌⁠⁠‌؜‌‍؜⁣⁤',
@@ -22,5 +22,4 @@ var _default = {
22
22
  'smart-experiences.smart-hooks.member.lozenge.text': '⁣⁢MEMBER‌⁠‌‍‌⁡⁠⁠⁡⁠⁣⁤',
23
23
  'smart-experiences.smart-hooks.microsoft.provider': '⁣⁢Microsoft؜؜⁠‌‍‌‌⁡‍‍‍⁣⁤',
24
24
  'smart-experiences.smart-hooks.slack.provider': '⁣⁢Slack؜‌⁡⁠؜‌⁣⁤'
25
- };
26
- exports.default = _default;
25
+ };
@@ -12,7 +12,7 @@ exports.default = void 0;
12
12
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
13
13
  */
14
14
  //Spanish (International)
15
- var _default = {
15
+ var _default = exports.default = {
16
16
  'smart-experiences.smart-hooks.external.sourced.from': 'Encontrado en:',
17
17
  'smart-experiences.smart-hooks.github.provider': 'GitHub',
18
18
  'smart-experiences.smart-hooks.google.provider': 'Google',
@@ -22,5 +22,4 @@ var _default = {
22
22
  'smart-experiences.smart-hooks.member.lozenge.text': 'MIEMBRO',
23
23
  'smart-experiences.smart-hooks.microsoft.provider': 'Microsoft',
24
24
  'smart-experiences.smart-hooks.slack.provider': 'Slack'
25
- };
26
- exports.default = _default;
25
+ };
@@ -11,5 +11,4 @@ exports.default = void 0;
11
11
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
12
12
  */
13
13
  // Estonian
14
- var _default = {};
15
- exports.default = _default;
14
+ var _default = exports.default = {};
@@ -12,7 +12,7 @@ exports.default = void 0;
12
12
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
13
13
  */
14
14
  //Finnish
15
- var _default = {
15
+ var _default = exports.default = {
16
16
  'smart-experiences.smart-hooks.external.sourced.from': 'Löydetty kohteesta:',
17
17
  'smart-experiences.smart-hooks.github.provider': 'GitHub',
18
18
  'smart-experiences.smart-hooks.google.provider': 'Google',
@@ -22,5 +22,4 @@ var _default = {
22
22
  'smart-experiences.smart-hooks.member.lozenge.text': 'Jäsen',
23
23
  'smart-experiences.smart-hooks.microsoft.provider': 'Microsoft',
24
24
  'smart-experiences.smart-hooks.slack.provider': 'Slack'
25
- };
26
- exports.default = _default;
25
+ };
@@ -12,7 +12,7 @@ exports.default = void 0;
12
12
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
13
13
  */
14
14
  //French (France)
15
- var _default = {
15
+ var _default = exports.default = {
16
16
  'smart-experiences.smart-hooks.external.sourced.from': 'Trouvé dans :',
17
17
  'smart-experiences.smart-hooks.github.provider': 'GitHub',
18
18
  'smart-experiences.smart-hooks.google.provider': 'Google',
@@ -22,5 +22,4 @@ var _default = {
22
22
  'smart-experiences.smart-hooks.member.lozenge.text': 'MEMBRE',
23
23
  'smart-experiences.smart-hooks.microsoft.provider': 'Microsoft',
24
24
  'smart-experiences.smart-hooks.slack.provider': 'Slack'
25
- };
26
- exports.default = _default;
25
+ };
@@ -12,7 +12,7 @@ exports.default = void 0;
12
12
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
13
13
  */
14
14
  //Hungarian
15
- var _default = {
15
+ var _default = exports.default = {
16
16
  'smart-experiences.smart-hooks.external.sourced.from': 'Itt található:',
17
17
  'smart-experiences.smart-hooks.github.provider': 'GitHub',
18
18
  'smart-experiences.smart-hooks.google.provider': 'Google',
@@ -22,5 +22,4 @@ var _default = {
22
22
  'smart-experiences.smart-hooks.member.lozenge.text': 'TAG',
23
23
  'smart-experiences.smart-hooks.microsoft.provider': 'Microsoft',
24
24
  'smart-experiences.smart-hooks.slack.provider': 'Slack'
25
- };
26
- exports.default = _default;
25
+ };
@@ -5,10 +5,9 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.default = void 0;
7
7
  // Icelandic
8
- var _default = {
8
+ var _default = exports.default = {
9
9
  'smart-experiences.smart-hooks.placeholder': 'Finna einstakling...',
10
10
  'smart-experiences.smart-hooks.placeholder.add-more': 'Bæta við meira fólki...',
11
11
  'smart-experiences.smart-hooks.multi.remove-item': 'Fjarlægja',
12
12
  'smart-experiences.smart-hooks.single.clear': 'Hreinsa'
13
- };
14
- exports.default = _default;
13
+ };
@@ -12,7 +12,7 @@ exports.default = void 0;
12
12
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
13
13
  */
14
14
  //Italian (Italy)
15
- var _default = {
15
+ var _default = exports.default = {
16
16
  'smart-experiences.smart-hooks.external.sourced.from': 'Trovato in:',
17
17
  'smart-experiences.smart-hooks.github.provider': 'GitHub',
18
18
  'smart-experiences.smart-hooks.google.provider': 'Google',
@@ -22,5 +22,4 @@ var _default = {
22
22
  'smart-experiences.smart-hooks.member.lozenge.text': 'MEMBRO',
23
23
  'smart-experiences.smart-hooks.microsoft.provider': 'Microsoft',
24
24
  'smart-experiences.smart-hooks.slack.provider': 'Slack'
25
- };
26
- exports.default = _default;
25
+ };
@@ -12,7 +12,7 @@ exports.default = void 0;
12
12
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
13
13
  */
14
14
  //Japanese
15
- var _default = {
15
+ var _default = exports.default = {
16
16
  'smart-experiences.smart-hooks.external.sourced.from': 'ユーザーのソース元: ',
17
17
  'smart-experiences.smart-hooks.github.provider': 'GitHub',
18
18
  'smart-experiences.smart-hooks.google.provider': 'Google',
@@ -22,5 +22,4 @@ var _default = {
22
22
  'smart-experiences.smart-hooks.member.lozenge.text': 'メンバー',
23
23
  'smart-experiences.smart-hooks.microsoft.provider': 'Microsoft',
24
24
  'smart-experiences.smart-hooks.slack.provider': 'Slack'
25
- };
26
- exports.default = _default;
25
+ };
@@ -12,7 +12,7 @@ exports.default = void 0;
12
12
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
13
13
  */
14
14
  //Korean
15
- var _default = {
15
+ var _default = exports.default = {
16
16
  'smart-experiences.smart-hooks.external.sourced.from': '찾은 위치:',
17
17
  'smart-experiences.smart-hooks.github.provider': 'GitHub',
18
18
  'smart-experiences.smart-hooks.google.provider': 'Google',
@@ -22,5 +22,4 @@ var _default = {
22
22
  'smart-experiences.smart-hooks.member.lozenge.text': '구성원',
23
23
  'smart-experiences.smart-hooks.microsoft.provider': 'Microsoft',
24
24
  'smart-experiences.smart-hooks.slack.provider': 'Slack'
25
- };
26
- exports.default = _default;
25
+ };
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.default = void 0;
7
- var _default = {
7
+ var _default = exports.default = {
8
8
  zh: 'Chinese',
9
9
  cs: 'Czech',
10
10
  da: 'Danish',
@@ -29,5 +29,4 @@ var _default = {
29
29
  sk: 'Slovak',
30
30
  es: 'Spanish',
31
31
  sv: 'Swedish'
32
- };
33
- exports.default = _default;
32
+ };
@@ -12,7 +12,7 @@ exports.default = void 0;
12
12
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
13
13
  */
14
14
  //Norwegian (Bokmål)
15
- var _default = {
15
+ var _default = exports.default = {
16
16
  'smart-experiences.smart-hooks.external.sourced.from': 'Funnet på:',
17
17
  'smart-experiences.smart-hooks.github.provider': 'GitHub',
18
18
  'smart-experiences.smart-hooks.google.provider': 'Google',
@@ -22,5 +22,4 @@ var _default = {
22
22
  'smart-experiences.smart-hooks.member.lozenge.text': 'Medlem',
23
23
  'smart-experiences.smart-hooks.microsoft.provider': 'Microsoft',
24
24
  'smart-experiences.smart-hooks.slack.provider': 'Slack'
25
- };
26
- exports.default = _default;
25
+ };
@@ -12,7 +12,7 @@ exports.default = void 0;
12
12
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
13
13
  */
14
14
  //Dutch (Netherlands)
15
- var _default = {
15
+ var _default = exports.default = {
16
16
  'smart-experiences.smart-hooks.external.sourced.from': 'Gevonden in:',
17
17
  'smart-experiences.smart-hooks.github.provider': 'GitHub',
18
18
  'smart-experiences.smart-hooks.google.provider': 'Google',
@@ -22,5 +22,4 @@ var _default = {
22
22
  'smart-experiences.smart-hooks.member.lozenge.text': 'LID',
23
23
  'smart-experiences.smart-hooks.microsoft.provider': 'Microsoft',
24
24
  'smart-experiences.smart-hooks.slack.provider': 'Slack'
25
- };
26
- exports.default = _default;
25
+ };
@@ -12,7 +12,7 @@ exports.default = void 0;
12
12
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
13
13
  */
14
14
  //Polish (Poland)
15
- var _default = {
15
+ var _default = exports.default = {
16
16
  'smart-experiences.smart-hooks.external.sourced.from': 'Znaleziono w:',
17
17
  'smart-experiences.smart-hooks.github.provider': 'GitHub',
18
18
  'smart-experiences.smart-hooks.google.provider': 'Google',
@@ -22,5 +22,4 @@ var _default = {
22
22
  'smart-experiences.smart-hooks.member.lozenge.text': 'CZŁONEK',
23
23
  'smart-experiences.smart-hooks.microsoft.provider': 'Microsoft',
24
24
  'smart-experiences.smart-hooks.slack.provider': 'Slack'
25
- };
26
- exports.default = _default;
25
+ };
@@ -12,7 +12,7 @@ exports.default = void 0;
12
12
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
13
13
  */
14
14
  //Portuguese (Brazil)
15
- var _default = {
15
+ var _default = exports.default = {
16
16
  'smart-experiences.smart-hooks.external.sourced.from': 'Encontrado em:',
17
17
  'smart-experiences.smart-hooks.github.provider': 'GitHub',
18
18
  'smart-experiences.smart-hooks.google.provider': 'Google',
@@ -22,5 +22,4 @@ var _default = {
22
22
  'smart-experiences.smart-hooks.member.lozenge.text': 'Membro',
23
23
  'smart-experiences.smart-hooks.microsoft.provider': 'Microsoft',
24
24
  'smart-experiences.smart-hooks.slack.provider': 'Slack'
25
- };
26
- exports.default = _default;
25
+ };
@@ -11,5 +11,4 @@ exports.default = void 0;
11
11
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
12
12
  */
13
13
  // Portuguese (Portugal)
14
- var _default = {};
15
- exports.default = _default;
14
+ var _default = exports.default = {};
@@ -5,10 +5,9 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.default = void 0;
7
7
  // Romanian
8
- var _default = {
8
+ var _default = exports.default = {
9
9
  'smart-experiences.smart-hooks.placeholder': 'Găsiți o persoană...',
10
10
  'smart-experiences.smart-hooks.placeholder.add-more': 'și alte persoane',
11
11
  'smart-experiences.smart-hooks.multi.remove-item': 'Eliminare',
12
12
  'smart-experiences.smart-hooks.single.clear': 'Ștergere'
13
- };
14
- exports.default = _default;
13
+ };
@@ -12,7 +12,7 @@ exports.default = void 0;
12
12
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
13
13
  */
14
14
  //Russian
15
- var _default = {
15
+ var _default = exports.default = {
16
16
  'smart-experiences.smart-hooks.external.sourced.from': 'Найден в:',
17
17
  'smart-experiences.smart-hooks.github.provider': 'GitHub',
18
18
  'smart-experiences.smart-hooks.google.provider': 'Google',
@@ -22,5 +22,4 @@ var _default = {
22
22
  'smart-experiences.smart-hooks.member.lozenge.text': 'УЧАСТНИК',
23
23
  'smart-experiences.smart-hooks.microsoft.provider': 'Microsoft',
24
24
  'smart-experiences.smart-hooks.slack.provider': 'Slack'
25
- };
26
- exports.default = _default;
25
+ };
@@ -11,5 +11,4 @@ exports.default = void 0;
11
11
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
12
12
  */
13
13
  // Slovak
14
- var _default = {};
15
- exports.default = _default;
14
+ var _default = exports.default = {};
@@ -12,7 +12,7 @@ exports.default = void 0;
12
12
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
13
13
  */
14
14
  //Swedish
15
- var _default = {
15
+ var _default = exports.default = {
16
16
  'smart-experiences.smart-hooks.external.sourced.from': 'Hittades i:',
17
17
  'smart-experiences.smart-hooks.github.provider': 'GitHub',
18
18
  'smart-experiences.smart-hooks.google.provider': 'Google',
@@ -22,5 +22,4 @@ var _default = {
22
22
  'smart-experiences.smart-hooks.member.lozenge.text': 'medlem',
23
23
  'smart-experiences.smart-hooks.microsoft.provider': 'Microsoft',
24
24
  'smart-experiences.smart-hooks.slack.provider': 'Slack'
25
- };
26
- exports.default = _default;
25
+ };
@@ -12,7 +12,7 @@ exports.default = void 0;
12
12
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
13
13
  */
14
14
  //Thai (Thailand)
15
- var _default = {
15
+ var _default = exports.default = {
16
16
  'smart-experiences.smart-hooks.external.sourced.from': 'พบใน:',
17
17
  'smart-experiences.smart-hooks.github.provider': 'GitHub',
18
18
  'smart-experiences.smart-hooks.google.provider': 'Google',
@@ -22,5 +22,4 @@ var _default = {
22
22
  'smart-experiences.smart-hooks.member.lozenge.text': 'สมาชิก',
23
23
  'smart-experiences.smart-hooks.microsoft.provider': 'Microsoft',
24
24
  'smart-experiences.smart-hooks.slack.provider': 'Slack'
25
- };
26
- exports.default = _default;
25
+ };
@@ -12,7 +12,7 @@ exports.default = void 0;
12
12
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
13
13
  */
14
14
  //Turkish (Turkey)
15
- var _default = {
15
+ var _default = exports.default = {
16
16
  'smart-experiences.smart-hooks.external.sourced.from': 'Bulunduğu yer:',
17
17
  'smart-experiences.smart-hooks.github.provider': 'GitHub',
18
18
  'smart-experiences.smart-hooks.google.provider': 'Google',
@@ -22,5 +22,4 @@ var _default = {
22
22
  'smart-experiences.smart-hooks.member.lozenge.text': 'ÜYE',
23
23
  'smart-experiences.smart-hooks.microsoft.provider': 'Microsoft',
24
24
  'smart-experiences.smart-hooks.slack.provider': 'Slack'
25
- };
26
- exports.default = _default;
25
+ };
@@ -12,7 +12,7 @@ exports.default = void 0;
12
12
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
13
13
  */
14
14
  //Ukrainian (Ukraine)
15
- var _default = {
15
+ var _default = exports.default = {
16
16
  'smart-experiences.smart-hooks.external.sourced.from': 'Знайдено в:',
17
17
  'smart-experiences.smart-hooks.github.provider': 'GitHub',
18
18
  'smart-experiences.smart-hooks.google.provider': 'Google',
@@ -22,5 +22,4 @@ var _default = {
22
22
  'smart-experiences.smart-hooks.member.lozenge.text': 'Учасник',
23
23
  'smart-experiences.smart-hooks.microsoft.provider': 'Microsoft',
24
24
  'smart-experiences.smart-hooks.slack.provider': 'Slack'
25
- };
26
- exports.default = _default;
25
+ };
@@ -12,7 +12,7 @@ exports.default = void 0;
12
12
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
13
13
  */
14
14
  //Vietnamese (Vietnam)
15
- var _default = {
15
+ var _default = exports.default = {
16
16
  'smart-experiences.smart-hooks.external.sourced.from': 'Tìm thấy trong:',
17
17
  'smart-experiences.smart-hooks.github.provider': 'GitHub',
18
18
  'smart-experiences.smart-hooks.google.provider': 'Google',
@@ -22,5 +22,4 @@ var _default = {
22
22
  'smart-experiences.smart-hooks.member.lozenge.text': 'Thành viên',
23
23
  'smart-experiences.smart-hooks.microsoft.provider': 'Microsoft',
24
24
  'smart-experiences.smart-hooks.slack.provider': 'Slack'
25
- };
26
- exports.default = _default;
25
+ };
@@ -12,7 +12,7 @@ exports.default = void 0;
12
12
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
13
13
  */
14
14
  //Chinese (Simplified)
15
- var _default = {
15
+ var _default = exports.default = {
16
16
  'smart-experiences.smart-hooks.external.sourced.from': '发现位置:',
17
17
  'smart-experiences.smart-hooks.github.provider': 'GitHub',
18
18
  'smart-experiences.smart-hooks.google.provider': 'Google',
@@ -22,5 +22,4 @@ var _default = {
22
22
  'smart-experiences.smart-hooks.member.lozenge.text': '成员',
23
23
  'smart-experiences.smart-hooks.microsoft.provider': 'Microsoft',
24
24
  'smart-experiences.smart-hooks.slack.provider': 'Slack'
25
- };
26
- exports.default = _default;
25
+ };
@@ -12,7 +12,7 @@ exports.default = void 0;
12
12
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
13
13
  */
14
14
  //Chinese (Traditional)
15
- var _default = {
15
+ var _default = exports.default = {
16
16
  'smart-experiences.smart-hooks.external.sourced.from': '尋找位置:',
17
17
  'smart-experiences.smart-hooks.github.provider': 'GitHub',
18
18
  'smart-experiences.smart-hooks.google.provider': 'Google',
@@ -22,5 +22,4 @@ var _default = {
22
22
  'smart-experiences.smart-hooks.member.lozenge.text': '成員',
23
23
  'smart-experiences.smart-hooks.microsoft.provider': 'Microsoft',
24
24
  'smart-experiences.smart-hooks.slack.provider': 'Slack'
25
- };
26
- exports.default = _default;
25
+ };
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.messages = void 0;
7
7
  var _reactIntlNext = require("react-intl-next");
8
- var messages = (0, _reactIntlNext.defineMessages)({
8
+ var messages = exports.messages = (0, _reactIntlNext.defineMessages)({
9
9
  externalUserSourcesHeading: {
10
10
  id: 'smart-experiences.smart-hooks.external.sourced.from',
11
11
  defaultMessage: 'Found in:',
@@ -51,5 +51,4 @@ var messages = (0, _reactIntlNext.defineMessages)({
51
51
  defaultMessage: 'Guest groups can only access certain spaces and have limited access to user info.',
52
52
  description: 'Tooltip text for lozenge showing that a group is for guests in Confluence'
53
53
  }
54
- });
55
- exports.messages = messages;
54
+ });
@@ -34,5 +34,4 @@ function useFunctionUsageTracking(trackedFunction) {
34
34
  trackingFunction: trackingFunction
35
35
  };
36
36
  }
37
- var _default = useFunctionUsageTracking;
38
- exports.default = _default;
37
+ var _default = exports.default = useFunctionUsageTracking;