@refineui/react 0.0.2 → 0.0.4
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/index.cjs +515 -305
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3482 -29
- package/dist/index.d.ts +3482 -29
- package/dist/index.js +394 -185
- package/dist/index.js.map +1 -1
- package/dist/spec/contract-index.json +1 -1
- package/dist/spec/token-graph.json +377 -73
- package/dist/spec/token-trace-v2.json +264 -24
- package/package.json +1 -1
- package/refineui.css +19 -16
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 2,
|
|
3
|
-
"generatedAt": "2026-09-
|
|
3
|
+
"generatedAt": "2026-09-17T18:54:09.612Z",
|
|
4
4
|
"contractLayer": "component-token-trace",
|
|
5
5
|
"tokens": {
|
|
6
6
|
"webIcon.primary": {
|
|
@@ -1267,14 +1267,14 @@
|
|
|
1267
1267
|
"type": "component",
|
|
1268
1268
|
"source": "packages/react/src/tokens/componentColorTokens.ts",
|
|
1269
1269
|
"resolvesTo": {
|
|
1270
|
-
"semantic": "
|
|
1270
|
+
"semantic": "backgroundPrimary",
|
|
1271
1271
|
"light": {
|
|
1272
1272
|
"foundation": "neutralWhite",
|
|
1273
1273
|
"value": "#FFFFFF"
|
|
1274
1274
|
},
|
|
1275
1275
|
"dark": {
|
|
1276
|
-
"foundation": "
|
|
1277
|
-
"value": "#
|
|
1276
|
+
"foundation": "neutral900",
|
|
1277
|
+
"value": "#1A1A1A"
|
|
1278
1278
|
}
|
|
1279
1279
|
}
|
|
1280
1280
|
},
|
|
@@ -1293,18 +1293,33 @@
|
|
|
1293
1293
|
}
|
|
1294
1294
|
}
|
|
1295
1295
|
},
|
|
1296
|
+
"tooltip.default.border": {
|
|
1297
|
+
"type": "component",
|
|
1298
|
+
"source": "packages/react/src/tokens/componentColorTokens.ts",
|
|
1299
|
+
"resolvesTo": {
|
|
1300
|
+
"semantic": "borderDefault",
|
|
1301
|
+
"light": {
|
|
1302
|
+
"foundation": "neutral300",
|
|
1303
|
+
"value": "#DBDBDB"
|
|
1304
|
+
},
|
|
1305
|
+
"dark": {
|
|
1306
|
+
"foundation": "neutral650",
|
|
1307
|
+
"value": "#5B5B5B"
|
|
1308
|
+
}
|
|
1309
|
+
}
|
|
1310
|
+
},
|
|
1296
1311
|
"popover.default.background": {
|
|
1297
1312
|
"type": "component",
|
|
1298
1313
|
"source": "packages/react/src/tokens/componentColorTokens.ts",
|
|
1299
1314
|
"resolvesTo": {
|
|
1300
|
-
"semantic": "
|
|
1315
|
+
"semantic": "backgroundPrimary",
|
|
1301
1316
|
"light": {
|
|
1302
1317
|
"foundation": "neutralWhite",
|
|
1303
1318
|
"value": "#FFFFFF"
|
|
1304
1319
|
},
|
|
1305
1320
|
"dark": {
|
|
1306
|
-
"foundation": "
|
|
1307
|
-
"value": "#
|
|
1321
|
+
"foundation": "neutral900",
|
|
1322
|
+
"value": "#1A1A1A"
|
|
1308
1323
|
}
|
|
1309
1324
|
}
|
|
1310
1325
|
},
|
|
@@ -2410,14 +2425,89 @@
|
|
|
2410
2425
|
"type": "component",
|
|
2411
2426
|
"source": "packages/react/src/tokens/componentColorTokens.ts",
|
|
2412
2427
|
"resolvesTo": {
|
|
2413
|
-
"semantic": "
|
|
2428
|
+
"semantic": "foregroundSecondary",
|
|
2414
2429
|
"light": {
|
|
2415
|
-
"foundation": "
|
|
2416
|
-
"value": "#
|
|
2430
|
+
"foundation": "neutral600",
|
|
2431
|
+
"value": "#6C6C6C"
|
|
2417
2432
|
},
|
|
2418
2433
|
"dark": {
|
|
2419
|
-
"foundation": "
|
|
2420
|
-
"value": "#
|
|
2434
|
+
"foundation": "neutral350",
|
|
2435
|
+
"value": "#D8D8D8"
|
|
2436
|
+
}
|
|
2437
|
+
}
|
|
2438
|
+
},
|
|
2439
|
+
"alert.description.info": {
|
|
2440
|
+
"type": "component",
|
|
2441
|
+
"source": "packages/react/src/tokens/componentColorTokens.ts",
|
|
2442
|
+
"resolvesTo": {
|
|
2443
|
+
"semantic": "foregroundInfo",
|
|
2444
|
+
"light": {
|
|
2445
|
+
"foundation": "blue700",
|
|
2446
|
+
"value": "#3E68FF"
|
|
2447
|
+
},
|
|
2448
|
+
"dark": {
|
|
2449
|
+
"foundation": "blue200",
|
|
2450
|
+
"value": "#C3D0FF"
|
|
2451
|
+
}
|
|
2452
|
+
}
|
|
2453
|
+
},
|
|
2454
|
+
"alert.description.success": {
|
|
2455
|
+
"type": "component",
|
|
2456
|
+
"source": "packages/react/src/tokens/componentColorTokens.ts",
|
|
2457
|
+
"resolvesTo": {
|
|
2458
|
+
"semantic": "foregroundSuccess",
|
|
2459
|
+
"light": {
|
|
2460
|
+
"foundation": "green700",
|
|
2461
|
+
"value": "#1D8822"
|
|
2462
|
+
},
|
|
2463
|
+
"dark": {
|
|
2464
|
+
"foundation": "green200",
|
|
2465
|
+
"value": "#5BEE62"
|
|
2466
|
+
}
|
|
2467
|
+
}
|
|
2468
|
+
},
|
|
2469
|
+
"alert.description.warning": {
|
|
2470
|
+
"type": "component",
|
|
2471
|
+
"source": "packages/react/src/tokens/componentColorTokens.ts",
|
|
2472
|
+
"resolvesTo": {
|
|
2473
|
+
"semantic": "foregroundWarning",
|
|
2474
|
+
"light": {
|
|
2475
|
+
"foundation": "yellow700",
|
|
2476
|
+
"value": "#967000"
|
|
2477
|
+
},
|
|
2478
|
+
"dark": {
|
|
2479
|
+
"foundation": "yellow200",
|
|
2480
|
+
"value": "#FFCB2F"
|
|
2481
|
+
}
|
|
2482
|
+
}
|
|
2483
|
+
},
|
|
2484
|
+
"alert.description.danger": {
|
|
2485
|
+
"type": "component",
|
|
2486
|
+
"source": "packages/react/src/tokens/componentColorTokens.ts",
|
|
2487
|
+
"resolvesTo": {
|
|
2488
|
+
"semantic": "foregroundError",
|
|
2489
|
+
"light": {
|
|
2490
|
+
"foundation": "red700",
|
|
2491
|
+
"value": "#D93A3A"
|
|
2492
|
+
},
|
|
2493
|
+
"dark": {
|
|
2494
|
+
"foundation": "red200",
|
|
2495
|
+
"value": "#FFC3C3"
|
|
2496
|
+
}
|
|
2497
|
+
}
|
|
2498
|
+
},
|
|
2499
|
+
"alert.description.custom": {
|
|
2500
|
+
"type": "component",
|
|
2501
|
+
"source": "packages/react/src/tokens/componentColorTokens.ts",
|
|
2502
|
+
"resolvesTo": {
|
|
2503
|
+
"semantic": "foregroundDiscovery",
|
|
2504
|
+
"light": {
|
|
2505
|
+
"foundation": "purple700",
|
|
2506
|
+
"value": "#9E3FFF"
|
|
2507
|
+
},
|
|
2508
|
+
"dark": {
|
|
2509
|
+
"foundation": "purple200",
|
|
2510
|
+
"value": "#E3C7FF"
|
|
2421
2511
|
}
|
|
2422
2512
|
}
|
|
2423
2513
|
},
|
|
@@ -2436,6 +2526,81 @@
|
|
|
2436
2526
|
}
|
|
2437
2527
|
}
|
|
2438
2528
|
},
|
|
2529
|
+
"alert.accent.info": {
|
|
2530
|
+
"type": "component",
|
|
2531
|
+
"source": "packages/react/src/tokens/componentColorTokens.ts",
|
|
2532
|
+
"resolvesTo": {
|
|
2533
|
+
"semantic": "foregroundInfo",
|
|
2534
|
+
"light": {
|
|
2535
|
+
"foundation": "blue700",
|
|
2536
|
+
"value": "#3E68FF"
|
|
2537
|
+
},
|
|
2538
|
+
"dark": {
|
|
2539
|
+
"foundation": "blue200",
|
|
2540
|
+
"value": "#C3D0FF"
|
|
2541
|
+
}
|
|
2542
|
+
}
|
|
2543
|
+
},
|
|
2544
|
+
"alert.accent.success": {
|
|
2545
|
+
"type": "component",
|
|
2546
|
+
"source": "packages/react/src/tokens/componentColorTokens.ts",
|
|
2547
|
+
"resolvesTo": {
|
|
2548
|
+
"semantic": "foregroundSuccess",
|
|
2549
|
+
"light": {
|
|
2550
|
+
"foundation": "green700",
|
|
2551
|
+
"value": "#1D8822"
|
|
2552
|
+
},
|
|
2553
|
+
"dark": {
|
|
2554
|
+
"foundation": "green200",
|
|
2555
|
+
"value": "#5BEE62"
|
|
2556
|
+
}
|
|
2557
|
+
}
|
|
2558
|
+
},
|
|
2559
|
+
"alert.accent.warning": {
|
|
2560
|
+
"type": "component",
|
|
2561
|
+
"source": "packages/react/src/tokens/componentColorTokens.ts",
|
|
2562
|
+
"resolvesTo": {
|
|
2563
|
+
"semantic": "foregroundWarning",
|
|
2564
|
+
"light": {
|
|
2565
|
+
"foundation": "yellow700",
|
|
2566
|
+
"value": "#967000"
|
|
2567
|
+
},
|
|
2568
|
+
"dark": {
|
|
2569
|
+
"foundation": "yellow200",
|
|
2570
|
+
"value": "#FFCB2F"
|
|
2571
|
+
}
|
|
2572
|
+
}
|
|
2573
|
+
},
|
|
2574
|
+
"alert.accent.danger": {
|
|
2575
|
+
"type": "component",
|
|
2576
|
+
"source": "packages/react/src/tokens/componentColorTokens.ts",
|
|
2577
|
+
"resolvesTo": {
|
|
2578
|
+
"semantic": "foregroundError",
|
|
2579
|
+
"light": {
|
|
2580
|
+
"foundation": "red700",
|
|
2581
|
+
"value": "#D93A3A"
|
|
2582
|
+
},
|
|
2583
|
+
"dark": {
|
|
2584
|
+
"foundation": "red200",
|
|
2585
|
+
"value": "#FFC3C3"
|
|
2586
|
+
}
|
|
2587
|
+
}
|
|
2588
|
+
},
|
|
2589
|
+
"alert.accent.custom": {
|
|
2590
|
+
"type": "component",
|
|
2591
|
+
"source": "packages/react/src/tokens/componentColorTokens.ts",
|
|
2592
|
+
"resolvesTo": {
|
|
2593
|
+
"semantic": "foregroundDiscovery",
|
|
2594
|
+
"light": {
|
|
2595
|
+
"foundation": "purple700",
|
|
2596
|
+
"value": "#9E3FFF"
|
|
2597
|
+
},
|
|
2598
|
+
"dark": {
|
|
2599
|
+
"foundation": "purple200",
|
|
2600
|
+
"value": "#E3C7FF"
|
|
2601
|
+
}
|
|
2602
|
+
}
|
|
2603
|
+
},
|
|
2439
2604
|
"badge.default.background": {
|
|
2440
2605
|
"type": "component",
|
|
2441
2606
|
"source": "packages/react/src/tokens/componentColorTokens.ts",
|
|
@@ -2556,6 +2721,36 @@
|
|
|
2556
2721
|
}
|
|
2557
2722
|
}
|
|
2558
2723
|
},
|
|
2724
|
+
"badge.warning.background": {
|
|
2725
|
+
"type": "component",
|
|
2726
|
+
"source": "packages/react/src/tokens/componentColorTokens.ts",
|
|
2727
|
+
"resolvesTo": {
|
|
2728
|
+
"semantic": "backgroundWarning",
|
|
2729
|
+
"light": {
|
|
2730
|
+
"foundation": "yellow300",
|
|
2731
|
+
"value": "#F1B500"
|
|
2732
|
+
},
|
|
2733
|
+
"dark": {
|
|
2734
|
+
"foundation": "yellow300",
|
|
2735
|
+
"value": "#F1B500"
|
|
2736
|
+
}
|
|
2737
|
+
}
|
|
2738
|
+
},
|
|
2739
|
+
"badge.warning.foreground": {
|
|
2740
|
+
"type": "component",
|
|
2741
|
+
"source": "packages/react/src/tokens/componentColorTokens.ts",
|
|
2742
|
+
"resolvesTo": {
|
|
2743
|
+
"semantic": "foregroundOnWarning",
|
|
2744
|
+
"light": {
|
|
2745
|
+
"foundation": "neutralWhite",
|
|
2746
|
+
"value": "#FFFFFF"
|
|
2747
|
+
},
|
|
2748
|
+
"dark": {
|
|
2749
|
+
"foundation": "neutralBlack",
|
|
2750
|
+
"value": "#000000"
|
|
2751
|
+
}
|
|
2752
|
+
}
|
|
2753
|
+
},
|
|
2559
2754
|
"badge.danger.background": {
|
|
2560
2755
|
"type": "component",
|
|
2561
2756
|
"source": "packages/react/src/tokens/componentColorTokens.ts",
|
|
@@ -3115,14 +3310,14 @@
|
|
|
3115
3310
|
"type": "component",
|
|
3116
3311
|
"source": "packages/react/src/tokens/componentColorTokens.ts",
|
|
3117
3312
|
"resolvesTo": {
|
|
3118
|
-
"semantic": "
|
|
3313
|
+
"semantic": "backgroundPrimary",
|
|
3119
3314
|
"light": {
|
|
3120
3315
|
"foundation": "neutralWhite",
|
|
3121
3316
|
"value": "#FFFFFF"
|
|
3122
3317
|
},
|
|
3123
3318
|
"dark": {
|
|
3124
|
-
"foundation": "
|
|
3125
|
-
"value": "#
|
|
3319
|
+
"foundation": "neutral900",
|
|
3320
|
+
"value": "#1A1A1A"
|
|
3126
3321
|
}
|
|
3127
3322
|
}
|
|
3128
3323
|
},
|
|
@@ -3565,14 +3760,14 @@
|
|
|
3565
3760
|
"type": "component",
|
|
3566
3761
|
"source": "packages/react/src/tokens/componentColorTokens.ts",
|
|
3567
3762
|
"resolvesTo": {
|
|
3568
|
-
"semantic": "
|
|
3763
|
+
"semantic": "backgroundPrimary",
|
|
3569
3764
|
"light": {
|
|
3570
3765
|
"foundation": "neutralWhite",
|
|
3571
3766
|
"value": "#FFFFFF"
|
|
3572
3767
|
},
|
|
3573
3768
|
"dark": {
|
|
3574
|
-
"foundation": "
|
|
3575
|
-
"value": "#
|
|
3769
|
+
"foundation": "neutral900",
|
|
3770
|
+
"value": "#1A1A1A"
|
|
3576
3771
|
}
|
|
3577
3772
|
}
|
|
3578
3773
|
},
|
|
@@ -3591,6 +3786,21 @@
|
|
|
3591
3786
|
}
|
|
3592
3787
|
}
|
|
3593
3788
|
},
|
|
3789
|
+
"toast.border": {
|
|
3790
|
+
"type": "component",
|
|
3791
|
+
"source": "packages/react/src/tokens/componentColorTokens.ts",
|
|
3792
|
+
"resolvesTo": {
|
|
3793
|
+
"semantic": "borderDefault",
|
|
3794
|
+
"light": {
|
|
3795
|
+
"foundation": "neutral300",
|
|
3796
|
+
"value": "#DBDBDB"
|
|
3797
|
+
},
|
|
3798
|
+
"dark": {
|
|
3799
|
+
"foundation": "neutral650",
|
|
3800
|
+
"value": "#5B5B5B"
|
|
3801
|
+
}
|
|
3802
|
+
}
|
|
3803
|
+
},
|
|
3594
3804
|
"toast.accent.default": {
|
|
3595
3805
|
"type": "component",
|
|
3596
3806
|
"source": "packages/react/src/tokens/componentColorTokens.ts",
|
|
@@ -4120,14 +4330,14 @@
|
|
|
4120
4330
|
"type": "component",
|
|
4121
4331
|
"source": "packages/react/src/tokens/componentColorTokens.ts",
|
|
4122
4332
|
"resolvesTo": {
|
|
4123
|
-
"semantic": "
|
|
4333
|
+
"semantic": "backgroundPrimary",
|
|
4124
4334
|
"light": {
|
|
4125
4335
|
"foundation": "neutralWhite",
|
|
4126
4336
|
"value": "#FFFFFF"
|
|
4127
4337
|
},
|
|
4128
4338
|
"dark": {
|
|
4129
|
-
"foundation": "
|
|
4130
|
-
"value": "#
|
|
4339
|
+
"foundation": "neutral900",
|
|
4340
|
+
"value": "#1A1A1A"
|
|
4131
4341
|
}
|
|
4132
4342
|
}
|
|
4133
4343
|
},
|
|
@@ -4150,14 +4360,14 @@
|
|
|
4150
4360
|
"type": "component",
|
|
4151
4361
|
"source": "packages/react/src/tokens/componentColorTokens.ts",
|
|
4152
4362
|
"resolvesTo": {
|
|
4153
|
-
"semantic": "
|
|
4363
|
+
"semantic": "backgroundPrimary",
|
|
4154
4364
|
"light": {
|
|
4155
4365
|
"foundation": "neutralWhite",
|
|
4156
4366
|
"value": "#FFFFFF"
|
|
4157
4367
|
},
|
|
4158
4368
|
"dark": {
|
|
4159
|
-
"foundation": "
|
|
4160
|
-
"value": "#
|
|
4369
|
+
"foundation": "neutral900",
|
|
4370
|
+
"value": "#1A1A1A"
|
|
4161
4371
|
}
|
|
4162
4372
|
}
|
|
4163
4373
|
},
|
|
@@ -5016,6 +5226,36 @@
|
|
|
5016
5226
|
}
|
|
5017
5227
|
}
|
|
5018
5228
|
},
|
|
5229
|
+
"divider.label": {
|
|
5230
|
+
"type": "component",
|
|
5231
|
+
"source": "packages/react/src/tokens/componentColorTokens.ts",
|
|
5232
|
+
"resolvesTo": {
|
|
5233
|
+
"semantic": "foregroundPrimary",
|
|
5234
|
+
"light": {
|
|
5235
|
+
"foundation": "primaryBlack",
|
|
5236
|
+
"value": "#212121"
|
|
5237
|
+
},
|
|
5238
|
+
"dark": {
|
|
5239
|
+
"foundation": "neutralWhite",
|
|
5240
|
+
"value": "#FFFFFF"
|
|
5241
|
+
}
|
|
5242
|
+
}
|
|
5243
|
+
},
|
|
5244
|
+
"divider.icon": {
|
|
5245
|
+
"type": "component",
|
|
5246
|
+
"source": "packages/react/src/tokens/componentColorTokens.ts",
|
|
5247
|
+
"resolvesTo": {
|
|
5248
|
+
"semantic": "foregroundPrimary",
|
|
5249
|
+
"light": {
|
|
5250
|
+
"foundation": "primaryBlack",
|
|
5251
|
+
"value": "#212121"
|
|
5252
|
+
},
|
|
5253
|
+
"dark": {
|
|
5254
|
+
"foundation": "neutralWhite",
|
|
5255
|
+
"value": "#FFFFFF"
|
|
5256
|
+
}
|
|
5257
|
+
}
|
|
5258
|
+
},
|
|
5019
5259
|
"avatar.overflow.background": {
|
|
5020
5260
|
"type": "component",
|
|
5021
5261
|
"source": "packages/react/src/tokens/componentColorTokens.ts",
|
package/package.json
CHANGED
package/refineui.css
CHANGED
|
@@ -322,11 +322,18 @@
|
|
|
322
322
|
transition: none;
|
|
323
323
|
display: block;
|
|
324
324
|
}
|
|
325
|
-
|
|
325
|
+
/* Animate only after first layout (`data-animate`) so mount does not slide from 0. */
|
|
326
|
+
[data-refineui="segmented-control-indicator"][data-animate="true"] {
|
|
327
|
+
/* Selection slide: medium + emphasized for a springier thumb move. */
|
|
326
328
|
transition:
|
|
327
329
|
transform var(--refineui-motion-duration-medium) var(--refineui-motion-easing-emphasized),
|
|
328
330
|
width var(--refineui-motion-duration-medium) var(--refineui-motion-easing-emphasized);
|
|
329
331
|
}
|
|
332
|
+
@media (prefers-reduced-motion: reduce) {
|
|
333
|
+
[data-refineui="segmented-control-indicator"][data-animate="true"] {
|
|
334
|
+
transition: none;
|
|
335
|
+
}
|
|
336
|
+
}
|
|
330
337
|
|
|
331
338
|
[data-refineui="segmented-control"] [data-refineui="segmented-control-item"]:not(:disabled):not([aria-disabled="true"]):not([data-selected="true"]):hover {
|
|
332
339
|
color: var(--refineui-color-alias-foreground-primary);
|
|
@@ -350,11 +357,17 @@
|
|
|
350
357
|
transition: none;
|
|
351
358
|
display: block;
|
|
352
359
|
}
|
|
353
|
-
|
|
360
|
+
/* Animate only after first layout (`data-animate`) — same contract as Segmented Control. */
|
|
361
|
+
[data-refineui="tabs-indicator"][data-animate="true"] {
|
|
354
362
|
transition:
|
|
355
363
|
transform var(--refineui-motion-duration-medium) var(--refineui-motion-easing-emphasized),
|
|
356
364
|
width var(--refineui-motion-duration-medium) var(--refineui-motion-easing-emphasized);
|
|
357
365
|
}
|
|
366
|
+
@media (prefers-reduced-motion: reduce) {
|
|
367
|
+
[data-refineui="tabs-indicator"][data-animate="true"] {
|
|
368
|
+
transition: none;
|
|
369
|
+
}
|
|
370
|
+
}
|
|
358
371
|
[data-refineui="tab"]:not(:disabled):not([aria-disabled="true"]):not([data-selected="true"]):hover {
|
|
359
372
|
color: var(--refineui-color-alias-foreground-primary-hover);
|
|
360
373
|
}
|
|
@@ -1016,14 +1029,10 @@
|
|
|
1016
1029
|
width: fit-content;
|
|
1017
1030
|
max-width: 100%;
|
|
1018
1031
|
box-sizing: border-box;
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
);
|
|
1024
|
-
backdrop-filter: blur(var(--refineui-spacing-size-xxx-large));
|
|
1025
|
-
-webkit-backdrop-filter: blur(var(--refineui-spacing-size-xxx-large));
|
|
1026
|
-
box-shadow: var(--refineui-elevation-8);
|
|
1032
|
+
/* Semantic: backgroundPrimary + borderDefault (Menu / Select panel). */
|
|
1033
|
+
background-color: var(--refineui-color-alias-background-primary);
|
|
1034
|
+
border-color: var(--refineui-color-alias-border-default);
|
|
1035
|
+
box-shadow: var(--refineui-elevation-toast);
|
|
1027
1036
|
touch-action: none;
|
|
1028
1037
|
cursor: grab;
|
|
1029
1038
|
transform: translate3d(var(--refineui-toast-swipe-x), var(--refineui-toast-swipe-y), 0);
|
|
@@ -1051,12 +1060,6 @@
|
|
|
1051
1060
|
}
|
|
1052
1061
|
|
|
1053
1062
|
@media (prefers-reduced-transparency: reduce) {
|
|
1054
|
-
[data-refineui="toast"] {
|
|
1055
|
-
background-color: var(--refineui-color-alias-surface-popover);
|
|
1056
|
-
backdrop-filter: none;
|
|
1057
|
-
-webkit-backdrop-filter: none;
|
|
1058
|
-
}
|
|
1059
|
-
|
|
1060
1063
|
[data-refineui="dialog"] > [role="presentation"],
|
|
1061
1064
|
[data-refineui="drawer"] > [role="presentation"] {
|
|
1062
1065
|
backdrop-filter: none;
|