@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.
package/dist/index.js CHANGED
@@ -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 (
@@ -4988,9 +4988,11 @@ __webpack_require__.d(__webpack_exports__, {
4988
4988
  });
4989
4989
  /* import */ var react_jsx_dev_runtime__rspack_import_0 = __webpack_require__("./node_modules/react/jsx-dev-runtime.js");
4990
4990
  /* import */ var _mui_material__rspack_import_1 = __webpack_require__("@mui/material");
4991
+ /* import */ var _style__rspack_import_2 = __webpack_require__("./src/components/link/style.tsx");
4991
4992
  /* provided dependency */ var $ReactRefreshRuntime$ = __webpack_require__("./node_modules/@rspack/plugin-react-refresh/client/reactRefresh.js");
4992
4993
 
4993
4994
 
4995
+
4994
4996
  const Link = (param)=>{
4995
4997
  let { underline = 'none', colorVariant = 'primary', onClick = ()=>{}, children, className = '', ...props } = param;
4996
4998
  return /*#__PURE__*/ (0,react_jsx_dev_runtime__rspack_import_0.jsxDEV)(_mui_material__rspack_import_1.Link, {
@@ -5002,13 +5004,13 @@ const Link = (param)=>{
5002
5004
  children: children
5003
5005
  }, void 0, false, {
5004
5006
  fileName: "/Users/kirubakaran.r/Documents/projects/hub/components/waterford_library/src/components/link/link.tsx",
5005
- lineNumber: 25,
5007
+ lineNumber: 27,
5006
5008
  columnNumber: 5
5007
5009
  }, undefined);
5008
5010
  };
5009
5011
  _c = Link;
5010
5012
  Link.displayName = 'Link';
5011
- /* export default */ const __rspack_default_export = (Link);
5013
+ /* export default */ const __rspack_default_export = ((0,_mui_material__rspack_import_1.styled)(Link)(_style__rspack_import_2.Style));
5012
5014
  var _c;
5013
5015
  $RefreshReg$(_c, "Link");
5014
5016
 
@@ -5017,6 +5019,27 @@ function $RefreshReg$(type, id) { $ReactRefreshRuntime$.register(type, module.id
5017
5019
  Promise.resolve().then(() => { $ReactRefreshRuntime$.refresh(module.id, module.hot) });
5018
5020
 
5019
5021
 
5022
+ },
5023
+ "./src/components/link/style.tsx"(module, __webpack_exports__, __webpack_require__) {
5024
+ __webpack_require__.r(__webpack_exports__);
5025
+ __webpack_require__.d(__webpack_exports__, {
5026
+ Style: () => (Style)
5027
+ });
5028
+ /* provided dependency */ var $ReactRefreshRuntime$ = __webpack_require__("./node_modules/@rspack/plugin-react-refresh/client/reactRefresh.js");
5029
+ const Style = ()=>{
5030
+ return {
5031
+ cursor: 'pointer'
5032
+ };
5033
+ };
5034
+ _c = Style;
5035
+ var _c;
5036
+ $RefreshReg$(_c, "Style");
5037
+
5038
+ function $RefreshSig$() { return $ReactRefreshRuntime$.createSignatureFunctionForTransform() }
5039
+ function $RefreshReg$(type, id) { $ReactRefreshRuntime$.register(type, module.id + "_" + id) }
5040
+ Promise.resolve().then(() => { $ReactRefreshRuntime$.refresh(module.id, module.hot) });
5041
+
5042
+
5020
5043
  },
5021
5044
  "./src/components/loader/circularLoader.tsx"(module, __webpack_exports__, __webpack_require__) {
5022
5045
  __webpack_require__.r(__webpack_exports__);