@gallop.software/studio 0.1.42 → 0.1.44
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-QIBGKT2H.js → StudioUI-CTTMF6ET.js} +70 -155
- package/dist/StudioUI-CTTMF6ET.js.map +1 -0
- package/dist/{StudioUI-K7RC2ZJE.mjs → StudioUI-FRELPTRA.mjs} +70 -155
- package/dist/StudioUI-FRELPTRA.mjs.map +1 -0
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/dist/StudioUI-K7RC2ZJE.mjs.map +0 -1
- package/dist/StudioUI-QIBGKT2H.js.map +0 -1
|
@@ -1077,6 +1077,7 @@ var styles3 = {
|
|
|
1077
1077
|
|
|
1078
1078
|
&:hover {
|
|
1079
1079
|
border-color: ${_chunkUFCWGUAGjs.colors.primary};
|
|
1080
|
+
box-shadow: 0 0 0 1px ${_chunkUFCWGUAGjs.colors.primary};
|
|
1080
1081
|
}
|
|
1081
1082
|
`,
|
|
1082
1083
|
parentItem: _react3.css`
|
|
@@ -1124,7 +1125,7 @@ var styles3 = {
|
|
|
1124
1125
|
folderIcon: _react3.css`
|
|
1125
1126
|
width: 56px;
|
|
1126
1127
|
height: 56px;
|
|
1127
|
-
color: #
|
|
1128
|
+
color: #5469d4;
|
|
1128
1129
|
`,
|
|
1129
1130
|
imagesFolderIcon: _react3.css`
|
|
1130
1131
|
width: 56px;
|
|
@@ -1210,12 +1211,11 @@ var styles3 = {
|
|
|
1210
1211
|
top: 8px;
|
|
1211
1212
|
right: 8px;
|
|
1212
1213
|
z-index: 10;
|
|
1213
|
-
height:
|
|
1214
|
-
width:
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
border: 1px solid ${_chunkUFCWGUAGjs.colors.border};
|
|
1214
|
+
height: 28px;
|
|
1215
|
+
width: 28px;
|
|
1216
|
+
color: ${_chunkUFCWGUAGjs.colors.textMuted};
|
|
1217
|
+
background: transparent;
|
|
1218
|
+
border: none;
|
|
1219
1219
|
padding: 0;
|
|
1220
1220
|
cursor: pointer;
|
|
1221
1221
|
border-radius: 4px;
|
|
@@ -1223,50 +1223,25 @@ var styles3 = {
|
|
|
1223
1223
|
display: flex;
|
|
1224
1224
|
align-items: center;
|
|
1225
1225
|
justify-content: center;
|
|
1226
|
-
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
|
|
1227
1226
|
|
|
1228
1227
|
&:hover {
|
|
1229
|
-
background: ${_chunkUFCWGUAGjs.colors.surfaceHover};
|
|
1230
|
-
border-color: ${_chunkUFCWGUAGjs.colors.borderHover};
|
|
1231
1228
|
color: ${_chunkUFCWGUAGjs.colors.text};
|
|
1232
1229
|
}
|
|
1233
1230
|
`,
|
|
1234
1231
|
copyIcon: _react3.css`
|
|
1235
|
-
width:
|
|
1236
|
-
height:
|
|
1232
|
+
width: 18px;
|
|
1233
|
+
height: 18px;
|
|
1237
1234
|
`,
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
bottom: 100%;
|
|
1241
|
-
left: 50%;
|
|
1242
|
-
transform: translateX(-50%);
|
|
1243
|
-
background: #1a1f36;
|
|
1244
|
-
color: white;
|
|
1245
|
-
padding: 4px 8px;
|
|
1246
|
-
border-radius: 4px;
|
|
1247
|
-
font-size: 12px;
|
|
1248
|
-
white-space: nowrap;
|
|
1249
|
-
margin-bottom: 6px;
|
|
1250
|
-
pointer-events: none;
|
|
1251
|
-
z-index: 100;
|
|
1252
|
-
|
|
1253
|
-
&::after {
|
|
1254
|
-
content: '';
|
|
1255
|
-
position: absolute;
|
|
1256
|
-
top: 100%;
|
|
1257
|
-
left: 50%;
|
|
1258
|
-
transform: translateX(-50%);
|
|
1259
|
-
border: 4px solid transparent;
|
|
1260
|
-
border-top-color: #1a1f36;
|
|
1261
|
-
}
|
|
1235
|
+
copyBtnFlash: _react3.css`
|
|
1236
|
+
color: ${_chunkUFCWGUAGjs.colors.success};
|
|
1262
1237
|
`,
|
|
1263
1238
|
openBtn: _react3.css`
|
|
1264
1239
|
position: absolute;
|
|
1265
1240
|
bottom: 8px;
|
|
1266
1241
|
right: 8px;
|
|
1267
1242
|
z-index: 10;
|
|
1268
|
-
height:
|
|
1269
|
-
font-size: ${_chunkUFCWGUAGjs.fontSize.
|
|
1243
|
+
height: 28px;
|
|
1244
|
+
font-size: ${_chunkUFCWGUAGjs.fontSize.sm};
|
|
1270
1245
|
font-weight: 500;
|
|
1271
1246
|
color: ${_chunkUFCWGUAGjs.colors.primary};
|
|
1272
1247
|
background: ${_chunkUFCWGUAGjs.colors.surface};
|
|
@@ -1494,16 +1469,13 @@ function GridItem({ item, isSelected, onClick, onOpen, onGenerateThumbnail }) {
|
|
|
1494
1469
|
),
|
|
1495
1470
|
item.cdnSynced && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { css: styles3.cdnBadge, children: "CDN" }),
|
|
1496
1471
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { css: styles3.content, children: [
|
|
1497
|
-
/* @__PURE__ */ _jsxruntime.
|
|
1472
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
1498
1473
|
"button",
|
|
1499
1474
|
{
|
|
1500
|
-
css: styles3.copyBtn,
|
|
1475
|
+
css: [styles3.copyBtn, showCopied && styles3.copyBtnFlash],
|
|
1501
1476
|
onClick: handleCopyPath,
|
|
1502
1477
|
title: "Copy file path",
|
|
1503
|
-
children:
|
|
1504
|
-
showCopied && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { css: styles3.tooltip, children: "Copied!" }),
|
|
1505
|
-
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "svg", { css: styles3.copyIcon, fill: "none", stroke: "currentColor", viewBox: "0 0 24 24", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "path", { strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M8 16H6a2 2 0 01-2-2V6a2 2 0 012-2h8a2 2 0 012 2v2m-6 12h8a2 2 0 002-2v-8a2 2 0 00-2-2h-8a2 2 0 00-2 2v8a2 2 0 002 2z" }) })
|
|
1506
|
-
]
|
|
1478
|
+
children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "svg", { css: styles3.copyIcon, fill: "none", stroke: "currentColor", viewBox: "0 0 24 24", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "path", { strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2" }) })
|
|
1507
1479
|
}
|
|
1508
1480
|
),
|
|
1509
1481
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
@@ -1682,11 +1654,16 @@ var styles4 = {
|
|
|
1682
1654
|
cursor: pointer;
|
|
1683
1655
|
display: block;
|
|
1684
1656
|
`,
|
|
1657
|
+
actionsCell: _react3.css`
|
|
1658
|
+
display: flex;
|
|
1659
|
+
align-items: center;
|
|
1660
|
+
justify-content: flex-end;
|
|
1661
|
+
gap: 8px;
|
|
1662
|
+
`,
|
|
1685
1663
|
copyBtn: _react3.css`
|
|
1686
|
-
position: relative;
|
|
1687
1664
|
flex-shrink: 0;
|
|
1688
|
-
height:
|
|
1689
|
-
width:
|
|
1665
|
+
height: 32px;
|
|
1666
|
+
width: 32px;
|
|
1690
1667
|
font-size: ${_chunkUFCWGUAGjs.fontSize.xs};
|
|
1691
1668
|
color: ${_chunkUFCWGUAGjs.colors.textSecondary};
|
|
1692
1669
|
background: ${_chunkUFCWGUAGjs.colors.surface};
|
|
@@ -1705,34 +1682,14 @@ var styles4 = {
|
|
|
1705
1682
|
color: ${_chunkUFCWGUAGjs.colors.text};
|
|
1706
1683
|
}
|
|
1707
1684
|
`,
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1685
|
+
copyBtnFlash: _react3.css`
|
|
1686
|
+
background: ${_chunkUFCWGUAGjs.colors.successLight};
|
|
1687
|
+
border-color: ${_chunkUFCWGUAGjs.colors.success};
|
|
1688
|
+
color: ${_chunkUFCWGUAGjs.colors.success};
|
|
1711
1689
|
`,
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
left: 50%;
|
|
1716
|
-
transform: translateX(-50%);
|
|
1717
|
-
background: #1a1f36;
|
|
1718
|
-
color: white;
|
|
1719
|
-
padding: 4px 8px;
|
|
1720
|
-
border-radius: 4px;
|
|
1721
|
-
font-size: 12px;
|
|
1722
|
-
white-space: nowrap;
|
|
1723
|
-
margin-bottom: 6px;
|
|
1724
|
-
pointer-events: none;
|
|
1725
|
-
z-index: 100;
|
|
1726
|
-
|
|
1727
|
-
&::after {
|
|
1728
|
-
content: '';
|
|
1729
|
-
position: absolute;
|
|
1730
|
-
top: 100%;
|
|
1731
|
-
left: 50%;
|
|
1732
|
-
transform: translateX(-50%);
|
|
1733
|
-
border: 4px solid transparent;
|
|
1734
|
-
border-top-color: #1a1f36;
|
|
1735
|
-
}
|
|
1690
|
+
copyIcon: _react3.css`
|
|
1691
|
+
width: 16px;
|
|
1692
|
+
height: 16px;
|
|
1736
1693
|
`,
|
|
1737
1694
|
nameCell: _react3.css`
|
|
1738
1695
|
display: flex;
|
|
@@ -1758,7 +1715,7 @@ var styles4 = {
|
|
|
1758
1715
|
folderIcon: _react3.css`
|
|
1759
1716
|
width: 24px;
|
|
1760
1717
|
height: 24px;
|
|
1761
|
-
color: #
|
|
1718
|
+
color: #5469d4;
|
|
1762
1719
|
`,
|
|
1763
1720
|
imagesFolderWrapper: _react3.css`
|
|
1764
1721
|
width: 48px;
|
|
@@ -1853,19 +1810,18 @@ var styles4 = {
|
|
|
1853
1810
|
color: ${_chunkUFCWGUAGjs.colors.textMuted};
|
|
1854
1811
|
`,
|
|
1855
1812
|
openBtn: _react3.css`
|
|
1856
|
-
height:
|
|
1857
|
-
font-size: ${_chunkUFCWGUAGjs.fontSize.
|
|
1813
|
+
height: 32px;
|
|
1814
|
+
font-size: ${_chunkUFCWGUAGjs.fontSize.sm};
|
|
1858
1815
|
font-weight: 500;
|
|
1859
1816
|
color: ${_chunkUFCWGUAGjs.colors.primary};
|
|
1860
1817
|
background: ${_chunkUFCWGUAGjs.colors.surface};
|
|
1861
1818
|
border: 1px solid ${_chunkUFCWGUAGjs.colors.border};
|
|
1862
|
-
padding: 0
|
|
1819
|
+
padding: 0 14px;
|
|
1863
1820
|
cursor: pointer;
|
|
1864
1821
|
border-radius: 4px;
|
|
1865
1822
|
transition: all 0.15s ease;
|
|
1866
1823
|
display: inline-flex;
|
|
1867
1824
|
align-items: center;
|
|
1868
|
-
margin-left: auto;
|
|
1869
1825
|
|
|
1870
1826
|
&:hover {
|
|
1871
1827
|
background-color: ${_chunkUFCWGUAGjs.colors.primaryLight};
|
|
@@ -2048,29 +2004,28 @@ function ListRow({ item, isSelected, onClick, onOpen, onGenerateThumbnail }) {
|
|
|
2048
2004
|
}
|
|
2049
2005
|
) }) : /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { css: styles4.thumbnailWrapper, children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "svg", { css: styles4.fileIcon, fill: "none", stroke: "currentColor", viewBox: "0 0 24 24", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "path", { strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M7 21h10a2 2 0 002-2V9.414a1 1 0 00-.293-.707l-5.414-5.414A1 1 0 0012.586 3H7a2 2 0 00-2 2v14a2 2 0 002 2z" }) }) }),
|
|
2050
2006
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { css: styles4.name, title: item.name, children: truncateMiddle2(item.name) }),
|
|
2051
|
-
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
|
|
2068
|
-
|
|
2069
|
-
|
|
2070
|
-
}
|
|
2071
|
-
|
|
2072
|
-
|
|
2073
|
-
)
|
|
2007
|
+
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { css: styles4.actionsCell, children: [
|
|
2008
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
2009
|
+
"button",
|
|
2010
|
+
{
|
|
2011
|
+
css: [styles4.copyBtn, showCopied && styles4.copyBtnFlash],
|
|
2012
|
+
onClick: handleCopyPath,
|
|
2013
|
+
title: "Copy file path",
|
|
2014
|
+
children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "svg", { css: styles4.copyIcon, fill: "none", stroke: "currentColor", viewBox: "0 0 24 24", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "path", { strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2" }) })
|
|
2015
|
+
}
|
|
2016
|
+
),
|
|
2017
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
2018
|
+
"button",
|
|
2019
|
+
{
|
|
2020
|
+
css: styles4.openBtn,
|
|
2021
|
+
onClick: (e) => {
|
|
2022
|
+
e.stopPropagation();
|
|
2023
|
+
onOpen();
|
|
2024
|
+
},
|
|
2025
|
+
children: "Open"
|
|
2026
|
+
}
|
|
2027
|
+
)
|
|
2028
|
+
] })
|
|
2074
2029
|
] }) }),
|
|
2075
2030
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "td", { css: [styles4.td, styles4.meta], children: isFolder ? item.fileCount !== void 0 ? `${item.fileCount} files` : "--" : item.size !== void 0 ? formatFileSize2(item.size) : "--" }),
|
|
2076
2031
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "td", { css: [styles4.td, styles4.meta], children: isFolder ? item.totalSize !== void 0 ? formatFileSize2(item.totalSize) : "--" : item.dimensions ? `${item.dimensions.width}x${item.dimensions.height}` : "--" }),
|
|
@@ -2178,29 +2133,12 @@ var styles5 = {
|
|
|
2178
2133
|
height: 20px;
|
|
2179
2134
|
color: ${_chunkUFCWGUAGjs.colors.textSecondary};
|
|
2180
2135
|
`,
|
|
2181
|
-
|
|
2182
|
-
|
|
2183
|
-
|
|
2184
|
-
left: 50%;
|
|
2185
|
-
transform: translateX(-50%);
|
|
2186
|
-
background: #1a1f36;
|
|
2187
|
-
color: white;
|
|
2188
|
-
padding: 4px 8px;
|
|
2189
|
-
border-radius: 4px;
|
|
2190
|
-
font-size: 12px;
|
|
2191
|
-
white-space: nowrap;
|
|
2192
|
-
margin-bottom: 6px;
|
|
2193
|
-
pointer-events: none;
|
|
2194
|
-
z-index: 100;
|
|
2136
|
+
copyBtnFlash: _react3.css`
|
|
2137
|
+
background: ${_chunkUFCWGUAGjs.colors.successLight};
|
|
2138
|
+
border-color: ${_chunkUFCWGUAGjs.colors.success};
|
|
2195
2139
|
|
|
2196
|
-
|
|
2197
|
-
|
|
2198
|
-
position: absolute;
|
|
2199
|
-
top: 100%;
|
|
2200
|
-
left: 50%;
|
|
2201
|
-
transform: translateX(-50%);
|
|
2202
|
-
border: 4px solid transparent;
|
|
2203
|
-
border-top-color: #1a1f36;
|
|
2140
|
+
svg {
|
|
2141
|
+
color: ${_chunkUFCWGUAGjs.colors.success};
|
|
2204
2142
|
}
|
|
2205
2143
|
`,
|
|
2206
2144
|
mainCloseBtn: _react3.css`
|
|
@@ -2453,10 +2391,7 @@ function StudioDetailView() {
|
|
|
2453
2391
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { css: styles5.overlay, onClick: handleClose, children: /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { css: styles5.container, onClick: (e) => e.stopPropagation(), children: [
|
|
2454
2392
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { css: styles5.main, children: [
|
|
2455
2393
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { css: styles5.headerButtons, children: [
|
|
2456
|
-
/* @__PURE__ */ _jsxruntime.
|
|
2457
|
-
showCopied && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { css: styles5.tooltip, children: "Copied!" }),
|
|
2458
|
-
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "svg", { css: styles5.copyIcon, fill: "none", stroke: "currentColor", viewBox: "0 0 24 24", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "path", { strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M8 16H6a2 2 0 01-2-2V6a2 2 0 012-2h8a2 2 0 012 2v2m-6 12h8a2 2 0 002-2v-8a2 2 0 00-2-2h-8a2 2 0 00-2 2v8a2 2 0 002 2z" }) })
|
|
2459
|
-
] }),
|
|
2394
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "button", { css: [styles5.copyBtn, showCopied && styles5.copyBtnFlash], onClick: handleCopyPath, title: "Copy file path", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "svg", { css: styles5.copyIcon, fill: "none", stroke: "currentColor", viewBox: "0 0 24 24", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "path", { strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2" }) }) }),
|
|
2460
2395
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "button", { css: styles5.mainCloseBtn, onClick: handleClose, "aria-label": "Close", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "svg", { css: styles5.mainCloseIcon, fill: "none", stroke: "currentColor", viewBox: "0 0 24 24", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "path", { strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M6 18L18 6M6 6l12 12" }) }) })
|
|
2461
2396
|
] }),
|
|
2462
2397
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { css: styles5.mediaWrapper, children: renderMedia() })
|
|
@@ -2649,29 +2584,12 @@ var styles6 = {
|
|
|
2649
2584
|
border-color: ${_chunkUFCWGUAGjs.colors.borderHover};
|
|
2650
2585
|
}
|
|
2651
2586
|
`,
|
|
2652
|
-
|
|
2653
|
-
|
|
2654
|
-
|
|
2655
|
-
left: 50%;
|
|
2656
|
-
transform: translateX(-50%);
|
|
2657
|
-
background: #1a1f36;
|
|
2658
|
-
color: white;
|
|
2659
|
-
padding: 4px 8px;
|
|
2660
|
-
border-radius: 4px;
|
|
2661
|
-
font-size: 12px;
|
|
2662
|
-
white-space: nowrap;
|
|
2663
|
-
margin-bottom: 6px;
|
|
2664
|
-
pointer-events: none;
|
|
2665
|
-
z-index: 100;
|
|
2587
|
+
copyBtnFlash: _react3.css`
|
|
2588
|
+
background: ${_chunkUFCWGUAGjs.colors.successLight};
|
|
2589
|
+
border-color: ${_chunkUFCWGUAGjs.colors.success};
|
|
2666
2590
|
|
|
2667
|
-
|
|
2668
|
-
|
|
2669
|
-
position: absolute;
|
|
2670
|
-
top: 100%;
|
|
2671
|
-
left: 50%;
|
|
2672
|
-
transform: translateX(-50%);
|
|
2673
|
-
border: 4px solid transparent;
|
|
2674
|
-
border-top-color: #1a1f36;
|
|
2591
|
+
svg {
|
|
2592
|
+
color: ${_chunkUFCWGUAGjs.colors.success};
|
|
2675
2593
|
}
|
|
2676
2594
|
`,
|
|
2677
2595
|
copyIcon: _react3.css`
|
|
@@ -2804,10 +2722,7 @@ function SettingsPanel({ onClose }) {
|
|
|
2804
2722
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "h3", { css: styles6.sectionTitle, children: "Cloudflare R2" }),
|
|
2805
2723
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "p", { css: styles6.description, children: "Configure in .env.local file:" }),
|
|
2806
2724
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { css: styles6.codeWrapper, children: [
|
|
2807
|
-
/* @__PURE__ */ _jsxruntime.
|
|
2808
|
-
copied && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { css: styles6.tooltip, children: "Copied!" }),
|
|
2809
|
-
copied ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "svg", { css: styles6.copyIcon, fill: "none", stroke: "currentColor", viewBox: "0 0 24 24", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "path", { strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M5 13l4 4L19 7" }) }) : /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "svg", { css: styles6.copyIcon, fill: "none", stroke: "currentColor", viewBox: "0 0 24 24", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "path", { strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M8 16H6a2 2 0 01-2-2V6a2 2 0 012-2h8a2 2 0 012 2v2m-6 12h8a2 2 0 002-2v-8a2 2 0 00-2-2h-8a2 2 0 00-2 2v8a2 2 0 002 2z" }) })
|
|
2810
|
-
] }),
|
|
2725
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "button", { css: [styles6.copyBtn, copied && styles6.copyBtnFlash], onClick: handleCopy, title: "Copy to clipboard", children: copied ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "svg", { css: styles6.copyIcon, fill: "none", stroke: "currentColor", viewBox: "0 0 24 24", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "path", { strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M5 13l4 4L19 7" }) }) : /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "svg", { css: styles6.copyIcon, fill: "none", stroke: "currentColor", viewBox: "0 0 24 24", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "path", { strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M8 16H6a2 2 0 01-2-2V6a2 2 0 012-2h8a2 2 0 012 2v2m-6 12h8a2 2 0 002-2v-8a2 2 0 00-2-2h-8a2 2 0 00-2 2v8a2 2 0 002 2z" }) }) }),
|
|
2811
2726
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { css: styles6.code, children: [
|
|
2812
2727
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "p", { css: styles6.codeLine, children: "CLOUDFLARE_R2_ACCOUNT_ID=abc123def456ghi789" }),
|
|
2813
2728
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "p", { css: styles6.codeLine, children: "CLOUDFLARE_R2_ACCESS_KEY_ID=your_access_key_id_here" }),
|
|
@@ -3138,4 +3053,4 @@ var StudioUI_default = StudioUI;
|
|
|
3138
3053
|
|
|
3139
3054
|
|
|
3140
3055
|
exports.StudioUI = StudioUI; exports.default = StudioUI_default;
|
|
3141
|
-
//# sourceMappingURL=StudioUI-
|
|
3056
|
+
//# sourceMappingURL=StudioUI-CTTMF6ET.js.map
|