@vc-shell/framework 1.1.0-alpha.10 → 1.1.0-alpha.11

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.0-alpha.10",
3
+ "version": "1.1.0-alpha.11",
4
4
  "type": "module",
5
5
  "main": "./dist/framework.js",
6
6
  "types": "./dist/index.d.ts",
@@ -65,9 +65,9 @@
65
65
  },
66
66
  "devDependencies": {
67
67
  "@types/dompurify": "^3.0.5",
68
- "@vc-shell/api-client-generator": "^1.1.0-alpha.10",
69
- "@vc-shell/config-generator": "^1.1.0-alpha.10",
70
- "@vc-shell/ts-config": "^1.1.0-alpha.10",
68
+ "@vc-shell/api-client-generator": "^1.1.0-alpha.11",
69
+ "@vc-shell/config-generator": "^1.1.0-alpha.11",
70
+ "@vc-shell/ts-config": "^1.1.0-alpha.11",
71
71
  "@vitejs/plugin-vue": "5.0.3",
72
72
  "@vue/test-utils": "^2.4.5",
73
73
  "cypress-signalr-mock": "^1.5.0",
@@ -158,7 +158,7 @@ defineSlots<{
158
158
  }
159
159
 
160
160
  &__close-button {
161
- @apply tw-px-1 tw-flex tw-items-center tw-justify-center;
161
+ @apply tw-px-4 tw-flex tw-items-center tw-justify-center;
162
162
 
163
163
  &-icon {
164
164
  @apply tw-text-[color:var(--app-bar-button)];