@marigold/components 3.0.2 → 3.0.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.
package/dist/index.js CHANGED
@@ -1797,9 +1797,8 @@ var messages = {
1797
1797
  // src/Select/Select.tsx
1798
1798
  var Chevron = ({ css }) => /* @__PURE__ */ import_react49.default.createElement(import_system35.Box, {
1799
1799
  as: "svg",
1800
- __baseCSS: { width: 16, height: 16 },
1800
+ __baseCSS: { width: 16, height: 16, fill: "none" },
1801
1801
  css,
1802
- fill: "none",
1803
1802
  viewBox: "0 0 24 24",
1804
1803
  stroke: "currentColor",
1805
1804
  strokeWidth: 2
@@ -2475,11 +2474,11 @@ var Table = ({
2475
2474
  as: "table",
2476
2475
  ref: tableRef,
2477
2476
  __baseCSS: {
2478
- display: "block",
2477
+ display: stretch ? "table" : "block",
2478
+ width: stretch ? "100%" : void 0,
2479
2479
  borderCollapse: "collapse",
2480
2480
  overflow: "auto",
2481
- whiteSpace: "nowrap",
2482
- width: stretch ? "100%" : void 0
2481
+ whiteSpace: "nowrap"
2483
2482
  },
2484
2483
  css: styles.table,
2485
2484
  ...gridProps
package/dist/index.mjs CHANGED
@@ -1784,9 +1784,8 @@ var messages = {
1784
1784
  // src/Select/Select.tsx
1785
1785
  var Chevron = ({ css }) => /* @__PURE__ */ React44.createElement(Box27, {
1786
1786
  as: "svg",
1787
- __baseCSS: { width: 16, height: 16 },
1787
+ __baseCSS: { width: 16, height: 16, fill: "none" },
1788
1788
  css,
1789
- fill: "none",
1790
1789
  viewBox: "0 0 24 24",
1791
1790
  stroke: "currentColor",
1792
1791
  strokeWidth: 2
@@ -2478,11 +2477,11 @@ var Table = ({
2478
2477
  as: "table",
2479
2478
  ref: tableRef,
2480
2479
  __baseCSS: {
2481
- display: "block",
2480
+ display: stretch ? "table" : "block",
2481
+ width: stretch ? "100%" : void 0,
2482
2482
  borderCollapse: "collapse",
2483
2483
  overflow: "auto",
2484
- whiteSpace: "nowrap",
2485
- width: stretch ? "100%" : void 0
2484
+ whiteSpace: "nowrap"
2486
2485
  },
2487
2486
  css: styles.table,
2488
2487
  ...gridProps
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marigold/components",
3
- "version": "3.0.2",
3
+ "version": "3.0.3",
4
4
  "description": "Components for the Marigold Design System",
5
5
  "license": "MIT",
6
6
  "keywords": [
@@ -23,8 +23,8 @@
23
23
  "directory": "packages/components"
24
24
  },
25
25
  "dependencies": {
26
- "@marigold/icons": "1.1.2",
27
- "@marigold/system": "3.0.2",
26
+ "@marigold/icons": "1.1.3",
27
+ "@marigold/system": "3.0.3",
28
28
  "@marigold/tokens": "3.1.0",
29
29
  "@marigold/types": "0.5.4",
30
30
  "@react-aria/button": "3.6.2",