3h1-ui 3.0.0-next.78 → 3.0.0-next.79

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/es/style.css CHANGED
@@ -8731,7 +8731,7 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
8731
8731
  display: flex;
8732
8732
  flex-direction: column;
8733
8733
  overflow: hidden;
8734
- background: #fff;
8734
+ background-color: var(--theme);
8735
8735
  padding-top: 16px;
8736
8736
  }
8737
8737
  .shy-container-nav {
@@ -8776,8 +8776,8 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
8776
8776
  justify-content: center;
8777
8777
  align-items: center;
8778
8778
  gap: 8px;
8779
- border-top: 1px solid var(--gray-3);
8780
- background-color: var(--gray-1);
8779
+ border-top: 1px solid var(--gray-2);
8780
+ background-color: var(--gray-0);
8781
8781
  }
8782
8782
  .shy-container-footer-buttons {
8783
8783
  display: flex;
package/lib/style.css CHANGED
@@ -8731,7 +8731,7 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
8731
8731
  display: flex;
8732
8732
  flex-direction: column;
8733
8733
  overflow: hidden;
8734
- background: #fff;
8734
+ background-color: var(--theme);
8735
8735
  padding-top: 16px;
8736
8736
  }
8737
8737
  .shy-container-nav {
@@ -8776,8 +8776,8 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
8776
8776
  justify-content: center;
8777
8777
  align-items: center;
8778
8778
  gap: 8px;
8779
- border-top: 1px solid var(--gray-3);
8780
- background-color: var(--gray-1);
8779
+ border-top: 1px solid var(--gray-2);
8780
+ background-color: var(--gray-0);
8781
8781
  }
8782
8782
  .shy-container-footer-buttons {
8783
8783
  display: flex;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "3h1-ui",
3
- "version": "3.0.0-next.78",
3
+ "version": "3.0.0-next.79",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",