@atlaskit/editor-core 215.10.1 → 215.10.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.
Files changed (128) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist/cjs/ui/Addon/Dropdown/styles.js +1 -1
  3. package/dist/cjs/ui/Appearance/Chromeless.js +2 -2
  4. package/dist/cjs/ui/Appearance/Comment/Comment.js +1 -1
  5. package/dist/cjs/ui/Appearance/Comment/Toolbar.js +1 -1
  6. package/dist/cjs/ui/Appearance/FullPage/FullPageToolbarNext.compiled.css +2 -2
  7. package/dist/cjs/ui/Appearance/FullPage/FullPageToolbarNext.js +2 -2
  8. package/dist/cjs/ui/Appearance/FullPage/MainToolbarWrapper.js +2 -2
  9. package/dist/cjs/ui/ChromeCollapsed/styles.js +2 -2
  10. package/dist/cjs/ui/ContextPanel/index.js +1 -1
  11. package/dist/cjs/ui/EditorContentContainer/styles/aiPanel.js +1 -1
  12. package/dist/cjs/ui/EditorContentContainer/styles/annotationStyles.js +7 -7
  13. package/dist/cjs/ui/EditorContentContainer/styles/blockTypeStyles.js +7 -7
  14. package/dist/cjs/ui/EditorContentContainer/styles/codeBidiWarningStyles.js +5 -5
  15. package/dist/cjs/ui/EditorContentContainer/styles/codeBlockStyles.js +3 -3
  16. package/dist/cjs/ui/EditorContentContainer/styles/codeMarkStyles.js +3 -3
  17. package/dist/cjs/ui/EditorContentContainer/styles/dateStyles.js +3 -3
  18. package/dist/cjs/ui/EditorContentContainer/styles/expandStyles.js +12 -12
  19. package/dist/cjs/ui/EditorContentContainer/styles/extensionStyles.js +9 -9
  20. package/dist/cjs/ui/EditorContentContainer/styles/findReplaceStyles.js +29 -29
  21. package/dist/cjs/ui/EditorContentContainer/styles/floatingToolbarStyles.js +1 -1
  22. package/dist/cjs/ui/EditorContentContainer/styles/gridStyles.js +2 -2
  23. package/dist/cjs/ui/EditorContentContainer/styles/layout.js +7 -7
  24. package/dist/cjs/ui/EditorContentContainer/styles/mediaStyles.js +6 -6
  25. package/dist/cjs/ui/EditorContentContainer/styles/mentions.js +12 -12
  26. package/dist/cjs/ui/EditorContentContainer/styles/overflowShadowStyles.js +1 -1
  27. package/dist/cjs/ui/EditorContentContainer/styles/panelStyles.js +10 -10
  28. package/dist/cjs/ui/EditorContentContainer/styles/placeholderStyles.js +7 -7
  29. package/dist/cjs/ui/EditorContentContainer/styles/resizerStyles.js +19 -19
  30. package/dist/cjs/ui/EditorContentContainer/styles/rule.js +2 -2
  31. package/dist/cjs/ui/EditorContentContainer/styles/scrollbarStyles.js +2 -2
  32. package/dist/cjs/ui/EditorContentContainer/styles/selectionStyles.js +5 -5
  33. package/dist/cjs/ui/EditorContentContainer/styles/shadowStyles.js +2 -2
  34. package/dist/cjs/ui/EditorContentContainer/styles/smartCardStyles.js +17 -17
  35. package/dist/cjs/ui/EditorContentContainer/styles/statusStyles.js +25 -25
  36. package/dist/cjs/ui/EditorContentContainer/styles/syncBlockStyles.js +6 -6
  37. package/dist/cjs/ui/EditorContentContainer/styles/tableStyles.js +4 -0
  38. package/dist/cjs/ui/EditorContentContainer/styles/tasksAndDecisionsStyles.js +32 -32
  39. package/dist/cjs/ui/EditorContentContainer/styles/telepointerStyles.js +16 -16
  40. package/dist/cjs/ui/EditorContentContainer/styles/textHighlightStyles.js +2 -2
  41. package/dist/cjs/version-wrapper.js +1 -1
  42. package/dist/es2019/ui/Addon/Dropdown/styles.js +1 -1
  43. package/dist/es2019/ui/Appearance/Chromeless.js +2 -2
  44. package/dist/es2019/ui/Appearance/Comment/Comment.js +1 -1
  45. package/dist/es2019/ui/Appearance/Comment/Toolbar.js +1 -1
  46. package/dist/es2019/ui/Appearance/FullPage/FullPageToolbarNext.compiled.css +2 -2
  47. package/dist/es2019/ui/Appearance/FullPage/FullPageToolbarNext.js +2 -2
  48. package/dist/es2019/ui/Appearance/FullPage/MainToolbarWrapper.js +2 -2
  49. package/dist/es2019/ui/ChromeCollapsed/styles.js +2 -2
  50. package/dist/es2019/ui/ContextPanel/index.js +1 -1
  51. package/dist/es2019/ui/EditorContentContainer/styles/aiPanel.js +1 -1
  52. package/dist/es2019/ui/EditorContentContainer/styles/annotationStyles.js +7 -7
  53. package/dist/es2019/ui/EditorContentContainer/styles/blockTypeStyles.js +7 -7
  54. package/dist/es2019/ui/EditorContentContainer/styles/codeBidiWarningStyles.js +5 -5
  55. package/dist/es2019/ui/EditorContentContainer/styles/codeBlockStyles.js +3 -3
  56. package/dist/es2019/ui/EditorContentContainer/styles/codeMarkStyles.js +3 -3
  57. package/dist/es2019/ui/EditorContentContainer/styles/dateStyles.js +3 -3
  58. package/dist/es2019/ui/EditorContentContainer/styles/expandStyles.js +12 -12
  59. package/dist/es2019/ui/EditorContentContainer/styles/extensionStyles.js +9 -9
  60. package/dist/es2019/ui/EditorContentContainer/styles/findReplaceStyles.js +36 -36
  61. package/dist/es2019/ui/EditorContentContainer/styles/floatingToolbarStyles.js +1 -1
  62. package/dist/es2019/ui/EditorContentContainer/styles/gridStyles.js +2 -2
  63. package/dist/es2019/ui/EditorContentContainer/styles/layout.js +7 -7
  64. package/dist/es2019/ui/EditorContentContainer/styles/mediaStyles.js +6 -6
  65. package/dist/es2019/ui/EditorContentContainer/styles/mentions.js +12 -12
  66. package/dist/es2019/ui/EditorContentContainer/styles/overflowShadowStyles.js +6 -6
  67. package/dist/es2019/ui/EditorContentContainer/styles/panelStyles.js +10 -10
  68. package/dist/es2019/ui/EditorContentContainer/styles/placeholderStyles.js +7 -7
  69. package/dist/es2019/ui/EditorContentContainer/styles/resizerStyles.js +19 -19
  70. package/dist/es2019/ui/EditorContentContainer/styles/rule.js +2 -2
  71. package/dist/es2019/ui/EditorContentContainer/styles/scrollbarStyles.js +2 -2
  72. package/dist/es2019/ui/EditorContentContainer/styles/selectionStyles.js +5 -5
  73. package/dist/es2019/ui/EditorContentContainer/styles/shadowStyles.js +2 -2
  74. package/dist/es2019/ui/EditorContentContainer/styles/smartCardStyles.js +17 -17
  75. package/dist/es2019/ui/EditorContentContainer/styles/statusStyles.js +25 -25
  76. package/dist/es2019/ui/EditorContentContainer/styles/syncBlockStyles.js +6 -6
  77. package/dist/es2019/ui/EditorContentContainer/styles/tableStyles.js +4 -0
  78. package/dist/es2019/ui/EditorContentContainer/styles/tasksAndDecisionsStyles.js +32 -32
  79. package/dist/es2019/ui/EditorContentContainer/styles/telepointerStyles.js +16 -16
  80. package/dist/es2019/ui/EditorContentContainer/styles/textHighlightStyles.js +2 -2
  81. package/dist/es2019/version-wrapper.js +1 -1
  82. package/dist/esm/ui/Addon/Dropdown/styles.js +1 -1
  83. package/dist/esm/ui/Appearance/Chromeless.js +2 -2
  84. package/dist/esm/ui/Appearance/Comment/Comment.js +1 -1
  85. package/dist/esm/ui/Appearance/Comment/Toolbar.js +1 -1
  86. package/dist/esm/ui/Appearance/FullPage/FullPageToolbarNext.compiled.css +2 -2
  87. package/dist/esm/ui/Appearance/FullPage/FullPageToolbarNext.js +2 -2
  88. package/dist/esm/ui/Appearance/FullPage/MainToolbarWrapper.js +2 -2
  89. package/dist/esm/ui/ChromeCollapsed/styles.js +2 -2
  90. package/dist/esm/ui/ContextPanel/index.js +1 -1
  91. package/dist/esm/ui/EditorContentContainer/styles/aiPanel.js +1 -1
  92. package/dist/esm/ui/EditorContentContainer/styles/annotationStyles.js +7 -7
  93. package/dist/esm/ui/EditorContentContainer/styles/blockTypeStyles.js +7 -7
  94. package/dist/esm/ui/EditorContentContainer/styles/codeBidiWarningStyles.js +5 -5
  95. package/dist/esm/ui/EditorContentContainer/styles/codeBlockStyles.js +3 -3
  96. package/dist/esm/ui/EditorContentContainer/styles/codeMarkStyles.js +3 -3
  97. package/dist/esm/ui/EditorContentContainer/styles/dateStyles.js +3 -3
  98. package/dist/esm/ui/EditorContentContainer/styles/expandStyles.js +12 -12
  99. package/dist/esm/ui/EditorContentContainer/styles/extensionStyles.js +9 -9
  100. package/dist/esm/ui/EditorContentContainer/styles/findReplaceStyles.js +29 -29
  101. package/dist/esm/ui/EditorContentContainer/styles/floatingToolbarStyles.js +1 -1
  102. package/dist/esm/ui/EditorContentContainer/styles/gridStyles.js +2 -2
  103. package/dist/esm/ui/EditorContentContainer/styles/layout.js +7 -7
  104. package/dist/esm/ui/EditorContentContainer/styles/mediaStyles.js +6 -6
  105. package/dist/esm/ui/EditorContentContainer/styles/mentions.js +12 -12
  106. package/dist/esm/ui/EditorContentContainer/styles/overflowShadowStyles.js +1 -1
  107. package/dist/esm/ui/EditorContentContainer/styles/panelStyles.js +10 -10
  108. package/dist/esm/ui/EditorContentContainer/styles/placeholderStyles.js +7 -7
  109. package/dist/esm/ui/EditorContentContainer/styles/resizerStyles.js +19 -19
  110. package/dist/esm/ui/EditorContentContainer/styles/rule.js +2 -2
  111. package/dist/esm/ui/EditorContentContainer/styles/scrollbarStyles.js +2 -2
  112. package/dist/esm/ui/EditorContentContainer/styles/selectionStyles.js +5 -5
  113. package/dist/esm/ui/EditorContentContainer/styles/shadowStyles.js +2 -2
  114. package/dist/esm/ui/EditorContentContainer/styles/smartCardStyles.js +17 -17
  115. package/dist/esm/ui/EditorContentContainer/styles/statusStyles.js +25 -25
  116. package/dist/esm/ui/EditorContentContainer/styles/syncBlockStyles.js +6 -6
  117. package/dist/esm/ui/EditorContentContainer/styles/tableStyles.js +4 -0
  118. package/dist/esm/ui/EditorContentContainer/styles/tasksAndDecisionsStyles.js +32 -32
  119. package/dist/esm/ui/EditorContentContainer/styles/telepointerStyles.js +16 -16
  120. package/dist/esm/ui/EditorContentContainer/styles/textHighlightStyles.js +2 -2
  121. package/dist/esm/version-wrapper.js +1 -1
  122. package/dist/types/create-editor/create-universal-preset.d.ts +3 -2
  123. package/dist/types/presets/universal.d.ts +3 -2
  124. package/dist/types/presets/useUniversalPreset.d.ts +3 -2
  125. package/dist/types-ts4.5/create-editor/create-universal-preset.d.ts +4 -1
  126. package/dist/types-ts4.5/presets/universal.d.ts +4 -1
  127. package/dist/types-ts4.5/presets/useUniversalPreset.d.ts +4 -1
  128. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @atlaskit/editor-core
2
2
 
3
+ ## 215.10.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [`855e2a1085226`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/855e2a1085226) -
8
+ [ux] Scaffolding for native sticky headers
9
+ - Updated dependencies
10
+
3
11
  ## 215.10.1
4
12
 
5
13
  ### Patch Changes
@@ -14,7 +14,7 @@ var dropdown = exports.dropdown = (0, _react.css)({
14
14
  background: "var(--ds-surface-overlay, white)",
15
15
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
16
16
  borderRadius: "var(--ds-radius-small, 3px)",
17
- boxShadow: "var(--ds-shadow-overlay, 0px 8px 12px #091E4226, 0px 0px 1px #091E424f)",
17
+ boxShadow: "var(--ds-shadow-overlay, 0px 8px 12px #1E1F2126, 0px 0px 1px #1E1F214f)",
18
18
  boxSizing: 'border-box',
19
19
  padding: "var(--ds-space-050, 4px)".concat(" 0")
20
20
  });
@@ -38,12 +38,12 @@ var scrollbarStylesNew = (0, _react2.css)({
38
38
  },
39
39
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-selectors
40
40
  '&:hover::-webkit-scrollbar-thumb': {
41
- backgroundColor: "var(--ds-background-neutral-bold, #44546F)",
41
+ backgroundColor: "var(--ds-background-neutral-bold, #292A2E)",
42
42
  borderRadius: "var(--ds-radius-large, 8px)"
43
43
  },
44
44
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-selectors
45
45
  '&::-webkit-scrollbar-thumb:hover': {
46
- backgroundColor: "var(--ds-background-neutral-bold-hovered, #2C3E5D)"
46
+ backgroundColor: "var(--ds-background-neutral-bold-hovered, #3B3D42)"
47
47
  }
48
48
  });
49
49
  var chromelessEditorStylesNew = (0, _react2.css)({
@@ -52,7 +52,7 @@ var commentEditorStyles = (0, _react2.css)({
52
52
  minWidth: '272px',
53
53
  height: 'auto',
54
54
  backgroundColor: "var(--ds-background-input, white)",
55
- border: "var(--ds-border-width, 1px)".concat(" solid ", "var(--ds-border-input, #8590A2)"),
55
+ border: "var(--ds-border-width, 1px)".concat(" solid ", "var(--ds-border-input, #8C8F97)"),
56
56
  boxSizing: 'border-box',
57
57
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
58
58
  borderRadius: "var(--ds-radius-small, 3px)",
@@ -85,7 +85,7 @@ var stickyToolbarWrapperStyleNew = (0, _react2.css)({
85
85
  transition: 'box-shadow ease-in-out 0.2s',
86
86
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
87
87
  '&.show-keyline': {
88
- boxShadow: "0 ".concat(akEditorToolbarKeylineHeight, "px 0 0 ", "var(--ds-background-accent-gray-subtlest, #F1F2F4)")
88
+ boxShadow: "0 ".concat(akEditorToolbarKeylineHeight, "px 0 0 ", "var(--ds-background-accent-gray-subtlest, #F0F1F2)")
89
89
  }
90
90
  });
91
91
  var StickyToolbar = function StickyToolbar(props) {
@@ -1,8 +1,8 @@
1
1
 
2
2
  ._18zrutpp{padding-inline:var(--ds-space-150,9pt)}
3
3
  ._1rjc12x7{padding-block:var(--ds-space-075,6px)}
4
- ._n7zl7r9e{border-bottom:var(--ds-border-width,1px) solid var(--ds-border,#091e4224)}._16jlkb7n{flex-grow:1}
5
- ._16qs9g9j{box-shadow:var(--ds-shadow-overflow,0 0 8px #091e4228,0 0 1px #091e421e)}
4
+ ._n7zlia51{border-bottom:var(--ds-border-width,1px) solid var(--ds-border,#0b120e24)}._16jlkb7n{flex-grow:1}
5
+ ._16qs1nax{box-shadow:var(--ds-shadow-overflow,0 0 8px #1e1f2128,0 0 1px #1e1f211e)}
6
6
  ._19pkpxbi{margin-top:var(--ds-space-200,1pc)}
7
7
  ._1bahesu3{justify-content:flex-end}
8
8
  ._1e0c1txw{display:flex}
@@ -22,10 +22,10 @@ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r
22
22
  var styles = {
23
23
  mainToolbarIconBefore: "_19pkpxbi _2hwxpxbi _otyrpxbi",
24
24
  mainToolbarIconBeforeNew: "_4cvr1h6o _1e0c1txw",
25
- mainToolbarWrapper: "_1rjc12x7 _18zrutpp _n7zl7r9e",
25
+ mainToolbarWrapper: "_1rjc12x7 _18zrutpp _n7zlia51",
26
26
  mainToolbarNew: "_1e0c1txw _4t3izwfg",
27
27
  mainToolbarZIndex: "_1pby16oo _kqswh2mm",
28
- mainToolbarWithKeyline: "_16qs9g9j",
28
+ mainToolbarWithKeyline: "_16qs1nax",
29
29
  customToolbarWrapperStyle: "_4cvr1h6o _1e0c1txw",
30
30
  firstChildWrapperOneLine: "_1e0c1txw _16jlkb7n",
31
31
  secondChildWrapperOneLine: "_1e0c1txw _1ul91ns9 _4cvr1h6o",
@@ -23,7 +23,7 @@ var baseToolbarStyles = (0, _react2.css)({
23
23
  position: 'relative',
24
24
  alignItems: 'center',
25
25
  boxShadow: 'none',
26
- borderBottom: "var(--ds-border-width, 1px)".concat(" solid ", "var(--ds-border, #091E4224)"),
26
+ borderBottom: "var(--ds-border-width, 1px)".concat(" solid ", "var(--ds-border, #0B120E24)"),
27
27
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values
28
28
  transition: "box-shadow 200ms ".concat(_editorSharedStyles.akEditorSwoopCubicBezier),
29
29
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values, @atlaskit/ui-styling-standard/no-imported-style-values
@@ -48,7 +48,7 @@ var flexibleIconSize = (0, _react2.css)({
48
48
  // box-shadow is overriden by the mainToolbar
49
49
  var mainToolbarWithKeyline = (0, _react2.css)({
50
50
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
51
- boxShadow: "var(--ds-shadow-overflow, 0px 0px 8px #091E4228, 0px 0px 1px #091E421e)"
51
+ boxShadow: "var(--ds-shadow-overflow, 0px 0px 8px #1E1F2128, 0px 0px 1px #1E1F211e)"
52
52
  });
53
53
  var mainToolbarTwoLineStyle = (0, _react2.css)((0, _defineProperty2.default)({}, "@media (max-width: ".concat(_MainToolbar.MAXIMUM_TWO_LINE_TOOLBAR_BREAKPOINT, "px)"), {
54
54
  flexWrap: 'wrap',
@@ -30,10 +30,10 @@ var inputStyle = exports.inputStyle = (0, _react.css)({
30
30
  lineHeight: 1.42857142857143,
31
31
  // eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
32
32
  letterSpacing: '-0.005em',
33
- color: "var(--ds-text-subtlest, #626F86)",
33
+ color: "var(--ds-text-subtlest, #6B6E76)",
34
34
  '&:hover': {
35
35
  backgroundColor: "var(--ds-background-input-hovered, white)",
36
- borderColor: "var(--ds-border-input, #8590A2)",
36
+ borderColor: "var(--ds-border-input, #8C8F97)",
37
37
  cursor: 'text'
38
38
  }
39
39
  }
@@ -42,7 +42,7 @@ var panel = exports.panel = (0, _react2.css)({
42
42
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
43
43
  transition: "width ".concat(ANIM_SPEED_MS, "ms ").concat(_editorSharedStyles.akEditorSwoopCubicBezier),
44
44
  overflow: 'hidden',
45
- boxShadow: "inset 2px 0 0 0 ".concat("var(--ds-border, #091E4224)")
45
+ boxShadow: "inset 2px 0 0 0 ".concat("var(--ds-border, #0B120E24)")
46
46
  });
47
47
  var disablePanelAnimation = (0, _react2.css)({
48
48
  transition: 'none'
@@ -106,7 +106,7 @@ var aiPanelBaseStyles = exports.aiPanelBaseStyles = (0, _react.css)({
106
106
  '&.with-hover-border': {
107
107
  '&::before, &::after': {
108
108
  //prismBorderHoverStyles
109
- background: "var(--ds-border-input, #8590A2)"
109
+ background: "var(--ds-border-input, #8C8F97)"
110
110
  }
111
111
  },
112
112
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
@@ -26,20 +26,20 @@ var annotationStyles = exports.annotationStyles = (0, _react.css)({
26
26
  paddingTop: "var(--ds-space-025, 2px)"
27
27
  }
28
28
  }), ".".concat(_styles.AnnotationSharedClassNames.focus), {
29
- background: "var(--ds-background-accent-yellow-subtlest-pressed, #F5CD47)",
29
+ background: "var(--ds-background-accent-yellow-subtlest-pressed, #EFDD4E)",
30
30
  borderBottomColor: "var(--ds-border-accent-yellow, #B38600)",
31
- boxShadow: "var(--ds-shadow-raised, 0px 1px 1px #091E4240, 0px 0px 1px #091E424f)"
31
+ boxShadow: "var(--ds-shadow-raised, 0px 1px 1px #1E1F2140, 0px 0px 1px #1E1F214f)"
32
32
  }), ".".concat(_styles.AnnotationSharedClassNames.draft), {
33
- background: "var(--ds-background-accent-yellow-subtlest-pressed, #F5CD47)",
33
+ background: "var(--ds-background-accent-yellow-subtlest-pressed, #EFDD4E)",
34
34
  borderBottomColor: "var(--ds-border-accent-yellow, #B38600)",
35
- boxShadow: "var(--ds-shadow-raised, 0px 1px 1px #091E4240, 0px 0px 1px #091E424f)",
35
+ boxShadow: "var(--ds-shadow-raised, 0px 1px 1px #1E1F2140, 0px 0px 1px #1E1F214f)",
36
36
  cursor: 'initial'
37
37
  }), ".".concat(_styles.AnnotationSharedClassNames.blur), {
38
- background: "var(--ds-background-accent-yellow-subtlest, #FFF7D6)",
38
+ background: "var(--ds-background-accent-yellow-subtlest, #FEF7C8)",
39
39
  borderBottomColor: "var(--ds-border-accent-yellow, #B38600)"
40
40
  }), ".".concat(_styles.AnnotationSharedClassNames.hover), {
41
- background: "var(--ds-background-accent-yellow-subtlest-hovered, #F8E6A0)",
41
+ background: "var(--ds-background-accent-yellow-subtlest-hovered, #F5E989)",
42
42
  borderBottomColor: "var(--ds-border-accent-yellow, #B38600)",
43
- boxShadow: "var(--ds-shadow-raised, 0px 1px 1px #091E4240, 0px 0px 1px #091E424f)"
43
+ boxShadow: "var(--ds-shadow-raised, 0px 1px 1px #1E1F2140, 0px 0px 1px #1E1F214f)"
44
44
  })
45
45
  });
@@ -21,7 +21,7 @@ var blocktypeStyles = exports.blocktypeStyles = (0, _react.css)({
21
21
  paddingLeft: "var(--ds-space-200, 16px)",
22
22
  borderLeftWidth: "var(--ds-border-width-selected, 2px)",
23
23
  borderLeftStyle: 'solid',
24
- borderLeftColor: "var(--ds-border, #091E4224)",
24
+ borderLeftColor: "var(--ds-border, #0B120E24)",
25
25
  margin: '0.75rem 0 0 0',
26
26
  // From https://docs.google.com/spreadsheets/d/1iYusRGCT4PoPfvxbJ8NrgjtfFgXLm5lpDWXzjua1W2E/edit#gid=93913128
27
27
  marginRight: 0,
@@ -199,7 +199,7 @@ var blocktypeStyles_without_fg_platform_editor_typography_ugc = exports.blocktyp
199
199
  fontStyle: 'inherit',
200
200
  // eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
201
201
  lineHeight: 'calc(28 / 24)',
202
- color: "var(--ds-text, #172B4D)",
202
+ color: "var(--ds-text, #292A2E)",
203
203
  fontWeight: "var(--ds-font-weight-medium, 500)",
204
204
  // eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
205
205
  letterSpacing: "-0.01em",
@@ -214,7 +214,7 @@ var blocktypeStyles_without_fg_platform_editor_typography_ugc = exports.blocktyp
214
214
  fontStyle: 'inherit',
215
215
  // eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
216
216
  lineHeight: 'calc(24 / 20)',
217
- color: "var(--ds-text, #172B4D)",
217
+ color: "var(--ds-text, #292A2E)",
218
218
  fontWeight: "var(--ds-font-weight-medium, 500)",
219
219
  // eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
220
220
  letterSpacing: "-0.008em",
@@ -229,7 +229,7 @@ var blocktypeStyles_without_fg_platform_editor_typography_ugc = exports.blocktyp
229
229
  fontStyle: 'inherit',
230
230
  // eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
231
231
  lineHeight: 'calc(20 / 16)',
232
- color: "var(--ds-text, #172B4D)",
232
+ color: "var(--ds-text, #292A2E)",
233
233
  fontWeight: "var(--ds-font-weight-semibold, 600)",
234
234
  // eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
235
235
  letterSpacing: "-0.006em",
@@ -244,7 +244,7 @@ var blocktypeStyles_without_fg_platform_editor_typography_ugc = exports.blocktyp
244
244
  fontStyle: 'inherit',
245
245
  // eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
246
246
  lineHeight: 'calc(16 / 14)',
247
- color: "var(--ds-text, #172B4D)",
247
+ color: "var(--ds-text, #292A2E)",
248
248
  fontWeight: "var(--ds-font-weight-semibold, 600)",
249
249
  // eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
250
250
  letterSpacing: "-0.003em",
@@ -258,7 +258,7 @@ var blocktypeStyles_without_fg_platform_editor_typography_ugc = exports.blocktyp
258
258
  fontStyle: 'inherit',
259
259
  // eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
260
260
  lineHeight: 'calc(16 / 12)',
261
- color: "var(--ds-text, #172B4D)",
261
+ color: "var(--ds-text, #292A2E)",
262
262
  fontWeight: "var(--ds-font-weight-semibold, 600)",
263
263
  // eslint-disable-next-line @atlaskit/design-system/use-tokens-space
264
264
  marginTop: '1.667em',
@@ -271,7 +271,7 @@ var blocktypeStyles_without_fg_platform_editor_typography_ugc = exports.blocktyp
271
271
  fontStyle: 'inherit',
272
272
  // eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
273
273
  lineHeight: 'calc(16 / 11)',
274
- color: "var(--ds-text-subtlest, #626F86)",
274
+ color: "var(--ds-text-subtlest, #6B6E76)",
275
275
  fontWeight: "var(--ds-font-weight-bold, 700)",
276
276
  // eslint-disable-next-line @atlaskit/design-system/use-tokens-space
277
277
  marginTop: '1.455em',
@@ -24,20 +24,20 @@ var codeBidiWarningStyles = exports.codeBidiWarningStyles = (0, _react.css)({
24
24
  paddingTop: '0.05rem',
25
25
  // eslint-disable-next-line @atlaskit/design-system/use-tokens-space
26
26
  paddingBottom: '0.05rem',
27
- color: "var(--ds-text-warning, #A54800)",
28
- backgroundColor: "var(--ds-background-warning, #FFF7D6)"
27
+ color: "var(--ds-text-warning, #9E4C00)",
28
+ backgroundColor: "var(--ds-background-warning, #FFF5DB)"
29
29
  },
30
30
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
31
31
  '[data-prosemirror-node-name="code-bidi-warning"] [data-bidi-component="code-bidi-warning-decorator"]:hover': {
32
- color: "var(--ds-text-warning, #A54800)",
33
- backgroundColor: "var(--ds-background-warning-hovered, #F8E6A0)"
32
+ color: "var(--ds-text-warning, #9E4C00)",
33
+ backgroundColor: "var(--ds-background-warning-hovered, #FCE4A6)"
34
34
  },
35
35
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
36
36
  '[data-prosemirror-node-name="code-bidi-warning"] [data-bidi-component="code-bidi-warning-tooltip"]': {
37
37
  visibility: 'hidden',
38
38
  boxSizing: 'border-box',
39
39
  width: '15pc',
40
- backgroundColor: "var(--ds-background-neutral-bold, #44546F)",
40
+ backgroundColor: "var(--ds-background-neutral-bold, #292A2E)",
41
41
  color: "var(--ds-text-inverse, #FFFFFF)",
42
42
  overflowWrap: 'break-word',
43
43
  cursor: 'default',
@@ -88,7 +88,7 @@ var codeBlockStyles = exports.codeBlockStyles = (0, _react.css)({
88
88
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
89
89
  _overflowShadowStyles.overflowShadowStyles, {
90
90
  position: 'relative',
91
- backgroundColor: "var(--ds-background-neutral, #091E420F)",
91
+ backgroundColor: "var(--ds-background-neutral, #0515240F)",
92
92
  display: 'flex',
93
93
  borderRadius: "var(--ds-radius-small, 3px)",
94
94
  width: '100%',
@@ -101,7 +101,7 @@ var codeBlockStyles = exports.codeBlockStyles = (0, _react.css)({
101
101
  // Be careful if refactoring this; it is needed to keep arrow key navigation in Firefox consistent with other browsers.
102
102
  overflowY: 'hidden'
103
103
  }]), ".".concat(CodeBlockSharedCssClassName.CODEBLOCK_LINE_NUMBER_GUTTER), {
104
- backgroundColor: "var(--ds-background-neutral, #091E420F)",
104
+ backgroundColor: "var(--ds-background-neutral, #0515240F)",
105
105
  position: 'relative',
106
106
  width: 'var(--lineNumberGutterWidth, 2rem)',
107
107
  padding: "var(--ds-space-100, 8px)",
@@ -121,7 +121,7 @@ var codeBlockStyles = exports.codeBlockStyles = (0, _react.css)({
121
121
  code: {
122
122
  tabSize: 4,
123
123
  cursor: 'text',
124
- color: "var(--ds-text, #172B4D)",
124
+ color: "var(--ds-text, #292A2E)",
125
125
  borderRadius: "var(--ds-radius-small, 3px)",
126
126
  margin: "var(--ds-space-100, 8px)",
127
127
  // eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
@@ -11,15 +11,15 @@ var _react = require("@emotion/react");
11
11
  var codeMarkStyles = exports.codeMarkStyles = (0, _react.css)({
12
12
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
13
13
  '.code': {
14
- '--ds--code--bg-color': "var(--ds-background-neutral, #091E420F)",
14
+ '--ds--code--bg-color': "var(--ds-background-neutral, #0515240F)",
15
15
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values, @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
16
16
  display: 'inline',
17
17
  padding: '2px 0.5ch',
18
- backgroundColor: "var(--ds--code--bg-color,".concat("var(--ds-background-neutral, #091E420F)", ")"),
18
+ backgroundColor: "var(--ds--code--bg-color,".concat("var(--ds-background-neutral, #0515240F)", ")"),
19
19
  borderRadius: "var(--ds-radius-small, 3px)",
20
20
  borderStyle: 'none',
21
21
  boxDecorationBreak: 'clone',
22
- color: "var(--ds-text, #172B4D)",
22
+ color: "var(--ds-text, #292A2E)",
23
23
  fontFamily: "var(--ds-font-family-code, ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace)",
24
24
  // eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
25
25
  fontSize: '0.875em',
@@ -17,8 +17,8 @@ var DateSharedCssClassName = exports.DateSharedCssClassName = {
17
17
 
18
18
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
19
19
  var dateVanillaStyles = exports.dateVanillaStyles = (0, _react.css)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)({}, "[data-prosemirror-node-name='date'] .".concat(DateSharedCssClassName.DATE_WRAPPER, " span"), {
20
- backgroundColor: "var(--ds-background-neutral, #091E420F)",
21
- color: "var(--ds-text, #172B4D)",
20
+ backgroundColor: "var(--ds-background-neutral, #0515240F)",
21
+ color: "var(--ds-text, #292A2E)",
22
22
  borderRadius: "var(--ds-radius-small, 4px)",
23
23
  padding: "var(--ds-space-025, 2px)".concat(" ", "var(--ds-space-050, 4px)"),
24
24
  margin: '0 1px',
@@ -27,7 +27,7 @@ var dateVanillaStyles = exports.dateVanillaStyles = (0, _react.css)((0, _defineP
27
27
  whiteSpace: 'nowrap',
28
28
  cursor: 'unset'
29
29
  }), "[data-prosemirror-node-name='date'] .".concat(DateSharedCssClassName.DATE_WRAPPER, " span:hover"), {
30
- backgroundColor: "var(--ds-background-neutral-hovered, #091E4224)"
30
+ backgroundColor: "var(--ds-background-neutral-hovered, #0B120E24)"
31
31
  }), "[data-prosemirror-node-name='date'] .".concat(DateSharedCssClassName.DATE_WRAPPER, " span.date-node-color-red"), {
32
32
  backgroundColor: "var(--ds-background-accent-red-subtlest, #FFECEB)",
33
33
  color: "var(--ds-text-accent-red, #AE2E24)"
@@ -38,7 +38,7 @@ var expandStyles = exports.expandStyles = (0, _react.css)({
38
38
  },
39
39
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
40
40
  '.ak-editor-expand__icon-container svg': {
41
- color: "var(--ds-icon-subtle, #626F86)",
41
+ color: "var(--ds-icon-subtle, #505258)",
42
42
  transform: 'rotate(90deg)'
43
43
  },
44
44
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors, @atlaskit/ui-styling-standard/no-unsafe-selectors
@@ -62,7 +62,7 @@ var expandStyles = exports.expandStyles = (0, _react.css)({
62
62
  backgroundColor: "var(--ds-blanket-selected, #388BFF14)"
63
63
  },
64
64
  // SelectionStyle.Border (common case)
65
- border: "1px solid ".concat("var(--ds-border-selected, #0C66E4)"),
65
+ border: "1px solid ".concat("var(--ds-border-selected, #1868DB)"),
66
66
  // If fg('platform_editor_nested_dnd_styles_changes') is true,
67
67
  // then we'll also need the rest of the selection styles for blanket
68
68
 
@@ -129,7 +129,7 @@ var expandStyles = exports.expandStyles = (0, _react.css)({
129
129
  lineHeight: 1.714,
130
130
  // If fg('platform-visual-refresh-icons') then this needs to be overridden
131
131
  fontWeight: "var(--ds-font-weight-regular, 400)",
132
- color: "var(--ds-text-subtlest, #626F86)",
132
+ color: "var(--ds-text-subtlest, #6B6E76)",
133
133
  background: 'transparent',
134
134
  display: 'flex',
135
135
  flex: 1,
@@ -137,7 +137,7 @@ var expandStyles = exports.expandStyles = (0, _react.css)({
137
137
  width: '100%',
138
138
  '&::placeholder': {
139
139
  opacity: 1,
140
- color: "var(--ds-text-subtlest, #626F86)"
140
+ color: "var(--ds-text-subtlest, #6B6E76)"
141
141
  }
142
142
  },
143
143
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
@@ -152,7 +152,7 @@ var expandStyles = exports.expandStyles = (0, _react.css)({
152
152
  fontSize: 'calc(14rem / 16)',
153
153
  // relativeFontSizeToBase16(14),
154
154
  width: '100%',
155
- color: "var(--ds-text-subtle, #44546F)",
155
+ color: "var(--ds-text-subtle, #505258)",
156
156
  // Omitting overflow: 'hidden' as it would be overridden
157
157
  cursor: 'pointer',
158
158
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
@@ -180,16 +180,16 @@ var expandStyles = exports.expandStyles = (0, _react.css)({
180
180
  cursor: 'not-allowed'
181
181
  },
182
182
  '&:focus-visible': {
183
- outline: "2px solid ".concat("var(--ds-border-focused, #388BFF)"),
183
+ outline: "2px solid ".concat("var(--ds-border-focused, #4688EC)"),
184
184
  outlineOffset: "var(--ds-space-025, 2px)"
185
185
  },
186
186
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-selectors
187
187
  '&:hover:not(:disabled)': {
188
- background: "var(--ds-background-neutral-subtle-hovered, #091E420F)"
188
+ background: "var(--ds-background-neutral-subtle-hovered, #0515240F)"
189
189
  },
190
190
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
191
191
  '.ak-editor-expand__icon-svg': {
192
- color: "var(--ds-icon-subtle, #626F86)",
192
+ color: "var(--ds-icon-subtle, #505258)",
193
193
  transform: 'rotate(0deg)',
194
194
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values,@atlaskit/ui-styling-standard/no-unsafe-values
195
195
  transition: "transform 0.2s ".concat(_editorSharedStyles.akEditorSwoopCubicBezier, ";")
@@ -198,7 +198,7 @@ var expandStyles = exports.expandStyles = (0, _react.css)({
198
198
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
199
199
  '.ak-editor-expand__expanded': {
200
200
  background: "var(--ds-background-neutral-subtle, #00000000)",
201
- borderColor: "var(--ds-border, #091E4224)",
201
+ borderColor: "var(--ds-border, #0B120E24)",
202
202
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
203
203
  '.ak-editor-expand__content': {
204
204
  paddingTop: "var(--ds-space-100, 8px)"
@@ -229,7 +229,7 @@ var expandStyles = exports.expandStyles = (0, _react.css)({
229
229
  },
230
230
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
231
231
  '.ak-editor-expand__icon-container svg': {
232
- color: "var(--ds-icon-subtle, #626F86)",
232
+ color: "var(--ds-icon-subtle, #505258)",
233
233
  transform: 'rotate(0deg)'
234
234
  },
235
235
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-selectors
@@ -237,7 +237,7 @@ var expandStyles = exports.expandStyles = (0, _react.css)({
237
237
  background: 'transparent',
238
238
  borderColor: 'transparent',
239
239
  '&:hover': {
240
- borderColor: "var(--ds-border, #091E4224)",
240
+ borderColor: "var(--ds-border, #0B120E24)",
241
241
  background: "var(--ds-background-neutral-subtle, #00000000)"
242
242
  }
243
243
  }
@@ -314,7 +314,7 @@ var expandStylesMixin_without_fg_platform_editor_nested_dnd_styles_changes = exp
314
314
  '&::after': {
315
315
  height: '100%',
316
316
  content: "'\\00a0'",
317
- background: "var(--ds-border-selected, #0C66E4)",
317
+ background: "var(--ds-border-selected, #1868DB)",
318
318
  position: 'absolute',
319
319
  right: '-1px',
320
320
  top: 0,
@@ -34,8 +34,8 @@ var getExtensionStyles = exports.getExtensionStyles = function getExtensionStyle
34
34
  },
35
35
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors, @atlaskit/ui-styling-standard/no-unsafe-selectors
36
36
  '&:not(.danger).ak-editor-selected-node > span > div > .extension-label': {
37
- backgroundColor: "var(--ds-background-selected, #E9F2FF)",
38
- color: "var(--ds-text-selected, #0C66E4)",
37
+ backgroundColor: "var(--ds-background-selected, #E9F2FE)",
38
+ color: "var(--ds-text-selected, #1868DB)",
39
39
  opacity: 1,
40
40
  boxShadow: 'none'
41
41
  },
@@ -69,7 +69,7 @@ var getExtensionStyles = exports.getExtensionStyles = function getExtensionStyle
69
69
  /* .with-bodied-macro-live-page-styles class will only be added to bodied macros with the renderer mode gate enabled */
70
70
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors, @atlaskit/ui-styling-standard/no-unsafe-selectors
71
71
  '&:not(.danger).ak-editor-selected-node > span > div > .extension-label.with-bodied-macro-live-page-styles': {
72
- boxShadow: "0 0 0 1px ".concat("var(--ds-border-selected, #0C66E4)")
72
+ boxShadow: "0 0 0 1px ".concat("var(--ds-border-selected, #1868DB)")
73
73
  },
74
74
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
75
75
  '&.danger.ak-editor-selected-node > span > div > .extension-label.with-bodied-macro-live-page-styles': {
@@ -146,8 +146,8 @@ var getExtensionStyles = exports.getExtensionStyles = function getExtensionStyle
146
146
  },
147
147
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors, @atlaskit/ui-styling-standard/no-unsafe-selectors
148
148
  '&:not(.danger).ak-editor-selected-node > span > div > .extension-label': {
149
- backgroundColor: "var(--ds-background-selected, #E9F2FF)",
150
- color: "var(--ds-text-selected, #0C66E4)",
149
+ backgroundColor: "var(--ds-background-selected, #E9F2FE)",
150
+ color: "var(--ds-text-selected, #1868DB)",
151
151
  opacity: 1,
152
152
  boxShadow: 'none'
153
153
  },
@@ -181,7 +181,7 @@ var getExtensionStyles = exports.getExtensionStyles = function getExtensionStyle
181
181
  /* .with-bodied-macro-live-page-styles class will only be added to bodied macros with the renderer mode gate enabled */
182
182
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors, @atlaskit/ui-styling-standard/no-unsafe-selectors
183
183
  '&:not(.danger).ak-editor-selected-node > span > div > .extension-label.with-bodied-macro-live-page-styles': {
184
- boxShadow: "0 0 0 1px ".concat("var(--ds-border-selected, #0C66E4)")
184
+ boxShadow: "0 0 0 1px ".concat("var(--ds-border-selected, #1868DB)")
185
185
  },
186
186
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
187
187
  '&.danger.ak-editor-selected-node > span > div > .extension-label.with-bodied-macro-live-page-styles': {
@@ -237,8 +237,8 @@ var getExtensionStyles = exports.getExtensionStyles = function getExtensionStyle
237
237
  },
238
238
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors, @atlaskit/ui-styling-standard/no-unsafe-selectors
239
239
  '&:not(.danger).ak-editor-selected-node > span > div > .extension-label': {
240
- backgroundColor: "var(--ds-background-selected, #E9F2FF)",
241
- color: "var(--ds-text-selected, #0C66E4)",
240
+ backgroundColor: "var(--ds-background-selected, #E9F2FE)",
241
+ color: "var(--ds-text-selected, #1868DB)",
242
242
  opacity: 1,
243
243
  boxShadow: 'none'
244
244
  },
@@ -282,7 +282,7 @@ var getExtensionStyles = exports.getExtensionStyles = function getExtensionStyle
282
282
  /* .with-bodied-macro-live-page-styles class will only be added to bodied macros with the renderer mode gate enabled */
283
283
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors, @atlaskit/ui-styling-standard/no-unsafe-selectors
284
284
  '&:not(.danger).ak-editor-selected-node > span > div > .extension-label.with-bodied-macro-live-page-styles': {
285
- boxShadow: "0 0 0 1px ".concat("var(--ds-border-selected, #0C66E4)")
285
+ boxShadow: "0 0 0 1px ".concat("var(--ds-border-selected, #1868DB)")
286
286
  },
287
287
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
288
288
  '&.danger.ak-editor-selected-node > span > div > .extension-label.with-bodied-macro-live-page-styles': {