@ynput/ayon-react-components 1.15.15 → 1.15.16

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.
@@ -23672,10 +23672,13 @@ const HCe = oe(zCe)`
23672
23672
  min-width: 120px;
23673
23673
  display: flex;
23674
23674
  align-items: center;
23675
- justify-content: space-between;
23676
23675
  gap: 4px;
23677
23676
  height: var(--base-input-size);
23678
23677
  line-height: var(--base-input-size);
23678
+
23679
+ .shortcut {
23680
+ margin-left: 0;
23681
+ }
23679
23682
  }
23680
23683
 
23681
23684
  .field {
@@ -2477,10 +2477,13 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
2477
2477
  min-width: 120px;
2478
2478
  display: flex;
2479
2479
  align-items: center;
2480
- justify-content: space-between;
2481
2480
  gap: 4px;
2482
2481
  height: var(--base-input-size);
2483
2482
  line-height: var(--base-input-size);
2483
+
2484
+ .shortcut {
2485
+ margin-left: 0;
2486
+ }
2484
2487
  }
2485
2488
 
2486
2489
  .field {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ynput/ayon-react-components",
3
3
  "private": false,
4
- "version": "1.15.15",
4
+ "version": "1.15.16",
5
5
  "type": "module",
6
6
  "repository": {
7
7
  "type": "git",