@bi-digital/css 0.11.1 → 0.11.2

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.
@@ -10,6 +10,7 @@
10
10
  }
11
11
 
12
12
  .bi-tabs[data-dark="true"] {
13
+ --bic-tabs-tab-color: var(--bi-neutral-5);
13
14
  --bic-tabs-tab-color-selected: var(--bi-primary-30);
14
15
  --bic-tabs-tab-background-hover: var(--bi-states-hover-light);
15
16
  --bic-tabs-tab-background-press: var(--bi-states-press-light);
@@ -125,6 +126,7 @@
125
126
 
126
127
  .bi-tabs :is([role="tabpanel"], ds-tabpanel) {
127
128
  padding: var(--bic-tabs-panel-padding);
129
+ color: var(--bic-tabs-tab-color);
128
130
  outline: none;
129
131
  flex-grow: 1;
130
132
  }
@@ -2780,6 +2780,7 @@ svg[data-color="white"] {
2780
2780
  }
2781
2781
 
2782
2782
  .bi-tabs[data-dark="true"] {
2783
+ --bic-tabs-tab-color: var(--bi-neutral-5);
2783
2784
  --bic-tabs-tab-color-selected: var(--bi-primary-30);
2784
2785
  --bic-tabs-tab-background-hover: var(--bi-states-hover-light);
2785
2786
  --bic-tabs-tab-background-press: var(--bi-states-press-light);
@@ -2895,6 +2896,7 @@ svg[data-color="white"] {
2895
2896
 
2896
2897
  .bi-tabs :is([role="tabpanel"], ds-tabpanel) {
2897
2898
  padding: var(--bic-tabs-panel-padding);
2899
+ color: var(--bic-tabs-tab-color);
2898
2900
  outline: none;
2899
2901
  flex-grow: 1;
2900
2902
  }
@@ -3006,6 +3006,7 @@ svg[data-color="white"] {
3006
3006
  }
3007
3007
 
3008
3008
  .bi-tabs[data-dark="true"] {
3009
+ --bic-tabs-tab-color: var(--bi-neutral-5);
3009
3010
  --bic-tabs-tab-color-selected: var(--bi-primary-30);
3010
3011
  --bic-tabs-tab-background-hover: var(--bi-states-hover-light);
3011
3012
  --bic-tabs-tab-background-press: var(--bi-states-press-light);
@@ -3121,6 +3122,7 @@ svg[data-color="white"] {
3121
3122
 
3122
3123
  .bi-tabs :is([role="tabpanel"], ds-tabpanel) {
3123
3124
  padding: var(--bic-tabs-panel-padding);
3125
+ color: var(--bic-tabs-tab-color);
3124
3126
  outline: none;
3125
3127
  flex-grow: 1;
3126
3128
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bi-digital/css",
3
3
  "type": "module",
4
- "version": "0.11.1",
4
+ "version": "0.11.2",
5
5
  "description": "CSS for the BI Design System",
6
6
  "author": "BI Digital",
7
7
  "homepage": "https://designsystem.bi.no/",
@@ -30,7 +30,7 @@
30
30
  "browserslist": "^4.28.1",
31
31
  "lightningcss": "^1.32.0",
32
32
  "modern-normalize": "^3.0.1",
33
- "@bi-digital/tokens": "0.11.1"
33
+ "@bi-digital/tokens": "0.11.2"
34
34
  },
35
35
  "scripts": {
36
36
  "build": "node config.js",