@corva/ui 3.60.0-1 → 3.60.0-2
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.
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";require('./../../ext-esm/style-inject/dist/style-inject.es.js')('.Menu_root__TBmYi{
|
|
1
|
+
"use strict";require('./../../ext-esm/style-inject/dist/style-inject.es.js')('.Menu_root__TBmYi{position:relative}.Menu_root__TBmYi:before{background:linear-gradient(180deg,rgb(from var(--corvaui-background) r g b/1) 0,rgb(from var(--corvaui-background) r g b/0) 100%);inset:0 10px auto 0}.Menu_root__TBmYi:after,.Menu_root__TBmYi:before{content:"";height:8px;position:absolute;z-index:1}.Menu_root__TBmYi:after{background:linear-gradient(0deg,rgb(from var(--corvaui-background) r g b/1) 0,rgb(from var(--corvaui-background) r g b/0) 100%);inset:auto 10px 0 0}.Menu_root__TBmYi{display:flex;flex-flow:column nowrap;overflow-x:hidden;overflow-y:auto}.Menu_content__6jGcL{flex:0 1 auto;overflow:auto;padding:8px 16px}.Menu_marginVertical__2QM0H{margin:8px 0}.Menu_marginHorizontal__eWQeu{margin:0 8px}'),module.exports={spacing:"8",root:"Menu_root__TBmYi",content:"Menu_content__6jGcL",marginVertical:"Menu_marginVertical__2QM0H",marginHorizontal:"Menu_marginHorizontal__eWQeu"};
|
|
2
2
|
//# sourceMappingURL=Menu.scss.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import o from'./../../ext-esm/style-inject/dist/style-inject.es.js';var r={spacing:"8",root:"Menu_root__TBmYi",content:"Menu_content__6jGcL",marginVertical:"Menu_marginVertical__2QM0H",marginHorizontal:"Menu_marginHorizontal__eWQeu"};o('.Menu_root__TBmYi{
|
|
1
|
+
import o from'./../../ext-esm/style-inject/dist/style-inject.es.js';var r={spacing:"8",root:"Menu_root__TBmYi",content:"Menu_content__6jGcL",marginVertical:"Menu_marginVertical__2QM0H",marginHorizontal:"Menu_marginHorizontal__eWQeu"};o('.Menu_root__TBmYi{position:relative}.Menu_root__TBmYi:before{background:linear-gradient(180deg,rgb(from var(--corvaui-background) r g b/1) 0,rgb(from var(--corvaui-background) r g b/0) 100%);inset:0 10px auto 0}.Menu_root__TBmYi:after,.Menu_root__TBmYi:before{content:"";height:8px;position:absolute;z-index:1}.Menu_root__TBmYi:after{background:linear-gradient(0deg,rgb(from var(--corvaui-background) r g b/1) 0,rgb(from var(--corvaui-background) r g b/0) 100%);inset:auto 10px 0 0}.Menu_root__TBmYi{display:flex;flex-flow:column nowrap;overflow-x:hidden;overflow-y:auto}.Menu_content__6jGcL{flex:0 1 auto;overflow:auto;padding:8px 16px}.Menu_marginVertical__2QM0H{margin:8px 0}.Menu_marginHorizontal__eWQeu{margin:0 8px}');export{r as default};
|
|
2
2
|
//# sourceMappingURL=Menu.scss.js.map
|
package/mcp-server/server.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@corva/ui",
|
|
3
|
-
"version": "3.60.0-
|
|
3
|
+
"version": "3.60.0-2",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE",
|
|
5
5
|
"description": "Shared components/utils for Corva ui projects",
|
|
6
6
|
"keywords": [
|
|
@@ -180,10 +180,6 @@
|
|
|
180
180
|
"numeral": "2.0.6",
|
|
181
181
|
"openapi-types": "^12.1.3",
|
|
182
182
|
"papaparse": "5.4.1",
|
|
183
|
-
"postcss": "8.4.31",
|
|
184
|
-
"postcss-import": "12.0.1",
|
|
185
|
-
"postcss-loader": "4.2.0",
|
|
186
|
-
"postcss-preset-env": "6.7.0",
|
|
187
183
|
"prettier": "^2.1.2",
|
|
188
184
|
"prop-types": "15.7.2",
|
|
189
185
|
"query-string": "4.3.4",
|
|
@@ -280,10 +276,14 @@
|
|
|
280
276
|
"babel-plugin-root-import": "^6.5.0",
|
|
281
277
|
"conventional-changelog-cli": "^2.1.0",
|
|
282
278
|
"cross-env": "^7.0.3",
|
|
283
|
-
"css-loader": "
|
|
279
|
+
"css-loader": "^7.1.0",
|
|
284
280
|
"identity-obj-proxy": "^3.0.0",
|
|
285
281
|
"jest": "^26.4.1",
|
|
286
282
|
"lint-staged": "^10.5.4",
|
|
283
|
+
"postcss": "8.4.31",
|
|
284
|
+
"postcss-import": "12.0.1",
|
|
285
|
+
"postcss-loader": "^8.1.0",
|
|
286
|
+
"postcss-preset-env": "6.7.0",
|
|
287
287
|
"postcss-url": "9.0.0",
|
|
288
288
|
"pre-commit": "1.2.2",
|
|
289
289
|
"rollup": "^2.28.2",
|
|
@@ -301,8 +301,9 @@
|
|
|
301
301
|
"rollup-plugin-terser": "^7.0.2",
|
|
302
302
|
"rollup-plugin-typescript2": "0.36.0",
|
|
303
303
|
"rollup-plugin-visualizer": "^4.1.1",
|
|
304
|
-
"sass": "^1.
|
|
305
|
-
"sass-
|
|
304
|
+
"sass": "^1.99.0",
|
|
305
|
+
"sass-embedded": "^1.99.0",
|
|
306
|
+
"sass-loader": "^16.0.5",
|
|
306
307
|
"smol-toml": "^1.6.0",
|
|
307
308
|
"standard-version": "^9.0.0",
|
|
308
309
|
"storybook": "7.6.17",
|