@streamoid/ui 0.6.42 → 0.6.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.
Files changed (2) hide show
  1. package/dist/index.css +1 -0
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -3907,6 +3907,7 @@
3907
3907
  text-align: left;
3908
3908
  font-size: 14px;
3909
3909
  line-height: 20px;
3910
+ font-weight: 500;
3910
3911
  }
3911
3912
  .ScSidebarShell_shortcut {
3912
3913
  flex-shrink: 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@streamoid/ui",
3
- "version": "0.6.42",
3
+ "version": "0.6.43",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",