@canonical/react-ds-app-launchpad 0.12.0 → 0.15.0-experimental.0

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.
@@ -13,8 +13,6 @@
13
13
 
14
14
  &:focus-within {
15
15
  outline: 2px solid Highlight;
16
-
17
- /* biome-ignore lint/suspicious/noDuplicateProperties:legacy code */
18
16
  outline: 2px solid -webkit-focus-ring-color;
19
17
  outline-offset: -1px;
20
18
  box-sizing: border-box;
@@ -1,5 +1,3 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- export const CommentIcon = (
3
- // biome-ignore lint/correctness/useUniqueElementIds: TODO ignore was added during biome 2.2.2 upgrade, should be fixed by replacing comment-icon with useId()
4
- _jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", id: "comment-icon", children: [_jsx("path", { fill: "currentColor", d: "M12 2a3 3 0 0 1 3 3v5a3.002 3.002 0 0 1-2 2.829V16l-4.5-3H4a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3h8Zm0 1.5H4a1.5 1.5 0 0 0-1.493 1.356L2.5 5v5a1.5 1.5 0 0 0 1.356 1.493L4 11.5h4.954l2.546 1.696.001-1.428 1-.353c.548-.194.935-.69.992-1.269L13.5 10V5a1.5 1.5 0 0 0-1.356-1.493L12 3.5ZM7.976 8.25v1.5H4.994v-1.5h2.982Zm3.005-3v1.5H4.994v-1.5h5.987Z" }), _jsx("title", { children: "Comment" })] }));
2
+ export const CommentIcon = (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", id: "comment-icon", children: [_jsx("path", { fill: "currentColor", d: "M12 2a3 3 0 0 1 3 3v5a3.002 3.002 0 0 1-2 2.829V16l-4.5-3H4a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3h8Zm0 1.5H4a1.5 1.5 0 0 0-1.493 1.356L2.5 5v5a1.5 1.5 0 0 0 1.356 1.493L4 11.5h4.954l2.546 1.696.001-1.428 1-.353c.548-.194.935-.69.992-1.269L13.5 10V5a1.5 1.5 0 0 0-1.356-1.493L12 3.5ZM7.976 8.25v1.5H4.994v-1.5h2.982Zm3.005-3v1.5H4.994v-1.5h5.987Z" }), _jsx("title", { children: "Comment" })] }));
5
3
  //# sourceMappingURL=icons.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"icons.js","sourceRoot":"","sources":["../../../../../../../src/lib/GitDiffViewer/common/CodeDiffViewer/common/icons.tsx"],"names":[],"mappings":";AAAA,MAAM,CAAC,MAAM,WAAW,GAAG;AACzB,8JAA8J;AAC9J,eACE,KAAK,EAAC,4BAA4B,EAClC,KAAK,EAAE,EAAE,EACT,MAAM,EAAE,EAAE,EACV,IAAI,EAAC,MAAM,EACX,EAAE,EAAC,cAAc,aAEjB,eACE,IAAI,EAAC,cAAc,EACnB,CAAC,EAAC,mVAAmV,GACrV,EACF,sCAAsB,IAClB,CACP,CAAC"}
1
+ {"version":3,"file":"icons.js","sourceRoot":"","sources":["../../../../../../../src/lib/GitDiffViewer/common/CodeDiffViewer/common/icons.tsx"],"names":[],"mappings":";AAAA,MAAM,CAAC,MAAM,WAAW,GAAG,CACzB,eACE,KAAK,EAAC,4BAA4B,EAClC,KAAK,EAAE,EAAE,EACT,MAAM,EAAE,EAAE,EACV,IAAI,EAAC,MAAM,EACX,EAAE,EAAC,cAAc,aAEjB,eACE,IAAI,EAAC,cAAc,EACnB,CAAC,EAAC,mVAAmV,GACrV,EACF,sCAAsB,IAClB,CACP,CAAC"}
@@ -64,7 +64,6 @@
64
64
  }
65
65
 
66
66
  &.bordered {
67
- /* biome-ignore lint/style/noDescendingSpecificity: legacy code */
68
67
  > .editor-content {
69
68
  border-color: var(--markdown-editor-editor-border-color);
70
69
  padding: var(--markdown-editor-input-vert-padding)
@@ -79,7 +78,6 @@
79
78
 
80
79
  &:has(textarea:focus) {
81
80
  outline: 1px solid Highlight;
82
- /* biome-ignore lint/suspicious/noDuplicateProperties:legacy code */
83
81
  outline: 1px solid -webkit-focus-ring-color;
84
82
  }
85
83
  }
@@ -1 +1 @@
1
- {"version":3,"file":"icons.d.ts","sourceRoot":"","sources":["../../../../../../../src/lib/GitDiffViewer/common/CodeDiffViewer/common/icons.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW,yCAevB,CAAC"}
1
+ {"version":3,"file":"icons.d.ts","sourceRoot":"","sources":["../../../../../../../src/lib/GitDiffViewer/common/CodeDiffViewer/common/icons.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW,yCAcvB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@canonical/react-ds-app-launchpad",
3
- "version": "0.12.0",
3
+ "version": "0.15.0-experimental.0",
4
4
  "type": "module",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/types/index.d.ts",
@@ -39,38 +39,42 @@
39
39
  "test:vitest:watch": "vitest"
40
40
  },
41
41
  "dependencies": {
42
- "@canonical/storybook-config": "^0.12.0",
43
- "@canonical/styles": "^0.12.0",
44
- "@canonical/utils": "^0.12.0",
42
+ "@canonical/storybook-config": "^0.14.0",
43
+ "@canonical/styles": "^0.14.0",
44
+ "@canonical/utils": "^0.14.0",
45
45
  "@js-temporal/polyfill": "^0.5.1",
46
46
  "highlight.js": "^11.11.1",
47
47
  "react": ">=18.0.0 <20.0.0",
48
48
  "react-dom": ">=18.0.0 <20.0.0",
49
49
  "react-markdown": "^10.1.0",
50
- "react-tooltip": "^5.29.0",
50
+ "react-tooltip": "^5.30.0",
51
51
  "rehype-sanitize": "^6.0.0",
52
52
  "remark-gfm": "^4.0.1"
53
53
  },
54
54
  "devDependencies": {
55
- "@biomejs/biome": "2.3.11",
56
- "@canonical/biome-config": "^0.12.0",
57
- "@canonical/typescript-config-react": "^0.12.0",
58
- "@canonical/webarchitect": "^0.12.0",
59
- "@chromatic-com/storybook": "^5.0.0",
55
+ "@biomejs/biome": "2.3.14",
56
+ "@canonical/biome-config": "^0.14.0",
57
+ "@canonical/storybook-helpers": "^0.14.0",
58
+ "@canonical/typescript-config-react": "^0.14.0",
59
+ "@canonical/webarchitect": "^0.14.0",
60
+ "@chromatic-com/storybook": "^5.0.1",
61
+ "@storybook/addon-docs": "^10.2.8",
62
+ "@storybook/react-vite": "^10.2.8",
60
63
  "@testing-library/jest-dom": "^6.9.1",
61
- "@testing-library/react": "^16.3.1",
62
- "@types/node": "^24.0.0",
63
- "@types/react": "^19.2.8",
64
+ "@testing-library/react": "^16.3.2",
65
+ "@testing-library/user-event": "^14.6.1",
66
+ "@types/node": "^24.10.13",
67
+ "@types/react": "^19.2.13",
64
68
  "@types/react-dom": "^19.2.3",
65
- "@vitejs/plugin-react": "^5.1.2",
69
+ "@vitejs/plugin-react": "^5.1.4",
66
70
  "copyfiles": "^2.4.1",
67
- "globals": "^17.0.0",
68
- "jsdom": "^26.1.0",
69
- "storybook": "^10.1.11",
71
+ "globals": "^17.3.0",
72
+ "jsdom": "^28.0.0",
73
+ "storybook": "^10.2.8",
70
74
  "typescript": "^5.9.3",
71
75
  "vite": "^7.3.1",
72
- "vite-tsconfig-paths": "^6.0.4",
73
- "vitest": "^4.0.17"
76
+ "vite-tsconfig-paths": "^6.1.0",
77
+ "vitest": "^4.0.18"
74
78
  },
75
- "gitHead": "0b491caff8f797fef4ba4b7f5514a7c5b915a481"
79
+ "gitHead": "92f45eb133ed113718640012a6c1095f0e2c0d8b"
76
80
  }