boreal-ui 0.0.43 → 0.0.45

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.
@@ -41,7 +41,6 @@
41
41
  * All transitions use the theme-defined `$transition-default` for consistency.
42
42
  * CSS variables allow dynamic switching between light/dark/custom themes.
43
43
  */
44
- @import "modern-css-reset/modern-css-reset.css";
45
44
 
46
45
  /**
47
46
  * ---------------------------------------------------------------------
@@ -520,14 +519,3 @@ a:hover {
520
519
  white-space: nowrap;
521
520
  border: 0;
522
521
  }
523
-
524
- ::global(.sr_only) {
525
- position: absolute;
526
- width: 1px;
527
- height: 1px;
528
- margin: -1px;
529
- overflow: hidden;
530
- clip: rect(0 0 0 0);
531
- white-space: nowrap;
532
- border: 0;
533
- }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "boreal-ui",
3
- "version": "0.0.43",
3
+ "version": "0.0.45",
4
4
  "description": "A modern, customizable React/Next.js component library",
5
5
  "author": "Davin Chiupka",
6
6
  "license": "ISC",