@canonical/ds-assets 0.10.0-experimental.7 → 0.10.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/icons/cluster-host.svg +2 -2
- package/icons/connected.svg +1 -1
- package/icons/filter.svg +1 -1
- package/package.json +4 -4
package/icons/cluster-host.svg
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
|
3
3
|
<g id="cluster-host">
|
|
4
|
-
<path id="path8" style="clip-rule:evenodd;fill
|
|
4
|
+
<path id="path8" style="clip-rule:evenodd;fill:currentColor;fill-rule:evenodd"
|
|
5
5
|
d="M 8,1.0722656 4.1542969,3.2929688 V 7.03125 L 1.1953125,8.7402344 v 4.4394536 l 3.84375,2.220703 L 8,13.689453 l 2.958984,1.710938 3.845704,-2.220703 V 8.7402344 L 11.845703,7.03125 V 3.2929688 Z m 0,1.7324219 2.345703,1.3535156 V 6.8652344 L 8,8.21875 5.6542969,6.8652344 V 4.1582031 Z M 5.0390625,8.2519531 7.1132812,9.4492188 V 12.46875 L 5.0390625,13.667969 2.6953125,12.3125 V 9.6054688 Z m 5.9199215,0 2.345704,1.3535157 V 12.3125 L 10.958984,13.667969 8.8847656,12.46875 V 9.4492188 Z"
|
|
6
|
-
|
|
6
|
+
/>
|
|
7
7
|
</g>
|
|
8
8
|
</svg>
|
package/icons/connected.svg
CHANGED
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
<g id="connected">
|
|
4
4
|
<path
|
|
5
5
|
d="M 14.5,0.43945306 12.453125,2.4843749 c -0.4049,-0.1526098 -0.844579,-0.1850899 -1.267578,-0.09375 -0.423,0.09134 -0.811188,0.3032553 -1.117188,0.609375 L 7.3906249,5.6777343 10.572266,8.8593749 13.25,6.1816405 c 0.3514,-0.3513096 0.576625,-0.8080517 0.640625,-1.3007812 0.064,-0.4927295 -0.03711,-0.9943686 -0.287109,-1.4238281 L 15.560547,1.4999999 Z M 5.9277343,7.1406249 3.2499999,9.8183593 c -0.3061197,0.3058997 -0.5180351,0.6941877 -0.609375,1.1171877 -0.09135,0.423099 -0.05887,0.862578 0.09375,1.267578 L 0.43945306,14.5 1.4999999,15.560547 3.7070312,13.353516 c 0.4294495,0.249899 0.9310986,0.351109 1.4238281,0.287109 C 5.6235888,13.576525 6.0803309,13.3514 6.4316405,13 l 2.6777344,-2.677734 z"
|
|
6
|
-
style="clip-rule:evenodd;fill
|
|
6
|
+
style="clip-rule:evenodd;fill:currentColor;fill-rule:evenodd" id="path2" />
|
|
7
7
|
</g>
|
|
8
8
|
</svg>
|
package/icons/filter.svg
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
|
3
3
|
<g id="filter">
|
|
4
|
-
<path d="M2 3H14M6 13H10M4 8H12" stroke="
|
|
4
|
+
<path d="M2 3H14M6 13H10M4 8H12" stroke="currentColor" stroke-width="1.5" />
|
|
5
5
|
</g>
|
|
6
6
|
</svg>
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@canonical/ds-assets",
|
|
3
3
|
"description": "Assets for Pragma.",
|
|
4
|
-
"version": "0.10.0
|
|
4
|
+
"version": "0.10.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
7
7
|
"types": "dist/types/index.d.ts",
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@biomejs/biome": "2.2.4",
|
|
41
|
-
"@canonical/biome-config": "^0.10.0
|
|
42
|
-
"@canonical/typescript-config-base": "^0.10.0
|
|
41
|
+
"@canonical/biome-config": "^0.10.0",
|
|
42
|
+
"@canonical/typescript-config-base": "^0.10.0",
|
|
43
43
|
"@types/node": "^24.0.0",
|
|
44
44
|
"jsdom": "^27.0.0",
|
|
45
45
|
"typescript": "^5.8.3",
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"vite-tsconfig-paths": "^5.1.4",
|
|
48
48
|
"vitest": "^3.2.3"
|
|
49
49
|
},
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "49cd1f8973f269cc6ced61c27c137e379ccb032c"
|
|
51
51
|
}
|