@aleph-alpha/config-css 0.10.9 → 0.10.10

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/CHANGELOG.md CHANGED
@@ -1,3 +1,13 @@
1
+ ## 0.10.10 (2025-04-25)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - add token "core/bg/accent" for selected buttons fix: remove line height changes for now and only push new color token
6
+
7
+ ### ❤️ Thank You
8
+
9
+ - Janine Dantes
10
+
1
11
  ## 0.10.9 (2025-04-23)
2
12
 
3
13
  ### 🩹 Fixes
package/dist/index.js CHANGED
@@ -539,6 +539,7 @@ const ue = (e = {}) => {
539
539
  "core-content-accent-soft": "#b2bfff",
540
540
  "core-content-always-black": "#0f0f12",
541
541
  "core-content-link-visited": "#b2bfff",
542
+ "core-content-accent": "#1e1e23",
542
543
  "core-bg-primary": "#0f0f12",
543
544
  "core-bg-secondary": "#17171c",
544
545
  "core-bg-tertiary": "#1e1e23",
@@ -687,6 +688,7 @@ const ue = (e = {}) => {
687
688
  "core-content-accent-soft": "#3c26eb",
688
689
  "core-content-always-black": "#0f0f12",
689
690
  "core-content-link-visited": "#2b1ca3",
691
+ "core-content-accent": "#fbfbfd",
690
692
  "core-bg-primary": "#fbfbfd",
691
693
  "core-bg-secondary": "#f2f2f8",
692
694
  "core-bg-tertiary": "#fbfbfd",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aleph-alpha/config-css",
3
3
  "license": "Apache-2.0",
4
- "version": "0.10.9",
4
+ "version": "0.10.10",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
7
7
  "prettier": "@aleph-alpha/prettier-config-frontend",
package/tokens.json CHANGED
@@ -380,6 +380,11 @@
380
380
  "link-visited": {
381
381
  "value": "{primitives.ultramarine.200}",
382
382
  "type": "color"
383
+ },
384
+ "accent": {
385
+ "value": "{primitives.neutral.800}",
386
+ "type": "color",
387
+ "description": "Use for content on selected buttons, instead of core/content/on-bg-inverse"
383
388
  }
384
389
  },
385
390
  "bg": {
@@ -1072,6 +1077,11 @@
1072
1077
  "link-visited": {
1073
1078
  "value": "{primitives.ultramarine.800}",
1074
1079
  "type": "color"
1080
+ },
1081
+ "accent": {
1082
+ "value": "{primitives.neutral.25}",
1083
+ "type": "color",
1084
+ "description": "Use for content on selected buttons, instead of core/content/on-bg-inverse"
1075
1085
  }
1076
1086
  },
1077
1087
  "bg": {