@ballistix.digital/react-components 0.4.26 → 0.4.27

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.esm.js CHANGED
@@ -322,7 +322,7 @@ var ButtonElement = function (props) {
322
322
  var result = deepCopyObject(styles$h.base);
323
323
  var keys = calculateNestedKeys(styles$h.base);
324
324
  keys.forEach(function (key) {
325
- set(result, key, toClassName(get(styles$h.base, key), type && get(styles$h[type], key), size && get(styles$h[size], key), figure && get(styles$h[figure], key), status && get(styles$h[status], key), isDisabled && get(styles$h.disabled[key], key), get(stylesOverrides, key)));
325
+ set(result, key, toClassName(get(styles$h.base, key), type && get(styles$h[type], key), size && get(styles$h[size], key), figure && get(styles$h[figure], key), status && get(styles$h[status], key), isDisabled && get(styles$h.disabled, key), get(stylesOverrides, key)));
326
326
  });
327
327
  return result;
328
328
  };
@@ -380,7 +380,7 @@ var error = {
380
380
  content: 'flex items-center',
381
381
  };
382
382
  var disabled$1 = {
383
- container: 'opacity-20 cursor-not-allowed',
383
+ container: '!opacity-20 !cursor-not-allowed',
384
384
  };
385
385
  var styles$h = {
386
386
  base: base$g,
@@ -17616,7 +17616,7 @@ var base$2 = {
17616
17616
  },
17617
17617
  },
17618
17618
  layout: {
17619
- container: 'fixed inset-0 z-10 overflow-y-auto',
17619
+ container: 'fixed inset-0 z-40 overflow-y-auto',
17620
17620
  content: 'flex min-h-full items-end justify-center p-4 text-center sm:items-center sm:p-0',
17621
17621
  },
17622
17622
  panel: {
package/dist/index.js CHANGED
@@ -332,7 +332,7 @@ var ButtonElement = function (props) {
332
332
  var result = deepCopyObject(styles$h.base);
333
333
  var keys = calculateNestedKeys(styles$h.base);
334
334
  keys.forEach(function (key) {
335
- lodash.set(result, key, toClassName(lodash.get(styles$h.base, key), type && lodash.get(styles$h[type], key), size && lodash.get(styles$h[size], key), figure && lodash.get(styles$h[figure], key), status && lodash.get(styles$h[status], key), isDisabled && lodash.get(styles$h.disabled[key], key), lodash.get(stylesOverrides, key)));
335
+ lodash.set(result, key, toClassName(lodash.get(styles$h.base, key), type && lodash.get(styles$h[type], key), size && lodash.get(styles$h[size], key), figure && lodash.get(styles$h[figure], key), status && lodash.get(styles$h[status], key), isDisabled && lodash.get(styles$h.disabled, key), lodash.get(stylesOverrides, key)));
336
336
  });
337
337
  return result;
338
338
  };
@@ -390,7 +390,7 @@ var error = {
390
390
  content: 'flex items-center',
391
391
  };
392
392
  var disabled$1 = {
393
- container: 'opacity-20 cursor-not-allowed',
393
+ container: '!opacity-20 !cursor-not-allowed',
394
394
  };
395
395
  var styles$h = {
396
396
  base: base$g,
@@ -17626,7 +17626,7 @@ var base$2 = {
17626
17626
  },
17627
17627
  },
17628
17628
  layout: {
17629
- container: 'fixed inset-0 z-10 overflow-y-auto',
17629
+ container: 'fixed inset-0 z-40 overflow-y-auto',
17630
17630
  content: 'flex min-h-full items-end justify-center p-4 text-center sm:items-center sm:p-0',
17631
17631
  },
17632
17632
  panel: {
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "email": "info@ballistix.digital",
8
8
  "url": "https://ballistix.digital"
9
9
  },
10
- "version": "0.4.26",
10
+ "version": "0.4.27",
11
11
  "private": false,
12
12
  "main": "dist/index.js",
13
13
  "module": "dist/index.esm.js",