@ix_waterford/lib 1.0.90 → 1.0.91

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.
@@ -172,7 +172,7 @@ __webpack_require__.r(__webpack_exports__);
172
172
  if(true) {
173
173
  (function() {
174
174
  var localsJsonString = undefined;
175
- // 1778234068712
175
+ // 1778486478208
176
176
  var cssReload = (__webpack_require__("./node_modules/@rspack/core/dist/cssExtractHmr.js")/* .cssReload */.cssReload)(module.id, {});
177
177
  // only invalidate when locals change
178
178
  if (
@@ -200,7 +200,7 @@ __webpack_require__.r(__webpack_exports__);
200
200
  if(true) {
201
201
  (function() {
202
202
  var localsJsonString = undefined;
203
- // 1778234068714
203
+ // 1778486478213
204
204
  var cssReload = (__webpack_require__("./node_modules/@rspack/core/dist/cssExtractHmr.js")/* .cssReload */.cssReload)(module.id, {});
205
205
  // only invalidate when locals change
206
206
  if (
@@ -228,7 +228,7 @@ __webpack_require__.r(__webpack_exports__);
228
228
  if(true) {
229
229
  (function() {
230
230
  var localsJsonString = undefined;
231
- // 1778234068713
231
+ // 1778486478212
232
232
  var cssReload = (__webpack_require__("./node_modules/@rspack/core/dist/cssExtractHmr.js")/* .cssReload */.cssReload)(module.id, {});
233
233
  // only invalidate when locals change
234
234
  if (
@@ -256,7 +256,7 @@ __webpack_require__.r(__webpack_exports__);
256
256
  if(true) {
257
257
  (function() {
258
258
  var localsJsonString = undefined;
259
- // 1778234068713
259
+ // 1778486478211
260
260
  var cssReload = (__webpack_require__("./node_modules/@rspack/core/dist/cssExtractHmr.js")/* .cssReload */.cssReload)(module.id, {});
261
261
  // only invalidate when locals change
262
262
  if (
@@ -5144,9 +5144,11 @@ __webpack_require__.d(__webpack_exports__, {
5144
5144
  });
5145
5145
  /* import */ var react_jsx_dev_runtime__rspack_import_0 = __webpack_require__("./node_modules/react/jsx-dev-runtime.js");
5146
5146
  /* import */ var _mui_material__rspack_import_1 = __webpack_require__("@mui/material");
5147
+ /* import */ var _style__rspack_import_2 = __webpack_require__("./src/components/link/style.tsx");
5147
5148
  /* provided dependency */ var $ReactRefreshRuntime$ = __webpack_require__("./node_modules/@rspack/plugin-react-refresh/client/reactRefresh.js");
5148
5149
 
5149
5150
 
5151
+
5150
5152
  const Link = (param)=>{
5151
5153
  let { underline = 'none', colorVariant = 'primary', onClick = ()=>{}, children, className = '', ...props } = param;
5152
5154
  return /*#__PURE__*/ (0,react_jsx_dev_runtime__rspack_import_0.jsxDEV)(_mui_material__rspack_import_1.Link, {
@@ -5158,13 +5160,13 @@ const Link = (param)=>{
5158
5160
  children: children
5159
5161
  }, void 0, false, {
5160
5162
  fileName: "/Users/kirubakaran.r/Documents/projects/hub/components/waterford_library/src/components/link/link.tsx",
5161
- lineNumber: 25,
5163
+ lineNumber: 27,
5162
5164
  columnNumber: 5
5163
5165
  }, undefined);
5164
5166
  };
5165
5167
  _c = Link;
5166
5168
  Link.displayName = 'Link';
5167
- /* export default */ const __rspack_default_export = (Link);
5169
+ /* export default */ const __rspack_default_export = ((0,_mui_material__rspack_import_1.styled)(Link)(_style__rspack_import_2.Style));
5168
5170
  var _c;
5169
5171
  $RefreshReg$(_c, "Link");
5170
5172
 
@@ -5173,6 +5175,27 @@ function $RefreshReg$(type, id) { $ReactRefreshRuntime$.register(type, module.id
5173
5175
  Promise.resolve().then(() => { $ReactRefreshRuntime$.refresh(module.id, module.hot) });
5174
5176
 
5175
5177
 
5178
+ },
5179
+ "./src/components/link/style.tsx"(module, __webpack_exports__, __webpack_require__) {
5180
+ __webpack_require__.r(__webpack_exports__);
5181
+ __webpack_require__.d(__webpack_exports__, {
5182
+ Style: () => (Style)
5183
+ });
5184
+ /* provided dependency */ var $ReactRefreshRuntime$ = __webpack_require__("./node_modules/@rspack/plugin-react-refresh/client/reactRefresh.js");
5185
+ const Style = ()=>{
5186
+ return {
5187
+ cursor: 'pointer'
5188
+ };
5189
+ };
5190
+ _c = Style;
5191
+ var _c;
5192
+ $RefreshReg$(_c, "Style");
5193
+
5194
+ function $RefreshSig$() { return $ReactRefreshRuntime$.createSignatureFunctionForTransform() }
5195
+ function $RefreshReg$(type, id) { $ReactRefreshRuntime$.register(type, module.id + "_" + id) }
5196
+ Promise.resolve().then(() => { $ReactRefreshRuntime$.refresh(module.id, module.hot) });
5197
+
5198
+
5176
5199
  },
5177
5200
  "./src/components/loader/circularLoader.tsx"(module, __webpack_exports__, __webpack_require__) {
5178
5201
  __webpack_require__.r(__webpack_exports__);