@ix_waterford/lib 1.0.16 → 1.0.18

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.
@@ -170,7 +170,7 @@ __webpack_require__.r(__webpack_exports__);
170
170
  if(true) {
171
171
  (function() {
172
172
  var localsJsonString = undefined;
173
- // 1765958923767
173
+ // 1765977235826
174
174
  var cssReload = (__webpack_require__("./node_modules/@rspack/core/dist/cssExtractHmr.js")/* .cssReload */.cssReload)(module.id, {});
175
175
  // only invalidate when locals change
176
176
  if (
@@ -198,7 +198,7 @@ __webpack_require__.r(__webpack_exports__);
198
198
  if(true) {
199
199
  (function() {
200
200
  var localsJsonString = undefined;
201
- // 1765958923769
201
+ // 1765977235828
202
202
  var cssReload = (__webpack_require__("./node_modules/@rspack/core/dist/cssExtractHmr.js")/* .cssReload */.cssReload)(module.id, {});
203
203
  // only invalidate when locals change
204
204
  if (
@@ -226,7 +226,7 @@ __webpack_require__.r(__webpack_exports__);
226
226
  if(true) {
227
227
  (function() {
228
228
  var localsJsonString = undefined;
229
- // 1765958923769
229
+ // 1765977235828
230
230
  var cssReload = (__webpack_require__("./node_modules/@rspack/core/dist/cssExtractHmr.js")/* .cssReload */.cssReload)(module.id, {});
231
231
  // only invalidate when locals change
232
232
  if (
@@ -254,7 +254,7 @@ __webpack_require__.r(__webpack_exports__);
254
254
  if(true) {
255
255
  (function() {
256
256
  var localsJsonString = undefined;
257
- // 1765958923769
257
+ // 1765977235829
258
258
  var cssReload = (__webpack_require__("./node_modules/@rspack/core/dist/cssExtractHmr.js")/* .cssReload */.cssReload)(module.id, {});
259
259
  // only invalidate when locals change
260
260
  if (
@@ -6626,7 +6626,7 @@ __webpack_require__.d(__webpack_exports__, {
6626
6626
  /* provided dependency */ var $ReactRefreshRuntime$ = __webpack_require__("./node_modules/@rspack/plugin-react-refresh/client/reactRefresh.js");
6627
6627
  const Style = (param)=>{
6628
6628
  let { theme } = param;
6629
- var _theme_palette_view, _theme_palette_bg, _theme_palette_border, _theme_palette_border1, _theme_palette_border2, _theme_palette_bg1, _theme_palette_bg2, _theme_palette_border3, _theme_palette_border4, _theme_palette_border5, _theme_palette_view1, _theme_palette_view2;
6629
+ var _theme_palette_view, _theme_palette_bg, _theme_palette_border, _theme_palette_border1, _theme_palette_border2, _theme_palette_bg1, _theme_palette_view1, _theme_palette_border3, _theme_palette_border4, _theme_palette_border5, _theme_palette_view2, _theme_palette_view3;
6630
6630
  return {
6631
6631
  '&.MuiTableContainer-root ': {
6632
6632
  height: 'calc(100% - 30px)'
@@ -6749,7 +6749,7 @@ const Style = (param)=>{
6749
6749
  position: 'sticky !important',
6750
6750
  right: 0,
6751
6751
  top: 0,
6752
- backgroundColor: (_theme_palette_bg2 = theme.palette.bg) === null || _theme_palette_bg2 === void 0 ? void 0 : _theme_palette_bg2.lightBg,
6752
+ backgroundColor: (_theme_palette_view1 = theme.palette.view) === null || _theme_palette_view1 === void 0 ? void 0 : _theme_palette_view1.table,
6753
6753
  zIndex: 4
6754
6754
  },
6755
6755
  '.headerContent': {
@@ -6810,14 +6810,14 @@ const Style = (param)=>{
6810
6810
  position: 'sticky !important',
6811
6811
  right: 0,
6812
6812
  top: 0,
6813
- backgroundColor: (_theme_palette_view1 = theme.palette.view) === null || _theme_palette_view1 === void 0 ? void 0 : _theme_palette_view1.table,
6813
+ backgroundColor: (_theme_palette_view2 = theme.palette.view) === null || _theme_palette_view2 === void 0 ? void 0 : _theme_palette_view2.table,
6814
6814
  zIndex: 4
6815
6815
  },
6816
6816
  '.MuiTableHead-root': {
6817
6817
  position: 'sticky',
6818
6818
  top: 0,
6819
6819
  zIndex: 3,
6820
- backgroundColor: (_theme_palette_view2 = theme.palette.view) === null || _theme_palette_view2 === void 0 ? void 0 : _theme_palette_view2.table
6820
+ backgroundColor: (_theme_palette_view3 = theme.palette.view) === null || _theme_palette_view3 === void 0 ? void 0 : _theme_palette_view3.table
6821
6821
  }
6822
6822
  },
6823
6823
  // Date search field styles
@@ -7049,6 +7049,14 @@ const Style = (param)=>{
7049
7049
  },
7050
7050
  '& .tab-label': {
7051
7051
  fontWeight: 600
7052
+ },
7053
+ '& .fillPath': {
7054
+ fill: theme.palette.secondary.main
7055
+ },
7056
+ '& .Mui-selected': {
7057
+ '& .fillPath': {
7058
+ fill: theme.palette.primary.main
7059
+ }
7052
7060
  }
7053
7061
  };
7054
7062
  };
@@ -7171,7 +7179,8 @@ const TabsComponent = (param)=>{
7171
7179
  }, void 0),
7172
7180
  /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_mui_material__WEBPACK_IMPORTED_MODULE_1__.Grid, {
7173
7181
  children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_typography__WEBPACK_IMPORTED_MODULE_2__["default"], {
7174
- variant: "h1",
7182
+ variant: "body1",
7183
+ className: "tab-label",
7175
7184
  children: tab.label
7176
7185
  }, void 0, false, {
7177
7186
  fileName: "/Users/kirubakaran.r/Documents/projects/hub/components/waterford_library/src/components/tabs/tabs.tsx",
@@ -7199,8 +7208,6 @@ const TabsComponent = (param)=>{
7199
7208
  }, void 0),
7200
7209
  value: tabValue,
7201
7210
  disabled: tab.disabled,
7202
- icon: tab.icon,
7203
- iconPosition: tab.iconPosition || 'start',
7204
7211
  className: "tab-item"
7205
7212
  }, tabValue, false, {
7206
7213
  fileName: "/Users/kirubakaran.r/Documents/projects/hub/components/waterford_library/src/components/tabs/tabs.tsx",
@@ -10154,7 +10161,7 @@ var _s = $RefreshSig$();
10154
10161
 
10155
10162
 
10156
10163
  const ViewSwitch = (param)=>{
10157
- let { viewType = 'tile', handleClick = ()=>{} } = param;
10164
+ let { viewType = 'TILE', handleClick = ()=>{} } = param;
10158
10165
  _s();
10159
10166
  const handleViewSwitch = (0,react__WEBPACK_IMPORTED_MODULE_1__.useCallback)((_, value)=>{
10160
10167
  if (value) {
@@ -10177,7 +10184,7 @@ const ViewSwitch = (param)=>{
10177
10184
  placement: "top",
10178
10185
  arrow: true,
10179
10186
  children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_mui_material__WEBPACK_IMPORTED_MODULE_2__.ToggleButton, {
10180
- value: "list",
10187
+ value: "LIST",
10181
10188
  "aria-label": "List View",
10182
10189
  children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_assets_svg__WEBPACK_IMPORTED_MODULE_5__.ListViewIcon, {}, void 0, false, {
10183
10190
  fileName: "/Users/kirubakaran.r/Documents/projects/hub/components/waterford_library/src/components/viewHeader/defaultActions/viewSwitch.tsx",
@@ -10199,7 +10206,7 @@ const ViewSwitch = (param)=>{
10199
10206
  placement: "top",
10200
10207
  arrow: true,
10201
10208
  children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_mui_material__WEBPACK_IMPORTED_MODULE_2__.ToggleButton, {
10202
- value: "tile",
10209
+ value: "TILE",
10203
10210
  "aria-label": "Tile View",
10204
10211
  children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_assets_svg__WEBPACK_IMPORTED_MODULE_6__.TileViewIcon, {}, void 0, false, {
10205
10212
  fileName: "/Users/kirubakaran.r/Documents/projects/hub/components/waterford_library/src/components/viewHeader/defaultActions/viewSwitch.tsx",