@reacteditor/core 0.0.14 → 0.0.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.
- package/dist/{chunk-IFFNAAXW.mjs → chunk-3NSI5XES.mjs} +262 -255
- package/dist/index.css +193 -247
- package/dist/index.js +274 -268
- package/dist/index.mjs +1 -1
- package/dist/no-external.css +193 -247
- package/dist/no-external.js +274 -268
- package/dist/no-external.mjs +1 -1
- package/package.json +1 -1
package/dist/no-external.css
CHANGED
|
@@ -2174,12 +2174,13 @@ body:has(._DropZone--isAnimating_1h108_70:empty) [data-editor-overlay] {
|
|
|
2174
2174
|
}
|
|
2175
2175
|
|
|
2176
2176
|
/* css-module:/Users/rami/Documents/apps/react-editor/packages/core/components/Editor/components/Preview/styles.module.css/#css-module-data */
|
|
2177
|
-
.
|
|
2177
|
+
._EditorPreview_1ybfe_1 {
|
|
2178
2178
|
position: relative;
|
|
2179
2179
|
height: 100%;
|
|
2180
2180
|
}
|
|
2181
|
-
._EditorPreview-
|
|
2181
|
+
._EditorPreview-frame_1ybfe_6 {
|
|
2182
2182
|
border: none;
|
|
2183
|
+
border-radius: var(--editor-radius-md);
|
|
2183
2184
|
height: 100%;
|
|
2184
2185
|
width: 100%;
|
|
2185
2186
|
}
|
|
@@ -2342,35 +2343,35 @@ body:has(._DropZone--isAnimating_1h108_70:empty) [data-editor-overlay] {
|
|
|
2342
2343
|
}
|
|
2343
2344
|
|
|
2344
2345
|
/* css-module:/Users/rami/Documents/apps/react-editor/packages/core/components/Editor/components/Layout/styles.module.css/#css-module-data */
|
|
2345
|
-
.
|
|
2346
|
+
._Editor_l0swf_19 {
|
|
2346
2347
|
--editor-space-px: 16px;
|
|
2347
2348
|
color: var(--editor-text-primary);
|
|
2348
2349
|
font-family: var(--editor-font-family);
|
|
2349
2350
|
overflow-x: hidden;
|
|
2350
2351
|
}
|
|
2351
2352
|
@media (min-width: 766px) {
|
|
2352
|
-
.
|
|
2353
|
+
._Editor_l0swf_19 {
|
|
2353
2354
|
overflow-x: auto;
|
|
2354
2355
|
}
|
|
2355
2356
|
}
|
|
2356
|
-
._Editor-
|
|
2357
|
+
._Editor-portal_l0swf_32 {
|
|
2357
2358
|
position: relative;
|
|
2358
2359
|
z-index: 2;
|
|
2359
2360
|
}
|
|
2360
|
-
.
|
|
2361
|
+
._EditorLayout_l0swf_37 {
|
|
2361
2362
|
height: 100dvh;
|
|
2362
2363
|
}
|
|
2363
|
-
._EditorLayout-
|
|
2364
|
+
._EditorLayout-inner_l0swf_41 {
|
|
2364
2365
|
--editor-frame-width: auto;
|
|
2365
|
-
--editor-
|
|
2366
|
+
--editor-header-height: min-content;
|
|
2366
2367
|
--editor-side-bar-width: 0px;
|
|
2367
2368
|
--editor-left-side-bar-width: var( --editor-user-left-side-bar-width, var(--editor-side-bar-width) );
|
|
2368
2369
|
--editor-right-side-bar-width: var( --editor-user-right-side-bar-width, var(--editor-side-bar-width) );
|
|
2369
2370
|
background-color: var(--editor-surface-app);
|
|
2370
2371
|
display: grid;
|
|
2371
|
-
grid-template-areas: "editor" "mobilepanel" "left" "right"
|
|
2372
|
+
grid-template-areas: "header" "editor" "mobilepanel" "left" "right";
|
|
2372
2373
|
grid-template-columns: var(--editor-frame-width);
|
|
2373
|
-
grid-template-rows: auto 0 0 0
|
|
2374
|
+
grid-template-rows: var(--editor-header-height) auto 0 0 0;
|
|
2374
2375
|
height: 100%;
|
|
2375
2376
|
position: relative;
|
|
2376
2377
|
transition: none;
|
|
@@ -2378,125 +2379,176 @@ body:has(._DropZone--isAnimating_1h108_70:empty) [data-editor-overlay] {
|
|
|
2378
2379
|
overflow: hidden;
|
|
2379
2380
|
}
|
|
2380
2381
|
@media (min-width: 638px) {
|
|
2381
|
-
._EditorLayout-
|
|
2382
|
-
|
|
2383
|
-
grid-template-
|
|
2384
|
-
grid-template-
|
|
2385
|
-
grid-template-rows: auto;
|
|
2382
|
+
._EditorLayout-inner_l0swf_41 {
|
|
2383
|
+
grid-template-areas: "header header header" "left editor right";
|
|
2384
|
+
grid-template-columns: 0 var(--editor-frame-width) 0;
|
|
2385
|
+
grid-template-rows: var(--editor-header-height) auto;
|
|
2386
2386
|
}
|
|
2387
|
-
._Editor--
|
|
2388
|
-
.
|
|
2389
|
-
--editor-
|
|
2387
|
+
._Editor--hidePlugins_l0swf_72 ._EditorLayout-inner_l0swf_41,
|
|
2388
|
+
._EditorLayout_l0swf_37:not(._EditorLayout--navBarVisible_l0swf_73) ._EditorLayout-inner_l0swf_41 {
|
|
2389
|
+
--editor-header-height: 0;
|
|
2390
2390
|
}
|
|
2391
2391
|
}
|
|
2392
|
-
.
|
|
2393
|
-
--editor-
|
|
2392
|
+
._EditorLayout_l0swf_37:not(._EditorLayout--navBarVisible_l0swf_73) ._EditorLayout-inner_l0swf_41 {
|
|
2393
|
+
--editor-header-height: 0;
|
|
2394
2394
|
}
|
|
2395
|
-
._EditorLayout--
|
|
2395
|
+
._EditorLayout--mounted_l0swf_82 ._EditorLayout-inner_l0swf_41 {
|
|
2396
2396
|
--editor-side-bar-width: 186px;
|
|
2397
2397
|
}
|
|
2398
|
-
._EditorLayout--
|
|
2399
|
-
grid-template-rows: auto 60% 0 0
|
|
2398
|
+
._EditorLayout--mobilePanelHeightToggle_l0swf_86._EditorLayout--leftSideBarVisible_l0swf_86 ._EditorLayout-inner_l0swf_41 {
|
|
2399
|
+
grid-template-rows: var(--editor-header-height) auto 60% 0 0;
|
|
2400
2400
|
}
|
|
2401
|
-
._EditorLayout--
|
|
2402
|
-
grid-template-rows: auto var(--editor-mobile-panel-height, 60%) 0 0
|
|
2401
|
+
._EditorLayout--mobilePanelCustomHeight_l0swf_91._EditorLayout--leftSideBarVisible_l0swf_86 ._EditorLayout-inner_l0swf_41 {
|
|
2402
|
+
grid-template-rows: var(--editor-header-height) auto var( --editor-mobile-panel-height, 60% ) 0 0;
|
|
2403
2403
|
}
|
|
2404
2404
|
@media (min-width: 638px) {
|
|
2405
|
-
._EditorLayout--
|
|
2406
|
-
grid-template-columns: var(--editor-
|
|
2407
|
-
grid-template-rows: auto;
|
|
2405
|
+
._EditorLayout--mobilePanelHeightToggle_l0swf_86._EditorLayout--leftSideBarVisible_l0swf_86 ._EditorLayout-inner_l0swf_41 {
|
|
2406
|
+
grid-template-columns: var(--editor-left-side-bar-width) var(--editor-frame-width) 0;
|
|
2407
|
+
grid-template-rows: var(--editor-header-height) auto;
|
|
2408
2408
|
}
|
|
2409
2409
|
}
|
|
2410
|
-
._EditorLayout--
|
|
2411
|
-
grid-template-rows: auto min-content 0 0
|
|
2410
|
+
._EditorLayout--mobilePanelHeightMinContent_l0swf_109._EditorLayout--leftSideBarVisible_l0swf_86 ._EditorLayout-inner_l0swf_41 {
|
|
2411
|
+
grid-template-rows: var(--editor-header-height) auto min-content 0 0;
|
|
2412
2412
|
}
|
|
2413
2413
|
@media (min-width: 638px) {
|
|
2414
|
-
._EditorLayout--
|
|
2415
|
-
._EditorLayout--
|
|
2416
|
-
._EditorLayout--
|
|
2417
|
-
grid-template-columns: var(--editor-
|
|
2418
|
-
grid-template-rows: auto;
|
|
2414
|
+
._EditorLayout--mobilePanelHeightToggle_l0swf_86._EditorLayout--leftSideBarVisible_l0swf_86 ._EditorLayout-inner_l0swf_41,
|
|
2415
|
+
._EditorLayout--mobilePanelCustomHeight_l0swf_91._EditorLayout--leftSideBarVisible_l0swf_86 ._EditorLayout-inner_l0swf_41,
|
|
2416
|
+
._EditorLayout--mobilePanelHeightMinContent_l0swf_109._EditorLayout--leftSideBarVisible_l0swf_86 ._EditorLayout-inner_l0swf_41 {
|
|
2417
|
+
grid-template-columns: var(--editor-left-side-bar-width) var(--editor-frame-width) 0;
|
|
2418
|
+
grid-template-rows: var(--editor-header-height) auto;
|
|
2419
2419
|
}
|
|
2420
2420
|
}
|
|
2421
2421
|
@media (min-width: 638px) {
|
|
2422
|
-
._EditorLayout--
|
|
2423
|
-
grid-template-columns:
|
|
2422
|
+
._EditorLayout--rightSideBarVisible_l0swf_129 ._EditorLayout-inner_l0swf_41 {
|
|
2423
|
+
grid-template-columns: 0 var(--editor-frame-width) var(--editor-right-side-bar-width);
|
|
2424
2424
|
}
|
|
2425
2425
|
}
|
|
2426
2426
|
@media (min-width: 638px) {
|
|
2427
|
-
._EditorLayout--
|
|
2428
|
-
grid-template-columns: var(--editor-
|
|
2427
|
+
._EditorLayout--leftSideBarVisible_l0swf_86._EditorLayout--rightSideBarVisible_l0swf_129 ._EditorLayout-inner_l0swf_41 {
|
|
2428
|
+
grid-template-columns: var(--editor-left-side-bar-width) var(--editor-frame-width) var(--editor-right-side-bar-width);
|
|
2429
2429
|
}
|
|
2430
2430
|
}
|
|
2431
2431
|
@media (min-width: 458px) {
|
|
2432
|
-
._EditorLayout-
|
|
2432
|
+
._EditorLayout-mounted_l0swf_146 ._EditorLayout-inner_l0swf_41 {
|
|
2433
2433
|
--editor-frame-width: minmax(266px, auto);
|
|
2434
2434
|
}
|
|
2435
2435
|
}
|
|
2436
2436
|
@media (min-width: 638px) {
|
|
2437
|
-
.
|
|
2437
|
+
._EditorLayout_l0swf_37 ._EditorLayout-inner_l0swf_41 {
|
|
2438
2438
|
--editor-side-bar-width: minmax(186px, 250px);
|
|
2439
2439
|
}
|
|
2440
2440
|
}
|
|
2441
2441
|
@media (min-width: 766px) {
|
|
2442
|
-
.
|
|
2442
|
+
._EditorLayout_l0swf_37 ._EditorLayout-inner_l0swf_41 {
|
|
2443
2443
|
--editor-frame-width: auto;
|
|
2444
2444
|
}
|
|
2445
2445
|
}
|
|
2446
2446
|
@media (min-width: 990px) {
|
|
2447
|
-
.
|
|
2447
|
+
._EditorLayout_l0swf_37 ._EditorLayout-inner_l0swf_41 {
|
|
2448
2448
|
--editor-side-bar-width: 256px;
|
|
2449
2449
|
}
|
|
2450
2450
|
}
|
|
2451
2451
|
@media (min-width: 1198px) {
|
|
2452
|
-
.
|
|
2452
|
+
._EditorLayout_l0swf_37 ._EditorLayout-inner_l0swf_41 {
|
|
2453
2453
|
--editor-side-bar-width: 274px;
|
|
2454
2454
|
}
|
|
2455
2455
|
}
|
|
2456
2456
|
@media (min-width: 1398px) {
|
|
2457
|
-
.
|
|
2457
|
+
._EditorLayout_l0swf_37 ._EditorLayout-inner_l0swf_41 {
|
|
2458
2458
|
--editor-side-bar-width: 290px;
|
|
2459
2459
|
}
|
|
2460
2460
|
}
|
|
2461
2461
|
@media (min-width: 1598px) {
|
|
2462
|
-
.
|
|
2462
|
+
._EditorLayout_l0swf_37 ._EditorLayout-inner_l0swf_41 {
|
|
2463
2463
|
--editor-side-bar-width: 320px;
|
|
2464
2464
|
}
|
|
2465
2465
|
}
|
|
2466
|
-
._EditorLayout-
|
|
2467
|
-
|
|
2466
|
+
._EditorLayout-header_l0swf_187 {
|
|
2467
|
+
grid-area: header;
|
|
2468
2468
|
background-color: var(--editor-surface-panel);
|
|
2469
|
-
|
|
2469
|
+
border-bottom: 1px solid var(--editor-border-subtle);
|
|
2470
2470
|
overflow: hidden;
|
|
2471
|
+
}
|
|
2472
|
+
._EditorHeader_l0swf_194 {
|
|
2473
|
+
align-items: center;
|
|
2474
|
+
display: grid;
|
|
2475
|
+
column-gap: 12px;
|
|
2476
|
+
row-gap: 6px;
|
|
2477
|
+
grid-template-areas: "url url" "plugins actions";
|
|
2478
|
+
grid-template-columns: auto 1fr;
|
|
2479
|
+
padding-block: 6px;
|
|
2480
|
+
padding-inline-start: calc(8px + env(safe-area-inset-left, 0px));
|
|
2481
|
+
padding-inline-end: calc(12px + env(safe-area-inset-right, 0px));
|
|
2482
|
+
}
|
|
2483
|
+
@media (min-width: 638px) {
|
|
2484
|
+
._EditorHeader_l0swf_194 {
|
|
2485
|
+
column-gap: 16px;
|
|
2486
|
+
row-gap: 0;
|
|
2487
|
+
grid-template-areas: "plugins url actions";
|
|
2488
|
+
grid-template-columns: 1fr auto 1fr;
|
|
2489
|
+
height: 40px;
|
|
2490
|
+
padding-block: 0;
|
|
2491
|
+
padding-inline-start: 8px;
|
|
2492
|
+
padding-inline-end: 8px;
|
|
2493
|
+
}
|
|
2494
|
+
}
|
|
2495
|
+
._EditorHeader-plugins_l0swf_221 {
|
|
2496
|
+
align-items: center;
|
|
2497
|
+
color: var(--editor-text-secondary);
|
|
2498
|
+
display: flex;
|
|
2499
|
+
gap: 4px;
|
|
2500
|
+
grid-area: plugins;
|
|
2501
|
+
justify-self: start;
|
|
2502
|
+
}
|
|
2503
|
+
._EditorHeader-plugins_l0swf_221 svg {
|
|
2504
|
+
height: 18px;
|
|
2505
|
+
width: 18px;
|
|
2506
|
+
}
|
|
2507
|
+
._EditorHeader-pluginItem_l0swf_235 {
|
|
2508
|
+
align-items: center;
|
|
2509
|
+
display: inline-flex;
|
|
2510
|
+
}
|
|
2511
|
+
@media (min-width: 638px) {
|
|
2512
|
+
._EditorHeader-pluginItem--mobileOnly_l0swf_241 {
|
|
2513
|
+
display: none;
|
|
2514
|
+
}
|
|
2515
|
+
}
|
|
2516
|
+
._EditorHeader-pluginItem--desktopOnly_l0swf_246 {
|
|
2517
|
+
display: none;
|
|
2518
|
+
}
|
|
2519
|
+
@media (min-width: 638px) {
|
|
2520
|
+
._EditorHeader-pluginItem--desktopOnly_l0swf_246 {
|
|
2521
|
+
display: inline-flex;
|
|
2522
|
+
}
|
|
2523
|
+
}
|
|
2524
|
+
._EditorHeader-urlBarSlot_l0swf_256 {
|
|
2525
|
+
display: flex;
|
|
2526
|
+
grid-area: url;
|
|
2527
|
+
justify-content: center;
|
|
2528
|
+
min-width: 0;
|
|
2471
2529
|
width: 100%;
|
|
2472
2530
|
}
|
|
2473
2531
|
@media (min-width: 638px) {
|
|
2474
|
-
.
|
|
2475
|
-
|
|
2476
|
-
border-right: 1px solid var(--editor-border-subtle);
|
|
2477
|
-
box-sizing: border-box;
|
|
2532
|
+
._EditorHeader-urlBarSlot_l0swf_256 {
|
|
2533
|
+
width: clamp(240px, 40vw, 480px);
|
|
2478
2534
|
}
|
|
2479
2535
|
}
|
|
2480
|
-
.
|
|
2536
|
+
._EditorHeader-urlBarSlot_l0swf_256 > * {
|
|
2537
|
+
width: 100%;
|
|
2538
|
+
}
|
|
2539
|
+
._EditorHeader-actions_l0swf_274 {
|
|
2481
2540
|
align-items: center;
|
|
2482
|
-
background: var(--editor-surface-panel);
|
|
2483
|
-
border-bottom: 1px solid var(--editor-border-subtle);
|
|
2484
2541
|
display: flex;
|
|
2485
|
-
gap:
|
|
2486
|
-
|
|
2487
|
-
|
|
2542
|
+
gap: 12px;
|
|
2543
|
+
grid-area: actions;
|
|
2544
|
+
justify-self: end;
|
|
2488
2545
|
}
|
|
2489
|
-
.
|
|
2546
|
+
._EditorHeader-history_l0swf_282 {
|
|
2490
2547
|
color: var(--editor-text-tertiary);
|
|
2491
2548
|
display: flex;
|
|
2492
2549
|
gap: 2px;
|
|
2493
2550
|
}
|
|
2494
|
-
.
|
|
2495
|
-
align-items: center;
|
|
2496
|
-
display: flex;
|
|
2497
|
-
gap: 8px;
|
|
2498
|
-
}
|
|
2499
|
-
._EditorLayout-mobilePanel_frglt_230 {
|
|
2551
|
+
._EditorLayout-mobilePanel_l0swf_288 {
|
|
2500
2552
|
grid-area: mobilepanel;
|
|
2501
2553
|
background: var(--editor-surface-panel);
|
|
2502
2554
|
border-block-start: 1px solid var(--editor-border-subtle);
|
|
@@ -2504,22 +2556,22 @@ body:has(._DropZone--isAnimating_1h108_70:empty) [data-editor-overlay] {
|
|
|
2504
2556
|
flex-direction: column;
|
|
2505
2557
|
overflow: hidden;
|
|
2506
2558
|
}
|
|
2507
|
-
._EditorLayout--
|
|
2559
|
+
._EditorLayout--leftSideBarVisible_l0swf_86 ._EditorLayout-mobilePanel_l0swf_288 {
|
|
2508
2560
|
display: flex;
|
|
2509
2561
|
}
|
|
2510
2562
|
@media (min-width: 638px) {
|
|
2511
|
-
._EditorLayout-
|
|
2512
|
-
._EditorLayout--
|
|
2563
|
+
._EditorLayout-mobilePanel_l0swf_288,
|
|
2564
|
+
._EditorLayout--leftSideBarVisible_l0swf_86 ._EditorLayout-mobilePanel_l0swf_288 {
|
|
2513
2565
|
display: none;
|
|
2514
2566
|
}
|
|
2515
2567
|
}
|
|
2516
|
-
._EditorLayout-
|
|
2568
|
+
._EditorLayout-mobilePanelContent_l0swf_308 {
|
|
2517
2569
|
flex: 1;
|
|
2518
2570
|
overflow-y: auto;
|
|
2519
2571
|
display: flex;
|
|
2520
2572
|
flex-direction: column;
|
|
2521
2573
|
}
|
|
2522
|
-
._EditorLayout-
|
|
2574
|
+
._EditorLayout-mobileDragHandle_l0swf_315 {
|
|
2523
2575
|
display: flex;
|
|
2524
2576
|
align-items: center;
|
|
2525
2577
|
justify-content: center;
|
|
@@ -2528,25 +2580,25 @@ body:has(._DropZone--isAnimating_1h108_70:empty) [data-editor-overlay] {
|
|
|
2528
2580
|
touch-action: none;
|
|
2529
2581
|
flex-shrink: 0;
|
|
2530
2582
|
}
|
|
2531
|
-
._EditorLayout-
|
|
2583
|
+
._EditorLayout-mobileDragHandle_l0swf_315:active {
|
|
2532
2584
|
cursor: grabbing;
|
|
2533
2585
|
}
|
|
2534
|
-
._EditorLayout-
|
|
2586
|
+
._EditorLayout-mobileDragHandlePill_l0swf_329 {
|
|
2535
2587
|
width: 36px;
|
|
2536
2588
|
height: 4px;
|
|
2537
2589
|
border-radius: 2px;
|
|
2538
2590
|
background-color: var(--editor-border-subtle);
|
|
2539
2591
|
}
|
|
2540
|
-
.
|
|
2592
|
+
._EditorPluginTab_l0swf_336 {
|
|
2541
2593
|
display: none;
|
|
2542
2594
|
flex-grow: 1;
|
|
2543
2595
|
max-height: 100%;
|
|
2544
2596
|
}
|
|
2545
|
-
._EditorPluginTab--
|
|
2597
|
+
._EditorPluginTab--visible_l0swf_342 {
|
|
2546
2598
|
display: flex;
|
|
2547
2599
|
flex-direction: column;
|
|
2548
2600
|
}
|
|
2549
|
-
._EditorPluginTab-
|
|
2601
|
+
._EditorPluginTab-body_l0swf_347 {
|
|
2550
2602
|
flex-grow: 1;
|
|
2551
2603
|
max-height: 100%;
|
|
2552
2604
|
}
|
|
@@ -2787,7 +2839,7 @@ body:has(._DropZone--isAnimating_1h108_70:empty) [data-editor-overlay] {
|
|
|
2787
2839
|
}
|
|
2788
2840
|
|
|
2789
2841
|
/* css-module:/Users/rami/Documents/apps/react-editor/packages/core/components/BrowserBar/styles.module.css/#css-module-data */
|
|
2790
|
-
.
|
|
2842
|
+
._BrowserBar_glswb_1 {
|
|
2791
2843
|
align-items: center;
|
|
2792
2844
|
background: var(--editor-surface-panel);
|
|
2793
2845
|
border: 1px solid var(--editor-border-subtle);
|
|
@@ -2798,7 +2850,7 @@ body:has(._DropZone--isAnimating_1h108_70:empty) [data-editor-overlay] {
|
|
|
2798
2850
|
padding: 8px 10px;
|
|
2799
2851
|
width: 100%;
|
|
2800
2852
|
}
|
|
2801
|
-
._BrowserBar-
|
|
2853
|
+
._BrowserBar-urlTrigger_glswb_16 {
|
|
2802
2854
|
align-items: center;
|
|
2803
2855
|
background: var(--editor-surface-sunken);
|
|
2804
2856
|
border: 1px solid var(--editor-border-subtle);
|
|
@@ -2811,25 +2863,25 @@ body:has(._DropZone--isAnimating_1h108_70:empty) [data-editor-overlay] {
|
|
|
2811
2863
|
justify-content: flex-start;
|
|
2812
2864
|
min-width: 0;
|
|
2813
2865
|
overflow: hidden;
|
|
2814
|
-
padding:
|
|
2866
|
+
padding: 3px 12px;
|
|
2815
2867
|
width: 100%;
|
|
2816
2868
|
}
|
|
2817
2869
|
@media (hover: hover) and (pointer: fine) {
|
|
2818
|
-
._BrowserBar-
|
|
2870
|
+
._BrowserBar-urlTrigger_glswb_16:hover {
|
|
2819
2871
|
background: var(--editor-surface-hover);
|
|
2820
2872
|
border-color: var(--editor-border-default);
|
|
2821
2873
|
}
|
|
2822
2874
|
}
|
|
2823
|
-
._BrowserBar-
|
|
2875
|
+
._BrowserBar-urlTrigger_glswb_16:focus-within {
|
|
2824
2876
|
border-color: var(--editor-border-default);
|
|
2825
2877
|
box-shadow: var(--editor-ring);
|
|
2826
2878
|
outline: none;
|
|
2827
2879
|
}
|
|
2828
|
-
._BrowserBar-
|
|
2880
|
+
._BrowserBar-urlIcon_glswb_46 {
|
|
2829
2881
|
color: var(--editor-text-tertiary);
|
|
2830
2882
|
flex-shrink: 0;
|
|
2831
2883
|
}
|
|
2832
|
-
._BrowserBar-
|
|
2884
|
+
._BrowserBar-urlText_glswb_51 {
|
|
2833
2885
|
color: var(--editor-text-primary);
|
|
2834
2886
|
display: inline-flex;
|
|
2835
2887
|
flex: 1;
|
|
@@ -2840,37 +2892,44 @@ body:has(._DropZone--isAnimating_1h108_70:empty) [data-editor-overlay] {
|
|
|
2840
2892
|
text-overflow: ellipsis;
|
|
2841
2893
|
white-space: nowrap;
|
|
2842
2894
|
}
|
|
2843
|
-
._BrowserBar-
|
|
2895
|
+
._BrowserBar-urlInput_glswb_63 {
|
|
2844
2896
|
color: var(--editor-text-primary);
|
|
2845
2897
|
flex: 1;
|
|
2846
2898
|
min-width: 0;
|
|
2847
2899
|
}
|
|
2848
|
-
._BrowserBar-
|
|
2900
|
+
._BrowserBar-itemPath_glswb_69 {
|
|
2849
2901
|
color: var(--editor-text-primary);
|
|
2850
2902
|
flex-shrink: 0;
|
|
2851
2903
|
}
|
|
2852
|
-
._BrowserBar-
|
|
2904
|
+
._BrowserBar-itemTitle_glswb_74 {
|
|
2853
2905
|
color: var(--editor-text-tertiary);
|
|
2854
2906
|
margin-left: auto;
|
|
2855
2907
|
overflow: hidden;
|
|
2856
2908
|
text-overflow: ellipsis;
|
|
2857
2909
|
white-space: nowrap;
|
|
2858
2910
|
}
|
|
2859
|
-
._BrowserBar-
|
|
2911
|
+
._BrowserBar-actions_glswb_82 {
|
|
2860
2912
|
align-items: center;
|
|
2861
2913
|
display: flex;
|
|
2862
2914
|
flex-shrink: 0;
|
|
2863
2915
|
gap: 2px;
|
|
2864
2916
|
margin-left: auto;
|
|
2865
2917
|
}
|
|
2866
|
-
._BrowserBar-
|
|
2918
|
+
._BrowserBar-deviceIcon_glswb_92 {
|
|
2867
2919
|
color: var(--editor-text-primary);
|
|
2868
2920
|
display: inline-flex;
|
|
2869
2921
|
}
|
|
2870
2922
|
|
|
2871
2923
|
/* css-module:/Users/rami/Documents/apps/react-editor/packages/core/components/Editor/components/Canvas/styles.module.css/#css-module-data */
|
|
2872
|
-
.
|
|
2873
|
-
background: var(--editor-surface-sunken);
|
|
2924
|
+
._EditorCanvas_10xv6_1 {
|
|
2925
|
+
background-color: var(--editor-surface-sunken);
|
|
2926
|
+
background-image:
|
|
2927
|
+
radial-gradient(
|
|
2928
|
+
circle,
|
|
2929
|
+
var(--editor-border-default) 1px,
|
|
2930
|
+
transparent 1px);
|
|
2931
|
+
background-size: 16px 16px;
|
|
2932
|
+
background-position: 0 0;
|
|
2874
2933
|
display: flex;
|
|
2875
2934
|
grid-area: editor;
|
|
2876
2935
|
flex-direction: column;
|
|
@@ -2879,30 +2938,26 @@ body:has(._DropZone--isAnimating_1h108_70:empty) [data-editor-overlay] {
|
|
|
2879
2938
|
overflow: hidden;
|
|
2880
2939
|
}
|
|
2881
2940
|
@media (min-width: 1198px) {
|
|
2882
|
-
.
|
|
2941
|
+
._EditorCanvas_10xv6_1 {
|
|
2883
2942
|
padding: calc(var(--editor-space-px) * 0.75);
|
|
2884
|
-
padding-top: calc(var(--editor-space-px) * 0.25);
|
|
2885
|
-
}
|
|
2886
|
-
._EditorCanvas_1aq14_1:not(._EditorCanvas_1aq14_1:has(._EditorCanvas-controls_1aq14_17)) {
|
|
2887
|
-
padding-top: calc(var(--editor-space-px) * 0.75);
|
|
2888
2943
|
}
|
|
2889
2944
|
}
|
|
2890
|
-
._EditorCanvas--
|
|
2945
|
+
._EditorCanvas--fullScreen_10xv6_24 {
|
|
2891
2946
|
padding: 0;
|
|
2892
2947
|
overflow: hidden;
|
|
2893
2948
|
}
|
|
2894
2949
|
@media (min-width: 1198px) {
|
|
2895
|
-
._EditorCanvas--
|
|
2950
|
+
._EditorCanvas--fullScreen_10xv6_24 {
|
|
2896
2951
|
padding: 0;
|
|
2897
2952
|
}
|
|
2898
2953
|
}
|
|
2899
|
-
._EditorCanvas--
|
|
2954
|
+
._EditorCanvas--canvasFullScreen_10xv6_40 {
|
|
2900
2955
|
position: fixed;
|
|
2901
2956
|
inset: 0;
|
|
2902
2957
|
z-index: 1000;
|
|
2903
2958
|
padding: 0 !important;
|
|
2904
2959
|
}
|
|
2905
|
-
._EditorCanvas-
|
|
2960
|
+
._EditorCanvas-inner_10xv6_47 {
|
|
2906
2961
|
display: flex;
|
|
2907
2962
|
height: 100%;
|
|
2908
2963
|
justify-content: center;
|
|
@@ -2910,7 +2965,7 @@ body:has(._DropZone--isAnimating_1h108_70:empty) [data-editor-overlay] {
|
|
|
2910
2965
|
position: relative;
|
|
2911
2966
|
width: 100%;
|
|
2912
2967
|
}
|
|
2913
|
-
._EditorCanvas-
|
|
2968
|
+
._EditorCanvas-rootColumn_10xv6_56 {
|
|
2914
2969
|
box-sizing: content-box;
|
|
2915
2970
|
display: flex;
|
|
2916
2971
|
flex-direction: column;
|
|
@@ -2919,34 +2974,34 @@ body:has(._DropZone--isAnimating_1h108_70:empty) [data-editor-overlay] {
|
|
|
2919
2974
|
transform-origin: top;
|
|
2920
2975
|
}
|
|
2921
2976
|
@media (min-width: 1198px) {
|
|
2922
|
-
._EditorCanvas-
|
|
2977
|
+
._EditorCanvas-rootColumn_10xv6_56 {
|
|
2923
2978
|
min-width: unset;
|
|
2924
2979
|
}
|
|
2925
2980
|
}
|
|
2926
2981
|
@media (prefers-reduced-motion: reduce) {
|
|
2927
|
-
._EditorCanvas-
|
|
2982
|
+
._EditorCanvas-rootColumn_10xv6_56 {
|
|
2928
2983
|
transition: none !important;
|
|
2929
2984
|
}
|
|
2930
2985
|
}
|
|
2931
|
-
._EditorCanvas-
|
|
2986
|
+
._EditorCanvas-root_10xv6_56 {
|
|
2932
2987
|
background: var(--editor-surface-panel);
|
|
2933
2988
|
outline: 1px solid var(--editor-border-subtle);
|
|
2934
2989
|
box-shadow: var(--editor-shadow-lg);
|
|
2935
|
-
border-radius:
|
|
2990
|
+
border-radius: var(--editor-radius-md);
|
|
2936
2991
|
flex: 1;
|
|
2937
2992
|
pointer-events: none;
|
|
2938
2993
|
opacity: 0;
|
|
2939
2994
|
}
|
|
2940
2995
|
@media (prefers-reduced-motion: reduce) {
|
|
2941
|
-
._EditorCanvas-
|
|
2996
|
+
._EditorCanvas-root_10xv6_56 {
|
|
2942
2997
|
transition: none !important;
|
|
2943
2998
|
}
|
|
2944
2999
|
}
|
|
2945
|
-
._EditorCanvas--
|
|
3000
|
+
._EditorCanvas--ready_10xv6_93 ._EditorCanvas-root_10xv6_56 {
|
|
2946
3001
|
pointer-events: unset;
|
|
2947
3002
|
opacity: 1;
|
|
2948
3003
|
}
|
|
2949
|
-
._EditorCanvas-
|
|
3004
|
+
._EditorCanvas-loader_10xv6_98 {
|
|
2950
3005
|
align-items: center;
|
|
2951
3006
|
color: var(--editor-text-tertiary);
|
|
2952
3007
|
display: flex;
|
|
@@ -2957,30 +3012,49 @@ body:has(._DropZone--isAnimating_1h108_70:empty) [data-editor-overlay] {
|
|
|
2957
3012
|
transition: opacity 250ms ease-out;
|
|
2958
3013
|
opacity: 0;
|
|
2959
3014
|
}
|
|
2960
|
-
._EditorCanvas--
|
|
3015
|
+
._EditorCanvas--showLoader_10xv6_110 ._EditorCanvas-loader_10xv6_98 {
|
|
2961
3016
|
opacity: 1;
|
|
2962
3017
|
}
|
|
2963
|
-
._EditorCanvas--
|
|
3018
|
+
._EditorCanvas--showLoader_10xv6_110._EditorCanvas--ready_10xv6_93 ._EditorCanvas-loader_10xv6_98 {
|
|
2964
3019
|
opacity: 0;
|
|
2965
3020
|
transition: none;
|
|
2966
3021
|
}
|
|
2967
|
-
._EditorCanvas-
|
|
2968
|
-
|
|
2969
|
-
|
|
3022
|
+
._EditorCanvas-bottomBar_10xv6_119 {
|
|
3023
|
+
align-items: center;
|
|
3024
|
+
bottom: 16px;
|
|
3025
|
+
display: flex;
|
|
3026
|
+
justify-content: center;
|
|
3027
|
+
left: 0;
|
|
3028
|
+
pointer-events: none;
|
|
3029
|
+
position: absolute;
|
|
3030
|
+
right: 0;
|
|
3031
|
+
z-index: 10;
|
|
2970
3032
|
}
|
|
2971
|
-
._EditorCanvas-
|
|
3033
|
+
._EditorCanvas-bottomBarPill_10xv6_131 {
|
|
2972
3034
|
align-items: center;
|
|
2973
3035
|
background: var(--editor-surface-panel);
|
|
2974
3036
|
border: 1px solid var(--editor-border-subtle);
|
|
2975
3037
|
border-radius: var(--editor-radius-md);
|
|
2976
|
-
bottom: 16px;
|
|
2977
3038
|
box-shadow: var(--editor-shadow-md);
|
|
3039
|
+
color: var(--editor-text-primary);
|
|
2978
3040
|
display: flex;
|
|
2979
|
-
gap:
|
|
2980
|
-
padding: 4px;
|
|
2981
|
-
|
|
2982
|
-
|
|
2983
|
-
|
|
3041
|
+
gap: 4px;
|
|
3042
|
+
padding: 4px 8px;
|
|
3043
|
+
pointer-events: auto;
|
|
3044
|
+
}
|
|
3045
|
+
._EditorCanvas-bottomBarDivider_10xv6_144 {
|
|
3046
|
+
background: var(--editor-border-subtle);
|
|
3047
|
+
height: 18px;
|
|
3048
|
+
margin: 0 4px;
|
|
3049
|
+
width: 1px;
|
|
3050
|
+
}
|
|
3051
|
+
._EditorCanvas-zoomLevel_10xv6_151 {
|
|
3052
|
+
color: var(--editor-text-secondary);
|
|
3053
|
+
font-size: var(--editor-font-size-xxs);
|
|
3054
|
+
font-variant-numeric: tabular-nums;
|
|
3055
|
+
min-width: 36px;
|
|
3056
|
+
padding: 0 4px;
|
|
3057
|
+
text-align: center;
|
|
2984
3058
|
}
|
|
2985
3059
|
|
|
2986
3060
|
/* css-module:/Users/rami/Documents/apps/react-editor/packages/core/components/Editor/components/ResizeHandle/styles.module.css/#css-module-data */
|
|
@@ -3060,134 +3134,6 @@ body:has(._DropZone--isAnimating_1h108_70:empty) [data-editor-overlay] {
|
|
|
3060
3134
|
justify-self: start;
|
|
3061
3135
|
}
|
|
3062
3136
|
|
|
3063
|
-
/* css-module:/Users/rami/Documents/apps/react-editor/packages/core/components/Editor/components/Nav/styles.module.css/#css-module-data */
|
|
3064
|
-
._Nav_1g4tk_1 {
|
|
3065
|
-
display: flex;
|
|
3066
|
-
align-items: center;
|
|
3067
|
-
padding: 10px 0;
|
|
3068
|
-
padding-bottom: calc(10px + env(safe-area-inset-bottom, 0px));
|
|
3069
|
-
}
|
|
3070
|
-
@media (min-width: 638px) {
|
|
3071
|
-
._Nav_1g4tk_1 {
|
|
3072
|
-
flex-direction: column;
|
|
3073
|
-
height: 100%;
|
|
3074
|
-
padding: 0;
|
|
3075
|
-
padding-bottom: 0;
|
|
3076
|
-
align-items: stretch;
|
|
3077
|
-
}
|
|
3078
|
-
}
|
|
3079
|
-
._Nav-list_1g4tk_18 {
|
|
3080
|
-
display: flex;
|
|
3081
|
-
list-style: none;
|
|
3082
|
-
margin: 0;
|
|
3083
|
-
padding: 0;
|
|
3084
|
-
overflow-x: auto;
|
|
3085
|
-
gap: 12px;
|
|
3086
|
-
justify-content: center;
|
|
3087
|
-
flex: 1;
|
|
3088
|
-
}
|
|
3089
|
-
@media (min-width: 638px) {
|
|
3090
|
-
._Nav-list_1g4tk_18 {
|
|
3091
|
-
padding-top: 16px;
|
|
3092
|
-
flex-direction: column;
|
|
3093
|
-
gap: 4px;
|
|
3094
|
-
width: 100%;
|
|
3095
|
-
flex-grow: 1;
|
|
3096
|
-
overflow-x: hidden;
|
|
3097
|
-
overflow-y: auto;
|
|
3098
|
-
justify-content: flex-start;
|
|
3099
|
-
}
|
|
3100
|
-
}
|
|
3101
|
-
._Nav-footer_1g4tk_42 {
|
|
3102
|
-
display: none;
|
|
3103
|
-
}
|
|
3104
|
-
@media (min-width: 638px) {
|
|
3105
|
-
._Nav-footer_1g4tk_42 {
|
|
3106
|
-
display: flex;
|
|
3107
|
-
align-items: center;
|
|
3108
|
-
justify-content: center;
|
|
3109
|
-
padding: 12px 0;
|
|
3110
|
-
}
|
|
3111
|
-
}
|
|
3112
|
-
._NavItem-link_1g4tk_55 {
|
|
3113
|
-
text-align: center;
|
|
3114
|
-
align-items: center;
|
|
3115
|
-
justify-content: center;
|
|
3116
|
-
color: var(--editor-text-secondary);
|
|
3117
|
-
display: flex;
|
|
3118
|
-
text-decoration: none;
|
|
3119
|
-
cursor: pointer;
|
|
3120
|
-
border-radius: var(--editor-radius-md);
|
|
3121
|
-
padding: 6px;
|
|
3122
|
-
box-sizing: border-box;
|
|
3123
|
-
transition: background-color var(--editor-motion-fast) var(--editor-ease), color var(--editor-motion-fast) var(--editor-ease);
|
|
3124
|
-
border: 0;
|
|
3125
|
-
width: 38px;
|
|
3126
|
-
height: 38px;
|
|
3127
|
-
margin: 0 auto;
|
|
3128
|
-
position: relative;
|
|
3129
|
-
}
|
|
3130
|
-
@media (min-width: 638px) {
|
|
3131
|
-
._NavItem-link_1g4tk_55 {
|
|
3132
|
-
padding: 4px;
|
|
3133
|
-
width: 32px;
|
|
3134
|
-
height: 32px;
|
|
3135
|
-
}
|
|
3136
|
-
}
|
|
3137
|
-
._NavItem-linkLabel_1g4tk_83 {
|
|
3138
|
-
clip: rect(0 0 0 0);
|
|
3139
|
-
clip-path: inset(100%);
|
|
3140
|
-
height: 1px;
|
|
3141
|
-
overflow: hidden;
|
|
3142
|
-
position: absolute;
|
|
3143
|
-
white-space: nowrap;
|
|
3144
|
-
width: 1px;
|
|
3145
|
-
}
|
|
3146
|
-
._NavItem_1g4tk_55:first-of-type {
|
|
3147
|
-
padding-left: 0;
|
|
3148
|
-
}
|
|
3149
|
-
._NavItem_1g4tk_55:last-of-type {
|
|
3150
|
-
padding-right: 0;
|
|
3151
|
-
}
|
|
3152
|
-
@media (min-width: 638px) {
|
|
3153
|
-
._NavItem_1g4tk_55:first-of-type,
|
|
3154
|
-
._NavItem_1g4tk_55:last-of-type {
|
|
3155
|
-
padding: 0;
|
|
3156
|
-
}
|
|
3157
|
-
}
|
|
3158
|
-
._NavItem-linkIcon_1g4tk_108 {
|
|
3159
|
-
height: 18px;
|
|
3160
|
-
width: 18px;
|
|
3161
|
-
display: flex;
|
|
3162
|
-
align-items: center;
|
|
3163
|
-
justify-content: center;
|
|
3164
|
-
}
|
|
3165
|
-
._NavItem-linkIcon_1g4tk_108 svg {
|
|
3166
|
-
width: 18px;
|
|
3167
|
-
height: 18px;
|
|
3168
|
-
}
|
|
3169
|
-
._NavItem--active_1g4tk_121 > ._NavItem-link_1g4tk_55 {
|
|
3170
|
-
background-color: var(--editor-accent-soft);
|
|
3171
|
-
color: var(--editor-text-accent);
|
|
3172
|
-
}
|
|
3173
|
-
._NavItem_1g4tk_55:not(._NavItem--active_1g4tk_121) > ._NavItem-link_1g4tk_55:hover {
|
|
3174
|
-
background-color: var(--editor-surface-hover);
|
|
3175
|
-
color: var(--editor-text-accent);
|
|
3176
|
-
}
|
|
3177
|
-
@media (min-width: 638px) {
|
|
3178
|
-
._NavItem--mobileOnly_1g4tk_132 {
|
|
3179
|
-
display: none;
|
|
3180
|
-
}
|
|
3181
|
-
}
|
|
3182
|
-
._NavItem--desktopOnly_1g4tk_137 {
|
|
3183
|
-
display: none;
|
|
3184
|
-
}
|
|
3185
|
-
@media (min-width: 638px) {
|
|
3186
|
-
._NavItem--desktopOnly_1g4tk_137 {
|
|
3187
|
-
display: block;
|
|
3188
|
-
}
|
|
3189
|
-
}
|
|
3190
|
-
|
|
3191
3137
|
/* css-module:/Users/rami/Documents/apps/react-editor/packages/core/plugins/blocks/styles.module.css/#css-module-data */
|
|
3192
3138
|
._BlocksPlugin_15ud0_1 {
|
|
3193
3139
|
padding: 16px;
|