scoobie 17.1.4 → 17.1.6

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/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "license": "MIT",
5
5
  "main": "src/index.ts",
6
6
  "sideEffects": false,
7
- "version": "17.1.4",
7
+ "version": "17.1.6",
8
8
  "dependencies": {
9
9
  "@capsizecss/core": "^4.0.0",
10
10
  "@mdx-js/react": "^1.6.22",
@@ -31,19 +31,19 @@
31
31
  "yaml": "^2.5.0"
32
32
  },
33
33
  "devDependencies": {
34
- "@changesets/cli": "2.27.7",
34
+ "@changesets/cli": "2.27.8",
35
35
  "@changesets/get-github-info": "0.6.0",
36
36
  "@mdx-js/loader": "^1.6.22",
37
37
  "@storybook/addon-essentials": "8.2.9",
38
38
  "@storybook/addon-webpack5-compiler-babel": "3.0.3",
39
39
  "@storybook/react": "8.2.9",
40
40
  "@storybook/react-webpack5": "8.2.9",
41
- "@types/react": "18.3.3",
41
+ "@types/react": "18.3.5",
42
42
  "@types/react-dom": "18.3.0",
43
43
  "braid-design-system": "32.23.1",
44
- "loki": "0.35.0",
44
+ "loki": "0.35.1",
45
45
  "mermaid-isomorphic": "2.2.1",
46
- "playwright": "1.46.1",
46
+ "playwright": "1.47.0",
47
47
  "react": "18.3.1",
48
48
  "react-dom": "18.3.1",
49
49
  "react-helmet-async": "1.3.0",
@@ -1,12 +1,12 @@
1
1
  /* Don't panic, Mermaid scopes all styles to the parent SVG ID */
2
2
 
3
3
  * {
4
- /* https://github.com/mermaid-js/mermaid/blob/v10.1.0/packages/mermaid/src/diagrams/gantt/styles.js#L3-L6 */
4
+ /* https://github.com/mermaid-js/mermaid/blob/v11.0.0/packages/mermaid/src/diagrams/gantt/styles.js#L3-L5 */
5
5
  --mermaid-font-family: Roboto, 'Helvetica Neue', HelveticaNeue, Helvetica,
6
6
  Arial, sans-serif;
7
7
  --mermaid-font-size: 14px;
8
8
 
9
- /* https://github.com/seek-oss/braid-design-system/blob/v31.14.0/lib/color/palette.ts */
9
+ /* https://github.com/seek-oss/braid-design-system/blob/braid-design-system%4032.23.1/packages/braid-design-system/src/lib/color/palette.ts */
10
10
  --braid-blue-100: #e3f2fb;
11
11
  --braid-blue-300: #98c9f1;
12
12
  --braid-blue-700: #1d559d;
@@ -89,11 +89,13 @@ g.node foreignObject.label {
89
89
  g.edgeLabel foreignObject,
90
90
  g.label foreignObject {
91
91
  overflow-x: visible;
92
+ scrollbar-width: none;
92
93
  }
93
94
 
94
95
  .edgeLabel span.edgeLabel {
95
96
  background-color: transparent;
96
97
 
98
+ paint-order: stroke fill;
97
99
  -webkit-text-stroke-color: #fff;
98
100
  -webkit-text-stroke-width: 4px;
99
101
  }