myshell-react-lib 0.1.68 → 0.1.69
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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/styles/components-dark.scss +2 -2
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -12293,7 +12293,7 @@ var MultipleSelector = React34.forwardRef(function(param, ref) {
|
|
|
12293
12293
|
filter: commandFilter(),
|
|
12294
12294
|
children: [
|
|
12295
12295
|
/* @__PURE__ */ (0, import_jsx_runtime46.jsx)("div", {
|
|
12296
|
-
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-
|
|
12296
|
+
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", {
|
|
12297
12297
|
"px-3 py-[5px]": selected.length !== 0,
|
|
12298
12298
|
"cursor-text": !disabled && selected.length !== 0
|
|
12299
12299
|
}, className),
|