@elliemae/ds-data-table 2.0.0-rc.13 → 2.0.0-rc.14

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.
@@ -117,7 +117,10 @@ const CurrencyRangeFilter = props => {
117
117
  "data-testid": constants.DATA_TESTID.DATA_TABLE_CURRENCY_RANGE_CONTROLLER,
118
118
  gutter: "xxxs",
119
119
  padding: "xxs",
120
- cols: ['auto', 'auto']
120
+ cols: ['auto', 'auto'],
121
+ style: {
122
+ background: 'white'
123
+ }
121
124
  }, void 0, /*#__PURE__*/_jsx__default["default"](dsFormLayoutBlocks.DSFormLayoutBlockItem, {
122
125
  label: "Min",
123
126
  inputID: "".concat(idPreffix, "-min-").concat(column.id)
@@ -92,7 +92,10 @@ const DateSwitcherFilter = props => {
92
92
  "data-testid": constants.DATA_TESTID.DATA_TABLE_DATE_RANGE_CONTROLLER
93
93
  }, void 0, /*#__PURE__*/_jsx__default["default"](Grid__default["default"], {
94
94
  p: "xxs",
95
- gutter: "xxs"
95
+ gutter: "xxs",
96
+ style: {
97
+ background: 'white'
98
+ }
96
99
  }, void 0, /*#__PURE__*/_jsx__default["default"](dsControlledForm.DSControlledCheckbox, {
97
100
  checked: isDateRange,
98
101
  name: "Date range",
@@ -120,7 +120,10 @@ const NumberRangeFilter = props => {
120
120
  "data-testid": constants.DATA_TESTID.DATA_TABLE_NUMBER_RANGE_CONTROLLER,
121
121
  gutter: "xxxs",
122
122
  padding: "xxs",
123
- cols: ['auto', 'auto']
123
+ cols: ['auto', 'auto'],
124
+ style: {
125
+ background: 'white'
126
+ }
124
127
  }, void 0, /*#__PURE__*/_jsx__default["default"](dsFormLayoutBlocks.DSFormLayoutBlockItem, {
125
128
  label: "Low",
126
129
  inputID: "".concat(idPreffix, "-low-").concat(column.id)
@@ -107,7 +107,10 @@ const CurrencyRangeFilter = props => {
107
107
  "data-testid": DATA_TESTID.DATA_TABLE_CURRENCY_RANGE_CONTROLLER,
108
108
  gutter: "xxxs",
109
109
  padding: "xxs",
110
- cols: ['auto', 'auto']
110
+ cols: ['auto', 'auto'],
111
+ style: {
112
+ background: 'white'
113
+ }
111
114
  }, void 0, /*#__PURE__*/_jsx(DSFormLayoutBlockItem, {
112
115
  label: "Min",
113
116
  inputID: "".concat(idPreffix, "-min-").concat(column.id)
@@ -83,7 +83,10 @@ const DateSwitcherFilter = props => {
83
83
  "data-testid": DATA_TESTID.DATA_TABLE_DATE_RANGE_CONTROLLER
84
84
  }, void 0, /*#__PURE__*/_jsx(Grid, {
85
85
  p: "xxs",
86
- gutter: "xxs"
86
+ gutter: "xxs",
87
+ style: {
88
+ background: 'white'
89
+ }
87
90
  }, void 0, /*#__PURE__*/_jsx(DSControlledCheckbox, {
88
91
  checked: isDateRange,
89
92
  name: "Date range",
@@ -110,7 +110,10 @@ const NumberRangeFilter = props => {
110
110
  "data-testid": DATA_TESTID.DATA_TABLE_NUMBER_RANGE_CONTROLLER,
111
111
  gutter: "xxxs",
112
112
  padding: "xxs",
113
- cols: ['auto', 'auto']
113
+ cols: ['auto', 'auto'],
114
+ style: {
115
+ background: 'white'
116
+ }
114
117
  }, void 0, /*#__PURE__*/_jsx(DSFormLayoutBlockItem, {
115
118
  label: "Low",
116
119
  inputID: "".concat(idPreffix, "-low-").concat(column.id)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-data-table",
3
- "version": "2.0.0-rc.13",
3
+ "version": "2.0.0-rc.14",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Data Table",
6
6
  "module": "./esm/index.js",
@@ -570,23 +570,23 @@
570
570
  "dependencies": {
571
571
  "@dnd-kit/core": "~4.0.1",
572
572
  "@dnd-kit/sortable": "~5.0.0",
573
- "@elliemae/ds-button": "2.0.0-rc.13",
574
- "@elliemae/ds-circular-progress-indicator": "2.0.0-rc.13",
575
- "@elliemae/ds-controlled-form": "2.0.0-rc.13",
576
- "@elliemae/ds-drag-and-drop": "2.0.0-rc.13",
577
- "@elliemae/ds-dropdownmenu": "2.0.0-rc.13",
578
- "@elliemae/ds-form": "2.0.0-rc.13",
579
- "@elliemae/ds-form-layout-blocks": "2.0.0-rc.13",
580
- "@elliemae/ds-grid": "2.0.0-rc.13",
581
- "@elliemae/ds-icons": "2.0.0-rc.13",
582
- "@elliemae/ds-indeterminate-progress-indicator": "2.0.0-rc.13",
583
- "@elliemae/ds-pagination": "2.0.0-rc.13",
584
- "@elliemae/ds-pills": "2.0.0-rc.13",
585
- "@elliemae/ds-popperjs": "2.0.0-rc.13",
586
- "@elliemae/ds-system": "2.0.0-rc.13",
587
- "@elliemae/ds-toolbar": "2.0.0-rc.13",
588
- "@elliemae/ds-truncated-tooltip-text": "2.0.0-rc.13",
589
- "@elliemae/ds-utilities": "2.0.0-rc.13",
573
+ "@elliemae/ds-button": "2.0.0-rc.14",
574
+ "@elliemae/ds-circular-progress-indicator": "2.0.0-rc.14",
575
+ "@elliemae/ds-controlled-form": "2.0.0-rc.14",
576
+ "@elliemae/ds-drag-and-drop": "2.0.0-rc.14",
577
+ "@elliemae/ds-dropdownmenu": "2.0.0-rc.14",
578
+ "@elliemae/ds-form": "2.0.0-rc.14",
579
+ "@elliemae/ds-form-layout-blocks": "2.0.0-rc.14",
580
+ "@elliemae/ds-grid": "2.0.0-rc.14",
581
+ "@elliemae/ds-icons": "2.0.0-rc.14",
582
+ "@elliemae/ds-indeterminate-progress-indicator": "2.0.0-rc.14",
583
+ "@elliemae/ds-pagination": "2.0.0-rc.14",
584
+ "@elliemae/ds-pills": "2.0.0-rc.14",
585
+ "@elliemae/ds-popperjs": "2.0.0-rc.14",
586
+ "@elliemae/ds-system": "2.0.0-rc.14",
587
+ "@elliemae/ds-toolbar": "2.0.0-rc.14",
588
+ "@elliemae/ds-truncated-tooltip-text": "2.0.0-rc.14",
589
+ "@elliemae/ds-utilities": "2.0.0-rc.14",
590
590
  "@reduxjs/toolkit": "~1.6.2",
591
591
  "csstype": "~3.0.9",
592
592
  "moment": "~2.29.1",