@atlaskit/editor-common 74.0.0 → 74.0.1

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 (214) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/analytics/package.json +2 -2
  3. package/card/package.json +2 -2
  4. package/collab/package.json +2 -2
  5. package/core-utils/package.json +2 -2
  6. package/dist/cjs/provider-helpers/combine-providers.js +1 -1
  7. package/dist/cjs/ui/DropList/index.js +1 -1
  8. package/dist/cjs/version.json +1 -1
  9. package/dist/es2019/provider-helpers/combine-providers.js +1 -1
  10. package/dist/es2019/ui/DropList/index.js +1 -1
  11. package/dist/es2019/version.json +1 -1
  12. package/dist/esm/provider-helpers/combine-providers.js +1 -1
  13. package/dist/esm/ui/DropList/index.js +1 -1
  14. package/dist/esm/version.json +1 -1
  15. package/dist/types/__tests_external__/cases/fundamentals/test-cases/editor-is-present.d.ts +1 -1
  16. package/dist/types/__tests_external__/cases/fundamentals/test-cases/editor-typing.d.ts +1 -1
  17. package/dist/types/__tests_external__/page-objects/Editor.d.ts +2 -0
  18. package/dist/types/__tests_external__/page-objects/EditorSmartLink.d.ts +2 -0
  19. package/dist/types/__tests_external__/page-objects/Renderer.d.ts +2 -0
  20. package/dist/types/analytics/api.d.ts +1 -1
  21. package/dist/types/analytics/types/avatar.d.ts +2 -2
  22. package/dist/types/analytics/types/block.d.ts +3 -3
  23. package/dist/types/analytics/types/config-panel-events.d.ts +4 -4
  24. package/dist/types/analytics/types/cut-copy-events.d.ts +3 -3
  25. package/dist/types/analytics/types/date-events.d.ts +6 -6
  26. package/dist/types/analytics/types/dispatch-analytics-event.d.ts +1 -1
  27. package/dist/types/analytics/types/element-browser-events.d.ts +4 -4
  28. package/dist/types/analytics/types/events.d.ts +26 -26
  29. package/dist/types/analytics/types/experimental-events.d.ts +4 -4
  30. package/dist/types/analytics/types/extension-events.d.ts +5 -5
  31. package/dist/types/analytics/types/find-replace-events.d.ts +9 -9
  32. package/dist/types/analytics/types/format-events.d.ts +10 -10
  33. package/dist/types/analytics/types/general-events.d.ts +40 -40
  34. package/dist/types/analytics/types/inline-comment-events.d.ts +5 -5
  35. package/dist/types/analytics/types/insert-events.d.ts +23 -23
  36. package/dist/types/analytics/types/link-tool-bar-events.d.ts +14 -14
  37. package/dist/types/analytics/types/list-events.d.ts +11 -11
  38. package/dist/types/analytics/types/media-events.d.ts +12 -12
  39. package/dist/types/analytics/types/node-events.d.ts +11 -11
  40. package/dist/types/analytics/types/paste-events.d.ts +10 -10
  41. package/dist/types/analytics/types/performance-report.d.ts +1 -1
  42. package/dist/types/analytics/types/referentiality-events.d.ts +10 -10
  43. package/dist/types/analytics/types/selection-events.d.ts +6 -6
  44. package/dist/types/analytics/types/smart-links.d.ts +2 -2
  45. package/dist/types/analytics/types/substitute-events.d.ts +5 -5
  46. package/dist/types/analytics/types/table-events.d.ts +18 -18
  47. package/dist/types/analytics/types/toolbar-button.d.ts +2 -2
  48. package/dist/types/analytics/types/type-ahead.d.ts +8 -8
  49. package/dist/types/analytics/types/utils.d.ts +9 -9
  50. package/dist/types/card/utils.d.ts +2 -2
  51. package/dist/types/collab/types.d.ts +2 -2
  52. package/dist/types/event-dispatcher/index.d.ts +2 -2
  53. package/dist/types/extensions/combine-extension-providers.d.ts +1 -1
  54. package/dist/types/extensions/default-extension-provider.d.ts +1 -1
  55. package/dist/types/extensions/extension-handlers.d.ts +2 -2
  56. package/dist/types/extensions/manifest-helpers.d.ts +6 -5
  57. package/dist/types/extensions/module-helpers.d.ts +4 -4
  58. package/dist/types/extensions/types/extension-handler.d.ts +9 -9
  59. package/dist/types/extensions/types/extension-manifest-common.d.ts +4 -4
  60. package/dist/types/extensions/types/extension-manifest-toolbar-item.d.ts +11 -11
  61. package/dist/types/extensions/types/extension-manifest.d.ts +30 -30
  62. package/dist/types/extensions/types/extension-parameters.d.ts +2 -2
  63. package/dist/types/extensions/types/field-definitions.d.ts +12 -12
  64. package/dist/types/extensions/types/utils.d.ts +2 -2
  65. package/dist/types/hooks/useSharedPluginState.d.ts +2 -2
  66. package/dist/types/i18n/cs.d.ts +6 -6
  67. package/dist/types/i18n/da.d.ts +6 -6
  68. package/dist/types/i18n/de.d.ts +6 -6
  69. package/dist/types/i18n/en.d.ts +6 -6
  70. package/dist/types/i18n/en_GB.d.ts +6 -6
  71. package/dist/types/i18n/en_ZZ.d.ts +6 -6
  72. package/dist/types/i18n/es.d.ts +6 -6
  73. package/dist/types/i18n/et.d.ts +1 -1
  74. package/dist/types/i18n/fi.d.ts +6 -6
  75. package/dist/types/i18n/fr.d.ts +6 -6
  76. package/dist/types/i18n/hu.d.ts +6 -6
  77. package/dist/types/i18n/it.d.ts +6 -6
  78. package/dist/types/i18n/ja.d.ts +6 -6
  79. package/dist/types/i18n/ko.d.ts +6 -6
  80. package/dist/types/i18n/languages.d.ts +6 -6
  81. package/dist/types/i18n/nb.d.ts +6 -6
  82. package/dist/types/i18n/nl.d.ts +6 -6
  83. package/dist/types/i18n/pl.d.ts +6 -6
  84. package/dist/types/i18n/pt_BR.d.ts +6 -6
  85. package/dist/types/i18n/pt_PT.d.ts +1 -1
  86. package/dist/types/i18n/ru.d.ts +6 -6
  87. package/dist/types/i18n/sk.d.ts +1 -1
  88. package/dist/types/i18n/sv.d.ts +6 -6
  89. package/dist/types/i18n/th.d.ts +6 -6
  90. package/dist/types/i18n/tr.d.ts +6 -6
  91. package/dist/types/i18n/uk.d.ts +6 -6
  92. package/dist/types/i18n/vi.d.ts +6 -6
  93. package/dist/types/i18n/zh.d.ts +6 -6
  94. package/dist/types/i18n/zh_TW.d.ts +6 -6
  95. package/dist/types/node-width/index.d.ts +1 -1
  96. package/dist/types/normalize-feature-flags.d.ts +2 -2
  97. package/dist/types/preset/plugin-injection-api.d.ts +5 -5
  98. package/dist/types/provider-factory/autoformatting-provider.d.ts +3 -3
  99. package/dist/types/provider-factory/card-provider.d.ts +1 -1
  100. package/dist/types/provider-factory/image-upload-provider.d.ts +2 -2
  101. package/dist/types/provider-factory/macro-provider.d.ts +1 -1
  102. package/dist/types/provider-factory/media-provider.d.ts +1 -1
  103. package/dist/types/provider-factory/quick-insert-provider.d.ts +4 -4
  104. package/dist/types/provider-factory/search-provider.d.ts +1 -1
  105. package/dist/types/provider-factory/types.d.ts +3 -3
  106. package/dist/types/provider-factory/with-providers.d.ts +1 -1
  107. package/dist/types/provider-helpers/combine-providers.d.ts +4 -4
  108. package/dist/types/provider-helpers/promise-helpers.d.ts +2 -2
  109. package/dist/types/react-node-view/types.d.ts +6 -6
  110. package/dist/types/selection/gap-cursor/utils/is-ignored.d.ts +1 -1
  111. package/dist/types/selection/gap-cursor/utils/is-valid-target-node.d.ts +1 -1
  112. package/dist/types/selection/types.d.ts +1 -1
  113. package/dist/types/selection/utils.d.ts +2 -2
  114. package/dist/types/styles/shared/table.d.ts +1 -1
  115. package/dist/types/transforms/expand.d.ts +1 -1
  116. package/dist/types/types/annotation/emitter.d.ts +5 -5
  117. package/dist/types/types/annotation/index.d.ts +8 -8
  118. package/dist/types/types/collab.d.ts +2 -2
  119. package/dist/types/types/command.d.ts +3 -3
  120. package/dist/types/types/context-panel.d.ts +1 -1
  121. package/dist/types/types/copy-button.d.ts +2 -2
  122. package/dist/types/types/editor-actions.d.ts +2 -2
  123. package/dist/types/types/editor-appearance.d.ts +1 -1
  124. package/dist/types/types/editor-container-width.d.ts +2 -2
  125. package/dist/types/types/editor-plugin.d.ts +4 -4
  126. package/dist/types/types/editor-react-context.d.ts +1 -1
  127. package/dist/types/types/empty-state-handler.d.ts +2 -2
  128. package/dist/types/types/feature-flags.d.ts +3 -3
  129. package/dist/types/types/floating-toolbar.d.ts +26 -26
  130. package/dist/types/types/index.d.ts +1 -1
  131. package/dist/types/types/next-editor-plugin.d.ts +38 -38
  132. package/dist/types/types/plugin-factory.d.ts +3 -3
  133. package/dist/types/types/quick-insert.d.ts +5 -5
  134. package/dist/types/types/supported-browsers.d.ts +3 -3
  135. package/dist/types/types/toolbar.d.ts +2 -2
  136. package/dist/types/types/type-ahead.d.ts +7 -7
  137. package/dist/types/types/ui-components.d.ts +2 -2
  138. package/dist/types/ufo/experience-store.d.ts +2 -2
  139. package/dist/types/ui/BaseTheme/index.d.ts +2 -2
  140. package/dist/types/ui/Caption/index.d.ts +1 -1
  141. package/dist/types/ui/DropList/index.d.ts +1 -1
  142. package/dist/types/ui/ErrorBoundary/index.d.ts +1 -1
  143. package/dist/types/ui/EventHandlers/index.d.ts +5 -5
  144. package/dist/types/ui/Layer/index.d.ts +2 -2
  145. package/dist/types/ui/MediaSingle/index.d.ts +1 -1
  146. package/dist/types/ui/OverflowShadow/shadowObserver.d.ts +1 -1
  147. package/dist/types/ui/PortalProvider/index.d.ts +5 -5
  148. package/dist/types/ui/WidthProvider/index.d.ts +4 -4
  149. package/dist/types/ui/WithCreateAnalyticsEvent/index.d.ts +1 -1
  150. package/dist/types/ui/with-outer-listeners.d.ts +1 -1
  151. package/dist/types/ui-color/ColorPalette/Palettes/type.d.ts +2 -2
  152. package/dist/types/ui-menu/ArrowKeyNavigationProvider/types.d.ts +7 -7
  153. package/dist/types/ui-menu/ToolbarButton/index.d.ts +2 -2
  154. package/dist/types/ui-react/ReactEditorViewContext.d.ts +1 -1
  155. package/dist/types/ui-react/with-react-editor-view-outer-listeners.d.ts +2 -2
  156. package/dist/types/utils/analytics.d.ts +7 -7
  157. package/dist/types/utils/annotation/index.d.ts +1 -1
  158. package/dist/types/utils/browser-extensions.d.ts +6 -6
  159. package/dist/types/utils/collab.d.ts +1 -1
  160. package/dist/types/utils/compare-props.d.ts +8 -8
  161. package/dist/types/utils/compareNodes.d.ts +2 -2
  162. package/dist/types/utils/compose.d.ts +1 -1
  163. package/dist/types/utils/date.d.ts +1 -1
  164. package/dist/types/utils/dom.d.ts +1 -1
  165. package/dist/types/utils/error-reporter.d.ts +1 -1
  166. package/dist/types/utils/extension-handler.d.ts +2 -2
  167. package/dist/types/utils/imageLoader.d.ts +1 -1
  168. package/dist/types/utils/nodes.d.ts +2 -2
  169. package/dist/types/utils/performance/hooks/use-component-render-tracking/index.d.ts +3 -3
  170. package/dist/types/utils/plugin-state-factory.d.ts +3 -3
  171. package/dist/types/utils/profiler/render-count.d.ts +2 -2
  172. package/dist/types/utils/referentiality.d.ts +6 -6
  173. package/dist/types/utils/slice.d.ts +2 -2
  174. package/dist/types/utils/track-unsupported-content.d.ts +4 -4
  175. package/dist/types/utils/traversor.d.ts +1 -1
  176. package/dist/types/utils/types.d.ts +2 -2
  177. package/dist/types/utils/unsupportedContent/get-unsupported-content-level-data.d.ts +2 -2
  178. package/dist/types/utils/validate-using-spec.d.ts +3 -3
  179. package/dist/types/utils/validator.d.ts +1 -1
  180. package/dist/types/with-plugin-state/index.d.ts +6 -6
  181. package/dist/types/with-plugin-state/types.d.ts +3 -3
  182. package/emoji/package.json +2 -2
  183. package/error-boundary/package.json +2 -2
  184. package/event-dispatcher/package.json +2 -2
  185. package/extensions/package.json +2 -2
  186. package/hooks/package.json +2 -2
  187. package/icons/package.json +2 -2
  188. package/in-product/package.json +2 -2
  189. package/keymaps/package.json +2 -2
  190. package/mention/package.json +2 -2
  191. package/messages/package.json +2 -2
  192. package/node-width/package.json +2 -2
  193. package/normalize-feature-flags/package.json +2 -2
  194. package/package.json +15 -7
  195. package/panel/package.json +2 -2
  196. package/portal-provider/package.json +2 -2
  197. package/preset/package.json +2 -2
  198. package/provider-factory/package.json +2 -2
  199. package/provider-helpers/package.json +2 -2
  200. package/react-node-view/package.json +2 -2
  201. package/safe-plugin/package.json +2 -2
  202. package/selection/package.json +2 -2
  203. package/styles/package.json +2 -2
  204. package/transforms/package.json +2 -2
  205. package/type-ahead/package.json +2 -2
  206. package/types/package.json +2 -2
  207. package/ufo/package.json +2 -2
  208. package/ui/package.json +2 -2
  209. package/ui-color/package.json +2 -2
  210. package/ui-menu/package.json +2 -2
  211. package/ui-react/package.json +2 -2
  212. package/utils/package.json +2 -2
  213. package/validator/package.json +2 -2
  214. package/with-plugin-state/package.json +2 -2
@@ -6,9 +6,9 @@
6
6
  "sideEffects": false,
7
7
  "types": "../dist/types/messages/index.d.ts",
8
8
  "typesVersions": {
9
- ">=4.0 <4.5": {
9
+ ">=4.5 <4.9": {
10
10
  "*": [
11
- "../dist/types-ts4.0/messages/index.d.ts"
11
+ "../dist/types-ts4.5/messages/index.d.ts"
12
12
  ]
13
13
  }
14
14
  }
@@ -6,9 +6,9 @@
6
6
  "sideEffects": false,
7
7
  "types": "../dist/types/node-width/index.d.ts",
8
8
  "typesVersions": {
9
- ">=4.0 <4.5": {
9
+ ">=4.5 <4.9": {
10
10
  "*": [
11
- "../dist/types-ts4.0/node-width/index.d.ts"
11
+ "../dist/types-ts4.5/node-width/index.d.ts"
12
12
  ]
13
13
  }
14
14
  }
@@ -6,9 +6,9 @@
6
6
  "sideEffects": false,
7
7
  "types": "../dist/types/normalize-feature-flags.d.ts",
8
8
  "typesVersions": {
9
- ">=4.0 <4.5": {
9
+ ">=4.5 <4.9": {
10
10
  "*": [
11
- "../dist/types-ts4.0/normalize-feature-flags.d.ts"
11
+ "../dist/types-ts4.5/normalize-feature-flags.d.ts"
12
12
  ]
13
13
  }
14
14
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-common",
3
- "version": "74.0.0",
3
+ "version": "74.0.1",
4
4
  "description": "A package that contains common classes and components for editor and renderer",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -12,6 +12,14 @@
12
12
  "module": "dist/esm/index.js",
13
13
  "module:es2019": "dist/es2019/index.js",
14
14
  "types": "dist/types/index.d.ts",
15
+ "typesVersions": {
16
+ ">=4.5 <4.9": {
17
+ "*": [
18
+ "dist/types-ts4.5/*",
19
+ "dist/types-ts4.5/index.d.ts"
20
+ ]
21
+ }
22
+ },
15
23
  "sideEffects": false,
16
24
  "atlaskit:src": "src/index.ts",
17
25
  "atlassian": {
@@ -69,7 +77,7 @@
69
77
  "@atlaskit/code": "^14.6.0",
70
78
  "@atlaskit/codemod-utils": "^4.2.0",
71
79
  "@atlaskit/editor-json-transformer": "^8.9.0",
72
- "@atlaskit/editor-palette": "1.4.0",
80
+ "@atlaskit/editor-palette": "1.4.1",
73
81
  "@atlaskit/editor-shared-styles": "^2.4.0",
74
82
  "@atlaskit/emoji": "^67.4.0",
75
83
  "@atlaskit/icon": "^21.12.0",
@@ -80,11 +88,11 @@
80
88
  "@atlaskit/mention": "^22.1.0",
81
89
  "@atlaskit/menu": "^1.6.0",
82
90
  "@atlaskit/profilecard": "^19.3.0",
83
- "@atlaskit/smart-card": "^26.0.0",
91
+ "@atlaskit/smart-card": "^26.1.0",
84
92
  "@atlaskit/smart-user-picker": "^6.1.0",
85
93
  "@atlaskit/task-decision": "^17.6.0",
86
94
  "@atlaskit/theme": "^12.5.0",
87
- "@atlaskit/tokens": "^1.3.0",
95
+ "@atlaskit/tokens": "^1.4.0",
88
96
  "@atlaskit/tooltip": "^17.8.0",
89
97
  "@atlaskit/ufo": "^0.2.0",
90
98
  "@atlaskit/width-detector": "^4.1.0",
@@ -111,7 +119,7 @@
111
119
  "react-loadable": "^5.1.0"
112
120
  },
113
121
  "peerDependencies": {
114
- "@atlaskit/media-core": "^34.1.0",
122
+ "@atlaskit/media-core": "^34.1.1",
115
123
  "react": "^16.8.0",
116
124
  "react-dom": "^16.8.0",
117
125
  "react-intl-next": "npm:react-intl@^5.18.1"
@@ -121,7 +129,7 @@
121
129
  "@atlaskit/editor-json-transformer": "^8.9.0",
122
130
  "@atlaskit/editor-plugin-feature-flags": "^0.1.0",
123
131
  "@atlaskit/editor-plugin-table": "^1.3.0",
124
- "@atlaskit/editor-test-helpers": "^18.2.0",
132
+ "@atlaskit/editor-test-helpers": "^18.3.0",
125
133
  "@atlaskit/media-core": "^34.1.0",
126
134
  "@atlaskit/util-data-test": "^17.8.0",
127
135
  "@atlaskit/visual-regression": "*",
@@ -136,7 +144,7 @@
136
144
  "react": "^16.8.0",
137
145
  "react-test-renderer": "^16.8.0",
138
146
  "sinon": "^2.2.0",
139
- "typescript": "4.5.5"
147
+ "typescript": "~4.9.5"
140
148
  },
141
149
  "techstack": {
142
150
  "@atlassian/frontend": {
@@ -6,9 +6,9 @@
6
6
  "sideEffects": false,
7
7
  "types": "../dist/types/panel.d.ts",
8
8
  "typesVersions": {
9
- ">=4.0 <4.5": {
9
+ ">=4.5 <4.9": {
10
10
  "*": [
11
- "../dist/types-ts4.0/panel.d.ts"
11
+ "../dist/types-ts4.5/panel.d.ts"
12
12
  ]
13
13
  }
14
14
  }
@@ -6,9 +6,9 @@
6
6
  "sideEffects": false,
7
7
  "types": "../dist/types/ui/PortalProvider/index.d.ts",
8
8
  "typesVersions": {
9
- ">=4.0 <4.5": {
9
+ ">=4.5 <4.9": {
10
10
  "*": [
11
- "../dist/types-ts4.0/ui/PortalProvider/index.d.ts"
11
+ "../dist/types-ts4.5/ui/PortalProvider/index.d.ts"
12
12
  ]
13
13
  }
14
14
  }
@@ -6,9 +6,9 @@
6
6
  "sideEffects": false,
7
7
  "types": "../dist/types/preset/index.d.ts",
8
8
  "typesVersions": {
9
- ">=4.0 <4.5": {
9
+ ">=4.5 <4.9": {
10
10
  "*": [
11
- "../dist/types-ts4.0/preset/index.d.ts"
11
+ "../dist/types-ts4.5/preset/index.d.ts"
12
12
  ]
13
13
  }
14
14
  }
@@ -6,9 +6,9 @@
6
6
  "sideEffects": false,
7
7
  "types": "../dist/types/provider-factory.d.ts",
8
8
  "typesVersions": {
9
- ">=4.0 <4.5": {
9
+ ">=4.5 <4.9": {
10
10
  "*": [
11
- "../dist/types-ts4.0/provider-factory.d.ts"
11
+ "../dist/types-ts4.5/provider-factory.d.ts"
12
12
  ]
13
13
  }
14
14
  }
@@ -6,9 +6,9 @@
6
6
  "sideEffects": false,
7
7
  "types": "../dist/types/provider-helpers/index.d.ts",
8
8
  "typesVersions": {
9
- ">=4.0 <4.5": {
9
+ ">=4.5 <4.9": {
10
10
  "*": [
11
- "../dist/types-ts4.0/provider-helpers/index.d.ts"
11
+ "../dist/types-ts4.5/provider-helpers/index.d.ts"
12
12
  ]
13
13
  }
14
14
  }
@@ -6,9 +6,9 @@
6
6
  "sideEffects": false,
7
7
  "types": "../dist/types/react-node-view/index.d.ts",
8
8
  "typesVersions": {
9
- ">=4.0 <4.5": {
9
+ ">=4.5 <4.9": {
10
10
  "*": [
11
- "../dist/types-ts4.0/react-node-view/index.d.ts"
11
+ "../dist/types-ts4.5/react-node-view/index.d.ts"
12
12
  ]
13
13
  }
14
14
  }
@@ -6,9 +6,9 @@
6
6
  "sideEffects": false,
7
7
  "types": "../dist/types/safe-plugin/index.d.ts",
8
8
  "typesVersions": {
9
- ">=4.0 <4.5": {
9
+ ">=4.5 <4.9": {
10
10
  "*": [
11
- "../dist/types-ts4.0/safe-plugin/index.d.ts"
11
+ "../dist/types-ts4.5/safe-plugin/index.d.ts"
12
12
  ]
13
13
  }
14
14
  }
@@ -6,9 +6,9 @@
6
6
  "sideEffects": false,
7
7
  "types": "../dist/types/selection/index.d.ts",
8
8
  "typesVersions": {
9
- ">=4.0 <4.5": {
9
+ ">=4.5 <4.9": {
10
10
  "*": [
11
- "../dist/types-ts4.0/selection/index.d.ts"
11
+ "../dist/types-ts4.5/selection/index.d.ts"
12
12
  ]
13
13
  }
14
14
  }
@@ -6,9 +6,9 @@
6
6
  "sideEffects": false,
7
7
  "types": "../dist/types/styles/index.d.ts",
8
8
  "typesVersions": {
9
- ">=4.0 <4.5": {
9
+ ">=4.5 <4.9": {
10
10
  "*": [
11
- "../dist/types-ts4.0/styles/index.d.ts"
11
+ "../dist/types-ts4.5/styles/index.d.ts"
12
12
  ]
13
13
  }
14
14
  }
@@ -6,9 +6,9 @@
6
6
  "sideEffects": false,
7
7
  "types": "../dist/types/transforms/index.d.ts",
8
8
  "typesVersions": {
9
- ">=4.0 <4.5": {
9
+ ">=4.5 <4.9": {
10
10
  "*": [
11
- "../dist/types-ts4.0/transforms/index.d.ts"
11
+ "../dist/types-ts4.5/transforms/index.d.ts"
12
12
  ]
13
13
  }
14
14
  }
@@ -6,9 +6,9 @@
6
6
  "sideEffects": false,
7
7
  "types": "../dist/types/type-ahead/index.d.ts",
8
8
  "typesVersions": {
9
- ">=4.0 <4.5": {
9
+ ">=4.5 <4.9": {
10
10
  "*": [
11
- "../dist/types-ts4.0/type-ahead/index.d.ts"
11
+ "../dist/types-ts4.5/type-ahead/index.d.ts"
12
12
  ]
13
13
  }
14
14
  }
@@ -6,9 +6,9 @@
6
6
  "sideEffects": false,
7
7
  "types": "../dist/types/types/index.d.ts",
8
8
  "typesVersions": {
9
- ">=4.0 <4.5": {
9
+ ">=4.5 <4.9": {
10
10
  "*": [
11
- "../dist/types-ts4.0/types/index.d.ts"
11
+ "../dist/types-ts4.5/types/index.d.ts"
12
12
  ]
13
13
  }
14
14
  }
package/ufo/package.json CHANGED
@@ -6,9 +6,9 @@
6
6
  "sideEffects": false,
7
7
  "types": "../dist/types/ufo/index.d.ts",
8
8
  "typesVersions": {
9
- ">=4.0 <4.5": {
9
+ ">=4.5 <4.9": {
10
10
  "*": [
11
- "../dist/types-ts4.0/ufo/index.d.ts"
11
+ "../dist/types-ts4.5/ufo/index.d.ts"
12
12
  ]
13
13
  }
14
14
  }
package/ui/package.json CHANGED
@@ -6,9 +6,9 @@
6
6
  "sideEffects": false,
7
7
  "types": "../dist/types/ui/index.d.ts",
8
8
  "typesVersions": {
9
- ">=4.0 <4.5": {
9
+ ">=4.5 <4.9": {
10
10
  "*": [
11
- "../dist/types-ts4.0/ui/index.d.ts"
11
+ "../dist/types-ts4.5/ui/index.d.ts"
12
12
  ]
13
13
  }
14
14
  }
@@ -6,9 +6,9 @@
6
6
  "sideEffects": false,
7
7
  "types": "../dist/types/ui-color/index.d.ts",
8
8
  "typesVersions": {
9
- ">=4.0 <4.5": {
9
+ ">=4.5 <4.9": {
10
10
  "*": [
11
- "../dist/types-ts4.0/ui-color/index.d.ts"
11
+ "../dist/types-ts4.5/ui-color/index.d.ts"
12
12
  ]
13
13
  }
14
14
  }
@@ -6,9 +6,9 @@
6
6
  "sideEffects": false,
7
7
  "types": "../dist/types/ui-menu/index.d.ts",
8
8
  "typesVersions": {
9
- ">=4.0 <4.5": {
9
+ ">=4.5 <4.9": {
10
10
  "*": [
11
- "../dist/types-ts4.0/ui-menu/index.d.ts"
11
+ "../dist/types-ts4.5/ui-menu/index.d.ts"
12
12
  ]
13
13
  }
14
14
  }
@@ -6,9 +6,9 @@
6
6
  "sideEffects": false,
7
7
  "types": "../dist/types/ui-react/index.d.ts",
8
8
  "typesVersions": {
9
- ">=4.0 <4.5": {
9
+ ">=4.5 <4.9": {
10
10
  "*": [
11
- "../dist/types-ts4.0/ui-react/index.d.ts"
11
+ "../dist/types-ts4.5/ui-react/index.d.ts"
12
12
  ]
13
13
  }
14
14
  }
@@ -6,9 +6,9 @@
6
6
  "sideEffects": false,
7
7
  "types": "../dist/types/utils/index.d.ts",
8
8
  "typesVersions": {
9
- ">=4.0 <4.5": {
9
+ ">=4.5 <4.9": {
10
10
  "*": [
11
- "../dist/types-ts4.0/utils/index.d.ts"
11
+ "../dist/types-ts4.5/utils/index.d.ts"
12
12
  ]
13
13
  }
14
14
  }
@@ -6,9 +6,9 @@
6
6
  "sideEffects": false,
7
7
  "types": "../dist/types/validator.d.ts",
8
8
  "typesVersions": {
9
- ">=4.0 <4.5": {
9
+ ">=4.5 <4.9": {
10
10
  "*": [
11
- "../dist/types-ts4.0/validator.d.ts"
11
+ "../dist/types-ts4.5/validator.d.ts"
12
12
  ]
13
13
  }
14
14
  }
@@ -6,9 +6,9 @@
6
6
  "sideEffects": false,
7
7
  "types": "../dist/types/with-plugin-state/index.d.ts",
8
8
  "typesVersions": {
9
- ">=4.0 <4.5": {
9
+ ">=4.5 <4.9": {
10
10
  "*": [
11
- "../dist/types-ts4.0/with-plugin-state/index.d.ts"
11
+ "../dist/types-ts4.5/with-plugin-state/index.d.ts"
12
12
  ]
13
13
  }
14
14
  }