@atlaskit/editor-plugin-toolbar-lists-indentation 8.0.2 → 8.0.4

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,19 @@
1
1
  # @atlaskit/editor-plugin-toolbar-lists-indentation
2
2
 
3
+ ## 8.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [`3d0b3f8b4d802`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3d0b3f8b4d802) -
8
+ Remove platform_editor_toolbar_aifc_responsive experiment
9
+ - Updated dependencies
10
+
11
+ ## 8.0.3
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+
3
17
  ## 8.0.2
4
18
 
5
19
  ### Patch Changes
@@ -47,12 +47,12 @@ var getListsIndentationMenu = exports.getListsIndentationMenu = function getList
47
47
  type: _toolbar.LISTS_INDENTATION_MENU.type,
48
48
  key: _toolbar.LISTS_INDENTATION_MENU.key,
49
49
  rank: _toolbar.LISTS_INDENTATION_MENU_RANK[_toolbar.LISTS_INDENTATION_MENU_SECTION.key]
50
- }].concat((0, _toConsumableArray2.default)((0, _expValEquals.expValEquals)('platform_editor_toolbar_aifc_responsive', 'isEnabled', true) ? [{
50
+ }, {
51
51
  type: _toolbar.TEXT_COLLAPSED_MENU.type,
52
52
  key: _toolbar.TEXT_COLLAPSED_MENU.key,
53
53
  rank: _toolbar.TEXT_COLLAPSED_MENU_RANK[_toolbar.LISTS_INDENTATION_MENU_SECTION.key]
54
- }] : [])),
55
- component: (0, _expValEquals.expValEquals)('platform_editor_toolbar_aifc_responsive', 'isEnabled', true) ? _MenuSection.MenuSection : undefined
54
+ }],
55
+ component: _MenuSection.MenuSection
56
56
  }, {
57
57
  type: _toolbar.BULLETED_LIST_MENU_ITEM.type,
58
58
  key: _toolbar.BULLETED_LIST_MENU_ITEM.key,
@@ -38,12 +38,12 @@ export const getListsIndentationMenu = (allowHeadingAndParagraphIndentation, sho
38
38
  type: LISTS_INDENTATION_MENU.type,
39
39
  key: LISTS_INDENTATION_MENU.key,
40
40
  rank: LISTS_INDENTATION_MENU_RANK[LISTS_INDENTATION_MENU_SECTION.key]
41
- }, ...(expValEquals('platform_editor_toolbar_aifc_responsive', 'isEnabled', true) ? [{
41
+ }, {
42
42
  type: TEXT_COLLAPSED_MENU.type,
43
43
  key: TEXT_COLLAPSED_MENU.key,
44
44
  rank: TEXT_COLLAPSED_MENU_RANK[LISTS_INDENTATION_MENU_SECTION.key]
45
- }] : [])],
46
- component: expValEquals('platform_editor_toolbar_aifc_responsive', 'isEnabled', true) ? MenuSection : undefined
45
+ }],
46
+ component: MenuSection
47
47
  }, {
48
48
  type: BULLETED_LIST_MENU_ITEM.type,
49
49
  key: BULLETED_LIST_MENU_ITEM.key,
@@ -40,12 +40,12 @@ export var getListsIndentationMenu = function getListsIndentationMenu(allowHeadi
40
40
  type: LISTS_INDENTATION_MENU.type,
41
41
  key: LISTS_INDENTATION_MENU.key,
42
42
  rank: LISTS_INDENTATION_MENU_RANK[LISTS_INDENTATION_MENU_SECTION.key]
43
- }].concat(_toConsumableArray(expValEquals('platform_editor_toolbar_aifc_responsive', 'isEnabled', true) ? [{
43
+ }, {
44
44
  type: TEXT_COLLAPSED_MENU.type,
45
45
  key: TEXT_COLLAPSED_MENU.key,
46
46
  rank: TEXT_COLLAPSED_MENU_RANK[LISTS_INDENTATION_MENU_SECTION.key]
47
- }] : [])),
48
- component: expValEquals('platform_editor_toolbar_aifc_responsive', 'isEnabled', true) ? MenuSection : undefined
47
+ }],
48
+ component: MenuSection
49
49
  }, {
50
50
  type: BULLETED_LIST_MENU_ITEM.type,
51
51
  key: BULLETED_LIST_MENU_ITEM.key,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-toolbar-lists-indentation",
3
- "version": "8.0.2",
3
+ "version": "8.0.4",
4
4
  "description": "Toolbar lists and indentation plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -31,25 +31,25 @@
31
31
  "dependencies": {
32
32
  "@atlaskit/css": "^0.19.0",
33
33
  "@atlaskit/editor-plugin-analytics": "^7.0.0",
34
- "@atlaskit/editor-plugin-block-type": "^11.1.0",
34
+ "@atlaskit/editor-plugin-block-type": "^11.2.0",
35
35
  "@atlaskit/editor-plugin-feature-flags": "^6.0.0",
36
36
  "@atlaskit/editor-plugin-indentation": "^7.0.0",
37
37
  "@atlaskit/editor-plugin-list": "^9.0.0",
38
38
  "@atlaskit/editor-plugin-primary-toolbar": "^8.0.0",
39
- "@atlaskit/editor-plugin-selection-toolbar": "^8.0.0",
39
+ "@atlaskit/editor-plugin-selection-toolbar": "^8.1.0",
40
40
  "@atlaskit/editor-plugin-tasks-and-decisions": "^10.1.0",
41
- "@atlaskit/editor-plugin-toolbar": "^4.0.0",
41
+ "@atlaskit/editor-plugin-toolbar": "^4.1.0",
42
42
  "@atlaskit/editor-prosemirror": "^7.2.0",
43
43
  "@atlaskit/editor-toolbar": "^0.19.0",
44
44
  "@atlaskit/editor-toolbar-model": "^0.3.0",
45
- "@atlaskit/icon": "^29.4.0",
45
+ "@atlaskit/icon": "^30.0.0",
46
46
  "@atlaskit/platform-feature-flags": "^1.1.0",
47
- "@atlaskit/tmp-editor-statsig": "^16.23.0",
48
- "@atlaskit/tokens": "^10.0.0",
47
+ "@atlaskit/tmp-editor-statsig": "^16.34.0",
48
+ "@atlaskit/tokens": "^10.1.0",
49
49
  "@babel/runtime": "^7.0.0"
50
50
  },
51
51
  "peerDependencies": {
52
- "@atlaskit/editor-common": "^111.8.0",
52
+ "@atlaskit/editor-common": "^111.9.0",
53
53
  "react": "^18.2.0",
54
54
  "react-dom": "^18.2.0",
55
55
  "react-intl-next": "npm:react-intl@^5.18.1"