@veritone-ce/design-system 2.4.0 → 2.4.2

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/README.md CHANGED
@@ -40,5 +40,3 @@ Builds the documentation for production to the `storybook-static` folder.
40
40
  You can learn more in the [Storybook Design System for Developers](https://storybook.js.org/tutorials/design-systems-for-developers/). [Chromatic](https://www.chromatic.com/docs/)
41
41
 
42
42
  To learn React, check out the [React documentation](https://reactjs.org/).
43
-
44
- test deploy
@@ -14,14 +14,13 @@ var material = require('@mui/material');
14
14
  var utils = require('@mui/utils');
15
15
  var common = require('./common.js');
16
16
  var reactVirtual = require('@tanstack/react-virtual');
17
- var isPropValid = require('@emotion/is-prop-valid');
18
17
 
19
18
  const TableMessageMaxHeight = 100;
20
- const TableContainer = material.styled(material.Box, {
21
- shouldForwardProp: (prop) => isPropValid(prop)
22
- })(({ virtualizerTotalHeight }) => ({
23
- height: `${virtualizerTotalHeight}px`
24
- }));
19
+ const TableContainer = material.styled(material.Box)(
20
+ ({ virtualizerTotalHeight }) => ({
21
+ height: `${virtualizerTotalHeight}px`
22
+ })
23
+ );
25
24
  function VirtualControlledAutoTable({
26
25
  stickyHeader,
27
26
  loading,
@@ -10,14 +10,13 @@ import { styled, Box, CircularProgress } from '@mui/material';
10
10
  import { visuallyHidden } from '@mui/utils';
11
11
  import { useAutoTable, DefaultErrorContainer } from './common.js';
12
12
  import { useVirtualizer } from '@tanstack/react-virtual';
13
- import isPropValid from '@emotion/is-prop-valid';
14
13
 
15
14
  const TableMessageMaxHeight = 100;
16
- const TableContainer = styled(Box, {
17
- shouldForwardProp: (prop) => isPropValid(prop)
18
- })(({ virtualizerTotalHeight }) => ({
19
- height: `${virtualizerTotalHeight}px`
20
- }));
15
+ const TableContainer = styled(Box)(
16
+ ({ virtualizerTotalHeight }) => ({
17
+ height: `${virtualizerTotalHeight}px`
18
+ })
19
+ );
21
20
  function VirtualControlledAutoTable({
22
21
  stickyHeader,
23
22
  loading,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veritone-ce/design-system",
3
- "version": "2.4.0",
3
+ "version": "2.4.2",
4
4
  "private": false,
5
5
  "description": "Design System for Veritone CE",
6
6
  "keywords": [