shared-ritm 1.0.16 → 1.0.18
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/shared-ritm.es.js +457 -457
- package/dist/shared-ritm.umd.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +4 -2
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._wrapper_z90q2_1{flex:0 0 auto}._wrapper_z90q2_1.q-btn--rounded{border-radius:14px!important}._wrapper_z90q2_1.q-btn{color:#0a1629;font-size:16px;font-style:normal;font-weight:700}._wrapper_z90q2_1.--loading span:has(>svg){overflow:hidden}._wrapper_z90q2_1 .q-icon{font-size:1.2em}._wrapper_z90q2_1.--large-icon .q-icon{font-size:1.715em}._wrapper_z90q2_1.--full-width{width:100%}._wrapper_z90q2_1.--link{padding:0 8px;display:inline;min-height:unset;font-size:inherit;text-decoration:underline}._app-input_8jwo9_1.q-field--outlined .q-field__control{border-radius:14px;height:48px;align-items:center;padding:0 16px;color:#87caff}._app-input_8jwo9_1 .q-field__control-container{margin-left:8px}@media (max-width: 1440px){._app-input_8jwo9_1.q-field--outlined .q-field__control{height:40px;padding:0 12px}._app-input_8jwo9_1 .q-field__control-container{margin-left:6px}}._layout_1hhwj_1{position:relative;background:linear-gradient(235deg,#87caff 9.16%,#5386d3 45.8%,#0b3f8e 92.27%)}._loader-backdrop_1hhwj_6{width:100%;height:100%;background-color:#ffffff73;position:absolute;z-index:9999}._loader-spinner_1hhwj_13{position:absolute;top:50%;left:50%;z-index:2}._wrap_n46gp_1{position:relative}._wrap_n46gp_1.--option-tree{cursor:pointer}._select_n46gp_8.q-field--outlined.q-field--rounded .q-field__control{border-radius:14px}._select_n46gp_8.q-field--outlined .q-field__control:before{border-color:var(--0a94557a)}._select_n46gp_8.q-select .q-field__input{padding:0 6px}._select_n46gp_8.q-field--outlined .q-item{color:#1d1d1d;position:absolute;padding:0 4px;top:18px;left:0}._append-wrapper_n46gp_25{display:flex;align-items:center;column-gap:4px}._menu-wrap_n46gp_31{padding:8px}._search-wrapper_n46gp_35{position:sticky;top:0;padding:4px;background:var(--main-bg);z-index:1}._app-select__menu_n46gp_43{border-radius:14px}._app-select__menu_n46gp_43 ._q-item__label_n46gp_46{word-break:break-word}._app-select__menu_n46gp_43.q-menu{max-height:200px!important}.app-wrapper[data-v-6bd37b8f]{width:100%;height:100%;margin:20px 0;padding:30px;border-radius:24px;background:#fff;box-shadow:0 6px 58px #00317a1a}@media (max-width: 1440px){.app-wrapper[data-v-6bd37b8f]{margin:10px 0;padding:14px;border-radius:14px}}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "shared-ritm",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.18",
|
|
4
4
|
"private": false,
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -33,11 +33,11 @@
|
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@quasar/vite-plugin": "^1.8.0",
|
|
36
|
+
"@rollup/pluginutils": "^5.1.3",
|
|
36
37
|
"@types/node": "^22.7.9",
|
|
37
38
|
"@typescript-eslint/eslint-plugin": "^4.25.0",
|
|
38
39
|
"@typescript-eslint/parser": "^4.25.0",
|
|
39
40
|
"@vitejs/plugin-vue": "^5.1.4",
|
|
40
|
-
"sass": "^1.80.4",
|
|
41
41
|
"@vue/compiler-sfc": "^3.0.5",
|
|
42
42
|
"@vue/eslint-config-prettier": "^6.0.0",
|
|
43
43
|
"@vue/eslint-config-typescript": "^7.0.0",
|
|
@@ -45,8 +45,10 @@
|
|
|
45
45
|
"eslint-plugin-prettier": "^3.4.0",
|
|
46
46
|
"eslint-plugin-vue": "^7.10.0",
|
|
47
47
|
"prettier": "^2.3.0",
|
|
48
|
+
"sass": "^1.80.4",
|
|
48
49
|
"typescript": "^5.6.3",
|
|
49
50
|
"vite": "^5.4.9",
|
|
51
|
+
"vite-plugin-css-modules": "^0.0.1",
|
|
50
52
|
"vue-tsc": "^2.1.6"
|
|
51
53
|
}
|
|
52
54
|
}
|