@algorithm-shift/design-system 1.3.106 → 1.3.108

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.css CHANGED
@@ -688,6 +688,9 @@
688
688
  .max-h-0 {
689
689
  max-height: calc(var(--spacing) * 0);
690
690
  }
691
+ .max-h-56 {
692
+ max-height: calc(var(--spacing) * 56);
693
+ }
691
694
  .max-h-60 {
692
695
  max-height: calc(var(--spacing) * 60);
693
696
  }
@@ -751,9 +754,6 @@
751
754
  .w-3 {
752
755
  width: calc(var(--spacing) * 3);
753
756
  }
754
- .w-3\/4 {
755
- width: calc(3/4 * 100%);
756
- }
757
757
  .w-4 {
758
758
  width: calc(var(--spacing) * 4);
759
759
  }
@@ -1194,10 +1194,18 @@
1194
1194
  border-right-style: var(--tw-border-style);
1195
1195
  border-right-width: 1px;
1196
1196
  }
1197
+ .border-r-0 {
1198
+ border-right-style: var(--tw-border-style);
1199
+ border-right-width: 0px;
1200
+ }
1197
1201
  .border-b {
1198
1202
  border-bottom-style: var(--tw-border-style);
1199
1203
  border-bottom-width: 1px;
1200
1204
  }
1205
+ .border-b-0 {
1206
+ border-bottom-style: var(--tw-border-style);
1207
+ border-bottom-width: 0px;
1208
+ }
1201
1209
  .border-b-2 {
1202
1210
  border-bottom-style: var(--tw-border-style);
1203
1211
  border-bottom-width: 2px;