@texturehq/edges 5.0.1 → 5.1.5

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
@@ -2663,6 +2663,9 @@
2663
2663
  .aspect-video {
2664
2664
  aspect-ratio: var(--aspect-video);
2665
2665
  }
2666
+ .\!h-4 {
2667
+ height: var(--spacing-4) !important;
2668
+ }
2666
2669
  .h-0\.5 {
2667
2670
  height: calc(var(--spacing) * 0.5);
2668
2671
  }
@@ -2780,6 +2783,9 @@
2780
2783
  .max-h-60 {
2781
2784
  max-height: var(--spacing-60);
2782
2785
  }
2786
+ .max-h-\[260px\] {
2787
+ max-height: 260px;
2788
+ }
2783
2789
  .max-h-\[300px\] {
2784
2790
  max-height: 300px;
2785
2791
  }
@@ -2819,6 +2825,9 @@
2819
2825
  .min-h-\[300px\] {
2820
2826
  min-height: 300px;
2821
2827
  }
2828
+ .\!w-4 {
2829
+ width: var(--spacing-4) !important;
2830
+ }
2822
2831
  .w-0 {
2823
2832
  width: var(--spacing-0);
2824
2833
  }
@@ -5869,6 +5878,10 @@
5869
5878
  .italic {
5870
5879
  font-style: italic;
5871
5880
  }
5881
+ .ordinal {
5882
+ --tw-ordinal: ordinal;
5883
+ font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
5884
+ }
5872
5885
  .tabular-nums {
5873
5886
  --tw-numeric-spacing: tabular-nums;
5874
5887
  font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
@@ -6159,6 +6172,11 @@
6159
6172
  --tw-outline-style: none;
6160
6173
  outline-style: none;
6161
6174
  }
6175
+ .select-all {
6176
+ -webkit-user-select: all;
6177
+ -moz-user-select: all;
6178
+ user-select: all;
6179
+ }
6162
6180
  .select-none {
6163
6181
  -webkit-user-select: none;
6164
6182
  -moz-user-select: none;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@texturehq/edges",
3
- "version": "5.0.1",
3
+ "version": "5.1.5",
4
4
  "author": "Nicholas Brown <nick@texturehq.com>",
5
5
  "description": "A shared component library for Texture",
6
6
  "type": "module",