@vc-shell/framework 1.1.67 → 1.1.69

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.67",
3
+ "version": "1.1.69",
4
4
  "type": "module",
5
5
  "main": "./dist/framework.js",
6
6
  "types": "./dist/index.d.ts",
@@ -58,7 +58,7 @@
58
58
  "@tiptap/vue-3": "^2.25.0",
59
59
  "@vee-validate/i18n": "^4.12.4",
60
60
  "@vee-validate/rules": "^4.12.4",
61
- "@vuepic/vue-datepicker": "^9.0.2",
61
+ "@vuepic/vue-datepicker": "^11.0.2",
62
62
  "@vueuse/components": "^10.7.1",
63
63
  "@vueuse/core": "^10.7.1",
64
64
  "@vueuse/integrations": "^10.7.1",
@@ -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.67",
89
- "@vc-shell/config-generator": "^1.1.67",
90
- "@vc-shell/ts-config": "^1.1.67",
88
+ "@vc-shell/api-client-generator": "^1.1.69",
89
+ "@vc-shell/config-generator": "^1.1.69",
90
+ "@vc-shell/ts-config": "^1.1.69",
91
91
  "@vitejs/plugin-vue": "^5.2.3",
92
92
  "@vue/test-utils": "^2.4.5",
93
93
  "cypress-signalr-mock": "^1.5.0",
@@ -772,6 +772,12 @@ function handleFocus() {
772
772
  & > div {
773
773
  @apply tw-w-full tw-h-full tw-flex tw-items-center;
774
774
  }
775
+
776
+ .vc-app_mobile & {
777
+ & > div {
778
+ @apply tw-w-auto tw-h-auto tw-flex-auto tw-items-center;
779
+ }
780
+ }
775
781
  }
776
782
 
777
783
  .dp__pm_am_button {
@@ -790,6 +796,8 @@ function handleFocus() {
790
796
  .dp__input {
791
797
  @apply tw-font-jakarta #{!important};
792
798
 
799
+ --dp-input-padding: 6px 12px 6px 12px;
800
+
793
801
  &::-ms-reveal,
794
802
  &::-ms-clear {
795
803
  @apply tw-hidden;