eddev 0.2.65 → 0.2.67-beta1
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/admin/components/ImageWell.d.ts +2 -3
- package/admin/components/ImageWell.js +39 -51
- package/admin/defineField.d.ts +2 -2
- package/admin/defineWidget.d.ts +1 -1
- package/admin/defineWidget.js +2 -2
- package/admin/index.js +5 -1
- package/admin/installFieldTypes.js +26 -26
- package/admin/runWidgets.js +17 -28
- package/admin/selectMedia.d.ts +2 -2
- package/admin/selectMedia.js +1 -1
- package/blocks/ContentBlocks.d.ts +6 -6
- package/blocks/ContentBlocks.js +58 -66
- package/blocks/ErrorBoundaryEditor.d.ts +1 -1
- package/blocks/ErrorBoundaryEditor.js +16 -45
- package/blocks/ErrorBoundaryFrontend.d.ts +1 -1
- package/blocks/ErrorBoundaryFrontend.js +16 -45
- package/blocks/InspectorControls.d.ts +1 -1
- package/blocks/InspectorControls.js +3 -3
- package/blocks/blockAttributes.d.ts +2 -2
- package/blocks/blockAttributes.js +24 -44
- package/blocks/index.js +5 -1
- package/blocks/inlineEditing.d.ts +7 -7
- package/blocks/inlineEditing.js +36 -55
- package/blocks/installGutenbergHooks.js +48 -68
- package/build/babel/plugin-name-defined-components.js +15 -16
- package/build/build-favicon.js +11 -62
- package/build/clean.js +5 -52
- package/build/create-codegen-worker.js +78 -33
- package/build/create-serverless-dev-worker.js +61 -39
- package/build/create-webpack-worker.js +65 -33
- package/build/file-tree.d.ts +2 -2
- package/build/file-tree.js +12 -12
- package/build/get-webpack-config.js +341 -395
- package/build/graphql-codegen/graphql-codegen-files.js +31 -25
- package/build/graphql-codegen/graphql-codegen-no-duplicates.js +4 -4
- package/build/graphql-codegen/graphql-codegen-queries.js +102 -99
- package/build/manifests/manifest-blocks.d.ts +1 -1
- package/build/manifests/manifest-blocks.js +37 -29
- package/build/manifests/manifest-fields.d.ts +1 -1
- package/build/manifests/manifest-fields.js +23 -21
- package/build/manifests/manifest-views.d.ts +1 -1
- package/build/manifests/manifest-views.js +32 -25
- package/build/manifests/manifest-widgets.d.ts +1 -1
- package/build/manifests/manifest-widgets.js +22 -20
- package/build/manifests/manifest.d.ts +2 -2
- package/build/manifests/manifest.js +30 -90
- package/build/reporter.d.ts +1 -1
- package/build/reporter.js +29 -32
- package/build/serverless/create-next-app.d.ts +1 -1
- package/build/serverless/create-next-app.js +245 -467
- package/build/state/codegen-state.d.ts +4 -4
- package/build/state/compiler-state.d.ts +5 -5
- package/build/state/serverless-state.d.ts +3 -3
- package/build/workers/codegen-worker-script.js +392 -507
- package/build/workers/serverless-worker-dev-script.js +4 -4
- package/build/workers/webpack-worker-script.js +89 -150
- package/cli/build.dev.d.ts +1 -1
- package/cli/build.dev.js +79 -126
- package/cli/build.prod.d.ts +1 -1
- package/cli/build.prod.js +42 -98
- package/cli/cli.js +16 -55
- package/cli/display/components/BundleDisplay.d.ts +1 -2
- package/cli/display/components/BundleDisplay.js +13 -24
- package/cli/display/components/CodegenDisplay.d.ts +1 -2
- package/cli/display/components/CodegenDisplay.js +14 -25
- package/cli/display/components/DevCLIDisplay.d.ts +2 -3
- package/cli/display/components/DevCLIDisplay.js +14 -25
- package/cli/display/components/Fullscreen.js +9 -20
- package/cli/display/components/ServerlessDisplay.d.ts +2 -3
- package/cli/display/components/ServerlessDisplay.js +15 -26
- package/cli/display/components/StatusIcon.d.ts +2 -3
- package/cli/display/components/StatusIcon.js +3 -3
- package/cli/preinstall.js +4 -5
- package/cli/setup.js +25 -73
- package/components/AdminBar.d.ts +1 -2
- package/components/AdminBar.js +37 -3
- package/components/BrowserRouter.d.ts +2 -2
- package/components/BrowserRouter.js +41 -54
- package/components/InlinePage.d.ts +2 -2
- package/components/InlinePage.js +17 -29
- package/components/NextRouter.d.ts +2 -2
- package/components/NextRouter.js +20 -29
- package/components/index.js +5 -1
- package/config/config-schema.d.ts +1 -1
- package/config/config-schema.js +1 -1
- package/config/create-schema-file.js +6 -6
- package/config/get-config.js +10 -13
- package/config/index.js +5 -1
- package/config/parse-config.js +1 -1
- package/config/print-zod-errors.js +3 -3
- package/dev-ui/components/BreakpointColumnHeader.d.ts +2 -3
- package/dev-ui/components/BreakpointColumnHeader.js +7 -18
- package/dev-ui/components/BreakpointIndicator.d.ts +1 -2
- package/dev-ui/components/BreakpointIndicator.js +25 -32
- package/dev-ui/components/DevUI.d.ts +1 -2
- package/dev-ui/components/DevUI.js +13 -13
- package/dev-ui/components/Launcher.d.ts +2 -2
- package/dev-ui/components/Launcher.js +13 -25
- package/dev-ui/components/PanelWrapper.d.ts +2 -2
- package/dev-ui/components/PanelWrapper.js +8 -8
- package/dev-ui/components/ResponsiveLerpControl.d.ts +2 -3
- package/dev-ui/components/ResponsiveLerpControl.js +27 -38
- package/dev-ui/components/ResponsiveScaleEditor.d.ts +4 -5
- package/dev-ui/components/ResponsiveScaleEditor.js +64 -78
- package/dev-ui/components/atoms/Button.js +1 -1
- package/dev-ui/components/atoms/Dropdown.d.ts +3 -3
- package/dev-ui/components/atoms/Dropdown.js +8 -9
- package/dev-ui/components/atoms/NumberField.d.ts +2 -3
- package/dev-ui/components/atoms/NumberField.js +29 -42
- package/dev-ui/components/atoms/Spacer.js +1 -1
- package/dev-ui/components/atoms/Text.js +1 -1
- package/dev-ui/components/atoms/ToggleButton.d.ts +2 -2
- package/dev-ui/components/atoms/ToggleButton.js +5 -16
- package/dev-ui/components/atoms/Tooltip.d.ts +2 -2
- package/dev-ui/components/atoms/Tooltip.js +8 -20
- package/dev-ui/components/panels/AppDataDebugger.d.ts +1 -2
- package/dev-ui/components/panels/AppDataDebugger.js +8 -19
- package/dev-ui/components/panels/ColorEditor.d.ts +1 -2
- package/dev-ui/components/panels/ColorEditor.js +35 -42
- package/dev-ui/components/panels/PageDataDebugger.d.ts +1 -2
- package/dev-ui/components/panels/PageDataDebugger.js +8 -20
- package/dev-ui/components/panels/QueryDebugger.d.ts +1 -2
- package/dev-ui/components/panels/QueryDebugger.js +12 -24
- package/dev-ui/components/panels/SpacingEditor.d.ts +1 -2
- package/dev-ui/components/panels/SpacingEditor.js +34 -48
- package/dev-ui/components/panels/TypographyEditor.d.ts +1 -2
- package/dev-ui/components/panels/TypographyEditor.js +38 -46
- package/dev-ui/hooks/useBreakpoint.d.ts +1 -1
- package/dev-ui/hooks/useBreakpoint.js +13 -13
- package/dev-ui/hooks/usePersistState.js +6 -7
- package/dev-ui/hooks/useStylesheet.js +6 -6
- package/dev-ui/icons.d.ts +15 -16
- package/dev-ui/icons.js +16 -27
- package/dev-ui/index.js +5 -1
- package/dev-ui/loader.d.ts +1 -2
- package/dev-ui/loader.js +13 -9
- package/dev-ui/panels.d.ts +2 -2
- package/dev-ui/panels.js +7 -7
- package/dev-ui/theme.d.ts +96 -70
- package/dev-ui/theme.js +3 -3
- package/dynamic/dynamic-component.d.ts +1 -10
- package/dynamic/dynamic-component.js +1 -1
- package/dynamic/index.js +5 -1
- package/entry/Root.d.ts +2 -3
- package/entry/Root.js +16 -26
- package/entry/entry.admin.dev.js +4 -4
- package/entry/entry.admin.prod.js +4 -4
- package/entry/entry.monolith.dev.js +5 -5
- package/entry/entry.monolith.prod.js +5 -5
- package/gravityforms/gravity-forms.d.ts +2 -2
- package/gravityforms/index.js +5 -1
- package/gravityforms/useGravityForm.d.ts +2 -2
- package/gravityforms/useGravityForm.js +126 -130
- package/hooks/index.js +5 -1
- package/hooks/queryUtils.d.ts +14 -14
- package/hooks/queryUtils.js +101 -192
- package/hooks/useAppData.d.ts +2 -2
- package/hooks/useAppData.js +9 -9
- package/hooks/usePageLoad.js +4 -4
- package/hooks/useQueryDebug.d.ts +1 -1
- package/hooks/useQueryDebug.js +7 -7
- package/hooks/useRPC.d.ts +4 -4
- package/hooks/useRPC.js +3 -3
- package/package.json +7 -7
- package/routing/index.js +5 -1
- package/routing/remoteProps.d.ts +1 -1
- package/routing/remoteProps.js +31 -72
- package/routing/routing.d.ts +15 -15
- package/routing/routing.js +108 -170
- package/routing/updateEditLink.js +1 -1
- package/serverless/define-api.d.ts +1 -1
- package/serverless/define-rpc-router.js +8 -4
- package/serverless/index.js +6 -2
- package/serverless-template/_utils/fetch-wordpress-props.ts +0 -4
- package/serverless-template/_utils/fetch-wp.ts +0 -1
- package/style/createStitches.d.ts +375 -783
- package/style/createStitches.js +164 -142
- package/style/index.js +5 -1
- package/tsconfig.json +1 -1
- package/utils/Observable.d.ts +2 -2
- package/utils/Observable.js +12 -15
- package/utils/getRepoName.js +3 -3
- package/utils/promptIfRepoNameIncorrect.js +18 -64
- package/utils/refreshOverlayInterop.js +1 -1
- package/utils/reportErrorStack.d.ts +1 -1
- package/utils/reportErrorStack.js +1 -1
- package/utils/serverlessAppContext.js +1 -1
- package/utils/updateEnvFile.js +19 -69
- package/utils/useObservable.js +3 -3
- package/views/index.js +5 -1
|
@@ -1,25 +1,14 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __assign = (this && this.__assign) || function () {
|
|
3
|
-
__assign = Object.assign || function(t) {
|
|
4
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
-
s = arguments[i];
|
|
6
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
-
t[p] = s[p];
|
|
8
|
-
}
|
|
9
|
-
return t;
|
|
10
|
-
};
|
|
11
|
-
return __assign.apply(this, arguments);
|
|
12
|
-
};
|
|
13
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
3
|
exports.ToggleButton = void 0;
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
4
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
+
const icons_1 = require("../../icons");
|
|
6
|
+
const theme_1 = require("../../theme");
|
|
18
7
|
function ToggleButton(props) {
|
|
19
|
-
return ((0, jsx_runtime_1.jsxs)(ToggleButtonStyle,
|
|
8
|
+
return ((0, jsx_runtime_1.jsxs)(ToggleButtonStyle, { onClick: () => props.onChange(!props.checked), children: [props.checked ? icons_1.checkFilled : icons_1.checkEmpty, props.label] }));
|
|
20
9
|
}
|
|
21
10
|
exports.ToggleButton = ToggleButton;
|
|
22
|
-
|
|
11
|
+
const ToggleButtonStyle = (0, theme_1.styled)("button", {
|
|
23
12
|
appearance: "none",
|
|
24
13
|
background: "transparent",
|
|
25
14
|
border: "0px",
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { PropsWithChildren, ReactNode } from "react";
|
|
2
|
-
|
|
2
|
+
type Props = PropsWithChildren<{
|
|
3
3
|
label: ReactNode;
|
|
4
4
|
mono?: boolean;
|
|
5
5
|
nowrap?: boolean;
|
|
6
6
|
offset?: number;
|
|
7
7
|
}>;
|
|
8
|
-
export declare function Tooltip(props: Props): JSX.Element;
|
|
8
|
+
export declare function Tooltip(props: Props): import("react/jsx-runtime").JSX.Element;
|
|
9
9
|
export {};
|
|
@@ -1,25 +1,13 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __assign = (this && this.__assign) || function () {
|
|
3
|
-
__assign = Object.assign || function(t) {
|
|
4
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
-
s = arguments[i];
|
|
6
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
-
t[p] = s[p];
|
|
8
|
-
}
|
|
9
|
-
return t;
|
|
10
|
-
};
|
|
11
|
-
return __assign.apply(this, arguments);
|
|
12
|
-
};
|
|
13
|
-
var _a;
|
|
14
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
3
|
exports.Tooltip = void 0;
|
|
16
|
-
|
|
17
|
-
|
|
4
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
+
const theme_1 = require("../../theme");
|
|
18
6
|
function Tooltip(props) {
|
|
19
|
-
return ((0, jsx_runtime_1.jsxs)(Wrapper, { children: [(0, jsx_runtime_1.jsx)(TooltipStyle,
|
|
7
|
+
return ((0, jsx_runtime_1.jsxs)(Wrapper, { children: [(0, jsx_runtime_1.jsx)(TooltipStyle, { css: { $$offset: (typeof props.offset === "number" ? props.offset : 5) + "px" }, nowrap: props.nowrap, mono: props.mono, children: props.label }), props.children] }));
|
|
20
8
|
}
|
|
21
9
|
exports.Tooltip = Tooltip;
|
|
22
|
-
|
|
10
|
+
const TooltipStyle = (0, theme_1.styled)("div", {
|
|
23
11
|
position: "absolute",
|
|
24
12
|
bottom: "calc(100% + $$offset)",
|
|
25
13
|
left: "50%",
|
|
@@ -56,11 +44,11 @@ var TooltipStyle = (0, theme_1.styled)("div", {
|
|
|
56
44
|
},
|
|
57
45
|
},
|
|
58
46
|
});
|
|
59
|
-
|
|
47
|
+
const Wrapper = (0, theme_1.styled)("div", {
|
|
60
48
|
position: "relative",
|
|
61
|
-
"&:hover":
|
|
62
|
-
|
|
49
|
+
"&:hover": {
|
|
50
|
+
[TooltipStyle.toString()]: {
|
|
63
51
|
opacity: 1,
|
|
64
52
|
},
|
|
65
|
-
|
|
53
|
+
},
|
|
66
54
|
});
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare function AppDataDebugger(): JSX.Element;
|
|
1
|
+
export declare function AppDataDebugger(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,28 +1,17 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __assign = (this && this.__assign) || function () {
|
|
3
|
-
__assign = Object.assign || function(t) {
|
|
4
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
-
s = arguments[i];
|
|
6
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
-
t[p] = s[p];
|
|
8
|
-
}
|
|
9
|
-
return t;
|
|
10
|
-
};
|
|
11
|
-
return __assign.apply(this, arguments);
|
|
12
|
-
};
|
|
13
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
3
|
exports.AppDataDebugger = void 0;
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
4
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
+
const react_inspector_1 = require("react-inspector");
|
|
6
|
+
const hooks_1 = require("../../../hooks");
|
|
7
|
+
const theme_1 = require("../../theme");
|
|
8
|
+
const PanelWrapper_1 = require("../PanelWrapper");
|
|
20
9
|
function AppDataDebugger() {
|
|
21
|
-
|
|
22
|
-
return ((0, jsx_runtime_1.jsx)(PanelWrapper_1.PanelWrapper,
|
|
10
|
+
const data = (0, hooks_1.useAppData)();
|
|
11
|
+
return ((0, jsx_runtime_1.jsx)(PanelWrapper_1.PanelWrapper, { title: "App Data", children: (0, jsx_runtime_1.jsx)(Wrapper, { children: (0, jsx_runtime_1.jsx)(react_inspector_1.ObjectInspector, { theme: "chromeDark", data: data, expandLevel: 3 }) }) }));
|
|
23
12
|
}
|
|
24
13
|
exports.AppDataDebugger = AppDataDebugger;
|
|
25
|
-
|
|
14
|
+
const Wrapper = (0, theme_1.styled)("div", {
|
|
26
15
|
width: "500px",
|
|
27
16
|
maxHeight: "calc(100vh - 100px)",
|
|
28
17
|
overflowY: "auto",
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare function ColorEditor(): JSX.Element;
|
|
1
|
+
export declare function ColorEditor(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,27 +1,16 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __assign = (this && this.__assign) || function () {
|
|
3
|
-
__assign = Object.assign || function(t) {
|
|
4
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
-
s = arguments[i];
|
|
6
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
-
t[p] = s[p];
|
|
8
|
-
}
|
|
9
|
-
return t;
|
|
10
|
-
};
|
|
11
|
-
return __assign.apply(this, arguments);
|
|
12
|
-
};
|
|
13
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
3
|
exports.ColorEditor = void 0;
|
|
15
|
-
|
|
4
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
16
5
|
// @ts-ignore
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
6
|
+
const _theme_1 = require("@theme");
|
|
7
|
+
const react_1 = require("react");
|
|
8
|
+
const PanelWrapper_1 = require("../PanelWrapper");
|
|
9
|
+
const useStylesheet_1 = require("../../hooks/useStylesheet");
|
|
10
|
+
const Button_1 = require("../atoms/Button");
|
|
11
|
+
const icons_1 = require("../../icons");
|
|
12
|
+
const Spacer_1 = require("../atoms/Spacer");
|
|
13
|
+
const theme_1 = require("../../theme");
|
|
25
14
|
function colorsToJSON(values) {
|
|
26
15
|
return JSON.stringify(values, null, 2);
|
|
27
16
|
// return (
|
|
@@ -40,12 +29,15 @@ function colorsToJSON(values) {
|
|
|
40
29
|
// )
|
|
41
30
|
}
|
|
42
31
|
function colorsToCSS(values) {
|
|
43
|
-
return
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
32
|
+
return `
|
|
33
|
+
body {
|
|
34
|
+
${Object.entries(values)
|
|
35
|
+
.map(([token, value]) => {
|
|
36
|
+
return `--colors-${token}: ${value};`;
|
|
47
37
|
})
|
|
48
|
-
.join("\n")
|
|
38
|
+
.join("\n")}
|
|
39
|
+
}
|
|
40
|
+
`;
|
|
49
41
|
// const parsedBreakpoints = parseBreakpoints(originalConfig.breakpoints, originalConfig.media)
|
|
50
42
|
// const { globalResponsive } = parseResponsiveTokens(
|
|
51
43
|
// {
|
|
@@ -70,40 +62,41 @@ function colorsToCSS(values) {
|
|
|
70
62
|
// return rules.join("\n")
|
|
71
63
|
}
|
|
72
64
|
function ColorEditor() {
|
|
73
|
-
|
|
65
|
+
const [values, setValues] = (0, react_1.useState)(() => _theme_1.originalConfig.theme.colors);
|
|
74
66
|
console.log("COLOR", values, _theme_1.originalConfig);
|
|
75
|
-
|
|
76
|
-
(0, react_1.useEffect)(
|
|
67
|
+
const stylesheet = (0, useStylesheet_1.useStylesheet)("colors");
|
|
68
|
+
(0, react_1.useEffect)(() => {
|
|
77
69
|
stylesheet.set(colorsToCSS(values));
|
|
78
70
|
}, [values]);
|
|
79
|
-
return ((0, jsx_runtime_1.jsx)(react_1.Fragment, { children: (0, jsx_runtime_1.jsx)(PanelWrapper_1.PanelWrapper,
|
|
71
|
+
return ((0, jsx_runtime_1.jsx)(react_1.Fragment, { children: (0, jsx_runtime_1.jsx)(PanelWrapper_1.PanelWrapper, { title: "Colour Tokens", buttons: (0, jsx_runtime_1.jsxs)(react_1.Fragment, { children: [(0, jsx_runtime_1.jsxs)(Button_1.Button, { small: true, onClick: () => {
|
|
80
72
|
navigator.clipboard.writeText(colorsToJSON(values));
|
|
81
|
-
}
|
|
82
|
-
navigator.clipboard.readText().then(
|
|
73
|
+
}, children: [icons_1.copy, "Copy"] }), (0, jsx_runtime_1.jsxs)(Button_1.Button, { small: true, onClick: () => {
|
|
74
|
+
navigator.clipboard.readText().then((text) => {
|
|
83
75
|
try {
|
|
84
|
-
|
|
76
|
+
const data = JSON.parse(text);
|
|
85
77
|
setValues(data);
|
|
86
78
|
}
|
|
87
79
|
catch (err) {
|
|
88
80
|
alert("Error decoding pasted content: " + err.message + ". You pasted:\n" + text);
|
|
89
81
|
}
|
|
90
82
|
});
|
|
91
|
-
}
|
|
83
|
+
}, children: [icons_1.paste, "Paste"] }), (0, jsx_runtime_1.jsx)(Spacer_1.Spacer, {}), (0, jsx_runtime_1.jsxs)(Button_1.Button, { small: true, onClick: () => {
|
|
92
84
|
setValues(_theme_1.originalConfig.theme.colors);
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
85
|
+
}, children: [icons_1.trash, " Reset"] })] }), children: Object.entries(values).map(([token, value]) => {
|
|
86
|
+
return ((0, jsx_runtime_1.jsxs)(ColorRow, { children: [(0, jsx_runtime_1.jsxs)(Cell, { mono: true, children: ["$", token] }), (0, jsx_runtime_1.jsx)(Cell, { mono: true, small: true, children: value }), (0, jsx_runtime_1.jsx)(Cell, { children: (0, jsx_runtime_1.jsx)("input", { type: "color", value: value, onChange: (e) => {
|
|
87
|
+
setValues({
|
|
88
|
+
...values,
|
|
89
|
+
[token]: e.target.value,
|
|
90
|
+
});
|
|
91
|
+
} }) })] }));
|
|
92
|
+
}) }) }));
|
|
100
93
|
}
|
|
101
94
|
exports.ColorEditor = ColorEditor;
|
|
102
|
-
|
|
95
|
+
const ColorRow = (0, theme_1.styled)("div", {
|
|
103
96
|
display: "flex",
|
|
104
97
|
borderBottom: "1px solid $$lineColor",
|
|
105
98
|
});
|
|
106
|
-
|
|
99
|
+
const Cell = (0, theme_1.styled)("div", {
|
|
107
100
|
flex: "0 0 150px",
|
|
108
101
|
variants: {
|
|
109
102
|
mono: {
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare function PageDataDebugger(): JSX.Element;
|
|
1
|
+
export declare function PageDataDebugger(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,29 +1,17 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __assign = (this && this.__assign) || function () {
|
|
3
|
-
__assign = Object.assign || function(t) {
|
|
4
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
-
s = arguments[i];
|
|
6
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
-
t[p] = s[p];
|
|
8
|
-
}
|
|
9
|
-
return t;
|
|
10
|
-
};
|
|
11
|
-
return __assign.apply(this, arguments);
|
|
12
|
-
};
|
|
13
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
3
|
exports.PageDataDebugger = void 0;
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
4
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
+
const react_inspector_1 = require("react-inspector");
|
|
6
|
+
const routing_1 = require("../../../routing");
|
|
7
|
+
const theme_1 = require("../../theme");
|
|
8
|
+
const PanelWrapper_1 = require("../PanelWrapper");
|
|
20
9
|
function PageDataDebugger() {
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
return ((0, jsx_runtime_1.jsx)(PanelWrapper_1.PanelWrapper, __assign({ title: "Page Data" }, { children: (0, jsx_runtime_1.jsx)(Wrapper, { children: (0, jsx_runtime_1.jsx)(react_inspector_1.ObjectInspector, { theme: "chromeDark", data: (_a = route.data) === null || _a === void 0 ? void 0 : _a.viewData.data, expandLevel: 3 }, void 0) }, void 0) }), void 0));
|
|
10
|
+
const route = (0, routing_1.useRoute)();
|
|
11
|
+
return ((0, jsx_runtime_1.jsx)(PanelWrapper_1.PanelWrapper, { title: "Page Data", children: (0, jsx_runtime_1.jsx)(Wrapper, { children: (0, jsx_runtime_1.jsx)(react_inspector_1.ObjectInspector, { theme: "chromeDark", data: route.data?.viewData?.data, expandLevel: 3 }) }) }));
|
|
24
12
|
}
|
|
25
13
|
exports.PageDataDebugger = PageDataDebugger;
|
|
26
|
-
|
|
14
|
+
const Wrapper = (0, theme_1.styled)("div", {
|
|
27
15
|
width: "500px",
|
|
28
16
|
maxHeight: "calc(100vh - 100px)",
|
|
29
17
|
overflowY: "auto",
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare function QueryDebugger(): JSX.Element;
|
|
1
|
+
export declare function QueryDebugger(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,33 +1,21 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __assign = (this && this.__assign) || function () {
|
|
3
|
-
__assign = Object.assign || function(t) {
|
|
4
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
-
s = arguments[i];
|
|
6
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
-
t[p] = s[p];
|
|
8
|
-
}
|
|
9
|
-
return t;
|
|
10
|
-
};
|
|
11
|
-
return __assign.apply(this, arguments);
|
|
12
|
-
};
|
|
13
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
3
|
exports.QueryDebugger = void 0;
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
4
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
+
const react_1 = require("@stitches/react");
|
|
6
|
+
const react_2 = require("react");
|
|
7
|
+
const useQueryDebug_1 = require("../../../hooks/useQueryDebug");
|
|
8
|
+
const PanelWrapper_1 = require("../PanelWrapper");
|
|
20
9
|
function QueryDebugger() {
|
|
21
|
-
|
|
22
|
-
return ((0, jsx_runtime_1.jsx)(PanelWrapper_1.PanelWrapper,
|
|
10
|
+
const data = (0, useQueryDebug_1.useQueryDebugData)();
|
|
11
|
+
return ((0, jsx_runtime_1.jsx)(PanelWrapper_1.PanelWrapper, { title: "Query Debugger", children: (0, jsx_runtime_1.jsx)(Wrapper, { children: data ? (0, jsx_runtime_1.jsx)(Item, { item: data, depth: 0 }) : (0, jsx_runtime_1.jsx)("div", { children: "No data" }) }) }));
|
|
23
12
|
}
|
|
24
13
|
exports.QueryDebugger = QueryDebugger;
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
return ((0, jsx_runtime_1.jsxs)(ItemStyle, { children: [(0, jsx_runtime_1.jsxs)("div", __assign({ className: "query-item-heading" }, { children: ["\u2022 ", (0, jsx_runtime_1.jsx)("strong", { children: item.label }, void 0), " ", (0, jsx_runtime_1.jsx)("code", { children: item.file }, void 0), " (", Number(item.duration).toFixed(1), "s)"] }), void 0), item.errors && item.errors.length ? ((0, jsx_runtime_1.jsx)("div", __assign({ className: "query-errors" }, { children: item.errors.map(function (err, i) { return ((0, jsx_runtime_1.jsxs)("div", __assign({ className: "query-error-item" }, { children: ["\u2022 ", err] }), i)); }) }), void 0)) : null, item.children && item.children.length ? ((0, jsx_runtime_1.jsx)("div", __assign({ className: "query-children" }, { children: item.children.map(function (child, i) { return ((0, jsx_runtime_1.jsx)(Item, { item: child, depth: depth + 1 }, i)); }) }), void 0)) : null] }, void 0));
|
|
14
|
+
const Item = ({ item, depth }) => {
|
|
15
|
+
const [expanded, setExpanded] = (0, react_2.useState)(depth < 3);
|
|
16
|
+
return ((0, jsx_runtime_1.jsxs)(ItemStyle, { children: [(0, jsx_runtime_1.jsxs)("div", { className: "query-item-heading", children: ["\u2022 ", (0, jsx_runtime_1.jsx)("strong", { children: item.label }), " ", (0, jsx_runtime_1.jsx)("code", { children: item.file }), " (", Number(item.duration).toFixed(1), "s)"] }), item.errors && item.errors.length ? ((0, jsx_runtime_1.jsx)("div", { className: "query-errors", children: item.errors.map((err, i) => ((0, jsx_runtime_1.jsxs)("div", { className: "query-error-item", children: ["\u2022 ", err] }, i))) })) : null, item.children && item.children.length ? ((0, jsx_runtime_1.jsx)("div", { className: "query-children", children: item.children.map((child, i) => ((0, jsx_runtime_1.jsx)(Item, { item: child, depth: depth + 1 }, i))) })) : null] }));
|
|
29
17
|
};
|
|
30
|
-
|
|
18
|
+
const ItemStyle = (0, react_1.styled)("div", {
|
|
31
19
|
fontSize: "12px",
|
|
32
20
|
".query-children": {
|
|
33
21
|
paddingLeft: "30px",
|
|
@@ -40,7 +28,7 @@ var ItemStyle = (0, react_1.styled)("div", {
|
|
|
40
28
|
},
|
|
41
29
|
},
|
|
42
30
|
});
|
|
43
|
-
|
|
31
|
+
const Wrapper = (0, react_1.styled)("div", {
|
|
44
32
|
maxHeight: 500,
|
|
45
33
|
overflowY: "auto",
|
|
46
34
|
});
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare function SpacingEditor(): JSX.Element;
|
|
1
|
+
export declare function SpacingEditor(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,56 +1,42 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __assign = (this && this.__assign) || function () {
|
|
3
|
-
__assign = Object.assign || function(t) {
|
|
4
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
-
s = arguments[i];
|
|
6
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
-
t[p] = s[p];
|
|
8
|
-
}
|
|
9
|
-
return t;
|
|
10
|
-
};
|
|
11
|
-
return __assign.apply(this, arguments);
|
|
12
|
-
};
|
|
13
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
3
|
exports.SpacingEditor = void 0;
|
|
15
|
-
|
|
4
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
16
5
|
// @ts-ignore
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
6
|
+
const _theme_1 = require("@theme");
|
|
7
|
+
const react_1 = require("react");
|
|
8
|
+
const style_1 = require("../../../style");
|
|
9
|
+
const PanelWrapper_1 = require("../PanelWrapper");
|
|
10
|
+
const ResponsiveScaleEditor_1 = require("../ResponsiveScaleEditor");
|
|
11
|
+
const useStylesheet_1 = require("../../hooks/useStylesheet");
|
|
12
|
+
const Button_1 = require("../atoms/Button");
|
|
13
|
+
const icons_1 = require("../../icons");
|
|
14
|
+
const Spacer_1 = require("../atoms/Spacer");
|
|
26
15
|
function spaceToJSON(space) {
|
|
27
16
|
return ("{\n" +
|
|
28
17
|
Object.entries(space)
|
|
29
|
-
.map(
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
.
|
|
33
|
-
var breakpoint = _a[0], value = _a[1];
|
|
34
|
-
return "\"".concat(breakpoint, "\": ").concat(JSON.stringify(value));
|
|
18
|
+
.map(([token, values]) => {
|
|
19
|
+
const tokenStr = Object.entries(values)
|
|
20
|
+
.map(([breakpoint, value]) => {
|
|
21
|
+
return `\"${breakpoint}\": ${JSON.stringify(value)}`;
|
|
35
22
|
})
|
|
36
23
|
.join(", ");
|
|
37
|
-
return
|
|
24
|
+
return ` \"${token}\": { ${tokenStr} }`;
|
|
38
25
|
})
|
|
39
26
|
.join(",\n") +
|
|
40
27
|
"\n}");
|
|
41
28
|
}
|
|
42
29
|
function spaceToCSS(space) {
|
|
43
|
-
|
|
44
|
-
|
|
30
|
+
const parsedBreakpoints = (0, style_1.parseBreakpoints)(_theme_1.originalConfig.breakpoints, _theme_1.originalConfig.media);
|
|
31
|
+
const { globalResponsive } = (0, style_1.parseResponsiveTokens)({
|
|
45
32
|
space: space,
|
|
46
|
-
}, parsedBreakpoints)
|
|
47
|
-
|
|
48
|
-
Object.entries(globalResponsive).forEach(
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
for (var key in values) {
|
|
33
|
+
}, parsedBreakpoints);
|
|
34
|
+
const rules = [];
|
|
35
|
+
Object.entries(globalResponsive).forEach(([breakpoint, values]) => {
|
|
36
|
+
let rule = "";
|
|
37
|
+
let media = _theme_1.originalConfig.media[breakpoint.replace("@", "")];
|
|
38
|
+
let variables = [];
|
|
39
|
+
for (let key in values) {
|
|
54
40
|
variables.push(key + ": " + values[key]);
|
|
55
41
|
}
|
|
56
42
|
if (media) {
|
|
@@ -63,26 +49,26 @@ function spaceToCSS(space) {
|
|
|
63
49
|
return rules.join("\n");
|
|
64
50
|
}
|
|
65
51
|
function SpacingEditor() {
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
(0, react_1.useEffect)(
|
|
52
|
+
const [values, setValues] = (0, react_1.useState)(() => _theme_1.originalConfig.responsive.space);
|
|
53
|
+
const parsedBreakpoints = (0, style_1.parseBreakpoints)(_theme_1.originalConfig.breakpoints, _theme_1.originalConfig.media);
|
|
54
|
+
const stylesheet = (0, useStylesheet_1.useStylesheet)("spacing");
|
|
55
|
+
(0, react_1.useEffect)(() => {
|
|
70
56
|
stylesheet.set(spaceToCSS(values));
|
|
71
57
|
}, [values]);
|
|
72
|
-
return ((0, jsx_runtime_1.jsx)(react_1.Fragment, { children: (0, jsx_runtime_1.jsx)(PanelWrapper_1.PanelWrapper,
|
|
58
|
+
return ((0, jsx_runtime_1.jsx)(react_1.Fragment, { children: (0, jsx_runtime_1.jsx)(PanelWrapper_1.PanelWrapper, { title: "Spacing Tokens", buttons: (0, jsx_runtime_1.jsxs)(react_1.Fragment, { children: [(0, jsx_runtime_1.jsxs)(Button_1.Button, { small: true, onClick: () => {
|
|
73
59
|
navigator.clipboard.writeText(spaceToJSON(values));
|
|
74
|
-
}
|
|
75
|
-
navigator.clipboard.readText().then(
|
|
60
|
+
}, children: [icons_1.copy, "Copy"] }), (0, jsx_runtime_1.jsxs)(Button_1.Button, { small: true, onClick: () => {
|
|
61
|
+
navigator.clipboard.readText().then((text) => {
|
|
76
62
|
try {
|
|
77
|
-
|
|
63
|
+
const data = JSON.parse(text);
|
|
78
64
|
setValues(data);
|
|
79
65
|
}
|
|
80
66
|
catch (err) {
|
|
81
67
|
alert("Error decoding pasted content: " + err.message + ". You pasted:\n" + text);
|
|
82
68
|
}
|
|
83
69
|
});
|
|
84
|
-
}
|
|
70
|
+
}, children: [icons_1.paste, "Paste"] }), (0, jsx_runtime_1.jsx)(Spacer_1.Spacer, {}), (0, jsx_runtime_1.jsxs)(Button_1.Button, { small: true, onClick: () => {
|
|
85
71
|
setValues(_theme_1.originalConfig.responsive.space);
|
|
86
|
-
}
|
|
72
|
+
}, children: [icons_1.trash, " Reset"] })] }), children: (0, jsx_runtime_1.jsx)(ResponsiveScaleEditor_1.ResponsiveScaleEditor, { editableRange: true, editableValues: true, breakpoints: parsedBreakpoints, data: values, showBreakpointName: true, showRange: true, showValues: true, related: true, labelWidth: "30px", onChange: setValues, modes: ["px", "multiplier"] }) }) }));
|
|
87
73
|
}
|
|
88
74
|
exports.SpacingEditor = SpacingEditor;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare function TypographyEditor(): JSX.Element;
|
|
1
|
+
export declare function TypographyEditor(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,35 +1,24 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __assign = (this && this.__assign) || function () {
|
|
3
|
-
__assign = Object.assign || function(t) {
|
|
4
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
-
s = arguments[i];
|
|
6
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
-
t[p] = s[p];
|
|
8
|
-
}
|
|
9
|
-
return t;
|
|
10
|
-
};
|
|
11
|
-
return __assign.apply(this, arguments);
|
|
12
|
-
};
|
|
13
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
3
|
exports.TypographyEditor = void 0;
|
|
15
|
-
|
|
4
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
16
5
|
// @ts-ignore
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
6
|
+
const _theme_1 = require("@theme");
|
|
7
|
+
const react_1 = require("react");
|
|
8
|
+
const style_1 = require("../../../style");
|
|
9
|
+
const usePersistState_1 = require("../../hooks/usePersistState");
|
|
10
|
+
const icons_1 = require("../../icons");
|
|
11
|
+
const theme_1 = require("../../theme");
|
|
12
|
+
const Button_1 = require("../atoms/Button");
|
|
13
|
+
const Spacer_1 = require("../atoms/Spacer");
|
|
14
|
+
const Text_1 = require("../atoms/Text");
|
|
15
|
+
const PanelWrapper_1 = require("../PanelWrapper");
|
|
16
|
+
const ResponsiveScaleEditor_1 = require("../ResponsiveScaleEditor");
|
|
28
17
|
function TypographyEditor() {
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
18
|
+
const [values, setValues] = (0, react_1.useState)(() => _theme_1.originalConfig.typography);
|
|
19
|
+
const parsedBreakpoints = (0, style_1.parseBreakpoints)(_theme_1.originalConfig.breakpoints, _theme_1.originalConfig.media);
|
|
20
|
+
const [previewText, setPreviewText] = (0, usePersistState_1.usePersistState)("preview_text", "The quick brown fox jumps over the lazy dog");
|
|
21
|
+
const reset = () => {
|
|
33
22
|
setValues(_theme_1.originalConfig.typography);
|
|
34
23
|
setPreviewText("The quick brown fox jumps over the lazy dog");
|
|
35
24
|
};
|
|
@@ -37,9 +26,9 @@ function TypographyEditor() {
|
|
|
37
26
|
// useEffect(() => {
|
|
38
27
|
// stylesheet.set(spaceToCSS(values))
|
|
39
28
|
// }, [values])
|
|
40
|
-
return ((0, jsx_runtime_1.jsx)(PanelWrapper_1.PanelWrapper,
|
|
29
|
+
return ((0, jsx_runtime_1.jsx)(PanelWrapper_1.PanelWrapper, { title: "Typography", buttons: (0, jsx_runtime_1.jsxs)(react_1.Fragment, { children: [(0, jsx_runtime_1.jsxs)(Button_1.Button, { small: true, onClick: () => {
|
|
41
30
|
// navigator.clipboard.writeText(spaceToJSON(values))
|
|
42
|
-
}
|
|
31
|
+
}, children: [icons_1.copy, "Copy"] }), (0, jsx_runtime_1.jsxs)(Button_1.Button, { small: true, onClick: () => {
|
|
43
32
|
// navigator.clipboard.readText().then((text) => {
|
|
44
33
|
// try {
|
|
45
34
|
// const data = JSON.parse(text)
|
|
@@ -48,38 +37,41 @@ function TypographyEditor() {
|
|
|
48
37
|
// alert("Error decoding pasted content: " + (err as any).message + ". You pasted:\n" + text)
|
|
49
38
|
// }
|
|
50
39
|
// })
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
40
|
+
}, children: [icons_1.paste, "Paste"] }), (0, jsx_runtime_1.jsx)(Spacer_1.Spacer, {}), (0, jsx_runtime_1.jsxs)(Button_1.Button, { small: true, onClick: reset, children: [icons_1.trash, " Reset"] })] }), children: (0, jsx_runtime_1.jsx)(Wrapper, { children: Object.entries(values).map(([name, settings], index) => ((0, jsx_runtime_1.jsxs)(TypographyItem, { children: [(0, jsx_runtime_1.jsx)(Meta, { children: (0, jsx_runtime_1.jsx)(Text_1.Text, { variant: "monoBold", children: name }) }), (0, jsx_runtime_1.jsxs)(Details, { children: [(0, jsx_runtime_1.jsx)(Preview, { css: { typography: name }, value: previewText, onChange: (e) => {
|
|
41
|
+
setPreviewText(e.currentTarget.value);
|
|
42
|
+
} }), (0, jsx_runtime_1.jsx)(ResponsiveScaleEditor_1.ResponsiveScaleEditor, { editableRange: true, editableValues: true, breakpoints: parsedBreakpoints, data: {
|
|
43
|
+
fontSize: settings.fontSize,
|
|
44
|
+
lineHeight: settings.lineHeight,
|
|
45
|
+
}, showBreakpointName: true, showRange: true, showValues: true, labelWidth: "80px", onChange: (data) => {
|
|
46
|
+
setValues({
|
|
47
|
+
...values,
|
|
48
|
+
[name]: {
|
|
49
|
+
...settings,
|
|
50
|
+
fontSize: data.fontSize,
|
|
51
|
+
lineHeight: data.lineHeight,
|
|
52
|
+
},
|
|
53
|
+
});
|
|
54
|
+
}, modes: ["px", "multiplier"] })] })] }, index))) }) }));
|
|
63
55
|
}
|
|
64
56
|
exports.TypographyEditor = TypographyEditor;
|
|
65
|
-
|
|
57
|
+
const TypographyItem = (0, theme_1.styled)("div", {
|
|
66
58
|
borderBottom: "1px solid $colors$bgLineStrong",
|
|
67
59
|
display: "flex",
|
|
68
60
|
paddingTop: "4px",
|
|
69
61
|
paddingBottom: "4px",
|
|
70
62
|
});
|
|
71
|
-
|
|
63
|
+
const Meta = (0, theme_1.styled)("div", {
|
|
72
64
|
width: "200px",
|
|
73
65
|
flex: "0 0 auto",
|
|
74
66
|
});
|
|
75
|
-
|
|
67
|
+
const Wrapper = (0, theme_1.styled)("div", {
|
|
76
68
|
maxHeight: "500px",
|
|
77
69
|
overflowY: "auto",
|
|
78
70
|
});
|
|
79
|
-
|
|
71
|
+
const Details = (0, theme_1.styled)("div", {
|
|
80
72
|
flex: "1 1 auto",
|
|
81
73
|
});
|
|
82
|
-
|
|
74
|
+
const Preview = (0, _theme_1.styled)("input", {
|
|
83
75
|
appearance: "none",
|
|
84
76
|
backgroundColor: "transparent",
|
|
85
77
|
borderLeft: 0,
|