@odx/websites-react 1.1.105 → 1.1.106

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.
@@ -14,7 +14,7 @@ const ModalBody = ({ children, ...props }) => {
14
14
  return (_jsx("div", { ...props, className: cn('overflow-y-auto relative bg-draeger-white', props.className), children: children }));
15
15
  };
16
16
  const modalFooterClasses = `
17
- pt-6 flex justify-end items-center grow-0 gap-3 flex-col flex-wrap md:flex-row
17
+ pt-6 flex justify-end items-center grow-0 gap-3 flex-col-reverse flex-wrap md:flex-row
18
18
  `;
19
19
  const ModalFooter = ({ className, children, ...props }) => children && (_jsx("div", { className: cn(modalFooterClasses, className), ...props, children: children }));
20
20
  const modalClasses = `
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@odx/websites-react",
3
3
  "author": "Drägerwerk AG & Co. KGaA",
4
- "version": "1.1.105",
4
+ "version": "1.1.106",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "description": "ODX React component library for websites",
7
7
  "type": "module",
@@ -528,8 +528,8 @@
528
528
  "ts-node": "^10.9.2",
529
529
  "typescript": "^5.4.5",
530
530
  "vitest": "^3.1.0-beta.1",
531
- "@odx/eslint-config-websites": "0.0.1",
532
531
  "@odx/websites-tsconfig": "0.0.0",
532
+ "@odx/eslint-config-websites": "0.0.1",
533
533
  "@odx/websites-ui": "0.2.36"
534
534
  },
535
535
  "peerDependencies": {