linkedunion-design-kit 1.7.0 → 1.7.1
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.
|
@@ -34,7 +34,7 @@ function AccordionItem(_a) {
|
|
|
34
34
|
}
|
|
35
35
|
function AccordionTrigger(_a) {
|
|
36
36
|
var className = _a.className, children = _a.children, props = __rest(_a, ["className", "children"]);
|
|
37
|
-
return (_jsx(AccordionPrimitive.Header, { className: "flex", children: _jsxs(AccordionPrimitive.Trigger, __assign({ "data-slot": "accordion-trigger", className: cn("focus-visible:border-ring focus-visible:ring-ring/50
|
|
37
|
+
return (_jsx(AccordionPrimitive.Header, { className: "flex", children: _jsxs(AccordionPrimitive.Trigger, __assign({ "data-slot": "accordion-trigger", className: cn("focus-visible:border-ring focus-visible:ring-ring/50 flex flex-1 items-start justify-between !rounded-md !py-2 !text-left !text-sm !font-normal transition-all outline-none focus-visible:ring-[3px] disabled:pointer-events-none disabled:opacity-50 [&[data-state=open]>.luIcon-wrapper]:rotate-180", className) }, props, { children: [children, _jsx(IconButton, { color: "blue-light", icon: "angle-down", size: "sm", className: "pointer-events-none shrink-0 transition-transform duration-200" })] })) }));
|
|
38
38
|
}
|
|
39
39
|
function AccordionContent(_a) {
|
|
40
40
|
var className = _a.className, children = _a.children, props = __rest(_a, ["className", "children"]);
|
package/dist/styles/global.css
CHANGED