@texturehq/edges 1.37.0 → 1.38.0

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
@@ -6214,9 +6214,6 @@
6214
6214
  .\[scrollbar-width\:none\] {
6215
6215
  scrollbar-width: none;
6216
6216
  }
6217
- .inline-3 {
6218
- inline-size: var(--spacing-3);
6219
- }
6220
6217
  .ring-inset {
6221
6218
  --tw-ring-inset: inset;
6222
6219
  }
@@ -7278,11 +7275,6 @@
7278
7275
  color: var(--color-text-primary);
7279
7276
  }
7280
7277
  }
7281
- .data-\[focused\]\:opacity-100 {
7282
- &[data-focused] {
7283
- opacity: 100%;
7284
- }
7285
- }
7286
7278
  .data-\[focused\]\:ring-2 {
7287
7279
  &[data-focused] {
7288
7280
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
@@ -7321,11 +7313,6 @@
7321
7313
  font-weight: var(--font-weight-medium);
7322
7314
  }
7323
7315
  }
7324
- .data-\[selected\]\:opacity-100 {
7325
- &[data-selected] {
7326
- opacity: 100%;
7327
- }
7328
- }
7329
7316
  .supports-\[-moz-appearance\:none\]\:bg-background-muted {
7330
7317
  @supports (-moz-appearance:none) {
7331
7318
  background-color: var(--color-background-muted);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@texturehq/edges",
3
- "version": "1.37.0",
3
+ "version": "1.38.0",
4
4
  "author": "Nicholas Brown <nick@texturehq.com>",
5
5
  "description": "A shared component library for Texture",
6
6
  "type": "module",