@bi-digital/css 0.0.0-experimental-426d58d → 0.0.0-experimental-ebbf94e

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.
@@ -143,6 +143,7 @@
143
143
  .bi-card:-webkit-any(a, button) {
144
144
  cursor: pointer;
145
145
  text-decoration: none;
146
+ transition: box-shadow .25s ease-in-out;
146
147
  position: relative;
147
148
  }
148
149
 
@@ -173,6 +174,7 @@
173
174
  .bi-card:is(a, button) {
174
175
  cursor: pointer;
175
176
  text-decoration: none;
177
+ transition: box-shadow .25s ease-in-out;
176
178
  position: relative;
177
179
  }
178
180
 
@@ -203,6 +205,7 @@
203
205
  .bi-card .bi-card--content:-webkit-any(a, button) {
204
206
  cursor: pointer;
205
207
  text-decoration: none;
208
+ transition: box-shadow .25s ease-in-out;
206
209
  position: relative;
207
210
  }
208
211
 
@@ -233,6 +236,7 @@
233
236
  .bi-card .bi-card--content:is(a, button) {
234
237
  cursor: pointer;
235
238
  text-decoration: none;
239
+ transition: box-shadow .25s ease-in-out;
236
240
  position: relative;
237
241
  }
238
242
 
@@ -601,6 +601,7 @@
601
601
  .bi-card:-webkit-any(a, button) {
602
602
  cursor: pointer;
603
603
  text-decoration: none;
604
+ transition: box-shadow .25s ease-in-out;
604
605
  position: relative;
605
606
  }
606
607
 
@@ -631,6 +632,7 @@
631
632
  .bi-card:is(a, button) {
632
633
  cursor: pointer;
633
634
  text-decoration: none;
635
+ transition: box-shadow .25s ease-in-out;
634
636
  position: relative;
635
637
  }
636
638
 
@@ -661,6 +663,7 @@
661
663
  .bi-card .bi-card--content:-webkit-any(a, button) {
662
664
  cursor: pointer;
663
665
  text-decoration: none;
666
+ transition: box-shadow .25s ease-in-out;
664
667
  position: relative;
665
668
  }
666
669
 
@@ -691,6 +694,7 @@
691
694
  .bi-card .bi-card--content:is(a, button) {
692
695
  cursor: pointer;
693
696
  text-decoration: none;
697
+ transition: box-shadow .25s ease-in-out;
694
698
  position: relative;
695
699
  }
696
700
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bi-digital/css",
3
- "version": "0.0.0-experimental-426d58d",
3
+ "version": "0.0.0-experimental-ebbf94e",
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.0.0-experimental-426d58d"
26
+ "@bi-digital/tokens": "0.0.0-experimental-ebbf94e"
27
27
  },
28
28
  "scripts": {
29
29
  "build": "rimraf dist && node config.js",