@atlaskit/editor-toolbar 0.2.1 → 0.2.2

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
@@ -1,5 +1,14 @@
1
1
  # @atlaskit/editor-toolbar
2
2
 
3
+ ## 0.2.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#198479](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/198479)
8
+ [`a427f04593fbd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a427f04593fbd) -
9
+ [ux] ED-28685 register list and indentation menu to the new toolbar behind
10
+ platform_editor_toolbar_aifc
11
+
3
12
  ## 0.2.1
4
13
 
5
14
  ### Patch Changes
@@ -0,0 +1,54 @@
1
+ {
2
+ "extends": "../../../../tsconfig.entry-points.volt.json",
3
+ "compilerOptions": {
4
+ "declaration": true,
5
+ "target": "es5",
6
+ "outDir": "../../../../../volt/tsDist/@atlaskit__editor-toolbar/app",
7
+ "rootDir": "../",
8
+ "composite": true
9
+ },
10
+ "include": [
11
+ "../src/**/*.ts",
12
+ "../src/**/*.tsx"
13
+ ],
14
+ "exclude": [
15
+ "../src/**/__tests__/*",
16
+ "../src/**/*.test.*",
17
+ "../src/**/test.*"
18
+ ],
19
+ "references": [
20
+ {
21
+ "path": "../../../design-system/badge/afm-volt/tsconfig.json"
22
+ },
23
+ {
24
+ "path": "../../../design-system/button/afm-volt/tsconfig.json"
25
+ },
26
+ {
27
+ "path": "../../../design-system/css/afm-volt/tsconfig.json"
28
+ },
29
+ {
30
+ "path": "../../../design-system/dropdown-menu/afm-volt/tsconfig.json"
31
+ },
32
+ {
33
+ "path": "../../../design-system/icon/afm-volt/tsconfig.json"
34
+ },
35
+ {
36
+ "path": "../../../design-system/icon-lab/afm-volt/tsconfig.json"
37
+ },
38
+ {
39
+ "path": "../../../design-system/logo/afm-volt/tsconfig.json"
40
+ },
41
+ {
42
+ "path": "../../../design-system/popup/afm-volt/tsconfig.json"
43
+ },
44
+ {
45
+ "path": "../../../design-system/primitives/afm-volt/tsconfig.json"
46
+ },
47
+ {
48
+ "path": "../../../design-system/tokens/afm-volt/tsconfig.json"
49
+ },
50
+ {
51
+ "path": "../../../design-system/tooltip/afm-volt/tsconfig.json"
52
+ }
53
+ ]
54
+ }
package/dist/cjs/index.js CHANGED
@@ -165,6 +165,12 @@ Object.defineProperty(exports, "HeadingTwoIcon", {
165
165
  return _HeadingTwoIcon.HeadingTwoIcon;
166
166
  }
167
167
  });
168
+ Object.defineProperty(exports, "IndentIcon", {
169
+ enumerable: true,
170
+ get: function get() {
171
+ return _IndentIcon.IndentIcon;
172
+ }
173
+ });
168
174
  Object.defineProperty(exports, "ItalicIcon", {
169
175
  enumerable: true,
170
176
  get: function get() {
@@ -201,6 +207,12 @@ Object.defineProperty(exports, "NestedDropdownRightIcon", {
201
207
  return _NestedDropdownRightIcon.NestedDropdownRightIcon;
202
208
  }
203
209
  });
210
+ Object.defineProperty(exports, "OutdentIcon", {
211
+ enumerable: true,
212
+ get: function get() {
213
+ return _OutdentIcon.OutdentIcon;
214
+ }
215
+ });
204
216
  Object.defineProperty(exports, "PinIcon", {
205
217
  enumerable: true,
206
218
  get: function get() {
@@ -406,4 +418,6 @@ var _ShowMoreHorizontal = require("./ui/icons/ShowMoreHorizontal");
406
418
  var _AlignTextLeftIcon = require("./ui/icons/AlignTextLeftIcon");
407
419
  var _AlignTextCenterIcon = require("./ui/icons/AlignTextCenterIcon");
408
420
  var _AlignTextRightIcon = require("./ui/icons/AlignTextRightIcon");
421
+ var _IndentIcon = require("./ui/icons/IndentIcon");
422
+ var _OutdentIcon = require("./ui/icons/OutdentIcon");
409
423
  var _uiContext = require("./hooks/ui-context");
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ Object.defineProperty(exports, "IndentIcon", {
8
+ enumerable: true,
9
+ get: function get() {
10
+ return _textIndentRight.default;
11
+ }
12
+ });
13
+ var _textIndentRight = _interopRequireDefault(require("@atlaskit/icon/core/text-indent-right"));
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ Object.defineProperty(exports, "OutdentIcon", {
8
+ enumerable: true,
9
+ get: function get() {
10
+ return _textIndentLeft.default;
11
+ }
12
+ });
13
+ var _textIndentLeft = _interopRequireDefault(require("@atlaskit/icon/core/text-indent-left"));
@@ -54,4 +54,6 @@ export { ShowMoreHorizontalIcon } from './ui/icons/ShowMoreHorizontal';
54
54
  export { AlignTextLeftIcon } from './ui/icons/AlignTextLeftIcon';
55
55
  export { AlignTextCenterIcon } from './ui/icons/AlignTextCenterIcon';
56
56
  export { AlignTextRightIcon } from './ui/icons/AlignTextRightIcon';
57
+ export { IndentIcon } from './ui/icons/IndentIcon';
58
+ export { OutdentIcon } from './ui/icons/OutdentIcon';
57
59
  export { useToolbarUI, ToolbarUIProvider } from './hooks/ui-context';
@@ -0,0 +1,2 @@
1
+ /* eslint-disable @atlaskit/editor/no-re-export */
2
+ export { default as IndentIcon } from '@atlaskit/icon/core/text-indent-right';
@@ -0,0 +1,2 @@
1
+ /* eslint-disable @atlaskit/editor/no-re-export */
2
+ export { default as OutdentIcon } from '@atlaskit/icon/core/text-indent-left';
package/dist/esm/index.js CHANGED
@@ -54,4 +54,6 @@ export { ShowMoreHorizontalIcon } from './ui/icons/ShowMoreHorizontal';
54
54
  export { AlignTextLeftIcon } from './ui/icons/AlignTextLeftIcon';
55
55
  export { AlignTextCenterIcon } from './ui/icons/AlignTextCenterIcon';
56
56
  export { AlignTextRightIcon } from './ui/icons/AlignTextRightIcon';
57
+ export { IndentIcon } from './ui/icons/IndentIcon';
58
+ export { OutdentIcon } from './ui/icons/OutdentIcon';
57
59
  export { useToolbarUI, ToolbarUIProvider } from './hooks/ui-context';
@@ -0,0 +1,2 @@
1
+ /* eslint-disable @atlaskit/editor/no-re-export */
2
+ export { default as IndentIcon } from '@atlaskit/icon/core/text-indent-right';
@@ -0,0 +1,2 @@
1
+ /* eslint-disable @atlaskit/editor/no-re-export */
2
+ export { default as OutdentIcon } from '@atlaskit/icon/core/text-indent-left';
@@ -53,5 +53,7 @@ export { ShowMoreHorizontalIcon } from './ui/icons/ShowMoreHorizontal';
53
53
  export { AlignTextLeftIcon } from './ui/icons/AlignTextLeftIcon';
54
54
  export { AlignTextCenterIcon } from './ui/icons/AlignTextCenterIcon';
55
55
  export { AlignTextRightIcon } from './ui/icons/AlignTextRightIcon';
56
+ export { IndentIcon } from './ui/icons/IndentIcon';
57
+ export { OutdentIcon } from './ui/icons/OutdentIcon';
56
58
  export type { IconComponent, ToolbarButtonGroupLocation } from './types';
57
59
  export { useToolbarUI, ToolbarUIProvider } from './hooks/ui-context';
@@ -0,0 +1 @@
1
+ export { default as IndentIcon } from '@atlaskit/icon/core/text-indent-right';
@@ -0,0 +1 @@
1
+ export { default as OutdentIcon } from '@atlaskit/icon/core/text-indent-left';
@@ -53,5 +53,7 @@ export { ShowMoreHorizontalIcon } from './ui/icons/ShowMoreHorizontal';
53
53
  export { AlignTextLeftIcon } from './ui/icons/AlignTextLeftIcon';
54
54
  export { AlignTextCenterIcon } from './ui/icons/AlignTextCenterIcon';
55
55
  export { AlignTextRightIcon } from './ui/icons/AlignTextRightIcon';
56
+ export { IndentIcon } from './ui/icons/IndentIcon';
57
+ export { OutdentIcon } from './ui/icons/OutdentIcon';
56
58
  export type { IconComponent, ToolbarButtonGroupLocation } from './types';
57
59
  export { useToolbarUI, ToolbarUIProvider } from './hooks/ui-context';
@@ -0,0 +1 @@
1
+ export { default as IndentIcon } from '@atlaskit/icon/core/text-indent-right';
@@ -0,0 +1 @@
1
+ export { default as OutdentIcon } from '@atlaskit/icon/core/text-indent-left';
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "registry": "https://registry.npmjs.org/"
5
5
  },
6
- "version": "0.2.1",
6
+ "version": "0.2.2",
7
7
  "description": "Common UI for Toolbars across the platform",
8
8
  "atlassian": {
9
9
  "team": "Editor: Jenga",
package/src/index.ts CHANGED
@@ -55,6 +55,8 @@ export { ShowMoreHorizontalIcon } from './ui/icons/ShowMoreHorizontal';
55
55
  export { AlignTextLeftIcon } from './ui/icons/AlignTextLeftIcon';
56
56
  export { AlignTextCenterIcon } from './ui/icons/AlignTextCenterIcon';
57
57
  export { AlignTextRightIcon } from './ui/icons/AlignTextRightIcon';
58
+ export { IndentIcon } from './ui/icons/IndentIcon';
59
+ export { OutdentIcon } from './ui/icons/OutdentIcon';
58
60
 
59
61
  export type { IconComponent, ToolbarButtonGroupLocation } from './types';
60
62
 
@@ -0,0 +1,2 @@
1
+ /* eslint-disable @atlaskit/editor/no-re-export */
2
+ export { default as IndentIcon } from '@atlaskit/icon/core/text-indent-right';
@@ -0,0 +1,2 @@
1
+ /* eslint-disable @atlaskit/editor/no-re-export */
2
+ export { default as OutdentIcon } from '@atlaskit/icon/core/text-indent-left';