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 CHANGED
@@ -1,4 +1,4 @@
1
- import { B as s, a as n, b as r, D as t, d as a, c as D, M as d } from "../index-C31al3xl.js";
1
+ import { B as s, a as n, b as r, D as t, d as a, c as D, M as d } from "../index-DNehmkld.js";
2
2
  export {
3
3
  s as Button,
4
4
  n as ButtonsGroupSelector,
@@ -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
@@ -1097,6 +1097,10 @@ export declare const MoonIcon: FC<{
1097
1097
  className?: string;
1098
1098
  }>;
1099
1099
 
1100
+ export declare const NoEntryIcon: FC<{
1101
+ className?: string;
1102
+ }>;
1103
+
1100
1104
  export declare const NoSmokingIcon: FC<{
1101
1105
  className?: string;
1102
1106
  }>;