@atlaskit/editor-toolbar-model 0.4.15 → 0.4.17
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
CHANGED
|
@@ -120,13 +120,13 @@ var ToolbarModelRenderer = exports.ToolbarModelRenderer = function ToolbarModelR
|
|
|
120
120
|
return /*#__PURE__*/_react.default.createElement(_ComponentRenderer, {
|
|
121
121
|
key: section.key,
|
|
122
122
|
component: section
|
|
123
|
-
// eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
|
|
123
|
+
// eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
|
|
124
124
|
,
|
|
125
125
|
parents: [{
|
|
126
126
|
key: toolbar.key,
|
|
127
127
|
type: toolbar.type
|
|
128
128
|
}]
|
|
129
|
-
// eslint-disable-next-line @atlassian/perf-linting/no-expensive-computations-in-render -- Ignored via go/ees017 (to be fixed)
|
|
129
|
+
// eslint-disable-next-line @atlassian/perf-linting/no-expensive-computations-in-render -- Ignored via go/ees017 (to be fixed)
|
|
130
130
|
,
|
|
131
131
|
allComponents: components.filter(hasParents),
|
|
132
132
|
fallbacks: fallbacks
|
|
@@ -101,13 +101,13 @@ export const ToolbarModelRenderer = ({
|
|
|
101
101
|
return /*#__PURE__*/React.createElement(ToolbarComponent, null, sections.map(section => /*#__PURE__*/React.createElement(ComponentRenderer, {
|
|
102
102
|
key: section.key,
|
|
103
103
|
component: section
|
|
104
|
-
// eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
|
|
104
|
+
// eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
|
|
105
105
|
,
|
|
106
106
|
parents: [{
|
|
107
107
|
key: toolbar.key,
|
|
108
108
|
type: toolbar.type
|
|
109
109
|
}]
|
|
110
|
-
// eslint-disable-next-line @atlassian/perf-linting/no-expensive-computations-in-render -- Ignored via go/ees017 (to be fixed)
|
|
110
|
+
// eslint-disable-next-line @atlassian/perf-linting/no-expensive-computations-in-render -- Ignored via go/ees017 (to be fixed)
|
|
111
111
|
,
|
|
112
112
|
allComponents: components.filter(hasParents),
|
|
113
113
|
fallbacks: fallbacks
|
|
@@ -113,13 +113,13 @@ export var ToolbarModelRenderer = function ToolbarModelRenderer(_ref2) {
|
|
|
113
113
|
return /*#__PURE__*/React.createElement(_ComponentRenderer, {
|
|
114
114
|
key: section.key,
|
|
115
115
|
component: section
|
|
116
|
-
// eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
|
|
116
|
+
// eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
|
|
117
117
|
,
|
|
118
118
|
parents: [{
|
|
119
119
|
key: toolbar.key,
|
|
120
120
|
type: toolbar.type
|
|
121
121
|
}]
|
|
122
|
-
// eslint-disable-next-line @atlassian/perf-linting/no-expensive-computations-in-render -- Ignored via go/ees017 (to be fixed)
|
|
122
|
+
// eslint-disable-next-line @atlassian/perf-linting/no-expensive-computations-in-render -- Ignored via go/ees017 (to be fixed)
|
|
123
123
|
,
|
|
124
124
|
allComponents: components.filter(hasParents),
|
|
125
125
|
fallbacks: fallbacks
|
package/package.json
CHANGED
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
],
|
|
22
22
|
"atlaskit:src": "src/index.ts",
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
25
|
-
"@atlaskit/tokens": "^11.
|
|
24
|
+
"@atlaskit/tmp-editor-statsig": "^46.0.0",
|
|
25
|
+
"@atlaskit/tokens": "^11.2.0",
|
|
26
26
|
"@babel/runtime": "^7.0.0",
|
|
27
27
|
"@compiled/react": "^0.20.0"
|
|
28
28
|
},
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
}
|
|
71
71
|
},
|
|
72
72
|
"name": "@atlaskit/editor-toolbar-model",
|
|
73
|
-
"version": "0.4.
|
|
73
|
+
"version": "0.4.17",
|
|
74
74
|
"description": "register and render toolbar component",
|
|
75
75
|
"author": "Atlassian Pty Ltd",
|
|
76
76
|
"license": "Apache-2.0",
|