@canonical/styles-primitives-canonical 0.10.0 → 0.11.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/package.json +5 -5
- package/src/tokens.css +3 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@canonical/styles-primitives-canonical",
|
|
3
3
|
"description": "Canonical's base styles",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.11.0",
|
|
5
5
|
"main": "src/index.css",
|
|
6
6
|
"files": [
|
|
7
7
|
"src"
|
|
@@ -27,13 +27,13 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@canonical/tokens": "^0.10.0-experimental.4",
|
|
30
|
-
"@canonical/typography": "^0.
|
|
30
|
+
"@canonical/typography": "^0.11.0",
|
|
31
31
|
"normalize.css": "^8.0.1"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@biomejs/biome": "2.
|
|
35
|
-
"@canonical/biome-config": "^0.
|
|
34
|
+
"@biomejs/biome": "2.3.11",
|
|
35
|
+
"@canonical/biome-config": "^0.11.0",
|
|
36
36
|
"@canonical/tokens": "^0.9.0"
|
|
37
37
|
},
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "29125736059d1880b3d0fc277b218a63a2574f28"
|
|
39
39
|
}
|
package/src/tokens.css
CHANGED
|
@@ -359,8 +359,9 @@
|
|
|
359
359
|
--spacing-border-width: 1.5px; /* TODO: 1.5px was causing some baseline issues in Vanilla */
|
|
360
360
|
|
|
361
361
|
--tmp-box-shadow-highlighted:
|
|
362
|
-
0 1px 1px 0 var(--tmp-color-palette-gray-11),
|
|
363
|
-
|
|
362
|
+
0 1px 1px 0 var(--tmp-color-palette-gray-11),
|
|
363
|
+
0 2px 2px -1px var(--tmp-color-palette-gray-11),
|
|
364
|
+
0 0 3px 0 var(--tmp-color-palette-gray-14);
|
|
364
365
|
|
|
365
366
|
/* font tokens */
|
|
366
367
|
--font-size-default: 1rem;
|