pukaad-ui-lib 1.171.0 → 1.172.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.171.0",
4
+ "version": "1.172.0",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
7
7
  "unbuild": "3.6.1"
@@ -1,10 +1,6 @@
1
1
  <script setup>
2
2
  import { reactiveOmit } from "@vueuse/core";
3
- import { ChevronDownIcon } from "@radix-icons/vue";
4
- import {
5
- AccordionHeader,
6
- AccordionTrigger
7
- } from "reka-ui";
3
+ import { AccordionHeader, AccordionTrigger } from "reka-ui";
8
4
  import { cn } from "@/runtime/plugins/shadcn";
9
5
  const props = defineProps({
10
6
  asChild: { type: Boolean, required: false },
@@ -28,7 +24,10 @@ const delegatedProps = reactiveOmit(props, "class");
28
24
  >
29
25
  <slot />
30
26
  <slot name="icon">
31
- <ChevronDownIcon class="text-muted-foreground pointer-events-none size-4 shrink-0 translate-y-0.5 transition-transform duration-200" />
27
+ <Icon
28
+ name="lucide:chevron-down"
29
+ class="text-muted-foreground pointer-events-none size-4 shrink-0 translate-y-0.5 transition-transform duration-200"
30
+ />
32
31
  </slot>
33
32
  </AccordionTrigger>
34
33
  </AccordionHeader>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pukaad-ui-lib",
3
- "version": "1.171.0",
3
+ "version": "1.172.0",
4
4
  "description": "pukaad-ui for MeMSG",
5
5
  "repository": {
6
6
  "type": "git",