sccoreui 6.2.83 → 6.2.84

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/App.js CHANGED
@@ -4,6 +4,6 @@ const jsx_runtime_1 = require("react/jsx-runtime");
4
4
  require("./App.scss");
5
5
  // import Home from "./pages/home";
6
6
  const App = () => {
7
- return ((0, jsx_runtime_1.jsx)("div", {}));
7
+ return (0, jsx_runtime_1.jsx)("div", {});
8
8
  };
9
9
  exports.default = App;
package/dist/App.scss CHANGED
@@ -168,6 +168,7 @@
168
168
  color: var(--gray-600);
169
169
  padding: 8px 14px;
170
170
  border: 0 !important;
171
+ font-weight: 600;
171
172
  &:hover {
172
173
  background-color: var(--gray-50) !important;
173
174
  color: var(--gray-700) !important;
@@ -2336,8 +2337,8 @@ button[aria-expanded="true"] {
2336
2337
  margin: auto;
2337
2338
  border-radius: 5px;
2338
2339
  background-color: var(--red-50);
2339
- width: 100vw;
2340
- height: 100vh;
2340
+ width: 100%;
2341
+ height: 100%;
2341
2342
  text-align: center;
2342
2343
  }
2343
2344
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sccoreui",
3
- "version": "6.2.83",
3
+ "version": "6.2.84",
4
4
  "description": "ui-sccore",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",