@bluemarble/bm-components 2.3.3 → 2.4.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.
package/dist/index.js CHANGED
@@ -1434,8 +1434,11 @@ function getContainerQuery(theme, shorthand) {
1434
1434
  const matches = shorthand.match(/^@([^/]+)?\/?(.+)?$/);
1435
1435
  if (!matches) {
1436
1436
  if (process.env.NODE_ENV !== "production") {
1437
- throw new Error(process.env.NODE_ENV !== "production" ? `MUI: The provided shorthand ${`(${shorthand})`} is invalid. The format should be \`@<breakpoint | number>\` or \`@<breakpoint | number>/<container>\`.
1438
- For example, \`@sm\` or \`@600\` or \`@40rem/sidebar\`.` : formatMuiErrorMessage(18, `(${shorthand})`));
1437
+ throw (
1438
+ /* minify-error */
1439
+ new Error(`MUI: The provided shorthand ${`(${shorthand})`} is invalid. The format should be \`@<breakpoint | number>\` or \`@<breakpoint | number>/<container>\`.
1440
+ For example, \`@sm\` or \`@600\` or \`@40rem/sidebar\`.`)
1441
+ );
1439
1442
  }
1440
1443
  return null;
1441
1444
  }
@@ -5791,7 +5794,7 @@ react-is/cjs/react-is.development.js:
5791
5794
 
5792
5795
  @mui/styled-engine/esm/index.js:
5793
5796
  (**
5794
- * @mui/styled-engine v7.3.7
5797
+ * @mui/styled-engine v7.3.10
5795
5798
  *
5796
5799
  * @license MIT
5797
5800
  * This source code is licensed under the MIT license found in the
@@ -5800,7 +5803,7 @@ react-is/cjs/react-is.development.js:
5800
5803
 
5801
5804
  @mui/system/esm/index.js:
5802
5805
  (**
5803
- * @mui/system v7.3.7
5806
+ * @mui/system v7.3.10
5804
5807
  *
5805
5808
  * @license MIT
5806
5809
  * This source code is licensed under the MIT license found in the