pukaad-ui-lib 1.327.0 → 1.329.0

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/module.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "pukaad-ui-lib",
3
3
  "configKey": "pukaadUI",
4
- "version": "1.327.0",
4
+ "version": "1.329.0",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
7
7
  "unbuild": "3.6.1"
@@ -35,8 +35,8 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {
35
35
  fullHeight: boolean;
36
36
  fullWidth: boolean;
37
37
  limit: number;
38
- disabledErrorMessage: boolean;
39
38
  accept: string;
39
+ disabledErrorMessage: boolean;
40
40
  labelIcon: string;
41
41
  disabledDrop: boolean;
42
42
  column: boolean;
@@ -35,8 +35,8 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {
35
35
  fullHeight: boolean;
36
36
  fullWidth: boolean;
37
37
  limit: number;
38
- disabledErrorMessage: boolean;
39
38
  accept: string;
39
+ disabledErrorMessage: boolean;
40
40
  labelIcon: string;
41
41
  disabledDrop: boolean;
42
42
  column: boolean;
@@ -30,14 +30,8 @@
30
30
  :name="selectedOption.icon"
31
31
  class="size-4 shrink-0"
32
32
  />
33
- <template v-if="selectedOption">
34
- <div v-if="selectedOption.description" class="flex flex-col gap-[2px] text-left min-w-0">
35
- <span class="font-body-medium truncate">{{ selectedOption.label }}</span>
36
- <span class="font-body-small text-gray truncate">{{ selectedOption.description }}</span>
37
- </div>
38
- <span v-else class="truncate">{{ selectedOption.label }}</span>
39
- </template>
40
- <ShadSelectValue v-else :placeholder="props.placeholder" />
33
+ <span v-if="selectedOption">{{ selectedOption.label }}</span>
34
+ <span v-else class="text-muted-foreground">{{ props.placeholder }}</span>
41
35
  </div>
42
36
  </ShadSelectTrigger>
43
37
  </ShadFormControl>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pukaad-ui-lib",
3
- "version": "1.327.0",
3
+ "version": "1.329.0",
4
4
  "description": "pukaad-ui for MeMSG",
5
5
  "repository": {
6
6
  "type": "git",