@cerebruminc/cerebellum 16.9.1 → 16.9.2

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/lib/cjs/index.cjs CHANGED
@@ -141,7 +141,7 @@ var LayoutSidebar = require('./LayoutSidebar.cjs');
141
141
  var NavLayout = require('./NavLayout.cjs');
142
142
  var NotFound = require('./NotFound.cjs');
143
143
  require('./TableStyles-LP58bzNT.js');
144
- var mantineTheme = require('./mantineTheme-B5n__TFn.js');
144
+ var mantineTheme = require('./mantineTheme-DQbjRHNd.js');
145
145
  var notifications = require('./notifications.cjs');
146
146
  require('@mantine/modals');
147
147
  var core = require('@mantine/core');
@@ -372,6 +372,9 @@ var createCustomMantineTheme = function (brandColor) {
372
372
  withCloseButton: false,
373
373
  radius: "10px",
374
374
  centered: true,
375
+ closeButtonProps: {
376
+ "aria-label": "Close",
377
+ },
375
378
  overlayProps: {
376
379
  backgroundOpacity: 0.5,
377
380
  color: "var(--mantine-color-blue-7)",
@@ -410,6 +413,11 @@ var createCustomMantineTheme = function (brandColor) {
410
413
  backgroundImage: "linear-gradient(90deg, transparent calc(0% + 10px), rgba(0, 0, 0, 0.2) calc(0% + 10px) calc(100% - 10px), transparent calc(100% - 10px))",
411
414
  },
412
415
  },
416
+ close: {
417
+ position: "absolute",
418
+ top: "19px",
419
+ right: "22px",
420
+ },
413
421
  }); },
414
422
  },
415
423
  Text: {
@@ -621,4 +629,4 @@ var createCustomMantineTheme = function (brandColor) {
621
629
  exports.createCustomMantineTheme = createCustomMantineTheme;
622
630
  exports.fontWeightMap = fontWeightMap;
623
631
  exports.notificationClasses = notificationClasses;
624
- //# sourceMappingURL=mantineTheme-B5n__TFn.js.map
632
+ //# sourceMappingURL=mantineTheme-DQbjRHNd.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"mantineTheme-Uj5iwIuZ.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"mantineTheme-DQbjRHNd.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -3,7 +3,7 @@
3
3
  require('./_tslib-Dyx5fplN.js');
4
4
  require('@mantine/core');
5
5
  require('react');
6
- var mantineTheme = require('./mantineTheme-B5n__TFn.js');
6
+ var mantineTheme = require('./mantineTheme-DQbjRHNd.js');
7
7
  require('react/jsx-runtime');
8
8
 
9
9
 
@@ -4,7 +4,7 @@ var _tslib = require('./_tslib-Dyx5fplN.js');
4
4
  var jsxRuntime = require('react/jsx-runtime');
5
5
  var core = require('@mantine/core');
6
6
  var notifications = require('@mantine/notifications');
7
- var mantineTheme = require('./mantineTheme-B5n__TFn.js');
7
+ var mantineTheme = require('./mantineTheme-DQbjRHNd.js');
8
8
  require('react');
9
9
 
10
10
  console.log("notificationClasses", mantineTheme.notificationClasses);
package/lib/esm/index.js CHANGED
@@ -144,7 +144,7 @@ export { LayoutSidebar } from './LayoutSidebar.js';
144
144
  export { NavLayout } from './NavLayout.js';
145
145
  export { NotFound } from './NotFound.js';
146
146
  import './TableStyles-mmf63nBL.js';
147
- export { c as createCustomMantineTheme, f as fontWeightMap } from './mantineTheme-Uj5iwIuZ.js';
147
+ export { c as createCustomMantineTheme, f as fontWeightMap } from './mantineTheme-m970uRAW.js';
148
148
  export { showBar, showDialog, showToast } from './notifications.js';
149
149
  import '@mantine/modals';
150
150
  export { Modal as MantineModal } from '@mantine/core';
@@ -366,6 +366,9 @@ var createCustomMantineTheme = function (brandColor) {
366
366
  withCloseButton: false,
367
367
  radius: "10px",
368
368
  centered: true,
369
+ closeButtonProps: {
370
+ "aria-label": "Close",
371
+ },
369
372
  overlayProps: {
370
373
  backgroundOpacity: 0.5,
371
374
  color: "var(--mantine-color-blue-7)",
@@ -404,6 +407,11 @@ var createCustomMantineTheme = function (brandColor) {
404
407
  backgroundImage: "linear-gradient(90deg, transparent calc(0% + 10px), rgba(0, 0, 0, 0.2) calc(0% + 10px) calc(100% - 10px), transparent calc(100% - 10px))",
405
408
  },
406
409
  },
410
+ close: {
411
+ position: "absolute",
412
+ top: "19px",
413
+ right: "22px",
414
+ },
407
415
  }); },
408
416
  },
409
417
  Text: {
@@ -613,4 +621,4 @@ var createCustomMantineTheme = function (brandColor) {
613
621
  };
614
622
 
615
623
  export { createCustomMantineTheme as c, fontWeightMap as f, notificationClasses as n };
616
- //# sourceMappingURL=mantineTheme-Uj5iwIuZ.js.map
624
+ //# sourceMappingURL=mantineTheme-m970uRAW.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"mantineTheme-B5n__TFn.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"mantineTheme-m970uRAW.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,6 +1,6 @@
1
1
  import './_tslib-CJST4YbA.js';
2
2
  import '@mantine/core';
3
3
  import 'react';
4
- export { c as createCustomMantineTheme, f as fontWeightMap } from './mantineTheme-Uj5iwIuZ.js';
4
+ export { c as createCustomMantineTheme, f as fontWeightMap } from './mantineTheme-m970uRAW.js';
5
5
  import 'react/jsx-runtime';
6
6
  //# sourceMappingURL=mantineTheme.js.map
@@ -2,7 +2,7 @@ import { _ as __assign, e as __rest } from './_tslib-CJST4YbA.js';
2
2
  import { jsxs, jsx } from 'react/jsx-runtime';
3
3
  import { Group, Text, Anchor, Button } from '@mantine/core';
4
4
  import { notifications } from '@mantine/notifications';
5
- import { n as notificationClasses, f as fontWeightMap } from './mantineTheme-Uj5iwIuZ.js';
5
+ import { n as notificationClasses, f as fontWeightMap } from './mantineTheme-m970uRAW.js';
6
6
  import 'react';
7
7
 
8
8
  console.log("notificationClasses", notificationClasses);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cerebruminc/cerebellum",
3
- "version": "16.9.1",
3
+ "version": "16.9.2",
4
4
  "description": "Cerebrum's React Component Library",
5
5
  "type": "module",
6
6
  "main": "lib/cjs/index.cjs",