@atlaskit/editor-common 73.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.
- package/CHANGELOG.md +17 -0
- package/analytics/package.json +2 -2
- package/card/package.json +2 -2
- package/collab/package.json +2 -2
- package/core-utils/package.json +2 -2
- package/dist/cjs/provider-helpers/combine-providers.js +1 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/provider-helpers/combine-providers.js +1 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/provider-helpers/combine-providers.js +1 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/version.json +1 -1
- package/dist/types/__tests_external__/cases/fundamentals/test-cases/editor-is-present.d.ts +1 -1
- package/dist/types/__tests_external__/cases/fundamentals/test-cases/editor-typing.d.ts +1 -1
- package/dist/types/__tests_external__/page-objects/Editor.d.ts +2 -0
- package/dist/types/__tests_external__/page-objects/EditorSmartLink.d.ts +2 -0
- package/dist/types/__tests_external__/page-objects/Renderer.d.ts +2 -0
- package/dist/types/analytics/api.d.ts +1 -1
- package/dist/types/analytics/types/avatar.d.ts +2 -2
- package/dist/types/analytics/types/block.d.ts +3 -3
- package/dist/types/analytics/types/config-panel-events.d.ts +4 -4
- package/dist/types/analytics/types/cut-copy-events.d.ts +3 -3
- package/dist/types/analytics/types/date-events.d.ts +6 -6
- package/dist/types/analytics/types/dispatch-analytics-event.d.ts +1 -1
- package/dist/types/analytics/types/element-browser-events.d.ts +4 -4
- package/dist/types/analytics/types/events.d.ts +26 -26
- package/dist/types/analytics/types/experimental-events.d.ts +4 -4
- package/dist/types/analytics/types/extension-events.d.ts +5 -5
- package/dist/types/analytics/types/find-replace-events.d.ts +9 -9
- package/dist/types/analytics/types/format-events.d.ts +10 -10
- package/dist/types/analytics/types/general-events.d.ts +40 -40
- package/dist/types/analytics/types/inline-comment-events.d.ts +5 -5
- package/dist/types/analytics/types/insert-events.d.ts +23 -23
- package/dist/types/analytics/types/link-tool-bar-events.d.ts +14 -14
- package/dist/types/analytics/types/list-events.d.ts +11 -11
- package/dist/types/analytics/types/media-events.d.ts +12 -12
- package/dist/types/analytics/types/node-events.d.ts +11 -11
- package/dist/types/analytics/types/paste-events.d.ts +10 -10
- package/dist/types/analytics/types/performance-report.d.ts +1 -1
- package/dist/types/analytics/types/referentiality-events.d.ts +10 -10
- package/dist/types/analytics/types/selection-events.d.ts +6 -6
- package/dist/types/analytics/types/smart-links.d.ts +2 -2
- package/dist/types/analytics/types/substitute-events.d.ts +5 -5
- package/dist/types/analytics/types/table-events.d.ts +18 -18
- package/dist/types/analytics/types/toolbar-button.d.ts +2 -2
- package/dist/types/analytics/types/type-ahead.d.ts +8 -8
- package/dist/types/analytics/types/utils.d.ts +9 -9
- package/dist/types/card/utils.d.ts +2 -2
- package/dist/types/collab/types.d.ts +2 -2
- package/dist/types/event-dispatcher/index.d.ts +2 -2
- package/dist/types/extensions/combine-extension-providers.d.ts +1 -1
- package/dist/types/extensions/default-extension-provider.d.ts +1 -1
- package/dist/types/extensions/extension-handlers.d.ts +2 -2
- package/dist/types/extensions/manifest-helpers.d.ts +6 -5
- package/dist/types/extensions/module-helpers.d.ts +4 -4
- package/dist/types/extensions/types/extension-handler.d.ts +9 -9
- package/dist/types/extensions/types/extension-manifest-common.d.ts +4 -4
- package/dist/types/extensions/types/extension-manifest-toolbar-item.d.ts +11 -11
- package/dist/types/extensions/types/extension-manifest.d.ts +30 -30
- package/dist/types/extensions/types/extension-parameters.d.ts +2 -2
- package/dist/types/extensions/types/field-definitions.d.ts +12 -12
- package/dist/types/extensions/types/utils.d.ts +2 -2
- package/dist/types/hooks/useSharedPluginState.d.ts +2 -2
- package/dist/types/i18n/cs.d.ts +6 -6
- package/dist/types/i18n/da.d.ts +6 -6
- package/dist/types/i18n/de.d.ts +6 -6
- package/dist/types/i18n/en.d.ts +6 -6
- package/dist/types/i18n/en_GB.d.ts +6 -6
- package/dist/types/i18n/en_ZZ.d.ts +6 -6
- package/dist/types/i18n/es.d.ts +6 -6
- package/dist/types/i18n/et.d.ts +1 -1
- package/dist/types/i18n/fi.d.ts +6 -6
- package/dist/types/i18n/fr.d.ts +6 -6
- package/dist/types/i18n/hu.d.ts +6 -6
- package/dist/types/i18n/it.d.ts +6 -6
- package/dist/types/i18n/ja.d.ts +6 -6
- package/dist/types/i18n/ko.d.ts +6 -6
- package/dist/types/i18n/languages.d.ts +6 -6
- package/dist/types/i18n/nb.d.ts +6 -6
- package/dist/types/i18n/nl.d.ts +6 -6
- package/dist/types/i18n/pl.d.ts +6 -6
- package/dist/types/i18n/pt_BR.d.ts +6 -6
- package/dist/types/i18n/pt_PT.d.ts +1 -1
- package/dist/types/i18n/ru.d.ts +6 -6
- package/dist/types/i18n/sk.d.ts +1 -1
- package/dist/types/i18n/sv.d.ts +6 -6
- package/dist/types/i18n/th.d.ts +6 -6
- package/dist/types/i18n/tr.d.ts +6 -6
- package/dist/types/i18n/uk.d.ts +6 -6
- package/dist/types/i18n/vi.d.ts +6 -6
- package/dist/types/i18n/zh.d.ts +6 -6
- package/dist/types/i18n/zh_TW.d.ts +6 -6
- package/dist/types/node-width/index.d.ts +1 -1
- package/dist/types/normalize-feature-flags.d.ts +2 -2
- package/dist/types/preset/plugin-injection-api.d.ts +5 -5
- package/dist/types/provider-factory/autoformatting-provider.d.ts +3 -3
- package/dist/types/provider-factory/card-provider.d.ts +1 -1
- package/dist/types/provider-factory/image-upload-provider.d.ts +2 -2
- package/dist/types/provider-factory/macro-provider.d.ts +1 -1
- package/dist/types/provider-factory/media-provider.d.ts +1 -1
- package/dist/types/provider-factory/quick-insert-provider.d.ts +4 -4
- package/dist/types/provider-factory/search-provider.d.ts +1 -1
- package/dist/types/provider-factory/types.d.ts +3 -3
- package/dist/types/provider-factory/with-providers.d.ts +1 -1
- package/dist/types/provider-helpers/combine-providers.d.ts +4 -4
- package/dist/types/provider-helpers/promise-helpers.d.ts +2 -2
- package/dist/types/react-node-view/types.d.ts +6 -6
- package/dist/types/selection/gap-cursor/utils/is-ignored.d.ts +1 -1
- package/dist/types/selection/gap-cursor/utils/is-valid-target-node.d.ts +1 -1
- package/dist/types/selection/types.d.ts +1 -1
- package/dist/types/selection/utils.d.ts +2 -2
- package/dist/types/styles/shared/table.d.ts +1 -1
- package/dist/types/transforms/expand.d.ts +1 -1
- package/dist/types/types/annotation/emitter.d.ts +5 -5
- package/dist/types/types/annotation/index.d.ts +8 -8
- package/dist/types/types/collab.d.ts +2 -2
- package/dist/types/types/command.d.ts +3 -3
- package/dist/types/types/context-panel.d.ts +1 -1
- package/dist/types/types/copy-button.d.ts +2 -2
- package/dist/types/types/editor-actions.d.ts +2 -2
- package/dist/types/types/editor-appearance.d.ts +1 -1
- package/dist/types/types/editor-container-width.d.ts +2 -2
- package/dist/types/types/editor-plugin.d.ts +4 -4
- package/dist/types/types/editor-react-context.d.ts +1 -1
- package/dist/types/types/empty-state-handler.d.ts +2 -2
- package/dist/types/types/feature-flags.d.ts +3 -3
- package/dist/types/types/floating-toolbar.d.ts +26 -26
- package/dist/types/types/index.d.ts +1 -1
- package/dist/types/types/next-editor-plugin.d.ts +38 -38
- package/dist/types/types/plugin-factory.d.ts +3 -3
- package/dist/types/types/quick-insert.d.ts +5 -5
- package/dist/types/types/supported-browsers.d.ts +3 -3
- package/dist/types/types/toolbar.d.ts +2 -2
- package/dist/types/types/type-ahead.d.ts +7 -7
- package/dist/types/types/ui-components.d.ts +2 -2
- package/dist/types/ufo/experience-store.d.ts +2 -2
- package/dist/types/ui/BaseTheme/index.d.ts +2 -2
- package/dist/types/ui/Caption/index.d.ts +1 -1
- package/dist/types/ui/DropList/index.d.ts +1 -1
- package/dist/types/ui/ErrorBoundary/index.d.ts +1 -1
- package/dist/types/ui/EventHandlers/index.d.ts +5 -5
- package/dist/types/ui/Layer/index.d.ts +2 -2
- package/dist/types/ui/MediaSingle/index.d.ts +1 -1
- package/dist/types/ui/OverflowShadow/shadowObserver.d.ts +1 -1
- package/dist/types/ui/PortalProvider/index.d.ts +5 -5
- package/dist/types/ui/WidthProvider/index.d.ts +4 -4
- package/dist/types/ui/WithCreateAnalyticsEvent/index.d.ts +1 -1
- package/dist/types/ui/with-outer-listeners.d.ts +1 -1
- package/dist/types/ui-color/ColorPalette/Palettes/type.d.ts +2 -2
- package/dist/types/ui-menu/ArrowKeyNavigationProvider/types.d.ts +7 -7
- package/dist/types/ui-menu/ToolbarButton/index.d.ts +2 -2
- package/dist/types/ui-react/ReactEditorViewContext.d.ts +1 -1
- package/dist/types/ui-react/with-react-editor-view-outer-listeners.d.ts +2 -2
- package/dist/types/utils/analytics.d.ts +7 -7
- package/dist/types/utils/annotation/index.d.ts +1 -1
- package/dist/types/utils/browser-extensions.d.ts +6 -6
- package/dist/types/utils/collab.d.ts +1 -1
- package/dist/types/utils/compare-props.d.ts +8 -8
- package/dist/types/utils/compareNodes.d.ts +2 -2
- package/dist/types/utils/compose.d.ts +1 -1
- package/dist/types/utils/date.d.ts +1 -1
- package/dist/types/utils/dom.d.ts +1 -1
- package/dist/types/utils/error-reporter.d.ts +1 -1
- package/dist/types/utils/extension-handler.d.ts +2 -2
- package/dist/types/utils/imageLoader.d.ts +1 -1
- package/dist/types/utils/nodes.d.ts +2 -2
- package/dist/types/utils/performance/hooks/use-component-render-tracking/index.d.ts +3 -3
- package/dist/types/utils/plugin-state-factory.d.ts +3 -3
- package/dist/types/utils/profiler/render-count.d.ts +2 -2
- package/dist/types/utils/referentiality.d.ts +6 -6
- package/dist/types/utils/slice.d.ts +2 -2
- package/dist/types/utils/track-unsupported-content.d.ts +4 -4
- package/dist/types/utils/traversor.d.ts +1 -1
- package/dist/types/utils/types.d.ts +2 -2
- package/dist/types/utils/unsupportedContent/get-unsupported-content-level-data.d.ts +2 -2
- package/dist/types/utils/validate-using-spec.d.ts +3 -3
- package/dist/types/utils/validator.d.ts +1 -1
- package/dist/types/with-plugin-state/index.d.ts +6 -6
- package/dist/types/with-plugin-state/types.d.ts +3 -3
- package/emoji/package.json +2 -2
- package/error-boundary/package.json +2 -2
- package/event-dispatcher/package.json +2 -2
- package/extensions/package.json +2 -2
- package/hooks/package.json +2 -2
- package/icons/package.json +2 -2
- package/in-product/package.json +2 -2
- package/keymaps/package.json +2 -2
- package/mention/package.json +2 -2
- package/messages/package.json +2 -2
- package/node-width/package.json +2 -2
- package/normalize-feature-flags/package.json +2 -2
- package/package.json +47 -39
- package/panel/package.json +2 -2
- package/portal-provider/package.json +2 -2
- package/preset/package.json +2 -2
- package/provider-factory/package.json +2 -2
- package/provider-helpers/package.json +2 -2
- package/react-node-view/package.json +2 -2
- package/safe-plugin/package.json +2 -2
- package/selection/package.json +2 -2
- package/styles/package.json +2 -2
- package/transforms/package.json +2 -2
- package/type-ahead/package.json +2 -2
- package/types/package.json +2 -2
- package/ufo/package.json +2 -2
- package/ui/package.json +2 -2
- package/ui-color/package.json +2 -2
- package/ui-menu/package.json +2 -2
- package/ui-react/package.json +2 -2
- package/utils/package.json +2 -2
- package/validator/package.json +2 -2
- package/with-plugin-state/package.json +2 -2
package/messages/package.json
CHANGED
package/node-width/package.json
CHANGED
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"types": "../dist/types/normalize-feature-flags.d.ts",
|
|
8
8
|
"typesVersions": {
|
|
9
|
-
">=4.
|
|
9
|
+
">=4.5 <4.9": {
|
|
10
10
|
"*": [
|
|
11
|
-
"../dist/types-ts4.
|
|
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": "
|
|
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": {
|
|
@@ -58,36 +66,36 @@
|
|
|
58
66
|
"./hooks": "./src/hooks/index.ts"
|
|
59
67
|
},
|
|
60
68
|
"dependencies": {
|
|
61
|
-
"@atlaskit/activity-provider": "^2.
|
|
62
|
-
"@atlaskit/adf-schema": "^25.
|
|
63
|
-
"@atlaskit/adf-utils": "^18.
|
|
64
|
-
"@atlaskit/analytics-listeners": "^8.
|
|
65
|
-
"@atlaskit/analytics-namespaced-context": "^6.
|
|
66
|
-
"@atlaskit/analytics-next": "^9.
|
|
69
|
+
"@atlaskit/activity-provider": "^2.4.0",
|
|
70
|
+
"@atlaskit/adf-schema": "^25.6.0",
|
|
71
|
+
"@atlaskit/adf-utils": "^18.2.0",
|
|
72
|
+
"@atlaskit/analytics-listeners": "^8.7.0",
|
|
73
|
+
"@atlaskit/analytics-namespaced-context": "^6.7.0",
|
|
74
|
+
"@atlaskit/analytics-next": "^9.1.0",
|
|
67
75
|
"@atlaskit/analytics-next-stable-react-context": "1.0.1",
|
|
68
|
-
"@atlaskit/button": "^16.
|
|
69
|
-
"@atlaskit/code": "^14.
|
|
70
|
-
"@atlaskit/codemod-utils": "^4.
|
|
71
|
-
"@atlaskit/editor-json-transformer": "^8.
|
|
72
|
-
"@atlaskit/editor-palette": "1.
|
|
73
|
-
"@atlaskit/editor-shared-styles": "^2.
|
|
74
|
-
"@atlaskit/emoji": "^67.
|
|
75
|
-
"@atlaskit/icon": "^21.
|
|
76
|
-
"@atlaskit/in-product-testing": "^0.
|
|
77
|
-
"@atlaskit/media-card": "^74.
|
|
78
|
-
"@atlaskit/media-client": "^
|
|
79
|
-
"@atlaskit/media-picker": "^
|
|
80
|
-
"@atlaskit/mention": "^22.
|
|
81
|
-
"@atlaskit/menu": "^1.
|
|
82
|
-
"@atlaskit/profilecard": "^19.
|
|
83
|
-
"@atlaskit/smart-card": "^
|
|
84
|
-
"@atlaskit/smart-user-picker": "^6.
|
|
85
|
-
"@atlaskit/task-decision": "^17.
|
|
86
|
-
"@atlaskit/theme": "^12.
|
|
87
|
-
"@atlaskit/tokens": "^1.
|
|
88
|
-
"@atlaskit/tooltip": "^17.
|
|
89
|
-
"@atlaskit/ufo": "^0.
|
|
90
|
-
"@atlaskit/width-detector": "^4.
|
|
76
|
+
"@atlaskit/button": "^16.7.0",
|
|
77
|
+
"@atlaskit/code": "^14.6.0",
|
|
78
|
+
"@atlaskit/codemod-utils": "^4.2.0",
|
|
79
|
+
"@atlaskit/editor-json-transformer": "^8.9.0",
|
|
80
|
+
"@atlaskit/editor-palette": "1.4.1",
|
|
81
|
+
"@atlaskit/editor-shared-styles": "^2.4.0",
|
|
82
|
+
"@atlaskit/emoji": "^67.4.0",
|
|
83
|
+
"@atlaskit/icon": "^21.12.0",
|
|
84
|
+
"@atlaskit/in-product-testing": "^0.2.0",
|
|
85
|
+
"@atlaskit/media-card": "^74.8.0",
|
|
86
|
+
"@atlaskit/media-client": "^22.0.0",
|
|
87
|
+
"@atlaskit/media-picker": "^65.0.0",
|
|
88
|
+
"@atlaskit/mention": "^22.1.0",
|
|
89
|
+
"@atlaskit/menu": "^1.6.0",
|
|
90
|
+
"@atlaskit/profilecard": "^19.3.0",
|
|
91
|
+
"@atlaskit/smart-card": "^26.1.0",
|
|
92
|
+
"@atlaskit/smart-user-picker": "^6.1.0",
|
|
93
|
+
"@atlaskit/task-decision": "^17.6.0",
|
|
94
|
+
"@atlaskit/theme": "^12.5.0",
|
|
95
|
+
"@atlaskit/tokens": "^1.4.0",
|
|
96
|
+
"@atlaskit/tooltip": "^17.8.0",
|
|
97
|
+
"@atlaskit/ufo": "^0.2.0",
|
|
98
|
+
"@atlaskit/width-detector": "^4.1.0",
|
|
91
99
|
"@babel/runtime": "^7.0.0",
|
|
92
100
|
"@emotion/react": "^11.7.1",
|
|
93
101
|
"@types/prosemirror-model": "^1.11.0",
|
|
@@ -111,19 +119,19 @@
|
|
|
111
119
|
"react-loadable": "^5.1.0"
|
|
112
120
|
},
|
|
113
121
|
"peerDependencies": {
|
|
114
|
-
"@atlaskit/media-core": "^34.
|
|
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"
|
|
118
126
|
},
|
|
119
127
|
"devDependencies": {
|
|
120
|
-
"@atlaskit/editor-core": "^
|
|
121
|
-
"@atlaskit/editor-json-transformer": "^8.
|
|
122
|
-
"@atlaskit/editor-plugin-feature-flags": "^0.0
|
|
123
|
-
"@atlaskit/editor-plugin-table": "^1.
|
|
124
|
-
"@atlaskit/editor-test-helpers": "^18.
|
|
125
|
-
"@atlaskit/media-core": "^34.
|
|
126
|
-
"@atlaskit/util-data-test": "^17.
|
|
128
|
+
"@atlaskit/editor-core": "^183.0.0",
|
|
129
|
+
"@atlaskit/editor-json-transformer": "^8.9.0",
|
|
130
|
+
"@atlaskit/editor-plugin-feature-flags": "^0.1.0",
|
|
131
|
+
"@atlaskit/editor-plugin-table": "^1.3.0",
|
|
132
|
+
"@atlaskit/editor-test-helpers": "^18.3.0",
|
|
133
|
+
"@atlaskit/media-core": "^34.1.0",
|
|
134
|
+
"@atlaskit/util-data-test": "^17.8.0",
|
|
127
135
|
"@atlaskit/visual-regression": "*",
|
|
128
136
|
"@atlaskit/webdriver-runner": "*",
|
|
129
137
|
"@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
|
|
@@ -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.
|
|
147
|
+
"typescript": "~4.9.5"
|
|
140
148
|
},
|
|
141
149
|
"techstack": {
|
|
142
150
|
"@atlassian/frontend": {
|
package/panel/package.json
CHANGED
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"types": "../dist/types/ui/PortalProvider/index.d.ts",
|
|
8
8
|
"typesVersions": {
|
|
9
|
-
">=4.
|
|
9
|
+
">=4.5 <4.9": {
|
|
10
10
|
"*": [
|
|
11
|
-
"../dist/types-ts4.
|
|
11
|
+
"../dist/types-ts4.5/ui/PortalProvider/index.d.ts"
|
|
12
12
|
]
|
|
13
13
|
}
|
|
14
14
|
}
|
package/preset/package.json
CHANGED
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"types": "../dist/types/provider-helpers/index.d.ts",
|
|
8
8
|
"typesVersions": {
|
|
9
|
-
">=4.
|
|
9
|
+
">=4.5 <4.9": {
|
|
10
10
|
"*": [
|
|
11
|
-
"../dist/types-ts4.
|
|
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.
|
|
9
|
+
">=4.5 <4.9": {
|
|
10
10
|
"*": [
|
|
11
|
-
"../dist/types-ts4.
|
|
11
|
+
"../dist/types-ts4.5/react-node-view/index.d.ts"
|
|
12
12
|
]
|
|
13
13
|
}
|
|
14
14
|
}
|
package/safe-plugin/package.json
CHANGED
package/selection/package.json
CHANGED
package/styles/package.json
CHANGED
package/transforms/package.json
CHANGED
package/type-ahead/package.json
CHANGED
package/types/package.json
CHANGED
package/ufo/package.json
CHANGED
package/ui/package.json
CHANGED
package/ui-color/package.json
CHANGED
package/ui-menu/package.json
CHANGED
package/ui-react/package.json
CHANGED
package/utils/package.json
CHANGED
package/validator/package.json
CHANGED
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"types": "../dist/types/with-plugin-state/index.d.ts",
|
|
8
8
|
"typesVersions": {
|
|
9
|
-
">=4.
|
|
9
|
+
">=4.5 <4.9": {
|
|
10
10
|
"*": [
|
|
11
|
-
"../dist/types-ts4.
|
|
11
|
+
"../dist/types-ts4.5/with-plugin-state/index.d.ts"
|
|
12
12
|
]
|
|
13
13
|
}
|
|
14
14
|
}
|