@ohhwells/bridge 0.1.42 → 0.1.43

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/dist/styles.css CHANGED
@@ -574,12 +574,6 @@
574
574
  .bg-background {
575
575
  background-color: var(--color-background);
576
576
  }
577
- .bg-background\/90 {
578
- background-color: var(--color-background);
579
- @supports (color: color-mix(in lab, red, red)) {
580
- background-color: color-mix(in oklab, var(--color-background) 90%, transparent);
581
- }
582
- }
583
577
  .bg-black\/20 {
584
578
  background-color: color-mix(in srgb, #000 20%, transparent);
585
579
  @supports (color: color-mix(in lab, red, red)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ohhwells/bridge",
3
- "version": "0.1.42",
3
+ "version": "0.1.43",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",