design-system-silkhaus 4.2.0 → 4.2.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.
- package/dist/app/index.js +1 -1
- package/dist/{index-C31al3xl.js → index-DNehmkld.js} +2 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.js +7567 -7511
- package/package.json +1 -1
package/dist/app/index.js
CHANGED
|
@@ -6791,6 +6791,8 @@ const On = ({
|
|
|
6791
6791
|
"ds-group ds-flex ds-min-h-[72px] ds-cursor-pointer ds-items-center ds-gap-4 ds-rounded ds-px-4 ds-py-2 ds-text-mediumSubHeadEmphasized hover:ds-bg-[#F6F8FC] ds-tablet:ds-min-h-[auto] ds-tablet:ds-gap-2 ds-tablet:ds-px-2 ds-desktop:ds-text-mediumFootnoteEmphasized",
|
|
6792
6792
|
!n && "ds-transition-[padding] ds-duration-300 hover:ds-px-4"
|
|
6793
6793
|
),
|
|
6794
|
+
role: "option",
|
|
6795
|
+
"aria-selected": r,
|
|
6794
6796
|
children: [
|
|
6795
6797
|
t.thumbnailUrl && /* @__PURE__ */ R.jsx(
|
|
6796
6798
|
"img",
|
package/dist/index.d.ts
CHANGED