quix-ui 1.3.14 → 1.3.16
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/index.js +0 -19
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -2253,22 +2253,3 @@ function QuixRouterProvider(_ref) {
|
|
|
2253
2253
|
}
|
|
2254
2254
|
|
|
2255
2255
|
export { Buttons, FlexView, Layout, QuixRouterProvider };
|
|
2256
|
-
ze.width > 850 ? Number((_sideMenu$width$deskt = sideMenu === null || sideMenu === void 0 || (_sideMenu$width2 = sideMenu.width) === null || _sideMenu$width2 === void 0 ? void 0 : _sideMenu$width2.desktop) !== null && _sideMenu$width$deskt !== void 0 ? _sideMenu$width$deskt : 300) : Number((_sideMenu$width$deskt2 = sideMenu === null || sideMenu === void 0 || (_sideMenu$width3 = sideMenu.width) === null || _sideMenu$width3 === void 0 ? void 0 : _sideMenu$width3.desktop) !== null && _sideMenu$width$deskt2 !== void 0 ? _sideMenu$width$deskt2 : 300)) + 30
|
|
2257
|
-
},
|
|
2258
|
-
children: jsxRuntime.jsx(reactRouterDom.Outlet, {})
|
|
2259
|
-
})]
|
|
2260
|
-
});
|
|
2261
|
-
}
|
|
2262
|
-
|
|
2263
|
-
function QuixRouterProvider(_ref) {
|
|
2264
|
-
var routes = _ref.routes;
|
|
2265
|
-
var router = reactRouterDom.createBrowserRouter(routes);
|
|
2266
|
-
return jsxRuntime.jsx(reactRouterDom.RouterProvider, {
|
|
2267
|
-
router: router
|
|
2268
|
-
});
|
|
2269
|
-
}
|
|
2270
|
-
|
|
2271
|
-
exports.Buttons = Buttons;
|
|
2272
|
-
exports.FlexView = FlexView;
|
|
2273
|
-
exports.Layout = Layout;
|
|
2274
|
-
exports.QuixRouterProvider = QuixRouterProvider;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "quix-ui",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.16",
|
|
4
4
|
"description": "This is a react component library.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
],
|
|
12
12
|
"scripts": {
|
|
13
13
|
"build": "vite build",
|
|
14
|
-
"rollup": " rimraf dist && rollup -c
|
|
14
|
+
"rollup": " rimraf dist && rollup -c ",
|
|
15
15
|
"test": "jest --watchAll --verbose",
|
|
16
16
|
"ui": "storybook dev -p 6006",
|
|
17
17
|
"build-ui": "storybook build",
|