@texturehq/edges 1.35.0 → 1.35.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
@@ -4976,6 +4976,9 @@
4976
4976
  .pt-4 {
4977
4977
  padding-top: var(--spacing-4);
4978
4978
  }
4979
+ .pt-6 {
4980
+ padding-top: var(--spacing-6);
4981
+ }
4979
4982
  .pt-8 {
4980
4983
  padding-top: var(--spacing-8);
4981
4984
  }
@@ -5009,8 +5012,8 @@
5009
5012
  .pr-12 {
5010
5013
  padding-right: var(--spacing-12);
5011
5014
  }
5012
- .pb-1 {
5013
- padding-bottom: var(--spacing-1);
5015
+ .pb-1\.5 {
5016
+ padding-bottom: calc(var(--spacing) * 1.5);
5014
5017
  }
5015
5018
  .pb-2 {
5016
5019
  padding-bottom: var(--spacing-2);
@@ -5111,6 +5114,9 @@
5111
5114
  .text-\[1rem\] {
5112
5115
  font-size: 1rem;
5113
5116
  }
5117
+ .text-\[10px\] {
5118
+ font-size: 10px;
5119
+ }
5114
5120
  .text-\[15px\] {
5115
5121
  font-size: 15px;
5116
5122
  }
@@ -5174,6 +5180,10 @@
5174
5180
  --tw-font-weight: var(--font-weight-semibold);
5175
5181
  font-weight: var(--font-weight-semibold);
5176
5182
  }
5183
+ .tracking-\[0\.08em\] {
5184
+ --tw-tracking: 0.08em;
5185
+ letter-spacing: 0.08em;
5186
+ }
5177
5187
  .tracking-tight {
5178
5188
  --tw-tracking: var(--tracking-tight);
5179
5189
  letter-spacing: var(--tracking-tight);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@texturehq/edges",
3
- "version": "1.35.0",
3
+ "version": "1.35.2",
4
4
  "author": "Nicholas Brown <nick@texturehq.com>",
5
5
  "description": "A shared component library for Texture",
6
6
  "type": "module",