pukaad-ui-lib 1.253.0 → 1.254.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.253.0",
4
+ "version": "1.254.0",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
7
7
  "unbuild": "3.6.1"
@@ -102,7 +102,7 @@
102
102
  </Popover>
103
103
  </ShadFormControl>
104
104
 
105
- <ShadFormDescription v-if="props.description">
105
+ <ShadFormDescription v-if="props.description" class="text-gray">
106
106
  {{ props.description }}
107
107
  </ShadFormDescription>
108
108
  <ShadFormMessage v-if="!props.disabledErrorMessage" />
@@ -122,7 +122,10 @@ import {
122
122
  PopoverContent,
123
123
  PopoverTrigger
124
124
  } from "#pukaad-ui/runtime/components/ui/popover";
125
- import { ScrollArea, ScrollBar } from "#pukaad-ui/runtime/components/ui/scroll-area";
125
+ import {
126
+ ScrollArea,
127
+ ScrollBar
128
+ } from "#pukaad-ui/runtime/components/ui/scroll-area";
126
129
  const props = defineProps({
127
130
  id: { type: String, required: false, default: "input-date-picker" },
128
131
  name: { type: String, required: false, default: "input-date-picker" },
@@ -1,14 +1,14 @@
1
1
  <template>
2
- <InputTextField
3
- ref="inputTextFieldRef"
4
- v-bind="props"
5
- :rules="props.rules || defaultRules"
6
- v-model="modelValue"
7
- >
8
- <template v-for="(_, name) in $slots" v-slot:[name]="slotData">
9
- <slot :name="name" v-bind="slotData || {}" />
10
- </template>
11
- </InputTextField>
2
+ <InputTextField
3
+ ref="inputTextFieldRef"
4
+ v-bind="props"
5
+ :rules="props.rules || defaultRules"
6
+ v-model="modelValue"
7
+ >
8
+ <template v-for="(_, name) in $slots" v-slot:[name]="slotData">
9
+ <slot :name="name" v-bind="slotData || {}" />
10
+ </template>
11
+ </InputTextField>
12
12
  </template>
13
13
 
14
14
  <script setup>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pukaad-ui-lib",
3
- "version": "1.253.0",
3
+ "version": "1.254.0",
4
4
  "description": "pukaad-ui for MeMSG",
5
5
  "repository": {
6
6
  "type": "git",