myshell-react-lib 0.1.68 → 0.1.70

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/index.js CHANGED
@@ -11546,7 +11546,7 @@ var MultipleSelector = React34.forwardRef(function(param, ref) {
11546
11546
  filter: commandFilter(),
11547
11547
  children: [
11548
11548
  /* @__PURE__ */ jsx46("div", {
11549
- className: cn("aria-[invalid=true]:focus-visible:ring-error min-h-10 rounded-sm border border-Colors-Border-Default text-sm focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-offset-0 md:text-sm bg-Colors-Background-Neutral-On-Surface-Default text-Colors-Text-Default focus:shadow-cc-Focus-Rings-Brand-default placeholder:text-Colors-Text-Subtlest focus:outline-none focus:ring-0 focus:ring-offset-0 disabled:cursor-not-allowed disabled:opacity-30 [&>span]:line-clamp-1 [&>.select-chevron]:aria-expanded:rotate-180", {
11549
+ className: cn("aria-[invalid=true]:focus-visible:ring-error min-h-10 rounded-sm border border-Colors-Border-Default text-sm focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-offset-0 md:text-sm bg-cc-Input-bg-default text-Colors-Text-Default focus:shadow-cc-Focus-Rings-Brand-default placeholder:text-Colors-Text-Subtlest focus:outline-none focus:ring-0 focus:ring-offset-0 disabled:cursor-not-allowed disabled:opacity-30 [&>span]:line-clamp-1 [&>.select-chevron]:aria-expanded:rotate-180", {
11550
11550
  "px-3 py-[5px]": selected.length !== 0,
11551
11551
  "cursor-text": !disabled && selected.length !== 0
11552
11552
  }, className),