@atlaskit/editor-shared-styles 3.4.1 → 3.4.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,11 @@
1
1
  # @atlaskit/editor-shared-styles
2
2
 
3
+ ## 3.4.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 3.4.1
4
10
 
5
11
  ### Patch Changes
@@ -7,5 +7,4 @@ exports.scrollbarStyles = void 0;
7
7
  /* eslint-disable @atlaskit/editor/no-re-export */
8
8
  // Entry file in package.json
9
9
 
10
- // TODO: https://product-fabric.atlassian.net/browse/DSP-4494
11
10
  var scrollbarStyles = exports.scrollbarStyles = "\n -ms-overflow-style: -ms-autohiding-scrollbar;\n\n &::-webkit-scrollbar {\n overflow: hidden,\n }\n\n &::-webkit-scrollbar-corner {\n display: none;\n }\n\n &::-webkit-scrollbar-thumb {\n background-color: ".concat("var(--ds-background-neutral-subtle, #00000000)", ";\n }\n\n &:hover::-webkit-scrollbar-thumb {\n background-color: ", "var(--ds-background-neutral-bold, #44546F)", ";\n border-radius: 8px;\n }\n\n &::-webkit-scrollbar-thumb:hover {\n background-color: ", "var(--ds-background-neutral-bold-hovered, #2C3E5D)", ";\n }\n");
@@ -1,7 +1,6 @@
1
1
  /* eslint-disable @atlaskit/editor/no-re-export */
2
2
  // Entry file in package.json
3
3
 
4
- // TODO: https://product-fabric.atlassian.net/browse/DSP-4494
5
4
  export const scrollbarStyles = `
6
5
  -ms-overflow-style: -ms-autohiding-scrollbar;
7
6
 
@@ -1,5 +1,4 @@
1
1
  /* eslint-disable @atlaskit/editor/no-re-export */
2
2
  // Entry file in package.json
3
3
 
4
- // TODO: https://product-fabric.atlassian.net/browse/DSP-4494
5
4
  export var scrollbarStyles = "\n -ms-overflow-style: -ms-autohiding-scrollbar;\n\n &::-webkit-scrollbar {\n overflow: hidden,\n }\n\n &::-webkit-scrollbar-corner {\n display: none;\n }\n\n &::-webkit-scrollbar-thumb {\n background-color: ".concat("var(--ds-background-neutral-subtle, #00000000)", ";\n }\n\n &:hover::-webkit-scrollbar-thumb {\n background-color: ", "var(--ds-background-neutral-bold, #44546F)", ";\n border-radius: 8px;\n }\n\n &::-webkit-scrollbar-thumb:hover {\n background-color: ", "var(--ds-background-neutral-bold-hovered, #2C3E5D)", ";\n }\n");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-shared-styles",
3
- "version": "3.4.1",
3
+ "version": "3.4.2",
4
4
  "description": "Style values used in the editor/renderer",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -44,8 +44,8 @@
44
44
  },
45
45
  "dependencies": {
46
46
  "@atlaskit/platform-feature-flags": "^1.1.0",
47
- "@atlaskit/tmp-editor-statsig": "^3.3.0",
48
- "@atlaskit/tokens": "^4.2.0",
47
+ "@atlaskit/tmp-editor-statsig": "^4.0.0",
48
+ "@atlaskit/tokens": "^4.5.0",
49
49
  "@babel/runtime": "^7.0.0",
50
50
  "@emotion/react": "^11.7.1"
51
51
  },
@@ -3,7 +3,6 @@
3
3
 
4
4
  import { token } from '@atlaskit/tokens';
5
5
 
6
- // TODO: https://product-fabric.atlassian.net/browse/DSP-4494
7
6
  export const scrollbarStyles = `
8
7
  -ms-overflow-style: -ms-autohiding-scrollbar;
9
8