@qikdev/vue-ui 0.2.335 → 0.2.336

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/dist/vue-ui.css CHANGED
@@ -3833,28 +3833,33 @@ td[data-v-2eaaec20]:first-child {
3833
3833
  .ux-multi-group[data-v-cb997d0e] {
3834
3834
  margin-bottom: 1em;
3835
3835
  }
3836
- .basic-input-style[data-v-a6ba2db5] {
3836
+ .basic-input-style[data-v-9bd6305c] {
3837
3837
  color: inherit;
3838
3838
  background: color-mix(in lab, currentColor 4%, transparent);
3839
3839
  border: 1px solid color-mix(in lab, currentColor 18%, transparent);
3840
3840
  }
3841
- .ux-empty[data-v-a6ba2db5] {
3841
+ .ux-empty[data-v-9bd6305c] {
3842
3842
  display: none !important;
3843
3843
  }
3844
- .ux-field-render[data-v-a6ba2db5] {
3844
+ .ux-field-render[data-v-9bd6305c] {
3845
3845
  margin-bottom: 1.5em;
3846
3846
  }
3847
- .ux-field-render.ux-layout-only[data-v-a6ba2db5] {
3847
+ .ux-field-render.ux-layout-only[data-v-9bd6305c] {
3848
3848
  margin-bottom: 0;
3849
3849
  }
3850
- .ux-field-render.ux-layout-only > .ux-field-title[data-v-a6ba2db5],
3851
- .ux-field-render.ux-layout-only > .ux-field-description[data-v-a6ba2db5] {
3850
+ .ux-field-render.ux-layout-only > .ux-field-title[data-v-9bd6305c],
3851
+ .ux-field-render.ux-layout-only > .ux-field-description[data-v-9bd6305c] {
3852
3852
  display: none;
3853
3853
  }
3854
- [data-v-a6ba2db5] table {
3854
+ .display-grid[data-v-9bd6305c] {
3855
+ display: grid;
3856
+ grid-template-columns: repeat(2, minmax(150px, 1fr));
3857
+ gap: 1em;
3858
+ }
3859
+ [data-v-9bd6305c] table {
3855
3860
  width: 100%;
3856
3861
  }
3857
- .ux-password-render input[data-v-a6ba2db5] {
3862
+ .ux-password-render input[data-v-9bd6305c] {
3858
3863
  font-family: monospace;
3859
3864
  width: 100%;
3860
3865
  border-radius: 0.1em;
@@ -3870,51 +3875,51 @@ td[data-v-2eaaec20]:first-child {
3870
3875
  height: 2.5em;
3871
3876
  color: inherit;
3872
3877
  }
3873
- .ux-password-render input[data-v-a6ba2db5]:focus {
3878
+ .ux-password-render input[data-v-9bd6305c]:focus {
3874
3879
  background: none;
3875
3880
  border: 1px solid var(--primary);
3876
3881
  outline: none;
3877
3882
  }
3878
- .signature-view[data-v-a6ba2db5] {
3883
+ .signature-view[data-v-9bd6305c] {
3879
3884
  width: clamp(200px, 30svw, 350px);
3880
3885
  border-radius: 0.5em;
3881
3886
  border: 1px solid color-mix(in lab, currentColor 10%, transparent);
3882
3887
  margin: 0 1em 1em 0;
3883
3888
  }
3884
- .signature-view img[data-v-a6ba2db5] {
3889
+ .signature-view img[data-v-9bd6305c] {
3885
3890
  display: block;
3886
3891
  width: 100%;
3887
3892
  height: auto;
3888
3893
  }
3889
- .currency[data-v-a6ba2db5] {
3894
+ .currency[data-v-9bd6305c] {
3890
3895
  text-transform: uppercase;
3891
3896
  opacity: 0.5;
3892
3897
  font-size: 0.7em;
3893
3898
  }
3894
- [data-v-a6ba2db5] .ux-field-title {
3899
+ [data-v-9bd6305c] .ux-field-title {
3895
3900
  margin-top: 0.5em;
3896
3901
  display: block;
3897
3902
  margin-bottom: 0.2em;
3898
3903
  font-weight: 400;
3899
3904
  opacity: 0.5;
3900
3905
  }
3901
- [data-v-a6ba2db5] .ux-field-description {
3906
+ [data-v-9bd6305c] .ux-field-description {
3902
3907
  font-size: 0.7em;
3903
3908
  opacity: 0.3;
3904
3909
  font-style: italic;
3905
3910
  margin-bottom: 0.5em;
3906
3911
  }
3907
- .basic-input-style[data-v-f2b5ec33] {
3912
+ .basic-input-style[data-v-62742e05] {
3908
3913
  color: inherit;
3909
3914
  background: color-mix(in lab, currentColor 4%, transparent);
3910
3915
  border: 1px solid color-mix(in lab, currentColor 18%, transparent);
3911
3916
  }
3912
- .ux-render-flex[data-v-f2b5ec33] {
3917
+ .ux-render-flex[data-v-62742e05] {
3913
3918
  display: flex;
3914
3919
  flex: 1;
3915
3920
  gap: 2em;
3916
3921
  }
3917
- .ux-render-flex .ux-field-render-flex[data-v-f2b5ec33] {
3922
+ .ux-render-flex .ux-field-render-flex[data-v-62742e05] {
3918
3923
  flex: 1;
3919
3924
  }
3920
3925
  .basic-input-style[data-v-81d5376b] {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qikdev/vue-ui",
3
- "version": "0.2.335",
3
+ "version": "0.2.336",
4
4
  "files": [
5
5
  "dist"
6
6
  ],