@tangle-network/sandbox-ui 0.24.0 → 0.24.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/dist/styles.css CHANGED
@@ -744,6 +744,9 @@
744
744
  .max-h-60 {
745
745
  max-height: calc(var(--spacing) * 60);
746
746
  }
747
+ .max-h-64 {
748
+ max-height: calc(var(--spacing) * 64);
749
+ }
747
750
  .max-h-72 {
748
751
  max-height: calc(var(--spacing) * 72);
749
752
  }
@@ -837,6 +840,9 @@
837
840
  .w-1\/4 {
838
841
  width: calc(1 / 4 * 100%);
839
842
  }
843
+ .w-1\/5 {
844
+ width: calc(1 / 5 * 100%);
845
+ }
840
846
  .w-2 {
841
847
  width: calc(var(--spacing) * 2);
842
848
  }
@@ -846,6 +852,9 @@
846
852
  .w-2\/3 {
847
853
  width: calc(2 / 3 * 100%);
848
854
  }
855
+ .w-2\/5 {
856
+ width: calc(2 / 5 * 100%);
857
+ }
849
858
  .w-3 {
850
859
  width: calc(var(--spacing) * 3);
851
860
  }
@@ -1514,6 +1523,9 @@
1514
1523
  .rounded-\[2px\] {
1515
1524
  border-radius: 2px;
1516
1525
  }
1526
+ .rounded-\[4px\] {
1527
+ border-radius: 4px;
1528
+ }
1517
1529
  .rounded-\[18px\] {
1518
1530
  border-radius: 18px;
1519
1531
  }
@@ -3672,21 +3684,11 @@
3672
3684
  display: none;
3673
3685
  }
3674
3686
  }
3675
- .sm\:mx-3 {
3676
- @media (width >= 40rem) {
3677
- margin-inline: calc(var(--spacing) * 3);
3678
- }
3679
- }
3680
3687
  .sm\:inline {
3681
3688
  @media (width >= 40rem) {
3682
3689
  display: inline;
3683
3690
  }
3684
3691
  }
3685
- .sm\:w-8 {
3686
- @media (width >= 40rem) {
3687
- width: calc(var(--spacing) * 8);
3688
- }
3689
- }
3690
3692
  .sm\:grid-cols-2 {
3691
3693
  @media (width >= 40rem) {
3692
3694
  grid-template-columns: repeat(2, minmax(0, 1fr));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tangle-network/sandbox-ui",
3
- "version": "0.24.0",
3
+ "version": "0.24.2",
4
4
  "description": "Unified UI component library for Tangle Sandbox — primitives, chat, dashboard, terminal, editor, and workspace components",
5
5
  "repository": {
6
6
  "type": "git",