@okta/odyssey-react-mui 1.27.0 → 1.27.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/CHANGELOG.md CHANGED
@@ -3,6 +3,12 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [1.27.1](https://github.com/okta/odyssey/compare/v1.27.0...v1.27.1) (2024-11-18)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **odyssey-react-mui:** ensure table is 100% width ([#2417](https://github.com/okta/odyssey/issues/2417)) ([2616640](https://github.com/okta/odyssey/commit/2616640b27c5670a69ea6fe47c8069034c9b3840))
11
+
6
12
  ## [1.27.0](https://github.com/okta/odyssey/compare/v1.26.0...v1.27.0) (2024-11-14)
7
13
 
8
14
  ### Features
package/dist/index.scss CHANGED
@@ -1,7 +1,7 @@
1
1
 
2
2
  /**
3
3
  * Do not edit directly
4
- * Generated on Thu, 14 Nov 2024 18:58:38 GMT
4
+ * Generated on Mon, 18 Nov 2024 15:35:28 GMT
5
5
  */
6
6
 
7
7
  $border-color-control: #8d8d8d !default;
@@ -2397,7 +2397,7 @@ export const components = ({
2397
2397
  ownerState
2398
2398
  }) => ({
2399
2399
  display: "table",
2400
- width: "auto",
2400
+ width: "100%",
2401
2401
  borderCollapse: "separate",
2402
2402
  borderSpacing: 0,
2403
2403
  marginBlock: odysseyTokens.Spacing0,