@gallop.software/studio 0.1.49 → 0.1.50

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.
@@ -1715,27 +1715,27 @@ var styles4 = {
1715
1715
  `,
1716
1716
  tooltip: _react3.css`
1717
1717
  position: absolute;
1718
- bottom: 100%;
1719
- left: 50%;
1720
- transform: translateX(-50%);
1718
+ top: 50%;
1719
+ right: 100%;
1720
+ transform: translateY(-50%);
1721
1721
  background: #1a1f36;
1722
1722
  color: white;
1723
1723
  padding: 4px 8px;
1724
1724
  border-radius: 4px;
1725
1725
  font-size: 12px;
1726
1726
  white-space: nowrap;
1727
- margin-bottom: 6px;
1727
+ margin-right: 6px;
1728
1728
  pointer-events: none;
1729
1729
  z-index: 100;
1730
1730
 
1731
1731
  &::after {
1732
1732
  content: '';
1733
1733
  position: absolute;
1734
- top: 100%;
1735
- left: 50%;
1736
- transform: translateX(-50%);
1734
+ left: 100%;
1735
+ top: 50%;
1736
+ transform: translateY(-50%);
1737
1737
  border: 4px solid transparent;
1738
- border-top-color: #1a1f36;
1738
+ border-left-color: #1a1f36;
1739
1739
  }
1740
1740
  `,
1741
1741
  nameCell: _react3.css`
@@ -3144,4 +3144,4 @@ var StudioUI_default = StudioUI;
3144
3144
 
3145
3145
 
3146
3146
  exports.StudioUI = StudioUI; exports.default = StudioUI_default;
3147
- //# sourceMappingURL=StudioUI-FYL5JXZR.js.map
3147
+ //# sourceMappingURL=StudioUI-6WP6V2GV.js.map