pgo-ui 1.1.71 → 1.1.72

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": "pgo-ui",
3
- "version": "1.1.71",
3
+ "version": "1.1.72",
4
4
  "description": "A Vue 3 component library with PGO design system",
5
5
  "private": false,
6
6
  "type": "module",
@@ -67,7 +67,7 @@ const props = defineProps({
67
67
  rows: { type: [Number, String], default: 3 },
68
68
  maxlength: { type: [Number, String], default: null },
69
69
 
70
- size: { type: String },
70
+ size: { type: String, },
71
71
  rounded: { type: String },
72
72
  border: { type: String},
73
73
  textColor: { type: String },
@@ -5,7 +5,7 @@ const { language } = useI18n()
5
5
 
6
6
  export const inputSizes = {
7
7
  xs: 'vts-text-body-2 vts-pl-2 vts-pr-2 py-[2px]',
8
- sm: 'vts-text-body-2 vts-pl-2 vts-pr-2 vts-py-1',
8
+ sm: 'vts-text-body-2 vts-pl-2 vts-pr-2 py-1',
9
9
  md: 'vts-text-body-1 vts-pl-4 vts-pr-4 py-[5px] ',
10
10
  lg: 'vts-text-body-1 vts-pl-5 vts-pr-5 py-[7px]',
11
11
  xl: 'vts-text-body-1 vts-pl-6 vts-pr-6 vts-pt-4 vts-pb-4',
@@ -142,7 +142,7 @@
142
142
 
143
143
 
144
144
  </template>
145
- <div v-else class="flex items-center justify-center p-8">
145
+ <div v-else class="flex items-center justify-center p-8 py- ">
146
146
  <p>No data</p>
147
147
  </div>
148
148
 
@@ -1,4 +0,0 @@
1
- import { _ as f } from "./index-BKAeimP_.js";
2
- export {
3
- f as default
4
- };