design-system-silkhaus 3.4.1-beta.rtl-fixes.1 → 3.4.1-beta.rtl-fixes.3

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.
Files changed (3) hide show
  1. package/dist/index.d.ts +1 -0
  2. package/dist/index.js +1052 -1049
  3. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -1142,6 +1142,7 @@ export declare interface PromoDialogProps {
1142
1142
  closeBtnTrackingId?: string;
1143
1143
  className?: string;
1144
1144
  open?: boolean;
1145
+ dir?: 'ltr' | 'rtl' | 'auto';
1145
1146
  }
1146
1147
 
1147
1148
  export declare const QuestionMarkIcon: FC<{