@bi-digital/css 0.2.16 → 0.2.17

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.
@@ -164,10 +164,12 @@
164
164
  background: var(--bic-button-background-press);
165
165
  }
166
166
 
167
- .bi-button .bi-spinner {
167
+ .bi-button .bi-button--start-icon {
168
+ display: inherit;
168
169
  font-size: var(--bic-button-icon-size);
169
170
  }
170
171
 
171
- .bi-button [data-bi-icon="true"] {
172
+ .bi-button .bi-button--end-icon {
173
+ display: inherit;
172
174
  font-size: var(--bic-button-icon-size);
173
175
  }
@@ -174,7 +174,7 @@
174
174
  --bic-chip-text-color: var(--bi-success-90);
175
175
  }
176
176
 
177
- .bi-chip [data-bi-icon="true"] {
177
+ .bi-chip > [data-bi-icon="true"] {
178
178
  display: inherit;
179
179
  font-size: var(--bic-chip-icon-size);
180
180
  }
@@ -440,11 +440,13 @@
440
440
  background: var(--bic-button-background-press);
441
441
  }
442
442
 
443
- .bi-button .bi-spinner {
443
+ .bi-button .bi-button--start-icon {
444
+ display: inherit;
444
445
  font-size: var(--bic-button-icon-size);
445
446
  }
446
447
 
447
- .bi-button [data-bi-icon="true"] {
448
+ .bi-button .bi-button--end-icon {
449
+ display: inherit;
448
450
  font-size: var(--bic-button-icon-size);
449
451
  }
450
452
 
@@ -968,7 +970,7 @@
968
970
  --bic-chip-text-color: var(--bi-success-90);
969
971
  }
970
972
 
971
- .bi-chip [data-bi-icon="true"] {
973
+ .bi-chip > [data-bi-icon="true"] {
972
974
  display: inherit;
973
975
  font-size: var(--bic-chip-icon-size);
974
976
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bi-digital/css",
3
- "version": "0.2.16",
3
+ "version": "0.2.17",
4
4
  "description": "CSS for the BI Design System",
5
5
  "author": "BI Digital",
6
6
  "license": "ISC",
@@ -23,7 +23,7 @@
23
23
  "lightningcss": "^1.30.1",
24
24
  "modern-normalize": "^3.0.1",
25
25
  "rimraf": "^6.0.1",
26
- "@bi-digital/tokens": "0.2.16"
26
+ "@bi-digital/tokens": "0.2.17"
27
27
  },
28
28
  "scripts": {
29
29
  "build": "rimraf dist && node config.js",