umwd-components 0.1.192 → 0.1.193

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.
@@ -168,7 +168,7 @@ function ScrollNavbar(_ref) {
168
168
  }))), /*#__PURE__*/React.createElement(Link, {
169
169
  href: "/",
170
170
  style: {
171
- color: theme.palette.text.primary,
171
+ color: theme.palette.primary.contrastText,
172
172
  textDecoration: "none",
173
173
  cursor: "pointer"
174
174
  }
@@ -228,12 +228,12 @@ function ScrollNavbar(_ref) {
228
228
  borderRadius: "50%",
229
229
  p: 0,
230
230
  minWidth: "unset",
231
- color: "text.primary",
231
+ color: "primary.contrastText",
232
232
  boxShadow: "0px 3px 5px -1px rgba(0,0,0,0.2),0px 6px 10px 0px rgba(0,0,0,0.14),0px 1px 18px 0px rgba(0,0,0,0.12)"
233
233
  }
234
234
  }, /*#__PURE__*/React.createElement(MoreVertIcon, {
235
235
  sx: {
236
- color: "text.primary"
236
+ color: "primary.contrastText"
237
237
  }
238
238
  })), /*#__PURE__*/React.createElement(material.Dialog, {
239
239
  fullScreen: true,
@@ -252,7 +252,7 @@ function ScrollNavbar(_ref) {
252
252
  }, /*#__PURE__*/React.createElement(Link, {
253
253
  href: "/",
254
254
  style: {
255
- color: theme.palette.text.primary,
255
+ color: theme.palette.primary.contrastText,
256
256
  textDecoration: "none",
257
257
  cursor: "pointer"
258
258
  }
@@ -294,13 +294,13 @@ function ScrollNavbar(_ref) {
294
294
  borderRadius: "50%",
295
295
  p: 0,
296
296
  minWidth: "unset",
297
- color: "text.primary",
297
+ color: "primary.contrastText",
298
298
  boxShadow: "0px 3px 5px -1px rgba(0,0,0,0.2),0px 6px 10px 0px rgba(0,0,0,0.14),0px 1px 18px 0px rgba(0,0,0,0.12)"
299
299
  },
300
300
  "aria-label": "close"
301
301
  }, /*#__PURE__*/React.createElement(CloseIcon, {
302
302
  sx: {
303
- color: "text.primary"
303
+ color: "primary.contrastText"
304
304
  }
305
305
  }))))), tabs && tabs.length > 0 && /*#__PURE__*/React.createElement(material.List, null, tabs.map(tab => {
306
306
  return /*#__PURE__*/React.createElement(React.Fragment, {
@@ -164,7 +164,7 @@ function ScrollNavbar(_ref) {
164
164
  }))), /*#__PURE__*/React__default.createElement(Link, {
165
165
  href: "/",
166
166
  style: {
167
- color: theme.palette.text.primary,
167
+ color: theme.palette.primary.contrastText,
168
168
  textDecoration: "none",
169
169
  cursor: "pointer"
170
170
  }
@@ -224,12 +224,12 @@ function ScrollNavbar(_ref) {
224
224
  borderRadius: "50%",
225
225
  p: 0,
226
226
  minWidth: "unset",
227
- color: "text.primary",
227
+ color: "primary.contrastText",
228
228
  boxShadow: "0px 3px 5px -1px rgba(0,0,0,0.2),0px 6px 10px 0px rgba(0,0,0,0.14),0px 1px 18px 0px rgba(0,0,0,0.12)"
229
229
  }
230
230
  }, /*#__PURE__*/React__default.createElement(MoreVertIcon, {
231
231
  sx: {
232
- color: "text.primary"
232
+ color: "primary.contrastText"
233
233
  }
234
234
  })), /*#__PURE__*/React__default.createElement(Dialog, {
235
235
  fullScreen: true,
@@ -248,7 +248,7 @@ function ScrollNavbar(_ref) {
248
248
  }, /*#__PURE__*/React__default.createElement(Link, {
249
249
  href: "/",
250
250
  style: {
251
- color: theme.palette.text.primary,
251
+ color: theme.palette.primary.contrastText,
252
252
  textDecoration: "none",
253
253
  cursor: "pointer"
254
254
  }
@@ -290,13 +290,13 @@ function ScrollNavbar(_ref) {
290
290
  borderRadius: "50%",
291
291
  p: 0,
292
292
  minWidth: "unset",
293
- color: "text.primary",
293
+ color: "primary.contrastText",
294
294
  boxShadow: "0px 3px 5px -1px rgba(0,0,0,0.2),0px 6px 10px 0px rgba(0,0,0,0.14),0px 1px 18px 0px rgba(0,0,0,0.12)"
295
295
  },
296
296
  "aria-label": "close"
297
297
  }, /*#__PURE__*/React__default.createElement(CloseIcon, {
298
298
  sx: {
299
- color: "text.primary"
299
+ color: "primary.contrastText"
300
300
  }
301
301
  }))))), tabs && tabs.length > 0 && /*#__PURE__*/React__default.createElement(List, null, tabs.map(tab => {
302
302
  return /*#__PURE__*/React__default.createElement(Fragment, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "umwd-components",
3
- "version": "0.1.192",
3
+ "version": "0.1.193",
4
4
  "description": "UMWD Component library",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -238,7 +238,7 @@ function ScrollNavbar({ data }: { readonly data: NavbarProps }) {
238
238
  <Link
239
239
  href="/"
240
240
  style={{
241
- color: theme.palette.text.primary,
241
+ color: theme.palette.primary.contrastText,
242
242
  textDecoration: "none",
243
243
  cursor: "pointer",
244
244
  }}
@@ -292,12 +292,12 @@ function ScrollNavbar({ data }: { readonly data: NavbarProps }) {
292
292
  borderRadius: "50%",
293
293
  p: 0,
294
294
  minWidth: "unset",
295
- color: "text.primary",
295
+ color: "primary.contrastText",
296
296
  boxShadow:
297
297
  "0px 3px 5px -1px rgba(0,0,0,0.2),0px 6px 10px 0px rgba(0,0,0,0.14),0px 1px 18px 0px rgba(0,0,0,0.12)",
298
298
  }}
299
299
  >
300
- <MoreVertIcon sx={{ color: "text.primary" }} />
300
+ <MoreVertIcon sx={{ color: "primary.contrastText" }} />
301
301
  </Button>
302
302
 
303
303
  <Dialog
@@ -314,7 +314,7 @@ function ScrollNavbar({ data }: { readonly data: NavbarProps }) {
314
314
  <Link
315
315
  href="/"
316
316
  style={{
317
- color: theme.palette.text.primary,
317
+ color: theme.palette.primary.contrastText,
318
318
  textDecoration: "none",
319
319
  cursor: "pointer",
320
320
  }}
@@ -370,13 +370,13 @@ function ScrollNavbar({ data }: { readonly data: NavbarProps }) {
370
370
  borderRadius: "50%",
371
371
  p: 0,
372
372
  minWidth: "unset",
373
- color: "text.primary",
373
+ color: "primary.contrastText",
374
374
  boxShadow:
375
375
  "0px 3px 5px -1px rgba(0,0,0,0.2),0px 6px 10px 0px rgba(0,0,0,0.14),0px 1px 18px 0px rgba(0,0,0,0.12)",
376
376
  }}
377
377
  aria-label="close"
378
378
  >
379
- <CloseIcon sx={{ color: "text.primary" }} />
379
+ <CloseIcon sx={{ color: "primary.contrastText" }} />
380
380
  </Button>
381
381
  </Toolbar>
382
382
  </Container>