@vc-shell/framework 1.0.304 → 1.0.305

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.0.304",
3
+ "version": "1.0.305",
4
4
  "type": "module",
5
5
  "main": "./dist/framework.js",
6
6
  "types": "./dist/index.d.ts",
@@ -61,9 +61,9 @@
61
61
  "devDependencies": {
62
62
  "@types/dompurify": "^3.0.5",
63
63
  "@types/quill": "^2.0.14",
64
- "@vc-shell/api-client-generator": "^1.0.304",
65
- "@vc-shell/config-generator": "^1.0.304",
66
- "@vc-shell/ts-config": "^1.0.304",
64
+ "@vc-shell/api-client-generator": "^1.0.305",
65
+ "@vc-shell/config-generator": "^1.0.305",
66
+ "@vc-shell/ts-config": "^1.0.305",
67
67
  "@vitejs/plugin-vue": "5.0.3",
68
68
  "cypress-signalr-mock": "^1.5.0",
69
69
  "sass": "^1.69.6",
@@ -34,7 +34,7 @@
34
34
  @click="toggleMenu"
35
35
  >
36
36
  <VcIcon
37
- icon="fas fa-bars"
37
+ :icon="isExpanded ? 'fas fa-angle-double-left' : 'fas fa-angle-double-right'"
38
38
  size="xl"
39
39
  ></VcIcon>
40
40
  </button>
@@ -1454,7 +1454,7 @@ $variants: (
1454
1454
  );
1455
1455
 
1456
1456
  .vc-table {
1457
- @apply tw-relative tw-overflow-hidden tw-flex tw-flex-col tw-grow tw-basis-0 tw-border-solid tw-border-t-0;
1457
+ @apply tw-relative tw-overflow-hidden tw-flex tw-flex-col tw-grow tw-basis-0 tw-border-solid tw-border-t-0 !tw-flex-auto;
1458
1458
  border-color: var(--table-border-color);
1459
1459
 
1460
1460
  &__multiselect-mobile {
@@ -1,4 +0,0 @@
1
- import { b as f } from "./index-_XQe2tID.js";
2
- export {
3
- f as default
4
- };