@proveanything/smartlinks-utils-ui 0.12.12 → 0.12.14
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/components/AssetPicker/index.css +42 -6
- package/dist/components/AssetPicker/index.css.map +1 -1
- package/dist/components/ConditionsEditor/index.css +42 -6
- package/dist/components/ConditionsEditor/index.css.map +1 -1
- package/dist/components/FontPicker/index.css +42 -6
- package/dist/components/FontPicker/index.css.map +1 -1
- package/dist/components/IconPicker/index.css +42 -6
- package/dist/components/IconPicker/index.css.map +1 -1
- package/dist/components/LinkPicker/index.css +42 -6
- package/dist/components/LinkPicker/index.css.map +1 -1
- package/dist/components/RecordsAdmin/index.css +42 -6
- package/dist/components/RecordsAdmin/index.css.map +1 -1
- package/dist/components/RecordsAdmin/index.js +18 -29
- package/dist/components/RecordsAdmin/index.js.map +1 -1
- package/dist/index.css +42 -6
- package/dist/index.css.map +1 -1
- package/package.json +1 -1
|
@@ -3508,6 +3508,48 @@
|
|
|
3508
3508
|
.ra-shell .ra-sibling-list .ra-row-shell[data-selected=true] > .ra-row-menu-wrap {
|
|
3509
3509
|
opacity: 1;
|
|
3510
3510
|
}
|
|
3511
|
+
.ra-shell .ra-sibling-bucket-header {
|
|
3512
|
+
display: flex;
|
|
3513
|
+
align-items: center;
|
|
3514
|
+
gap: 0.375rem;
|
|
3515
|
+
width: 100%;
|
|
3516
|
+
padding: 0.4rem 0.65rem;
|
|
3517
|
+
background: transparent;
|
|
3518
|
+
border: 0;
|
|
3519
|
+
border-top: 1px solid hsl(var(--ra-border));
|
|
3520
|
+
font: inherit;
|
|
3521
|
+
font-size: 0.72rem;
|
|
3522
|
+
font-weight: 600;
|
|
3523
|
+
text-transform: none;
|
|
3524
|
+
letter-spacing: 0;
|
|
3525
|
+
color: hsl(var(--ra-muted-text));
|
|
3526
|
+
}
|
|
3527
|
+
.ra-shell .ra-sibling-bucket-header[data-tone=success] {
|
|
3528
|
+
color: hsl(var(--ra-success));
|
|
3529
|
+
}
|
|
3530
|
+
.ra-shell .ra-sibling-bucket-header[data-tone=warning] {
|
|
3531
|
+
color: hsl(var(--ra-warning));
|
|
3532
|
+
}
|
|
3533
|
+
.ra-shell .ra-sibling-bucket-header[data-tone=muted] {
|
|
3534
|
+
color: hsl(var(--ra-muted-text));
|
|
3535
|
+
}
|
|
3536
|
+
.ra-shell .ra-sibling-bucket-header[data-tone=info] {
|
|
3537
|
+
color: hsl(var(--ra-info));
|
|
3538
|
+
}
|
|
3539
|
+
.ra-shell .ra-sibling-bucket-header[data-tone=danger] {
|
|
3540
|
+
color: hsl(var(--ra-danger));
|
|
3541
|
+
}
|
|
3542
|
+
.ra-shell .ra-sibling-bucket-header:disabled {
|
|
3543
|
+
opacity: 1;
|
|
3544
|
+
}
|
|
3545
|
+
.ra-shell .ra-sibling-bucket-label {
|
|
3546
|
+
min-width: 0;
|
|
3547
|
+
}
|
|
3548
|
+
.ra-shell .ra-sibling-bucket-count {
|
|
3549
|
+
margin-left: auto;
|
|
3550
|
+
font-weight: 500;
|
|
3551
|
+
color: hsl(var(--ra-muted-text));
|
|
3552
|
+
}
|
|
3511
3553
|
.ra-shell .ra-sibling-footer {
|
|
3512
3554
|
flex-shrink: 0;
|
|
3513
3555
|
padding: 0.5rem;
|
|
@@ -3623,12 +3665,6 @@
|
|
|
3623
3665
|
.ra-shell .ra-row:hover .ra-row-rule-pip {
|
|
3624
3666
|
opacity: 1;
|
|
3625
3667
|
}
|
|
3626
|
-
.ra-shell .ra-row[data-tone=own] .ra-row-sub {
|
|
3627
|
-
color: hsl(var(--ra-status-own));
|
|
3628
|
-
}
|
|
3629
|
-
.ra-shell .ra-row[data-tone=shared] .ra-row-sub {
|
|
3630
|
-
color: hsl(var(--ra-status-shared));
|
|
3631
|
-
}
|
|
3632
3668
|
.ra-shell .ra-row[data-selected=true] {
|
|
3633
3669
|
background:
|
|
3634
3670
|
linear-gradient(
|