opus-toolkit-components 1.4.4 → 1.4.6
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.
|
@@ -3848,6 +3848,7 @@ function Card(_ref) {
|
|
|
3848
3848
|
const intentClasses = {
|
|
3849
3849
|
default: 'bg-[--color-primary-bg] text-[--color-text-weak]',
|
|
3850
3850
|
info: 'bg-[--color-util-blue-200] text-[--color-black] border-[--color-util-blue]',
|
|
3851
|
+
warning: 'bg-[--color-util-yellow-200] text-[--color-black] border-[--color-util-yellow]',
|
|
3851
3852
|
success: 'bg-[--color-util-green-200] text-[--color-black] border-[--color-util-green]',
|
|
3852
3853
|
error: 'bg-[--color-util-red-200] text-[--color-text-black] border-[--color-util-red]',
|
|
3853
3854
|
brand: 'bg-[--color-brand-primary] text-[--color-white]',
|
|
@@ -12932,7 +12933,7 @@ function Dropdown(_ref) {
|
|
|
12932
12933
|
className: "h-5 w-5 text-[--color-text-weak]"
|
|
12933
12934
|
}), /*#__PURE__*/external_react_default().createElement("span", null, selectedItem ? selectedItem.label : placeholder)), /*#__PURE__*/external_react_default().createElement(solid_esm_ChevronDownIcon, {
|
|
12934
12935
|
"aria-hidden": "true",
|
|
12935
|
-
className: "ml-
|
|
12936
|
+
className: "ml-3 mr-1 h-5 w-5 text-[--color-text-strong] bg-transparent transition-transform duration-200 ".concat(open ? 'rotate-180' : 'rotate-0')
|
|
12936
12937
|
})), !disabled && /*#__PURE__*/external_react_default().createElement(Et, {
|
|
12937
12938
|
className: " absolute left-0 z-10 mt-2 w-[100%] origin-top-right rounded-md bg-[--color-primary-bg] shadow-lg ring-1 ring-[--color-stroke] ring-opacity-1 focus:outline-none max-h-48 overflow-y-auto "
|
|
12938
12939
|
}, /*#__PURE__*/external_react_default().createElement("div", {
|