@redsift/table 9.0.0-alpha.3 → 9.0.0-alpha.4

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.
Files changed (3) hide show
  1. package/index.js +2 -23
  2. package/index.js.map +1 -1
  3. package/package.json +2 -2
package/index.js CHANGED
@@ -2,7 +2,7 @@ import { GRID_DETAIL_PANEL_TOGGLE_COL_DEF, getGridNumericOperators as getGridNum
2
2
  export { getGridBooleanOperators, getGridDateOperators, getGridSingleSelectOperators } from '@mui/x-data-grid-pro';
3
3
  import * as React from 'react';
4
4
  import React__default, { forwardRef, useRef, useState, useEffect } from 'react';
5
- import { Icon, Flexbox, CtasColorPalette, NotificationsColorPalette, Button, Checkbox, TextField as TextField$2, Shield } from '@redsift/design-system';
5
+ import { Icon, Flexbox, CtasColorPalette, NotificationsColorPalette, Button, Checkbox, Shield } from '@redsift/design-system';
6
6
  import { mdiSync, mdiFilterVariant, mdiViewColumn, mdiChevronUp, mdiChevronDown, mdiViewHeadline, mdiViewSequential, mdiViewStream, mdiChevronRight, mdiTrayArrowDown } from '@redsift/icons';
7
7
  import emStyled from '@emotion/styled';
8
8
  import { Global, ThemeContext } from '@emotion/react';
@@ -15198,27 +15198,6 @@ const BaseCheckbox = /*#__PURE__*/forwardRef((props, ref) => {
15198
15198
  }));
15199
15199
  });
15200
15200
 
15201
- const BaseTextField = /*#__PURE__*/forwardRef((props, ref) => {
15202
- const {
15203
- label,
15204
- id,
15205
- value,
15206
- onChange,
15207
- placeholder
15208
- } = props;
15209
- return /*#__PURE__*/React__default.createElement(TextField$2, {
15210
- marginTop: "6px",
15211
- inputRef: ref,
15212
- label: label,
15213
- id: id,
15214
- value: value,
15215
- variant: "underline",
15216
- onChange: (value, name, event) => onChange(event),
15217
- autoFocus: true,
15218
- placeholder: placeholder
15219
- });
15220
- });
15221
-
15222
15201
  const BasePopper = /*#__PURE__*/forwardRef((props, ref) => {
15223
15202
  return /*#__PURE__*/React__default.createElement(Popper, _extends$1({}, props, {
15224
15203
  ref: ref,
@@ -15275,7 +15254,7 @@ const DataGrid = /*#__PURE__*/forwardRef((props, ref) => {
15275
15254
  components: _objectSpread2(_objectSpread2({
15276
15255
  BaseButton,
15277
15256
  BaseCheckbox,
15278
- BaseTextField,
15257
+ // BaseTextField,
15279
15258
  BasePopper,
15280
15259
  ColumnFilteredIcon: props => /*#__PURE__*/React__default.createElement(BaseIcon, _extends$1({}, props, {
15281
15260
  displayName: "ColumnFilteredIcon"