asma-ui-core 3.68.3 → 3.68.4
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/components/inputs/dynamic-select/components/DynamicSelectAutocomplete.js +2 -2
- package/dist/components/inputs/select/StyledSelectItem.js +1 -1
- package/dist/components/inputs/select-autocomplete/StyledSelectAutocomplete.js +1 -1
- package/dist/src/components/inputs/dynamic-select/StyledDynamicSelect.d.ts +1 -1
- package/package.json +1 -1
|
@@ -104,7 +104,7 @@ var ye = oe((S, q) => {
|
|
|
104
104
|
className: "min-w-[36px]",
|
|
105
105
|
checked: h
|
|
106
106
|
}), i ? i(t) : /* @__PURE__ */ l("span", {
|
|
107
|
-
className: "h-fit text-base text-delta-
|
|
107
|
+
className: "h-fit text-base text-delta-800",
|
|
108
108
|
children: s(t)
|
|
109
109
|
})] })
|
|
110
110
|
}));
|
|
@@ -129,7 +129,7 @@ var ye = oe((S, q) => {
|
|
|
129
129
|
width: 20
|
|
130
130
|
})
|
|
131
131
|
}), i ? i(t) : /* @__PURE__ */ l("span", {
|
|
132
|
-
className: "text-base text-delta-
|
|
132
|
+
className: "text-base text-delta-800",
|
|
133
133
|
children: s(t)
|
|
134
134
|
})] })
|
|
135
135
|
}));
|
|
@@ -7,7 +7,7 @@ var p = ({ children: r, selected: e, disabled: t, className: o, onClick: i }) =>
|
|
|
7
7
|
"aria-disabled": t ? !0 : void 0,
|
|
8
8
|
tabIndex: -1,
|
|
9
9
|
onClick: t ? void 0 : i,
|
|
10
|
-
className: l("flex items-center gap-1 px-2 py-2.5 text-base outline-none", t ? "cursor-not-allowed text-delta-300" : "cursor-pointer text-delta-
|
|
10
|
+
className: l("flex items-center gap-1 px-2 py-2.5 text-base outline-none", t ? "cursor-not-allowed text-delta-300" : "cursor-pointer text-delta-800 hover:bg-delta-50", e && "bg-gama-50", o),
|
|
11
11
|
children: [/* @__PURE__ */ a("span", {
|
|
12
12
|
className: "flex w-6 justify-center",
|
|
13
13
|
children: e && /* @__PURE__ */ a(n, {
|
|
@@ -147,7 +147,7 @@ function St({ dataTest: l, options: p, renderInput: ee, value: v, onChange: N, g
|
|
|
147
147
|
endAdornment: Fe
|
|
148
148
|
}
|
|
149
149
|
}
|
|
150
|
-
}, Ue = L("box-border flex min-h-10 cursor-pointer items-center gap-x-3 px-3 py-1.5 text-base text-delta-
|
|
150
|
+
}, Ue = L("box-border flex min-h-10 cursor-pointer items-center gap-x-3 px-3 py-1.5 text-base text-delta-800 first:-mt-1", "aria-selected:bg-gama-50 data-[active]:bg-gama-50 data-[active]:text-delta-800", "aria-disabled:cursor-default aria-disabled:!bg-transparent aria-disabled:text-delta-300", o && "border-0 border-b border-solid border-delta-200"), Te = (e, t, r) => {
|
|
151
151
|
const { key: d, ...u } = e;
|
|
152
152
|
return /* @__PURE__ */ y("li", {
|
|
153
153
|
...u,
|
|
@@ -16,7 +16,7 @@ import { StyledDynamicSelectComponent } from './types';
|
|
|
16
16
|
* `13248-31089`, Input field `15561-37391`, Menus `16073-19226`, Autocomplete `20474-27966`), so
|
|
17
17
|
* parity here is the mode routing + the shared title/clear/helper chrome, not a bespoke visual.
|
|
18
18
|
* Title = Body Base SemiBold 16 `text-icon/title-label` #363e4a (delta-800); dropdown option =
|
|
19
|
-
* Menus item (`text-icon/body` delta-
|
|
19
|
+
* Menus item (`text-icon/body` delta-800, hover delta-50, selected gama-50). Non-annotated props
|
|
20
20
|
* are behavioral / MUI `Autocomplete` API-parity.
|
|
21
21
|
*
|
|
22
22
|
* **Rendering strategy:**
|