subos-frontend 1.0.48 → 1.0.49

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.
Files changed (2) hide show
  1. package/dist/style.css +0 -1
  2. package/package.json +1 -1
package/dist/style.css CHANGED
@@ -1582,7 +1582,6 @@
1582
1582
  }
1583
1583
  .subos-container *:not([class*="subos-"]) {
1584
1584
  font-family: inherit;
1585
- color: inherit;
1586
1585
  line-height: inherit;
1587
1586
  }
1588
1587
  @property --tw-translate-x {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "subos-frontend",
3
3
  "private": false,
4
- "version": "1.0.48",
4
+ "version": "1.0.49",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "dev": "vite",