@atlaskit/smart-hooks 0.1.9 → 0.2.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.
Files changed (104) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/dist/cjs/i18n/cs.js +9 -9
  3. package/dist/cjs/i18n/da.js +9 -9
  4. package/dist/cjs/i18n/de.js +9 -9
  5. package/dist/cjs/i18n/en.js +9 -9
  6. package/dist/cjs/i18n/en_GB.js +9 -9
  7. package/dist/cjs/i18n/es.js +9 -9
  8. package/dist/cjs/i18n/fi.js +9 -9
  9. package/dist/cjs/i18n/fr.js +9 -9
  10. package/dist/cjs/i18n/hu.js +9 -9
  11. package/dist/cjs/i18n/it.js +9 -9
  12. package/dist/cjs/i18n/ja.js +9 -9
  13. package/dist/cjs/i18n/ko.js +9 -9
  14. package/dist/cjs/i18n/nb.js +9 -9
  15. package/dist/cjs/i18n/nl.js +9 -9
  16. package/dist/cjs/i18n/pl.js +9 -9
  17. package/dist/cjs/i18n/pt_BR.js +9 -9
  18. package/dist/cjs/i18n/ru.js +9 -9
  19. package/dist/cjs/i18n/sv.js +9 -9
  20. package/dist/cjs/i18n/th.js +9 -9
  21. package/dist/cjs/i18n/tr.js +9 -9
  22. package/dist/cjs/i18n/uk.js +9 -9
  23. package/dist/cjs/i18n/vi.js +9 -9
  24. package/dist/cjs/i18n/zh.js +9 -9
  25. package/dist/cjs/i18n/zh_TW.js +9 -9
  26. package/dist/cjs/services/use-user-recommendations/index.js +71 -74
  27. package/dist/cjs/version.json +1 -1
  28. package/dist/es2019/i18n/cs.js +9 -9
  29. package/dist/es2019/i18n/da.js +9 -9
  30. package/dist/es2019/i18n/de.js +9 -9
  31. package/dist/es2019/i18n/en.js +9 -9
  32. package/dist/es2019/i18n/en_GB.js +9 -9
  33. package/dist/es2019/i18n/es.js +9 -9
  34. package/dist/es2019/i18n/fi.js +9 -9
  35. package/dist/es2019/i18n/fr.js +9 -9
  36. package/dist/es2019/i18n/hu.js +9 -9
  37. package/dist/es2019/i18n/it.js +9 -9
  38. package/dist/es2019/i18n/ja.js +9 -9
  39. package/dist/es2019/i18n/ko.js +9 -9
  40. package/dist/es2019/i18n/nb.js +9 -9
  41. package/dist/es2019/i18n/nl.js +9 -9
  42. package/dist/es2019/i18n/pl.js +9 -9
  43. package/dist/es2019/i18n/pt_BR.js +9 -9
  44. package/dist/es2019/i18n/ru.js +9 -9
  45. package/dist/es2019/i18n/sv.js +9 -9
  46. package/dist/es2019/i18n/th.js +9 -9
  47. package/dist/es2019/i18n/tr.js +9 -9
  48. package/dist/es2019/i18n/uk.js +9 -9
  49. package/dist/es2019/i18n/vi.js +9 -9
  50. package/dist/es2019/i18n/zh.js +9 -9
  51. package/dist/es2019/i18n/zh_TW.js +9 -9
  52. package/dist/es2019/version.json +1 -1
  53. package/dist/esm/i18n/cs.js +9 -9
  54. package/dist/esm/i18n/da.js +9 -9
  55. package/dist/esm/i18n/de.js +9 -9
  56. package/dist/esm/i18n/en.js +9 -9
  57. package/dist/esm/i18n/en_GB.js +9 -9
  58. package/dist/esm/i18n/es.js +9 -9
  59. package/dist/esm/i18n/fi.js +9 -9
  60. package/dist/esm/i18n/fr.js +9 -9
  61. package/dist/esm/i18n/hu.js +9 -9
  62. package/dist/esm/i18n/it.js +9 -9
  63. package/dist/esm/i18n/ja.js +9 -9
  64. package/dist/esm/i18n/ko.js +9 -9
  65. package/dist/esm/i18n/nb.js +9 -9
  66. package/dist/esm/i18n/nl.js +9 -9
  67. package/dist/esm/i18n/pl.js +9 -9
  68. package/dist/esm/i18n/pt_BR.js +9 -9
  69. package/dist/esm/i18n/ru.js +9 -9
  70. package/dist/esm/i18n/sv.js +9 -9
  71. package/dist/esm/i18n/th.js +9 -9
  72. package/dist/esm/i18n/tr.js +9 -9
  73. package/dist/esm/i18n/uk.js +9 -9
  74. package/dist/esm/i18n/vi.js +9 -9
  75. package/dist/esm/i18n/zh.js +9 -9
  76. package/dist/esm/i18n/zh_TW.js +9 -9
  77. package/dist/esm/services/use-user-recommendations/index.js +71 -74
  78. package/dist/esm/version.json +1 -1
  79. package/dist/types/i18n/cs.d.ts +9 -9
  80. package/dist/types/i18n/da.d.ts +9 -9
  81. package/dist/types/i18n/de.d.ts +9 -9
  82. package/dist/types/i18n/en.d.ts +9 -9
  83. package/dist/types/i18n/en_GB.d.ts +9 -9
  84. package/dist/types/i18n/es.d.ts +9 -9
  85. package/dist/types/i18n/fi.d.ts +9 -9
  86. package/dist/types/i18n/fr.d.ts +9 -9
  87. package/dist/types/i18n/hu.d.ts +9 -9
  88. package/dist/types/i18n/it.d.ts +9 -9
  89. package/dist/types/i18n/ja.d.ts +9 -9
  90. package/dist/types/i18n/ko.d.ts +9 -9
  91. package/dist/types/i18n/nb.d.ts +9 -9
  92. package/dist/types/i18n/nl.d.ts +9 -9
  93. package/dist/types/i18n/pl.d.ts +9 -9
  94. package/dist/types/i18n/pt_BR.d.ts +9 -9
  95. package/dist/types/i18n/ru.d.ts +9 -9
  96. package/dist/types/i18n/sv.d.ts +9 -9
  97. package/dist/types/i18n/th.d.ts +9 -9
  98. package/dist/types/i18n/tr.d.ts +9 -9
  99. package/dist/types/i18n/uk.d.ts +9 -9
  100. package/dist/types/i18n/vi.d.ts +9 -9
  101. package/dist/types/i18n/zh.d.ts +9 -9
  102. package/dist/types/i18n/zh_TW.d.ts +9 -9
  103. package/package.json +13 -13
  104. package/tmp/api-report-tmp.d.ts +0 -54
@@ -1,13 +1,13 @@
1
1
  declare const _default: {
2
- "smart-experiences.smart-hooks.external.sourced.from": string;
3
- "smart-experiences.smart-hooks.github.provider": string;
4
- "smart-experiences.smart-hooks.google.provider": string;
5
- "smart-experiences.smart-hooks.guest.lozenge.text": string;
6
- "smart-experiences.smart-hooks.guest.lozenge.tooltip.group": string;
7
- "smart-experiences.smart-hooks.guest.lozenge.tooltip.user": string;
8
- "smart-experiences.smart-hooks.member.lozenge.text": string;
9
- "smart-experiences.smart-hooks.microsoft.provider": string;
10
- "smart-experiences.smart-hooks.slack.provider": string;
2
+ 'smart-experiences.smart-hooks.external.sourced.from': string;
3
+ 'smart-experiences.smart-hooks.github.provider': string;
4
+ 'smart-experiences.smart-hooks.google.provider': string;
5
+ 'smart-experiences.smart-hooks.guest.lozenge.text': string;
6
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': string;
7
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': string;
8
+ 'smart-experiences.smart-hooks.member.lozenge.text': string;
9
+ 'smart-experiences.smart-hooks.microsoft.provider': string;
10
+ 'smart-experiences.smart-hooks.slack.provider': string;
11
11
  };
12
12
  /**
13
13
  * NOTE:
@@ -1,13 +1,13 @@
1
1
  declare const _default: {
2
- "smart-experiences.smart-hooks.external.sourced.from": string;
3
- "smart-experiences.smart-hooks.github.provider": string;
4
- "smart-experiences.smart-hooks.google.provider": string;
5
- "smart-experiences.smart-hooks.guest.lozenge.text": string;
6
- "smart-experiences.smart-hooks.guest.lozenge.tooltip.group": string;
7
- "smart-experiences.smart-hooks.guest.lozenge.tooltip.user": string;
8
- "smart-experiences.smart-hooks.member.lozenge.text": string;
9
- "smart-experiences.smart-hooks.microsoft.provider": string;
10
- "smart-experiences.smart-hooks.slack.provider": string;
2
+ 'smart-experiences.smart-hooks.external.sourced.from': string;
3
+ 'smart-experiences.smart-hooks.github.provider': string;
4
+ 'smart-experiences.smart-hooks.google.provider': string;
5
+ 'smart-experiences.smart-hooks.guest.lozenge.text': string;
6
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': string;
7
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': string;
8
+ 'smart-experiences.smart-hooks.member.lozenge.text': string;
9
+ 'smart-experiences.smart-hooks.microsoft.provider': string;
10
+ 'smart-experiences.smart-hooks.slack.provider': string;
11
11
  };
12
12
  /**
13
13
  * NOTE:
@@ -1,13 +1,13 @@
1
1
  declare const _default: {
2
- "smart-experiences.smart-hooks.external.sourced.from": string;
3
- "smart-experiences.smart-hooks.github.provider": string;
4
- "smart-experiences.smart-hooks.google.provider": string;
5
- "smart-experiences.smart-hooks.guest.lozenge.text": string;
6
- "smart-experiences.smart-hooks.guest.lozenge.tooltip.group": string;
7
- "smart-experiences.smart-hooks.guest.lozenge.tooltip.user": string;
8
- "smart-experiences.smart-hooks.member.lozenge.text": string;
9
- "smart-experiences.smart-hooks.microsoft.provider": string;
10
- "smart-experiences.smart-hooks.slack.provider": string;
2
+ 'smart-experiences.smart-hooks.external.sourced.from': string;
3
+ 'smart-experiences.smart-hooks.github.provider': string;
4
+ 'smart-experiences.smart-hooks.google.provider': string;
5
+ 'smart-experiences.smart-hooks.guest.lozenge.text': string;
6
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': string;
7
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': string;
8
+ 'smart-experiences.smart-hooks.member.lozenge.text': string;
9
+ 'smart-experiences.smart-hooks.microsoft.provider': string;
10
+ 'smart-experiences.smart-hooks.slack.provider': string;
11
11
  };
12
12
  /**
13
13
  * NOTE:
@@ -1,13 +1,13 @@
1
1
  declare const _default: {
2
- "smart-experiences.smart-hooks.external.sourced.from": string;
3
- "smart-experiences.smart-hooks.github.provider": string;
4
- "smart-experiences.smart-hooks.google.provider": string;
5
- "smart-experiences.smart-hooks.guest.lozenge.text": string;
6
- "smart-experiences.smart-hooks.guest.lozenge.tooltip.group": string;
7
- "smart-experiences.smart-hooks.guest.lozenge.tooltip.user": string;
8
- "smart-experiences.smart-hooks.member.lozenge.text": string;
9
- "smart-experiences.smart-hooks.microsoft.provider": string;
10
- "smart-experiences.smart-hooks.slack.provider": string;
2
+ 'smart-experiences.smart-hooks.external.sourced.from': string;
3
+ 'smart-experiences.smart-hooks.github.provider': string;
4
+ 'smart-experiences.smart-hooks.google.provider': string;
5
+ 'smart-experiences.smart-hooks.guest.lozenge.text': string;
6
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': string;
7
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': string;
8
+ 'smart-experiences.smart-hooks.member.lozenge.text': string;
9
+ 'smart-experiences.smart-hooks.microsoft.provider': string;
10
+ 'smart-experiences.smart-hooks.slack.provider': string;
11
11
  };
12
12
  /**
13
13
  * NOTE:
@@ -1,13 +1,13 @@
1
1
  declare const _default: {
2
- "smart-experiences.smart-hooks.external.sourced.from": string;
3
- "smart-experiences.smart-hooks.github.provider": string;
4
- "smart-experiences.smart-hooks.google.provider": string;
5
- "smart-experiences.smart-hooks.guest.lozenge.text": string;
6
- "smart-experiences.smart-hooks.guest.lozenge.tooltip.group": string;
7
- "smart-experiences.smart-hooks.guest.lozenge.tooltip.user": string;
8
- "smart-experiences.smart-hooks.member.lozenge.text": string;
9
- "smart-experiences.smart-hooks.microsoft.provider": string;
10
- "smart-experiences.smart-hooks.slack.provider": string;
2
+ 'smart-experiences.smart-hooks.external.sourced.from': string;
3
+ 'smart-experiences.smart-hooks.github.provider': string;
4
+ 'smart-experiences.smart-hooks.google.provider': string;
5
+ 'smart-experiences.smart-hooks.guest.lozenge.text': string;
6
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': string;
7
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': string;
8
+ 'smart-experiences.smart-hooks.member.lozenge.text': string;
9
+ 'smart-experiences.smart-hooks.microsoft.provider': string;
10
+ 'smart-experiences.smart-hooks.slack.provider': string;
11
11
  };
12
12
  /**
13
13
  * NOTE:
@@ -1,13 +1,13 @@
1
1
  declare const _default: {
2
- "smart-experiences.smart-hooks.external.sourced.from": string;
3
- "smart-experiences.smart-hooks.github.provider": string;
4
- "smart-experiences.smart-hooks.google.provider": string;
5
- "smart-experiences.smart-hooks.guest.lozenge.text": string;
6
- "smart-experiences.smart-hooks.guest.lozenge.tooltip.group": string;
7
- "smart-experiences.smart-hooks.guest.lozenge.tooltip.user": string;
8
- "smart-experiences.smart-hooks.member.lozenge.text": string;
9
- "smart-experiences.smart-hooks.microsoft.provider": string;
10
- "smart-experiences.smart-hooks.slack.provider": string;
2
+ 'smart-experiences.smart-hooks.external.sourced.from': string;
3
+ 'smart-experiences.smart-hooks.github.provider': string;
4
+ 'smart-experiences.smart-hooks.google.provider': string;
5
+ 'smart-experiences.smart-hooks.guest.lozenge.text': string;
6
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': string;
7
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': string;
8
+ 'smart-experiences.smart-hooks.member.lozenge.text': string;
9
+ 'smart-experiences.smart-hooks.microsoft.provider': string;
10
+ 'smart-experiences.smart-hooks.slack.provider': string;
11
11
  };
12
12
  /**
13
13
  * NOTE:
@@ -1,13 +1,13 @@
1
1
  declare const _default: {
2
- "smart-experiences.smart-hooks.external.sourced.from": string;
3
- "smart-experiences.smart-hooks.github.provider": string;
4
- "smart-experiences.smart-hooks.google.provider": string;
5
- "smart-experiences.smart-hooks.guest.lozenge.text": string;
6
- "smart-experiences.smart-hooks.guest.lozenge.tooltip.group": string;
7
- "smart-experiences.smart-hooks.guest.lozenge.tooltip.user": string;
8
- "smart-experiences.smart-hooks.member.lozenge.text": string;
9
- "smart-experiences.smart-hooks.microsoft.provider": string;
10
- "smart-experiences.smart-hooks.slack.provider": string;
2
+ 'smart-experiences.smart-hooks.external.sourced.from': string;
3
+ 'smart-experiences.smart-hooks.github.provider': string;
4
+ 'smart-experiences.smart-hooks.google.provider': string;
5
+ 'smart-experiences.smart-hooks.guest.lozenge.text': string;
6
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': string;
7
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': string;
8
+ 'smart-experiences.smart-hooks.member.lozenge.text': string;
9
+ 'smart-experiences.smart-hooks.microsoft.provider': string;
10
+ 'smart-experiences.smart-hooks.slack.provider': string;
11
11
  };
12
12
  /**
13
13
  * NOTE:
@@ -1,13 +1,13 @@
1
1
  declare const _default: {
2
- "smart-experiences.smart-hooks.external.sourced.from": string;
3
- "smart-experiences.smart-hooks.github.provider": string;
4
- "smart-experiences.smart-hooks.google.provider": string;
5
- "smart-experiences.smart-hooks.guest.lozenge.text": string;
6
- "smart-experiences.smart-hooks.guest.lozenge.tooltip.group": string;
7
- "smart-experiences.smart-hooks.guest.lozenge.tooltip.user": string;
8
- "smart-experiences.smart-hooks.member.lozenge.text": string;
9
- "smart-experiences.smart-hooks.microsoft.provider": string;
10
- "smart-experiences.smart-hooks.slack.provider": string;
2
+ 'smart-experiences.smart-hooks.external.sourced.from': string;
3
+ 'smart-experiences.smart-hooks.github.provider': string;
4
+ 'smart-experiences.smart-hooks.google.provider': string;
5
+ 'smart-experiences.smart-hooks.guest.lozenge.text': string;
6
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': string;
7
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': string;
8
+ 'smart-experiences.smart-hooks.member.lozenge.text': string;
9
+ 'smart-experiences.smart-hooks.microsoft.provider': string;
10
+ 'smart-experiences.smart-hooks.slack.provider': string;
11
11
  };
12
12
  /**
13
13
  * NOTE:
@@ -1,13 +1,13 @@
1
1
  declare const _default: {
2
- "smart-experiences.smart-hooks.external.sourced.from": string;
3
- "smart-experiences.smart-hooks.github.provider": string;
4
- "smart-experiences.smart-hooks.google.provider": string;
5
- "smart-experiences.smart-hooks.guest.lozenge.text": string;
6
- "smart-experiences.smart-hooks.guest.lozenge.tooltip.group": string;
7
- "smart-experiences.smart-hooks.guest.lozenge.tooltip.user": string;
8
- "smart-experiences.smart-hooks.member.lozenge.text": string;
9
- "smart-experiences.smart-hooks.microsoft.provider": string;
10
- "smart-experiences.smart-hooks.slack.provider": string;
2
+ 'smart-experiences.smart-hooks.external.sourced.from': string;
3
+ 'smart-experiences.smart-hooks.github.provider': string;
4
+ 'smart-experiences.smart-hooks.google.provider': string;
5
+ 'smart-experiences.smart-hooks.guest.lozenge.text': string;
6
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': string;
7
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': string;
8
+ 'smart-experiences.smart-hooks.member.lozenge.text': string;
9
+ 'smart-experiences.smart-hooks.microsoft.provider': string;
10
+ 'smart-experiences.smart-hooks.slack.provider': string;
11
11
  };
12
12
  /**
13
13
  * NOTE:
@@ -1,13 +1,13 @@
1
1
  declare const _default: {
2
- "smart-experiences.smart-hooks.external.sourced.from": string;
3
- "smart-experiences.smart-hooks.github.provider": string;
4
- "smart-experiences.smart-hooks.google.provider": string;
5
- "smart-experiences.smart-hooks.guest.lozenge.text": string;
6
- "smart-experiences.smart-hooks.guest.lozenge.tooltip.group": string;
7
- "smart-experiences.smart-hooks.guest.lozenge.tooltip.user": string;
8
- "smart-experiences.smart-hooks.member.lozenge.text": string;
9
- "smart-experiences.smart-hooks.microsoft.provider": string;
10
- "smart-experiences.smart-hooks.slack.provider": string;
2
+ 'smart-experiences.smart-hooks.external.sourced.from': string;
3
+ 'smart-experiences.smart-hooks.github.provider': string;
4
+ 'smart-experiences.smart-hooks.google.provider': string;
5
+ 'smart-experiences.smart-hooks.guest.lozenge.text': string;
6
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': string;
7
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': string;
8
+ 'smart-experiences.smart-hooks.member.lozenge.text': string;
9
+ 'smart-experiences.smart-hooks.microsoft.provider': string;
10
+ 'smart-experiences.smart-hooks.slack.provider': string;
11
11
  };
12
12
  /**
13
13
  * NOTE:
@@ -1,13 +1,13 @@
1
1
  declare const _default: {
2
- "smart-experiences.smart-hooks.external.sourced.from": string;
3
- "smart-experiences.smart-hooks.github.provider": string;
4
- "smart-experiences.smart-hooks.google.provider": string;
5
- "smart-experiences.smart-hooks.guest.lozenge.text": string;
6
- "smart-experiences.smart-hooks.guest.lozenge.tooltip.group": string;
7
- "smart-experiences.smart-hooks.guest.lozenge.tooltip.user": string;
8
- "smart-experiences.smart-hooks.member.lozenge.text": string;
9
- "smart-experiences.smart-hooks.microsoft.provider": string;
10
- "smart-experiences.smart-hooks.slack.provider": string;
2
+ 'smart-experiences.smart-hooks.external.sourced.from': string;
3
+ 'smart-experiences.smart-hooks.github.provider': string;
4
+ 'smart-experiences.smart-hooks.google.provider': string;
5
+ 'smart-experiences.smart-hooks.guest.lozenge.text': string;
6
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': string;
7
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': string;
8
+ 'smart-experiences.smart-hooks.member.lozenge.text': string;
9
+ 'smart-experiences.smart-hooks.microsoft.provider': string;
10
+ 'smart-experiences.smart-hooks.slack.provider': string;
11
11
  };
12
12
  /**
13
13
  * NOTE:
@@ -1,13 +1,13 @@
1
1
  declare const _default: {
2
- "smart-experiences.smart-hooks.external.sourced.from": string;
3
- "smart-experiences.smart-hooks.github.provider": string;
4
- "smart-experiences.smart-hooks.google.provider": string;
5
- "smart-experiences.smart-hooks.guest.lozenge.text": string;
6
- "smart-experiences.smart-hooks.guest.lozenge.tooltip.group": string;
7
- "smart-experiences.smart-hooks.guest.lozenge.tooltip.user": string;
8
- "smart-experiences.smart-hooks.member.lozenge.text": string;
9
- "smart-experiences.smart-hooks.microsoft.provider": string;
10
- "smart-experiences.smart-hooks.slack.provider": string;
2
+ 'smart-experiences.smart-hooks.external.sourced.from': string;
3
+ 'smart-experiences.smart-hooks.github.provider': string;
4
+ 'smart-experiences.smart-hooks.google.provider': string;
5
+ 'smart-experiences.smart-hooks.guest.lozenge.text': string;
6
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': string;
7
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': string;
8
+ 'smart-experiences.smart-hooks.member.lozenge.text': string;
9
+ 'smart-experiences.smart-hooks.microsoft.provider': string;
10
+ 'smart-experiences.smart-hooks.slack.provider': string;
11
11
  };
12
12
  /**
13
13
  * NOTE:
@@ -1,13 +1,13 @@
1
1
  declare const _default: {
2
- "smart-experiences.smart-hooks.external.sourced.from": string;
3
- "smart-experiences.smart-hooks.github.provider": string;
4
- "smart-experiences.smart-hooks.google.provider": string;
5
- "smart-experiences.smart-hooks.guest.lozenge.text": string;
6
- "smart-experiences.smart-hooks.guest.lozenge.tooltip.group": string;
7
- "smart-experiences.smart-hooks.guest.lozenge.tooltip.user": string;
8
- "smart-experiences.smart-hooks.member.lozenge.text": string;
9
- "smart-experiences.smart-hooks.microsoft.provider": string;
10
- "smart-experiences.smart-hooks.slack.provider": string;
2
+ 'smart-experiences.smart-hooks.external.sourced.from': string;
3
+ 'smart-experiences.smart-hooks.github.provider': string;
4
+ 'smart-experiences.smart-hooks.google.provider': string;
5
+ 'smart-experiences.smart-hooks.guest.lozenge.text': string;
6
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': string;
7
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': string;
8
+ 'smart-experiences.smart-hooks.member.lozenge.text': string;
9
+ 'smart-experiences.smart-hooks.microsoft.provider': string;
10
+ 'smart-experiences.smart-hooks.slack.provider': string;
11
11
  };
12
12
  /**
13
13
  * NOTE:
@@ -1,13 +1,13 @@
1
1
  declare const _default: {
2
- "smart-experiences.smart-hooks.external.sourced.from": string;
3
- "smart-experiences.smart-hooks.github.provider": string;
4
- "smart-experiences.smart-hooks.google.provider": string;
5
- "smart-experiences.smart-hooks.guest.lozenge.text": string;
6
- "smart-experiences.smart-hooks.guest.lozenge.tooltip.group": string;
7
- "smart-experiences.smart-hooks.guest.lozenge.tooltip.user": string;
8
- "smart-experiences.smart-hooks.member.lozenge.text": string;
9
- "smart-experiences.smart-hooks.microsoft.provider": string;
10
- "smart-experiences.smart-hooks.slack.provider": string;
2
+ 'smart-experiences.smart-hooks.external.sourced.from': string;
3
+ 'smart-experiences.smart-hooks.github.provider': string;
4
+ 'smart-experiences.smart-hooks.google.provider': string;
5
+ 'smart-experiences.smart-hooks.guest.lozenge.text': string;
6
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': string;
7
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': string;
8
+ 'smart-experiences.smart-hooks.member.lozenge.text': string;
9
+ 'smart-experiences.smart-hooks.microsoft.provider': string;
10
+ 'smart-experiences.smart-hooks.slack.provider': string;
11
11
  };
12
12
  /**
13
13
  * NOTE:
@@ -1,13 +1,13 @@
1
1
  declare const _default: {
2
- "smart-experiences.smart-hooks.external.sourced.from": string;
3
- "smart-experiences.smart-hooks.github.provider": string;
4
- "smart-experiences.smart-hooks.google.provider": string;
5
- "smart-experiences.smart-hooks.guest.lozenge.text": string;
6
- "smart-experiences.smart-hooks.guest.lozenge.tooltip.group": string;
7
- "smart-experiences.smart-hooks.guest.lozenge.tooltip.user": string;
8
- "smart-experiences.smart-hooks.member.lozenge.text": string;
9
- "smart-experiences.smart-hooks.microsoft.provider": string;
10
- "smart-experiences.smart-hooks.slack.provider": string;
2
+ 'smart-experiences.smart-hooks.external.sourced.from': string;
3
+ 'smart-experiences.smart-hooks.github.provider': string;
4
+ 'smart-experiences.smart-hooks.google.provider': string;
5
+ 'smart-experiences.smart-hooks.guest.lozenge.text': string;
6
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': string;
7
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': string;
8
+ 'smart-experiences.smart-hooks.member.lozenge.text': string;
9
+ 'smart-experiences.smart-hooks.microsoft.provider': string;
10
+ 'smart-experiences.smart-hooks.slack.provider': string;
11
11
  };
12
12
  /**
13
13
  * NOTE:
@@ -1,13 +1,13 @@
1
1
  declare const _default: {
2
- "smart-experiences.smart-hooks.external.sourced.from": string;
3
- "smart-experiences.smart-hooks.github.provider": string;
4
- "smart-experiences.smart-hooks.google.provider": string;
5
- "smart-experiences.smart-hooks.guest.lozenge.text": string;
6
- "smart-experiences.smart-hooks.guest.lozenge.tooltip.group": string;
7
- "smart-experiences.smart-hooks.guest.lozenge.tooltip.user": string;
8
- "smart-experiences.smart-hooks.member.lozenge.text": string;
9
- "smart-experiences.smart-hooks.microsoft.provider": string;
10
- "smart-experiences.smart-hooks.slack.provider": string;
2
+ 'smart-experiences.smart-hooks.external.sourced.from': string;
3
+ 'smart-experiences.smart-hooks.github.provider': string;
4
+ 'smart-experiences.smart-hooks.google.provider': string;
5
+ 'smart-experiences.smart-hooks.guest.lozenge.text': string;
6
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': string;
7
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': string;
8
+ 'smart-experiences.smart-hooks.member.lozenge.text': string;
9
+ 'smart-experiences.smart-hooks.microsoft.provider': string;
10
+ 'smart-experiences.smart-hooks.slack.provider': string;
11
11
  };
12
12
  /**
13
13
  * NOTE:
@@ -1,13 +1,13 @@
1
1
  declare const _default: {
2
- "smart-experiences.smart-hooks.external.sourced.from": string;
3
- "smart-experiences.smart-hooks.github.provider": string;
4
- "smart-experiences.smart-hooks.google.provider": string;
5
- "smart-experiences.smart-hooks.guest.lozenge.text": string;
6
- "smart-experiences.smart-hooks.guest.lozenge.tooltip.group": string;
7
- "smart-experiences.smart-hooks.guest.lozenge.tooltip.user": string;
8
- "smart-experiences.smart-hooks.member.lozenge.text": string;
9
- "smart-experiences.smart-hooks.microsoft.provider": string;
10
- "smart-experiences.smart-hooks.slack.provider": string;
2
+ 'smart-experiences.smart-hooks.external.sourced.from': string;
3
+ 'smart-experiences.smart-hooks.github.provider': string;
4
+ 'smart-experiences.smart-hooks.google.provider': string;
5
+ 'smart-experiences.smart-hooks.guest.lozenge.text': string;
6
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': string;
7
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': string;
8
+ 'smart-experiences.smart-hooks.member.lozenge.text': string;
9
+ 'smart-experiences.smart-hooks.microsoft.provider': string;
10
+ 'smart-experiences.smart-hooks.slack.provider': string;
11
11
  };
12
12
  /**
13
13
  * NOTE:
@@ -1,13 +1,13 @@
1
1
  declare const _default: {
2
- "smart-experiences.smart-hooks.external.sourced.from": string;
3
- "smart-experiences.smart-hooks.github.provider": string;
4
- "smart-experiences.smart-hooks.google.provider": string;
5
- "smart-experiences.smart-hooks.guest.lozenge.text": string;
6
- "smart-experiences.smart-hooks.guest.lozenge.tooltip.group": string;
7
- "smart-experiences.smart-hooks.guest.lozenge.tooltip.user": string;
8
- "smart-experiences.smart-hooks.member.lozenge.text": string;
9
- "smart-experiences.smart-hooks.microsoft.provider": string;
10
- "smart-experiences.smart-hooks.slack.provider": string;
2
+ 'smart-experiences.smart-hooks.external.sourced.from': string;
3
+ 'smart-experiences.smart-hooks.github.provider': string;
4
+ 'smart-experiences.smart-hooks.google.provider': string;
5
+ 'smart-experiences.smart-hooks.guest.lozenge.text': string;
6
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': string;
7
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': string;
8
+ 'smart-experiences.smart-hooks.member.lozenge.text': string;
9
+ 'smart-experiences.smart-hooks.microsoft.provider': string;
10
+ 'smart-experiences.smart-hooks.slack.provider': string;
11
11
  };
12
12
  /**
13
13
  * NOTE:
@@ -1,13 +1,13 @@
1
1
  declare const _default: {
2
- "smart-experiences.smart-hooks.external.sourced.from": string;
3
- "smart-experiences.smart-hooks.github.provider": string;
4
- "smart-experiences.smart-hooks.google.provider": string;
5
- "smart-experiences.smart-hooks.guest.lozenge.text": string;
6
- "smart-experiences.smart-hooks.guest.lozenge.tooltip.group": string;
7
- "smart-experiences.smart-hooks.guest.lozenge.tooltip.user": string;
8
- "smart-experiences.smart-hooks.member.lozenge.text": string;
9
- "smart-experiences.smart-hooks.microsoft.provider": string;
10
- "smart-experiences.smart-hooks.slack.provider": string;
2
+ 'smart-experiences.smart-hooks.external.sourced.from': string;
3
+ 'smart-experiences.smart-hooks.github.provider': string;
4
+ 'smart-experiences.smart-hooks.google.provider': string;
5
+ 'smart-experiences.smart-hooks.guest.lozenge.text': string;
6
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': string;
7
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': string;
8
+ 'smart-experiences.smart-hooks.member.lozenge.text': string;
9
+ 'smart-experiences.smart-hooks.microsoft.provider': string;
10
+ 'smart-experiences.smart-hooks.slack.provider': string;
11
11
  };
12
12
  /**
13
13
  * NOTE:
@@ -1,13 +1,13 @@
1
1
  declare const _default: {
2
- "smart-experiences.smart-hooks.external.sourced.from": string;
3
- "smart-experiences.smart-hooks.github.provider": string;
4
- "smart-experiences.smart-hooks.google.provider": string;
5
- "smart-experiences.smart-hooks.guest.lozenge.text": string;
6
- "smart-experiences.smart-hooks.guest.lozenge.tooltip.group": string;
7
- "smart-experiences.smart-hooks.guest.lozenge.tooltip.user": string;
8
- "smart-experiences.smart-hooks.member.lozenge.text": string;
9
- "smart-experiences.smart-hooks.microsoft.provider": string;
10
- "smart-experiences.smart-hooks.slack.provider": string;
2
+ 'smart-experiences.smart-hooks.external.sourced.from': string;
3
+ 'smart-experiences.smart-hooks.github.provider': string;
4
+ 'smart-experiences.smart-hooks.google.provider': string;
5
+ 'smart-experiences.smart-hooks.guest.lozenge.text': string;
6
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': string;
7
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': string;
8
+ 'smart-experiences.smart-hooks.member.lozenge.text': string;
9
+ 'smart-experiences.smart-hooks.microsoft.provider': string;
10
+ 'smart-experiences.smart-hooks.slack.provider': string;
11
11
  };
12
12
  /**
13
13
  * NOTE:
@@ -1,13 +1,13 @@
1
1
  declare const _default: {
2
- "smart-experiences.smart-hooks.external.sourced.from": string;
3
- "smart-experiences.smart-hooks.github.provider": string;
4
- "smart-experiences.smart-hooks.google.provider": string;
5
- "smart-experiences.smart-hooks.guest.lozenge.text": string;
6
- "smart-experiences.smart-hooks.guest.lozenge.tooltip.group": string;
7
- "smart-experiences.smart-hooks.guest.lozenge.tooltip.user": string;
8
- "smart-experiences.smart-hooks.member.lozenge.text": string;
9
- "smart-experiences.smart-hooks.microsoft.provider": string;
10
- "smart-experiences.smart-hooks.slack.provider": string;
2
+ 'smart-experiences.smart-hooks.external.sourced.from': string;
3
+ 'smart-experiences.smart-hooks.github.provider': string;
4
+ 'smart-experiences.smart-hooks.google.provider': string;
5
+ 'smart-experiences.smart-hooks.guest.lozenge.text': string;
6
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': string;
7
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': string;
8
+ 'smart-experiences.smart-hooks.member.lozenge.text': string;
9
+ 'smart-experiences.smart-hooks.microsoft.provider': string;
10
+ 'smart-experiences.smart-hooks.slack.provider': string;
11
11
  };
12
12
  /**
13
13
  * NOTE:
@@ -1,13 +1,13 @@
1
1
  declare const _default: {
2
- "smart-experiences.smart-hooks.external.sourced.from": string;
3
- "smart-experiences.smart-hooks.github.provider": string;
4
- "smart-experiences.smart-hooks.google.provider": string;
5
- "smart-experiences.smart-hooks.guest.lozenge.text": string;
6
- "smart-experiences.smart-hooks.guest.lozenge.tooltip.group": string;
7
- "smart-experiences.smart-hooks.guest.lozenge.tooltip.user": string;
8
- "smart-experiences.smart-hooks.member.lozenge.text": string;
9
- "smart-experiences.smart-hooks.microsoft.provider": string;
10
- "smart-experiences.smart-hooks.slack.provider": string;
2
+ 'smart-experiences.smart-hooks.external.sourced.from': string;
3
+ 'smart-experiences.smart-hooks.github.provider': string;
4
+ 'smart-experiences.smart-hooks.google.provider': string;
5
+ 'smart-experiences.smart-hooks.guest.lozenge.text': string;
6
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': string;
7
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': string;
8
+ 'smart-experiences.smart-hooks.member.lozenge.text': string;
9
+ 'smart-experiences.smart-hooks.microsoft.provider': string;
10
+ 'smart-experiences.smart-hooks.slack.provider': string;
11
11
  };
12
12
  /**
13
13
  * NOTE:
@@ -1,13 +1,13 @@
1
1
  declare const _default: {
2
- "smart-experiences.smart-hooks.external.sourced.from": string;
3
- "smart-experiences.smart-hooks.github.provider": string;
4
- "smart-experiences.smart-hooks.google.provider": string;
5
- "smart-experiences.smart-hooks.guest.lozenge.text": string;
6
- "smart-experiences.smart-hooks.guest.lozenge.tooltip.group": string;
7
- "smart-experiences.smart-hooks.guest.lozenge.tooltip.user": string;
8
- "smart-experiences.smart-hooks.member.lozenge.text": string;
9
- "smart-experiences.smart-hooks.microsoft.provider": string;
10
- "smart-experiences.smart-hooks.slack.provider": string;
2
+ 'smart-experiences.smart-hooks.external.sourced.from': string;
3
+ 'smart-experiences.smart-hooks.github.provider': string;
4
+ 'smart-experiences.smart-hooks.google.provider': string;
5
+ 'smart-experiences.smart-hooks.guest.lozenge.text': string;
6
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': string;
7
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': string;
8
+ 'smart-experiences.smart-hooks.member.lozenge.text': string;
9
+ 'smart-experiences.smart-hooks.microsoft.provider': string;
10
+ 'smart-experiences.smart-hooks.slack.provider': string;
11
11
  };
12
12
  /**
13
13
  * NOTE:
@@ -1,13 +1,13 @@
1
1
  declare const _default: {
2
- "smart-experiences.smart-hooks.external.sourced.from": string;
3
- "smart-experiences.smart-hooks.github.provider": string;
4
- "smart-experiences.smart-hooks.google.provider": string;
5
- "smart-experiences.smart-hooks.guest.lozenge.text": string;
6
- "smart-experiences.smart-hooks.guest.lozenge.tooltip.group": string;
7
- "smart-experiences.smart-hooks.guest.lozenge.tooltip.user": string;
8
- "smart-experiences.smart-hooks.member.lozenge.text": string;
9
- "smart-experiences.smart-hooks.microsoft.provider": string;
10
- "smart-experiences.smart-hooks.slack.provider": string;
2
+ 'smart-experiences.smart-hooks.external.sourced.from': string;
3
+ 'smart-experiences.smart-hooks.github.provider': string;
4
+ 'smart-experiences.smart-hooks.google.provider': string;
5
+ 'smart-experiences.smart-hooks.guest.lozenge.text': string;
6
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.group': string;
7
+ 'smart-experiences.smart-hooks.guest.lozenge.tooltip.user': string;
8
+ 'smart-experiences.smart-hooks.member.lozenge.text': string;
9
+ 'smart-experiences.smart-hooks.microsoft.provider': string;
10
+ 'smart-experiences.smart-hooks.slack.provider': string;
11
11
  };
12
12
  /**
13
13
  * NOTE: