@winchsa/ui 0.1.42 → 0.1.43

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/README.md CHANGED
@@ -130,5 +130,3 @@ The `bump` command in `package.json` does the following:
130
130
  **Publishing**
131
131
 
132
132
  After running `pnpm run bump`, go to **GitHub** → **Releases** and create a new release based on the commit generated. This will trigger the `publish.yaml` GitHub Actions workflow, which handles the actual publishing process
133
-
134
- npm publish --access public
@@ -222,7 +222,7 @@ onBeforeUnmount(() => {
222
222
  v-show="isFocus"
223
223
  :id="`vc-calendar-container-${elementId}`"
224
224
  class="position-absolute"
225
- style="z-index: 1005;"
225
+ style="z-index: 2012;"
226
226
  dir="ltr"
227
227
  :style="{
228
228
  left: `${customPosition().left - 20}px`,
@@ -885,7 +885,7 @@ $btn-hover-overlay-opacity: (
885
885
  .app-textarea,
886
886
  .app-picker-field {
887
887
  .v-text-field .v-input__details {
888
- padding-inline-start: 0;
888
+ padding-inline-start: 0 !important;
889
889
  }
890
890
 
891
891
  .v-field--variant-outlined.v-field--focused .v-field__outline {
@@ -18616,7 +18616,7 @@ body {
18616
18616
  .v-application .app-combobox .v-text-field .v-input__details,
18617
18617
  .v-application .app-textarea .v-text-field .v-input__details,
18618
18618
  .v-application .app-picker-field .v-text-field .v-input__details {
18619
- padding-inline-start: 0;
18619
+ padding-inline-start: 0 !important;
18620
18620
  }
18621
18621
  .v-application .app-text-field .v-field--variant-outlined.v-field--focused .v-field__outline,
18622
18622
  .v-application .app-select .v-field--variant-outlined.v-field--focused .v-field__outline,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@winchsa/ui",
3
- "version": "0.1.42",
3
+ "version": "0.1.43",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "publishConfig": {