shared-design-system 1.40.0 → 1.41.0

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.
@@ -79,19 +79,19 @@ export const Modal = React.forwardRef(({ isOpen, onClose, title, children, foote
79
79
  e.currentTarget.style.backgroundColor = 'transparent';
80
80
  e.currentTarget.style.color = tokens.color.slate400;
81
81
  }, children: _jsxs("svg", { width: "20", height: "20", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2.5", strokeLinecap: "round", strokeLinejoin: "round", children: [_jsx("line", { x1: "18", y1: "6", x2: "6", y2: "18" }), _jsx("line", { x1: "6", y1: "6", x2: "18", y2: "18" })] }) })] }), _jsx("div", { style: {
82
- padding: tokens.spacing[2],
82
+ padding: tokens.spacing[6],
83
83
  overflowY: 'auto',
84
84
  flex: 1,
85
85
  color: tokens.color.slate600,
86
86
  fontSize: tokens.font.sm,
87
87
  lineHeight: 1.6,
88
88
  }, children: children }), footer && (_jsx("div", { style: {
89
- padding: `${tokens.spacing[2]} ${tokens.spacing[2]}`,
89
+ padding: `${tokens.spacing[4]} ${tokens.spacing[6]}`,
90
90
  borderTop: `1px solid ${tokens.color.slate100}`,
91
91
  backgroundColor: tokens.color.slate50,
92
92
  display: 'flex',
93
93
  justifyContent: 'flex-end',
94
- gap: tokens.spacing[2],
94
+ gap: tokens.spacing[3],
95
95
  }, children: footer }))] }), _jsx("style", { children: `
96
96
  @keyframes ds-fade-in {
97
97
  from { opacity: 0; }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shared-design-system",
3
- "version": "1.40.0",
3
+ "version": "1.41.0",
4
4
  "description": "Shared Tailwind Design System & UI Tokens for all Micro Frontends",
5
5
  "main": "dist/src/index.js",
6
6
  "module": "dist/src/index.js",