@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.
- package/dist/{StudioUI-FYL5JXZR.js → StudioUI-6WP6V2GV.js} +9 -9
- package/dist/{StudioUI-FYL5JXZR.js.map → StudioUI-6WP6V2GV.js.map} +1 -1
- package/dist/{StudioUI-42F2PQHP.mjs → StudioUI-OAOI5YEO.mjs} +9 -9
- package/dist/StudioUI-OAOI5YEO.mjs.map +1 -0
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/dist/StudioUI-42F2PQHP.mjs.map +0 -1
|
@@ -1715,27 +1715,27 @@ var styles4 = {
|
|
|
1715
1715
|
`,
|
|
1716
1716
|
tooltip: _react3.css`
|
|
1717
1717
|
position: absolute;
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
transform:
|
|
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-
|
|
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
|
-
|
|
1735
|
-
|
|
1736
|
-
transform:
|
|
1734
|
+
left: 100%;
|
|
1735
|
+
top: 50%;
|
|
1736
|
+
transform: translateY(-50%);
|
|
1737
1737
|
border: 4px solid transparent;
|
|
1738
|
-
border-
|
|
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-
|
|
3147
|
+
//# sourceMappingURL=StudioUI-6WP6V2GV.js.map
|