@atlaskit/editor-plugin-toolbar-lists-indentation 7.0.13 → 7.0.14

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 (2) hide show
  1. package/CHANGELOG.md +6 -4
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/editor-plugin-toolbar-lists-indentation
2
2
 
3
+ ## 7.0.14
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 7.0.13
4
10
 
5
11
  ### Patch Changes
@@ -241,7 +247,6 @@
241
247
 
242
248
  - [`286abb4d35eba`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/286abb4d35eba) -
243
249
  [ux] [ED-28960] Finish full page primary toolbar migration
244
-
245
250
  - Align with design update (separator, gap, height, icon size)
246
251
  - Add keyboard shortcut to focus toolbar and arrow key navigation
247
252
  - Address accessibility
@@ -278,7 +283,6 @@
278
283
 
279
284
  - [`3145f278b1f7a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3145f278b1f7a) -
280
285
  [ux] [ED-28473] minor UI updates for editor-toolbar
281
-
282
286
  - Use ADS ButtonGroup for ToolbarButtonGroup
283
287
  - Remove groupLocation prop and use CSS instead
284
288
  - Use DropdownItemGroup for ToolbarDropdownItemSection and expand props for section separator and
@@ -376,7 +380,6 @@
376
380
  shared context or singletons.
377
381
 
378
382
  **HOW TO ADJUST:**
379
-
380
383
  - Consumers must now explicitly install `@atlaskit/editor-common` in their own project if they use
381
384
  any of these editor plugins.
382
385
  - Ensure the version you install matches the version required by the plugins.
@@ -1492,7 +1495,6 @@
1492
1495
  - [#43646](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43646)
1493
1496
  [`d43f8e9402f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d43f8e9402f) - Make
1494
1497
  feature flags plugin optional in all plugins including:
1495
-
1496
1498
  - analytics
1497
1499
  - base
1498
1500
  - card
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-toolbar-lists-indentation",
3
- "version": "7.0.13",
3
+ "version": "7.0.14",
4
4
  "description": "Toolbar lists and indentation plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -45,12 +45,12 @@
45
45
  "@atlaskit/editor-toolbar-model": "^0.2.0",
46
46
  "@atlaskit/icon": "^28.5.0",
47
47
  "@atlaskit/platform-feature-flags": "^1.1.0",
48
- "@atlaskit/tmp-editor-statsig": "^13.10.0",
49
- "@atlaskit/tokens": "^6.5.0",
48
+ "@atlaskit/tmp-editor-statsig": "^13.13.0",
49
+ "@atlaskit/tokens": "^7.0.0",
50
50
  "@babel/runtime": "^7.0.0"
51
51
  },
52
52
  "peerDependencies": {
53
- "@atlaskit/editor-common": "^110.12.0",
53
+ "@atlaskit/editor-common": "^110.13.0",
54
54
  "react": "^18.2.0",
55
55
  "react-dom": "^18.2.0",
56
56
  "react-intl-next": "npm:react-intl@^5.18.1"