@crediblemark/build 0.25.1 → 0.25.2
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/ArrayField-JZ2XQAUS.mjs +19 -0
- package/dist/{Editor-CD7CMRO5.mjs → Editor-GGSPWIO6.mjs} +7 -7
- package/dist/ObjectField-ZUGNSCNN.mjs +19 -0
- package/dist/{chunk-WEPD3OBO.mjs → chunk-3R4HYYSJ.mjs} +2 -2
- package/dist/{chunk-NJZPPQVT.mjs → chunk-4CV4HOSK.mjs} +3 -3
- package/dist/{chunk-BC5TH63U.mjs → chunk-4Z54QJVQ.mjs} +1 -1
- package/dist/{chunk-NSDGBGNG.mjs → chunk-A7MU7FEU.mjs} +1 -1
- package/dist/{chunk-OUXISRNA.mjs → chunk-BVZDBEP4.mjs} +355 -273
- package/dist/{chunk-MLM27DOG.mjs → chunk-DWF5T7E3.mjs} +1 -1
- package/dist/{chunk-PQXVFRLA.mjs → chunk-GY4BXVOH.mjs} +6 -6
- package/dist/{chunk-UPNU77XM.mjs → chunk-IJPF46QY.mjs} +1 -1
- package/dist/{chunk-BPBYJDIJ.mjs → chunk-J66BZ4WH.mjs} +95 -80
- package/dist/{chunk-JKWSSGAY.mjs → chunk-KRFBBRUA.mjs} +7 -7
- package/dist/{chunk-3S3KWE2J.mjs → chunk-YDODUFKC.mjs} +2 -2
- package/dist/{full-HTQAR5N2.mjs → full-KPGLJZI5.mjs} +5 -5
- package/dist/index.css +119 -40
- package/dist/index.d.mts +3 -2
- package/dist/index.d.ts +3 -2
- package/dist/index.js +741 -634
- package/dist/index.mjs +11 -11
- package/dist/{loaded-AHSNCA4P.mjs → loaded-5QLBLQ3N.mjs} +2 -2
- package/dist/{loaded-Q7N3MNZB.mjs → loaded-HEYQUU36.mjs} +2 -2
- package/dist/{loaded-CDAPR2WZ.mjs → loaded-RXPNBJYA.mjs} +2 -2
- package/dist/no-external.css +119 -40
- package/dist/no-external.js +741 -634
- package/dist/no-external.mjs +11 -11
- package/package.json +1 -1
- package/dist/ArrayField-N36WXYIG.mjs +0 -19
- package/dist/ObjectField-RMXFC6TI.mjs +0 -19
package/dist/index.css
CHANGED
|
@@ -1992,6 +1992,82 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
1992
1992
|
margin-inline-start: auto;
|
|
1993
1993
|
}
|
|
1994
1994
|
|
|
1995
|
+
/* css-module:/home/crediblemark/Project/Credibuild/components/CredBuild/components/Components/styles.module.css/#css-module-data */
|
|
1996
|
+
._CredBuildComponents_17idm_1 {
|
|
1997
|
+
display: flex;
|
|
1998
|
+
flex-direction: column;
|
|
1999
|
+
height: 100%;
|
|
2000
|
+
}
|
|
2001
|
+
._CredBuildComponents-searchContainer_17idm_7 {
|
|
2002
|
+
padding: 8px 12px;
|
|
2003
|
+
border-bottom: 1px solid var(--cb-border, #e2e8f0);
|
|
2004
|
+
background-color: var(--cb-bg-surface, #ffffff);
|
|
2005
|
+
position: relative;
|
|
2006
|
+
display: flex;
|
|
2007
|
+
align-items: center;
|
|
2008
|
+
}
|
|
2009
|
+
._CredBuildComponents-searchWrapper_17idm_16 {
|
|
2010
|
+
position: relative;
|
|
2011
|
+
width: 100%;
|
|
2012
|
+
display: flex;
|
|
2013
|
+
align-items: center;
|
|
2014
|
+
}
|
|
2015
|
+
._CredBuildComponents-searchInput_17idm_23 {
|
|
2016
|
+
width: 100%;
|
|
2017
|
+
height: 32px;
|
|
2018
|
+
padding: 0 28px 0 32px;
|
|
2019
|
+
font-size: 12px;
|
|
2020
|
+
border: 1px solid var(--cb-border, #e2e8f0);
|
|
2021
|
+
border-radius: 6px;
|
|
2022
|
+
background-color: var(--cb-bg-base, #f8fafc);
|
|
2023
|
+
color: var(--cb-silver, #0f172a);
|
|
2024
|
+
outline: none;
|
|
2025
|
+
transition: all 0.2s ease-in-out;
|
|
2026
|
+
}
|
|
2027
|
+
._CredBuildComponents-searchInput_17idm_23:focus {
|
|
2028
|
+
border-color: var(--cb-gold, #d97706);
|
|
2029
|
+
background-color: var(--cb-bg-surface, #ffffff);
|
|
2030
|
+
box-shadow: 0 0 0 2px var(--cb-gold-glow, rgba(217, 119, 6, 0.15));
|
|
2031
|
+
}
|
|
2032
|
+
._CredBuildComponents-searchIcon_17idm_42 {
|
|
2033
|
+
position: absolute;
|
|
2034
|
+
left: 10px;
|
|
2035
|
+
color: var(--cb-silver-muted, #64748b);
|
|
2036
|
+
pointer-events: none;
|
|
2037
|
+
}
|
|
2038
|
+
._CredBuildComponents-clearButton_17idm_49 {
|
|
2039
|
+
position: absolute;
|
|
2040
|
+
right: 8px;
|
|
2041
|
+
background: none;
|
|
2042
|
+
border: none;
|
|
2043
|
+
padding: 4px;
|
|
2044
|
+
cursor: pointer;
|
|
2045
|
+
color: var(--cb-silver-muted, #64748b);
|
|
2046
|
+
display: flex;
|
|
2047
|
+
align-items: center;
|
|
2048
|
+
justify-content: center;
|
|
2049
|
+
border-radius: 4px;
|
|
2050
|
+
transition: all 0.15s ease-in-out;
|
|
2051
|
+
}
|
|
2052
|
+
._CredBuildComponents-clearButton_17idm_49:hover {
|
|
2053
|
+
background-color: var(--cb-border, #e2e8f0);
|
|
2054
|
+
color: var(--cb-silver, #0f172a);
|
|
2055
|
+
}
|
|
2056
|
+
._CredBuildComponents-listContainer_17idm_69 {
|
|
2057
|
+
flex: 1;
|
|
2058
|
+
overflow-y: auto;
|
|
2059
|
+
}
|
|
2060
|
+
._CredBuildComponents-noResults_17idm_74 {
|
|
2061
|
+
padding: 32px 16px;
|
|
2062
|
+
text-align: center;
|
|
2063
|
+
color: var(--cb-silver-muted, #64748b);
|
|
2064
|
+
font-size: 13px;
|
|
2065
|
+
display: flex;
|
|
2066
|
+
flex-direction: column;
|
|
2067
|
+
align-items: center;
|
|
2068
|
+
gap: 8px;
|
|
2069
|
+
}
|
|
2070
|
+
|
|
1995
2071
|
/* css-module:/home/crediblemark/Project/Credibuild/components/CredBuild/components/Preview/styles.module.css/#css-module-data */
|
|
1996
2072
|
._CredBuildPreview_1z08a_1 {
|
|
1997
2073
|
position: relative;
|
|
@@ -2269,10 +2345,10 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2269
2345
|
}
|
|
2270
2346
|
|
|
2271
2347
|
/* css-module:/home/crediblemark/Project/Credibuild/components/ViewportControls/styles.module.css/#css-module-data */
|
|
2272
|
-
.
|
|
2348
|
+
._ViewportControls_gefvg_1 {
|
|
2273
2349
|
position: relative;
|
|
2274
2350
|
}
|
|
2275
|
-
._ViewportControls--
|
|
2351
|
+
._ViewportControls--fullScreen_gefvg_5 {
|
|
2276
2352
|
border-radius: 32px;
|
|
2277
2353
|
display: flex;
|
|
2278
2354
|
position: absolute;
|
|
@@ -2280,10 +2356,10 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2280
2356
|
right: 12px;
|
|
2281
2357
|
overflow: hidden;
|
|
2282
2358
|
}
|
|
2283
|
-
._ViewportControls-
|
|
2359
|
+
._ViewportControls-toggleButton_gefvg_14 {
|
|
2284
2360
|
display: none;
|
|
2285
2361
|
}
|
|
2286
|
-
._ViewportControls--
|
|
2362
|
+
._ViewportControls--fullScreen_gefvg_5 ._ViewportControls-toggleButton_gefvg_14 {
|
|
2287
2363
|
align-items: center;
|
|
2288
2364
|
background-color: var(--credbuild-color-grey-02);
|
|
2289
2365
|
border: 1px solid var(--credbuild-color-grey-04);
|
|
@@ -2296,27 +2372,28 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2296
2372
|
height: 42px;
|
|
2297
2373
|
z-index: 1;
|
|
2298
2374
|
}
|
|
2299
|
-
._ViewportControls--
|
|
2375
|
+
._ViewportControls--fullScreen_gefvg_5 ._ViewportControls-toggleButton_gefvg_14:hover {
|
|
2300
2376
|
background-color: var(--credbuild-color-grey-02);
|
|
2301
2377
|
border: 1px solid var(--credbuild-color-azure-04);
|
|
2302
2378
|
color: var(--credbuild-color-azure-07);
|
|
2303
2379
|
}
|
|
2304
|
-
._ViewportControls--
|
|
2380
|
+
._ViewportControls--isExpanded_gefvg_38 ._ViewportControls-toggleButton_gefvg_14 {
|
|
2305
2381
|
background-color: var(--credbuild-color-grey-03);
|
|
2306
2382
|
}
|
|
2307
|
-
._ViewportControls-
|
|
2383
|
+
._ViewportControls-actions_gefvg_42 {
|
|
2308
2384
|
display: flex;
|
|
2309
2385
|
}
|
|
2310
|
-
._ViewportControls-
|
|
2386
|
+
._ViewportControls-actionsInner_gefvg_46 {
|
|
2311
2387
|
display: flex;
|
|
2312
2388
|
box-sizing: border-box;
|
|
2313
2389
|
justify-content: center;
|
|
2390
|
+
align-items: center;
|
|
2314
2391
|
margin-left: auto;
|
|
2315
2392
|
margin-right: auto;
|
|
2316
2393
|
z-index: 0;
|
|
2317
2394
|
overflow: hidden;
|
|
2318
2395
|
}
|
|
2319
|
-
._ViewportControls--
|
|
2396
|
+
._ViewportControls--fullScreen_gefvg_5 ._ViewportControls-actionsInner_gefvg_46 {
|
|
2320
2397
|
background: var(--credbuild-color-grey-11);
|
|
2321
2398
|
border: 1px solid var(--credbuild-color-grey-09);
|
|
2322
2399
|
border-radius: 30px;
|
|
@@ -2324,19 +2401,20 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2324
2401
|
margin-right: none;
|
|
2325
2402
|
padding-right: 42px;
|
|
2326
2403
|
}
|
|
2327
|
-
._ViewportControls--
|
|
2404
|
+
._ViewportControls--fullScreen_gefvg_5 ._ViewportControls-actionsInner_gefvg_46 {
|
|
2328
2405
|
transform: translateX(100%);
|
|
2329
2406
|
transition: transform 150ms ease-in-out;
|
|
2330
2407
|
}
|
|
2331
|
-
._ViewportControls--
|
|
2408
|
+
._ViewportControls--fullScreen_gefvg_5._ViewportControls--isExpanded_gefvg_38 ._ViewportControls-actionsInner_gefvg_46 {
|
|
2332
2409
|
transform: translateX(42px);
|
|
2333
2410
|
}
|
|
2334
|
-
._ViewportControls-
|
|
2411
|
+
._ViewportControls-divider_gefvg_76 {
|
|
2335
2412
|
border-inline-end: 1px solid var(--credbuild-color-grey-09);
|
|
2336
|
-
|
|
2337
|
-
margin-
|
|
2413
|
+
height: 16px;
|
|
2414
|
+
margin-left: 4px;
|
|
2415
|
+
margin-right: 4px;
|
|
2338
2416
|
}
|
|
2339
|
-
._ViewportControls-
|
|
2417
|
+
._ViewportControls-zoomSelect_gefvg_83 {
|
|
2340
2418
|
appearance: none;
|
|
2341
2419
|
background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23c3c3c3'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
|
|
2342
2420
|
background-size: 10px;
|
|
@@ -2348,27 +2426,28 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2348
2426
|
padding-left: 8px;
|
|
2349
2427
|
width: 96px;
|
|
2350
2428
|
}
|
|
2351
|
-
._ViewportControls--
|
|
2429
|
+
._ViewportControls--fullScreen_gefvg_5 ._ViewportControls-zoom_gefvg_83 {
|
|
2352
2430
|
display: none;
|
|
2353
2431
|
}
|
|
2354
2432
|
@media (min-width: 638px) {
|
|
2355
|
-
._ViewportControls-
|
|
2356
|
-
._ViewportControls--
|
|
2433
|
+
._ViewportControls-zoom_gefvg_83,
|
|
2434
|
+
._ViewportControls--fullScreen_gefvg_5 ._ViewportControls-zoom_gefvg_83 {
|
|
2357
2435
|
display: flex;
|
|
2358
2436
|
justify-content: center;
|
|
2437
|
+
align-items: center;
|
|
2359
2438
|
}
|
|
2360
2439
|
}
|
|
2361
|
-
._ViewportControls-
|
|
2440
|
+
._ViewportControls-zoomSelect_gefvg_83:dir(rtl) {
|
|
2362
2441
|
background-position: 12px calc(50% + 3px);
|
|
2363
2442
|
}
|
|
2364
|
-
._ViewportButton-
|
|
2443
|
+
._ViewportButton-inner_gefvg_114 {
|
|
2365
2444
|
align-items: center;
|
|
2366
2445
|
display: flex;
|
|
2367
2446
|
justify-content: center;
|
|
2368
2447
|
height: 32px;
|
|
2369
2448
|
width: 32px;
|
|
2370
2449
|
}
|
|
2371
|
-
._ViewportButton--
|
|
2450
|
+
._ViewportButton--isActive_gefvg_122 ._ViewportButton-inner_gefvg_114 {
|
|
2372
2451
|
color: var(--credbuild-color-azure-04);
|
|
2373
2452
|
}
|
|
2374
2453
|
|
|
@@ -2447,16 +2526,16 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2447
2526
|
}
|
|
2448
2527
|
|
|
2449
2528
|
/* css-module:/home/crediblemark/Project/Credibuild/components/SidebarSection/styles.module.css/#css-module-data */
|
|
2450
|
-
.
|
|
2529
|
+
._SidebarSection_1w6vl_1 {
|
|
2451
2530
|
display: flex;
|
|
2452
2531
|
position: relative;
|
|
2453
2532
|
flex-direction: column;
|
|
2454
2533
|
color: var(--credbuild-color-black);
|
|
2455
2534
|
}
|
|
2456
|
-
.
|
|
2457
|
-
flex-grow:
|
|
2535
|
+
._SidebarSection_1w6vl_1:last-of-type {
|
|
2536
|
+
flex-grow: 0;
|
|
2458
2537
|
}
|
|
2459
|
-
._SidebarSection-
|
|
2538
|
+
._SidebarSection-title_1w6vl_12 {
|
|
2460
2539
|
background: var(--credbuild-color-grey-11);
|
|
2461
2540
|
padding: 4px 10px;
|
|
2462
2541
|
border-bottom: 1px solid var(--credbuild-color-grey-10);
|
|
@@ -2467,11 +2546,11 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2467
2546
|
user-select: none;
|
|
2468
2547
|
transition: background 0.2s ease;
|
|
2469
2548
|
}
|
|
2470
|
-
._SidebarSection-
|
|
2549
|
+
._SidebarSection-title_1w6vl_12:hover {
|
|
2471
2550
|
background: #f3f4f6;
|
|
2472
2551
|
}
|
|
2473
|
-
._SidebarSection-
|
|
2474
|
-
._SidebarSection-
|
|
2552
|
+
._SidebarSection-title_1w6vl_12 h2,
|
|
2553
|
+
._SidebarSection-title_1w6vl_12 span {
|
|
2475
2554
|
font-size: 10px;
|
|
2476
2555
|
text-transform: uppercase;
|
|
2477
2556
|
letter-spacing: 0.1em;
|
|
@@ -2479,17 +2558,17 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2479
2558
|
color: var(--credbuild-color-grey-05);
|
|
2480
2559
|
margin: 0;
|
|
2481
2560
|
}
|
|
2482
|
-
._SidebarSection--
|
|
2561
|
+
._SidebarSection--noBorderTop_1w6vl_38 > ._SidebarSection-title_1w6vl_12 {
|
|
2483
2562
|
border-top: 0px;
|
|
2484
2563
|
}
|
|
2485
|
-
._SidebarSection-
|
|
2564
|
+
._SidebarSection-content_1w6vl_42:last-child {
|
|
2486
2565
|
padding-bottom: 4px;
|
|
2487
2566
|
}
|
|
2488
|
-
.
|
|
2567
|
+
._SidebarSection_1w6vl_1:last-of-type ._SidebarSection-content_1w6vl_42 {
|
|
2489
2568
|
border-bottom: none;
|
|
2490
|
-
flex-grow:
|
|
2569
|
+
flex-grow: 0;
|
|
2491
2570
|
}
|
|
2492
|
-
._SidebarSection-
|
|
2571
|
+
._SidebarSection-breadcrumbLabel_1w6vl_51 {
|
|
2493
2572
|
background: none;
|
|
2494
2573
|
border: 0;
|
|
2495
2574
|
border-radius: 2px;
|
|
@@ -2500,34 +2579,34 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2500
2579
|
padding: 0;
|
|
2501
2580
|
transition: color 50ms ease-in;
|
|
2502
2581
|
}
|
|
2503
|
-
._SidebarSection-
|
|
2582
|
+
._SidebarSection-breadcrumbLabel_1w6vl_51:focus-visible {
|
|
2504
2583
|
outline: 2px solid var(--credbuild-color-azure-05);
|
|
2505
2584
|
outline-offset: 2px;
|
|
2506
2585
|
}
|
|
2507
2586
|
@media (hover: hover) and (pointer: fine) {
|
|
2508
|
-
._SidebarSection-
|
|
2587
|
+
._SidebarSection-breadcrumbLabel_1w6vl_51:hover {
|
|
2509
2588
|
color: var(--credbuild-color-azure-03);
|
|
2510
2589
|
transition: none;
|
|
2511
2590
|
}
|
|
2512
2591
|
}
|
|
2513
|
-
._SidebarSection-
|
|
2592
|
+
._SidebarSection-breadcrumbLabel_1w6vl_51:active {
|
|
2514
2593
|
color: var(--credbuild-color-azure-02);
|
|
2515
2594
|
transition: none;
|
|
2516
2595
|
}
|
|
2517
|
-
._SidebarSection-
|
|
2596
|
+
._SidebarSection-breadcrumbs_1w6vl_80 {
|
|
2518
2597
|
align-items: center;
|
|
2519
2598
|
display: flex;
|
|
2520
2599
|
gap: 4px;
|
|
2521
2600
|
}
|
|
2522
|
-
._SidebarSection-
|
|
2601
|
+
._SidebarSection-breadcrumb_1w6vl_51 {
|
|
2523
2602
|
align-items: center;
|
|
2524
2603
|
display: flex;
|
|
2525
2604
|
gap: 4px;
|
|
2526
2605
|
}
|
|
2527
|
-
._SidebarSection-
|
|
2606
|
+
._SidebarSection-heading_1w6vl_92 {
|
|
2528
2607
|
padding-inline-end: 16px;
|
|
2529
2608
|
}
|
|
2530
|
-
._SidebarSection-
|
|
2609
|
+
._SidebarSection-loadingOverlay_1w6vl_96 {
|
|
2531
2610
|
background: var(--credbuild-color-white);
|
|
2532
2611
|
display: flex;
|
|
2533
2612
|
justify-content: center;
|
package/dist/index.d.mts
CHANGED
|
@@ -3,7 +3,7 @@ export { w as Adaptor, A as AppState, x as ArrayField, y as ArrayState, z as AsF
|
|
|
3
3
|
export { m as migrate, r as resolveAllData, t as transformProps, w as walkTree } from './walk-tree-BO8uRNcW.mjs';
|
|
4
4
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
5
5
|
import * as react from 'react';
|
|
6
|
-
import { ReactNode, SyntheticEvent, ReactElement, CSSProperties } from 'react';
|
|
6
|
+
import react__default, { ReactNode, SyntheticEvent, ReactElement, CSSProperties } from 'react';
|
|
7
7
|
import { A as AppStore, G as GetPermissions, R as RefreshPermissions, H as HistorySlice } from './index-CD3PszvP.mjs';
|
|
8
8
|
import '@tiptap/react';
|
|
9
9
|
import '@tiptap/extension-blockquote';
|
|
@@ -81,8 +81,9 @@ type SliderFieldProps = {
|
|
|
81
81
|
unit?: string;
|
|
82
82
|
defaultValue?: string | number;
|
|
83
83
|
useUnits?: boolean;
|
|
84
|
+
style?: react__default.CSSProperties;
|
|
84
85
|
};
|
|
85
|
-
declare const SliderField: ({ value, onChange, min, max, step, unit, defaultValue, useUnits }: SliderFieldProps) => react_jsx_runtime.JSX.Element;
|
|
86
|
+
declare const SliderField: ({ value, onChange, min, max, step, unit, defaultValue, useUnits, style }: SliderFieldProps) => react_jsx_runtime.JSX.Element;
|
|
86
87
|
|
|
87
88
|
type ResponsiveSliderFieldProps = {
|
|
88
89
|
value: ResponsiveValue;
|
package/dist/index.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ export { w as Adaptor, A as AppState, x as ArrayField, y as ArrayState, z as AsF
|
|
|
3
3
|
export { m as migrate, r as resolveAllData, t as transformProps, w as walkTree } from './walk-tree-BEw6kTXm.js';
|
|
4
4
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
5
5
|
import * as react from 'react';
|
|
6
|
-
import { ReactNode, SyntheticEvent, ReactElement, CSSProperties } from 'react';
|
|
6
|
+
import react__default, { ReactNode, SyntheticEvent, ReactElement, CSSProperties } from 'react';
|
|
7
7
|
import { A as AppStore, G as GetPermissions, R as RefreshPermissions, H as HistorySlice } from './index-Bj2x5pZ7.js';
|
|
8
8
|
import '@tiptap/react';
|
|
9
9
|
import '@tiptap/extension-blockquote';
|
|
@@ -81,8 +81,9 @@ type SliderFieldProps = {
|
|
|
81
81
|
unit?: string;
|
|
82
82
|
defaultValue?: string | number;
|
|
83
83
|
useUnits?: boolean;
|
|
84
|
+
style?: react__default.CSSProperties;
|
|
84
85
|
};
|
|
85
|
-
declare const SliderField: ({ value, onChange, min, max, step, unit, defaultValue, useUnits }: SliderFieldProps) => react_jsx_runtime.JSX.Element;
|
|
86
|
+
declare const SliderField: ({ value, onChange, min, max, step, unit, defaultValue, useUnits, style }: SliderFieldProps) => react_jsx_runtime.JSX.Element;
|
|
86
87
|
|
|
87
88
|
type ResponsiveSliderFieldProps = {
|
|
88
89
|
value: ResponsiveValue;
|