@canonical/react-ds-app-launchpad 0.13.0-experimental.0 → 0.15.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.
- package/dist/esm/lib/FileTree/common/SearchBox/styles.css +0 -2
- package/dist/esm/lib/GitDiffViewer/common/CodeDiffViewer/common/icons.js +1 -3
- package/dist/esm/lib/GitDiffViewer/common/CodeDiffViewer/common/icons.js.map +1 -1
- package/dist/esm/lib/MarkdownEditor/styles.css +0 -2
- package/dist/types/lib/GitDiffViewer/common/CodeDiffViewer/common/icons.d.ts.map +1 -1
- package/package.json +24 -20
|
@@ -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
|
|
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,
|
|
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.
|
|
3
|
+
"version": "0.15.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.
|
|
43
|
-
"@canonical/styles": "^0.
|
|
44
|
-
"@canonical/utils": "^0.
|
|
42
|
+
"@canonical/storybook-config": "^0.15.0",
|
|
43
|
+
"@canonical/styles": "^0.15.0",
|
|
44
|
+
"@canonical/utils": "^0.15.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.
|
|
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.
|
|
56
|
-
"@canonical/biome-config": "^0.
|
|
57
|
-
"@canonical/
|
|
58
|
-
"@canonical/
|
|
59
|
-
"@
|
|
55
|
+
"@biomejs/biome": "2.3.14",
|
|
56
|
+
"@canonical/biome-config": "^0.15.0",
|
|
57
|
+
"@canonical/storybook-helpers": "^0.15.0",
|
|
58
|
+
"@canonical/typescript-config-react": "^0.15.0",
|
|
59
|
+
"@canonical/webarchitect": "^0.15.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.
|
|
62
|
-
"@
|
|
63
|
-
"@types/
|
|
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.
|
|
69
|
+
"@vitejs/plugin-react": "^5.1.4",
|
|
66
70
|
"copyfiles": "^2.4.1",
|
|
67
|
-
"globals": "^17.
|
|
68
|
-
"jsdom": "^
|
|
69
|
-
"storybook": "^10.
|
|
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
|
|
73
|
-
"vitest": "^4.0.
|
|
76
|
+
"vite-tsconfig-paths": "^6.1.0",
|
|
77
|
+
"vitest": "^4.0.18"
|
|
74
78
|
},
|
|
75
|
-
"gitHead": "
|
|
79
|
+
"gitHead": "60c6f6f355d4a80ce110d8dd44c429695301ad86"
|
|
76
80
|
}
|