@vc-shell/framework 1.1.71 → 1.1.72

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vc-shell/framework",
3
- "version": "1.1.71",
3
+ "version": "1.1.72",
4
4
  "type": "module",
5
5
  "main": "./dist/framework.js",
6
6
  "types": "./dist/index.d.ts",
@@ -85,9 +85,9 @@
85
85
  "@fullhuman/postcss-purgecss": "^7.0.2",
86
86
  "@laynezh/vite-plugin-lib-assets": "v1.1.0",
87
87
  "@types/dompurify": "^3.0.5",
88
- "@vc-shell/api-client-generator": "^1.1.71",
89
- "@vc-shell/config-generator": "^1.1.71",
90
- "@vc-shell/ts-config": "^1.1.71",
88
+ "@vc-shell/api-client-generator": "^1.1.72",
89
+ "@vc-shell/config-generator": "^1.1.72",
90
+ "@vc-shell/ts-config": "^1.1.72",
91
91
  "@vitejs/plugin-vue": "^5.2.3",
92
92
  "@vue/test-utils": "^2.4.5",
93
93
  "cypress-signalr-mock": "^1.5.0",
@@ -186,7 +186,7 @@ const calcHeight = computed(() => {
186
186
  }
187
187
 
188
188
  &__dropdown {
189
- @apply tw-rounded-[6px] tw-w-full tw-overflow-auto tw-flex tw-flex-col tw-relative tw-h-full;
189
+ @apply tw-rounded-[6px] tw-w-full tw-overflow-auto tw-flex tw-flex-col tw-relative;
190
190
 
191
191
  &--mobile {
192
192
  @apply tw-w-full;