@cyber-harbour/ui 1.0.42 → 1.0.44

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cyber-harbour/ui",
3
- "version": "1.0.42",
3
+ "version": "1.0.44",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",
@@ -45,7 +45,7 @@ export const StyledContainer = styled.div<StyledContainerProps>(
45
45
 
46
46
  & > aside {
47
47
  grid-area: sidebar;
48
- max-height: 100vh;
48
+ max-height: 100dvh;
49
49
  }
50
50
 
51
51
  & > main {
@@ -488,7 +488,7 @@ export const darkThemePx: Theme = {
488
488
  boxShadow: 'none',
489
489
  },
490
490
  disabled: {
491
- background: '#FAFAFA',
491
+ background: '#080A0C',
492
492
  text: '#99989C',
493
493
  border: ' #1E2226',
494
494
  boxShadow: 'none',
@@ -529,7 +529,7 @@ export const darkThemePx: Theme = {
529
529
  boxShadow: 'none',
530
530
  },
531
531
  disabled: {
532
- background: '#FAFAFA',
532
+ background: '#080A0C',
533
533
  text: '#99989C',
534
534
  border: ' none',
535
535
  boxShadow: 'none',
@@ -558,7 +558,7 @@ export const darkThemePx: Theme = {
558
558
  boxShadow: 'none',
559
559
  },
560
560
  disabled: {
561
- background: '#FAFAFA',
561
+ background: '#080A0C',
562
562
  text: '#99989C',
563
563
  border: ' none',
564
564
  boxShadow: 'none',
@@ -623,7 +623,7 @@ export const darkThemePx: Theme = {
623
623
  icon: '#C93939',
624
624
  },
625
625
  disabled: {
626
- background: '#FAFAFA',
626
+ background: '#080A0C',
627
627
  text: '#99989C',
628
628
  placeholder: '#99989C',
629
629
  border: ' #1E2226',
@@ -657,7 +657,7 @@ export const darkThemePx: Theme = {
657
657
  icon: '#C93939',
658
658
  },
659
659
  disabled: {
660
- background: '#FAFAFA',
660
+ background: 'transparent',
661
661
  text: '#99989C',
662
662
  placeholder: '#99989C',
663
663
  border: 'transparent',